@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_b.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_b.png) no-repeat;
  background-size: auto 25px;
}
.mail:hover {
  background: url(../img/correo_b.png) no-repeat;
  background-size: auto 25px;
}

/*
//////////////////////////////// NOSOTROS.HTML ////////////////////////////////////
*/

.aboutL {
  width: 35%;
  height: 600px;
  float: left;
  top: 120px;
  position: relative;
  margin-bottom: 23%;
  border-right: 1px solid #DBDBDB;
}

.imgWorkspace {
  width: 100%;
  height: 100%;
  background: url(../img/workspace.png) no-repeat;
  background-size: cover;
}

.aboutLTop {
  width: 78%;
  height: 55%;
  text-align: left;
  position: absolute;
  right: 7.2%;
}

.aboutLMid {
  width: 78%;
  text-align: left;
  position: absolute;
  right: 7.2%;
}

.aboutLBot {
  letter-spacing: 0.04em;
  width: 78%;
  text-align: left;
  text-align: top;
  position: absolute;
  right: 7.2%;
  top: 54%;
}

.aboutLBot.dois {
  left: 52.2%;
  top: 58%;
}

.aboutR {
  width: 64%;
  height: 445px;
  float: right;
  top: 120px;
  margin-bottom: 23%;
  position: relative;
}

.aboutRRFelipe {
  width: 30%;
  height: 110%;
  position: absolute;
  left: 2%;
}

.imgFelipe {
  width: 130px;
  height: 130px;
  background: url(../img/felipe.png)no-repeat;
  background-size: contain;
  margin-left: 7%;
}

.aboutRRGoncalo {
  width: 30%;
  height: 100%;
  position: absolute;
  left: 34%;
}

.imgGoncalo {
  width: 130px;
  height: 130px;
  background: url(../img/goncalo.png)no-repeat;
  background-size: contain;
  margin-left: 7%;
}

.aboutCarlos {
  width: 30%;
  height: 100%;
  position: absolute;
  left: 68%;
}

.imgCarlos {
  width: 130px;
  height: 130px;
  background: url(../img/carlos.png)no-repeat;
  background-size: contain;
  margin-left: 7%;
}

.aboutRRRandom {
  width: 30%;
  height: 110%;
  position: absolute;
  left: 3%;
  top: 125%;
}

.imgRandom {
  width: 130px;
  height: 130px;
  background: url(../img/random.png)no-repeat;
  background-size: contain;
  margin-left: 7%;
}

/*
//////////////////////////////// NOSOTROS.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_b.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.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: 24px;
}

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

a.menu {
  color: white;
  text-decoration: none;
}

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

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

p.pinfo {
  font-family: "Brandon Regular";
  font-size: 14px;
  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 .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .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: .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:17px;
    padding-right: 5px;
    padding-left: 4px;
  }*/

.cont a {
  font-family: "Brandon Regular";
  font-size: 16px;
  padding-left: 4px;
  padding-right: 4px;
  letter-spacing: 0.04em;
  vertical-align: 0px;
  color: black;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.cont a span {
  vertical-align: -2px;
}

.cont a:hover {
  color: white;
  background: black;
}

/*Responsive*/

@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;}*/
  .aboutL {
    margin-bottom: 19%;
  }
  .aboutR {
    margin-bottom: 19%;
  }
}

@media only screen and (max-width: 1024px) {
  .aboutL {
    width: 50%;
  }
  .aboutLTop {
    height: 45%;
  }
  .aboutLMid {
    top: 0%;
  }
  .aboutLBot {
    top: 71%;
  }
  .aboutLBot.dois {
    left: 52.2%;
    top: 75%;
  }
  .aboutL {
    width: 44.5%;
  }
  .aboutRRFelipe {
    left: -7%;
    width: 40%;
  }
  .aboutRRRandom {
    left: -7%;
    width: 40%;
    top: 120%;
  }
  .aboutRRGoncalo {
    left: 42%;
    width: 40%;
  }
  .imgFelipe, .imgRandom {
    width: 110px;
    height: 100px;
    margin-left: 15%;
  }
  .imgGoncalo {
    width: 110px;
    height: 100px;
    margin-left: 15%;
  }
  .cont a {
    font-size: 13px;
    vertical-align: 1px;
  }
  .cont a span {
    vertical-align: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .aboutL {
    width: 100%;
    margin-bottom: 0%;
  }
  .aboutR {
    width: 100%;
    top: 100px;
  }
  .aboutLTop {
    height: 55%;
    right: 9.2%;
  }
  .aboutLBot {
    right: 9.2%;
    top: 50%;
    width: 78%;
  }
  .aboutLBot.dois {
    left: 52.2%;
    top: 54%;
  }
  .aboutLMid {
    top: 0%;
    width: 78%;
    right: 9.2%;
  }
  .aboutRRFelipe {
    left: 9.2%;
    width: 78%;
    position: relative;
    height: 75%;
  }
  .aboutRRRandom {
    left: 9.2%;
    top: -20%;
    width: 78%;
    position: relative;
    height: 75%;
  }
  .aboutRRGoncalo {
    left: 9.2%;
    width: 78%;
    position: relative;
    height: 90%;
  }
  .imgFelipe, .imgRandom {
    margin: 0 auto;
  }
  .imgGoncalo {
    margin: 0 auto;
  }
  .imgCarlos {
    margin: 0 auto;
  }
  p.pinfo {
    margin-left: 28px;
    margin-right: 28px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .aboutL {
    width: 100%;
  }
  .aboutR {
    width: 100%;
    top: 165px;
  }
  .aboutLTop {
    height: 32%;
    right: 9.2%;
    width: 82%;
  }
  .aboutLBot {
    right: 9.2%;
    top: 36%;
    width: 82%;
  }
  .aboutLBot.dois {
    left: 9.2%;
    top: 70%;
  }
  .aboutLMid {
    top: -3%;
    width: 82%;
  }
  .aboutLMid p.about {
    font-size: 16px;
  }
  .aboutRRFelipe {
    left: 0%;
    width: 100%;
    position: relative;
    height: 100%;
  }
  .aboutRRRandom {
    left: 0%;
    width: 100%;
    position: relative;
    height: 100%;
  }
  .aboutRRGoncalo {
    left: 0%;
    width: 100%;
    position: relative;
    height: 100%;
    top: -8%;
  }
  .aboutCarlos {
    left: 0%;
    width: 100%;
    position: relative;
    height: 100%;
    top: -20%;
  }
  p.pinfo {
    margin-left: 28px;
    margin-right: 28px;
    text-align: center;
  }
  #header {
    height: 70px;
  }
  .logo {
    width: 45px;
    height: 55px;
    background-size: 45px;
    /* bottom: 2px; */
  }
  .social-links {
    display: none;
  }
  .textL {
    display: none;
  }
  .textR {
    display: none;
  }
  #footer {
    height: 50px;
    /* background: rgba(255, 255, 255, 0.8); */
    z-index: 1;
  }
  .language {
    display: none;
  }
  .languageSmallDevice {
    display: block;
  }
  .prisma {
    margin-right: 5%;
  }
  ul {
    top: -5px;
    right: 9%;
  }
  ul li {
    padding: 1px 8px;
  }
}

.nosotros_texto img{  
  width: 38%; 
  height: auto;   
}
@media only screen and (max-width: 768px) {
  .nosotros_texto img{  
    width: 80%; 
    height: auto;   
  }
}