.section-contacta{
    background-image: url(../img/bg_bui.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 160px;
    padding-bottom: 0px;
    text-align: center;
}
.box-contacta{
    background-color: white;
    padding: 80px 25px 50px 25px;
    /* padding: 25px 25px 50px 25px; */
    position: relative;
    border-radius: 10px;
    margin-bottom: 100px;
    transition: transform 0.3s ease;
}
.box-contacta:hover {
    transform: scale(1.05);
}
/* .box-contacta:hover .contacta-img{
    filter: drop-shadow(0px 0px 6px #9f9f9f);
    transition: transform 0.3s ease;
} */
.contacta-img{
    max-width: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}
.contacta-img-test{
    max-width: 100%;
    margin-bottom: 40px;
}
.contacta-title{
    font-family: 'Montserrat', sans-serif;
    color:var(--col-gold-dark);
    font-weight: bold;
    font-size: 24px;
}
.contacta-text{
    font-size: 17px;
}
.contacta-link{
    text-decoration: none;
    color: #6191d4;
    font-weight: bold;
}
@media(min-width:768px) and (max-width:991px) {
    .box-contacta {
        padding: 80px 50px 50px 50px;
    }
}
@media(min-width:992px) {
    .box-contacta {
        min-height: 300px;
        /* min-height: 460px; */
        padding-bottom: 0px;
    }
}
@media(min-width:1200px) {
    .section-contacta{
        
        padding-top: 200px;
        padding-bottom: 100px;
    }
}
