/* General Styles */

    /* !reset */
/* !Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* !Remove defaut margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 300;
}

html {
  font-size: 100%;
}
/* !Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

section {
    padding: 50px 0px 60px;
}

.title {
    color: #2F2F48;
    font-size: 2em;
    line-height: 1;
    margin: 20px auto 50px;
}
/* Banner Top alto 100vh*/
.banner-top {
    width: 100%;
    height: 80px;
    background-color: #fff;  
    display: flex;
    justify-content: center;
    align-items: center;
}

.content {
        max-width: 840px;
        margin: auto;
    }
/* Logo */



/* Logo */
.banner-top .logo {
    max-height: 80px; /* Ajusta el tamaÃ±o para que el logo no sobrepase el banner */
    max-width: auto; /* Mantiene las proporciones del logo */
}
    /* Contenedor de la secciÃ³n */
    .subscription-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding: 45px;
    }
    
    /* Imagen */
    .subscription-image {
        flex: 1;
        text-align: center;
    }
    
    .subscription-image img {
        max-width: 100%;
        border-radius: 10px;
    }
    
    /* Contenido */
    .subscription-content {
        flex: 1;
        max-width: 500px;
        text-align: left;
    }
    
    .subscription-content h1 {
        font-size: 3rem;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 1;
    }

    .subscription-content h1 span {
        font-size: 3rem;
        font-weight: 800;
    }
    
    .subscription-content p {
        background-color: rgba(255,255,255,0.7);
        padding: 25px;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 20px;
        color: #000;
        font-weight: 500;
    }

    .subscription-content p span {
        font-weight: 700;
        color: #1c68b1;
    }
    
    /* Formulario */
    .subscription-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .subscription-form input[type="email"], input[type="text"] {
        padding: 10px;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 100%;
    }
    
    .terms-checkbox {
        display: flex;
        align-items: center;
        font-size: 0.9rem;
    }
    
    .terms-checkbox input {
        margin-right: 10px;
    }
    
    .subscription-form button {
        background-color: #1c68b1;
        color: #fff;
        font-weight: 600;
        padding: 20px 10px;
        border: none;
        border-radius: 5px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .subscription-form button:hover {
        background-color: #8db3d8;
    }
    
    /* Responsivo */
    @media (max-width: 768px) {
        .subscription-container {
            flex-direction: column;
            gap: 0px;
        }
    
        .subscription-content {
            text-align: center;
        }

        .subscription-section {
        background-image: url('imgs/pro.png');
        background-size: cover;
        background-position: left;
        padding: 0px 40px;
        color: #fff;
  
    }
    }

    @media (max-width: 550px) {
        .subscription-container {
         
            padding: 0;
            padding-top: 20px;
        }
    }
          

    .list-item {
        justify-content: center;
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
margin-bottom: 10px;


    }

    .list-item a {
        display: flex;
        flex-direction: row;
font-size: inherit;
align-items:  flex-start, center;
    }

    .list-icon {
        padding-right: 13px;

position: relative;
top: 0px, initial;
padding-bottom: calc(26px / 2);
    }

    .list-icon {
        color: #74d9f0;
transition: color 0.3s;
width: 1.25em;
    }

    .list-text-normal {
        font-family: "Montserrat", Sans-serif;
font-size: 19px;
color: #2a2a2a;
transition: color 0.3s;
    }
.seccion-gmb {
    background-color: #2F2F48;
margin: 0 auto;
text-align: center; 
color: #fff;
padding: 60px 0px 80px;
}

.seccion-gmb h2 {
color: #fff;
}

.contenedor-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
gap: 20px; 
}

.card {
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 20px;
text-align: left; /* Alinear el texto de la card a la izquierda */
position: relative;
display: flex;
flex-direction: column;
justify-content: space-around;
color: #2a2a2a;

}

.card .number {
position: absolute;
top: 10px;
left: 10px;
background-color: #3C3C5A; /* Fondo del nÃºmero */
color: white;
font-size: 1.5rem;
font-weight: bold;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;


}

.card h3 {
margin-top: 30px;
font-weight: 500;
}

.icono  {
font-size: 30px;
margin-bottom: 10px;
margin: 0 auto;
text-align: center;
}

/* BotÃ³n de precio */
.price-button {
margin: 20px 0;
text-align: center;
}

.price-button button,  .price-button-whatsapp button {
background-color: #25d366; 
color: white;
border: none;
padding: 15px 20px;
border-radius: 5px;
font-size: 1.5rem; 
font-weight: bold;
cursor: pointer;
text-align: center;
line-height: 1.2;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 15px; 
transition: transform 0.3s ease, background-color 0.3s ease;
}

.price-button button span {
font-size: 1rem; 
display: block;
margin-top: 5px;
}


.price-button button i.fab.fa-whatsapp {
font-size: 2rem; 
color: white;
}

/* Hover del botÃ³n */
.price-button button:hover {
background-color: #e6b400; 
transform: scale(1.05); 
}

/* Responsivo */
@media (max-width: 768px) {
.price-button button {
    font-size: 1.2rem; 
    padding: 12px 15px;
}

.price-button button span {
    font-size: 0.9rem; /* Ajusta el texto mÃ¡s pequeÃ±o */
}
.price-button button i.fab.fa-whatsapp {
    font-size: 2.2rem; /* Reduce el tamaÃ±o del Ã­cono en pantallas mÃ¡s pequeÃ±as */
}
}

@media (max-width: 480px) {
.price-button button {
    font-size: 1rem; /* Ajusta para pantallas mÃ³viles */
    padding: 10px 12px;
}

.price-button button span {
    font-size: 0.8rem;
}
.price-button button i.fab.fa-whatsapp {
    font-size: 2rem; /* Ãcono mÃ¡s pequeÃ±o en mÃ³viles */
}
}
.footer {
    background-color: #2F2F48;
    width: 100%;
    height: 300px;
    text-align: center;

}

.footer img {
    max-width: 200px;
    border: 3px solid #2F2F48;
    border-radius: 20px;
}
.footer p {
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
}

.content {
    max-width: 840px;
    margin: auto;
}
/* SecciÃ³n de Curso Intensivo */
.intensive-course-section {
width: 100%;
padding: 40px 20px;
background-color: #fff;

color: #2a2a2a;
text-align: center;
position: relative;
}

.intensive-course-section h2, .intensive-course-section h3 {
font-weight: 400;
color:#2F2F48;
margin: 30px 0px;
}

/* Contenido */
.intensive-course-section .content {
position: relative;
z-index: 2;
}

/* Imagen central */
.center-image {
max-width: 80%;
height: auto;
margin: 0 auto 20px auto;
display: block;
}

/* TÃ­tulo */
.intensive-course-section h3 {
font-size: 1.5rem;
margin: 20px 0;
line-height: 1.6;
}

/* PLAZAS LIMITADAS */
.limited-spots {
display: flex;
align-items: center;
justify-content: center;
margin: 20px 0;
gap: 10px;
}

.limited-spots .line {
flex: 0 0 30px;
height: 2px;
background-color: #75d9f0;
}

.limited-spots p {
font-weight: bold;
font-size: 1.2rem;
margin: 0;
color: #2a2a2a;
}

/* Texto en rojo */
.red-text {
color: #2f2f48;
font-size: 1.2rem;
margin: 20px 0;
}

/* Precio */

/* Preguntas */

/* Detalles */

/* Responsivo */
@media (max-width: 768px) {
.intensive-course-section h3 {
    font-size: 1.2rem;
}

.red-text {
    font-size: 1rem;
}
}
   /* SecciÃ³n general */
   .parallax-section {
    height: 200px;
    background-image: url('<?= BASE_URL ?>pictures/secciones_pics/1/blog-3A9Yx.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: 'Arial', sans-serif;
    position: relative;
}

/* Contenedor de contenido */
.parallax-content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.parallax-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

/* Efecto parallax para iOS */
@supports (-webkit-overflow-scrolling: touch) {
    .parallax-section {
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
    }
}

/* Overlay para mayor legibilidad */
.parallax-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Oscurecer fondo para mayor contraste */
    z-index: 1;
}

.beneficios {
    padding-left: 10px;
    padding-right: 10px;
}


.tooltip {
    color: #fff;
    font-size: 18px;
    max-width: 28ch;
    text-align: center;
    font-weight: 600;
  }

        /* General de la secciÃ³n */
        .info-section {
            padding: 60px 20px 20px;
            background-color: #fff;
            text-align: center;
            color: #2F2F48;
        }
        
        .info-section h2 {
            font-size: 2rem;
            margin-bottom: 30px;
            color: #2F2F48;
        }
        
        /* Fila */
        .info-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        /* Texto */
        
        /* Imagen */
        .info-image {
            flex: 1;
            text-align: center;
            -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
            box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
        }
        
        .info-image img {
            max-width: 100%;
            border-radius: 10px;
        }
        
        /* Responsivo */
        @media (max-width: 768px) {
            .info-row {
                flex-direction: column;
        
            }
            #revertir {
                flex-direction: column-reverse;
            }
            .info-image {
                margin-bottom: 20px;
            }
        }