﻿:root {
    --suma-azul-esc: #003D58;
    --suma-verde: #2DA731;
    --suma-text: #666666;
    --suma-separacao: #4D4D4D;
    --egf-br: #FFFFFF;
    --egf-blue: #008DF0;
    --egf-verde-es: #056148;
    --egf-offwhite: #F6F6F6;
    --egf-body: #000;
    --egf-fundo: #F4F4F4;
}



@font-face {
    font-family: "Inter";
    src: url("/fonts/Inter/Inter-Regular.woff2");
}

@font-face {
    font-family: "Inter-Italic";
    src: url("/fonts/Inter/Inter-Italic.woff2");
}

@font-face {
    font-family: "Inter-Bold";
    src: url("/fonts/Inter/Inter-Bold.woff2");
}

@font-face {
    font-family: "Inter-Light";
    src: url("/fonts/Inter/Inter-Light.woff2");
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("/fonts/Inter/Inter-SemiBold.woff2");
}

.lock-scroll {
    overflow-y: hidden;
}

* {
    font-family: Inter;
    /*color: var(--suma-text);*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nav-link, .submenu-item a, .page-breadcrumbs-text, .page-breadcrumbs-text a, .corretivo-partial-name, .page-subtitle, .main-contact-title {
    font-family: Inter;
}

.page-title, .title span, .area-negocio-item-title, .area-negocio-partial-title {
    font-family: Inter-Bold;
}

.page-anexo-text, .main-contact-details-container h4, .suma-legenda {
    font-family: Inter;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    background: var(--egf-fundo);
}

*, :before, :after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--suma-separacao);
    text-decoration: none;
    font-family: Inter-SemiBold;
}

    a:hover {
        color: var(--suma-text);
    }

        a:hover .pdficon .cls-4 {
            stroke: var(--suma-text);
            stroke-linejoin: round;
        }

        a:hover .pdficon .cls-3 {
            fill: var(--suma-text) !important;
        }


#cc-main {
    --cc-font-family: "Inter";
    --cc-btn-primary-bg: var(--suma-azul-esc);
    --cc-btn-primary-border-color: var(--egf-fundo);
    --cc-btn-primary-hover-bg: var(--suma-verde);
    --cc-btn-primary-hover-border-color: var(--suma-verde);
    --cc-toggle-on-bg: var(--suma-azul-esc);
    --cc-btn-border-radius: 10px;
    /**/
    --cc-font-size: 16px;
    --cc-bg: var(--egf-fundo);
    --cc-bg-hover: var(--egf-br);
    --cc-z-index: 2147483647;
    --cc-text: var(--egf-azul-esc);
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-primary-color: var(--suma-azul-esc);
    --cc-secondary-color: var(--suma-text);
    --cc-link-color: var(--cc-btn-primary-bg);
    --cc-separator-border-color: #b3b3b3;
}

/*.navbar a,
.nav-footer a {
    color: inherit;
}*/


body {
    overflow: hidden;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 0;
    box-shadow: 0px 0.1em 0.5em darkgray;
}


/*ALERTA*/
.alerts-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--suma-verde);
    color: var(--egf-br);
    font-size: 16px;
    padding: 10px;
    z-index: 1000;
    overflow: hidden;
}

.scrolling-text {
    white-space: nowrap;
    overflow: hidden;
}

    .scrolling-text span {
        display: inline-block;
        padding-left: 20%;
        animation: scroll-text 60s linear infinite;
        color: var(--egf-br);
    }



.alerta-modal-body {
    position: relative;
}

    .alerta-modal-body .alerta-modal-content {
        padding: 40px;
        border-radius: 0.5rem;
    }

.alerta-modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: var(--egf-offwhite);
    font-size: 30px;
}

.alerta-modal-content {
    background-color: var(--egf-br) !important;
}

@keyframes scroll-text {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.alerta-modal-title {
    color: var(--suma-verde);
    font-size: 28px;
    line-height: 111%;
}

.alerta-text {
    color: var(--suma-text);
    font-size: 16px;
    line-height: 24px;
}
/*END OF ALERTA*/
/*HOMEPAGE CONTENT*/
main {
    min-height: 100vh;
    position: relative;
    /*padding-top: 124px;*/
}

.grecaptcha-badge {
    display: none;
}

.Page-content {
    position: relative;
    height: auto;
    max-width: 100%;
}


.page-slider-container {
    height: 500px;
}

/*MAIN NAVIGATION*/
.logo-container {
    margin-right: 20px;
    height: 100%;
    position: relative;
}

    .logo-container.open {
        display: flex;
        z-index: 100;
    }

#logoNav {
    height: 64px;
    margin-left: 20px;
    max-width: 250px;
}

.navbar {
    background-color: white !important;
    width: 100%;
    position: relative;
    display: flex;
    align-items: start;
    height: 80px;
}

.custom-col img {
    height: 50px
}

.main-navbar-toggler {
    margin-right: 30px;
    border: none;
}

    .main-navbar-toggler:focus, .main-navbar-toggler:active, .main-navbar-toggler:hover {
        outline: none;
        box-shadow: none;
    }

.navbar-nav {
    position: relative;
    top: 15px;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.nav-item {
    position: relative;
    margin: 0px 20px;
}

.linha-reciclagem-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.nav-link {
    color: var(--suma-azul-esc);
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .nav-link:hover {
        color: var(--suma-azul-esc);
    }

    .nav-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: var(--suma-separacao);
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
        width: 100%;
    }

.languagesContainer {
    display: none;
}

@media (max-width: 1200px) {
    .languagesContainer {
        display: inline-block;
        margin-left: 40px;
        margin-bottom: 15px;
    }

    #languageDropdown {
        display: none;
    }

    .homeLangs {
        font-weight: 500;
        color: var(--suma-azul-esc) !important;
    }

        .homeLangs:not(:last-child)::after {
            content: ' | ';
            color: var(--suma-azul-esc);
        }

    .disabledLang {
        color: var(--suma-verde) !important;
    }

    #navbarSupportedContent {
        height: 100vh;
        padding: 30px 0;
        background-color: var(--egf-offwhite);
        color: var(--suma-azul-esc);
        transition: 0.01s ease-in !important;
    }

    .show {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .nav-link {
        width: 100%;
        text-align: left;
    }

        .nav-link:hover::after,
        .nav-link.active::after {
            width: 0%;
        }

        .nav-link:focus, .nav-link:hover {
            color: var(--suma-verde);
        }

    .linha-reciclagem-image {
        justify-content: left;
        margin-left: 40px;
        padding-top: 30px;
    }

    .nav-item .submenu {
        display: none;
        position: relative;
        background-color: unset;
        left: 30px;
        border-left: 1px solid var(--suma-verde);
    }

    .submenu-item a:hover {
        background-color: unset !important;
    }
}

.submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
    left: 0;
    z-index: 1000;
    width: max-content;
    position: absolute;
}


.submenu-item a {
    color: #01475E;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: background-color 0.3s ease;
}

    .submenu-item a:hover {
        background-color: #f0f0f0;
    }

.search_Langs {
    position: absolute;
    top: 15px;
    right: 0;
    display: flex;
    align-items: baseline;
}

#search-button {
    position: relative;
    border: none;
    margin-right: 1.25rem;
    width: 20px;
    height: 20px;
    background-color: var(--suma-azul-esc);
    -webkit-mask: url('../images/lupa-home.svg') no-repeat center;
    mask: url('../images/lupa-home.svg') no-repeat center;
}


#search-close {
    position: absolute;
    top: 80px;
    right: 40px;
    z-index: 2;
    border: none;
    background-color: transparent;
}

    #search-close .inner {
        height: 30px;
        width: 30px;
        display: block;
    }


    #search-close .line {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 4px;
    }

        #search-close .line:nth-child(1) {
            transform: translate(-50%, -50%) rotate(45deg);
        }

        #search-close .line:nth-child(2) {
            transform: translate(-50%, -50%) rotate(-45deg);
        }

    #search-close .line {
        background: linear-gradient(135deg, #056148 0%, #2DA731 100%);
    }

.site-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 6.875rem 3.75rem 6.25rem 3.75rem;
    display: flex;
    background-color: var(--egf-offwhite);
    z-index: 99;
    justify-content: center;
}

    .site-search > .content {
        max-width: 700px;
        padding: 2.5rem;
        position: relative;
        width: 100%;
    }

    .site-search h3 {
        font-size: 28px;
        color: var(--suma-azul-esc);
        text-align: center;
    }

        .site-search h3:not(:last-child) {
            margin-bottom: 2.8125rem;
        }

.site-search {
    transform: translateY(-100%);
    transition: transform 0.35s ease-in-out;
}

    .site-search.open {
        transform: translateY(0%);
    }

.site-search-responsive {
    display: none;
}

@media (max-width: 1200px) {
    .site-search, #search-button {
        display: none;
    }

    .site-search-responsive {
        position: relative;
        display: block;
        max-width: 700px;
        padding: 0 40px;
    }

        .site-search-responsive .content h3 {
            display: none;
        }
}

.search-input {
    width: 100%;
    border-radius: 1.5625rem;
    border: 1.5px solid var(--suma-azul-esc);
    background-color: var(--egf-offwhite);
    box-shadow: inset 1px 1px 10px 1px rgba(33, 33, 33, 0.1);
    color: var(--suma-azul-esc);
    line-height: 50px;
    height: 50px;
    padding: 0.625rem 0.9375rem 0.625rem 2.1875rem;
}

    .search-input:-ms-input-placeholder, .search-input::-moz-placeholder, .search-input::-webkit-input-placeholder {
        font-style: italic;
        font-weight: 500;
        color: var(--egf-br);
    }

.search-input {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><circle fill="none" stroke="%23c4c8d1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" cx="11" cy="11" r="8"/><line fill="none" stroke="%23c4c8d1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" x1="21" y1="21" x2="16.6" y2="16.6"/></svg>');
    background-size: auto 18px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.pesquisa-page-container {
    padding: 60px 130px;
    color: var(--suma-azul-esc);
}

    .pesquisa-page-container > .desc:not(:last-child) {
        margin-bottom: 4.0625rem;
    }

    .pesquisa-page-container > .desc {
        max-width: 685px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pesquisa-page-container h1:not(:last-child) {
        margin-bottom: 2.8125rem;
    }

    .pesquisa-page-container h1 span {
        font-weight: 300;
    }

    .pesquisa-page-container h1 {
        font-weight: 700;
    }

.search-results-container {
    width: 100%;
}

    .search-results-container .result {
        display: flex;
        justify-content: space-between;
        /*color: var(--egf-azul-esc);*/
    }

        .search-results-container .result:not(:last-child) {
            margin-bottom: 1.875rem;
            padding-bottom: 1.875rem;
            border-bottom: 1px solid #0C5578;
        }

        .search-results-container .result p {
            font-size: 1rem;
            line-height: 160%;
        }

        .search-results-container .result h3 {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 140%;
        }

            .search-results-container .result h3:not(:last-child) {
                margin-bottom: 1.25rem;
            }

/*.search-results-container .result:hover {
            color: var(--egf-blue);
        }*/

.arrow-right-search {
    border: solid var(--suma-azul-esc);
    border-width: 0 3px 3px 0;
    padding: 10px;
    transform: rotate(-45deg);
    transition: transform 0.2s;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}


.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

    .dropdown dt {
        cursor: pointer;
        display: flex;
        align-items: center;
    }

.openLang {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #01475E;
    position: relative;
}

.selected-underline {
    border-bottom: 2px solid #01475E;
}

.arrow-up {
    border: solid #01475E;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin: 0px 0px 5px 8px;
    transform: rotate(-135deg);
    transition: transform 0.2s;
    vertical-align: middle;
}

.arrow-down {
    border: solid #01475E;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin: 0px 0px 5px 8px;
    transform: rotate(45deg);
    transition: transform 0.2s;
    vertical-align: middle;
}

.dropdown dd {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    background-color: white;
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 99;
}

    .dropdown dd ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .dropdown dd ul li {
            margin: 0;
            padding: 5px 15px;
        }

.lang-link {
    text-decoration: none;
    color: #01475E;
    display: block;
    transition: background-color 0.2s;
    text-transform: uppercase;
}

    .lang-link:hover {
        background-color: #f0f0f0;
    }

@media (max-width: 768px) {
    .dropdown {
        display: none;
    }
}

/*END OF MAIN NAVIGATION*/
.nav-footer {
    position: relative;
    box-shadow: -3px -3px 10px 5px rgba(33, 33, 33, 0.1);
    background: var(--egf-azul-esc);
    padding: 4.6875rem 6.25rem 5.625rem 6.25rem;
    background-color: var(--suma-azul-esc);
}

    /*.nav-footer > .content > .row {
        margin: 0 -5rem;
        display: flex;
    }*/

    .nav-footer .right {
        padding: 0 5rem;
    }

    .nav-footer .left {
        width: 380px;
        padding: 0 2rem 0 5rem;
    }

    .nav-footer .right {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        width: calc(100% - 510px);
    }

.home-logo,
.footer-logo {
    width: 100%;
}

    .home-logo img,
    .footer-logo img {
        width: 100%;
    }

footer-logo img,
.footer-logos-container img {
    filter: brightness(0) invert(1);
}


.footer-logos-container a {
    display: inline-block;
}

    .footer-logos-container a:not(:last-child) {
        margin-right: 0.9375rem;
        margin-bottom: 0.9375rem;
    }

.footer-logos-container .social-icons {
    display: none;
}

.footer-copyright, .footer-links {
    text-transform: uppercase;
}

.site-emergency-bar, .footer-copyright, .footer-links, .companies-list-container, .article-share h6, .news-share h6, .menu-sidebar, .pap-index-item p, .faq-category-item h4, .pap-index-item h4 {
    color: #ffffff;
}

.footer-links {
    width: 100%;
    margin-bottom: 0.9375rem;
    justify-content: start;
    display: flex;
    padding-bottom: 45px;
    border-bottom: 1px solid;
}



    .footer-links li {
        display: inline-block;
        width: inherit;
    }


    .footer-links li {
        opacity: 1;
        transition: opacity 0.35s ease-in-out;
    }

.footer-link {
    font-weight: bold;
    color: var(--egf-br);
}

.footer-social {
    width: 100%;
    margin-bottom: 3.125rem;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--egf-br);
    align-items: start;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .footer-social li {
        display: inline-block;
    }

.footer-copyright {
    width: 100%;
    opacity: 0.5;
}



.footer-address {
    max-width: 350px;
    font-weight: lighter;
    text-align: left;
}

    .footer-address p,
    .footer-contacts p,
    .footer-contacts p strong {
        margin-top: 0;
        margin-bottom: 0;
        color: var(--egf-br);
    }

        .footer-contacts p a {
            color: var(--egf-br);
        }

            .footer-contacts p a:hover {
                opacity: 0.5;
            }

.footer-sublinks {
    padding-left: 0;
    display: grid;
}

    .footer-sublinks li {
        display: contents;
        font-weight: lighter;
        color: var(--egf-br);
    }

        .footer-sublinks li a {
            color: var(--egf-br);
            font-family: Inter;
        }

            .footer-sublinks li a:hover {
                opacity: 0.5 !important;
            }


.icon-container {
    width: auto;
}



.footer-contacts {
    text-align: end;
}

.footer-row {
    padding-left: 2rem;
}

.custom-col {
    font-weight: lighter;
    line-height: 125%;
    font-size: 15px;
}

.mobile-menu-botton {
    display: none;
}

#navbarSupportedContent {
    justify-content: start;
    position: relative;
}

.footer-row .custom-col {
    color: var(--egf-br);
}

    .footer-row .custom-col a {
        color: var(--egf-br);
        font-size: 15px;
        text-decoration: none;
    }

        .footer-row .custom-col a:hover {
            opacity: 0.6;
            /*color: var(--suma-verde);*/
        }

    .footer-row .custom-col:not(:last-child) {
        margin-right: 0.6rem;
        border-right: 2px solid;
    }

.social-icons a img {
    width: 25px;
}

.social-icons a:not(:last-child) {
    margin-right: 0.6rem;
}

.social-icons a:hover {
    opacity: 0.6;
    /*filter: brightness(0) saturate(100%) invert(46%) sepia(74%) saturate(519%) hue-rotate(72deg) brightness(98%) contrast(86%);*/
}

.footer-link:not(:has(+ .footer-sublinks)):hover {
    opacity: 0.5;
}

.footer-link:has(+ .footer-sublinks) {
    pointer-events: none;
}

#Logoutbtn {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.footer-logout-icon {
    height: 18px;
    margin-left: 5px;
}

.footer-linha-contacts-container {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.footer-linha-contacts {
    margin-right: 15px;
}

.footer-linha--image {
}


/**HOMESLIDER**/
#sliderContainer {
    position: relative
}

.owl-item > a, .owl-item > a:hover {
    text-decoration: none;
    color: #ffffff
}

.slideContainer {
    height: 764px;
}



.video-container {
    height: 100%;
    width: 100%;
    position: absolute;
}

    .video-container > video {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        z-index: 1;
    }

.sliderItem {
    max-height: 100% !important;
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 6rem;
    z-index: 900;
}

.sliderTextContainer {
    position: relative;
    color: var(--egf-br);
    width: 35%;
    line-height: 111%;
    padding: 20px;
    background-color: #00000070;
}

    .sliderTextContainer .title {
        font-size: 38px;
        line-height: 140%;
    }

        .sliderTextContainer .title > * {
            color: var(--egf-br);
        }

    .sliderTextContainer .subtitle {
        font-size: 16px;
        line-height: normal;
        line-height: 140%;
    }

        .sliderTextContainer .subtitle p, .sliderTextContainer .subtitle p > * {
            color: var(--egf-br) !important;
        }

    .sliderTextContainer .button {
        border: 1px solid var(--egf-br, #FFF);
        padding: 10px;
    }

        .sliderTextContainer .button span {
            color: var(--egf-br);
        }

    .sliderTextContainer div:not(:last-child) {
        margin-bottom: 0.78125rem;
    }

    .sliderTextContainer div:last-child {
        margin-top: 2rem;
    }

.owl-carousel {
    position: relative;
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    height: 3px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 46.5px;
    height: 1px;
    margin: 5px 7px;
    background: #fff !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
}


/**END of HOMESLIDER**/


/*HOMEPAGE HIGHLIGHTS*/
.Highlights-Container {
    padding: 60px 131px 105px 131px;
    background: var(--egf-br);
}

.section-wrapper {
    position: relative;
    margin: 15px;
    height: 230px;
    overflow: hidden;
}

.section {
    height: 100%;
    background-color: var(--egf-offwhite);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.section-wrapper:hover .section {
    transform: scale(1.2);
}

.section-text {
    color: var(--egf-br);
    font-size: 24px;
    line-height: 111%;
    margin: 12px;
    /*text-transform: uppercase;*/
    position: absolute;
    bottom: 0;
    background-color: #00000070;
    padding: 12px;
}

.highlights-col {
    padding: 0px;
}

.section-A-B-C {
    padding: 0px 15px;
}

.section-2rows {
    flex-grow: 1 !important;
    height: auto;
}

/*END OF HOMEPAGE HIGHLIGHTS*/


/*INDICATORS*/
.indicator-container {
    display: grid;
    text-align: center;
    padding: 35px 25px;
}

.indicator-value {
    color: var(--suma-verde);
    font-size: 76px;
    line-height: 111%;
    text-transform: uppercase;
}

.indicator-mesure {
    color: var(--suma-verde);
    font-size: 38px;
    line-height: 111%;
    text-transform: uppercase;
}

.indicator-name {
    color: var(--suma-azul-esc);
    font-size: 24px;
    line-height: 111%;
}

.indicators-home-container {
    padding: 60px 130px;
    background: var(--egf-br);
}

.indicator-text {
    color: var(--suma-azul-esc);
    font-size: 36px;
    line-height: 130%;
}

.indicator-value-container {
    border-bottom: 1px solid var(--suma-separacao);
    margin-bottom: 32px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/*END OF INDICATORS*/


.events-home-container {
    padding: 45px 131px 60px 131px;
}



/*HOMEPAGE NEWS AND EVENTS*/
.news-home-container {
    padding: 45px 131px;
    display: inline-block;
}

.page-news-container {
    padding: 45px 131px;
}

.news-container, .events-container, .page-news-container, .campaigns-container {
    margin: 32px 0px;
}

.news-container-title, .events-container-title {
    color: var(--suma-azul-esc);
    font-size: 36px;
    line-height: 130%;
}

.news-home, .events-home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: var(--egf-br);
}

.news-container .row .news-home-col:first-child .news-home,
.events-container .row .events-home-col:first-child .events-home {
    margin-right: 26px
}

.news-container .row .news-home-col:not(:last-child):not(:first-child) .news-home,
.events-container .row .events-home-col:not(:last-child):not(:first-child) .events-home {
    margin: 0px 13px
}

.news-container .row .news-home-col:last-child .news-home,
.events-container .row .events-home-col:last-child .events-home {
    margin-left: 26px
}

.news-home-image,
.events-home-image {
    height: 232px;
    flex-shrink: 0;
    align-items: end;
    display: flex;
}

.news-home-concessao,
.events-home-concessao {
    padding: 6px;
    margin: 24px;
    background-color: var(--egf-verde);
    color: var(--egf-br);
    text-transform: uppercase;
    font-size: 12px;
}

.news-home-information,
.events-home-information {
    padding: 24px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.news-home-date,
.events-home-date {
    color: var(--suma-azul-esc);
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.news-home-title,
.events-home-title {
    color: var(--suma-azul-esc);
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 24px;
    text-wrap: auto;
    text-wrap-style: pretty;
}

.news-home-text,
.events-home-text {
    color: var(--suma-text);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    text-wrap: balance;
}

.news-home-button-container,
.events-home-button-container {
    margin-top: auto;
    display: flex;
}

.news-home-button,
.events-home-button,
.parceria-button,
.empresa-button,
.page-instalacoes-button,
.microsite-highlight-button,
.historia-video-button {
    color: var(--suma-verde);
    font-size: 16px;
    line-height: normal;
    padding: 8px 11px;
    border: 1px solid var(--suma-verde);
}

    .news-home-button:hover,
    .events-home-button:hover,
    .parceria-button:hover,
    .empresa-button:hover,
    .page-instalacoes-button:hover,
    .microsite-highlight-button:hover,
    .historia-video-button:hover {
        color: var(--egf-br);
        background-color: var(--suma-verde);
        border: 1px solid var(--egf-br);
    }

.all-news-button-container,
.all-events-button-container,
.all-pub-button-container {
    display: flex;
    align-items: center;
}

.all-events-button-container {
    justify-content: end;
}

.all-news-button-container,
.all-pub-button-container {
    justify-content: center;
}

.arrows-events-container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.arrows-events {
    height: 35px;
    cursor: pointer;
    margin-right: 10px;
}

.arrows-events-container .arrows-events:not(:last-child) {
    margin-right: 10px;
}

.events-home-container {
    position: relative;
}

.events-container {
    overflow: hidden;
}

.events-scrollable {
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.events-items {
    display: flex;
    flex-wrap: nowrap;
}

.events-home-col {
    flex: 0 0 auto;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 30px;
}

.events-home {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.events-home-image {
    height: 200px;
}

.events-home-information {
    padding: 10px;
}

.events-scrollable::-webkit-scrollbar {
    display: none;
}

.events-scrollable {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/*END OF HOMEPAGE NEWS AND EVENTS*/

/*PARTIAL CONTACT US*/
.contact-us-form-container {
    position: relative;
    /*padding: 60px 131px;*/
    background: var(--egf-br);
}

.contact-us-text {
    color: var(--suma-azul-esc);
    font-size: 36px;
    line-height: 111%;
    margin-bottom: 26px;
}

.contact-us-form-container .input-container input {
    width: 100%;
    padding: 10px 40px;
    font-size: 16px;
}

.contact-us-form-container .input-container .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevents click events on the icon */
    font-size: 20px;
    color: #888;
}

.contact-us-input {
    border-bottom: 1px solid var(--suma-separacao);
    margin-bottom: 12px;
}

    .contact-us-input.error {
        border-bottom: 1px solid red;
    }

        .contact-us-input.error input::placeholder,
        .contact-us-input.error textarea::placeholder {
            color: red;
        }

    .contact-us-form-container textarea,
    .contact-us-form-container input[type="text"],
    .contact-us-form-container input[type="email"],
    .contact-us-input input[type="password"] {
        border: 1px solid transparent;
    }

        .contact-us-form-container textarea:focus,
        .contact-us-form-container input[type="text"]:focus,
        .contact-us-form-container input[type="email"]:focus,
        .contact-us-input input[type="password"]:focus {
            outline: none;
            border-color: transparent;
        }

    .contact-us-input select {
        border: none !important;
        background-color: transparent !important;
    }

        .contact-us-input select:focus {
            box-shadow: none;
        }

        .contact-us-input select option:hover {
            box-shadow: 0 0 10px 100px var(--suma-azul-esc) inset !important;
            color: var(--egf-br);
        }

        .contact-us-input select option:checked {
            box-shadow: 0 0 10px 100px var(--suma-azul-esc) inset !important;
        }

.contact-us-button {
    color: var(--suma-verde);
    font-size: 16px;
    line-height: normal;
    padding: 8px 11px;
    border: 1px solid var(--suma-verde);
}

    .contact-us-button:hover {
        color: var(--egf-br);
        background-color: var(--suma-verde);
        border: 1px solid var(--egf-br);
    }


.contact-us-input {
    position: relative;
    width: 100%;
}

    .contact-us-form-container textarea,
    .contact-us-input input[type="text"],
    .contact-us-input input[type="email"],
    .contact-us-input input[type="password"] {
        width: 100%;
        /*padding-left: 50px;*/
        padding-right: 10px;
        box-sizing: border-box;
        height: 40px;
    }

.contact-us-form-container textarea {
    width: 100%;
    text-align: start;
    height: 140px;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    resize: none;
}

.contact-us-input img.icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    pointer-events: none;
    width: 33px;
}

.contact-us-button {
    margin-top: 15px;
}
/*END OF PARTIAL CONTACT US*/


/*PARTIAL LINHA RECICLAGEM BANNER*/
.linha-reciclagem-banner {
    min-height: 410px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--egf-offwhite);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.linha-reciclagem-banner-text {
    color: var(--egf-br);
    font-size: 24px;
    line-height: 111%;
    font-style: normal;
    font-weight: 300;
}

.linha-reciclagem-banner-row {
    width: 100%;
    align-items: center;
}

.linha-reciclagem-banner-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.linha-reciclagem-banner-logo {
    margin-right: 26px;
}

.linha-reciclagem-banner-name {
    color: #F4F4F4;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 96%;
}
/*END OF PARTIAL LINHA RECICLAGEM BANNER*/

/*PARTIAL BREADCRUMBS*/
.page-breadcrumbs {
    display: flex;
    align-items: center;
}

.page-breadcrumbs-text {
    margin-right: 10px;
    font-size: 16px;
    color: var(--suma-azul-esc);
}

    .page-breadcrumbs-text a {
        text-decoration: none;
        color: var(--suma-azul-esc);
    }

.arrow-right {
    border: solid var(--suma-azul-esc);
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(-45deg);
    transition: transform 0.2s;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.page-breadcrumbs-container {
    padding: 60px 130px;
    background: var(--egf-br);
}
/*END OF PARTIAL BREADCRUMBS*/



/*PAGINAS COMUNS*/
.page-title {
    color: var(--suma-azul-esc);
    font-size: 42px;
    line-height: 111%;
    text-align: center;
    margin-bottom: 60px;
}

.page-text {
    color: var(--suma-text);
    font-size: 16px;
    line-height: 24px;
}

    .page-text table {
        width: 100%;
    }

    .page-text tbody, td, tfoot, th, thead, tr {
        border-color: inherit;
        border-style: double;
        border-width: 4px;
    }

    .page-text td {
        padding: 10px;
    }

.page-content-container {
    overflow-y: auto;
    overflow-x: hidden;
}

.page-content-container,
.page-right-content-container {
    border-bottom: 1px solid var(--suma-separacao);
    padding-bottom: 30px;
    margin-bottom: 60px;
}

    .page-content-container:last-child,
    .page-right-content-container:last-child {
        margin-bottom: 0px;
    }

.page-subtitle {
    color: var(--suma-azul-esc);
    font-size: 28px;
    line-height: 111%;
    margin-bottom: 40px;
}

.page-left-container {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-right-container {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100% !important;
    height: 100%;
    width: 100%;
    background-color: var(--egf-br);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*END OF PAGINAS COMUNS*/

/*PAGINA PERFIL*/
.perfil-page-container {
    padding: 60px 130px;
    background: var(--egf-br);
}

.perfil-page-indicator-container .indicator-name {
    font-size: 22px;
}

/*END OF PAGINA PERFIL*/

/*PAGINA MVV*/
.mvv-page-container {
    padding: 60px 130px;
    background: var(--egf-br);
}

.valor-title {
    color: var(--suma-azul-esc);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.valor-text {
    color: var(--suma-text);
    font-size: 16px;
    line-height: 24px;
}

.valor-col:nth-child(odd) {
    padding-right: 30px;
}

.valor-col:nth-child(even) {
    padding-left: 30px;
}

/*END OF PAGINA MVV*/

/*PAGINA HISTORIA*/

.detail-page-container,
.page-instalacoes-container,
.areas-negocio-repositorio-container,
.areas-negocio-container {
    padding: 60px 130px;
    background: var(--egf-br);
}

    .detail-page-container .page-title {
        text-align: left;
        margin-bottom: 40px;
    }

.historia-container {
    padding: 60px 0px;
}

.historia-item-container {
    display: flex;
}

.historia-image {
    height: 100%;
    width: 50%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.historia-image-container,
.historia-details-container {
    min-height: 250px;
    width: 50%;
}


.historia-item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 130px;
}

    .historia-item-container::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: var(--suma-separacao);
        transform: translateX(-50%);
    }


    .historia-item-container:nth-child(odd) {
        flex-direction: row;
    }

        .historia-item-container:nth-child(odd) .historia-image-container {
            display: flex;
            justify-content: end;
            padding-right: 60px;
        }

        .historia-item-container:nth-child(odd) .historia-details-container {
            padding-left: 60px;
            text-align: start;
        }

    .historia-item-container:nth-child(even) {
        flex-direction: row-reverse;
    }

        .historia-item-container:nth-child(even) .historia-image-container {
            display: flex;
            justify-content: start;
            padding-left: 60px;
        }

        .historia-item-container:nth-child(even) .historia-details-container {
            padding-right: 60px;
            text-align: end;
        }

    .historia-item-container .historia-details-container {
        position: relative;
    }

    .historia-item-container:nth-child(odd) .historia-details-container::before,
    .historia-item-container:nth-child(even) .historia-details-container::before {
        content: '';
        position: absolute;
        height: 11px;
        width: 27px;
        background-color: var(--suma-separacao);
        top: 16px;
        transform: translateY(-50%);
    }

    .historia-item-container:nth-child(odd) .historia-details-container::before {
        left: 0;
    }

    .historia-item-container:nth-child(even) .historia-details-container::before {
        right: 0;
    }



.image-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

.overlay-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
    background-color: var(--egf-fundo);
}

.historia-date {
    color: var(--suma-azul-esc);
    font-size: 65px;
    font-family: Inter-Light;
    line-height: 111%;
}

.historia-title {
    color: var(--suma-azul-esc);
    font-size: 24px;
    font-family: Inter-Light;
    line-height: 111%;
    margin-bottom: 22px;
}

.historia-text {
    color: var(--suma-text);
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}


/*END OF PAGINA HISTORIA*/

/*PAGINA PARCEIROS*/

.parceria-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.parceria-col {
    margin-bottom: 30px;
    padding: 0px 40px;
}

.parceria-image-container {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    margin-bottom: 30px;
}

.parceria-title {
    color: var(--suma-azul-esc);
    font-size: 24px;
    font-family: Inter-SemiBold;
    line-height: 111%;
    margin-bottom: 22px;
}

.parceria-text {
    color: var(--suma-text);
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.parceria-details-container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.parceria-button-container {
    margin-top: auto;
    display: flex;
}

/*END OF PAGINA PARCEIROS*/

/*PAGINA ORGAOS SOCIAIS*/
.destaque-orgao-social-image-container {
    width: 50%;
}

.orgao-social-container,
.destaque-orgao-social-container {
    margin-bottom: 30px;
}

.orgao-social-image,
.destaque-orgao-social-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}



.destaque-orgao-social-image-container {
    vertical-align: middle;
    height: 300px;
    margin-bottom: 30px;
}

.orgao-social-image-container {
    vertical-align: middle;
    height: 250px;
    margin-bottom: 30px;
}

.destaque-orgao-social-title {
    color: var(--suma-verde);
    font-size: 22px;
    line-height: 111%;
    margin-bottom: 10px;
}


.destaque-orgao-social-name {
    color: var(--suma-azul-esc);
    font-size: 22px;
    font-family: Inter-SemiBold;
    line-height: 111%;
    margin-bottom: 22px;
}

.orgao-social-title {
    color: var(--suma-verde);
    font-size: 20px;
    line-height: 111%;
    margin-bottom: 10px;
}

.orgao-social-name {
    color: var(--suma-azul-esc);
    font-size: 20px;
    font-family: Inter-Light;
    line-height: 111%;
    margin-bottom: 22px;
    text-wrap: pretty;
}

.orgao-social-subtitle {
    color: var(--suma-verde);
    font-size: 26px;
    line-height: 111%;
    margin-bottom: 40px;
}


@@media (max-width: 426px) {
    .destaque-orgao-social-image-container {
        width: auto;
    }
}


/*END OF PAGINA ORGAOS SOCIAIS*/

/*PAGINA PREMIOS*/
.premios-ano-container {
    margin-bottom: 30px;
}

.premio-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.premio-image-container {
    vertical-align: middle;
    height: 250px;
    margin-bottom: 30px;
}

.premio-campanha {
    color: var(--egf-verde);
    font-size: 20px;
    line-height: 111%;
    margin-bottom: 10px;
}

.premio-details-container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}


.premio-subtitle {
    color: var(--egf-verde);
    font-size: 20px;
    line-height: 111%;
    margin-bottom: 40px;
}

.premio-name {
    color: var(--egf-blue);
    font-size: 20px;
    font-family: Inter-Light;
    line-height: 111%;
    margin-bottom: 15px;
    text-wrap: pretty;
}

.premio-organizador {
    color: var(--suma-azul-esc);
    font-size: 20px;
    font-family: Inter-Light;
    line-height: 111%;
    text-wrap: pretty;
}

.premio-categoria {
    color: var(--suma-verde);
    font-size: 20px;
    font-family: Inter-Light;
    line-height: 111%;
    margin-bottom: 15px;
    text-wrap: pretty;
}

.premio-title {
    color: var(--suma-azul-esc);
    font-size: 20px;
    font-family: Inter;
    line-height: 111%;
}

.premios-ano-container .row {
    display: flex;
    flex-wrap: wrap;
}

.premio-col {
    margin-bottom: 30px;
}

.premio-details-container {
    flex-grow: 1;
}

/*END OF PAGINA PREMIOS*/

/*PAGINA EMPRESAS*/
#Concessionárias g {
    pointer-events: bounding-box;
}

.mapa-empresas-svg {
    text-align: center;
}

    .mapa-empresas-svg svg {
        height: 600px;
    }

/* .empresas-container {
		padding: 60px 0px;
	} */

.empresa-details {
    display: none;
}

    .empresa-details .closeBtn {
        display: none;
    }

.empresa-image {
    width: 50%;
}

.empresa-name {
    color: var(--suma-verde);
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 30px;
}

.empresa-constituicao,
.empresa-populacao-servida,
.empresa-area-geografica,
.empresa-municipios,
.empresa-rececao-residuos {
    font-size: 20px;
    line-height: 111%;
    margin-bottom: 15px;
}

.empresa-detail-label {
    color: var(--suma-azul-esc);
}

.empresa-detail-value {
    color: var(--egf-blue);
}

.empresa-button-container {
    margin-top: 40px;
}

/*END OF PAGINA EMPRESAS*/

/*PÁGINA AREA DE NEGOCIO REPOSITORIO*/

.area-negocio-repositorio-item-image {
    width: 100%;
    height: 100%;
    background-color: var(--egf-offwhite);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.area-negocio-repositorio-item-image-container {
    height: 400px;
    overflow: hidden;
}

.area-negocio-repositorio-item-details-container {
    position: absolute;
    top: 30px;
    left: 30px;
    color: var(--egf-br);
    width: 70%;
    padding: 2rem;
    background: rgb(0,0,0, 0.5);
}

.area-negocio-repositorio-container {
    position: relative;
}

.area-negocio-repositorio-item-title {
    font-size: 36px;
    line-height: 111%;
}

.area-negocio-repositorio-item-subtitle {
    font-size: 16px;
    line-height: normal;
}

.area-negocio-repositorio-item-image-container:hover .area-negocio-repositorio-item-image {
    transform: scale(1.2);
}
/*END OF PAGINA AREA DE NEGOCIO REPOSITORIO*/

/*AREA NEGOCIOS MODAL PARTIAL*/
.corretivo-download-doc-a {
    display: flex;
    justify-content: end;
    align-items: center;
}

.corretivo-download-doc-container {
    margin-top: auto;
    display: flex;
}

.pdficon {
    width: 20px;
    height: auto;
    display: inline-block;
    float: right;
}

    .pdficon .cls-1, .cls-4 {
        fill: none;
    }

    .pdficon .cls-2 {
        clip-path: url(#clip-path);
    }

    .pdficon .cls-3 {
        fill: var(--suma-separacao);
    }

    .pdficon .cls-4 {
        stroke: var(--suma-separacao);
        stroke-linejoin: round;
    }



.attachDownload {
    float: right;
    margin-right: 10px;
    margin-top: 0.5%;
}

.area-negocio-partial-image-container {
    height: 325px;
    overflow: hidden;
    border-radius: 0.5rem;
}

.area-negocio-partial-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.area-negocio-partial-details-container, .corretivo-partial-container, .area-negocio-partial-btn-container {
    padding: 1.5rem;
}

.corretivos-partial-container {
    margin: 1.5rem;
    border-bottom: 1px solid var(--egf-azul-esc);
    padding-bottom: 30px;
}

.corretivo-partial-container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    background-color: var(--egf-br);
}

.area-negocio-partial-title {
    color: var(--suma-azul-esc);
    font-size: 42px;
    line-height: 111%;
    text-align: start;
    margin-bottom: 20px;
}

.area-negocio-partial-text {
    color: var(--suma-text);
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid var(--egf-azul-esc);
    padding-bottom: 30px;
    /*margin-bottom: 60px;*/
}

.area-negocio-partial-btn-container {
    display: flex;
    align-items: center;
    justify-content: right;
    
}

.area-negocio-button {
    background-color: var(--suma-azul-esc);
    color: var(--egf-br);
    line-height: normal;
    font-size: 16px;
    padding: 8px 11px;
    text-transform: uppercase;
}

    .area-negocio-button:hover {
        background-color: var(--egf-br);
        color: var(--suma-azul-esc);
        border: 1px solid var(--suma-azul-esc);
    }

    .corretivo-partial-image-container {
        height: 200px;
        overflow: hidden;
        border-radius: 0.5rem;
    }

.corretivo-partial-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.corretivo-partial-name {
    color: var(--suma-azul-esc);
    font-size: 36px;
    line-height: 111%;
    text-align: start;
    margin: 20px 0px;
}

.corretivo-partial-text {
    color: var(--suma-text);
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
}


.corretivo-download-doc-text {
    margin-left: 10px;
}

/*END OF AREA NEGOCIOS MODAL PARTIAL*/

/*PAGINA AREA NEGOCIO*/
.modal-content {
    background-color: var(--egf-fundo);
}

.area-negocio-container {
    position: relative;
}

.area-negocio-item-image-container {
    height: 400px;
    overflow: hidden;
}

    .area-negocio-item-image-container:hover .area-negocio-item-image {
        transform: scale(1.2);
    }

.area-negocio-item-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    transform-origin: center;
}



.area-negocio-item-details-container {
    position: absolute;
    top: 30px;
    left: 30px;
    color: var(--egf-br);
    width: 70%;
    padding: 2rem;
    background: rgb(0, 0, 0, 0.5);
}

.area-negocio-item-title {
    font-size: 25px;
    line-height: 111%;
    color: var(--egf-br);
}

.area-negocios-modal-body {
    position: relative;
}

.area-negocio-modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: var(--egf-offwhite);
    font-size: 30px;
}

.area-negocio-repositorio-col,
.area-negocio-col {
    margin-bottom: 20px;
}

/*END OF PAGINA AREA NEGOCIO*/

/*PAGINA CONTACTOS*/
.centros-contactos-container {
    padding: 60px 130px;
}

.contact-type-name {
    color: var(--suma-verde);
    font-size: 36px;
    /*line-height: 111%;*/
    margin-bottom: 50px;
}

.main-contact-title {
    color: var(--suma-verde);
    font-size: 36px;
    line-height: 111%;
    margin-bottom: 26px;
}

.main-contactos-container {
}

.main-contacts-col {
    display: flex;
}

.main-contact-image-container {
}

.main-contact-details-container {
    margin-left: 20px;
}

.contactos-mapa-container {
    height: 500px;
}

.centro-contactos-container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    background-color: var(--egf-br);
}

.centro-contactos-morada-container,
.centro-contactos-contactos-container,
.centro-contactos-email-container {
    display: flex;
    margin: 0px 30px;
}

.centro-contactos-email-container {
    margin-bottom: 30px;
}

.centro-contactos-image-container {
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
}

.centro-contactos-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    transition: transform 0.3s ease;
    transform-origin: center;
}
/*END OF PAGINA CONTACTOS*/

/*PARTIAL MAIN_MAPA*/
.mapa-container {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
}

#googleMap {
    width: 100%;
    height: 100%;
}
/*END OF PARTIAL MAIN_MAPA*/

/*PAGINA LINKS UTEIS*/
.links-uteis-page-container {
    padding: 30px 130px;
    background: var(--egf-br);
}

    .links-uteis-page-container .page-title {
        text-align: left;
        margin-bottom: 40px;
    }

.links-uteis-container {
    border-bottom: 1px solid var(--egf-azul-esc);
    padding-bottom: 30px;
    margin-bottom: 60px;
}

    .links-uteis-container:last-child {
        margin-bottom: 0px;
    }


.link-util {
    font-size: 24px;
    margin-bottom: 8px;
}

    .link-util .arrow-right {
        padding: 5px;
    }


/*END OF PAGINA LINKS UTEIS*/

/*PAGINA DETALHES*/

.page-video-container, .page-anexos-container, .page-audios-container {
    padding: 60px 130px;
}

.page-video-container {
    background: var(--egf-br);
}


.vimeo-video-container {
    border-bottom: 1px solid var(--egf-azul-esc);
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.vimeo-video {
}
/*END OF PAGINA DETALHES*/

/*PAGE ANEXOS PARTIAL*/

.page-anexo-col {
    margin-bottom: 20px;
}

.page-anexo-container .pdficon {
    width: 100px;
    height: auto;
    display: inline-block;
    float: none;
    margin-bottom: 30px;
}

.page-anexo-container a {
    display: block;
    padding: 30px;
    background: var(--egf-br);
}

.page-anexo-text {
    font-size: 32px;
    word-break: break-word
}

/*END OF PAGE ANEXOS PARTIAL*/

/*PAGINA PROVEDORIA*/

.provedoria-image-container {
    text-align: center;
    float: right;
    margin: 40px;
}

.provedoria-image {
    max-width: 100%;
    max-height: 100%;
}

.provedoria-image-text {
    color: var(--suma-azul-esc);
    font-size: 13px;
}



/*END OF PAGINA PROVEDORIA*/

/*PAGINA NOTICIAS REPOSITORIO*/
.news-home-col {
    margin-bottom: 25px;
}

.page-news-label {
    color: var(--suma-verde);
    font-family: Inter-SemiBold;
    font-size: 20px;
    line-height: 111%;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--suma-azul-esc);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: var(--suma-azul-esc);
}

.flatpickr-day.today {
    border-color: var(--suma-verde);
}

    .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
        cursor: pointer;
        outline: 0;
        background: var(--suma-verde);
        border-color: var(--suma-verde);
        opacity: 65%;
    }

    .flatpickr-day.today:hover, .flatpickr-day.today:focus {
        border-color: var(--suma-verde);
        background: var(--suma-verde);
        color: #fff
    }

.flatpickr-day.inRange {
    color: #fff;
}

.flatpickr-day:hover {
    color: #fff;
}

.reset-filters-btn-col {
    align-items: center;
    justify-content: center;
    display: flex;
}

/*END OF NOTIFICAS REPOSITORIO*/

/*PAGINA NOTICIAS*/

.page-noticia-image-container {
    height: 350px;
    overflow: hidden;
}

.page-noticia-date-concessao-container {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 25px;
}

.page-noticia-concessao {
    padding: 6px;
    margin-right: 24px;
    background-color: var(--suma-azul-esc);
    color: var(--egf-br);
    text-transform: uppercase;
    font-size: 16px;
}

.page-noticia-date {
    color: var(--suma-azul-esc);
    font-size: 16px;
    text-transform: uppercase;
}

.page-noticia-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
/*END OG PAGINA NOTICIAS*/

/*GALERIA PARTIAL*/
.page-galeria-container {
    padding: 60px 130px;
    background: var(--egf-br);
}

.page-galeria-image-container {
    height: 350px;
    overflow: hidden;
}

.page-galeria-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}

.page-galeria-col {
    margin-bottom: 30px;
}

/*END OF GALERIA PARTIAL*/
/*PAGINA EVENTOS REPOSITORIO*/

.page-events-container {
    padding: 45px 131px;
}

    .page-events-container .all-events-button-container {
        justify-content: center;
    }

.evento-modal-body {
    position: relative;
}

.evento-modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: var(--egf-offwhite);
    font-size: 30px;
}

.events-home-col {
    margin-bottom: 25px;
}

.evento-home-title {
    color: var(--suma-azul-esc);
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 24px;
}

.page-evento-local {
    color: var(--suma-azul-esc);
    font-size: 20px;
    margin-bottom: 20px;
}
/*END OF PAGINA EVENTOS REPOSITORIO*/
/*MAIN MODAL PARTIAL*/
.main-modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: var(--egf-offwhite);
    font-size: 30px;
}
/*END OF MAIN MODAL PARTIAL*/

/*PAGINA OPERACOES COFINANCIADAS*/
.operacoes-cofinanciadas-subtitle {
    color: var(--egf-verde);
    font-size: 32px;
    line-height: 111%;
    margin-bottom: 40px;
}

.operacao-cofinanciada-image-container {
    height: 150px;
    overflow: hidden;
    margin-bottom: 50px;
}

.operacao-cofinanciada-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    transition: transform 0.3s ease;
    transform-origin: center;
}
/*END OF OPERACOES COFINANCIADAS*/
/*PAGINA PUBLICACOES*/

.pubs-home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: var(--egf-br);
    padding: 20px;
}

.pubs-home-information {
    padding: 24px 0px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.pubs-home-date {
    color: var(--suma-azul-esc);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.pubs-home-title {
    color: var(--suma-azul-esc);
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 14px;
}

.pubs-home-button-container {
    margin-top: auto;
    display: flex;
}

.pubs-home-button {
    color: var(--suma-verde);
    font-size: 16px;
    line-height: normal;
    padding: 8px 11px;
    border: 1px solid var(--suma-verde);
}

    .pubs-home-button:hover {
        color: var(--egf-br);
        background-color: var(--suma-verde);
    }


.page-pubs-container {
    padding: 45px 131px;
}

    .page-pubs-container .all-pubs-button-container {
        justify-content: center;
    }


.pubs-home-col {
    margin-bottom: 25px;
}



.pubs-home-image {
    height: 450px;
    flex-shrink: 0;
    align-items: end;
    display: flex;
    justify-content: left;
    max-height: 100% !important;
    background-color: var(--egf-br);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

/*END OF PAGINA PUBLICACOES*/

/*PAGINA MAPA IFRAME*/

.page-mapa-iframe iframe {
    width: 100%;
    height: 900px;
    padding-bottom: 30px;
}

/*END OF PAGINA MAPA IFRAME*/

/*PAGINA AUDIOS*/

.page-audio-container {
    margin-bottom: 30px;
    padding: 20px 35px;
    background-color: var(--egf-br);
}

.page-audio-text {
    color: var(--suma-azul-esc);
    font-size: 28px;
    margin-bottom: 25px;
}


/*END OF PAGINA AUDIOS*/


/*PAGINA INSTALACOES*/
.page-instalacoes-address,
.page-instalacoes-latitude,
.page-instalacoes-longitude,
.page-instalacoes-phone,
.page-instalacoes-schedule {
    display: flex;
    margin-bottom: 20px;
}

.instalacoes-address-label,
.instalacoes-latitude-label,
.instalacoes-longitude-label,
.instalacoes-phone-label,
.instalacoes-schedule-label {
    color: var(--suma-azul-esc);
    font-size: 22px;
    line-height: 111%;
}

.instalacoes-phone-label {
    text-wrap-mode: nowrap;
}

.instalacoes-address-value,
.instalacoes-latitude-value,
.instalacoes-longitude-value,
.instalacoes-phone-value,
.instalacoes-schedule-value {
    color: var(--suma-text);
    font-size: 22px;
    line-height: 111%;
    margin-left: 30px;
}

.page-instalacoes-button-container {
    margin: 40px 0px;
}

.page-instalacoes-mapa-container {
    height: 800px;
    overflow: hidden;
}

.page-instalacoes-mapa {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}



.page-instalacoes-accordion {
    background-color: var(--egf-br);
    padding: 18px 0px;
    border: none;
    width: 100%;
    border-bottom: 1px solid var(--suma-azul-esc);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .page-instalacoes-accordion:after {
        content: '';
        border: solid var(--suma-azul-esc);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        margin: 0px 0px 5px 8px;
        transform: rotate(45deg);
        transition: transform 0.2s ease-in-out;
        vertical-align: middle;
    }

    .page-instalacoes-accordion.active::after {
        transform: rotate(0deg);
        border-width: 0 0px 2px 0;
        margin: 0px 0px 5px 8px;
        padding: 0px 6px;
    }

.active:after {
    content: '';
    vertical-align: central;
}

.page-instalacoes-name {
    color: var(--suma-azul-esc);
    font-size: 26px;
    line-height: 111%;
    flex-grow: 1;
    text-align: left;
    margin-right: 20px;
}

.page-instalacoes-panel {
    padding: 0px 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 20px;
}
/*END OF PAGINA INSTALACOES*/

/*PAGINA AREA COLABORADOR LOGIN*/

.text-danger {
    color: #dc3545 !important;
}

    .text-danger > span, .text-danger > li {
        color: #dc3545 !important;
    }

.reserved-area-login-container {
    width: 750px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 0;
    display: table;
    margin: 80px auto;
}

    .reserved-area-login-container > .image.login {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .reserved-area-login-container > .image {
        display: table-cell;
        width: 45%;
        position: relative;
    }

.reserved-area-login-form {
    display: table-cell;
    padding: 100px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .reserved-area-login-form > form {
        margin: 50px 0;
        position: relative;
        z-index: 1;
    }

    .reserved-area-login-form > h2 {
        color: #0c5578;
    }



    .reserved-area-login-form > form > .form-group {
        margin-bottom: 15px;
    }

        .reserved-area-login-form > form > .form-group > input.input, textarea.input {
            padding: 10px 15px;
            height: 45px;
        }

        .reserved-area-login-form > form > .form-group > input, textarea {
            font-family: Inter;
            background-color: #f5f5f5;
            border: 1px solid #dcdcdc;
            color: #7c7c7c;
            font-weight: 600;
            font-size: 14px;
            width: 100%;
            outline: 0;
            transition: border-color .2s linear;
            text-align: center;
        }

    .reserved-area-login-form > form > .btn.btn-primary.btn-green {
        color: #2da731;
        border-color: #2da731;
        background-color: transparent;
        z-index: 1;
        position: relative;
    }

    .reserved-area-login-form > form > .btn.btn-primary.btn-submit {
        margin: 30px 0 0;
        padding: 10px 40px;
        font-size: 14px;
        background-color: #f5f5f5 !important;
    }

    .reserved-area-login-form > form > .btn.btn-primary {
        border: 3px solid #fff;
        color: #fff;
        font-weight: 700;
        background: 0 0;
        cursor: pointer;
        padding: 15px 40px;
        margin: 20px auto;
        outline: 0;
        transition: all .3s;
        position: relative;
        border-radius: 0;
        overflow: hidden;
    }

    .reserved-area-login-form > form > .btn {
        background: 0 0;
        border: 0;
        margin-bottom: 50px;
        min-width: 160px;
        position: relative;
    }


/*END OF PAGINA AREA COLABORADOR*/


/*PAGINA AREA COLABORADOR */
/*END OF PAGINA AREA COLABORADOR*/


/*MICROSITE HIGHLIGHTS PARTIAL*/

.microsite-highlghts-container {
    padding: 60px 130px;
    background: var(--egf-br);
}

.microsite-highlight-details {
    width: 125%;
    align-items: stretch;
    display: flex;
    flex-direction: column !important;
    flex: 0 0 auto;
    height: 100%;
    background-color: var(--egf-fundo);
    padding: 45px 25% 45px 24px;
}

.microsite-highlight-title {
    color: var(--egf-verde);
    font-size: 36px;
    line-height: 111%;
    margin-bottom: 35px;
}

.microsite-highlight-name {
    color: var(--suma-azul-esc);
    font-size: 24px;
    line-height: 111%;
    margin-bottom: 6px;
}

.microsite-highlight-category {
    color: var(--suma-azul-esc);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.microsite-highlight-text {
    color: var(--suma-text);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.microsite-highlight-image {
    width: 100%;
    height: 85%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.microsite-highlight-image-container {
    height: 650px;
    overflow: hidden;
    align-items: center;
    display: flex;
}

.arrows-microsite-highlights-container {
    left: 12%;
    bottom: 3%;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease;
}


/*END OF MICROSITE HIGHLIGHTS PARTIAL*/

/*CAMPAIGNS HOMEPAGE*/
.campaigns-home-container {
    padding: 45px 131px 60px 131px;
    background-color: var(--egf-br);
    position: relative;
}

.campaigns-scrollable {
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
}

.campaigns-items {
    display: flex;
    flex-wrap: nowrap;
}

.campaigns-home-col {
    flex: 0 0 auto;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 30px;
}

.campaigns-home {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.campaigns-home-image {
    height: 390px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.campaigns-scrollable::-webkit-scrollbar {
    display: none;
}

.campaigns-scrollable {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.arrows-campaigns-container {
    display: flex;
    justify-content: start;
    align-items: center;
}

.arrows-campaigns {
    height: 35px;
    cursor: pointer;
    margin-right: 10px;
}

.arrows-campaigns-container .arrows-campaigns:not(:last-child) {
    margin-right: 10px;
}
/*END OF CAMPAIGNS HOMEPAGE*/


/*INDICADORES MICROSITE*/
.indicator-microsite-container {
    display: grid;
    text-align: center;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.indicator-microsite-value {
    color: var(--egf-br);
    font-size: 76px;
    line-height: 111%;
    text-transform: uppercase;
    margin-top: 40px;
}

.indicator-microsite-mesure {
    color: var(--egf-br);
    font-size: 38px;
    line-height: 111%;
    text-transform: uppercase;
}

.indicator-microsite-name {
    color: var(--egf-br);
    font-size: 24px;
    line-height: 111%;
}

.indicators-microsite-home-container {
    padding: 60px 130px;
    background: var(--egf-br);
}

.indicator-microsite-text {
    color: var(--suma-azul-esc);
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 64px;
}

.indicator-microsite-value-container {
    border-bottom: 1px solid var(--egf-br);
    margin-bottom: 32px;
    padding: 5px;
    position: relative;
}


.indicator-microsite-campanha {
    padding: 6px;
    color: var(--egf-br);
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    border: 1px solid var(--egf-br);
    top: 1px;
}

.indicator-microsite-col {
    margin-bottom: 30px;
}

.portfolio-container {
    background-color: var(--egf-br);
}


/*END OF INDICADORES MICROSITE*/

/*CONTACT FORM*/
.ldr-checkbox + label .square {
    border: 2px solid var(--suma-azul-esc) !important;
}

    .ldr-checkbox + label .square:before, .ldr-checkbox + label .square:after {
        background-color: var(--suma-azul-esc) !important;
    }

/*END OF CONTACT FORM*/

@media (max-width: 1200px) {
    .navbar {
        align-items: center;
    }
}

@media (min-width: 576px) {
    .area-negocio-modal-dialog, .main-modal-dialog, .evento-modal-dialog {
        max-width: 75%;
    }
}

@media (min-width: 993px) {
    .footer-social li:not(:first-child) {
        margin-left: 0.625rem;
    }

    .footer-social li:not(:last-child) {
        margin-right: 0.625rem;
    }

    .footer-links li:not(:last-child) {
        margin-right: 1.875rem;
    }
}

@media (max-width: 1270px) {

    .empresa-details-col {
        position: absolute;
        width: auto;
    }

    .mapa-empresa-col {
        width: 100%;
    }

    .empresas-container .row {
        position: relative;
    }


    .empresa-details {
        padding: 40px 60px;
        background-color: var(--egf-fundo);
        position: relative;
        border: 1px solid var(--suma-azul-esc);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

        .empresa-details .closeBtn {
            display: block;
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            stroke: var(--suma-text);
            stroke-width: 1px;
        }
}

@media (max-width: 2560px) {
    .slideContainer {
        height: 1358px;
    }
}

@media (max-width: 1920px) {
    .slideContainer {
        height: 1019px;
    }
}

@media (max-width: 1440px) {
    .slideContainer {
        height: 764px;
    }
}

@media (max-width: 1024px) {
    .slideContainer {
        height: 543px;
    }

    .sliderItem {
        padding: 3rem;
    }

    .sliderTextContainer {
        width: 90%;
    }

    .Highlights-Container {
        padding: 60px;
    }

    .news-home-container,
    .events-home-container,
    .campaigns-home-container,
    .indicators-microsite-home-container,
    .indicators-home-container {
        padding: 20px 60px;
    }

    .news-container .row .news-home-col:first-child .news-home,
    .events-container .row .events-home-col:first-child .events-home {
        margin-right: 0px;
    }

    .news-container .row .news-home-col:not(:last-child):not(:first-child) .news-home,
    .events-container .row .events-home-col:not(:last-child):not(:first-child) .events-home {
        margin: 0px;
    }

    .news-container .row .news-home-col:last-child .news-home,
    .events-container .row .events-home-col:last-child .events-home {
        margin-left: 0px;
    }

    .events-home-col {
        padding: 0 15px;
    }

    .nav-footer .left {
        width: auto;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 3.125rem;
        border-bottom: 1px solid;
        padding-bottom: 45px;
    }


    .nav-footer .right {
        width: auto;
        padding: 0;
    }


    .footer-social {
        padding-left: 0;
    }

    .footer-row {
        text-align: center;
    }

    .footer-logos-container .social-icons {
        display: inline-flex;
    }

    .nav-footer .icon-container {
        display: none;
    }

    .section-text {
        font-size: 20px;
    }

    .news-home-title, .events-home-title {
        text-wrap: pretty;
    }

    .page-col {
        width: 100%;
        margin-bottom: 40px;
    }

    .page-title {
        text-align: left;
    }

    .page-image img {
        display: none;
    }

    .page-left-container {
        padding: 0;
    }

    .page-right-container {
        padding: 0;
    }

    .perfil-page-indicator-container .indicator-name {
        font-size: 18px;
    }

    .perfil-page-indicator-container .indicator-value {
        font-size: 55px;
    }

    .perfil-page-indicator-container .indicator-mesure {
        font-size: 32px;
    }

    .historia-image {
        width: 100%;
    }

    .historia-image {
        width: 100%;
    }

    .corretivo-partial-col {
        width: 100%;
    }

    .centro-contactos-col {
        width: 100%;
    }

    .page-anexo-col {
        width: 50%;
    }

    .provedoria-image-container {
        float: none;
    }

    .page-news-container, .page-events-container {
        padding: 45px 45px;
    }

    .page-news-filters-container .form-group {
        margin-bottom: 20px;
    }

    .news-home-col {
        width: 50%;
    }

    .page-galeria-col {
        width: 50%;
    }

    .pubs-home-col {
        width: 50%;
    }

    .page-audio-col {
        width: 100%;
    }

    .page-instalacoes-mapa-col,
    .page-instalacoes-details-col {
        width: 100%;
    }


    .page-instalacoes-mapa-container {
        height: 600px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .microsite-highlight-image-container {
        display: none
    }

    .arrows-microsite-highlights-container {
        margin-top: auto;
    }

    .microsite-highlight-details-col,
    .microsite-highlight-image-col {
        width: 100%;
    }

    .arrows-microsite-highlights-container {
        left: 0;
        bottom: 0;
        margin-top: 15px;
    }

    .microsite-highlight-details {
        width: 100%;
        padding: 45px 24px;
    }

    .indicator-microsite-col {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .nav-footer {
        padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    }

        .nav-footer > .content {
            max-width: 205px;
        }

            .nav-footer > .content > .row {
                flex-wrap: wrap;
                margin: 0;
            }

        .nav-footer .left {
            width: 100%;
            border-bottom: 1px solid #ffffff;
            padding-bottom: 1.25rem;
            margin: 0 auto 1.875rem auto;
        }

        .nav-footer .right {
            width: 100%;
        }

    /*.nav-footer .left,
        .nav-footer .right {
            padding: 0;
        }*/

    .footer-logos-container {
        text-align: center;
    }

        .footer-logos-container a:not(:last-child) {
            margin-right: 0.625rem;
        }

        .footer-logos-container img {
            height: 10px;
        }

    .footer-copyright {
        text-align: center;
        font-size: 0.8125rem;
        line-height: 140%;
    }

    /*.footer-social li {
        margin: 0 0.78125rem;
    }*/

    .footer-social li:last-child {
        margin-top: 0.9375rem;
    }

    .footer-social {
        text-align: center;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 1.5625rem;
        margin-bottom: 1.25rem;
        display: flex;
        flex-direction: column;
    }

    .footer-contacts {
        text-align: start;
    }

    .footer-links li {
        width: 100%;
    }

        .footer-links li:not(:last-child) {
            margin-bottom: 0.9375rem;
        }

    .footer-links {
        text-align: left;
        font-size: 0.8125rem;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 768px) {
    .slideContainer {
        height: 407px;
    }

    .sliderItem {
        padding: 1.5rem;
    }

    .sliderTextContainer .title {
        font-size: 28px;
    }

    .section-2rows-mobile {
        height: 230px;
    }

    .linha-reciclagem-banner-row .linha-reciclagem-banner-col:not(:last-child) {
        margin-bottom: 40px;
    }

    .nav-footer > .content {
        max-width: max-content;
    }

    .footer-logos-container img {
        height: auto;
    }

    .perfil-page-container,
    .page-breadcrumbs-container,
    .mvv-page-container,
    .detail-page-container,
    .links-uteis-page-container,
    .page-video-container,
    .page-anexos-container,
    .page-audios-container,
    .page-instalacoes-container,
    .microsite-highlghts-container,
    .areas-negocio-repositorio-container,
    .areas-negocio-container {
        padding: 60px 60px;
    }


    .indicator-container {
        padding: 35px 120px;
    }

    .perfil-page-indicator-container .indicator-value {
        font-size: 76px;
    }

    .perfil-page-indicator-container .indicator-mesure {
        font-size: 38px;
    }

    .perfil-page-indicator-container .indicator-name {
        font-size: 24px;
    }



    .valor-col {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 30px;
    }

    .historia-item-container {
        display: grid;
        padding-bottom: 40px;
    }

        .historia-item-container::before {
            left: 0%;
        }


    .historia-image-container, .historia-details-container {
        width: 100%;
    }

    .historia-item-container:nth-child(odd) .historia-image-container,
    .historia-item-container:nth-child(even) .historia-image-container {
        padding-left: 60px;
    }

    .historia-item-container:nth-child(odd) .historia-details-container,
    .historia-item-container:nth-child(even) .historia-details-container {
        padding-left: 60px;
        text-align: start;
    }

    .historia-item-container:nth-child(odd) .historia-image-container::before,
    .historia-item-container:nth-child(even) .historia-image-container::before {
        content: '';
        position: absolute;
        height: 11px;
        width: 27px;
        background-color: var(--suma-separacao);
        top: 16px;
        left: 0px;
        transform: translateY(-50%);
    }

    .historia-item-container:nth-child(odd) .historia-details-container::before,
    .historia-item-container:nth-child(even) .historia-details-container::before {
        width: 0px;
    }

    .parceria-image-container {
        height: 300px;
    }

    .parceria-col {
        margin-bottom: 50px;
    }

    .area-negocio-partial-text img {
        width: 100%;
        height: auto;
    }

    .main-contacts-col {
        margin-bottom: 20px;
    }

    .contact-us-form-container {
        padding: 60px 60px;
    }

    .page-anexo-text {
        font-size: 28px;
    }

    .page-news-filters-container .form-group {
        margin-bottom: 20px;
    }

    .news-home-col {
        width: 50%;
    }

    .page-galeria-col {
        width: 100%;
    }

    .page-galeria-container {
        padding: 60px 60px;
    }

    .pubs-home-col {
        width: 100%;
    }

    .campaigns-home-image {
        height: 200px;
    }

    .footer-linha-contacts-container {
        display: flex;
        justify-content: start;
        margin-top: 15px;
        flex-direction: row-reverse;
    }


    .footer-linha--image {
        margin-right: 15px;
    }

    .footer-linha-contacts {
        line-break: anywhere;
    }
}

@media (max-width: 426px) {
    .slideContainer {
        height: 600px;
    }

    .sliderItem {
        padding: 1rem;
    }

    .sliderTextContainer .title {
        font-size: 26px;
    }

    .indicators-home-container,
    .indicators-microsite-home-container {
        padding: 60px 25px;
    }

    .indicator-text {
        font-size: 30px;
    }

    .linha-reciclagem-banner-logo img {
        height: 45px;
    }

    .linha-reciclagem-banner-name {
        font-size: 38px;
    }

    .contact-us-form-container {
        padding: 60px 35px;
    }

    .footer-links {
        display: inline;
    }

    ul {
        padding-left: 0rem;
    }

    .footer-social li:not(:last-child) {
        margin: 0 0rem;
        text-align: start;
    }

    .footer-contacts {
        text-wrap-mode: wrap;
        text-wrap-style: pretty;
    }

    .footer-row {
        line-height: 200%;
    }

        .footer-row .custom-col:not(:last-child) {
            border-right: 2px solid transparent;
        }

    .events-items {
        display: inline
    }

    .events-home-col {
        width: auto;
    }

    .events-items .events-home-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .arrows-events-container,
    .arrows-campaigns-container {
        display: none;
    }

    .page-breadcrumbs-container,
    .perfil-page-container,
    .mvv-page-container,
    .detail-page-container,
    .links-uteis-page-container,
    .page-video-container,
    .page-anexos-container,
    .page-audios-container,
    .page-instalacoes-container,
    .microsite-highlghts-container,
    .areas-negocio-repositorio-container,
    .areas-negocio-container {
        padding: 60px 30px;
    }

    .indicator-container {
        padding: 35px 35px;
    }

    .valor-col:nth-child(odd),
    .valor-col:nth-child(even) {
        width: auto;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }



    .historia-item-container:nth-child(odd) .historia-image-container,
    .historia-item-container:nth-child(even) .historia-image-container {
        padding-right: 0px;
    }


    .historia-item-container {
        padding-bottom: 40px;
    }

    .mapa-empresas-svg svg {
        height: auto;
    }

    .empresa-details {
        padding: 40px 20px;
    }

    .page-breadcrumbs-text {
        margin-left: 12px;
        font-size: 12px;
        color: var(--suma-azul-esc);
        text-wrap: balance;
        display: inline-table;
    }

    .area-negocio-repositorio-item-title {
        font-size: 32px;
    }

    .area-negocio-repositorio-item-subtitle {
        font-size: 20px;
    }

    .page-title {
        font-size: 38px;
        text-wrap: pretty;
    }

    .area-negocio-partial-text ul {
        padding: 1.5rem;
    }

    .contact-us-text {
        font-size: 32px;
    }

    .centro-contactos-morada-container, .centro-contactos-contactos-container, .centro-contactos-email-container {
        margin: 0px 0px;
    }

    .page-breadcrumbs {
        display: inline;
    }

    .page-anexo-col {
        width: 100%;
    }

    .provedoria-image-container {
        margin: 0px 0px 40px 0px;
    }

    .news-home-col {
        width: 100%;
    }

    .page-galeria-container {
        padding: 60px 30px;
    }

    .page-pubs-container {
        padding: 60px 30px;
    }

    .page-instalacoes-mapa-container {
        height: 350px;
    }

    .page-instalacoes-name {
        font-size: 22px;
    }

    .instalacoes-address-label, .instalacoes-latitude-label, .instalacoes-longitude-label, .instalacoes-phone-label, .instalacoes-schedule-label {
        font-size: 18px;
    }

    .instalacoes-address-value,
    .instalacoes-latitude-value,
    .instalacoes-longitude-value,
    .instalacoes-phone-value,
    .instalacoes-schedule-value {
        font-size: 18px;
    }


    .reserved-area-login-container {
        width: auto;
        margin-bottom: 30px;
    }

        .reserved-area-login-container > .image {
            display: none;
        }


    .indicator-microsite-value {
        font-size: 55px;
    }

    .indicator-microsite-name {
        font-size: 22px;
    }

    .campaigns-container {
        margin: 0px 0px;
    }


    .campaigns-items {
        display: inline;
    }

    .campaigns-home-col {
        width: auto;
        margin-bottom: 35px;
    }
}

@media (max-width: 376px) {
    .slideContainer {
        height: 700px;
    }

    .sliderTextContainer .title {
        font-size: 22px;
    }

    .sliderTextContainer .button {
        font-size: 16px;
    }

    .Highlights-Container {
        padding: 60px 25px;
    }

    .news-home-container,
    .events-home-container,
    .campaigns-home-container,
    .indicators-home-container,
    .indicators-microsite-home-container {
        padding: 20px 25px;
    }

    .linha-reciclagem-banner-text {
        font-size: 20px;
    }

    .linha-reciclagem-banner-logo img {
        height: 40px;
    }

    .linha-reciclagem-banner-name {
        font-size: 34px;
    }

    .indicator-container {
        padding: 35px 0px;
    }


    .page-breadcrumbs-container,
    .perfil-page-container,
    .mvv-page-container,
    .detail-page-container,
    .links-uteis-page-container,
    .page-video-container,
    .page-anexos-container,
    .page-audios-container,
    .page-instalacoes-container,
    .microsite-highlghts-container,
    .areas-negocio-repositorio-container,
    .areas-negocio-container {
        padding: 60px 15px;
    }

    .historia-item-container {
        padding-bottom: 50px;
    }

    .parceria-col {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .page-galeria-container {
        padding: 60px 15px;
    }

    .page-pubs-container {
        padding: 60px 15px;
    }
}
