@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); 
body.custom-home {
    background: url("https://soymultimillonario.com/wp-content/themes/masterstudy-child/images/background-web-negro.png") no-repeat center center fixed !important;
    background-size: cover;
    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;
}
 .contenedor-inicio {
            max-width: 900px;
            margin: 20px auto;
            padding: 20px;
            text-align: center;
           background-color: rgba(0,0,0,0.4) !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: 1.2rem;
    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 */
}
/*-------------------------------------*/
/* ESTILOS PARA LOS TITULOS h1, h2, h3 */
.contenedor-inicio h1 {
    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 */
/*-------------------------------------*/


.contenedor-lista-imagen {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lista {

}
.encierra-li{
    background-color:#fff;
    border-radius: 20px;
    
}
.lista ul li{
        font-size: 17px;
    color: black; /* Gris Claro #BDC3C7 */

    }

.benefits {
    list-style: none;
    padding: 0;
    text-align: left;
}

.benefits li {
    padding: 8px 0;
    text-align: center;
   /* border-bottom: 1px solid #ccc; */
}

.imagen-wall-street {
    background: url('../images/wall-street-ed-ap-fotomark-lennihanjpg-2023.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 320px;
    margin: auto;
    border-radius:5px;
}
/* Responsive Design */
@media (min-width: 768px) {
    .contenedor-lista-imagen {
        flex-direction: row;
    }
    .lista {
        flex: 1;
    }
    .lista ul li{
        font-size: 13px;
    }
    .imagen-wall-street {
        flex: 1;
        height: 300px;
    }
}

@media (min-width: 1024px) {

    .benefits li {
        font-size: 16px;
    }
    .lista ul li{
        font-size: 17px;
    }

}
/*--------------------------*/
.pricing-section {
    background-color: rgba(256,256,256,0.1); /* #2C3E50 Azul oscuro para resaltar */
    color: #fff; /* Gris claro para texto */
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
}

.pricing-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #F1C40F; /* Dorado para el título */
}

.pricing-plan {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #34495E; /* Gris oscuro para los bordes */
    border-radius: 5px;
    background-color: rgba(0,0,0,0.8);; /* #1F2D3D Fondo más oscuro para resaltar */
}

.pricing-plan h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #E67E22; /* Naranja para los encabezados */
  font-family: Roboto;
font-weight:600;
}

.pricing-plan p {
    font-size: 1rem;
    margin: 5px 0;
}

.pricing-plan strong {
    color: #27AE60; /* Verde brillante para el precio */
}

/*-----------------------------------*/
        .benefits {
            list-style: none;
            padding: 0;
            margin: 20px 0;
            text-align: left;
        }
        .benefits li {
            margin: 10px 0;
            font-size: 16px;
        }


.prelanzamiento .price{
    font-size: 28px;
    color: #ffd700; /* Dorado */
    margin-bottom: 30px;
    text-align: center;
}

.prelanzamiento .btn-buy{
    background-color: #32CD32; /* Verde Neón */
    color: #000; /* Texto negro para buen contraste */
    padding: 18px 35px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px #32CD32, 0 0 40px rgba(50, 205, 50, 0.5);
}

/* Efecto hover (al pasar el mouse) */
.prelanzamiento .btn-buy:hover{
    background-color: #00FF00; /* Verde más vibrante */
    box-shadow: 0 0 20px #00FF00, 0 0 60px rgba(0, 255, 0, 0.7);
    transform: scale(1.1);
}

/* Estilos para móviles */
@media screen and (max-width: 768px){
    .prelanzamiento .btn-buy{
        font-size: 18px;
        padding: 15px 30px;
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
}

/* Estilos para pantallas grandes */
@media screen and (min-width: 1200px) {
    .prelanzamiento .btn-buy {
        font-size: 22px;
        padding: 20px 40px;
    }
}
/*--------------------------------------*/

.profit-section {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;
    text-align: center;
}

.content-wrapper {
    max-width: 1200px;
}

.title {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #f1c40f; /* Dorado para resaltar */
}

.subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.highlight {
    color: #f39c12; /* Amarillo para destacar porcentajes */
    font-weight: bold;
}

.profit-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: solid 1px #f1c40f;
    padding: 20px;
    width: 200px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
}

.card img {
    width: 50px;
    margin-bottom: 15px;
}

.card h2 {
    font-size: 2rem;
    margin: 10px 0;
    color: red; /* Resaltar con rojo */
}

.card p {
    font-size: 1rem;
    color: #ddd;
}
/*----------------------------------------*/
 /* INICIO FORMULARIO DE MAILWIZZ  */
.box-header h3{
color:white;
}
        
        .subscribe-section {
            margin-top: 50px;
            background-color: rgba(0, 0, 0, 0.5); 
            padding-bottom: 15px;
            border-radius: 10px;
        }
        .subscribe-section h3 {
            margin-bottom: 15px;
            font-size: 20px;
        }
        .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: #ff4500;
            color: #fff;
            padding: 17px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 18px;
        }
        
   /* 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 */
/*----------------------------------------*/
.motivacion p{
    font-size: 17px;
color:#fff;
}

/* INICIO ESTILOS PARA EL FOOTER PERSONALIZADO */

/* FIN ESTILOS PARA EL FOOTER PERSONALIZADO */

/* ESTILOS SECCION MILLONARIOS Y FRASES*/
.millonarios {
    text-align: center;
    margin: 50px 0;
    color: lightgray;
}

.millonarios h1 {
    color: gold;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.millonarios .person {
    margin-bottom: 40px;
}

.millonarios img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.millonarios h2 {
    color: white;
    font-size: 1.8rem;
    margin-top: 15px;
}

.millonarios p.quote {
    font-size: 1.2rem;
    margin-top: 10px;
}

/* Estilos responsive */
@media (max-width: 768px) {
    .millonarios h1 {
        font-size: 2rem;
    }

    .millonarios img {
        width: 120px;
        height: 120px;
    }

    .millonarios h2 {
        font-size: 1.5rem;
    }

    .millonarios p.quote {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .millonarios h1 {
        font-size: 1.8rem;
    }

    .millonarios img {
        width: 100px;
        height: 100px;
    }

    .millonarios h2 {
        font-size: 1.3rem;
    }

    .millonarios p.quote {
        font-size: 0.9rem;
    }
}
/*FIN */

/* Estilos del header personalizado---------------- */
.header-personalizado {
    display: flex;
    align-items: center;
    justify-content: center; /* Centra el logo horizontalmente */
    padding: 0px; /* Espaciado interno */
margin:0px;
    background: transparent; /* Fondo transparente */
    position: relative; /* Ajuste según el diseño */
    z-index: 10; /* Asegura que esté encima del contenido */
height:120px;
}

.logo-container {
    text-align: center; /* Centra el logo */
margin:2;
}

.logo {
    width: auto; /* Ajusta el tamaño del logo */

 max-height: 120px;
}

/* Opcional: margina el contenido principal para evitar que el header lo tape */
body {
    margin-top: 100px; /* Ajusta este valor según el tamaño del header */
}

/* FIN Estilos del header personalizado------------------- */

/* 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 */

/* ESTILOS DE LOS BOTONES DE DE ACCESO*/

.custom-home-container {
  padding: 30px;
  font-family: Arial;
  background-color: transparent !important;
}

.user-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}

.user-nav .btn {
  padding: 8px 15px;
  background-color: #0073aa;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

.btn-comprar {
  background-color: #28a745;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}
