:root {
    --barraHeaderHeight: 4.325rem;
    --primusorange: #F06123;
}

@font-face {
    font-family: "Gotham HTF";
    src: url('/fonts/Gotham Book.otf');
}

@font-face {
    font-family: "Gotham HTF Bold";
    src: url('/fonts/Gotham Bold.otf');
}

body {
    margin: 0;
    font-family: Gotham HTF;
}

main {
    min-height: 81.1vh;
}

.mySwiper {
    width: 100%;
    height: 31.563rem;
    position: relative;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slider-text {
    position: absolute;
    top: 30%;
    left: 20%;
    transform: translateX(-50%);
}

.swiper-button-next,
.swiper-button-prev,
#startBtn,
#stopBtn{
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
}

.beneficios {
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0.1875rem 0.375rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    justify-items: center;
    align-items: start;
    margin-left: 20%;
    margin-right: 20%;
}

.beneficio-cell {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f06123;
}

.beneficio-image {
    width: 4.0625rem;
    height: 4.0625rem;
}

.beneficio-title {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

.section-indicadores {
    padding: 60px 0;
    text-align: center;
}

.rounded-circle {
    width: 200px;
    height: 200px;
    border: 5px solid transparent;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(white, white), linear-gradient(0deg, #ED4815 0%, #F48B6A 84%, #FFFFFF 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.transparent-circle {
    background-color: transparent;
    text-align: center;
    border: double 6px transparent;
    border-radius: 55%;
    background-image: linear-gradient(#FEF8F8, #FEF8F8), radial-gradient(circle at top left, #ED4815 0%,#F48B6A 60%, #FFFFFF);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 122.8125px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 122.8125px;
}

.indicator-content {
    display: flex;
    color: var(--primusorange);
    flex-direction: column;
    align-items: center;
}

.indicator-title {
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Gotham HTF Bold';
    letter-spacing: 0px;
    color: var(--primusorange);
}

.indicator-subtitle {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Helvetica';
    letter-spacing: 0px;
    color: var(--primusorange);
}

.indicator-counter p {
    margin-block-end: 5px !important;
    margin-block-start: 5px !important;
}

.indicator-counter {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Gotham HTF Bold';
    letter-spacing: 0px;
    color: #1A1818CC;
    margin-left: 15px;
    margin-right: 15px;
    max-height: 85px;
    opacity: 1;
}

.circleHolder {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    flex-basis: 30%;
    align-items: center;
    min-width: 30%;
}

.image-grid-info-item {
    width: 35px;
    height: 35px;
}

.indicadoresHolder {
    width: 50%;
    display: inline-flex;
    background: #FFF8F7 0% 0% no-repeat padding-box;
    box-shadow: -2px 2px 6px -2px var(--primusorange);
    -webkit-box-shadow: -2px 2px 6px -2px var(--primusorange);
    -moz-box-shadow: -2px 2px 6px -2px var(--primusorange);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fifty {
    width: 50%;
}

.indicadoresExtraHolder {
    display: flex;
    margin-left: 1.875rem; /* 30px */
    margin-right: 1.875rem; /* 30px */
    width: 100%;
    max-width: 600px;
}

@media only screen and (max-width: 468px) {
    .swiper-slide .circleHolder .indicator-counter {
        font-size: 1.375rem;
    }
}

.indicadoresHolder,
.introducaoHolder {
    flex: 1 1 50%; /* each takes 50% of the row */
    background: #FFF8F7 0% 0% no-repeat padding-box;
    opacity: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 1.5rem;
    width: 100%;
}

.introducaoHolder {
    background: white;
}

.container-fifty-fifty {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0rem 0.188rem 0.375rem #ED4815;
}

.skip-link {
    position: absolute;
    top: -2.5rem;
    left: 30%;
    color: black;
    padding: 0.25rem;
    z-index: 100;
    font-size: 0.8rem;
}

.skip-link:focus {
    top: 0px;
}

.site-header {
    background: #FFFFFF;
    height: var(--barraHeaderHeight); /* 70px */
    display: flex;
    align-items: center;
    box-shadow: 0px 0.1875rem 0.375rem #ed481533;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.header-logo {
    flex: 0 0 auto;
    cursor: pointer;
}

.header-links ul {
    display: flex;
    gap: 1.5625rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.grelhaflutuante {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0.1875rem 0.375rem var(--primusorange);
    opacity: 0.94;
    width: var(--barraHeaderHeight);
    margin-left: 0;
    margin-top: 0rem;
    text-align: center;
    align-items: self-end;
    margin-right: 0;
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    height: var(--barraHeaderHeight);
    flex-direction: column;
    justify-content: space-evenly;
    position: fixed !important;
    top: 0;
    padding: 0.625rem;
}

.isMobile .grelhaflutuante {
    display:flex;
}

.image-float-item {
    width: 1.825rem;
    height: 1.825rem;
}

.float-item-hyperlink {
    margin-top: 0;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    width: var(--barraHeaderHeight);
    place-content: center;
    color: #6B6A69;
}

.introducaoContent {
    margin: 3%;
}


.header-links a {
    font-size: 0.8rem;
    letter-spacing: 0px;
    color: #1A1818;
    font-weight: bold;
    font-family: "Gotham HTF Bold";
    text-transform: uppercase;
    opacity: 1;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: flex;
}


.footer-links a {
    font-family: "Gotham HTF";
    color: #b7b7b7;
    font-size: 0.8rem;
    text-decoration: underline;
    text-align: left;
    padding-right: 1.2rem;
    font-size: 0.8rem;
}

.footerBottom {
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-family: "Gotham HTF";
    color: white;
    font-size: 0.8rem;
    background-color: #000000;
}

    .footerBottom a {
        text-decoration: none;
        color: white;
    }

.titulo {
    text-align: center;
    margin-bottom: 0.625rem;
    font-weight: bold;
    font-size: 2rem;
    color: #d34406;
    font-family: "Gotham HTF Bold";
    margin-top: 3rem;
}

.faqContent {
    justify-content: center;
    background-size: cover;
    margin-top: 1%;
}

.subtitulo {
    text-align: center;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    display: block;
    font-size: 1.172rem;
    color: #1A1818CC;
    margin-bottom: 0.625rem;
    font-family: "Gotham HTF Bold";
    font-weight: 800;
}

.listaFaqItemListItemTitle {
    color: var(--descriptiontextcolor);
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Gotham HTF';
    letter-spacing: 0px;
    opacity: 1;
}

.listaFaqItemListItemDescription {
    color: var(--descriptiontextcolor);
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Gotham HTF';
    letter-spacing: 0px;
    opacity: 1;
}

.titleDescriptionContainer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.qaContainer.hide {
    display: none;
}

.listaFAQItemContainer {
    width: 50%;
    display: flex;
    margin-bottom: 45px;
    padding: 25px 25px;
    flex-flow: column;
    justify-content: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #ed4815;
    opacity: 1;
    box-sizing: border-box;
    margin-left: 25%;
}

.listaFAQTitle {
    align-self: center;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Gotham HTF';
    letter-spacing: 0px;
    color: #000000CC;
    margin-right: auto;
    opacity: 1;
}

.listaFAQItemContainer .enabled {
    cursor: pointer;
}

.listaFAQItemContainer .disabled {
    cursor: auto !important;
}

.content {
    width: 80%;
    max-width: 81.25rem;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.botao {
    background: #f06123 0% 0% no-repeat padding-box;
    color: #000000;
    text-transform: uppercase;
    padding: 0.5rem 0.8125rem;
    font-weight: 700;
    font-family: "Gotham HTF";
    border: 0;
    outline: none;
    box-shadow: 0 0.1875rem 0.375rem #00000029;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    width: max-content;
    text-align: center;
    z-index: 2;
    min-width: 4.6875rem;
    margin-left:49%;
}

.instituionalContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.instituionalItem {
    position: relative;
    display: flex;
    flex-basis: 33%;
    margin-right: 4rem;
    margin-left: 4rem;
    flex-direction: column;
    box-shadow: 0rem 0.1875rem 0.375rem #48484821;
    min-width: 17.5rem;
    background-color: #d34406;
    margin-bottom: 2rem;
    height: 8rem;
}

.instituionalItem a {
    color: white;
    text-decoration: none;
    margin-bottom: 1.875rem;
    text-align: center;
    margin-left: 2.9375rem;
    margin-right: 1.875rem;
    font-family: "Gotham HTF Bold";
    font-size: 1.2rem;
}

.institutionalParallelo {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    color: black;
}

.OndeEstamosItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centers inner content */
    margin: 1.25rem auto; /* top-bottom margin + auto left-right */
    width: 16rem;
    text-align: center;
}

.ListaHorizontalItem .icon {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.ListaHorizontalItem .title {
    font-weight: 800;
    font-size: 1.25rem;
    color: #d34406;
    margin-top: 0.938rem;
    font-family: "Gotham HTF Bold";
    margin-bottom: 1rem;
}

.ListaHorizontalItem .description {
    font-size: 1.063rem;
    color: #000000CC;
    margin-bottom: 0.313rem;
    font-family: "Gotham HTF";
}

    .ListaHorizontalItem .description.tel {
        margin-top: 0.938rem;
    }

.ondeEstamosHolder {
    margin-bottom: 1.25rem !important;
    margin-top: 3.125rem;
}

.container-fifty-fifty img {
    max-width: 70%;
    height: auto;
    display: block;
    object-fit: contain;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;
}

.orgaoSocial {
    display: flex;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

.orgaoSocialTitulo {
    min-width: 21.313rem;
    display: flex;
    flex-direction: column;
    color: var(--primusorange);
    margin-top: 2.188rem;
}

.tituloOrgao {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Gotham HTF';
    letter-spacing: 0;
    color: #F06123;
    opacity: 1;
}

.orgaoSocial img {
    width: 3.438rem;
    height: 3.438rem;
}

.orgaoSocialTexto {
    min-width: 55%;
    margin-left: 2rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    max-width: 32.625rem;
}

.tituloNomeOrgao {
    text-align: left;
    font-size: 1.375rem;
    font-weight: bold;
    font-family: 'Gotham HTF';
    letter-spacing: 0px;
    color: #1A1818CC;
}

.tituloTextoOrgao {
    text-align: left;
    font-size: 1.375rem;
    font-weight: normal;
    font-family: Gotham HTF;
    letter-spacing: 0rem;
    color: #1A1818CC;
}

.listaOrgaosSociais {
    width: 80%;
    margin-left: 10%;
}

.middleInputs {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.checkboxcontainer {
    position: relative;
    padding-left: 1.563rem;
    padding-right: 0.938rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    text-align: center;
}

#observacoes {
    min-height: 8.75rem;
}


form input {
    width: 100%;
    border: none;
    background: none;
    border-bottom: solid #ED6F2D 0.063rem;
    box-shadow: 0px 0.438rem 0.313rem -0.188rem #ed6f2d1f;
    font-family: "Gotham HTF";
    height: 1.875rem;
    padding: 0px 0px;
    font-size: 0.8rem !important;
    margin-top: auto;
}

.formField {
    flex-basis: 33%;
    margin-right: 1.25rem;
}


.contactoContainer {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0rem 0.1875rem 0.375rem #00000029;
    opacity: 1;
    backdrop-filter: blur(3.125rem);
    height: 2.1875rem;
    display: none;
    padding: 0.625rem;
    flex-direction: row;
    margin-left: auto;
    margin-right: calc(var(--barraHeaderHeight) + 1.25rem);
    align-items: center;
    right: 0;
    z-index: 2;
    position: fixed !important;
}

@media (max-width: 991px) {

    .header-links ul {
        gap: 0.5rem;
    }

    .header-container {
    }

    .beneficios-grid {
        margin: 0 10%;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .indicadoresHolder {
        flex-direction: column;
        width: 80%;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-links ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {

    .slider-text {
        display: none;
    }

    .beneficios-grid {
        margin: 0 5%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .instituionalContent {
        flex-direction: column;
        margin: 0;
    }

    .listaFAQItemContainer {
        width: 90%;
        margin-left: 5%;
    }

    .content {
        width: 95%;
    }

    .footer-container {
        height: 65%;
    }
}

.ListaSimplesDetalhe p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    line-height: 1.5;
}

.isMobile container-fifty-fifty {
    width: 100%;
}

.isMobile .indicadoresExtraHolder {
    display: block;
}

.isMobile .checkBoxContainer {
    flex-direction: column !important;
    margin-top: 1.25rem;
    padding-left: 0rem !important;
}

.isMobile .FormularioContacto .checkboxcontainer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.938rem;
    margin-right: 0.625rem;
    padding-right: 0;
    flex-direction: row;
}

.isMobile .fifty {
    width: 100%;
}

.isMobile .orgaoSocial {
    display: block;
}

.sidemenuButton {
    display: none;
}

.isMobile .sidemenuButton {
    display: block;
}

.sidemenu-links {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    display: none; 
    z-index: 5;
    background-color: #FFFFFF;
}

.isMobile .footer-container {
    display: none;
}

.isMobile .header-links {
    display: none;
}

.isMobile .site-footer {
    height: auto;
}

.sidemenu-links ul {
    display: flex;
    flex-direction: column;
    box-shadow: 0rem 0.188rem 0.375rem #00000014;
    width: 100%;
    padding: 0;
}

.sidemenu-links li {
    display: flex;
    align-items: center;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    text-decoration: none;
    height: 3.75rem;
    border-bottom: 1px solid var(--primusorange);
}

.sidemenu-links a {
    text-decoration: none;
    color: black;
}

.isMobile .fifty p {
    padding-left: 5% !important;
}

.isMobile .orgaoSocial img {
    margin-left: 40%;
}

.slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-bg {
    width: 100%;
    height: 100%;
}

.isMobile .slide-video {
    object-fit: scale-down;
}

.isMobile .slide-bg img {
    max-width: 100%;
}

.isMobile .mySwiper {
    height: auto;
}

.isMobile .responsive-table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    border: 1px solid #ccc;
    -webkit-overflow-scrolling: touch;
}

.isMobile .responsive-table::-webkit-scrollbar {
height: 10px;
}

.isMobile .responsive-table::-webkit-scrollbar-thumb {
background: #aaa;
border-radius: 5px;
}

.isMobile .responsive-table::-webkit-scrollbar-thumb:hover {
    background: #777;
}

.footer-contactos
{
    display:block;
    margin-left:16%;
}

.footer-contactos p {
    margin: 0
}

.site-footer {
    background-color: #484848;
    height: 125px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90%;
}

.footer-links {
    flex: 1;
    margin-left: 8%;
}

.footer-links ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cookie-wall-noshow {
    display: none;
}

.cookie-wall-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    padding: 1em 5%;
    background-color: #565656;
    color: #ffffff;
    width: 90%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    .cookie-wall-footer a {
        color: white;
        text-decoration: underline;
        font-weight:bold;
        font-size:14pt;
    }

        .cookie-wall-footer a:visited {
            color: white;
        }

    .cookie-wall-footer .btn-todos {
        background-color: #FF7D27;
    }

    .cookie-wall-footer button {
        display: block;
        float: right;
    }

.cookie-wall {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #565656AA;
    font-family: Arial, Helvetica, sans-serif;
    overflow-y: auto;
    z-index: 99;
}

.cookie-wall-popup {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 100px;
    /*max-height: 80%;*/
    margin: 0 -300px;
    padding: 1em 2em;
    background-color: white;
    color: black;
    font-size: 14px;
}

    .cookie-wall-popup h1 {
        display: block;
        font-size: 2em;
        margin: 0.5em 0;
        font-weight: bold;
        text-transform: none;
    }

    .cookie-wall-popup p {
        line-height: 1.5em;
        padding: 0;
        text-align: justify;
        margin: 1em 0;
    }

        .cookie-wall-popup p.cookie-wall-align-right {
            text-align: right
        }

.cookie-wall .btn-aceitar {
    background-color: #FF7D27;
}

.cookie-wall-popup button,
.cookie-wall-footer button {
    border-style: none;
    border-radius: 0px;
    padding: 0.25em 1em;
    color: black;
    background-color: #a7a7a7;
    margin-left: 0.5em;
    cursor: pointer;
    font-weight: bold;
}

.cookie-wall-popup a {
    color: black;
    text-decoration: underline;
}

    .cookie-wall-popup a:visited {
        color: black;
    }

.cookie-wall-popup input,
.cookie-wall-popup label {
    cursor: pointer;
}

.cookie-wall-popup dt {
    display: block;
    font-weight: bold;
    margin-top: 1em;
}

.cookie-wall-popup dd {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 0 1em 2em;
    text-align: justify;
}

.cookie-wall-disabled {
    color: #bcbcbc;
}

    .cookie-wall-disabled label,
    .cookie-wall-disabled input {
        cursor: not-allowed;
    }

.cookie-wall-trigger {
    cursor: pointer;
}

.isMobile .cookie-wall-popup {
    margin: 0;
    left: 10%;
    right: 10%;
}