
 /* CUSTOM */

.h2-title{
    font-size: 20px !important;
}

.mobile-only{
    display: none !important;
}

.dropdown-child{
    position: absolute;
    display: none;
    top: 0;
    right: -250px;
    width: 250px;
    background-color: #00A6AC;
    height: auto;
    transform: 1s;
}

@media (min-width: 1000px){
.dropdown-item{
    position: relative;
}

.dropdown-child li:hover{
    color: #C4D157;
    background-color: #000;
}

.dropdown-child li{
    height: 40px;
    border-bottom: 1px solid #59c5c9;
    border-left: 1px solid #59c5c9;
    list-style: none;
    padding-left: 10px;
    padding-top: 10px;
}

.dropdown-item:hover .dropdown-child{
    display: block;
    color: #FFF;
}

.title-underscore{
    margin: 15px !important;
    font-size: 36px !important;
}
}

@media (max-width: 1000px){
 

    .mobile-only{
        display: block !important;
    }

}
/* CUSTOM FIM */
