html, body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;}

/* ==================== */
/* UTILIDADES */
/* ==================== */
    
.mt-n30{margin-top: -30px !important;}
.mt-n120{margin-top: -110px !important;}
.mb-n30{margin-bottom: -30px !important;}
.mb-n120{margin-bottom: -135px !important;}
.badge-button{
  color: #ffffff;
  background-color: rgba(117, 74, 215, 1);
}

.badge-button:hover{
  color: #ffffff;
  background-color: rgba(25, 195, 187, 1);
}

.badge-button-green{
  color: #ffffff;
  background-color: rgba(25, 195, 187, 1);

}

.badge-button-green:hover{
  color: #ffffff;
  background-color: #8965dd;

}
.text-purple{color: rgba(117, 74, 215, 1);}
.text-green{color: rgba(25, 195, 187, 1);
}
.ocultar {
  max-height: 0px !important;
}

.mostrar{
  height: auto;
  transition: height 0.05s;
  overflow: hidden;
}

/* ==================== */
/* SECCIÓN HERO */
/* ==================== */

.hero-section {
  min-height: 100vh;
  background-image: url('../images/bg-general.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0;
}

.hero-logo {
  width: 250px;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 300;
}

.highlight {
  color: #32f2ff;
}

.hero-sub {
  opacity: 0.8;
}

@media screen and (max-width: 990px) {
   .hero-title {
    font-size: 2.5rem;
    } 
}

/* ==================== */
/* TARJETAS SUPERIORES */
/* ==================== */

.header_tarjeta{

overflow: hidden;
    max-height: 100px; /* o lo que mida normalmente */
    transition: max-height 0.5s ease;

}
.section-topcards {
  background-image: url('../images/bg-caracteristicas.webp');
  background-repeat: repeat-x;
  background-position: center top;
  border-radius: 80px 80px 0 0;
}


.section-topcards .custom-card {
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.icon-bitcoin{
 width: 75px;
 height: 75px;
 background-color: rgba(117, 74, 215, 1);
;
}
.icon-bitcoin img {
  width:50px;
}

.icon-cellphone{
 width: 75px;
 height: 75px;
 background-color: rgba(25, 195, 187, 1);
;
;
}
.icon-cellphone img {
  width:26px;
}

/* ==================== */
/* BENEFICIOS */
/* ==================== */

.section-title .main-title {
  color: #6e40ff;
  font-size: 48px;
  font-weight: 800;
}

.benefit-card {
  background-color: rgba(237, 237, 237, 0.7);
  border-radius: 67px;
  overflow: hidden;
}

.benefit-title {
  color: rgba(117, 74, 215, 1);
  font-weight: 800;
}
.benefit-title-green {
  color: rgba(25, 195, 187, 1);

  font-weight: 800;
}

.benefit-buttton{
  width: 55px;
  height: 55px;
  background-color: rgba(117, 74, 215, 1);
  color: #ffffff;
}

.benefit-buttton-green{
  width: 55px;
  height: 55px;
  background-color: rgba(25, 195, 187, 1);
  color: #ffffff;
}

.benefit-list {
  margin-top: 40px;
}

.benefit-item {
  background: #f4f4ff;
  padding: 18px 24px;
  border-radius: 30px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.05rem;
}

.icon-arrow::after {
  content: "➜";
  font-size: 1.3rem;
  opacity: 0.6;
}

/* ==================== */
/* LEGALES */
/* ==================== */


.section-bg-down {
  background-image: url('../images/bg-down.webp');
  background-repeat: repeat-x;
  background-position: center top;
  border-radius: 0 0 80px 80px ;
  height: 270px;
}

.section-bg-up {
  background-image: url('../images/bg-up.webp');
  background-repeat: repeat-x;
  background-position: center top;
  border-radius: 80px 80px 0 0 ;
  height: 270px;
}

.legal-section {
  background: rgba(117, 74, 215, 1);
  padding: 270px 0 270px 0;
}

.legal-card {
  background: rgba(255,255,255,0.15);
  border-radius: 20px;
}
.icon-box{
  width: 50px;
  height: 50px;
  background: rgba(117, 74, 215, 1);
  display: flex;
}

.icon-box-inv{
  width: 50px;
  height: 50px;
  background: #8965dd;
  display: flex;
}

/* ==================== */
/* JOIN SECTION */
/* ==================== */

.join-section {
  background: #ffffff;
}

.small-title {
  color: #00c39f;
}

.highlight2 {
  color: #6b00ff;
  font-weight: bold;
}

.store-btn {
  width: 160px;
}

.bg-app{
  background-color: #f4f4f4;
}

.form-control::placeholder {
  text-align: center;
  color: #ffffff !important;
  opacity: 1;
}
/* ==================== */
/* NEWSLETTER */
/* ==================== */

.newsletter-section {
  background: rgba(117, 74, 215, 1);
  border-radius: 80px 80px 0 0;
}

.newsletter-form {
  width: 350px;
  display: flex;
}


.newsletter-form button {
  padding: 10px 18px;
  cursor: pointer;
  background-color: rgba(25, 195, 187, 1);
}

.help-card {
  background: rgba(255,255,255,0.15);
  border-radius: 20px;
}

/* ==================== */
/* FOOTER */
/* ==================== */

.footer {
  background: rgba(117, 74, 215, 1);
  color: #c9b7ff;
}

.footer-links a {
  color: #c9b7ff;
  margin: 0 5px;
  text-decoration: none;
}

