@charset "UTF-8";

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNZ9xds.ttf) format('truetype')
}

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRZ9xds.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: #1B2634;
    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: #CEA716;
    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: #0043b3
}

* {
    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: 'Archivo', Tahoma, Arial, Helvetica, sans-serif
}

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

.spaceAfterCP,
.spaceBeforeCP {
    width: 100%
}

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

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

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

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

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

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

.icon-cart2:before {
    content: "\e917"
}

.icon-bag-2:before {
    content: "\e94d"
}

.icon-user7:before {
    content: "\e965"
}

.icon-upload1:before {
    content: "\e968"
}

.icon-upload2:before {
    content: "\e973"
}

.icon-upload3:before {
    content: "\e990"
}

.icon-tik-tok1:before {
    content: "\e992"
}

.icon-tik-tok2:before {
    content: "\e99a"
}

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

.icon-waze2:before {
    content: "\e9ae"
}

.logo-2020a:before {
    content: "\e907"
}

.logo-2020-b:before {
    content: "\e916"
}

.data-hora1:before {
    content: "\e963"
}

.data-hora2:before {
    content: "\e964"
}

.data-hora3:before {
    content: "\e9a3"
}

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

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

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

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

.chat1:before {
    content: "\e9a8"
}

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

.empresa1:before {
    content: "\e9aa"
}

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

.share1:before {
    content: "\e9ac"
}

.share2:before {
    content: "\e9ad"
}

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

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

.icon-camera4:before {
    content: "\e99b"
}

.qr-code1:before {
    content: "\e99c"
}

.qr-code2:before {
    content: "\e99d"
}

.qr-code3:before {
    content: "\e99e"
}

.touch2:before {
    content: "\e9a0"
}

.lab03:before {
    content: "\e9a1"
}

.radiactive:before {
    content: "\e9a2"
}

.icon-lupa3:before {
    content: "\e995"
}

.icon-bag:before {
    content: "\e996"
}

.icon-user6:before {
    content: "\e997"
}

.icon-cupom:before {
    content: "\e98c"
}

.icon-phone05:before {
    content: "\e98d"
}

.fast-delivery:before {
    content: "\e98e"
}

.icon-lab01:before {
    content: "\e98f"
}

.icon-cadeado02:before {
    content: "\e991"
}

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

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

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

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

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

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

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

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

.sino-2:before {
    content: "\e97a"
}

.alerta-1:before {
    content: "\e97b"
}

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

.livro:before {
    content: "\e97d"
}

.sair:before {
    content: "\e97e"
}

.key:before {
    content: "\e97f"
}

.key-2:before {
    content: "\e980"
}

.pasta:before {
    content: "\e981"
}

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

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

.short:before {
    content: "\e974"
}

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

.filtro-2:before {
    content: "\e976"
}

.star-1:before {
    content: "\e977"
}

.star-2:before {
    content: "\e978"
}

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

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

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

.icon-bateria-2:before {
    content: "\e924"
}

.icon-bateria-1:before {
    content: "\e925"
}

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

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

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

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

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

.icon-lista2:before {
    content: "\e939"
}

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

.icon-mouse-02:before {
    content: "\e94f"
}

.icon-seta08-u:before {
    content: "\e970"
}

.icon-seta08-d:before {
    content: "\e971"
}

.icon-seta08-l:before {
    content: "\e96e"
}

.icon-seta08-r:before {
    content: "\e96f"
}

.icon-seta01-r:before {
    content: "\e950"
}

.icon-seta01-l:before {
    content: "\e951"
}

.icon-seta02-d:before {
    content: "\e952"
}

.icon-seta02-r:before {
    content: "\e953"
}

.icon-seta02-l:before {
    content: "\e954"
}

.icon-seta03-d:before {
    content: "\e955"
}

.icon-seta04-d:before {
    content: "\e956"
}

.icon-seta05-d:before {
    content: "\e957"
}

.icon-seta06-r:before {
    content: "\e958"
}

.icon-seta06-d:before {
    content: "\e9af"
}

.icon-seta06-l:before {
    content: "\e959"
}

.icon-seta07-r:before {
    content: "\e95a"
}

.icon-seta07-l:before {
    content: "\e95b"
}

.icon-seta07-d:before {
    content: "\e9b0"
}

.icon-plus-01:before {
    content: "\e95c"
}

.icon-menos1:before {
    content: "\e967"
}

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

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

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

.icon-plus-03:before {
    content: "\e95e"
}

.icon-check04:before {
    content: "\e926"
}

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

.icon-check02:before {
    content: "\e94c"
}

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

.icon-close02:before {
    content: "\e949"
}

.icon-empresa2:before {
    content: "\e91a"
}

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

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

.icon-heart:before {
    content: "\e944"
}

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

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

.icon-gear:before {
    content: "\e989"
}

.icon-seta2:before {
    content: "\e911"
}

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

.icon-store:before {
    content: "\e910"
}

.icon-trash:before {
    content: "\e900"
}

.icon-cart1:before {
    content: "\e901"
}

.icon-olho:before {
    content: "\e903"
}

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

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

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

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

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

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

.icon-twitter:before {
    content: "\e90a"
}

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

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

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

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

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

.icon-skype:before {
    content: "\e919"
}

.icon-users:before {
    content: "\e915"
}

.icon-user3:before {
    content: "\e988"
}

.icon-user:before {
    content: "\e91c"
}

.icon-user2:before {
    content: "\e91d"
}

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

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

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

.icon-pin4:before {
    content: "\e930"
}

.icon-pin2:before {
    content: "\e938"
}

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

.icon-pin3:before {
    content: "\e929"
}

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

.icon-text2:before {
    content: "\e92b"
}

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

.icon-clock2:before {
    content: "\e932"
}

.icon-data:before {
    content: "\e933"
}

.icon-data2:before {
    content: "\e934"
}

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

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

.icon-lupa2:before {
    content: "\e937"
}

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

.icon-chat3:before {
    content: "\e93c"
}

.icon-chat4:before {
    content: "\e93d"
}

.icon-chat5:before {
    content: "\e93e"
}

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

.icon-seta02:before {
    content: "\e9b1"
}

.icon-news:before {
    content: "\e93f"
}

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

.icon-mail4:before {
    content: "\e987"
}

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

.icon-mail2:before {
    content: "\e923"
}

.icon-phone24h2:before {
    content: "\e942"
}

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

.icon-call03:before {
    content: "\e914"
}

.icon-call02:before {
    content: "\e912"
}

.icon-call:before {
    content: "\e948"
}

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

.icon-phone:before {
    content: "\e92c"
}

.icon-phone2:before {
    content: "\e92d"
}

.icon-phone07:before {
    content: "\e941"
}

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

.icon-phone03:before {
    content: "\e972"
}

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

.icon-home2:before {
    content: "\e96c"
}

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

#headerBlock {
    background-color: #CEA716;
    height: 115px;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    z-index: 1;
    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: 5px 5px 10px -10px #000;
    -moz-box-shadow: 5px 5px 10px -10px #000;
    -webkit-box-shadow: 5px 5px 10px -10px #000;
    -ms-box-shadow: 5px 5px 10px -10px #000;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap
}

@media only screen and (max-width:1023px) {
    #headerBlock {
        height: 70px
    }
}

#headerBlock.topo-fixo {
    height: 70px
}

#headerBlock.topo-fixo .topo-05>.full-max>.logo {
    width: 50px;
}

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

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

#headerBlock.topo-fixo .topo-05>.full-max>.topo-right>.menu>.pmenu>li>ul.psubmenu {
    top: 63px
}

@media only screen and (max-width:1023px) {
    #headerBlock.topo-fixo .topo-05>.full-max>.topo-right>.menu>.pmenu>li>ul.psubmenu {
        top: calc(70px - 8px)
    }
}

#headerBlock.topo-fixo .topo-05>.full-max>.topo-right>.abrir-fone:hover .bloco-dropdown,
#headerBlock.topo-fixo .topo-05>.full-max>.topo-right>.abrir-fone.on .bloco-dropdown {
    top: 80px;
    right: -15px
}

#headerBlock .topo-05 {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top-color: #CEA716;
    border-top-width: 2px;
    border-top-style: solid;
    background-color: #000
}

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

#headerBlock .topo-05 .full-max {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center
}

@media only screen and (max-width:1023px) {
    #headerBlock .topo-05 .full-max {
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
}

#headerBlock .topo-05 .full-max .ssm-toggle-nav {
    display: none
}

@media only screen and (max-width:1023px) {
    #headerBlock .topo-05 .full-max .ssm-toggle-nav {
        display: block
    }
}

#headerBlock .topo-05 .full-max .ssm-toggle-nav .botao-menu {
    margin-left: -15px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 70px;
    cursor: pointer
}

#headerBlock .topo-05 .full-max .ssm-toggle-nav .botao-menu span {
    background-color: #CEA716;
    position: relative;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 18px;
    z-index: 0;
    right: 18px;
    transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    -webkit-transition: background 0s .3s;
    -ms-transition: background 0s .3s
}

#headerBlock .topo-05 .full-max .ssm-toggle-nav .botao-menu span:before {
    content: '';
    display: block;
    background-color: #CEA716;
    width: 100%;
    height: 4px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 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 .topo-05 .full-max .ssm-toggle-nav .botao-menu span:after {
    content: '';
    display: block;
    background-color: #CEA716;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 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 .topo-05 .full-max .ssm-toggle-nav .botao-menu.on {
    background-color: #CEA716
}

#headerBlock .topo-05 .full-max .ssm-toggle-nav .botao-menu.on span {
    background: none
}

#headerBlock .topo-05 .full-max .ssm-toggle-nav .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: #fff
}

#headerBlock .topo-05 .full-max .ssm-toggle-nav .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: #fff
}

#headerBlock .topo-05 .full-max .logo {
    float: left;
    display: block;
    width: 68px;
    height: 80px;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    #headerBlock .topo-05 .full-max .logo {
        width: 90px;
        height: 100%;
        margin: 0 auto 0
    }
}

@media (max-width:480px) {
    #headerBlock .topo-05 .full-max .logo {
        width: 90px;
        margin: 0 auto 0
    }
}

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

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

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

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

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

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

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

@media (max-width:1023px) {
    #headerBlock .topo-05 .full-max .topo-right .menu {
        position: fixed;
        top: 70px;
        left: 0;
        z-index: 1500;
        width: 260px;
        height: 100vh;
        margin: 0;
        padding-bottom: 250px;
        background-color: #0056e6;
        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 .topo-05 .full-max .topo-right .menu.on {
        transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }
}

#headerBlock .topo-05 .full-max .topo-right .menu .entrar {
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 25px;
    background-color: #CEA716;
    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 .topo-05 .full-max .topo-right .menu .entrar:hover {
    background-color: #CEA716;
    color: #CEA716
}

@media (max-width:1023px) {
    #headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .menu .entrar:hover {
        background-color: rgba(0, 0, 0, 0.3);
        color: #CEA716
    }
}

#headerBlock .topo-05 .full-max .topo-right .pmenu {
    float: right
}

#headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .pmenu li {
        width: 100%;
        border-bottom-color: rgba(255, 255, 255, 0.3);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }
}

#headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .pmenu li a {
    display: flex;
    align-items: center;
    height: 115px;
    color: #CEA716;
    padding: 20px 20px;
    font-size: 18px;
    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;
    position: relative;
    overflow: hidden
}

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

#headerBlock .topo-05 .full-max .topo-right .pmenu li:hover>a,
#headerBlock .topo-05 .full-max .topo-right .pmenu li.act_path>a {
    color: #9c7a00
}

@media (max-width:1023px) {

    #headerBlock .topo-05 .full-max .topo-right .pmenu li:hover>a,
    #headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .pmenu .link_sub {
        display: flex;
        flex-direction: column
    }
}

#headerBlock .topo-05 .full-max .topo-right .pmenu .link_sub:before {
    display: block;
    content: '\e95a';
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 15px;
    color: #000000;
    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 .topo-05 .full-max .topo-right .pmenu .link_sub:before {
        right: 0
    }
}

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

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

#headerBlock .topo-05 .full-max .topo-right .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: #CEA716;
    position: absolute;
    top: calc(115px - 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 .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .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: #CEA716;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

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

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

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

#headerBlock .topo-05 .full-max .topo-right .pmenu .psubmenu li {
    width: 100%;
    height: auto
}

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

#headerBlock .topo-05 .full-max .topo-right .pmenu .psubmenu li.act_path>a {
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF
}

#headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .pmenu .psubmenu a:before {
    display: none
}

#headerBlock .topo-05 .full-max .topo-right .pmenu .psubmenu a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFFFFF
}

@media (max-width:1023px) {
    #headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .botao-menu span {
        background-color: #CEA716;
        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 .topo-05 .full-max .topo-right .botao-menu span:before {
        content: "";
        background-color: #CEA716;
        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 .topo-05 .full-max .topo-right .botao-menu span:after {
        content: "";
        background-color: #CEA716;
        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 .topo-05 .full-max .topo-right .botao-menu.on {
        background-color: #0056e6
    }

    #headerBlock .topo-05 .full-max .topo-right .botao-menu.on span {
        background: none
    }

    #headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .ssm-toggle-nav.on:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4)
    }
}

#headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .botao-menu2 span {
    background-color: #CEA716;
    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 .topo-05 .full-max .topo-right .botao-menu2 span:before {
    content: "";
    background-color: #CEA716;
    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 .topo-05 .full-max .topo-right .botao-menu2 span:after {
    content: "";
    background-color: #CEA716;
    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 .topo-05 .full-max .topo-right .botao-menu2.on {
    background-color: #0056e6
}

#headerBlock .topo-05 .full-max .topo-right .botao-menu2.on span {
    background: none
}

#headerBlock .topo-05 .full-max .topo-right .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 .topo-05 .full-max .topo-right .botao-menu2.on span:after {
    bottom: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -webkit-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    background-color: #FFFFFF
}

#headerBlock .topo-05 .full-max .topo-right .whatsapp {
    background-color: #009688;
    height: 35px;
    padding-left: 11px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 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 .topo-05 .full-max .topo-right .whatsapp:hover {
    background-color: #007d71
}

@media only screen and (max-width:1279px) {
    #headerBlock .topo-05 .full-max .topo-right .whatsapp {
        margin-left: 15px
    }
}

@media only screen and (max-width:1023px) {
    #headerBlock .topo-05 .full-max .topo-right .whatsapp {
        display: none
    }
}

#headerBlock .topo-05 .full-max .topo-right .whatsapp i {
    color: #FFF;
    font-size: 20px;
    margin-right: 10px
}

#headerBlock .topo-05 .full-max .topo-right .whatsapp a {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    margin-right: 15px
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone,
#headerBlock .topo-05 .full-max .topo-right .abrir-local {
    position: relative
}

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

    #headerBlock .topo-05 .full-max .topo-right .abrir-fone,
    #headerBlock .topo-05 .full-max .topo-right .abrir-local {
        display: none
    }
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone a,
#headerBlock .topo-05 .full-max .topo-right .abrir-local a {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    margin-left: 10px
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .icone,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .icone {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    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;
    width: 32px;
    height: 32px;
    background-color: #CEA716;
    color: #CEA716;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    font-size: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    margin-left: 23px
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown {
    background-color: #CEA716;
    position: absolute;
    top: 85px;
    right: -9px;
    z-index: 1000;
    min-width: 300px;
    padding: 20px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    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;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.65));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown:after,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown:after {
    content: '';
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 25px;
    height: 25px;
    background-color: #CEA716;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: -12px;
    right: 20px;
    z-index: -1
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown a,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown a {
    font-size: 20px;
    color: #000000
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown .numeros-dropdown,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .numeros-dropdown {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    flex-direction: column;
    align-items: center
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown .numeros-dropdown i,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .numeros-dropdown i {
    font-size: 23px;
    color: #FFFFFF;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -10px
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown .numeros-dropdown .telefone-dropdown,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .numeros-dropdown .telefone-dropdown,
#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown .numeros-dropdown .whats-dropdown,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .numeros-dropdown .whats-dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 35px;
    justify-content: center
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown .numeros-dropdown .telefone-dropdown,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .numeros-dropdown .telefone-dropdown {
    margin-bottom: 15px;
    line-height: 1.2
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown .email-dropdown,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .email-dropdown {
    padding-top: 20px;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-top-width: 1px;
    border-top-style: solid;
    width: 100%;
    text-align: center
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown .email-dropdown a,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .email-dropdown a {
    font-size: 15px
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone .bloco-dropdown .email-dropdown i,
#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .email-dropdown i {
    color: #777777;
    font-size: 14px;
    margin-right: 20px
}

#headerBlock .topo-05 .full-max .topo-right .abrir-local {
    text-align: center
}

#headerBlock .topo-05 .full-max .topo-right .abrir-local .bloco-dropdown .numeros-dropdown {
    padding-bottom: 0;
    border: none
}

#headerBlock .topo-05 .full-max .topo-right .abrir-fone {
    display: contents;
    margin-left: 20px
}

@media only screen and (max-width:1279px) {
    #headerBlock .topo-05 .full-max .topo-right .abrir-fone span {
        display: none
    }

    #headerBlock .topo-05 .full-max .topo-right .abrir-fone:hover .icone,
    #headerBlock .topo-05 .full-max .topo-right .abrir-fone.on .icone {
        color: #FFFFFF;
        box-shadow: 0 0 0 9px rgba(119, 119, 119, 0.2);
        -moz-box-shadow: 0 0 0 9px rgba(119, 119, 119, 0.2);
        -webkit-box-shadow: 0 0 0 9px rgba(119, 119, 119, 0.2);
        -ms-box-shadow: 0 0 0 9px rgba(119, 119, 119, 0.2)
    }

    #headerBlock .topo-05 .full-max .topo-right .abrir-fone:hover .bloco-dropdown,
    #headerBlock .topo-05 .full-max .topo-right .abrir-fone.on .bloco-dropdown {
        top: 105px;
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1);
        visibility: visible;
        right: -15px
    }
}

@media only screen and (max-width:1023px) {
    #headerBlock .topo-05 .full-max .topo-right .abrir-fone {
        display: none
    }
}

#headerBlock .topo-05 .full-max .ico-fone-responsivo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    color: #CEA716;
    font-size: 30px
}

@media only screen and (min-width:1024px) {
    #headerBlock .topo-05 .full-max .ico-fone-responsivo {
        display: none
    }
}

#headerBlock .topo-05 .full-max .ico-fone-responsivo.on {
    background-color: #004dcc;
    color: #FFFFFF
}

#headerBlock .info-lateral {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    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%;
    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: #0056e6
}

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

#headerBlock .info-lateral a {
    color: #FFFFFF;
    font-size: 18px
}

#headerBlock .info-lateral .telefone-lateral {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 10px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 10px
}

#headerBlock .info-lateral .telefone-lateral:before {
    content: 'Telefone';
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width:1023px) {
    #headerBlock .info-lateral .telefone-lateral:before {
        font-size: 9.9px
    }
}

#headerBlock .info-lateral .whatsapp-lateral {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 10px;
    border-bottom-color: rgba(119, 119, 119, 0.3);
    border-bottom-width: 1px;
    border-bottom-style: solid
}

#headerBlock .info-lateral .whatsapp-lateral:before {
    content: 'Whatsapp';
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width:1023px) {
    #headerBlock .info-lateral .whatsapp-lateral:before {
        font-size: 9.9px
    }
}

#headerBlock .info-lateral .redes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    gap: 10px
}

#headerBlock .info-lateral .redes:before {
    content: 'Siga-nos';
    width: 80px;
    position: absolute;
    top: -20px;
    left: calc(50% - 40px);
    z-index: 0;
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9)
}

@media (max-width:1023px) {
    #headerBlock .info-lateral .redes:before {
        font-size: 9.9px
    }
}

#headerBlock .info-lateral .redes a {
    margin-right: 7px
}

#headerBlock .info-lateral .redes a:last-child {
    margin-right: 0
}

#headerBlock .info-lateral .redes a i {
    color: #CEA716;
    background-color: #FFFFFF;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

#headerBlock .info-lateral .redes span {
    color: #FFFFFF
}

#headerBlock .info-lateral .email-lateral {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    flex-direction: column
}

#headerBlock .info-lateral .email-lateral:before {
    content: 'E-mail';
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5)
}

@media (max-width:1023px) {
    #headerBlock .info-lateral .email-lateral:before {
        font-size: 9.9px
    }
}

#headerBlock .info-lateral .email-lateral a {
    font-size: 14px
}

#headerBlock .info-lateral .formulario-contato {
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-family: 'Archivo', Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-size: 15px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.3)
}

#headerBlock .on.mascara {
    width: 100%;
    height: 100vh;
    position: fixed;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5)
}

@media only screen and (max-width:1023px) {
    #headerBlock .ssm-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1
    }
}

#footerBlock {
    background-color: #1B2634;
    color: #FFFFFF;
    font-size: 15px;
    padding: 0 15px;
    clear: both;
    position: relative;
    overflow: hidden
}

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

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

#footerBlock .rodape-21>div {
    padding: 80px 0 18px;
    width: 33.33%
}

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

@media (max-width:480px) {
    #footerBlock .rodape-21>div {
        padding-bottom: 85px
    }
}

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

#footerBlock .rodape-21>div>b:before,
#footerBlock .rodape-21>div h3:before {
    content: '';
    display: block;
    width: 4px;
    height: #777777;
    background-color: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

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

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

@media (max-width:1023px) {

    #footerBlock .rodape-21>div>b,
    #footerBlock .rodape-21>div h3 {
        font-size: 20px
    }
}

#footerBlock .rodape-21>div>a {
    color: #FFFFFF;
    display: block
}

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

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

#footerBlock .rodape-21 .col1-rod b {
    position: relative;
    font-size: 25px
}

#footerBlock .rodape-21 .col1-rod b:before {
    content: '';
    display: block;
    width: 27px;
    height: 4px;
    background-color: #CEA716;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:1023px) {
    #footerBlock .rodape-21 .col1-rod b:before {
        left: calc(50% - 27px/2)
    }
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col1-rod b {
        font-size: 22.5px
    }
}

#footerBlock .rodape-21 .col1-rod ul {
    margin-bottom: 25px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col1-rod ul {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

#footerBlock .rodape-21 .col1-rod ul a {
    font-size: 18px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    color: #FFFFFF
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col1-rod ul a {
        font-size: 16.2px
    }
}

#footerBlock .rodape-21 .col1-rod ul a:hover {
    color: #CEA716
}

#footerBlock .rodape-21 .col1-rod ul li {
    margin-bottom: 30px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col1-rod ul li {
        align-items: center
    }
}

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

#footerBlock .rodape-21 .col1-rod .redes {
    display: flex;
    flex-wrap: wrap
}

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

#footerBlock .rodape-21 .col1-rod .redes a {
    width: 37px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

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

#footerBlock .rodape-21 .col1-rod .redes a:hover {
    background-color: #FFFFFF;
    color: #CEA716
}

#footerBlock .rodape-21 .col1-rod .redes a i {
    font-size: 24px
}

#footerBlock .rodape-21 .col2-rod {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 17px;
    line-height: 1.3
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col2-rod {
        padding-left: 0;
        padding-right: 0;
        font-size: 15px
    }
}

#footerBlock .rodape-21 .col2-rod h2 {
    color: #FFFFFF;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700
}

#footerBlock .rodape-21 .col2-rod h2:before {
    content: '';
    display: block;
    width: 27px;
    height: 4px;
    background-color: #CEA716;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;

}

@media only screen and (max-width:1023px) {
    #footerBlock .rodape-21 .col2-rod h2:before {
        left: calc(50% - 27px/2)
    }
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col2-rod h2 {
        font-size: 22.5px
    }
}

#footerBlock .rodape-21 .col2-rod a {
    display: inline-block;
    float: right;
    margin-top: 30px;
    font-size: 17px;
    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
}

#footerBlock .rodape-21 .col2-rod a:hover {
    color: #CEA716
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col2-rod a {
        margin: 15px auto auto;
        float: none
    }
}

#footerBlock .rodape-21 .col3-rod {
    padding-left: 40px
}

#footerBlock .rodape-21 .col3-rod b {
    position: relative;
    font-size: 25px
}

#footerBlock .rodape-21 .col3-rod b:before {
    content: '';
    display: block;
    width: 27px;
    height: 4px;
    background-color: #CEA716;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media only screen and (max-width:1023px) {
    #footerBlock .rodape-21 .col3-rod b:before {
        left: calc(50% - 27px/2)
    }
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col3-rod b {
        font-size: 22.5px
    }
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col3-rod {
        padding-left: 0;
        padding-right: 0;
        position: relative
    }
}

#footerBlock .rodape-21 .col3-rod:after {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: calc(50% + 215px);
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none
}

@media (max-width:1279px) {
    #footerBlock .rodape-21 .col3-rod:after {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        left: auto;
        width: 33.33%;
        height: 100%
    }
}

@media (max-width:1023px) {
    #footerBlock .rodape-21 .col3-rod:after {
        width: auto;
        height: 100%;
        margin: 0 -15px;
        left: 0;
        right: 0
    }
}

#footerBlock .rodape-21 .col3-rod .termos {
    color: #FFFFFF
}

.form-rodape [type=text],
.form-rodape [type=password],
.form-rodape [type=email],
.form-rodape [type=number],
.form-rodape [type=date],
.form-rodape select,
.form-rodape textarea {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
    border-style: solid;
    color: #cccccc
}

.form-rodape ::-webkit-input-placeholder {
    color: #cccccc
}

.form-rodape ::-moz-placeholder {
    color: #cccccc
}

.form-rodape :-ms-input-placeholder {
    color: #cccccc
}

.form-rodape input:-moz-placeholder {
    color: #cccccc
}

.form-rodape .msg-obrigatorio {
    color: #FFFFFF
}

.form-rodape .botao-form {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    background-color: #CEA716;
    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
}

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

.form-rodape .botao-form:after {
    content: '\e955';
    font-family: 'icomoon';
    font-size: 35px;
    color: #CEA716;
    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
}

.form-rodape .botao-form [type=submit] {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999px
}

.form-rodape .botao-form [type=submit]:hover {
    cursor: pointer
}

.form-rodape .botao-form:hover {
    cursor: pointer;
    background-color: #0051d6;
    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
}

.form-rodape .botao-form:hover:after {
    color: #CEA716;
    right: 95px
}

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

.copyright {
    color: rgba(153, 153, 153, 0.5) !important;
    margin-top: 40px;
    font-size: 15px;
    clear: both
}

@media (max-width:1023px) {
    .copyright {
        text-align: center
    }
}

.copyright span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    flex-direction: column
}

@media (max-width:480px) {
    .copyright span {
        font-size: 13px;
        flex-direction: column
    }
}

.copyright a {
    color: rgba(153, 153, 153, 0.5) !important;
    display: flex !important;
    align-items: center;
    padding-right: 80px;
    position: relative
}

@media (max-width:1023px) {
    .copyright a {
        justify-content: center
    }
}

@media (max-width:480px) {
    .copyright a {
        margin-top: 15px
    }
}

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

.copyright a:hover:before {
    color: #006699
}

.modint-07 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    width: calc(100% - 30px);
    height: 396px;
    margin-bottom: 50px
}

@media (max-width:1023px) {
    .modint-07 {
        height: auto;
        position: relative
    }
}

@media (max-width:768px) {
    .modint-07 {
        margin-bottom: 0
    }
}

.modint-07:after {
    content: '';
    display: block;
    background-color: #CEA716;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 396px
}

@media (max-width:1023px) {
    .modint-07:after {
        width: auto;
        height: 100%;
        margin: 0 -15px;
        right: 0
    }
}

.modint-07:before {
    content: '';
    display: block;
    background-image: url("../../images/Modint/logo-before.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 333px;
    height: 396px;
    background-position: left center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
    z-index: 1
}

@media (max-width:1023px) {
    .modint-07:before {
        height: 100%;
        width: 240px
    }
}

.modint-07>span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 396px;
    background-repeat: no-repeat;
    background-position: right top;
    mix-blend-mode: multiply
}

@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: center;
        margin: 0 -15px
    }
}

.modint-07>div {
    height: 396px;
    padding-right: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 0 15px
}

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

.modint-07>div h1 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    max-width: 750px;
    position: relative;
    padding-bottom: 15px
}

@media (max-width:1279px) {
    .modint-07>div h1 {
        font-size: 47.5px
    }
}

@media (max-width:1023px) {
    .modint-07>div h1 {
        font-size: 45px
    }
}

@media (max-width:768px) {
    .modint-07>div h1 {
        font-size: 35px
    }
}

@media (max-width:480px) {
    .modint-07>div h1 {
        font-size: 30px
    }
}

.modint-07>div h1:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width:1023px) {
    .modint-07>div h1:before {
        left: calc(50% - 177px/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;
    left: 0;
    z-index: 0;
    width: 77px;
    height: 4px;
    background-color: #FFFFFF;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width:1023px) {
    .modint-07>div h1:after {
        left: calc(50% - 77px/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:1023px) {
    .modint-07>div h1 {
        text-align: center;
        max-width: 100%
    }
}

.modint-07>div h3 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
    max-width: 750px
}

@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: 750px
}

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

.modint-07>div a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    position: absolute;
    top: calc(50% - (56px / 2));
    right: 0;
    z-index: 1;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    padding: 0 20px 0 70px;
    color: #FFFFFF;
    background-color: #0EC143;
    font-size: 23px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    font-weight: 700
}

@media (max-width:1023px) {
    .modint-07>div a {
        position: relative;
        margin: 15px auto 0;
        font-size: 17px;
        max-width: 100%;
        padding-left: 60px
    }
}

.modint-07>div a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    background-color: #14ee55
}

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

.modint-07>div a:before {
    left: 20px
}

@media (max-width:1023px) {
    .modint-07>div a:before {
        font-size: 32px
    }
}

.banner-06 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(68vh - 115px)
}

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

.banner-06:after {
    content: '';
    display: block;
    background-image: url("../../images/Banner/after-banner.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 296px;
    height: 100%;
    background-position: right center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
    z-index: 1
}

@media (max-width:1023px) {
    .banner-06:after {
        height: 70%
    }
}

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

.banner-06 .owl-carousel.owl-loaded {
    display: block;
    height: calc(68vh - 115px)
}

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

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

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

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

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

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

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

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

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

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

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

.banner-06 .owl-carousel .owl-stage .active .legenda b {
    -webkit-animation: fadedown .6s .5s both;
    animation: fadedown .6s .5s both
}

@-webkit-keyframes fadedown {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

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

@keyframes fadedown {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }

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

.banner-06 .owl-carousel .owl-stage .active .legenda span {
    -webkit-animation: fadeup .6s .7s both;
    animation: fadeup .6s .7s both
}

@-webkit-keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

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

@keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

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

.banner-06 .owl-carousel .owl-stage .active .legenda a {
    -webkit-animation: fadeup .6s 1s both;
    animation: fadeup .6s 1s both
}

@-webkit-keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

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

@keyframes fadeup {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

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

.banner-06 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: calc(68vh - 115px)
}

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

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

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

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

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

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

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

.banner-06 .owl-carousel .owl-item .box-banner {
    height: calc(68vh - 115px)
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .box-banner {
        height: 50vh;
        position: relative
    }
}

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

.banner-06 .owl-carousel .owl-item .box-banner .img-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #CEA716;
    background: -moz-linear-gradient(90deg, #CEA716 10%, transparent 65%);
    background: -webkit-linear-gradient(90deg, #CEA716 10%, transparent 65%);
    background: linear-gradient(135deg, #CEA716 10%, transparent 65%);
    opacity: .9;
    -moz-opacity: .9;
    -webkit-opacity: .9;
    filter: alpha(opacity=0.9);
    pointer-events: none
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .box-banner .img-banner:before {
        display: none
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .box-banner .img-banner {
        height: 50vh;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background-position: center top !important
    }
}

.banner-06 .owl-carousel .owl-item .legenda {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 0 15px;
    height: calc(68vh - 115px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 15px;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(206, 167, 22, 0.7)
    }
}

.banner-06 .owl-carousel .owl-item .legenda b {
    font-size: 45px;
    color: #FFFFFF;
    font-weight: bold;
    max-width: 645px;
    margin-bottom: 15px;
    line-height: 1
}

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

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

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

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

@media (max-width:1279px) {
    .banner-06 .owl-carousel .owl-item .legenda b {
        max-width: 640px
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda b {
        color: #FFFFFF;
        max-width: 100%;
        text-align: center;
        font-size: 20px
    }
}

.banner-06 .owl-carousel .owl-item .legenda span {
    font-size: 25px;
    color: #FFFFFF;
    max-width: 610px;
    margin-bottom: 20px;
    line-height: normal
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda span {
        font-size: 22.5px
    }
}

@media (max-width:1279px) {
    .banner-06 .owl-carousel .owl-item .legenda span {
        max-width: 500px
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda span {
        color: #FFFFFF;
        max-width: 100%;
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px
    }
}

.banner-06 .owl-carousel .owl-item .legenda a {
    display: block;
    width: 210px;
    height: 55px;
    color: #CEA716;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda a {
        font-size: 16.2px
    }
}

@media (max-width:1023px) {
    .banner-06 .owl-carousel .owl-item .legenda a {
        margin: 0 auto 0;
        width: 170px;
        height: 45px
    }
}

.banner-06 .owl-carousel .owl-item .legenda a:hover {
    background-color: #CEA716;
    color: #FFFFFF
}

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

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

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

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

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

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

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

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

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

@media (max-width:1279px) {

    .banner-06 .owl-theme .owl-nav .owl-prev,
    .banner-06 .owl-theme .owl-nav .owl-next {
        background-color: transparent;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 30px;
        top: calc(50% - (50px / 4))
    }
}

.banner-06 .owl-theme .owl-nav .owl-prev:hover,
.banner-06 .owl-theme .owl-nav .owl-next:hover {
    color: #99bfff;
    cursor: pointer
}

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

@media (max-width:1279px) {

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

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

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

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

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

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

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

@media (max-width:1279px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-06 .mouse-home {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 35px;
    left: calc(50% - 26px);
    z-index: 99;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.banner-06 .mouse-home:before {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    content: '\e956';
    color: #FFFFFF;
    font-family: 'icomoon';
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: calc(50% - 35px/2);
    left: calc(50% - 35px/2);
    z-index: 0;
    font-weight: normal
}

.banner-06 .mouse-home:before {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.banner-06 .mouse-home:after {
    content: '';
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-color: transparent;
    border-width: 3px;
    border-style: solid
}

.banner-06 .mouse-home:hover {
    background-color: #FFFFFF
}

.banner-06 .mouse-home:hover:before {
    color: #CEA716
}

.banner-06 .mouse-home:hover:after {
    border-color: #CEA716;
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

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

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

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

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

.banner-small {
    display: none
}

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

.servicos-54 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    flex-direction: column;
    padding: 60px 15px 80px;
    position: relative
}

@media (max-width:1023px) {
    .servicos-54 {
        padding: 45px 15px 80px
    }
}

.servicos-54:before {
    content: '';
    display: block;
    width: 298px;
    height: 517px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../../images/Servicos/efeito-servicos.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    animation: anm-01 linear 6s infinite normal forwards
}

@keyframes anm-01 {
    0% {
        transform: translate(0)
    }

    10% {
        transform: translate(-2px, -2px)
    }

    20% {
        transform: translate(2px, -2px)
    }

    30% {
        transform: translate(-2px, 2px)
    }

    40% {
        transform: translate(2px, 2px)
    }

    50% {
        transform: translate(-2px, -2px)
    }

    60% {
        transform: translate(2px, -2px)
    }

    70% {
        transform: translate(-2px, 2px)
    }

    80% {
        transform: translate(-2px, -2px)
    }

    90% {
        transform: translate(2px, -2px)
    }

    100% {
        transform: translate(0)
    }
}

@media (max-width:1279px) {
    .servicos-54:before {
        left: -30px
    }
}

@media (max-width:1023px) {
    .servicos-54:before {
        width: 30%
    }
}

.servicos-54 h2 {
    font-size: 45px;
    color: #333333;
    text-align: center;
    display: table;
    margin: 0 auto 30px;
    font-weight: 700;
    padding-bottom: 16px;
    position: relative
}

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

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

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

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

.servicos-54 h2:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #CEA716;
    position: absolute;
    bottom: 6px;
    left: calc(50% - 177px/2);
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    animation: efeito-traco ease-out .8s .6s forwards
}

.servicos-54 h2:after {
    content: '';
    display: block;
    width: 77px;
    height: 4px;
    background-color: #CEA716;
    position: absolute;
    bottom: 0;
    left: calc(50% - 77px/2);
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    animation: efeito-traco ease-out .8s 1s forwards
}

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

.servicos-54 span {
    display: block;
    font-size: 18px;
    color: #444444;
    margin: 0 auto 30px;
    width: 748px;
    text-align: center
}

@media (max-width:1023px) {
    .servicos-54 span {
        font-size: 16.2px
    }
}

@media (max-width:1023px) {
    .servicos-54 span {
        width: 100%
    }
}

.servicos-54 .full-max {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 405px;
    gap: 32px
}

@media (max-width:1279px) {
    .servicos-54 .full-max {
        justify-content: center
    }
}

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

@media (max-width:480px) {
    .servicos-54 .full-max {
        gap: 32px
    }
}

.servicos-54 .full-max .box-cont {
    width: calc(25% - 24px);
    height: 324px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    background-color: #FFFFFF;
    border-bottom-color: #CEA716;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    overflow: hidden;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width:1023px) {
    .servicos-54 .full-max .box-cont {
        width: calc(33.33% - 21.33px);
        height: 430px
    }
}

@media (max-width:768px) {
    .servicos-54 .full-max .box-cont {
        width: calc(50% - 7.5px)
    }
}

@media (max-width:480px) {
    .servicos-54 .full-max .box-cont {
        width: 100%
    }
}

.servicos-54 .full-max .box-cont:hover {
    border: none;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 0 29px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0 0 29px rgba(0, 0, 0, 0.27)
}

.servicos-54 .full-max .box-cont:hover .box-txt p {
    margin-top: 15px
}

.servicos-54 .full-max .box-cont figure {
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: center;
    position: relative
}

.servicos-54 .full-max .box-cont figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 96, 255, 0.15);
    mix-blend-mode: multiply
}

.servicos-54 .full-max .box-cont figure .icone-serv {
    width: 81px;
    height: 81px;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    bottom: -35px;
    left: calc(50% - 40.5px);
    z-index: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.49);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.49)
}

.servicos-54 .full-max .box-cont .box-txt {
    padding: 63px 15px 15px 15px;
    text-align: center
}

.servicos-54 .full-max .box-cont .box-txt h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 700
}

@media (max-width:1023px) {
    .servicos-54 .full-max .box-cont .box-txt h3 {
        font-size: 19.8px
    }
}

.servicos-54 .full-max .box-cont .box-txt p {
    font-size: 15px;
    color: #444444;
    margin-top: 50px;
    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-54 .full-max .box-cont .box-txt p {
        margin-top: 15px
    }
}

.pg-4 .servicos-54 {
    padding: 15px 15px 30px
}

.pg-4 .servicos-54:before {
    display: none
}

@media (max-width:768px) {
    .pg-4 .servicos-54 {
        padding: 45px 0 80px
    }
}

.pg-4 .servicos-54 span {
    width: auto;
    margin: 0 auto 40px
}

.destaque-menor-08 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 0 15px;
    background-image: url("../../images/bg-destaque.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #1B2634;
    background-repeat: repeat
}

@media (max-width:1023px) {
    .destaque-menor-08 {
        padding: 50px 15px 0
    }
}

.destaque-menor-08 .full-max {
    display: flex;
    align-items: center
}

@media (max-width:1023px) {
    .destaque-menor-08 .full-max {
        flex-direction: column-reverse
    }
}

.destaque-menor-08 figure {
    margin: -58px 0 0 0
}

@media (max-width:1023px) {
    .destaque-menor-08 figure {
        margin-top: 40px;
        margin-bottom: 0;
        width: 50%;
        padding-bottom: 40%;
        background-image: url("../../images/homem-destaque-res.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%;
        background-position: bottom
    }
}

@media (max-width:768px) {
    .destaque-menor-08 figure {
        width: 98%;
        padding-bottom: 80%
    }
}

@media (max-width:1023px) {
    .destaque-menor-08 figure img {
        display: none
    }
}

.destaque-menor-08 .bloco-texto {
    margin-left: 60px
}

@media (max-width:1023px) {
    .destaque-menor-08 .bloco-texto {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 0;
        text-align: center
    }
}

.destaque-menor-08 .bloco-texto h2 {
    font-size: 45px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative
}

@media (max-width:1279px) {
    .destaque-menor-08 .bloco-texto h2 {
        font-size: 42.75px
    }
}

@media (max-width:1023px) {
    .destaque-menor-08 .bloco-texto h2 {
        font-size: 40.5px
    }
}

@media (max-width:768px) {
    .destaque-menor-08 .bloco-texto h2 {
        font-size: 31.5px
    }
}

@media (max-width:480px) {
    .destaque-menor-08 .bloco-texto h2 {
        font-size: 27px
    }
}

.destaque-menor-08 .bloco-texto h3 {
    font-size: 18px;
    color: #FFFFFF
}

@media (max-width:1023px) {
    .destaque-menor-08 .bloco-texto h3 {
        font-size: 16.2px
    }
}

@media only screen and (max-width:1023px) {
    .destaque-menor-08 .bloco-texto h3 {
        text-align: center
    }
}

.destaque-menor-08 .bloco-texto a {
    display: flex;
    float: right;
    align-items: center;
    height: 50px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    padding: 0 25px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 40px 0 0;
    background-color: #CEA716
}

@media (max-width:1023px) {
    .destaque-menor-08 .bloco-texto a {
        margin-right: 0
    }
}

.destaque-menor-08 .bloco-texto a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35)
}

.clientes-parceiros-04 {
    width: 100%;
    padding: 100px 55px 100px;
    background-color: #FFFFFF
}

.clientes-parceiros-04 h2 {
    display: table;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 10px;
    padding-bottom: 15px;
    position: relative
}

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

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

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

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

.clientes-parceiros-04 h2:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #CEA716;
    position: absolute;
    bottom: 6px;
    left: calc(50% - 177px/2);
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    animation: efeito-traco ease-out .8s .6s forwards
}

.clientes-parceiros-04 h2:after {
    content: '';
    display: block;
    width: 77px;
    height: 4px;
    background-color: #CEA716;
    position: absolute;
    bottom: 0;
    left: calc(50% - 77px/2);
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    animation: efeito-traco ease-out .8s 1s forwards
}

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

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

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

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

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

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

.clientes-parceiros-04 .txt {
    font-size: 16px;
    color: #333333;
    display: table;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0
}

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

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

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

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

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

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

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

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

.clientes-parceiros-04 .clientes-04-lista figure {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 10px
}

.clientes-parceiros-04 .clientes-04-lista figure img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.23)
}

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

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

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

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

.clientes-parceiros-04 .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
}

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

@media (max-width:1279px) {

    .clientes-parceiros-04 .owl-theme .owl-nav .owl-prev,
    .clientes-parceiros-04 .owl-theme .owl-nav .owl-next {
        background-color: #f5f5f5;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 30px;
        top: calc(50% - (50px / 4))
    }
}

.clientes-parceiros-04 .owl-theme .owl-nav .owl-prev:hover,
.clientes-parceiros-04 .owl-theme .owl-nav .owl-next:hover {
    color: #CEA716;
    cursor: pointer
}

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

@media (max-width:1279px) {

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

.clientes-parceiros-04 .owl-theme .owl-nav .owl-prev {
    left: -55px
}

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

.clientes-parceiros-04 .owl-theme .owl-nav .owl-prev:before {
    content: '\e959'
}

.clientes-parceiros-04 .owl-theme .owl-nav .owl-next {
    right: -55px
}

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

.clientes-parceiros-04 .owl-theme .owl-nav .owl-next:before {
    content: '\e958'
}

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

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

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

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

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

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

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

.clientes-04-lista .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

@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: 'Archivo', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px
}

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

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

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

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

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

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

.galeria-webcis-1 figure:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.7)
}

.galeria-webcis-1 figure:hover a:after {
    font-family: 'icomoon';
    content: "\e936";
    color: #fff;
    font-size: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

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

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

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

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

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

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

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

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

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

.contato-form {
    width: 55%
}

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

.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%;
    margin-top: 150px
}

@media (max-width:1279px) {
    .dados-contato {
        width: 40%
    }
}

@media (max-width:1023px) {
    .dados-contato {
        width: 100%;
        margin-top: 60px
    }
}

.dados-contato h3 {
    font-size: 40px
}

.dados-contato li {
    width: 100%;
    padding-left: 60px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    color: #333333;
    align-items: flex-start;
    font-size: 15px
}

.dados-contato li a {
    color: #333333;
    word-break: break-all
}

@media (max-width:1023px) {
    .dados-contato li {
        width: 50%;
        margin: 0 auto 0;
        text-align: center;
        padding-left: 0;
        align-items: center
    }
}

@media (max-width:768px) {
    .dados-contato li {
        width: 100%
    }
}

.dados-contato li strong {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 3px
}

@media (max-width:480px) {
    .dados-contato li strong {
        font-size: 13px
    }
}

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

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

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

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

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

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

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

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

@media (max-width:1023px) {

    .dados-contato .telefone:before,
    .dados-contato .whatsapp:before,
    .dados-contato .email-contato:before,
    .dados-contato .endereco:before {
        position: relative;
        left: auto;
        margin: 0 auto 5px
    }
}

.dados-contato ul {
    padding-top: 0;
    text-align: left;
    margin-top: 40px
}

@media (max-width:1023px) {
    .dados-contato ul {
        display: flex;
        flex-wrap: wrap
    }
}

.dados-contato .redes {
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: wrap
}

.dados-contato .redes i {
    border-color: #CEA716;
    border-width: 2px;
    border-style: solid
}

.dados-contato .redes a {
    color: #CEA716
}

.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: #CEA716;
    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: #CEA716;
    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;
    background-color: rgba(0, 0, 0, 0.2)
}

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

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

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

.link-back {
    display: block;
    float: right;
    clear: both;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-family: 'Archivo', Tahoma, Arial, Helvetica, sans-serif;
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    font-size: 15px;
    padding: 5px 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #CEA716;
    color: #FFF
}

.link-back:hover {
    background-color: #004dcc;
    color: #FFF
}

.voltar-topo {
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    bottom: 20px;
    right: calc(10% - 50px);
    z-index: 1100;
    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
    background-color: #E3BD27;
    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: #004a55
}

.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: 'Archivo', 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=date] {
    padding-top: 20px
}

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

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

form [type=checkbox]:before {
    display: block;
    content: '\e94c';
    font-family: 'icomoon';
    font-size: 30px;
    color: #CEA716;
    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: #000000
}

form p label a {
    color: #CEA716;
    font-weight: 700
}

form p label.termos {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: initial
}

form p label.termos input[type=checkbox] {
    margin-right: 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-color: #CEA716;
    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: #FFFFFF
}

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

form p label.termos input[type=checkbox][required] {
    border-color: #CEA716 !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 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: #CEA716;
    position: absolute;
    bottom: calc(50% - 13px);
    right: 15px;
    z-index: 0;
    pointer-events: none
}

form .file-input span {
    font-weight: 700;
    font-size: 15px
}

form .file-input [type=file] {
    width: 100%;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-color: #CECEBF;
    border-width: 1px;
    border-style: solid;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #333333;
    padding: 15px 35px 15px 15px
}

form .file-input [type=file]:hover {
    cursor: pointer
}

form .file-input label.error {
    right: 50px !important
}

form input[required],
form select[required],
form textarea[required] {
    border-right-color: #d80000 !important;
    border-right-width: 5px !important;
    border-right-style: solid !important
}

form input[required].valid,
form select[required].valid,
form textarea[required].valid {
    border-right-color: #468C00 !important;
    border-right-width: 5px !important;
    border-right-style: solid !important
}

form .valid {
    border-color: #468C00 !important;
    border-width: 1px !important;
    border-style: solid !important
}

form .error {
    border-color: #d80000 !important;
    border-width: 1px !important;
    border-style: solid !important
}

form label.error {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 0;
    width: 16px;
    height: 16px;
    transform: scale(.5);
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    text-align: center;
    background-color: #d80000;
    color: #FFFFFF;
    padding: 0
}

form label.error:after {
    content: '';
    font-family: serif;
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700
}

form label.error:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: #d80000;
    position: absolute;
    top: calc(50% - 30px);
    right: -23px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-animation: scale-up-center 1s ease-out infinite forwards;
    animation: scale-up-center 1s ease-out infinite forwards
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        filter: alpha(opacity=0.5)
    }

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

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        filter: alpha(opacity=0.5)
    }

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

form .formID {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -1
}

.obrigado {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    color: #333333;
    margin-bottom: 30px
}

.obrigado big {
    font-family: 'Archivo', Tahoma, Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    color: #CEA716;
    font-size: 22px;
    padding-bottom: 10px
}

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

.obrigado a {
    font-family: 'Archivo', 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: #CEA716;
    color: #FFFFFF;
    margin-top: 30px;
    font-size: 12px
}

.obrigado a:hover {
    background-color: #004dcc
}

.texto-imagem {
    display: flex;
    width: 100%
}

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

@media (max-width:1023px) {
    .texto-esquerda {
        width: 50%
    }
}

@media (max-width:768px) {
    .texto-esquerda {
        width: 100%
    }
}

.legenda-imagem {
    width: 100% !important
}

.imagem-acima {
    width: 100%;
    margin-bottom: 35px
}

@media (max-width:768px) {
    .imagem-acima {
        display: flex;
        justify-content: center
    }
}

@media (max-width:480px) {
    .imagem-acima img {
        width: 100%;
        height: auto
    }
}

.imagem-abaixo {
    width: 100%;
    margin-top: 35px
}

@media (max-width:768px) {
    .imagem-abaixo {
        display: flex;
        justify-content: center
    }
}

@media (max-width:480px) {
    .imagem-abaixo img {
        width: 100%;
        height: auto
    }
}

.imagem-esquerda {
    margin: 0 35px 35px 0
}

@media (max-width:1023px) {
    .imagem-esquerda {
        width: 50%;
        height: auto
    }
}

@media (max-width:768px) {
    .imagem-esquerda {
        display: flex;
        justify-content: center;
        float: none;
        margin: 30px 0;
        width: 100%;
        height: auto
    }
}

.imagem-esquerda img {
    float: left
}

@media (max-width:480px) {
    .imagem-esquerda img {
        width: 100%;
        height: auto
    }
}

.imagem-direita {
    margin: 0 0 35px 35px
}

@media (max-width:1023px) {
    .imagem-direita {
        width: 50%;
        height: auto
    }
}

@media (max-width:768px) {
    .imagem-direita {
        margin: 30px 0;
        float: none;
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto
    }
}

.imagem-direita img {
    float: right
}

@media (max-width:1023px) {
    .imagem-direita img {
        width: 100%;
        height: auto
    }
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    display: none
}

.remodal-overlay.remodal-is-opening {
    animation: overlay-opening .3s forwards;
    -webkit-animation: overlay-opening .3s forwards;
    -moz-animation: overlay-opening .3s forwards;
    -ms-animation: overlay-opening .3s forwards
}

.remodal-overlay.remodal-is-closing {
    animation: overlay-closing .3s forwards;
    -webkit-animation: overlay-closing .3s forwards;
    -moz-animation: overlay-closing .3s forwards;
    -ms-animation: overlay-closing .3s forwards
}

.remodal-wrapper {
    display: none;
    text-align: center;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backface-visibility: hidden;
    padding: 10px 10px 0
}

.remodal {
    width: 100%;
    max-width: 660px;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    box-shadow: 0 0 13px #000000;
    -moz-box-shadow: 0 0 13px #000000;
    -webkit-box-shadow: 0 0 13px #000000;
    -ms-box-shadow: 0 0 13px #000000;
    color: #000000;
    text-align: left;
    background-color: #eeeeee;
    margin: 15px 0 15px 0;
    padding: 35px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-color: #FFFFFF;
    border-width: 10px;
    border-style: solid;
    position: relative;
    display: none;
    text-size-adjust: 100%
}

@media (max-width:768px) {
    .remodal {
        padding: 30px 8px;
        margin-top: 0;
        height: 95vh;
        overflow: scroll
    }
}

.remodal [type=text],
.remodal [type=password],
.remodal [type=email],
.remodal [type=number],
.remodal [type=date],
.remodal select,
.remodal textarea {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    color: #666
}

.remodal ::-webkit-input-placeholder {
    color: #666
}

.remodal ::-moz-placeholder {
    color: #666
}

.remodal :-ms-input-placeholder {
    color: #666
}

.remodal input:-moz-placeholder {
    color: #666
}

.remodal .bt-enviar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 5px;
    right: 13px;
    z-index: 0;
    width: 100px;
    height: 90px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    background: linear-gradient(to right, #CEA716, #0043b3, #0043b3, #CEA716);
    background: -moz-linear-gradient(to right, #CEA716, #0043b3, #0043b3, #CEA716);
    background: -o-linear-gradient(to right, #CEA716, #0043b3, #0043b3, #CEA716);
    background: -webkit-linear-gradient(to right, #CEA716, #0043b3, #0043b3, #CEA716);
    background-size: 300% 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.remodal .bt-enviar:hover {
    cursor: pointer;
    background-position: 100% 0
}

.remodal .bt-enviar:hover {
    color: #FFFFFF
}

.remodal .bt-enviar i {
    font-size: 25px;
    margin-bottom: 5px;
    color: #FFFFFF
}

.remodal .bt-enviar [type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none
}

.remodal .bt-enviar [type=submit]:hover {
    background-color: transparent !important;
    color: #FFFFFF !important
}

@media (max-width:480px) {
    .remodal .bt-enviar {
        position: relative;
        right: 0;
        width: 100%;
        float: left;
        height: 55px;
        margin-top: 10px
    }

    .remodal .bt-enviar i {
        display: none
    }
}

.remodal .botao-form {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    background-color: #1B2634;
    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: #1B2634;
    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: #0d1219;
    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: #1B2634;
    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 .formulario {
    align-items: flex-end
}

.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: #CEA716;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.remodal .titulo-modal em,
.remodal h3 em {
    font-style: normal
}

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

    .remodal .titulo-modal,
    .remodal h3 {
        text-align: center;
        font-size: 20px
    }
}

.remodal-close {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
    width: auto;
    height: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-size: 25px;
    display: block;
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    outline: none;
    cursor: pointer;
    color: #000000;
    background-color: transparent;
    font-family: 'icomoon';
    border: none
}

.remodal-close:before {
    content: "\e947"
}

.remodal-close:hover,
.remodal-close:focus {
    color: #CEA716
}

@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: 'Archivo', Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #333333
}

@media (max-width:1023px) {
    body {
        font-size: 14.4px
    }
}

h1 {
    font-size: 45px;
    color: #CEA716
}

@media (max-width:1023px) {
    h1 {
        font-size: 40.5px
    }
}

@media (max-width:1023px) {
    h1 {
        font-size: 35px
    }
}

h2 {
    font-size: 35px;
    color: #1B2634
}

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

h3 {
    font-size: 25px;
    color: #1B2634
}

@media (max-width:1023px) {
    h3 {
        font-size: 22.5px
    }
}

h4 {
    font-size: 15px;
    color: #1B2634
}

@media (max-width:1023px) {
    h4 {
        font-size: 13.5px
    }
}

span.titulo1 {
    font-size: 25px;
    color: #1B2634
}

@media (max-width:1023px) {
    span.titulo1 {
        font-size: 22.5px
    }
}

span.titulo2 {
    font-size: 20px;
    color: #1B2634
}

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

span.titulo3 {
    font-size: 18px;
    color: #1B2634
}

@media (max-width:1023px) {
    span.titulo3 {
        font-size: 16.2px
    }
}

span.titulo4 {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #CEA716;
    font-size: 18px;
    color: #FFFFFF
}

@media (max-width:1023px) {
    span.titulo4 {
        font-size: 16.2px
    }
}

#mainBlock {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: 115px;
    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) {
    #mainBlock {
        margin-top: 70px
    }
}

#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 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap
}

.interna {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 0 15px 60px
}

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

.cnt-interna .titulo1 {
    color: #CEA716
}

.cnt-interna .imagem-direita {
    position: relative
}

.cnt-interna .imagem-direita:after {
    content: '';
    display: block;
    width: 77px;
    height: 74px;
    background-image: url("../../images/Modint/before-bolinhas.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 45px;
    left: 75%;
    z-index: 1;
    animation: anm-01 linear 6s infinite normal forwards
}

@keyframes anm-01 {
    0% {
        transform: translate(0)
    }

    10% {
        transform: translate(-2px, -2px)
    }

    20% {
        transform: translate(2px, -2px)
    }

    30% {
        transform: translate(-2px, 2px)
    }

    40% {
        transform: translate(2px, 2px)
    }

    50% {
        transform: translate(-2px, -2px)
    }

    60% {
        transform: translate(2px, -2px)
    }

    70% {
        transform: translate(-2px, 2px)
    }

    80% {
        transform: translate(-2px, -2px)
    }

    90% {
        transform: translate(2px, -2px)
    }

    100% {
        transform: translate(0)
    }
}

@media (max-width:1023px) {
    .cnt-interna .imagem-direita:after {
        width: 14%;
        height: 21%
    }
}

@media (max-width:768px) {
    .cnt-interna .imagem-direita:after {
        width: 10%;
        height: 21%;
        position: absolute;
        bottom: 40px;
        left: 73%;
        z-index: 0
    }
}

@media (max-width:480px) {
    .cnt-interna .imagem-direita:after {
        width: 14%;
        height: 21%
    }
}

.cnt-interna .imagem-direita .image_td {
    position: relative;
    display: flex;
    margin-bottom: 30px
}

.cnt-interna .imagem-direita .image_td:before {
    content: '';
    display: block;
    width: 30%;
    height: 25%;
    border: #CEA716 solid 1px;
    border-radius: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1
}

.cnt-interna .imagem-direita .image_td:after {
    content: '';
    display: block;
    width: 30%;
    height: 25%;
    border: #CEA716 solid 1px;
    border-radius: 30px;
    position: absolute;
    bottom: -30px;
    right: 30px;
    z-index: 1
}

.cnt-interna .imagem-direita .image_td img {
    border-radius: 23px
}

.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: #CEA716;
    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: #CEA716;
    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: #0051d6;
    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: #CEA716;
    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)
    }
}

.cnt-contato h1 {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 700;
    font-size: 35px;
    color: #FFFFFF;
    background-color: #CEA716;
    height: 121px;
    line-height: 1.4;
    margin: 0 0 35px 0
}

@media (max-width:1279px) {
    .cnt-contato h1 {
        font-size: 33.25px
    }
}

@media (max-width:1023px) {
    .cnt-contato h1 {
        font-size: 31.5px
    }
}

@media (max-width:768px) {
    .cnt-contato h1 {
        font-size: 24.5px
    }
}

@media (max-width:480px) {
    .cnt-contato h1 {
        font-size: 21px
    }
}

.cnt-contato h1:before {
    content: '';
    display: block;
    background-color: #CEA716;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 121px
}

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

@media (max-width:1279px) {
    .cnt-contato h1 {
        line-height: 1.2
    }
}

@media (max-width:1023px) {
    .cnt-contato h1 {
        width: calc(100% + 30px);
        height: auto;
        padding: 15px;
        margin: 0 0 15px -15px
    }
}

.spacer {
    margin: 0;
    padding: 0;
    height: initial;
    border: none !important;
    box-shadow: none !important
}

.article-summary-image {
    float: right;
    margin-left: 25px;
    margin-top: 5px;
    position: relative
}

.article-summary-image span {
    position: absolute;
    bottom: 10px;
    left: 5px;
    z-index: 0;
    background-color: rgba(0, 96, 255, 0.5);
    padding: 10px;
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    color: #FFFFFF
}

@media (max-width:768px) {
    .article-summary-image {
        margin-left: 0;
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width:1023px) {
    .article-summary-image img {
        width: 350px;
        height: auto
    }
}

@media (max-width:768px) {
    .article-summary-image img {
        width: 100%
    }
}

.blurcont {
    position: relative
}

.blurcont:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65)
}

.form-seguros {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    flex-direction: column;
    padding: 145px 15px 65px;
    padding: 80px 15px 80px;
    background-color: #F0F3F7;
    text-align: center
}

.form-seguros form {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
    width: 750px
}

@media (max-width:1023px) {
    .form-seguros form {
        width: 600px
    }
}

@media (max-width:768px) {
    .form-seguros form {
        width: 100%
    }
}

.form-seguros h3 {
    font-size: 40px;
    color: #CEA716;
    display: table;
    margin: 0 auto 0;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative
}

@media (max-width:480px) {
    .form-seguros h3 {
        font-size: 30px
    }
}

.form-seguros .bt-enviar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 5px;
    right: 11px;
    z-index: 0;
    width: 100px;
    height: 111px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #CEA716;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.form-seguros .bt-enviar:hover {
    color: #FFFFFF
}

.form-seguros .bt-enviar i {
    font-size: 25px;
    margin-bottom: 5px;
    color: #FFFFFF
}

.form-seguros .bt-enviar [type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none
}

.form-seguros .bt-enviar [type=submit]:hover {
    background-color: transparent !important;
    color: #FFFFFF !important
}

@media (max-width:480px) {
    .form-seguros .bt-enviar {
        position: relative;
        right: 0;
        width: 100%;
        float: left;
        height: 55px;
        margin-top: 10px
    }

    .form-seguros .bt-enviar i {
        display: none
    }
}

.form-seguros [type=text],
.form-seguros select {
    height: 54px;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    color: #666
}

.form-seguros ::-webkit-input-placeholder {
    color: #666
}

.form-seguros ::-moz-placeholder {
    color: #666
}

.form-seguros :-ms-input-placeholder {
    color: #666
}

.form-seguros input:-moz-placeholder {
    color: #666
}

.form-seguros textarea {
    padding: 10px 110px 10px 10px;
    height: 121px;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid
}

.form-seguros textarea ::-webkit-input-placeholder {
    color: #666
}

.form-seguros textarea ::-moz-placeholder {
    color: #666
}

.form-seguros textarea :-ms-input-placeholder {
    color: #666
}

.form-seguros textarea input:-moz-placeholder {
    color: #666
}

@media (max-width:480px) {
    .form-seguros textarea {
        padding: 10px
    }
}

.form-seguros .obrigado {
    width: 700px;
    display: table;
    float: none;
    margin: 0 auto 0
}

@media (max-width:768px) {
    .form-seguros .obrigado {
        width: 100%
    }
}

.form-seguros .full-max h3 {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px
}

@media (max-width:1279px) {
    .form-seguros .full-max h3 {
        font-size: 42.75px
    }
}

@media (max-width:1023px) {
    .form-seguros .full-max h3 {
        font-size: 40.5px
    }
}

@media (max-width:768px) {
    .form-seguros .full-max h3 {
        font-size: 31.5px
    }
}

@media (max-width:480px) {
    .form-seguros .full-max h3 {
        font-size: 27px
    }
}

.form-seguros .full-max h3:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #CEA716;
    position: absolute;
    bottom: 6px;
    left: calc(50% - 177px/2);
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    animation: efeito-traco ease-out .8s .6s forwards
}

.form-seguros .full-max h3:after {
    content: '';
    display: block;
    width: 77px;
    height: 4px;
    background-color: #CEA716;
    position: absolute;
    bottom: 0;
    left: calc(50% - 77px/2);
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    animation: efeito-traco ease-out .8s 1s forwards
}

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

.form-seguros .full-max h4 {
    font-size: 16px;
    margin-bottom: 20px
}

.form-seguros .full-max form {
    width: 700px;
    margin: 0 auto 0
}

@media (max-width:768px) {
    .form-seguros .full-max form {
        width: 100%
    }
}
.servicos-27 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 50px 15px 40px;
    position: relative;
    z-index: 999;
    background-color: #F3F3F3
}

.servicos-27 .full-max {
    position: relative
}

.servicos-27 .full-max li {
    min-height: 415px;
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    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;
    top: 0
}

@media only screen and (max-width:1023px) {
    .servicos-27 .full-max li {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:480px) {
    .servicos-27 .full-max li {
        width: 100%;
        height: auto
    }
}

.servicos-27 .full-max li:hover {
    top: -6px
}

.servicos-27 .full-max li:hover .box-txt {
    border-bottom-color: #DDB616;
    border-bottom-width: 6px;
    border-bottom-style: solid
}

.servicos-27 .full-max h2 {
    font-size: 40px;
    font-weight: 800;
    display: table;
    margin: 0 auto 0;
    color: #171E1B;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative
}

@media (max-width:1279px) {
    .servicos-27 .full-max h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .servicos-27 .full-max h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .servicos-27 .full-max h2 {
        font-size: 28px
    }
}

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

.servicos-27 .full-max h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 7px;
    background-color: #DDB616;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px
}

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

.servicos-27 .full-max span {
    color: #545454;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
    display: block
}

@media only screen and (max-width:480px) {
    .servicos-27 .full-max span {
        font-size: 16px
    }
}

.servicos-27 .full-max article a {
    color: #000;
    font-size: 14px;
    text-align: center;
    display: block
}

.servicos-27 .full-max article a img {
    margin: 0;
    transition: .4s all ease-out;
    -moz-transition: .4s all ease-out;
    -webkit-transition: .4s all ease-out;
    -ms-transition: .4s all ease-out;
    width: 100%;
    height: auto;
    max-width: fit-content;
    position: relative
}

.servicos-27 .full-max article a .box-txt {
    background-color: #FFFFFF;
    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;
    padding: 0 25px 30px;
    min-height: 200px;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    position: relative
}

@media (max-width:768px) {
    .servicos-27 .full-max article a .box-txt {
        min-height: 177px
    }
}

@media (max-width:480px) {
    .servicos-27 .full-max article a .box-txt {
        min-height: 177px
    }
}

.servicos-27 .full-max article a .box-txt:before {
    content: '';
    display: block;
    width: 100%;
    height: 112px;
    position: absolute;
    top: -75px;
    left: 0;
    z-index: 1;
    background-image: url("../../images/curva-terminal.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    pointer-events: none
}

@media (max-width:768px) {
    .servicos-27 .full-max article a .box-txt:before {
        top: -100px
    }
}

.servicos-27 .full-max article a .box-txt h3 {
    font-size: 18px;
    color: #545454;
    font-weight: 800;
    z-index: 2;
    margin-bottom: 20px;
    text-align: center;
    position: relative
}

.servicos-27 .full-max article a .box-txt h3:after {
    display: none;
    width: 100px;
    height: 2px;
    background-color: #E3BD27;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    z-index: 0
}

.servicos-27 .full-max article a .box-txt p {
    font-size: 14px;
    color: #545454;
    position: relative;
    z-index: 2
}

.servicos-27 .full-max .segmento-drop {
    width: 337px;
    height: 57px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    text-align: center;
    line-height: 55px;
    padding-left: 10px;
    background-color: #FFFFFF;
    border-color: #DDB616;
    border-width: 2px;
    border-style: solid;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    overflow: hidden;
    transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    box-shadow: inset 6px 6px 6px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: inset 6px 6px 6px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: inset 6px 6px 6px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: inset 6px 6px 6px rgba(51, 51, 51, 0.2);
    position: absolute;
    top: -330px;
    right: 24%;
    z-index: 999
}

@media (min-width:1023px) and (max-height:768px) {
    .servicos-27 .full-max .segmento-drop {
        top: -265px
    }
}

@media (max-width:1023px) {
    .servicos-27 .full-max .segmento-drop {
        max-width: 100%;
        top: -120px;
        right: 50%;
        transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%)
    }
}

.servicos-27 .full-max .segmento-drop p {
    text-transform: uppercase;
    color: #171E1B;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    z-index: 9999
}

@media (max-width:1023px) {
    .servicos-27 .full-max .segmento-drop p {
        font-size: 13px
    }
}

.servicos-27 .full-max .segmento-drop.on {
    border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    overflow: visible;
    border-bottom: 0
}

.servicos-27 .full-max .segmento-drop.on div {
    height: auto;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

.servicos-27 .full-max .segmento-drop.on a {
    display: block
}

.servicos-27 .full-max .segmento-drop:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: 20px;
    z-index: 9999;
    width: 22px;
    height: 20px;
    background-image: url("../../images/icon-segmento.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 55px
}

.servicos-27 .full-max .segmento-drop:after {
    display: block;
    content: '\e9af';
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 9999;
    font-size: 22px;
    color: #000000;
    font-family: 'icomoon'
}

.servicos-27 .full-max .segmento-drop div {
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 999;
    width: calc(100% + 4px);
    padding: 0 15px 15px;
    transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    border-color: #DDB616;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    -webkit-border-radius: 0 0 40px 40px;
    -ms-border-radius: 0 0 40px 40px;
    background-color: #FFFFFF;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.servicos-27 .full-max .segmento-drop div:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 55px);
    filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.29));
    box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #FFFFFF;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px
}

.servicos-27 .full-max .segmento-drop div a {
    padding: 10px 30px;
    color: #171E1B;
    font-size: 16px;
    display: none;
    line-height: 1.2;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    font-weight: normal;
    text-align: left;
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: none
}

.servicos-27 .full-max .segmento-drop div a:hover {
    color: #DDB616
}

@media (max-width:1023px) {
    .servicos-27 .full-max .segmento-drop div a {
        padding: 15px
    }
}

.servicos-27 .full-max .segmento-drop div a:nth-last-of-type(1) {
    border: 0
}

@keyframes change-altura {
    from {
        height: 0px;
        bottom: -4px
    }

    to {
        height: 10px;
        bottom: -10px
    }
}

.servicos-27 .owl-serv-27 {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.servicos-27 .owl-serv-27.owl-loaded {
    display: block;
    height: auto
}

@media (max-width:1023px) {
    .servicos-27 .owl-serv-27.owl-loaded {
        height: 100%
    }
}

.servicos-27 .owl-serv-27.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.servicos-27 .owl-serv-27.owl-hidden {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.servicos-27 .owl-serv-27.owl-refresh .owl-item {
    visibility: hidden
}

.servicos-27 .owl-serv-27.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
}

.servicos-27 .owl-serv-27.owl-grab {
    cursor: move;
    cursor: grab
}

.servicos-27 .owl-serv-27.owl-rtl {
    direction: rtl
}

.servicos-27 .owl-serv-27.owl-rtl .owl-item {
    float: right
}

.servicos-27 .owl-serv-27 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

.servicos-27 .owl-serv-27 .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.servicos-27 .owl-serv-27 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: auto
}

.servicos-27 .owl-serv-27 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden;
    background: none !important;
    transform: scale(1)
}

@media (max-width:1023px) {
    .servicos-27 .owl-serv-27 .owl-item {
        height: 100%
    }
}

.servicos-27 .owl-serv-27 .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.servicos-27 .owl-serv-27 .owl-item .owl-lazy[src^=""],
.servicos-27 .owl-serv-27 .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.servicos-27 .owl-serv-27 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.servicos-27 .owl-serv-27 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.servicos-27 .owl-serv-27 .owl-animated-in {
    z-index: 0
}

.servicos-27 .owl-serv-27 .owl-animated-out {
    z-index: 1
}

.servicos-27 .owl-serv-27 .fadeOut {
    animation-name: fadeOut
}


.servicos-27 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 50px 15px 40px;
    position: relative;
    z-index: 999;
    background-color: #F3F3F3
}

.servicos-27 .full-max {
    position: relative
}

.servicos-27 .full-max li {
    min-height: 415px;
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    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;
    top: 0
}

@media only screen and (max-width:1023px) {
    .servicos-27 .full-max li {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:480px) {
    .servicos-27 .full-max li {
        width: 100%;
        height: auto
    }
}

.servicos-27 .full-max li:hover {
    top: -6px
}

.servicos-27 .full-max li:hover .box-txt {
    border-bottom-color: #DDB616;
    border-bottom-width: 6px;
    border-bottom-style: solid
}

.servicos-27 .full-max h2 {
    font-size: 40px;
    font-weight: 800;
    display: table;
    margin: 0 auto 0;
    color: #171E1B;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative
}

@media (max-width:1279px) {
    .servicos-27 .full-max h2 {
        font-size: 38px
    }
}

@media (max-width:1023px) {
    .servicos-27 .full-max h2 {
        font-size: 36px
    }
}

@media (max-width:768px) {
    .servicos-27 .full-max h2 {
        font-size: 28px
    }
}

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

.servicos-27 .full-max h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 7px;
    background-color: #DDB616;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px
}

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

.servicos-27 .full-max span {
    color: #545454;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
    display: block
}

@media only screen and (max-width:480px) {
    .servicos-27 .full-max span {
        font-size: 16px
    }
}

.servicos-27 .full-max article a {
    color: #000;
    font-size: 14px;
    text-align: center;
    display: block
}

.servicos-27 .full-max article a img {
    margin: 0;
    transition: .4s all ease-out;
    -moz-transition: .4s all ease-out;
    -webkit-transition: .4s all ease-out;
    -ms-transition: .4s all ease-out;
    width: 100%;
    height: auto;
    max-width: fit-content;
    position: relative
}

.servicos-27 .full-max article a .box-txt {
    background-color: #FFFFFF;
    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;
    padding: 0 25px 30px;
    min-height: 200px;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    position: relative
}

@media (max-width:768px) {
    .servicos-27 .full-max article a .box-txt {
        min-height: 177px
    }
}

@media (max-width:480px) {
    .servicos-27 .full-max article a .box-txt {
        min-height: 177px
    }
}

.servicos-27 .full-max article a .box-txt:before {
    content: '';
    display: block;
    width: 100%;
    height: 112px;
    position: absolute;
    top: -75px;
    left: 0;
    z-index: 1;
    background-image: url("../../images/curva-terminal.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    pointer-events: none
}

@media (max-width:768px) {
    .servicos-27 .full-max article a .box-txt:before {
        top: -100px
    }
}

.servicos-27 .full-max article a .box-txt h3 {
    font-size: 18px;
    color: #545454;
    font-weight: 800;
    z-index: 2;
    margin-bottom: 20px;
    text-align: center;
    position: relative
}

.servicos-27 .full-max article a .box-txt h3:after {
    display: none;
    width: 100px;
    height: 2px;
    background-color: #E3BD27;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    z-index: 0
}

.servicos-27 .full-max article a .box-txt p {
    font-size: 14px;
    color: #545454;
    position: relative;
    z-index: 2
}

.servicos-27 .full-max .segmento-drop {
    width: 337px;
    height: 57px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    text-align: center;
    line-height: 55px;
    padding-left: 10px;
    background-color: #FFFFFF;
    border-color: #DDB616;
    border-width: 2px;
    border-style: solid;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    overflow: hidden;
    transition: .2s all ease-out;
    -moz-transition: .2s all ease-out;
    -webkit-transition: .2s all ease-out;
    -ms-transition: .2s all ease-out;
    box-shadow: inset 6px 6px 6px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: inset 6px 6px 6px rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: inset 6px 6px 6px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: inset 6px 6px 6px rgba(51, 51, 51, 0.2);
    position: absolute;
    top: -330px;
    right: 24%;
    z-index: 999
}

@media (min-width:1023px) and (max-height:768px) {
    .servicos-27 .full-max .segmento-drop {
        top: -265px
    }
}

@media (max-width:1023px) {
    .servicos-27 .full-max .segmento-drop {
        max-width: 100%;
        top: -120px;
        right: 50%;
        transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%)
    }
}

.servicos-27 .full-max .segmento-drop p {
    text-transform: uppercase;
    color: #171E1B;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    z-index: 9999
}

@media (max-width:1023px) {
    .servicos-27 .full-max .segmento-drop p {
        font-size: 13px
    }
}

.servicos-27 .full-max .segmento-drop.on {
    border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    overflow: visible;
    border-bottom: 0
}

.servicos-27 .full-max .segmento-drop.on div {
    height: auto;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1)
}

.servicos-27 .full-max .segmento-drop.on a {
    display: block
}

.servicos-27 .full-max .segmento-drop:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: 20px;
    z-index: 9999;
    width: 22px;
    height: 20px;
    background-image: url("../../images/icon-segmento.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 55px
}

.servicos-27 .full-max .segmento-drop:after {
    display: block;
    content: '\e9af';
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 9999;
    font-size: 22px;
    color: #000000;
    font-family: 'icomoon'
}

.servicos-27 .full-max .segmento-drop div {
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 999;
    width: calc(100% + 4px);
    padding: 0 15px 15px;
    transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    border-color: #DDB616;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-radius: 0 0 40px 40px;
    -moz-border-radius: 0 0 40px 40px;
    -webkit-border-radius: 0 0 40px 40px;
    -ms-border-radius: 0 0 40px 40px;
    background-color: #FFFFFF;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}

.servicos-27 .full-max .segmento-drop div:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 55px);
    filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.29));
    box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: inset 6px 6px 6px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #FFFFFF;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px
}

.servicos-27 .full-max .segmento-drop div a {
    padding: 10px 30px;
    color: #171E1B;
    font-size: 16px;
    display: none;
    line-height: 1.2;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    font-weight: normal;
    text-align: left;
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: none
}

.servicos-27 .full-max .segmento-drop div a:hover {
    color: #DDB616
}

@media (max-width:1023px) {
    .servicos-27 .full-max .segmento-drop div a {
        padding: 15px
    }
}

.servicos-27 .full-max .segmento-drop div a:nth-last-of-type(1) {
    border: 0
}

@keyframes change-altura {
    from {
        height: 0px;
        bottom: -4px
    }

    to {
        height: 10px;
        bottom: -10px
    }
}

.servicos-27 .owl-serv-27 {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.servicos-27 .owl-serv-27.owl-loaded {
    display: block;
    height: auto
}

@media (max-width:1023px) {
    .servicos-27 .owl-serv-27.owl-loaded {
        height: 100%
    }
}

.servicos-27 .owl-serv-27.owl-loading {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: block
}

.servicos-27 .owl-serv-27.owl-hidden {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0)
}

.servicos-27 .owl-serv-27.owl-refresh .owl-item {
    visibility: hidden
}

.servicos-27 .owl-serv-27.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
}

.servicos-27 .owl-serv-27.owl-grab {
    cursor: move;
    cursor: grab
}

.servicos-27 .owl-serv-27.owl-rtl {
    direction: rtl
}

.servicos-27 .owl-serv-27.owl-rtl .owl-item {
    float: right
}

.servicos-27 .owl-serv-27 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation
}

.servicos-27 .owl-serv-27 .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.servicos-27 .owl-serv-27 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: auto
}

.servicos-27 .owl-serv-27 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    overflow: hidden;
    background: none !important;
    transform: scale(1)
}

@media (max-width:1023px) {
    .servicos-27 .owl-serv-27 .owl-item {
        height: 100%
    }
}

.servicos-27 .owl-serv-27 .owl-item .owl-lazy {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 400ms ease
}

.servicos-27 .owl-serv-27 .owl-item .owl-lazy[src^=""],
.servicos-27 .owl-serv-27 .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.servicos-27 .owl-serv-27 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.servicos-27 .owl-serv-27 .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.servicos-27 .owl-serv-27 .owl-animated-in {
    z-index: 0
}

.servicos-27 .owl-serv-27 .owl-animated-out {
    z-index: 1
}

.servicos-27 .owl-serv-27 .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)
    }
}

.servicos-27 .no-js .owl-serv-27 {
    display: block
}

.servicos-27 .owl-height {
    transition: height 500ms ease-in-out
}

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

.servicos-27 .owl-theme .owl-nav .owl-prev,
.servicos-27 .owl-theme .owl-nav .owl-next {
    width: 42px;
    height: 42px;
    position: absolute;
    background-color: transparent;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    color: #FFFFFF;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    padding: 0;
    pointer-events: all;
    filter: drop-shadow(0 0 4px 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:1279px) {

    .servicos-27 .owl-theme .owl-nav .owl-prev,
    .servicos-27 .owl-theme .owl-nav .owl-next {
        background-color: #FFFFFF;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        width: 30px;
        height: 30px;
        top: calc(50% - (30px / 2))
    }
}

.servicos-27 .owl-theme .owl-nav .owl-prev:hover,
.servicos-27 .owl-theme .owl-nav .owl-next:hover {
    color: #000000;
    border-color: #000000;
    border-width: 2px;
    border-style: solid;
    cursor: pointer
}

.servicos-27 .owl-theme .owl-nav .owl-prev:before,
.servicos-27 .owl-theme .owl-nav .owl-next:before {
    display: block;
    font-size: 25px;
    font-family: 'icomoon'
}

.servicos-27 .owl-theme .owl-nav .owl-prev {
    left: -60px
}

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

.servicos-27 .owl-theme .owl-nav .owl-prev:before {
    content: '\e959'
}

.servicos-27 .owl-theme .owl-nav .owl-next {
    right: -60px
}

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

.servicos-27 .owl-theme .owl-nav .owl-next:before {
    content: '\e958'
}

.servicos-27 .owl-theme .owl-nav .owl-prev,
.servicos-27 .owl-theme .owl-nav .owl-next {
    border: 0;
    background-color: #FFFFFF;
    width: 48px !important;
    height: 48px !important;
    color: #000000;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.35))
}

.servicos-27 .owl-theme .owl-nav .owl-prev.disabled,
.servicos-27 .owl-theme .owl-nav .owl-next.disabled {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    display: none
}

.servicos-27 .owl-theme .owl-nav .owl-prev:hover,
.servicos-27 .owl-theme .owl-nav .owl-next:hover {
    border: 0;
    background-color: #DDB616;
    color: #FFFFFF
}

@media (max-width:1279px) {

    .servicos-27 .owl-theme .owl-nav .owl-prev,
    .servicos-27 .owl-theme .owl-nav .owl-next {
        box-shadow: none
    }
}

.servicos-27 .owl-theme .owl-nav .owl-prev {
    left: -25px
}

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

.servicos-27 .owl-theme .owl-nav .owl-next {
    right: -25px
}

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

.servicos-27 .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px;
    display: flex;
    justify-content: center
}

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

.servicos-27 .owl-theme .owl-dots .owl-dot.active,
.servicos-27 .owl-theme .owl-dots .owl-dot:hover {
    cursor: pointer;
    background-color: #DDB616
}

.servicos-27 .owl-theme .owl-dots.disabled {
    display: none;
    margin-top: 0
}

.btn-primary{
    margin-top: 20px;
    padding: 0 30px;
    height: 48px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    border-color: #000;
    border-width: 2px;
    border-style: solid;
    line-height: 44px;
    display: inline-block;
    font-weight: 700;
    background: #DDB616;
    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: 17px;
    color: #000;
}


.mvv-01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 100px 0 0
}

@media (max-width:1023px) {
    .mvv-01 {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.mvv-01 .full-max {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

@media (max-width:1023px) {
    .mvv-01 .full-max {
        flex-wrap: wrap;
        justify-content: space-around
    }
}

.mvv-01 .txt-missao {
    width: 387px;
    min-height: 300px;
    padding: 0 25px 45px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    background-color: #FFFFFF;
    border-bottom-color: #DDB616;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    line-height: 1.4
}

@media (max-width:1279px) {
    .mvv-01 .txt-missao {
        width: 30.3%
    }
}

@media (max-width:1023px) {
    .mvv-01 .txt-missao {
        width: 350px;
        margin-bottom: 85px
    }
}

@media (max-width:480px) {
    .mvv-01 .txt-missao {
        width: 100%;
        min-height: auto
    }
}

.mvv-01 .txt-missao figure {
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    background-color: #DDB616
}

.mvv-01 .txt-missao figure img {
    filter: brightness(0) invert(100%)
}

.mvv-01 .txt-missao h2 {
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #000000;
    font-size: 22px
}

.mvv-01 .txt-missao p {
    font-size: 16px
}

@media (max-width:480px) {
    .mvv-01 .txt-missao p {
        font-size: 14px
    }
}

.mvv-01 .txt-missao ul li {
    position: relative;
    padding-left: 20px
}

.mvv-01 .txt-missao ul li:before {
    display: block;
    content: '\e94c';
    font-family: 'icomoon';
    color: #E3BD27;
    font-size: 13px;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 0
}

.left-global {
    display: flex;
    flex-direction: column
}

.left {
    display: table;
    float: left;
    position: relative;
    width: 100%;
    max-width: 290px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    margin: 50px 50px 40px 0
}

@media only screen and (max-width:1023px) {
    .left {
        margin: 0;
        border: none;
        display: none
    }
}

.left .categorias {
    color: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    background-color: #EEEAEC;
    border-bottom-color: #000;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    float: left;
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .left .categorias {
        position: fixed;
        top: 129px;
        left: 0;
        z-index: 9999;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        padding: 0;
        margin: 0;
        border: none;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        background-color: #f8a500
    }
}

.left .categorias h3 {
    text-align: center;
    padding: 0;
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    background-color: transparent;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: 25px
}

@media (max-width:1023px) {
    .left .categorias h3 {
        padding: 0 15px;
        font-size: 20px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
        color: #FFFFFF
    }
}

.left .categorias h3:after,
.left .categorias h3:before {
    height: 3px;
    background-color: #000
}

.left .categorias h3 i {
    display: block;
    color: #777777;
    font-size: 18px
}

@media (max-width:1023px) {
    .left .categorias h3 i {
        color: #FFFFFF
    }
}

.left .categorias nav {
    padding: 0;
    background-color: transparent
}

.left .shop-categories {
    padding-bottom: 20px;
    overflow: scroll
}

.left .shop-categories li:hover>ul {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
    left: 240px
}

.left .shop-categories i {
    width: 4px;
    height: 100%;
    margin-right: 10px
}

.left .shop-categories i:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #000000
}

.left .shop-categories::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #ccc
}

.left .shop-categories::-webkit-scrollbar-track {
    background-color: transparent
}

.left .shop-categories::-webkit-scrollbar-thumb {
    background-color: transparent
}

.left .shop-categories li {
    width: 100%;
    position: relative
}

.left .shop-categories li.active {
    background-color: rgba(0, 0, 0, 0.15)
}

@media (max-width:1023px) {
    .left .shop-categories li.active {
        background-color: transparent
    }
}

.left .shop-categories li.active .shop-subcategories {
    display: block
}

.left .shop-categories li.on {
    background-color: rgba(0, 0, 0, 0.15)
}

@media (max-width:1023px) {
    .left .shop-categories li.on {
        background-color: transparent
    }
}

.left .shop-categories a,
.left .shop-categories b {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    height: auto;
    padding: 5px 30px 5px 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    font-weight: 700
}

@media (max-width:1023px) {

    .left .shop-categories a,
    .left .shop-categories b {
        color: #ccc;
        position: relative
    }
}

.left .shop-categories a:after,
.left .shop-categories b:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

.left .shop-categories a:hover,
.left .shop-categories b:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

.left .shop-categories .bt-abrir-categoria {
    position: relative
}

.left .shop-categories .bt-abrir-categoria.on {
    background-color: rgba(0, 0, 0, 0.1)
}

.left .shop-categories .bt-abrir-categoria.on:before {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg)
}

.left .shop-categories .bt-abrir-categoria:before {
    display: block;
    content: '\e958';
    color: #000;
    font-family: 'icomoon';
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: calc(50% - 11px);
    right: 10px;
    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 only screen and (max-width:1023px) {
    .left .shop-categories .bt-abrir-categoria:before {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }
}

.left .shop-categories i {
    display: none
}

.left .shop-subcategories {
    display: none;
    padding: 0;
    margin-bottom: 10px
}

@media only screen and (max-width:1023px) {
    .left .shop-subcategories {
        display: block !important;
        padding: 0 0 15px;
        margin-top: 0
    }
}

.left .shop-subcategories a {
    font-size: 16px;
    color: #000000;
    height: auto;
    line-height: 1.2;
    padding: 10px 15px 10px 40px
}

.left .shop-subcategories li:hover a,
.left .shop-subcategories li.active a {
    color: #000000
}

.left .shop-subcategories a {
    font-weight: normal
}

@media (max-width:1023px) {
    .left .shop-subcategories a {
        color: #ccc;
        padding: 0 15px 0 50px !important
    }
}

.left .shop-subcategories a:hover {
    color: #000000
}

.cnt-right {
    float: left;
    width: 100%;
    margin-top: 60px
}

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

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

@media (max-width:480px) {
    .cnt-right {
        padding: 0
    }
}

.cnt-right h1 {
    color: #000000 !important;
    line-height: 1.2 !important;
    font-size: 35px !important;
    font-weight: 700;
    padding-bottom: 10px;
    display: table;
    margin-bottom: 55px;
    position: relative
}

.cnt-right h1:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width:1023px) {
    .cnt-right h1:before {
        left: calc(50% - 177px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.cnt-right h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 77px;
    height: 4px;
    background-color: #000;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width:1023px) {
    .cnt-right h1:after {
        left: calc(50% - 77px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

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

.cnt-right h1 a {
    font-size: 30px;
    font-weight: 700;
    color: #212121
}

@media (max-width:480px) {
    .cnt-right h1 a {
        font-size: 18px
    }
}

@media only screen and (max-width:1023px) {
    .cnt-right h1 {
        line-height: 1.4;
        padding-top: 13px;
        height: auto !important;
        font-size: 30px !important;
        margin: 0 auto 20px;
        text-align: center
    }
}

@media only screen and (max-width:768px) {
    .cnt-right h1 {
        font-size: 25px !important
    }
}

@media only screen and (max-width:480px) {
    .cnt-right h1 {
        font-size: 18px !important
    }
}

.cnt-right .icon-int {
    content: '';
    display: block;
    background-image: url("../../images/icone-interna-prod.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
    width: 33px;
    height: 33px
}

.cnt-right small {
    display: block;
    width: 100%;
    border-bottom-color: #CCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 30px;
    font-size: 15px;
    padding-bottom: 20px
}

@media only screen and (max-width:768px) {
    .cnt-right small {
        font-size: 12px !important;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width:480px) {
    .cnt-right small {
        text-align: center
    }
}

.cnt-right .slider-shop {
    width: 100%;
    float: left
}

.home .cnt-right h1 {
    display: table;
    margin: 0 auto 55px;
    font-size: 50px !important;
    font-weight: 500
}

@media (max-width:1023px) {
    .home .cnt-right h1 {
        font-size: 45px !important
    }
}

@media (max-width:768px) {
    .home .cnt-right h1 {
        font-size: 35px !important
    }
}

@media (max-width:480px) {
    .home .cnt-right h1 {
        font-size: 30px !important
    }
}
.content {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    position: relative
}

.categorias {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
    width: 100%
}

.categorias h3 {
    padding-left: 25px
}

.categorias h3:before {
    content: '';
    display: block;
    width: 142px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.categorias h3:after {
    content: '';
    display: block;
    width: 142px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

.categorias li.active>a {
    color: #000000
}

@media (max-width:1023px) {
    .categorias li.active>a {
        color: #262626
    }
}

.categorias nav {
    float: left;
    width: 100%;
    background-color: #eee;
    padding: 25px
}

.categorias h3 {
    position: relative;
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
    height: 65px;
    line-height: 65px;
    background-color: #000;
    font-weight: 400;
    z-index: 2
}

.categorias h3 i {
    display: none;
    font-size: 20px;
    margin-right: 15px;
    color: #fff
}

@media only screen and (max-width:1023px) {
    .categorias {
        position: fixed;
        top: 126px;
        left: 0;
        z-index: 100;
        max-height: 45px
    }

    .categorias nav {
        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;
        height: calc(100vh - 172px);
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-top-color: rgba(255, 255, 255, 0.2);
        border-top-width: 1px;
        border-top-style: solid;
        background-color: #b12469;
        overflow-y: scroll;
        padding: 0 15px 15px
    }

    .categorias h3 {
        padding: 0 15px;
        font-size: 20px;
        height: 45px;
        line-height: 45px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        display: flex;
        align-items: center
    }

    .categorias h3 i {
        display: block
    }

    .categorias h3:after {
        display: none
    }

    .categorias h3:before {
        display: none
    }

    .categorias.cat-on {
        max-height: 100%
    }

    .categorias.cat-on h3 {
        background-color: #f8a500;
        position: relative
    }

    .categorias.cat-on h3:after {
        display: block;
        width: 30px;
        height: auto;
        background-color: transparent;
        content: '\e947';
        font-family: 'icomoon';
        font-size: 18px;
        color: #FFFFFF;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out
    }

    .categorias.cat-on nav {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=1);
        visibility: visible
    }

    .categorias li {
        padding: 0;
        border-bottom-color: rgba(255, 255, 255, 0.2);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }

    .categorias a {
        height: 50px;
        line-height: 50px
    }

    .categorias i {
        display: none
    }

    .categorias .shop-subcategories span {
        display: none
    }

    .categorias .shop-subcategories li {
        border: none
    }

    .categorias .shop-subcategories a {
        font-size: 14px;
        border-left-color: rgba(255, 255, 255, 0.2);
        border-left-width: 1px;
        border-left-style: solid;
        padding: 0 15px;
        height: 40px;
        line-height: 40px
    }
}
@media only screen and (max-width:1023px) {
    .produtos {
        float: left;
        width: 100%
    }
}


.interna .produtos .owl-produtos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.shop {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.left + .cnt-right .shop article {
  width: calc(33.3% - 30px);
}


.shop article {
    width: calc(25% - 30px);
    border-color: #DDDDDD;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    line-height: 1.2;
    margin: 0 15px 40px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    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) {
    .shop article {
        width: calc(33.3% - 30px);
        padding-bottom: 60px
    }
}

@media (max-width:768px) {
    .shop article {
        width: calc(50% - 10px);
        margin: 0 5px 40px
    }
}

.shop article a img {
    width: 100%;
    height: auto;
    max-width: fit-content;
    margin: 15px auto 0;
    display: block
}

.shop article a>div {
    color: #888888;
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
    position: relative;
    top: 0;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    background-color: #FFFFFF;
    margin-bottom: 15px
}

@media (max-width:480px) {
    .shop article a>div {
        margin-bottom: 0
    }
}

.shop article a>div:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 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;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.shop article a>div h3 {
    font-size: 16px;
    color: #444444;
    padding: 20px 0;
    margin-bottom: 10px
}

@media (max-width:480px) {
    .shop article a>div h3 {
        padding: 10px 0;
        font-size: 14px;
        margin-bottom: 0
    }
}

.shop article a>div strong {
    font-size: 18px;
    color: #000000;
    display: block;
    margin: 0 auto 0;
    padding: 10px 0 10px
}

.shop article>div {
    width: 100%
}

@media (max-width:1023px) {
    .shop article>div {
        position: absolute;
        bottom: 0
    }
}

.shop article>div form {
    display: flex;
    padding: 20px;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: -100px;
    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) {
    .shop article>div form {
        position: absolute;
        bottom: 0
    }
}

@media (max-width:480px) {
    .shop article>div form {
        padding: 10px
    }
}

.shop article>div form label {
    position: relative;
    margin-right: 10px
}

.shop article>div form label span {
    position: relative
}

.shop article>div form label span input[type=number] {
    max-width: 81px;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 0 10px 10px;
    font-size: 15px;
    color: #878787;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid
}

.shop article>div form label span i {
    position: absolute;
    width: 19px;
    height: 19px;
    font-size: 7px;
    background-color: #EEEEEE;
    text-align: center;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    display: block;
    cursor: pointer;
    z-index: 999
}

.shop article>div form label span i.icon-mais2 {
    top: 0;
    right: 0;
    border-top-right-radius: 5px
}

.shop article>div form label span i.icon-menos2 {
    top: 17px;
    right: 0;
    border-bottom-right-radius: 5px
}

.shop article>div form input[type=submit],
.shop article>div form a {
    width: auto;
    height: 36px;
    padding: 0 20px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #000;
    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;
    display: flex;
    align-items: center;
    justify-content: center
}

.shop article>div form input[type=submit]:hover,
.shop article>div form a:hover {
    background-color: #000
}

.shop article>div form input[type=submit].indisponivel,
.shop article>div form a.indisponivel {
    color: #000000;
    background-color: #DDD;
    font-size: 16px
}

.shop article:hover a div {
    top: -54px
}

@media (max-width:1023px) {
    .shop article:hover a div {
        top: 0
    }
}

.shop article:hover a div h3 {
    border-bottom-color: #DDDDDD;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

@media (max-width:1023px) {
    .shop article:hover a div h3 {
        border: none
    }
}

.shop article:hover a div:before {
    box-shadow: 0 -7px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -7px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 -7px 10px -5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 -7px 10px -5px rgba(0, 0, 0, 0.3)
}

@media (max-width:1023px) {
    .shop article:hover a div:before {
        box-shadow: none
    }
}

.shop article:hover div>form {
    bottom: 5px
}

@media (max-width:1023px) {
    .shop article:hover div>form {
        bottom: 0
    }
}

@media (max-width:480px) {
    .shop article:hover a span {
        top: 0
    }

    .shop article:hover p {
        bottom: 0
    }
}

.left+.cnt-right .shop article {
    width: calc(33.3% - 30px)
}

@media (max-width:768px) {
    .left+.cnt-right .shop article {
        width: calc(50% - 10px)
    }
}


.detalhes {
    display: flex;
    font-size: 16px;
    color: #393939;
    flex-wrap: wrap
}

@media (max-width:1023px) {
    .detalhes {
        font-size: 14.4px
    }
}

.detalhes .botao-comprar {
    position: relative;
    display: table
}

.detalhes .comprar-produto {
    float: right;
    width: 100%
}


.caracteristicas {
    float: left;
    width: 55%;
    font-weight: 300;
    font-size: 15px;
    padding-left: 45px;
    line-height: 1.4;
    color: #525252
}

.caracteristicas h2 {
    display: inline-block;
    width: 100%;
    font-size: 25px;
    margin: 0 0 23px;
    color: #777777
}

@media only screen and (max-width:1023px) {
    .caracteristicas h2 {
        font-size: 22px
    }
}

.caracteristicas .valor {
    text-align: center;
    float: right;
    width: 100%;
    padding-bottom: 5px;
    color: #515151;
    font-size: 30px
}

@media only screen and (max-width:480px) {
    .caracteristicas .valor {
        display: flex;
        justify-content: center
    }
}

.caracteristicas .valor b {
    display: flex;
    color: #535353;
    font-weight: normal;
    justify-content: flex-end;
    padding: 30px 40px 10px;
    float: right
}

.caracteristicas .comprar-produto {
    margin-top: 40px;
    border-top-color: #EBE9E9;
    border-top-width: 1px;
    border-top-style: solid
}

.caracteristicas .comprar-produto form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row
}

.caracteristicas .comprar-produto form.sem-qtd {
    justify-content: flex-end
}

.caracteristicas .comprar-produto strong {
    display: block;
    font-size: 13px;
    margin-bottom: 4px
}

.caracteristicas .precos {
    float: right;
    width: 100%
}

.caracteristicas .precos button[type=submit] {
    margin: 20px auto 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 215px;
    height: 58px;
    background-color: #D53382;
    border: none;
    color: #fff;
    font-size: 20px;
    position: relative;
    text-transform: none;
    font-weight: 700
}

.caracteristicas .precos button[type=submit]:hover {
    background-color: #b12469;
    color: #fff
}

.caracteristicas .precos button[type=submit] i {
    font-size: 24px
}

@media only screen and (max-width:480px) {
    .caracteristicas .precos button[type=submit] {
        width: 100%;
        margin: 20px 0 0
    }
}

.caracteristicas .precos .bt-qtd-cart {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:480px) {
    .caracteristicas .precos .bt-qtd-cart {
        flex-wrap: wrap;
        width: 80%
    }
}

.caracteristicas .box-opcoes {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding: 27px 20px;
    margin-top: 40px;
    background-color: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

.caracteristicas .box-opcoes p {
    position: relative;
    margin-left: 5%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

.caracteristicas .box-opcoes p label {
    top: auto;
    right: 21px;
    bottom: 15px
}

@media only screen and (max-width:1023px) {
    .caracteristicas .box-opcoes p label {
        right: 20px;
        bottom: 36px
    }
}

.caracteristicas .box-opcoes p:first-of-type {
    margin-left: 0
}

.caracteristicas .box-opcoes p select {
    background-color: #FFFFFF
}

@media only screen and (max-width:1023px) {
    .caracteristicas .box-opcoes p {
        margin: 0;
        padding-bottom: 20px;
        flex-basis: 100%
    }
}

@media only screen and (max-width:1023px) {
    .caracteristicas .box-opcoes {
        padding-bottom: 20px;
        flex-wrap: wrap
    }
}

.caracteristicas .box-opcoes label.error {
    pointer-events: none
}

.caracteristicas .quantidade {
    float: left;
    position: relative;
    border-top-color: #EBE9E9;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #EBE9E9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 13px 0;
    width: 50%;
    max-width: 220px;
    margin: 20px 0 0
}

@media (max-width:1279px) {
    .caracteristicas .quantidade {
        width: 100%;
        margin: 20px auto 0
    }
}

@media only screen and (max-width:480px) {
    .caracteristicas .quantidade {
        width: 100%;
        max-width: 100%
    }
}

.caracteristicas .quantidade b {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 20px;
    height: 5px;
    background: #D53382;
    margin: -2.5px 0 0 -10px
}

.caracteristicas .quantidade [type=number] {
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    width: 100%;
    height: 32px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    font-size: 20px;
    color: #555555;
    background: none;
    padding: 0;
    text-align: center;
    -moz-appearance: textfield;
    appearance: textfield
}

.caracteristicas .quantidade [type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.caracteristicas .quantidade label.error {
    pointer-events: none;
    top: 59px;
    right: 102px
}

.caracteristicas .button {
    top: 12px;
    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
}

.caracteristicas .button:hover {
    color: #FFB82C
}

.caracteristicas .peso {
    text-align: right;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
    position: relative
}

.caracteristicas .peso:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EBE9E9;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    z-index: -1
}

.caracteristicas .peso .peso-int {
    font-size: 15px;
    color: #525252;
    padding: 8px 19px;
    background-color: #f5f5f5;
    border-color: #EBE9E9;
    border-width: 1px;
    border-style: solid;
    box-shadow: -3px 0 0 #FFFFFF;
    -moz-box-shadow: -3px 0 0 #FFFFFF;
    -webkit-box-shadow: -3px 0 0 #FFFFFF;
    -ms-box-shadow: -3px 0 0 #FFFFFF
}

@media only screen and (max-width:768px) {
    .caracteristicas {
        width: 100%;
        padding: 20px 0 0
    }
}


.detalhe-imagens {
    float: left;
    position: relative;
    width: 45%
}

.detalhe-imagens img {
    float: left;
    max-width: 100%;
    height: auto
}

.detalhe-imagens span {
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-color: #EBE9E9;
    border-width: 1px;
    border-style: solid;
    width: 22%;
    height: 94px;
    margin: 16px 4% 0 0;
    background-color: #FFF
}

.detalhe-imagens span:first-of-type {
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-top: 0;
    padding: 15px;
    height: auto;
    min-height: 450px
}

@media only screen and (max-width:768px) {
    .detalhe-imagens span:first-of-type {
        min-height: 310px
    }
}

@media (max-width:480px) {
    .detalhe-imagens span:first-of-type {
        padding: 0;
        border: none
    }
}

.detalhe-imagens span:nth-of-type(5) {
    margin-right: 0
}

@media only screen and (max-width:768px) {
    .detalhe-imagens {
        width: 100%
    }
}









