@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

:root {
    --color-naranja-1: #fd5e33;
    --color-rojo-1:#e5064d;
    --color-rojo-2: #b72534;
    --color-rosa-1: #ef6391;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

#backToTopBtn {
    display: none; /* Oculto por defecto */
    position: fixed; /* Fijo en la ventana */
    bottom: 15px; /* Posición desde el fondo */
    right: 15px; /* Posición desde la derecha */
    z-index: 50; /* Asegúrate de que esté en frente */
    width: 50px; /* Ancho del botón */
    height: 50px; /* Altura del botón */
    border: none; /* Sin borde */
    outline: none; /* Sin contorno */
    background-color: #5050507b; /* Color de fondo */
    color: white; /* Color del texto */
    cursor: pointer; /* Cursor de puntero */
    border-radius: 50%; /* Bordes redondeados para hacerlo circular */
    display: flex; /* Flexbox para centrar el contenido */
    align-items: center; /* Centrar verticalmente */
    justify-content: center; /* Centrar horizontalmente */
    padding-top: 8px;
}

#backToTopBtn:hover {
    background-color: #8b8b8b; /* Cambio de color al pasar el ratón */
}

#backToTopBtn::before {
    content: ""; /* Contenido vacío */
    border: solid white; /* Bordes sólidos blancos */
    border-width: 0 4px 4px 0; /* Ajuste de los bordes para crear la flecha */
    display: inline-block; /* Mostrar en línea */
    padding: 8px; /* Tamaño de la flecha */
    transform: rotate(-135deg); /* Rotar para crear la flecha */
    -webkit-transform: rotate(-135deg); /* Rotar para Safari */
}


/* estilos indiv. */
.mbo-10{
  margin-bottom: 10px;
}
.mbo-16{
  margin-bottom: 16px;
}
.mbo-20{
  margin-bottom: 20px;
}
.mbo-30{
  margin-bottom: 30px;
}
.mbo-40{
  margin-bottom: 40px;
}
.mbo-50{
  margin-bottom: 50px;
}
.mbo-60{
  margin-bottom: 60px;
}

.mto-10{
  margin-top: 10px;
}
.mto-16{
  margin-top: 16px;
}
.mto-20{
  margin-top: 20px;
}
.mto-30{
  margin-top: 30px;
}
.mto-40{
  margin-top: 40px;
}
.mto-50{
  margin-top: 50px;
}
.mto-60{
  margin-top: 60px;
}

.mtb-10{
  margin: 10px 0;
}
.mtb-16{
  margin: 16px 0;
}
.mtb-20{
  margin: 20px 0;
}
.mtb-30{
  margin: 30px 0;
}
.mtb-40{
  margin: 40px 0;
}
.mtb-50{
  margin: 50px 0;
}
.mtb-60{
  margin: 60px 0;
}

.mlr-10{
  margin: 0 10px;
}
.mlr-16{
  margin: 0 16px;
}
.mlr-20{
  margin: 0 20px;
}
.mtb-30{
  margin: 0 30px;
}
.mlr-40{
  margin: 0 40px;
}
.mlr-50{
  margin:  0 50px;
}
.mlr-60{
  margin: 0 60px;
}

.mle-10{
  margin-left: 10px;
}

.mri-10{
  margin-right: 10px;
}

.mleft-16{
  margin-left: 16px;
}

.pdd-10{
  padding: 10px;
}

.pdd-16{
  padding: 16px;
}

.txt-centerr {
  text-align: center;
}

.txt-startt {
  text-align: start;
}

.txt-endd {
  text-align: end;
}

.cl-orange {
    color: var(--color-naranja-1);
}

.cl-red {
    color: var(--color-rojo-1);
}

.cl-red-2 {
    color: var(--color-naranja-1);
}

.cl-pink {
    color: var(--color-rosa-1);
}

.cl-white {
    color: #fff;
}

.cl-black {
    color: #000;
}


.cl-gray {
    color: #6d6d6d;
}

.bg-orange {
    background-color: var(--color-naranja-1);
}

.bg-red {
    background-color: var(--color-rojo-1);
}

.bg-red-2 {
    background-color: var(--color-rojo-2);
}

.bg-pink {
    background-color: var(--color-rosa-1);
}

main {
  padding-top: 100px;
}


/* estilos de secc 1 - banner */

.banner-nat {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(to right, #f08d84, #f48264, #fd5e33);
}

.cont-tn-1 {
    width: 90%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.disp-row-sb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box-bann-1 {
    width: 70%;
    max-width: 840px;
    padding: 0;
    margin: 0 16px 0 0;
}

.box-bann-2 {
    width: 30%;
    max-width: 360px;
    padding: 0;
    margin: 0 0 0 0;
}

.box-bann-2 img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
}

.txt-princ-bn {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.ico-shop {
    font-size: 42px;
    color: white;
}

.ico-arrows {
    font-size: 30px;
    color: yellow;
}

.btn-bann {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 8px 12px;
    margin: 0;
    border-radius: 8px;
    color: #f08d84;
    background-color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #f08d84;
}

.btn-bann:hover {
    color: #f08d84;
    background-color: #f5f5f5;
    text-decoration: underline;
    border: 1px solid #f08d84;
}


/* seccion 2 - registro */

.sect-tn {
    width: 100%;
    height: auto;
    padding: 0 0 60px 0;
    margin: 0;
}

.txt-dest-nt-1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.cont-swp-pas {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    z-index: 0;
}

.cont-swp-pas .swiper {
    width: 100%;
    height: 100%;
}

.cont-swp-pas .swiper-slide {
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 16px 0;
    margin: 0;
    border: 1px solid var(--color-naranja-1);
    border-radius: 15px;
    overflow: hidden;
}

.part-1-pasos {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}

.part-2-pasos {
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
}

.box-cl-paso {
    width: 100%;
    padding: 10px;
    margin: 0;
    background-color: #f48264;
    color: white;
}

.box-cl-paso p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.txt-ind-1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.part-2-pasos img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.btn-tienda {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 12px;
    margin: 0 auto;
    background-color: #f48264;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

.cont-swp-pas .swiper .swiper-navigation-top {
    display: none;
   
}

.cont-swp-pas .swiper .swiper-button-prevv1 {
    display: inline-block;
    background-color: #ffffff;
    color: #f48264;
    border: 1px solid #f48264;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-swp-pas .swiper .swiper-button-nextt1 {
    display: inline-block;
    background-color: #ffffff;
    color: #f48264;
    border: 1px solid #f48264;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }


  .h2-subtit {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
  }

   .h3-subtit {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
  }


  .cont-swp-desc {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    z-index: 0;
}

.cont-swp-desc .swiper {
    width: 100%;
    height: 100%;
}

.cont-swp-desc .swiper-slide {
    background: #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    border: 1px solid var(--color-naranja-1);
    border-radius: 15px;
    overflow: hidden;
}

/* estilos de seccion 4 - promociones */

.txt-norm-nt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.cont-swp-prom {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
    z-index: 0;
}

.cont-swp-prom .swiper {
    width: 100%;
    height: 100%;
}

.cont-swp-prom .swiper-slide {
    height: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 15px;
    background: linear-gradient(to right, #f08d84, #f48264, #fd5e33);
    overflow: hidden;
}

.cont-swp-prom .swiper-slide .box-swp-comp-1 {
  width: 100%;
  padding: 10px;
  margin: 0 0 16px 0;
}

.txt-comp-1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.txt-comp-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: start;
}

.btn-comp-1 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 12px;
    margin: 0 auto;
    background-color: white;
    color: var(--color-naranja-1);
    border: 1px solid var(--color-naranja-1);
    border-radius: 5px;
    text-decoration: none;
}

.txt-comp-not {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}

.cont-swp-prom .swiper-slide .box-swp-comp-2 {
  width: 100%;
  padding: 0;
  margin: 0 0 0 0;
} 

.cont-swp-prom .swiper-slide .box-swp-comp-2 img {
  display: block;
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0 auto;
} 


.cont-swp-prom .swiper-slide .box-info-prom {
    width: 100%;
    padding: 0 16px 16px 16px;
    margin: 0 0 10px 0;
}

.cont-swp-prom .swiper-slide .box-info-prom .txt-tit-promm {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: var(--color-naranja-1);
}

.cont-swp-prom .swiper-slide .box-info-prom .txt-info-promm1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.cont-swp-prom .swiper-slide .box-info-prom .txt-info-promm2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-naranja-1);
}

.cont-swp-prom .swiper-slide .box-img-prom {
    width: 100%;
    padding: 0;
    margin: 0;
}

.cont-swp-prom .swiper-slide .box-img-prom img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}



.cont-swp-prom .swiper .swiper-navigation-top {
    display: none;
   
}

.cont-swp-prom .swiper .swiper-button-prevv2 {
    display: inline-block;
    background-color: #ffffff;
    color: #f48264;
    border: 1px solid #f48264;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-swp-prom .swiper .swiper-button-nextt2 {
    display: inline-block;
    background-color: #ffffff;
    color: #f48264;
    border: 1px solid #f48264;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }



.cont-outlet {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    overflow: hidden;
    border-radius: 15px;
}

.bg-out-1 {
  background-color: #9f4c84;
}

.bg-out-2 {
  background-color: #f48264;
}

.bg-prim-1 {
  background: linear-gradient(to right, #f08d84, #f48264, #fd5e33);
}

.box-outlet-1 {
  width: 70%;
  padding: 16px;
  margin: 0;
}

.txt-out-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}

.txt-out-2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
}

.btn-outlet {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 12px;
    margin: 0 auto;
    background-color: white;
    color: #9f4c84;
    border-radius: 5px;
    text-decoration: none;
}

.box-outlet-2 {
  width: 30%;
  padding: 0;
  margin: 0;
  
}

.box-outlet-2 img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  
}


.box-prim-1 {
  width: 65%;
  padding: 16px;
  margin: 0;
}

.txt-prim-1 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
}

.txt-prim-2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
    color: white;

}

.btn-prim {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 12px;
    margin: 0 auto;
    background-color: white;
    color: var(--color-naranja-1);
    border-radius: 5px;
    text-decoration: none;
}

.box-prim-2 {
  width: 35%;
  padding: 0;
  margin: 0;
  
}

.box-prim-2 img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  
}

.cont-ben-com {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.box-benn {
  width: 30%;
  padding: 16px;
  border-radius: 15px;
  margin: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.box-benn i {
  font-size: 40px;
  color: white;
}

.box-benn .txt-desc-ben {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: white;
}

.cont-marcas {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  overflow: hidden;

}

.cont-marcas img{
  display: inline-block;
  width: 10%;
  height: auto;
  padding: 0;
  margin: 0 4px;

}

/* estilos de boletin informativo */

.cont-bolet {
  width: 100%;
  background: linear-gradient(to right, #f08d84, #f48264, #fd5e33);
  padding: 16px;
  margin: 0;
  border-radius: 15px;
}

.btn-bolet {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 12px;
    margin: 0 auto;
    background-color: white;
    color: #f48264;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #f48264;
    cursor: pointer;
}

/*  estilos de boton tutorial */

.btn-reg-form-1 {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 8px 12px;
    margin: 0 0 16px 0;
    border-radius: 8px;
    color: #f08d84;
    background-color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #f08d84;
    cursor: pointer;
    cursor: pointer;
}

/* estilos de modales */

    .modal-content2 {
        padding: 16px 6px 8px 6px;
        max-width: 700px;
        width: 95%;
        border-radius: 8px;
    }

   .modal-content2 .contt2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 25px 0 0 0;
    }

    .modalbol2 {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.6);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .modalbol2.show {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-content2 {
        background: #fff;
        padding: 16px 6px 16px 6px;
        max-width: 900px;
        width: 90%;
        border-radius: 12px;
        position: relative;
        animation: fadeIn .3s ease;
        border: 1px solid #e94213;
    }

   .modal-content2 .contt2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 25px 0 0 0;
    }

    .modal-content2 .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    cursor: pointer;
    color: #e94213;
    padding: 0;
    background-color: transparent !important;
    }

    .modal-content2 .close:hover {
        color: #b82a03;
    }

    @keyframes fadeIn {
    from { opacity: 0; transform: scale(.9); }
    to { opacity: 1; transform: scale(1); }
    }

    .video-cont-modal {
      display: block;
      width: 100%;
      margin: auto;
    }

    .video-cont-modal video {
      width: 100%;
      height: auto;
      display: block;
    }

    .video-cont-modal-tel {
      display: none;
    }

    .cont-txt-bol {
      width: 90%;
      max-width: 1000px;
      margin: 0 auto;
    }

    /* estilos de testimonios */

    .cont-swp-testim {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        height: 100%;
        z-index: 0;
    }

    .cont-swp-testim .swiper {
        width: 100%;
        height: 100%;
    }

    .cont-swp-testim .swiper-slide {
        height: auto;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding: 16px;
        margin: 0;
        border: 1px solid var(--color-naranja-1);
        border-radius: 15px;
        overflow: hidden;
    }

    .cont-swp-testim .swiper-slide .cont-ss-foto {
      width: 100%;
      padding: 0;
      margin: 0 0 10px 0;
    }

    .cont-swp-testim .swiper-slide .cont-ss-foto img {
      display: block;
      width: 40%;
      max-width: 120px;
      height: auto;
      margin: 0 auto;
      border-radius: 50%;
      border: 1px solid var(--color-naranja-1);
    }

    .cont-swp-testim .swiper-slide .cont-ss-com {
      width: 100%;
      padding: 0;
      margin: 0;
    }

    .cont-swp-testim .swiper-slide .txt-com-nom {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.2;
      text-align: center;
      color: var(--color-naranja-1);
    }

    .cont-swp-testim .swiper-slide .txt-com-niv {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.2;
      text-align: center;
      color: var(--color-naranja-1);
    }

    .cont-swp-testim .swiper-slide .txt-com-info {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2;
      text-align: start;
      color: black;
    }

    .cont-swp-testim .swiper .swiper-navigation-top {
        display: flex;
        justify-content: end;
        align-items: center;
        margin-bottom: 16px;
        background-color: transparent;
    }

    .cont-swp-testim .swiper .swiper-button-prevv1 {
        display: inline-block;
        background-color: #ffffff;
        color: #f48264;
        border: 1px solid #f48264;
        padding: 10px 12px;
        cursor: pointer;
        user-select: none;
        border-radius: 50%;
        margin: 0 16px 0 0;
        font-size: 18px;
        font-weight: bold;
    }

    .cont-swp-testim .swiper .swiper-button-nextt1 {
        display: inline-block;
        background-color: #ffffff;
        color: #f48264;
        border: 1px solid #f48264;
        padding: 10px 12px;
        cursor: pointer;
        user-select: none;
        border-radius: 50%;
        margin: 0 0 0 0;
        font-size: 18px;
        font-weight: bold;
    }



@media(max-width: 599px) {
  
  .cont-swp-prom .swiper .swiper-navigation-top {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 16px;
    background-color: transparent;
  }

  .video-cont-modal {
      display: none;
    }

  .video-cont-modal-tel {
    display: block;
    width: 100%;
    margin: auto;
  }

  .video-cont-modal-tel video {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media(max-width: 799px) {
    /* estilos de secc 1 - banner */

    .banner-nat {
        width: 100%;
        padding: 30px 0;
    }

    .disp-row-sb {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .box-bann-1 {
        width: 100%;
        max-width: 800px;
        padding: 0;
        margin: 0 0 16px 0;
    }

    .box-bann-2 {
        width: 100%;
        max-width: 800px;
        padding: 0;
        margin: 0 0 0 0;
    }

    .box-bann-2 img {
        display: block;
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }

    h1 {
        font-size: 30px;

    }

    .txt-princ-bn {
        font-size: 20px;
    }

    .ico-shop {
        font-size: 32px;
    }

    .ico-arrows {
        font-size: 24px;
    }

    /* seccion 2 - registro */

    .txt-dest-nt-1 {
        font-size: 18px;

    }

    .cont-swp-pas {
        
    }

    .cont-swp-pas .swiper {
        
    }

    .cont-swp-pas .swiper-slide {
        
    }

    .part-1-pasos {
       
    }

    .part-2-pasos {
        
    }

    .box-cl-paso {
       
    }

.box-cl-paso p {
    font-size: 20px;
   
}

.txt-ind-1 {
    font-size: 17px;
   
}

.part-2-pasos img {
    
}

.btn-tienda {
    display: inline-block;
    font-size: 17px;
   
}

.cont-swp-pas .swiper .swiper-button-prevv1 {
    
  }

.cont-swp-pas .swiper .swiper-button-nextt1 {
    
  }

  /* estilos de secc 3 */

  .h2-subtit {
    font-size: 26px;
   
  }

   .h3-subtit {
    font-size: 24px;
  }


  .cont-swp-desc {
   
}

.cont-swp-desc .swiper {
   
}

.cont-swp-desc .swiper-slide {
   
}


/* estilos de seccion 4 - promociones */

.txt-norm-nt {
  font-size: 16px;
 
}

.cont-swp-prom {
    
}

.cont-swp-prom .swiper {
   
}

.cont-swp-prom .swiper-slide {
    
}

.cont-swp-prom .swiper-slide {
   
}

.cont-swp-prom .swiper-slide .box-info-prom {
   
}

.box-cl-paso {
   
}

.box-cl-paso p {
    font-size: 20px;
    
}

.txt-ind-1 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}


.cont-swp-prom .swiper-slide .box-info-prom .txt-info-promm1 {
  font-size: 16px;
  
}

.cont-swp-prom .swiper-slide .box-info-prom .txt-info-promm2 {
  font-size: 17px;
  
}

.cont-swp-prom .swiper-slide .box-img-prom {
   
}

.cont-swp-prom .swiper-slide .box-img-prom img {
    
}



  .cont-outlet {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
}

.box-outlet-1 {
  width: 100%;
  padding: 16px;
  margin: 0;
}

.txt-out-1 {
  font-size: 30px;
 
}

.txt-out-2 {
  font-size: 18px;
 
}

.btn-outlet {
    display: inline-block;
    font-size: 17px;
   
}

.box-outlet-2 {
  width: 100%;
  padding: 0;
  margin: 0;
  
}

.box-outlet-2 img {
  
  
}


.box-prim-1 {
  width: 100%;
 
}

.txt-prim-1 {
  font-size: 16px;

}

.txt-prim-2 {
  font-size: 22px;
}

.btn-prim {
    display: inline-block;
    font-size: 17px;
   
}

.box-prim-2 {
  width: 100%;
  padding: 0;
  margin: 0;
  
}

.box-prim-2 img {
  display: block;
  width: 60%;
  padding: 0;
  margin: 0 auto;
  
}

.cont-ben-com {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.box-benn {
  width: 100%;
  padding: 16px;
  border-radius: 15px;
  margin: 4px 8px;
 
}

.box-benn i {
  font-size: 36px;
}

.box-benn .txt-desc-ben {
  font-size: 16px;
  
}

.cont-marcas {
  width: 100%;
  max-width: 800px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  overflow-x: auto;

}

.cont-marcas img{
  display: inline-block;
  width: 80px;
  height: auto;
  padding: 0;
  margin: 0 4px;

}


.txt-comp-1 {
  font-size: 22px;
}

.txt-comp-2 {
  font-size: 16px;
}

.btn-comp-1 {
    font-size: 17px;
}

/* estilos de boletin informativo */

.cont-bolet {

}

.btn-bolet {
    font-size: 16px;

}

 /* estilos de modales */

    .modal-content2 {
        padding: 16px 6px 8px 6px;
        max-width: 700px;
        width: 95%;
        border-radius: 8px;
    }

   .modal-content2 .contt2 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 25px 0 0 0;
    }

    .cont-txt-bol {
      width: 100%;
      max-width: 799px;
      margin: 0 auto;
    }

     /* estilos de testimonios */

    .cont-swp-testim .swiper-slide {
        padding: 10px;
    }

    .cont-swp-testim .swiper-slide .cont-ss-foto img {
      display: block;
      width: 40%;
      max-width: 120px;
      height: auto;
      margin: 0 auto;
      border-radius: 50%;
      border: 1px solid var(--color-naranja-1);
    }


    .cont-swp-testim .swiper-slide .txt-com-nom {
      font-size: 18px;
    }

    .cont-swp-testim .swiper-slide .txt-com-info {
      font-size: 15px;
    }

}

@media(max-width: 899px) {
    .cont-swp-prom .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
      background-color: transparent;
  }

  .cont-swp-prom .swiper .swiper-button-prevv2 {
    display: inline-block;
    background-color: #ffffff;
    color: #f48264;
    border: 1px solid #f48264;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-swp-prom .swiper .swiper-button-nextt2 {
    display: inline-block;
    background-color: #ffffff;
    color: #f48264;
    border: 1px solid #f48264;
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-swp-pas .swiper .swiper-navigation-top {
    display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
      background-color: transparent;
}
}