/*Paleta de colores:
    Morado: #6A1B9A
    Rosa claro: #FF4081
    Azul suave: #8E24AA
    Gris claro: #F4F4F4
    Blanco: #FFFFFF
    Gris oscuro: #333333
*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color: #F4F4F4;
    color: #333333;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}



.encabezado{
    background-color: #ad70d3;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.encabezado h1{
    color: #FFFFFF;
    font-size: 2.5em;
}

.encabezado p{
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.4em;
}
main{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.contenido-info{
    display: flex;
    width: 90%;
    height: fit-content;
    justify-content: center;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.movi-h2{
    color: #6A1B9A;
    font-size: 3.5vh;
}
.movi-p{
    font-size: 2.9vh;
    text-align: left;
}
.contenido-info img{
    border-radius: 10px;
    width: 100vh;
    height: 50vh;
    margin-left: 25px;
}
.caracteristicas-info{
    width: 90%;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.objetivos{
    width: 90%;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.historia{
    display: flex;
    width: 90%;
    flex-direction: row;
    height: fit-content;
    justify-content: center;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px; 
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.historia img{
    border-radius: 10px;
    width: 60vh;
    margin-left: 25px;
}
.caracteristicas-femi{
    width: 90%;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.politicas{
    width: 90%;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.ejem-poli{
    display: flex;
    width: 90%;
    flex-direction: row;
    height: fit-content;
    justify-content: center;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px; 
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.ejem-poli img{
    border-radius: 10px;
    margin-right: 25px;
    width: 70vh;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.desafios{
    width: 90%;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.enlaces{
    width: 90%;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 25px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.organizaciones{
    display: flex;
    width: 90%;
    flex-direction: column;
    height: fit-content;
    justify-content: center;
    border-left: 5px solid #6A1B9A;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 45px; 
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.organizaciones img{
    width: 90vh;
}


/* Estilo responsivo */
@media (max-width: 1024px) {
    .contenido-info img, .historia img, .ejem-poli img {
        width: 80vh;
        height: auto;
        margin-left: 15px;
    }
    .encabezado h1 {
        font-size: 2em;
    }
    .encabezado p {
        font-size: 1.2em;
    }
    .movi-h2 {
        font-size: 3vh;
    }
    .movi-p {
        font-size: 2.5vh;
    }
    main {
        padding: 15px;
    }
    .organizaciones img {
        width: 80%;
        height: auto;
        margin: 0 auto;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .encabezado h1{
        margin-left: 70px;
    }
    .sub{
        margin-left: 75px;
    }
    .contenido-info, .historia, .caracteristicas-info, .politicas, .desafios, .organizaciones, .objetivos, .caracteristicas-femi, .enlaces, .ejem-poli {
        margin-left: -80px;
        width: 80%;
        flex-direction: column;
        padding: 20px;
    }
    .aside{
        height: 200vh;
    }
    .aside.active{
        height: 200vh;
    }
    .contenido-info img, .historia img, .ejem-poli img {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .historia {
        flex-direction: column;
    }
    .movi-h2 {
        font-size: 2.8vh;
    }
    .movi-p {
        font-size: 2.3vh;
    }
    .organizaciones img {
        width: 90%;
        height: auto;
        margin: 15px auto;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 480px) {
    .encabezado h1 {
        font-size: 1.8em;
    }
    .encabezado p {
        font-size: 1em;
    }
    .contenido-info, .historia, .ejem-poli {
        flex-direction: column;
        align-items: center;
    }
    .contenido-info img, .historia img, .ejem-poli img {
        width: 90%;
        margin: 0 auto 20px;
        height: auto;
    }
    .movi-h2 {
        font-size: 2.5vh;
    }
    .movi-p {
        font-size: 2vh;
    }
    main {
        padding: 10px;
        gap: 15px;
        margin-left: 80px;
    }
    .organizaciones img {
        width: 95%;
        height: auto;
        margin: 10px auto;
    }
}

