@font-face {
  font-family: "Brandon Medium";
  src: url("../fonts/Brandon_med.otf") format("truetype");
}
@font-face {
  font-family: "Brandon Regular";
  src: url("../fonts/Brandon_reg.otf") format("truetype");
}
@font-face {
  font-family: "Brandon Light";
  src: url("../fonts/Brandon_light.otf") format("truetype");
}
@font-face {
  font-family: "Brandon Bold";
  src: url("../fonts/Brandon_bld.otf") format("truetype");
}

/*Black Frame*/
#top,
#bottom,
#left,
#right {
  background: black;
  position: fixed;
}
#left,
#right {
  top: 0;
  bottom: 0;
  width: 10px;
}
#left {
  left: 0;
}
#right {
  right: 0;
}

#top,
#bottom {
  left: 0;
  right: 0;
  height: 10px;
}
#top {
  top: 0;
}
#bottom {
  bottom: 0;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/logogif.gif") 50% 50% no-repeat rgb(249, 249, 249);
  background-size: 130px 130px;
}

/*body{
  height: 100%;
  width: 600px;
  background: url('../img/backimg.jpg') no-repeat center center fixed;
  background-size: cover;
}*/

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 83px;
  z-index: 1;
}
.logo {
  width: 50px;
  height: 62px;
  background-image: url(../img/merkenlab_logo_b.png);
  background-size: 50px;
  float: left;
  margin-left: 3.9%;
  position: absolute;
  bottom: 0;
}
.social-links {
  width: 100px;
  height: 15px;
  float: right;
  position: absolute;
  top: 36px;
  right: 12px;
  display: flex;
}
.item {
  width: 30px;
  height: 25px;
}
/* .in {
  background: url(../img/linkedin.png) no-repeat;
  background-size: auto 15px;
} */
.mail {
  background: url(../img/correo_b.png) no-repeat;
  background-size: auto 25px;
}

/* .in:hover,
.in:focus {
  background: url(../img/linkedinGray.png) no-repeat;
  background-size: auto 15px;
} */
.mail:hover,
.mail:focus {
  background: url(../img/correo_b.png) no-repeat;
  background-size: auto 25px;
}

/*Vertical text*/
.textL {
  font-family: "Brandon Regular";
  font-size: 20px;
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -2.75%;
  color: #fff;
}

.textR {
  font-family: "Brandon Regular";
  font-size: 20px;
  float: right;
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: -3.3%;
  color: #fff;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.language {
  font-family: "Brandon Medium";
  font-size: 17px;
  float: left;
  margin-left: 3.7%;
  margin-top: 4px;
}
.languageSmallDevice {
  font-family: "Brandon Medium";
  font-size: 17px;
  float: left;
  margin-left: 3.7%;
  margin-top: 4px;
  display: none;
}
.prisma {
  width: 128px;
  height: 22px;
  background: url(../img/merkenlab_b.png) no-repeat;
  background-size: 128px 22px;
  background-repeat: no-repeat;
  float: right;
  margin-right: 5%;
  margin-top: 10px;
}

/*Language links atributes*/
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}
p.about {
  margin-top: -10px;
  font-family: "Brandon Bold";
  font-size: 21px;
}
a.menu {
  color: white;
  text-decoration: none;
  display: block;
}
a.not {
  color: grey;
}

/*Text fonts/sizes*/
p.title {
  font-family: "Brandon Medium";
  font-size: 16px;
  margin-top: -9px;
}
span.subtitle {
  font-family: "Brandon Medium";
  font-size: 12px;
}
p.pinfo {
  font-family: "Brandon Regular";
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-left: 8px;
  margin-right: 8px;
}
/*Main Menu*/
ul {
  text-align: right;
  display: inline;
  z-index: 99;
  padding: 15px 4px 17px 0;
  position: absolute;
  top: 4px;
  left: 13.5%;
}
ul li {
  font-family: "Brandon Medium";
  font-size: 14px;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 2px 10px;
  width: 110px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid #403d3d;
}
ul li ul {
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 23px;
  left: 0;
  width: 110px;
  /* -webkit-box-shadow: none;
  -moz-box-shadow: none; */
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

ul li ul li:hover,
ul li ul li:focus {
  background: #403d3d;
}
ul li:hover,
ul li:focus {
  background: #403d3d;
}
ul li:hover ul,
ul li:focus ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.navegar {
  position: relative;
}
.navegar:before {
  font-family: "Brandon Light";
  content: "+";
  position: absolute;
  left: 0.25em;
  top: 0;
  font-size: 1.75em;
  line-height: 1;
  bottom: 0;
  font-weight: 100;
}

/*SaibaMais Menu*/
pre,
ol,
ul#saibaMais {
  margin: 2em 20px;
}
ul#saibaMais,
ol {
  padding-left: 2em;
}
.cont::before {
  font-family: "Brandon Light";
  content: "+";
  font-size: 13px;
  background: #000;
  padding-right: 6px;
  padding-left: 5px;
  color: #fff;
  font-weight: 100;
}
.cont > span {
  display: none;
  color: #fff;
}
.cont:hover span,
.cont:focus span {
  font-family: "Brandon Regular";
  display: inline;
  font-size: 13px;
  background: #000;
  padding-left: 5px;
  padding-right: 4px;
  letter-spacing: 0.05em;
}

/*Responsive*/

@media only screen and (max-width: 1024px) {
  .textL {
    left: -4.75%;
  }
  .textR {
    right: -4.7%;
  }
}

@media only screen and (max-width: 768px) {
  .textL {
    left: -6.75%;
  }
  .textR {
    right: -7%;
  }
}

@media screen and (max-width: 480px) {
  #header {
    height: 70px;
  }
  .logo {
    width: 45px;
    height: 55px;
    background-size: 45px;
  }
  .social-links {
    display: none;
  }
  .textL {
    display: none;
  }
  .textR {
    display: none;
  }
  #footer {
    height: 50px;
  }
  .language {
    display: none;
  }
  .languageSmallDevice {
    display: block;
  }
  .prisma {
    margin-right: 5%;
  }
  ul {
    top: -5px;
    right: 9%;
  }
  ul li {
    padding: 1px 8px;
  }
}
