@charset "UTF-8";

@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUcKWmT.ttf) format('truetype')
}

@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYoKUcKWmT.ttf) format('truetype')
}

@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYdaIcKWmT.ttf) format('truetype')
}

#cookiesdirective {
    box-shadow: 0px 0px 20px 0px black;
    background-color: #ddd;
    width: 300px !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: 25px 10px 10px
}

@media (max-width:768px) {
    #cookiesdirective {
        left: calc(50% - 150px) !important
    }
}

#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
}

#cookiesdirective .cookie-wrapper .text-cookie {
    color: #000000;
    font-size: 16px;
    line-height: 1.3
}

@media (max-width:768px) {
    #cookiesdirective .cookie-wrapper .text-cookie {
        font-size: 15px;
        line-height: 1.3
    }
}

#cookiesdirective .cookie-wrapper .text-cookie a {
    color: #2756A4;
    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: 10px
}

#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: #044A95;
    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;
    font-size: 14px;
    border: none;
    font-weight: 700
}

#cookiesdirective .cookie-wrapper .btn-aceitar button:hover,
#cookiesdirective .cookie-wrapper .btn-aceitar a:hover {
    background-color: #5a2b61
}

* {
    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: 'Asap', Tahoma, Arial, Helvetica, sans-serif
}

input,
textarea {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

.spaceAfterCP,
.spaceBeforeCP {
    width: 100%
}

a,
a:hover {
    color: #044A95;
    text-decoration: none
}

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-cart2:before {
    content: "\e917"
}

.icon-bag-2:before {
    content: "\e94d"
}

.icon-user7:before {
    content: "\e965"
}

.icon-upload1:before {
    content: "\e968"
}

.icon-upload2:before {
    content: "\e973"
}

.icon-upload3:before {
    content: "\e990"
}

.icon-tik-tok1:before {
    content: "\e992"
}

.icon-tik-tok2:before {
    content: "\e99a"
}

.icon-waze1:before {
    content: "\e99f"
}

.icon-waze2:before {
    content: "\e9ae"
}

.logo-2020a:before {
    content: "\e907"
}

.logo-2020-b:before {
    content: "\e916"
}

.data-hora1:before {
    content: "\e963"
}

.data-hora2:before {
    content: "\e964"
}

.data-hora3:before {
    content: "\e9a3"
}

.escudo:before {
    content: "\e9a4"
}

.cama:before {
    content: "\e9a5"
}

.banheiro:before {
    content: "\e9a6"
}

.carro:before {
    content: "\e9a7"
}

.chat1:before {
    content: "\e9a8"
}

.checklist:before {
    content: "\e9a9"
}

.empresa1:before {
    content: "\e9aa"
}

.metragem:before {
    content: "\e9ab"
}

.share1:before {
    content: "\e9ac"
}

.share2:before {
    content: "\e9ad"
}

.icon-camera1:before {
    content: "\e998"
}

.icon-camera2:before {
    content: "\e999"
}

.icon-camera4:before {
    content: "\e99b"
}

.qr-code1:before {
    content: "\e99c"
}

.qr-code2:before {
    content: "\e99d"
}

.qr-code3:before {
    content: "\e99e"
}

.touch2:before {
    content: "\e9a0"
}

.lab03:before {
    content: "\e9a1"
}

.radiactive:before {
    content: "\e9a2"
}

.icon-lupa3:before {
    content: "\e995"
}

.icon-bag:before {
    content: "\e996"
}

.icon-user6:before {
    content: "\e997"
}

.icon-cupom:before {
    content: "\e98c"
}

.icon-phone05:before {
    content: "\e98d"
}

.fast-delivery:before {
    content: "\e98e"
}

.icon-lab01:before {
    content: "\e98f"
}

.icon-cadeado02:before {
    content: "\e991"
}

.icon-map:before {
    content: "\e993"
}

.icon-user05:before {
    content: "\e994"
}

.icon-dash:before {
    content: "\e984"
}

.icon-gear2:before {
    content: "\e985"
}

.icon-logout:before {
    content: "\e986"
}

.icon-user4:before {
    content: "\e98a"
}

.icon-clip:before {
    content: "\e98b"
}

.sino-1:before {
    content: "\e979"
}

.sino-2:before {
    content: "\e97a"
}

.alerta-1:before {
    content: "\e97b"
}

.alerta-2:before {
    content: "\e97c"
}

.livro:before {
    content: "\e97d"
}

.sair:before {
    content: "\e97e"
}

.key:before {
    content: "\e97f"
}

.key-2:before {
    content: "\e980"
}

.pasta:before {
    content: "\e981"
}

.stats:before {
    content: "\e982"
}

.aleatorio:before {
    content: "\e983"
}

.short:before {
    content: "\e974"
}

.filtro-1:before {
    content: "\e975"
}

.filtro-2:before {
    content: "\e976"
}

.star-1:before {
    content: "\e977"
}

.star-2:before {
    content: "\e978"
}

.icon-seta-dupla:before {
    content: "\e902"
}

.icon-delivery-2:before {
    content: "\e918"
}

.icon-delivery-1:before {
    content: "\e91b"
}

.icon-bateria-2:before {
    content: "\e924"
}

.icon-bateria-1:before {
    content: "\e925"
}

.icon-menu-8:before {
    content: "\e95f"
}

.icon-menu-7:before {
    content: "\e960"
}

.icon-menu-6:before {
    content: "\e961"
}

.icon-menu-5:before {
    content: "\e962"
}

.icon-menu-1:before {
    content: "\e966"
}

.icon-lista2:before {
    content: "\e939"
}

.icon-mouse-01:before {
    content: "\e94e"
}

.icon-mouse-02:before {
    content: "\e94f"
}

.icon-seta08-u:before {
    content: "\e970"
}

.icon-seta08-d:before {
    content: "\e971"
}

.icon-seta08-l:before {
    content: "\e96e"
}

.icon-seta08-r:before {
    content: "\e96f"
}

.icon-seta01-r:before {
    content: "\e950"
}

.icon-seta01-l:before {
    content: "\e951"
}

.icon-seta02-d:before {
    content: "\e952"
}

.icon-seta02-r:before {
    content: "\e953"
}

.icon-seta02-l:before {
    content: "\e954"
}

.icon-seta03-d:before {
    content: "\e955"
}

.icon-seta04-d:before {
    content: "\e956"
}

.icon-seta05-d:before {
    content: "\e957"
}

.icon-seta06-r:before {
    content: "\e958"
}

.icon-seta06-d:before {
    content: "\e9af"
}

.icon-seta06-l:before {
    content: "\e959"
}

.icon-seta07-r:before {
    content: "\e95a"
}

.icon-seta07-l:before {
    content: "\e95b"
}

.icon-seta07-d:before {
    content: "\e9b0"
}

.icon-plus-01:before {
    content: "\e95c"
}

.icon-menos1:before {
    content: "\e967"
}

.icon-menos2:before {
    content: "\e969"
}

.icon-mais2:before {
    content: "\e96a"
}

.icon-plus-02:before {
    content: "\e95d"
}

.icon-plus-03:before {
    content: "\e95e"
}

.icon-check04:before {
    content: "\e926"
}

.icon-check:before {
    content: "\e94b"
}

.icon-check02:before {
    content: "\e94c"
}

.icon-close:before {
    content: "\e947"
}

.icon-close02:before {
    content: "\e949"
}

.icon-empresa2:before {
    content: "\e91a"
}

.icon-empresa:before {
    content: "\e927"
}

.icon-rote:before {
    content: "\e943"
}

.icon-heart:before {
    content: "\e944"
}

.icon-link:before {
    content: "\e945"
}

.icon-responsive:before {
    content: "\e946"
}

.icon-gear:before {
    content: "\e989"
}

.icon-seta2:before {
    content: "\e911"
}

.icon-delivery:before {
    content: "\e90f"
}

.icon-store:before {
    content: "\e910"
}

.icon-trash:before {
    content: "\e900"
}

.icon-cart1:before {
    content: "\e901"
}

.icon-olho:before {
    content: "\e903"
}

.icon-atualizar:before {
    content: "\e904"
}

.icon-cadeado:before {
    content: "\e905"
}

.icon-instagram-02:before {
    content: "\e94a"
}

.icon-whatsapp:before {
    content: "\e906"
}

.icon-in:before {
    content: "\e908"
}

.icon-facebook:before {
    content: "\e909"
}

.icon-twitter:before {
    content: "\e90a"
}

.icon-youtube:before {
    content: "\e90b"
}

.icon-youtube2:before {
    content: "\e92e"
}

.icon-pinterest:before {
    content: "\e90c"
}

.icon-rss:before {
    content: "\e90d"
}

.icon-blog:before {
    content: "\e90e"
}

.icon-skype:before {
    content: "\e919"
}

.icon-users:before {
    content: "\e915"
}

.icon-user3:before {
    content: "\e988"
}

.icon-user:before {
    content: "\e91c"
}

.icon-user2:before {
    content: "\e91d"
}

.icon-help:before {
    content: "\e91e"
}

.icon-info:before {
    content: "\e91f"
}

.icon-send:before {
    content: "\e920"
}

.icon-pin4:before {
    content: "\e930"
}

.icon-pin2:before {
    content: "\e938"
}

.icon-pin:before {
    content: "\e928"
}

.icon-pin3:before {
    content: "\e929"
}

.icon-text:before {
    content: "\e92a"
}

.icon-text2:before {
    content: "\e92b"
}

.icon-clock:before {
    content: "\e931"
}

.icon-clock2:before {
    content: "\e932"
}

.icon-data:before {
    content: "\e933"
}

.icon-data2:before {
    content: "\e934"
}

.icon-download:before {
    content: "\e935"
}

.icon-lupa:before {
    content: "\e936"
}

.icon-lupa2:before {
    content: "\e937"
}

.icon-chat:before {
    content: "\e93a"
}

.icon-chat3:before {
    content: "\e93c"
}

.icon-chat4:before {
    content: "\e93d"
}

.icon-chat5:before {
    content: "\e93e"
}

.icon-seta:before {
    content: "\e940"
}

.icon-seta02:before {
    content: "\e9b1"
}

.icon-news:before {
    content: "\e93f"
}

.icon-arroba:before {
    content: "\e922"
}

.icon-mail4:before {
    content: "\e987"
}

.icon-email:before {
    content: "\e921"
}

.icon-mail2:before {
    content: "\e923"
}

.icon-phone24h2:before {
    content: "\e942"
}

.icon-call01:before {
    content: "\e913"
}

.icon-call03:before {
    content: "\e914"
}

.icon-call02:before {
    content: "\e912"
}

.icon-call:before {
    content: "\e948"
}

.icon-cel:before {
    content: "\e93b"
}

.icon-phone:before {
    content: "\e92c"
}

.icon-phone2:before {
    content: "\e92d"
}

.icon-phone07:before {
    content: "\e941"
}

.icon-phone4:before {
    content: "\e92f"
}

.icon-phone03:before {
    content: "\e972"
}

.icon-home1:before {
    content: "\e96b"
}

.icon-home2:before {
    content: "\e96c"
}

.icon-home3:before {
    content: "\e96d"
}

#headerBlock {
    width: 100%;
    height: 122px;
    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: 0;
    background-color: #FFFFFF;
    border-top-color: transparent;
    border-top-width: 4px;
    border-top-style: solid;
    border-image: linear-gradient(to right, #DEA3C8, #044A95, #2756A4, #00AEEE);
    border-image-slice: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
    z-index: 3000
}

@media (max-width:1023px) {
    #headerBlock {
        height: 70px
    }
}

#headerBlock.topo-fixo {
    height: 70px
}

#headerBlock.topo-fixo .topo-11>.logo {
    width: 70px;
    height: 70px
}

@media (max-width:480px) {
    #headerBlock.topo-fixo .topo-11>.logo {
        width: 165px;
        height: 70px
    }
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .psubmenu {
        top: auto !important
    }
}

#headerBlock .topo-11 {
    max-width: 1280px;
    margin: 0 auto 0;
    width: 100%;
    height: 100%;
    padding: 0 15px
}

@media (max-width:1023px) {
    #headerBlock .topo-11 {
        height: 70px;
        position: relative;
        z-index: 1501;
        padding: 0;
        border-bottom-color: #DDD;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        background-color: #FFFFFF
    }
}

#headerBlock .topo-11 .logo {
    float: left;
    display: block;
    width: 90px;
    height: 122px;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: 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
}

@media (max-width:1279px) {
    #headerBlock .topo-11 .logo {
        width: 265px;
        height: 122px
    }
}

@media (max-width:1023px) {
    #headerBlock .topo-11 .logo {
        width: 265px;
        height: 70px;
        float: none;
        margin: 0 auto 0;
        filter: none
    }
}

@media (max-width:480px) {
    #headerBlock .topo-11 .logo {
        width: 165px;
        height: 70px
    }
}

#headerBlock .topo-11 .logo h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    overflow: hidden;
    width: 0;
    height: 0
}

#headerBlock .topo-11 .topo-right {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%
}

#headerBlock .topo-11 .topo-right .contatos-topo {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-left: 20px;
    position: relative
}

@media (max-width:1023px) {
    #headerBlock .topo-11 .topo-right .contatos-topo {
        display: none
    }
}

#headerBlock .topo-11 .topo-right .contatos-topo:before {
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    background-color: #bbb;
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    z-index: 0
}

#headerBlock .topo-11 .topo-right .contatos-topo .tel-topo {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
    padding-left: 40px
}

#headerBlock .topo-11 .topo-right .contatos-topo .tel-topo:before {
    content: '\e972';
    color: #044A95;
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 0;
    transform: translate(0, -50%)
}

#headerBlock .topo-11 .topo-right .contatos-topo .tel-topo a {
    font-size: 16px;
    color: #000000;
    font-weight: 700
}

#headerBlock .topo-11 .topo-right .contatos-topo .whats-topo {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 35px;
    padding-left: 40px
}

#headerBlock .topo-11 .topo-right .contatos-topo .whats-topo:before {
    content: '\e906';
    color: #044A95;
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 0;
    transform: translate(0, -50%)
}

#headerBlock .topo-11 .topo-right .contatos-topo .whats-topo a {
    color: #000000;
    font-size: 16px;
    font-weight: 700
}

#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: #4a244f;
        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: 'Asap', 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: 'Asap', 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: 'Asap', 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: 'Asap', 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: 'Asap', 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: 'Asap', 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: #044A95;
        padding-left: 35px;
        padding-left: 20px;
        border-color: none;
        border-width: none;
        border-style: none
    }

    #headerBlock .ico-fone-responsivo:before {
        content: '\e972';
        color: #FFFFFF;
        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: #7b3b84;
        cursor: pointer;
        color: #FFFFFF
    }
}

#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 .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: #4a244f;
        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: 'Asap', 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: 'Asap', 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: 'Asap', 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: 'Asap', 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: 'Asap', 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: 'Asap', 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: #044A95;
        padding-left: 35px;
        padding-left: 20px;
        border-color: none;
        border-width: none;
        border-style: none
    }

    #headerBlock .ico-fone-responsivo:before {
        content: '\e972';
        color: #FFFFFF;
        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: #7b3b84;
        cursor: pointer;
        color: #FFFFFF
    }
}

#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: 70px
}

#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: #7b3b84;
        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: #044A95;
    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: #044A95
}

@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 .menu .consulta {
    padding: 0 15px;
    width: fit-content;
    min-height: 45px;
    background-color: #044A95;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
    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
}

#headerBlock .menu .consulta:hover {
    background-color: #6a3373
}

#headerBlock .menu .consulta:hover {
    color: #FFFFFF;
    background-color: #7b3b84
}

@media (max-width:1023px) {
    #headerBlock .menu .consulta {
        background-color: #FFFFFF;
        color: #044A95;
        width: 90%;
        margin: 0 auto 0;
        justify-content: center;
        margin-top: 20px
    }

    #headerBlock .menu .consulta:hover {
        color: #FFFFFF;
        background-color: #5a2b61;
        border-color: #FFFFFF;
        border-width: 1px;
        border-style: solid
    }
}

#headerBlock .pmenu {
    float: right;
    display: flex
}

@media (max-width:1023px) {
    #headerBlock .pmenu {
        display: block
    }
}

#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: 122px;
    color: #111;
    padding: 20px 20px;
    font-size: 16px;
    text-transform: uppercase;
    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:1023px) {
    #headerBlock .pmenu li a {
        font-size: 14.4px
    }
}

@media (max-width:1279px) {
    #headerBlock .pmenu li a {
        padding: 20px 13px
    }
}

@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;
    bottom: -4px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 4px;
    background-color: #2756A4;
    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: #111
}

#headerBlock .pmenu li:hover>a:before,
#headerBlock .pmenu li.act_path>a:before {
    top: auto;
    bottom: 2px
}

@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: #111;
    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: #044A95;
    position: absolute;
    top: calc(122px - 5px);
    left: -5px;
    z-index: 999;
    width: 302px;
    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: #044A95;
    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;
    text-transform: none;
    font-weight: 100;
    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.3);
    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: #044A95;
        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: #044A95;
        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: #044A95;
        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: #7b3b84
    }

    #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: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }
}

#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: #044A95;
    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: #044A95;
    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: #044A95;
    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: #7b3b84
}

#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
}

#mainBlock {
    margin-top: 122px
}

@media (max-width:1023px) {
    #mainBlock {
        margin-top: 70px
    }
}

#footerBlock {
    display: flex;
    flex-direction: column;
    border-top-color: #363334;
    border-top-width: 22px;
    border-top-style: solid;
    width: 100%;
    padding: 60px 15px 0;
    background: #EEEEEE;
    background: -moz-linear-gradient(left, #EEEEEE 0%, #F9F9F9 100%);
    background: -webkit-linear-gradient(left, #EEEEEE 0%, #F9F9F9 100%);
    background: linear-gradient(to right, #EEEEEE 0%, #F9F9F9 100%)
}

#footerBlock .rodape-28 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    flex-wrap: wrap
}

@media (max-width:1023px) {
    #footerBlock .rodape-28 {
        justify-content: space-between
    }
}

#footerBlock .rodape-28 .topo-rod {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 90px
}

@media (max-width:768px) {
    #footerBlock .rodape-28 .topo-rod {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 50px
    }
}

#footerBlock .rodape-28 .topo-rod h2 {
    text-transform: uppercase;
    color: #363334;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px
}

@media (max-width:1279px) {
    #footerBlock .rodape-28 .topo-rod h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    #footerBlock .rodape-28 .topo-rod h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    #footerBlock .rodape-28 .topo-rod h2 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    #footerBlock .rodape-28 .topo-rod h2 {
        font-size: 24px
    }
}

#footerBlock .rodape-28 .topo-rod h2:before {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #2756A4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:480px) {
    #footerBlock .rodape-28 .topo-rod h2:before {
        left: calc(50% - 100px/2)
    }
}

@media (max-width:768px) {
    #footerBlock .rodape-28 .topo-rod h2 {
        margin-bottom: 40px
    }
}

#footerBlock .rodape-28 .topo-rod .redes {
    display: flex
}

#footerBlock .rodape-28 .topo-rod .redes a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #FFFFFF;
    background-color: #2756A4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-left: 12px;
    font-size: 20px;
    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-28 .topo-rod .redes a:hover {
    background-color: #132b52
}

#footerBlock .rodape-28 .bloco-rod {
    width: 50%;
    position: relative;
    color: #363334;
    padding-left: 30px;
    font-size: 16px
}

@media (max-width:1023px) {
    #footerBlock .rodape-28 .bloco-rod {
        width: 50%;
        margin-bottom: 60px
    }

    #footerBlock .rodape-28 .bloco-rod:nth-last-of-type(1) {
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    #footerBlock .rodape-28 .bloco-rod {
        width: 100%
    }
}

#footerBlock .rodape-28 .bloco-rod:before {
    display: block;
    font-size: 19px;
    content: '\e928';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    color: #2756A4;
    font-family: 'icomoon'
}

#footerBlock .rodape-28 .bloco-rod:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 9px;
    z-index: 0;
    width: 1px;
    height: calc(100% - 50px);
    background-color: #363334
}

#footerBlock .rodape-28 .bloco-rod strong,
#footerBlock .rodape-28 .bloco-rod .titulo2 {
    color: #363334;
    display: block;
    font-size: 20px;
    margin-bottom: 20px
}

#footerBlock .rodape-28 .bloco-rod a {
    color: #363334
}

#footerBlock .rodape-28 .bloco-rod p {
    padding: 15px 0
}

@media (max-width:768px) {
    #footerBlock .rodape-28 .bloco-logo {
        margin: 0 auto 0
    }
}

#footerBlock .rodape-28 .bloco-logo img {
    width: 100%;
}

@media (max-width:768px) {
    #footerBlock .rodape-28 .bloco-logo img {
        width: 265px;
        height: 149px
    }
}

#footerBlock .copyright {
    background-color: #FFFFFF;
    margin: 90px -15px 0;
    padding: 15px;
    font-size: 15px;
    color: #363334
}

@media (max-width:1023px) {
    #footerBlock .copyright {
        text-align: center;
        padding: 15px 15px 60px;
        margin: 40px -15px 0
    }
}

#footerBlock .copyright span {
    display: flex;
    justify-content: space-between;
    font-size: 14px
}

@media (max-width:1023px) {
    #footerBlock .copyright span {
        flex-direction: column;
        font-size: 13px;
        align-items: center
    }
}

#footerBlock .copyright a {
    position: relative;
    padding-right: 85px;
    font-size: 14px;
    color: #666666
}

@media (max-width:1023px) {
    #footerBlock .copyright a {
        margin-top: 10px;
        font-size: 13px
    }
}

#footerBlock .copyright a:before {
    display: block;
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1;
    color: #363334;
    position: absolute;
    top: -4px;
    right: 0;
    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
}

#footerBlock .copyright a:hover:before {
    color: #d96c00
}

.modint-17 {
    height: 250px;
    width: 100%;
    margin-bottom: 35px;
    background-color: #FFFFFF;
    position: relative;
    padding-top: 50px;
    position: initial
}

.modint-17:before {
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px;
    padding-top: 265px;
    position: absolute;
    top: -260px;
    left: 0;
    z-index: 0;
    z-index: 1000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='yes' viewBox='0 0 1920 266' %3E%3Cpath style='fill:%23FFFFFF' d='M0 196.4c51.87-19.66 128.28-39.52 216-25.52 50.51 8.06 73.64 22.38 127.5 37.53 98.74 27.78 179.31 24.19 250.5 21.02 152.64-6.8 242.71-50.44 401.08-68.17 69.22-7.75 117.96-12.19 191.03-8.19 226.64 12.4 347.17 74.07 531.87 8.55C1811.23 128.54 1878.14 78.76 1920 42v224H0v-69.6z'/%3E%3Cpath style='fill:%23FFFFFF; opacity:.42' d='M0 209.4c51.87-21.15 128.28-43.2 216-31.71 50.51 6.61 73.64 20.27 127.5 33.88 98.74 24.95 179.31 19.05 250.5 13.84 152.64-11.17 242.71-57.39 401.08-79.65 69.22-9.74 117.96-15.58 191.03-13.67 226.64 5.91 347.17 64.12 531.87-6.68C1811.23 89.66 1878.14 37.96 1920 0v264L0 265v-55.6z'/%3E%3C/svg%3E");
    pointer-events: none
}

@media (max-width:1279px) {
    .modint-17:before {
        background-size: 1300px;
        background-position: 0 -15px;
        padding-top: 149px !important;
        top: -145px
    }
}

@media (max-width:1023px) {
    .modint-17:before {
        background-size: 1150px;
        background-position: 0 -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:768px) {
    .modint-17:before {
        background-size: 1150px;
        background-position: -160px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:480px) {
    .modint-17:before {
        background-size: 1150px;
        background-position: -110px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

.modint-17:before {
    bottom: auto;
    top: 0;
    left: 0;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0)
}

@media (max-width:1279px) {
    .modint-17:before {
        padding-top: 200px !important;
        background-position: 0 20px
    }
}

@media (max-width:1023px) {
    .modint-17:before {
        background-position: 0 45px
    }
}

@media (max-width:1279px) {
    .modint-17 {
        height: 200px
    }
}

.modint-17:after {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    background: linear-gradient(230deg, #2756A4, #00AEEE, #044A95, #DEA3C8, #2756A4, #00AEEE, #044A95, #DEA3C8, #2756A4, #00AEEE, #044A95, #DEA3C8, #2756A4, #00AEEE, #044A95, #DEA3C8);
    background-size: 1200% 1200%;
    -webkit-animation: anima-bg 100s ease infinite;
    -moz-animation: anima-bg 100s ease infinite;
    animation: anima-bg 100s ease infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

@-webkit-keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@-moz-keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@media (max-width:1279px) {
    .modint-17:after {
        height: 200px
    }
}

.modint-17 .titulo-bread {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 0 120px
}

@media (max-width:1279px) {
    .modint-17 .titulo-bread {
        padding: 0 0 80px
    }
}

@media (max-width:480px) {
    .modint-17 .titulo-bread {
        margin-top: -20px
    }
}

.modint-17 .titulo-bread h1 {
    font-size: 43px;
    font-weight: 700;
    color: #FFFFFF;
    padding-left: 54px;
    margin-bottom: 10px;
    position: relative
}

@media (max-width:1279px) {
    .modint-17 .titulo-bread h1 {
        font-size: 40.85px
    }
}

@media (max-width:1023px) {
    .modint-17 .titulo-bread h1 {
        font-size: 38.7px
    }
}

@media (max-width:768px) {
    .modint-17 .titulo-bread h1 {
        font-size: 30.1px
    }
}

@media (max-width:480px) {
    .modint-17 .titulo-bread h1 {
        font-size: 25.8px
    }
}

.modint-17 .titulo-bread h1:before {
    content: '';
    display: block;
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 0;
    background-color: #FFFFFF
}

@media (max-width:768px) {
    .modint-17 .titulo-bread h1:before {
        bottom: 8px
    }
}

@media (max-width:480px) {
    .modint-17 .titulo-bread h1:before {
        bottom: 6px
    }
}

.modint-17 .titulo-bread h1:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 10px;
    left: 44px;
    z-index: 0;
    background-color: #FFFFFF
}

@media (max-width:768px) {
    .modint-17 .titulo-bread h1:after {
        bottom: 8px
    }
}

@media (max-width:480px) {
    .modint-17 .titulo-bread h1:after {
        bottom: 6px
    }
}

.modint-17 .titulo-bread>span {
    display: block;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 5px
}

.modint-17 .titulo-bread .breadcrumb {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 5px
}

.modint-17 .titulo-bread .breadcrumb a {
    color: #FFFFFF;
    font-size: 14px
}

.banner-06 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 850px
}

@media (max-width:1023px) {
    .banner-06 {
        height: 70vh
    }
}

.banner-06 .owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.banner-06 .owl-carousel.owl-loaded {
    display: block;
    height: 850px
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel.owl-loaded {
        height: 100%
    }
}

.banner-06 .owl-carousel.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.banner-06 .owl-carousel.owl-hidden {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.banner-06 .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.banner-06 .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-06 .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.banner-06 .owl-carousel.owl-rtl {
    direction: rtl
}

.banner-06 .owl-carousel.owl-rtl .owl-item {
    float: right
}

.banner-06 .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-stage {
        height: auto
    }
}

.banner-06 .owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.banner-06 .owl-carousel .owl-stage .active .legenda h2 {
    -webkit-animation: fadedown .6s .5s both;
    animation: fadedown .6s .5s both
}

@-webkit-keyframes fadedown {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadedown {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.banner-06 .owl-carousel .owl-stage .active .legenda span {
    -webkit-animation: fadeup .6s .7s both;
    animation: fadeup .6s .7s both
}

@-webkit-keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.banner-06 .owl-carousel .owl-stage .active .legenda a {
    -webkit-animation: fadeup .6s 1s both;
    animation: fadeup .6s 1s both
}

@-webkit-keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.banner-06 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 850px
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-stage-outer {
        height: auto
    }
}

.banner-06 .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item {
        height: auto
    }
}

.banner-06 .owl-carousel .owl-item img {
    display: block
}

.banner-06 .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.banner-06 .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.banner-06 .owl-carousel .owl-item .owl-lazy[src^=""],
.banner-06 .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.banner-06 .owl-carousel .owl-item .box-banner {
    height: 850px
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .box-banner {
        height: 70vh;
        position: relative
    }
}

.banner-06 .owl-carousel .owl-item .box-banner .img-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.banner-06 .owl-carousel .owl-item .box-banner .img-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(240, 240, 225, 0.4);
    mix-blend-mode: multiply
}

.banner-06 .owl-carousel .owl-item .box-banner .img-banner:after {
    mix-blend-mode: overlay
}

.banner-06 .owl-carousel .owl-item .box-banner .img-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000000;
    background: -moz-linear-gradient(left, #000000 -10%, transparent 100%);
    background: -webkit-linear-gradient(left, #000000 -10%, transparent 100%);
    background: linear-gradient(to right, #000000 -10%, transparent 100%);
    opacity: .9;
    -moz-opacity: .9;
    -webkit-opacity: .9;
    filter: alpha(opacity=0.9);
    pointer-events: none
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .box-banner .img-banner:before {
        display: none
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .box-banner .img-banner {
        height: 70vh;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto
    }
}

.banner-06 .owl-carousel .owl-item .legenda {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 0 30px;
    height: 850px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1279px) {
    .banner-06 .owl-carousel .owl-item .legenda {
        padding-left: 45px
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 15px;
        padding-bottom: 100px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(139, 67, 150, 0.35);
        align-items: center
    }
}

.banner-06 .owl-carousel .owl-item .legenda h2 {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: bold;
    max-width: 815px;
    line-height: 1.2;
    text-shadow: 2px 2px 5px #000000
}

@media (max-width:1279px) {
    .banner-06 .owl-carousel .owl-item .legenda h2 {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda h2 {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .banner-06 .owl-carousel .owl-item .legenda h2 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .banner-06 .owl-carousel .owl-item .legenda h2 {
        font-size: 30px
    }
}

@media (max-width:1279px) {
    .banner-06 .owl-carousel .owl-item .legenda h2 {
        max-width: 640px
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda h2 {
        color: #FFFFFF;
        max-width: 100%;
        text-align: center
    }
}

.banner-06 .owl-carousel .owl-item .legenda span {
    font-size: 20px;
    color: #FFFFFF;
    max-width: 610px;
    margin-bottom: 30px;
    line-height: normal
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda span {
        font-size: 18px
    }
}

@media (max-width:1279px) {
    .banner-06 .owl-carousel .owl-item .legenda span {
        max-width: 500px
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda span {
        color: #FFFFFF;
        max-width: 100%;
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px
    }
}

.banner-06 .owl-carousel .owl-item .legenda a {
    padding: 0 22px;
    width: fit-content;
    min-height: 48px;
    background-color: #044A95;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px
}

.banner-06 .owl-carousel .owl-item .legenda a:hover {
    background-color: #6a3373
}

.banner-06 .owl-carousel .owl-item .legenda a:hover {
    background-color: #7b3b84
}

.banner-06 .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.banner-06 .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.banner-06 .owl-carousel .owl-animated-in {
    z-index: 0
}

.banner-06 .owl-carousel .owl-animated-out {
    z-index: 1
}

.banner-06 .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-06 .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-06 .owl-theme .owl-nav .owl-prev,
.banner-06 .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-06 .owl-theme .owl-nav .owl-prev,
    .banner-06 .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-06 .owl-theme .owl-nav .owl-prev:hover,
.banner-06 .owl-theme .owl-nav .owl-next:hover {
    color: #cd9ed4;
    cursor: pointer
}

.banner-06 .owl-theme .owl-nav .owl-prev:before,
.banner-06 .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 45px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .banner-06 .owl-theme .owl-nav .owl-prev:before,
    .banner-06 .owl-theme .owl-nav .owl-next:before {
        font-size: 30px;
        color: #FFFFFF
    }
}

.banner-06 .owl-theme .owl-nav .owl-prev {
    left: -55px
}

@media (max-width:1279px) {
    .banner-06 .owl-theme .owl-nav .owl-prev {
        left: -10px
    }
}

.banner-06 .owl-theme .owl-nav .owl-prev:before {
    content: '\e959'
}

.banner-06 .owl-theme .owl-nav .owl-next {
    right: -55px
}

@media (max-width:1279px) {
    .banner-06 .owl-theme .owl-nav .owl-next {
        right: -10px
    }
}

.banner-06 .owl-theme .owl-nav .owl-next:before {
    content: '\e958'
}

@media (max-width:1279px) {

    .banner-06 .owl-theme .owl-nav .owl-prev,
    .banner-06 .owl-theme .owl-nav .owl-next {
        box-shadow: none
    }
}

@media (max-width:1279px) {
    .banner-06 .owl-theme .owl-nav .owl-prev {
        left: 5px
    }
}

@media (max-width:1279px) {
    .banner-06 .owl-theme .owl-nav .owl-next {
        right: 5px
    }
}

.banner-06 .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.banner-06 .owl-theme:hover .owl-prev {
    left: 15px
}

@media (max-width:1279px) {
    .banner-06 .owl-theme:hover .owl-prev {
        left: 5px
    }
}

.banner-06 .owl-theme:hover .owl-next {
    right: 15px
}

@media (max-width:1279px) {
    .banner-06 .owl-theme:hover .owl-next {
        right: 5px
    }
}

.banner-06 .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
}

.banner-06 .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-06 .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-06 .owl-theme .owl-dots .owl-dot.active,
.banner-06 .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer
}

.banner-06 .owl-theme .owl-dots .owl-dot.active span,
.banner-06 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFFFFF
}

.banner-06 .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.banner-06 .mouse-home {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 26px);
    z-index: 99;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    padding-left: 35px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.banner-06 .mouse-home:before {
    content: '\e956';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    font-weight: normal
}

.banner-06 .mouse-home:before {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.banner-06 .mouse-home:after {
    content: '';
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    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;
    border-color: transparent;
    border-width: 3px;
    border-style: solid
}

.banner-06 .mouse-home:hover {
    background-color: #FFFFFF
}

.banner-06 .mouse-home:hover:before {
    color: #044A95
}

.banner-06 .mouse-home:hover:after {
    border-color: #044A95;
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

@media (max-width:1023px) {
    .banner-06 .mouse-home {
        display: none
    }
}

.banner-06 .no-js .owl-carousel {
    display: block
}

.banner-06 .owl-height {
    transition: height 500ms ease-in-out
}

@media (max-width:1023px) {
    .banner-06 .banner-big {
        display: none
    }
}

.banner-06 .banner-small {
    display: none
}

@media (max-width:1023px) {
    .banner-06 .banner-small {
        display: block
    }
}

.servicos-76 {
    width: 100%;
    position: relative;
    padding: 0 15px 70px;
    background-color: #FFFFFF
}

.servicos-76:before {
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px;
    padding-top: 384px !important;
    position: absolute;
    top: -383px;
    left: 0;
    z-index: 0;
    z-index: 100;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='yes' viewBox='0 0 1158 300' %3e%3cpath style='fill:%23FFFFFF; opacity:20%25' d='M1158,4.116c-6.711-1.445-35.622,1.855-43.1,2.813c2.805-0.425,3.56-0.546-1.5,0.201c-21.18,3.198-10.393,1.59-2.371,0.383 c-50.166,8.104-93.212,31.837-132.127,64.086c-7.75,6.422-15.312,13.227-21.973,20.791c-2.979,3.384-6.166,10.956-10.88,11.548 c-19.414,2.438-38.018,9.195-57.45,10.292c-53.671,3.463-94.736-33.147-145.105-44.314c-49.897-11.063-96.73,0.328-136.12,33.164 c-38.958,32.476-77.006,60.378-126.74,74.461c-45.87,12.989-89.965,10.879-135.274-2.312 c-69.902-20.349-142.334-46.146-216.065-33.414C83.758,149.68,33.771,170.016,0,202.23v29.145h1158V4.116z'/%3e%3cpath style='fill:%23FFFFFF;' d='M1157.999,45.356l0.072-19.687c-16.404-4.688-42.956-2.615-46.972-2.538 c-21.416,1.219-41.711,2.718-62.532,8.735c-33.081,9.56-58.815,27.366-85.608,48.138c-19.708,15.278-41.136,28.388-65.759,33.627 c-17.74,3.806-36.121,4.175-53.957,0.771c-20.507-3.915-38.334-13.903-57.612-21.328c-29.969-11.543-60.758-17.366-92.795-14.671 c-35.77,3.009-62.286,24.558-89.179,45.799c-47.271,37.334-103.686,65.878-165.553,61.594c-32.988-2.284-64.746-12.16-96.305-21.364 c-35.912-10.492-73.661-17.91-111.208-17.858c-28.224,0.039-56.293,1.375-83.782,8.35c-37.163,9.431-72.622,26.009-105.248,45.972 c-14.284,8.74-28.702,18.07-41.563,28.838c-0.148,0.313-0.193,1.228-0.192,2.25v0.032c0.003,1.714,0.135,3.718,0.135,3.718h1157.796 c0.537,0,0.261-105.668,0.261-113.27V45.356z'/%3e%3c/svg%3e ");
    pointer-events: none
}

@media (max-width:1279px) {
    .servicos-76:before {
        background-position: -100px -100px;
        padding-top: 260px !important;
        top: -215px
    }
}

@media (max-width:1023px) {
    .servicos-76:before {
        background-position: -90px -70px;
        padding-top: 190px !important;
        top: -140px;
        background-size: 1300px
    }
}

@media (max-width:768px) {
    .servicos-76:before {
        background-position: -80px -55px;
        padding-top: 140px !important;
        top: -110px;
        background-size: 1000px
    }
}

@media (max-width:480px) {
    .servicos-76:before {
        background-position: -120px 0;
        padding-top: 130px !important;
        top: -100px;
        background-size: 600px
    }
}

@media (max-width:1023px) {
    .servicos-76 {
        padding-top: 70px
    }
}

.servicos-76 .full-max {
    display: flex;
    justify-content: space-between;
    gap: 20px 3%
}

.servicos-76 .full-max>* {
    width: calc((100% - ((3 - 1) * 3%)) / 3)
}

@media (max-width:1279px) {
    .servicos-76 .full-max {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

@media (max-width:1023px) {
    .servicos-76 .full-max {
        gap: 50px 5%
    }

    .servicos-76 .full-max>* {
        width: calc((100% - ((2 - 1) * 5%)) / 2)
    }
}

@media (max-width:768px) {
    .servicos-76 .full-max {
        gap: 50px 100%;
        max-width: 420px
    }

    .servicos-76 .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.servicos-76 .full-max article,
.servicos-76 .full-max a {
    height: auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 35px;
    padding-bottom: 100px;
    box-shadow: 0 0 15px -8px #000000;
    margin-top: -150px;
    z-index: 999
}

.servicos-76 .full-max article:hover:not(article) span,
.servicos-76 .full-max a:hover:not(article) span {
    background-color: #6a3373
}

@media (max-width:1023px) {

    .servicos-76 .full-max article,
    .servicos-76 .full-max a {
        margin-top: 0
    }
}

.servicos-76 .full-max article figure,
.servicos-76 .full-max a figure {
    margin-bottom: 30px
}

.servicos-76 .full-max article div,
.servicos-76 .full-max a div {
    display: flex;
    flex-direction: column;
    color: #343333;
    font-size: 16px
}

.servicos-76 .full-max article div h3,
.servicos-76 .full-max a div h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 0;
    margin-bottom: 20px;
    max-width: 300px;
    min-height: 80px;
    display: flex;
    align-items: center
}

@media (max-width:1279px) {

    .servicos-76 .full-max article div h3,
    .servicos-76 .full-max a div h3 {
        font-size: 33.25px
    }
}

@media (max-width:1023px) {

    .servicos-76 .full-max article div h3,
    .servicos-76 .full-max a div h3 {
        font-size: 31.5px
    }
}

@media (max-width:768px) {

    .servicos-76 .full-max article div h3,
    .servicos-76 .full-max a div h3 {
        font-size: 24.5px
    }
}

@media (max-width:480px) {

    .servicos-76 .full-max article div h3,
    .servicos-76 .full-max a div h3 {
        font-size: 21px
    }
}

.servicos-76 .full-max article div span,
.servicos-76 .full-max a div span {
    padding: 0 40px;
    width: fit-content;
    min-height: 45px;
    background-color: #044A95;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 auto 0;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, 0)
}

.servicos-76 .full-max article div span:hover,
.servicos-76 .full-max a div span:hover {
    background-color: #6a3373
}

@media (max-width:1279px) {

    .servicos-76 .full-max article div span,
    .servicos-76 .full-max a div span {
        padding: 0 30px
    }
}

@media (max-width:480px) {

    .servicos-76 .full-max article div span,
    .servicos-76 .full-max a div span {
        padding: 0 20px
    }
}

.depoimentos-2 {
    position: relative;
    padding: 120px 15px 170px;
    background: linear-gradient(230deg, #2756A4, #00AEEE, #044A95, #DEA3C8, #2756A4, #00AEEE, #044A95, #DEA3C8, #2756A4, #00AEEE, #044A95, #DEA3C8, #2756A4, #00AEEE, #044A95, #DEA3C8);
    background-size: 1200% 1200%;
    -webkit-animation: anima-bg 100s ease infinite;
    -moz-animation: anima-bg 100s ease infinite;
    animation: anima-bg 100s ease infinite;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden
}

@media (max-width:1279px) {
    .depoimentos-2 {
        padding-top: 96px;
        padding-bottom: 136px
    }
}

@media (max-width:1023px) {
    .depoimentos-2 {
        padding-top: 84px;
        padding-bottom: 119px
    }
}

@media (max-width:768px) {
    .depoimentos-2 {
        padding-top: 72px;
        padding-bottom: 102px
    }
}

@media (max-width:480px) {
    .depoimentos-2 {
        padding-top: 60px;
        padding-bottom: 85px
    }
}

@-webkit-keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@-moz-keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

.depoimentos-2:before {
    content: '';
    display: block;
    background-image: url("../../images/brain.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 356px;
    height: 263px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.depoimentos-2 .nav {
    position: absolute;
    bottom: 300px;
    left: 0;
    z-index: 999;
    display: flex;
    width: fit-content;
    padding-left: 330px
}

@media (max-width:1023px) {
    .depoimentos-2 .nav {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        justify-content: center;
        padding: 0
    }
}

@media (max-width:480px) {
    .depoimentos-2 .nav {
        top: 0
    }
}

.depoimentos-2 .nav button {
    color: #044A95;
    font-size: 25px;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    font-weight: 700;
    border: 0;
    text-align: center;
    line-height: 40px
}

.depoimentos-2 .nav .prev {
    margin-right: 20px
}

.depoimentos-2 .nav .next,
.depoimentos-2 .nav .prev {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.depoimentos-2 .nav .next.disabled,
.depoimentos-2 .nav .prev.disabled {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    cursor: default
}

.depoimentos-2 .nav.disabled {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    display: none
}

.depoimentos-2 .dep-wrap {
    position: relative;
    left: calc(50% - 640px);
    overflow-x: clip;
    display: flex;
    align-items: center;
    padding-left: 497px;
    transition: .7s all ease-out;
    -moz-transition: .7s all ease-out;
    -webkit-transition: .7s all ease-out;
    -ms-transition: .7s all ease-out
}

@media (max-width:1279px) {
    .depoimentos-2 .dep-wrap {
        left: 0
    }
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap {
        padding-left: 0;
        flex-direction: column;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%
    }
}

@keyframes fadeTxt {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1)
    }
}

.depoimentos-2 .dep-wrap .mensagem {
    width: 497px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap .mensagem {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto
    }
}

.depoimentos-2 .dep-wrap .mensagem .txt {
    color: #FFFFFF;
    padding-right: 70px;
    padding-top: 90px;
    text-align: right;
    max-width: 497px;
    animation: fadeTxt 2s
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap .mensagem .txt {
        max-width: 700px;
        text-align: left;
        margin: 0 auto 50px;
        width: 100%;
        padding-right: 0;
        padding-top: 0
    }
}

@media (max-width:480px) {
    .depoimentos-2 .dep-wrap .mensagem .txt {
        margin-bottom: 30px;
        text-align: center
    }
}

.depoimentos-2 .dep-wrap .mensagem .txt p {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    position: relative
}

@media (max-width:1279px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p {
        font-size: 28.5px
    }
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p {
        font-size: 27px
    }
}

@media (max-width:768px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p {
        font-size: 21px
    }
}

@media (max-width:480px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p {
        font-size: 22px
    }
}

@media (max-width:480px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p {
        font-size: 19px
    }
}

.depoimentos-2 .dep-wrap .mensagem .txt p:before {
    content: '';
    display: block;
    width: 68px;
    height: 49px;
    background-image: url("../../images/aspas.png");
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 0
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p:before {
        background-size: 60%;
        top: -40px
    }
}

.depoimentos-2 .dep-wrap .mensagem .txt p:after {
    content: '';
    display: block;
    width: 39px;
    height: 28px;
    background-image: url("../../images/aspas.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 0;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p:after {
        background-size: 60%
    }
}

@media (max-width:480px) {
    .depoimentos-2 .dep-wrap .mensagem .txt p:after {
        background-size: 28px
    }
}

.depoimentos-2 .dep-wrap .mensagem .txt h3 {
    margin-top: 60px;
    font-size: 20px
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap .mensagem .txt h3 {
        font-size: 18px;
        margin-top: 11px
    }
}

.depoimentos-2 .dep-wrap .carousel-content {
    width: 100%;
    height: auto;
    z-index: 998;
    position: relative
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap .carousel-content {
        margin-top: 30px;
        width: 90%
    }
}

@media (max-width:480px) {
    .depoimentos-2 .dep-wrap .carousel-content {
        width: 100%
    }
}

.depoimentos-2 .dep-wrap.active {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
    z-index: 9999;
    transition: .7s all ease-out;
    -moz-transition: .7s all ease-out;
    -webkit-transition: .7s all ease-out;
    -ms-transition: .7s all ease-out
}

@media (max-width:1023px) {
    .depoimentos-2 .dep-wrap.active {
        transition: .4s all ease-out;
        -moz-transition: .4s all ease-out;
        -webkit-transition: .4s all ease-out;
        -ms-transition: .4s all ease-out
    }
}

.depoimentos-2 .dep-wrap.active.carousel {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.depoimentos-2 .dep-wrap:hover {
    cursor: pointer
}

.depoimentos-2 .carousel {
    transition: .7s all ease-out !important;
    -moz-transition: .7s all ease-out !important;
    -webkit-transition: .7s all ease-out !important;
    -ms-transition: .7s all ease-out !important;
    height: 100%;
    display: flex;
    align-items: flex-end
}

@media (max-width:1023px) {
    .depoimentos-2 .carousel {
        transition: .4s all ease-out !important;
        -moz-transition: .4s all ease-out !important;
        -webkit-transition: .4s all ease-out !important;
        -ms-transition: .4s all ease-out !important
    }
}

.depoimentos-2 .carousel .depoimento-single {
    display: flex;
    float: left;
    margin-right: 20px;
    align-items: flex-end;
    height: fit-content;
    overflow: hidden;
    transition: .7s all ease-out;
    -moz-transition: .7s all ease-out;
    -webkit-transition: .7s all ease-out;
    -ms-transition: .7s all ease-out;
    position: relative
}

.depoimentos-2 .carousel .depoimento-single.active~div figure {
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    filter: alpha(opacity=1) !important
}

@media (max-width:1023px) {
    .depoimentos-2 .carousel .depoimento-single {
        transition: .4s all ease-out;
        -moz-transition: .4s all ease-out;
        -webkit-transition: .4s all ease-out;
        -ms-transition: .4s all ease-out
    }
}

.depoimentos-2 .carousel .depoimento-single .txt {
    display: none;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    left: -200%
}

.depoimentos-2 .carousel .depoimento-single 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%)
}

.depoimentos-2 .carousel .depoimento-single figure:hover:before {
    filter: none
}

.depoimentos-2 .carousel .depoimento-single figure,
.depoimentos-2 .carousel .depoimento-single iframe {
    width: 331px;
    height: 186px;
    background-color: black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    display: flex;
    align-items: flex-end;
    line-height: 0;
    position: relative;
    transition: .7s all ease-out;
    -moz-transition: .7s all ease-out;
    -webkit-transition: .7s all ease-out;
    -ms-transition: .7s all ease-out;
    z-index: 99;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

@media (max-width:1023px) {

    .depoimentos-2 .carousel .depoimento-single figure,
    .depoimentos-2 .carousel .depoimento-single iframe {
        width: 290px;
        height: 166px;
        transition: .4s all ease-out;
        -moz-transition: .4s all ease-out;
        -webkit-transition: .4s all ease-out;
        -ms-transition: .4s all ease-out
    }
}

.depoimentos-2 .carousel .depoimento-single figure img,
.depoimentos-2 .carousel .depoimento-single iframe img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

.depoimentos-2 .carousel .depoimento-single.active {
    position: relative;
    transition: .7s all ease-out;
    -moz-transition: .7s all ease-out;
    -webkit-transition: .7s all ease-out;
    -ms-transition: .7s all ease-out;
    z-index: 9999;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    overflow: visible
}

.depoimentos-2 .carousel .depoimento-single.active:before {
    content: '';
    display: block;
    width: 254px;
    height: 242px;
    background-image: url("../../images/traco.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 0
}

@media (max-width:480px) {
    .depoimentos-2 .carousel .depoimento-single.active:before {
        display: none
    }
}

@media (max-width:1023px) {
    .depoimentos-2 .carousel .depoimento-single.active {
        transition: .4s all ease-out;
        -moz-transition: .4s all ease-out;
        -webkit-transition: .4s all ease-out;
        -ms-transition: .4s all ease-out
    }
}

.depoimentos-2 .carousel .depoimento-single.active figure,
.depoimentos-2 .carousel .depoimento-single.active iframe {
    width: 530px;
    height: 298px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    cursor: pointer;
    left: 0
}

@media (max-width:1023px) {

    .depoimentos-2 .carousel .depoimento-single.active figure,
    .depoimentos-2 .carousel .depoimento-single.active iframe {
        width: 530px;
        height: 298px
    }
}

@media (max-width:768px) {

    .depoimentos-2 .carousel .depoimento-single.active figure,
    .depoimentos-2 .carousel .depoimento-single.active iframe {
        width: 415px;
        height: 233px
    }
}

@media (max-width:480px) {

    .depoimentos-2 .carousel .depoimento-single.active figure,
    .depoimentos-2 .carousel .depoimento-single.active iframe {
        width: 290px;
        height: 166px
    }
}

.noticias-03 {
    padding: 83px 15px 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-flow: column;
    z-index: 1
}

@media (max-width:1279px) {
    .noticias-03 {
        padding-top: 66.4px;
        padding-bottom: 88px
    }
}

@media (max-width:1023px) {
    .noticias-03 {
        padding-top: 58.1px;
        padding-bottom: 77px
    }
}

@media (max-width:768px) {
    .noticias-03 {
        padding-top: 49.8px;
        padding-bottom: 66px
    }
}

@media (max-width:480px) {
    .noticias-03 {
        padding-top: 41.5px;
        padding-bottom: 55px
    }
}

.noticias-03 .tit-noticias {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1280px;
    margin-bottom: 40px
}

@media (max-width:480px) {
    .noticias-03 .tit-noticias {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }
}

.noticias-03 .tit-noticias h2 {
    padding-bottom: 5px;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    position: relative
}

@media (max-width:1279px) {
    .noticias-03 .tit-noticias h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .noticias-03 .tit-noticias h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .noticias-03 .tit-noticias h2 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .noticias-03 .tit-noticias h2 {
        font-size: 24px
    }
}

.noticias-03 .tit-noticias h2:before {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #2756A4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:0) {
    .noticias-03 .tit-noticias h2:before {
        left: calc(50% - 100px/2)
    }
}

.noticias-03 .tit-noticias>a {
    padding: 0 50px;
    width: fit-content;
    min-height: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    position: relative;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -ms-transition: all linear .2s;
    background-color: #2756A4
}

.noticias-03 .tit-noticias>a:hover {
    background-color: #1d407b
}

@media (max-width:1279px) {
    .noticias-03 .tit-noticias>a {
        font-size: 17.1px
    }
}

@media (max-width:1023px) {
    .noticias-03 .tit-noticias>a {
        font-size: 16.2px
    }
}

@media (max-width:768px) {
    .noticias-03 .tit-noticias>a {
        font-size: 12.6px
    }
}

@media (max-width:480px) {
    .noticias-03 .tit-noticias>a {
        font-size: 10.8px
    }
}

.noticias-03 .tit-noticias>a:hover {
    background-color: #224b8f
}

.noticias-03 .full-max {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 3.4%
}

.noticias-03 .full-max>* {
    width: calc((100% - ((2 - 1) * 3.4%)) / 2)
}

@media (max-width:1279px) {
    .noticias-03 .full-max {
        gap: 40px 4%
    }

    .noticias-03 .full-max>* {
        width: calc((100% - ((2 - 1) * 4%)) / 2)
    }
}

@media (max-width:768px) {
    .noticias-03 .full-max {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 60px 100%
    }

    .noticias-03 .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.noticias-03 .full-max article a {
    display: flex;
    gap: 30px;
    color: #333333;
    font-size: 16px;
    line-height: 1.4
}

.noticias-03 .full-max article a:hover figure:after {
    opacity: .4;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    filter: alpha(opacity=0.4);
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1)
}

.noticias-03 .full-max article a:hover figure:before {
    transform: rotateY(-180deg) rotate(0) scale(1);
    -moz-transform: rotateY(-180deg) rotate(0) scale(1);
    -webkit-transform: rotateY(-180deg) rotate(0) scale(1);
    -ms-transform: rotateY(-180deg) rotate(0) scale(1);
    transition: cubic-bezier(.06, .7, .14, 1.44) .3s;
    -moz-transition: cubic-bezier(.06, .7, .14, 1.44) .3s;
    -webkit-transition: cubic-bezier(.06, .7, .14, 1.44) .3s;
    -ms-transition: cubic-bezier(.06, .7, .14, 1.44) .3s
}

.noticias-03 .full-max article a:hover h3 {
    color: #2756A4
}

@media (max-width:1279px) {
    .noticias-03 .full-max article a {
        display: flex;
        flex-direction: column
    }
}

@media (max-width:768px) {
    .noticias-03 .full-max article a {
        gap: 20px
    }
}

.noticias-03 .full-max article a figure {
    position: relative;
    height: 167px
}

.noticias-03 .full-max article a figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #2756a4;
    mix-blend-mode: multiply
}

.noticias-03 .full-max article a figure:before {
    content: '\e940';
    font-family: 'icomoon';
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
    z-index: 0;
    transform: rotateY(-180deg) rotate(180deg) scale(0);
    -moz-transform: rotateY(-180deg) rotate(180deg) scale(0);
    -webkit-transform: rotateY(-180deg) rotate(180deg) scale(0);
    -ms-transform: rotateY(-180deg) rotate(180deg) scale(0);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    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;
    font-size: 35px;
    z-index: 1;
    text-align: center;
    color: #7b3b84
}

.noticias-03 .full-max article a figure:after {
    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;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    z-index: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

@media (max-width:1279px) {
    .noticias-03 .full-max article a figure {
        height: auto
    }
}

.noticias-03 .full-max article a figure img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.noticias-03 .full-max article a figure time {
    padding: 0 7px;
    width: fit-content;
    min-height: 22px;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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;
    font-size: 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    z-index: 1
}

.noticias-03 .full-max article a figure time:hover {
    background-color: rgba(0, 0, 0, 0.65)
}

.noticias-03 .full-max article a>div h3 {
    padding-bottom: 6px;
    color: #000000;
    font-size: 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    text-transform: none;
    font-weight: 700
}

@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: -10px;
    z-index: 0;
    background-color: #1E2559;
    border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    width: 50px
}

.redes-topo i {
    font-size: 20px;
    width: 40px;
    height: 38px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    align-items: center;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    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;
    padding-right: 10px;
    color: #FFFFFF;
    box-sizing: initial;
    background-color: #1E2559
}

.redes-topo i:hover {
    transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    background-color: #181d46
}

.redes-topo span {
    display: none
}

@media (max-width:1023px) {
    .redes-topo {
        display: none
    }
}

.redes-topo .icon-skype {
    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: 'Asap', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px
}

.redes-topo .icon-skype:before {
    margin-right: 10px;
    position: absolute;
    left: 10px
}

.galeria-webcis-1 {
    width: 100%;
    gap: 30px
}

@media (max-width:1023px) {
    .galeria-webcis-1 {
        gap: 20px
    }
}

@media (max-width:480px) {
    .galeria-webcis-1 {
        gap: 10px
    }
}

.galeria-webcis-1 span {
    display: block;
    font-size: 18px;
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .galeria-webcis-1 span {
        font-size: 16.2px
    }
}

.galeria-webcis-1 .full-max {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%
}

.galeria-webcis-1 .full-max>* {
    width: calc((100% - ((4 - 1) * 3%)) / 4)
}

@media (max-width:1279px) {
    .galeria-webcis-1 .full-max {
        gap: 40px 3%
    }

    .galeria-webcis-1 .full-max>* {
        width: calc((100% - ((3 - 1) * 3%)) / 3)
    }
}

@media (max-width:1279px) {
    .galeria-webcis-1 .full-max {
        gap: 30px 3%
    }

    .galeria-webcis-1 .full-max>* {
        width: calc((100% - ((3 - 1) * 3%)) / 3)
    }
}

@media (max-width:768px) {
    .galeria-webcis-1 .full-max {
        gap: 20px 3%
    }

    .galeria-webcis-1 .full-max>* {
        width: calc((100% - ((2 - 1) * 3%)) / 2)
    }
}

@media (max-width:480px) {
    .galeria-webcis-1 .full-max {
        gap: 40px 100%;
        max-width: 320px
    }

    .galeria-webcis-1 .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.galeria-webcis-1 .full-max figure {
    height: auto;
    padding: 15px;
    display: flex;
    flex-flow: column;
    transition: all .3s;
    background-color: #fff;
    border-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden
}

.galeria-webcis-1 .full-max figure:hover {
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7)
}

.galeria-webcis-1 .full-max figure img {
    width: 100%;
    height: auto;
    float: left
}

.galeria-webcis-1 .full-max figure figcaption {
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #535353;
    font-size: 15px;
    padding: 10px 20px
}

@media (max-width:768px) {
    .galeria-webcis-1 .full-max figure figcaption {
        margin-bottom: 0;
        padding: 4px
    }
}

.galeria-webcis-1 .full-max figure figcaption h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.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: 60px
    }
}

.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
}

@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: #044A95;
    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: #044A95;
    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: #044A95;
    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: #044A95;
    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: #044A95;
    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: #044A95;
    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: #044A95;
    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: #044A95;
    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: #044A95;
    border-width: 2px;
    border-style: solid
}

.dados-contato .redes a {
    color: #044A95
}

.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)
    }
}

@-ms-keyframes redes {
    0% {
        -ms-transform: scale(1)
    }

    50% {
        -ms-transform: scale(.8)
    }

    100% {
        -ms-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: #044A95;
    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: #044A95;
    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: #5a2b61;
    color: #FFFFFF
}

.mapa iframe {
    width: 100%;
    float: left
}

.dois-mapas {
    width: 100%
}

.dois-mapas .bt-mapas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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: #044A95;
    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: #044A95;
    color: #FFFFFF
}

.link-back:hover {
    background-color: #6a3373;
    color: #FFFFFF
}

.voltar-topo {
    width: 100px;
    height: 100px;
    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;
    bottom: -90px;
    right: calc(50% - 50px);
    z-index: 1100;
    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
    background-color: #2756A4;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.65)
}

.voltar-topo:hover {
    background-color: #1d407b
}

.voltar-topo:before {
    display: table;
    content: '\e95b';
    font-family: 'icomoon';
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    color: #FFFFFF;
    font-size: 30px;
    margin: -12px -5px
}

.voltar-topo.cd-is-visible {
    opacity: .68;
    -moz-opacity: .68;
    -webkit-opacity: .68;
    filter: alpha(opacity=0.68)
}

.voltar-topo p {
    display: table;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin: -26px 0 0 10px;
    font-size: 11px;
    color: #FFFFFF;
    font-family: 'Montserrat'
}

.paginacao {
    clear: both;
    float: right;
    margin-top: 60px;
    width: 100%
}

.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-04 {
    width: 100%;
    padding: 50px 0 50px
}

@media (max-width:1279px) {
    .mvv-04 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:1023px) {
    .mvv-04 {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

@media (max-width:768px) {
    .mvv-04 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width:480px) {
    .mvv-04 {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.mvv-04 .box-mvv {
    position: relative;
    padding: 0 50px 130px;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

@media (max-width:1023px) {
    .mvv-04 .box-mvv {
        padding: 0 0 45px 0;
        margin-bottom: 40px;
        border-bottom-color: rgba(139, 67, 150, 0.3);
        border-bottom-width: 3px;
        border-bottom-style: dotted
    }
}

@media (max-width:768px) {
    .mvv-04 .box-mvv {
        flex-direction: column;
        text-align: center
    }
}

.mvv-04 .box-mvv:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.mvv-04 .box-mvv:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 60px;
    left: 145px;
    z-index: 0;
    width: 490px;
    height: 60px;
    border-radius: 0 0 0 30px;
    -moz-border-radius: 0 0 0 30px;
    -webkit-border-radius: 0 0 0 30px;
    -ms-border-radius: 0 0 0 30px;
    border-bottom-color: rgba(139, 67, 150, 0.5);
    border-bottom-width: 3px;
    border-bottom-style: dotted;
    border-left-color: rgba(139, 67, 150, 0.5);
    border-left-width: 3px;
    border-left-style: dotted
}

@media (max-width:1279px) {
    .mvv-04 .box-mvv:before {
        width: 38%;
        left: 11.7%
    }
}

@media (max-width:1023px) {
    .mvv-04 .box-mvv:before {
        display: none
    }
}

.mvv-04 .box-mvv:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 145px;
    z-index: 0;
    width: 490px;
    height: 60px;
    border-radius: 0 30px 0 0;
    -moz-border-radius: 0 30px 0 0;
    -webkit-border-radius: 0 30px 0 0;
    -ms-border-radius: 0 30px 0 0;
    border-top-color: rgba(139, 67, 150, 0.5);
    border-top-width: 3px;
    border-top-style: dotted;
    border-right-color: rgba(139, 67, 150, 0.5);
    border-right-width: 3px;
    border-right-style: dotted
}

@media (max-width:1279px) {
    .mvv-04 .box-mvv:after {
        width: 38%;
        right: 11.7%
    }
}

@media (max-width:1023px) {
    .mvv-04 .box-mvv:after {
        display: none
    }
}

.mvv-04 .box-mvv figure {
    margin-right: 50px
}

@media (max-width:768px) {
    .mvv-04 .box-mvv figure {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.mvv-04 .box-mvv .txt-mvv ul {
    margin-left: 25px;
    text-align: left
}

.mvv-04 .box-mvv .txt-mvv ul li {
    list-style-type: disc
}

.mvv-04 .box-mvv h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    display: table
}

@media (max-width:1279px) {
    .mvv-04 .box-mvv h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .mvv-04 .box-mvv h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .mvv-04 .box-mvv h2 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .mvv-04 .box-mvv h2 {
        font-size: 24px
    }
}

@media (max-width:768px) {
    .mvv-04 .box-mvv h2 {
        margin: 0 auto 20px
    }
}

.mvv-04 .box-mvv p {
    max-width: 713px;
    font-size: 16px;
    color: #212121
}

@media (max-width:480px) {
    .mvv-04 .box-mvv p {
        font-size: 14px
    }
}

.mvv-04 .box-mvv:nth-child(even) {
    flex-flow: row-reverse
}

@media (max-width:768px) {
    .mvv-04 .box-mvv:nth-child(even) {
        flex-direction: column
    }
}

.mvv-04 .box-mvv:nth-child(even) figure {
    margin-right: 0;
    margin-left: 50px
}

@media (max-width:768px) {
    .mvv-04 .box-mvv:nth-child(even) figure {
        margin-left: 0
    }
}

.mvv-04 .box-mvv:nth-child(even) h2 {
    text-align: right;
    margin-left: auto
}

@media (max-width:768px) {
    .mvv-04 .box-mvv:nth-child(even) h2 {
        text-align: center
    }
}

.mvv-04 .box-mvv:nth-child(even):before {
    bottom: 0;
    transform: scaleY(-1)
}

.mvv-04 .box-mvv:nth-child(even):after {
    bottom: 60px;
    transform: scaleY(-1)
}

.mvv-04 .box-mvv:last-child {
    border: none
}

.mvv-04 .box-mvv:last-child:before,
.mvv-04 .box-mvv:last-child:after {
    display: none
}

form {
    width: 100%
}

form .formulario {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -7px
}

@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 7px;
    flex-grow: 1
}

form .formulario .bl1 {
    width: 8.33333333%
}

@media (max-width:768px) {
    form .formulario .bl1 {
        width: 15.66%
    }
}

form .formulario .bl2 {
    width: 16.66666667%
}

@media (max-width:768px) {
    form .formulario .bl2 {
        width: 31.7%
    }
}

form .formulario .bl3 {
    width: 25%
}

@media (max-width:768px) {
    form .formulario .bl3 {
        width: 100%
    }
}

form .formulario .bl4 {
    width: 33.33333333%
}

@media (max-width:768px) {
    form .formulario .bl4 {
        width: 100%
    }
}

form .formulario .bl5 {
    width: 41.66666667%
}

@media (max-width:768px) {
    form .formulario .bl5 {
        width: 100%
    }
}

form .formulario .bl6 {
    width: 50%
}

@media (max-width:768px) {
    form .formulario .bl6 {
        width: 100%
    }
}

form .formulario .bl7 {
    width: 58.33333333%
}

@media (max-width:768px) {
    form .formulario .bl7 {
        width: 100%
    }
}

form .formulario .bl8 {
    width: 66.66666667%
}

@media (max-width:768px) {
    form .formulario .bl8 {
        width: 100%
    }
}

form .formulario .bl9 {
    width: 75%
}

@media (max-width:768px) {
    form .formulario .bl9 {
        width: 100%
    }
}

form .formulario .bl10 {
    width: 83.33333333%
}

@media (max-width:768px) {
    form .formulario .bl10 {
        width: 100%
    }
}

form .formulario .bl11 {
    width: 91.66666667%
}

@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: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-family: 'Asap', Tahoma, Arial, Helvetica, sans-serif;
    border-color: #BBBBBB;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #333333;
    height: 54px;
    padding: 10px 20px
}

form [type=submit] {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Asap', Tahoma, Arial, Helvetica, sans-serif;
    background-color: #044A95;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    border: none
}

form textarea {
    height: 100px;
    resize: none
}

form .input-select label.error {
    right: 22px !important
}

form .input-radio,
form .input-check {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    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: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    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: #044A95 !important;
    border-width: 1px !important;
    border-style: solid !important
}

form .input-radio .form-checkbox,
form .input-check .form-checkbox {
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

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: #044A95;
    border-width: 1px;
    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: #044A95;
    border-width: 1px;
    border-style: solid
}

form [type=radio]:checked:before {
    width: 15px;
    height: 15px;
    background-color: #044A95;
    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: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 5px 0px gray inset;
    position: relative;
    border-color: #044A95;
    border-width: 1px;
    border-style: solid
}

form [type=checkbox]:before {
    display: block;
    content: '\e94c';
    font-family: 'icomoon';
    font-size: 30px;
    color: #044A95;
    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;
    margin-bottom: 14px
}

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: #044A95;
    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: #044A95
}

form p label.termos input[type=checkbox]:checked:before {
    display: block;
    content: '\e94c';
    color: #FFFFFF;
    font-family: 'icomoon'
}

form p label.termos input[type=checkbox][required] {
    border-color: #044A95 !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
}

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: 'Asap', 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;
    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: #044A95;
    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: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-color: #CECEBF;
    border-width: 1px;
    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: 1px !important;
    border-style: solid !important
}

form .error {
    border-color: #d80000 !important;
    border-width: 1px !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: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    color: #333333;
    margin-bottom: 30px
}

.obrigado big {
    font-family: 'Asap', Tahoma, Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    color: #044A95;
    font-size: 22px;
    padding-bottom: 10px
}

.obrigado b {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px
}

.obrigado a {
    font-family: 'Asap', Tahoma, Arial, Helvetica, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    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: #044A95;
    color: #FFFFFF;
    margin-top: 30px;
    font-size: 12px;
    float: right
}

.obrigado a:hover {
    background-color: #6a3373
}

.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;
    flex-wrap: wrap;
    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: 1px;
    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;
    flex-wrap: wrap;
    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, #044A95, #5a2b61, #5a2b61, #044A95);
    background: -moz-linear-gradient(to right, #044A95, #5a2b61, #5a2b61, #044A95);
    background: -o-linear-gradient(to right, #044A95, #5a2b61, #5a2b61, #044A95);
    background: -webkit-linear-gradient(to right, #044A95, #5a2b61, #5a2b61, #044A95);
    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: #2756A4;
    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% - 8px);
    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: #2756A4;
    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: #1f4583;
    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: #2756A4;
    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)
    }
}

@-ms-keyframes botao {
    0% {
        -ms-transform: scale(1) rotate(-90deg)
    }

    50% {
        -ms-transform: scale(.8) rotate(-90deg)
    }

    100% {
        -ms-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: #044A95;
    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;
    flex-wrap: wrap;
    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: #044A95
}

@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;
    flex-wrap: wrap;
    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;
    flex-wrap: wrap;
    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;
    overflow: hidden
}

@media (max-width:1279px) {
    .interna-blog2 {
        padding-top: 0;
        padding-bottom: 64px
    }
}

@media (max-width:1023px) {
    .interna-blog2 {
        padding-top: 0;
        padding-bottom: 56px
    }
}

@media (max-width:768px) {
    .interna-blog2 {
        padding-top: 0;
        padding-bottom: 48px
    }
}

@media (max-width:480px) {
    .interna-blog2 {
        padding-top: 0;
        padding-bottom: 40px
    }
}

.interna-blog2 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) {
    .interna-blog2 h1 {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .interna-blog2 h1 {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .interna-blog2 h1 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .interna-blog2 h1 {
        font-size: 30px
    }
}

.interna-blog2 h1:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #044A95;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1
}

.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(139, 67, 150, 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
}

.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:1023px) {
    .interna-blog2 .list-posts {
        gap: 40px 3%
    }

    .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)
    }
}

.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: #044A95
}

.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: flex-start;
    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: #044A95;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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: #6a3373
}

@media (max-width:1023px) {
    .interna-blog2 .list-posts article a .box-txt-blog b {
        line-height: 1.2;
        font-size: 14px
    }
}

.paginacao {
    clear: both;
    float: right;
    margin-top: 60px;
    width: 100%
}

.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: 'Asap', Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #333333
}

@media (max-width:1023px) {
    body {
        font-size: 14.4px
    }
}

span.titulo1 {
    font-size: 25px;
    color: #2756A4
}

@media (max-width:1023px) {
    span.titulo1 {
        font-size: 22.5px
    }
}

span.titulo2 {
    font-size: 20px;
    color: #2756A4
}

@media (max-width:1023px) {
    span.titulo2 {
        font-size: 18px
    }
}

span.titulo3 {
    font-size: 18px;
    color: #2756A4
}

@media (max-width:1023px) {
    span.titulo3 {
        font-size: 16.2px
    }
}

span.titulo4 {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #044A95;
    font-size: 18px;
    color: #FFFFFF
}

@media (max-width:1023px) {
    span.titulo4 {
        font-size: 16.2px
    }
}

#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
}

@media (max-width:1023px) {
    #mainBlock.margin-t {
        margin-top: 0
    }
}

#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
}

.interna {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 0 15px 60px
}

.cnt-interna {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    font-size: 16px
}

.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: 1px;
    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
    }
}

.cnt-contato .botao-form {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    background-color: #2756A4;
    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% - 8px);
    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: #2756A4;
    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: #1f4583;
    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: #2756A4;
    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)
    }
}

@-ms-keyframes botao {
    0% {
        -ms-transform: scale(1) rotate(-90deg)
    }

    50% {
        -ms-transform: scale(.8) rotate(-90deg)
    }

    100% {
        -ms-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(139, 67, 150, 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)
}

.texto-empresa .imagem-esquerda {
    position: relative;
    display: flex;
    float: left;
    width: fit-content;
    margin-right: 60px;
    margin-bottom: 80px
}

.texto-empresa .imagem-esquerda:before {
    content: '';
    display: block;
    width: calc(100% - 15px);
    height: calc(100% + 53px);
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    z-index: 0;
    border-color: #DEA3C8;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-position: calc(100% - 12px) calc(100% - 10px);
    background-size: 153px
}

.texto-empresa .imagem-esquerda:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-color: #00AEEE;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: calc(100% + 52px);
    left: 15px;
    z-index: 0
}

@media (max-width:768px) {
    .texto-empresa .imagem-esquerda {
        margin: 50px auto 100px;
        float: none
    }
}

.texto-empresa .imagem-esquerda img {
    float: none;
    margin-right: 0
}

.texto-servico .imagem-direita {
    position: relative;
    display: flex;
    float: right;
    width: fit-content;
    margin-left: 60px;
    margin-bottom: 80px
}

.texto-servico .imagem-direita:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    z-index: 0;
    background-image: url("../../images/");
    background-repeat: no-repeat;
    background-position: 0 0
}

@media (max-width:768px) {
    .texto-servico .imagem-direita {
        margin: 50px auto 100px;
        float: none
    }
}

.texto-servico .imagem-direita img {
    float: none;
    margin-left: 0
}

.form-consulta {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    flex-direction: column;
    padding: 145px 15px 65px;
    padding: 50px 15px
}

.form-consulta form {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    width: 750px
}

@media (max-width:1023px) {
    .form-consulta form {
        width: 600px
    }
}

@media (max-width:768px) {
    .form-consulta form {
        width: 100%
    }
}

.form-consulta h3 {
    font-size: 40px;
    color: #044A95;
    display: table;
    margin: 0 auto 0;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative
}

@media (max-width:480px) {
    .form-consulta h3 {
        font-size: 30px
    }
}

.form-consulta .bt-enviar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 5px;
    right: 11px;
    z-index: 0;
    width: 100px;
    height: 111px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #2756A4;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.form-consulta .bt-enviar:hover {
    background-color: #224b8f;
    color: #FFFFFF
}

.form-consulta .bt-enviar i {
    font-size: 25px;
    margin-bottom: 5px;
    color: #FFFFFF
}

.form-consulta .bt-enviar [type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none
}

.form-consulta .bt-enviar [type=submit]:hover {
    background-color: transparent !important;
    color: #FFFFFF !important
}

@media (max-width:480px) {
    .form-consulta .bt-enviar {
        position: relative;
        right: 0;
        width: 100%;
        float: left;
        height: 55px;
        margin-top: 10px
    }

    .form-consulta .bt-enviar i {
        display: none
    }
}

.form-consulta [type=text],
.form-consulta select {
    height: 54px;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    color: #666
}

.form-consulta ::-webkit-input-placeholder {
    color: #666
}

.form-consulta ::-moz-placeholder {
    color: #666
}

.form-consulta :-ms-input-placeholder {
    color: #666
}

.form-consulta input:-moz-placeholder {
    color: #666
}

.form-consulta textarea {
    padding: 10px 110px 10px 10px;
    height: 121px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid
}

.form-consulta textarea ::-webkit-input-placeholder {
    color: #666
}

.form-consulta textarea ::-moz-placeholder {
    color: #666
}

.form-consulta textarea :-ms-input-placeholder {
    color: #666
}

.form-consulta textarea input:-moz-placeholder {
    color: #666
}

@media (max-width:480px) {
    .form-consulta textarea {
        padding: 10px
    }
}

.form-consulta .obrigado {
    width: 700px;
    display: table;
    float: none;
    margin: 0 auto 0
}

@media (max-width:768px) {
    .form-consulta .obrigado {
        width: 100%
    }
}

@media (max-width:480px) {
    .form-consulta {
        padding-top: 0
    }
}

.form-consulta .full-max {
    display: flex;
    gap: 40px 10%;
    border-top-color: #DDDDDD;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 100px
}

.form-consulta .full-max>* {
    width: calc((100% - ((2 - 1) * 10%)) / 2)
}

@media (max-width:480px) {
    .form-consulta .full-max {
        padding-top: 50px
    }
}

@media (max-width:1023px) {
    .form-consulta .full-max {
        gap: 40px 5%
    }

    .form-consulta .full-max>* {
        width: calc((100% - ((2 - 1) * 5%)) / 2)
    }
}

@media (max-width:768px) {
    .form-consulta .full-max {
        gap: 40px 100%;
        flex-wrap: wrap
    }

    .form-consulta .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.form-consulta .full-max .whatsapp-con {
    color: #353333;
    font-size: 20px
}

@media (max-width:768px) {
    .form-consulta .full-max .whatsapp-con {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center
    }
}

.form-consulta .full-max .whatsapp-con h3 {
    font-weight: 100;
    font-size: 40px;
    color: #353333;
    position: relative;
    margin: initial;
    padding-bottom: 15px;
    margin-bottom: 20px
}

@media (max-width:1279px) {
    .form-consulta .full-max .whatsapp-con h3 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .form-consulta .full-max .whatsapp-con h3 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .form-consulta .full-max .whatsapp-con h3 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .form-consulta .full-max .whatsapp-con h3 {
        font-size: 24px
    }
}

.form-consulta .full-max .whatsapp-con h3:before {
    content: '';
    display: block;
    width: 81px;
    height: 5px;
    background-color: #2756A4;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:768) {
    .form-consulta .full-max .whatsapp-con h3:before {
        left: calc(50% - 81px/2)
    }
}

.form-consulta .full-max .whatsapp-con span {
    display: block;
    font-weight: 700;
    margin-bottom: 15px
}

.form-consulta .full-max .whatsapp-con a {
    padding: 0 20px;
    width: fit-content;
    min-height: 47px;
    background-color: #0EC143;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    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;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px
}

.form-consulta .full-max .whatsapp-con a:hover {
    background-color: #0b9132
}

@media (max-width:1023px) {
    .form-consulta .full-max .whatsapp-con a {
        font-size: 16.2px
    }
}

@media (max-width:480px) {
    .form-consulta .full-max .whatsapp-con a {
        padding: 0 10px
    }
}

.form-consulta .full-max .whatsapp-con a:before {
    content: '\e906';
    font-family: "icomoon";
    font-size: 30px;
    margin-right: 10px;
    font-weight: 100
}

@media (max-width:1279px) {
    .form-consulta .full-max .whatsapp-con a:before {
        font-size: 28.5px
    }
}

@media (max-width:1023px) {
    .form-consulta .full-max .whatsapp-con a:before {
        font-size: 27px
    }
}

@media (max-width:768px) {
    .form-consulta .full-max .whatsapp-con a:before {
        font-size: 21px
    }
}

@media (max-width:480px) {
    .form-consulta .full-max .whatsapp-con a:before {
        font-size: 18px
    }
}

.form-consulta .full-max .form-con form {
    width: auto
}

.form-consulta .full-max .form-con form .msg-obrigatorio {
    color: #353333;
    font-size: 20px
}

.comentarios-google {
    width: 100%;
    padding: 0 15px 70px
}

@media (max-width:1279px) {
    .comentarios-google {
        padding-top: 0;
        padding-bottom: 56px
    }
}

@media (max-width:1023px) {
    .comentarios-google {
        padding-top: 0;
        padding-bottom: 49px
    }
}

@media (max-width:768px) {
    .comentarios-google {
        padding-top: 0;
        padding-bottom: 42px
    }
}

@media (max-width:480px) {
    .comentarios-google {
        padding-top: 0;
        padding-bottom: 35px
    }
}

.comentarios-google h2 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px
}