a {
    text-decoration: none;
}

header.navbar {
    height: 80px;
    background-color: #f5f5f5 !important;
    color: #ffffff !important;
}

.logo_img {
    height: 60px;
}

.phone {
    display: inline-block;
    transition: all 0.2s ease;
}

.wa_custom {
    margin-left: 15px;
}

.wa_custom,
.tg_custom {
    transition: all 0.2s ease;
    margin-right: 10px;
    width: 25px;
}

.wa_custom:hover,
.tg_custom:hover {
    transform: scale(1.2);
}

.phone:hover {
    transform: scale(1.04);
    border-bottom: 1.3px solid #1a4c6b !important;
    color: #1a4c6b !important;
}

.btn_custom {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}

.btn_custom:hover {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    box-shadow: none;
}

.btn_custom:active {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}