@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-azul: #00baeb;
    --color-azul-2:#0779bb;
    --colo-verde: #8cc63f;
}

*{
    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;
}

.mleft-16{
  margin-left: 16px;
}

.txt-centerr {
  text-align: center;
}

.txt-startt {
  text-align: start;
}

.txt-endd {
  text-align: end;
}

.bg-purple {
    background-color: var(--color-morado);   
}

.bg-black {
    background-color: var(--color-negro);   
}

.bg-gold {
    background-color: var(--color-dorado);   
}

.bg-color-pink{
    background-color: #ef6799;
}

.bg-color-purple-1{
    background-color: #bc61a6;
}

.bg-color-purple-2{
    background-color: #8e4a9c;
}

.bg-color-purple-3{
    background-color: #6525aa;
}

.bg-blue-1 {
  background-color: #5eb3e0;
}


.c-purple {
    color: var(--color-morado);
}

.c-purple-2 {
    color: var(--color-jafra-2);
}

.c-purple-3 {
    color: #6525aa;
}

.c-purple-4{
    color: var(--color-morado-rosa);
}

.c-purple-5{
    color: var(--color-morado-normal);
}

.c-pink{
    color: var(--color-rosa);
}

.c-black {
    color: var(--color-negro);
}

.cl-white {
    color: white;
}

.c-gray {
    color: #6d6d6d;
}

.c-gold {
    color: var(--color-dorado);
}

.cl-azul-shelo {
    color: var(--color-azul);
}

.cl-azul-shelo-2 {
    color: #0779bb;
}

.cl-verde-shelo {
    color: var(--colo-verde);
}

.txt-info-large-1{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    height: 1.2;
    padding: 0;
}

.txt-info-large-2 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    height: 1.2;
    padding: 0;
}

.txt-info-large-3 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    height: 1.2;
    padding: 0;
}

.txt-info-large-4 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    height: 1.2;
    padding: 0;
}

.txt-info-large-5 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    height: 1.2;
    padding: 0;
}

.txt-info-small-1 {
    font-size: 14px;
    font-weight: 400;
    height: 1.2;
    padding: 0;
}

/* estilos de nueva portada */
.cont-port1{
  position: relative;
  width: 100%;
  height: auto;
  background-image: url('../img/portada-shelo.png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
  padding: 80px 0;
}


.overlay-port{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Capa oscura con opacidad */
  z-index: 1;
}

.cont-txt-port1{
    width: 90%;
    max-width: 1200px;
    height: auto;
    position: relative;
    z-index: 2;
    padding:  0;
    margin: 0 auto;
}


h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
}

.txt-port1{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    width: 70%;
}

.txt-port2{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    width: 70%;
}


/* estilos de las pestañas */

.cont-pest-dob {
  width: 90%;
  max-width: 1200px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tabs{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    align-items: stretch;

}

.cont-link-a {
  width: 30%;
  max-width: 360px;
  height: auto;
  text-decoration: none;
  color: white;
  display: flex;
  align-items: stretch;
}

.tabs a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: white;
}

 .tab {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 8px;
    transition: background-color 0.3s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;

}

.cont-link-a:first-child {
    margin-right: 16px;

}

.tab:hover {
    background-color: var(--color-azul);
    cursor: pointer;
    color: white;

}

.active-tab {
    background-color: var(--color-azul);
    border: 1px solid var(--color-azul);
}

.txt-tab{
    font-size: 26px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 0 10px;

}


.tab i {
    font-size: 30px;
    
}

.box-clicks {
    width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
    display: flex;
    justify-content: start;
    align-items: start;
}

.clickk {
    width: 30%;
    max-width: 360px;
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: start;
}

.clickk:first-child {
    margin-right: 16px;
}

.clickk i {
    font-size: 18px;
    margin-right: 5px;
}

.txt-click {
    font-size: 16px;
    font-weight: 500;
    color: white;
    padding: 0;
    line-height: 1.2;
}

/* estilos seccion princ */

.sect-princ-1 {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

/* estilos del contendor 1 - pestaña 1*/


.cont-pest-1{
    margin: 50px auto 0 auto;
    display: none; /* Ocultar por defecto */
}

.cont-pest-1.active{
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
}


.cont-gen-shelo-mb {
  width: 90%;
  max-width: 1200px;
  height: auto;
  padding: 0;
  margin: 0 auto 50px auto;
}

.cont-gen-shelo {
  width: 90%;
  max-width: 1200px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.cont-dist-info {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 16px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.box-txt-dist {
  width: 50%;
  height: auto;
  padding: 0 16px 0 0;
  margin: 0;
}

.dist-icon-tit {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: start;
}

.dist-icon-tit i{
  font-size: 32px;
  color: var(--color-azul);
  margin: 0 10px 0 0;
}

.dist-icon-tit p{
  font-size: 32px;
  font-weight: 600;
  color: var(--color-azul);
  line-height: 1.2;
  padding: 0;
}

.txt-info-opc-a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
}

.txt-info-normal {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.box-img-dist {
  width: 50%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img-dist img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.cont-dist-info-2 {
  width: 100%;
  height: auto;
  background-color: ;
  padding: 16px;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

.row-rev {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.row-norm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.box-txt-dist-2 {
  width: 50%;
  height: auto;
  padding: 0 0 0 16px;
  margin: 0;
}

.box-img-dist-2 {
  width: 50%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img-dist-2 img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}

.cont-prec-ven {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.box-txt-pv {
  width: 50%;
  height: auto;
  padding: 0;
}

.box-txt-pv:first-child {
  margin: 0 16px 0 0;
}

.subcont-prec-img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sb-p1 {
  width: 70%;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
}

.sb-p2 {
  width: 20%;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
}

.sb-p2 img{
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.txt-banner-s1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
  text-align: center;
}

.txt-prec-fw {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  text-align: center;
}

.txt-prec-desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  text-align: center;
}

.txt-prec-light {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  text-align: center;
}

.ul-norm-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin-left: 20px;
}

.box-txt-dist-3 {
  width: 70%;
  height: auto;
  padding: 0 16px 0 0;
  margin: 0;
}

.box-img-dist-3 {
  width: 30%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img-dist-3 img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}

.txt-esp-banner-s1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  text-align: center;
}

.box-txt-dist-4 {
  width: 70%;
  height: auto;
  padding: 0 0 0 16px;
  margin: 0;
}

.box-img-dist-4 {
  width: 30%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img-dist-4 img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.cont-dist-pd0 {
  width: 100%;
  height: auto;
  background-color: ;
  padding: 0;
  border-radius: 15px;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.pd-txt-banner {
  padding: 16px;
}

.img-blur-top {
  width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      mask-image: linear-gradient(to top, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 95%);
}
/* estilos */


.subt-shelo {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-azul);
  text-align: center;
}

.cont-ben-comp {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}

.cont-dist-ben {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.box-ben {
  width: 40%;
  height: auto;
  padding: 16px;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: start;
  align-items: center;
}

.box-ben:first-child {
  margin-bottom: 0;
  margin-right: 16px;
}

.img-ico-ben {
  width: 25%;
  height: auto;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}

.txt-ben {
  width: 75%;
  height: auto;
  display: inline-block;
  padding: 0;
  font-size: 20px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
}

/* estilos de slider de beneficios */

.cont-ben-tel {
    display: none;
}



/* estilos de seccion 4 */

.cont-dist-gan {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.box-dist-gan-1 {
  width: 40%;
  max-width: 480px;
  height: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas de igual tamaño */
  gap: 20px; /* espacio entre los contenedores */
 background-color: transparent;
}

.box-dist-gan-1:first-child {
  margin: 0 16px 0 0;
}

.box-prec-gan {
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      font-size: 20px;
      background-color: white;
      padding: 0;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 
      0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.img-prec-gan {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
  background-color: white;
}

.img-prec-gan img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;

}

.txt-prec-gan {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0 0 0 0;
  background-color: white;
}

.txt-prec-cat-1 {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}

.txt-prec-cat-2 {
  font-size: 22px;
  font-weight: 500;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}

.box-dist-gan-2 {
  width: 60%;
  max-width: 720px;
  height: auto;
  padding: 20px;
  background-color: var(--color-azul);
  border-radius: 15px;
  box-shadow: 
      0 0.5rem 1rem rgba(0, 172, 224, 0.15),
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
 
}

.cont-imgs-crema {
  width: 100%;
  height: auto;
  margin: 16px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.cont-imgs-crema img{
  width: 25%;
  height: auto;
  margin: 0 8px;
  padding: 0;
  display: inline-block;
}

.txt-gan-crem-1 {
  font-size: 30px;
  font-weight: 600;
  color: white;
  line-height: 1.2;
  padding: 0;
  text-align: center;
}

.txt-gan-crem-2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
  text-align: center;
}

.txt-gan-crem-3 {
  font-size: 28px;
  font-weight: 600;
  color: white;
  line-height: 1.2;
  padding: 0;
  text-align: center;
}


.txt-info-kit-bas-1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.txt-info-kit-bas-2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  padding: 0;
}





/* estilos de la pestana de red de contactos */


.cont-red-gan {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.box-gan-1 {
  width: 50%;
  height: auto;
  padding: 16px;
  border-radius: 15px;
  box-shadow: 
      0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.part-red-up {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
}

.part-red-down {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
}

.part-red-down img{
  display: block;
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.box-gan-1:first-child {
  margin: 0 16px 0 0;
}

.txt-info-gan-1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.txt-info-gan-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.part-kits {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.kitt {
  width: 32%;
  height: auto;
  padding: 8px;
  border-radius: 5px;
  margin: 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nomb-kit {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  line-height: 1.2;
  color: white;
}

.prec-kit {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  line-height: 1.2;
  color: white;
}

/* estilos subseccion de beneficio de red */

.cont-red-ben {
  width: 100%;
  height: auto;
  padding: 16px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  border-radius: 15px;
  box-shadow: 
      0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.box-txt-red {
  width: 70%;
  height: auto;
  padding: 0;
  margin: 0;
}

.box-img-red {
  width: 30%;
  height: auto;
  padding: 0;
  margin: 0;
}

.box-img-red img{
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.txt-comp-1 {
  font-size: 36px;
  font-weight: 700;
  padding: 0;
  line-height: 1.2;
}

.txt-comp-2 {
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  line-height: 1.2;
}

.txt-comp-3 {
  font-size: 28px;
  font-weight: 500;
  padding: 0;
  line-height: 1.2;
  text-transform: uppercase;
}


/* estilos de seccion invitacion */

.cont-red-inv {
  width: 90%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.box-inv-1 {
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0 16px 0 0;
}

.box-inv-1 img{
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.box-inv-2 {
   width: 50%;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
}

.box-inv-2 div{
   width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  justify-content: start;
  
}

.box-inv-2 div .div-inv-1 {
  width: 50%;
  height: auto;
  padding: 0;
}

.box-inv-2 div .div-inv-1:first-child {
  margin: 0 10px 0 0;
  display: flex;
  justify-content: end;
}

.txt-inv-1 {
  width: auto;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  margin: auto 0;
  background-color: var(--color-azul);
  padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: end;
}

.txt-inv-2 {
  width: auto;
  height: 100%;
  font-size: 28px;
  font-weight: 500;
   margin: auto 0;
  background-color: var(--color-azul);
   padding: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.txt-inv-3 {
  width: auto;
  height: 100%;
  display: inline-block;
  padding: 5px;
  font-size: 28px;
    font-weight: 500;
  color: black;
  border-radius: 5px;
  text-align: start;
  margin: 0 0;
}

.box-inv-2 .div-gen-tot {
  width: 80%;
  max-width: 400px;
  padding: 10px;
  background-color: orange;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;

}

.txt-inv-4 {
  padding: 0;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.txt-inv-5 {
  padding: 0;
  font-size: 30px;
  text-align: center;
  margin: 0;
  font-weight: 700;
}

/* estilos de seccion recibo */

.cont-red-rec {
  width: 100%;
  height: auto;
  padding: 16px;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 
      0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-image: url(/img/union.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.txt-rec-norm-1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}

.txt-rec-norm-2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
}

.txt-rec-norm-3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
}

.txt-rec-norm-4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0;
}

/* estilos de seccion de instituciones */

.cont-esp-inst {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.box-inst {
  width: 25%;
  height: auto;
  padding: 10px;
  margin: 0 4px;
  border-radius: 15px;
  box-shadow: 
      0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
    
}

.img-inst {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-inst .img-norm{
  width: 70%;
  height: auto;
  display: block;
}

.img-inst .img-container {
  width: auto;
  height: 100%;
  display: block;
}

.tit-inst {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}

.desc-inst {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  line-height: 1.2;
}


/* seccion parallax */

.cont-parallax{
    width: 100%;
    position: relative;
    background-image: url('../img/portada-shelo-1.jpeg'); /* Aquí va tu imagen de fondo */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto; /* Ajusta la altura según sea necesario */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

 .main-cont-par{
    width: 95%;
    max-width: 1200px;
    height: auto;
    padding: 16px;
    margin: 0 auto 50px auto;
    background-color: #fafafade;
    border-radius: 15px;
  }

  .txt-top-parallax{
    font-size: 28px;
    font-weight: 600;
    color: var(--color-azul);
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0;
}

.disp-row-3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.cont-req-1{
  width: 50%;
  max-width: 600px;
  height: auto;
  padding: 0;
  margin: 0;
}

.cont-req-1:first-child{
  margin-right: 16px;
  margin-bottom: 0;

}

.txt-esp-jaf-3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
}

.box-req{
  width: 100%;
  height: auto;
  padding: 16px;
  border: 1px solid #eee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: white;
  display: flex;
  justify-content: start;
  align-items: center;
}

.box-req i{
  font-size: 2rem;
  color: var(--color-azul-2);
  padding: 0;
  margin: 0 8px 0 0;
}

.box-pasos{
  width: 100%;
  height: auto;
  padding: 16px;
  border: 1px solid #eee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: white;
}

.txt-norm-jaf {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
}

.cont-form-shelo{
  width: 95%;
  max-width: 1200px;
  height: auto;
  padding: 0;
  margin: 0;
}

.cont-form-shelo-2{
  width: 95%;
  max-width: 1200px;
  height: auto;
  padding: 0;
  margin: 0;
}

.cont-ext-req {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.cont-whats {
  border: 1px solid #eee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: white;
  padding: 0;
}

.box-whats-1 {
  width: 50%;
  height: auto;
  padding: 16px;
  margin: 0;
}

.box-pos {
  display: flex;
  justify-content: start;
  align-items: center;
}

.box-pos i{
  font-size: 2rem;
  color: var(--color-azul-2);
  padding: 0;
  margin: 0 8px 0 0;
}

/* estilos de aviso de privacidad */

.main-cont-priv{
    width: 95%;
    max-width: 1200px;
    height: auto;
    padding: 16px;
    margin: 0 auto 0 auto;
    background-color: #fafafaf5;
    border-radius: 15px;
  }

  /* estilos de confirmación */

  .img-logo-registro {
    display: block;
    width: 15%;
    max-width: 150px;
    height: auto;
    padding: 0;
    margin: 0 auto 16px auto;
  }

  .btn-whats{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 8px 12px;
    margin: 0 auto;
    background-color: #25D366;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-whats i{
    font-size: 24px;
    color: white;
    margin: 0 5px 0 0;
  }

 .btn-whats:hover{
    background-color: #20b657;
    text-decoration: underline;
  }

  .txt-conf-jaf  {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    line-height: 1.2;
  }


@media(max-width: 799px) {

    /* estilos de nueva portada */

    .cont-port1{
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('/img/portada-shelo.png');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 50px 0;
    }
    
    .overlay-port{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6); /* Capa oscura con opacidad */
      z-index: 1;
    }


    .cont-txt-port1{
        width: 90%;
        max-width: 1200px;
        height: auto;
        position: relative;
        z-index: 2;
        padding:  0;
    }

    h1 {
        font-size: 26px;
    
    }

    .txt-port1{
        font-size: 18px;
        width: 100%;

    }

    .txt-port2{
        font-size: 17px;
        width: 100%;
        
    }

    .tabs{
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: start;
        align-items: stretch;
    }

    .cont-link-a {
      width: 50%;
      max-width: 300px;
    }

    .tabs a {
      width: 100%;
      height: 100%;
      
    }

    .cont-link-a:first-child {
        margin-right: 8px;

    }

    .tab {
      padding: 10px 10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .txt-tab{
        font-size: 18px;
        margin: 0 0 0 5px;
    }


.tab i {
    font-size: 18px;
    
}

.clickk {
    width: 50%;
    max-width: 300px;
    display: flex;
    justify-content: start;
    align-items: start;
}

.clickk:first-child {
    margin-right: 8px;
}

.clickk i {
    font-size: 18px;
    margin-right: 5px;
}

.txt-click {
    font-size: 15px;
  
}

/* estilos de banner de seccion 2 */

.cont-dist-info {
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.box-txt-dist {
  width: 100%;
  height: auto;
  padding: 0 0 16px 0;
  margin: 0;
}


.dist-icon-tit i{
  font-size: 24px;
  margin: 0 5px 0 0;
}

.dist-icon-tit p{
  font-size: 24px;
}

.txt-info-opc-a {
  font-size: 22px;
}

.txt-info-normal {
  font-size: 18px;
}

.box-img-dist {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img-dist img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.row-rev {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.row-norm {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.box-txt-dist-2 {
  width: 100%;
  height: auto;
  padding: 0 0 16px 0;
  margin: 0;
}

.box-img-dist-2 {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img-dist-2 img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.txt-banner-s1 {
  font-size: 24px;
}

.box-txt-dist-3 {
  width: 100%;
  height: auto;
  padding: 0 0 16px 0;
  margin: 0;
}

.box-img-dist-3 {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img-dist-3 img{
  width: 80%;
  max-width: 300px;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;
}

.txt-esp-banner-s1 {
  font-size: 24px;

}

.box-txt-dist-4 {
  width: 100%;
  height: auto;
  padding: 0 0 16px 0;
  margin: 0;
}

.box-img-dist-4 {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-img-dist-4 img{
  width: 80%;
  max-width: 300px;
  height: auto;
  padding: 0;
  margin: 0;
}
  
.subt-shelo {
  font-size: 28px;
}

.cont-ben-comp {
  display: none;
}

/* estilos de slider de beneficios */

.cont-ben-tel {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.cont-ben-tel .swiper {
      width: 100%;
      height: auto;
      padding: 0 16px 16px 16px;
}

.cont-ben-tel .swiper-slide {
      height: auto;
      background: white;
      /*border: 1px solid gray;*/
      border-radius: 15px;
      box-shadow: 
      0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      padding: 0;
      overflow: hidden;

}

.cont-ben-tel .swiper-slide .box-img-b{
  width: 100%;
  height: auto;
  position: relative;
  padding: 16px;
  margin: 0;
}
.cont-ben-tel .swiper-slide .box-img-b img{
    display: block;
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.cont-ben-tel .swiper-slide .box-txt-b {
    width: 100%;
    height: auto;
    padding: 0 16px 16px 16px;
    margin: 0;
}

.cont-ben-tel .swiper-slide .box-txt-b .txt-info-ben {
  font-size: 18px;
  font-weight: 400;
  height: 1.2;
  padding: 0;
  color: #000000;
  text-align: center;
}

.cont-ben-tel .swiper .swiper-navigation-top {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 16px;
      background-color: white;
    }

.cont-ben-tel .swiper .swiper-button-prev1 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-azul);
    border: 1px solid var(--color-azul);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 16px 0 0;
    font-size: 18px;
    font-weight: bold;
  }

.cont-ben-tel .swiper .swiper-button-next1 {
    display: inline-block;
    background-color: #fff;
    color: var(--color-azul);
    border: 1px solid var(--color-azul);
    padding: 10px 12px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
  }

  /* estilos de seccion 4 */

.cont-dist-gan {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.box-dist-gan-1 {
  width: 100%;
  max-width: 480px;
  height: auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas de igual tamaño */
  gap: 10px; /* espacio entre los contenedores */
}

.box-dist-gan-1:first-child {
  margin: 0 0 16px 0;
}

.box-prec-gan {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding: 0;
}

.img-prec-gan {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
}

.img-prec-gan img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: block;

}

.txt-prec-gan {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0 0 0 0;
}

.txt-prec-cat-1 {
  font-size: 16px;
 
}

.txt-prec-cat-2 {
  font-size: 20px;
  
}

.box-dist-gan-2 {
  width: 100%;
  max-width: 700px;
  height: auto;
  padding: 16px;
 
}

.cont-imgs-crema img{
  width: 25%;
  height: auto;
  margin: 0 8px;
  padding: 0;
  display: inline-block;
}

.txt-gan-crem-1 {
  font-size: 24px;
}

.txt-gan-crem-2 {
  font-size: 36px;
}

.txt-gan-crem-3 {
  font-size: 20px;
}

.txt-info-kit-bas-1 {
  font-size: 20px;
 
}

.txt-info-kit-bas-2 {
  font-size: 24px;
  
}



/* ESTILOS DE LA PESTAÑA 2 */


/* estilos de seccion generar ganancias */
.cont-red-gan {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.box-gan-1 {
  width: 100%;
  height: auto;
}

.box-gan-1:first-child {
  margin: 0 0 16px 0;
}

.txt-info-gan-1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.txt-info-gan-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.part-kits {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.kitt {
  width: 90%;
  height: auto;
  margin: 4px auto;
}

.nomb-kit {
  font-size: 18px;

}

.prec-kit {
  font-size: 18px;
 
}

/* estilos subseccion de beneficio de red */

.cont-red-ben {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.box-txt-red {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 16px 0;
}

.box-img-red {
  width: 100%;
  height: auto;
}

.box-img-red img{
  display: block;
  width: 60%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}

.txt-comp-1 {
  font-size: 24px;
}

.txt-comp-2 {
  font-size: 18px;
  
}

.txt-comp-3 {
  font-size: 20px;
}


/* estilos de seccion invitacion */

.cont-red-inv {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.box-inv-1 {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 16px 0;
}

.box-inv-1 img{
  width: 100%;
  height: auto;
}

.box-inv-2 {
   width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
}


.txt-inv-1 {
 
  font-size: 16px;
 
}

.txt-inv-2 {
  font-size: 22px;
}

.txt-inv-3 {
 
  font-size: 22px;
 
}

.box-inv-2 .div-gen-tot {
  width: 100%;
  max-width: 600px;

}

.box-inv-2 div .div-inv-1:first-child {
  width: 50%;
 
}


.txt-inv-4 {
  font-size: 15px;
 
}
.txt-inv-5 {
  font-size: 24px;
 
}

/* estilos de seccion recibo */

.txt-rec-norm-1 {
  font-size: 24px;
}

.txt-rec-norm-2 {
  font-size: 20px;
}

.txt-rec-norm-3 {
  font-size: 18px;
 
}

.txt-rec-norm-4 {
  font-size: 15px;
  font-weight: 300;
 
}


/* seccion de descuentos */


.box-txt-pv {
  width: 100%;
  height: auto;
  padding: 0;
}

.box-txt-pv:first-child {
  margin: 0 0 16px 0;
}

.subcont-prec-img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sb-p1 {
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
}

.sb-p2 {
  width: 20%;
  height: auto;
  padding: 0;
  margin: 0 0 0 0;
}

.txt-prec-fw {
  font-size: 24px;

}

.txt-prec-desc {
  font-size: 18px;
}

.txt-prec-light {
  font-size: 15px;
}


/* estilos de seccion de instituciones */

.cont-esp-inst {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.box-inst {
  width: 46%;
  height: auto;
  padding: 5px;
  margin: 4px 4px;
  border-radius: 8px;
}

.img-inst {
  width: 100%;
  height: 100px;
}

.tit-inst {
  font-size: 16px;
 
}

.desc-inst {
  font-size: 12px;

}


/* seccion parallax */

.txt-top-parallax{
    font-size: 22px;

}

.disp-row-3{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.cont-req-1{
  width: 100%;
  max-width: 750px;
  height: auto;
  padding: 0;
  margin: 0;
}

.cont-req-1:first-child{
  margin-right: 0;
  margin-bottom: 20px;
}

.txt-esp-jaf-3{
    font-size: 17px;
}

.box-req i{
  font-size: 1.8rem;
}

/* estilos de confirmación */

  .img-logo-registro {
    width: 40%;
    max-width: 150px;

  }

  .cont-compra-columns {
   display: none;
  }

  .txt-norm-jaf {
    font-size: 15px;
  }

  .box-whats-1 {
    width: 100%;
    height: auto;
    padding: 16px;
    margin: 0;
  }

  .box-whats-1:first-child {
    width: 100%;
    height: auto;
    padding: 16px 16px 0 16px;
    margin: 0;
  }

  .btn-whats{
    font-size: 18px;
  }

  .btn-whats i{
    font-size: 22px;
  }

  .txt-conf-jaf  {
    font-size: 16px;
  }




}
