@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
    }
}

@media (max-width:768px) {
    .hero-default-bg {
        background-color: #9cbc4f;
        background-image: none !important;
    }

    .dtr-form-head {
        background-color: rgba(255, 255, 255, .7) !important
    }

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

    .sem-margin {
        margin-bottom: unset !important
    }

    .dtr-pr-8,
    .dtr-py-8 {
        padding-bottom: 0 !important
    }

    .titletop {
        text-align: center
    }

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

    .adesao-b {
        display: none
    }

    .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
    }

    .dtr-feature-box {
        height: 270px
    }
}

@media (max-width:576px) {
    .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-color: #9cbc4f;
        background-image: none;
    }

    .mob-content {
        margin-top: 2%;
        text-align: center
    }
}

@media screen and (max-width:430px) {
    

    .mob-content {
        margin-top: 1%;
        text-align: center
    }
}

@media screen and (max-width:370px) {
    .logo-form {
        margin-left: 0 !important
    }
}

.flex-title-head{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}