@charset "UTF-8";

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf) format('truetype')
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOmb2Rm.ttf) format('truetype')
}

#cookiesdirective {
    box-shadow: 0px 0px 20px 0px black;
    background-color: #ddd;
    width: 300px !important;
    left: 20px !important;
    margin-bottom: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    padding: 25px 10px 10px
}

@media (max-width:768px) {
    #cookiesdirective {
        left: calc(50% - 150px) !important
    }
}

#cookiesdirective:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 511.999 511.999' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m501.78 235.24c-29.7-10.499-49.799-38.699-49.799-70.199 0.601-5.101-1.8-9.3-5.7-12.9-3.3-2.701-8.399-3.9-12.599-3.301-25.201 3.6-49.2-3.6-67.5-18.3s-31.201-36.899-33.3-62.699c-0.3-4.501-3.001-8.701-6.901-11.4-3.9-2.401-8.699-3.001-13.2-1.201-40.8 14.7-79.2-11.1-94.499-46.199-3.001-6.601-9.901-10.201-17.1-8.699-57.601 12.9-109.4 49.06-144.8 94.661-81.899 105.3-73.5 250.2 18.3 342.3 99.901 99.598 261 99.598 360.6 0 46.199-46.201 76.7-112.06 76.7-182.26-0.603-9.901-0.903-16.5-10.203-19.802z' fill='%23FEA832'/%3E%3Cpath d='m511.98 255.04c0 70.199-30.5 136.06-76.7 182.26-99.6 99.598-260.7 99.598-360.6 0l291.5-306.76c18.3 14.7 42.299 21.899 67.5 18.3 4.2-0.599 9.3 0.601 12.599 3.301 3.9 3.6 6.301 7.798 5.7 12.9 0 31.5 20.099 59.7 49.799 70.199 9.302 3.302 9.602 9.901 10.202 19.801z' fill='%23FE9923'/%3E%3Cpath d='m193.48 312.5c-7.5-6.599-17.701-10.499-28.5-10.499-24.901 0-45 20.099-45 45 0 11.7 4.501 22.2 11.7 30 8.099 9.3 20.099 15 33.3 15 24.901 0 45-20.101 45-45-1e-3 -14.101-6.301-26.4-16.5-34.501z' fill='%23994C0F'/%3E%3Cg fill='%23713708'%3E%3Cpath d='m314.98 302c-24.814 0-45-20.186-45-45s20.186-45 45-45 45 20.186 45 45-20.185 45-45 45z'/%3E%3Cpath d='m299.98 422c-16.538 0-30-13.462-30-30s13.462-30 30-30 30 13.462 30 30-13.462 30-30 30z'/%3E%3C/g%3E%3Cpath d='m179.98 212c-16.538 0-30-13.462-30-30s13.462-30 30-30 30 13.462 30 30-13.462 30-30 30z' fill='%23994C0F'/%3E%3Ccircle cx='404.24' cy='318.13' r='15' fill='%23713708'/%3E%3Ccircle cx='104.23' cy='258.13' r='15' fill='%23994C0F'/%3E%3Cpath d='m209.98 347c0 24.899-20.099 45-45 45-13.2 0-25.201-5.7-33.3-15l61.8-64.501c10.2 8.101 16.5 20.4 16.5 34.501z' stroke-width='4' stroke='%23ffffff' fill='%23713708'/%3E%3C/svg%3E%0A");
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -17px;
    left: -17px;
    z-index: 0;
    background-color: #FFFFFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    float: left
}

@media (max-width:768px) {
    #cookiesdirective:before {
        left: calc(50% - 20px);
        top: -20px
    }
}

#cookiesdirective .cookie-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

#cookiesdirective .cookie-wrapper .text-cookie {
    color: #000000;
    font-size: 16px;
    line-height: 1.3
}

@media (max-width:768px) {
    #cookiesdirective .cookie-wrapper .text-cookie {
        font-size: 15px;
        line-height: 1.3
    }
}

#cookiesdirective .cookie-wrapper .text-cookie a {
    color: #122D58;
    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: #9E0001;
    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: #520001
}

* {
    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: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif
}

input,
textarea {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

.spaceAfterCP,
.spaceBeforeCP {
    width: 100%
}

a,
a:hover {
    color: #9E0001;
    text-decoration: none
}

figure {
    line-height: 0;
    flex-shrink: 0
}

figure figcaption {
    line-height: 1.2
}

.full-max {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0
}

@font-face {
    font-family: 'icomoon';
    src: url('../../fontes/icomoon.ttf?2cgk3b') format('truetype'), url('../../fontes/icomoon.woff?2cgk3b') format('woff'), url('../../fontes/icomoon.svg?2cgk3b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

i {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cart2:before {
    content: "\e917"
}

.icon-bag-2:before {
    content: "\e94d"
}

.icon-user7:before {
    content: "\e965"
}

.icon-upload1:before {
    content: "\e968"
}

.icon-upload2:before {
    content: "\e973"
}

.icon-upload3:before {
    content: "\e990"
}

.icon-tik-tok1:before {
    content: "\e992"
}

.icon-tik-tok2:before {
    content: "\e99a"
}

.icon-waze1:before {
    content: "\e99f"
}

.icon-waze2:before {
    content: "\e9ae"
}

.logo-2020a:before {
    content: "\e907"
}

.logo-2020-b:before {
    content: "\e916"
}

.data-hora1:before {
    content: "\e963"
}

.data-hora2:before {
    content: "\e964"
}

.data-hora3:before {
    content: "\e9a3"
}

.escudo:before {
    content: "\e9a4"
}

.cama:before {
    content: "\e9a5"
}

.banheiro:before {
    content: "\e9a6"
}

.carro:before {
    content: "\e9a7"
}

.chat1:before {
    content: "\e9a8"
}

.checklist:before {
    content: "\e9a9"
}

.empresa1:before {
    content: "\e9aa"
}

.metragem:before {
    content: "\e9ab"
}

.share1:before {
    content: "\e9ac"
}

.share2:before {
    content: "\e9ad"
}

.icon-camera1:before {
    content: "\e998"
}

.icon-camera2:before {
    content: "\e999"
}

.icon-camera4:before {
    content: "\e99b"
}

.qr-code1:before {
    content: "\e99c"
}

.qr-code2:before {
    content: "\e99d"
}

.qr-code3:before {
    content: "\e99e"
}

.touch2:before {
    content: "\e9a0"
}

.lab03:before {
    content: "\e9a1"
}

.radiactive:before {
    content: "\e9a2"
}

.icon-lupa3:before {
    content: "\e995"
}

.icon-bag:before {
    content: "\e996"
}

.icon-user6:before {
    content: "\e997"
}

.icon-cupom:before {
    content: "\e98c"
}

.icon-phone05:before {
    content: "\e98d"
}

.fast-delivery:before {
    content: "\e98e"
}

.icon-lab01:before {
    content: "\e98f"
}

.icon-cadeado02:before {
    content: "\e991"
}

.icon-map:before {
    content: "\e993"
}

.icon-user05:before {
    content: "\e994"
}

.icon-dash:before {
    content: "\e984"
}

.icon-gear2:before {
    content: "\e985"
}

.icon-logout:before {
    content: "\e986"
}

.icon-user4:before {
    content: "\e98a"
}

.icon-clip:before {
    content: "\e98b"
}

.sino-1:before {
    content: "\e979"
}

.sino-2:before {
    content: "\e97a"
}

.alerta-1:before {
    content: "\e97b"
}

.alerta-2:before {
    content: "\e97c"
}

.livro:before {
    content: "\e97d"
}

.sair:before {
    content: "\e97e"
}

.key:before {
    content: "\e97f"
}

.key-2:before {
    content: "\e980"
}

.pasta:before {
    content: "\e981"
}

.stats:before {
    content: "\e982"
}

.aleatorio:before {
    content: "\e983"
}

.short:before {
    content: "\e974"
}

.filtro-1:before {
    content: "\e975"
}

.filtro-2:before {
    content: "\e976"
}

.star-1:before {
    content: "\e977"
}

.star-2:before {
    content: "\e978"
}

.icon-seta-dupla:before {
    content: "\e902"
}

.icon-delivery-2:before {
    content: "\e918"
}

.icon-delivery-1:before {
    content: "\e91b"
}

.icon-bateria-2:before {
    content: "\e924"
}

.icon-bateria-1:before {
    content: "\e925"
}

.icon-menu-8:before {
    content: "\e95f"
}

.icon-menu-7:before {
    content: "\e960"
}

.icon-menu-6:before {
    content: "\e961"
}

.icon-menu-5:before {
    content: "\e962"
}

.icon-menu-1:before {
    content: "\e966"
}

.icon-lista2:before {
    content: "\e939"
}

.icon-mouse-01:before {
    content: "\e94e"
}

.icon-mouse-02:before {
    content: "\e94f"
}

.icon-seta08-u:before {
    content: "\e970"
}

.icon-seta08-d:before {
    content: "\e971"
}

.icon-seta08-l:before {
    content: "\e96e"
}

.icon-seta08-r:before {
    content: "\e96f"
}

.icon-seta01-r:before {
    content: "\e950"
}

.icon-seta01-l:before {
    content: "\e951"
}

.icon-seta02-d:before {
    content: "\e952"
}

.icon-seta02-r:before {
    content: "\e953"
}

.icon-seta02-l:before {
    content: "\e954"
}

.icon-seta03-d:before {
    content: "\e955"
}

.icon-seta04-d:before {
    content: "\e956"
}

.icon-seta05-d:before {
    content: "\e957"
}

.icon-seta06-r:before {
    content: "\e958"
}

.icon-seta06-d:before {
    content: "\e9af"
}

.icon-seta06-l:before {
    content: "\e959"
}

.icon-seta07-r:before {
    content: "\e95a"
}

.icon-seta07-l:before {
    content: "\e95b"
}

.icon-seta07-d:before {
    content: "\e9b0"
}

.icon-plus-01:before {
    content: "\e95c"
}

.icon-menos1:before {
    content: "\e967"
}

.icon-menos2:before {
    content: "\e969"
}

.icon-mais2:before {
    content: "\e96a"
}

.icon-plus-02:before {
    content: "\e95d"
}

.icon-plus-03:before {
    content: "\e95e"
}

.icon-check04:before {
    content: "\e926"
}

.icon-check:before {
    content: "\e94b"
}

.icon-check02:before {
    content: "\e94c"
}

.icon-close:before {
    content: "\e947"
}

.icon-close02:before {
    content: "\e949"
}

.icon-empresa2:before {
    content: "\e91a"
}

.icon-empresa:before {
    content: "\e927"
}

.icon-rote:before {
    content: "\e943"
}

.icon-heart:before {
    content: "\e944"
}

.icon-link:before {
    content: "\e945"
}

.icon-responsive:before {
    content: "\e946"
}

.icon-gear:before {
    content: "\e989"
}

.icon-seta2:before {
    content: "\e911"
}

.icon-delivery:before {
    content: "\e90f"
}

.icon-store:before {
    content: "\e910"
}

.icon-trash:before {
    content: "\e900"
}

.icon-cart1:before {
    content: "\e901"
}

.icon-olho:before {
    content: "\e903"
}

.icon-atualizar:before {
    content: "\e904"
}

.icon-cadeado:before {
    content: "\e905"
}

.icon-instagram-02:before {
    content: "\e94a"
}

.icon-whatsapp:before {
    content: "\e906"
}

.icon-in:before {
    content: "\e908"
}

.icon-facebook:before {
    content: "\e909"
}

.icon-twitter:before {
    content: "\e90a"
}

.icon-youtube:before {
    content: "\e90b"
}

.icon-youtube2:before {
    content: "\e92e"
}

.icon-pinterest:before {
    content: "\e90c"
}

.icon-rss:before {
    content: "\e90d"
}

.icon-blog:before {
    content: "\e90e"
}

.icon-skype:before {
    content: "\e919"
}

.icon-users:before {
    content: "\e915"
}

.icon-user3:before {
    content: "\e988"
}

.icon-user:before {
    content: "\e91c"
}

.icon-user2:before {
    content: "\e91d"
}

.icon-help:before {
    content: "\e91e"
}

.icon-info:before {
    content: "\e91f"
}

.icon-send:before {
    content: "\e920"
}

.icon-pin4:before {
    content: "\e930"
}

.icon-pin2:before {
    content: "\e938"
}

.icon-pin:before {
    content: "\e928"
}

.icon-pin3:before {
    content: "\e929"
}

.icon-text:before {
    content: "\e92a"
}

.icon-text2:before {
    content: "\e92b"
}

.icon-clock:before {
    content: "\e931"
}

.icon-clock2:before {
    content: "\e932"
}

.icon-data:before {
    content: "\e933"
}

.icon-data2:before {
    content: "\e934"
}

.icon-download:before {
    content: "\e935"
}

.icon-lupa:before {
    content: "\e936"
}

.icon-lupa2:before {
    content: "\e937"
}

.icon-chat:before {
    content: "\e93a"
}

.icon-chat3:before {
    content: "\e93c"
}

.icon-chat4:before {
    content: "\e93d"
}

.icon-chat5:before {
    content: "\e93e"
}

.icon-seta:before {
    content: "\e940"
}

.icon-seta02:before {
    content: "\e9b1"
}

.icon-news:before {
    content: "\e93f"
}

.icon-arroba:before {
    content: "\e922"
}

.icon-mail4:before {
    content: "\e987"
}

.icon-email:before {
    content: "\e921"
}

.icon-mail2:before {
    content: "\e923"
}

.icon-phone24h2:before {
    content: "\e942"
}

.icon-call01:before {
    content: "\e913"
}

.icon-call03:before {
    content: "\e914"
}

.icon-call02:before {
    content: "\e912"
}

.icon-call:before {
    content: "\e948"
}

.icon-cel:before {
    content: "\e93b"
}

.icon-phone:before {
    content: "\e92c"
}

.icon-phone2:before {
    content: "\e92d"
}

.icon-phone07:before {
    content: "\e941"
}

.icon-phone4:before {
    content: "\e92f"
}

.icon-phone03:before {
    content: "\e972"
}

.icon-home1:before {
    content: "\e96b"
}

.icon-home2:before {
    content: "\e96c"
}

.icon-home3:before {
    content: "\e96d"
}

#headerBlock {
    height: 94px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #FFFFFF;
    border-bottom-color: #9E0001;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    z-index: 999;
    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 15px
}

@media (max-width:1023px) {
    #headerBlock {
        height: 70px;
        z-index: 51;
        padding: 0
    }
}

#headerBlock.topo-fixo {
    height: 70px
}

#headerBlock.topo-fixo .topo-10>.logo {
    width: 245px;
    height: 70px
}

#headerBlock.topo-fixo .topo-10>.logo:after {
    height: 70px
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .topo-10>.logo {
        width: 165px
    }
}

#headerBlock.topo-fixo .topo-10>.topo-right>.menu>.pmenu>li>a {
    height: 70px
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .topo-10>.topo-right>.menu>.pmenu>li>a {
        height: auto
    }
}

#headerBlock.topo-fixo .topo-10>.topo-right>.menu>.pmenu>li>a.horiz_enclose {
    height: 34px
}

#headerBlock.topo-fixo .psubmenu {
    top: calc(70px - 3px) !important
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .psubmenu {
        top: 0 !important
    }
}

#headerBlock .topo-10 {
    max-width: 1280px;
    margin: 0 auto 0;
    width: 100%;
    height: 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .topo-10 {
        height: 70px;
        position: relative;
        z-index: 1501;
        padding: 0;
        border-bottom-color: #DDD;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        background-color: #FFFFFF
    }
}

#headerBlock .topo-10 .logo {
    float: left;
    display: block;
    width: 328px;
    height: 94px;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    position: relative;
    z-index: 1
}

#headerBlock .topo-10 .logo:after {
    content: '';
    display: block;
    width: 161px;
    height: 94px;
    background-image: url("../../images/after-logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    right: -125px;
    z-index: 0;
    pointer-events: none;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .topo-10 .logo:after {
        height: 70px
    }
}

@media (max-width:1279px) {
    #headerBlock .topo-10 .logo {
        width: 245px
    }
}

@media (max-width:1023px) {
    #headerBlock .topo-10 .logo {
        width: 165px;
        height: 70px;
        margin: 0 auto 0;
        float: none;
        filter: none
    }
}

#headerBlock .topo-10 .logo h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    overflow: hidden;
    width: 0;
    height: 0
}

#headerBlock .topo-10 .topo-right {
    float: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative
}

#headerBlock .topo-10 .telefone-topo {
    float: right;
    border-left-color: #ccc;
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 10px;
    margin-left: 10px
}

@media (max-width:1023px) {
    #headerBlock .topo-10 .telefone-topo {
        display: none
    }
}

#headerBlock .topo-10 .telefone-topo .telefone {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    padding-left: 40px
}

#headerBlock .topo-10 .telefone-topo .telefone:before {
    content: '\e972';
    color: #9E0001;
    font-family: 'icomoon';
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 0;
    transform: translate(0, -50%)
}

#headerBlock .topo-10 .telefone-topo .telefone a {
    color: #9E0001;
    font-size: 18px;
    font-weight: 700
}

#headerBlock .info-lateral {
    display: none
}

@media (max-width:1023px) {
    #headerBlock .info-lateral {
        position: fixed;
        top: 90px;
        right: -110%;
        z-index: 1001;
        display: block;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        text-align: center;
        width: 90%;
        height: auto;
        padding: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        background-color: #FFFFFF;
        border-top-color: #380000;
        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: 'Roboto Slab', 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: 'Roboto Slab', 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: 'Roboto Slab', 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: 'Roboto Slab', 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: 'Roboto Slab', 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: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0 auto 0
    }
}

@media (max-width:480px) {
    #headerBlock .info-lateral .formulario-contato {
        width: 100%
    }

    #headerBlock .info-lateral .telefone-lateral,
    #headerBlock .info-lateral .whatsapp-lateral {
        font-size: 18px
    }

    #headerBlock .info-lateral .endereco-lateral {
        font-size: 13px
    }
}

#headerBlock .ico-fone-responsivo {
    display: none
}

@media (max-width:1023px) {
    #headerBlock .ico-fone-responsivo {
        display: block;
        float: right;
        position: relative;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        padding: 20px;
        color: #FFFFFF;
        font-size: 20px;
        margin: 15px 10px 0 0;
        background-color: #9E0001;
        padding-left: 35px;
        padding-left: 20px;
        border-color: none;
        border-width: none;
        border-style: none
    }

    #headerBlock .ico-fone-responsivo:before {
        content: '\e972';
        color: #FFFFFF;
        font-family: 'icomoon';
        font-size: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 0;
        font-weight: normal
    }

    #headerBlock .ico-fone-responsivo:before {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0
    }

    #headerBlock .ico-fone-responsivo:hover {
        background-color: #850001;
        cursor: pointer;
        color: #FFFFFF
    }
}

#headerBlock .trava {
    overflow: hidden;
    position: relative
}

#headerBlock .trava:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45)
}

#headerBlock .info-lateral {
    display: none
}

@media (max-width:1023px) {
    #headerBlock .info-lateral {
        position: fixed;
        top: 90px;
        right: -110%;
        z-index: 1001;
        display: block;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        text-align: center;
        width: 90%;
        height: auto;
        padding: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        background-color: #FFFFFF;
        border-top-color: #380000;
        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: 'Roboto Slab', 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: 'Roboto Slab', 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: 'Roboto Slab', 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: 'Roboto Slab', 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: 'Roboto Slab', 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: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0 auto 0
    }
}

@media (max-width:480px) {
    #headerBlock .info-lateral .formulario-contato {
        width: 100%
    }

    #headerBlock .info-lateral .telefone-lateral,
    #headerBlock .info-lateral .whatsapp-lateral {
        font-size: 18px
    }

    #headerBlock .info-lateral .endereco-lateral {
        font-size: 13px
    }
}

#headerBlock .ico-fone-responsivo {
    display: none
}

@media (max-width:1023px) {
    #headerBlock .ico-fone-responsivo {
        display: block;
        float: right;
        position: relative;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        padding: 20px;
        color: #FFFFFF;
        font-size: 20px;
        margin: 15px 10px 0 0;
        background-color: #9E0001;
        padding-left: 35px;
        padding-left: 20px;
        border-color: none;
        border-width: none;
        border-style: none
    }

    #headerBlock .ico-fone-responsivo:before {
        content: '\e972';
        color: #FFFFFF;
        font-family: 'icomoon';
        font-size: 20px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 0;
        font-weight: normal
    }

    #headerBlock .ico-fone-responsivo:before {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 0
    }

    #headerBlock .ico-fone-responsivo:hover {
        background-color: #850001;
        cursor: pointer;
        color: #FFFFFF
    }
}

#headerBlock .trava {
    overflow: hidden;
    position: relative
}

#headerBlock .trava:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45)
}

#headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>a {
    height: 70px
}

@media (max-width:1023px) {
    #headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>a {
        height: auto
    }
}

#headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>a.horiz_enclose {
    height: 34px
}

#headerBlock .menu {
    margin: 0;
    transform: translate(0, 0);
    display: flex;
    align-items: center
}

#headerBlock .menu .full-max {
    width: 87%
}

#headerBlock .menu h2 {
    display: none;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

@media only screen and (min-width:1024px) {
    #headerBlock .menu {
        transform: translate(0) !important
    }
}

@media (max-width:1023px) {
    #headerBlock .menu {
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 1500;
        width: 260px;
        height: 100vh;
        margin: 0;
        padding-bottom: 250px;
        background-color: #850001;
        transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        overflow: scroll;
        border-top: 0;
        flex-direction: column
    }

    #headerBlock .menu.on {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
}

#headerBlock .menu .entrar {
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 25px;
    background-color: #9E0001;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-left: 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#headerBlock .menu .entrar:hover {
    background-color: #eee;
    color: #9E0001
}

@media (max-width:1023px) {
    #headerBlock .menu .entrar {
        width: 100%;
        background-color: transparent;
        padding: 15px 20px;
        border-bottom-color: rgba(255, 255, 255, 0.3);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        margin-left: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0
    }

    #headerBlock .menu .entrar:hover {
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFFFFF
    }
}

#headerBlock .pmenu {
    float: right;
    display: flex
}

@media (max-width:1023px) {
    #headerBlock .pmenu {
        display: block
    }
}

#headerBlock .pmenu li {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .pmenu li {
        width: 100%;
        border-bottom-color: rgba(255, 255, 255, 0.3);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }
}

#headerBlock .pmenu li:hover .psubmenu {
    display: block;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0)
}

#headerBlock .pmenu li a {
    display: flex;
    align-items: center;
    height: 94px;
    color: #111;
    padding: 20px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    transition-property: color, height;
    position: relative;
    overflow: hidden
}

@media (max-width:1023px) {
    #headerBlock .pmenu li a {
        font-size: 12.6px
    }
}

@media (max-width:1279px) {
    #headerBlock .pmenu li a {
        padding: 20px 13px
    }
}

@media (max-width:1023px) {
    #headerBlock .pmenu li a {
        width: 100%;
        height: auto;
        padding: 15px 20px;
        color: #FFFFFF
    }
}

#headerBlock .pmenu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 3px;
    background-color: #9E0001;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .pmenu li a:before {
        display: none
    }
}

#headerBlock .pmenu li:hover>a,
#headerBlock .pmenu li.act_path>a {
    color: #111
}

#headerBlock .pmenu li:hover>a:before,
#headerBlock .pmenu li.act_path>a:before {
    top: 0px;
    bottom: auto
}

@media (max-width:1023px) {

    #headerBlock .pmenu li:hover>a,
    #headerBlock .pmenu li.act_path>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFFFFF
    }
}

@media (max-width:1023px) {
    #headerBlock .pmenu .link_sub {
        display: flex;
        flex-direction: column
    }
}

#headerBlock .pmenu .link_sub:before {
    display: block;
    content: '\e95a';
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 15px;
    color: #111;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    z-index: 0;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1279px) {
    #headerBlock .pmenu .link_sub:before {
        right: 0
    }
}

@media (max-width:1023px) {
    #headerBlock .pmenu .link_sub:before {
        display: none
    }
}

#headerBlock .pmenu .link_sub:hover:before {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

#headerBlock .pmenu .psubmenu {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    background-color: #9E0001;
    position: absolute;
    top: calc(94px - 5px);
    left: 25px;
    z-index: 999;
    width: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.65));
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        width: 100%;
        padding: 10px 0 35px 20px;
        filter: none;
        display: block;
        position: relative;
        float: left;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1);
        visibility: visible;
        top: auto;
        left: auto;
        background: none
    }
}

#headerBlock .pmenu .psubmenu:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 5px;
    z-index: -1;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #9E0001;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu:after {
        display: none
    }
}

#headerBlock .pmenu .psubmenu:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu:before {
        display: none
    }
}

#headerBlock .pmenu .psubmenu li {
    width: 100%;
    height: auto
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu li {
        border: none
    }
}

#headerBlock .pmenu .psubmenu li.act_path>a {
    background-color: rgba(0, 0, 0, 0.15);
    color: #FFFFFF
}

#headerBlock .pmenu .psubmenu a {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    color: #FFFFFF;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

@media (max-width:1023px) {
    #headerBlock .pmenu .psubmenu a {
        border-left-color: rgba(255, 255, 255, 0.3);
        border-left-width: 1px;
        border-left-style: solid;
        font-size: 13px;
        color: #FFFFFF;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0
    }
}

#headerBlock .pmenu .psubmenu a:before {
    display: none
}

#headerBlock .pmenu .psubmenu a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF
}

@media (max-width:1023px) {
    #headerBlock .pmenu .li_enclose {
        border: none
    }
}

#headerBlock .pmenu .li_enclose:hover {
    color: #FFFFFF
}

#headerBlock .pmenu .li_enclose .horiz_enclose {
    background-color: #9E0001;
    color: #FFFFFF;
    height: 40px;
    font-size: 16px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    font-weight: 700;
    padding: 10px 30px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#headerBlock .pmenu .li_enclose .horiz_enclose:hover {
    color: #FFFFFF;
    background-color: #850001
}

@media (max-width:1023px) {
    #headerBlock .pmenu .li_enclose .horiz_enclose {
        background-color: #FFFFFF;
        color: #9E0001;
        width: 90%;
        margin: 0 auto 0;
        margin-top: 20px
    }

    #headerBlock .pmenu .li_enclose .horiz_enclose:hover {
        color: #FFFFFF;
        background-color: #520001;
        border-color: #FFFFFF;
        border-width: 1px;
        border-style: solid
    }
}

#headerBlock .botao-menu {
    display: none
}

@media (max-width:1023px) {
    #headerBlock .botao-menu {
        display: block;
        position: relative;
        overflow: hidden;
        float: left;
        width: 70px;
        height: 70px;
        margin: 0 15px 0 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        background: none;
        z-index: 1
    }

    #headerBlock .botao-menu span {
        background-color: #9E0001;
        display: block;
        position: absolute;
        height: 4px;
        top: 50%;
        left: 18px;
        right: 18px;
        margin-top: -2px;
        transition: background 0s .3s;
        -moz-transition: background 0s .3s;
        -webkit-transition: background 0s .3s;
        -ms-transition: background 0s .3s
    }

    #headerBlock .botao-menu span:before {
        content: "";
        background-color: #9E0001;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        top: -10px;
        left: 0;
        transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -webkit-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -webkit-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        transition-property: top, transform;
        -moz-transition-property: top, transform;
        -webkit-transition-property: top, transform;
        -ms-transition-property: top, transform
    }

    #headerBlock .botao-menu span:after {
        content: "";
        background-color: #9E0001;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        bottom: -10px;
        left: 0;
        transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -webkit-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -webkit-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -webkit-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform
    }

    #headerBlock .botao-menu.on {
        background-color: #850001
    }

    #headerBlock .botao-menu.on span {
        background: none
    }

    #headerBlock .botao-menu.on span:before {
        top: 0;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        -webkit-transition-delay: 0s, .3s;
        -ms-transition-delay: 0s, .3s;
        background-color: #FFFFFF
    }

    #headerBlock .botao-menu.on span:after {
        bottom: 0;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        -webkit-transition-delay: 0s, .3s;
        -ms-transition-delay: 0s, .3s;
        background-color: #FFFFFF
    }

    #headerBlock .ssm-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.4);
        display: none
    }

    #headerBlock .ssm-toggle-nav:before {
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out
    }

    #headerBlock .ssm-toggle-nav.on:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }
}

#headerBlock .botao-menu2 {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 1
}

#headerBlock .botao-menu2 span {
    background-color: #9E0001;
    display: block;
    position: absolute;
    height: 4px;
    top: 50%;
    left: 18px;
    right: 18px;
    margin-top: -2px;
    transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    -webkit-transition: background 0s .3s;
    -ms-transition: background 0s .3s
}

#headerBlock .botao-menu2 span:before {
    content: "";
    background-color: #9E0001;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: -10px;
    left: 0;
    transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -webkit-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -webkit-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    transition-property: top, transform;
    -moz-transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -ms-transition-property: top, transform
}

#headerBlock .botao-menu2 span:after {
    content: "";
    background-color: #9E0001;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: -10px;
    left: 0;
    transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -webkit-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -webkit-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform
}

#headerBlock .botao-menu2.on {
    background-color: #850001
}

#headerBlock .botao-menu2.on span {
    background: none
}

#headerBlock .botao-menu2.on span:before {
    top: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -webkit-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    background-color: #FFFFFF
}

#headerBlock .botao-menu2.on span:after {
    bottom: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -webkit-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    background-color: #FFFFFF
}

.pg-interna #mainBlock {
    margin-top: 94px
}

@media (max-width:1023px) {
    .pg-interna #mainBlock {
        margin-top: 70px
    }
}

#footerBlock {
    float: left;
    font-family: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
    background-color: #111;
    width: 100%;
    border-top-color: #111;
    border-top-width: 4px;
    border-top-style: solid
}

@media (max-width:1023px) {
    #footerBlock .bloco-rod {
        max-width: 100% !important
    }
}

@media (max-width:1023px) {
    #footerBlock {
        display: block !important;
        box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important
    }

    #footerBlock .bloco-rod {
        max-width: 100%;
        text-align: center
    }
}

.rodape-15 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    float: left;
    font-family: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif
}

.rodape-15 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative
}

.rodape-15 h2:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    z-index: 0;
    background-color: #FFFFFF
}

.rodape-15 p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal
}

.rodape-15 p a {
    color: #FFFFFF
}

.rodape-15 p a:last-child {
    margin-left: 7px;
    padding-left: 7px;
    border-left-color: #FFFFFF;
    border-left-width: 1px;
    border-left-style: solid
}

.rodape-15 strong {
    font-size: 16px;
    color: #FFFFFF
}

.rodape-15 b a {
    color: #FFFFFF;
    font-weight: 300
}

@media (max-width:1023px) {
    .rodape-15 b a:last-child {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px
    }
}

.rodape-15 b a:last-child:before {
    content: 'â€¢';
    margin: 10px
}

@media (max-width:1023px) {
    .rodape-15 b a:last-child:before {
        display: none
    }
}

.rodape-15 .barra-footer {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(308deg, #EEEEEE, #777777, #EEEEEE, #777777, #EEEEEE, #777777);
    background-size: 1200% 1200%;
    -webkit-animation: anima-bg 25s ease infinite;
    -moz-animation: anima-bg 25s ease infinite;
    animation: anima-bg 25s ease infinite
}

@-webkit-keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@-moz-keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

.rodape-15 .barra-footer .logo {
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 253px;
    width: 100%;
    height: 50%;
    background-position: center;
    z-index: 0
}

.rodape-15 .full-max {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 210px;
    padding: 40px 0 40px
}

@media (max-width:1279px) {
    .rodape-15 .full-max {
        padding: 30px 15px
    }
}

@media (max-width:768px) {
    .rodape-15 .full-max {
        flex-direction: column;
        justify-content: center
    }
}

.rodape-15 .bloco-endereco {
    text-align: center;
    width: 50%;
    height: 100%;
    padding: 30px
}

@media (max-width:768px) {
    .rodape-15 .bloco-endereco {
        width: 100%;
        margin: 15px 0
    }
}

.copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    background-color: #000;
    float: left;
    padding: 15px
}

.copyright .full-max {
    display: flex;
    justify-content: space-between;
    color: #FFF;
    margin-bottom: 20px;
}

@media (max-width:768px) {
    .copyright .full-max {
        flex-direction: column;
        align-items: center
    }
}

.copyright a {
    color: #FFF;
    display: flex !important;
    align-items: center;
    position: relative
}

@media (max-width:1023px) {
    .copyright a {
        float: none;
        display: block
    }
}

.copyright a:after {
    display: block;
    font-family: 'icomoon';
    color: #ff520e;
    font-size: 18px;
    margin-left: 5px;
    line-height: 1;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.copyright>span {
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width:1023px) {
    .copyright {
        text-align: center;
        font-size: 13px
    }
}

@media (max-width:768px) {
    .copyright {
        padding: 15px 0 55px
    }
}

.modint-07 {
    width: 100%;
    height: 240px;
    margin-bottom: 50px
}

@media (max-width:1023px) {
    .modint-07 {
        height: 240px;
        position: relative
    }
}

.modint-07:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 240px;
    background: #122D58;
    background: -moz-linear-gradient(left, #122D58 0%, #2B1E6E 60%);
    background: -webkit-linear-gradient(left, #122D58 0%, #2B1E6E 60%);
    background: linear-gradient(to right, #122D58 0%, #2B1E6E 60%)
}

@media (max-width:1023px) {
    .modint-07:after {
        width: auto;
        height: 100%;
        margin: 0 -15px;
        right: 0
    }
}

.modint-07>span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: right top
}

@media (max-width:1023px) {
    .modint-07>span {
        background-size: cover;
        width: auto;
        height: 100%;
        left: 0;
        opacity: .7;
        -moz-opacity: .7;
        -webkit-opacity: .7;
        filter: alpha(opacity=0.7);
        background-position: right;
        margin: 0 -15px
    }
}

.modint-07>div {
    height: 140px;
    padding-right: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: flex-start;
    z-index: 2
}

@media (max-width:1279px) {
    .modint-07>div {
        padding-right: 35%
    }
}

@media (max-width:1023px) {
    .modint-07>div {
        padding: 50px 0;
        height: auto;
        text-align: center
    }
}

@media (max-width:480px) {
    .modint-07>div {
        align-items: center
    }
}

.modint-07>div h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px
}

@media (max-width:1279px) {
    .modint-07>div h1 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .modint-07>div h1 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .modint-07>div h1 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .modint-07>div h1 {
        font-size: 24px
    }
}

.modint-07>div h1:before {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background-color: #D90000;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width:480px) {
    .modint-07>div h1:before {
        right: calc(50% - 120px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.modint-07>div h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 51px;
    height: 4px;
    background-color: #D90000;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width:480px) {
    .modint-07>div h1:after {
        right: calc(50% - 51px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

.modint-07>div h3 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
    max-width: 530px
}

@media (max-width:1279px) {
    .modint-07>div h3 {
        font-size: 33.25px
    }
}

@media (max-width:1023px) {
    .modint-07>div h3 {
        font-size: 31.5px
    }
}

@media (max-width:768px) {
    .modint-07>div h3 {
        font-size: 24.5px
    }
}

@media (max-width:480px) {
    .modint-07>div h3 {
        font-size: 21px
    }
}

@media (max-width:1023px) {
    .modint-07>div h3 {
        text-align: center;
        max-width: 100%
    }
}

.modint-07>div p {
    color: #777777;
    font-size: 28px;
    margin-top: 10px;
    max-width: 530px
}

@media (max-width:1279px) {
    .modint-07>div p {
        font-size: 26.6px
    }
}

@media (max-width:1023px) {
    .modint-07>div p {
        font-size: 25.2px
    }
}

@media (max-width:768px) {
    .modint-07>div p {
        font-size: 19.6px
    }
}

@media (max-width:480px) {
    .modint-07>div p {
        font-size: 16.8px
    }
}

@media (max-width:1023px) {
    .modint-07>div p {
        text-align: center;
        max-width: 100%
    }
}

.cnt-interna .servico-interno-03 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 80px
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03 {
        margin-bottom: 40px;
        flex-direction: column
    }
}

.cnt-interna .servico-interno-03:nth-of-type(even) {
    flex-flow: row-reverse
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03:nth-of-type(even) {
        flex-wrap: wrap;
        flex-direction: column
    }
}

.cnt-interna .servico-interno-03:nth-of-type(even) .box-txt {
    margin-left: 0;
    margin-right: 60px
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03:nth-of-type(even) .box-txt {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 20px 0 40px
    }
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03:nth-of-type(even) .box-txt h2 {
        text-align: center;
        align-content: center
    }
}

.cnt-interna .servico-interno-03:nth-of-type(even) .box-txt h2:before {
    left: auto;
    right: -100px
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03:nth-of-type(even) .box-txt .txt {
        text-align: center
    }
}

.cnt-interna .servico-interno-03:nth-of-type(even) .box-txt a {
    margin-left: auto
}

.cnt-interna .servico-interno-03:nth-of-type(even) figure:before {
    left: auto;
    right: 20px;
    transform: skew(2deg, 2deg)
}

.cnt-interna .servico-interno-03 figure {
    position: relative;
    line-height: 0
}

@media (max-width:1023px) {
    .cnt-interna .servico-interno-03 figure {
        margin: 0 auto 0;
        width: 40%
    }
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03 figure {
        width: 70%
    }
}

@media (max-width:480px) {
    .cnt-interna .servico-interno-03 figure {
        display: flex;
        align-self: center;
        width: 100%
    }
}

.cnt-interna .servico-interno-03 figure:before {
    content: '';
    display: block;
    width: 90%;
    height: 85%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: -1;
    background-color: #000000;
    box-shadow: 0 25px 20px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 25px 20px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 25px 20px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0 25px 20px rgba(0, 0, 0, 0.45);
    transform: skew(-2deg, -2deg)
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03 figure:before {
        display: none
    }
}

.cnt-interna .servico-interno-03 figure img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px
}

@media (max-width:1023px) {
    .cnt-interna .servico-interno-03 figure img {
        width: 100%;
        height: auto
    }
}

.cnt-interna .servico-interno-03 .box-txt {
    margin-left: 60px
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03 .box-txt {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 20px 0 40px;
        width: 100%
    }
}

.cnt-interna .servico-interno-03 .box-txt h2 {
    font-size: 35px;
    color: #122D58;
    font-weight: 700;
    position: relative
}

@media (max-width:1023px) {
    .cnt-interna .servico-interno-03 .box-txt h2 {
        font-size: 25px
    }
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03 .box-txt h2 {
        text-align: center;
        padding: 0;
        font-size: 19px
    }
}

.cnt-interna .servico-interno-03 .box-txt .txt {
    color: #333333;
    margin: 30px 0;
    font-size: 16px
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03 .box-txt .txt {
        font-size: 14px;
        text-align: center;
        margin: 15px 0
    }
}

.cnt-interna .servico-interno-03 .box-txt .txt a {
    padding: 0 30px;
    width: fit-content;
    min-height: 50px;
    background-color: #122D58;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    margin-top: 40px
}

.cnt-interna .servico-interno-03 .box-txt .txt a:hover {
    background-color: #09172e
}

.cnt-interna .servico-interno-03 .box-txt .txt a:hover {
    background-color: #520001;
    box-shadow: 0 0 0 5px rgba(158, 0, 1, 0.3);
    -moz-box-shadow: 0 0 0 5px rgba(158, 0, 1, 0.3);
    -webkit-box-shadow: 0 0 0 5px rgba(158, 0, 1, 0.3);
    -ms-box-shadow: 0 0 0 5px rgba(158, 0, 1, 0.3)
}

@media (max-width:768px) {
    .cnt-interna .servico-interno-03 .box-txt .txt a {
        margin: 20px auto 0
    }
}

.banner-08 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 800px;
}

@media (max-width:1023px) {
    .banner-08 {
        height: auto;
        background-color: #222
    }
}

.banner-08 .form-banner {
    position: absolute;
    top: 147px;
    left: calc(50% + 206px);
    z-index: 999;
    width: 420px;
    height: auto;
    color: #FFFFFF;
    -webkit-animation: slide-in-blurred-right .6s cubic-bezier(.23, 1, .32, 1) both;
    animation: slide-in-blurred-right .6s cubic-bezier(.23, 1, .32, 1) both
}

@media (min-width:1279px) and (max-height:768px) {
    .banner-08 .form-banner {
        top: 15%
    }
}

@media (max-width:1279px) {
    .banner-08 .form-banner {
        left: auto;
        right: 45px;
        width: 430px
    }
}

@media (max-width:1023px) {
    .banner-08 .form-banner {
        width: 100%;
        margin: 30px auto 90px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto
    }
}

.banner-08 .form-banner .cont-form {
    background-color: rgba(0, 0, 0, 0.64);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px 35px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table
}

@media (max-width:1023px) {
    .banner-08 .form-banner .cont-form {
        margin: 0 auto 0;
        background-color: rgba(0, 0, 0, 0.6);
        width: 90%;
        max-width: 660px
    }
}

@media (max-width:480px) {
    .banner-08 .form-banner .cont-form {
        padding: 15px
    }
}

.banner-08 .form-banner .cont-form h2 {
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 700
}

@media (max-width:1279px) {
    .banner-08 .form-banner .cont-form h2 {
        font-size: 28.5px
    }
}

@media (max-width:1023px) {
    .banner-08 .form-banner .cont-form h2 {
        font-size: 27px
    }
}

@media (max-width:768px) {
    .banner-08 .form-banner .cont-form h2 {
        font-size: 21px
    }
}

@media (max-width:480px) {
    .banner-08 .form-banner .cont-form h2 {
        font-size: 18px
    }
}

.banner-08 .form-banner .cont-form .formulario {
    justify-content: flex-start
}

.banner-08 .form-banner .cont-form .formulario textarea {
    height: 98px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px
}

@media (max-width:480px) {
    .banner-08 .form-banner .cont-form .formulario textarea {
        padding: 10px
    }
}

.banner-08 .form-banner .cont-form .formulario .botao-form {
    justify-content: flex-end;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    background-color: #9E0001;
    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
}

.banner-08 .form-banner .cont-form .formulario .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
}

.banner-08 .form-banner .cont-form .formulario .botao-form:after {
    content: '\e955';
    font-family: 'icomoon';
    font-size: 35px;
    color: #9E0001;
    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
}

.banner-08 .form-banner .cont-form .formulario .botao-form [type=submit] {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999px
}

.banner-08 .form-banner .cont-form .formulario .botao-form [type=submit]:hover {
    cursor: pointer
}

.banner-08 .form-banner .cont-form .formulario .botao-form:hover {
    cursor: pointer;
    background-color: #750001;
    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
}

.banner-08 .form-banner .cont-form .formulario .botao-form:hover:after {
    color: #9E0001;
    right: 95px
}

.banner-08 .form-banner .cont-form .formulario .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)
    }
}

.banner-08 .form-banner .cont-form .formulario .b2 {
    width: 50%
}

@media (max-width:480px) {
    .banner-08 .form-banner .cont-form .formulario .b2 {
        width: 100%
    }
}

.banner-08 .form-banner .cont-form .formulario form p {
    margin-bottom: 12px
}

.banner-08 .form-banner .cont-form .formulario .msg-obrigatorio {
    font-size: 13px;
    padding-bottom: 10px
}

.banner-08 .form-banner .cont-form .bt-enviar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 5px;
    right: 12px;
    z-index: 0;
    width: 79px;
    height: 87px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #948056;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.banner-08 .form-banner .cont-form .bt-enviar:hover {
    color: #FFFFFF;
    background-color: #746443
}

.banner-08 .form-banner .cont-form .bt-enviar i {
    font-size: 35px;
    color: #FFFFFF;
    margin-bottom: -5px
}

.banner-08 .form-banner .cont-form .bt-enviar [type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none
}

.banner-08 .form-banner .cont-form .bt-enviar [type=submit]:hover {
    background-color: transparent !important;
    color: #FFFFFF !important
}

@media (max-width:480px) {
    .banner-08 .form-banner .cont-form .bt-enviar {
        position: relative;
        right: 0;
        width: 100%;
        float: left;
        height: 55px;
        margin-top: 10px
    }

    .banner-08 .form-banner .cont-form .bt-enviar i {
        display: none
    }
}

.banner-08 .form-banner .cont-form .obrigado {
    color: #000000;
    font-size: 16px;
    text-align: center
}

.banner-08 .form-banner .cont-form .obrigado a {
    display: none
}

.banner-08 .form-banner .cont-form [type=text],
.banner-08 .form-banner .cont-form select {
    height: 48px;
    border-right: 0 !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px
}

.banner-08 .form-banner h3 {
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2
}

@media (max-width:1023px) {
    .banner-08 .form-banner h3 {
        font-size: 23px
    }
}

@media (max-width:768px) {
    .banner-08 .form-banner h3 {
        font-size: 20px
    }
}

.banner-08 .form-banner .msg-obrigatorio {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    padding-bottom: 20px
}

@-webkit-keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

.banner-08 .owl-carousel-ban08 {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.banner-08 .owl-carousel-ban08.owl-loaded {
    display: block;
    height: 800px
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08.owl-loaded {
        height: 100%
    }
}

.banner-08 .owl-carousel-ban08.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.banner-08 .owl-carousel-ban08.owl-hidden {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.banner-08 .owl-carousel-ban08.owl-refresh .owl-item {
    visibility: hidden
}

.banner-08 .owl-carousel-ban08.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-08 .owl-carousel-ban08.owl-grab {
    cursor: move;
    cursor: grab
}

.banner-08 .owl-carousel-ban08.owl-rtl {
    direction: rtl
}

.banner-08 .owl-carousel-ban08.owl-rtl .owl-item {
    float: right
}

.banner-08 .owl-carousel-ban08 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-stage {
        height: 100%
    }
}

.banner-08 .owl-carousel-ban08 .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.banner-08 .owl-carousel-ban08 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 800px
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-stage-outer {
        height: auto
    }
}

.banner-08 .owl-carousel-ban08 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-item {
        height: 100%
    }
}

.banner-08 .owl-carousel-ban08 .owl-item.active .img-banner {
    -webkit-animation: kenburns-left 37s ease-out both;
    animation: kenburns-left 37s ease-out both
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .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.25) translate(-20px, 15px);
        transform: scale(1.25) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

.banner-08 .owl-carousel-ban08 .owl-item.active .legenda b {
    transition: ease-out .4s .6s;
    margin-left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

.banner-08 .owl-carousel-ban08 .owl-item.active .legenda p {
    transition: ease-out .4s .7s;
    margin-left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

.banner-08 .owl-carousel-ban08 .owl-item img {
    display: block
}

.banner-08 .owl-carousel-ban08 .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.banner-08 .owl-carousel-ban08 .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.banner-08 .owl-carousel-ban08 .owl-item .owl-lazy[src^=""],
.banner-08 .owl-carousel-ban08 .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.banner-08 .owl-carousel-ban08 .owl-item .box-banner {
    height: 800px
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-item .box-banner {
        height: calc(75vh - 70px);
        position: relative
    }
}

@media (max-width:768px) {
    .banner-08 .owl-carousel-ban08 .owl-item .box-banner {
        height: 47vh
    }
}

.banner-08 .owl-carousel-ban08 .owl-item .box-banner .img-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: top center !important
}

.banner-08 .owl-carousel-ban08 .owl-item .box-banner .img-banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    mix-blend-mode: multiply
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-item .box-banner .img-banner {
        height: calc(75vh - 70px)
    }
}

@media (max-width:768px) {
    .banner-08 .owl-carousel-ban08 .owl-item .box-banner .img-banner {
        height: 47vh
    }
}

.banner-08 .owl-carousel-ban08 .owl-item .legenda {
    max-width: 1280px;
    margin: 0 auto 0;
    width: 100%;
    height: 100%;
    padding: 177px 15px 300px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda {
        padding: 15px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.5)
    }
}

.banner-08 .owl-carousel-ban08 .owl-item .legenda b {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 700;
    max-width: 60%;
    line-height: 1;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    margin-left: -1000px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    position: relative
}

@media (max-width:1279px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda b {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda b {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda b {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda b {
        font-size: 30px
    }
}

@media (max-width:1279px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda b {
        max-width: 50%
    }
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda b {
        max-width: 100%;
        min-height: auto;
        justify-content: center;
        text-align: center;
        font-size: 25px
    }
}

@media (max-width:480px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda b {
        font-size: 20px
    }
}

.banner-08 .owl-carousel-ban08 .owl-item .legenda p {
    font-size: 25px;
    color: #FFFFFF;
    max-width: 721px;
    line-height: 1.2;
    margin-left: -1000px
}

@media (max-width:1279px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda p {
        max-width: 50%
    }
}

@media (max-width:1023px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda p {
        text-align: center;
        max-width: 100%;
        font-size: 22px
    }
}

@media (max-width:480px) {
    .banner-08 .owl-carousel-ban08 .owl-item .legenda p {
        font-size: 18px
    }
}

.banner-08 .owl-carousel-ban08 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.banner-08 .owl-carousel-ban08 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.banner-08 .owl-carousel-ban08 .owl-animated-in {
    z-index: 0
}

.banner-08 .owl-carousel-ban08 .owl-animated-out {
    z-index: 1
}

.banner-08 .owl-carousel-ban08 .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-08 .no-js .owl-carousel-ban08 {
    display: block
}

.banner-08 .owl-height {
    transition: height 500ms ease-in-out
}

.banner-08 .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;
    z-index: 9999
}

.banner-08 .owl-theme .owl-nav .owl-prev,
.banner-08 .owl-theme .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    padding: 0;
    pointer-events: all;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border: none
}

@media (max-width:1279px) {

    .banner-08 .owl-theme .owl-nav .owl-prev,
    .banner-08 .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-08 .owl-theme .owl-nav .owl-prev:hover,
.banner-08 .owl-theme .owl-nav .owl-next:hover {
    color: #122D58;
    cursor: pointer
}

.banner-08 .owl-theme .owl-nav .owl-prev:before,
.banner-08 .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 45px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .banner-08 .owl-theme .owl-nav .owl-prev:before,
    .banner-08 .owl-theme .owl-nav .owl-next:before {
        font-size: 30px;
        color: #FFFFFF
    }
}

.banner-08 .owl-theme .owl-nav .owl-prev {
    left: -55px
}

@media (max-width:1279px) {
    .banner-08 .owl-theme .owl-nav .owl-prev {
        left: -10px
    }
}

.banner-08 .owl-theme .owl-nav .owl-prev:before {
    content: '\e959'
}

.banner-08 .owl-theme .owl-nav .owl-next {
    right: -55px
}

@media (max-width:1279px) {
    .banner-08 .owl-theme .owl-nav .owl-next {
        right: -10px
    }
}

.banner-08 .owl-theme .owl-nav .owl-next:before {
    content: '\e958'
}

@media (max-width:1279px) {

    .banner-08 .owl-theme .owl-nav .owl-prev,
    .banner-08 .owl-theme .owl-nav .owl-next {
        box-shadow: none
    }
}

@media (max-width:1279px) {
    .banner-08 .owl-theme .owl-nav .owl-prev {
        left: 5px
    }
}

@media (max-width:1279px) {
    .banner-08 .owl-theme .owl-nav .owl-next {
        right: 5px
    }
}

.banner-08 .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.banner-08 .owl-theme:hover .owl-prev {
    left: 50px
}

@media (max-width:1279px) {
    .banner-08 .owl-theme:hover .owl-prev {
        left: 5px
    }
}

.banner-08 .owl-theme:hover .owl-next {
    right: 50px
}

@media (max-width:1279px) {
    .banner-08 .owl-theme:hover .owl-next {
        right: 5px
    }
}

.banner-08 .owl-theme .owl-dots {
    text-align: center
}

.banner-08 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

.banner-08 .owl-theme .owl-dots .owl-dot.active span,
.banner-08 .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #869791
}

.banner-08 .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
}

.banner-08 .mouse-home {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 24px);
    z-index: 99;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.65));
    padding-left: 35px;
    bottom: 150px
}

.banner-08 .mouse-home:before {
    content: '\e9af';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    font-weight: normal
}

.banner-08 .mouse-home:before {
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:1279px) {
    .banner-08 .mouse-home {
        bottom: 75px
    }
}

@media (max-width:1023px) {
    .banner-08 .mouse-home {
        display: none
    }
}

.banner-08 #ancora {
    position: absolute;
    top: 100vh;
    right: 100vh;
    z-index: 99999;
    width: 100%;
    height: 3px;
    margin-top: -95px
}

@media (max-width:1023px) {
    .banner-big {
        display: none
    }
}

.banner-small {
    display: none
}

@media (max-width:1023px) {
    .banner-small {
        display: block
    }
}

.servicos-21 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    flex-direction: column;
    padding: 50px 15px 100px;
    background-color: #F4F4FD
}

@media (max-width:1279px) {
    .servicos-21 {
        padding-top: 40px;
        padding-bottom: 80px
    }
}

@media (max-width:1023px) {
    .servicos-21 {
        padding-top: 35px;
        padding-bottom: 70px
    }
}

@media (max-width:768px) {
    .servicos-21 {
        padding-top: 30px;
        padding-bottom: 60px
    }
}

@media (max-width:480px) {
    .servicos-21 {
        padding-top: 25px;
        padding-bottom: 50px
    }
}

@media (max-width:768px) {
    .servicos-21 {
        padding: 50px 15px
    }
}

.servicos-21 h2 {
    font-size: 50px;
    color: #122D58;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 15px;
    display: table;
    position: relative;
    padding-bottom: 5px
}

@media (max-width:1279px) {
    .servicos-21 h2 {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .servicos-21 h2 {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .servicos-21 h2 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .servicos-21 h2 {
        font-size: 30px
    }
}

.servicos-21 h2:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #D90000;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width:1023px) {
    .servicos-21 h2:before {
        right: calc(50% - 177px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.servicos-21 h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 51px;
    height: 4px;
    background-color: #D90000;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width:1023px) {
    .servicos-21 h2:after {
        right: calc(50% - 51px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

.servicos-21>span {
    font-size: 20px;
    color: #000000;
    text-align: center
}

@media (max-width:1023px) {
    .servicos-21>span {
        font-size: 18px
    }
}

.servicos-21 .full-max {
    display: flex;
    position: relative;
    justify-content: space-evenly;
    margin-top: 60px;
    gap: 55px 3%
}

.servicos-21 .full-max>* {
    width: calc((100% - ((3 - 1) * 3%)) / 3)
}

@media (max-width:1023px) {
    .servicos-21 .full-max {
        gap: 71px 8%;
        flex-wrap: wrap
    }

    .servicos-21 .full-max>* {
        width: calc((100% - ((2 - 1) * 8%)) / 2)
    }
}

@media (max-width:768px) {
    .servicos-21 .full-max {
        gap: 50px 100%
    }

    .servicos-21 .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.servicos-21 .full-max:before {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    left: calc(50% - 45%);
    z-index: 0;
    width: 90%;
    height: 1px;
    border-bottom-color: rgba(136, 136, 136, 0.5);
    border-bottom-width: 2px;
    border-bottom-style: dotted
}

@media (max-width:1023px) {
    .servicos-21 .full-max:before {
        display: none
    }
}

.servicos-21 .full-max article,
.servicos-21 .full-max a {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    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-21 .full-max article:hover:not(article):before,
.servicos-21 .full-max a:hover:not(article):before {
    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: #122D58
}

.servicos-21 .full-max article:hover:not(article) img,
.servicos-21 .full-max a:hover:not(article) img {
    filter: brightness(0) invert(100%)
}

.servicos-21 .full-max article:hover:not(article) h3,
.servicos-21 .full-max a:hover:not(article) h3 {
    color: #122D58
}

.servicos-21 .full-max article.bolinha-num:after,
.servicos-21 .full-max a.bolinha-num:after {
    display: block;
    content: attr(data-num);
    transform: translate(-50%, 0);
    position: absolute;
    top: -20px;
    left: calc(50% - 38px);
    z-index: 0;
    width: 40px;
    height: 40px;
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #333333;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.servicos-21 .full-max article:before,
.servicos-21 .full-max a:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #9E0001;
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    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
}

.servicos-21 .full-max article img,
.servicos-21 .full-max a img {
    margin: 15px auto;
    position: relative;
    width: 48px;
    height: auto;
    filter: brightness(0) invert(100%)
}

.servicos-21 .full-max article h3,
.servicos-21 .full-max a h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 5px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {

    .servicos-21 .full-max article h3,
    .servicos-21 .full-max a h3 {
        font-size: 22.5px
    }
}

@media (max-width:1023px) {

    .servicos-21 .full-max article h3,
    .servicos-21 .full-max a h3 {
        margin-top: 15px
    }
}

.servicos-rekarga {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 272px
}

@media (max-width:1279px) {
    .servicos-rekarga {
        flex-wrap: wrap;
        justify-content: space-around;
        height: 100%
    }
}

.servicos-rekarga:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888888;
    position: absolute;
    top: -7px;
    left: 0;
    z-index: 0
}

.servicos-rekarga article {
    width: calc(50% + 75px);
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute
}

.servicos-rekarga article:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #333;
    mix-blend-mode: multiply
}

@media (max-width:1279px) {
    .servicos-rekarga article {
        position: relative;
        width: 100%;
        height: 272px
    }
}

.servicos-rekarga article:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 110%, 140px 100%);
    right: 0
}

@media (max-width:1279px) {
    .servicos-rekarga article:last-child {
        position: relative;
        width: 100%;
        clip-path: initial
    }
}

.servicos-rekarga article>div {
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 530px;
    z-index: 999
}

@media (max-width:480px) {
    .servicos-rekarga article>div {
        padding: 0 15px
    }
}

.servicos-rekarga article>div h3 {
    font-size: 40px;
    font-weight: 700
}

@media (max-width:1279px) {
    .servicos-rekarga article>div h3 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .servicos-rekarga article>div h3 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .servicos-rekarga article>div h3 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .servicos-rekarga article>div h3 {
        font-size: 24px
    }
}

.servicos-rekarga article>div a {
    padding: 0 20px;
    width: fit-content;
    min-height: 50px;
    background-color: #9E0001;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF
}

.servicos-rekarga article>div a:hover {
    background-color: #6b0001
}

.sobre-21 {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 85px 15px 110px;
    position: relative;
    background-image: url("../../images/bg-sobre-21.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

@media (max-width:480px) {
    .sobre-21 {
        padding: 35px 15px
    }
}

.sobre-21:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: -moz-linear-gradient(-45deg, #000000 0%, #9E0001 80%);
    background: -webkit-linear-gradient(-45deg, #000000 0%, #9E0001 80%);
    background: linear-gradient(135deg, #000000 0%, #9E0001 80%);
    mix-blend-mode: multiply;
    filter: brightness(1.5)
}

.sobre-21 .full-max {
    position: relative
}

.sobre-21 .full-max h2 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    display: table;
    margin: 0 auto 40px;
    text-align: center;
    padding-bottom: 5px;
    position: relative
}

@media (max-width:1279px) {
    .sobre-21 .full-max h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .sobre-21 .full-max h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .sobre-21 .full-max h2 {
        font-size: 28px
    }
}

@media (max-width:480px) {
    .sobre-21 .full-max h2 {
        font-size: 24px
    }
}

.sobre-21 .full-max h2:before {
    content: '';
    display: block;
    width: 130px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width:1023px) {
    .sobre-21 .full-max h2:before {
        right: calc(50% - 130px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.sobre-21 .full-max h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 51px;
    height: 4px;
    background-color: #FFFFFF;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width:1023px) {
    .sobre-21 .full-max h2:after {
        right: calc(50% - 51px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

@media (max-width:480px) {
    .sobre-21 .full-max h2 {
        font-size: 25px
    }
}

.sobre-21 .full-max span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative
}

@media (max-width:480px) {
    .sobre-21 .full-max span {
        font-size: 15px
    }
}

.sobre-21 .full-max span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 145px);
    z-index: 0;
    width: 290px;
    height: 1px;
    border-bottom-color: #bbb;
    border-bottom-width: 1px;
    border-bottom-style: dotted
}

.sobre-21 .full-max .linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
    margin-bottom: 50px;
    position: relative
}

@media (max-width:480px) {
    .sobre-21 .full-max .linklist {
        padding-bottom: 30px
    }
}

.sobre-21 .full-max .linklist:before {
    content: '';
    display: block;
    width: 289px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 289px /2);
    z-index: 0;
    border-bottom-color: #bbb;
    border-bottom-width: 1px;
    border-bottom-style: dotted
}

.sobre-21 .full-max .linklist a {
    display: block;
    font-size: 17px;
    color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    padding: 10px 20px;
    margin: 0 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.sobre-21 .full-max .linklist a:hover {
    background-color: #9E0001
}

@media (max-width:1023px) {
    .sobre-21 .full-max .linklist a {
        margin: 20px
    }
}

@media (max-width:768px) {
    .sobre-21 .full-max .linklist a {
        font-size: 16px
    }
}

.sobre-21 .full-max .linklist a i {
    color: #FFFFFF;
    font-size: 16px;
    margin-right: 15px
}

.sobre-21 .full-max .clientes {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0
}

.sobre-21 .full-max .clientes h3 {
    display: table;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 40px;
    padding-bottom: 5px;
    position: relative
}

.sobre-21 .full-max .clientes h3:before {
    content: '';
    display: block;
    width: 130px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width:1023px) {
    .sobre-21 .full-max .clientes h3:before {
        right: calc(50% - 130px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.sobre-21 .full-max .clientes h3:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 51px;
    height: 4px;
    background-color: #FFFFFF;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width:1023px) {
    .sobre-21 .full-max .clientes h3:after {
        right: calc(50% - 51px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

@media (max-width:480px) {
    .sobre-21 .full-max .clientes h3 {
        font-size: 25px
    }
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left
}

@media (max-width:1023px) {
    .sobre-21 .full-max .clientes .owl-carousel-sobre-21 {
        width: 100%;
        height: 100%;
        min-width: 100%;
        position: relative
    }

    .sobre-21 .full-max .clientes .owl-carousel-sobre-21 li {
        background-position: center !important
    }
}

@media (max-width:480px) {
    .sobre-21 .full-max .clientes .owl-carousel-sobre-21 {
        height: 400px
    }

    .sobre-21 .full-max .clientes .owl-carousel-sobre-21 li {
        height: 50vh !important;
        background-position: center !important
    }
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21.owl-loaded {
    display: block;
    height: auto
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21.owl-hidden {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21.owl-refresh .owl-item {
    visibility: hidden
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21.owl-grab {
    cursor: move;
    cursor: grab
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21.owl-rtl {
    direction: rtl
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21.owl-rtl .owl-item {
    float: right
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

@media (max-width:1023px) {
    .sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-stage {
        height: 100%
    }
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: 100%
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden
}

@media (max-width:1023px) {
    .sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-item {
        height: 100%
    }
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-item figure img {
    width: 100%;
    height: auto
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-item .owl-lazy[src^=""],
.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-animated-in {
    z-index: 0
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .owl-animated-out {
    z-index: 1
}

.sobre-21 .full-max .clientes .owl-carousel-sobre-21 .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1)
    }

    100% {
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

.sobre-21 .full-max .clientes .no-js .owl-carousel-sobre-21 {
    display: block
}

.sobre-21 .full-max .clientes .owl-height {
    transition: height 500ms ease-in-out
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav {
    width: 100%;
    height: 55px;
    position: absolute;
    top: calc(50% - (55px / 2));
    left: 0;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: space-between;
    text-align: center;
    pointer-events: none
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev,
.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    position: absolute;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    padding: 0;
    pointer-events: all;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border: none
}

@media (max-width:1279px) {

    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev,
    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next {
        background-color: transparent;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 35px;
        height: 35px
    }
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev:hover,
.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next:hover {
    color: #122D58;
    cursor: pointer
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev:before,
.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 55px;
    font-family: 'icomoon'
}

@media (max-width:1279px) {

    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev:before,
    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next:before {
        font-size: 30px
    }
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev {
    left: -55px
}

@media (max-width:1279px) {
    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev {
        left: -10px
    }
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev:before {
    content: '\e95b'
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next {
    right: -55px
}

@media (max-width:1279px) {
    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next {
        right: -10px
    }
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next:before {
    content: '\e95a'
}

@media (max-width:1279px) {

    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev,
    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next {
        box-shadow: none
    }
}

@media (max-width:1279px) {
    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-prev {
        left: 5px
    }
}

@media (max-width:1279px) {
    .sobre-21 .full-max .clientes .owl-theme .owl-nav .owl-next {
        right: 5px
    }
}

.sobre-21 .full-max .clientes .owl-theme .owl-nav.disabled {
    display: none;
    margin-top: 0
}

.sobre-21 .full-max .clientes .owl-theme:hover .owl-prev {
    left: 15px
}

@media (max-width:1279px) {
    .sobre-21 .full-max .clientes .owl-theme:hover .owl-prev {
        left: 5px
    }
}

.sobre-21 .full-max .clientes .owl-theme:hover .owl-next {
    right: 15px
}

@media (max-width:1279px) {
    .sobre-21 .full-max .clientes .owl-theme:hover .owl-next {
        right: 5px
    }
}

.sobre-21 .full-max .clientes .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 0
}

.sobre-21 .full-max .clientes .owl-theme .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #122D58;
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0 4px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    zoom: 1;
    border: none
}

.sobre-21 .full-max .clientes .owl-theme .owl-dots .owl-dot.active,
.sobre-21 .full-max .clientes .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer;
    background-color: #9E0001;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5)
}

.sobre-21 .full-max .clientes .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

@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: 'Roboto Slab', 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%;
    gap: 30px
}

@media (max-width:1023px) {
    .galeria-webcis-1 {
        gap: 20px
    }
}

@media (max-width:480px) {
    .galeria-webcis-1 {
        gap: 10px
    }
}

.galeria-webcis-1 span {
    display: block;
    font-size: 18px;
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .galeria-webcis-1 span {
        font-size: 16.2px
    }
}

.galeria-webcis-1 .full-max {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%
}

.galeria-webcis-1 .full-max>* {
    width: calc((100% - ((4 - 1) * 3%)) / 4)
}

@media (max-width:1279px) {
    .galeria-webcis-1 .full-max {
        gap: 40px 3%
    }

    .galeria-webcis-1 .full-max>* {
        width: calc((100% - ((3 - 1) * 3%)) / 3)
    }
}

@media (max-width:1279px) {
    .galeria-webcis-1 .full-max {
        gap: 30px 3%
    }

    .galeria-webcis-1 .full-max>* {
        width: calc((100% - ((3 - 1) * 3%)) / 3)
    }
}

@media (max-width:768px) {
    .galeria-webcis-1 .full-max {
        gap: 20px 3%
    }

    .galeria-webcis-1 .full-max>* {
        width: calc((100% - ((2 - 1) * 3%)) / 2)
    }
}

@media (max-width:480px) {
    .galeria-webcis-1 .full-max {
        gap: 40px 100%;
        max-width: 320px
    }

    .galeria-webcis-1 .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.galeria-webcis-1 .full-max figure {
    height: auto;
    padding: 15px;
    display: flex;
    flex-flow: column;
    transition: all .3s;
    background-color: #fff;
    border-color: #EEEEEE;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden
}

.galeria-webcis-1 .full-max figure:hover {
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7)
}

.galeria-webcis-1 .full-max figure img {
    width: 100%;
    height: auto;
    float: left
}

.galeria-webcis-1 .full-max figure figcaption {
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #535353;
    font-size: 15px;
    padding: 10px 20px
}

@media (max-width:768px) {
    .galeria-webcis-1 .full-max figure figcaption {
        margin-bottom: 0;
        padding: 4px
    }
}

.galeria-webcis-1 .full-max figure figcaption h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.contato-form {
    width: 55%
}

@media (max-width:1023px) {
    .contato-form {
        width: 100%
    }
}

.contato-form.v2 {
    display: none
}

.contato-form.v2+.dados-contato {
    width: 100%;
    margin-top: 50px
}

.contato-form.v2+.dados-contato ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

.contato-form.v2+.dados-contato ul li:last-child {
    grid-column-start: 2
}

.dados-contato {
    width: 40%
}

@media (max-width:1279px) {
    .dados-contato {
        width: 40%
    }
}

@media (max-width:1023px) {
    .dados-contato {
        width: 100%;
        margin-top: 60px
    }
}

.dados-contato h3 {
    font-size: 40px
}

.dados-contato li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    border: none;
    color: #333333;
    align-items: flex-start !important;
    font-size: 15px
}

.dados-contato li a {
    color: #333333;
    word-break: break-all
}

@media (max-width:1023px) {
    .dados-contato li {
        width: 50%;
        margin: 0 auto 0;
        text-align: center;
        padding-left: 0;
        align-items: center !important;
        flex-direction: column
    }
}

@media (max-width:768px) {
    .dados-contato li {
        width: 100%
    }
}

.dados-contato li strong {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 3px
}

@media (max-width:480px) {
    .dados-contato li strong {
        font-size: 13px
    }
}

.dados-contato .telefone {
    display: flex;
    align-items: center
}

.dados-contato .telefone:before {
    content: '\e92d';
    color: #9E0001;
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.dados-contato .telefone:before {
    width: 45px;
    height: 45px;
    border-color: #9E0001;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .telefone span {
    display: flex;
    flex-direction: column
}

.dados-contato .whatsapp {
    display: flex;
    align-items: center
}

.dados-contato .whatsapp:before {
    content: '\e906';
    color: #9E0001;
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.dados-contato .whatsapp:before {
    width: 45px;
    height: 45px;
    border-color: #9E0001;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .whatsapp span {
    display: flex;
    flex-direction: column
}

.dados-contato .email-contato {
    display: flex;
    align-items: center
}

.dados-contato .email-contato:before {
    content: '\e921';
    color: #9E0001;
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.dados-contato .email-contato:before {
    width: 45px;
    height: 45px;
    border-color: #9E0001;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 0
}

.dados-contato .email-contato span {
    display: flex;
    flex-direction: column
}

.dados-contato .endereco {
    display: flex;
    align-items: center
}

.dados-contato .endereco:before {
    content: '\e928';
    color: #9E0001;
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    margin-right: 10px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.dados-contato .endereco:before {
    width: 45px;
    height: 45px;
    border-color: #9E0001;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    top: 0
}

@media (max-width:1023px) {

    .dados-contato .telefone:before,
    .dados-contato .whatsapp:before,
    .dados-contato .email-contato:before,
    .dados-contato .endereco:before {
        position: relative;
        left: auto;
        margin: 0 auto 5px
    }
}

.dados-contato ul {
    padding-top: 0;
    text-align: left;
    margin-top: 40px
}

@media (max-width:1023px) {
    .dados-contato ul {
        display: flex;
        flex-wrap: wrap
    }
}

.dados-contato .redes {
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: wrap
}

.dados-contato .redes i {
    border-color: #9E0001;
    border-width: 2px;
    border-style: solid
}

.dados-contato .redes a {
    color: #9E0001
}

.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: #9E0001;
    mix-blend-mode: overlay;
    position: absolute;
    content: '';
    display: block
}

.mapa form {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 10px;
    background-color: #eee;
    display: flex
}

@media (max-width:480px) {
    .mapa form {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        float: left;
        width: 100%;
        box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        -webkit-box-shadow: 0 0 0 0;
        -ms-box-shadow: 0 0 0 0;
        padding: 15px;
        background: none
    }
}

.mapa form [type=text] {
    width: 57%;
    height: 50px;
    margin: 0 3% 0 0;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 15px
}

@media (max-width:480px) {
    .mapa form [type=text] {
        font-size: 13px
    }
}

.mapa form [type=submit] {
    width: 40%;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9E0001;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    cursor: pointer;
    border: none;
    position: static;
    text-indent: unset;
    top: auto;
    left: auto
}

@media (max-width:480px) {
    .mapa form [type=submit] {
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 16px
    }
}

.mapa form [type=submit]:hover {
    background-color: #520001;
    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: #9E0001;
    color: #FFFFFF
}

.dois-mapas .bt-mapas li:hover {
    cursor: pointer
}

.dois-mapas .map-content iframe {
    width: 100%;
    float: left
}

.link-back {
    display: table;
    margin-left: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    font-size: 15px;
    padding: 5px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #9E0001;
    color: #FFFFFF
}

.link-back:hover {
    background-color: #6b0001;
    color: #FFFFFF
}

.voltar-topo {
    width: 100px;
    height: 100px;
    display: block;
    position: fixed;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    bottom: -90px;
    right: calc(50% - 50px);
    z-index: 1100;
    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
    background-color: #122D58;
    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: #09172e
}

.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: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
    border-color: #BBBBBB;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #333333;
    height: 54px;
    padding: 10px 20px
}

form [type=submit] {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
    background-color: #9E0001;
    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: #9E0001 !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: #9E0001;
    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: #9E0001;
    border-width: 1px;
    border-style: solid
}

form [type=radio]:checked:before {
    width: 15px;
    height: 15px;
    background-color: #9E0001;
    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: #9E0001;
    border-width: 1px;
    border-style: solid
}

form [type=checkbox]:before {
    display: block;
    content: '\e94c';
    font-family: 'icomoon';
    font-size: 30px;
    color: #9E0001;
    position: absolute;
    top: -12px;
    left: -4px;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

form [type=checkbox]:checked:before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

form p {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 14px
}

form p>label:nth-child(1) {
    width: 100%;
    padding-bottom: 15px;
    position: absolute;
    top: -100000px;
    left: 0;
    z-index: 0
}

form p label {
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    float: left;
    color: #FFFFFF
}

form p label.termos {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: initial;
    color: #333333
}

form p label.termos input[type=checkbox] {
    margin-right: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-color: #9E0001;
    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: #9E0001
}

form p label.termos input[type=checkbox]:checked:before {
    display: block;
    content: '\e94c';
    color: #FFFFFF;
    font-family: 'icomoon'
}

form p label.termos input[type=checkbox][required] {
    border-color: #9E0001 !important;
    border-width: 2px !important;
    border-style: solid !important
}

form p label.termos input[type=checkbox].error {
    border-color: #d80000 !important;
    border-width: 2px !important;
    border-style: solid !important
}

form p label.termos input[type=checkbox].error:before {
    display: none
}

form p label.termos input[type=checkbox].error:after {
    display: block;
    content: 'Aceite os termos de uso e polÃ­tica de privacidade.';
    font-family: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF !important;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    z-index: 0;
    background-color: #ff4242;
    font-size: 11px !important;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 5px 7px;
    width: 150px;
    opacity: 90%;
    -moz-opacity: 90%;
    -webkit-opacity: 90%;
    filter: alpha(opacity=90%);
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.65)
}

form p label.termos label.error {
    top: 4px;
    left: 0;
    display: none !important
}

form p label.termos label.error:before,
form p label.termos label.error:after {
    display: none
}

form p.b2 {
    width: 50%
}

@media (max-width:480px) {
    form p.b2 {
        width: 100%
    }
}

form .file-input {
    width: 100%;
    position: relative
}

@media (max-width:768px) {
    form .file-input {
        width: 100%
    }
}

form .file-input:before {
    display: block;
    content: '\e968';
    font-family: 'icomoon';
    font-size: 26px;
    line-height: 1;
    color: #9E0001;
    position: absolute;
    bottom: calc(50% - 13px);
    right: 15px;
    z-index: 0;
    pointer-events: none
}

form .file-input span {
    font-weight: 700;
    font-size: 15px
}

form .file-input [type=file] {
    width: 100%;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-color: #CECEBF;
    border-width: 1px;
    border-style: solid;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #333333;
    padding: 15px 35px 15px 15px
}

form .file-input [type=file]:hover {
    cursor: pointer
}

form .file-input label.error {
    right: 50px !important
}

form .recaptcha {
    width: 100%;
    margin: 0 7px 20px
}

form .recaptcha .g-recaptcha>div {
    width: 100% !important
}

@media (max-width:480px) {
    form .recaptcha .g-recaptcha>div div iframe {
        width: 78% !important
    }
}

form input[required],
form select[required],
form textarea[required] {
    border-right-color: #d80000 !important;
    border-right-width: 5px !important;
    border-right-style: solid !important
}

form input[required].valid,
form select[required].valid,
form textarea[required].valid {
    border-right-color: #468C00 !important;
    border-right-width: 5px !important;
    border-right-style: solid !important
}

form .valid {
    border-color: #468C00 !important;
    border-width: 1px !important;
    border-style: solid !important
}

form .error {
    border-color: #d80000 !important;
    border-width: 1px !important;
    border-style: solid !important
}

form label.error {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 0;
    width: 16px;
    height: 16px;
    transform: scale(.5);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    background-color: #d80000;
    color: #FFFFFF;
    padding: 0
}

form label.error:after {
    content: '';
    font-family: serif;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700
}

form label.error:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: #d80000;
    position: absolute;
    top: calc(50% - 30px);
    right: -23px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-animation: scale-up-center 1s ease-out infinite forwards;
    animation: scale-up-center 1s ease-out infinite forwards
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        filter: alpha(opacity=0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        filter: alpha(opacity=0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
    }
}

form .formID {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -1
}

.obrigado {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    color: #333333;
    margin-bottom: 30px
}

.obrigado big {
    font-family: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    color: #9E0001;
    font-size: 22px;
    padding-bottom: 10px
}

.obrigado b {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px
}

.obrigado a {
    font-family: 'Roboto Slab', 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: #9E0001;
    color: #FFFFFF;
    margin-top: 30px;
    font-size: 12px;
    float: right
}

.obrigado a:hover {
    background-color: #6b0001
}

.texto-imagem {
    display: flex;
    width: 100%
}

@media (max-width:768px) {
    .texto-imagem {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width:1023px) {
    .texto-esquerda {
        width: 50%
    }
}

@media (max-width:768px) {
    .texto-esquerda {
        width: 100%
    }
}

.legenda-imagem {
    width: 100% !important
}

.imagem-acima {
    width: 100%;
    margin-bottom: 35px
}

@media (max-width:768px) {
    .imagem-acima {
        display: flex;
        justify-content: center
    }
}

@media (max-width:480px) {
    .imagem-acima img {
        width: 100%;
        height: auto
    }
}

.imagem-abaixo {
    width: 100%;
    margin-top: 35px
}

@media (max-width:768px) {
    .imagem-abaixo {
        display: flex;
        justify-content: center
    }
}

@media (max-width:480px) {
    .imagem-abaixo img {
        width: 100%;
        height: auto
    }
}

.imagem-esquerda {
    margin: 0 35px 35px 0
}

@media (max-width:1023px) {
    .imagem-esquerda {
        width: 50%;
        height: auto
    }
}

@media (max-width:768px) {
    .imagem-esquerda {
        display: flex;
        justify-content: center;
        float: none;
        margin: 30px 0;
        width: 100%;
        height: auto
    }
}

.imagem-esquerda img {
    float: left
}

@media (max-width:480px) {
    .imagem-esquerda img {
        width: 100%;
        height: auto
    }
}

.imagem-direita {
    margin: 0 0 35px 35px;
    float: right;
    text-align: right
}

@media (max-width:1023px) {
    .imagem-direita {
        width: 50%;
        height: auto
    }
}

@media (max-width:768px) {
    .imagem-direita {
        margin: 30px 0;
        float: none;
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto
    }
}

.imagem-direita img {
    float: right;
    margin-left: 50px
}

@media (max-width:1023px) {
    .imagem-direita img {
        width: 100%;
        height: auto
    }
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    display: none
}

.remodal-overlay.remodal-is-opening {
    animation: overlay-opening .3s forwards;
    -webkit-animation: overlay-opening .3s forwards;
    -moz-animation: overlay-opening .3s forwards;
    -ms-animation: overlay-opening .3s forwards
}

.remodal-overlay.remodal-is-closing {
    animation: overlay-closing .3s forwards;
    -webkit-animation: overlay-closing .3s forwards;
    -moz-animation: overlay-closing .3s forwards;
    -ms-animation: overlay-closing .3s forwards
}

.remodal-wrapper {
    display: none;
    text-align: center;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backface-visibility: hidden;
    padding: 10px 10px 0
}

.remodal {
    width: 100%;
    max-width: 660px;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    box-shadow: 0 0 13px #000000;
    -moz-box-shadow: 0 0 13px #000000;
    -webkit-box-shadow: 0 0 13px #000000;
    -ms-box-shadow: 0 0 13px #000000;
    color: #000000;
    text-align: left;
    background-color: #eeeeee;
    margin: 15px 0 15px 0;
    padding: 35px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-color: #FFFFFF;
    border-width: 10px;
    border-style: solid;
    position: relative;
    display: none;
    text-size-adjust: 100%
}

@media (max-width:768px) {
    .remodal {
        padding: 30px 8px;
        margin-top: 0;
        height: 95vh;
        overflow: scroll
    }
}

.remodal [type=text],
.remodal [type=password],
.remodal [type=email],
.remodal [type=number],
.remodal [type=date],
.remodal select,
.remodal textarea {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    color: #666
}

.remodal ::-webkit-input-placeholder {
    color: #666
}

.remodal ::-moz-placeholder {
    color: #666
}

.remodal :-ms-input-placeholder {
    color: #666
}

.remodal input:-moz-placeholder {
    color: #666
}

.remodal .bt-enviar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 5px;
    right: 13px;
    z-index: 0;
    width: 100px;
    height: 90px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #96282D;
    text-transform: uppercase;
    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 {
    background-color: #822327
}

.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: #122D58;
    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: #122D58;
    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: #0b1c36;
    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: #122D58;
    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: #9E0001;
    font-size: 28px;
    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: #9E0001
}

@keyframes remodal-opening {
    from {
        transform: scale(1.05);
        opacity: 0
    }

    to {
        transform: none;
        opacity: 1
    }
}

@keyframes remodal-closing {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(.95);
        opacity: 0
    }
}

@keyframes overlay-opening {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes overlay-closing {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.lt-ie9 .remodal-overlay {
    background-color: #2b2e38
}

.lt-ie9 .remodal {
    width: 700px
}

html.remodal-is-locked {
    overflow: hidden;
    touch-action: none
}

[data-remodal-id] {
    display: none
}

.remodal-is-initialized {
    display: inline-block;
    outline: 0 !important
}

.video-modal {
    position: relative;
    padding-top: 25px;
    padding-bottom: 52.5%;
    width: 100%;
    height: 0
}

.video-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.floating-wpp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1021;
    font-size: 14px;
    transition: bottom .2s;
    -webkit-animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

.floating-wpp:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(14, 193, 67, 0.8);
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -webkit-animation: ping 1s ease-in-out infinite both;
    animation: ping 1s ease-in-out infinite both
}

.floating-wpp:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(14, 193, 67, 0.8);
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: -10;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -webkit-animation: ping 1s ease-in-out .7s infinite both;
    animation: ping 1s ease-in-out .7s infinite both
}

.floating-wpp .floating-wpp-button {
    width: 58px;
    height: 58px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #0EC143;
    cursor: pointer;
    box-shadow: 0 0 10px -3px #000000;
    -moz-box-shadow: 0 0 10px -3px #000000;
    -webkit-box-shadow: 0 0 10px -3px #000000;
    -ms-box-shadow: 0 0 10px -3px #000000
}

.floating-wpp .floating-wpp-button:after {
    content: "\e906";
    width: 58px;
    height: 58px;
    font-family: icomoon;
    font-size: 35px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
}

.floating-wpp .floating-wpp-button:before {
    content: '1';
    width: 15px;
    height: 15px;
    background-color: #f60;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 8px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) 5s both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) 5s both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.floating-wpp .floating-wpp-popup {
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    background-color: #e5ddd5;
    overflow: hidden;
    position: absolute;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -moz-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -ms-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0;
    height: 0;
    bottom: 140px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 15px 12px 15px;
    width: 280px;
    height: auto;
    bottom: 70px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

@media (max-width:480px) {
    .floating-wpp .floating-wpp-popup.active {
        width: 295px
    }
}

.floating-wpp .floating-wpp-popup.active a {
    pointer-events: all !important
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    transition-delay: .2s
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #FFFFFF;
    padding: 8px;
    border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    -ms-border-radius: 7.5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .2s;
    max-width: 100%
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: left;
    color: #FFFFFF;
    margin: 0 -15px 15px -15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    font-weight: bolder;
    background-color: #39847a;
    font-size: 15px
}

@media (max-width:480px) {
    .floating-wpp .floating-wpp-popup .floating-wpp-head {
        font-size: 14px
    }
}

.floating-wpp .floating-wpp-popup .floating-wpp-head span {
    padding-right: 27px
}

.floating-wpp .floating-wpp-popup .floating-wpp-head .close {
    position: absolute;
    top: 14px;
    right: 17px;
    z-index: 0;
    color: #FFFFFF;
    text-shadow: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    font-size: inherit
}

.floating-wpp .floating-wpp-popup .floating-wpp-head .close:before {
    font-family: 'icomoon'
}

.floating-wpp .floating-wpp-input-message {
    background-color: #e5ddd5;
    margin: 5px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.floating-wpp .floating-wpp-input-message textarea {
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    -ms-border-radius: 21px;
    box-shadow: none;
    padding: 8px 12px;
    margin: 10px 0 15px 0;
    width: 190px;
    height: initial;
    flex-grow: 1;
    font-size: inherit;
    font-family: inherit;
    resize: none;
    outline: none;
    color: #4a4a4a;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -moz-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -ms-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    visibility: visible !important;
    animation-delay: 0s;
    animation-duration: 0s
}

.floating-wpp .floating-wpp-btn-send {
    margin: 10px 0 15px 12px;
    font-size: 0;
    cursor: pointer;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -moz-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -webkit-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    -ms-box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    width: 45px;
    height: 45px;
    background-color: #39847a;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.floating-wpp .floating-wpp-btn-send:hover {
    box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    -webkit-box-shadow: 0 0 10px #000000;
    -ms-box-shadow: 0 0 10px #000000;
    background-color: #41968a
}

.floating-wpp .floating-wpp-btn-send:after {
    content: "\e920";
    display: flex;
    width: 25px;
    height: 25px;
    font-family: icomoon;
    font-size: 25px;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    top: 4px
}

.floating-wpp .whats-multiplo a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    color: #666;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 8px 10px 20px 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    pointer-events: none !important
}

.floating-wpp .whats-multiplo a:last-child {
    border: none;
    margin-bottom: 0
}

.floating-wpp .whats-multiplo a:before {
    content: '';
    display: block;
    content: '\e906';
    font-family: 'icomoon';
    font-size: 35px;
    line-height: 1;
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 0;
    color: #0EC143
}

.floating-wpp .whats-multiplo a:hover {
    color: #000000
}

.floating-wpp .whats-multiplo a span {
    font-size: 13px;
    display: block
}

@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
        opacity: .8
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

[data-anime] {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    position: relative
}

[data-anime=fade-up] {
    bottom: -60px
}

[data-anime=fade-up].animate {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    bottom: 0
}

[data-anime=fade].animate {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

[data-anime=fade-down] {
    top: -60px
}

[data-anime=fade-down].animate {
    top: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

[data-anime=fade-left] {
    left: -60px
}

[data-anime=fade-left].animate {
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

[data-anime=fade-right] {
    right: -60px
}

[data-anime=fade-right].animate {
    right: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

body {
    font-family: 'Roboto Slab', Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #333333
}

@media (max-width:1023px) {
    body {
        font-size: 14.4px
    }
}

span.titulo1 {
    font-size: 25px;
    color: #122D58
}

@media (max-width:1023px) {
    span.titulo1 {
        font-size: 22.5px
    }
}

span.titulo2 {
    font-size: 20px;
    color: #122D58
}

@media (max-width:1023px) {
    span.titulo2 {
        font-size: 18px
    }
}

span.titulo3 {
    font-size: 18px;
    color: #122D58
}

@media (max-width:1023px) {
    span.titulo3 {
        font-size: 16.2px
    }
}

span.titulo4 {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #9E0001;
    font-size: 18px;
    color: #FFFFFF
}

@media (max-width:1023px) {
    span.titulo4 {
        font-size: 16.2px
    }
}

#mainBlock {
    position: relative;
    width: 100%;
    z-index: 0;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#mainBlock.margin-t {
    margin-top: 70px
}

@media (max-width:1023px) {
    #mainBlock.margin-t {
        margin-top: 0
    }
}

#mainBlock.margin-t #ancora {
    margin-top: -70px
}

#mainBlock #ancora {
    margin-top: -110px;
    display: block
}

.home {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap
}

.interna {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 0 15px 60px
}

.cnt-interna {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    font-size: 16px
}

.cnt-contato {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cnt-contato [type=text],
.cnt-contato [type=password],
.cnt-contato [type=email],
.cnt-contato [type=number],
.cnt-contato [type=date],
.cnt-contato select,
.cnt-contato textarea {
    background-color: #FFFFFF;
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
    color: #666
}

.cnt-contato ::-webkit-input-placeholder {
    color: #666
}

.cnt-contato ::-moz-placeholder {
    color: #666
}

.cnt-contato :-ms-input-placeholder {
    color: #666
}

.cnt-contato input:-moz-placeholder {
    color: #666
}

@media (max-width:1023px) {
    .cnt-contato {
        flex-wrap: wrap
    }
}

.cnt-contato .botao-form {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    background-color: #9E0001;
    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: #9E0001;
    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: #750001;
    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: #9E0001;
    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(158, 0, 1, 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%
    }
}

.tabs-rekarga {
    width: 100%;
    padding: 20px 15px;
    position: relative;
    padding-bottom: 135px;
    background-color: #DEDEDE;
    padding-bottom: 80px
}

.tabs-rekarga:after {
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px;
    padding-top: 57px;
    height: 137px;
    position: absolute;
    top: -57px;
    left: 0;
    z-index: 0;
    z-index: 1000;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' fill='%23DEDEDE' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1920px' height='135px' viewBox='0 0 1920 135' enable-background='new 0 0 1918 134.609' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M1918,47.9V0L840,92L1918,47.9z'/%3E%3Cpath d='M1918,134.609V59L0,134.609H1918z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.tabs-rekarga:after {
    transform: rotateY(180deg);
    top: -134px
}

.tabs-rekarga div {
    width: 100% !important
}

@media (max-width:1023px) {
    .tabs-rekarga div {
        order: -3;
        display: flex;
        justify-content: center
    }
}

.tabs-rekarga div h2 {
    display: table;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px
}

@media (max-width:1023px) {
    .tabs-rekarga div h2 {
        font-size: 31.5px
    }
}

.tabs-rekarga div h2:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #9E0001;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width:0) {
    .tabs-rekarga div h2:before {
        right: calc(50% - 177px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.tabs-rekarga div h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 51px;
    height: 4px;
    background-color: #9E0001;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width:0) {
    .tabs-rekarga div h2:after {
        right: calc(50% - 51px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

@media (max-width:480px) {
    .tabs-rekarga div h2 {
        font-size: 30px
    }
}

.tabs-rekarga .full-max {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3%;
    padding-left: 425px;
    position: relative
}

.tabs-rekarga .full-max>* {
    width: calc((100% - ((3 - 1) * 3%)) / 3)
}

@media (max-width:1023px) {
    .tabs-rekarga .full-max {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .tabs-rekarga .full-max {
        gap: 30px 3%
    }

    .tabs-rekarga .full-max>* {
        width: calc((100% - ((2 - 1) * 3%)) / 2)
    }
}

@media (max-width:480px) {
    .tabs-rekarga .full-max {
        gap: 30px 100%
    }

    .tabs-rekarga .full-max>* {
        width: calc((100% - ((1 - 1) * 100%)) / 1)
    }
}

.tabs-rekarga .full-max:before {
    content: '';
    display: block;
    width: 404px;
    height: 408px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url("../../images/regiÃµes.jpg");
    background-repeat: no-repeat;
    background-position: 0 0
}

@media (max-width:1023px) {
    .tabs-rekarga .full-max:before {
        width: 100%;
        height: 308px;
        background-size: 308px;
        position: relative;
        background-position: center;
        margin: 0 auto 0;
        order: -2
    }
}

@media (max-width:480px) {
    .tabs-rekarga .full-max:before {
        width: 100%;
        height: 260px;
        background-size: 260px
    }
}

.tabs-rekarga .full-max article {
    padding-left: 15px;
    height: 100%
}

@media (max-width:480px) {
    .tabs-rekarga .full-max article {
        text-align: center;
        padding-left: 0;
        margin: 0 auto 0;
        max-width: 280px;
        padding-top: 15px
    }
}

.tabs-rekarga .full-max article:nth-child(2) {
    border-left-color: #0A136C;
    border-left-width: 6px;
    border-left-style: solid
}

@media (max-width:480px) {
    .tabs-rekarga .full-max article:nth-child(2) {
        border: none;
        border-top-color: #0A136C;
        border-top-width: 6px;
        border-top-style: solid
    }
}

.tabs-rekarga .full-max article:nth-child(2) h3 {
    font-weight: 700;
    color: #0A136C
}

.tabs-rekarga .full-max article:nth-child(3) {
    border-left-color: #E38C00;
    border-left-width: 6px;
    border-left-style: solid
}

@media (max-width:480px) {
    .tabs-rekarga .full-max article:nth-child(3) {
        border: none;
        border-top-color: #E38C00;
        border-top-width: 6px;
        border-top-style: solid
    }
}

.tabs-rekarga .full-max article:nth-child(3) h3 {
    font-weight: 700;
    color: #E38C00
}

.tabs-rekarga .full-max article:nth-child(4) {
    border-left-color: #007A37;
    border-left-width: 6px;
    border-left-style: solid
}

@media (max-width:480px) {
    .tabs-rekarga .full-max article:nth-child(4) {
        border: none;
        border-top-color: #007A37;
        border-top-width: 6px;
        border-top-style: solid
    }
}

.tabs-rekarga .full-max article:nth-child(4) h3 {
    font-weight: 700;
    color: #007A37
}

.tabs-rekarga .full-max article:nth-child(5) {
    border-left-color: #6C00D8;
    border-left-width: 6px;
    border-left-style: solid
}

@media (max-width:480px) {
    .tabs-rekarga .full-max article:nth-child(5) {
        border: none;
        border-top-color: #6C00D8;
        border-top-width: 6px;
        border-top-style: solid
    }
}

.tabs-rekarga .full-max article:nth-child(5) h3 {
    font-weight: 700;
    color: #6C00D8
}

.tabs-rekarga .full-max article:nth-child(6) {
    border-left-color: #265AFF;
    border-left-width: 6px;
    border-left-style: solid
}

@media (max-width:480px) {
    .tabs-rekarga .full-max article:nth-child(6) {
        border: none;
        border-top-color: #265AFF;
        border-top-width: 6px;
        border-top-style: solid
    }
}

.tabs-rekarga .full-max article:nth-child(6) h3 {
    font-weight: 700;
    color: #265AFF
}

.tabs-rekarga .full-max article:nth-child(7) {
    border-left-color: #888B8C;
    border-left-width: 6px;
    border-left-style: solid
}

@media (max-width:480px) {
    .tabs-rekarga .full-max article:nth-child(7) {
        border: none;
        border-top-color: #888B8C;
        border-top-width: 6px;
        border-top-style: solid
    }
}

.tabs-rekarga .full-max article:nth-child(7) h3 {
    font-weight: 700;
    color: #888B8C
}

.tabs-rekarga .full-max article h3 {
    font-size: 16px
}

.pg-interna {
    position: relative;
    padding-bottom: 135px;
    background-color: #F4F4FD
}

.pg-interna:after {
    content: '';
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1920px;
    padding-top: 57px;
    height: 137px;
    position: absolute;
    top: -57px;
    left: 0;
    z-index: 0;
    z-index: 1000;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' fill='%23F4F4FD' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1920px' height='135px' viewBox='0 0 1920 135' enable-background='new 0 0 1918 134.609' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M1918,47.9V0L840,92L1918,47.9z'/%3E%3Cpath d='M1918,134.609V59L0,134.609H1918z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.pg-interna:after {
    transform: rotateY(180deg);
    top: 106px;
    z-index: 0
}

.txt-empresa {
    color: #000000
}

.txt-empresa .imagem-esquerda {
    position: relative;
    display: flex;
    float: left;
    width: fit-content;
    margin-right: 60px;
    margin-bottom: 80px
}

.txt-empresa .imagem-esquerda:before {
    content: '';
    display: block;
    width: 153px;
    height: 26px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 153px;
    filter: brightness(.1)
}

@media (max-width:768px) {
    .txt-empresa .imagem-esquerda {
        margin: 30px auto;
        float: none
    }
}

.txt-empresa .imagem-esquerda img {
    float: none;
    margin-right: 0
}