.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;
}

.arrow_list_s {
    padding: 4px 10px;
    font-size: 20px;
    top: 0px;
}

.arrow_list_d {
    padding: 0 10px;
    font-size: 26px;
    top: 2px;
}

.arrow_br {
    position: relative;
    font-weight: bold;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    background-color: white;
    margin: 0 3px;
}