.centroBox{
    box-shadow: 0px 10px 15px -7px rgb(71, 70, 70);
    border-radius: 12px;
    border: 0.6px solid #d2d2d2 !important;
}

.centroImagenBox{
    width: 100%;
    height: 150px;
}

.centroImagen{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.centroNombre{
    margin-top: 18px;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;
}


.centroDatosLinea{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.centroDireccion{
    width: 85%;
    font-style: italic;
    font-size: 15px;
}

.centroTelefono{
    width: 15%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-weight: 800;
    text-align: right;
}

@media screen and (max-width: 437px) {
    .centrosContainer{
        width: 100%;
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .centroBox{
        width: 100%;
        padding: 15px;
        border: 1px solid #d2d2d2;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .centroNombre{
        margin-top: 8px;
    }
}

@media screen and (min-width: 437px) {
    .centrosContainer{
        width: 100%;
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .centroBox{
        width: 93%;
        min-width: 360px;
        padding: 15px;
        border: 1px solid #d2d2d2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    
}


@media screen and (min-width: 567px) {
    .centrosContainer{
        width: 100%;
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .centroBox{
        width: 93%;
        min-width: 390px;
        padding: 15px;
        border: 1px solid #d2d2d2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    
}


@media screen and (min-width: 880px) {
    .centrosContainer{
        width: 100%;
        margin-top: 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:center;
        align-items: flex-start;
        align-content: center;
    }

    .centroBox{
        width: 30%;
        min-width: 380px;
        padding: 15px;
        margin: 15px;
        border: 1px solid #d2d2d2;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    
}