body {
  background: var(--azul-marino-oscuro);
}

.index-page.scrolled .header {
  background: var(--azul-marino-oscuro);
}

.header .movil-content {
  width: 100%;

}

.header .movil-content .button-movil {
  font-size: 15px;

  padding: 10px 20px;
  text-align: center;
  border: 1px solid var(--dorado-claro);
  color: var(--azul-marino-oscuro);

  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 0 10px;
  margin-right: 20px;
  background: var(--dorado-claro);
}




@media (max-width:1500px) {
  .header .logo {
    width: 100%;
  }
}






/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.hero {
  padding-top: 40px;
  background: white;
  position: relative;
}


.hero .title-blue {
  font-size: 2rem;
  font-variant: small-caps;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;

}

.hero h1 {
  font-size: 4.5rem;
  font-weight: bold;
  font-variant: small-caps;
  color: var(--dorado-oscuro);
  margin-bottom: 40px;

}

.hero h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 30%;
  height: 4px;
  background: #ecd073;
  margin-bottom: 10px;
  left: 0;
}

.hero .plan-perfecto {
  color: #626262;
  font-size: 1.8rem;
  margin-bottom: 20px;

}

.hero .lista-caracteristicas {
  padding: 0;
  list-style: none;
  padding-left: 30px;
}

.hero .lista-caracteristicas i {
  color: var(--dorado-oscuro);
}

.hero .img-hero {
  width: 400px;
  height: auto;
}


.hero .button {

  background: #0d112b;
  background: radial-gradient(circle, #212d61 50%, #0d112b 100%);
  text-align: center;
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 1.2rem;
  margin: 10px 20px;
  margin-right: 60px;
  color: var(--dorado-claro);
  font-weight: bold;
  border: 2px solid var(--dorado-claro);
  text-transform: uppercase;
  box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
}


@media (max-width:768px) {
  .hero {
    padding-bottom: 0;
  }

  .hero .relativo {
    position: relative;
  }

  .hero .plan-perfecto {
    text-align: justify;
    font-size: 1.5rem;
  }

  .hero h1,
  .hero .title-blue {
    text-align: start;
  }

  .hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .hero h1::after {
    width: 60%;
  }


  .hero .button {
    margin: 10px 20px;
  }


  .hero .img-hero {
    width: 300px;
    height: auto;
  }


}


/*--------------------------------------------------------------
# Paquetes y precios
--------------------------------------------------------------*/

.paquetes {
  background: white;
}

.paquetes .v-line {
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #b8b8b8;
  height: 100px;
  width: 5px;
  position: relative;
}

/* .paquetes .content-title {

  border-right: 4px solid #b8b8b8;

} */

.paquetes .title-principal {
  font-size: 3.2rem;
  font-weight: bold;
  font-variant: small-caps;
  text-align: justify;
  padding-bottom: 20px;
  margin-bottom: 20px;
}


.paquetes .title-secundario {
  font-size: 2.2rem;
  font-weight: bold;

}

.paquetes .subtitle {
  font-size: 1.7rem;
  font-weight: bold;
}


@media (max-width:992px) {

  .paquetes {
    padding-bottom: 20px;
  }

  .paquetes .title-principal,
  .paquetes .title-secundario,
  .paquetes .subtitle,
  .paquetes .text-secundario {

    text-align: center;
  }

  .paquetes .content-title {
    border-right: 0;
    padding: 0 10px;
    position: relative;
  }

  .paquetes .title-principal {
    font-size: 2.8rem;
  }

  .paquetes .title-principal::after {
    content: '';
    position: absolute;
    display: block;
    width: 30%;
    height: 6px;
    background: #c6c6c6;
    margin-bottom: 10px;
    left: 35%;
    bottom: 10px;
  }


  .paquetes .subtitle {
    margin-bottom: 40px;
  }

  .paquetes .subtitle::after {
    content: '';
    position: absolute;
    display: block;
    width: 30%;
    height: 6px;
    background: #c6c6c6;
    margin-bottom: 10px;
    left: 35%;
    bottom: -30px;
  }
}




/*--------------------------------------------------------------
# Compra Section
--------------------------------------------------------------*/
.compra {
  background: #FFF;
  background: linear-gradient(0deg, #f0f2ff 50%, #ffffff 100%);
}

.compra h2 {
  font-size: 3rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
}

.compra .tabla .th-title {
  font-size: 1.8rem;
  font-variant: small-caps;
  color: var(--azul-marino-claro);
}

.compra .tabla .th-subtitle {
  font-size: 1rem;
  color: var(--dorado-oscuro);
  text-decoration: underline;


}


.compra .tabla .icon {
  font-size: 1.8rem;

}

.compra .tabla .icon.fa-circle-check {
  color: var(--dorado-oscuro);
}

.compra .tabla .icon.fa-circle-xmark {
  color: red;
}



.compra .tabla .oculto {
  display: none;
}

.compra .tabla .degradado {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, #f4f4f4, rgba(244, 244, 244, 0));
  pointer-events: none;
  /* Permite hacer clic en el botón a través del degradado */
}

.compra .button {
  display: block;
  margin: 10px auto;
  padding: 10px 15px;
  background-color: var(--azul-marino-claro);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  z-index: 1;
  /* Asegura que el botón esté por encima del degradado */
}

.compra button:hover {
  background-color: var(--azul-marino-claro);
}



/*--------------------------------------------------------------
# Contrata Section
--------------------------------------------------------------*/

.contrata {
  background: white;
  padding-bottom: 0px;
}



.contrata .boton-azul {

  background: #0d112b;
  background: radial-gradient(circle, #212d61 50%, #0d112b 100%);
  text-align: center;
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 1.2rem;
  margin: 10px 20px;
  margin-right: 60px;
  color: var(--dorado-claro);
  font-weight: bold;
  border: 2px solid var(--dorado-claro);
  text-transform: uppercase;
  box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
}

.contrata .boton-azul:hover {
  color: var(--dorado-claro);
}


.contrata h2 {
  font-size: 3rem;
  color: var(--dorado-oscuro);
  font-weight: bold;
}

.contrata h3 {
  font-size: 2rem;
  font-weight: bold;
}

.contrata .image {
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 30px;
}


.contrata .laptop-plan-basico {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}


.contrata .listado {
  list-style: none;
  padding: 0;


}


.contrata .listado li {
  margin-bottom: 20px;
}

.contrata .listado .content-numeral {
  padding: 10px;
  margin-right: 20px;
  background: #9e9e9e;
  width: 60px;
  height: 60px;

  min-width: 60px;

  border-radius: 50%;


  background: linear-gradient(322deg, #818181 0%, #9e9e9e 50%, #9e9e9e 100%);


}

.contrata .listado .numeral {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  letter-spacing: .15em;
  text-shadow: 1px 1px 0 rgba(26, 26, 26, 0.2), 2px 2px 1px rgba(26, 26, 26, 0.2), 3px 3px 1px rgba(26, 26, 26, 0.2), 4px 4px 1px rgba(26, 26, 26, 0.2), 5px 5px 1px rgba(26, 26, 26, 0.2), 6px 6px 1px rgba(26, 26, 26, 0.2), 7px 7px 1px rgba(26, 26, 26, 0.2), 8px 8px 1px rgba(26, 26, 26, 0.2), 9px 9px 1px rgba(26, 26, 26, 0.2), 10px 10px 1px rgba(26, 26, 26, 0.2), 11px 11px 1px rgba(26, 26, 26, 0.2), 12px 12px 1px rgba(26, 26, 26, 0.2), 14px 14px 1px rgba(26, 26, 26, 0.2);




}

.contrata .listado p {
  font-size: 1.8rem;
  margin-bottom: 0;
  color: #1b1b33;
  font-weight: bold;
}



@media(max-width:992px) {
  .contrata .laptop-plan-basico {
    width: 300px;
  }
}

@media(max-width:768px) {
  .contrata {
    padding-bottom: 60px;
  }

  .contrata .listado p {
    font-size: 1.2rem;
  }

  .contrata h3 {
    font-size: 1.8rem;

  }

  .contrata .image {
    width: 300px;
  }



}



/*--------------------------------------------------------------
# Testimonios Section
--------------------------------------------------------------*/



.testimonios .box {
  margin: 20px;
  border-radius: 10px;
  border: 3px #f3f3ee solid;
  padding: 20px;
  background: #222d63;
  box-shadow: 1px 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0px 0px 5px rgba(0, 0, 0, 0.3);

}


.testimonios .box .name {
  padding-bottom: 20px;
  color: var(--dorado-claro);
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.testimonios .box .start {
  color: var(--dorado-claro);
}

.testimonios .box .start i {
  font-size: 2rem;
  margin: 0px 0px 20px 10px;
}



.testimonios .box .text {
  color: white;
  font-size: 1rem;
  font-weight: normal;
  font-style: italic;
  text-align: justify;
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/




.contact h2 {
  font-size: 2.5rem;
  font-variant: small-caps;
  text-align: justify;
}


.contact h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 30%;
  height: 2px;
  /* background: var(--dorado-claro); */

  border-bottom: 10px solid var(--dorado-claro);
  border-bottom-style: dotted;
  bottom: -20px;
  left: 25%;
  right: 0;

}

.contact .caracteritica .image {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.contact .caracteritica p {
  color: white;
}


@media (max-width:1200px) {
  .contact h2::after {
    left: 35%;
  }

}

@media (max-width:768px) {
  .contact h2 {
    font-size: 1.8rem;
  }

  .contact .caracteritica .image {
    width: 60px;
    height: 60px;
  }


}











.paquetes .box {

  width: 350px;
  padding: 0px 30px 20px 30px;

  background: #e4e9ff;
  border-radius: 10px;
  position: relative;

  box-shadow: 1px -1px 32px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px -1px 32px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 32px 0px rgba(0, 0, 0, 0.75);
  max-width: 350px;
  margin-bottom: 40px;


}

.paquetes .box .text {
  color: black;
  text-align: center;
}

.paquetes .box .header {
  z-index: 0;
  position: relative;
  background: #0d112b;
  background: radial-gradient(circle, #212d61 50%, #0d112b 100%);
  padding: 5px 20px;
  width: 100%;
  border-radius: 0 0px 10px 10px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  font-variant: small-caps;
  text-align: center;
}

.paquetes .box .header .numeral {
  color: var(--dorado-claro);
  font-size: 2.3rem;
  padding: 0 5px;
}


.paquetes .box .price {
  border-bottom: 3px solid #7e88ae;
}

.paquetes .box .price .dollar {
  font-size: 2rem;
  font-weight: bold;
  color: gray;

}

.paquetes .box .price .numeral {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--dorado-oscuro);



}

.paquetes .box .price .decimal {
  color: var(--dorado-oscuro);
  font-size: 2rem;
  font-weight: bold;
  line-height: 20px;


}

.paquetes .box .price .moneda {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: bold;
}


.paquetes .box .button {
  background: #0d112b;
  background: radial-gradient(circle, #212d61 50%, #0d112b 100%);
  text-align: center;
  border-radius: 20px;
  padding: 5px 40px;

  color: var(--dorado-claro);
  font-weight: bold;
  border: 2px solid var(--dorado-claro);


  box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 12px 0px rgba(0, 0, 0, 0.75);
}



@media (max-width:768px) {




  .paquetes .box {
    padding: 0px 12px 20px 12px;
    max-width: 350px;
    min-width: 350px;
    margin-bottom: 30px;


    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }


}






/*--------------------------------------------------------------
# Emite Section
--------------------------------------------------------------*/
.emite .titulo-dorado {
  color: var(--dorado-oscuro);
  font-weight: bold;
  font-size: 5rem;  
  line-height: 5rem;
  font-variant: small-caps;

}

.emite .titulo-azul {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
}

.emite .box {
  margin-bottom: 20px;
  min-width: 250px;
  width: 100%;
  border-radius: 20px;
  padding: 20px 20px 0px 20px;
  background: #e4e9ff;
  height: 300px;
  width: auto;
  box-shadow: 3px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 0px 13px 0px rgba(0, 0, 0, 0.75);
}

.emite .box .image {
  width: 150px;
  height: 150px;
  padding: 20px 20px 0px 20px;
  padding-top: 0;
  object-fit: contain;


}

.emite .box .in-box {
  background: #212d61;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  height: 130px;
  color: white;
  width: 100%;
  font-variant: small-caps;

}


@media (max-width:768px) {

  .emite .titulo-dorado {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .emite .titulo-azul {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .emite {
    padding: 0;
  }

  .emite .box {
    min-width: 250px;
  }


}






/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/

.faq {
  background: white;
  padding: 80px 0;
}

.faq h2{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


.faq a {
  color: var(--dorado-oscuro);
  font-weight: bold;
  text-decoration: underline;
}

.faq .faq-item {
  margin-bottom: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq .faq-item:last-child {
  border-bottom: none;
}

.faq .faq-item.faq-active .faq-header .faq-number {
  color: var(--accent-color);
  font-weight: 500;
}

.faq .faq-item.faq-active .faq-header h4 {
  color: var(--accent-color);

}

.faq .faq-item.faq-active .faq-header .faq-toggle {
  color: var(--accent-color);
  transform: rotate(0deg);
  color: #827335;
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.fa-caret-right {
  opacity: 0;
  transform: rotate(90deg);
  font-size: 2rem;
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.fa-caret-down {
  opacity: 1;
  transform: rotate(0deg);
  font-size: 2rem;

}

.faq .faq-item.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;

}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.fa-caret-right {
  opacity: 1;
  transform: rotate(0deg);
  font-size: 2rem;
  color: gray;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.fa-caret-down {
  opacity: 0;
  transform: rotate(-90deg);
  font-size: 2rem;

}

.faq .faq-item .faq-header {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  gap: 0;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header:hover .faq-number {
  transform: scale(1.1);
}

.faq .faq-item .faq-header:hover .faq-toggle {
  transform: scale(1.1);
}

.faq .faq-item .faq-header .faq-number {
  flex-shrink: 0;
  width: 0px;
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 300;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  transition: all 0.3s ease;
  letter-spacing: -0.02em;
}

.faq .faq-item .faq-header h4 {

  flex: 1;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--heading-color);
  transition: all 0.3s ease;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-right: 20px;
}

.faq .faq-item .faq-header .faq-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}

.faq .faq-item .faq-header .faq-toggle i {
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  opacity: 0;
}

.faq .faq-item .faq-content .content-inner {
  padding: 10px 80px 10px 60px;
  overflow: hidden;
}

.faq .faq-item.faq-active .faq-content .content-inner {
  padding: 10px 80px 30px 60px;
}

.faq .faq-item .faq-content .content-inner {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 300;
}


@media (max-width:992px) {
  .faq .faq-item .faq-header h4 {
    font-size: 1.2rem;

  }

  .faq .faq-item.faq-active .faq-header .faq-toggle i.fa-caret-right,
  .faq .faq-item.faq-active .faq-header .faq-toggle i.fa-caret-down,
  .faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.fa-caret-right,
  .faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.fa-caret-down {
    font-size: 1.5rem;
  }


}



/*--------------------------------------------------------------
# Unete Section
--------------------------------------------------------------*/


.unete .contenedor {
  border: 5px solid var(--dorado-claro);
  padding: 50px 10px;
  background: #e4e9ff;
  border-radius: 50px;

}



.unete .contenedor .button {
  font-size: 2rem;
  width: 100%;
  height: auto;
  border-width: 1px;
  color: #fff;
  border-color: var(--dorado-claro);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 0px 2px var(--dorado-claro);
  text-shadow: 0px 1px 0px #283966;
  background: linear-gradient(#222e58, #191d3a);
  padding: 30px;
  text-align: center;
  color: var(--dorado-claro);
  font-weight: bold;
}


.unete .contenedor .v-line {
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: #b4b7c6;
  height: 100px;
  width: 5px;
  position: relative;
}

.unete .contenedor p {
  font-size: 1.8rem;
  text-align: justify;
}

@media (max-width:1500px) {
  .unete .contenedor p {
    font-size: 1.8rem;
    text-align: center;
  }
}

@media (max-width:768px) {
  .unete .contenedor {
    padding: 40px;

  }


}