#main {
    /* background-image: url(../img/Fondo.jpeg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #6A6F85;

}

#mainCard {
    max-width: 1200px;
    color: white;
    background: #303845;
}

#mainCard .divider {
    background: white;
    height: 4px;
    width: 100%;

}

.animation {
    background-color: #3c4557 !important;
    width: 200px;
}
.animation:hover {
    background-color: #383d42 !important; 
}

.subCards {
    margin-top: -300px;
    max-width: 1200px;
}

.subCard {
    /* background: white; */
    /* border: 4px solid white; */
    height: 325px;
    width: auto;
    text-align: center;
    /* max-width: 225px; */
}

.subCard>a {
    background-color: #3c4557 !important;
    border-color: #3c4557;
    border-width: 3px;
}

.subCard>a:hover {
    border-color: #244974;
}

.subCard1 {
    background: url(../img/observatorio/MIVI_UNIFAMILIARES.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subCard2 {
    background: url(../img/observatorio/FONAVIPO_CONTRIBUCION.png);
    background-position: 85% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.subCard3 {
    background: url(../img/observatorio/ILP_ENTREGA\ ESCRITURAS.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subCard4 {
    background: url(../img/observatorio/FSV_PROGRAMA\ VIVIENDA\ MUJER.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}