body{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: hidden;
}
ul,li{
    padding: 0; margin: 0; list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: coral;
}

.sitio{
  position: relative;
  width: 100vw;
  height: auto;
  overflow: hidden;
}


h1{
  font-family: nunitoBold;
  font-size: calc(0.7rem + 1vmin + 2.5vmax);
  color: white;
  /* white-space: nowrap; */
  line-height: 1;
}
h2{
  font-family: blacklisted;
  font-size: calc(0.8rem + 1.2vmin + 3vmax);
  color: white;
  line-height: 1;
  /* white-space: nowrap; */
}


p{
font-family: nunitoLight;
font-size: 17px;
color: #333;
line-height: 1.6;
}

.menu{
  position: relative;
  width: 100vw;
  height: 136px;
  background-image: url(../imagenes/fmenu.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.nMenu{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(34, 34, 34, 0.7);
  padding: 15px 50px 15px 50px;
}

.logoSup{
  position: relative;
  width: 132px;
  height: 110px;
  left: 0px;
  top: 0px;
}

#buscadorMapa{
  color: white;
  font-family: sourceSans;
  font-size: 14px;  
}
#buscadorMapa li{
  padding-bottom: 15px;
  text-align: right;
}

#menuSup1 li{
  float: left;
  padding-left: 20px;
}
#menuSup1 img{
  margin-top: -5px;
  margin-right: 5px;
}

.fMenu{
  font-family: chandler;
  font-size: 16px;
  color: #31A735;
}

.contCarrusel{
  position: relative;
  height: 28px;
  padding: 5px;
  background: black;
  display: flex;
}

.carrusel{
  position: absolute;
  width: 100%;
  font-family: chandler;
  font-size: 16px;
  color: white;
}

.menuPeke{
  position: absolute;
  width: 100vw;
  height: 45px;
  padding: 5px 50px 5px 50px;
  background: black;
  left: 0px;
  top: -45px;
  z-index: 20;
}


.banner{
  position: relative;
  min-width: 100vw;
  width: auto;
  height: 100vh;
  background: #333;
  overflow: hidden;
}

.sliderFotos{
  float: left;
  position: relative;
  min-width: 100vw;
  width: auto;
  height: 100%;
  white-space: nowrap;
}


.sliderFotos img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.velo{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4) 100%);
  padding: 5px 50px 5px 50px;
  z-index: 10;
}

.salto{
  height: 120px;
}

#especial{
  position: relative;
  width: 85%;
  height: 100%;
  background: #31A634;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  left: -10px;
  padding: 10px;
}


h3{
  font-family: neutra;
  font-size: calc(0.8rem + 2vmin + 4.8vmax);
  line-height: 1;
  color: black;
  font-weight: 600;
  /* white-space: nowrap; */
}
.velo p{
  font-family: chandler;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: white;
  padding: 0;
  margin: 0;
}

.division{
  position: relative;
  width: 15%;
  height: 3px;
  background: #31A634;
}

.opciones{
  position: relative;
  left: -10px;
}

.opciones li{
  position: relative;
  float: left;
  padding: 5px 10px 5px 10px;
  margin: 5px;
  font-family: nunitoBold;
  color: white;
  font-size: calc(0.25rem + 0.5vmin + 1.5vmax);
  font-weight: bold;
  transition: all .3s;
  cursor: pointer;
  z-index: 1;
}

.fondoBtn{
  position: absolute;
  top: -7%;
  left: -1px;
  width: 100%;
  height: 0%;
  /* opacity: 0; */
  background: #FF7F00;
  z-index: -1;
  transition: all .3s;
}

.opciones li:hover > .fondoBtn{
  height: 100%;
  opacity: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  top: 2px;
}
.opciones li:hover{ scale: 1.1; color: black; }


.categorias{
  position: relative;
  width: 100vw;
  height: auto;
  background: white;
}

.secProductos{
  overflow: hidden;
}

.secProductos:hover .fondoProd img{
  scale: 1.2;
  filter: grayscale(0.8);
}

#cats{
  position: relative;
  height: 90vh;
}

.fondoProd img{
  position: relative;
  width: 100%;
  height: 90vh;
  object-fit: cover;
  transition: all 1s;
}

.categorias div{
  padding: 1.5px;
  margin: 0;
  overflow: hidden;
}

.contCat1{
  position: absolute;
  width: auto;
  height: auto;
  padding: 20px;
  margin: 10px;
  border-top-right-radius: 15px;
  left: 0px;
  top: 160px;
}
.contCat1 li{
  padding: 0px 15px 0px 50px;
}

.contCat2{
  position: relative;
  width: 380px;
  height: auto;
  padding: 20px;
  margin: 10px;
  border-top-left-radius: 15px;
  text-align: right;
  left: calc(100% - 393px);
  bottom: 160px;
  z-index: 1;
}
.contCat2 li{
  padding: 0px 15px 0px 50px;
}

.contCat3{
  position: absolute;
  width: auto;
  height: auto;
  padding: 20px;
  margin: 10px;
  border-top-left-radius: 15px;
  text-align: right;
  right: 2px;
  top: 200px;
  z-index: 1;
}
.contCat3 li{
  padding: 0px 15px 0px 50px;
}


.contCat4{
  position: absolute;
  width: auto;
  height: auto;
  padding: 20px;
  margin: 10px;
  border-top-right-radius: 15px;
  text-align: right;
  left: 1px;
  bottom: 60px;
  z-index: 1;
}
.contCat4 li{
  padding: 0px 15px 0px 50px;
}

.contPeke{
  position: relative;
  background: #FF7F00;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}

.contPeke:hover{
  background: white;
  color: #FF7F00;
}

.nuniGrande{
  font-family: neutra;
  font-size: calc(0.5rem + 1vmin + 2vmax);
  line-height: 1;
}

.nuniMid{
  font-family: nunitoBold;
  font-size: calc(0.25rem + 0.75vmin + 1.5vmax);
  line-height: 1;
}
#flechita{
  position: relative;
  text-align: right;
  z-index: 3;
  font-style: italic;
  font-family:chandler;
}



/* SECCION DESTACADOS */

.destacados{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  padding: 50px;
  padding-top: 150px;
  padding-bottom: 0px;
  background: #eeeeee;
}

.svalenMid{
  position: absolute;
  width: 131px;
  top: 73px;
  right: 50px;
  top: 20px;
}


.contenedor{
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 100vh;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 150px 0px 0px 0px;
}

#subProds li{
  font-family: nunitoBlack;
  background: #FF7F00;
  width: auto;
  padding: 10px;
  font-size: calc(0.25rem + 0.6vmin + 1.2vmax);
  color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cajaProd{
  background: white;
  border: solid 1px #e6e6e6;
  height: 550px;
  /* max-width: 339px; */
  margin-top: 100px;
  padding: 0;
  overflow: hidden;
}

.fotoProd{
  position: relative;
  width: 100%;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fotoProd img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}

.cajaProd:hover .fotoProd img{
  scale: 1.2;
}

.detalleProd{
  position: relative;
  width: 100%;
  height: 77px;
  background: black;
  overflow: hidden;
  transition: all 0.8s;
}

.detVert{
  position: relative;
  width: 80px;
  height: 30px;
  background: #FF7F00;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 5px;
  transform: rotate(-90deg);
  left: calc(100% - 53px);
  top: 24px;
  transition: all 0.3s;
}

.descProd{
  position: relative;
  width: calc(100% - 40px);
  left: 0px;
  top: -30px;
  height: 100%;
  color: white;
  transition: all 0.5s;
}

.descProd ul{
  padding-top: 10px;
}

.descProd h5{
  font-family: neoSansBold;
  font-size: 25px;
  color: white;
  line-height: 0.8;
}
.descProd h3{
  font-family: neoSansLight;
  font-size: calc(0.1rem + 0.3vmin + 0.6vmax);
  color: white;
  line-height: 1.3;
}
.descProd h4{
  font-family: chandler;
  font-size: 16px;
  color: white;
  line-height: 0.8;
}


.cajaProd:hover .detVert{
  width: 300px;
}

.cajaProd:hover .descProd{
  left: 35px;
}

.cajaProd:hover .detalleProd{
  background: #FF7F00;
}

.contenedor2 h2{
  font-family: nunitoBlack;
  font-size: calc(0.25rem + 0.6vmin + 1.2vmax);
  color: black;
}

.contenedor2 p{
  font-family: neoSansLight;
  font-size: 16px;
  line-height: 1.5;
}



/* SECCION AREAS */

.areas{
  position: relative;
  width: 100vw;
  min-height: 80vh;
  height: auto;
  background: black;
  overflow: hidden;
}

.areas2{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: black;
  overflow: hidden;
}

.fondoAreas{
  z-index: -1;
}

.leyenda{
  position: relative;
  overflow-x: visible;
  z-index: 3;
}

.fondoAreas img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.contAreas{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contAreas p{
  font-family: chandler;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.contAreas li{
  padding: 10px;
  text-align: center;
}


/* Seguridad en tus compras */

.seguridadCont{
  position: relative;
  width: 100vw;
  min-height: 60vh;
  height: auto;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.seguridadCont h2{
  font-family: nunitoBlack;
  font-size: calc(0.25rem + 0.6vmin + 1.2vmax);
  color: #31A735;
}

.seguridadCont p{
  font-family: neoSansLight;
  font-size: 16px;
  line-height: 1.5;
}

.seguridadCont h3{
  font-family: neoSansLight;
  font-size: 16px;
}
.seguridadCont h4{
  font-family: nunitoBold;
  font-size: 14px;
}



/* PIE DE SITIO WEB */

.pie{
  position: relative;
  width: 100vw;
  min-height: 70vh;
  height: auto;
  background: #0F161E;
  padding: 50px;
  border-top: solid 5px #FF7F00;
}

#titPie h2{
  font-family: chandler;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

#titPie li{
  padding-top: 20px;
}

#infoPie h2{
  font-family: neoSans;
  font-size: 17px;
  color: #31A735;
}

#infoPie h3{
  font-family: neoSansLight;
  font-size: 13px;
  color: white;
}

#infoPie li{
  padding-top: 10px;
}

#infoPie i{
  font-size: 50px;
  color: white;
  padding-right: 5px;
}



#enlacesPie a, #enlacesRedes a{
  color: white;
  transition: all .3s;
}

#enlacesPie h3{
  transition: all .3s;
}

#enlacesRedes i{
  transition: all .3s;
}

#enlacesPie a:hover{
  letter-spacing: 3px;
}
#enlacesPie a h3:hover{
  color: #FF7F00;
  padding-left: 5px;
}

#enlacesRedes a:hover i{
  color: #FF7F00;
}

.pie2{
  position: relative;
  width: 100vw;
  min-height: 50px;
  height: auto;
  background: #000;
  padding: 20px;
  padding-bottom: 0px;
  color: whitesmoke;
  font-family: neoSansLight;
  font-size: 14px;
}

.pie2 img{
  position: relative;
  /* top: -15px; */
  padding-right: 20px;
  padding-left: 10px;
  max-height: 20px;
}








/* PAGINA DE PRODUCTOS */

.bannerProductos{
  position: relative;
  min-width: 100vw;
  width: auto;
  height: 50vh;
  background: #333;
  overflow: hidden;
}

.subVerde{
  position: relative;
  width: 20%;
  height: 5px;
  background: #31A634;
  bottom: 35px;
}


.contProdsMen{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #eeeeee;
  padding: 0px 50px 50px 50px;
}

#menuLateral{
  padding-top: 100px;
}

.fixed{
  position: fixed;
  top: 0px;
}
.abajo{
  position: relative;
  bottom: 100px;
}

#menuLateral a li{
  transition: all .3s;
}

#menuLateral h2{
  font-family: neoSansBold;
  font-size: calc(0.25rem + 0.7vmin + 1.1vmax);
  color: #333;
  padding-bottom: 30px;
}

#menuLateral a li{
  font-family: neoSansLight;
  font-size: calc(0.25rem + 0.7vmin + 1.1vmax);
  color: #999;
}

#menuLateral a:hover li{
  background: #31A735;
  color: white;
  width: 90%;
  padding: 5px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}



/* PAGINA DETALLE */

.contFotoProd{
  /* margin-top: 100px; */
  background: white;
  border: solid 1px #e6e6e6;
}
.contFotoProd img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titModelo, .contDetProd{
  margin-top: 100px;
}

.titModelo h2{
  font-family: chandler;
  font-size: 20px;
  line-height: 1;
  color: #666;
}
.titModelo h3{
  font-family: neoSansBold;
  font-size: calc(0.25rem + 0.7vmin + 1.1vmax);
  line-height: 1;
  color: #333;
}
h4{
  font-family: neoSansLight;
  font-size: calc(0.25rem + 0.7vmin + 1.1vmax);
  line-height: 1;
  color: #333;
}


.contDetProd h2{
  font-family: neoSansBold;
  font-size: calc(0.25rem + 0.7vmin + 1.1vmax);
  line-height: 1;
  color: #333;
  padding-bottom: 25px;
}
.contDetProd h3{
  font-family: chandler;
  font-size: 20px;
  line-height: 1;
}
.contDetProd li{
  padding-bottom: 10px;
}

.contDetProd i{
  color: #FF7F00;
  font-size: 13px;
  font-weight: 100;
  padding-right: 5px;
}

hr{
  color: #d1cfcf;
}

.subtitsBold{
  font-family: neoSansBold;
  font-size: calc(0.25rem + 0.7vmin + 1.1vmax);
  line-height: 1;
  color: #333;
  padding-bottom: 25px;
}
.subtitsLight{
  font-family: neoSansLight;
  font-size: calc(0.25rem + 0.7vmin + 1.1vmax);
  line-height: 1;
  color: #666;
}




/* PAGINA DE SERVICIOS */

.velo2{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 40%);
  padding: 5px 50px 5px 50px;
  z-index: 10;
}

.video{
  position: absolute;
  margin-top: 0px;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /* z-index: -10; */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

#veloServicios li{
  padding-bottom: 10px;
}

#veloServicios h2{
  font-family: neoSansBold;
  font-size: calc(0.7rem + 1vmin + 2.5vmax);
  color: white;
  /* white-space: nowrap; */
  line-height: 1;
}
#veloServicios h3{
  font-family: neoSansLight;
  font-size: 20px;
  color: white;
  /* white-space: nowrap; */
  line-height: 1;
}


.contServicios{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #F0F0F0;
  padding: 50px;
  padding-bottom: 1px;
}



#fotosServ1{
  position: relative;
  padding-top: 30px;
  /* max-height: 530px; */
  overflow: hidden;
}

#fotosServ1 img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top 50%;
}

.limitada{
  max-height: 530px;
}

#imgServs{
  padding: 1px;
}

#servPart2 img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top 50%;
}

#descServ li{
  padding-bottom: 15px;
}





/* PAGINA EMPRESA */

#contEmpresa img{
  position: relative;
  min-width: 350px;
  max-width: 780px;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#txtEmpresa{
  padding-left: 50px;
}

.contEmpresa2{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #0F161E;
  border-top: solid 5px #FF7F00;
  border-bottom: solid 5px #FF7F00;
}

.contEmpresa2 h1{
  font-family: neoSansBold;
  font-size: calc(0.7rem + 1vmin + 1.5vmax);
  color: white;
  /* white-space: nowrap; */
  line-height: 1;
  padding-bottom: 20px;
}

.contEmpresa2 p{
  color: white;
}

.contEmpresa2 img{
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  ;
}

.txtEmpresa2{
  padding: 50px;
  display: flex;
  min-height: 100vh;
  height: auto;
  justify-content: left;
  align-items: center;
  background: #0F161E;
}


/* COLORES BASICOS DE LA WEB */
.blanco{  color: white;}
.negro{   color: black;}
.naranjo{ color: #FF7F00;}
.verde{   color: #31A634;}

.fBlanco{  background: white;}
.fNegro{   background: black;}
.fNaranjo{ background: #FF7F00;}
.fVerde{   background: #31A634;}



.buscador{
  width: 300px;
  min-height: 25px;
  height: auto;
  padding: 15px;
  font-family: chandler;
  font-size: 13px;
  color: #777;
  background: #0F161E;
  border-radius: 7px;
  margin-left: 10px;
}

#buscar{
  position: relative;
  left: 0px;
  width: 90%;
  outline: none;
  color: #666;
  background: #0F161E;
  border: none;
}

#busca{
  cursor: pointer;
}


.tallas{
  position: relative;
  width:auto;
  min-height: 40px;
  height: auto;
  display: flex;
  margin-bottom: 20px;
}

.contTalla{
  width: 35px;
  height: 35px;
  padding: 10px;
  font-size: 17px;
  background: white;
  border: solid 1px gray;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}



/* MENU MOVIL */

.menuMovil{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: all 0.5s;
  background: #0F161E;
  z-index: 30;
  text-align: center;

}

.menuMovil h2{
  font-family: neoSansBold;
  font-size: 25px;
  color: whitesmoke;
  padding-bottom: 10px;
}
.menuMovil a{
  font-family: neoSansLight;
  font-size: 20px;
  color: #31A634;
  padding-bottom: 10px;
}

.cerrarMovil{
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: maroon;
}





/* PAGINA CONTACTO */

.contacto{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  background: #2EB349;
  overflow: hidden;
}

.veloImg{
  position: absolute;
  width: 100vw;
  min-height: 100%;
  height: auto;
  z-index: 1;
  
}
.veloImg img{
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0.1;
}

.contContacto{
  position: absolute;
  width: 100vw;
  min-height: 100%;
  height: auto;
  padding: 50px;
  display: flex;
  align-items: center;
  z-index: 5;
}

.contContacto h1{
  font-family: blacklisted;
  font-size: calc(0.8rem + 1.2vmin + 3vmax);
  color: white;
  line-height: 1;
}

.contContacto i{
  color: white;
  font-size: 50px;
  padding-right: 10px;
}

.cajaTxt{
  position: relative;
  padding: 15px;
  width: 100%;
  height: auto;
  font-family: neoSansLight;
  color: #222C58;
  font-size: 17px;
  background: #f4f4f4;
  border-radius: 10px;
  border: none;
  outline:none;
  margin-bottom: 10px;
}
.cajaTxt2{
  position: relative;
  padding: 15px;
  width: 100%;
  height: auto;
  font-family: neoSansLight;
  color: #222C58;
  font-size: 17px;
  background: #f4f4f4;
  border-radius: 10px;
  border: none;
  outline:none;
  margin-bottom: 10px;
}

.btnEnviar{
  position: relative;
  width: 250px;
  padding: 10px;
  color: white;
  font-family: nunito;
  font-size: 20px;
  background: #0057B8;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
  border: none;
  transition: all .3s;
}


.btnEnviar:hover{
  background: #22405B;
  color: #F8D605;
}


#contactanos li a:hover{
  color: #FF7F00;
}



/* ICONO BOTON WHATSAPP */

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:50px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}



/*****************************************/
/* ESTILO GENERAL DEL MENU HAMBURGUESA */
/*****************************************/

/* Contenedor del menu hamburguesa */
.mcMenu{
  position: absolute;
  display: none;
  right: 20px;
  top: -23px;
  z-index: 30;
}

.mcMenu2{
  position: relative;
  display: none;
  right: 20px;
  top: -23px;
  z-index: 30;
}

.visuallyHidden {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

.hamburger {
  margin: 0 auto;
  margin-top: 30px;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: #31A634;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute; 
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

.bar4 {
  bottom: 0;
}




/* HAMBURGER 4 */

.hamburger2 .bar2,
.hamburger3 .bar3,
.hamburger4 .bar4 {
  top: 13.5px;
}

.hamburger4 .bar5 {
  bottom: 0px;
}

.hamburger4 .bar {
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 13.5px;
}

.hamburger4 .bar3 {
  width: 1px;
  left: 13.5px;
  
}



/* estilos para info de formulario */

.campoValido{
  border: solid 1px;
  border: rgba(78, 255, 158, 1);
}
.campoInvalido{
  border: solid 1px;
  border: rgba(250, 91, 63, 1);
}
.error{
  position: relative;
  color: crimson;
  text-align: center;
}



/*  DATOS SPINNER DE CARGA */

#enviando{
  position: fixed;
  width: 100vw;
  height: 100%;
  background: rgba(17, 17, 26, 0.7);
  left: 0px;
  top: 0px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-family: roboto;
  color: white;
  z-index: 30;
}

.informe p{
  color: white;
}

.spinner{
  display: flex;
  padding: 20px;
  z-index: 20;
}

.sk-folding-cube {
margin: 20px auto;
width: 40px;
height: 40px;
position: relative;
-webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
        animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
          transform: perspective(140px) rotateX(-180deg);
  opacity: 0; 
} 25%, 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
  opacity: 1; 
} 90%, 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
          transform: perspective(140px) rotateY(180deg);
  opacity: 0; 
} 
}

@keyframes sk-foldCubeAngle {
0%, 10% {
  -webkit-transform: perspective(140px) rotateX(-180deg);
          transform: perspective(140px) rotateX(-180deg);
  opacity: 0; 
} 25%, 75% {
  -webkit-transform: perspective(140px) rotateX(0deg);
          transform: perspective(140px) rotateX(0deg);
  opacity: 1; 
} 90%, 100% {
  -webkit-transform: perspective(140px) rotateY(180deg);
          transform: perspective(140px) rotateY(180deg);
  opacity: 0; 
}
}

/* .checkbox4:checked + label > .hamburger4 > .bar1{
  top: 13.5px;
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar2{
  left: 0px;
  width: 30px;
  transform: rotate(45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar3{
  left: 0;
  width: 30px;
  transform: rotate(-45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar4{
  background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar5{
  bottom: 13.5px;
  background-color: transparent; 
} */





/* fuente adaptable para tamaños de 25px */
/* font-size: calc(0.4rem + 0.7vmin + 0.9vmax); */

/* fuente adaptable para tamaños de 50 a 70px */
/* font-size: calc(4rem + 6vmin + 9vmax); */