@media (max-width:992px) {
    .dropdown-animate {
        animation: none;
    }

    #dtr-header-global,
    #dtr-header-global.on-scroll {
        padding: 10px 0;
    }

    .logo-light {
        display: none;
    }

    .logo-dark {
        display: block;
    }

    .dropdown-menu {
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        text-align: left;
    }

    .navbar-collapse {
        margin-top: 10px;
        text-align: left;
    }

    .dropdown-item {
        padding: 10px 1rem;
    }

    #dtr-header-global .nav-link {
        border-top-width: 1px;
        border-top-style: solid;
    }

    .dropdown-menu a:last-child {
        padding-bottom: 30px;
    }

    .dtr-menu .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    .text-right {
        text-align: left !important;
    }

    .dtr-rounded-left,
    .dtr-rounded-right {
        border-radius: 0;
    }

    .dtr-feature-box {
        height: fit-content;
    }
}

@media (max-width:576px) {

    .dtr-pb-8,
    .dtr-py-8 {
        padding-bottom: 10px;
    }

    .dtr-sm-mb-30px {
        margin-bottom: 30px;
    }

    .dtr-sm-mb-50px {
        margin-bottom: 50px;
    }

    .dtr-sticky-tabs-nav {
        display: none;
    }

    .text-right {
        text-align: left !important;
    }

    .hero-default-bg {
        background-image: none !important;
        background-color: #c0a114 !important;
        background-position: center, center bottom;
        z-index: 1;
        height: fit-content;
    }
}

@media (max-width:768px) {
    .dtr-form-head {
        background-color: rgba(255, 255, 255, 0.7) !important;
    }

    .dtr-form-body {
        background-color: rgba(255, 255, 255, 0.7) !important;
    }

    .color-white-muted {
        display: none;
    }

    .mobileCenter {
        text-align: center;
        margin-bottom: 0px;
    }

    .titletop {
        text-align: center;
    }

    .ct {
        margin-top: unset !important;
        margin-bottom: 20px
    }

    .adesao-b {}

    .image1 {
        order: 1;
    }

    .text1 {
        order: 2;
    }

    .image3 {
        order: 1;
    }

    .text3 {
        order: 2;
    }

    .adesao-a {
        display: block !important
    }

    .logo-form {

        margin-bottom: 3px;
    }

    .dtr-sm-mb-30px {
        margin-bottom: 30px;
    }

    .dtr-sm-mb-50px {
        margin-bottom: 50px;
    }

    .dtr-sticky-tabs .nav-item {
        text-align: center;
    }

    .dtr-sticky-tabs .nav-item:after {
        content: none;
        display: none;
    }

    .text-right {
        text-align: left !important;
    }

    .dtr-rounded-left,
    .dtr-rounded-right {
        border-radius: 0;
    }
}