/*inicio do estilo geral*/
body {
    max-width: 1697px;
}

a:hover {
    text-decoration: none;
}

p,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #5C5C5C;
    line-height: normal;
}

strong {
    font-family: 'd-din-probold';
}

header {
    background: #ffffff;
}

.flex {
    display: flex;
    flex-direction: row;
    padding-left: 35px;
    padding-right: 35px;
}

.box {
    flex-grow: 1;
    text-align: start;
    flex-basis: min-content;
}

.btn-padrao {
    float: right;
    position: relative;
}

.btn-padrao p {
    padding: 24px 62px;
    background: var(--corPrimaria);
    color: #ffffff;
    position: relative;
    font-family: 'd-din-proregular';
    font-size: 16px;
    text-align: center;
}

.btn-padrao::before {
    content: '';
    background: transparent;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -13px;
    top: -13px;
    border-radius: 2px;
    border: 2px solid #ABABAB;
}

nav {
    align-items: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

nav .box:nth-child(1) {
    text-align: center;
}

nav .box:nth-child(2) {
    text-align: center;
    display: contents;
}

nav .box:nth-child(3) {
    text-align: end;
}

.logo-service-mobile {
    display: none;
}

.logo-service {
    position: relative;
    overflow: hidden;
    max-width: 130px;
    max-height: 81px;
    display: inline-block;
}

.logo-honraria {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.logo-service.efeito-reflexo:hover::after {
    animation: sheen 1s;
}

.logo-service p {
    font-family: 'd-din-probold';
    color: #5C5C5C;
    font-size: 14px;
    line-height: 1;
}

.titulo-topo {
    display: inline-flex;
    font-family: 'Akrobat-Black';
    color: #33458D;
    font-size: 36px;
    gap: 10px;
    align-items: center;
}

/* .titulo-topo::before {
    content: "";
    background: url(../img/icon-titulo-1.png) no-repeat center;
    width: 79px;
    height: 45px;
    display: table;
}

.titulo-topo::after {
    content: "";
    background: url(../img/icon-titulo-2.png);
    width: 79px;
    height: 45px;
    display: table;
} */

.titulo-topo img {
    width: 50px;
    height: initial;
}

.divide-top {
    border-bottom: 1px solid #C0C0C0;
    margin: 0 35px;
}

.rodape {
    background: #2C2C2C;
    border-bottom: 1px solid #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
}

.rodape .box:nth-child(2) {
    text-align: end;
    display: grid;
    align-content: center;
}

.rodape .box:nth-child(3) {
    text-align: end;
    display: grid;
    align-content: center;
}

.rodape .box:nth-child(4) {
    text-align: end;
    display: block;
    align-content: center;
}

.logo-rodape {
    display: inline-flex;
    gap: 45px;
    align-items: center;
}

.honraria {
    display: grid;
    align-content: center;
    margin-bottom: 30px;
}

.honraria div img {
    background: #5C5C5C;
    padding: 1px;
    margin-bottom: 20px;
    max-width: 390px;
}

footer {
    background: #222222;
}

footer .box {
    padding: 10px;
}

footer .box:nth-child(2) {
    text-align: end;
}

.rodape p,
footer p {
    color: #ffffff;
    align-items: center;
    font-family: 'd-din-proregular';
    font-size: 18px;
    color: #ffffff;

}

.icon-social {
    display: inline-flex;
    gap: 12px;
    transform: scale(1);
    padding-top: 15px;
}

.icon-social div {
    background: url(../img/icon-social.png);
    width: 30px;
    height: 30px;
    display: table;
}

.icon-social .icon-facebook {
    background-position: 0;
}

.icon-social .icon-insta {
    background-position: -42px;
}

.icon-social .icon-youtube {
    background-position: -84px;
}

.icon-social .icon-whatsapp {
    background-position: -127px;
}

.logo-prefeitura img:hover,
.logo-rodape img:hover,
.icon-facebook:hover,
.icon-insta:hover,
.icon-youtube:hover,
.icon-whatsapp:hover {
    transition: all .3s ease;
    transform: scale(1.08);
}

/*fim do estilo geral*/

/* inicio video ao vivo */
.container-video-ao-vivo {
    min-height: 635px;
    background: #F4F4F4;
    align-items: center;
}

.container-video-ao-vivo div {
    background: #ffffff;
}

.flex-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

.flex-container .box:nth-child(1) {
    flex-basis: 490px;
    max-width: 490px;
    padding-right: 35px;
    /* padding-top: 110px; */
}

.flex-container .box:nth-child(2) {
    flex-grow: 2;
    text-align: right;
    position: relative;
}

.flex-container .box iframe {
    width: calc(100% - 25px);
    position: relative;
    top: 0;
    z-index: 1;
    height: 100%;
    min-height: 246px;
}

.flex-container .box video {
    width: calc(100% - 25px);
    position: relative;
    top: 0;
    z-index: 1;
    height: auto;
    min-height: 246px;
    right: -16px;
}

.flex-container .box:nth-child(2)::before {
    content: '';
    background: url(../img/detalhe-video.png) #403f3f;
    display: block;
    width: 358px;
    filter: invert(85%);
    height: 358px;
    position: absolute;
    bottom: -20px;
    z-index: 1;
}

.flex-container .box:nth-child(2)::after {
    content: '';
    background: var(--corPrimaria);
    display: block;
    width: 430px;
    height: calc(100% + 70px);
    position: absolute;
    top: -35px;
    right: -35px;
}

.container-video-ao-vivo h2 {
    text-align: justify;
    margin-bottom: 30px;
    font-family: 'd-din-proregular';
    font-size: 30px;
}

.container-video-ao-vivo h2 strong {
    font-size: 48px;
    font-family: 'd-din-probold';
}

.container-video-ao-vivo p:not(.btn-padrao p) {
    text-align: justify;
    margin-bottom: 60px;
    font-family: 'd-din-proregular';
    font-size: 24px;
}

/* fim video ao vivo */

/* inicio linha do tempo */
.container-linha-tempo {
    background: #ffffff;
    padding-top: 28px;
    padding-bottom: 30px;
}

.container-linha-tempo>div {
    width: 100%;
}

.time-line-box {
    height: auto;
    width: 100%;
    position: relative;
}

.time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.time-line-box .timestamp {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 320px;
    position: relative;
}

.tl-par .icon-line {
    position: absolute;
    bottom: 0;
}

.tl-par .texto-line {
    position: absolute;
    top: 38px;
}

.tl-impar .icon-line {
    position: absolute;
    top: 38px;
}

.tl-impar .texto-line {
    position: absolute;
    bottom: 0;
}

.option-2 .timestamp {
    height: 90px;
}

.time-line-box .status {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    border-top: 12px solid transparent;
    position: relative;
    transition: all 200ms ease-in;
    min-height: 100px;
    padding-top: 280px;
}

.time-line-box .status::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 13px;
    z-index: 0;
    top: -13px;
}

.time-line-box .status::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 16px;
    height: 16px;
    right: 50%;
    z-index: 0;
    top: -13px;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    border-radius: 3px;
}

.tl-par .status::before {
    top: -3px;
}

.swiper-container {
    width: 100%;
    margin: auto;
    overflow-y: auto;
    min-height: 330px;
    max-width: 1280px;
}

.swiper-wrapper {
    display: inline-flex;
    flex-direction: row;
    overflow-y: auto;
    justify-content: center;
    min-width: 100%;
    gap: 8px;
}

.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.swiper-container::-webkit-scrollbar {
    height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;
    width: calc(100% / 9);
    height: 100%;
    position: relative;
    display: grid;
    gap: 40px;
}

.icon-line {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    align-content: center;
}

.texto-line {
    width: 110px;
}

.texto-line h2 {
    font-family: 'd-din-probold';
    font-size: 22px;
    color: #374A98;
}

.texto-line span {
    font-family: 'd-din-proregular';
    font-size: 16px;
    color: #374A98;
}

.texto-line p {
    font-family: 'd-din-proregular';
    font-size: 12px;
    color: #5C5C5C;
    margin-top: -5px;
    margin-bottom: 5px;
}

.texto-line font p,
.texto-line font span {
    font-family: 'd-din-proheavy';
}

.texto-line::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.texto-line::-webkit-scrollbar {
    width: 2px;
}

.texto-line::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.linha-tempo-titulo {
    text-align: center;
    display: grid;
    gap: 42px;
    padding-bottom: 36px;
}

.linha-tempo-titulo h2 {
    font-size: 41px;
    font-family: 'd-din-proregular';
}

.linha-tempo-titulo h2 strong {
    font-family: 'd-din-probold';
}

.linha-tempo-titulo p {
    text-align: justify;
    font-family: 'd-din-proregular';
    font-size: 16px;
}

.titulo-linha {
    font-family: 'd-din-probold';
    font-size: 22px;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}

.titulo-honraria {
    display: flex;
    gap: 15px;
    align-items: center;
}

.image-container {
    flex: 1 0 25%;
    box-sizing: border-box;
}

.image-container h3 {
    font-family: 'd-din-proregular';
    font-size: 16px;
    height: 52px;
    display: grid;
    align-items: center;
    text-align: center;
}

.image-container img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
}

.small-image {
    height: 281px;
}

.separa-img {
    gap: 15px;
    flex-wrap: wrap;
}

.texto-linha {
    text-align: center;
    font-family: 'd-din-proregular';
    font-size: 16px;
    padding-bottom: 36px;
}

.tl-verde .status::after,
.tl-verde .icon-line,
.tl-verde .status::before {
    background: #378D33;
}

.tl-amarelo .status::after,
.tl-amarelo .icon-line,
.tl-amarelo .status::before {
    background: #D1CF33;
}

.tl-azul .status::after,
.tl-azul .icon-line,
.tl-azul .status::before {
    background: #33458D;
}

.tl-inicio .status::after {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tl-final .status::after {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.scroll-hint {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.scroll-hint.hidden {
    opacity: 0;
    pointer-events: none;
}

/* fim linha do tempo */

/* inicio de serviços */
.container-servico {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.container-servico h2 {
    font-size: 22px;
    width: 100%;
    font-family: 'd-din-proregular';
    text-align: left;
    line-height: normal;
}

.container-servico h2 strong {
    font-size: 41px;
    font-family: 'd-din-probold';
}

#outerdiv {
    display: flex;
    margin: auto;
    width: 1000px;
}

.innerdiv1 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 35px;
    position: relative;
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 400px;
}

.innerdiv1::before {
    content: '';
    width: calc(100% + 76px);
    background: #F4F4F4;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0px;
    top: 0;
}

.innerdiv2 {
    display: flex;
    align-items: center;
    flex: 2;
    position: relative;
}

.list {
    padding: 10px;
    background: #5692a5;
    border-bottom: thin solid #ffffff1a;
    width: calc(50% - 10px);
    max-width: 161px;
    height: 161px;
    display: grid;
    align-items: center;
    text-align: center;
    align-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.efeito-reflexo:hover::after {
    animation: sheen .5s;
}

.efeito-reflexo::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0%;
    bottom: 0%;
    left: -100%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(45deg) translate(2em, 8em);
}

.list.active::after {
    transform: rotateZ(45deg) translate(2em, -11em);
}

@keyframes sheen {
    100% {
        transform: rotateZ(45deg) translate(2em, -11em);
    }
}

.list span {
    color: #ffffff;
    font-family: 'd-din-probold';
    font-size: 16px;
}

.list:last-child {
    border-bottom: none;
}

.panel {
    padding: 0;
    gap: 15px;
}

.panel .box {
    flex-basis: 0;
    position: relative;
}

.panel .box:nth-child(1) {
    max-width: 413px;
}

.panel h2 {
    font-size: 30px;
    width: 100%;
    font-family: 'd-din-proregular';
    text-align: left;
    line-height: normal;
}

.panel h2 strong {
    font-size: 49px;
    font-family: 'd-din-probold';
    color: #5C5C5C;
    position: relative;
    top: -13px;
}

.panelshow {
    display: block;
}

.panelhide {
    display: none;
}

.lista-verde {
    background: #378D33;
}

.lista-amarela {
    background: #D1CF33;
}

.lista-azul {
    background: #33458D;
}

.lista-borda {
    position: relative;
    box-sizing: border-box;
}

.lista-borda::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #d1d1d1;
    /* Aqui você pode mudar a cor e a largura da borda */
    box-sizing: border-box;
    border-radius: 2px;
}

.panel .texto-servico {
    max-height: 450px;
    overflow-x: auto;
    display: grid;
    gap: 30px;
    text-align: justify;
    padding-right: 15px;
}

.panel .texto-servico p {
    font-family: 'd-din-proregular';
    font-size: 16px;
    line-height: 1.4;
}

.panel .texto-servico img {
    display: block;
    margin: 0 auto;
}

.panel .btn-padrao {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 150%);
    width: 100%;
    max-width: 300px;
}

.panel .texto-servico::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.panel .texto-servico::-webkit-scrollbar {
    width: 2px;
}

.panel .texto-servico::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

@media only screen and (max-width: 1159px) {
    #outerdiv {
        flex-direction: column;
    }

    .panel .btn-padrao {
        position: relative;
        margin-top: 40px;
        transform: translate(50%, 0);
        bottom: 0;
        left: -50%;
    }

    .innerdiv1 {
        display: flex;
        justify-content: space-evenly;
        padding-left: 0;
        max-width: initial;
    }

    #outerdiv {
        width: 100%;
    }

    .list:last-child {
        border-bottom: thin solid #ffffff1a;
    }

    .list {
        max-width: initial;
        height: auto;
    }

    .panel {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }
}



/* fim de serviços */
/* inicio do faq */
.container-faq {
    width: 100%;
    height: 483px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    display: table;
    background-image: url(../img/parallax.png);
    background-size: 100%;
    position: relative;
    padding-top: 25px;
    padding-bottom: 30px;
}

.container-faq::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    top: 0;
}

.tabs_wrapper {
    width: 100%;
}

ul.tabs {
    display: inline-grid;
    gap: 5px;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin: 25px 0 0;
    padding: 0 5px 0 35px;
    width: 52%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs h2 {
    font-family: 'stratford-blackregular';
    color: #ffffff;
    font-size: 48px;
}

ul.tabs li {
    margin: 0;
    cursor: pointer;
    padding: 0px 12px;
    line-height: 31px;
    color: white;
    text-align: left;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    position: relative;
    font-family: 'd-din-probold';
    font-size: 18px;
}

ul.tabs li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    left: 0;
    top: 0;
}

ul.tabs li:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: transparent;
}

ul.tabs li.active {
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-color: transparent;
}

.tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: 0%;
    width: 48%;
    min-width: 10px;
    text-align: left;
    padding-top: 90px;
    padding-left: 15px;
}

.tab_content {
    height: 100%;
    display: none;
    text-align: justify;
    color: #ffffff;
}

.tab_content p {
    font-family: 'd-din-proregular';
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 15px;
}

.tab_content p strong {
    text-decoration: underline;
}

.tab_content img {
    margin: 0 auto;
    display: block;
    margin-top: 35px;
}

.tab_drawer_heading {
    display: none;
}

.titulo-faq-mobile {
    display: none;
}

#tab3 div {
    display: flex;
    align-items: center;
    gap: 10px;
}

#tab3 div img {
    width: 40%;
}

@media screen and (max-width: 1023px) {
    ul.tabs {
        display: none;
    }

    .tab_container {
        display: inline-grid;
        width: 100%;
        padding: 0;
        gap: 10px;
    }

    .tab_content {
        border: 1px dashed rgba(255, 255, 255, 0.5);
        position: relative;
        padding: 15px;
        top: -10px;
    }

    .tab_content::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        left: 0;
        top: 0;
    }

    .tab_drawer_heading {
        background: var(--corPrimaria);
        color: #fff;
        margin: 0;
        padding: 5px 20px;
        display: block;
        text-align: center;
    }

    .titulo-faq-mobile {
        display: block;
        font-family: 'stratford-blackregular';
        color: #ffffff;
        font-size: 48px;
        text-align: center;
    }

    .tab_drawer_heading:hover {
        background: var(--corSecundaria);
    }

    .d_active {
        background: var(--corSecundaria);
    }
}

/* fim do faq */

/* inicio das noticias */
.owl-carousel {
    display: none;
}

.container-noticia {
    width: 100%;
    background: #F4F4F4;
    padding-top: 28px;
    padding-bottom: 47px;
}

.container-noticia>div {
    width: 100%;
}

.container-noticia h2 {
    font-size: 41px;
    font-family: 'd-din-proregular';
}

.container-noticia h2 strong {
    font-family: 'd-din-probold';
}

.container-noticia h3 {
    font-size: 22;
    font-family: 'd-din-proregular';
}

.container-noticia h3 {
    font-size: 22;
    font-family: 'd-din-proregular';
}

.caixa-noticia {
    background: #ffffff;
}

.caption-noticia {
    padding: 25px 30px;
}

.caption-noticia span {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'd-din-proregular';
    text-align: justify;
    min-height: 51px;
}

.caption-noticia h2 {
    margin-bottom: 47px;
    font-size: 16px;
    font-family: 'd-din-probold';
}

.caption-noticia hr {
    border-top: 2px solid rgba(0, 0, 0, .1)
}

.btn-noticia {
    display: flex;
}

.btn-noticia p {
    flex-grow: 1;
}

.btn-noticia p {
    font-size: 16px;
    font-family: 'd-din-proregular';
    color: #5C5C5C;
}

.btn-noticia div {
    font-size: 16px;
    margin-top: -3px;
    color: #33458D;
}

.ellipse-line-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipse-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caixa-noticia-inf {
    padding: 0 0 20px 35px;
}

.informe:hover {
    cursor: pointer;
}

/* fim das noticias */

/* inicio do modal */
.modal-dialog {
    max-width: 1024px;
}

.modal-dialog h2 {
    font-size: 20px;
    font-family: 'd-din-probold';
}

.modal-dialog h3 {
    font-size: 18px;
}

.modal-dialog p {
    font-size: 16px;
    font-family: 'd-din-proregular';
    color: #5C5C5C;
}

.modal-dialog .modal-body {
    display: grid;
    gap: 20px;
}

corpo {
    display: grid;
    gap: 15px;
}

corpo img {
    margin: 5px auto;
    display: block;
}

.modal::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.recebeConteudo p img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* fim do modal */

@media (min-width: 991px) and (max-width: 1140px) {

    .honraria .flex,
    nav {
        flex-direction: row !important;
    }
}

@media (max-width: 990px) {
    .modal-dialog {
        max-width: 95%;
    }

    nav {
        gap: 15px;
    }

    nav .box:nth-child(1) {
        display: flex;
        gap: 50%;
    }

    nav .box:nth-child(3) {
        display: none;
    }

    .logo-service-mobile {
        display: block;
    }

    .titulo-topo {
        font-size: 25px;
        text-align: left;
    }

    .titulo-topo::before,
    .titulo-topo::after {
        display: none;
    }

    .honraria .modal img {
        max-height: initial;
        width: 100%;
    }

    .image-container {
        flex: auto!important;
    }
    .small-image {
        width: 200px!important;
      }
}


@media (max-width: 1140px) {
    .image-container {
        flex: 1 0 45%;
    }

    .logo-rodape {
        margin: 0 auto;
    }

    .flex {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .flex-container .box:nth-child(1) {
        flex-basis: auto;
        max-width: initial;
        padding: 15px 0;
    }

    .divide-top {
        margin: 0 10px;
    }

    .flex .box {
        text-align: center !important;
    }

    .tab_content img,
    .panel img {
        max-width: 280px;
    }

    .list.active::after {
        transform: rotateZ(45deg) translate(2em, -21.7em);
    }

    .flex-container,
    .panel,
    .rodape {
        gap: 20px;
        align-items: center;
    }

    .swiper-slide {
        width: 200px;
    }

    .container-video-ao-vivo {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .flex-container .box:nth-child(2) {
        margin-top: 35px;
    }

    .flex-container .box:nth-child(2)::before {
        width: 40%;
        height: calc(100% + 40px);
        left: -10px;
    }

    .flex-container .box:nth-child(2)::after {
        width: 70%;
        right: -10px;
    }

    .container-faq {
        background-image: url(../img/parallax.png);
        background-size: auto 100%;
    }

    .container-linha-tempo {
        padding-bottom: 40px;
    }

    nav.flex {
        flex-direction: row;
    }

    .btn-padrao {
        left: -50%;
        transform: translateX(50%);
    }

    .flex-container .box video {
        width: 100%;
        margin-bottom: -30px;
        right: 0;
    }
}

/* inicio accordion */

/* Core styles/functionality */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
    background: #fff;
}

.tab input:checked~.tab__content {
    min-height: 350px;
    max-height: 400px;
}

/* Visual styles */
.accordion {
    color: var(--corPrimaria);
    border-left: 1px solid;
    border-right: 1px solid;
    border-radius: 3px;
    overflow: hidden;
}

.accordion .tab {
    border-bottom: 1px solid #fff;
}

.tab__label,
.tab__close {
    display: flex;
    color: white;
    background: var(--corPrimaria);
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 0.3rem;
    margin-right: 0.3rem;
    font-family: 'd-din-proregular';
    line-height: 1;
    margin-bottom: 0;
}

.tab__label::after {
    content: "\276F";
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}

.tab__content p {
    margin: 0;
    padding: 1rem;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion--radio {
    background: var(--corPrimaria);
}

/* Arrow animation */
.tab input:not(:checked)+.tab__label:hover::after {
    animation: bounces .5s infinite;
}

@keyframes bounces {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}

/* fim accordion */