@media (min-width: 992px) {
    .border-top-lg {
        border-top: 1px solid!important;
    }

    .dropdown-menu {
        background-color:#eceff2;
        -webkit-box-shadow: 0px 17px 48px 0px rgba(0,0,0,0.6); 
        box-shadow: 0px 80px 100px 0px rgba(0,0,0,0.6);
    }

    .dropdown-item {
        white-space: normal;
        color: #212529;
    }

    .dropdown-item span.fs-lg-6{
        font-weight: 500;
    }

    .dropdown-item:hover {
        color: #212529;
        background-color: rgb(221 224 227);
    }

    .dropdown-mega {
        position: static;
    }

    .dropdown-menu .lg-menu-descriptions{
        color: #212529;
    }

    .lg-menu-descriptions::before {
        content: "";
        display: block;
        position: absolute;
        width: 33%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgb(220 220 220 / 30%);
        border-radius: 0px 0px 60px 0;
    }

    .dropdown-mega .dropdown-menu {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;

        top: 57px;

        margin: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .fs-lg-1 { font-size: 2.5rem !important; }
    .fs-lg-2 { font-size: 2rem !important; }
    .fs-lg-3 { font-size: 1.75rem !important; }
    .fs-lg-4 { font-size: 1.5rem !important; }
    .fs-lg-5 { font-size: 1.25rem !important; }
    .fs-lg-6 { font-size: 1rem !important; }
}

@media (max-width: 991px) {
    .testemunhos .testemunhos-body {
        min-height: auto;
    }
}
  
  
