
nav {
    background: rgb(34, 37, 195);
    background: -moz-radial-gradient(circle, rgba(34, 37, 195, 1) 0%, rgba(45, 192, 253, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(34, 37, 195, 1) 0%, rgba(45, 192, 253, 1) 100%);
    background: radial-gradient(circle, rgba(34, 37, 195, 1) 0%, rgba(45, 192, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2225c3", endColorstr="#2dc0fd", GradientType=1);
    /* border-bottom: 1px solid #eee; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn_link{
    transition: all 0.2s !important;
}
.btn_link:hover{
    transform: scale(1.2);
    /* color: grey !important; */
}


.card {
    width: 18rem;

}

.card a {
    margin-bottom: 10px;
}

.card img {
    height: 120px;
    object-fit: cover;
}

.card .btn_hover:hover {
    background-color: #0B5ED7;
}

.card .btn_link {
    width: 80%;
}

.imgFooterBottom {
    background-image: url(img/mosaico.png) !important;
    padding-bottom: 4.5rem;
    background-size: 18rem;
    background-repeat: repeat-x;
    background-position: bottom;
}

.imgFooterTop {
    background-image: url(../../img/mosaico.png) !important;
    padding-top: 2rem;
    background-size: 18rem;
    background-repeat: repeat-x;
    background-position: bottom;

}
