/* Style landing structure*/

* {
  margin: 0;
  font-family: "lato", sans-serif;
  text-decoration: none;
}

body {
  width: 100%;
  background-color: #F4F4F4;
  
}


header {
    z-index: 1;
    text-align: left;
    font-size: 1.7em;
    line-height: 180%;
    background-color: #F4F4F4;
    padding: 23% 1% 3% 9%;
    color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top:-25%;
    left:19%;
    right: 0;
}

@media screen and (max-width:800px){
  header{
    top:0%;
    left:0%;
    right: 0;
  }
}
#banton{
    position: fixed;
    z-index: 1;
    top:0%;
    left:75%;
    width: 50%;
    display: block;
    transition: top 0.3s;
   
  }

  #banton a:hover {
    background-color: #ddd;
    color: black;

    }
section {
  background-color: rgba(208, 0, 0, 0);
  margin-top: 21%;
  margin-left: 28%;
  position: relative;
  text-align: left;
  color: #000000;
  width: 45%;
}
@media screen and (max-width:800px){
  section{
  margin-top: 10%;
  margin-left: 0%;
  padding: 45% 10% 30% 10%;
  width: 80%;
  }
}

section h1 {
    font-size: 0.9em;
    
}

section p {
  font-size: 0.9em;
  font-weight: lighter;
  line-height: 1.4;
}

ol{
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  line-height: 1.4;
  font-size: 0.9em;
 
}

#content {
  z-index: 4;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 0.8em;
    line-height: 180%;
    background-color: rgba(255, 255, 255, 0.911);
    padding: 1% 0% 1% 0%;
    position: fixed;
    bottom:0%;
    left:0%;
    right: 0;
    color: rgba(0, 0, 0, 0.384);
    max-width: 26%;
    
}
@media screen and (max-width:800px){
  #content{
    font-size: 0.98em;
    padding: 4% 0% 4% 0%;
     max-width: 100%;
  }
}


#Terms{
  color:rgba(0, 0, 0, 0.5);
}


footer a  {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
  
  

}

footer a:hover {
  color:rgba(0, 0, 0, 0.5);
}


  /*INICIA BOTONES LENGUAJE*/
.lenguaje p{
  color: #ffffff;
}
p {
  font-size: 1.2vw;
  font-weight: lighter;
  line-height: 1.4;
}
.container1 {
  z-index: 1;
  position: fixed;
  margin: 0 0;
  max-width: 26%;
  flex-direction: column;
  flex: 2;
  background-color: rgba(213, 14, 14, 0);
  text-decoration: none;
  left:8.5%;
  top:3%;
}
@media screen and (max-width:800px){
  .container1{
    z-index:3;
    margin-left: 0%;
    margin-top:0%;

  }
}
.item-1 {
  text-decoration: none;
  z-index: -1;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 0, 0);
}
@media screen and (max-width:800px){
  .item-1{
   margin-top:-4%;
    margin-left: 25%;
  }
}

.lenguaje {
  z-index: 0;
  color: #d1d1d1;
  margin-top: 17%;
  font-size: 1.2vw;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width:800px){
  .lenguaje{
    font-size: 4.3vw;
   
   

  }
}
.lenguaje a{
  
  color: #d1d1d1;
}

.lenguaje a:hover {
 color: #00000056;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #00000056;
}

.lenguaje u{
  color: #00000056;

 }
.line {
  z-index:2;
  position: fixed;
  left: 26%;
  border-left: 0.1vw solid rgb(255, 255, 255);
  height: 90%;
  top: 0%;
  
}
@media screen and (max-width:800px){
  .line{
    display: none;
  }
}


.banton {
  z-index:-80;
  position: absolute;
  top:18%;
  
  width: 40vw;
  height: 40vw;
  background-size: contain;
  background-repeat: no-repeat;

}


/*MENU HAMBUERGER*/
.burger {
  z-index: 4;
  width: 3vw;
  height: 5vw;
  position: fixed;
  top: 3vw;
  right: -0.5%;
  border-radius: 4px;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .burger {
    height: 15vw;
    right: 11%;
  }
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #d1d1d1;
  outline: 1px solid transparerednt;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (max-width: 800px){
.burger span, .burger span::before, .burger span::after {
    width: 35px;
    height: 4px;
   
}

}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color:#d1d1d1;
  margin-left: -100%;

}
@media screen and (max-width: 800px) {
  .burger.clicked span:before,
  .burger.clicked span:after {
    width: 110%;
    margin-left: -10%;
  }
}
.burger:hover {
  cursor: pointer;
}

/*  NAV
========================================== */
nav {
   z-index: 4;
  background-color: #ffffff;
  position: fixed;
  z-index: 9;
  top: 0;
  right: -0.2%;
  height: 100%;
  max-width: 60.1%;/*tamaño de fondo blanco meni desplegado*/
  width: 100%;
  padding: 100px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(96%);/*ANCHO MENU BLANCO CONTRAIDO*/
  -moz-transform: translateX(96%);
  -ms-transform: translateX(96%);
  -o-transform: translateX(96%);
  transform: translateX(96%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 800px) {
  nav {
    max-width: 102%;
    max-height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}
nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}
nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}
nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}
nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}
nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}
nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}
nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}
nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}
nav.show .about, nav.show .social, nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: .85s;
}
@media (min-width: 667px) {
  nav {
    padding: 120px 90px 70px 90px;
  }
}
nav ul.main {
  display: grid;
  list-style-type: none;
  margin-left: 25vw;
}

@media screen and (max-width: 800px) {
  nav ul.main {
    margin-left: 10vw;
    padding-top: 18vw;
  }
}
nav ul.main li {
  z-index:11;
  width: 32vw;
  margin-bottom: 20px;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .main li a {
    z-index: -2;
    width: 80vw;
  }
}

nav ul.main li:last-of-type {
  margin-bottom: 0px;

  
}
@media screen and (max-width: 800px) {
  nav ul.main li:last-of-type {
    margin-bottom: 18px;
  }
}
/*TEXTOS: HOME-ABOUT US-CONTACT*/
nav ul.main li a {
   z-index: 4;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-text-stroke: 0.19vw rgb(0, 0, 0);/*BORDE DE LINEA TEXTO*/
  color: rgba(240, 23, 23, 0);/*COLOR DEL RELLENO TEXTO*/
  font-size: 6vw;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  line-height: 0.5;/*Interlineado*/
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  nav ul.main li a {
    font-size: 13vw;
    background-color: rgba(255, 255, 0, 0);
    -webkit-text-stroke: 0.6vw rgb(0, 0, 0); /*BORDE DE LINEA TEXTO*/
    
  }
}
nav ul.main li a span {
  color: #7fb798;
}
nav ul.main li a:hover {
  color: #000000;
}


nav .social {
  z-index:9;
  margin-top: -35vh;
  position: relative;
  padding-bottom: 30px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 800px) {
  nav .social {
    top: -6%;
    left:26%;
    
   
  }
}

/*ICONOS REDES SOCIALES*/
nav .social a {

  z-index:3;
  display: grid;
  width: 8vw;
  height: 15vh;
  margin-right: 25px;
  
}
@media screen and (max-width: 800px) {
  nav .social a {
    width: 17vw;
    margin-top: -10%;
    margin-left: -7%;
  }
}
nav .social a:last-of-type {
  
  margin-right: 0px;
}


nav ul.sub {
 
  text-align: right;
  list-style-type: none;
  margin-top: 10vw;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: bold;
 

}
nav ul.sub li {
  margin-bottom: 10px;
 
}
 @media screen and (max-width: 800px) {
  nav ul.sub li {
    margin-top: 0%;
  }
}

nav ul.otro a {
  margin-bottom: 0px;
  list-style-type: none;
  color: #d1d1d1;
  text-decoration: none;
  list-style-type: none;
  

}
@media screen and (max-width: 800px){
  nav ul.otro a{
    margin-left: 4%;
  }
}
nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 800px) {
  nav ul.sub li:last-of-type {
    padding-bottom: 18vw;
  }
}
/*SUB-TEXTOS: COMPANY DETAIL, PRIVACY, COOKIE*/
nav ul.sub li a {
  color: #9a9a9a;
  line-height: 0.5;
  font-size: 1.5vw;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  nav ul.sub li a {
    font-size: 5vw;
    line-height: 2;
  }
}



nav ul.sub li a:hover {
  color: #000000;
}

/*nomenclatura*/

.nomenclatura li{
  padding:3% 0;
}


/*  OVERLAY
========================================== 
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f900d400;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 0.8;
  visibility: visible;
}*/





