﻿#fila1{
    justify-content:center;
}

.card {
    width: 270px;
    height: 450px;
    margin-top:10px;
}
.card-img-top {
    width: 268px;
    height: 295px;
}
.card-body{
    text-align:center;
    font-family:roboto;
}
.mb-2 {
    font-size: 20px;
}
.card-text {
    color: #1f1e1e;
}



@media screen and (max-width: 900px) {
    .card {
        margin-top: 10px;
        width: 214px;
        height: auto;
    }
    #card_diferente{
        height:405px;
    }

    .card-img-top {
        width: 214px;
        height: 245px;
    }
    .col-md-3 {
        padding-right: 21vh;
    }
}

@media screen and (max-width: 500px) {
    .card {
        margin-top: 10px;
        margin-left: 0px;
        height: auto;
        width: auto;
    }

    .card-img-top {
        width: auto;
        height: auto;
    }

    #img_foto_principal_autoridades {
        height: 20vh;
    }
}