* {
    margin: 0%;
    padding: 0%;
}

.container-fluid {
    background-color: rgba(243, 240, 240, 0.945);
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url("../images/gandhi_cabecera.webp");
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    height: auto;
}

.header > .col-lg-12 {
    background-color: rgba(1, 1, 41, 0.7);
    color: whitesmoke;
    padding: 5%;
    height: auto;
}

.header > .col-lg-12 > h1 {
    font-size: 6vw;
}

.header > .col-lg-12 > h3 {
    font-size: 3vw;
}

.objetivo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
}

.objetivo > .col-lg-12 {
    margin-top: 4vh;
    margin-bottom: 0;
}

.objetivo > .col-lg-12 > p {
    text-align: justify;
    font-size: 1.1rem;
}

.informacion {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
}

.informacion > .col-lg-6 {
    margin-top: 3vh;
}

.informacion > .col-lg-6 > img{
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.9);
}

.interes > p {
    text-align: justify;
    list-style: none;
}

.director {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: justify;
    background-image: url("../images/gandhi_cabecera.webp");
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    height: auto;
    margin-top: 4vh;
}

.director > .col-lg-12 {
    background-color: rgba(1, 1, 41, 0.8);
    color: whitesmoke;
    padding: 6% 7% 4% 7%;
    font-size: 1.2rem;
}

.director > .col-lg-12 > .autor {
    margin-top: 6vh;
    font-weight: bold;
    text-align: center;
}

.requisitos {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}

.requisitos > .col-lg-6 {
    margin-top: 4.5vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}

.requisitos > .col-lg-6 > img {
    width: 100%;
    height: auto;
}

.requisitos > .col-lg-6 > p {
    text-align: justify;
    font-size: 1.2rem;
    margin-top: 4vh;
    margin-left: 1vw;
    margin-right: 1vw;
}

.actividades {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}

.actividades > .col-lg-6 {
    margin-top: 3%;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}

.actividades > .col-lg-6 > p {
    text-align: justify;
    font-size: 1.1rem;
    margin-top: 4vh;
    margin-right: 2vw;
    margin-left: 1vw;
}

.actividades > .col-lg-6 > img {
    width: 100%;
    height: auto;
}

.boton > .col-lg-12 {
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 9%;
}

.boton > .col-lg-12 > a {
    text-decoration: none;
    padding: 1%;
    color: whitesmoke;
    font-size: 1.7rem;
    font-weight: bold;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.829);
}

.footer > .col-lg-2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.footer > .col-lg-10 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 1.5rem;
    color: whitesmoke;
    padding: 1%;
}

.footer > .col-lg-10 > h4 {
    margin-top: 0.5%;
    margin-left: 0.5%;
}

.footer > .col-lg-2 > a {
    padding: 1%;
    font-size: 2.2rem;
    margin-right: 10%;
    color: whitesmoke;
}


@media only screen and (max-width: 576px) {
    .header > .col-lg-12 > h1 {
        font-size: 9.5vw;
    }
    
    .header > .col-lg-12 > h3 {
        font-size: 4vw;
    }

    .boton > .col-lg-12 > a {
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .director {
        margin-top: 2vh;
    }

    .footer > .col-lg-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer > .col-lg-2 > a {
        padding: 1%;
        font-size: 1.8rem;
        margin-right: 3%;
    }

    .footer > .col-lg-10 {
        text-align: left;
        font-size: 1.3rem;
        padding: 1%;
    }
}