@charset "UTF-8";

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype')
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype')
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1xlEA.ttf) format('truetype')
}

#cookiesdirective {
    box-shadow: 0 0 20px -10px black;
    background-color: #ddd;
    width: 300px !important;
    min-height: 160px !important;
    left: 20px !important;
    margin-bottom: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 15px 10px 10px;
    animation: slideUp .5s cubic-bezier(.25, .46, .45, .94) both
}

@media (max-width:768px) {
    #cookiesdirective {
        left: calc(50% - 150px) !important;
        padding: 25px 10px 10px
    }
}

#cookiesdirective:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 511.999 511.999' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m501.78 235.24c-29.7-10.499-49.799-38.699-49.799-70.199 0.601-5.101-1.8-9.3-5.7-12.9-3.3-2.701-8.399-3.9-12.599-3.301-25.201 3.6-49.2-3.6-67.5-18.3s-31.201-36.899-33.3-62.699c-0.3-4.501-3.001-8.701-6.901-11.4-3.9-2.401-8.699-3.001-13.2-1.201-40.8 14.7-79.2-11.1-94.499-46.199-3.001-6.601-9.901-10.201-17.1-8.699-57.601 12.9-109.4 49.06-144.8 94.661-81.899 105.3-73.5 250.2 18.3 342.3 99.901 99.598 261 99.598 360.6 0 46.199-46.201 76.7-112.06 76.7-182.26-0.603-9.901-0.903-16.5-10.203-19.802z' fill='%23FEA832'/%3E%3Cpath d='m511.98 255.04c0 70.199-30.5 136.06-76.7 182.26-99.6 99.598-260.7 99.598-360.6 0l291.5-306.76c18.3 14.7 42.299 21.899 67.5 18.3 4.2-0.599 9.3 0.601 12.599 3.301 3.9 3.6 6.301 7.798 5.7 12.9 0 31.5 20.099 59.7 49.799 70.199 9.302 3.302 9.602 9.901 10.202 19.801z' fill='%23FE9923'/%3E%3Cpath d='m193.48 312.5c-7.5-6.599-17.701-10.499-28.5-10.499-24.901 0-45 20.099-45 45 0 11.7 4.501 22.2 11.7 30 8.099 9.3 20.099 15 33.3 15 24.901 0 45-20.101 45-45-1e-3 -14.101-6.301-26.4-16.5-34.501z' fill='%23994C0F'/%3E%3Cg fill='%23713708'%3E%3Cpath d='m314.98 302c-24.814 0-45-20.186-45-45s20.186-45 45-45 45 20.186 45 45-20.185 45-45 45z'/%3E%3Cpath d='m299.98 422c-16.538 0-30-13.462-30-30s13.462-30 30-30 30 13.462 30 30-13.462 30-30 30z'/%3E%3C/g%3E%3Cpath d='m179.98 212c-16.538 0-30-13.462-30-30s13.462-30 30-30 30 13.462 30 30-13.462 30-30 30z' fill='%23994C0F'/%3E%3Ccircle cx='404.24' cy='318.13' r='15' fill='%23713708'/%3E%3Ccircle cx='104.23' cy='258.13' r='15' fill='%23994C0F'/%3E%3Cpath d='m209.98 347c0 24.899-20.099 45-45 45-13.2 0-25.201-5.7-33.3-15l61.8-64.501c10.2 8.101 16.5 20.4 16.5 34.501z' stroke-width='4' stroke='%23ffffff' fill='%23713708'/%3E%3C/svg%3E%0A");
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 0;
    background-color: #FFFFFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    float: left
}

@media (max-width:768px) {
    #cookiesdirective:before {
        left: calc(50% - 20px);
        top: -20px
    }
}

#cookiesdirective .cookie-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    line-height: 1.2
}

#cookiesdirective .cookie-wrapper .text-cookie {
    color: #000000;
    font-size: 13px
}

#cookiesdirective .cookie-wrapper .text-cookie a {
    color: #ED3338;
    display: block;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#cookiesdirective .cookie-wrapper .text-cookie a:hover {
    color: #000;
    display: block
}

#cookiesdirective .cookie-wrapper .mbr-text p {
    margin-bottom: 7px
}

#cookiesdirective .cookie-wrapper .btn-aceitar {
    margin: 8px auto;
    font-weight: 700
}

#cookiesdirective .cookie-wrapper .btn-aceitar button,
#cookiesdirective .cookie-wrapper .btn-aceitar a {
    color: #FFFFFF;
    padding: 10px 20px !important;
    background-color: #0761B0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border: none;
    font-weight: 700
}

#cookiesdirective .cookie-wrapper .btn-aceitar button:hover,
#cookiesdirective .cookie-wrapper .btn-aceitar a:hover {
    background-color: #001040
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body,
span,
p,
form,
img,
a,
input,
select,
textarea,
html,
figure,
header,
footer,
article,
section,
iframe {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

ul,
ol,
li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.titulo1,
.titulo2,
.titulo3,
.titulo4 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif
}

input,
textarea {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

.spaceAfterCP,
.spaceBeforeCP {
    width: 100%
}

a {
    color: #0761B0;
    text-decoration: none;
    display: contents;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

a:hover {
    color: #000926
}

figure {
    line-height: 0;
    flex-shrink: 0
}

figure figcaption {
    line-height: 1.2
}

.full-max {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0
}

@font-face {
    font-family: 'icomoon';
    src: url('../../fontes/icomoon.ttf?2cgk3b') format('truetype'), url('../../fontes/icomoon.woff?2cgk3b') format('woff'), url('../../fontes/icomoon.svg?2cgk3b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

i {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-webcis-g:before {
    content: "\e907"
}

.icon-webcis-p:before {
    content: "\e916"
}

.icon-tik-tok:before {
    content: "\e9bf"
}

.icon-twitter-x:before {
    content: "\e911"
}

.icon-linkedin:before {
    content: "\e908"
}

.icon-instagram:before {
    content: "\e94a"
}

.icon-whatsapp:before {
    content: "\e906"
}

.icon-facebook:before {
    content: "\e909"
}

.icon-youtube:before {
    content: "\e92e"
}

.icon-youtube-02:before {
    content: "\e90b"
}

.icon-pinterest:before {
    content: "\e90c"
}

.icon-rss:before {
    content: "\e90d"
}

.icon-blog:before {
    content: "\e90e"
}

.icon-arroba:before {
    content: "\e922"
}

.icon-waze:before {
    content: "\e99f"
}

.icon-waze-02:before {
    content: "\e9ae"
}

.icon-pin-02:before {
    content: "\e929"
}

.icon-pin-03:before {
    content: "\e930"
}

.icon-pin-04:before {
    content: "\e928"
}

.icon-mapa:before {
    content: "\e993"
}

.icon-rota:before {
    content: "\e943"
}

.icon-compartilhar:before {
    content: "\e9bd"
}

.icon-compartilhar-02:before {
    content: "\e9ac"
}

.icon-compartilhar-03:before {
    content: "\e9ad"
}

.icon-email:before {
    content: "\e9ba"
}

.icon-email-02:before {
    content: "\e987"
}

.icon-email-03:before {
    content: "\e93f"
}

.icon-email-04:before {
    content: "\e921"
}

.icon-email-05:before {
    content: "\e923"
}

.icon-celular:before {
    content: "\e9be"
}

.icon-telefone:before {
    content: "\e92f"
}

.icon-telefone-02:before {
    content: "\e92c"
}

.icon-telefone-03:before {
    content: "\e92d"
}

.icon-telefone-04:before {
    content: "\e941"
}

.icon-telefone-05:before {
    content: "\e972"
}

.icon-chat:before {
    content: "\e93a"
}

.icon-chat-02:before {
    content: "\e93c"
}

.icon-chat-03:before {
    content: "\e9a8"
}

.icon-chat-04:before {
    content: "\e93d"
}

.icon-chat-05:before {
    content: "\e93e"
}

.icon-telefone-06:before {
    content: "\e942"
}

.icon-atendimento:before {
    content: "\e913"
}

.icon-atendimento-02:before {
    content: "\e914"
}

.icon-atendimento-03:before {
    content: "\e912"
}

.icon-atendimento-04:before {
    content: "\e948"
}

.icon-usuario:before {
    content: "\e98a"
}

.icon-usuario-02:before {
    content: "\e997"
}

.icon-usuario-03:before {
    content: "\e988"
}

.icon-usuario-04:before {
    content: "\e91c"
}

.icon-usuario-05:before {
    content: "\e91d"
}

.icon-camera:before {
    content: "\e998"
}

.icon-camera-03:before {
    content: "\e99b"
}

.icon-relogio:before {
    content: "\e931"
}

.icon-relogio-02:before {
    content: "\e932"
}

.icon-calendario:before {
    content: "\e9a3"
}

.icon-calendario-03:before {
    content: "\e964"
}

.icon-calendario-04:before {
    content: "\e933"
}

.icon-calendario-05:before {
    content: "\e934"
}

.icon-seta:before {
    content: "\e902"
}

.icon-seta-02:before {
    content: "\e970"
}

.icon-seta-03:before {
    content: "\e971"
}

.icon-seta-04:before {
    content: "\e96e"
}

.icon-seta-05:before {
    content: "\e96f"
}

.icon-seta-06:before {
    content: "\e955"
}

.icon-seta-07:before {
    content: "\e956"
}

.icon-seta-08:before {
    content: "\e950"
}

.icon-seta-09:before {
    content: "\e951"
}

.icon-seta-10:before {
    content: "\e952"
}

.icon-seta-11:before {
    content: "\e953"
}

.icon-seta-12:before {
    content: "\e954"
}

.icon-seta-13:before {
    content: "\e957"
}

.icon-seta-14:before {
    content: "\e958"
}

.icon-seta-15:before {
    content: "\e9af"
}

.icon-seta-16:before {
    content: "\e959"
}

.icon-seta-17:before {
    content: "\e95a"
}

.icon-seta-18:before {
    content: "\e95b"
}

.icon-seta-19:before {
    content: "\e9b0"
}

.icon-seta-20:before {
    content: "\e940"
}

.icon-seta-21:before {
    content: "\e9b1"
}

.icon-seta-22:before {
    content: "\e90a"
}

.icon-icon-seta-23:before {
    content: "\e915"
}

.icon-seta-24:before {
    content: "\e919"
}

.icon-seta-25:before {
    content: "\e944"
}

.icon-play:before {
    content: "\e96d"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-final:before {
    content: "\ea23"
}

.icon-inicio:before {
    content: "\ea24"
}

.icon-mais:before {
    content: "\e96a"
}

.icon-seta-26:before {
    content: "\e973"
}

.icon-seta-27:before {
    content: "\e97d"
}

.icon-mais-02:before {
    content: "\e95d"
}

.icon-mais-03:before {
    content: "\e95c"
}

.icon-mais-04:before {
    content: "\e95e"
}

.icon-menos:before {
    content: "\e969"
}

.icon-menos-02:before {
    content: "\e967"
}

.icon-menos-03:before {
    content: "\e924"
}

.icon-fechar-03:before {
    content: "\e981"
}

.icon-fechar-04:before {
    content: "\e98c"
}

.icon-fechar:before {
    content: "\e947"
}

.icon-fechar-02:before {
    content: "\e949"
}

.icon-check:before {
    content: "\e94b"
}

.icon-check-02:before {
    content: "\e926"
}

.icon-check-03:before {
    content: "\e94c"
}

.icon-check-04:before {
    content: "\e991"
}

.icon-estrela:before {
    content: "\e977"
}

.icon-estrela-02:before {
    content: "\e978"
}

.icon-cadeado:before {
    content: "\e905"
}

.icon-carrinho:before {
    content: "\e9b3"
}

.icon-carrinho-02:before {
    content: "\e917"
}

.icon-carrinho-03:before {
    content: "\e901"
}

.icon-sacola:before {
    content: "\e925"
}

.icon-sacola-02:before {
    content: "\e94d"
}

.icon-sacola-03:before {
    content: "\e996"
}

.icon-tag-01:before {
    content: "\e938"
}

.icon-tag-02:before {
    content: "\e939"
}

.icon-ticket:before {
    content: "\e93b"
}

.icon-delivery:before {
    content: "\e91b"
}

.icon-delivery-02:before {
    content: "\e90f"
}

.icon-delivery-03:before {
    content: "\e918"
}

.icon-delivery-04:before {
    content: "\e98e"
}

.icon-lixeira:before {
    content: "\e9b6"
}

.icon-icon-lixeira-02:before {
    content: "\e900"
}

.icon-upload:before {
    content: "\e9b2"
}

.icon-imagem:before {
    content: "\e94f"
}

.icon-upload-02:before {
    content: "\e968"
}

.icon-pasta-aberta:before {
    content: "\e992"
}

.icon-pasta-fechada:before {
    content: "\e995"
}

.icon-download:before {
    content: "\e935"
}

.icon-download-02:before {
    content: "\f019"
}

.icon-pdf:before {
    content: "\e9bb"
}

.icon-clip:before {
    content: "\e98b"
}

.icon-copiar:before {
    content: "\e9b5"
}

.icon-doc:before {
    content: "\e92a"
}

.icon-doc-02:before {
    content: "\e92b"
}

.icon-editar:before {
    content: "\e9b8"
}

.icon-editar-02:before {
    content: "\e98d"
}

.icon-imprimir:before {
    content: "\e999"
}

.icon-filtro:before {
    content: "\e975"
}

.icon-visivel:before {
    content: "\e99a"
}

.icon-invisivel:before {
    content: "\e99d"
}

.icon-filtro-02:before {
    content: "\e976"
}

.icon-ordenar:before {
    content: "\e974"
}

.icon-aleatorio:before {
    content: "\e983"
}

.icon-config:before {
    content: "\e985"
}

.icon-config-02:before {
    content: "\e989"
}

.icon-icon-ajuste:before {
    content: "\e994"
}

.icon-sino:before {
    content: "\e979"
}

.icon-sino-02:before {
    content: "\e97a"
}

.icon-chave:before {
    content: "\e97f"
}

.icon-chave-02:before {
    content: "\e980"
}

.icon-lupa:before {
    content: "\e936"
}

.icon-lupa-02:before {
    content: "\e937"
}

.icon-zoom-in:before {
    content: "\e963"
}

.icon-zoom-out:before {
    content: "\e965"
}

.icon-expandir:before {
    content: "\e9a0"
}

.icon-atualizar:before {
    content: "\e904"
}

.icon-atualizar-02:before {
    content: "\e903"
}

.icon-sair:before {
    content: "\e986"
}

.icon-sair-02:before {
    content: "\e97e"
}

.icon-dash:before {
    content: "\e984"
}

.icon-click:before {
    content: "\e9b4"
}

.icon-dinheiro:before {
    content: "\e9b7"
}

.icon-dinheiro-02:before {
    content: "\e9a1"
}

.icon-escudo:before {
    content: "\e9a4"
}

.icon-cama:before {
    content: "\e9a5"
}

.icon-cama-02:before {
    content: "\e98f"
}

.icon-banheiro:before {
    content: "\e9a6"
}

.icon-banheiro-02:before {
    content: "\e9a2"
}

.icon-carro:before {
    content: "\e9a7"
}

.icon-carro-02:before {
    content: "\e990"
}

.icon-checklist:before {
    content: "\e9a9"
}

.icon-checklist-02:before {
    content: "\e9b9"
}

.icon-empresa:before {
    content: "\e9aa"
}

.icon-metragem:before {
    content: "\e9ab"
}

.icon-metragem-02:before {
    content: "\e9c0"
}

.icon-planta:before {
    content: "\e9c1"
}

.icon-icon-camera:before {
    content: "\f03d"
}

.icon-checklist-03:before {
    content: "\e9c2"
}

.icon-marcacao:before {
    content: "\e9c3"
}

.icon-coracao-01:before {
    content: "\e9c4"
}

.icon-coracao-02:before {
    content: "\e9c5"
}

.icon-estrela-03:before {
    content: "\e9c6"
}

.icon-estrela-04:before {
    content: "\e9c7"
}

.icon-estrela-05:before {
    content: "\e9c8"
}

.icon-stats:before {
    content: "\e982"
}

.icon-menu:before {
    content: "\e95f"
}

.icon-menu-02:before {
    content: "\e960"
}

.icon-menu-03:before {
    content: "\e961"
}

.icon-menu-04:before {
    content: "\e962"
}

.icon-menu-05:before {
    content: "\e966"
}

.icon-mouse:before {
    content: "\e94e"
}

.icon-empresa-02:before {
    content: "\e91a"
}

.icon-empresa-03:before {
    content: "\e927"
}

.icon-empresa-04:before {
    content: "\e910"
}

.icon-empresa-05:before {
    content: "\e9c9"
}

.icon-link:before {
    content: "\e945"
}

.icon-responsivo:before {
    content: "\e946"
}

.icon-enviar:before {
    content: "\e920"
}

.icon-home:before {
    content: "\e96b"
}

.icon-home-02:before {
    content: "\e96c"
}

.icon-ajuda:before {
    content: "\e91e"
}

.icon-info:before {
    content: "\e91f"
}

.icon-alerta:before {
    content: "\e97c"
}

.icon-alerta-02:before {
    content: "\e97b"
}

.icon-asterisco:before {
    content: "\f069"
}

.icon-pix:before {
    content: "\e9bc";
    color: #4bb8a9
}

.icon-qrcode-02:before {
    content: "\e99c"
}

.icon-qrcode:before {
    content: "\e99e"
}

.icon-tradutor:before {
    content: "\e9ca"
}

.icon-review:before {
    content: "\e9cb"
}

.icon-google-review-01:before {
    content: "\e9cc"
}

.icon-google-review-02:before {
    content: "\e9cd"
}

#headerBlock {
    width: 100%;
    height: 106px;
    float: left;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 15px
}

@media (max-width:1023px) {
    #headerBlock {
        height: 70px;
        padding: 0
    }
}

#headerBlock.topo-fixo {
    height: 90px;
    background-color: rgba(7, 97, 176, 0.77);
    backdrop-filter: blur(10.6px)
}

#headerBlock.topo-fixo .topo-34>.logo {
    width: 150px;
    height: 150px;
    margin-top: 5px
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .topo-34>.logo {
        width: 100px;
        height: 95px;
        margin-top: 0
    }
}

#headerBlock.topo-fixo .topo-34>.logo:before {
    border-color: transparent;
    border-width: 1px;
    border-style: solid
}

#headerBlock.topo-fixo .topo-34>.topo-right>.menu>.pmenu>li>a {
    height: 70px
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .topo-34>.topo-right>.menu>.pmenu>li>a {
        height: auto
    }
}

#headerBlock.topo-fixo .psubmenu {
    top: calc(70px - 3px) !important
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .psubmenu {
        top: 0 !important
    }
}

#headerBlock .topo-34 {
    max-width: 1280px;
    margin: 0 auto 0;
    width: 100%;
    height: 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .topo-34 {
        height: 70px;
        position: relative;
        z-index: 1501;
        padding: 0;
        border: none
    }
}

#headerBlock .topo-34 .logo {
    float: left;
    display: block;
    width: 180px;
    height: 180px;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    margin-top: 25px;
    position: relative
}

@media (max-width:1279px) {
    #headerBlock .topo-34 .logo {
        width: 155px;
        height: 150px
    }
}

@media (max-width:1023px) {
    #headerBlock .topo-34 .logo {
        width: 100px;
        height: 95px;
        margin: 0 auto 0;
        float: none;
        filter: none;
        top: 10px
    }
}

#headerBlock .topo-34 .logo:before {
    content: '';
    display: block;
    width: 100vw;
    height: 170px;
    position: absolute;
    top: -40px;
    right: -70px;
    z-index: -1;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 0 0 90px 0;
    -moz-border-radius: 0 0 90px 0;
    -webkit-border-radius: 0 0 90px 0;
    -ms-border-radius: 0 0 90px 0;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1279px) {
    #headerBlock .topo-34 .logo:before {
        top: -70px;
        right: -25px
    }
}

@media (max-width:1023px) {
    #headerBlock .topo-34 .logo:before {
        display: none
    }
}

#headerBlock .topo-34 .logo h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    overflow: hidden;
    width: 0;
    height: 0
}

#headerBlock .topo-34 .topo-right {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%
}

#headerBlock .topo-34 .topo-right .botao-portal {
    background-color: #FFFFFF;
    position: relative;
    padding: 0 15px;
    width: fit-content;
    min-height: 46px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    color: #FFFFFF;
    padding-right: 45px;
    font-size: 13px
}

#headerBlock .topo-34 .topo-right .botao-portal:before {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 0;
    z-index: 100;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='95' style='fill:%23FFFFFF' xml:space='preserve'%3E%3Cpath d='M95 0c-.2 8.5-2.2 14.8-5.8 19-4.7 5.3-12.2 8-22.9 8-16-.1-27.2 5.5-33.5 16.8-3.2 5.6-4.7 11.4-4.7 17l.3 5.1c-.1 4-.8 7.7-2 11C22.6 87.8 13.8 93.2.1 95v-.3l-.1.4h95V0z'/%3E%3Cpath  fill='none' d='M95 95V0M95 0c-.2 8.5-2.2 14.8-5.8 19-4.7 5.3-12.2 8-22.9 8'/%3E%3C/svg%3E");
    pointer-events: none
}

#headerBlock .topo-34 .topo-right .botao-portal:after {
    content: '\e988';
    color: #0761B0;
    font-family: 'icomoon';
    font-size: calc(46px * .4);
    width: calc(46px * .65);
    height: calc(46px * .65);
    background-color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#headerBlock .topo-34 .topo-right .botao-portal:hover {
    background-color: rgba(0, 0, 0, 0)
}

@media (max-width:1279px) {
    #headerBlock .topo-34 .topo-right .botao-portal {
        font-size: 12px;
        padding: 0 40px 0 10px
    }
}

@media (max-width:1023px) {
    #headerBlock .topo-34 .topo-right .botao-portal {
        margin-top: 25px;
        min-width: 160px
    }
}

#headerBlock .topo-34 .topo-right .botao-portal.docente {
    background-color: #FFFFFF;
    position: relative;
    background-color: transparent;
    margin-left: 15px
}

#headerBlock .topo-34 .topo-right .botao-portal.docente:before {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 0;
    z-index: 100;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='95' style='fill:%23FFFFFF' xml:space='preserve'%3E%3Cpath d='M95 0c-.2 8.5-2.2 14.8-5.8 19-4.7 5.3-12.2 8-22.9 8-16-.1-27.2 5.5-33.5 16.8-3.2 5.6-4.7 11.4-4.7 17l.3 5.1c-.1 4-.8 7.7-2 11C22.6 87.8 13.8 93.2.1 95v-.3l-.1.4h95V0z'/%3E%3Cpath  fill='none' d='M95 95V0M95 0c-.2 8.5-2.2 14.8-5.8 19-4.7 5.3-12.2 8-22.9 8'/%3E%3C/svg%3E");
    pointer-events: none
}

#headerBlock .topo-34 .topo-right .botao-portal.docente:after {
    content: '\e98a';
    color: #0761B0;
    font-family: 'icomoon';
    font-size: calc(46px * .4);
    width: calc(46px * .65);
    height: calc(46px * .65);
    background-color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .topo-34 .topo-right .botao-portal.docente {
        margin-left: 0;
        margin-top: 10px
    }
}

#headerBlock .topo-34 .topo-right .botao-portal:hover {
    background-color: #ebebeb;
    color: #0761B0
}

#headerBlock .info-lateral {
    display: none
}

@media (max-width:1023px) {
    #headerBlock .info-lateral {
        position: fixed;
        top: 90px;
        right: -110%;
        z-index: 1001;
        display: block;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        text-align: center;
        width: 90%;
        height: auto;
        padding: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        background-color: #FFFFFF;
        border-top-color: #000926;
        border-top-width: 10px;
        border-top-style: solid
    }

    #headerBlock .info-lateral.on {
        right: 5%
    }

    #headerBlock .info-lateral a {
        display: table;
        margin: 0 auto 0;
        color: #000000
    }

    #headerBlock .info-lateral .telefone-lateral {
        width: 100%;
        font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
        padding: 5px 0 15px;
        font-size: 18px;
        border-bottom-color: rgba(0, 0, 0, 0.15);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }

    #headerBlock .info-lateral .telefone-lateral:before {
        content: 'Telefone';
        display: block;
        font-size: 11px;
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif
    }

    #headerBlock .info-lateral .whatsapp-lateral {
        width: 100%;
        padding-left: 0;
        margin: 10px 0 10px;
        color: #000000;
        font-size: 18px
    }

    #headerBlock .info-lateral .whatsapp-lateral:before {
        content: 'WhatsApp';
        display: block;
        font-size: 11px;
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif
    }

    #headerBlock .info-lateral .email-lateral {
        width: 100%;
        padding: 12px 0;
        font-size: 14px
    }

    #headerBlock .info-lateral .email-lateral:before {
        content: 'E-mail';
        display: block;
        font-size: 11px;
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif
    }

    #headerBlock .info-lateral .email-lateral a {
        word-break: break-all
    }

    #headerBlock .info-lateral .bloco-endereco {
        font-size: 13px;
        color: #000000;
        line-height: 1.2;
        margin-bottom: 10px
    }

    #headerBlock .info-lateral .redes {
        display: table;
        float: none;
        margin: 0 auto 0;
        width: 100%;
        padding: 25px 10px;
        border-top-color: rgba(0, 0, 0, 0.15);
        border-top-width: 1px;
        border-top-style: solid
    }

    #headerBlock .info-lateral .redes span {
        font-size: 11px;
        color: rgba(0, 0, 0, 0.5);
        font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
        float: left;
        width: 100%;
        padding-bottom: 20px
    }

    #headerBlock .info-lateral .redes a {
        float: none;
        display: inline-block;
        margin-bottom: 10px
    }

    #headerBlock .info-lateral .redes i {
        width: 37px;
        height: 37px;
        background-color: rgba(0, 0, 0, 0.8) !important;
        border: none;
        color: #FFFFFF;
        margin: 0 5px;
        padding: 7px;
        border-radius: 150px;
        -moz-border-radius: 150px;
        -webkit-border-radius: 150px;
        -ms-border-radius: 150px
    }

    #headerBlock .info-lateral .redes .icon-skype b {
        display: none
    }

    #headerBlock .info-lateral .formulario-contato {
        width: 320px;
        height: 35px;
        line-height: 35px;
        display: block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0 auto 0
    }
}

@media (max-width:480px) {
    #headerBlock .info-lateral .formulario-contato {
        width: 100%
    }

    #headerBlock .info-lateral .telefone-lateral,
    #headerBlock .info-lateral .whatsapp-lateral {
        font-size: 18px
    }

    #headerBlock .info-lateral .endereco-lateral {
        font-size: 13px
    }
}

#headerBlock .ico-fone-responsivo {
    display: none
}

@media (max-width:1023px) {
    #headerBlock .ico-fone-responsivo {
        display: block;
        float: right;
        position: relative;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        padding: 20px;
        color: #FFFFFF;
        font-size: 20px;
        margin: 15px 10px 0 0;
        background-color: #FFFFFF;
        padding-left: 35px;
        padding-left: 20px;
        border: none
    }

    #headerBlock .ico-fone-responsivo:before {
        content: '\e972';
        color: #0761B0;
        font-family: 'icomoon';
        font-size: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 0;
        font-weight: normal
    }

    #headerBlock .ico-fone-responsivo:before {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0
    }

    #headerBlock .ico-fone-responsivo:hover {
        background-color: #d9d9d9;
        cursor: pointer;
        color: #0761B0
    }
}

#headerBlock .trava {
    overflow: hidden;
    position: relative
}

#headerBlock .trava:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45)
}

#headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>a {
    height: 70px
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>a {
        height: auto
    }
}

#headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>.psubmenu {
    top: calc(86px - 5px)
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>.psubmenu {
        top: auto
    }
}

#headerBlock .menu {
    margin: 0;
    transform: translate(0, 0);
    display: flex;
    align-items: center
}

#headerBlock .menu .full-max {
    width: 87%
}

#headerBlock .menu h2 {
    display: none;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

@media only screen and (min-width:1024px) {
    #headerBlock .menu {
        transform: translate(0) !important
    }
}

@media (max-width:1023px) {
    #headerBlock .menu {
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 1500;
        width: 260px;
        height: 100vh;
        margin: 0;
        padding-bottom: 250px;
        background-color: #001d73;
        transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        overflow: scroll;
        border-top: 0;
        flex-direction: column
    }

    #headerBlock .menu.on {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
}

#headerBlock .menu .entrar {
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 25px;
    background-color: #0761B0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-left: 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#headerBlock .menu .entrar:hover {
    background-color: #eee;
    color: #0761B0
}

@media (max-width:1023px) {
    #headerBlock .menu .entrar {
        width: 100%;
        background-color: transparent;
        padding: 15px 20px;
        border-bottom-color: rgba(255, 255, 255, 0.3);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        margin-left: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0
    }

    #headerBlock .menu .entrar:hover {
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFFFFF
    }
}

#headerBlock .pmenu {
    float: right
}

#headerBlock .pmenu li {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .pmenu li {
        width: 100%;
        border-bottom-color: rgba(255, 255, 255, 0.3);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }
}

#headerBlock .pmenu li:hover .psubmenu {
    display: block;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0)
}

#headerBlock .pmenu li a {
    display: flex;
    align-items: center;
    height: 106px;
    color: #FFFFFF;
    padding: 20px 18px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    transition-property: color, height;
    position: relative;
    overflow: hidden
}

@media (max-width:1279px) {
    #headerBlock .pmenu li a {
        padding: 20px 12px;
        font-size: 15px
    }
}

@media (max-width:1023px) {
    #headerBlock .pmenu li a {
        width: 100%;
        height: auto;
        padding: 15px 20px;
        color: #FFFFFF
    }
}

#headerBlock .pmenu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .pmenu li a:before {
        display: none
    }
}

#headerBlock .pmenu li:hover>a,
#headerBlock .pmenu li.act_path>a {
    color: #FFFFFF
}

#headerBlock .pmenu li:hover>a:before,
#headerBlock .pmenu li.act_path>a:before {
    top: 0px;
    bottom: auto
}

@media (max-width:1023px) {

    #headerBlock .pmenu li:hover>a,
    #headerBlock .pmenu li.act_path>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFFFFF
    }
}

@media (max-width:1023px) {
    #headerBlock .pmenu .link_sub {
        display: flex;
        flex-direction: column
    }
}

#headerBlock .pmenu .link_sub:before {
    display: block;
    content: '\e95a';
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    z-index: 0;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1279px) {
    #headerBlock .pmenu .link_sub:before {
        right: 0
    }
}

@media (max-width:1023px) {
    #headerBlock .pmenu .link_sub:before {
        display: none
    }
}

#headerBlock .pmenu .link_sub:hover:before {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

#headerBlock .pmenu .psubmenu {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    background-color: #0761B0;
    position: absolute;
    top: calc(106px - 5px);
    left: 25px;
    z-index: 999;
    width: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.65));
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        width: 100%;
        padding: 10px 0 35px 20px;
        filter: none;
        display: block;
        position: relative;
        float: left;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1);
        visibility: visible;
        top: auto;
        left: auto;
        background: none
    }
}

#headerBlock .pmenu .psubmenu:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 5px;
    z-index: -1;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #0761B0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu:after {
        display: none
    }
}

#headerBlock .pmenu .psubmenu:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu:before {
        display: none
    }
}

#headerBlock .pmenu .psubmenu li {
    width: 100%;
    height: auto
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu li {
        border: none
    }
}

#headerBlock .pmenu .psubmenu li.act_path>a {
    background-color: rgba(0, 0, 0, 0.15);
    color: #FFFFFF
}

#headerBlock .pmenu .psubmenu a {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    color: #FFFFFF;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu a {
        border-left-color: rgba(255, 255, 255, 0.3);
        border-left-width: 1px;
        border-left-style: solid;
        font-size: 13px;
        color: #FFFFFF;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0
    }
}

#headerBlock .pmenu .psubmenu a:before {
    display: none
}

#headerBlock .pmenu .psubmenu a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF
}

#headerBlock .botao-menu {
    display: none
}

@media (max-width:1023px) {
    #headerBlock .botao-menu {
        display: block;
        position: relative;
        overflow: hidden;
        float: left;
        width: 70px;
        height: 70px;
        margin: 0 15px 0 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        background: none;
        z-index: 1
    }

    #headerBlock .botao-menu span {
        background-color: #FFFFFF;
        display: block;
        position: absolute;
        height: 4px;
        top: 50%;
        left: 18px;
        right: 18px;
        margin-top: -2px;
        transition: background 0s .3s;
        -moz-transition: background 0s .3s;
        -webkit-transition: background 0s .3s;
        -ms-transition: background 0s .3s
    }

    #headerBlock .botao-menu span:before {
        content: "";
        background-color: #FFFFFF;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        top: -10px;
        left: 0;
        transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -webkit-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -webkit-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        transition-property: top, transform;
        -moz-transition-property: top, transform;
        -webkit-transition-property: top, transform;
        -ms-transition-property: top, transform
    }

    #headerBlock .botao-menu span:after {
        content: "";
        background-color: #FFFFFF;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        bottom: -10px;
        left: 0;
        transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -webkit-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -webkit-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -webkit-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform
    }

    #headerBlock .botao-menu.on {
        background-color: #001d73
    }

    #headerBlock .botao-menu.on span {
        background: none
    }

    #headerBlock .botao-menu.on span:before {
        top: 0;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        -webkit-transition-delay: 0s, .3s;
        -ms-transition-delay: 0s, .3s;
        background-color: #FFFFFF
    }

    #headerBlock .botao-menu.on span:after {
        bottom: 0;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        -webkit-transition-delay: 0s, .3s;
        -ms-transition-delay: 0s, .3s;
        background-color: #FFFFFF
    }

    #headerBlock .ssm-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.4);
        display: none
    }

    #headerBlock .ssm-toggle-nav:before {
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out
    }

    #headerBlock .ssm-toggle-nav.on:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4)
    }
}

#headerBlock .botao-menu2 {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 1
}

#headerBlock .botao-menu2 span {
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    height: 4px;
    top: 50%;
    left: 18px;
    right: 18px;
    margin-top: -2px;
    transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    -webkit-transition: background 0s .3s;
    -ms-transition: background 0s .3s
}

#headerBlock .botao-menu2 span:before {
    content: "";
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: -10px;
    left: 0;
    transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -webkit-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -webkit-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    transition-property: top, transform;
    -moz-transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -ms-transition-property: top, transform
}

#headerBlock .botao-menu2 span:after {
    content: "";
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: -10px;
    left: 0;
    transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -webkit-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -webkit-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform
}

#headerBlock .botao-menu2.on {
    background-color: #001d73
}

#headerBlock .botao-menu2.on span {
    background: none
}

#headerBlock .botao-menu2.on span:before {
    top: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -webkit-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    background-color: #FFFFFF
}

#headerBlock .botao-menu2.on span:after {
    bottom: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -webkit-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    background-color: #FFFFFF
}

#headerBlock .topo-34>.topo-right>.menu .pmenu {
    display: flex
}

@media (max-width:1023px) {
    #headerBlock .topo-34>.topo-right>.menu .pmenu {
        flex-direction: column;
        width: 100%
    }
}

@media (max-width:1023px) {
    #headerBlock .topo-34>.topo-right>.menu .pmenu>li {
        justify-content: center
    }
}

#headerBlock .topo-34>.topo-right>.menu .pmenu>li:first-child a {
    border: none
}

#footerBlock {
    background: #005BA8;
    background: -moz-linear-gradient(-45deg, #005BA8 50%, #ED3338 140%);
    background: -webkit-linear-gradient(-45deg, #005BA8 50%, #ED3338 140%);
    background: linear-gradient(135deg, #005BA8 50%, #ED3338 140%);
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 15px;
    clear: both;
    position: relative;
    overflow: hidden
}

@media (max-width:1023px) {
    #footerBlock {
        padding-bottom: 110px
    }
}

@media (max-width:480px) {
    #footerBlock {
        padding-bottom: 150px
    }
}

#footerBlock .rodape-33 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    display: flex;
    justify-content: center
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 {
        flex-direction: column;
        text-align: center;
        padding-bottom: 0
    }
}

#footerBlock .rodape-33>div {
    padding: 60px 0 30px;
    width: 33.33%
}

@media (max-width:1023px) {
    #footerBlock .rodape-33>div {
        width: 100%;
        padding: 40px 0
    }
}

#footerBlock .rodape-33>div b,
#footerBlock .rodape-33>div h3 {
    display: block;
    font-size: 25px;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 10px;
    position: relative
}

#footerBlock .rodape-33>div b:before,
#footerBlock .rodape-33>div h3:before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-image: url("../../images/icon-titulo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 0
}

@media (max-width:1023px) {

    #footerBlock .rodape-33>div b:before,
    #footerBlock .rodape-33>div h3:before {
        left: calc(50% - (80px / 2))
    }
}

@media (max-width:1023px) {

    #footerBlock .rodape-33>div b,
    #footerBlock .rodape-33>div h3 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

#footerBlock .rodape-33>div b.teste,
#footerBlock .rodape-33>div h3.teste {
    display: none !important
}

#footerBlock .rodape-33>div b.breve,
#footerBlock .rodape-33>div h3.breve {
    display: block
}

#footerBlock .rodape-33>div a {
    display: table;
    color: #FFFFFF
}

@media (max-width:1023px) {
    #footerBlock .rodape-33>div a {
        margin: 0 auto 0
    }
}

@media (max-width:1023px) {
    #footerBlock .rodape-33>div li span {
        margin-bottom: 5px
    }
}

#footerBlock .rodape-33 .col1-rod {
    border-right-color: rgba(255, 255, 255, 0.1);
    border-right-width: 1px;
    border-right-style: solid;
    padding-right: 45px;
    position: relative
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col1-rod {
        border-right: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

#footerBlock .rodape-33 .col1-rod ul {
    margin-bottom: 25px
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col1-rod ul {
        border-bottom-color: rgba(255, 255, 255, 0.1);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-bottom: 0
    }
}

#footerBlock .rodape-33 .col1-rod ul li {
    margin-bottom: 30px
}

#footerBlock .rodape-33 .col1-rod ul li span {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    font-size: 14px;
    line-height: 1.3
}

#footerBlock .rodape-33 .col1-rod ul li a {
    font-weight: 700;
    font-size: 18px
}

#footerBlock .rodape-33 .col1-rod ul .email-rod a {
    font-size: 18px;
    word-break: break-all
}

#footerBlock .rodape-33 .col2-rod {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
    position: relative;
    overflow-x: clip
}

#footerBlock .rodape-33 .col2-rod:before {
    content: '';
    display: block;
    width: 20px;
    height: 80%;
    background-color: #000000;
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(0, -50%);
    filter: blur(18px)
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col2-rod {
        padding-left: 0;
        padding-right: 0;
        border-bottom-color: rgba(255, 255, 255, 0.1);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: unset
    }
}

#footerBlock .rodape-33 .col2-rod>span {
    display: block;
    margin-bottom: 17px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.68)
}

#footerBlock .rodape-33 .col2-rod a {
    display: inline-block;
    float: right;
    font-size: 13px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col2-rod a {
        margin-top: 15px
    }
}

#footerBlock .rodape-33 .col2-rod .redes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col2-rod .redes {
        justify-content: center
    }
}

#footerBlock .rodape-33 .col2-rod .redes a {
    width: 48px;
    height: 48px
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col2-rod .redes a {
        margin: 0
    }
}

#footerBlock .rodape-33 .col2-rod .redes a:hover i {
    transform: scale(1.1)
}

#footerBlock .rodape-33 .col2-rod .redes a i {
    font-size: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    background-color: rgba(0, 0, 0, 0.5)
}

#footerBlock .rodape-33 .col2-rod .copyright {
    color: rgba(255, 255, 255, 0.68);
    margin-top: 35px;
    font-size: 15px;
    clear: both;
    position: relative
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col2-rod .copyright {
        text-align: center;
        position: absolute;
        bottom: 30px;
        left: 0;
        z-index: 0;
        width: 100%
    }
}

@media (max-width:480px) {
    #footerBlock .rodape-33 .col2-rod .copyright {
        bottom: 65px
    }
}

#footerBlock .rodape-33 .col2-rod .copyright span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    flex-direction: column
}

@media (max-width:1279px) {
    #footerBlock .rodape-33 .col2-rod .copyright span {
        justify-content: center
    }
}

@media (max-width:480px) {
    #footerBlock .rodape-33 .col2-rod .copyright span {
        font-size: 13px
    }
}

#footerBlock .rodape-33 .col2-rod .copyright a {
    color: rgba(255, 255, 255, 0.68);
    display: flex;
    align-items: center;
    padding-right: 80px;
    position: relative;
    margin-top: 5px
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col2-rod .copyright a {
        justify-content: center
    }
}

@media (max-width:480px) {
    #footerBlock .rodape-33 .col2-rod .copyright a {
        margin-top: 15px
    }
}

#footerBlock .rodape-33 .col2-rod .copyright a:before {
    display: block;
    font-family: 'icomoon';
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 0;
    line-height: 1;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#footerBlock .rodape-33 .col2-rod .copyright a:hover:before {
    color: #ff520e
}

#footerBlock .rodape-33 .col3-rod {
    position: relative;
    padding-left: 40px
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col3-rod {
        padding-left: 0;
        padding-right: 0;
        box-shadow: none
    }
}

#footerBlock .rodape-33 .col3-rod .endereco-rod {
    margin-bottom: 30px;
    font-size: 16px
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col3-rod .endereco-rod {
        line-height: 1.2
    }
}

#footerBlock .rodape-33 .col3-rod .endereco-rod span {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    font-size: 14px;
    line-height: 1.3
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col3-rod .endereco-rod span {
        margin-bottom: 5px
    }
}

#footerBlock .rodape-33 .col3-rod .endereco-rod a {
    font-weight: 700;
    font-size: 17px
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col3-rod.mapa-rodape {
        position: relative;
        line-height: 0;
        padding-bottom: 0
    }
}

#footerBlock .rodape-33 .col3-rod.mapa-rodape .pelicula {
    position: relative
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col3-rod.mapa-rodape .pelicula {
        margin-bottom: 0
    }
}

#footerBlock .rodape-33 .col3-rod.mapa-rodape .pelicula iframe {
    position: relative;
    width: 100%;
    height: 327px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col3-rod.mapa-rodape .pelicula iframe {
        width: 70%;
        height: 500px
    }
}

@media (max-width:768px) {
    #footerBlock .rodape-33 .col3-rod.mapa-rodape .pelicula iframe {
        width: 100%;
        height: 327px
    }
}

#footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota {
    width: 280px;
    height: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    top: calc(100% - 100px);
    left: 95px;
    z-index: 2
}

@media (max-width:1279px) {
    #footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota {
        width: 50%;
        left: 106px
    }
}

@media (max-width:1023px) {
    #footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota {
        width: 50%;
        top: calc(100% - 65px);
        left: calc(50% - 25%)
    }
}

@media (max-width:768px) {
    #footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota {
        width: 55%
    }
}

@media (max-width:480px) {
    #footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota {
        width: 65%;
        left: 17%
    }
}

#footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 46px;
    content: '\e943';
    font-family: 'icomoon';
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 23px);
    right: 5px;
    z-index: 0;
    background-color: #0761B0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

#footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota [type=text] {
    width: 100%;
    height: 54px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    padding: 15px 55px 15px 15px;
    color: #333333;
    font-size: 15px
}

#footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota [type=text]::placeholder {
    color: #333333;
    font-size: 15px
}

#footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota [type=submit] {
    position: absolute;
    top: calc(50% - 23px);
    right: 5px;
    z-index: 0;
    width: 43px;
    height: 46px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: transparent;
    text-indent: -99999px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#footerBlock .rodape-33 .col3-rod.mapa-rodape .tracar-rota [type=submit]:hover {
    background-color: rgba(0, 0, 0, 0.15)
}

.modint-01 {
    width: 100%
}

@media (max-width:1023px) {
    .modint-01 {
        padding: 60px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        position: relative
    }
}

@media (max-width:480px) {
    .modint-01 {
        padding: 40px 0
    }
}

.modint-01 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 395px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FFFFFF;
    padding-top: 50px;
    background-color: transparent
}

.modint-01 .bg-img:before {
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 60px !important;
    background-size: 1920px;
    position: absolute;
    top: -58px;
    left: 0;
    z-index: 0;
    z-index: 100;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='yes' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1920 75'%3E%3Cpath style='fill:%23FFFFFF' d='M1963,327H-105V65A2647.49,2647.49,0,0,1,431,19c217.7,3.5,239.6,30.8,470,36,297.3,6.7,367.5-36.2,642-28a2511.41,2511.41,0,0,1,420,48'%3E%3C/path%3E%3Cpath style='fill:%23FFFFFF; opacity:50%25' d='M-127,404H1963V44c-140.1-28-343.3-46.7-566,22-75.5,23.3-118.5,45.9-162,64-48.6,20.2-404.7,128-784,0C355.2,97.7,341.6,78.3,235,50,86.6,10.6-41.8,6.9-127,10'%3E%3C/path%3E%3Cpath style='fill:%23FFFFFF; opacity:35%25' d='M1979,462-155,446V106C251.8,20.2,576.6,15.9,805,30c167.4,10.3,322.3,32.9,680,56,207,13.4,378,20.3,494,24'%3E%3C/path%3E%3Cpath style='fill:%23FFFFFF; opacity:35%25' d='M1998,484H-243V100c445.8,26.8,794.2-4.1,1035-39,141-20.4,231.1-40.1,378-45,349.6-11.6,636.7,73.8,828,150'%3E%3C/path%3E%3C/svg%3E");
    pointer-events: none
}

@media (max-width:1279px) {
    .modint-01 .bg-img:before {
        padding-top: 50px !important;
        background-size: 1300px;
        top: -40px
    }
}

@media (max-width:1023px) {
    .modint-01 .bg-img:before {
        background-size: 1000px;
        top: -35px
    }
}

.modint-01 .bg-img:before {
    top: auto;
    bottom: 0
}

@media (max-width:1023px) {
    .modint-01 .bg-img:before {
        background-size: 1024px;
        padding-top: 40px !important
    }
}

@media (max-width:1023px) {
    .modint-01 .bg-img {
        width: auto;
        height: 100%;
        left: -20px;
        right: -20px
    }
}

.modint-01 .bg-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 6, 20, 0.6);
    mix-blend-mode: multiply
}

.modint-01 .bg-img span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    background: -moz-linear-gradient(left, transparent 0%, #0761B0 100%);
    background: -webkit-linear-gradient(left, transparent 0%, #0761B0 100%);
    background: linear-gradient(to right, transparent 0%, #0761B0 100%);
    mix-blend-mode: multiply;
    opacity: .8;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    filter: alpha(opacity=0.8)
}

.modint-01 .titulo-bread {
    margin: 0 0 50px 0;
    height: 395px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 106px 0 50px 0
}

@media (max-width:1023px) {
    .modint-01 .titulo-bread {
        height: auto;
        margin-bottom: 0;
        padding: 75px 0 0 0
    }
}

@media (max-width:480px) {
    .modint-01 .titulo-bread {
        padding-top: 95px
    }
}

.modint-01 .titulo-bread h1 {
    display: table;
    position: relative;
    font-weight: 800;
    font-size: 50px;
    color: #FFFFFF;
    text-align: right;
    padding-bottom: 10px
}

@media (max-width:1279px) {
    .modint-01 .titulo-bread h1 {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .modint-01 .titulo-bread h1 {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .modint-01 .titulo-bread h1 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .modint-01 .titulo-bread h1 {
        font-size: 30px
    }
}

.modint-01 .titulo-bread h1:before {
    content: '';
    display: block;
    width: 161px;
    height: 9px;
    background-image: url("../../images/icon-titulo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 0;
    filter: brightness(0) invert(100%)
}

.modint-01 .titulo-bread>span {
    width: 922px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: right
}

@media (max-width:1023px) {
    .modint-01 .titulo-bread>span {
        width: 100%;
        text-align: center
    }
}

@media (max-width:768px) {
    .modint-01 .titulo-bread>span {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .modint-01 .titulo-bread>span {
        font-size: 18px
    }
}

.banner-29 {
    overflow: hidden;
    position: relative;
    height: 660px;
    width: 100%;
    margin-top: 80px;
}

@media (max-width:1366px) and (max-height:768px) {
    .banner-29 {
        height: 100vh
    }
}

@media (max-width:1023px) {
    .banner-29 {
        height: auto
    }
}

@media (max-height:450px) {
    .banner-29 {
        height: 100vh
    }
}

.banner-29 .owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.banner-29 .owl-carousel.owl-loaded {
    display: block;
    height: 660px
}

@media (max-width:1366px) and (max-height:768px) {
    .banner-29 .owl-carousel.owl-loaded {
        height: 100vh
    }
}

@media (max-width:1023px) {
    .banner-29 .owl-carousel.owl-loaded {
        height: 100%
    }
}

@media (max-height:450px) {
    .banner-29 .owl-carousel.owl-loaded {
        height: 100vh
    }
}

.banner-29 .owl-carousel.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.banner-29 .owl-carousel.owl-hidden {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.banner-29 .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.banner-29 .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.banner-29 .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.banner-29 .owl-carousel.owl-rtl {
    direction: rtl
}

.banner-29 .owl-carousel.owl-rtl .owl-item {
    float: right
}

.banner-29 .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

@media (max-width:1023px) {
    .banner-29 .owl-carousel .owl-stage {
        height: auto
    }
}

.banner-29 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 660px
}

@media (max-width:1366px) and (max-height:768px) {
    .banner-29 .owl-carousel .owl-stage-outer {
        height: 100vh
    }
}

@media (max-height:450px) {
    .banner-29 .owl-carousel .owl-stage-outer {
        height: 100vh
    }
}

.banner-29 .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden
}

@media (max-width:1023px) {
    .banner-29 .owl-carousel .owl-item {
        height: 100%
    }
}

.banner-29 .owl-carousel .owl-item img {
    display: block
}

.banner-29 .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.banner-29 .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.banner-29 .owl-carousel .owl-item .owl-lazy[src^=""],
.banner-29 .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.banner-29 .owl-carousel .owl-item .box-banner {
    height: 660px
}

@media (max-width:1366px) and (max-height:768px) {
    .banner-29 .owl-carousel .owl-item .box-banner {
        height: 100vh
    }
}

@media (max-width:1023px) {
    .banner-29 .owl-carousel .owl-item .box-banner {
        height: 100%;
        position: relative
    }
}

@media (max-height:450px) {
    .banner-29 .owl-carousel .owl-item .box-banner {
        height: 100vh
    }
}

.banner-29 .owl-carousel .owl-item .box-banner .img-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.banner-29 .owl-carousel .owl-item .box-banner .img-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    mix-blend-mode: multiply
}

@media (max-width:768px) {
    .banner-29 .owl-carousel .owl-item .box-banner .img-banner {
        background-position: 0 0
    }
}

@media only screen and (max-width:1023px) {
    .banner-29 .owl-carousel .owl-item .box-banner .img-banner {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        height: 65vh
    }
}

@media (max-height:450px) {
    .banner-29 .owl-carousel .owl-item .box-banner .img-banner {
        height: 100vh
    }
}

.banner-29 .owl-carousel .owl-item .box-banner .img-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 350px;

    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 51
}

.banner-29 .owl-carousel .owl-item .legenda {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 106px 40px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 999;
    line-height: 1.2;
    font-size: 21px;
    color: #FFFFFF
}

@media (max-width:1023px) {
    .banner-29 .owl-carousel .owl-item .legenda {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
        padding: 70px 40px 40px
    }
}

@media (max-width:480px) {
    .banner-29 .owl-carousel .owl-item .legenda {
        align-items: center
    }
}

.banner-29 .owl-carousel .owl-item .legenda>b {
    font-size: 65px;
    color: #FFFFFF;
    max-width: 720px;
    text-align: right;
    text-transform: none;
    position: relative
}

@media (max-width:1279px) {
    .banner-29 .owl-carousel .owl-item .legenda>b {
        font-size: 61.75px
    }
}

@media (max-width:1023px) {
    .banner-29 .owl-carousel .owl-item .legenda>b {
        font-size: 58.5px
    }
}

@media (max-width:768px) {
    .banner-29 .owl-carousel .owl-item .legenda>b {
        font-size: 45.5px
    }
}

@media (max-width:480px) {
    .banner-29 .owl-carousel .owl-item .legenda>b {
        font-size: 39px
    }
}

@media (max-width:480px) {
    .banner-29 .owl-carousel .owl-item .legenda>b {
        text-align: center;
        font-size: 35px
    }
}

.banner-29 .owl-carousel .owl-item .legenda>b:before {
    content: '';
    display: block;
    width: 523px;
    height: 388px;
    background-image: url("../../images/efeito-txt.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: calc(50% - (388px / 2));
    right: 0;
    z-index: -1
}

@media (max-width:1023px) {
    .banner-29 .owl-carousel .owl-item .legenda>b:before {
        width: 400px;
        height: 305px;
        top: calc(50% - (305px / 2));
        right: calc(50% - (400px / 2))
    }
}

.banner-29 .owl-carousel .owl-item .legenda .infotext {
    padding: 0 15px;
    width: fit-content;
    min-height: 50px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    margin-top: 20px;
    font-weight: 700;
    color: #FFFFFF
}

.banner-29 .owl-carousel .owl-item .legenda .infotext:hover {
    background-color: rgba(0, 0, 0, 0)
}

@media (max-width:480px) {
    .banner-29 .owl-carousel .owl-item .legenda .infotext {
        text-align: center
    }
}

.banner-29 .owl-carousel .owl-item .legenda .infotext:hover {
    border-color: #ED3338;
    border-width: 3px;
    border-style: solid;
    color: #ED3338
}

.banner-29 .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.banner-29 .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.banner-29 .owl-carousel .owl-animated-in {
    z-index: 0
}

.banner-29 .owl-carousel .owl-animated-out {
    z-index: 1
}

.banner-29 .owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1)
    }

    100% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

.banner-29 .no-js .owl-carousel {
    display: block
}

.banner-29 .owl-height {
    transition: height 500ms ease-in-out
}

.banner-29 .owl-theme .owl-nav {
    width: 100%;
    height: 50px;
    position: absolute;
    top: calc(50% - (50px / 2));
    left: 0;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    text-align: center;
    pointer-events: none
}

.banner-29 .owl-theme .owl-nav .owl-prev,
.banner-29 .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    padding: 0;
    pointer-events: all;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border: none
}

@media (max-width:1279px) {

    .banner-29 .owl-theme .owl-nav .owl-prev,
    .banner-29 .owl-theme .owl-nav .owl-next {
        background-color: transparent;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 35px;
        height: 35px
    }
}

.banner-29 .owl-theme .owl-nav .owl-prev:hover,
.banner-29 .owl-theme .owl-nav .owl-next:hover {
    color: #ED3338;
    cursor: pointer
}

.banner-29 .owl-theme .owl-nav .owl-prev:before,
.banner-29 .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 45px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .banner-29 .owl-theme .owl-nav .owl-prev:before,
    .banner-29 .owl-theme .owl-nav .owl-next:before {
        font-size: 30px;
        color: #000000
    }
}

.banner-29 .owl-theme .owl-nav .owl-prev {
    left: -55px
}

@media (max-width:1279px) {
    .banner-29 .owl-theme .owl-nav .owl-prev {
        left: -10px
    }
}

.banner-29 .owl-theme .owl-nav .owl-prev:before {
    content: '\e959'
}

.banner-29 .owl-theme .owl-nav .owl-next {
    right: -55px
}

@media (max-width:1279px) {
    .banner-29 .owl-theme .owl-nav .owl-next {
        right: -10px
    }
}

.banner-29 .owl-theme .owl-nav .owl-next:before {
    content: '\e958'
}

@media (max-width:1279px) {

    .banner-29 .owl-theme .owl-nav .owl-prev,
    .banner-29 .owl-theme .owl-nav .owl-next {
        box-shadow: none
    }

    .banner-29 .owl-theme .owl-nav .owl-prev:before,
    .banner-29 .owl-theme .owl-nav .owl-next:before {
        color: #FFFFFF
    }
}

@media (max-width:1279px) {
    .banner-29 .owl-theme .owl-nav .owl-prev {
        left: 5px
    }
}

@media (max-width:1279px) {
    .banner-29 .owl-theme .owl-nav .owl-next {
        right: 5px
    }
}

.banner-29 .owl-theme .owl-nav.disabled {
    display: none
}

.banner-29 .owl-theme:hover .owl-prev {
    left: 15px
}

@media (max-width:1279px) {
    .banner-29 .owl-theme:hover .owl-prev {
        left: 5px
    }
}

.banner-29 .owl-theme:hover .owl-next {
    right: 15px
}

@media (max-width:1279px) {
    .banner-29 .owl-theme:hover .owl-next {
        right: 5px
    }
}

.banner-29 .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 90px;
    left: 0;
    z-index: 0
}

@media (max-width:1023px) {
    .banner-29 .owl-theme .owl-dots {
        bottom: 45px
    }
}

.banner-29 .owl-theme .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0 3px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    zoom: 1
}

.banner-29 .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: transparent;
    display: block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.banner-29 .owl-theme .owl-dots .owl-dot.active,
.banner-29 .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer
}

.banner-29 .owl-theme .owl-dots .owl-dot.active span,
.banner-29 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFFFFF
}

.banner-29 .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.banner-29 .mouse-home {
    width: 40px;
    height: 55px;
    position: absolute;
    bottom: 100px;
    left: calc(50% - 10px);
    z-index: 999;
    filter: drop-shadow(0 0 5px #000000);
    display: block;
    bottom: 90px;
    border: none
}

@media (max-width:1023px) {
    .banner-29 .mouse-home {
        display: none
    }
}

.banner-29 .mouse-home:before,
.banner-29 .mouse-home:after {
    display: block;
    content: '\e9af';
    font-family: 'icomoon';
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    line-height: 1
}

.banner-29 .mouse-home:before {
    animation: seta-busca infinite 1s;
    -webkit-animation: seta-busca infinite 1s;
    -ms-animation: seta-busca infinite 1s;
    -moz-animation: seta-busca infinite 1s
}

.banner-29 .mouse-home:after {
    top: 10px;
    animation: seta-busca infinite 1s .1s;
    -webkit-animation: seta-busca infinite 1s .1s;
    -ms-animation: seta-busca infinite 1s .1s;
    -moz-animation: seta-busca infinite 1s .1s
}

.banner-29 .mouse-home b {
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 0
}

.banner-29 .mouse-home b:before {
    display: block;
    content: '\e9af';
    font-family: 'icomoon';
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    line-height: 1;
    animation: seta-busca infinite 1s .2s;
    -webkit-animation: seta-busca infinite 1s .2s;
    -ms-animation: seta-busca infinite 1s .2s;
    -moz-animation: seta-busca infinite 1s .2s
}

@keyframes seta-busca {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1)
    }

    100% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

.banner-29 #ancora {
    position: absolute;
    top: 100vh;
    right: 100vh;
    z-index: 99999;
    width: 100%;
    height: 3px;
    margin-top: -180px
}

@media (max-width:1023px) {
    .banner-big {
        display: none
    }
}

.banner-small {
    display: none
}

@media (max-width:1023px) {
    .banner-small {
        display: block
    }
}

.destaque-menor-20 {
    width: 100%;
    padding: 100px 20px 100px;
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 50%, #0761B0 165%);
    background: -webkit-linear-gradient(top, #FFFFFF 50%, #0761B0 165%);
    background: linear-gradient(to bottom, #FFFFFF 50%, #0761B0 165%);
    position: relative;
    overflow: hidden;
    display: flex
}

@media (max-width:1023px) {
    .destaque-menor-20 {
        padding: 40px 20px 80px
    }
}

@media (max-width:480px) {
    .destaque-menor-20 {
        padding: 40px 20px 50px
    }
}

.destaque-menor-20:before {
    content: '';
    display: block;
    width: 922px;
    height: 577px;
    background-image: url("../../images/bg-app.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none
}

.destaque-menor-20 .full-max {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max {
        flex-direction: column;
        justify-content: center
    }
}

.destaque-menor-20 .full-max .box-texto {
    padding-right: 70px;
    width: 60%
}

@media (max-width:1279px) {
    .destaque-menor-20 .full-max .box-texto {
        padding-right: 50px
    }
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max .box-texto {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
        padding-right: 0
    }
}

.destaque-menor-20 .full-max .box-texto h2 {
    color: #005BA8;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    padding-top: 25px
}

@media (max-width:1279px) {
    .destaque-menor-20 .full-max .box-texto h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .destaque-menor-20 .full-max .box-texto h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max .box-texto h2 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .destaque-menor-20 .full-max .box-texto h2 {
        font-size: 24px
    }
}

.destaque-menor-20 .full-max .box-texto h2:before {
    content: '';
    display: block;
    width: 161px;
    height: 9px;
    background-image: url("../../images/icon-titulo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max .box-texto h2:before {
        left: calc(50% - (161px / 2))
    }
}

.destaque-menor-20 .full-max .box-texto p {
    font-size: 20px;
    color: #202020;
    line-height: 1.2
}

@media (max-width:1023px) {
    .destaque-menor-20 .full-max .box-texto p {
        font-size: 20px
    }
}

.destaque-menor-20 .full-max .box-texto .btn {
    margin-top: 45px;
    display: flex;
    gap: 10px 36px
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max .box-texto .btn {
        justify-content: center
    }
}

@media (max-width:480px) {
    .destaque-menor-20 .full-max .box-texto .btn {
        gap: 10px 5px
    }
}

.destaque-menor-20 .full-max .box-texto .btn a {
    display: inline-block;
    width: 178px;
    height: 53px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:480px) {
    .destaque-menor-20 .full-max .box-texto .btn a {
        width: 142px;
        height: 42px
    }
}

.destaque-menor-20 .full-max .box-texto .btn a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8)
}

.destaque-menor-20 .full-max .box-texto .btn a.bt-google {
    background-image: url("../../images/play-store.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.destaque-menor-20 .full-max .box-texto .btn a.bt-apple {
    background-image: url("../../images/app-store.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%
}

.destaque-menor-20 .full-max figure {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max figure {
        width: 100%;
        text-align: center
    }
}

.destaque-menor-20 .full-max figure:before {
    content: '';
    display: block;
    width: 570px;
    height: 570px;
    position: absolute;
    top: calc(50% - (570px / 2));
    left: calc(50% - (570px / 2));
    z-index: 0;
    background-color: rgba(64, 96, 163, 0.32);
    border-radius: 150%;
    -moz-border-radius: 150%;
    -webkit-border-radius: 150%;
    -ms-border-radius: 150%
}

@media (max-width:1279px) {
    .destaque-menor-20 .full-max figure:before {
        width: 100%;
        height: 100%;
        top: calc(50% - (100% / 2));
        left: calc(50% - (100% / 2))
    }
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max figure:before {
        width: 400px;
        height: 400px;
        top: calc(50% - (400px / 2));
        left: calc(50% - (400px / 2))
    }
}

@media (max-width:480px) {
    .destaque-menor-20 .full-max figure:before {
        width: 290px;
        height: 290px;
        top: calc(50% - (290px / 2));
        left: calc(50% - (290px / 2))
    }
}

.destaque-menor-20 .full-max figure:after {
    content: '';
    display: block;
    width: 209px;
    height: 154px;
    background-image: url("../../images/bolinhas.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -215px;
    z-index: 0
}

@media (max-width:1279px) {
    .destaque-menor-20 .full-max figure:after {
        width: 100px;
        height: 75px;
        left: -105px
    }
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max figure:after {
        display: none
    }
}

.destaque-menor-20 .full-max figure img {
    width: 100%;
    height: auto;
    max-width: fit-content;
    z-index: 0
}

@media (max-width:768px) {
    .destaque-menor-20 .full-max figure img {
        width: 355px
    }
}

@media (max-width:480px) {
    .destaque-menor-20 .full-max figure img {
        width: 280px
    }
}

.servicos-85 {
    display: flex;
    width: 100%;
    padding: 50px 20px;
    z-index: 1;
    position: relative;
    background-image: url("../../images/bg-pq-estudar.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: clip
}

@media (max-width:1023px) {
    .servicos-85 {
        padding: 60px 20px
    }
}

@media (max-width:480px) {
    .servicos-85 {
        padding: 30px 20px
    }
}

.servicos-85:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -moz-linear-gradient(-45deg, #000000 0%, transparent 100%);
    background: -webkit-linear-gradient(-45deg, #000000 0%, transparent 100%);
    background: linear-gradient(135deg, #000000 0%, transparent 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none
}

.servicos-85 .full-max {
    display: flex
}

@media (max-width:1023px) {
    .servicos-85 .full-max {
        flex-direction: column
    }
}

.servicos-85 .full-max .box-titulo {
    padding-top: 110px;
    padding-right: 40px;
    width: calc(50% - 50px);
    position: relative;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2
}

@media (max-width:480px) {
    .servicos-85 .full-max .box-titulo {
        font-size: 16.2px
    }
}

@media (max-width:1023px) {
    .servicos-85 .full-max .box-titulo {
        margin-left: 0;
        width: 100%;
        padding: 0;
        text-align: center
    }
}

.servicos-85 .full-max .box-titulo h2 {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 20px
}

@media (max-width:1279px) {
    .servicos-85 .full-max .box-titulo h2 {
        font-size: 42.75px
    }
}

@media (max-width:1023px) {
    .servicos-85 .full-max .box-titulo h2 {
        font-size: 40.5px
    }
}

@media (max-width:768px) {
    .servicos-85 .full-max .box-titulo h2 {
        font-size: 31.5px
    }
}

@media (max-width:480px) {
    .servicos-85 .full-max .box-titulo h2 {
        font-size: 27px
    }
}

@media (max-width:1023px) {
    .servicos-85 .full-max .box-titulo h2 {
        display: table;
        margin: 0 auto 20px;
        text-align: center
    }
}

.servicos-85 .full-max .box-titulo a {
    padding: 0 30px;
    width: fit-content;
    min-height: 56px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 30px;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid
}

.servicos-85 .full-max .box-titulo a:hover {
    background-color: rgba(0, 0, 0, 0)
}

@media (max-width:1023px) {
    .servicos-85 .full-max .box-titulo a {
        margin: 30px auto 30px
    }
}

.servicos-85 .full-max .box-titulo a:hover {
    background-color: #FFFFFF;
    color: #0761B0
}

.servicos-85 .full-max .box-article {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 40px 0 40px 40px;
    width: 100%;
    height: auto;
    background-color: #ED3338;
    gap: 20px 4%;
    border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px
}

.servicos-85 .full-max .box-article>* {
    width: calc((100% - ((1 - 1) * 4%)) / 1)
}

@media (max-width:768px) {
    .servicos-85 .full-max .box-article>* {
        width: calc((100% - ((1 - 1) * 4%)) / 1)
    }
}

@media (max-width:480px) {
    .servicos-85 .full-max .box-article>* {
        width: calc((100% - ((1 - 1) * 4%)) / 1)
    }
}

@media (max-width:1023px) {
    .servicos-85 .full-max .box-article {
        width: 100%;
        padding: 30px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px
    }
}

@media (max-width:480px) {
    .servicos-85 .full-max .box-article {
        padding: 20px
    }
}

.servicos-85 .full-max .box-article:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 110px;
    left: -10px;
    z-index: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: #ED3338;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    pointer-events: none
}

@media (max-width:1023px) {
    .servicos-85 .full-max .box-article:after {
        display: none
    }
}

.servicos-85 .full-max .box-article:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ED3338;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
    pointer-events: none
}

@media (max-width:1023px) {
    .servicos-85 .full-max .box-article:before {
        width: calc(100% + 40px);
        left: -20px;
        display: none
    }
}

.servicos-85 .full-max .box-article .bl-article,
.servicos-85 .full-max .box-article a {
    display: flex;
    line-height: 1.4;
    background-color: #F6F6F6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 18px 55px 20px 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    top: 0;
    z-index: 1;
    background-color: #FFFFFF;
    position: relative
}

.servicos-85 .full-max .box-article .bl-article:before,
.servicos-85 .full-max .box-article a:before {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 0;
    z-index: 100;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='95' style='fill:%23843951' xml:space='preserve'%3E%3Cpath d='M95 0c-.2 8.5-2.2 14.8-5.8 19-4.7 5.3-12.2 8-22.9 8-16-.1-27.2 5.5-33.5 16.8-3.2 5.6-4.7 11.4-4.7 17l.3 5.1c-.1 4-.8 7.7-2 11C22.6 87.8 13.8 93.2.1 95v-.3l-.1.4h95V0z'/%3E%3Cpath  fill='none' d='M95 95V0M95 0c-.2 8.5-2.2 14.8-5.8 19-4.7 5.3-12.2 8-22.9 8'/%3E%3C/svg%3E");
    pointer-events: none
}

.servicos-85 .full-max .box-article .bl-article:after,
.servicos-85 .full-max .box-article a:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 1000
}

@media (max-width:1279px) {

    .servicos-85 .full-max .box-article .bl-article:before,
    .servicos-85 .full-max .box-article a:before {
        right: -1px
    }
}

@media (max-width:480px) {

    .servicos-85 .full-max .box-article .bl-article,
    .servicos-85 .full-max .box-article a {
        width: 100%;
        flex-direction: column;
        padding: 18px 18px 55px 18px
    }
}

.servicos-85 .full-max .box-article .bl-article span.num,
.servicos-85 .full-max .box-article a span.num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #53565A;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    position: absolute;
    top: -24px;
    right: 18px;
    z-index: 0
}

.servicos-85 .full-max .box-article .bl-article figure,
.servicos-85 .full-max .box-article a figure {
    text-align: center;
    position: relative;
    padding-right: 25px
}

.servicos-85 .full-max .box-article .bl-article figure img,
.servicos-85 .full-max .box-article a figure img {
    position: relative;
    z-index: 1
}

@media (max-width:480px) {

    .servicos-85 .full-max .box-article .bl-article figure,
    .servicos-85 .full-max .box-article a figure {
        padding-right: 0
    }
}

.servicos-85 .full-max .box-article .bl-article .blc-txt,
.servicos-85 .full-max .box-article a .blc-txt {
    color: #000000;
    font-size: 15px;
    line-height: 1.2
}

.servicos-85 .full-max .box-article .bl-article .blc-txt h3,
.servicos-85 .full-max .box-article a .blc-txt h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px
}

@media (max-width:1023px) {

    .servicos-85 .full-max .box-article .bl-article .blc-txt h3,
    .servicos-85 .full-max .box-article a .blc-txt h3 {
        font-size: 19.8px
    }
}

@media (max-width:480px) {

    .servicos-85 .full-max .box-article .bl-article .blc-txt,
    .servicos-85 .full-max .box-article a .blc-txt {
        text-align: center
    }
}

.sobre-10 {
    width: 100%;
    float: left;
    padding: 70px 20px;
    position: relative
}

@media (max-width:768px) {
    .sobre-10 {
        padding: 50px 20px
    }
}

@media (max-width:480px) {
    .sobre-10 {
        padding: 30px 20px
    }
}

.sobre-10 .full-max {
    display: flex;
    justify-content: space-between;
    gap: 10px
}

@media (max-width:1023px) {
    .sobre-10 .full-max {
        flex-direction: column
    }
}

.sobre-10 .full-max .bloco-texto {
    width: 625px;
    height: 625px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    background-color: #005BA8;
    padding: 60px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

@media (max-width:1279px) {
    .sobre-10 .full-max .bloco-texto {
        width: 50%
    }
}

@media (max-width:1023px) {
    .sobre-10 .full-max .bloco-texto {
        width: 100%;
        height: auto;
        padding: 50px
    }
}

@media (max-width:768px) {
    .sobre-10 .full-max .bloco-texto {
        padding: 30px
    }
}

@media (max-width:480px) {
    .sobre-10 .full-max .bloco-texto {
        padding: 25px;
        gap: 15px
    }
}

.sobre-10 .full-max .bloco-texto:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #005BA8;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    position: absolute;
    top: 80px;
    right: -35px;
    z-index: 999;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg)
}

@media (max-width:1023px) {
    .sobre-10 .full-max .bloco-texto:after {
        display: none
    }
}

.sobre-10 .full-max .bloco-texto h2 {
    display: table;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 1.2;
    position: relative
}

@media (max-width:1279px) {
    .sobre-10 .full-max .bloco-texto h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .sobre-10 .full-max .bloco-texto h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .sobre-10 .full-max .bloco-texto h2 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .sobre-10 .full-max .bloco-texto h2 {
        font-size: 24px
    }
}

.sobre-10 .full-max .bloco-texto h2:after {
    content: '';
    display: block;
    width: 161px;
    height: 9px;
    background-image: url("../../images/icon-titulo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 0;
    filter: brightness(0) invert(100%)
}

.sobre-10 .full-max .bloco-texto h2 b {
    color: #0761B0
}

.sobre-10 .full-max .bloco-texto h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
    width: 100%
}

.sobre-10 .full-max .bloco-texto .box-txt {
    color: #FFFFFF;
    width: 100%;
    height: 405px;
    z-index: 1000;
    padding-right: 10px;
    overflow: auto
}

.sobre-10 .full-max .bloco-texto .box-txt::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.sobre-10 .full-max .bloco-texto .box-txt::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 15px
}

.sobre-10 .full-max .bloco-texto .box-txt::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

.sobre-10 .full-max .bloco-texto .box-txt::-webkit-scrollbar-thumb:hover {
    background-color: #fff
}

@media (max-width:1023px) {
    .sobre-10 .full-max .bloco-texto .box-txt {
        height: auto
    }
}

.sobre-10 .full-max .bloco-texto .box-txt p {
    font-size: 16px;
    color: #333333
}

.sobre-10 .full-max .bloco-texto .box-txt p .titulo1 {
    font-size: 25px;
    color: #535353;
    display: block
}

@media (max-width:1023px) {
    .sobre-10 .full-max .bloco-texto .box-txt p .titulo1 {
        font-size: 22.5px
    }
}

.sobre-10 .full-max .bloco-texto .box-txt .titulo3 {
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700
}

@media (max-width:480px) {
    .sobre-10 .full-max .bloco-texto .box-txt .titulo3 {
        font-size: 22.5px
    }
}

.sobre-10 .full-max .bloco-texto .box-txt a {
    padding: 0 30px;
    width: fit-content;
    min-height: 48px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    color: #0761B0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px auto 0
}

.sobre-10 .full-max .bloco-texto .box-txt a:hover {
    background-color: #e6e6e6
}

@media (max-width:480px) {
    .sobre-10 .full-max .bloco-texto .box-txt a {
        font-size: 14.4px
    }
}

.sobre-10 .full-max .bloco-texto .box-txt a:hover {
    background-color: #e0e0e0
}

.sobre-10 .full-max figure {
    width: 625px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

@media (max-width:1279px) {
    .sobre-10 .full-max figure {
        width: 50%;
        margin-right: 0
    }
}

@media (max-width:1023px) {
    .sobre-10 .full-max figure {
        width: 100%
    }
}

.sobre-10 .full-max figure .owl-sobre-10 {
    display: none;
    width: 100%;
    max-width: 750px;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left
}

@media (max-width:1023px) {
    .sobre-10 .full-max figure .owl-sobre-10 {
        width: 100%;
        height: 100%;
        min-width: 100%
    }
}

@media (max-width:480px) {
    .sobre-10 .full-max figure .owl-sobre-10 {
        height: 400px
    }
}

.sobre-10 .full-max figure .owl-sobre-10 li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 625px
}

@media (max-width:1023px) {
    .sobre-10 .full-max figure .owl-sobre-10 li {
        background-position: center !important
    }
}

@media (max-width:480px) {
    .sobre-10 .full-max figure .owl-sobre-10 li {
        height: 50vh !important;
        background-position: center !important
    }
}

.sobre-10 .full-max figure .owl-sobre-10.owl-loaded {
    display: block;
    height: auto
}

.sobre-10 .full-max figure .owl-sobre-10.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.sobre-10 .full-max figure .owl-sobre-10.owl-hidden {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.sobre-10 .full-max figure .owl-sobre-10.owl-refresh .owl-item {
    visibility: hidden
}

.sobre-10 .full-max figure .owl-sobre-10.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sobre-10 .full-max figure .owl-sobre-10.owl-grab {
    cursor: move;
    cursor: grab
}

.sobre-10 .full-max figure .owl-sobre-10.owl-rtl {
    direction: rtl
}

.sobre-10 .full-max figure .owl-sobre-10.owl-rtl .owl-item {
    float: right
}

.sobre-10 .full-max figure .owl-sobre-10 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

@media (max-width:1023px) {
    .sobre-10 .full-max figure .owl-sobre-10 .owl-stage {
        height: 100%
    }
}

.sobre-10 .full-max figure .owl-sobre-10 .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.sobre-10 .full-max figure .owl-sobre-10 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 100%
}

.sobre-10 .full-max figure .owl-sobre-10 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden
}

@media (max-width:1023px) {
    .sobre-10 .full-max figure .owl-sobre-10 .owl-item {
        height: 100%
    }
}

.sobre-10 .full-max figure .owl-sobre-10 .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.sobre-10 .full-max figure .owl-sobre-10 .owl-item .owl-lazy[src^=""],
.sobre-10 .full-max figure .owl-sobre-10 .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.sobre-10 .full-max figure .owl-sobre-10 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.sobre-10 .full-max figure .owl-sobre-10 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.sobre-10 .full-max figure .owl-sobre-10 .owl-animated-in {
    z-index: 0
}

.sobre-10 .full-max figure .owl-sobre-10 .owl-animated-out {
    z-index: 1
}

.sobre-10 .full-max figure .owl-sobre-10 .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1)
    }

    100% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

.sobre-10 .full-max figure .no-js .owl-sobre-10 {
    display: block
}

.sobre-10 .full-max figure .owl-height {
    transition: height 500ms ease-in-out
}

.sobre-10 .full-max figure .owl-theme .owl-nav {
    width: 100%;
    height: 55px;
    position: absolute;
    top: calc(50% - (55px / 2));
    left: 0;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    text-align: center;
    pointer-events: none
}

.sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev,
.sobre-10 .full-max figure .owl-theme .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    position: absolute;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    padding: 0;
    pointer-events: all;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border: none
}

@media (max-width:1279px) {

    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev,
    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-next {
        background-color: transparent;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 35px;
        height: 35px
    }
}

.sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev:hover,
.sobre-10 .full-max figure .owl-theme .owl-nav .owl-next:hover {
    color: #ED3338;
    cursor: pointer
}

.sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev:before,
.sobre-10 .full-max figure .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 55px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev:before,
    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-next:before {
        font-size: 30px
    }
}

.sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev {
    left: -55px
}

@media (max-width:1279px) {
    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev {
        left: -10px
    }
}

.sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev:before {
    content: '\e95b'
}

.sobre-10 .full-max figure .owl-theme .owl-nav .owl-next {
    right: -55px
}

@media (max-width:1279px) {
    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-next {
        right: -10px
    }
}

.sobre-10 .full-max figure .owl-theme .owl-nav .owl-next:before {
    content: '\e95a'
}

@media (max-width:1279px) {

    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev,
    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-next {
        box-shadow: none
    }
}

@media (max-width:1279px) {
    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-prev {
        left: 5px
    }
}

@media (max-width:1279px) {
    .sobre-10 .full-max figure .owl-theme .owl-nav .owl-next {
        right: 5px
    }
}

.sobre-10 .full-max figure .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.sobre-10 .full-max figure .owl-theme:hover .owl-prev {
    left: 15px
}

@media (max-width:1279px) {
    .sobre-10 .full-max figure .owl-theme:hover .owl-prev {
        left: 5px
    }
}

.sobre-10 .full-max figure .owl-theme:hover .owl-next {
    right: 15px
}

@media (max-width:1279px) {
    .sobre-10 .full-max figure .owl-theme:hover .owl-next {
        right: 5px
    }
}

.sobre-10 .full-max figure .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 0
}

.sobre-10 .full-max figure .owl-theme .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0 4px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    zoom: 1;
    border: none
}

.sobre-10 .full-max figure .owl-theme .owl-dots .owl-dot.active,
.sobre-10 .full-max figure .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer;
    background-color: #0761B0;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5)
}

.sobre-10 .full-max figure .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.sobre-10 .separador {
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 60px;
    height: 57px;
    position: absolute;
    top: 0;
    left: calc(50% - (60px / 2));
    z-index: 0;
    margin: 0;
    display: none
}

.sobre-10 .separador:before {
    content: '';
    display: block;
    width: 358px;
    height: 30px;
    background-image: url("../../images/separador.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: -388px;
    z-index: 0
}

@media (max-width:1023px) {
    .sobre-10 .separador:before {
        width: 250px;
        left: -270px
    }
}

.sobre-10 .separador:after {
    content: '';
    display: block;
    width: 358px;
    height: 30px;
    background-image: url("../../images/separador.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: calc(50% - (30px / 2));
    right: -388px;
    z-index: 0;
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg)
}

@media (max-width:1023px) {
    .sobre-10 .separador:after {
        width: 250px;
        right: -270px
    }
}

.pg-interna .sobre-10 {
    padding-top: 130px
}

@media (max-width:1023px) {
    .pg-interna .sobre-10 {
        padding-top: 100px
    }
}

@media (max-width:768px) {
    .pg-interna .sobre-10 {
        padding-top: 20px
    }
}

@media (max-width:480px) {
    .pg-interna .sobre-10 {
        padding-top: 20px
    }
}

.pg-interna .sobre-10 .separador {
    display: block
}

@media (max-width:768px) {
    .pg-interna .sobre-10 .separador {
        display: none
    }
}

.clientes-parceiros-02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 50px 20px 75px;
    background-image: url("../../images/bg-parceiros.png");
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width:1023px) {
    .clientes-parceiros-02 {
        padding: 35px 20px
    }
}

.clientes-parceiros-02 h2 {
    display: table;
    position: relative;
    font-size: 45px;
    text-align: center;
    color: #005BA8;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 30px;
    padding-bottom: 10px
}

@media (max-width:1279px) {
    .clientes-parceiros-02 h2 {
        font-size: 42.75px
    }
}

@media (max-width:1023px) {
    .clientes-parceiros-02 h2 {
        font-size: 40.5px
    }
}

@media (max-width:768px) {
    .clientes-parceiros-02 h2 {
        font-size: 31.5px
    }
}

@media (max-width:480px) {
    .clientes-parceiros-02 h2 {
        font-size: 27px
    }
}

.clientes-parceiros-02 h2:before {
    content: '';
    display: block;
    width: 161px;
    height: 9px;
    background-image: url("../../images/icon-titulo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 0
}

.clientes-parceiros-02 h2 strong {
    color: #ED3338
}

.clientes-parceiros-02 span {
    display: table;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin: 0 auto 10px
}

@media (max-width:1279px) {
    .clientes-parceiros-02 span {
        font-size: 19px
    }
}

@media (max-width:1023px) {
    .clientes-parceiros-02 span {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .clientes-parceiros-02 span {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .clientes-parceiros-02 span {
        font-size: 12px
    }
}

.clientes-parceiros-02 .full-max {
    max-width: 1280px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent
}

@media (max-width:1279px) {
    .clientes-parceiros-02 .full-max {
        width: 100%;
        max-width: 100%
    }
}

.clientes-parceiros-02 .full-max .owl-stage-outer {
    position: relative;
    overflow: hidden
}

.clientes-parceiros-02 .full-max .owl-stage-outer .owl-stage {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.clientes-parceiros-02 .full-max .owl-stage-outer .owl-stage .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.clientes-parceiros-02 .full-max .owl-stage-outer .owl-stage .owl-item img {
    display: block
}

.clientes-parceiros-02 .full-max .owl-stage-outer .owl-stage .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease;
    transform-style: preserve-3d
}

.clientes-parceiros-02 .full-max .owl-stage-outer .owl-stage .owl-item .owl-lazy[src^=""],
.clientes-parceiros-02 .full-max .owl-stage-outer .owl-stage .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.clientes-parceiros-02 .full-max>figure+figure {
    display: none;
    position: absolute
}

.clientes-parceiros-02 .full-max figure {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 100%;
    height: 168px;
    max-width: 238px;
    border-color: #DDDDDD;
    border-width: 1px;
    border-style: solid
}

@media (max-width:768px) {
    .clientes-parceiros-02 .full-max figure {
        height: 108px
    }
}

.clientes-parceiros-02 .full-max figure img {
    width: fit-content;
    height: auto;
    max-width: 100%
}

.clientes-parceiros-02 .full-max.owl-loaded {
    display: block
}

.clientes-parceiros-02 .full-max.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.clientes-parceiros-02 .full-max.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clientes-parceiros-02 .full-max.owl-grab {
    cursor: move;
    cursor: grab
}

.clientes-parceiros-02 .full-max .owl-nav {
    width: 100%;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    text-align: center;
    pointer-events: none
}

@media (max-width:1279px) {
    .clientes-parceiros-02 .full-max .owl-nav {
        width: 100%;
        height: 30px
    }
}

.clientes-parceiros-02 .full-max .owl-nav .owl-prev,
.clientes-parceiros-02 .full-max .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    position: absolute;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    padding: 0;
    pointer-events: all;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border: none;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35)
}

@media (max-width:1279px) {

    .clientes-parceiros-02 .full-max .owl-nav .owl-prev,
    .clientes-parceiros-02 .full-max .owl-nav .owl-next {
        background-color: #f5f5f5;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 30px
    }
}

.clientes-parceiros-02 .full-max .owl-nav .owl-prev:hover,
.clientes-parceiros-02 .full-max .owl-nav .owl-next:hover {
    color: #ED3338;
    cursor: pointer
}

.clientes-parceiros-02 .full-max .owl-nav .owl-prev:before,
.clientes-parceiros-02 .full-max .owl-nav .owl-next:before {
    display: block;
    font-size: 30px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .clientes-parceiros-02 .full-max .owl-nav .owl-prev:before,
    .clientes-parceiros-02 .full-max .owl-nav .owl-next:before {
        font-size: 20px
    }
}

.clientes-parceiros-02 .full-max .owl-nav .owl-prev {
    left: -21px
}

@media (max-width:1279px) {
    .clientes-parceiros-02 .full-max .owl-nav .owl-prev {
        left: -10px
    }
}

.clientes-parceiros-02 .full-max .owl-nav .owl-prev:before {
    content: '\e959'
}

.clientes-parceiros-02 .full-max .owl-nav .owl-next {
    right: -21px
}

@media (max-width:1279px) {
    .clientes-parceiros-02 .full-max .owl-nav .owl-next {
        right: -10px
    }
}

.clientes-parceiros-02 .full-max .owl-nav .owl-next:before {
    content: '\e958'
}

.clientes-parceiros-02 .full-max .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.clientes-parceiros-02 .full-max .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.clientes-parceiros-02 .full-max .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0761B0;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 3px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    zoom: 1;
    border: none
}

.clientes-parceiros-02 .full-max .owl-dots .owl-dot.active,
.clientes-parceiros-02 .full-max .owl-dots .owl-dot:hover {
    cursor: pointer;
    background-color: #000000
}

.clientes-parceiros-02 .full-max .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.noticias-12 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 70px 20px 100px;
    background-color: #FFFFFF
}

@media (max-width:1023px) {
    .noticias-12 {
        padding: 55px 20px 80px
    }
}

@media (max-width:768px) {
    .noticias-12 {
        padding: 40px 20px 60px
    }
}

@media (max-width:480px) {
    .noticias-12 {
        padding: 30px 20px 40px
    }
}

.noticias-12 .full-max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width:768px) {
    .noticias-12 .full-max {
        flex-direction: column;
        align-items: center
    }
}

.noticias-12 .full-max h2 {
    color: #005BA8;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
    line-height: 1.2;
    display: table
}

@media (max-width:1279px) {
    .noticias-12 .full-max h2 {
        font-size: 42.75px
    }
}

@media (max-width:1023px) {
    .noticias-12 .full-max h2 {
        font-size: 40.5px
    }
}

@media (max-width:768px) {
    .noticias-12 .full-max h2 {
        font-size: 31.5px
    }
}

@media (max-width:480px) {
    .noticias-12 .full-max h2 {
        font-size: 27px
    }
}

.noticias-12 .full-max h2:before {
    content: '';
    display: block;
    width: 161px;
    height: 9px;
    background-image: url("../../images/icon-titulo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 0
}

@media (max-width:768px) {
    .noticias-12 .full-max h2 {
        text-align: center;
        margin-bottom: 25px
    }
}

.noticias-12 .full-max .ver-todos {
    padding: 0 45px;
    width: fit-content;
    min-height: 48px;
    background-color: #001659;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase
}

.noticias-12 .full-max .ver-todos:hover {
    background-color: #000926
}

@media (max-width:768px) {
    .noticias-12 .full-max .ver-todos {
        margin-bottom: 25px
    }
}

.noticias-12 .full-max .artigos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
    gap: 30px 6.6%
}

.noticias-12 .full-max .artigos>* {
    width: calc((100% - ((3 - 1) * 6.6%)) / 3)
}

@media (max-width:768px) {
    .noticias-12 .full-max .artigos>* {
        width: calc((100% - ((3 - 1) * 6.6%)) / 3)
    }
}

@media (max-width:480px) {
    .noticias-12 .full-max .artigos>* {
        width: calc((100% - ((3 - 1) * 6.6%)) / 3)
    }
}

@media (max-width:1023px) {
    .noticias-12 .full-max .artigos {
        gap: 30px 4%;
        justify-content: center
    }

    .noticias-12 .full-max .artigos>* {
        width: calc((100% - ((2 - 1) * 4%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:768px) {
    .noticias-12 .full-max .artigos>* {
        width: calc((100% - ((2 - 1) * 4%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:480px) {
    .noticias-12 .full-max .artigos>* {
        width: calc((100% - ((2 - 1) * 4%)) / 2)
    }
}

@media (max-width:480px) {
    .noticias-12 .full-max .artigos {
        gap: 30px 3.1%
    }

    .noticias-12 .full-max .artigos>* {
        width: calc((100% - ((1 - 1) * 3.1%)) / 1)
    }
}

@media (max-width:480px) and (max-width:768px) {
    .noticias-12 .full-max .artigos>* {
        width: calc((100% - ((1 - 1) * 3.1%)) / 1)
    }
}

@media (max-width:480px) and (max-width:480px) {
    .noticias-12 .full-max .artigos>* {
        width: calc((100% - ((1 - 1) * 3.1%)) / 1)
    }
}

.noticias-12 .full-max .artigos article {
    min-height: 450px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    background-color: #FFFFFF;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-bottom-color: #0761B0;
    border-bottom-width: 5px;
    border-bottom-style: solid
}

.noticias-12 .full-max .artigos article:hover {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.46);
    -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.46)
}

@media (max-width:480px) {
    .noticias-12 .full-max .artigos article {
        margin: 0 0 0
    }

    .noticias-12 .full-max .artigos article:nth-last-of-type(1) {
        margin-bottom: 0
    }
}

.noticias-12 .full-max .artigos article a {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    background-color: #f5f5f5
}

.noticias-12 .full-max .artigos article a figure {
    display: block;
    position: relative;
    line-height: 0;
    margin-bottom: 25px
}

.noticias-12 .full-max .artigos article a figure img {
    width: 100%;
    height: auto
}

.noticias-12 .full-max .artigos article a .data {
    color: #111111;
    padding: 0 20px 0;
    font-size: 14px;
    line-height: 1.7
}

.noticias-12 .full-max .artigos article a h4 {
    font-size: 25px;
    color: #001659;
    font-weight: 700;
    padding: 20px 20px 15px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    line-height: 1.2
}

@media (max-width:1023px) {
    .noticias-12 .full-max .artigos article a h4 {
        font-size: 22.5px
    }
}

.noticias-12 .full-max .artigos article a span {
    color: #111111;
    font-size: 16px;
    display: block;
    padding: 0 20px 25px
}

.noticias-12 .full-max .artigos article a b {
    font-size: 14px;
    color: #001659;
    padding: 0 50px 20px;
    text-align: right;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    position: relative
}

.noticias-12 .full-max .artigos article a b:before {
    display: block;
    content: '\e950';
    color: #0761B0;
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 0;
    font-size: 18px;
    line-height: 20px
}

.galeria-30 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 70px;
    position: relative
}

@media (max-width:1023px) {
    .galeria-30 {
        padding: 0 20px 50px
    }
}

@media (max-width:480px) {
    .galeria-30 {
        padding: 0 20px 30px
    }
}

.galeria-30 h2 {
    display: table;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #212121;
    margin-bottom: 30px;
    position: relative;
    padding: 15px 0 25px
}

@media (max-width:1279px) {
    .galeria-30 h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .galeria-30 h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .galeria-30 h2 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .galeria-30 h2 {
        font-size: 24px
    }
}

.galeria-30>span {
    display: table;
    width: 100%;
    max-width: 1178px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px
}

@media (max-width:1023px) {
    .galeria-30>span {
        font-size: 16.2px
    }
}

.galeria-30 .full-max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 3.1%
}

.galeria-30 .full-max>* {
    width: calc((100% - ((4 - 1) * 3.1%)) / 4)
}

@media (max-width:768px) {
    .galeria-30 .full-max>* {
        width: calc((80% - ((4 - 1) * 3.1%)) / 4)
    }
}

@media (max-width:480px) {
    .galeria-30 .full-max>* {
        width: calc((100% - ((4 - 1) * 3.1%)) / 4)
    }
}

@media (max-width:1023px) {
    .galeria-30 .full-max {
        gap: 25px 3.1%
    }

    .galeria-30 .full-max>* {
        width: calc((100% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:1023px) and (max-width:768px) {
    .galeria-30 .full-max>* {
        width: calc((80% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:1023px) and (max-width:480px) {
    .galeria-30 .full-max>* {
        width: calc((100% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:768px) {
    .galeria-30 .full-max {
        gap: 15px 3.1%
    }

    .galeria-30 .full-max>* {
        width: calc((100% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:768px) and (max-width:768px) {
    .galeria-30 .full-max>* {
        width: calc((100% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:768px) and (max-width:480px) {
    .galeria-30 .full-max>* {
        width: calc((100% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:480px) {
    .galeria-30 .full-max {
        gap: 10px 3.1%
    }

    .galeria-30 .full-max>* {
        width: calc((100% - ((2 - 1) * 3.1%)) / 2)
    }
}

@media (max-width:480px) and (max-width:768px) {
    .galeria-30 .full-max>* {
        width: calc((80% - ((2 - 1) * 3.1%)) / 2)
    }
}

@media (max-width:480px) and (max-width:480px) {
    .galeria-30 .full-max>* {
        width: calc((100% - ((2 - 1) * 3.1%)) / 2)
    }
}

.galeria-30 .full-max figure:nth-of-type(1),
.galeria-30 .full-max figure:nth-of-type(2),
.galeria-30 .full-max figure:nth-of-type(3) {
    width: calc((100% - ((3 - 1) * 3.1%)) / 3)
}

@media (max-width:480px) {

    .galeria-30 .full-max figure:nth-of-type(1),
    .galeria-30 .full-max figure:nth-of-type(2),
    .galeria-30 .full-max figure:nth-of-type(3) {
        width: calc((100% - ((2 - 1) * 3.1%)) / 2)
    }
}

.galeria-30 .full-max figure a {
    position: relative;
    padding-left: 0;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden
}

.galeria-30 .full-max figure a:before {
    content: '\e936';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    font-weight: normal;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.galeria-30 .full-max figure a:before {
    z-index: 2;
    top: -20%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.galeria-30 .full-max figure a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(85, 85, 85, 0.66);
    mix-blend-mode: multiply;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.galeria-30 .full-max figure a:hover {
    cursor: pointer
}

.galeria-30 .full-max figure a:hover:after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

.galeria-30 .full-max figure a:hover:before {
    top: 50%
}

.galeria-30 .full-max figure img {
    width: 100%;
    height: auto
}

.blog {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 20px 60px;
    flex-wrap: wrap
}

.blog>.full-max {
    display: flex;
    margin-top: 30px
}

.blog>.full-max .bt-aside {
    display: none
}

@media (max-width:1023px) {
    .blog>.full-max .bt-aside {
        display: block;
        width: fit-content;
        height: auto;
        border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        -ms-border-radius: 5px 0 0 5px;
        background-color: #0761B0;
        color: #FFFFFF;
        padding: 10px 10px 10px 40px;
        position: fixed;
        top: 235px;
        right: 0;
        z-index: 9999;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
        padding-left: 40px;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        cursor: pointer
    }

    .blog>.full-max .bt-aside:before {
        content: '\e936';
        color: #FFFFFF;
        font-family: 'icomoon';
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 10px;
        z-index: 0;
        transform: translate(0, -50%)
    }

    .blog>.full-max .bt-aside.on {
        background-color: #001040;
        padding-left: 40px
    }

    .blog>.full-max .bt-aside.on:before {
        content: '\e947';
        color: #FFFFFF;
        font-family: 'icomoon';
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 10px;
        z-index: 0;
        transform: translate(0, -50%)
    }
}

.blog>.full-max aside {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: fit-content;
    border-left-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 30px;
    position: sticky;
    top: calc(70px + 30px)
}

@media (max-width:1023px) {
    .blog>.full-max aside {
        width: 290px;
        height: auto;
        padding-left: 0;
        border: none;
        position: fixed;
        top: 220px;
        right: 0;
        z-index: 999;
        transform: translateX(295px);
        -moz-transform: translateX(295px);
        -webkit-transform: translateX(295px);
        -ms-transform: translateX(295px);
        background-color: #FFFFFF;
        padding: 70px 20px 30px;
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out
    }

    .blog>.full-max aside.on {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0)
    }
}

.pg-interna #headerBlock {
    z-index: 3
}

.pg-interna #mainBlock {
    z-index: 2
}

.pg-interna #footerBlock {
    z-index: 1
}

.compartilhar {
    display: flex;
    gap: 5px;
    margin-top: 0
}

.compartilhar .bt {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    cursor: pointer;
    position: relative;
    border-color: #CECECE;
    border-width: 1px;
    border-style: solid
}

.compartilhar .bt:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.compartilhar .bt.bt-compartilhar:hover:before {
    background-color: #333
}

.compartilhar .bt.bt-compartilhar:hover:after {
    color: #FFFFFF
}

.compartilhar .bt.bt-compartilhar:after {
    content: '\e9ad';
    color: #333;
    font-family: 'icomoon';
    font-size: 17px;
    z-index: 2;
    pointer-events: none
}

.compartilhar .bt.bt-tweetar:hover:before {
    background-color: #000000
}

.compartilhar .bt.bt-tweetar:hover:after {
    color: #FFFFFF
}

.compartilhar .bt.bt-tweetar:after {
    content: '\e90a';
    color: #000000;
    font-family: 'icomoon';
    font-size: 17px;
    z-index: 2;
    pointer-events: none
}

.compartilhar .bt.bt-tweetar .bt-comp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 50px !important;
    height: 50px !important
}

.compartilhar .bt.bt-tweetar .bt-comp a,
.compartilhar .bt.bt-tweetar .bt-comp iframe {
    width: 50px !important;
    height: 50px !important
}

.compartilhar .bt.bt-facebook:hover:before {
    background-color: #005DB7
}

.compartilhar .bt.bt-facebook:hover:after {
    color: #FFFFFF
}

.compartilhar .bt.bt-facebook:after {
    content: '\e909';
    color: #005DB7;
    font-family: 'icomoon';
    font-size: 17px;
    z-index: 2;
    pointer-events: none
}

.compartilhar .bt.bt-facebook .fb_iframe_widget {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.compartilhar .bt.bt-facebook .fb_iframe_widget iframe {
    width: 50px !important;
    height: 50px !important
}

.compartilhar .bt.bt-whatsapp:hover:before {
    background-color: #42DE33
}

.compartilhar .bt.bt-whatsapp:hover:after {
    color: #FFFFFF
}

.compartilhar .bt.bt-whatsapp:after {
    content: '\e906';
    color: #42DE33;
    font-family: 'icomoon';
    font-size: 17px;
    z-index: 2;
    pointer-events: none
}

.compartilhar .bt.bt-whatsapp a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 50px !important;
    height: 50px !important
}

.compartilhar .bt a {
    display: block
}

.blc-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 0 auto
}

.blc-loading .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 20px;
    height: 20px
}

.blc-loading .spinner {
    animation: rotate 2s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.blc-loading circle {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
    animation: dash 1.5s ease-in-out infinite
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

.categorias-01 h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0 20px
}

@media (max-width:1023px) {
    .categorias-01 h2 {
        font-size: 19.8px
    }
}

.categorias-01 ul {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.categorias-01 ul li {
    display: flex;
    align-items: center
}

.categorias-01 ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px 0;
    line-height: 1.2;
    font-size: 15px;
    padding: 0 0 0 25px;
    color: #6c6c6c;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.categorias-01 ul li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: transparent;
    border-color: #6c6c6c;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    transform: translate(0, -50%);
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.categorias-01 ul li a:hover {
    color: #ED3338
}

.categorias-01 ul li a:hover:before {
    border-color: #ED3338
}

.busca-01 {
    width: 100%;
    position: relative
}

.busca-01 form input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 100%;
    height: 44px;
    padding: 10px 45px 10px 20px;
    border-color: #bcbcbc;
    border-width: 1px;
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    color: #333
}

.busca-01 form button {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 38px;
    height: 36px;
    background-color: #ED3338;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border: none
}

.busca-01 form button:before {
    content: '\e936';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 19px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    font-weight: normal;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.busca-02 {
    width: 100%;
    max-width: 192px;
    flex-shrink: 0;
    position: relative;
    margin-left: 10px
}

@media (max-width:1023px) {
    .busca-02 {
        order: 2;
        margin-top: 20px
    }
}

.busca-02 form [type=text] {
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    width: 100%;
    height: 44px;
    padding: 10px 45px 10px 20px !important;
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    color: #999999
}

.busca-02 form button {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 0;
    width: 38px;
    height: 36px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background-color: transparent
}

.busca-02 form button:before {
    content: '\e936';
    color: #0761B0;
    font-family: 'icomoon';
    font-size: 19px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    font-weight: normal;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.artigos-01 {
    padding: 0 30px 0 0;
    width: calc(100% - 300px)
}

@media (max-width:1023px) {
    .artigos-01 {
        width: 100%;
        padding: 0
    }
}

.artigos-01 h1 {
    display: none
}

.artigos-01 h2 {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    padding: 0 0 30px;
    line-height: 1;
    width: 100%
}

@media (max-width:1279px) {
    .artigos-01 h2 {
        font-size: 33.25px
    }
}

@media (max-width:1023px) {
    .artigos-01 h2 {
        font-size: 31.5px
    }
}

@media (max-width:768px) {
    .artigos-01 h2 {
        font-size: 24.5px
    }
}

@media (max-width:480px) {
    .artigos-01 h2 {
        font-size: 21px
    }
}

.artigos-01 .full-max {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 4%
}

.artigos-01 .full-max>* {
    width: calc((100% - ((2 - 1) * 4%)) / 2)
}

@media (max-width:768px) {
    .artigos-01 .full-max>* {
        width: calc((80% - ((2 - 1) * 4%)) / 2)
    }
}

@media (max-width:480px) {
    .artigos-01 .full-max>* {
        width: calc((100% - ((2 - 1) * 4%)) / 2)
    }
}

@media (max-width:1023px) {
    .artigos-01 .full-max {
        padding: 0
    }
}

@media (max-width:768px) {
    .artigos-01 .full-max {
        gap: 50px 100%;
        justify-content: center
    }

    .artigos-01 .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

@media (max-width:768px) and (max-width:768px) {
    .artigos-01 .full-max>* {
        width: calc((80% - ((1 - 1) * 100%)) / 1)
    }
}

@media (max-width:768px) and (max-width:480px) {
    .artigos-01 .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.artigos-01 .full-max .artigo {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px
}

.artigos-01 .full-max .artigo:hover .link-artigo figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.15);
    mix-blend-mode: multiply;
    pointer-events: none
}

.artigos-01 .full-max .artigo:hover .link-artigo h4 {
    color: #0761B0
}

.artigos-01 .full-max .artigo .link-artigo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: #333;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.artigos-01 .full-max .artigo .link-artigo figure {
    display: block;
    position: relative;
    width: 100%;
    max-height: 300px
}

.artigos-01 .full-max .artigo .link-artigo figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0);
    mix-blend-mode: multiply;
    pointer-events: none
}

.artigos-01 .full-max .artigo .link-artigo figure:after {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.artigos-01 .full-max .artigo .link-artigo figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    object-fit: cover
}

.artigos-01 .full-max .artigo .link-artigo .info-artigo {
    width: 100%;
    padding: 7px 0 10px;
    display: flex;
    font-size: 14px;
    justify-content: space-between
}

.artigos-01 .full-max .artigo .link-artigo h2 {
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    .artigos-01 .full-max .artigo .link-artigo h2 {
        font-size: 18px
    }
}

@media (max-width:480px) {
    .artigos-01 .full-max .artigo .link-artigo h2 {
        padding: 0
    }
}

.artigos-01 .full-max .artigo .link-artigo span {
    all: revert
}

.artigos-01 .full-max .nao-encontrado {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase
}

@media (max-width:1279px) {
    .artigos-01 .full-max .nao-encontrado {
        font-size: 23.75px
    }
}

@media (max-width:1023px) {
    .artigos-01 .full-max .nao-encontrado {
        font-size: 22.5px
    }
}

@media (max-width:768px) {
    .artigos-01 .full-max .nao-encontrado {
        font-size: 17.5px
    }
}

@media (max-width:480px) {
    .artigos-01 .full-max .nao-encontrado {
        font-size: 15px
    }
}

.artigo-completo-01 {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    padding: 0 30px 0 0
}

@media (max-width:1023px) {
    .artigo-completo-01 {
        padding: 0;
        width: 100%
    }
}

.artigo-completo-01 h1 {
    font-size: 30px;
    color: #ED3338;
    font-weight: 700;
    padding: 15px 0 15px;
    line-height: 1;
    width: 100%
}

@media (max-width:1279px) {
    .artigo-completo-01 h1 {
        font-size: 28.5px
    }
}

@media (max-width:1023px) {
    .artigo-completo-01 h1 {
        font-size: 27px
    }
}

@media (max-width:768px) {
    .artigo-completo-01 h1 {
        font-size: 21px
    }
}

@media (max-width:480px) {
    .artigo-completo-01 h1 {
        font-size: 18px
    }
}

.artigo-completo-01 .info-completo {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 30px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    border-bottom-color: #333;
    border-bottom-width: 1px;
    border-bottom-style: dotted
}

.artigo-completo-01 figure {
    width: 100%;
    height: 500px
}

@media (max-width:768px) {
    .artigo-completo-01 figure {
        height: 400px
    }
}

@media (max-width:480px) {
    .artigo-completo-01 figure {
        height: 300px
    }
}

.artigo-completo-01 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px
}

.artigo-completo-01>span {
    display: block;
    margin: 15px 0 20px;
    font-size: 20px;
    color: #333;
    line-height: 1.3
}

@media (max-width:1023px) {
    .artigo-completo-01>span {
        font-size: 18px
    }
}

.artigo-completo-01 .blog-relacionados {
    margin-top: 50px
}

.artigo-completo-01 .blog-relacionados h3 {
    font-size: 30px;
    color: #0761B0;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2
}

@media (max-width:1023px) {
    .artigo-completo-01 .blog-relacionados h3 {
        font-size: 27px
    }
}

.artigo-completo-01 .blog-relacionados .artigos-01 {
    padding-right: 0;
    width: 100%
}

.artigo-completo-01 .blog-relacionados .artigos-01 h1 {
    padding-bottom: 10px
}

.blog-images {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0 30px;
    position: relative
}

.blog-images h3 {
    font-size: 30px;
    color: #ED3338;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2
}

@media (max-width:1023px) {
    .blog-images h3 {
        font-size: 27px
    }
}

.blog-images figure {
    position: relative;
    width: 100%;
    height: 500px
}

@media (max-width:768px) {
    .blog-images figure {
        height: 400px
    }
}

@media (max-width:480px) {
    .blog-images figure {
        height: 300px
    }
}

.blog-images figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-images figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 15px;
    padding: 15px;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    line-height: 1.2
}

.blog-images .owl-carousel-blog {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

@media (max-width:1023px) {
    .blog-images .owl-carousel-blog {
        width: 100%;
        height: 100%;
        min-width: 100%;
        position: relative
    }

    .blog-images .owl-carousel-blog li {
        background-position: center !important
    }
}

@media (max-width:480px) {
    .blog-images .owl-carousel-blog {
        height: 400px
    }

    .blog-images .owl-carousel-blog li {
        height: 50vh !important;
        background-position: center !important
    }
}

.blog-images .owl-carousel-blog.owl-loaded {
    display: block;
    height: auto
}

.blog-images .owl-carousel-blog.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.blog-images .owl-carousel-blog.owl-hidden {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.blog-images .owl-carousel-blog.owl-refresh .owl-item {
    visibility: hidden
}

.blog-images .owl-carousel-blog.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blog-images .owl-carousel-blog.owl-grab {
    cursor: move;
    cursor: grab
}

.blog-images .owl-carousel-blog.owl-rtl {
    direction: rtl
}

.blog-images .owl-carousel-blog.owl-rtl .owl-item {
    float: right
}

.blog-images .owl-carousel-blog .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

@media (max-width:1023px) {
    .blog-images .owl-carousel-blog .owl-stage {
        height: 100%
    }
}

.blog-images .owl-carousel-blog .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.blog-images .owl-carousel-blog .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 100%
}

.blog-images .owl-carousel-blog .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden
}

@media (max-width:1023px) {
    .blog-images .owl-carousel-blog .owl-item {
        height: 100%
    }
}

.blog-images .owl-carousel-blog .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.blog-images .owl-carousel-blog .owl-item .owl-lazy[src^=""],
.blog-images .owl-carousel-blog .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.blog-images .owl-carousel-blog button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.blog-images .owl-carousel-blog .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.blog-images .owl-carousel-blog .owl-animated-in {
    z-index: 0
}

.blog-images .owl-carousel-blog .owl-animated-out {
    z-index: 1
}

.blog-images .owl-carousel-blog .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1)
    }

    100% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

.blog-images .no-js .owl-carousel-blog {
    display: block
}

.blog-images .owl-height {
    transition: height 500ms ease-in-out
}

.blog-images .owl-theme .owl-nav {
    width: 100%;
    height: 55px;
    position: absolute;
    top: calc(50% - (55px / 2));
    left: 0;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    text-align: center;
    pointer-events: none
}

.blog-images .owl-theme .owl-nav .owl-prev,
.blog-images .owl-theme .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    position: absolute;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    padding: 0;
    pointer-events: all;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border: none
}

@media (max-width:1279px) {

    .blog-images .owl-theme .owl-nav .owl-prev,
    .blog-images .owl-theme .owl-nav .owl-next {
        background-color: transparent;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 35px;
        height: 35px
    }
}

.blog-images .owl-theme .owl-nav .owl-prev:hover,
.blog-images .owl-theme .owl-nav .owl-next:hover {
    color: #ED3338;
    cursor: pointer
}

.blog-images .owl-theme .owl-nav .owl-prev:before,
.blog-images .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 55px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .blog-images .owl-theme .owl-nav .owl-prev:before,
    .blog-images .owl-theme .owl-nav .owl-next:before {
        font-size: 30px
    }
}

.blog-images .owl-theme .owl-nav .owl-prev {
    left: -55px
}

@media (max-width:1279px) {
    .blog-images .owl-theme .owl-nav .owl-prev {
        left: -10px
    }
}

.blog-images .owl-theme .owl-nav .owl-prev:before {
    content: '\e95b'
}

.blog-images .owl-theme .owl-nav .owl-next {
    right: -55px
}

@media (max-width:1279px) {
    .blog-images .owl-theme .owl-nav .owl-next {
        right: -10px
    }
}

.blog-images .owl-theme .owl-nav .owl-next:before {
    content: '\e95a'
}

@media (max-width:1279px) {

    .blog-images .owl-theme .owl-nav .owl-prev,
    .blog-images .owl-theme .owl-nav .owl-next {
        box-shadow: none
    }
}

.blog-images .owl-theme .owl-nav .owl-prev {
    left: 0
}

@media (max-width:1279px) {
    .blog-images .owl-theme .owl-nav .owl-prev {
        left: 5px
    }
}

.blog-images .owl-theme .owl-nav .owl-next {
    right: 0
}

@media (max-width:1279px) {
    .blog-images .owl-theme .owl-nav .owl-next {
        right: 5px
    }
}

.blog-images .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.blog-images .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 0
}

.blog-images .owl-theme .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ED3338;
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0 4px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    zoom: 1;
    border: none
}

.blog-images .owl-theme .owl-dots .owl-dot.active,
.blog-images .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer;
    background-color: #0761B0;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5)
}

.blog-images .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.blog-text {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    margin: 10px 0 30px
}

@media (max-width:1023px) {
    .blog-text {
        font-size: 14.4px
    }
}

.blog-text h3 {
    font-size: 30px;
    color: #ED3338;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2
}

@media (max-width:1023px) {
    .blog-text h3 {
        font-size: 27px
    }
}

.blog-text .titulo1,
.blog-text .titulo2,
.blog-text .titulo3,
.blog-text .titulo4 {
    display: block;
    margin-top: 0;
    font-weight: 700
}

.blog-text .titulo2 {
    margin-top: 0;
    color: #0761B0
}

.blog-text ul {
    margin: 16px 0 16px 0;
    padding-left: 20px
}

.blog-text ul li {
    display: list-item !important;
    list-style-type: disc !important
}

.blog-video {
    width: 100%;
    margin: 10px 0 30px
}

.blog-video h3 {
    font-size: 30px;
    color: #ED3338;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2
}

@media (max-width:1023px) {
    .blog-video h3 {
        font-size: 27px
    }
}

.blog-video figure {
    width: 100%;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    position: relative
}

.blog-video figure:before {
    content: '';
    display: block;
    width: 88px;
    height: 59px;
    background-image: url("../../images/yt-bt.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    filter: grayscale(100%);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.blog-video figure:hover {
    cursor: pointer
}

.blog-video figure:hover:before {
    filter: none
}

.blog-video .container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    background-color: #000000
}

.blog-video .container .responsive-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px
}

.noticias-11-blog {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 50px 20px 40px;
    background-color: #FFFFFF;
    position: relative
}

.noticias-11-blog:before {
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px;
    position: absolute;
    top: -170px;
    left: 0;
    z-index: 0;
    padding-top: 170px;
    z-index: 1000;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='612px' height='54.061px' viewBox='0 155.833 612 54.061' enable-background='new 0 155.833 612 54.061' xml:space='preserve'%3E%3Cpath opacity='0.15' fill='%23FFFFFF' d='M0,158.084c0,0,54.248,2.097,183.6,21.688C342.72,203.87,496.332,196.39,612,174.1v15.835 v19.959H0V158.084z'/%3E%3Cpath opacity='0.15' fill='%23FFFFFF' d='M0,176.76c0,0,165.852,27.188,306,19.278c96.084-5.422,192.78-28.315,306-37.954v51.81H0 V176.76z'/%3E%3Cpath fill='%23FFFFFF' d='M0,184.592c0,0,115.233,19.278,310.896,19.278C488.376,203.87,612,182.785,612,182.785v27.11H0V184.592z'/%3E%3C/svg%3E%0A")
}

@media (max-width:1279px) {
    .noticias-11-blog:before {
        background-size: 1300px;
        top: -115px;
        padding-top: 115px
    }
}

@media (max-width:1023px) {
    .noticias-11-blog:before {
        background-size: 1024px;
        top: -90px;
        padding-top: 90px
    }
}

@media (max-width:768px) {
    .noticias-11-blog:before {
        background-size: 800px;
        top: -70px;
        padding-top: 70px
    }
}

@media (max-width:480px) {
    .noticias-11-blog:before {
        background-size: 500px;
        top: -44px;
        padding-top: 44px
    }
}

.noticias-11-blog:after {
    content: '';
    display: block;
    width: 156px;
    height: 303px;
    background-image: url("../../images/efeito-serv29.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 0
}

@media (max-width:768px) {
    .noticias-11-blog:after {
        width: 86px;
        height: 153px
    }
}

.noticias-11-blog .full-max h2 {
    color: #212121;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    display: table;
    line-height: 1.2;
    padding-bottom: 15px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1
}

@media (max-width:1023px) {
    .noticias-11-blog .full-max h2 {
        font-size: 36px
    }
}

.noticias-11-blog .full-max h2:after {
    content: '';
    display: block;
    width: 157px;
    height: 55px;
    background-image: url("../../images/efeito-titulo-cor1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: 32px;
    right: 5px;
    z-index: -1
}

@media (max-width:768px) {
    .noticias-11-blog .full-max h2:after {
        top: 20px;
        right: 5px
    }
}

.noticias-11-blog .full-max .ver-tudo {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    display: table;
    margin: 0 auto;
    position: relative;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -ms-transition: all linear .2s
}

.noticias-11-blog .full-max .ver-tudo:before {
    content: '';
    display: block;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -ms-transition: all linear .2s;
    position: absolute;
    top: 13px;
    left: -152px;
    z-index: 0;
    height: 2px;
    width: 142px;
    background-color: #919191
}

@media (max-width:768px) {
    .noticias-11-blog .full-max .ver-tudo:before {
        display: none
    }
}

.noticias-11-blog .full-max .ver-tudo:after {
    content: '';
    display: block;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -ms-transition: all linear .2s;
    position: absolute;
    top: 13px;
    right: -152px;
    z-index: 0;
    height: 2px;
    width: 142px;
    background-color: #919191
}

@media (max-width:768px) {
    .noticias-11-blog .full-max .ver-tudo:after {
        display: none
    }
}

.noticias-11-blog .full-max .ver-tudo:hover {
    color: #ED3338
}

.noticias-11-blog .full-max .ver-tudo:hover:before {
    width: 192px;
    left: -202px;
    background-color: #ED3338
}

.noticias-11-blog .full-max .ver-tudo:hover:after {
    width: 192px;
    right: -202px;
    background-color: #ED3338
}

.noticias-11-blog .full-max .link-artigo {
    position: relative;
    z-index: 1
}

.noticias-11-blog .full-max .link-artigo .owl-stage-outer {
    position: relative;
    overflow: hidden
}

.noticias-11-blog .full-max .link-artigo .owl-stage-outer .owl-stage {
    padding: 40px 2.5%;
    display: flex;
    justify-content: center;
    gap: 50px
}

@media (max-width:1023px) {
    .noticias-11-blog .full-max .link-artigo .owl-stage-outer .owl-stage {
        gap: 30px
    }
}

@media (max-width:480px) {
    .noticias-11-blog .full-max .link-artigo .owl-stage-outer .owl-stage {
        gap: 15px
    }
}

.noticias-11-blog .full-max .link-artigo .owl-item {
    position: relative;
    min-height: 1px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.noticias-11-blog .full-max .link-artigo .owl-item img {
    display: block
}

.noticias-11-blog .full-max .link-artigo.owl-loaded {
    height: 100%;
    display: block
}

.noticias-11-blog .full-max .link-artigo.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.noticias-11-blog .full-max .link-artigo.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.noticias-11-blog .full-max .link-artigo.owl-grab {
    cursor: move;
    cursor: grab
}

.noticias-11-blog .full-max .owl-theme .owl-nav {
    width: 100%;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    text-align: center;
    pointer-events: none;
    top: calc(40% - (48px / 2))
}

@media (max-width:1279px) {
    .noticias-11-blog .full-max .owl-theme .owl-nav {
        width: 100%;
        height: 30px
    }
}

.noticias-11-blog .full-max .owl-theme .owl-nav .owl-prev,
.noticias-11-blog .full-max .owl-theme .owl-nav .owl-next {
    width: 48px;
    height: 48px;
    position: absolute;
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    padding: 0;
    pointer-events: all;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border: none;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35)
}

@media (max-width:1279px) {

    .noticias-11-blog .full-max .owl-theme .owl-nav .owl-prev,
    .noticias-11-blog .full-max .owl-theme .owl-nav .owl-next {
        background-color: #f5f5f5;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 30px
    }
}

.noticias-11-blog .full-max .owl-theme .owl-nav .owl-prev:hover,
.noticias-11-blog .full-max .owl-theme .owl-nav .owl-next:hover {
    color: #ED3338;
    cursor: pointer
}

.noticias-11-blog .full-max .owl-theme .owl-nav .owl-prev:before,
.noticias-11-blog .full-max .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 30px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .noticias-11-blog .full-max .owl-theme .owl-nav .owl-prev:before,
    .noticias-11-blog .full-max .owl-theme .owl-nav .owl-next:before {
        font-size: 20px
    }
}

.noticias-11-blog .full-max .owl-theme .owl-nav .owl-prev {
    left: -21px
}

@media (max-width:1279px) {
    .noticias-11-blog .full-max .owl-theme .owl-nav .owl-prev {
        left: -10px
    }
}

.noticias-11-blog .full-max .owl-theme .owl-nav .owl-prev:before {
    content: '\e959'
}

.noticias-11-blog .full-max .owl-theme .owl-nav .owl-next {
    right: -21px
}

@media (max-width:1279px) {
    .noticias-11-blog .full-max .owl-theme .owl-nav .owl-next {
        right: -10px
    }
}

.noticias-11-blog .full-max .owl-theme .owl-nav .owl-next:before {
    content: '\e958'
}

@media (max-width:1279px) {
    .noticias-11-blog .full-max .owl-theme .owl-nav {
        margin: 0 15px;
        width: calc(100% - 30px);
        top: calc(36% - (48px / 2))
    }
}

.noticias-11-blog .full-max .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.noticias-11-blog .full-max .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
    display: flex;
    justify-content: center
}

.noticias-11-blog .full-max .owl-theme .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0761B0;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 3px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    zoom: 1;
    border: none
}

.noticias-11-blog .full-max .owl-theme .owl-dots .owl-dot.active,
.noticias-11-blog .full-max .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer;
    background-color: #000000
}

.noticias-11-blog .full-max .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.noticias-11-blog .full-max .owl-theme article {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px
}

.noticias-11-blog .full-max .owl-theme article:hover {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.46);
    -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.46)
}

.noticias-11-blog .full-max .owl-theme article:hover h3 {
    color: #ED3338
}

.noticias-11-blog .full-max .owl-theme article a {
    display: flex;
    text-align: center;
    padding: 10px 10px 40px;
    flex-direction: column;
    justify-content: flex-start
}

.noticias-11-blog .full-max .owl-theme article a figure {
    display: block;
    width: 100%;
    line-height: 0
}

.noticias-11-blog .full-max .owl-theme article a figure img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

.noticias-11-blog .full-max .owl-theme article a .data {
    text-transform: uppercase;
    color: #333333;
    font-size: 12px;
    line-height: 1.4;
    padding: 20px 0 10px
}

.noticias-11-blog .full-max .owl-theme article a h3 {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    padding: 0 10px
}

.noticias-11-blog .full-max .owl-theme article a span {
    font-size: 15px;
    color: #1F1E1F;
    padding: 0 10px
}

.noticias-11-blog .link-artigo .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.noticias-11-blog .link-artigo .owl-item .owl-lazy[src^=""],
.noticias-11-blog .link-artigo .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.noticias-11-blog .link-artigo .owl-item img.owl-lazsy {
    transform-style: preserve-3d
}

.lista-mapa {
    display: flex;
    max-width: 1280px;
    flex-direction: row;
    gap: 25px
}

@media (max-width:1023px) {
    .lista-mapa {
        flex-direction: column
    }
}

.lista-mapa #locations {
    width: 40%;
    padding: 0 15px 0 0;
    overflow-y: auto;
    max-height: 500px
}

.lista-mapa #locations::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.lista-mapa #locations::-webkit-scrollbar-track {
    background-color: #eee;
    margin: 0 15px
}

.lista-mapa #locations::-webkit-scrollbar-thumb {
    background-color: #0761B0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

.lista-mapa #locations::-webkit-scrollbar-thumb:hover {
    background-color: #0029a6
}

@media (max-width:1366px) {
    .lista-mapa #locations {
        width: 35%
    }
}

@media (max-width:1023px) {
    .lista-mapa #locations {
        width: 100%;
        display: flex;
        padding: 0;
        gap: 5px 2%;
        flex-wrap: wrap;
        max-height: none;
        overflow-y: visible
    }

    .lista-mapa #locations>* {
        width: calc((100% - ((2 - 1) * 2%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:768px) {
    .lista-mapa #locations>* {
        width: calc((100% - ((2 - 1) * 2%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:480px) {
    .lista-mapa #locations>* {
        width: calc((100% - ((2 - 1) * 2%)) / 2)
    }
}

@media (max-width:768px) {
    .lista-mapa #locations {
        gap: 15px 100%
    }

    .lista-mapa #locations>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

@media (max-width:768px) and (max-width:768px) {
    .lista-mapa #locations>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

@media (max-width:768px) and (max-width:480px) {
    .lista-mapa #locations>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.lista-mapa #locations .location-card {
    background-color: #eee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    border-left-color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.lista-mapa #locations .location-card:hover {
    border-left-color: #f4a261;
    border-left-width: 5px;
    border-left-style: solid
}

@media (max-width:1023px) {
    .lista-mapa #locations .location-card:hover {
        border-left-color: transparent;
        border-left-width: 1px;
        border-left-style: solid
    }
}

.lista-mapa #locations .location-card h2 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    cursor: pointer
}

@media (max-width:1023px) {
    .lista-mapa #locations .location-card h2 {
        font-size: 16.2px
    }
}

.lista-mapa #locations .location-card .location-address {
    border-color: #0761B0;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    cursor: pointer
}

.lista-mapa #locations .location-card .location-address p {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #111;
    padding: 5px 10px
}

.lista-mapa #locations .location-card .location-address p:before {
    content: '\e928';
    color: #0761B0;
    font-family: 'icomoon';
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    .lista-mapa #locations .location-card .location-address p {
        font-size: 10.8px
    }
}

.lista-mapa #locations .location-card .location-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.lista-mapa #locations .location-card .location-button a.whatsapp {
    padding: 0 15px;
    width: fit-content;
    min-height: 32px;
    background-color: #0EC143;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    justify-content: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    display: flex;
    font-size: 14px;
    color: #FFFFFF;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    margin-bottom: 5px
}

.lista-mapa #locations .location-card .location-button a.whatsapp:hover {
    background-color: #0b9132
}

.lista-mapa #locations .location-card .location-button a.whatsapp:before {
    content: '\e906';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.lista-mapa #locations .location-card .location-button a.google {
    padding: 0 15px;
    width: fit-content;
    min-height: 32px;
    background-color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    font-size: 14px;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    color: #212121;
    padding-left: 10px;
    border: 1px solid transparent;
    margin-bottom: 5px
}

.lista-mapa #locations .location-card .location-button a.google:hover {
    background-color: #e6e6e6
}

.lista-mapa #locations .location-card .location-button a.google:hover {
    background-color: #f2f2f2;
    border-color: #4C8BF5
}

.lista-mapa #locations .location-card .location-button a.google svg {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.lista-mapa #map {
    width: 60%;
    height: 100vh;
    max-height: 500px
}

@media (max-width:1366px) {
    .lista-mapa #map {
        width: 65%
    }
}

@media (max-width:1023px) {
    .lista-mapa #map {
        width: 100%;
        height: 400px
    }
}

@keyframes mousehome {
    0% {
        margin-top: -23px
    }

    50% {
        margin-top: -15px
    }

    100% {
        margin-top: -23px
    }
}

@-webkit-keyframes mousehome {
    0% {
        margin-top: -23px
    }

    50% {
        margin-top: -15px
    }

    100% {
        margin-top: -23px
    }
}

@-moz-keyframes mousehome {
    0% {
        margin-top: -23px
    }

    50% {
        margin-top: -15px
    }

    100% {
        margin-top: -23px
    }
}

@keyframes click-mouse {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8)
    }

    100% {
        box-shadow: none
    }
}

@-webkit-keyframes click-mouse {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8)
    }

    100% {
        box-shadow: none
    }
}

@-moz-keyframes click-mouse {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8)
    }

    100% {
        box-shadow: none
    }
}

.redes-topo {
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 0;
    width: 46px
}

.redes-topo i {
    font-size: 20px;
    width: 36px;
    height: 38px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding-right: 10px;
    align-items: center;
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    margin-bottom: 0;
    color: #FFFFFF;
    box-sizing: initial
}

.redes-topo i:hover {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0)
}

.redes-topo span {
    display: none
}

@media only screen and (max-width:1023px) {
    .redes-topo {
        display: none
    }
}

.redes-topo .icon-facebook {
    background-color: #4267B2 !important
}

.redes-topo .icon-youtube,
.redes-topo .icon-youtube-02 {
    background-color: #f00
}

.redes-topo .icon-twitter {
    background-color: #00aced
}

.redes-topo .icon-tik-tok {
    background-color: #000000
}

.redes-topo .icon-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1)
}

.redes-topo .icon-linkedin {
    background-color: #0077B5
}

.redes-topo .icon-skype {
    background-color: #00b5ee;
    width: 200px
}

.redes-topo .icon-skype:hover {
    transform: translateX(-155px);
    -moz-transform: translateX(-155px);
    -webkit-transform: translateX(-155px);
    -ms-transform: translateX(-155px)
}

.redes-topo .icon-skype b {
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px
}

.redes-topo .icon-skype:before {
    margin-right: 10px;
    position: absolute;
    left: 10px
}

.redes-topo .icon-gplus1 {
    background-color: #DC473A
}

.redes-topo .icon-pinterest {
    background-color: #BD081C
}

.redes-topo .icon-blog {
    background-color: #FF6501
}

section.galeria-webcis-1 h2 {
    max-width: 1280px;
    margin: 40px auto 20px;
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    display: table;
    position: relative
}

@media (max-width:1279px) {
    section.galeria-webcis-1 h2 {
        font-size: 42.75px
    }
}

@media (max-width:1023px) {
    section.galeria-webcis-1 h2 {
        font-size: 40.5px
    }
}

@media (max-width:768px) {
    section.galeria-webcis-1 h2 {
        font-size: 31.5px
    }
}

@media (max-width:480px) {
    section.galeria-webcis-1 h2 {
        font-size: 27px
    }
}

section.galeria-webcis-1 span {
    max-width: 1280px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 40px;
    color: #333333;
    line-height: 1.2;
    display: block
}

@media (max-width:1023px) {
    section.galeria-webcis-1 span {
        font-size: 16.2px
    }
}

section.galeria-webcis-1 .full-max {
    gap: 25px 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

section.galeria-webcis-1 .full-max>* {
    width: calc((100% - ((4 - 1) * 25px)) / 4)
}

@media (max-width:768px) {
    section.galeria-webcis-1 .full-max>* {
        width: calc((80% - ((4 - 1) * 25px)) / 4)
    }
}

@media (max-width:480px) {
    section.galeria-webcis-1 .full-max>* {
        width: calc((100% - ((4 - 1) * 25px)) / 4)
    }
}

section.galeria-webcis-1 .full-max figure {
    display: flex;
    flex-flow: column;
    transition: all .3s;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden
}

section.galeria-webcis-1 .full-max figure a {
    position: relative
}

section.galeria-webcis-1 .full-max figure a:after {
    font-family: 'icomoon';
    content: "\e936";
    color: #fff;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media only screen and (max-width:1023px) {
    section.galeria-webcis-1 .full-max figure a:after {
        display: none
    }
}

section.galeria-webcis-1 .full-max figure:hover {
    transform: scale(1.1);
    box-shadow: 0 0 40px -10px #000;
    -moz-box-shadow: 0 0 40px -10px #000;
    -webkit-box-shadow: 0 0 40px -10px #000;
    -ms-box-shadow: 0 0 40px -10px #000
}

section.galeria-webcis-1 .full-max figure:hover a:after {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    filter: drop-shadow(0 0 9 #000000)
}

section.galeria-webcis-1 .full-max figure:hover a:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    mix-blend-mode: overlay
}

@media only screen and (max-width:1279px) {
    section.galeria-webcis-1 .full-max figure {
        width: 23.9%
    }
}

@media only screen and (max-width:1023px) {
    section.galeria-webcis-1 .full-max figure {
        width: 31.9%
    }
}

@media only screen and (max-width:768px) {
    section.galeria-webcis-1 .full-max figure {
        width: 47.6%
    }
}

@media only screen and (max-width:480px) {
    section.galeria-webcis-1 .full-max figure {
        width: 46.3%
    }
}

section.galeria-webcis-1 .full-max figure img {
    width: 100%;
    height: auto;
    float: left
}

section.galeria-webcis-1 .full-max figure figcaption {
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    padding: 7px;
    margin-bottom: 10px
}

@media only screen and (max-width:768px) {
    section.galeria-webcis-1 .full-max figure figcaption {
        font-size: 12px;
        margin-bottom: 0;
        padding: 4px
    }
}

.contato-form {
    width: 55%
}

@media (max-width:1023px) {
    .contato-form {
        width: 100%
    }
}

.contato-form.v2 {
    display: none
}

.contato-form.v2+.dados-contato {
    width: 100%;
    margin-top: 50px
}

.contato-form.v2+.dados-contato ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

.contato-form.v2+.dados-contato ul li:last-child {
    grid-column-start: 2
}

.dados-contato {
    width: 40%
}

@media (max-width:1279px) {
    .dados-contato {
        width: 40%
    }
}

@media (max-width:1023px) {
    .dados-contato {
        width: 100%;
        margin-top: 30px
    }
}

.dados-contato h3 {
    font-size: 40px
}

.dados-contato li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    border: none;
    color: #333333;
    align-items: flex-start !important;
    font-size: 15px
}

.dados-contato li a {
    color: #333333;
    word-break: break-all;
    display: block
}

@media (max-width:1023px) {
    .dados-contato li {
        width: 50%;
        margin: 0 auto 0;
        text-align: center;
        padding-left: 0;
        align-items: center !important;
        flex-direction: column
    }
}

@media (max-width:768px) {
    .dados-contato li {
        width: 100%
    }
}

.dados-contato li strong {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 3px
}

@media (max-width:480px) {
    .dados-contato li strong {
        font-size: 13px
    }
}

.dados-contato .telefone {
    display: flex;
    align-items: center
}

.dados-contato .telefone:before {
    content: '\e92d';
    color: #0761B0;
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.dados-contato .telefone:before {
    width: 45px;
    height: 45px;
    border-color: #0761B0;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .telefone span {
    display: flex;
    flex-direction: column
}

.dados-contato .whatsapp {
    display: flex;
    align-items: center
}

.dados-contato .whatsapp:before {
    content: '\e906';
    color: #0761B0;
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.dados-contato .whatsapp:before {
    width: 45px;
    height: 45px;
    border-color: #0761B0;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .whatsapp span {
    display: flex;
    flex-direction: column
}

.dados-contato .email-contato {
    display: flex;
    align-items: center
}

.dados-contato .email-contato:before {
    content: '\e921';
    color: #0761B0;
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.dados-contato .email-contato:before {
    width: 45px;
    height: 45px;
    border-color: #0761B0;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .email-contato span {
    display: flex;
    flex-direction: column
}

.dados-contato .endereco {
    display: flex;
    align-items: center
}

.dados-contato .endereco:before {
    content: '\e928';
    color: #0761B0;
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.dados-contato .endereco:before {
    width: 45px;
    height: 45px;
    border-color: #0761B0;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 0
}

@media (max-width:1023px) {

    .dados-contato .telefone:before,
    .dados-contato .whatsapp:before,
    .dados-contato .email-contato:before,
    .dados-contato .endereco:before {
        position: relative;
        left: auto;
        margin: 0 auto 5px
    }
}

.dados-contato ul {
    padding-top: 0;
    text-align: left;
    margin-top: 40px
}

@media (max-width:1023px) {
    .dados-contato ul {
        display: flex;
        flex-wrap: wrap
    }
}

.dados-contato .redes {
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: wrap
}

.dados-contato .redes i {
    border-color: #0761B0;
    border-width: 2px;
    border-style: solid
}

.dados-contato .redes a {
    color: #0761B0
}

.dados-contato .redes i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    margin-right: 10px
}

@media (max-width:1023px) {
    .dados-contato .redes i {
        margin: 0 5px
    }
}

.dados-contato .redes span {
    display: flex
}

@media (max-width:1023px) {
    .dados-contato .redes span {
        margin: 0 auto 0
    }
}

.dados-contato .redes strong {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333333
}

@media (max-width:1023px) {
    .dados-contato .redes strong {
        text-align: center
    }
}

.dados-contato .redes a:hover {
    animation: redes .2s linear;
    -webkit-animation: redes .2s linear;
    -moz-animation: redes .2s linear;
    -ms-animation: redes .2s linear
}

@keyframes redes {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes redes {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes redes {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(.8)
    }

    100% {
        -moz-transform: scale(1)
    }
}

.msg-obrigatorio {
    padding: 0 0 15px 0;
    display: block;
    font-size: 13px;
    width: 100%;
    color: #333333;
    float: left
}

.msg-obrigatorio em {
    color: #ff0000
}

.mapa {
    width: 100%;
    float: left;
    position: relative
}

.mapa:before {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #0761B0;
    mix-blend-mode: overlay;
    position: absolute;
    content: '';
    display: block
}

.mapa form {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 10px;
    background-color: #eee;
    display: flex
}

@media (max-width:480px) {
    .mapa form {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        float: left;
        width: 100%;
        box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        -webkit-box-shadow: 0 0 0 0;
        -ms-box-shadow: 0 0 0 0;
        padding: 15px;
        background: none
    }
}

.mapa form [type=text] {
    width: 57%;
    height: 50px;
    margin: 0 3% 0 0;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 15px
}

@media (max-width:480px) {
    .mapa form [type=text] {
        font-size: 13px
    }
}

.mapa form [type=submit] {
    width: 40%;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0761B0;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    cursor: pointer;
    border: none;
    position: static;
    text-indent: unset;
    top: auto;
    left: auto
}

@media (max-width:480px) {
    .mapa form [type=submit] {
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 16px
    }
}

.mapa form [type=submit]:hover {
    background-color: #001040
}

.mapa iframe {
    width: 100%;
    float: left
}

.dois-mapas {
    width: 100%
}

.dois-mapas .bt-mapas {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 15px
}

.dois-mapas .bt-mapas li {
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 15px;
    background-color: #eee;
    color: #333333;
    margin: 35px 5px 0 5px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    font-size: 15px
}

@media only screen and (max-width:480px) {
    .dois-mapas .bt-mapas li {
        margin-right: 0;
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin: 15px 0 0
    }
}

.dois-mapas .bt-mapas li.active {
    background-color: #0761B0;
    color: #FFFFFF
}

.dois-mapas .bt-mapas li:hover {
    cursor: pointer
}

.dois-mapas .map-content iframe {
    width: 100%;
    float: left
}

.link-back {
    display: table;
    margin-left: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    font-size: 15px;
    padding: 5px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #0761B0;
    color: #FFFFFF
}

.link-back:hover {
    background-color: #001659;
    color: #FFFFFF
}

.voltar-topo {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -webkit-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    bottom: 25px;
    left: calc(50% - (30px / 2));
    z-index: 1100;
    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
    background-color: #ED3338;
    cursor: pointer
}

.voltar-topo:hover {
    background-color: #602a3b
}

.voltar-topo:before {
    display: block;
    content: '\e95b';
    font-family: 'icomoon';
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    color: #FFFFFF;
    font-size: 26px;
    line-height: 26px;
    pointer-events: none
}

.voltar-topo.cd-is-visible {
    opacity: .4;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    filter: alpha(opacity=0.4);
    transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1)
}

.voltar-topo p {
    display: none
}

.paginacao {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center
}

.paginacao a {
    text-align: center;
    position: relative;
    height: 41px;
    line-height: 41px;
    border: 1px solid #E9E9E9;
    min-width: 46px;
    padding: 0 4px;
    margin: 0 7px;
    text-decoration: none;
    font-size: 17px;
    float: left;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    transform: translate(-3px, -3px);
    -moz-transform: translate(-3px, -3px);
    -webkit-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    color: #333
}

.paginacao a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: #fff
}

.paginacao a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #E9E9E9
}

.paginacao a:before {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: -3
}

.paginacao a:hover {
    transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    color: #BBB
}

.paginacao a:hover:before {
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: -3
}

.paginacao span {
    text-align: center;
    position: relative;
    height: 41px;
    line-height: 41px;
    border: 1px solid #E9E9E9;
    min-width: 46px;
    padding: 0 4px;
    margin: 0 7px;
    text-decoration: none;
    font-size: 17px;
    float: left;
    transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    cursor: default;
    color: #BBB
}

.paginacao span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: #fff
}

.paginacao span:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #E9E9E9
}

.paginacao span:before {
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: -3
}

.bt-prev i,
.bt-anterior i {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin: 12px 0 0 12px
}

.apn_next i,
.bt-proximo i {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin: 12px 0 0 5px
}

.mvv-10 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 70px
}

@media (max-width:1023px) {
    .mvv-10 {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.mvv-10 .full-max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 3.1%
}

.mvv-10 .full-max>* {
    width: calc((100% - ((3 - 1) * 3.1%)) / 3)
}

@media (max-width:768px) {
    .mvv-10 .full-max>* {
        width: calc((80% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:480px) {
    .mvv-10 .full-max>* {
        width: calc((100% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:1023px) {
    .mvv-10 .full-max {
        gap: 40px 3.1%;
        justify-content: space-around
    }

    .mvv-10 .full-max>* {
        width: calc((100% - ((2 - 1) * 3.1%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:768px) {
    .mvv-10 .full-max>* {
        width: calc((80% - ((2 - 1) * 3.1%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:480px) {
    .mvv-10 .full-max>* {
        width: calc((100% - ((2 - 1) * 3.1%)) / 2)
    }
}

@media (max-width:768px) {
    .mvv-10 .full-max {
        gap: 40px 3.1%
    }

    .mvv-10 .full-max>* {
        width: calc((100% - ((1 - 1) * 3.1%)) / 1)
    }
}

@media (max-width:768px) and (max-width:768px) {
    .mvv-10 .full-max>* {
        width: calc((80% - ((1 - 1) * 3.1%)) / 1)
    }
}

@media (max-width:768px) and (max-width:480px) {
    .mvv-10 .full-max>* {
        width: calc((100% - ((1 - 1) * 3.1%)) / 1)
    }
}

.mvv-10 .full-max .txt-missao {
    min-height: 380px;
    padding: 40px;
    background-color: #f9f9f9;
    border-top-color: #0761B0;
    border-top-width: 5px;
    border-top-style: solid;
    line-height: 1.4
}

@media (max-width:480px) {
    .mvv-10 .full-max .txt-missao {
        min-height: auto;
        padding: 25px
    }

    .mvv-10 .full-max .txt-missao:last-child {
        margin-bottom: 0
    }
}

.mvv-10 .full-max .txt-missao h2 {
    display: table;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative
}

.mvv-10 .full-max .txt-missao h2:before {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background-color: #0761B0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:0) {
    .mvv-10 .full-max .txt-missao h2:before {
        left: calc(50% - 45px/2)
    }
}

.mvv-10 .full-max .txt-missao p {
    font-size: 18px;
    color: #000000
}

@media (max-width:480px) {
    .mvv-10 .full-max .txt-missao p {
        font-size: 16px
    }
}

form {
    width: 100%
}

form .floatlabel-wrapper {
    display: block;
    padding-bottom: 0
}

form .floatlabel-wrapper label {
    background-color: #FFFFFF;
    padding: 0 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #000000 !important
}

form .floatlabel-wrapper label.error {
    top: 18px !important
}

form .formulario {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px
}

@media (max-width:1023px) {
    form .formulario {
        max-width: 600px;
        margin: 0 auto 0
    }
}

form .formulario .msg-obrigatorio {
    padding: 0 7px 15px
}

form .formulario .botao-form {
    margin: 0 7px;
    flex-grow: 0;
    padding: 0
}

form .formulario .input-radio,
form .formulario .input-check {
    width: calc(100% - 14px);
    flex-grow: 0 !important;
    padding: 7px
}

form .formulario p {
    padding: 0;
    flex-grow: 1
}

form .formulario .bl1 {
    width: calc(8.33333333% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl1 {
        width: calc(15.66% - 14px)
    }
}

form .formulario .bl2 {
    width: calc(16.66666667% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl2 {
        width: calc(31.7% - 14px)
    }
}

form .formulario .bl3 {
    width: calc(25% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl3 {
        width: 100%
    }
}

form .formulario .bl4 {
    width: calc(33.33333333% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl4 {
        width: 100%
    }
}

form .formulario .bl5 {
    width: calc(41.66666667% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl5 {
        width: 100%
    }
}

form .formulario .bl6 {
    width: calc(50% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl6 {
        width: 100%
    }
}

form .formulario .bl7 {
    width: calc(58.33333333% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl7 {
        width: 100%
    }
}

form .formulario .bl8 {
    width: calc(66.66666667% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl8 {
        width: 100%
    }
}

form .formulario .bl9 {
    width: calc(75% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl9 {
        width: 100%
    }
}

form .formulario .bl10 {
    width: calc(83.33333333% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl10 {
        width: 100%
    }
}

form .formulario .bl11 {
    width: calc(91.66666667% - 14px)
}

@media (max-width:768px) {
    form .formulario .bl11 {
        width: 100%
    }
}

form .formulario .bl12 {
    width: 100%
}

form [type=text],
form [type=password],
form [type=email],
form [type=number],
form [type=date],
form select,
form textarea {
    width: 100%;
    float: left;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    border-color: #BBBBBB;
    border-width: 2px;
    border-style: solid;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #333333;
    height: 54px;
    padding: 10px 30px 10px 15px !important
}

form [type=text]:focus,
form [type=password]:focus,
form [type=email]:focus,
form [type=number]:focus,
form [type=date]:focus,
form select:focus,
form textarea:focus {
    border-color: #000000;
    border-width: 2px;
    border-style: solid
}

form [type=submit] {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    background-color: #0761B0;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    cursor: pointer;
    border: none
}

form textarea {
    height: 100px;
    resize: none
}

form .seta-select:after {
    content: '\e952';
    display: block;
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    padding: 0 10px;
    height: 100%;
    cursor: pointer;
    pointer-events: none;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    display: flex;
    align-items: center
}

form .seta-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

form .input-select label.error {
    right: 22px !important
}

form .input-radio,
form .input-check {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 10px;
    color: #FFFFFF
}

form .input-radio label,
form .input-check label {
    font-size: 15px;
    color: #333333;
    margin-right: 10px;
    padding: 10px !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    width: auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important
}

@media (max-width:768px) {

    form .input-radio label,
    form .input-check label {
        margin: 0 10px 7px 0
    }
}

@media (max-width:480px) {

    form .input-radio label,
    form .input-check label {
        width: 100%;
        margin: 0 0 7px
    }
}

form .input-radio label.error,
form .input-check label.error {
    display: none !important
}

form .input-radio strong,
form .input-check strong {
    display: block;
    position: relative !important;
    color: #333333;
    top: 0 !important;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 700
}

form .input-radio strong.campo-obg,
form .input-check strong.campo-obg {
    position: relative;
    display: table;
    padding-right: 15px
}

form .input-radio strong.campo-obg:before,
form .input-check strong.campo-obg:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #d80000;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    z-index: 0;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px
}

form .input-radio [type=radio][required],
form .input-check [type=radio][required],
form .input-radio [type=checkbox][required],
form .input-check [type=checkbox][required] {
    border-color: #d80000 !important;
    border-width: 2px !important;
    border-style: solid !important
}

form .input-radio [type=radio][required]:checked,
form .input-check [type=radio][required]:checked,
form .input-radio [type=checkbox][required]:checked,
form .input-check [type=checkbox][required]:checked {
    border-color: #0761B0 !important;
    border-width: 2px !important;
    border-style: solid !important
}

form .input-radio .form-checkbox,
form .input-check .form-checkbox {
    float: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px
}

form [type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: checkbox;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    box-shadow: 0 0 5px 0px gray inset;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-color: #0761B0;
    border-width: 2px;
    border-style: solid;
    background-color: #FFFFFF;
    position: relative
}

form [type=radio]:before {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top: calc(50% - .5px);
    left: calc(50% - .5px);
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

form [type=radio]:checked {
    border-color: #0761B0;
    border-width: 2px;
    border-style: solid
}

form [type=radio]:checked:before {
    width: 15px;
    height: 15px;
    background-color: #0761B0;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

form [type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: checkbox;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    box-shadow: 0 0 5px 0px gray inset;
    position: relative;
    border-color: #0761B0;
    border-width: 2px;
    border-style: solid
}

form [type=checkbox]:before {
    display: block;
    content: '\e94c';
    font-family: 'icomoon';
    font-size: 30px;
    color: #0761B0;
    position: absolute;
    top: -12px;
    left: -4px;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

form [type=checkbox]:checked:before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

form p {
    float: left;
    width: 100%;
    position: relative
}

form p>label:nth-child(1) {
    width: 100%;
    padding-bottom: 15px;
    position: absolute;
    top: -100000px;
    left: 0;
    z-index: 0
}

form p label {
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    float: left;
    color: #FFFFFF
}

form p label.termos {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: initial;
    color: #333333
}

form p label.termos input[type=checkbox] {
    margin-right: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-color: #0761B0;
    border-width: 2px;
    border-style: solid;
    width: 20px;
    height: 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    position: relative;
    top: 3px
}

form p label.termos input[type=checkbox]:checked {
    background-color: #0761B0
}

form p label.termos input[type=checkbox]:checked:before {
    display: block;
    content: '\e94c';
    color: #000000;
    font-family: 'icomoon'
}

form p label.termos input[type=checkbox][required] {
    border-color: #0761B0 !important;
    border-width: 2px !important;
    border-style: solid !important
}

form p label.termos input[type=checkbox].error {
    border-color: #d80000 !important;
    border-width: 2px !important;
    border-style: solid !important;
    pointer-events: none
}

form p label.termos input[type=checkbox].error:before {
    display: none
}

form p label.termos input[type=checkbox].error:after {
    display: block;
    content: 'Aceite os termos de uso e política de privacidade.';
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF !important;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    z-index: 0;
    background-color: #ff4242;
    font-size: 11px !important;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 5px 7px;
    width: 150px;
    opacity: 90%;
    -moz-opacity: 90%;
    -webkit-opacity: 90%;
    filter: alpha(opacity=90%);
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65)
}

form p label.termos label.error {
    top: 4px !important;
    left: 0;
    display: none !important
}

form p label.termos label.error:before,
form p label.termos label.error:after {
    display: none
}

form p.b2 {
    width: 50%
}

@media (max-width:480px) {
    form p.b2 {
        width: 100%
    }
}

form .file-input {
    width: 100%;
    position: relative
}

@media (max-width:768px) {
    form .file-input {
        width: 100%
    }
}

form .file-input:before {
    display: block;
    content: '\e968';
    font-family: 'icomoon';
    font-size: 26px;
    line-height: 1;
    color: #0761B0;
    position: absolute;
    bottom: calc(50% - 13px);
    right: 15px;
    z-index: 0;
    pointer-events: none
}

form .file-input span {
    font-weight: 700;
    font-size: 15px
}

form .file-input [type=file] {
    width: 100%;
    float: left;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-color: #CECEBF;
    border-width: 2px;
    border-style: solid;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #333333;
    padding: 15px 35px 15px 15px
}

form .file-input [type=file]:hover {
    cursor: pointer
}

form .file-input label.error {
    right: 50px !important
}

form .recaptcha {
    width: 100%;
    margin: 0 7px 20px
}

form .recaptcha .g-recaptcha>div {
    width: 100% !important
}

@media (max-width:480px) {
    form .recaptcha .g-recaptcha>div div iframe {
        width: 78% !important
    }
}

form input[required],
form select[required],
form textarea[required] {
    border-right-color: #d80000 !important;
    border-right-width: 5px !important;
    border-right-style: solid !important
}

form input[required].valid,
form select[required].valid,
form textarea[required].valid {
    border-right-color: #468C00 !important;
    border-right-width: 5px !important;
    border-right-style: solid !important
}

form .valid {
    border-color: #468C00 !important;
    border-width: 2px !important;
    border-style: solid !important
}

form .error {
    border-color: #d80000 !important;
    border-width: 2px !important;
    border-style: solid !important
}

form label.error {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 0;
    width: 16px;
    height: 16px;
    transform: scale(.5);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    background-color: #d80000;
    color: #FFFFFF;
    padding: 0
}

form label.error:after {
    content: '';
    font-family: serif;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700
}

form label.error:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: #d80000;
    position: absolute;
    top: calc(50% - 30px);
    right: -23px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-animation: scale-up-center 1s ease-out infinite forwards;
    animation: scale-up-center 1s ease-out infinite forwards
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        filter: alpha(opacity=0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        filter: alpha(opacity=0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

form .formID {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -1
}

.obrigado {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-color: #ccc;
    border-width: 2px;
    border-style: solid;
    color: #333333;
    margin-bottom: 30px
}

.obrigado big {
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    color: #0761B0;
    font-size: 22px;
    padding-bottom: 10px
}

.obrigado b {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px
}

.obrigado a {
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    display: block;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    padding: 5px 10px;
    background-color: #0761B0;
    color: #FFFFFF;
    margin-top: 30px;
    font-size: 12px;
    float: right
}

.obrigado a:hover {
    background-color: #001659
}

.texto-imagem {
    display: flex;
    width: 100%
}

@media (max-width:768px) {
    .texto-imagem {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:1023px) {
    .texto-esquerda {
        width: 50%
    }
}

@media (max-width:768px) {
    .texto-esquerda {
        width: 100%
    }
}

.legenda-imagem {
    width: 100% !important
}

.imagem-acima {
    width: 100%;
    margin-bottom: 35px
}

@media (max-width:768px) {
    .imagem-acima {
        display: flex;
        justify-content: center
    }
}

@media (max-width:480px) {
    .imagem-acima img {
        width: 100%;
        height: auto
    }
}

.imagem-abaixo {
    width: 100%;
    margin-top: 35px
}

@media (max-width:768px) {
    .imagem-abaixo {
        display: flex;
        justify-content: center
    }
}

@media (max-width:480px) {
    .imagem-abaixo img {
        width: 100%;
        height: auto
    }
}

.imagem-esquerda {
    margin: 0 35px 35px 0
}

@media (max-width:1023px) {
    .imagem-esquerda {
        width: 50%;
        height: auto
    }
}

@media (max-width:768px) {
    .imagem-esquerda {
        display: flex;
        justify-content: center;
        float: none;
        margin: 30px 0;
        width: 100%;
        height: auto
    }
}

.imagem-esquerda img {
    float: left
}

@media (max-width:480px) {
    .imagem-esquerda img {
        width: 100%;
        height: auto
    }
}

.imagem-direita {
    margin: 0 0 35px 35px;
    float: right;
    text-align: right
}

@media (max-width:1023px) {
    .imagem-direita {
        width: 50%;
        height: auto
    }
}

@media (max-width:768px) {
    .imagem-direita {
        margin: 30px 0;
        float: none;
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto
    }
}

.imagem-direita img {
    float: right;
    margin-left: 50px
}

@media (max-width:1023px) {
    .imagem-direita img {
        width: 100%;
        height: auto
    }
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    display: none
}

.remodal-overlay.remodal-is-opening {
    animation: overlay-opening .3s forwards;
    -webkit-animation: overlay-opening .3s forwards;
    -moz-animation: overlay-opening .3s forwards;
    -ms-animation: overlay-opening .3s forwards
}

.remodal-overlay.remodal-is-closing {
    animation: overlay-closing .3s forwards;
    -webkit-animation: overlay-closing .3s forwards;
    -moz-animation: overlay-closing .3s forwards;
    -ms-animation: overlay-closing .3s forwards
}

.remodal-wrapper {
    display: none;
    text-align: center;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backface-visibility: hidden;
    padding: 10px 10px 0
}

.remodal {
    width: 100%;
    max-width: 660px;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    box-shadow: 0 0 13px #000000;
    -moz-box-shadow: 0 0 13px #000000;
    -webkit-box-shadow: 0 0 13px #000000;
    -ms-box-shadow: 0 0 13px #000000;
    color: #000000;
    text-align: left;
    background-color: #eeeeee;
    margin: 15px 0 15px 0;
    padding: 35px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-color: #FFFFFF;
    border-width: 10px;
    border-style: solid;
    position: relative;
    display: none;
    text-size-adjust: 100%
}

@media (max-width:768px) {
    .remodal {
        padding: 30px 8px;
        margin-top: 0;
        height: 95vh;
        overflow: scroll
    }
}

.remodal [type=text],
.remodal [type=password],
.remodal [type=email],
.remodal [type=number],
.remodal [type=date],
.remodal select,
.remodal textarea {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    color: #666
}

.remodal ::-webkit-input-placeholder {
    color: #666
}

.remodal ::-moz-placeholder {
    color: #666
}

.remodal :-ms-input-placeholder {
    color: #666
}

.remodal input:-moz-placeholder {
    color: #666
}

.remodal .bt-enviar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 5px;
    right: 13px;
    z-index: 0;
    width: 100px;
    height: 90px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: linear-gradient(to right, #0761B0, #001040, #001040, #0761B0);
    background: -moz-linear-gradient(to right, #0761B0, #001040, #001040, #0761B0);
    background: -o-linear-gradient(to right, #0761B0, #001040, #001040, #0761B0);
    background: -webkit-linear-gradient(to right, #0761B0, #001040, #001040, #0761B0);
    background-size: 300% 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.remodal .bt-enviar:hover {
    cursor: pointer;
    background-position: 100% 0
}

.remodal .bt-enviar:hover {
    color: #FFFFFF
}

.remodal .bt-enviar i {
    font-size: 25px;
    margin-bottom: 5px;
    color: #FFFFFF
}

.remodal .bt-enviar [type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none
}

.remodal .bt-enviar [type=submit]:hover {
    background-color: transparent !important;
    color: #FFFFFF !important
}

@media (max-width:480px) {
    .remodal .bt-enviar {
        position: relative;
        right: 0;
        width: 100%;
        float: left;
        height: 55px;
        margin-top: 10px
    }

    .remodal .bt-enviar i {
        display: none
    }
}

.remodal .botao-form {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    background-color: #ED3338;
    color: #FFFFFF;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.remodal .botao-form:before {
    content: "Enviar";
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    z-index: 0;
    line-height: 16px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 700;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    padding: 0 20px
}

.remodal .botao-form:after {
    content: '\e955';
    font-family: 'icomoon';
    font-size: 35px;
    color: #ED3338;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.remodal .botao-form [type=submit] {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999px
}

.remodal .botao-form [type=submit]:hover {
    cursor: pointer
}

.remodal .botao-form:hover {
    cursor: pointer;
    background-color: #682d40;
    color: #FFFFFF;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    padding-left: 70px
}

.remodal .botao-form:hover:after {
    color: #ED3338;
    right: 95px
}

.remodal .botao-form:hover:before {
    position: absolute;
    top: calc(50% - 9px);
    left: 45px;
    z-index: 0
}

@keyframes botao {
    0% {
        transform: scale(1) rotate(-90deg)
    }

    50% {
        transform: scale(.8) rotate(-90deg)
    }

    100% {
        transform: scale(1) rotate(-90deg)
    }
}

@-webkit-keyframes botao {
    0% {
        -webkit-transform: scale(1) rotate(-90deg)
    }

    50% {
        -webkit-transform: scale(.8) rotate(-90deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(-90deg)
    }
}

@-moz-keyframes botao {
    0% {
        -moz-transform: scale(1) rotate(-90deg)
    }

    50% {
        -moz-transform: scale(.8) rotate(-90deg)
    }

    100% {
        -moz-transform: scale(1) rotate(-90deg)
    }
}

.remodal:focus {
    outline: 0 !important
}

.remodal.remodal-is-opening {
    animation: remodal-opening .3s forwards;
    -webkit-animation: remodal-opening .3s forwards;
    -moz-animation: remodal-opening .3s forwards;
    -ms-animation: remodal-opening .3s forwards
}

.remodal.remodal-is-closing {
    animation: remodal-closing .3s forwards;
    -webkit-animation: remodal-closing .3s forwards;
    -moz-animation: remodal-closing .3s forwards;
    -ms-animation: remodal-closing .3s forwards
}

.remodal textarea {
    padding: 10px 115px 10px 10px
}

.remodal .titulo-modal,
.remodal h3 {
    display: block;
    color: #0761B0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.remodal .titulo-modal em,
.remodal h3 em {
    font-style: normal
}

@media only screen and (max-width:768px) {

    .remodal .titulo-modal,
    .remodal h3 {
        text-align: center;
        font-size: 20px
    }
}

.remodal-close {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
    width: auto;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    display: block;
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    outline: none;
    cursor: pointer;
    color: #000000;
    background-color: transparent;
    font-family: 'icomoon';
    border: none
}

.remodal-close:before {
    content: "\e947"
}

.remodal-close:hover,
.remodal-close:focus {
    color: #0761B0
}

@keyframes remodal-opening {
    from {
        transform: scale(1.05);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}

@keyframes remodal-closing {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.95);
        opacity: 0
    }
}

@keyframes overlay-opening {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes overlay-closing {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.lt-ie9 .remodal-overlay {
    background-color: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

html.remodal-is-locked {
    overflow: hidden;
    touch-action: none
}

[data-remodal-id] {
    display: none
}

.remodal-is-initialized {
    display: inline-block;
    outline: 0 !important
}

.video-modal {
    position: relative;
    padding-top: 25px;
    padding-bottom: 52.5%;
    width: 100%;
    height: 0
}

.video-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.floating-wpp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1021;
    font-size: 14px;
    transition: bottom .2s;
    -webkit-animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

.floating-wpp:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(14, 193, 67, 0.8);
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -webkit-animation: ping 1s ease-in-out infinite both;
    animation: ping 1s ease-in-out infinite both
}

.floating-wpp:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(14, 193, 67, 0.8);
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: -10;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -webkit-animation: ping 1s ease-in-out .7s infinite both;
    animation: ping 1s ease-in-out .7s infinite both
}

.floating-wpp .floating-wpp-button {
    width: 58px;
    height: 58px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #0EC143;
    cursor: pointer;
    box-shadow: 0 0 10px -3px #000000;
    -moz-box-shadow: 0 0 10px -3px #000000;
    -webkit-box-shadow: 0 0 10px -3px #000000;
    -ms-box-shadow: 0 0 10px -3px #000000
}

.floating-wpp .floating-wpp-button:after {
    content: "\e906";
    width: 58px;
    height: 58px;
    font-family: icomoon;
    font-size: 35px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center
}

.floating-wpp .floating-wpp-button:before {
    content: '1';
    width: 15px;
    height: 15px;
    background-color: #f60;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 8px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) 5s both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) 5s both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.floating-wpp .floating-wpp-popup {
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    background-color: #e5ddd5;
    overflow: hidden;
    position: absolute;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -moz-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -ms-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0;
    height: 0;
    bottom: 140px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 15px 12px 15px;
    width: 280px;
    height: auto;
    bottom: 70px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

@media (max-width:480px) {
    .floating-wpp .floating-wpp-popup.active {
        width: 295px
    }
}

.floating-wpp .floating-wpp-popup.active a {
    pointer-events: all !important
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    transition-delay: .2s
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #FFFFFF;
    padding: 8px;
    border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    -ms-border-radius: 7.5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .2s;
    max-width: 100%
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: left;
    color: #FFFFFF;
    margin: 0 -15px 15px -15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bolder;
    background-color: #39847a;
    font-size: 15px
}

@media (max-width:480px) {
    .floating-wpp .floating-wpp-popup .floating-wpp-head {
        font-size: 14px
    }
}

.floating-wpp .floating-wpp-popup .floating-wpp-head span {
    padding-right: 27px
}

.floating-wpp .floating-wpp-popup .floating-wpp-head .close {
    position: absolute;
    top: 14px;
    right: 17px;
    z-index: 0;
    color: #FFFFFF;
    text-shadow: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    font-size: inherit
}

.floating-wpp .floating-wpp-popup .floating-wpp-head .close:before {
    font-family: 'icomoon'
}

.floating-wpp .floating-wpp-input-message {
    background-color: #e5ddd5;
    margin: 5px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.floating-wpp .floating-wpp-input-message textarea {
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    -ms-border-radius: 21px;
    box-shadow: none;
    padding: 8px 12px;
    margin: 10px 0 15px 0;
    width: 190px;
    height: initial;
    flex-grow: 1;
    font-size: inherit;
    font-family: inherit;
    resize: none;
    outline: none;
    color: #4a4a4a;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -moz-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -ms-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    visibility: visible !important;
    animation-delay: 0s;
    animation-duration: 0s
}

.floating-wpp .floating-wpp-btn-send {
    margin: 10px 0 15px 12px;
    font-size: 0;
    cursor: pointer;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -moz-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -ms-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    width: 45px;
    height: 45px;
    background-color: #39847a;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.floating-wpp .floating-wpp-btn-send:hover {
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    background-color: #41968a
}

.floating-wpp .floating-wpp-btn-send:after {
    content: "\e920";
    display: flex;
    width: 25px;
    height: 25px;
    font-family: icomoon;
    font-size: 25px;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    top: 4px
}

.floating-wpp .whats-multiplo a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    color: #666;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 8px 10px 20px 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    pointer-events: none !important
}

.floating-wpp .whats-multiplo a:last-child {
    border: none;
    margin-bottom: 0
}

.floating-wpp .whats-multiplo a:before {
    content: '';
    display: block;
    content: '\e906';
    font-family: 'icomoon';
    font-size: 35px;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 0;
    color: #0EC143
}

.floating-wpp .whats-multiplo a:hover {
    color: #000000
}

.floating-wpp .whats-multiplo a span {
    font-size: 13px;
    display: block
}

@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

[data-anime] {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    position: relative
}

[data-anime=fade-up] {
    bottom: -60px
}

[data-anime=fade-up].animate {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    bottom: 0
}

[data-anime=fade].animate {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

[data-anime=fade-down] {
    top: -60px
}

[data-anime=fade-down].animate {
    top: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

[data-anime=fade-left] {
    left: -60px
}

[data-anime=fade-left].animate {
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

[data-anime=fade-right] {
    right: -60px
}

[data-anime=fade-right].animate {
    right: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

.interna-blog2 {
    padding: 0 15px 80px 20px;
    overflow: hidden
}

@media (max-width:1023px) {
    .interna-blog2 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:480px) {
    .interna-blog2 {
        padding-bottom: 0 20px 35px
    }
}

.interna-blog2 .modint-01 .bg-img {
    background-image: url("../../images/bg-interna.jpg");
    background-repeat: no-repeat;
    background-position: 0 0
}

.interna-blog2 h1 {
    display: none
}

.interna-blog2 .blog-completa {
    margin: 0 auto 0
}

@media (max-width:1023px) {
    .interna-blog2 .blog-completa {
        max-width: 100%
    }
}

.interna-blog2 .blog-completa h1 {
    line-height: 1.2
}

.interna-blog2 .blog-completa .materia-blog {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 60px
}

.interna-blog2 .blog-completa .materia-blog .data {
    display: block;
    padding-bottom: 10px;
    border-bottom-color: rgba(0, 35, 140, 0.7);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    margin-bottom: 20px;
    font-size: 13px
}

.interna-blog2 .blog-completa .materia-blog figure {
    width: 100%;
    margin-bottom: 20px
}

.interna-blog2 .blog-completa .materia-blog figure img {
    width: 100%;
    height: auto;
    height: 400px;
    object-fit: cover
}

.interna-blog2 .blog-completa .materia-blog span {
    display: block
}

.interna-blog2 .blog-completa .materia-blog ul {
    margin: 15px 0 15px 25px
}

.interna-blog2 .blog-completa .materia-blog ul li {
    list-style-type: disc
}

.interna-blog2 .list-posts {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%
}

.interna-blog2 .list-posts>* {
    width: calc((100% - ((3 - 1) * 3%)) / 3)
}

@media (max-width:768px) {
    .interna-blog2 .list-posts>* {
        width: calc((80% - ((3 - 1) * 3%)) / 3)
    }
}

@media (max-width:480px) {
    .interna-blog2 .list-posts>* {
        width: calc((100% - ((3 - 1) * 3%)) / 3)
    }
}

@media (max-width:1023px) {
    .interna-blog2 .list-posts {
        gap: 40px 3%
    }

    .interna-blog2 .list-posts>* {
        width: calc((100% - ((2 - 1) * 3%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:768px) {
    .interna-blog2 .list-posts>* {
        width: calc((80% - ((2 - 1) * 3%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:480px) {
    .interna-blog2 .list-posts>* {
        width: calc((100% - ((2 - 1) * 3%)) / 2)
    }
}

@media (max-width:480px) {
    .interna-blog2 .list-posts {
        gap: 40px 3%
    }

    .interna-blog2 .list-posts>* {
        width: calc((100% - ((1 - 1) * 3%)) / 1)
    }
}

@media (max-width:480px) and (max-width:768px) {
    .interna-blog2 .list-posts>* {
        width: calc((80% - ((1 - 1) * 3%)) / 1)
    }
}

@media (max-width:480px) and (max-width:480px) {
    .interna-blog2 .list-posts>* {
        width: calc((100% - ((1 - 1) * 3%)) / 1)
    }
}

.interna-blog2 .list-posts article {
    background-color: #FFFFFF;
    display: flex;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.interna-blog2 .list-posts article:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1)
}

.interna-blog2 .list-posts article:hover h2 {
    color: #0761B0
}

.interna-blog2 .list-posts article:hover a .box-txt-blog b {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1)
}

.interna-blog2 .list-posts article a {
    display: flex;
    flex-direction: column;
    width: 100%
}

.interna-blog2 .list-posts article a figure {
    line-height: 1
}

.interna-blog2 .list-posts article a figure img {
    width: 100%;
    height: 268px;
    object-fit: cover
}

.interna-blog2 .list-posts article a figure time {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #000000
}

.interna-blog2 .list-posts article a .box-txt-blog {
    height: 100%;
    padding: 10px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #333333;
    font-size: 16px
}

@media (max-width:768px) {
    .interna-blog2 .list-posts article a .box-txt-blog {
        padding: 10px 15px 30px
    }
}

.interna-blog2 .list-posts article a .box-txt-blog h2 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    margin-bottom: 15px
}

@media (max-width:1023px) {
    .interna-blog2 .list-posts article a .box-txt-blog h2 {
        font-size: 18px
    }
}

.interna-blog2 .list-posts article a .box-txt-blog b {
    display: block;
    padding: 0 25px;
    width: fit-content;
    min-height: 40px;
    background-color: #0761B0;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    color: #FFFFFF;
    margin-top: 15px
}

.interna-blog2 .list-posts article a .box-txt-blog b:hover {
    background-color: #001659
}

@media (max-width:1023px) {
    .interna-blog2 .list-posts article a .box-txt-blog b {
        line-height: 1.2;
        font-size: 14px
    }
}

.interna-blog2 .list-posts article a .box-txt-blog strong {
    display: contents
}

.paginacao {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center
}

.paginacao a {
    text-align: center;
    position: relative;
    height: 41px;
    line-height: 41px;
    border: 1px solid #E9E9E9;
    min-width: 46px;
    padding: 0 4px;
    margin: 0 7px;
    text-decoration: none;
    font-size: 17px;
    float: left;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    transform: translate(-3px, -3px);
    -moz-transform: translate(-3px, -3px);
    -webkit-transform: translate(-3px, -3px);
    -ms-transform: translate(-3px, -3px);
    color: #333
}

.paginacao a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: #fff
}

.paginacao a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #E9E9E9
}

.paginacao a:before {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: -3
}

.paginacao a:hover {
    transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    color: #BBB
}

.paginacao a:hover:before {
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: -3
}

.paginacao span {
    text-align: center;
    position: relative;
    height: 41px;
    line-height: 41px;
    border: 1px solid #E9E9E9;
    min-width: 46px;
    padding: 0 4px;
    margin: 0 7px;
    text-decoration: none;
    font-size: 17px;
    float: left;
    transform: translate(-2px, -2px);
    -moz-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    cursor: default;
    color: #BBB
}

.paginacao span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: #fff
}

.paginacao span:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #E9E9E9
}

.paginacao span:before {
    position: absolute;
    bottom: -2px;
    right: -2px;
    z-index: -3
}

body {
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 16px;
    color: #333333
}

@media (max-width:1023px) {
    body {
        font-size: 14.4px
    }
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

body::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    margin: 0 15px
}

body::-webkit-scrollbar-thumb {
    background-color: #0761B0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #0029a6
}

span.titulo1 {
    font-size: 25px;
    color: #ED3338
}

@media (max-width:1023px) {
    span.titulo1 {
        font-size: 22.5px
    }
}

span.titulo2 {
    font-size: 20px;
    color: #ED3338
}

@media (max-width:1023px) {
    span.titulo2 {
        font-size: 18px
    }
}

span.titulo3 {
    font-size: 18px;
    color: #ED3338
}

@media (max-width:1023px) {
    span.titulo3 {
        font-size: 16.2px
    }
}

span.titulo4 {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #0761B0;
    font-size: 18px;
    color: #FFFFFF
}

@media (max-width:1023px) {
    span.titulo4 {
        font-size: 16.2px
    }
}

strong.highlight {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-weight: bold
}

strong.highlight.highlighted:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(132, 57, 81, 0.3);
    z-index: -1;
    animation: highlight-animation 1s forwards
}

@keyframes highlight-animation {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

#mainBlock {
    position: relative;
    width: 100%;
    z-index: 0;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#mainBlock.margin-t {
    margin-top: 70px
}

#mainBlock.margin-t #ancora {
    margin-top: -70px
}

#mainBlock #ancora {
    margin-top: -110px;
    display: block
}

.home {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    position: relative;
    background-color: #FFFFFF
}

.home:before {
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px;
    position: absolute;
    top: -170px;
    left: 0;
    z-index: 0;
    padding-top: 170px;
    z-index: 1000;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='612px' height='54.061px' viewBox='0 155.833 612 54.061' enable-background='new 0 155.833 612 54.061' xml:space='preserve'%3E%3Cpath opacity='0.15' fill='%23FFFFFF' d='M0,158.084c0,0,54.248,2.097,183.6,21.688C342.72,203.87,496.332,196.39,612,174.1v15.835 v19.959H0V158.084z'/%3E%3Cpath opacity='0.15' fill='%23FFFFFF' d='M0,176.76c0,0,165.852,27.188,306,19.278c96.084-5.422,192.78-28.315,306-37.954v51.81H0 V176.76z'/%3E%3Cpath fill='%23FFFFFF' d='M0,184.592c0,0,115.233,19.278,310.896,19.278C488.376,203.87,612,182.785,612,182.785v27.11H0V184.592z'/%3E%3C/svg%3E%0A")
}

@media (max-width:1279px) {
    .home:before {
        background-size: 1300px;
        top: -115px;
        padding-top: 115px
    }
}

@media (max-width:1023px) {
    .home:before {
        background-size: 1024px;
        top: -90px;
        padding-top: 90px
    }
}

@media (max-width:768px) {
    .home:before {
        background-size: 800px;
        top: -70px;
        padding-top: 70px
    }
}

@media (max-width:480px) {
    .home:before {
        background-size: 500px;
        top: -44px;
        padding-top: 44px
    }
}

.interna {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 0 20px 60px
}

@media (max-width:480px) {
    .interna {
        padding-bottom: 25px
    }
}

.cnt-interna {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    font-size: 16px
}

.cnt-interna>h1 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    font-size: 50px;
    font-weight: 700;
    min-height: 120px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 60px
}

@media (max-width:1279px) {
    .cnt-interna>h1 {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .cnt-interna>h1 {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .cnt-interna>h1 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .cnt-interna>h1 {
        font-size: 30px
    }
}

@media (max-width:1023px) {
    .cnt-interna>h1 {
        min-height: 93px;
        margin-bottom: 30px
    }
}

.cnt-interna>h1:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #0761B0;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1
}

.cnt-interna>h2 {
    font-weight: 700;
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px
}

@media (max-width:1023px) {
    .cnt-interna>h2 {
        font-size: 21.6px
    }
}

.cnt-contato {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cnt-contato [type=text],
.cnt-contato [type=password],
.cnt-contato [type=email],
.cnt-contato [type=number],
.cnt-contato [type=date],
.cnt-contato select,
.cnt-contato textarea {
    background-color: #FFFFFF;
    border-color: #dddddd;
    border-width: 2px;
    border-style: solid;
    color: #666
}

.cnt-contato ::-webkit-input-placeholder {
    color: #666
}

.cnt-contato ::-moz-placeholder {
    color: #666
}

.cnt-contato :-ms-input-placeholder {
    color: #666
}

.cnt-contato input:-moz-placeholder {
    color: #666
}

@media (max-width:1023px) {
    .cnt-contato {
        flex-wrap: wrap;
        padding-bottom: 0
    }
}

.cnt-contato .botao-form {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    background-color: #ED3338;
    color: #FFFFFF;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    padding: 0
}

.cnt-contato .botao-form:before {
    content: "Enviar";
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    z-index: 0;
    line-height: 16px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 700;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    padding: 0 20px
}

.cnt-contato .botao-form:after {
    content: '\e955';
    font-family: 'icomoon';
    font-size: 35px;
    color: #ED3338;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.cnt-contato .botao-form [type=submit] {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999px
}

.cnt-contato .botao-form [type=submit]:hover {
    cursor: pointer
}

.cnt-contato .botao-form:hover {
    cursor: pointer;
    background-color: #682d40;
    color: #FFFFFF;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    padding-left: 70px
}

.cnt-contato .botao-form:hover:after {
    color: #ED3338;
    right: 95px
}

.cnt-contato .botao-form:hover:before {
    position: absolute;
    top: calc(50% - 9px);
    left: 45px;
    z-index: 0
}

@keyframes botao {
    0% {
        transform: scale(1) rotate(-90deg)
    }

    50% {
        transform: scale(.8) rotate(-90deg)
    }

    100% {
        transform: scale(1) rotate(-90deg)
    }
}

@-webkit-keyframes botao {
    0% {
        -webkit-transform: scale(1) rotate(-90deg)
    }

    50% {
        -webkit-transform: scale(.8) rotate(-90deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(-90deg)
    }
}

@-moz-keyframes botao {
    0% {
        -moz-transform: scale(1) rotate(-90deg)
    }

    50% {
        -moz-transform: scale(.8) rotate(-90deg)
    }

    100% {
        -moz-transform: scale(1) rotate(-90deg)
    }
}

.spacer {
    margin: 0;
    padding: 0;
    height: initial;
    border: none !important;
    box-shadow: none !important
}

.article-summary-image {
    float: right;
    margin-left: 25px;
    margin-top: 5px;
    position: relative
}

.article-summary-image span {
    position: absolute;
    bottom: 10px;
    left: 5px;
    z-index: 0;
    background-color: rgba(0, 35, 140, 0.5);
    padding: 10px;
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    color: #FFFFFF
}

@media (max-width:768px) {
    .article-summary-image {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width:1023px) {
    .article-summary-image img {
        width: 350px;
        height: auto
    }
}

@media (max-width:768px) {
    .article-summary-image img {
        width: 100%
    }
}

.blurcont {
    position: relative
}

.blurcont:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65)
}

.nossos-cursos {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 65px 20px;
    position: relative;
    padding-bottom: 80px;
    background-color: #005BA8;
    background: #005BA8;
    background: -moz-linear-gradient(-45deg, #005BA8 45%, #ED3338 100%);
    background: -webkit-linear-gradient(-45deg, #005BA8 45%, #ED3338 100%);
    background: linear-gradient(165deg, #005BA8 45%, #ED3338 100%)
}

.nossos-cursos:after {
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px;
    padding-top: 57px;
    position: absolute;
    top: -57px;
    left: 0;
    z-index: 0;
    z-index: 1000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:%2300175E' version='1.1' x='0' y='0' xml:space='preserve' viewBox='0 0 1920 57'%3E%3Cg %3E%3Cpath d='M0 36.7s49.5-9 94.8-9.6c46-.7 85.4 0 141.6 3.1 76.5 4.2 224.1 21.1 302.7 12 78.6-9.3 82-9.7 122-15.6A1570 1570 0 0 1 908.8 7.2c119.9.6 337.2 34.7 426.6 33 9.5-.2 44.7-1.6 71.1-4.1 25.8-2.6 63.7-8 115.2-9.9 21.7-.8 56.2-2.3 96.1-1.9 10.2.2 42.7.9 81.3 3.4 38.6 2.5 74.5 6.5 107 7.7 69.8 2.3 113.8-1 113.8-1V57H0V36.7zm153.8-3.4c4.7 2.1 13.5.9 29 .9 15.7 0 41.4 2.5 39.4 2.3-2-.2-21-3.2-40.7-4-20.3-1-31.8-1.3-27.7.8zM278.4 39s16.2.4 37.9 1.9c21.7 1.7 69.7 5.8 102.3 7.3 55.5 2.3 107 0 102.2-.2-5.4-.2-65 1.3-119.2-2.3-22.3-1.5-63-4.6-84-5.7-22.3-1.2-39.2-1-39.2-1zm387.4.2c-11.6 1.5 90-9.8 125.2-12.8 14.3-1.2 42-3.3 67.8-4.2 26.4-.8 60.2-.8 59.6-1 0-.4-39.3-1.7-75.9 0-36.6 1.7-35.2 2.3-51.5 3.3-25.7 1.7-113.7 13.2-125.3 14.7zm-94.2 3.4c-1.3 0 5.4.8 32.5-2.4a409 409 0 0 0 46.8-7.7c1.3-.2-23.8 3.8-44.7 6.3a893.1 893.1 0 0 1-34.6 3.8zM3.4 44.4a1176 1176 0 0 1 77.9-10.9c-1.4 0-23.7 1.3-50.1 5.3-26.4 4-28.5 5.8-27.8 5.6zM1708 32.7c-.7.4 12.9.4 30.5 2.5s36.6 3.4 52.8 4.2c27.1 1.7 79.3-.2 76.6-.4-2-.2-55.6.6-84.7-1.5-14.9-1-16.3-1-38.6-3.3-22.4-2.3-35.9-2.1-36.6-1.5zm-282.4 5c-2.7.2-23.7 3.4-56.9 5.5-33.2 2.3-60.2 1-60.2 1.7 0 .6 6.7 1.8 42 .6 35.2-1.3 77.8-8 75.1-7.8zm9.5 5.3c-1.4-.2-23 2.7-38.6 3.5-15.6.7-12.9 1-12.9 1.3 0 .2 7.5.4 18.3-.4 11.5-1 34.5-4.2 33.2-4.4zm-149 4.8c-.7-.4-23.7-1.7-38-3.8-14.1-2-12.1-1.2-12.8-1-.7.2 5.4 1.6 16.3 2.7 10.8 1.3 35.2 2.5 34.5 2zm191-14c.7-.7-2-1-12.9.4a69 69 0 0 0-14.9 2.5c2.7-.2 6.1-.8 17-1.7 11.5-.8 10.1-.6 10.8-1.2zm209.3-2.8c1.3 0-14.3-1.6-22.4-1.8-8.1-.3-13.5-.3-13.5.4s.6 1 10.8.8c10.8-.2 23.7.6 25 .6zM889.2 12.8c.7-.2 16.3.6 50.8.6 33.9 0 92.1 5 116.5 7.4 24.4 2.3-67.7-8.2-111.7-8.6-44-.4-56.2.8-55.6.6z'/%3E%3Cpath d='M94.2 19.3c.6.2 31.1-.6 48.7 0 49.5 1.5 115.2 6.7 112.4 6-2.7-.5-92.7-6.4-115-6.8-33.3-.9-46.8.8-46.1.8zM380 36.5c1.3.2 30.4 2 64.3 2.5 33.9.4 86-1.3 83.3-1-2 .2-40 3.7-90 2.5-50.2-1.3-59-4.2-57.6-4zM535 29c.7.2-13.5 2-21.6 2.2-8.2.3-13.6 0-13.6-.6s.7-1 10.9-.8c11.5.2 23.7-1 24.3-.9zM558.7 34.8c0 .2 29.8-2.5 42.7-4.6 12.9-1.9 42-6.5 41.3-6.5-.7-.2-28.4 3.4-42.6 5.5-14.3 2-41.4 5.4-41.4 5.6zM873.7 1c.6.3 31.1-.5 48.7 0 49.5 1.6 115.2 6.8 112.4 6.2-2.7-.7-92.7-6.5-115-7-33.3-.8-46.8.7-46.1.9zM1636.2 16.6s-8 .6-19.6.2c-11.5-.4-39.3-1.9-55.5-1.5-28.5.9-50.2 5.7-47.4 5.5 2.7 0 29-4.6 58.2-4 12.2.2 34.5 1 45.4.8 10.8-.2 19-1 19-1zM1408.7 30.6c-1.4-.2-13.6 1.7-29.1 2.3-15.6.4-14.3.6-14.3 1 0 .3 12.2.9 23 0 10.9-1 21.7-3 20.4-3.3zM1814.3 29.4c0 .2-29 0-45.3-1A291 291 0 0 1 1735 24c0-.2 18.3 1.7 34.6 3 15.5 1.2 44 2 44.6 2.3z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

@media (max-width:1279px) {
    .nossos-cursos:after {
        background-size: 1300px;
        top: -37px;
        padding-top: 39px
    }
}

@media (max-width:1023px) {
    .nossos-cursos:after {
        background-size: 1024px;
        top: -28px;
        padding-top: 30px
    }
}

@media (max-width:768px) {
    .nossos-cursos:after {
        background-size: 800px;
        top: -22px;
        padding-top: 24px
    }
}

@media (max-width:480px) {
    .nossos-cursos:after {
        background-size: 500px;
        top: -13px;
        padding-top: 15px
    }
}

@media (max-width:1023px) {
    .nossos-cursos {
        padding: 50px 20px
    }
}

@media (max-width:480px) {
    .nossos-cursos {
        padding: 35px 20px
    }
}

.nossos-cursos:before {
    content: '';
    display: block;
    width: 296px;
    height: 288px;
    background-image: url("../../images/efeito-cursos.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

.nossos-cursos h2 {
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
    display: table;
    margin: 0 auto 60px;
    padding-bottom: 5px;
    position: relative
}

@media (max-width:1279px) {
    .nossos-cursos h2 {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .nossos-cursos h2 {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .nossos-cursos h2 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .nossos-cursos h2 {
        font-size: 30px
    }
}

@media (max-width:768px) {
    .nossos-cursos h2 {
        margin-bottom: 35px
    }
}

.nossos-cursos h2:before {
    content: '';
    display: block;
    width: 161px;
    height: 9px;
    background-image: url("../../images/icon-titulo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    filter: brightness(0) invert(100%);
    position: absolute;
    bottom: 0;
    right: -10px;
    z-index: 0;
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg)
}

.nossos-cursos .full-max {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3.1%
}

.nossos-cursos .full-max>* {
    width: calc((100% - ((3 - 1) * 3.1%)) / 3)
}

@media (max-width:768px) {
    .nossos-cursos .full-max>* {
        width: calc((100% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:480px) {
    .nossos-cursos .full-max>* {
        width: calc((100% - ((3 - 1) * 3.1%)) / 3)
    }
}

@media (max-width:1023px) {
    .nossos-cursos .full-max {
        gap: 40px 3.1%;
        justify-content: center
    }

    .nossos-cursos .full-max>* {
        width: calc((100% - ((2 - 1) * 3.1%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:768px) {
    .nossos-cursos .full-max>* {
        width: calc((100% - ((2 - 1) * 3.1%)) / 2)
    }
}

@media (max-width:1023px) and (max-width:480px) {
    .nossos-cursos .full-max>* {
        width: calc((100% - ((2 - 1) * 3.1%)) / 2)
    }
}

@media (max-width:768px) {
    .nossos-cursos .full-max {
        gap: 70px 3.1%
    }

    .nossos-cursos .full-max>* {
        width: calc((100% - ((1 - 1) * 3.1%)) / 1)
    }
}

@media (max-width:768px) and (max-width:768px) {
    .nossos-cursos .full-max>* {
        width: calc((100% - ((1 - 1) * 3.1%)) / 1)
    }
}

@media (max-width:768px) and (max-width:480px) {
    .nossos-cursos .full-max>* {
        width: calc((100% - ((1 - 1) * 3.1%)) / 1)
    }
}

.nossos-cursos .full-max .box-curso figure {
    margin-bottom: 45px;
    position: relative
}

@media (max-width:1023px) {
    .nossos-cursos .full-max .box-curso figure {
        width: 80%
    }
}

@media (max-width:768px) {
    .nossos-cursos .full-max .box-curso figure {
        width: 65%
    }
}

@media (max-width:480px) {
    .nossos-cursos .full-max .box-curso figure {
        width: 100%
    }
}

.nossos-cursos .full-max .box-curso figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 349px;
    background-image: url("../../images/linha-mask-img.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.nossos-cursos .full-max .box-curso figure img {
    mask-image: none !important;
    -webkit-mask-image: none !important;
    /* para compatibilidade */
}


.nossos-cursos .full-max .box-curso h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    display: table;
    margin: 0 auto 25px;
    padding-bottom: 15px;
    position: relative
}

@media (max-width:1279px) {
    .nossos-cursos .full-max .box-curso h3 {
        font-size: 28.5px
    }
}

@media (max-width:1023px) {
    .nossos-cursos .full-max .box-curso h3 {
        font-size: 27px
    }
}

@media (max-width:768px) {
    .nossos-cursos .full-max .box-curso h3 {
        font-size: 21px
    }
}

@media (max-width:480px) {
    .nossos-cursos .full-max .box-curso h3 {
        font-size: 18px
    }
}

.nossos-cursos .full-max .box-curso h3:before {
    content: '';
    display: block;
    width: 161px;
    height: 9px;
    background-image: url("../../images/icon-titulo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    filter: brightness(0) invert(100%);
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: 0
}

.nossos-cursos .full-max .box-curso .txt {
    font-size: 16px;
    color: #FFFFFF;
    text-align: justify
}

@media (max-width:480px) {
    .nossos-cursos .full-max .box-curso .txt {
        font-size: 14.4px
    }
}

.txt-padrao {
    font-size: 18px;
    color: #000000
}

.txt-padrao .titulo1 {
    display: block;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px
}

@media (max-width:1023px) {
    .txt-padrao .titulo1 {
        font-size: 22.5px
    }
}

@media (max-width:480px) {
    .txt-padrao .titulo1 {
        margin-bottom: 0
    }
}

.txt-padrao .imagem-direita {
    position: relative
}

.txt-padrao .imagem-direita:before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    pointer-events: none
}

.txt-padrao .imagem-direita:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 35, 140, 0.55) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 35, 140, 0.55) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 35, 140, 0.55) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none
}

.txt-padrao .imagem-direita img {
    margin-left: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 7px 7px 0 #222222;
    -moz-box-shadow: 7px 7px 0 #222222;
    -webkit-box-shadow: 7px 7px 0 #222222;
    -ms-box-shadow: 7px 7px 0 #222222
}

/*# sourceMappingURL=./frontend.css.map */