@font-face {
    font-family: 'Oxygen-Light';
    src: url('fontes/Oxygen-Light.woff2') format('woff2'), url('fontes/Oxygen-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen-Bold';
    src: url('fontes/Oxygen-Bold.woff2') format('woff2'), url('fontes/Oxygen-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen-Regular';
    src: url('fontes/Oxygen-Regular.woff2') format('woff2'), url('fontes/Oxygen-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter-Black';
    src: url('fontes/Inter-Black.woff2') format('woff2'), url('fontes/Inter-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('fontes/Inter-ExtraBold.woff2') format('woff2'), url('fontes/Inter-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('fontes/Inter-Bold.woff2') format('woff2'), url('fontes/Inter-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('fontes/Inter-ExtraLight.woff2') format('woff2'), url('fontes/Inter-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Light';
    src: url('fontes/Inter-Light.woff2') format('woff2'), url('fontes/Inter-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('fontes/Inter-Medium.woff2') format('woff2'), url('fontes/Inter-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('fontes/Inter-Regular.woff2') format('woff2'), url('fontes/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('fontes/Inter-SemiBold.woff2') format('woff2'), url('Inter-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('fontes/Inter-Thin.woff2') format('woff2'), url('fontes/Inter-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-Bold';
    src: url('fontes/Heebo-Bold.woff2') format('woff2'), url('fontes/Heebo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-Black';
    src: url('fontes/Heebo-Black.woff2') format('woff2'), url('fontes/Heebo-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-Medium';
    src: url('fontes/Heebo-Medium.woff2') format('woff2'), url('fontes/Heebo-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-ExtraLight';
    src: url('fontes/Heebo-ExtraLight.woff2') format('woff2'), url('fontes/Heebo-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-ExtraBold';
    src: url('fontes/Heebo-ExtraBold.woff2') format('woff2'), url('fontes/Heebo-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-Light';
    src: url('fontes/Heebo-Light.woff2') format('woff2'), url('fontes/Heebo-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-Regular';
    src: url('fontes/Heebo-Regular.woff2') format('woff2'), url('fontes/Heebo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-Thin';
    src: url('fontes/Heebo-Thin.woff2') format('woff2'), url('fontes/Heebo-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo-SemiBold';
    src: url('fontes/Heebo-SemiBold.woff2') format('woff2'), url('fontes/Heebo-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('fontes/Lato-Regular.woff2') format('woff2'), url('fontes/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    outline: none;
    box-sizing: border-box;
}

body {
    position: relative;
    cursor: default;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
div,
main,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

footer,
section,
iframe,
header,
aside {
    width: 100%;
    display: flex;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

a,
button {
    cursor: pointer;
}



:root {
    --cor-azul: #1E386B;
    --p-20: 20px;
    --heboo-regular: 'Heebo-Regular';
    --f-size: 14px;
    --l-h: 21px;
    --cor-branca: #ffffff;
    --d-flex: flex;
    --align-center: center;
    --align-around: space-between;
    --cor-gradiente-verde-background: linear-gradient(242.45deg, #6FB644 17.15%, #599336 82.86%), #C7E6E8;
    --b-r-4: 4px;
    --p-14: 14px;
    --p-18: 18px;
    --direction: row;
    --alig-star: flex-start;
    --cor-gradiente-cinza-background: linear-gradient(242.45deg, #ECF1F8 17.15%, #DFE4EC 82.86%), #C7E6E8;
    --cor-gradiente-azul-background: linear-gradient(90deg, #7E99CE 0%, #4A69A4 100%), #2C575A;
    --mr-16: 16px;
    --p-34: 34px;
    --cor-cinza: #444856;
    --inter-regular: 'Inter-Regular';
    --f-19: 19px;
    --inter-bold: 'Inter-Bold';
    --f-56: 56px;
    --f-68: 68px;
    --cinza-claro: #F9F9FA;
    --f-24: 24px;
    --f-29: 29px;
    --direction-column: column;
    --f-32: 32px;
    --f-39: 39px;
    --oxygen-regular: 'Oxygen-Regular';
    --azul-escuro: #42619B;
    --background-azul-transparente: linear-gradient(242.45deg, #ECF1F8 17.15%, #DFE4EC 82.86%), #C7E6E8;
    --f-10: 10px;
    --cinza-escuro: #151A24;
    --cor-preto: #000;
    --cor-cinza-escuro: #4E4B59;
    --cor-EDEDED: #EDEDED;
}

#bg-topo, #bg-menu {
    background: var(--cor-azul);
}

#bg-topo {
    transition: all 0.5s;
}

#bg-topo .container, #bg-menu .container {
    display: var(--d-flex);
    align-content: var(--align-center);
    align-items: var(--align-center);
    justify-content: var(--align-around);
}

.btn-cadastro-topo a,
.item-banner a,
.btn-cadastro a, .descricao-socio-contribuinte a,
#faca-parte-historia .container article a,
.contato-form button,
.item-modal a, button {
    font-family: var(--heboo-regular);
    font-size: var(--f-size);
    line-height: var(--l-h);
    color: var(--cor-branca);
}

.btn-cadastro-topo a:nth-child(1),
.btn-cadastro-topo a:nth-child(2),
.btn-cadastro-topo a:nth-child(3),
.item-banner a,
.btn-cadastro a, .descricao-socio-contribuinte a,
#faca-parte-historia .container article a,
.contato-form button,
.item-modal a, button {
    background: var(--cor-gradiente-verde-background);
    border-radius: var(--b-r-4);
    padding: var(--p-14) var(--p-18);
    margin-right: var(--mr-16);
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover {
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.contato-form button {
    border-color: transparent;
    width: 176px;
    margin-top: var(--f-32);
}

.btn-cadastro-topo a:nth-child(2) {
    background: var(--cor-gradiente-cinza-background);
    color: var(--cor-azul);
}

.btn-cadastro-topo a:nth-child(3), .item-banner a, .btn-cadastro a:nth-child(2),
.btn-item a:nth-child(1), button {
    background: var(--cor-gradiente-azul-background);
}

button {
    height: auto;
    border: none;
}

#bg-menu {
    background: var(--cor-branca);
    padding: var(--p-34);
    transition: all 0.5s;
    z-index: 999;
}

#bg-menu nav ul,
#bg-menu article,
.item-banner {
    display: var(--d-flex);
    align-items: var(--align-center);
    justify-content: var(--align-center);
}

#bg-menu nav ul li {
    margin-right: var(--p-20);
}

#bg-menu nav ul li a {
    color: var(--cor-cinza);
    font-family: var(--inter-regular);
    font-size: var(--mr-16);
    line-height: var(--f-19);
    padding: 10px 0;
}


section#banner {
    display: block;
}

.item-banner {
    flex-direction: var(--direction-column);
    align-items: end;
}



.item-banner h1,
.item-banner p {
    color: var(--cor-branca);
    font-family: var(--inter-bold);
    color: var(--cinza-claro);
    margin-top: var(--p-20);
    width: 100%;
    max-width: 488px;
}

.item-banner p {
    font-family: var(--inter-regular);
    font-size: var(--f-24);
    line-height: var(--f-29);
}

.item-banner a {
    width: 100%;
    max-width: 221px;
    text-align: var(--align-center);
    margin-top: var(--p-20);
}



#quem-somos aside, #nossa-estrutura aside, #projeto aside,
#depoimentos aside {
    align-items: var(--align-center);
    justify-content: var(--align-center);
    flex-direction: var(--direction-column);
}

#quem-somos h1, #nossa-estrutura h1, #projeto h1,
#depoimentos aside h1, #conheca-nosso-projeto aside h1, .descricao-contato h1,
.contato h1, .item-modal h1, #duvidas h1.title {
    color: var(--cor-azul);
    font-family: var(--inter-bold);
    font-size: var(--f-32);
    line-height: var(--f-39);
}

#quem-somos p,
#nossa-estrutura p,
#projeto p {
    width: 100%;
    max-width: 799px;
    font-family: var(--oxygen-regular);
    font-size: var(--mr-16);
    line-height: 21px;
    margin-top: var(--mr-16);
    text-align: var(--align-center);
}

#quem-somos article {
    display: var(--d-flex);
    justify-content: var(--alig-star);
    margin-top: 64px;
}

.itens-quem-somos h2 {
    display: var(--d-flex);
    color: var(--cor-azul);
    font-family: var(--inter-bold);
    font-size: var(--f-24);
    line-height: var(--f-29);
}

.itens-quem-somos h2:before {
    content: url('../../images/verificado.svg');
    width: 28px;
    height: 28px;
    margin-right: var(--mr-16);
}

#quem-somos .itens-quem-somos p {
    font-size: var(--mr-16);
    font-family: var(--inter-regular);
    line-height: 21px;
    text-align: justify;
    margin-bottom: var(--mr-16);
    max-width: 516px;
    width: 100%;
}

.itens-quem-somos h1 {
    background: -webkit-linear-gradient(242.45deg, #FBA791 17.14%, #6FB644 82.86%, #6FB644 82.86%), linear-gradient(0deg, #C7E6E8, #C7E6E8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient;
    margin-top: var(--f-32);
    font-family: var(--inter-bold);
    font-size: var(--f-32);
    line-height: 39px;
    max-width: 575px;
    width: 100%;
}



#nossa-estrutura {
    background: var(--cinza-claro);
}

hr.linha {
    background: url(../images/onda-linha.svg) top center no-repeat;
    height: 109px;
    border-color: transparent;
    padding: 0;
    margin: 0;
}



.item-projeto {
    background: var(--cor-branca);
    border-radius: var(--f-10);
    height: 100%;
    width: 100%;
    max-width: 384px;
    display: var(--d-flex);
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
    transition: 0.3s;
}

.item-projeto .imagem {
    background: var(--azul-escuro);
    border-radius: 50%;
    display: var(--d-flex);
    align-items: var(--align-center);
    justify-content: var(--align-center);
    width: 90px;
    margin-top: 40px;
    height: 90px;
}

.item-projeto .imagem img {
    width: 35px;
    object-fit: contain;
    object-position: top;
}

#projeto article .item-projeto h1 {
    color: var(--cinza-escuro);
    font-family: var(--inter-regular);
    font-size: var(--f-24);
    line-height: 28px;
    text-align: var(--align-center);
    margin-top: var(--f-32);
}

#projeto article {
    display: var(--d-flex);
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.item-projeto:before {
    content: '';
    background: var(--background-azul-transparente);
    position: absolute;
    width: 100%;
    max-width: 384px;
    height: 91px;
    border-radius: var(--f-10);
}



#projeto article.btn-cadastro {
    justify-content: var(--align-center);
}

#depoimentos {
    background: var(--cinza-claro);
    flex-direction: var(--direction-column);
    padding-bottom: 155px;
}

#depoimentos aside {
    z-index: 9;
}


#depoimentos aside h1, #duvidas h1.title {
    width: 100%;
    max-width: 485px;
    text-align: var(--align-center);
}

#faca-parte-historia {
    background: url(../images/banner-historia.svg) top center no-repeat;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

article.descricao-socio-contribuinte {
    display: var(--d-flex);
    flex-direction: column;
}

.descricao-socio-contribuinte h1 {
    color: var(--cor-azul);
    font-family: var(--inter-regular);
}

.descricao-socio-contribuinte p {
    font-family: var(--oxygen-regular);
    font-size: var(--mr-16);
    line-height: 21px;
    color: var(--cor-preto);
    margin-top: var(--f-32);
    line-height: 21px;
}

.descricao-socio-contribuinte a, #faca-parte-historia .container article a {
    width: 238px;
    text-align: var(--align-center);
    margin-top: var(--f-32);
}



#faca-parte-historia .container {
    align-items: var(--align-center);
    justify-content: flex-end;
}

#faca-parte-historia .container article {
    max-width: 590px;
    width: 100%;
}

#faca-parte-historia .container article h1,
#faca-parte-historia .container article h2,
#faca-parte-historia .container article p {
    color: var(--cor-branca);
    font-family: var(--inter-bold);
    font-size: 40px;
    line-height: 48px;
}

#faca-parte-historia .container article h2,
#faca-parte-historia .container article p {
    font-size: var(--p-18);
    line-height: 21px;
    font-family: var(--inter-regular);
    margin-top: 25px;
    margin-bottom: 16px;
}

#faca-parte-historia .container article p {
    font-size: var(--mr-16);
    line-height: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#faca-parte-historia .container article a {
    max-width: 181.19px
}

#conheca-nosso-projeto .container {
    display: var(--d-flex);
    flex-direction: var(--direction-column);
}

#conheca-nosso-projeto aside h1 {
    text-align: var(--align-center);
}



.menu-projeto ul {
    display: var(--d-flex);
    justify-content: space-between;
    margin-top: 56px;
    padding-bottom: 20px;
}

.menu-projeto ul li {
    color: var(--cor-cinza-escuro);
    font-size: var(--p-18);
    font-family: var(--oxygen-regular);
    line-height: 20px;
    cursor: pointer;
}

.projeto {
    display: var(--d-flex);
    margin-top: 41px;
    justify-content: space-between;
}

.descricao-projeto {
    max-width: 592px;
    width: 100%;
}

.descricao-projeto p {
    font-family: var(--oxygen-regular);
    color: var(--cor-preto);
    font-size: var(--mr-16);
    line-height: 21px;
    text-align: justify;
    margin-bottom: 30px;
}

.descricao-projeto a {
    text-decoration-line: underline;
    color: #4D7B32;
    font-size: var(--p-18);
    font-family: var(--inter-regular);
}

.active-menu::after {
    content: '';
    display: block;
    color: #6FB644;
    border-bottom: 4px solid #6FB644;
    border-radius: 5px;
    position: absolute;
    z-index: 9;
    top: 33px;
    bottom: 0;
    width: 187px;
    height: 4px;
}

.descricao-contato p {
    color: var(--cor-cinza);
    font-family: var(--inter-regular);
    font-size: var(--mr-16);
    line-height: 21px;
    margin-top: 17px;
}

.projeto img {
    border-radius: 5px;
}

#conheca-nosso-projeto {
    background: var(--cinza-claro);
}

.informacao-contato {
    display: var(--d-flex);
    margin-top: 22px;
}

.informacao-contato img {
    margin-right: 8px;
}

.informacao-contato p {
    margin: 0;
}

.informacao-contato h2,
.informacao-contato p {
    color: var(--cor-cinza);
    font-size: 14px;
    font-family: var(--inter-regular);
}

.informacao-contato p {
    line-height: 21px;
    font-size: var(--mr-16);
}

iframe {
    margin-top: var(--f-32);
}


.contato {
    width: 100%;
    display: var(--d-flex);
    flex-direction: var(--direction-column);
    background: #FFFFFF;
    border: 1px solid #B8CCCC;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 32px 32px;
    margin-left: 30px;
}

.contato-form {
    display: var(--d-flex);
    flex-direction: var(--direction-column);
}

.contato-form textarea, .contato-form label, .contato-form input,
.grid-item label, .grid-item input, .grid-item textarea,
.form-cadastro select {
    color: #353535;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Lato-Regular';
    margin-top: var(--mr-16);
}

.contato-form input,
.contato-form textarea,
.form-cadastro input,
.form-cadastro textarea,
.item-cadastro select {
    background: #FFFFFF;
    border: 1px solid #B8CCCC;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 22px;
    margin-top: 10px;
    color: #1E386B;
}

.contato-form textarea, .form-cadastro textarea {
    height: 116px;
}

.descricao-contato {
    max-width: 592px;
    width: 100%;
}

footer {
    background: #101F3D;
}

.descricao-rodape p {
    color: var(--cor-branca);
    font-size: 14px;
    font-family: var(--oxygen-regular);
    line-height: 18px;
    width: 100%;
    max-width: 280px;
    margin-top: var(--f-24);
}

.descricao-rodape h2 {
    color: #6FB644;
    font-size: var(--p-18);
    line-height: 21px;
    font-family: var(--inter-bold);
}

.descricao-rodape ul li {
    margin-top: var(--mr-16);
}

.descricao-rodape ul li a {
    color: var(--cinza-claro);
    font-family: var(--inter-regular);
    font-size: var(--mr-16);
    line-height: 21px;
}

footer .container {
    justify-content: space-between;
}

.redes-sociais {
    display: var(--d-flex);
}

.redes-sociais a {
    margin-top: 20px;
}

.redes-sociais a:nth-child(1) {
    margin-right: 10px;
}

.descricao-rodape:nth-child(3) h2:nth-child(5) {
    margin-top: 24px;
}

#desenvolvimento {
    padding: 32px 0px;
    background: #172C55;
}

#desenvolvimento .container {
    align-items: var(--align-center);
    justify-content: var(--align-center);
}

#desenvolvimento article {
    color: var(--cor-branca);
    font-family: var(--inter-regular);
    font-size: var(--mr-16);
    line-height: 21px;
    display: var(--d-flex);
}

#desenvolvimento article a {
    font-family: var(--inter-regular);
    font-size: 16px;
    line-height: 21px;
    color: #6FB644;
    padding: 0px 5px;
}


.banner-nossa-estrutura {
    margin-top: 68px;
}

#nossa-estrutura {
    padding-bottom: 90px;
}


.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before,
.active-navbar::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #66A541;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    top: 84%;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before,
.active-navbar:before {
    right: 0;
}

nav ul li a:hover,
.active-navbar {
    color: #66A541 !important;
}

input:hover, textarea:hover {
    border: 1px solid #1E386B;
}

::placeholder {
    color: #353535;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #353535;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #353535;
}

nav ul li a,
input, textarea {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

.header_menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.hide_menu_down {
    -webkit-animation: moveDown .5s;
}

.hide_menu_up {
    -webkit-animation: moveUp .5s;
}

@-webkit-keyframes moveDown {
    0% {
        -webkit-transform: translateY(-40px)
    }
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(40px)
    }
}



/* Shrink */
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/* Forward */
.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

/* Backward */
.hvr-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

/* Bounce Out */
.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


* Pulse */
@-webkit-keyframes hvr-pulse {
    25%

{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.hvr-grow {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#back-to-top {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 1000;
}

#back-to-top a {
    background: url("../images/whatsapp.svg") no-repeat scroll center center;
    border-radius: 100px;
    display: block;
    height: 70px;
    text-indent: -9999px;
    transition: all 0.2s linear 0s;
    width: 70px;
    background-size: cover;
}

#back-to-top a:nth-child(1) {
    background: url("../images/icone-instagram.svg") no-repeat scroll center center;
}

/*Modal*/
.modal-box {
    display: none;
}

.modal {
    margin: 0 auto;
    background: var(--cor-branca);
    box-shadow: 10px 10px 40px rgba(102, 116, 139, 0.29);
    border-radius: 10px;
}

.item-modal {
    display: var(--d-flex);
    justify-content: var(--align-center);
    flex-direction: var(--direction-column);
    padding: 48px 48px 40px 48px;
}

.item-modal p {
    font-family: var(--inter-regular);
    font-size: var(--mr-16);
    line-height: 28px;
    color: var(--cor-cinza);
    text-align: justify;
    margin-top: var(--f-32);
}

.item-modal img {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    object-fit: cover;
    height: 100px;
}

.item-modal a {
    text-align: var(--align-center);
    width: 123px;
    margin-top: 40px;
}

.btn-item {
    width: 100%;
    display: var(--d-flex);
    justify-content: space-between;
    align-items: baseline;
}

.item-flex {
    display: var(--d-flex);
    flex-direction: var(--direction-column);
}

.btn-item a {
    left: 0;
    width: auto;
}

.item-modal h1 {
    padding-bottom: var(--f-24);
    border-bottom: 1px solid var(--cor-EDEDED);
}

.form-cadastro {
    display: var(--d-flex);
    flex-wrap: wrap;
}

.grid-item {
    width: 100%;
    display: flex;
}

.grid-item:nth-child(1) {
    margin-top: var(--mr-16);
}

.item-cadastro {
    display: var(--d-flex);
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
}

.form-cadastro input,
.form-cadastro textarea {
    margin-top: var(--f-10);
    padding: 14px 16px;
}

.form-cadastro select {
    margin-right: var(--f-32);
    padding: 13px 16px;
    width: 100%;
}


/* The container */
.checkbox {
    margin-left: var(--mr-16);
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #1E386B;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkbox .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.item-cadastro {
    margin-right: var(--f-32);
}

.item-cadastro:last-child {
    margin: 0;
}

input.error,
textarea.error,
select.error {
    border-color: #c71717;
}

label.error {
    font-family: var(--inter-bold);
    font-size: var(--mr-16);
    color: #c71717;
}

.item-projeto:hover {
    filter: drop-shadow(15px 15px 40px rgba(83, 102, 137, 0.16));
    transform: translate(0, -10px);
}


.banner-nossa-estrutura .item img {
    border-radius: 5px;
}

a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}


.accordion {
    background-color: #eee;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
}

.accordion:after {
    content: url(../images/arrow-down.png);
    width: 16px;
    display: block;
    position: absolute;
    right: 26px;
    top: 23px;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: #f9f9fa;
    overflow: hidden;
    font-family: var(--oxygen-regular);
    font-size: var(--mr-16);
    line-height: 21px;
    color: var(--cor-preto);
    line-height: 21px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#duvidas aside {
    flex-direction: column;
    align-items: center;
}

.itens-duvidas {
    width: 100%;
    margin-top: 20px;
}


.panel p {
    padding: 10px 0;
}


/* Ajuste Clickmaster - versão estática: corrige carrossel Nossa Estrutura */
.banner-nossa-estrutura .owl-stage {
    display: flex;
    align-items: stretch;
}

.banner-nossa-estrutura .owl-item {
    display: flex;
}

.banner-nossa-estrutura .item {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f4f4;
}

.banner-nossa-estrutura .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .banner-nossa-estrutura .item {
        height: 320px;
    }
}


/* Ajuste Clickmaster v3 - remove dependência do carrossel da Nossa Estrutura */
.estrutura-galeria-estatica {
    width: 100%;
    max-width: 1180px;
    margin: 48px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.estrutura-galeria-estatica .estrutura-card {
    display: block;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    background: #f4f4f4;
    box-shadow: 0 12px 30px rgba(83, 102, 137, 0.12);
}

.estrutura-galeria-estatica .estrutura-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .estrutura-galeria-estatica {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        width: 92%;
    }
    .estrutura-galeria-estatica .estrutura-card { height: 220px; }
}

@media (max-width: 575px) {
    .estrutura-galeria-estatica {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 92%;
    }
    .estrutura-galeria-estatica .estrutura-card { height: 240px; }
}


/* Correção emergencial - versão estática Clickmaster
   Garante que a seção de depoimentos fique organizada mesmo fora do ASP.NET/IIS. */
#depoimentos {
    overflow: hidden;
}
#depoimentos .gtco-testimonials {
    width: 100%;
    max-width: 1180px;
    margin: 40px auto 0;
}
#depoimentos .gtco-testimonials .card {
    box-sizing: border-box;
    overflow: hidden;
}
#depoimentos .gtco-testimonials .card-img-top {
    display: block;
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    object-fit: cover;
    border-radius: 50%;
    margin: 15px auto 0;
}
#depoimentos .gtco-testimonials .card-body {
    padding: 0 10px 20px;
}
#depoimentos .gtco-testimonials .card-text {
    display: block;
    width: 100%;
    max-width: 336px;
    margin: 22px auto 0;
}
#depoimentos .owl-stage {
    display: flex;
    align-items: stretch;
}
#depoimentos .owl-item {
    display: flex;
    justify-content: center;
}
#depoimentos .owl-item .card {
    height: 100%;
}
@media (max-width: 768px) {
    #depoimentos .gtco-testimonials {
        margin-top: 24px;
        padding: 0 16px;
    }
}
