html{
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    font-family: 'Zilla Slab', sans-serif;
    line-height: 1.6;
    background-color: #f7f7f7;
    height: 100%;
    width: 100%;
}
.repehead{
    font-family: 'Zilla Slab', sans-serif;
    background-color: #ff6600;
    color: black;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
}

.header {
    font-family: "Zilla Slab", serif;
    background-color: #ff6600;
    color: white;
    padding: 20px;
    text-align: right;
    font-size: 1em;
    font-weight: bold;
}


.equipo {
    text-align: left;
    padding-bottom: 4rem;
}

.descripcion {
    padding-left: 5rem;
    background-color: #ff6600;
    color: white;
    display: inline-block;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
    margin-top: 20px;
    max-width: 80vh;
    line-height: 30px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 10rem;
    text-align: left;
}

.repensar_texto {
    line-height: 3.5rem;
}

.directores, .alumnos {
    padding: 40px 20px;
    text-align: center;
}

h2 {
    font-size: 3em;
    margin-bottom: 20px;
    padding-left: 10%;
}

.contenedor-principal {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
    margin: 20px auto;
}

.Persona {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.Persona img {
    border-radius: 5px;
    margin-right: 20px;
    width: 200px; 
    height: auto;
}

.info h3 {
    font-family: "Zilla Slab", serif;
    margin-top: 0;
    color: #000000;
    font-size: 1.5em;
}

.info p {
    width: 100%;
    font-family: "Roboto", sans-serif;
    margin: 0;
    color: #000000;
    font-size: 1em;
    text-align: justify;
}

/* Tablets and larger */
@media (min-width: 768px) {
    .header {
        font-size: 1.2em;
        padding: 15px 30px;
    }

    .repehead {
        font-size: 1.2em;
    }

    .nav {
        justify-content: space-between;
    }

    .nav a {
        font-size: 1.2em;
    }

    .descripcion {
        padding-left: 4rem;
        padding-right: 8rem;
    }

    h2 {
        font-size: 2.5em;
    }

    .Persona {
        flex-direction: row;
        width: 70%;
    }
}

/* Desktops and larger */
@media (min-width: 1024px) {
    .header {
        font-size: 1.5em;
        padding: 20px 40px;
    }

    .repehead {
        font-size: 1.5em;
    }

    .nav {
        justify-content: space-around;
    }

    .nav a {
        font-size: 1.5em;
    }

    .descripcion {
        padding-left: 5rem;
        padding-right: 10rem;
    }

    h2 {
        font-size: 3em;
    }

    .Persona {
        flex-direction: row;
        width: 60%;
    }
}

/* Tablets and larger */
@media (min-width: 768px) {
    .header {
        font-size: 1.2em;
        padding: 15px 30px;
    }

    .repehead {
        font-size: 1.2em;
    }

    .nav {
        justify-content: space-between;
    }

    .nav a {
        font-size: 1.2em;
    }

    .descripcion {
        padding-left: 4rem;
        padding-right: 8rem;
    }

    h2 {
        font-size: 2.5em;
    }

    .Persona {
        flex-direction: row;
        width: 70%;
    }
}

/* Desktops and larger */
@media (min-width: 1024px) {
    .header {
        font-size: 1.5em;
        padding: 20px 40px;
    }

    .repehead {
        font-size: 1.5em;
    }

    .nav {
        justify-content: space-around;
    }

    .nav a {
        font-size: 1.5em;
    }

    .descripcion {
        padding-left: 5rem;
        padding-right: 10rem;
    }

    h2 {
        font-size: 3em;
    }

    .Persona {
        flex-direction: row;
        width: 60%;
    }
}

/* Mobile and smaller tablets */
@media (max-width: 900px) {
    .header {
        text-align: center;
        font-size: 1em;
        padding: 10px;
        flex-direction: column;
    }

    .repehead {
        text-align: center;
        font-size: 1em;
    }

    .nav {
        display: none;
    }

    .nav.active {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hamburger {
        display: flex;
    }

    .nav-menu {
        flex-direction: column;
        align-items: center;
        display: none;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav a {
        font-size: 1em;
        padding: 5px 0;
    }

    .descripcion {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1em;
    }

    h2 {
        font-size: 2em;
        padding-left: 0;
        text-align: center;
    }

    .Persona {
        flex-direction: column;
        width: 90%;
    }

    .Persona img {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .info h3 {
        font-size: 1.2em;
        text-align: center;
    }

    .info p {
        font-size: 0.9em;
        text-align: justify;
    }
}