:root {
  --hover: #de006e;
  --color-primary: #de006e;
  --color-secundary: #edeff1;

  --gris: #4b4a49;
  --negro: #000000;
  --pink: #de006e;
  --white: #ffffff;
  --grisfondo: #edeff1;
}
* {
  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/SpecialGothicExpandedOne-Regular.otf);
  text-transform: uppercase;
}
@font-face {
  font-family: minititulos;
  src: url(../fonts/Oswald-SemiBold.otf);
  text-transform: uppercase;
}
@font-face {
  font-family: cuerpo;
  src: url(../fonts/Oswald-Light.otf);
}

html {
  max-width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  cursor: url("img/cursor.svg"), auto;
  background-color: var(--grisfondo);
}
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;
}
.blanco {
  color: white;
}
.degradado {
  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%;
}

.infocabeceraseccion::before {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 90%,
    rgba(255, 255, 255, 0.9) 100%
  );
  content: "";
  width: 120vw;
  margin-left: -20vw;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.degradadoblanco {
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 99%,
    rgba(255, 255, 255, 0.65) 100%
  );
}
.fondoblanco {
  background-color: #ffffff;
}

/* textos */
.titulo {
  font-family: titulos;
  font-size: 2.5rem;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  line-height: 3.2rem;
  padding-bottom: 0.4rem;
}
.tituloseccion {
  padding: 3rem;
}
.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;
  }
}
.textarriba {
  vertical-align: top;
}

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

.containertexto .texto {
  padding: 1% 0 5% 0;
}

.posttitulo,
.pretitulo {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.infocabeceraseccion {
  .posttitulo {
    padding-bottom: 1rem;
    padding-left: 2rem;
  }
}
.posttitulo {
  padding-bottom: 1rem;
  padding-left: 7rem;
}

.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: 0.5%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 100;
}
img.logo {
  width: 20vw;
  margin: 2vh 3vw;
  position: absolute;
  left: 38%;
}
nav ul {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
  padding: 2rem;
  flex-direction: column;
      background-color: #eff2f39e;

  li {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.1rem;
    text-align: left;
    box-sizing: border-box;
    padding: 0.6rem;
    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;
      background: none;

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

/* cabecera */

/* nosotros */

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

.boton a {
  width: auto;
  background-color: black;
  padding: 20px 40px;
  color: white;
  font-size: 1.3rem;
}
.boton a:hover {
  background-color: var(--gris);
}
.boton {
  padding: 2rem 0;
}

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

  .titulo {
    line-height: 5.5rem;
    padding-bottom: 1rem;
    font-size: 6rem;
  }

  .imgcarrusel {
    max-width: 60%;
  }
  .containercarrusel {
    justify-content: center;
    align-items: center;
  }
  img {
    width: auto;
    max-height: 70vh;
    object-fit: contain;
    vertical-align: middle;
    transform: rotate(-40deg);
  }
  .text {
    text-align: left;
    bottom: 0;
    height: 100%;
    align-content: center;
    max-width: 30%;
  }

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

div#pagination {
  display: flex;
  margin-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;
}
span.large {
  font-family: titulos;
  font-size: 12rem;
  line-height: 10rem;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  padding-top: 5vh;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 130px;
  padding: 16px;
  margin-top: -22px;

  font-weight: bold;
  font-size: 70px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 1;
}
.prev {
  left: 10%;
}

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

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  opacity: 0.3;
}

.countSelectorSection,
.autoCheck {
  display: none;
}

/* Caption text */
.text {
  font-size: 15px;
  padding: 8px 12px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.titulo.small {
  font-size: 5rem !important;
  line-height: 4.5rem !important;
}

/* 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: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

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

.head .minititulo,
.minititulo {
  font-size: 0.9rem !important;
  opacity: 0.5;
}
.head {
  padding: 0;
}

a.distrituidores {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.9rem !important;
  text-align: left;
  box-sizing: border-box;
  padding: 1rem !important;
  margin-top: -0.3rem;
  height: min-content;
  position: fixed;
  right: 0;
  top: 10vh;
  background: #000000;
  color: white;
  border: 1px solid white;
  z-index: 10;
}
a:hover.distrituidores {
  color: #000000;
  background: #ffffff;
}
/* cabecera */
.banner {
  position: relative;
  height: 100%;
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
}

img.cabecera {
  position: absolute;
  bottom: 0;
  left: -12%;
  object-fit: cover;
  z-index: 0;
  width: 125%;
  z-index: -2;
}

.banner .info {
  z-index: 1;
  align-items: flex-start !important;
  max-width: 50%;
  padding: 5rem;
  justify-content: flex-start;
}
.bannermarca {
  min-height: 70vh;
  .cabecera {
    top: -40%;
  }
  .titulobanner {
    font-size: 10vh;
    line-height: 5rem;
  }
  .pretitulo {
    font-size: 5rem;
    line-height: 6rem;
  }
}
.seccioncompleta {
  padding-top: 5vh;
}

.titulobanner {
  font-size: 3em;
  line-height: 1.1em;
}

.novedades {
  .productos {
    max-height: 30vh;
    display: flex;
    align-items: center;
    img {
      height: 300px;
      width: auto;
      object-fit: cover;
    }
  }
  .balsamos img {
    height: 450px;
  }
  .titulo {
    font-size: 7rem;
    line-height: 7rem;
  }
  .info {
    max-width: 100%;
  }
}

/* secciones */
.incioseccion {
  height: 99vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -10vh;
}
.imagencabeceraseccion {
  height: 130%;
  width: auto;
  margin-top: -33vh;
  position: absolute;
  right: 0;
  z-index: 1;
  img {
    height: 140%;
  }
}
.infocabeceraseccion {
  height: 100%;
  width: auto;
  margin-top: 15vh;
  padding: 5rem;
  margin-left: 5vw;
  position: absolute;
  hyphens: auto;
  lang: es; /* El HTML debe tenerlo, ej: <p lang="es"> */
  max-width: 80vw;

  .titulo {
  

    font-size: 15rem;
    letter-spacing: -5px;
    line-height: 12rem;
  }
  .pretitulo {
    font-size: 3em;
    line-height: 5rem;
    font-family: titulos;
  }
  .posttitulo {
    font-size: 3em;
    line-height: 1.2em;
    /* max-width: 45%; */
  }
  .posttitulo.posttitulito {
    font-size: 1.7em;
    line-height: 2.5rem;
    opacity: 0.6;
  }
}

.destacado {
  display: flex;
  height: 90vh;
  width: 100%;
  align-items: center;
}
.imagendestacado {
  height: 100%;
  position: relative;
  width: 60%;

  img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 10vh;
    /* left: 10vw; */
    left: 2vw;
  }
  .imgfondo {
    height: auto;
    width: 100vw;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
  }
  .img1 {
    transform: rotate(70deg);
    top: -8vh;
  }
  .img2 {
    transform: rotate(70deg);
  }
  .img3 {
    transform: rotate(100deg);
  }
}

.infodestacado {
  width: 40%;
  margin-right: 10%;
  position: relative;
  .titulo {
    font-size: 5rem;
    line-height: 5rem;
    margin-left: -3rem;
  }
  .posttitulo {
    padding-left: 0;
  }
}
.productosdeldestacado {
  width: 100%;
  text-align: center;
  .productos {
    max-height: 50vh;
  }
  .ventaja {
    text-align: center;
    max-width: 70%;
    padding: 2%;
    margin: 0 auto;
  }
  .pretitulo {
    width: 100%;
    font-family: cuerpo;
    font-size: 2em;
    line-height: 2rem;
    padding-bottom: 1rem;
  }

  .card-wrapper {
    width: 250px;

    &:hover {
      .image {
        transform: translateY(-100%);
      }
    }
  }
  .card-bottom {
    background: none;
    color: #000000;
  }
  .card-top {
    display: flex;
    justify-content: center;
    img {
      height: 100%;
      object-fit: cover;
    }
  }

  .muestrascolor {
    .card-top,
    .card-bottom {
      height: 30vh;
    }
    & .card-top img {
      height: auto !important;
      object-fit: contain !important;
      width: 100% !important;
    }
    .prev,
    .next {
      top: 67%;
    }
  }

  /* desplazamiento de productos */
  .productos {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    height: 100%;
    max-height: none;
  }

  .productos-wrapper {
    overflow: hidden;
    height: 100%;
  }

  .flechas {
    width: 100vw !important;
  }
  .next {
    left: 52vw;
  }
  .prev {
    left: 40vw;
  }

  .prev,
  .next {
    top: 83%;
  }
}
.aplicacionproducto {
  height: 80vh;
  width: 110%;
  img {
    object-fit: cover;
    position: absolute;
    top: -20%;
    width: 100%;
  }
}

/* footer */
.footer {
  padding: 2% 0;
  background-color: var(--gris);
  color: white;
  .banner {
    text-shadow: 1px 1px 15px #000000;
  }

  .logo {
    padding-top: 2%;
  }
}
.footer .distribuidores {
  background-image: url(../img/distribuidores.jpg);
  background-size: cover;
}
.footer .column {
  align-items: center;
}

.containerfooter {
  padding: 0 7%;
}
.logo img {
  filter: grayscale(1) brightness(4);
}
.rrss img {
  height: 70px;
  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;
  p {
    font-size: 1rem;
  }
}

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

.productocuadrado {
  .productosdeldestacado {
    .card-wrapper {
      width: 350px;
    }
  }
}

.productosdeldestacado .imgcuadrada {
  .card-wrapper {
    width: 30%;
  }
}
.reverse {
  flex-direction: row-reverse !important;
}

.productoconmuestras {
  .infocaja {
    display: flex;
    flex-direction: row;
    width: 70%;
    margin-right: 0;
    .cajatitulo {
      width: 50%;
      padding-left: 20px;
      border-left: 1px solid black;
    }
    .texto {
      font-size: 1.1rem;
      padding: 0;
      width: 30%;
    }
    .titulobanner {
      font-size: 2rem;
      line-height: 2rem;
      padding-bottom: 0;
      font-family: "titulos";
      text-transform: uppercase;
    }
    .titulo {
      margin-left: 0;
    }
    .texto {
      text-align: right;
      margin-right: 20px;
    }
  }
  .infodestacado {
    flex-direction: column;
    width: 60%;
    margin-right: 0;
    .productosdeldestacado {
      .productos {
        padding: 0 5%;
      }

      & .card-top {
        img {
          height: 100%;
          width: 100%;
          object-fit: cover;
        }
      }
    }
  }

  .imagendestacado {
    width: 40%;
    img {
      top: 5vh;
      left: 2vw;
    }
  }
}

.center {
  display: flex;
  justify-content: center;
}

.moda {
  height: auto;
  .boton {
    position: absolute;
    margin-top: -6%;
    left: 45%;
  }
}
.info.column.flex.novcontornos {
  padding: 5rem 0;
}

.infoconfondo {
  .imagendestacado {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .infodestacado.abajo {
    width: 100%;
    padding: 2% 5% !important;
    margin: 0;
    position: relative;
    text-align: center;
  }
}
.sombra {
  text-shadow: -5px -3px 20px #000000bf;
}
strong {
  font-weight: 800;
}

.imagendelhero img {
  position: absolute;
  left: 0;
  width: 25%;
}

/* excepciones de tamaños */
#paginarostro {
  .imagencabeceraseccion {
    margin-top: -5vh !important;
    right: -26vw;
    height: 105%;
    top: 0;
    img {
      width: auto;
      height: 101%;
    }
  }
  /* .infocabeceraseccion {
    .titulo {
      font-size: 12rem;
      letter-spacing: -5px;
      line-height: 11rem;
    }
  } */
}

#paginacejas {
  .imagencabeceraseccion {
    margin-top: -35vh;
    right: -30vw;
  }
}
#paginaskincare {
  .infocabeceraseccion {
    .titulo {
      font-size: 15rem;
    }
  }
  .imagencabeceraseccion {
    width: auto;
    margin-top: -20vh;
    position: absolute;
    right: -11vw;
  }
}

#paginaunas {
  .imagencabeceraseccion {
    margin-top: -30vh;
    right: -35vw;
  }
}
#paginalabios {
  .imagencabeceraseccion {
    margin-top: -40vh;
    right: -25vw;
  }
  .productoconmuestras {
    .infocaja {
        padding-top: 10vh;
    }
}

  .productosdeldestacado {
    .productos-wrapper {
    overflow: visible;
    }
   
}
     #producto3{

      .prev{
        left: 10vw;
    }
}

}
#paginamoda {
  .imagencabeceraseccion {
    margin-top: -30vh;
    right: -25vw;
  }
}
#paginalabios,
#paginaunas {
  .imagencabeceraseccion {
    right: -20vw;
    img {
      height: 120%;
    }
  }
}
#paginaojos {
  .imagencabeceraseccion {
    right: -20vw;
    margin-top: -33vh;
    right: -6vw;
    img {
      height: 120%;
    }
  }
}
#paginaskincare {
  .imagencabeceraseccion {
    margin-top: -30vh;
    right: -25vw;
  }
}

#paginamoda {
  background: #be8bb3;
  background: linear-gradient(
    90deg,
    rgba(190, 139, 179, 1) 0%,
    rgba(182, 198, 230, 1) 50%,
    rgba(235, 219, 205, 1) 100%
  );
}

#paginamarca {
  .infocabeceraseccion {
    max-width: 100vw;
    padding: 0;
    margin-top: 30vh;
    .posttitulo {
      font-size: 2rem;
      line-height: 3rem;
      max-width: 40%;
    }
    .titulo {
      font-size: 13rem!important;

      line-height: 11rem;
      letter-spacing: -12px;
    }
  }
  .imagencabeceraseccion {

    width: auto;
    margin-top: -33vh;
    position: absolute;
    right: -20vw;
    z-index: 1;
  }
  .imagendestacado {
    .imgfondo {
        top: -18vh;
    }
}
}

#paginacover {
  .imagencabeceraseccion {
    right: -25%;
  }
  .imagendelhero img {
    position: absolute;

    left: -6vw;
    top: 16vh;
    width: 28%;
    transform: rotate(142deg);
  }
  .infocabeceraseccion {
    padding-left: 11vw;
    .posttitulo {
      font-size: 2rem;
      line-height: 2.5rem;

      margin-top: 0;
      padding-top: 0;
      padding-left: 3rem;
    }
    .pretitulo {
      margin-top: -10px;
      padding-top: 0;
    }
    .titulo {
      font-size: 10rem;
      line-height: 8rem;
    }
  }
  .imagendestacado {
    .img1 {
      transform: rotate(95deg);
      top: -1vh;
    }
  }
  .texto {
    padding: 2%;
    p {
      font-size: 2rem;
    }
  }
  section#cierrecover {
    height: 95vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: -1;

    img {
      height: 100%;
      width: 300px;
      position: absolute;
      top: 0;
    }
  }
}
#pagina16h {
  .imagencabeceraseccion {
    right: -20%;
  }

  .bannermarca {
    min-height: 85vh;

    .info {
      position: absolute;
      right: 0;
      max-width: 50% !important;
    }
  }
  .infocabeceraseccion {
    margin-left: 8vw;
    .posttitulo {
      max-width: 100%;
      padding-left: 6rem;
    }
    .titulo {
      font-size: 22rem;
      line-height: 17rem;
    }
  }
  .imagendelhero img {
    left: -8%;
    transform: rotate(-15deg);
  }
  .caracteristicas {
    display: flex;
  }
  .cajatitulo {
    text-align: center;
    padding: 2%;
    .titulo {
      font-family: titulos;
      font-size: 9.5rem;
      /* letter-spacing: 1px; */
      text-transform: uppercase;
      line-height: 9.2rem;
      padding-bottom: 0.4rem;
    }
  }
  /* .posttitulo,
  .pretitulo {
    padding: 0;
    font-size: 2.8rem;
    line-height: 3.8rem;
  } */
  .categorias {
    .infocaja {
      position: relative;
      width: 90vw;
      align-items: center;
      .texto {
        width: 50%;
        position: absolute;
        max-width: 20vw;

        .posttitulo {
          padding-left: 0;
        }
      }
      .textoizquierda {
        top: 20vh;
        left: 5vw;
      }
      .textoderecha {
        top: 45vh;
        right: 5vw;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        p {
          text-align: right;
        }
      }
    }
    .imagendestacado {
      height: 80vh;
      transform: rotate(35deg) !important;
      margin-top: -10vh;
      margin-left: 10vw;

      img {
        height: 100%;
        width: auto;
      }
    }
  }
}

#paginasatin {
  .imagencabeceraseccion {
    right: -14%;
    img {
      height: 102%;
    }
  }
  .infocabeceraseccion {
    /* max-width: 50%; */
    .titulo {
      font-size: 14rem;
      line-height: 9rem;
      padding-left: 3rem;
    }
    .pretitulo {
      font-size: 8rem;
      line-height: 9rem;
      padding-left: 3rem;
    }
    .posttitulo {
      font-size: 2.5rem;
      line-height: 3rem;
      padding-left: 7rem;
    }
  }
  .imagendelhero img {
    position: absolute;
    left: -12%;
    width: 35%;
    top: 25vh;
  }
}

/* animaciones cierres */
.cierrecover,
.cierre16 {
  height: 95vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: -1;
}

.cierrecover img {
  height: 100%;
  width: 300px;
  position: absolute;
  top: 0;
}
.cierre16 img {
  height: auto;
  width: 50%;
  position: absolute;
  top: 40%;
}

.texto.textoderecha,
.textoderecha .posttitulo {
  text-align: left !important;
  padding-left: 0 !important;
}

/* test */
/* Contenedor principal */
#test {

  .preguntatest {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 90%, rgba(255, 255, 255, 0.9) 100%);
    width: 100%;
    height: 25vh;
}
  /* Contenedor principal */
  .css-slider-wrapper {
    position: relative;
    width: 100%;
    min-height: 500px; /* Ajusta según tus imágenes */
    overflow: hidden;
  }

  /* Ocultamos los inputs de radio */
  .hide {
    display: none;
  }

  /* Estilo base de cada slide */
  .css-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
  }

  /* Mostrar slide activo */
  #slider_1:checked ~ .slide1,
  #slider_2:checked ~ .slide2,
  #slider_3:checked ~ .slide3,
  #slider_4:checked ~ .slide4,
  #slider_5:checked ~ .slide5,
  #slider_6:checked ~ .slide6 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    position: relative;
  }

  /* Estilos para las opciones */
  .odpovedi {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .odp a {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
  }

  .circle {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px auto;
    border: 1px solid #ddd;
  }
  /* Botón Volver Estilizado */
  .btn-prev {
    background-color: #000000;
    border: 1px solid rgb(96, 96, 96);
    color: #ffffff;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-top: 10px;
  }

  .btn-prev:hover {
    background-color: #ff69b4;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.3);
    transform: translateY(-2px);
  }

  .btn-prev::before {
    content: "←";
    margin-right: 8px;
    font-size: 16px;
    transition: transform 0.3s ease;
  }

  .btn-prev:hover::before {
    transform: translateX(-4px);
  }

  /* Ajuste para que los botones no se peguen a las imágenes */
  .text-center.mt-3 {
    margin-bottom: 20px;
  }
  .vtupkviz {
    display: inline-block;
    padding: 15px 40px;
    background-color: #000000; /* Tu color rosa */
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid rgb(96, 96, 96);
    cursor: pointer;
    font-size: 18px;
    transition:
      transform 0.2s,
      background 0.2s;
  }

  .vtupkviz:hover {
    background-color: #e0559a;
    transform: scale(1.05);
  }

  main {
    margin-top: 0vh;
  }
  .css-slider {
    img {
      /* position: absolute;
      bottom: 0;
      z-index: -1; */
           position: absolute;
            bottom: 0;
            width: 115%;
            z-index: -1;
    }
  }
        .slide6.css-slider {
          padding-top:30vh;
    }
  .slide6 {
        .css-slider {
          padding-top:30vh;
    }
    p,
    h3 {
      text-align: center;
    }
    p {
      font-family: cuerpo;
      font-size: 10rem;
      text-align: center;
    }
  }

  .b1 {
    background: #f0d1b5;
  }
  .b2 {
    background: #eab895;
  }
  .b3 {
    background: #c68366;
  }
  .b4 {
    background: #fedba7;
  }
  .b5 {
    background: #c39c75;
  }
  .b6 {
    background: #dda28b;
  }
  .b7 {
    background: #e2905d;
  }
  .wh {
    background: white;
    border: 1px solid #ccc;
  }
  .b8 {
    background: #95aace;
  }
  .b9 {
    background: #9cb6ae;
  }
  .b10 {
    background: #b78dab;
  }
  .sl1 {
    background-image: url("../img/test/s1.png");
    background-size: 38px;
    border: none;
  }
  .sl2 {
    background-image: url("../img/test/s2.png");
    background-size: 38px;
    border: none;
  }
  .sl3 {
    background-image: url("../img/test/s3.png");
    background-size: 38px;
    border: none;
  }
  .row {
    align-items: center;
    justify-content: center;
  }

  .col-md-12.mt-4.text-center {
    display: flex;
    flex-direction: column;
  }
  img.imgresultadoderecha {
    transform: rotate(115deg);
    height: auto;
    width: 35% !important;
    position: absolute;
    left: 12%;
  }
  img.imgresultadoizquierda {
    transform: rotate(15deg);
    height: auto;
    width: 28% !important;
    position: absolute;
    right: 16%;
  }
}

.paddingsection {
  padding: 10%;
}
#privacidad {
  font-size: 1.3rem;
  h2 {
    font-size: 2rem;
    padding: 2rem;
  }
  h3 {
    text-transform: uppercase;
    padding: 2rem;
  }
  p {
    font-size: 1.3rem;
  }
}
.btnArriba {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px;
    background: #de006e;
    z-index: 3;
    width: fit-content;
}


/* .img1{
     
     left: 0vh;
}
.img2{
      transform: rotate(-60deg);
     left: 40vh;
} */
