#whatsapp-icon{
    bottom: 3%;
    right: 1%;
}
.menu-link a:hover{
    color: var(--base-color) !important;
}
.dropdown-menu-link a:hover{
    color: var(--base-color) !important;
}
#top-menu{
    position: fixed;
    top: 0;
    z-index: 10;
}
.bg-img-center{
    background-position: center;
    background-repeat: no-repeat;
}
.bg-img-right{
    background-position: right;
    background-repeat: no-repeat;
}
.bg-img-cover{
    background-size: cover;
}
.bg-img-contain{
    background-size: contain;
}
.bg-img:hover .service-title{
    transform: scale(1.2);
    cursor: default;
}
.line-clamp-3{
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.line-clamp-1{
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.title-news{
    min-height: 0;
    @media (min-width: 768px) {
        min-height: 50px;

    }
}
.text-justify{
    text-align: justify;
}
.product-img:hover .product-btn{
    transform: scale(1.2);
    transition: transform 1.0s ease-in-out
}

#img-home{
    height: 25vh;
    @media (min-width: 768px) {
        height: 32vh;
    }
}
#title-home{
    font-size:25px;
    line-height:30px;
    @media (min-width: 768px) {
        font-size:32px;
        line-height:40px
    }
}








