/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.dropdown-submenu {
    position: relative;
}
nav{
    border-bottom: 3px solid #014C97;
}

#linkWhatsapp {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#linkWhatsapp:hover {
    -webkit-transform:scale(1.2);
    transform:scale(1.9);
    border: none!important;
}



.dropdown-submenu>a:after {

    float: right;
    border: none;
    font-family: 'Roboto', sans-serif;
}

.nav-item .linknavbar:hover{
    text-shadow: 0 0 0.5em rgb(245, 188, 72), 0 0 0.5em rgb(245, 188, 72), 0 0 0.5em rgb(245, 188, 72);
    border-bottom: 3px solid white;

}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}
.bg-white{
    background-color: transparent !important;
}

.menus:not(.fin){
    margin-right: 40px;
}

@media (max-width: 576px) {

    #logoWhatsapp{
        width: 20%;
    }
}
@media (max-width: 991.98px) {

    #logoWhatsapp{
        width: 20%;
    }
}
