:root {
  --naranja: #ec4e2f;
  --verde: #a2b58f;
  --stone: #ede4dd;
  --black: #000000;
  --hover: #ec4e2f;
  --color-primary: #ec4e2f;
    --color-secundary: #a2b58f;
    --verdeclaro:#C7D3BB;


}
* {
  margin: 0;
  padding: 0;
  height: auto;
  transition: all 0.8s ease;
  font-family: cuerpo;
  font-weight: 400;
  color: var(black);
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


@font-face {
  font-family: titulos;
  src: url(../fonts/optisswissnothree.otf);
}
@font-face {
  font-family: minititulos;
  src: url(../fonts/Pretendard-SemiBold.otf);
}
@font-face {
  font-family: cuerpo;
  src: url(../fonts/Pretendard-Light.otf);
}


body{
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
      font-size: 14px;
    cursor: url("../img/cursor.svg"), auto; 
}
a {
  text-decoration: none;
  color: inherit;
}
.container{
    width: 100%;
    height: 100%;
        height: max-content;

      overflow: hidden;

}
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.imgleft{
  flex-direction: row-reverse;
}

.column {    
  display: flex;
    justify-content: flex-start;
  flex-direction: column;
}

/* textos */
.titulo{
 font-family: titulos;
    font-size: 2.5rem;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    line-height: 3.2rem;
    padding-bottom: .4rem;
}

/* .pretitulo{
   font-family: minititulos;
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase; 
  line-height: 2.5rem;
} */
.minititulo{
   font-family: minititulos;
  font-size: 1.4rem;

  text-transform: uppercase; 
  line-height: 2.5rem;
  li{ 
    font-size: 1.1rem;

  text-transform: none; 
  line-height: 2.5rem;

  }
}

.posdata{
      font-size: .8rem;
    opacity: .5;
}
h1,
h2,
h3,
h4 {
  font-family: titulos;
  font-size: inherit;
}
p{font-family: cuerpo;
  padding-bottom:2%;
}
.texto{
  font-size:1.1rem;
  padding:2% 0;

}
.banner, .carrusel {
  .texto, .pretitulo, .titulo, .posttitulo{

  text-shadow: 1px 1px 20px #000000;
}
}

.containertexto .texto{
  padding:1% 0 5% 0;
}
strong
{
  font-weight: 700;
}
.coleccion{
font-size: 1.3rem;
    padding-bottom: 10px;
}
.posttitulo, .pretitulo{
 text-transform: uppercase;
    font-size: 1.3rem;
    line-height: initial;
}
.posttitulo{
 padding-bottom: 1rem;
}
.paddingsection{
  padding: 5%;

}
   

/* colores */
.naranja{
  color:var(--naranja);
  font-weight: bolder;
}
.blanco{
  color:white;

}
.fondoverde{
  background-color: var(--verde);
}
.fondoverdeclaro{
background-color: var(--verdeclaro);

}
.fondobeige{
  background-color: var(--stone);
}
.fondoblanco{
  background-color: white;
}
/* .centro{
  justify-content: center;
  padding-left: 15%!important;
  padding-right: 15%!important;
} */
.filascontenedor {
    padding: 5% 0;
    .posttitulo{
      padding-bottom:0!important;
    }
}


.degradado{
  /* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+99 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.textcenter{
  text-align: center;
}
.row {
    width: 100%;
    display: flex;
    padding-bottom:2%;
}
/* header */


nav#header {
  display: flex;
}

.hamburger {
  display: none;
}
header {
  display: flex;
  flex-direction: row;
gap: 3vw; 
  align-items: center;
  padding:.5%;
   justify-content: space-between;
     position:absolute;
  top: 0;
      z-index: 100;

}
img.logo {
  width: 10vw;
  margin: 2vh 3vw;
}
nav ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;

  li {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.8rem;
          text-align: left;
    box-sizing: border-box;
    padding: 2rem;
            margin-top: -0.3rem;
            height: min-content;
           
                    
            
  }
  li:hover {
    color: var(--black) ;
    background-color: var(--stone);
  }
  li a{
  width: 100%;
}
}

nav ul ul {
  height: 0px;
  overflow: hidden;
  display: flex;
      flex-direction: column;
      box-sizing: border-box;
}
nav ul li:hover ul{
  height: auto;
  display:block;

}
ul.submenu {
    padding: 0;
    padding-top:1rem;

    li {
        padding: 1rem;
        letter-spacing: 2px;
        font-size: smaller;
    }
}
main{
  margin-top:10vh;
}


/* footer */
footer {
    padding: 2% 0;
}

    .containerfooter {
    padding: 0 7%;
}
.slogan {
  font-size: 2rem;
}
.rrss img {
  height: 100px;
  padding: 10px;
  box-sizing: content-box;
  opacity: 0.5;
}
.rrss img:hover {
  opacity: 1;
}
.menufooter .titulo {
  color: var(--naranja);
  text-transform: uppercase;
  font-family: minititulos;
  padding-bottom: 10px;
  font-size: 1.2rem;
}
.copy {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin-top: 50px;
  padding: 10px !important;
}

footer ul {
  list-style: none;
  margin-right: 50px;
  padding-left: 0;
}
footer li {
  padding: 5px;
  padding-left: 0;
      text-transform: capitalize;
}

/* cabecera */
.banner {
position: relative;
 background-image: linear-gradient(
        to left, 
        /* Comienza con negro sólido (0% de la altura del div) */
        rgba(0, 0, 0, 0) 1%, 
        /* Termina con negro totalmente transparente (100% de la altura del div) */
        rgba(0, 0, 0, 0.3) 120% 
    );
    height: 100%;
        min-height: 80vh;

}
img.cabecera {
 position: absolute;

     bottom: -10%;
    right: 0;
 object-fit: cover;
 z-index: 0;
 width: auto;
 height: 130%;
     z-index: -1;
}

.banner .info {
z-index: 1;
    justify-content: center;

}
#limpiadores img.cabecera {
    bottom: -10%;
    height: 160%;
}
#marca img.cabecera {   
    height: 131%;
}

#brumas img.cabecera { 
    bottom: 0;
    right: 0;
    height: 150%;   
}
#aloe img.cabecera {   
    height: 150%;
}




/* nosotros */
.info {
    padding: 5%;
}
.info,.imagen-hover, .producto {
    position: relative;
    width: 50vw;
    min-height: 60vh;
    overflow: hidden;
  }
  .seccioncompleta{

position: relative;
    width: 100%;
    height: max-content;
    overflow: hidden;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    .texto{
      padding:0

    }


  }
  .paddingtitulo{
    padding:2%
  }
  .numorder {
       font-size: 2.5rem;
    padding-right: 1rem;
    line-height: 2rem;
    font-family: 'titulos';
    text-align: end;
    display: flex;
    align-items: flex-start;
    opacity: .2;
}
  
  .imagen-hover img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out;
  }

  
  .imgHover {
    opacity: 0;
   
  }
  
  .imagen-hover:hover .imgHover {
    opacity: 1;
  }
  
  .imagen-hover:hover .imgNormal {
    opacity: 0;
  }
 #mascarillas{
  .container {
    height: max-content;
}
.info, .imagen-hover, .producto {
    position: relative;
    width: 50vw;
 height: max-content;


}  .imagen-hover, .producto {

    min-height: -webkit-fill-available !important;



}

.destacados{

        /* margin-top: 0;
        position: absolute; */
        bottom: 0;
        padding: 2%;
        background-color: #ffffffcc;
        padding: 2% 10%;

}
 
} 
.active2{
  background-color: black;
}
.destacados{
  background-color: #ffffff7a;
  width: 100%;
    /* margin-top: -16vh; */
    padding: 5%;
   .titulodestacado{
    font-weight: bold;
   }
}

/* acordeon */
.acordeon-cuerpo{
  .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: auto;
}

.faq .head {
  display: flex;
  padding: 25px 0px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq .content {
    height: 0px;
  overflow-y: hidden;
  border-bottom: 1px solid #afafaf;
          font-size: 1.1rem;
}
.faq.active .head svg {
  transform: rotate(180deg);
}
.faq.active .content {
  height: auto;
}


}
.head span {
   font-size: 1.1rem;
    font-weight: 700;
}
.boton a {
    width: auto;
    background-color: black;
    padding: 20px 40px;
    
    border-left: 20px solid #ec4e2f;
}
.boton a:hover {

    background-color: var(--naranja);
   
}
.boton{
  padding: 2rem 0;
}

/* CARRUSEL */
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {
  display: none;
  float: left;
  position: relative;
  width: 100%;

  img{
    width: 120%;
    height: 90vh;
    object-fit: cover;
    vertical-align: middle;
  }
  .text {
           text-align: left;
        bottom: 0;
        height: 100%;
        align-content: center;
}
.degradado {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.65) 100%);
}
.column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
}
.titulobanner{
  font-size: 4rem;
      line-height: 4.5rem;
      padding-bottom:1rem;
}
div#pagination {
  position: absolute;
    display: flex;
    bottom: 50px;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.countSelectorSection,.autoCheck{
  margin: 1rem;
  display: inline-block;
}
input[type="checkbox"]{
  margin: 0;
  padding: 0;
  cursor: pointer;
}


/* Slideshow container */
.slideshow-container {

  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 1;
}
.prev{
  left: 1%;
}

/* Position the "next button" to the right */
.next {
  right: 1%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255,255,255,0.5);
}

.countSelectorSection, .autoCheck {
    display: none;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #717171;
}
.clear{
  clear: both;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.inci .faqs, .inci2{
  .content{
        font-size: .8rem;
    opacity: .5;
    border-bottom: none; 
}
.head .minititulo, .minititulo{
  font-size: .9rem!important;
  opacity: .5;
}
.head{
  padding:0;
}




    width: 100%;


}
a.distrituidores {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.8rem!important;
    text-align: left;
    box-sizing: border-box;
        padding: 1rem!important;
    margin-top: -0.3rem;
    height: min-content;
    position: fixed;
    right: 0;
    top: 15%;
    background: #ffffff;
     border-right: 20px solid #ec4e2f;
}
a:hover.distrituidores {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.8rem;
    text-align: left;
    box-sizing: border-box;
        padding: 1rem;
    margin-top: -0.3rem;
    height: min-content;
    position: fixed;
    right: 0;
    top: 15%;
    color: #ffffff;
    background: #ec4e2f;
}





