* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --gris: #3d3d3d;
    --naranja: #ff8800;
    --lila-suave: #f4ebfb;
    --rosado: #D300B7;
    --morado: #970683;
    --rosa-pastel: #FF34EA;
    --azul-pastel: rgb(224, 231, 255);
}

/* TITULOS */
h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    color: var(--gris);
    position: relative;
}

h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--rosado);
    margin: 1rem auto 0;
    border-radius: 2px;
}

section {
    padding: 2rem 2rem;
}

body {
    background-color: var(--lila-suave);
}

/* Estilos nav */
.nav {
    background-color: rgb(50, 50, 50);
    color: white;
    padding: 1rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.nav-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.nav-logo {
    height: 2.7rem;
}

.nav-links {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.nav-links li a:hover {
    color: var(--morado);
}

.menu-toggle {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: white;
}

/* Estilos hero */
.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: start;
    overflow: hidden;
    padding: 6rem 2rem;
    padding-top: 20rem;
    padding-left: 15rem;
}

.hero-content {
    max-width: 50%;
    padding-left: 8rem;
    position: relative;
    z-index: 3;
    padding: 0 2rem;
}

.hero-img-pc img, .hero-img-movil img {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: brightness(80%);
}

.hero-img-pc {
    display: block;
}

.hero-img-movil {
    display: none;
}

.btn-naranja {
    background-color: var(--rosado);
    color: white;
    padding: 0.8em 1.5em;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-naranja:hover {
    background-color: var(--morado);
}

/* que aprenderas */
.estadisticas-container h2 {
    padding-top: 5rem;
    font-weight: bold;
    color: var(--gris);
}

.estadisticas {
    background-color: white;
    padding: 3rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1.5rem;
    text-align: center;
}

.estadistica {
    max-width: 200px;
}

.estadistica img {
    width: 5rem;
    height: auto;
    margin-bottom: 0.5rem;
}


/* RECURSOS */
.recursos {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    align-items: center;
    height: 60vh;
}

.recursos-texto {
    flex: 1;
    padding: 1rem 2rem;
}

.recursos-texto ul li {
    list-style: none;
}

.recursos-img {
    flex: 1;
    text-align: center;
}

.recursos-img img {
    max-width: 90%;
    border-radius: 1rem;
}

/* ias */
.ias {
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    text-align: center;
}

.ia-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.ia-card {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    padding: 1rem;
    border-radius: 1rem;
    width: 150px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ia-card:hover {
    transform: scale(1.05);
}

.ia-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.ia-card p {
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

/* Adolfo Chambi */
.mentor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mentor-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    padding: 1rem;
}

.mentor-img {
    max-width: 250px;
    border-radius: 1rem;
}

.mentor-texto {
    max-width: 600px;
}

.mentor-texto h3 {
    font-size: 1.8rem;
    color: var(--gris);
    margin-bottom: 1rem;
}

.mentor-texto p {
    margin-bottom: 1rem;
}

.mentor-texto ul {
    list-style: none;
    padding-left: 0;
}

.mentor-texto ul li {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

/* Diferentes */
.dif {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
    padding: 4rem 2rem;
    background-color: white;
    padding-left: 10rem;
    padding-right: 10rem;
}

.diferencias {
    flex: 1 1 60%;
    text-align: left;
    padding: 1rem;
}

.diferencias-lista {
    list-style: none;
    font-size: 1.2rem;
    line-height: 2rem;
    max-width: 600px;
    padding: 0;
    margin: 0;
}

.sello-container {
    flex: 1 1 30%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sello-img {
    width: 160px;
    height: auto;
    object-fit: contain;
}
.iconito {
    color: #000629;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    
}

/* ideal para */
.ideal-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 2rem;
    gap: 2rem;
}

.ideal-content {
    flex: 1 1 350px;
}

.ideal-list {
    list-style: none;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gris);
}

.ideal-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ideal-img {
    flex: 1 1 300px;
    text-align: center;
}

.ideal-img img {
    width: 70%;
    height: auto;
    border-radius: 1rem;
}

/* Galeria */
.galeria {
    text-align: center;
    padding: 2rem 1rem;
    background: none;
}

.galeria h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.carrusel {
    position: relative;
}

.carrusel input[type="radio"] {
    display: none;
}

.slider {
    overflow: hidden;

}

.slides {
    display: flex;
    transition: transform 0.4s ease;
}

.slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
    border-radius: 8px;
}

/* Movimiento según input */
#slide1:checked ~ .slider .slides { transform: translateX(0%); }
#slide2:checked ~ .slider .slides { transform: translateX(-100%); }
#slide3:checked ~ .slider .slides { transform: translateX(-200%); }
#slide4:checked ~ .slider .slides { transform: translateX(-300%); }

.navegacion {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.navegacion label {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

#slide1:checked ~ .navegacion label[for="slide1"],
#slide2:checked ~ .navegacion label[for="slide2"],
#slide3:checked ~ .navegacion label[for="slide3"],
#slide4:checked ~ .navegacion label[for="slide4"] {
    background-color:var(--rosado) 
}

/* Que incluye */
.incluye {
    background-color: var(--azul-pastel);
    text-align: center;
}

.incluye-lista {
    list-style: none;
    font-size: 1.2rem;
    line-height: 2rem;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1rem;
}

.modalidad {
    padding: 3rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
    text-align: center;
}

.modulo {
    flex: 1 1 150px;
}

.modulo h3 {
    color: var(--gris);
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.txt-mod {
    font-size: 1.2rem;
}

.emoji {
    font-size: 2.5em;
}

/* Precio */
.precios-container {
    background-color: white;
    padding: 4rem 2rem;
    text-align: center;
}

.mensaje-precio {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: var(--gris);
    font-weight: 500;
}

.mensaje-precio span {
    color: var(--rosado);
    font-weight: bold;
}

.precios-box {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.precio-card {
    background-color: #f9f9f9;
    border-radius: 1rem;
    padding: 2rem;
    width: 260px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.icono-precio {
    font-size: 2.5rem;
    color: var(--gris);
    margin-bottom: 1rem;
}

.precio-card h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--gris);
    margin-bottom: 0.5rem;
}

.precio {
    font-size: 2rem;
    font-weight: bold;
    color: var(--rosa-pastel);
    margin-bottom: 0.5rem;
}

.precios-container .btn-naranja {
    margin-top: 3rem;
    display: inline-block;
}

/* faq */
.faq {
    background-color: white;
    padding: 4rem 2rem;
}

.faq-item {
    margin-bottom: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.faq-pregunta {
    background-color: #eee;
    border: none;
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-respuesta {
    display: none;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
}

.faq-respuesta.activa {
    display: block;
}

.flecha span{
    columns: var(--rosa-pastel);
}


/* Estilos footer */
.footer {
    background-color: var(--gris);
    color: white;
    padding: 1rem;
    font-size: 1rem;
}

.footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    gap: 1rem;
}

.footer-col {
    flex: 1 1 30%;
    min-width: 250px;
}

.ft-logo {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.redes h6 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.social-list {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    gap: 0.5em;
}

.social-list li a {
    color: white;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.social-list li a:hover {
    color: var(--morado);
}

.direccion h6 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.direccion p {
    margin: 0.3em 0;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
}

.copy {
    text-align: center;
    padding-bottom: 0;
}

/* Boton al punto naranja */
.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: var(--naranja);
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
    z-index: 999;
}

.btn-whatsapp i {
    line-height: 60px;
}

/* Responsive */
@media (max-width: 768px) {
    .checklist li,
    .diferencias-lista li,
    .incluye-lista li,
    .mentor-texto ul li,
    .txt-mod,
    .mensaje-precio {
        font-size: 1.15rem;
        line-height: 1.8rem;
    }

    .precio {
        font-size: 2.3rem;
    }

    .precio-card h3 {
        font-size: 1.3rem;
    }

    .est-text {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .btn-naranja {
        font-size: 1rem;
    }

    .nav-logo {
        width: 10rem;
        height: auto;
    }

    .menu-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        background-color: var(--gris);
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        display: none;
        top: 4.5rem;
        right: 2rem;
        padding: 1rem;
        border-radius: 10px;
    }

    .hero {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 0;
        padding-top: 15rem;
    }

    .hero-content {
        max-width: 90%; 
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .hero-img-pc {
        display: none;
    }

    .hero-img-movil {
        display: block;
    }

    .dif {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    }

    .recursos-img img {
        display: none;
    }

    .recursos {
        display: flex;
        flex-direction: column;
    }

    .ideal-container {
        flex-direction: column;
        text-align: center;
    }

    .ideal-content h2 {
        font-size: 1.8rem;
    }

    .ideal-list {
        font-size: 1rem;
    }
    
    /* Footer */
    .ft-logo {
        max-width: 50%;
        padding-right: 0.2rem;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2em;
        padding-bottom: 3rem;
    }

    .footer-col {
        flex: 1 1 100%;
    }

    .social-list {
        justify-content: center;
    }

    .direccion p {
        text-align: center;
    }
}

