/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .dropdown-menu {
        margin-top: 0;
        width: 100%;
        left: 0;
    }
    .col-style{
        columns:2;
        column-gap: 15px;
    }
    .content-banner-text > h1.title-banner {
        color: #ffffff;
        padding-top: 0;
        width:100%;
    }
    .content-banner-text > h1.title-banner.line-small {
        color: #ffffff;
        padding-top: 160px;
        width:100%;
        Font-size: 3em;
    }
    .content-banner-text > h1.title-banner.line-small, .content-banner-text > h1.title-banner-anexo.line-small {
        line-height: .8;
    }
    #banner-primary .content-banner-text > h1.title-banner.line-small, #banner-primary .content-banner-text > h1.title-banner-anexo.line-small {
        line-height: .8;
    }
    #banner-primary .content-banner-text > h1.title-banner > span {
        font-size: 23px;
    }
    #content-main h2.title-main {
        font-size: 1.3rem;
        text-align: center;
        border-right: none;
        padding-right: 0px;
        min-height: 20px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .content-banner-text > h1.title-banner {
        font-size: 38px;
        line-height: 45px;
    }
    .content-banner-text > h1.title-banner > span {
        font-size: 20px;
        line-height: 30px;
    }
    #content-main p.text-main {
        padding-left: 30px;
        padding-right: 30px;
        color: #444242;
        text-align: center;
    }
    .text-content img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .logo-partners {
        height: 205px;
    }
    #banner-secondary .content-banner-text > h1.title-banner {
        line-height: normal;
    }
    .content-banner-text > h2.sub-title-banner {
        padding-top: 160px;
        font-size: 40px;
        width: 100%;
    }
    .content-banner-text > h1.title-banner-anexo {
        font-size: 40px;
        width: 100%;
    }
    p.infoText {
        font-size: 16px!important;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .dropdown-menu {
        margin-top: 0;
        width: 100%;
        left: 0;
    }
    .col-style{
        columns:2;
        column-gap: 15px;
    }
    .content-banner-text > h1.title-banner {
        color: #ffffff;
        padding-top: 0;
        width:100%;
    }
    .content-banner-text > h1.title-banner.line-small {
        color: #ffffff;
        padding-top: 160px;
        width:100%;
        Font-size: 3em;
    }
    .content-banner-text > h1.title-banner.line-small, .content-banner-text > h1.title-banner-anexo.line-small {
        line-height: .8;
    }
    #banner-primary .content-banner-text > h1.title-banner.line-small, #banner-primary .content-banner-text > h1.title-banner-anexo.line-small {
        line-height: .8;
    }
    #banner-primary .content-banner-text > h1.title-banner > span {
        font-size: 23px;
    }
    #content-main h2.title-main {
        font-size: 1.1rem;
        border-right: none;
        padding-right: 0px;
        min-height: 20px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .content-banner-text > h1.title-banner {
        font-size: 48px;
        line-height: 50px;
    }
    .content-banner-text > h1.title-banner > span {
        font-size: 22px;
        line-height: 32px;
    }
    #content-main p.text-main {
        padding-left: 30px;
        padding-right: 30px;
        color: #444242;
        text-align: center;
    }
    .text-content img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .logo-partners {
        height: 205px;
    }
    #banner-secondary .content-banner-text > h1.title-banner {
        line-height: normal;
    }
    .content-banner-text > h2.sub-title-banner {
        padding-top: 160px;
        font-size: 40px;
        width: 100%;
    }
    .content-banner-text > h1.title-banner-anexo {
        font-size: 40px;
        width: 100%;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .dropdown-menu {
        margin-top: 0;
        width: 100%;
        left: 0;
    }
    .col-style{
        columns:2;
        column-gap: 15px;
    }
    .content-banner-text > h1.title-banner {
        color: #ffffff;
        padding-top: 0;
        width:100%;
    }
    .content-banner-text > h1.title-banner.line-small {
        color: #ffffff;
        padding-top: 160px;
        width:100%;
        Font-size: 3em;
    }
    .content-banner-text > h1.title-banner.line-small, .content-banner-text > h1.title-banner-anexo.line-small {
        line-height: .8;
    }
    #banner-primary .content-banner-text > h1.title-banner.line-small, #banner-primary .content-banner-text > h1.title-banner-anexo.line-small {
        line-height: .8;
    }
    #banner-primary .content-banner-text > h1.title-banner > span {
        font-size: 23px;
    }
    #content-main h2.title-main {
        font-size: 1.4rem;
        border-right: none;
        padding-right: 0px;
        min-height: 20px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .content-banner-text > h1.title-banner {
        font-size: 55px;
        line-height: 60px;
    }
    .content-banner-text > h1.title-banner > span {
        font-size: 28px;
        line-height: 32px;
    }
    #content-main p.text-main {
        padding-left: 30px;
        padding-right: 30px;
        color: #444242;
        text-align: center;
    }
    .text-content img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .logo-partners {
        height: 205px;
    }
    #banner-secondary .content-banner-text > h1.title-banner {
        line-height: normal;
    }
    .content-banner-text > h2.sub-title-banner {
        padding-top: 160px;
        font-size: 40px;
        width: 100%;
    }
    .content-banner-text > h1.title-banner-anexo {
        font-size: 40px;
        width: 100%;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .dropdown-menu {
        left: -175px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 13px;
    }
    .col-style{
        columns:2;
        column-gap: 15px;
    }
    .content-banner-text > h1.title-banner {
        color: #ffffff;
        padding-top: 0;
        width:100%;
    }
    .content-banner-text > h1.title-banner.line-small {
        color: #ffffff;
        padding-top: 160px;
        width:100%;
        Font-size: 3em;
    }
    .content-banner-text > h1.title-banner.line-small, .content-banner-text > h1.title-banner-anexo.line-small {
        line-height: .8;
    }
    #banner-primary .content-banner-text > h1.title-banner.line-small, #banner-primary .content-banner-text > h1.title-banner-anexo.line-small {
        line-height: .8;
    }
    #banner-primary .content-banner-text > h1.title-banner > span {
        font-size: 23px;
    }
    #content-main h2.title-main {
        font-size: 1.5rem;
        border-right: none;
        padding-right: 0px;
        min-height: 20px;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .content-banner-text > h1.title-banner {
        font-size: 68px;
        line-height: 70px;
    }
    .content-banner-text > h1.title-banner > span {
        font-size: 28px;
        line-height: 45px;
    }
    #content-main p.text-main {
        padding-left: 30px;
        padding-right: 30px;
        color: #444242;
        text-align: center;
    }
    .text-content img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .logo-partners {
        height: 205px;
    }
    #banner-secondary .content-banner-text > h1.title-banner {
        line-height: normal;
    }
    .content-banner-text > h2.sub-title-banner {
        padding-top: 0;
        font-size: 40px;
        width: 100%;
    }
    .content-banner-text > h1.title-banner-anexo {
        font-size: 40px;
        width: 100%;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }