@charset "UTF-8";

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

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

p {
    text-align: justify;
}

#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: #08103A;
    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: #08103A;
    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: #172DA8
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

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

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

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

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

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

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

.spaceAfterCP,
.spaceBeforeCP {
    width: 100%;
    float: left
}

a,
a:hover {
    color: #08103A;
    text-decoration: none
}

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

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

.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 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 162px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-top-color: #08103A;
    border-top-width: 4px;
    border-top-style: solid
}

#headerBlock .topo-23 {
    color: #333333
}

#headerBlock .topo-23 .logo {
    float: left;
    display: block;
    width: 297px;
    height: 121px;
    background-image: url("../../images/logo-branca.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    position: absolute;
    top: calc(50% - (80px / 2));
    left: 58px;
    z-index: 0;
    filter: brightness(0) invert(1);
}

@media (max-width:1279px) {
    #headerBlock .topo-23 .logo {
        top: 50px;
        left: 15px;
        width: 280px;
        height: 75px
    }
}

@media (max-width:1023px) {
    #headerBlock .topo-23 .logo {
        width: 155px;
        height: 64px;
        margin: 0 auto 0;
        float: none;
        filter: none;
        top: 20px;
        left: 20px
    }
}

@media (max-width:480px) {
    #headerBlock .topo-23 .logo {
        top: 15px;
        left: 15px
    }
}

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

#headerBlock .topo-23 .topo-right {
    float: right;
    margin-right: 56px;
    height: 162px;
    display: flex;
    align-items: center
}

#headerBlock .topo-23 .topo-right .box-menu .telefone-menu {
    display: none;
    justify-content: center;
    width: 270px;
    margin: 30px auto 0;
    padding: 30px 0 0;
    border-top-color: #333333;
    border-top-width: 1px;
    border-top-style: solid
}

#headerBlock .topo-23 .topo-right .box-menu .telefone-menu a {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    padding-left: 35px
}

#headerBlock .topo-23 .topo-right .box-menu .telefone-menu a:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e972';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 19px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    top: calc(50% - 19px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

#headerBlock .topo-23 .topo-right .box-menu .whatsapp-menu {
    display: none;
    justify-content: center;
    width: 270px;
    margin: 30px auto 0;
    padding: 30px 0 0;
    border-top-color: #333333;
    border-top-width: 1px;
    border-top-style: solid
}

#headerBlock .topo-23 .topo-right .box-menu .whatsapp-menu a {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    padding-left: 35px
}

#headerBlock .topo-23 .topo-right .box-menu .whatsapp-menu a:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e906';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 19px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    top: calc(50% - 19px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

#headerBlock.topo-fixo {
    position: absolute;
    overflow-x: clip
}

#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: #08103A;
        border-top-width: 10px;
        border-top-style: solid
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:1023px) {
    #headerBlock .ico-fone-responsivo {
        display: block;
        float: right;
        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: 10px;
        color: #FFFFFF;
        font-size: 20px;
        margin: 15px 10px 0 0;
        background-color: #08103A
    }

    #headerBlock .ico-fone-responsivo.on {
        background-color: #08103A;
        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: auto
}

.menu {
    margin: 0;
    transform: none !important;
    display: flex;
    align-items: center
}

.menu .logo-menu {
    display: none
}

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

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

.menu .bt-menu {
    display: block
}

.menu .bt-menu:hover {
    cursor: pointer
}

.menu .bt-menu.menu-scroll {
    width: 156px;
    height: 63px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    background-color: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 999;
    transition: top .4s cubic-bezier(.17, .67, .14, 1.23);
    margin-top: 40px;
    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)
}

@media (max-width:1023px) {
    .menu .bt-menu.menu-scroll {
        top: 0;
        right: 15px;
        margin-top: 15px;
        width: 115px;
        height: 45px
    }
}

.menu .bt-menu.menu-scroll p {
    display: block
}

@media (max-width:1023px) {
    .menu .bt-menu.menu-scroll p {
        font-size: 12px
    }
}

.menu .bt-menu.onright {
    right: -160px
}

.menu .bt-menu p {
    display: none
}

.menu .bt-menu span {
    position: relative;
    display: block;
    width: 30px;
    height: 26px;
    margin-left: 25px
}

@media (max-width:1023px) {
    .menu .bt-menu span {
        margin-left: 15px;
        transform: scale(.7)
    }
}

.menu .bt-menu span:before {
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.menu .bt-menu span:after {
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0
}

.menu .bt-menu span b {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 6px
}

.menu .bt-menu span b:before {
    content: '';
    display: block;
    width: 21px;
    height: 6px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 0;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

.menu .bt-menu span b:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 0;
    width: 6px;
    height: 6px;
    background-color: #08103A;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px
}

.menu .close-menu {
    width: 41px;
    height: 41px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    background-color: #08103A;
    border-color: #000000;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    top: 40px;
    right: -56px;
    z-index: 9999;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.menu .close-menu:hover {
    cursor: pointer
}

.menu .close-menu.on {
    right: 333px;
    position: fixed
}

@media (max-width:480px) {
    .menu .close-menu.on {
        right: 272px
    }
}

.menu .close-menu:before {
    display: block;
    content: '\e949';
    font-family: 'icomoon';
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    z-index: 0;
    pointer-events: none
}

.box-menu.menu-right {
    position: fixed;
    top: 0;
    right: -410px;
    z-index: 1500;
    width: 410px;
    height: 100vh;
    margin: 0;
    padding: 130px 56px 250px 0;
    background-color: #000000;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width:1023px) {
    .box-menu.menu-right {
        overflow-y: auto
    }
}

@media (max-width:480px) {
    .box-menu.menu-right {
        width: 350px
    }
}

.box-menu.menu-right:before {
    content: '';
    display: block;
    width: calc(100% - 56px);
    height: 51px;
    background-image: url("../../images/logo-branca.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 0
}

.box-menu.menu-right li {
    width: 100%;
    padding: 0 10px
}

.box-menu.menu-right li a {
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 10px
}

.box-menu.menu-right li a:hover {
    background-color: #222
}

.box-menu.menu-right li a:before {
    display: none
}

.box-menu.menu-right .logo-menu {
    display: block
}

.box-menu.on {
    right: -56px
}

.box-menu.on .telefone-menu,
.box-menu.on .whatsapp-menu {
    display: flex !important;
    flex-wrap: wrap
}

.pmenu {
    float: right
}

.pmenu li {
    display: flex;
    align-items: center;
    float: left;
    position: relative
}

@media (max-width:1023px) {
    .pmenu li {
        width: 100%
    }
}

.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)
}

.pmenu li:hover .psubmenu2 {
    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)
}

.pmenu li a {
    display: flex;
    align-items: center;
    height: auto;
    color: #FFFFFF;
    padding: 20px 23px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    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) {
    .pmenu li a {
        padding: 20px 15px
    }
}

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

.pmenu li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 3px;
    background-color: #08103A;
    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) {
    .pmenu li a:before {
        display: none
    }
}

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

@media (max-width:1023px) {

    .pmenu li:hover>a,
    .pmenu li.act_path>a {
        background-color: rgba(0, 0, 0, 0.3)
    }
}

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

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

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

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

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

.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: #08103A;
    position: absolute;
    top: 95px;
    left: 25px;
    z-index: 999;
    width: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.65));
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.pmenu .w300 {
    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: #08103A;
    position: absolute;
    top: 95px;
    left: 25px;
    z-index: 999;
    width: 300px;
    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
}

.pmenu .w350 {
    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: #08103A;
    position: absolute;
    top: 95px;
    left: 25px;
    z-index: 999;
    width: 350px;
    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) {
    .pmenu .psubmenu {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        width: 100%;
        padding: 10px 0 35px 20px;
        display: block;
        position: relative;
        float: left;
        filter: none;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1);
        visibility: visible;
        top: auto;
        left: auto;
        background: none
    }
}

.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: #08103A;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

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

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

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

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

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

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

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

@media (max-width:1023px) {
    .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
    }
}

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

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

@media (max-width:1023px) {
    .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
    }

    .botao-menu span {
        background-color: #08103A;
        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
    }

    .botao-menu span:before {
        content: "";
        background-color: #08103A;
        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
    }

    .botao-menu span:after {
        content: "";
        background-color: #08103A;
        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
    }

    .botao-menu.on {
        background-color: #318971
    }

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

    .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
    }

    .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
    }

    .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
    }

    .ssm-toggle-nav {
        position: relative
    }

    .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
    }

    .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.4)
    }
}

.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
}

.botao-menu2 span {
    background-color: #08103A;
    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
}

.botao-menu2 span:before {
    content: "";
    background-color: #08103A;
    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
}

.botao-menu2 span:after {
    content: "";
    background-color: #08103A;
    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
}

.botao-menu2.on {
    background-color: #318971
}

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

.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
}

.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
}

.pg-interna #headerBlock .topo-23 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 15px
}

.pg-interna #headerBlock .topo-23 .logo {
    left: auto
}

@media (max-width:1279px) {
    .pg-interna #headerBlock .topo-23 .logo {
        top: 25px
    }
}

.pg-interna #headerBlock .topo-23 .topo-right {
    margin-right: 0
}

@media (max-width:1279px) {
    .pg-interna #headerBlock .topo-23 .topo-right {
        height: 105px
    }
}

#footerBlock {
    float: left;
    width: 100%;
    background-color: #101412;
    position: relative;
    padding-top: 50px
}

#footerBlock:after {
    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;
    pointer-events: none;
    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:%23101412' 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:%23101412; 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")
}

@media (max-width:1279px) {
    #footerBlock:after {
        background-size: 1300px;
        background-position: 0 -15px;
        padding-top: 149px !important;
        top: -145px
    }
}

@media (max-width:1023px) {
    #footerBlock:after {
        background-size: 1150px;
        background-position: 0 -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:768px) {
    #footerBlock:after {
        background-size: 1150px;
        background-position: -160px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:480px) {
    #footerBlock:after {
        background-size: 1150px;
        background-position: -110px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

.rodape-12 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 15px 70px
}

@media (max-width:1279px) {
    .rodape-12 {
        padding-top: 32px;
        padding-bottom: 56px
    }
}

@media (max-width:1023px) {
    .rodape-12 {
        padding-top: 28px;
        padding-bottom: 49px
    }
}

@media (max-width:768px) {
    .rodape-12 {
        padding-top: 24px;
        padding-bottom: 42px
    }
}

@media (max-width:480px) {
    .rodape-12 {
        padding-top: 20px;
        padding-bottom: 35px
    }
}

.rodape-12 h2 {
    text-align: center;
    display: table;
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 auto 70px;
    padding-left: 50px;
    position: relative
}

@media (max-width:1023px) {
    .rodape-12 h2 {
        font-size: 31.5px
    }
}

.rodape-12 h2:before {
    content: '';
    display: block;
    width: 41px;
    height: 5px;
    background-color: #08103A;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:480px) {
    .rodape-12 h2:before {
        left: calc(50% - 41px/2)
    }
}

.rodape-12 h2:before {
    bottom: 14px
}

@media (max-width:480px) {
    .rodape-12 h2:before {
        bottom: 0
    }
}

@media (max-width:1023px) {
    .rodape-12 h2 {
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
    .rodape-12 h2 {
        font-size: 25px;
        margin-bottom: 10px;
        padding-left: 0;
        padding-bottom: 10px
    }
}

.infos {
    width: 100%;
    max-width: 1020px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.infos:before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 0;
    width: 1px;
    height: 76px;
    background-color: rgba(255, 255, 255, 0.2)
}

@media (max-width:1023px) {
    .infos:before {
        display: none
    }
}

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

.infos .b2 {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 14px 30px;
    position: relative;
    gap: 0 35px
}

@media (max-width:1023px) {
    .infos .b2 {
        width: 100%
    }
}

@media (max-width:768px) {
    .infos .b2 {
        display: flex;
        justify-content: center;
        border: none
    }
}

@media (max-width:480px) {
    .infos .b2 {
        flex-wrap: wrap;
        padding: 20px 0;
        flex-direction: column
    }
}

.infos .b2:first-child {
    justify-content: flex-end
}

@media (max-width:1023px) {
    .infos .b2:first-child {
        justify-content: center;
        border-right: none;
        border-bottom-color: rgba(51, 51, 51, 0.2);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }
}

.infos .b2:last-child {
    border: none
}

@media (max-width:1023px) {
    .infos .b2:last-child {
        justify-content: center;
        border-bottom-color: rgba(51, 51, 51, 0.2);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }
}

@media (max-width:768px) {
    .infos .b2:last-child {
        flex-direction: column
    }
}

@media (max-width:480px) {
    .infos .b2:last-child {
        margin-top: 0
    }
}

.infos .redes {
    display: flex;
    gap: 0 10px
}

@media (max-width:768px) {
    .infos .redes {
        padding-right: 0;
        justify-content: center;
        padding-bottom: 20px
    }
}

.infos .redes a {
    width: 34px;
    height: 34px;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.infos .redes a i {
    color: #fff;
    font-size: 20px;
    border: none;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.infos .redes a:hover {
    background-color: transparent;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid
}

.infos .redes a:hover i {
    color: #FFFFFF
}

.infos .telefone {
    float: left;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1
}

.infos .telefone:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e972';
    color: #fff;
    font-family: 'icomoon';
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: calc(50% - 20px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

@media (max-width:480px) {
    .infos .telefone {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.infos .telefone a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px;
    line-height: 1.7;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.infos .telefone a:hover {
    color: #d9d9d9
}

.infos .whatsapp {
    float: left;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1
}

.infos .whatsapp:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e906';
    color: #fff;
    font-family: 'icomoon';
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: calc(50% - 20px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

@media (max-width:768px) {
    .infos .whatsapp {
        margin-right: 0
    }
}

.infos .whatsapp a {
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 30px;
    line-height: 1.7;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.infos .whatsapp a:hover {
    color: #d9d9d9
}

.infos .email {
    float: left;
    display: flex;
    flex-direction: column;
    line-height: 1;
    position: relative;
    word-break: break-all;
    white-space: nowrap;
    padding-left: 30px;
    gap: 5px 0
}

@media (max-width:768px) {
    .infos .email {
        min-width: 36%;
        padding: 30px 0 0;
        margin: 10px;
        display: flex;
        justify-content: center;
        border: none;
        flex-direction: column;
        text-align: center
    }
}

.infos .email:before {
    display: block;
    content: '\e987';
    font-family: 'Icomoon';
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - (16px / 2));
    left: 0;
    z-index: 0;
    color: #fff
}

@media (max-width:768px) {
    .infos .email:before {
        top: 0;
        left: calc(50% - (16px / 2))
    }
}

.infos .email a {
    color: #FFFFFF;
    font-size: 14px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.infos .email a:hover {
    color: #d9d9d9
}

@media (max-width:768px) {
    .infos .email a {
        margin-left: 0
    }
}

@media (max-width:480px) {
    .infos .email a {
        font-size: 12px;
        padding-left: 0
    }
}

.localiza {
    float: left;
    width: 100%
}

@media (max-width:1023px) {
    .localiza {
        margin-top: 20px
    }
}

.localiza .endereco {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 80px 22px 0;
    color: #FFFFFF;
    font-size: 15px;
    padding-bottom: 25px;
    position: relative
}

@media (max-width:1023px) {
    .localiza .endereco {
        margin-top: 30px
    }
}

.localiza .endereco:before {
    display: block;
    content: '\e930';
    font-family: 'Icomoon';
    font-size: 20px !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -40px;
    left: calc(50% - (20px / 2));
    z-index: 0;
    color: #fff
}

.localiza form {
    display: table;
    margin: 0 auto 0;
    max-width: 454px
}

#form_route2 {
    position: relative;
    width: 454px
}

@media (max-width:768px) {
    #form_route2 {
        width: 400px
    }
}

@media (max-width:480px) {
    #form_route2 {
        width: 100%
    }
}

#form_route2 input {
    float: left;
    width: 100%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    height: 49px;
    padding: 0 150px 0 60px
}

@media (max-width:480px) {
    #form_route2 input {
        padding: 0 114px 0 50px
    }
}

#form_route2 input[type=text] {
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.34);
    -ms-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.34)
}

#form_route2 input[type=text]::placeholder {
    color: #171717
}

#form_route2 input[type=submit] {
    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;
    top: 4px;
    right: 5px;
    z-index: 0;
    width: 131px;
    height: 41px;
    background-color: #08103A;
    padding: 0;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700
}

@media (max-width:480px) {
    #form_route2 input[type=submit] {
        font-size: 13px;
        width: 100px;
        height: 41px;
        font-weight: normal
    }
}

#form_route2 input[type=submit]:hover {
    background-color: #000000;
    color: #FFFFFF
}

#form_route2 i {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 0;
    font-size: 28px;
    color: #000000
}

.copyright {
    float: left;
    width: 100%;
    padding: 10px 15px;
    font-size: 13px;
    background-color: rgba(36, 44, 41, 0.7)
}

@media (max-width:480px) {
    .copyright {
        padding: 25px 15px
    }
}

.copyright .logo-webcis {
    font-size: 50px;
    margin-left: 10px
}

.copyright span {
    color: #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:480px) {
    .copyright span {
        flex-direction: column;
        text-align: center;
        padding-bottom: 50px
    }
}

.copyright a {
    color: #EDEDED;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}



.copyright a:hover:after {
    color: #069
}

.modint-17 {
    height: 400px;
    margin-bottom: 35px;
    background-color: #eeeeee;
    position: relative;
    padding-top: 50px;
    position: initial;
    padding-top: 0;
    background-color: transparent
}

.modint-17:after {
    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;
    pointer-events: none;
    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:%23eeeeee' 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:%23eeeeee; 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")
}

@media (max-width:1279px) {
    .modint-17:after {
        background-size: 1300px;
        background-position: 0 -15px;
        padding-top: 149px !important;
        top: -145px
    }
}

@media (max-width:1023px) {
    .modint-17:after {
        background-size: 1150px;
        background-position: 0 -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:768px) {
    .modint-17:after {
        background-size: 1150px;
        background-position: -160px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:480px) {
    .modint-17:after {
        background-size: 1150px;
        background-position: -110px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

.modint-17:after {
    bottom: auto;
    top: 154px;
    left: 0;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0)
}

@media (max-width:1279px) {
    .modint-17:after {
        padding-top: 350px !important;
        background-position: 0 20px
    }
}

@media (max-width:1023px) {
    .modint-17:after {
        background-position: 0 45px
    }
}

@media (max-width:1279px) {
    .modint-17 {
        height: 350px
    }
}

.modint-17 .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:1279px) {
    .modint-17 .bg-img {
        height: 350px
    }
}

.modint-17 .bg-img:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/textura.png");
    background-repeat: repeat;
    background-position: 0 0;
    mix-blend-mode: multiply
}

.modint-17 .bg-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #333333;
    background: -moz-linear-gradient(top, #333333 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #333333 0%, transparent 100%);
    background: linear-gradient(to bottom, #333333 0%, transparent 100%);
    mix-blend-mode: multiply
}

.modint-17 .titulo-bread {
    z-index: 1;
    height: 100%;
    padding: 145px 0 120px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (max-width:1279px) {
    .modint-17 .titulo-bread {
        padding: 120px 0 80px
    }
}

.modint-17 .titulo-bread h1 {
    font-size: 43px;
    font-weight: 700;
    color: #FFFFFF;
    padding-left: 50px;
    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: 41px;
    height: 5px;
    background-color: #08103A;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:0) {
    .modint-17 .titulo-bread h1:before {
        left: calc(50% - 41px/2)
    }
}

.modint-17 .titulo-bread h1:before {
    bottom: 14px
}

.modint-17 .titulo-bread span {
    display: block;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 5px
}

.banner-12 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh
}

@media (max-width:1023px) {
    .banner-12 {
        height: 65vh
    }
}

.banner-12:before {
    content: '';
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #333;
    background: -moz-linear-gradient(top, #333 0%, transparent 100%);
    background: -webkit-linear-gradient(top, #333 0%, transparent 100%);
    background: linear-gradient(to bottom, #333 0%, transparent 100%);
    mix-blend-mode: multiply;
    opacity: .7;
    -moz-opacity: .7;
    -webkit-opacity: .7;
    filter: alpha(opacity=0.7);
    pointer-events: none
}

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

.banner-12:after {
    content: '';
    display: block;
    width: 638px;
    height: 242px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: url("../../images/after-banner.png");
    background-repeat: no-repeat;
    background-position: 0 0
}

@media (max-width:1023px) {
    .banner-12:after {
        background-size: contain;
        width: 270px;
        height: 100px;
        z-index: 0
    }
}

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

.banner-12 .owl-carousel-ban12.owl-loaded {
    display: block;
    height: 100vh
}

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

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

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

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

.banner-12 .owl-carousel-ban12.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-12 .owl-carousel-ban12.owl-grab {
    cursor: move;
    cursor: grab
}

.banner-12 .owl-carousel-ban12.owl-rtl {
    direction: rtl
}

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

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

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-stage {
        height: 100%
    }
}

.banner-12 .owl-carousel-ban12 .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.banner-12 .owl-carousel-ban12 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 100vh
}

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

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

.banner-12 .owl-carousel-ban12 .owl-item.active .img-banner {
    -webkit-animation: kenburns-left 7s ease-out both;
    animation: kenburns-left 7s ease-out both
}

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item.active .img-banner {
        -webkit-animation: none;
        animation: none
    }
}

@-webkit-keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%
    }

    100% {
        -webkit-transform: scale(1.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

@keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%
    }

    100% {
        -webkit-transform: scale(1.08) translate(-20px, 15px);
        transform: scale(1.08) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

.banner-12 .owl-carousel-ban12 .owl-item.active .legenda b {
    -webkit-animation: slide-in-elliptic-left-fwd .7s cubic-bezier(.25, .46, .45, .94) .5s both;
    animation: slide-in-elliptic-left-fwd .7s cubic-bezier(.25, .46, .45, .94) .5s both
}

@-webkit-keyframes slide-in-elliptic-left-fwd {
    0% {
        -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
        transform: translateX(-800px) rotateY(30deg) scale(0);
        -webkit-transform-origin: -100% 50%;
        transform-origin: -100% 50%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) rotateY(0) scale(1);
        transform: translateX(0) rotateY(0) scale(1);
        -webkit-transform-origin: 1800px 50%;
        transform-origin: 1800px 50%;
        opacity: 1
    }
}

@keyframes slide-in-elliptic-left-fwd {
    0% {
        -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
        transform: translateX(-800px) rotateY(30deg) scale(0);
        -webkit-transform-origin: -100% 50%;
        transform-origin: -100% 50%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) rotateY(0) scale(1);
        transform: translateX(0) rotateY(0) scale(1);
        -webkit-transform-origin: 1800px 50%;
        transform-origin: 1800px 50%;
        opacity: 1
    }
}

@-webkit-keyframes slide-in-elliptic-left-fwd {
    0% {
        -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
        transform: translateX(-800px) rotateY(30deg) scale(0);
        -webkit-transform-origin: -100% 50%;
        transform-origin: -100% 50%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) rotateY(0) scale(1);
        transform: translateX(0) rotateY(0) scale(1);
        -webkit-transform-origin: 1800px 50%;
        transform-origin: 1800px 50%;
        opacity: 1
    }
}

@keyframes slide-in-elliptic-left-fwd {
    0% {
        -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
        transform: translateX(-800px) rotateY(30deg) scale(0);
        -webkit-transform-origin: -100% 50%;
        transform-origin: -100% 50%;
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) rotateY(0) scale(1);
        transform: translateX(0) rotateY(0) scale(1);
        -webkit-transform-origin: 1800px 50%;
        transform-origin: 1800px 50%;
        opacity: 1
    }
}

.banner-12 .owl-carousel-ban12 .owl-item.active .legenda .desc-ban {
    -webkit-animation: efeito-txt2 .5s cubic-bezier(.25, .46, .45, .94) .7s both;
    animation: efeito-txt2 .5s cubic-bezier(.25, .46, .45, .94) .7s both
}

@-webkit-keyframes efeito-txt2 {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes efeito-txt2 {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.banner-12 .owl-carousel-ban12 .owl-item.active .legenda a {
    -webkit-animation: right-fade .6s cubic-bezier(.39, .575, .565, 1) 1.6s both;
    animation: right-fade .6s cubic-bezier(.39, .575, .565, 1) 1.6s both
}

@-webkit-keyframes right-fade {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes right-fade {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

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

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

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

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

.banner-12 .owl-carousel-ban12 .owl-item li {
    height: 100vh
}

@media only screen and (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item li {
        height: 65vh;
        position: relative
    }
}

.banner-12 .owl-carousel-ban12 .owl-item li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url("../../images/textura.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-repeat: repeat;
    mix-blend-mode: multiply
}

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

@media only screen and (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item li .img-banner {
        height: 65vh
    }
}

.banner-12 .owl-carousel-ban12 .owl-item .legenda {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 0 15px 0 70px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 9999
}

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda {
        padding: 15px 15px 65px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(8, 16, 58, 0.7)
    }
}

.banner-12 .owl-carousel-ban12 .owl-item .legenda b {
    font-size: 35px;
    color: #FFFFFF;
    max-width: 940px;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    padding-left: 30px;
    border-left-color: #08103A;
    border-left-width: 5px;
    border-left-style: solid
}

@media (max-width:1279px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b {
        font-size: 33.25px
    }
}

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b {
        font-size: 31.5px
    }
}

@media (max-width:768px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b {
        font-size: 24.5px
    }
}

@media (max-width:480px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b {
        font-size: 21px
    }
}

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b {
        border-left: none;
        padding-left: 0
    }
}

.banner-12 .owl-carousel-ban12 .owl-item .legenda b:before {
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    animation: efeito-traco ease-out .8s 1.2s forwards
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b:before {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b {
        color: #FFFFFF;
        max-width: 100%;
        text-align: center
    }
}

.banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
    font-size: 20px;
    color: #FFFFFF;
    max-width: 920px;
    font-weight: normal;
    margin-top: 10px;
    display: block
}

@media (max-width:1279px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        font-size: 19px
    }
}

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        font-size: 14px
    }
}

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

@media only screen and (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        color: #FFFFFF;
        max-width: 100%;
        text-align: center;
        font-size: 25px
    }
}

@media only screen and (max-width:1023px) and (max-width:1279px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        font-size: 23.75px
    }
}

@media only screen and (max-width:1023px) and (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        font-size: 22.5px
    }
}

@media only screen and (max-width:1023px) and (max-width:768px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        font-size: 17.5px
    }
}

@media only screen and (max-width:1023px) and (max-width:480px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        font-size: 15px
    }
}

@media (max-width:480px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda b>span {
        font-size: 14px
    }
}

.banner-12 .owl-carousel-ban12 .owl-item .legenda a {
    display: block;
    width: 163px;
    height: 50px;
    color: #FFFFFF;
    margin-top: 25px;
    background-color: rgba(8, 16, 58, 0.4);
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    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: efeito-bt .5s cubic-bezier(.25, .46, .45, .94) .9s both;
    animation: efeito-bt .5s cubic-bezier(.25, .46, .45, .94) .9s both
}

@-webkit-keyframes efeito-bt {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes efeito-bt {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda a {
        margin: 0 auto 0;
        margin-top: 15px;
        background-color: #FFFFFF;
        color: #08103A;
        background-image: none
    }
}

@media (max-width:480px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda a {
        font-size: 15px;
        width: 210px;
        height: 40px
    }
}

.banner-12 .owl-carousel-ban12 .owl-item .legenda a:hover {
    background-color: #FFFFFF;
    color: #08103A;
    border-color: #08103A;
    border-width: 2px;
    border-style: solid
}

.banner-12 .owl-carousel-ban12 .owl-item .legenda img {
    position: absolute;
    top: auto;
    right: 20px;
    z-index: 0;
    width: 446px;
    height: auto
}

@media (max-width:1279px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda img {
        width: 30%;
        height: auto
    }
}

@media (max-width:1023px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda img {
        right: auto;
        margin-bottom: 25px
    }
}

@media (max-width:768px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda img {
        width: 45%;
        margin-bottom: 20px
    }
}

@media (max-width:480px) {
    .banner-12 .owl-carousel-ban12 .owl-item .legenda img {
        width: 65%
    }
}

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

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

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

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

.banner-12 .owl-carousel-ban12 .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-12 .no-js .owl-carousel-ban12 {
    display: block
}

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

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

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

@media (max-width:1279px) {

    .banner-12 .owl-theme .owl-nav .owl-prev,
    .banner-12 .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-12 .owl-theme .owl-nav .owl-prev:hover,
.banner-12 .owl-theme .owl-nav .owl-next:hover {
    color: #08103A;
    cursor: pointer
}

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

@media (max-width:1279px) {

    .banner-12 .owl-theme .owl-nav .owl-prev:before,
    .banner-12 .owl-theme .owl-nav .owl-next:before {
        font-size: 30px
    }
}

.banner-12 .owl-theme .owl-nav .owl-prev {
    left: -60px
}

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

.banner-12 .owl-theme .owl-nav .owl-prev:before {
    content: '\e95b'
}

.banner-12 .owl-theme .owl-nav .owl-next {
    right: -60px
}

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

.banner-12 .owl-theme .owl-nav .owl-next:before {
    content: '\e95a'
}

@media (max-width:1279px) {

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

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

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

.banner-12 .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

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

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

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

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

.banner-12 .owl-theme .owl-dots {
    text-align: center
}

.banner-12 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

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

.banner-12 .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background-color: #D6D6D6;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px
}

.mouse-home {
    height: 57px;
    position: absolute;
    width: 39px;
    margin-left: -19.5px;
    left: 50%;
    bottom: 30px;
    z-index: 100;
    bottom: 150px !important
}

.mouse-home b {
    width: 39px;
    height: 57px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    display: table;
    overflow: hidden;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid
}

.mouse-home b:after {
    content: '';
    width: 5px;
    height: 12px;
    display: table;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    animation: mousehome ease-in 1.5s infinite;
    -webkit-animation: mousehome ease-in 1.5s infinite;
    -moz-animation: mousehome ease-in 1.5s infinite;
    -ms-animation: mousehome ease-in 1.5s infinite;
    background-color: #FFFFFF;
    margin: -23px 0 0 15px
}

.mouse-home b:before {
    content: '';
    width: 1px;
    height: 22px;
    display: table;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    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;
    background-color: #FFFFFF;
    margin: 8px 0 0 17px
}

.mouse-home:hover b:after {
    position: relative;
    animation: none;
    border-color: rgba(0, 0, 0, 0.4);
    border-width: 1px;
    border-style: solid;
    margin: -18px
}

.mouse-home:hover b:before {
    width: 50%;
    margin: 1px 0 0 1px;
    animation: click-mouse linear .5s infinite;
    -webkit-animation: click-mouse linear .5s infinite;
    -moz-animation: click-mouse linear .5s infinite;
    -ms-animation: click-mouse linear .5s infinite;
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    filter: alpha(opacity=0.6);
    border-radius: 13px 0 0 0;
    -moz-border-radius: 13px 0 0 0;
    -webkit-border-radius: 13px 0 0 0;
    -ms-border-radius: 13px 0 0 0
}

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

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

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

.banner-small {
    display: none
}

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

.servicos-53 {
    width: 100%;
    float: left;
    padding: 65px 15px 130px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 999;
    background-color: #08103A;
    position: relative;
    padding-top: 50px
}

@media (max-width:1279px) {
    .servicos-53 {
        padding-top: 52px;
        padding-bottom: 104px
    }
}

@media (max-width:1023px) {
    .servicos-53 {
        padding-top: 45.5px;
        padding-bottom: 91px
    }
}

@media (max-width:768px) {
    .servicos-53 {
        padding-top: 39px;
        padding-bottom: 78px
    }
}

@media (max-width:480px) {
    .servicos-53 {
        padding-top: 32.5px;
        padding-bottom: 65px
    }
}

.servicos-53:after {
    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;
    pointer-events: none;
    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:%2308103A' 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:%2308103A; 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")
}

@media (max-width:1279px) {
    .servicos-53:after {
        background-size: 1300px;
        background-position: 0 -15px;
        padding-top: 149px !important;
        top: -145px
    }
}

@media (max-width:1023px) {
    .servicos-53:after {
        background-size: 1150px;
        background-position: 0 -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:768px) {
    .servicos-53:after {
        background-size: 1150px;
        background-position: -160px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:480px) {
    .servicos-53:after {
        background-size: 1150px;
        background-position: -110px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

.servicos-53:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 325px;
    background-image: url("../../images/bg-servicos.png");
    background-repeat: no-repeat;
    background-position: top center
}

.servicos-53 h2 {
    font-size: 45px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    display: table;
    margin: 0 auto 30px;
    padding-left: 50px;
    position: relative
}

@media (max-width:1279px) {
    .servicos-53 h2 {
        font-size: 42.75px
    }
}

@media (max-width:1023px) {
    .servicos-53 h2 {
        font-size: 40.5px
    }
}

@media (max-width:768px) {
    .servicos-53 h2 {
        font-size: 31.5px
    }
}

@media (max-width:480px) {
    .servicos-53 h2 {
        font-size: 27px
    }
}

.servicos-53 h2:before {
    content: '';
    display: block;
    width: 41px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:0) {
    .servicos-53 h2:before {
        left: calc(50% - 41px/2)
    }
}

.servicos-53 h2:before {
    bottom: 14px
}

@media (max-width:1023px) {
    .servicos-53 h2 {
        font-size: 40px
    }
}

@media (max-width:768px) {
    .servicos-53 h2 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .servicos-53 h2 {
        font-size: 30px
    }
}

.servicos-53 .subtit {
    display: table;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 35px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    color: #BBBBBB
}

@media (max-width:1279px) {
    .servicos-53 .subtit {
        width: 100%
    }
}

@media (max-width:1023px) {
    .servicos-53 .subtit {
        font-size: 18px
    }
}

@media (max-width:480px) {
    .servicos-53 .subtit {
        font-size: 16px
    }
}

.servicos-53 .full-max {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px
}

@media (max-width:1279px) {
    .servicos-53 .full-max {
        justify-content: space-around
    }
}

@media (max-width:768px) {
    .servicos-53 .full-max {
        gap: 15px
    }
}

.servicos-53 .full-max .box-servico {
    width: 397px;
    min-height: 200px;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px 0;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.servicos-53 .full-max .box-servico:hover {
    cursor: pointer;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 0 0 22px rgba(0, 0, 0, 0.32)
}

.servicos-53 .full-max .box-servico:hover h3 {
    color: #08103A
}

.servicos-53 .full-max .box-servico:hover figure {
    filter: brightness(0%)
}

@media (max-width:768px) {
    .servicos-53 .full-max .box-servico {
        width: 355px
    }
}

.servicos-53 .full-max .box-servico .to-left {
    left: auto !important;
    position: absolute !important;
    bottom: 36px !important;
    right: -7px !important;
    z-index: 0 !important
}

.servicos-53 .full-max .box-servico .to-left:before {
    left: auto !important;
    position: absolute !important;
    bottom: -3px !important;
    right: 10px !important;
    z-index: 0 !important
}

.servicos-53 .full-max .box-servico figure {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.servicos-53 .full-max .box-servico h3 {
    display: table;
    margin: 0 auto 0;
    width: 246px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    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
}

.servicos-53 .full-max .box-servico .tooltip {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    width: 21px;
    height: 21px;
    background-color: #444444;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.servicos-53 .full-max .box-servico .tooltip:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e91f';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    top: calc(50% - 12px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

.servicos-53 .full-max .box-servico .tooltip:before {
    left: calc(50% - 6px)
}

.servicos-53 .full-max .box-servico .tooltip:hover {
    cursor: pointer;
    background-color: #08103A
}

.servicos-53 .full-max .box-servico .tooltip:hover .txt-tooltip {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.servicos-53 .full-max .box-servico .tooltip .txt-tooltip {
    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;
    width: 320px;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #08103A;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    position: absolute;
    bottom: 35px;
    left: -10px;
    z-index: 0
}

@media (max-width:1279px) {
    .servicos-53 .full-max .box-servico .tooltip .txt-tooltip {
        left: auto;
        right: 0
    }
}

@media (max-width:1023px) {
    .servicos-53 .full-max .box-servico .tooltip .txt-tooltip {
        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);
        width: 285px
    }
}

@media (max-width:480px) {
    .servicos-53 .full-max .box-servico .tooltip .txt-tooltip {
        width: 280px
    }
}

.servicos-53 .full-max .box-servico .tooltip .txt-tooltip:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #08103A;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    bottom: -3px;
    left: 10px;
    z-index: 0
}

@media (max-width:1279px) {
    .servicos-53 .full-max .box-servico .tooltip .txt-tooltip:before {
        left: auto;
        right: 10px
    }
}


.destaque-menor-22 {
    width: 100%;
    padding: 150px 15px 150px;
    background-color: #ECECFB;
    position: relative
}

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

@media (max-width:1279px) {
    .destaque-menor-22:before {
        height: 70px;
        top: -69px;
        background-size: 100% 70px
    }
}

@media (max-width:1023px) {
    .destaque-menor-22:before {
        height: 80px;
        top: -75px;
        background-size: 100% 80px
    }
}

@media (max-width:768px) {
    .destaque-menor-22:before {
        height: 45px;
        top: -45px;
        background-size: 100% 45px
    }
}

@media (max-width:480px) {
    .destaque-menor-22:before {
        height: 50px;
        background-size: 100% 50px;
        top: -45px
    }
}

@media (max-width:768px) {
    .destaque-menor-22 {
        padding: 100px 15px 0
    }
}

.destaque-menor-22 .full-max {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center
}

.destaque-menor-22 .full-max figure {
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 600px);
    z-index: 9999
}

@media (max-width:1279px) {
    .destaque-menor-22 .full-max figure {
        width: 45%
    }
}

@media (max-width:768px) {
    .destaque-menor-22 .full-max figure {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        order: 2;
        text-align: center
    }
}

.destaque-menor-22 .full-max figure:after {
    content: '';
    display: block;
    width: 696px;
    height: 692px;
    position: absolute;
    top: 120px;
    left: -310px;
    z-index: -10;
    background-image: url("../../images/logo-before-2.png");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none
}

@media (max-width:768px) {
    .destaque-menor-22 .full-max figure:after {
        width: 100%;
        height: 100%;
        background-size: contain;
        left: -80px;
        top: 30px
    }
}

@media (max-width:768px) {
    .destaque-menor-22 .full-max figure img {
        width: 100%;
        height: auto;
        max-width: 60%
    }
}

.destaque-menor-22 .full-max .descricao {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    justify-content: space-between
}

.destaque-menor-22 .full-max .descricao br {
    display: none
}

@media (max-width:1279px) {
    .destaque-menor-22 .full-max .descricao {
        width: 55%
    }
}

@media (max-width:768px) {
    .destaque-menor-22 .full-max .descricao {
        width: 100%;
        margin-bottom: 40px
    }
}

.destaque-menor-22 .full-max .descricao .titulo1,
.destaque-menor-22 .full-max .descricao .titulo2 {
    color: #0C2139;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-top: 5px;
    display: table;
    position: relative
}

.destaque-menor-22 .full-max .descricao .titulo1:before,
.destaque-menor-22 .full-max .descricao .titulo2:before {
    content: '';
    display: block;
    width: 51px;
    height: 4px;
    background-color: #D8B445;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

@media only screen and (max-width:768px) {

    .destaque-menor-22 .full-max .descricao .titulo1:before,
    .destaque-menor-22 .full-max .descricao .titulo2:before {
        left: calc(50% - 51px/2)
    }
}

@media (max-width:1023px) {

    .destaque-menor-22 .full-max .descricao .titulo1,
    .destaque-menor-22 .full-max .descricao .titulo2 {
        font-size: 28px
    }
}

@media (max-width:768px) {

    .destaque-menor-22 .full-max .descricao .titulo1,
    .destaque-menor-22 .full-max .descricao .titulo2 {
        margin: 0 auto 5px;
        text-align: center
    }
}

.destaque-menor-22 .full-max .descricao .titulo2 {
    margin-top: 70px
}

@media (max-width:768px) {
    .destaque-menor-22 .full-max .descricao .titulo2 {
        margin-top: 80px
    }
}

.destaque-menor-22 .full-max .descricao .titulo3,
.destaque-menor-22 .full-max .descricao .titulo4 {
    color: #525252;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    padding: 0;
    background-color: transparent
}

@media (max-width:1023px) {

    .destaque-menor-22 .full-max .descricao .titulo3,
    .destaque-menor-22 .full-max .descricao .titulo4 {
        font-size: 18px
    }
}

@media (max-width:768px) {

    .destaque-menor-22 .full-max .descricao .titulo3,
    .destaque-menor-22 .full-max .descricao .titulo4 {
        text-align: center
    }
}

.destaque-menor-22 .full-max .descricao a {
    width: 100%;
    height: 58px;
    max-width: 299px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #153152;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    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
}

@media (max-width:768px) {
    .destaque-menor-22 .full-max .descricao a {
        margin: 20px auto 5px;
        font-size: 18px;
        width: 85%
    }
}

.destaque-menor-22 .full-max .descricao a:hover {
    background-color: #0b1929
}

.destaque-menor-22 .full-max .descricao a:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 32px;
    padding-right: 15px
}

.destaque-menor-22 .full-max .descricao a:nth-of-type(1):before {
    background-image: url("../../images/icon-btn-1.png");
    background-repeat: no-repeat;
    background-position: 0 0
}

.destaque-menor-22 .full-max .descricao a:nth-of-type(2):before {
    background-image: url("../../images/icon-btn-2.png");
    background-repeat: no-repeat;
    background-position: 0 0
}

@media (max-width:1279px) {
    .destaque-menor-22 .full-max .descricao a {
        margin-bottom: 20px
    }
}

.servicos-51 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 115px 15px 120px;
    background-color: #08103A;
    position: relative;
    padding-top: 50px
}

@media (max-width:1279px) {
    .servicos-51 {
        padding-top: 92px;
        padding-bottom: 96px
    }
}

@media (max-width:1023px) {
    .servicos-51 {
        padding-top: 80.5px;
        padding-bottom: 84px
    }
}

@media (max-width:768px) {
    .servicos-51 {
        padding-top: 69px;
        padding-bottom: 72px
    }
}

@media (max-width:480px) {
    .servicos-51 {
        padding-top: 57.5px;
        padding-bottom: 60px
    }
}

.servicos-51:after {
    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;
    pointer-events: none;
    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:%2308103A' 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:%2308103A; 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")
}

@media (max-width:1279px) {
    .servicos-51:after {
        background-size: 1300px;
        background-position: 0 -15px;
        padding-top: 149px !important;
        top: -145px
    }
}

@media (max-width:1023px) {
    .servicos-51:after {
        background-size: 1150px;
        background-position: 0 -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:768px) {
    .servicos-51:after {
        background-size: 1150px;
        background-position: -160px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:480px) {
    .servicos-51:after {
        background-size: 1150px;
        background-position: -110px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

.servicos-51:before {
    content: '';
    display: block;
    width: 100%;
    height: 304px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: url("../../images/bg-servicos2.png");
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none
}

.servicos-51 h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 700;
    display: table;
    margin: 0 auto 0;
    line-height: 1.2;
    padding-left: 50px;
    margin-bottom: 40px;
    position: relative
}

@media (max-width:1279px) {
    .servicos-51 h2 {
        font-size: 42.75px
    }
}

@media (max-width:1023px) {
    .servicos-51 h2 {
        font-size: 40.5px
    }
}

@media (max-width:768px) {
    .servicos-51 h2 {
        font-size: 31.5px
    }
}

@media (max-width:480px) {
    .servicos-51 h2 {
        font-size: 27px
    }
}

.servicos-51 h2:before {
    content: '';
    display: block;
    width: 41px;
    height: 5px;
    background-color: #08103A;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:1023px) {
    .servicos-51 h2:before {
        left: calc(50% - 41px/2)
    }
}

.servicos-51 h2:before {
    bottom: 14px
}

@media (max-width:1023px) {
    .servicos-51 h2:before {
        bottom: 0
    }
}

@media (max-width:1023px) {
    .servicos-51 h2 {
        padding-bottom: 10px;
        padding-left: 0;
        margin-bottom: 30px
    }
}

.servicos-51>p {
    color: #BBBBBB;
    font-size: 16px;
    text-align: center;
    position: relative;
    line-height: 1.2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 60px
}

@media (max-width:1023px) {
    .servicos-51>p {
        margin-bottom: 45px
    }
}

.servicos-51 .full-max {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 36px 10px
}

@media (max-width:1023px) {
    .servicos-51 .full-max {
        justify-content: space-around;
        margin-top: 0;
        gap: 50px 10px
    }
}

@media (max-width:480px) {
    .servicos-51 .full-max {
        gap: 80px 10px
    }
}

.servicos-51 .full-max article {
    width: 594px;
    display: flex;
    position: relative
}

@media (max-width:1279px) {
    .servicos-51 .full-max article {
        width: 48%
    }
}

@media (max-width:1023px) {
    .servicos-51 .full-max article {
        width: 100%
    }
}

@media (max-width:480px) {
    .servicos-51 .full-max article {
        flex-direction: column;
        align-items: center
    }
}

.servicos-51 .full-max article figure {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-right: 31px
}

@media (max-width:480px) {
    .servicos-51 .full-max article figure {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 25px;
        margin-bottom: 21px
    }
}

.servicos-51 .full-max article figure:before {
    content: '';
    width: 3px;
    height: 108px;
    background-color: #08103A;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    display: block
}

@media (max-width:480px) {
    .servicos-51 .full-max article figure:before {
        width: 108px;
        height: 3px;
        top: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
        right: calc(50% - 54px)
    }
}

.servicos-51 .full-max article figure:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #08103A;
    position: absolute;
    top: 50px;
    right: -6px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%
}

@media (max-width:480px) {
    .servicos-51 .full-max article figure:after {
        top: auto;
        position: absolute;
        bottom: -6px;
        right: calc(50% - 7px);
        z-index: 0
    }
}

.servicos-51 .full-max article figure img {
    position: relative
}

@media (max-width:480px) {
    .servicos-51 .full-max article figure img {
        top: 0
    }
}

.servicos-51 .full-max article>div {
    display: flex;
    flex-direction: column
}

.servicos-51 .full-max article>div h3 {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 22px
}

@media (max-width:480px) {
    .servicos-51 .full-max article>div h3 {
        text-align: center
    }
}

.servicos-51 .full-max article>div span {
    color: #BBBBBB;
    font-size: 15px;
    line-height: 1.4;
    display: block
}

.servicos-51 .full-max article>div span.bottom-bt {
    padding-bottom: 60px
}

@media (max-width:480px) {
    .servicos-51 .full-max article>div span.bottom-bt {
        padding-bottom: 0;
        margin-bottom: 25px
    }
}

.servicos-51 .full-max article>div a {
    width: 166px;
    height: 37px;
    background: linear-gradient(to right, #08103A, #08103A, #08103A, #08103A);
    background: -moz-linear-gradient(to right, #08103A, #08103A, #08103A, #08103A);
    background: -o-linear-gradient(to right, #08103A, #08103A, #08103A, #08103A);
    background: -webkit-linear-gradient(to right, #08103A, #08103A, #08103A, #08103A);
    background-size: 300% 100%;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    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: 2px;
    border-style: solid;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

.servicos-51 .full-max article>div a:hover {
    cursor: pointer;
    background-position: 100% 0
}

@media (max-width:480px) {
    .servicos-51 .full-max article>div a {
        float: none;
        margin: 0 auto;
        position: static
    }
}

.servicos-51 .full-max article>div a:hover {
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid
}

.servicos-51 .full-max article>div a:hover:before {
    background-color: rgba(36, 44, 41, 0.16);
    width: calc(100% + 26px);
    height: 63px
}

.servicos-51 .full-max article>div a:before {
    content: '';
    display: block;
    width: calc(100% + 26px);
    height: 63px;
    background-color: rgba(36, 44, 41, 0);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    position: absolute;
    top: -13px;
    left: -13px;
    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;
    z-index: -1
}

.servicos-51 .full-max article ul {
    margin-top: 25px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px
}

.servicos-51 .full-max article ul li {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0;
    font-size: 15px;
    margin-bottom: 10px
}

.servicos-51 .full-max article ul li:before {
    content: "\e94c";
    font-family: 'icomoon' !important;
    color: #08103A;
    margin-right: 7px
}

.servicos-51 .full-max article ol {
    font-size: 16px
}

.clientes-parceiros-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 110px 15px 210px;
    background-color: #CCCCCC;
    min-height: 566px;
    position: relative
}

@media (max-width:1279px) {
    .clientes-parceiros-10 {
        padding-top: 88px;
        padding-bottom: 168px
    }
}

@media (max-width:1023px) {
    .clientes-parceiros-10 {
        padding-top: 77px;
        padding-bottom: 147px
    }
}

@media (max-width:768px) {
    .clientes-parceiros-10 {
        padding-top: 66px;
        padding-bottom: 126px
    }
}

@media (max-width:480px) {
    .clientes-parceiros-10 {
        padding-top: 55px;
        padding-bottom: 105px
    }
}

@media (max-width:1279px) {
    .clientes-parceiros-10 {
        min-height: auto
    }
}

.clientes-parceiros-10 h2 {
    display: table;
    font-size: 45px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 1.2;
    padding-left: 50px;
    position: relative
}

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

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

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

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

.clientes-parceiros-10 h2:before {
    content: '';
    display: block;
    width: 41px;
    height: 5px;
    background-color: #08103A;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:0) {
    .clientes-parceiros-10 h2:before {
        left: calc(50% - 41px/2)
    }
}

.clientes-parceiros-10 h2:before {
    bottom: 10px
}

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

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

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

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

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

.clientes-parceiros-10 .clientes-10-lista {
    display: none;
    width: 100%;
    margin: 0 auto 0;
    max-width: 1280px;
    position: relative;
    z-index: 1;
    -webkit-tap-highlight-color: transparent
}

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

.clientes-parceiros-10 .clientes-10-lista .owl-stage-outer {
    position: relative;
    overflow: hidden
}

.clientes-parceiros-10 .clientes-10-lista .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.clientes-parceiros-10 .clientes-10-lista .owl-item img {
    display: block
}

.clientes-parceiros-10 .clientes-10-lista figure {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.26);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

.clientes-parceiros-10 .clientes-10-lista figure img {
    width: 100%;
    height: auto
}

@media (max-width:1023px) {
    .clientes-parceiros-10 .clientes-10-lista figure img {
        width: 80%;
        height: auto
    }
}

.clientes-parceiros-10 .clientes-10-lista.owl-loaded {
    display: block
}

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

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

.clientes-parceiros-10 .clientes-10-lista.owl-grab {
    cursor: move;
    cursor: grab
}

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

.clientes-parceiros-10 .owl-theme .owl-nav .owl-prev,
.clientes-parceiros-10 .owl-theme .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    position: absolute;
    background-color: transparent;
    color: #08103A;
    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) {

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

.clientes-parceiros-10 .owl-theme .owl-nav .owl-prev:hover,
.clientes-parceiros-10 .owl-theme .owl-nav .owl-next:hover {
    color: #08103A;
    cursor: pointer
}

.clientes-parceiros-10 .owl-theme .owl-nav .owl-prev:before,
.clientes-parceiros-10 .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 55px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .clientes-parceiros-10 .owl-theme .owl-nav .owl-prev:before,
    .clientes-parceiros-10 .owl-theme .owl-nav .owl-next:before {
        font-size: 30px
    }
}

.clientes-parceiros-10 .owl-theme .owl-nav .owl-prev {
    left: -60px
}

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

.clientes-parceiros-10 .owl-theme .owl-nav .owl-prev:before {
    content: '\e95b'
}

.clientes-parceiros-10 .owl-theme .owl-nav .owl-next {
    right: -60px
}

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

.clientes-parceiros-10 .owl-theme .owl-nav .owl-next:before {
    content: '\e95a'
}

.clientes-parceiros-10 .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.clientes-parceiros-10 .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute !important;
    bottom: -50px !important;
    left: 0 !important;
    z-index: 0 !important
}

.clientes-parceiros-10 .owl-theme .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(55, 52, 53, 0.25);
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0 4px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    zoom: 1;
    border: none
}

.clientes-parceiros-10 .owl-theme .owl-dots .owl-dot.active,
.clientes-parceiros-10 .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer;
    background-color: #08103A;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5)
}

.clientes-parceiros-10 .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.clientes-10-lista .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

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

.clientes-10-lista .owl-item img.owl-lazsy {
    transform-style: preserve-3d
}

.servicos-63 {
    width: 100%;
    padding: 0;
    margin: 0 auto -190px;
    position: relative
}

.servicos-63 .full-max {
    max-width: 100%;
    padding: 190px 15px 120px
}

@media (max-width:1279px) {
    .servicos-63 .full-max {
        padding-top: 152px;
        padding-bottom: 96px
    }
}

@media (max-width:1023px) {
    .servicos-63 .full-max {
        padding-top: 133px;
        padding-bottom: 84px
    }
}

@media (max-width:768px) {
    .servicos-63 .full-max {
        padding-top: 114px;
        padding-bottom: 72px
    }
}

@media (max-width:480px) {
    .servicos-63 .full-max {
        padding-top: 95px;
        padding-bottom: 60px
    }
}

.servicos-63 .full-max:nth-of-type(even) {
    background-color: #dadada;
    position: relative;
    padding-top: 50px;
    padding: 90px 15px 30px
}

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

@media (max-width:1279px) {
    .servicos-63 .full-max:nth-of-type(even):before {
        padding-top: 50px !important;
        background-size: 1300px;
        top: -40px
    }
}

@media (max-width:1023px) {
    .servicos-63 .full-max:nth-of-type(even):before {
        background-size: 1025px;
        top: -35px
    }
}

.servicos-63 .full-max:nth-of-type(even):after {
    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;
    pointer-events: none;
    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:%23dadada' 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:%23dadada; 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")
}

@media (max-width:1279px) {
    .servicos-63 .full-max:nth-of-type(even):after {
        background-size: 1300px;
        background-position: 0 -15px;
        padding-top: 149px !important;
        top: -145px
    }
}

@media (max-width:1023px) {
    .servicos-63 .full-max:nth-of-type(even):after {
        background-size: 1150px;
        background-position: 0 -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:768px) {
    .servicos-63 .full-max:nth-of-type(even):after {
        background-size: 1150px;
        background-position: -160px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

@media (max-width:480px) {
    .servicos-63 .full-max:nth-of-type(even):after {
        background-size: 1150px;
        background-position: -110px -66px;
        padding-top: 84px !important;
        top: -78px
    }
}

.servicos-63 .full-max:nth-of-type(even):after {
    top: auto;
    bottom: -260px;
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg)
}

@media (max-width:1279px) {
    .servicos-63 .full-max:nth-of-type(even):after {
        bottom: -145px
    }
}

@media (max-width:1023px) {
    .servicos-63 .full-max:nth-of-type(even):after {
        bottom: -78px
    }
}

@media (max-width:1279px) {
    .servicos-63 .full-max:nth-of-type(even) {
        padding-top: 72px;
        padding-bottom: 24px
    }
}

@media (max-width:1023px) {
    .servicos-63 .full-max:nth-of-type(even) {
        padding-top: 63px;
        padding-bottom: 21px
    }
}

@media (max-width:768px) {
    .servicos-63 .full-max:nth-of-type(even) {
        padding-top: 54px;
        padding-bottom: 18px
    }
}

@media (max-width:480px) {
    .servicos-63 .full-max:nth-of-type(even) {
        padding-top: 45px;
        padding-bottom: 15px
    }
}

.servicos-63 .full-max:first-child {
    padding-top: 40px
}

@media (max-width:1023px) {
    .servicos-63 .full-max:first-child {
        padding-top: 10px
    }
}

.servicos-63 .full-max:last-child {
    padding-bottom: 200px
}

@media (max-width:768px) {
    .servicos-63 .full-max:last-child {
        padding-bottom: 120px
    }
}

@media (max-width:480px) {
    .servicos-63 .full-max:last-child {
        padding-bottom: 100px
    }
}

.servicos-63 .full-max:last-child:after {
    display: none
}

.servicos-63 .full-max:nth-of-type(2n) article {
    flex-direction: row-reverse
}

@media (max-width:768px) {
    .servicos-63 .full-max:nth-of-type(2n) article {
        flex-direction: column
    }
}

.servicos-63 .full-max:nth-of-type(2n) article div {
    margin-left: 0;
    margin-right: 80px
}

@media (max-width:1279px) {
    .servicos-63 .full-max:nth-of-type(2n) article div {
        margin-right: 40px
    }
}

@media (max-width:768px) {
    .servicos-63 .full-max:nth-of-type(2n) article div {
        margin-right: 0
    }
}

.servicos-63 .full-max:nth-of-type(2n) article div a {
    float: right;
    margin-left: 0;
    margin-right: 5px
}

@media (max-width:768px) {
    .servicos-63 .full-max:nth-of-type(2n) article div a {
        float: none;
        margin: 20px auto 0
    }
}

.servicos-63 .full-max:nth-of-type(2n) article div a span {
    left: auto;
    right: -86px;
    z-index: 1
}

.servicos-63 .full-max article {
    display: flex;
    width: 100%;
    margin: 0 auto 0;
    max-width: 1280px
}

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

.servicos-63 .full-max article:hover figure:before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-color: #FFFFFF;
    border-width: 3px;
    border-style: solid
}

.servicos-63 .full-max article figure {
    width: 60%;
    line-height: 0;
    max-width: 670px;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

@media (max-width:768px) {
    .servicos-63 .full-max article figure {
        width: 100%;
        max-width: 100%
    }
}

.servicos-63 .full-max article figure:before {
    content: '';
    display: block;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    pointer-events: none;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    .servicos-63 .full-max article figure:before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border-color: #FFFFFF;
        border-width: 3px;
        border-style: solid
    }
}

.servicos-63 .full-max article figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../../images/textura.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    mix-blend-mode: multiply;
    opacity: .7;
    -moz-opacity: .7;
    -webkit-opacity: .7;
    filter: alpha(opacity=0.7)
}

.servicos-63 .full-max article figure img {
    width: 100%;
    height: auto;
    border-color: #505050;
    border-width: 1px;
    border-style: solid
}

.servicos-63 .full-max article div {
    width: calc(50% - 80px);
    margin-left: 80px
}

@media (max-width:1279px) {
    .servicos-63 .full-max article div {
        margin-left: 40px
    }
}

@media (max-width:768px) {
    .servicos-63 .full-max article div {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        text-align: center
    }
}

.servicos-63 .full-max article div h3 {
    color: #000000;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 50px;
    position: relative
}

@media (max-width:1279px) {
    .servicos-63 .full-max article div h3 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .servicos-63 .full-max article div h3 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .servicos-63 .full-max article div h3 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .servicos-63 .full-max article div h3 {
        font-size: 24px
    }
}

.servicos-63 .full-max article div h3:before {
    content: '';
    display: block;
    width: 41px;
    height: 5px;
    background-color: #08103A;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:0) {
    .servicos-63 .full-max article div h3:before {
        left: calc(50% - 41px/2)
    }
}

.servicos-63 .full-max article div h3:before {
    bottom: 10px
}

@media (max-width:1279px) {
    .servicos-63 .full-max article div h3 {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .servicos-63 .full-max article div h3 {
        display: table;
        margin: 0 auto 30px
    }
}

.servicos-63 .full-max article div p {
    font-size: 15px;
    line-height: 1.4;
    color: #505050
}

@media (max-width:1279px) {
    .servicos-63 .full-max article div p {
        font-size: 16px
    }
}

.servicos-63 .full-max article div a {
    width: 191px;
    height: 51px;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 50px;
    margin-left: 5px;
    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
}

.servicos-63 .full-max article div a:hover {
    color: #FFFFFF;
    background-color: #08103A;
    border-color: #08103A;
    border-width: 1px;
    border-style: solid
}

.servicos-63 .full-max article div .btn2 {
    width: 100%;
    height: 51px;
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 50px;
    margin-left: 5px;
    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
}

.servicos-63 .full-max article div .btn2:hover {
    color: #FFFFFF;
    background-color: #08103A;
    border-color: #08103A;
    border-width: 1px;
    border-style: solid
}

.servicos-63 .full-max article div a:hover:before {
    border-top-color: rgba(0, 0, 0, 0.3);
    border-top-width: 1px;
    border-top-style: solid;
    border-left-color: rgba(0, 0, 0, 0.3);
    border-left-width: 1px;
    border-left-style: solid;
    width: 20px;
    height: 20px
}

.servicos-63 .full-max article div a:hover:after {
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: rgba(0, 0, 0, 0.3);
    border-right-width: 1px;
    border-right-style: solid;
    width: 20px;
    height: 20px
}

@media (max-width:1279px) {
    .servicos-63 .full-max article div a {
        margin-top: 20px
    }
}

@media (max-width:768px) {
    .servicos-63 .full-max article div a {
        margin: 20px auto 0;
        float: none
    }
}

.servicos-63 .full-max article div a:before,
.servicos-63 .full-max article div a:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.servicos-63 .full-max article div a:before {
    border-top-color: transparent;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
    top: -5px;
    left: -5px
}

.servicos-63 .full-max article div a:after {
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-right-color: transparent;
    border-right-width: 1px;
    border-right-style: solid;
    bottom: -5px;
    right: -5px
}

.servicos-63 .full-max article div a span {
    display: block;
    position: absolute;
    top: calc(50% - .5px);
    left: -86px;
    z-index: -1;
    width: 85px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3)
}

@media (max-width:1279px) {
    .servicos-63 .full-max article div a span {
        width: 45px;
        left: -46px;
        display: none
    }
}

.slider-interna {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 838px;
    margin-top: 30px;
    order: 1
}

@media (max-width:1023px) {
    .slider-interna {
        width: 80%
    }
}

@media (max-width:768px) {
    .slider-interna {
        width: 100%
    }
}

.slider-interna .owl-carousel-slider {
    display: none;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left
}

.slider-interna .owl-carousel-slider figure {
    position: relative;
    border-color: #08103A;
    border-width: 1px;
    border-style: solid
}

.slider-interna .owl-carousel-slider figure img {
    width: 100%;
    height: auto
}

.slider-interna .owl-carousel-slider figure .box-legenda {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    background: -moz-linear-gradient(left, #FFFFFF 0%, transparent 100%);
    background: -webkit-linear-gradient(left, #FFFFFF 0%, transparent 100%);
    background: linear-gradient(to right, #FFFFFF 0%, transparent 100%);
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px
}

@media (max-width:1023px) {
    .slider-interna .owl-carousel-slider figure .box-legenda {
        background-color: #FFFFFF;
        padding: 10px
    }
}

@media (max-width:480px) {
    .slider-interna .owl-carousel-slider figure .box-legenda {
        font-size: 14px
    }
}

@media (max-width:1023px) {
    .slider-interna .owl-carousel-slider {
        width: 100%;
        height: auto
    }

    .slider-interna .owl-carousel-slider li {
        background-position: center !important
    }
}

.slider-interna .owl-carousel-slider.owl-loaded {
    display: block;
    height: auto;
    overflow: hidden
}

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

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

.slider-interna .owl-carousel-slider.owl-refresh .owl-item {
    visibility: hidden
}

.slider-interna .owl-carousel-slider.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
}

.slider-interna .owl-carousel-slider.owl-grab {
    cursor: move;
    cursor: grab
}

.slider-interna .owl-carousel-slider.owl-rtl {
    direction: rtl
}

.slider-interna .owl-carousel-slider.owl-rtl .owl-item {
    float: right
}

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

@media (max-width:1023px) {
    .slider-interna .owl-carousel-slider .owl-stage {
        height: 100%
    }
}

.slider-interna .owl-carousel-slider .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.slider-interna .owl-carousel-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 100%
}

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

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

.slider-interna .owl-carousel-slider .owl-item img {
    display: block
}

.slider-interna .owl-carousel-slider .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

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

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

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

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

.slider-interna .owl-carousel-slider .owl-animated-in {
    z-index: 0
}

.slider-interna .owl-carousel-slider .owl-animated-out {
    z-index: 1
}

.slider-interna .owl-carousel-slider .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)
    }
}

.slider-interna .no-js .owl-carousel-slider {
    display: block
}

.slider-interna .owl-height {
    transition: height 500ms ease-in-out
}

.slider-interna .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;
    top: auto;
    bottom: calc(50% - 25px)
}

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

@media (max-width:1279px) {

    .slider-interna .owl-theme .owl-nav .owl-prev,
    .slider-interna .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
    }
}

.slider-interna .owl-theme .owl-nav .owl-prev:hover,
.slider-interna .owl-theme .owl-nav .owl-next:hover {
    color: #08103A;
    cursor: pointer
}

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

@media (max-width:1279px) {

    .slider-interna .owl-theme .owl-nav .owl-prev:before,
    .slider-interna .owl-theme .owl-nav .owl-next:before {
        font-size: 30px
    }
}

.slider-interna .owl-theme .owl-nav .owl-prev {
    left: -60px
}

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

.slider-interna .owl-theme .owl-nav .owl-prev:before {
    content: '\e959'
}

.slider-interna .owl-theme .owl-nav .owl-next {
    right: -60px
}

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

.slider-interna .owl-theme .owl-nav .owl-next:before {
    content: '\e958'
}

.slider-interna .owl-theme .owl-nav .owl-prev:before,
.slider-interna .owl-theme .owl-nav .owl-next:before {
    font-size: 35px
}

@media (max-width:1279px) {

    .slider-interna .owl-theme .owl-nav .owl-prev,
    .slider-interna .owl-theme .owl-nav .owl-next {
        box-shadow: none
    }
}

.slider-interna .owl-theme .owl-nav .owl-prev {
    left: 0
}

.slider-interna .owl-theme .owl-nav .owl-next {
    right: 0
}

.slider-interna .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.slider-interna .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
}

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

.slider-interna .owl-theme .owl-dots .owl-dot.active,
.slider-interna .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer;
    background-color: #08103A;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5)
}

.slider-interna .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.pager3 {
    display: flex;
    width: 100%
}

.pager3 p {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 0;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    margin: 5px;
    cursor: pointer
}

.pager3 p:before {
    content: '';
    display: block;
    background-color: transparent;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.pager3 p:hover:before {
    background-color: #FFFFFF
}

.pager3 .active:before {
    background-color: #FFFFFF
}

@keyframes mousehome {
    0% {
        margin-top: -23px
    }

    50% {
        margin-top: -15px
    }

    100% {
        margin-top: -23px
    }
}

@-webkit-keyframes mousehome {
    0% {
        margin-top: -23px
    }

    50% {
        margin-top: -15px
    }

    100% {
        margin-top: -23px
    }
}

@-moz-keyframes mousehome {
    0% {
        margin-top: -23px
    }

    50% {
        margin-top: -15px
    }

    100% {
        margin-top: -23px
    }
}

@keyframes click-mouse {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8)
    }

    100% {
        box-shadow: none
    }
}

@-webkit-keyframes click-mouse {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8)
    }

    100% {
        box-shadow: none
    }
}

@-moz-keyframes click-mouse {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8);
        -ms-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.8)
    }

    100% {
        box-shadow: none
    }
}

.redes-topo {
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 0;
    width: 46px
}

.redes-topo i {
    font-size: 20px;
    width: 36px;
    height: 38px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding-right: 10px;
    align-items: center;
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    margin-bottom: 0;
    color: #FFFFFF;
    box-sizing: initial
}

.redes-topo i:hover {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0)
}

.redes-topo span {
    display: none
}

@media only screen and (max-width:1023px) {
    .redes-topo {
        display: none
    }
}

.redes-topo .icon-facebook {
    background-color: #4267B2 !important
}

.redes-topo .icon-youtube,
.redes-topo .icon-youtube2 {
    background-color: #f00
}

.redes-topo .icon-twitter {
    background-color: #00aced
}

.redes-topo .icon-tik-tok1 {
    background-color: #000000
}

.redes-topo .icon-instagram-02 {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1)
}

.redes-topo .icon-in {
    background-color: #0077B5
}

.redes-topo .icon-skype {
    background-color: #00b5ee;
    width: 200px
}

.redes-topo .icon-skype:hover {
    transform: translateX(-155px);
    -moz-transform: translateX(-155px);
    -webkit-transform: translateX(-155px);
    -ms-transform: translateX(-155px)
}

.redes-topo .icon-skype b {
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px
}

.redes-topo .icon-skype:before {
    margin-right: 10px;
    position: absolute;
    left: 10px
}

.redes-topo .icon-gplus1 {
    background-color: #DC473A
}

.redes-topo .icon-pinterest {
    background-color: #BD081C
}

.redes-topo .icon-blog {
    background-color: #FF6501
}

.galeria-webcis-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 30px;
    margin-bottom: 30px
}

.galeria-webcis-1 figure {
    display: flex;
    flex-flow: column;
    width: 24.1%;
    margin: 5px 5px;
    transition: all .3s;
    background-color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden
}

.galeria-webcis-1 figure:hover {
    transform: scale(1.1);
    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 figure:hover a:after {
    font-family: 'icomoon';
    content: "\e936";
    color: #fff;
    font-size: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

@media only screen and (max-width:1023px) {
    .galeria-webcis-1 figure:hover a:after {
        display: none
    }
}

.galeria-webcis-1 figure:hover a:before {
    content: '';
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-color: #333333;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    mix-blend-mode: overlay
}

@media only screen and (max-width:1279px) {
    .galeria-webcis-1 figure {
        width: 23.9%
    }
}

@media only screen and (max-width:1023px) {
    .galeria-webcis-1 figure {
        width: 31.9%
    }
}

@media only screen and (max-width:768px) {
    .galeria-webcis-1 figure {
        width: 47.6%
    }
}

@media only screen and (max-width:480px) {
    .galeria-webcis-1 figure {
        width: 46.3%
    }
}

.galeria-webcis-1 figure img {
    width: 100%;
    height: auto;
    float: left
}

.galeria-webcis-1 figure figcaption {
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    padding: 7px;
    margin-bottom: 10px
}

@media only screen and (max-width:768px) {
    .galeria-webcis-1 figure figcaption {
        font-size: 12px;
        margin-bottom: 0;
        padding: 4px
    }
}

.contato-form {
    width: 55%
}

@media (max-width:1023px) {
    .contato-form {
        width: 100%
    }
}

.dados-contato {
    width: 40%;
    margin-top: 410px
}

@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%;
    padding-left: 60px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    color: #333333;
    align-items: flex-start;
    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
    }
}

@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:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e92d';
    color: #000;
    font-family: 'icomoon';
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: calc(50% - 26px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

.dados-contato .telefone:before {
    width: 45px;
    height: 45px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .whatsapp:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e906';
    color: #08103A;
    font-family: 'icomoon';
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: calc(50% - 26px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

.dados-contato .whatsapp:before {
    width: 45px;
    height: 45px;
    border-color: #08103A;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .email-contato:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e921';
    color: #08103A;
    font-family: 'icomoon';
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: calc(50% - 26px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

.dados-contato .email-contato:before {
    width: 45px;
    height: 45px;
    border-color: #08103A;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .endereco:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e928';
    color: #08103A;
    font-family: 'icomoon';
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: calc(50% - 26px/2);
    left: 0;
    z-index: 0;
    font-weight: normal
}

.dados-contato .endereco:before {
    width: 45px;
    height: 45px;
    border-color: #08103A;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    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: #08103A;
    border-width: 2px;
    border-style: solid
}

.dados-contato .redes a {
    color: #08103A
}

.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: #08103A;
    mix-blend-mode: hue;
    position: absolute;
    content: '';
    display: block
}

.mapa form {
    position: absolute;
    bottom: 110px;
    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:1279px) {
    .mapa form {
        bottom: 70px
    }
}

@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: #08103A;
    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
}

.mapa form [type=submit]:hover {
    background-color: #246452;
    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: #08103A;
    color: #FFFFFF
}

.dois-mapas .bt-mapas li:hover {
    cursor: pointer
}

.dois-mapas .map-content iframe {
    width: 100%;
    float: left
}

.link-back {
    display: block;
    float: right;
    clear: both;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    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: #08103A;
    color: #FFF
}

.link-back:hover {
    background-color: #2b7661;
    color: #FFF
}

.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: #08103A;
    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: #0d100f
}

.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
}

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: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    border-color: #CECEBF;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #333333;
    height: 50px;
    padding: 10px
}

form [type=submit] {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    background-color: #08103A;
    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: #08103A !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: #08103A;
    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: #08103A;
    border-width: 1px;
    border-style: solid
}

form [type=radio]:checked:before {
    width: 15px;
    height: 15px;
    background-color: #08103A;
    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: #08103A;
    border-width: 1px;
    border-style: solid
}

form [type=checkbox]:before {
    display: block;
    content: '\e94c';
    font-family: 'icomoon';
    font-size: 30px;
    color: #08103A;
    position: absolute;
    top: -7px;
    left: 0;
    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
}

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: #08103A;
    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: #08103A
}

form p label.termos input[type=checkbox]:checked:before {
    display: block;
    content: '\e94c';
    color: #FFFFFF;
    font-family: 'icomoon'
}

form p label.termos label.error {
    top: 4px;
    left: 0
}

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: '\e973';
    font-family: 'icomoon';
    font-size: 26px;
    line-height: 1;
    color: #08103A;
    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 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: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    color: #08103A;
    font-size: 22px;
    padding-bottom: 10px
}

.obrigado b {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px
}

.obrigado a {
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    border-radius: 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: #08103A;
    color: #FFFFFF;
    margin-top: 30px;
    font-size: 12px
}

.obrigado a:hover {
    background-color: #2b7661
}

.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
}

@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;
    box-shadow: 4px 4px 0 0 #000000;
    -moz-box-shadow: 4px 4px 0 0 #000000;
    -webkit-box-shadow: 4px 4px 0 0 #000000;
    -ms-box-shadow: 4px 4px 0 0 #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

@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, #08103A, #246452, #246452, #08103A);
    background: -moz-linear-gradient(to right, #08103A, #246452, #246452, #08103A);
    background: -o-linear-gradient(to right, #08103A, #246452, #246452, #08103A);
    background: -webkit-linear-gradient(to right, #08103A, #246452, #246452, #08103A);
    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: #08103A;
    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: #08103A;
    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: #121614;
    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: #08103A;
    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: #08103A;
    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: #08103A
}

@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
    }
}

.tabs-05 {
    width: 100%
}

.tabs-05:last-child {
    border-bottom: none
}

.conteudo-vertical1 {
    width: 100%;
    margin: 105px 0 90px;
    display: flex;
    position: relative
}

@media (max-width:1023px) {
    .conteudo-vertical1 {
        flex-direction: column-reverse;
        margin-top: 40px;
        margin-bottom: 50px;
        position: relative;
        padding: 0
    }

    .conteudo-vertical1:after {
        content: '';
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        width: 40px;
        height: 53px;
        background-image: url("../../images/icon-touch.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        animation: touch 2s ease-out infinite;
        -webkit-animation: touch 2s ease-out infinite;
        -moz-animation: touch 2s ease-out infinite;
        -ms-animation: touch 2s ease-out infinite;
        pointer-events: none
    }

    @-moz-keyframes touch {
        50% {
            transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -ms-transform: translateX(-30px)
        }

        0%,
        100% {
            transform: translateX(0);
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0)
        }
    }

    @-webkit-keyframes touch {
        50% {
            transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -ms-transform: translateX(-30px)
        }

        0%,
        100% {
            transform: translateX(0);
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0)
        }
    }

    @-ms-keyframes touch {
        50% {
            transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -ms-transform: translateX(-30px)
        }

        0%,
        100% {
            transform: translateX(0);
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0)
        }
    }

    @keyframes touch {
        50% {
            transform: translateX(-30px);
            -moz-transform: translateX(-30px);
            -webkit-transform: translateX(-30px);
            -ms-transform: translateX(-30px)
        }

        0%,
        100% {
            transform: translateX(0);
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0)
        }
    }

    .conteudo-vertical1:before {
        content: '';
        display: block;
        width: 10px;
        height: 67px;
        box-shadow: -13px 0 14px -14px rgba(0, 0, 0, 0.7) inset;
        -moz-box-shadow: -13px 0 14px -14px rgba(0, 0, 0, 0.7) inset;
        -webkit-box-shadow: -13px 0 14px -14px rgba(0, 0, 0, 0.7) inset;
        -ms-box-shadow: -13px 0 14px -14px rgba(0, 0, 0, 0.7) inset;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1
    }
}

.conteudo-vertical1 .tituloTabs {
    font-size: 40px;
    color: #000000;
    font-weight: 800;
    width: 100%;
    margin: 0 0 50px;
    position: relative;
    display: flex;
    align-items: flex-end
}

@media (max-width:1023px) {
    .conteudo-vertical1 .tituloTabs {
        font-size: 32px;
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .conteudo-vertical1 .tituloTabs {
        margin-bottom: 15px
    }
}

@media (max-width:480px) {
    .conteudo-vertical1 .tituloTabs {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.conteudo-vertical1 .abas {
    width: 407px;
    padding-left: 40px;
    margin-left: 50px;
    border-left-color: #9A9A9A;
    border-left-width: 1px;
    border-left-style: solid;
    position: relative
}

@media (max-width:1023px) {
    .conteudo-vertical1 .abas {
        float: left;
        width: 100% !important;
        position: relative;
        margin-left: 0;
        margin-right: 50px;
        margin-bottom: 30px;
        border-bottom-color: #ddd;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-left: none;
        white-space: nowrap;
        overflow-x: scroll;
        padding: 0
    }
}

.conteudo-vertical1 .abas .title-abas {
    font-size: 25px;
    font-weight: 700;
    border-bottom: 0;
    color: #000000;
    padding: 0;
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .conteudo-vertical1 .abas .title-abas {
        display: none
    }
}

.conteudo-vertical1 .abas li {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-top: -1px;
    border-bottom-color: #999999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    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
}

.conteudo-vertical1 .abas li:last-child {
    border-bottom: 0
}

@media (max-width:1023px) {
    .conteudo-vertical1 .abas li {
        text-align: center;
        justify-content: center;
        border: 0;
        margin-right: 0;
        width: auto;
        display: inline-block;
        padding: 10px 0;
        height: 100%
    }

    .conteudo-vertical1 .abas li:last-child {
        margin-right: 80px
    }
}

.conteudo-vertical1 .abas li a {
    font-size: 16px;
    color: #000000;
    padding: 25px 0 20px;
    width: 100%;
    font-weight: normal;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    .conteudo-vertical1 .abas li a {
        float: none;
        width: auto;
        height: auto;
        display: inline-block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 12px 20px;
        background-color: rgba(0, 0, 0, 0.15);
        margin-right: 20px
    }

    .conteudo-vertical1 .abas li a:after {
        display: none
    }
}

@media (max-width:1023px) {

    .conteudo-vertical1 .abas li:hover,
    .conteudo-vertical1 .abas li.selected {
        height: auto
    }
}

.conteudo-vertical1 .abas li:hover a,
.conteudo-vertical1 .abas li.selected a {
    font-weight: 800;
    color: #08103A;
    border-right-color: #08103A;
    border-right-width: 5px;
    border-right-style: solid
}

@media (max-width:1023px) {

    .conteudo-vertical1 .abas li:hover a,
    .conteudo-vertical1 .abas li.selected a {
        font-size: 16px;
        border: 0;
        background-color: #08103A;
        color: #FFFFFF
    }
}

.conteudo-vertical1 .conteudos {
    width: 890px
}

@media (max-width:1023px) {
    .conteudo-vertical1 .conteudos {
        margin-top: 0;
        width: 100%
    }
}

.conteudo-vertical1 .conteudos>li {
    font-size: 16px;
    color: #1F1F1F;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none
}

.conteudo-vertical1 .conteudos>li::after {
    content: "";
    clear: both;
    display: table
}

@media (max-width:480px) {
    .conteudo-vertical1 .conteudos>li {
        text-align: left
    }
}

.conteudo-vertical1 .conteudos>li .text-tabs {
    width: calc(100% - 357px)
}

@media (max-width:768px) {
    .conteudo-vertical1 .conteudos>li .text-tabs {
        width: 50%
    }
}

@media (max-width:480px) {
    .conteudo-vertical1 .conteudos>li .text-tabs {
        width: 100%;
        order: 3
    }
}

.conteudo-vertical1 .conteudos>li .titulo1 {
    color: #333333;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    display: table;
    width: 100%
}

@media (max-width:480px) {
    .conteudo-vertical1 .conteudos>li .titulo1 {
        font-size: 25px;
        margin: 0 auto 30px;
        width: auto
    }
}

.conteudo-vertical1 .conteudos>li .titulo1:after {
    content: '';
    display: block;
    background-color: #08103A;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 0;
    width: 52px;
    height: 4px
}

.conteudo-vertical1 .conteudos>li .titulo2 {
    font-size: #64778B;
    color: 25px;
    font-weight: 700
}

.conteudo-vertical1 .conteudos>li ul {
    margin-top: 20px;
    width: 100%
}

.conteudo-vertical1 .conteudos>li ul li {
    font-size: 16px;
    margin-left: 20px;
    list-style: disc !important
}

.conteudo-vertical1 .conteudos a {
    display: table;
    background-color: #08103A;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 8px 21px;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    margin-top: 25px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.conteudo-vertical1 .conteudos a:hover {
    background-color: #FFFFFF;
    color: #08103A;
    border-color: #08103A;
    border-width: 2px;
    border-style: solid
}

.tabs-01 {
    width: 100%;
    margin: 30px 0
}

.tabs-01 h2 {
    font-size: 30px;
    color: #08103A;
    font-weight: 700
}

@media only screen and (max-width:480px) {
    .tabs-01 h2 {
        font-size: 22px
    }
}

.tabs-01 span {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px
}

.tabs-01 .bt-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    margin-top: 15px;
    background-color: transparent;
    cursor: pointer;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 50px 15px 20px;
    width: 100%;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    .tabs-01 .bt-tabs {
        font-size: 16px
    }
}

.tabs-01 .bt-tabs:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e96a';
    color: #08103A;
    font-family: 'icomoon';
    font-size: 25px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    position: absolute;
    top: calc(50% - 58px/2);
    right: 0;
    z-index: 0
}

.tabs-01 .bt-tabs:after {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e969';
    color: #08103A;
    font-family: 'icomoon';
    font-size: 25px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    position: absolute;
    top: calc(50% - 58px/2);
    right: 0;
    z-index: 0
}

.tabs-01 .bt-tabs:before {
    transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -webkit-transition: .3s all ease-in;
    -ms-transition: .3s all ease-in
}

.tabs-01 .bt-tabs:after {
    transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -webkit-transition: .3s all ease-in;
    -ms-transition: .3s all ease-in;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.tabs-01 .bt-tabs:first-child {
    margin: 0
}

.tabs-01 .bt-tabs:hover {
    background-color: rgba(0, 0, 0, 0.03)
}

.tabs-01 .on {
    background-color: rgba(0, 0, 0, 0.06)
}

.tabs-01 .on:before {
    transform: rotate(360deg);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.tabs-01 .on:after {
    transform: rotate(360deg);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

.tabs-01 .cnt-tabs {
    display: none;
    width: 98%;
    margin-bottom: 40px;
    padding: 30px 35px 0 10px;
    font-size: 16px;
    border-right-color: #777;
    border-right-width: 1px;
    border-right-style: dotted
}

@media only screen and (max-width:1023px) {
    .tabs-01 .cnt-tabs {
        width: 95%;
        padding: 30px 35px 0 20px
    }
}

@media only screen and (max-width:768px) {
    .tabs-01 .cnt-tabs {
        font-size: 15px
    }
}

body {
    font-family: 'Poppins', Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #333333;
    background-color: #eeeeee
}

@media (max-width:1023px) {
    body {
        font-size: 14.4px
    }
}

h1 {
    font-size: 45px;
    color: #08103A
}

@media (max-width:1023px) {
    h1 {
        font-size: 40.5px
    }
}

@media (max-width:1023px) {
    h1 {
        font-size: 35px
    }
}

h2 {
    font-size: 35px;
    color: #08103A
}

@media (max-width:1023px) {
    h2 {
        font-size: 31.5px
    }
}

h3 {
    font-size: 25px;
    color: #08103A
}

@media (max-width:1023px) {
    h3 {
        font-size: 22.5px
    }
}

h4 {
    font-size: 15px;
    color: #08103A
}

@media (max-width:1023px) {
    h4 {
        font-size: 13.5px
    }
}

span.titulo1 {
    font-size: 25px;
    color: #08103A
}

@media (max-width:1023px) {
    span.titulo1 {
        font-size: 22.5px
    }
}

span.titulo2 {
    font-size: 20px;
    color: #08103A
}

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

span.titulo3 {
    font-size: 18px;
    color: #08103A;
    font-weight: bold;
}

@media (max-width:1023px) {
    span.titulo3 {
        font-size: 16.2px
    }
}

span.titulo4 {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #08103A;
    font-size: 18px;
    color: #FFFFFF
}

@media (max-width:1023px) {
    span.titulo4 {
        font-size: 16.2px
    }
}

#mainBlock {
    clear: both;
    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;
    margin-bottom: 200px
}

@media (max-width:1279px) {
    #mainBlock {
        margin-bottom: 80px
    }
}

@media (max-width:1023px) {
    #mainBlock {
        margin-bottom: 40px
    }
}

@media (max-width:480px) {
    #mainBlock {
        margin-bottom: 15px
    }
}

#mainBlock.margin-t {
    margin-top: 90px
}

@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 {
    float: left;
    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
}

.interna:before {
    content: '';
    display: block;
    width: 67px;
    height: 418px;
    position: absolute;
    top: 320px;
    right: 0;
    z-index: 0;
    background-image: url("../../images/efeito.png");
    background-repeat: no-repeat;
    background-position: 0 0
}

.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: #08103A;
    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: #08103A;
    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: #121614;
    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: #08103A;
    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(8, 16, 58, 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)
}

.mt50 {
    margin-top: 50px;
}

.block {
    display: block;
    width: 100%;
    margin: 20px 0;
}

.list-posts {
    width: 100%;
    flex-wrap: wrap;
    float: left;
    justify-content: space-between
}

@media (max-width:1023px) {
    .list-posts {
        display: block
    }
}

.list-posts .blog-list {
    width: 590px;
    height: 300px;
    float: left;
    margin: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    -webkit-box-shadow: 0 0 10px #CCC;
    -ms-box-shadow: 0 0 10px #CCC;
    background-color: #FFF;
    line-height: .7;
    margin-bottom: 50px;
    overflow: hidden
}

.list-posts .blog-list .continua {
    font-size: 15px
}

@media (max-width:1279px) {
    .list-posts .blog-list {
        width: 48%
    }
}

@media (max-width:1023px) {
    .list-posts .blog-list {
        width: 100%
    }
}

@media (max-width:768px) {
    .list-posts .blog-list {
        width: 75%;
        margin: 0 auto 0;
        margin-bottom: 30px
    }
}

@media (max-width:480px) {
    .list-posts .blog-list {
        width: 100%
    }
}

.list-posts .blog-list a {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100%
}

@media (max-width:768px) {
    .list-posts .blog-list a {
        flex-direction: column
    }
}

.list-posts .blog-list a figure {
    width: 275px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-items: flex-start
}

@media (max-width:1023px) {
    .list-posts .blog-list a figure {
        width: 30%
    }
}

@media (max-width:768px) {
    .list-posts .blog-list a figure {
        width: 100%;
        min-height: 250px;
        text-align: center;
        margin: 0 auto 0
    }
}

.list-posts .blog-list a figure small {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 18px
}

@media (max-width:480px) {
    .list-posts .blog-list a figure small {
        margin-bottom: 0
    }
}

.list-posts .blog-list a figure small:before {
    content: "\e932";
    width: 25px;
    height: 25px;
    display: block;
    font-family: 'icomoon' !important;
    line-height: 1;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 0
}

.list-posts .blog-list a figure img {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    width: 100%;
    height: auto
}

@media (max-width:1023px) {
    .list-posts .blog-list a figure img {
        width: 100%;
        height: auto
    }
}

.list-posts .blog-list a div {
    width: 315px;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    position: relative;
    right: 0;
    padding: 30px;
    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
}

@media (max-width:1023px) {
    .list-posts .blog-list a div {
        width: 70%
    }
}

@media (max-width:768px) {
    .list-posts .blog-list a div {
        width: 100%;
        position: relative;
        padding-top: 10px
    }
}

.list-posts .blog-list a div h2 {
    color: #1E3061;
    font-size: 18px;
    font-weight: 800;
    text-transform: none;
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px
}

@media (max-width:480px) {
    .list-posts .blog-list a div h2 {
        border-bottom-color: #1E3061;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-bottom: 0
    }
}

.list-posts .blog-list a div h2:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background-color: #1E3061;
    position: absolute;
    bottom: 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
}

@media (max-width:480px) {
    .list-posts .blog-list a div h2:after {
        display: none
    }
}

.list-posts .blog-list a div span {
    color: #444;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block
}

.list-posts .blog-list a div span strong {
    font-weight: normal
}

.list-posts .blog-list a div span em {
    font-style: initial
}

.list-posts .blog-list a div small {
    font-size: 13px;
    display: flex;
    align-items: center;
    line-height: 1.2
}

.list-posts .blog-list a div small i {
    font-size: 16px;
    margin-right: 7px
}

.list-posts .blog-list a div:after {
    display: block;
    font-family: 'icomoon';
    content: '\e940';
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(30, 48, 97, 0.4);
    border-right-color: #1E3061;
    border-right-width: 1px;
    border-right-style: dashed;
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -90px;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media only screen and (max-width:768px) {
    .list-posts .blog-list a div:after {
        display: none
    }
}

.list-posts .blog-list a:hover figure img {
    filter: grayscale(.8)
}

.list-posts .blog-list a:hover div {
    right: 90px;
    overflow: visible;
    box-shadow: -10px 0 12px -16px #000000;
    -moz-box-shadow: -10px 0 12px -16px #000000;
    -webkit-box-shadow: -10px 0 12px -16px #000000;
    -ms-box-shadow: -10px 0 12px -16px #000000
}

@media only screen and (max-width:1023px) {
    .list-posts .blog-list a:hover div {
        right: 0px
    }
}

.list-posts .blog-list a:hover div h2:after {
    width: 100%
}

.list-posts .blog-list a:hover div:after {
    opacity: 1;
    filter: alpha(opacity=1)
}

.servicos-56 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 90px 15px 180px;
    background-color: #ECECFB;
    position: relative
}

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

@media (max-width:1279px) {
    .servicos-56:before {
        height: 70px;
        top: -69px;
        background-size: 100% 70px
    }
}

@media (max-width:1023px) {
    .servicos-56:before {
        height: 80px;
        top: -75px;
        background-size: 100% 80px
    }
}

@media (max-width:768px) {
    .servicos-56:before {
        height: 45px;
        top: -45px;
        background-size: 100% 45px
    }
}

@media (max-width:480px) {
    .servicos-56:before {
        height: 50px;
        background-size: 100% 50px;
        top: -45px
    }
}

.servicos-56:nth-of-type(2) {
    display: none
}

.servicos-56:after {
    content: '';
    display: block;
    width: 382px;
    height: 380px;
    background-image: url("../../images/logo-before.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 30px;
    left: -140px;
    z-index: 0;
    opacity: .05;
    -moz-opacity: .05;
    -webkit-opacity: .05;
    filter: alpha(opacity=0.05)
}

@media (max-width:1023px) {
    .servicos-56:after {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .servicos-56 {
        padding-bottom: 100px
    }
}

.servicos-56 .full-max {
    width: unset;
    max-width: 1292px;
    position: relative;
    z-index: 2
}

.servicos-56 .full-max h2 {
    text-align: center;
    font-size: 50px;
    color: #143152;
    font-weight: 700;
    margin: 0 auto 20px;
    display: table;
    position: relative
}

@media (max-width:1279px) {
    .servicos-56 .full-max h2 {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .servicos-56 .full-max h2 {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .servicos-56 .full-max h2 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .servicos-56 .full-max h2 {
        font-size: 30px
    }
}

.servicos-56 .full-max h2:before {
    content: '';
    display: block;
    width: 51px;
    height: 4px;
    background-color: #D8B445;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

@media only screen and (max-width:1023px) {
    .servicos-56 .full-max h2:before {
        left: calc(50% - 51px/2)
    }
}

.servicos-56 .full-max>p {
    font-size: 25px;
    text-align: center;
    margin-bottom: 60px;
    width: 100%;
    color: #111111
}

@media only screen and (max-width:768px) {
    .servicos-56 .full-max>p {
        margin-bottom: 40px;
        font-size: 20px
    }
}

@media (max-width:480px) {
    .servicos-56 .full-max>p {
        font-size: 18px
    }
}

.servicos-56 .servicos-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    animation: fadeBloco 1.3s
}

@media (max-width:768px) {
    .servicos-56 .servicos-home {
        justify-content: center
    }
}

@keyframes fadeBloco {
    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)
    }
}

.servicos-56 .servicos-home .spacer {
    width: 100%;
    max-width: 23%;
    margin: 0 6px
}

.servicos-56 .select-servico {
    width: 700px;
    height: 62px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    background-color: #D8B445;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-evenly;
    box-shadow: inset 4px 4px 9px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 4px 4px 9px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 4px 4px 9px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: inset 4px 4px 9px rgba(0, 0, 0, 0.4)
}

@media (max-width:768px) {
    .servicos-56 .select-servico {
        width: 100%;
        height: 56px;
        max-width: 380px
    }
}

.servicos-56 .select-servico button {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    width: 221px;
    height: 47px;
    outline: 0;
    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;
    border: 0;
    background-color: transparent;
    pointer-events: all
}

.servicos-56 .select-servico button span {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 23px;
    position: relative;
    pointer-events: none
}

@media (max-width:768px) {
    .servicos-56 .select-servico button span {
        font-size: 20px
    }
}

@media (max-width:480px) {
    .servicos-56 .select-servico button span {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .servicos-56 .select-servico button {
        width: 46%;
        height: 41px;
        font-size: 20px
    }
}

.servicos-56 .select-servico .marcador {
    background-color: #153152;
    width: 221px;
    height: 47px;
    display: block;
    position: absolute;
    top: calc(50% - (47px / 2));
    left: 8px;
    z-index: 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    pointer-events: none;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0)
}

@media (max-width:768px) {
    .servicos-56 .select-servico .marcador {
        width: 46%;
        height: 41px;
        position: absolute;
        top: calc(50% - (41px / 2));
        left: 8px;
        z-index: 0;
        font-size: 20px
    }
}

.servicos-56 .select-servico .marcador.move {
    transform: translateX(231px);
    -moz-transform: translateX(231px);
    -webkit-transform: translateX(231px);
    -ms-transform: translateX(231px)
}

@media (max-width:768px) {
    .servicos-56 .select-servico .marcador.move {
        transform: translateX(108%);
        -moz-transform: translateX(108%);
        -webkit-transform: translateX(108%);
        -ms-transform: translateX(108%)
    }
}