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 {
  background: #ffffff;
  position: relative;
  padding-bottom: 0;
}

.hero .title {
  font-size: 2.3rem;
  margin-bottom: 20px;
  color: var(--dorado-oscuro);
}


.hero .subtitle {
  font-size: 3.2rem;
  font-variant: small-caps;
  font-weight: bold;
}


.hero p {
  font-size: 1.8rem;
}



.hero .subtitle::after {
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  background: #827335;
  bottom: -10px;
  left: 25%;

}


.hero h3 {
  font-size: 2.5rem;
  color: var(--dorado-oscuro);
  font-weight: bold;
  padding-bottom: 20px;

}


.hero .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;


}

.hero .box .text {
  color: black;
  text-align: center;
}

.hero .box .header {
  z-index: 1;
  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;
}

.hero .box .header .numeral {
  color: var(--dorado-claro);
  font-size: 2.3rem;
  padding: 0 5px;
}


.hero .box .price {
  border-bottom: 3px solid #7e88ae;
}

.hero .box .price .dollar {
  font-size: 2rem;
  font-weight: bold;
  color: gray;

}

.hero .box .price .numeral {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--dorado-oscuro);



}

.hero .box .price .decimal {
  color: var(--dorado-oscuro);
  font-size: 2rem;
  font-weight: bold;
  line-height: 20px;


}

.hero .box .price .moneda {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: bold;
}


.hero .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) {


  .hero .title {
    font-size: 2rem;
  }

  .hero .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 .contenedor-text {

  border-right: 5px solid #c6c6c6;
  padding-right: 30px;
  text-align: justify;

}


.emite .box {

  border-radius: 20px;
  padding: 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;
  margin: 10px 0;

  padding: 20px;

}

.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:720px) {

  .emite {
    padding: 0;
  }

  .emite .box {
    min-width: 250px;
  }

  .emite .contenedor-text {
    border-right: none;
    padding-right: 0;
  }
}



/*--------------------------------------------------------------
# Emite 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);
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.contact {
  border-top: 10px solid var(--dorado-claro);
}


.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;
  }


}


/*--------------------------------------------------------------
# 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;
}

.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;
}





/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq {
  background: white;
  padding: 80px 0;
}

.faq h2{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


.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;

  }


}



/*--------------------------------------------------------------
# Sexytabs Section
--------------------------------------------------------------*/
.sexytabs>ul {
  text-align: center;
  font-weight: 500;
  margin: 50px 0 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.sexytabs>ul>li {
  border: 1px solid var(--dorado-claro);
  display: inline-block;
  width: 33%;
  background: #212c63;
  position: relative;

  margin: 0 0 0 -4px;
  padding-top: 1rem;


  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.sexytabs>ul>li a {
  display: inline-block;
  width: 100%;

  padding: 0.6em;

  position: relative;

  margin: 0 0 0 -4px;
  padding-top: 1rem;
  font-variant: small-caps;
}


.sexytabs>ul>li.left {
  border-radius: 0px 0px 0px 50px;
}

.sexytabs>ul>li.right {
  border-radius: 0px 0px 50px 0px;
}


.sexytabs>ul>li.ui-state-active {


  background: #cfb55e
}

.sexytabs>ul>li.ui-state-active span {
  color: #ffffff;
}

.sexytabs>ul>li:before,
.sexytabs>ul>li:after {
  opacity: 0;
  transition: 0.3s ease;
}

.sexytabs>ul>li.ui-tabs-active:before,
.sexytabs>ul>li.ui-tabs-active:after,
.sexytabs>ul>li.ui-state-hover:before,
.sexytabs>ul>li.ui-state-hover:after,
.sexytabs>ul>li.ui-state-focus:before,
.sexytabs>ul>li.ui-state-focus:after {
  opacity: 0;
}

.sexytabs>ul>li:before,
.sexytabs>ul>li.ui-state-active.ui-state-hover:before,
.sexytabs>ul>li.ui-state-active.ui-state-focus:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 3px rgba(130, 115, 53, 1);
  top: 50%;
  bottom: 0px;
  left: 5px;
  right: 5px;
  border-radius: 100px / 10px;
}

.sexytabs>ul>li:after,
.sexytabs>ul>li.ui-state-active.ui-state-hover:after,
.sexytabs>ul>li.ui-state-active.ui-state-focus:after {
  content: "";
  background: #fafafa;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  transform: rotate(45deg);
  box-shadow: inset 3px 3px 3px rgba(130, 115, 53, 1), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.sexytabs>ul>li.ui-state-hover:before,
.sexytabs>ul>li.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.sexytabs>ul>li.ui-state-hover:after,
.sexytabs>ul>li.ui-state-focus:after {
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.sexytabs>ul>li.ui-state-focus a {
  /* text-decoration: underline; */
}

.sexytabs>ul>li:focus {
  outline: none;
}

.sexytabs>ul>li a {
  color: white;
  text-decoration: none;

  text-align: center;
}

.sexytabs>ul>li a:focus {
  outline: none;
}

.sexytabs>ul>li a span {
  position: relative;
  top: -0.5em;
}

.sexytabs.dark>ul {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.sexytabs.dark>ul>li {
  background: #333;
}

.sexytabs.dark>ul>li:before,
.sexytabs.dark>ul>li.ui-state-active.ui-state-hover:before,
.sexytabs.dark>ul>li.ui-state-active.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
}

.sexytabs.dark>ul>li:after,
.sexytabs.dark>ul>li.ui-state-active.ui-state-hover:after,
.sexytabs.dark>ul>li.ui-state-active.ui-state-focus:after {
  background: #333;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.3), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.sexytabs.dark>ul>li.ui-state-hover:before,
.sexytabs.dark>ul>li.ui-state-focus:before {
  box-shadow: none;
}

.sexytabs.dark>ul>li.ui-state-hover:after,
.sexytabs.dark>ul>li.ui-state-focus:after {
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4);
}

.sexytabs.dark>ul>li a {
  color: white;
}




.sexytabs {
  width: 90%;
  min-width: 360px;
  margin: auto;
}

.sexytabs .contents {
  padding: 20px 50px;
  min-height: 200px;

}


.sexytabs .contents p {
  font-size: 1rem;
}

@media (max-width:992px) {
  .sexytabs {
    width: auto;
  }

  .sexytabs>ul>li {
    border: none;
    box-shadow: none;
    background: #f1f1f1;
  }

  .sexytabs>ul>li a {
    line-height: 20px;
    padding: 0px;
    font-weight: bold;
  }

  .sexytabs>ul>li.left {
    border-radius: 0;
  }

  .sexytabs>ul>li.right {
    border-radius: 0;
  }

  .sexytabs>ul>li.ui-state-active {


    background: #fdf6e3;
  }

  .sexytabs>ul>li.ui-state-active span {
    color: #9a8334;

  }

  .sexytabs>ul>li span {
    color: var(--azul-marino-oscuro);

  }


}