@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
body {
    position:relative;
    overflow-y: scroll;
    font-family: 'Lato', sans-serif;
}
section h3 {
    padding-bottom: 10px;
    color: rgb(12, 64, 103);
    font-weight: bold;
}
#equipo .col {
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-nav .nav-link.active {
    background-color: rgb(12, 64, 103);
    color: #fff;
}
.logo-maestro {
    max-width: 200px;
}

@media (max-width: 768px) {
    #equipo .card {
        margin-left: auto;
        margin-right: auto;
    }
}