
body.custom-home {
    background-color: #0d1117; /* Negro puro */
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}
/* Este id wrapper estaba tapando el fondo negro que tengo en la web asi que lo estamos deshabilitando */
#main, #wrapper {
    background-color: transparent !important;
    background: none !important;
}
html {
  scroll-behavior: smooth;
}

/*-------------------------------------*/
/* ESTILOS PARA LOS TITULOS h1, h2, h3 */
.contenedor-inicio h1 {   /* este contenedor es el de formulario de mas abajo*/
    font-size: 3em;
    margin-bottom: 10px;
    font-family: Roboto;
    font-weight:800;
    color: #F1C40F; /* Amarillo Dorado */

}

.contenedor-inicio h2 {
    color: #fff; /* Gris Claro */
    font-size: 26px;
    margin-bottom: 20px;
    font-family: Roboto;
	font-weight:800;
}

.description {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: Roboto;
    font-weight: 400;
    color: #BDC3C7;
}
@media (min-width: 768px) {
.description {
    font-size: 20px;
    }
 .contenedor-inicio h1{
        font-size: 4em;
margin-bottom: 10px;
    }  
.contenedor-inicio h2{
        font-size: 3em;
    }
}

@media (min-width: 1024px) {
.description {
    font-size: 25px;
    }
.contenedor-inicio h1{
        font-size: 5em;
margin-bottom: 50px;
    } 
.contenedor-inicio h2{
        font-size: 3.5em;
    }
}
/* FIN ESTILOS PARA LOS TITULOS h1, h2, h3 */
/*-------------------------------------*/







/* ================= ESTILOS PAGINA DE AGRADECIMIENTO ================= */
.agradecimiento-container {
    text-align: center;
    
    background-size: cover;
    color: #fff;
    padding: 50px 20px;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.agradecimiento-container h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffd700; /* Amarillo oro */
}

.agradecimiento-container .mensaje {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 600px;
    line-height: 1.5;
}

.agradecimiento-container .btn-descargar {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1rem;
    color: #fff;
    background-color: #27ae60; /* Verde oscuro */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.agradecimiento-container .btn-descargar:hover {
    background-color: #2ecc71; /* Verde claro */
}
/* ================= FIN ESTILOS PAGINA DE AGRADECIMIENTO ================= */

/* ==================== DETALLES POR CURSO ==================== */
.detalles-cursos {
  margin: 80px auto;
  max-width: 1000px;
  padding: 20px;
  color: #fff;
}

.detalles-titulo {
  text-align: center;
  font-size: 2rem;
  color: #F1C40F;
  margin-bottom: 20px;
}

.curso-nivel {
  background: rgba(0,0,0,0.5);
  border: 1px solid #444;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
}

.curso-nivel-titulo {
  font-size: 1.5rem;
  color: #FFD700;
  margin-bottom: 10px;
}

.curso-descripcion {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 15px;
}

.curso-lista {
  list-style: none;
  padding: 0;
}

.curso-lista li {
  margin: 10px 0;
  font-size: 1rem;
  color: #ddd;
}

/* Caja de confianza y detalles */
.confianza-inversion, 
.detalles-cursos {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #C0C0C0; /* plata */
  border-radius: 12px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Efecto hover con brillo plateado */
.confianza-inversion:hover, 
.detalles-cursos:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px #C0C0C0; /* brillo plata */
}

/* ==================== RESPONSIVE ==================== */

/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .confianza-inversion, 
  .detalles-cursos {
    margin: 40px 15px;
    padding: 25px 15px;
  }

  .confianza-titulo, 
  .detalles-titulo {
    font-size: 1.6rem;
  }

  .curso-nivel {
    padding: 20px;
  }

  .curso-nivel-titulo {
    font-size: 1.3rem;
  }

  .confianza-texto, 
  .curso-descripcion {
    font-size: 1rem;
  }

  .confianza-lista li, 
  .curso-lista li {
    font-size: 0.95rem;
  }
}

/* Celulares (≤768px) */
@media (max-width: 768px) {

/* Quitar bordes internos para dar aire */
  .curso-nivel {
    border: none;
    background: transparent; 
    padding: 15px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #444; /* separador simple */
  }
.curso-nivel:last-child {
    border-bottom: none; /* último sin línea */
  }
  .confianza-inversion, 
  .detalles-cursos {
    margin: 30px 10px;
    padding: 20px 15px;
    text-align: left; /* mejora lectura en pantallas pequeñas */
  }


  .confianza-titulo, 
  .detalles-titulo {
    font-size: 1.4rem;
    text-align: center;
  }

.curso-nivel-titulo {
    font-size: 1.2rem;
  }

  .confianza-texto, 
  .curso-descripcion {
    font-size: 1rem;
  }

  .confianza-lista, 
  .curso-lista {
    padding-left: 15px;
  }

  .confianza-lista li, 
  .curso-lista li {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/* Celulares pequeños (≤480px) */
@media (max-width: 480px) {

 .curso-nivel {
    padding: 12px 0;
  }
  .confianza-titulo, 
  .detalles-titulo {
    font-size: 1.3rem;
  }

  .curso-nivel-titulo {
    font-size: 1.1rem;
  }

  .confianza-texto, 
  .curso-descripcion {
    font-size: 0.95rem;
  }

  .confianza-lista li, 
  .curso-lista li {
    font-size: 0.95rem;
  }
}



/* ================= PLANES DE INVERSIÓN ================= */
.planes-inversion {
  text-align: center;
  margin: 20px auto;
  max-width: 1100px;
  padding: 20px;
}

.titulo-planes {
  font-size: 2.5rem;
  color: #FFD700;
  margin-bottom: 10px;
}

.subtitulo-planes {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 40px;
}

.contenedor-planes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
}

.plan {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #FFD700;
  border-radius: 12px;
  padding: 25px;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
}

.plan h3 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 15px;
}

.plan .detalle {
  color: #bbb;
  font-size: 1rem;
  margin-bottom: 15px;
}

.plan .precio {
  font-size: 1.5rem;
  font-weight: bold;
  color: #27ae60;
  margin-bottom: 20px;
}

.plan .ahorro {
  font-size: 1.2rem;
  color: #ccc;
  margin: 10px 0;
}

.plan .oferta {
  font-size: 1.8rem;
  font-weight: bold;
  color: #27ae60;
}

.plan .bonus {
  font-size: 1rem;
  color: #FFD700;
  margin-bottom: 20px;
}
/* Botones normales: Acceder Ahora */
.btn-buy {
  background-color: #28a745; /* verde sobrio */
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-buy:hover {
  background-color: #218838; /* verde más oscuro */
  transform: translateY(-2px);
}


.plan.destacado {
  border: 2px solid #27ae60;
  background: rgba(0, 0, 0, 0.8);
  padding: 35px;
  margin: 0 auto;
  max-width: 400px;
}

.btn-destacado {
  background-color: #FFD700 !important;
  padding:10px 20px;
border-radius:5px;
  color: #000 !important;
  box-shadow: 0 0 20px #FFD700, 0 0 50px rgba(255, 215, 0, 0.7);
}

.btn-destacado:hover {
  background-color: #f1c40f !important;
  transform: scale(1.1);
}
/* ================== RESPONSIVE ================== */

/* Tablets (pantallas hasta 991px) */
@media (max-width: 991px) {
  .titulo-planes {
    font-size: 2rem; /* más pequeño que desktop */
  }

  .subtitulo-planes {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .contenedor-planes {
    gap: 20px;
  }

  .plan {
    width: 45%; /* 2 planes por fila en tablets */
    min-width: 250px;
  }
}
@media (max-width: 768px) {
  .btn-destacado {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* Celulares (pantallas hasta 600px) */
@media (max-width: 600px) {
  .titulo-planes {
    font-size: 1.6rem; /* más pequeño que en tablets */
  }

  .subtitulo-planes {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .contenedor-planes {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .plan {
    width: 100%; /* cada plan ocupa todo el ancho */
    max-width: 320px;
  }

  .plan h3 {
    font-size: 1.3rem;
  }

  .plan .detalle {
    font-size: 0.9rem;
  }

  .plan .precio {
    font-size: 1.3rem;
  }

  .plan .oferta {
    font-size: 1.4rem;
  }

  .plan .bonus {
    font-size: 0.9rem;
  }
}

/* ===== Numeración dorada en los planes ===== */
.plan h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center; /* centra número + título */
  flex-wrap: wrap;
}

.plan-numero {
  background: #FFD700;  /* dorado */
  color: #111;          /* oscuro */
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.plan-titulo {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

/* Responsive: en móvil se apila número arriba y título abajo */
@media (max-width: 600px) {
  .plan h3 {
    flex-direction: column;
    gap: 6px;
  }

  .plan-numero {
    font-size: 0.85rem;
    border-radius: 6px;
  }

  .plan-titulo {
    font-size: 1.1rem;
  }
}

/* ================= FIN PLANES DE INVERSIÓN ================= */


/* ==================== BLOQUE DE CONFIANZA ==================== */
.confianza-inversion {
  margin: 80px auto;
  padding: 40px 20px;
  background: rgba(0,0,0,0.5);
  border-radius: 12px;
  max-width: 1000px;
  text-align: center;
  color: #fff;
}

.confianza-titulo {
  font-size: 2rem;
  color: #FFD700;
  margin-bottom: 20px;
}

.confianza-texto {
  font-size: 1.1rem;
  color: #ddd;
  margin-bottom: 25px;
}

.confianza-lista {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.confianza-lista li {
  margin: 12px 0;
  font-size: 1rem;
  color: #ccc;
}


/* ================= HERO SECTION ================= */
.hero {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6));
  color: #fff;
  text-align: center;
  padding: 100px 20px;  /*  equivale a padding-top: 100px; padding-bottom: 100px; padding-left: 20px; padding-right: 20px;   */
}

.hero h1 {
  font-size: 2.5rem;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight:600;
}

.hero h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #f1f1f1;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #ddd;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.hero .btn-cta {
  display: inline-block;
  padding: 12px 30px;
  background: #FFD700;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero .btn-cta:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 0 15px #FFD700;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .hero h1 { font-size: 2rem; }
  .hero h2 { font-size: 1.3rem; }
  .hero p { font-size: 1rem; }
}

@media (max-width: 768px) {
  .hero { padding: 80px 15px; }
  .hero h1 { font-size: 1.8rem; }
  .hero h2 { font-size: 1.2rem; }
  .hero p { font-size: 0.95rem; }
}

@media (max-width: 480px) {
  .hero { padding: 60px 10px; }
  .hero h1 { font-size: 1.8rem; }
  .hero h2 { font-size: 1rem; }
  .hero p { font-size: 0.9rem; }
  .hero .btn-cta { padding: 10px 20px; font-size: 0.9rem; }
}

/* ================= ESTILOS SECCIÓN MILLONARIOS Y FRASES ================= */

.millonarios {
    text-align: center;
    margin: 60px 0;
    color: lightgray;
    padding: 20px;
}

.millonarios h1 {
    color: gold;
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.millonarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.millonarios .person {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.millonarios .person:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
}

.millonarios img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 3px solid gold;
}

.millonarios h2 {
    color: white;
    font-size: 1.8rem;
    margin-top: 15px;
}

.millonarios p.quote {
    font-size: 1.1rem;
    margin-top: 10px;
    font-style: italic;
}

/* Responsive */
@media (max-width: 1024px) {
    .millonarios-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .millonarios-grid {
        grid-template-columns: 1fr;
    }

    .millonarios h1 {
        font-size: 2rem;
    }

    .millonarios img {
        width: 120px;
        height: 120px;
    }

    .millonarios h2 {
        font-size: 1.5rem;
    }

    .millonarios p.quote {
        font-size: 1rem;
    }
}
/* ================= FIN ESTILOS SECCIÓN MILLONARIOS Y FRASES================= */
/* ======================= BLOQUE ACORDEON CARACTERISTICAS ======================= */

/* ===== Estilos de acordeón ===== */
.planes-detalle {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 15px;
}

.planes-detalle h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #f1c40f; /* dorado */
}

.accordion {
  border-bottom: 1px solid #333;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  background: #111;
  color: #f1c40f; /* dorado */
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background: #222;
}

/* Estado cerrado */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px; /* solo laterales, arriba/abajo en 0 */
  background: #1e1e1e;
  color: #f5f5f5;
  border-top: 1px solid #333;
  border-radius: 0 0 8px 8px;
  line-height: 1.6;
}

/* Estado abierto */
.accordion-content.open {
  max-height: 500px; /* ajusta según tu contenido */
  padding: 15px 20px;
}

/* Ajustar los <ul> y <li> dentro */
.accordion-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-content li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.accordion-content li::before {
  content: "✔";
  color: #ffd700; /* dorado brillante */
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .accordion-header {
    font-size: 1rem;
    padding: 12px 15px;
  }
  .accordion-content {
    font-size: 0.95rem;
  }
}

/* ===== Estilos personalizados para cursos ===== */
.accordion-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.curso-numero {
  background: #f1c40f; /* dorado */
  color: #111;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.curso-titulo {
  color: #f5f5f5;
  font-size: 1.05rem;
  font-weight: 600;
}
/*Agregamos una flechita (▶) usando ::after en el botón del acordeón. */
.accordion-header {
  position: relative;
  padding-right: 30px; /* espacio para la flecha */
  cursor: pointer;
}

.accordion-header::after {
  content: "▶"; /* flecha cerrada */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #f1c40f; /* dorado */
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  content: "▼"; /* flecha abierta */
}


/* ======================= FIN BLOQUE ACORDEON CARACTERISTICAS ======================= */

/* ================= GARANTÍA Y SOPORTE ================= */
.garantia-soporte {
  background: #111; /* fondo oscuro */
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.garantia-titulo {
  font-size: 2rem;
  color: #FFD700; /* dorado */
  margin-bottom: 40px;
}

.garantia-contenedor {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; /* para que baje en móvil */
  max-width: 1100px;
  margin: 0 auto;
}

.garantia-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid #FFD700;
  border-radius: 12px;
  padding: 25px;
  width: 230px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.garantia-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.garantia-icono {
  font-size: 2.5rem;
  color: #FFD700;
  margin-bottom: 15px;
}

.garantia-item h3 {
  font-size: 1.2rem;
  color: #FFD700;
  margin-bottom: 10px;
}

.garantia-item p {
  font-size: 0.95rem;
  color: #ddd;
  line-height: 1.4;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .garantia-contenedor {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .garantia-item {
    width: 100%;
    max-width: 320px;
  }
}
/* =================FIN DE GARANTÍA Y SOPORTE ================= */

/* ============ INICIO FORMULARIO DE MAILWIZZ =================  */
 .contenedor-inicio {
            max-width: 500px;
            margin: 20px auto;
            padding: 20px;
            text-align: center;
          background-color: rgba(0,0,0,0.5) !important; 
            border-radius: 10px;
        }
     
     /*css del mensaje de motivacion para la descarga*/
     .motivacion {
    text-align: center;
    margin: 20px auto;
    padding: 15px;
}

.motivacion p {
    font-size: 0.85rem;
    color: white;
}

.descarga-gratis {
    color: #FFD700; /* Color dorado */
    font-weight: bold;
}

.icono-descarga {
    font-size: 1.5rem;
    margin-right: 5px;
    color: #FFD700; /* Mismo color dorado */
}

/*--------*/
.box-header h3{
color:white;
}
        
        .subscribe-section {
            margin-top: 20px;
        /*    background-color: rgba(0, 0, 0, 0.5);  */
            padding-bottom: 15px;
            border-radius: 10px;
        }
        .subscribe-section h3 {
            margin-bottom: 15px;
        }
        .subscribe-section form {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .subscribe-section .altura-input {
            padding-top: 27px;
padding-bottom: 27px;
            border-radius: 5px;
            border: 1px solid #333;
            font-size: 16px;
background-color:#fff;
        }
        .subscribe-section button, .subscribe-section .button {
            background-color: #f1c40f !important;
            color: #000 !important;
            padding: 17px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 18px;
        }
.subscribe-section button:hover,
.subscribe-section .button:hover {
    background-color: #FFD700 !important; /* dorado más brillante */
    color: #111 !important;               /* texto un poco más oscuro */
    transform: translateY(-2px);          /* ligero efecto de elevación */
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

        
   /* FIN FORMULARIO DE MAILWIZZ  */     
/*----------------------------------------*/


/* ESTILOS PARA EL DIV DE PAÍS */

.form-group.field-country.country-field.wrap-country {
    margin-bottom: 15px;
    position: relative;
}

.form-group.field-country.country-field.wrap-country label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    padding:0px;
}

.form-group.field-country.country-field.wrap-country select {
    border-radius: 5px;
    border: 1px solid #333;
    font-size: 16px;
    width: 100%;
height: 60px; /* Aumenta la altura */
    padding: 10px; /* Espacio interno */
    box-sizing: border-box; /* Asegura que el padding no exceda el tamaño del elemento */
background-color: #fff;

}

.form-group.field-country.country-field.wrap-country .form-control {
    border-radius: 5px;
    border: 1px solid #333;
    font-size: 16px;
    padding: 10px; /* Este padding determina la altura a la que va las letras del combo */
    width: 100%;
    box-sizing: border-box; /* Asegura que el padding no exceda el tamaño del elemento */
}

.form-group.field-country.country-field.wrap-country select:focus {
    outline: none;
    border-color: #ff4500; /* Cambia el borde cuando está enfocado */
    box-shadow: 0 0 5px rgba(255, 69, 0, 0.5); /* Añade sombra cuando está enfocado */
}

/* FIN ESTILOS PARA EL DIV DE PAÍS */
/*----------------------------------------*/


