.whats-app {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width:65px;
    height:65px;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

@media (max-width: 900px) {
    .whats-app {
        width:55px;
        height:55px;
    }
    .social{
        display: none;
    }

}

.social_mobile{
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (min-width: 1200px) { /*navbar non mobile*/
    .social_mobile{
        display: none;
    }
    .img_wh{
        max-width: 70%;
    }
}
@media (max-width: 1200px) { /*navbar mobile*/
    .social{
        display: none;
    }

}

.img_gal_min{
    width: 418px;
    height: 315px;
    object-fit: cover;
    max-width: 100% !important;
}

.social_mobile{
    position: absolute;
    right: 15px;
    top: 15px;
}

.lg-icon{
    display: none;
}

.lg-close{
    display: block !important;
}

.id_rif{
    position: absolute; 
    color: black; 
    padding: 1px 8px; 
    background: whitesmoke;
}

.eccel_text {
    width: 100%;
    text-align: center;
}

.eccel_div {
    margin: 0px !important;
}

.eccel_div a {
    margin: 12px !important;
    color: #525353;
    font-size: 18px;
}

.contact_ecc {
    position: relative;
    color: blue;
    bottom: 3px;
    text-decoration: underline;
    font-size: 14px;
    margin-left: 20px;
    font-weight: normal;
}

.mid_ecc {
    padding: 0px !important;
}

.img_ecc {
    width: 60%;
    padding: 20px;
    max-width: 300px;
}

.ecc_title {
    margin-bottom: 0;
}