@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");
}

@font-face {
  font-family: "Brandon Thin";
  src: url("../fonts/Brandon_thin.otf") format("truetype");
}

/*Black Frame*/

#top,
#bottom,
#left,
#right {
  background: black;
  position: fixed;
  z-index: 2;
}

#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;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 93px;
  /* background: rgba(255, 255, 255, 0.8); */
  z-index: 1;
}

.logo {
  width: 50px;
  height: 62px;
  background-image: url(../img/merkenlab_logo_n.png);
  background-size: 50px;
  float: left;
  margin-left: 3.9%;
  position: absolute;
  /* bottom: 10px; */
  margin-top: 18px;
}

.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;
}
.in:hover {
  background: url(../img/linkedinGray.png) no-repeat;
  background-size: auto 15px;
} */

.mail {
  background: url(../img/correo_n.png) no-repeat;
  background-size: auto 25px;
}
.mail:hover {
  background: url(../img/correo_n.png) no-repeat;
  background-size: auto 25px;
}

/*
//////////////////////////////// CONTACTO.HTML ////////////////////////////////////
*/

.aboutL {
  width: 35%;
  height: 490px;
  float: left;
  top: 140px;
  position: relative;
}

.aboutLTop {
  float: left;
  width: 50%;
  position: relative;
  left: 15%;
}

.aboutLBot {
  float: right;
  width: 40%;
  position: relative;
}

.aboutR {
  width: 65%;
  height: 490px;
  float: right;
  top: 140px;
  position: relative;
}

.aboutRLTop {
  width: 85%;
  height: 80%;
  position: absolute;
  left: 10%;
}

.aboutLTop .pais1 {
  position: relative;
}

.aboutLTop .pais2 {
  position: relative;
  margin-top: 18%;
}

.aboutLTop .pais3 {
  position: relative;
}

span.description {
  font-family: "Brandon Bold";
  font-size: 16px;
  letter-spacing: 0.05em;
  background: black;
  color: white;
  /*padding: 5px 30px 0px 15px;*/
  padding: 2% 10% 0px 5%;
  position: absolute;
  /* opacity: 0; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

span.description.p1 {
  left: 22%;
  top: 0%;
}

span.description.p2 {
  left: 10%;
  top: 8%;
}

span.description.p3 {
  left: 24%;
  top: 12%;
}

span.description p {
  font-family: "Brandon Light";
  border-top: 1px solid white;
  margin-top: 5px;
  margin-bottom: -10px;
}

.pais1:hover span,
.pais2:hover span,
.pais3:hover span {
  opacity: 1;
}

.pais1:hover .circle,
.pais2:hover .circle,
.pais3:hover .circle {
  display: block;
}

.arrow-right {
  position: relative;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid black;
  bottom: -10px;
  left: -12px;
}

.circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid black;
  display: none;
  width: 15px;
  height: 15px;
  top: -3px;
  left: -3px;
}

.circleFill {
  position: absolute;
  border-radius: 50%;
  background: black;
  width: 11px;
  height: 11px;
}

.pais1 .circleFill {
  top: 59.5%;
  left: 19.7%;
}

.pais2 .circleFill {
  top: 61.5%;
  left: 7.2%;
}

.pais3 .circleFill {
  top: 35.5%;
  left: 21%;
}

/*
//////////////////////////////// CONTACTO.HTML ////////////////////////////////////
*/

#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_n.png) no-repeat;
  background-size: 128px 22px;
  background-repeat: no-repeat;
  float: right;
  margin-right: 5%;
  margin-top: 10px;
}

.whatsapp {
  width: 35px;
  height: 35px;
  background: url(../img/whatsapp_n.png) no-repeat;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
  margin-top: 5px;
}

/*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;
}

p.aboutllbot {
  font-family: "Brandon Regular";
  font-size: 16px;
}

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: 13px;
}

span.paises {
  font-family: "Brandon Light";
  font-size: 11px;
}

p.pinfo {
  font-family: "Brandon Regular";
  font-size: 11px;
  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: 1px 13px;
  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;
}

#breadcrumb {
  background: gray none repeat scroll 0% 0%;
  width: 40px;
  padding-right: 32px;
  padding-top: 2px;
  border: none;
  cursor: default;
}

ul li ul li:hover {
  background: #403d3d;
}

ul li:hover {
  background: #403d3d;
}

ul li:hover 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: 2px 20px;
}

ul#saibaMais,
ol {
  padding-left: 2em;
}

.cont::before {
  font-family: "Brandon Light";
  content: "+";
  font-size: 13px;
  background: #000;
  padding-right: 5px;
  padding-left: 4px;
  color: #fff;
}

.cont > span {
  display: none;
  color: #fff;
  cursor: pointer;
}

.cont:hover span {
  font-family: "Brandon Regular";
  display: inline;
  font-size: 13px;
  background: #000;
  padding-left: 5px;
  padding-right: 4px;
  letter-spacing: 0.04em;
}

.peru {
  width: 60%;
  height: auto;
  float: left;
}

.portugal {
  width: 50%;
  height: auto;
  float: left;
}

.chile {
  width: 45%;
  height: auto;
}

/*Responsive*/

@media (min-width: 1800px) {
}

@media (min-width: 1400px) {
  p.about {
    font-size: 23px;
  }
  /*p.aboutllbot{font-size: 15px;}
  p.title{ font-size: 18px;}
  span.subtitle{  font-size: 15px;}
  .aboutRMid{font-size: 18px;}
  p.pinfo{font-size: 13px;}*/
}

@media (max-width: 1399px) {
  span.description {
    font-size: 12px;
  }
  span.description.p1 {
    top: 0%;
  }
  span.description.p2 {
    top: 6%;
  }
  span.description.p3 {
    top: 10%;
    left: 16%;
  }
  .arrow-right {
    bottom: -10px;
    left: -7px;
  }
  .pais3 .arrow-right {
    left: 7px;
  }
  .circleFill {
    width: 11px;
    height: 11px;
  }
}

@media only screen and (max-width: 1280px) {
  span.description.p1 {
    top: -4%;
  }
  span.description.p2 {
    top: 5%;
  }
  span.description.p3 {
    top: 8%;
  }
}

@media only screen and (max-width: 1024px) {
  span.description {
    font-size: 10px;
  }
  span.description.p1 {
    top: -12%;
  }
  span.description.p2 {
    top: -2%;
  }
  span.description.p3 {
    left: 20%;
    top: 5%;
  }
  .arrow-right {
    bottom: -8px;
    left: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .aboutR {
    width: 89%;
  }
  .aboutL {
    width: 100%;
  }
  .aboutLTop {
    float: left;
    width: 30%;
    left: 22%;
  }
  .aboutLBot {
    float: right;
    width: 24%;
    position: relative;
    right: 12%;
  }
}

@media screen and (max-width: 480px) {
  .aboutL {
    width: 100%;
    top: 100px;
  }
  .aboutLTop {
    width: 77%;
    left: 13%;
  }
  .aboutLBot {
    width: 77%;
    /* left: 13%; */
  }
  .aboutR {
    /* width: 89%;
    top: 70%; */
    display: none;
  }
  .aboutRLTop {
    height: 60%;
  }
  */ #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;
  }
  .peru {
    width: 60%;
    height: auto;
    float: none;
    margin-left: 20%;
  }
  .portugal {
    width: 50%;
    height: auto;
    float: none;
    margin-left: 35%;
  }
  .pais1 .circleFill {
    margin-left: 20%;
  }
  .pais2 .circleFill {
    margin-left: 35%;
  }
  span.description.p1 {
    left: 40%;
    top: 15%;
  }
  span.description.p2 {
    left: 40%;
    top: 20%;
  }
  span.description.p3 {
    left: 15%;
    top: 20%;
  }
}

@media screen and (max-width: 400px) {
}
