@import url('../css/navbar.css');

.contenedor {
    width: 80%;
    margin: auto;
}
.informacion {
    line-height: 2;
    justify-content: center;
    text-align: justify;
    color: #575757;
}
h3 {
    text-align: center;
    color: #00476e;
}
.directorio {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    margin: auto;
}
.gerencia {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.slide {
    aspect-ratio: 1/1;
    padding: 5%;
    color: #00476e;
    text-align: center;
}

.item {
    display: flex;
    justify-content: center;
}
.slide img {
    display: block;
    margin: auto;
    height: 80%;
}
.slide .cargo {
    color: #3d3d3d;
}

