
@charset "UTF-8";@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'),local('Montserrat-Regular'),url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype')
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'),local('Montserrat-Medium'),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype')
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'),local('Montserrat-Bold'),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype')
}

body,span,p,form,img,a,input,select,textarea,html,figure,header,footer,article,section,iframe {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

figure {
    display: flex
}

ul,ol,li {
    list-style-type: none !important;
    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: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif
}

input,textarea {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

.spaceAfterCP,.spaceBeforeCP {
    width: 100%;
    float: left
}

a,a:hover {
    color: #F4811E;
    text-decoration: none
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.pf {
    position: fixed
}

.absolute-center {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.db {
    display: block
}

.dt {
    display: table
}

.center-flex {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap
}

.first:first-child {
    padding-left: 0;
    margin-left: 0
}

.last:last-child {
    padding-left: 0;
    margin-left: 0
}

.full {
    width: 100%
}

.full-max {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0
}

.cb {
    clear: both
}

.cr {
    clear: right
}

.cl {
    clear: left
}

.bloco-1 {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.bloco-2 {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.bloco-3 {
    width: 33.3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.bloco-4 {
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.bloco-5 {
    width: 20%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.swing {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.anima-bg {
    background: linear-gradient(308deg, #1b2c60, #000000, #2c4590, #000000, #2c4590, #000000);
    background-size: 1200% 1200%;
    -webkit-animation: anima-bg 25s ease infinite;
    -moz-animation: anima-bg 25s ease infinite;
    animation: anima-bg 25s ease infinite
}

.anima-bg2 {
    background: linear-gradient(308deg, #1b2c60, #906715, #2c4590, #906715, #2c4590, #000000, #1b2c60, #000000, #2c4590, #906715, #2c4590, #906715);
    background-size: 1200% 1200%;
    -webkit-animation: anima-bg 25s ease infinite;
    -moz-animation: anima-bg 25s ease infinite;
    animation: anima-bg 25s ease infinite
}

@-webkit-keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@-moz-keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@keyframes anima-bg {
    0% {
        background-position: 0% 47%
    }

    50% {
        background-position: 100% 54%
    }

    100% {
        background-position: 0% 47%
    }
}

@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-camera1:before {
    content: "\e998"
}

.icon-camera2:before {
    content: "\e999"
}

.icon-camera3:before {
    content: "\e99a"
}

.icon-camera4:before {
    content: "\e99b"
}

.icon-qr-code1:before {
    content: "\e99c"
}

.icon-qr-code2:before {
    content: "\e99d"
}

.icon-qr-code3:before {
    content: "\e99e"
}

.icon-touch:before {
    content: "\e99f"
}

.icon-touch2:before {
    content: "\e9a0"
}

.icon-lab03:before {
    content: "\e9a1"
}

.icon-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-lab02:before {
    content: "\e990"
}

.icon-cadeado02:before {
    content: "\e991"
}

.icon-mail03:before {
    content: "\e992"
}

.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"
}

.logo-webcis:before {
    content: "\e973"
}

.icon-seta-dupla:before {
    content: "\e902"
}

.icon-losango:before {
    content: "\e916"
}

.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-4:before {
    content: "\e963"
}

.icon-menu-3:before {
    content: "\e964"
}

.icon-menu-2:before {
    content: "\e965"
}

.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-l:before {
    content: "\e959"
}

.icon-seta07-r:before {
    content: "\e95a"
}

.icon-seta07-l:before {
    content: "\e95b"
}

.icon-plus-01:before {
    content: "\e95c"
}

.icon-menos1:before {
    content: "\e967"
}

.icon-menos2:before {
    content: "\e969"
}

.icon-mais1:before {
    content: "\e968"
}

.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-check03:before {
    content: "\e94d"
}

.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-gplus1:before {
    content: "\e907"
}

.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-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-phone24h:before {
    content: "\e917"
}

.icon-phone24h2:before {
    content: "\e942"
}

.icon-call01:before {
    content: "\e913"
}

.icon-call03:before {
    content: "\e914"
}

.icon-call02:before {
    content: "\e912"
}

.icon-call:before {
    content: "\e948"
}

.icon-cel:before {
    content: "\e93b"
}

.icon-phone:before {
    content: "\e92c"
}

.icon-phone2:before {
    content: "\e92d"
}

.icon-phone07:before {
    content: "\e941"
}

.icon-phone4:before {
    content: "\e92f"
}

.icon-phone03:before {
    content: "\e972"
}

.icon-home1:before {
    content: "\e96b"
}

.icon-home2:before {
    content: "\e96c"
}

.icon-home3:before {
    content: "\e96d"
}

#headerBlock {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    float: left;
    position: fixed;
    height: 102px;
    background-color: #fff;
    border-top-color: #114FA2;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #eee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 1;
    padding: 0 15px;
    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
}

@media (max-width: 1023px) {
    #headerBlock {
        z-index:51;
        padding: 0;
        height: 70px
    }
}

#headerBlock.topo-fixo {
    height: 70px
}

#headerBlock.topo-fixo .topo-05 {
    height: 68px
}

#headerBlock.topo-fixo .topo-05>.logo {
    width: 200px;
    height: 68px
}

@media (max-width: 1279px) {
    #headerBlock.topo-fixo .topo-05>.logo {
        width:175px
    }
}

@media (max-width: 1023px) {
    #headerBlock.topo-fixo .topo-05>.logo {
        width:165px;
        height: 70px
    }
}

#headerBlock.topo-fixo .topo-05>.logo:before {
    height: 68px
}

.topo-05 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    height: 102px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.topo-05 .redes {
    float: right;
    padding-top: 10px
}

@media (max-width: 1023px) {
    .topo-05 {
        height:70px;
        position: relative;
        z-index: 1501;
        padding: 0;
        border-bottom-color: #DDD;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        background-color: #FFF
    }
}

.topo-05 .logo {
    float: left;
    display: block;
    width: 263px;
    height: 102px;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 200%;
    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
}

@media (max-width: 1279px) {
    .topo-05 .logo {
        width:175px
    }
}

@media only screen and (max-width: 1023px) {
    .topo-05 .logo {
        width:165px;
        height: 70px;
        margin: 0 auto 0;
        float: none;
        background-position: right
    }
}

.topo-05 .logo:before {
    content: '';
    display: block;
    background-image: url("../../images/before-logo.jpg");
    background-repeat: no-repeat;
    background-position: right 0;
    background-color: #F4811E;
    position: absolute;
    top: 0;
    right: -80px;
    z-index: -1;
    width: 110vw;
    height: 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) {
    .topo-05 .logo:before {
        display:none
    }
}

.topo-right {
    float: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative
}

.topo-right:before {
    content: '';
    display: block;
    width: 370px;
    height: 1px;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-home ease-out .8s .6s forwards
}

@keyframes efeito-home {
    100% {
        transform: rotateY(0deg)
    }
}

@media only screen and (max-width: 1023px) {
    .topo-right:before {
        display:none
    }
}

.topo-right .link-lab {
    color: #FFFFFF;
    font-size: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-left: 15px;
    padding: 5px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    display: none
}

@media (max-width: 1023px) {
    .topo-right .link-lab {
        margin:30px 0 0 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 80%;
        font-size: 16px
    }
}

.topo-right .link-lab:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #114FA2;
    transform: skew(-10deg, 0);
    -webkit-transform: skew(-10deg, 0);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.topo-right .link-lab i {
    margin-right: 10px
}

.topo-right .link-lab:hover:before {
    background-color: #F4811E;
    box-shadow: 0 0 0 3px rgba(244,129,30,0.5);
    -moz-box-shadow: 0 0 0 3px rgba(244,129,30,0.5);
    -webkit-box-shadow: 0 0 0 3px rgba(244,129,30,0.5);
    -ms-box-shadow: 0 0 0 3px rgba(244,129,30,0.5)
}

.telefone-topo {
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: 68px;
    margin-left: 20px
}

.telefone-topo .fone-topo {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 40px;
    line-height: 1.6
}

.telefone-topo .fone-topo i {
    width: 28px;
    height: 28px;
    border-color: #F4811E;
    border-width: 2px;
    border-style: solid;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    font-size: 15px;
    color: #F4811E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0
}

.telefone-topo .fone-topo a {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible;
    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 only screen and (max-width: 1023px) {
    .telefone-topo {
        display:none
    }
}

.telefone-topo .abrir-fone {
    width: 100%;
    height: 100%;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.telefone-topo .abrir-fone:hover span,.telefone-topo .abrir-fone.on span {
    box-shadow: 0 0 0 5px rgba(244,129,30,0.3);
    -moz-box-shadow: 0 0 0 5px rgba(244,129,30,0.3);
    -webkit-box-shadow: 0 0 0 5px rgba(244,129,30,0.3);
    -ms-box-shadow: 0 0 0 5px rgba(244,129,30,0.3);
    background-color: #F4811E
}

.telefone-topo .abrir-fone:hover span i,.telefone-topo .abrir-fone.on span i {
    color: #FFFFFF
}

.telefone-topo .abrir-fone span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    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: 45px;
    height: 45px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 26px;
    position: relative
}

.telefone-topo .abrir-fone span i {
    color: #FFFFFF;
    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
}

.telefone-topo .fone-dropdown {
    background-color: #F4811E;
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1000;
    min-width: 340px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    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;
    box-shadow: 3px 3px 9px 0 #222;
    -moz-box-shadow: 3px 3px 9px 0 #222;
    -webkit-box-shadow: 3px 3px 9px 0 #222;
    -ms-box-shadow: 3px 3px 9px 0 #222;
    color: #FFFFFF;
    font-size: 15px
}

.telefone-topo .fone-dropdown:after {
    content: '';
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 20px;
    height: 20px;
    background-color: #F4811E;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 7px;
    z-index: -1
}

.telefone-topo .fone-dropdown .telefone {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table;
    margin: 0 auto 0;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 32px;
    padding-bottom: 20px;
    font-weight: 700
}

.telefone-topo .fone-dropdown .telefone i {
    font-size: 22px;
    color: #FFFFFF;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0
}

.telefone-topo .fone-dropdown .whatsapp {
    position: relative;
    display: table;
    margin: 0 auto 0;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 30px
}

.telefone-topo .fone-dropdown .whatsapp a {
    cursor: default;
    color: #FFFFFF;
    font-weight: 700
}

.telefone-topo .fone-dropdown .whatsapp i {
    font-size: 20px;
    color: #FFFFFF;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -10px
}

.telefone-topo .fone-dropdown .emails {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table;
    padding-top: 20px;
    border-top-color: rgba(255,255,255,0.35);
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 14px;
    color: #FFFFFF;
    margin: 20px auto 0;
    width: 100%
}

.telefone-topo .fone-dropdown .emails span {
    display: table;
    margin: 0 auto 0;
    position: relative;
    padding-left: 32px
}

.telefone-topo .fone-dropdown .emails a {
    width: 100%;
    cursor: default;
    color: #FFFFFF
}

.telefone-topo .fone-dropdown .emails i {
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -12px
}

.telefone-topo .fone-dropdown .bloco-endereco {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    justify-content: center;
    padding: 20px 0 0;
    border-top-color: rgba(255,255,255,0.35);
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 20px
}

.telefone-topo .fone-dropdown .bloco-endereco i {
    font-size: 18px;
    color: #000000;
    margin-right: 8px
}

.telefone-topo .fone-dropdown:hover {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

.telefone-topo .fone-dropdown a {
    color: #FFFFFF;
    cursor: default;
    display: block
}

.telefone-topo .fone-dropdown.on {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

#headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>a {
    height: 70px
}

@media (max-width: 1023px) {
    #headerBlock.topo-fixo .topo-right>.menu>.pmenu>li>a {
        height:auto
    }
}

.menu {
    margin: 0;
    transform: translate(0, 0);
    display: flex;
    align-items: center
}

.menu .full-max {
    width: 87%
}

@media only screen and (min-width: 1024px) {
    .menu {
        transform:translate(0) !important
    }
}

@media (max-width: 1023px) {
    .menu {
        position:fixed;
        top: 70px;
        left: 0;
        z-index: 1500;
        width: 260px;
        height: 100vh;
        margin: 0;
        padding-bottom: 100px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background-color: #ed740c;
        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
    }
}

.menu .entrar {
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #F4811E;
    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
}

.menu .entrar:hover {
    background-color: #eee;
    color: #F4811E
}

@media (max-width: 1023px) {
    .menu .entrar {
        width:100%;
        background-color: transparent;
        padding: 15px 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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
    }

    .menu .entrar:hover {
        background-color: rgba(0,0,0,0.3);
        color: #FFFFFF
    }
}

.pmenu {
    float: 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) {
    .pmenu li {
        width:100%;
        border-bottom-color: rgba(255,255,255,0.3);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }
}

.pmenu li:hover .psubmenu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0)
}

.pmenu li a {
    display: flex;
    align-items: center;
    height: 102px;
    color: #000000;
    padding: 20px 15px;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-transform: uppercase;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    position: relative;
    overflow: hidden
}

@media (max-width: 1279px) {
    .pmenu li a {
        padding:20px 13px
    }
}

@media (max-width: 1023px) {
    .pmenu li a {
        width:100%;
        height: auto;
        padding: 15px 20px;
        color: #FFFFFF
    }
}

.pmenu li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 5px;
    background-color: #114FA2;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width: 1023px) {
    .pmenu li a:before {
        display:none
    }
}

.pmenu li:hover>a,.pmenu li.act_path>a {
    color: #114FA2
}

.pmenu li:hover>a:before,.pmenu li.act_path>a:before {
    bottom: 0px
}

@media (max-width: 1023px) {
    .pmenu li:hover>a,.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) {
    .pmenu .link_sub {
        display:flex;
        flex-direction: column
    }
}

.pmenu .link_sub:before {
    display: block;
    content: '\e95a';
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 15px;
    color: #000000;
    position: absolute;
    top: calc(50% - 8px);
    right: 5px;
    z-index: 0;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width: 1279px) {
    .pmenu .link_sub:before {
        right:0
    }
}

@media (max-width: 1023px) {
    .pmenu .link_sub:before {
        display:none
    }
}

.pmenu .link_sub:hover:before {
    opacity: 0;
    filter: alpha(opacity=0)
}

.pmenu .psubmenu {
    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: #F4811E;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999;
    width: 250px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.65));
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width: 1023px) {
    .pmenu .psubmenu {
        transform:translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        width: 100%;
        padding: 10px 0 35px 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: block;
        position: relative;
        float: left;
        opacity: 1;
        filter: alpha(opacity=1);
        visibility: visible;
        top: auto;
        left: auto;
        background: none
    }
}

.pmenu .psubmenu:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 5px;
    z-index: -1;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #F4811E;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

@media (max-width: 1023px) {
    .pmenu .psubmenu:after {
        display:none
    }
}

.pmenu .psubmenu:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1
}

@media (max-width: 1023px) {
    .pmenu .psubmenu:before {
        display:none
    }
}

.pmenu .psubmenu li {
    width: 100%;
    height: auto
}

@media (max-width: 1023px) {
    .pmenu .psubmenu li {
        border:none
    }
}

.pmenu .psubmenu li.act_path>a {
    background-color: rgba(0,0,0,0.3);
    color: #FFFFFF
}

.pmenu .psubmenu a {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 15px;
    color: #FFFFFF;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

@media (max-width: 1023px) {
    .pmenu .psubmenu a {
        border-left-color:rgba(255,255,255,0.3);
        border-left-width: 1px;
        border-left-style: solid;
        font-size: 13px;
        color: #FFFFFF
    }
}

.pmenu .psubmenu a:before {
    display: none
}

.pmenu .psubmenu a:hover {
    background-color: rgba(0,0,0,0.3);
    color: #FFFFFF
}

@media (max-width: 1023px) {
    .botao-menu {
        display:block;
        position: relative;
        overflow: hidden;
        float: left;
        width: 70px;
        height: 70px;
        margin: 0 15px 0 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        background: none;
        z-index: 1
    }

    .botao-menu span {
        background-color: #F4811E;
        display: block;
        position: absolute;
        height: 4px;
        top: 50%;
        left: 18px;
        right: 18px;
        margin-top: -2px;
        transition: background 0s .3s;
        -moz-transition: background 0s .3s;
        -webkit-transition: background 0s .3s;
        -ms-transition: background 0s .3s
    }

    .botao-menu span:before {
        content: "";
        background-color: #F4811E;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        top: -10px;
        left: 0;
        transition-duration: .3s,.3s;
        -moz-transition-duration: .3s,.3s;
        -webkit-transition-duration: .3s,.3s;
        -ms-transition-duration: .3s,.3s;
        transition-delay: .3s,0s;
        -moz-transition-delay: .3s,0s;
        -webkit-transition-delay: .3s,0s;
        -ms-transition-delay: .3s,0s;
        transition-property: top,transform;
        -moz-transition-property: top,transform;
        -webkit-transition-property: top,transform;
        -ms-transition-property: top,transform
    }

    .botao-menu span:after {
        content: "";
        background-color: #F4811E;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        bottom: -10px;
        left: 0;
        transition-duration: .3s,.3s;
        -moz-transition-duration: .3s,.3s;
        -webkit-transition-duration: .3s,.3s;
        -ms-transition-duration: .3s,.3s;
        transition-delay: .3s,0s;
        -moz-transition-delay: .3s,0s;
        -webkit-transition-delay: .3s,0s;
        -ms-transition-delay: .3s,0s;
        transition-property: bottom,transform;
        -moz-transition-property: bottom,transform;
        -webkit-transition-property: bottom,transform;
        -ms-transition-property: bottom,transform
    }

    .botao-menu.on {
        background-color: #ed740c
    }

    .botao-menu.on span {
        background: none
    }

    .botao-menu.on span:before {
        top: 0;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transition-delay: 0s,.3s;
        -moz-transition-delay: 0s,.3s;
        -webkit-transition-delay: 0s,.3s;
        -ms-transition-delay: 0s,.3s;
        background-color: #FFFFFF
    }

    .botao-menu.on span:after {
        bottom: 0;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transition-delay: 0s,.3s;
        -moz-transition-delay: 0s,.3s;
        -webkit-transition-delay: 0s,.3s;
        -ms-transition-delay: 0s,.3s;
        background-color: #FFFFFF
    }

    .ssm-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(0,0,0,0.4);
        display: none
    }
}

.botao-menu2 {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 1
}

.botao-menu2 span {
    background-color: #F4811E;
    display: block;
    position: absolute;
    height: 4px;
    top: 50%;
    left: 18px;
    right: 18px;
    margin-top: -2px;
    transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    -webkit-transition: background 0s .3s;
    -ms-transition: background 0s .3s
}

.botao-menu2 span:before {
    content: "";
    background-color: #F4811E;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: -10px;
    left: 0;
    transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    -webkit-transition-duration: .3s,.3s;
    -ms-transition-duration: .3s,.3s;
    transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    -webkit-transition-delay: .3s,0s;
    -ms-transition-delay: .3s,0s;
    transition-property: top,transform;
    -moz-transition-property: top,transform;
    -webkit-transition-property: top,transform;
    -ms-transition-property: top,transform
}

.botao-menu2 span:after {
    content: "";
    background-color: #F4811E;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: -10px;
    left: 0;
    transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    -webkit-transition-duration: .3s,.3s;
    -ms-transition-duration: .3s,.3s;
    transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    -webkit-transition-delay: .3s,0s;
    -ms-transition-delay: .3s,0s;
    transition-property: bottom,transform;
    -moz-transition-property: bottom,transform;
    -webkit-transition-property: bottom,transform;
    -ms-transition-property: bottom,transform
}

.botao-menu2.on {
    background-color: #ed740c
}

.botao-menu2.on span {
    background: none
}

.botao-menu2.on span:before {
    top: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition-delay: 0s,.3s;
    -moz-transition-delay: 0s,.3s;
    -webkit-transition-delay: 0s,.3s;
    -ms-transition-delay: 0s,.3s;
    background-color: #FFFFFF
}

.botao-menu2.on span:after {
    bottom: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition-delay: 0s,.3s;
    -moz-transition-delay: 0s,.3s;
    -webkit-transition-delay: 0s,.3s;
    -ms-transition-delay: 0s,.3s;
    background-color: #FFFFFF
}

.info-lateral {
    display: none
}

@media only screen and (max-width: 1023px) {
    .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%;
        height: auto;
        padding: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        -ms-box-shadow: 0 0 4px rgba(0,0,0,0.5);
        background-color: #F4811E;
        border-color: #FFFFFF;
        border-width: 1px;
        border-style: solid
    }

    .info-lateral.on {
        right: 5%
    }

    .info-lateral a {
        display: table;
        margin: 0 auto 0;
        color: #FFFFFF
    }

    .info-lateral .telefone-lateral {
        width: 100%;
        font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
        padding: 5px 0 15px;
        font-size: 20px;
        border-bottom-color: rgba(255,255,255,0.45);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }

    .info-lateral .telefone-lateral:before {
        content: 'Telefone';
        display: block;
        font-size: 11px;
        color: rgba(255,255,255,0.5);
        font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif
    }

    .info-lateral .whatsapp-lateral {
        width: 100%;
        padding-left: 0;
        margin: 10px 0 10px;
        color: #FFFFFF;
        font-size: 20px
    }

    .info-lateral .whatsapp-lateral:before {
        content: 'WhatsApp';
        display: block;
        font-size: 11px;
        color: rgba(255,255,255,0.5);
        font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif
    }

    .info-lateral .email-lateral {
        width: 100%;
        padding: 12px 0;
        font-size: 14px
    }

    .info-lateral .email-lateral:before {
        content: 'E-mail';
        display: block;
        font-size: 11px;
        color: rgba(255,255,255,0.5);
        font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif
    }

    .info-lateral .email-lateral a {
        word-break: break-all
    }

    .info-lateral .endereco-lateral {
        font-size: 14px;
        color: #FFFFFF;
        padding: 25px 0;
        border-top-color: rgba(255,255,255,0.35);
        border-top-width: 1px;
        border-top-style: solid
    }

    .info-lateral .endereco-lateral:before {
        content: 'Endereço';
        display: block;
        font-size: 11px;
        color: rgba(255,255,255,0.5);
        font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif
    }

    .info-lateral .endereco-lateral i {
        font-size: 18px;
        color: #000000;
        margin-right: 8px
    }

    .info-lateral .redes {
        display: table;
        float: none;
        margin: 0 auto 0;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 25px 10px;
        border-top-color: rgba(255,255,255,0.35);
        border-top-width: 1px;
        border-top-style: solid
    }

    .info-lateral .redes span {
        font-size: 11px;
        color: rgba(255,255,255,0.5);
        font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
        float: left;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-bottom: 20px
    }

    .info-lateral .redes a {
        float: none;
        display: inline-block;
        margin-bottom: 10px
    }

    .info-lateral .redes i {
        background-color: #758E9F;
        border-color: #758E9F;
        border-width: 2px;
        border-style: solid;
        margin: 0 5px;
        color: #F4811E
    }

    .info-lateral .redes .icon-skype b {
        display: none
    }

    .info-lateral .formulario-contato {
        width: 320px;
        height: 35px;
        line-height: 35px;
        display: block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        background-color: #758E9F;
        margin: 0 auto 0
    }
}

@media only screen and (max-width: 480px) {
    .info-lateral .formulario-contato {
        width:100%
    }

    .info-lateral .telefone-lateral,.info-lateral .whatsapp-lateral {
        font-size: 15px
    }

    .info-lateral .endereco-lateral {
        font-size: 13px
    }
}

.ico-fone-responsivo {
    display: none
}

@media only screen and (max-width: 1023px) {
    .ico-fone-responsivo {
        display:block;
        float: right;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -ms-border-radius: 30px;
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        padding: 10px;
        color: #F4811E;
        font-size: 30px;
        margin: 10px 10px 0 0
    }

    .ico-fone-responsivo.on {
        background-color: #F4811E;
        color: #FFFFFF
    }
}

.trava {
    overflow: hidden;
    position: relative
}

.trava:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.45)
}

#mainBlock {
    margin-top: 102px
}

@media only screen and (max-width: 1023px) {
    #mainBlock {
        margin-top:70px
    }
}

#footerBlock {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    float: left;
    background-color: #758E9F;
    color: #252D39;
    font-size: 14px;
    font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
    background: #D2E1E6;
    background: -moz-linear-gradient(top, #D2E1E6 0%, #F3F7F8 100%);
    background: -webkit-linear-gradient(top, #D2E1E6 0%, #F3F7F8 100%);
    background: linear-gradient(to bottom, #D2E1E6 0%, #F3F7F8 100%);
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top-color: #114FA2;
    border-top-width: 1px;
    border-top-style: solid
}

#footerBlock .rodape-20 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#footerBlock .rodape-20 a {
    color: #252D39
}

#footerBlock .bloco-rod {
    display: block;
    width: 100%;
    margin-right: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0
}

@media only screen and (max-width: 1279px) {
    #footerBlock .bloco-rod {
        max-width:68%
    }
}

@media only screen and (max-width: 1023px) {
    #footerBlock .bloco-rod {
        margin-right:0
    }
}

#footerBlock .bloco-rod:nth-of-type(2) {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    border-left-color: rgba(37,45,57,0.2);
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 55px;
    margin-right: 0
}

@media only screen and (max-width: 1279px) {
    #footerBlock .bloco-rod:nth-of-type(2) {
        max-width:290px !important
    }
}

#footerBlock .bloco-rod:nth-of-type(2) ul {
    padding-left: 10px;
    float: left
}

@media only screen and (max-width: 1279px) {
    #footerBlock .bloco-rod:nth-of-type(2) ul {
        padding-left:30px
    }
}

#footerBlock .bloco-rod:nth-of-type(2) ul li {
    padding: 1px 0;
    list-style-type: disc !important;
    width: 100%
}

#footerBlock .bloco-rod:nth-of-type(2) ul li ul {
    padding: 2px 20px
}

#footerBlock .bloco-rod:nth-of-type(2) ul li ul li {
    list-style-type: circle !important;
    font-size: 14px
}

#footerBlock .bloco-3 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#footerBlock .bloco-3:nth-last-of-type(2) {
    width: 40%
}

@media only screen and (max-width: 1023px) {
    #footerBlock .bloco-3:nth-last-of-type(2) {
        width:100%
    }
}

#footerBlock b {
    font-size: 30px;
    font-weight: 400
}

@media only screen and (max-width: 480px) {
    #footerBlock b {
        font-size:20px
    }
}

#footerBlock .fb-page {
    margin-top: 25px
}

#footerBlock .redes {
    display: flex;
    align-items: center;
    height: auto;
    padding: 17px 0 17px 35px;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left-color: rgba(37,45,57,0.2);
    border-left-width: 1px;
    border-left-style: solid
}

@media only screen and (max-width: 1023px) {
    #footerBlock .redes {
        justify-content:center;
        margin-top: 10px;
        margin-left: 0;
        border: none;
        border-top-color: rgba(37,45,57,0.2);
        border-top-width: 1px;
        border-top-style: solid;
        padding: 15px 25px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        min-width: 340px
    }
}

@media only screen and (max-width: 480px) {
    #footerBlock .redes {
        width:100%;
        min-width: auto;
        padding: 20px 0
    }
}

#footerBlock .redes a {
    padding: 5px 0
}

#footerBlock .redes span {
    float: left;
    margin-right: 10px
}

#footerBlock .redes i {
    margin-right: 15px;
    color: #252D39;
    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;
    border: none;
    font-size: 27px
}

#footerBlock .redes i:hover {
    color: #114FA2
}

@media only screen and (max-width: 1023px) {
    #footerBlock .redes .icon-skype b {
        display:none
    }
}

@media only screen and (max-width: 1023px) {
    #footerBlock {
        display:block !important;
        box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        padding: 15px !important
    }

    #footerBlock .bloco-rod {
        max-width: 100%;
        text-align: center
    }

    #footerBlock .bloco-rod:nth-of-type(2) {
        display: none
    }
}

.copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    border-top-color: rgba(37,45,57,0.2);
    border-top-width: 1px;
    border-top-style: solid
}

.copyright a {
    color: #252D39;
    display: flex;
    align-items: center
}

.copyright span {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    align-items: center;
    color: #252D39;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0
}

.copyright i {
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-left: 10px;
    font-size: 50px;
    color: #252D39
}

@media only screen and (max-width: 1023px) {
    .copyright {
        box-sizing:border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: center;
        padding: 15px;
        font-size: 11px
    }

    .copyright span {
        flex-direction: column
    }

    .copyright a {
        float: none;
        margin-top: 10px
    }
}

.bloco-telefone-rodape {
    display: flex;
    width: 100%;
    margin: 25px 0
}

@media only screen and (max-width: 1023px) {
    .bloco-telefone-rodape {
        display:block;
        margin: 15px 0
    }

    .bloco-telefone-rodape .bloco-2,.bloco-telefone-rodape .bloco-3,.bloco-telefone-rodape .bloco-4 {
        width: 100%
    }
}

.bloco-telefone-rodape .bloco-4 {
    display: flex;
    align-items: center;
    width: 31%
}

@media only screen and (max-width: 1023px) {
    .bloco-telefone-rodape .bloco-4 {
        margin:0 auto 0;
        justify-content: center;
        padding: 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%
    }
}

.telefone-rodape {
    position: relative;
    font-size: 20px;
    color: #252D39;
    padding-left: 28px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0
}

@media only screen and (max-width: 1023px) {
    .telefone-rodape {
        padding:0;
        flex-direction: column;
        width: 170px;
        margin: 5px auto;
        padding-left: 25px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
}

.telefone-rodape a {
    cursor: default;
    color: #252D39;
    width: 100%
}

.telefone-rodape i {
    font-size: 18px;
    color: #252D39;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -9px;
    padding-right: 7px
}

@media only screen and (max-width: 1023px) {
    .telefone-rodape i {
        margin-bottom:15px;
        display: block;
        font-size: 16px
    }
}

.whatsapp-rodape {
    position: relative;
    font-size: 20px;
    color: #252D39;
    padding-left: 27px;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0
}

@media only screen and (max-width: 1023px) {
    .whatsapp-rodape {
        padding:0;
        flex-direction: column;
        width: 170px;
        margin: 0 auto 0;
        padding-left: 25px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
}

.whatsapp-rodape a {
    cursor: default;
    color: #252D39;
    width: 100%
}

.whatsapp-rodape i {
    font-size: 17px;
    color: #252D39;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -8.5px
}

.email-rodape {
    position: relative;
    font-size: 16px;
    color: #252D39;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 60px
}

.email-rodape a {
    color: #252D39
}

.email-rodape i {
    font-size: 15px;
    color: #252D39;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 0;
    margin-top: 0
}

@media only screen and (max-width: 1279px) {
    .email-rodape {
        font-size:14px;
        padding-right: 20px;
        word-break: break-all
    }
}

@media only screen and (max-width: 1023px) {
    .email-rodape {
        display:block;
        margin: 25px 0;
        height: auto;
        border-right: 0;
        min-height: initial
    }

    .email-rodape i {
        position: relative;
        margin-right: 7px;
        top: 2px
    }
}

@media only screen and (max-width: 480px) {
    .email-rodape {
        padding-left:0;
        padding-right: 0
    }
}

.endereco-rodape {
    position: relative;
    font-size: 14px;
    color: #758E9F;
    padding-left: 35px;
    padding-right: 5px
}

.endereco-rodape a {
    color: #758E9F
}

.endereco-rodape i {
    font-size: 25px;
    color: #758E9F;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -12.5px
}

@media only screen and (max-width: 1023px) {
    .endereco-rodape {
        margin-bottom:25px
    }

    .endereco-rodape i {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .endereco-rodape {
        padding-left:0
    }
}

.rota {
    display: flex;
    align-items: center;
    width: 100%;
    border-top-color: rgba(255,255,255,0.2);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: rgba(255,255,255,0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 30px 0;
    margin: 25px 0
}

@media only screen and (max-width: 1023px) {
    .rota {
        display:block;
        padding: 30px 0
    }

    .rota .bloco-2 {
        width: 100%
    }
}

.tracar-rota-rodape form {
    display: flex;
    background-color: #fff;
    border-color: #fff;
    border-width: 2px;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px
}

@media only screen and (max-width: 1023px) {
    .tracar-rota-rodape form {
        float:none;
        margin: 0 auto 0;
        max-width: 70%
    }
}

@media only screen and (max-width: 480px) {
    .tracar-rota-rodape form {
        max-width:100%
    }
}

.tracar-rota-rodape input {
    height: 39px;
    padding: 10px;
    border: none
}

.tracar-rota-rodape [type=submit] {
    font-size: 13px;
    width: auto;
    margin: 0;
    padding: 0 10px;
    background-color: #114FA2
}

.tracar-rota-rodape [type=submit]:hover {
    background-color: #0a2d5d
}

.logo-rodape {
    width: 266px;
    height: 50px;
    background-image: url("../../images/logo-rodape.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    float: right;
    border-bottom-color: rgba(52,59,71,0.2);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.info-pagseguro span {
    padding-bottom: 5px;
    display: block
}

.info-pagseguro img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 5px;
    background-color: #fff
}

.menu-rodape {
    display: flex;
    flex-direction: column
}

.menu-rodape a {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 5px 0;
    padding-left: 10px;
    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;
    position: relative;
    line-height: 1.4
}

.menu-rodape a:hover {
    color: #F4811E !important
}

.menu-rodape a:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    background-color: #252C39;
    position: absolute;
    top: calc(50% - 1.5px);
    left: 0;
    z-index: 0
}

.menu-rodape .pmenu li {
    float: left;
    position: relative
}

.menu-rodape .pmenu li a {
    color: #FFFFFF;
    font-size: 14px;
    float: left;
    padding: 0;
    text-transform: initial
}

.banner-02 {
    position: relative;
    height: 612px;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .banner-02 {
        height:auto
    }
}

.banner-02 .legenda {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding: 60px 15px 140px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .banner-02 .legenda {
        box-sizing:border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px 15px 30px
    }
}

.banner-02 .legenda:after {
    content: '';
    display: block;
    width: 427px;
    height: 439px;
    position: absolute;
    bottom: 40px;
    right: -70px;
    z-index: -1;
    background-image: url("../../images/efeito-banner.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    mix-blend-mode: multiply
}

@media only screen and (max-width: 1023px) {
    .banner-02 .legenda:after {
        display:none
    }
}

.banner-02 .legenda .tit-banner1 {
    width: 100%;
    overflow: hidden
}

.banner-02 .legenda .tit-banner2 {
    width: 100%;
    overflow: hidden;
    padding-top: 7px
}

@keyframes txt-in {
    100% {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0)
    }
}

.banner-02 .legenda b {
    display: block;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    animation: txt-in linear .4s 1s forwards;
    -webkit-animation: txt-in linear .4s 1s forwards;
    -moz-animation: txt-in linear .4s 1s forwards;
    -ms-animation: txt-in linear .4s 1s forwards;
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px)
}

@media only screen and (max-width: 1023px) {
    .banner-02 .legenda b {
        color:#FFF;
        max-width: 100%;
        text-align: center;
        font-size: 30px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 480px) {
    .banner-02 .legenda b {
        font-size:20px
    }
}

.banner-02 .legenda i.separador {
    width: 806px;
    height: 1px;
    margin: 10px auto 20px;
    display: block;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .banner-02 .legenda i.separador {
        display:none
    }
}

.banner-02 .legenda i.separador:after {
    content: '';
    display: block;
    width: 100%;
    background-color: #114FA2;
    height: 100%;
    margin: -8px auto 0;
    animation: expande .7s;
    -webkit-animation: expande .7s;
    -moz-animation: expande .7s;
    -ms-animation: expande .7s
}

@keyframes expande {
    0% {
        width: 1px;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=1)
    }
}

.banner-02 .legenda i.separador b {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #114FA2;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    margin: 0 auto 0;
    margin-bottom: -8px;
    box-shadow: 0 0 0 4px rgba(17,79,162,0.3);
    -moz-box-shadow: 0 0 0 4px rgba(17,79,162,0.3);
    -webkit-box-shadow: 0 0 0 4px rgba(17,79,162,0.3);
    -ms-box-shadow: 0 0 0 4px rgba(17,79,162,0.3);
    -webkit-animation: flip-vertical-left 1s cubic-bezier(.455, .03, .515, .955) both;
    animation: flip-vertical-left 1s cubic-bezier(.455, .03, .515, .955) both
}

@-webkit-keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

@keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg)
    }
}

.banner-02 .legenda span {
    display: block;
    font-size: 28px;
    color: #FFF;
    width: 100%;
    text-align: center;
    animation: txt-in linear .4s 1s forwards;
    -webkit-animation: txt-in linear .4s 1s forwards;
    -moz-animation: txt-in linear .4s 1s forwards;
    -ms-animation: txt-in linear .4s 1s forwards;
    transform: translateY(-110px);
    -moz-transform: translateY(-110px);
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px)
}

@media only screen and (max-width: 1023px) {
    .banner-02 .legenda span {
        color:#FFF;
        max-width: 100%;
        text-align: center;
        font-size: 18px
    }
}

@media only screen and (max-width: 480px) {
    .banner-02 .legenda span {
        font-size:15px
    }
}

.banner-02 .bx-wrapper {
    position: relative;
    margin: 0 auto 0
}

@media only screen and (max-width: 1023px) {
    .banner-02 .bx-wrapper .bx-viewport {
        background-color:#F4811E
    }
}

.banner-02 .bx-wrapper .bx-viewport li {
    height: 612px
}

@media only screen and (max-width: 1023px) {
    .banner-02 .bx-wrapper .bx-viewport li {
        height:auto
    }
}

.banner-02 .bx-wrapper .bx-viewport li .img-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media only screen and (max-width: 1023px) {
    .banner-02 .bx-wrapper .bx-viewport li .img-banner {
        position:relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        height: 50vw
    }
}

.banner-02 .mouse-home {
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    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: 48.3%;
    z-index: 99;
    border: 2px solid #fff
}

@media only screen and (max-width: 1023px) {
    .banner-02 .mouse-home {
        display:none
    }
}

.banner-02 .mouse-home:before {
    content: '';
    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;
    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;
    border: 3px solid transparent
}

.banner-02 .mouse-home i {
    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: 40px;
    color: #fff;
    transform: rotate(90deg)
}

.banner-02 .mouse-home:hover {
    background-color: #fff
}

.banner-02 .mouse-home:hover:before {
    border-color: #F4811E;
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0)
}

.banner-02 .mouse-home:hover i {
    color: #F4811E
}

.form-banner {
    width: 90%;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: calc(50% - 270px);
    z-index: 9999;
    background-color: #FFFFFF;
    box-shadow: 0 0 50px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.26);
    -ms-box-shadow: 0 0 50px rgba(0,0,0,0.26);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    margin: 50px auto 50px;
}

@media (max-width: 1279px) {
   
}

@media (max-width: 1023px) {
    .form-banner {
        width: 90%;
        position: relative;
        /* top: auto; */
        right: auto;
        margin: 50px auto 50px;

    }
}

@media (max-width: 768px) {
    .form-banner {
        padding:20px 30px;
        margin-top: 50px;
    }

    .form-banner [type=text],.form-banner select {
        height: 45px
    }
}

@media (max-width: 480px) {
    .form-banner {
        padding:20px
    }
}

.form-banner h3 {
    font-size: 25px;
    color: #114FA2;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 480px) {
    .form-banner h3 {
        font-size:25px;
        text-align: center
    }
}

.form-banner .formulario {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative
}

.form-banner .formulario [type=text],.form-banner .formulario select {
    height: 47px;
    background-color: #F0F3F4;
    border: none;
    padding: 10px 10px 10px 40px
}

.form-banner .formulario [type=text]::placeholder,.form-banner .formulario select::placeholder {
    font-size: 15px;
    color: #333333
}

.form-banner .formulario [type=text] {
    padding: 10px 10px 10px 45px
}

.form-banner .formulario p:nth-of-type(2) {
    border-bottom-color: rgba(244,129,30,0.4);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px
}

.form-banner .formulario i {
    position: absolute;
    top: calc(50% - 9px);
    left: 15px;
    z-index: 1
}

.form-banner .formulario .btn-avancar {
    width: 100%;
    background-color: #F4811E;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    height: 47px;
    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
}

.form-banner .formulario .btn-avancar:hover {
    background-color: #114FA2;
    cursor: pointer
}

.form-banner .formulario .blc1 {
    width: 25%;
    float: right
}

.form-banner .formulario .blc1 [type=text] {
    padding: 15px
}

.form-banner .formulario .blc3 {
    width: 68.5%;
    float: left
}

.form-banner .formulario .form-p1 {
    display: block
}

.form-banner .formulario .form-p2 {
    display: none
}

.form-banner .formulario .form-p2 p {
    border: none;
    padding: 0
}

.servicos-39 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 100px 15px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative
}

@media (max-width: 480px) {
    .servicos-39 {
        padding:50px 15px 45px
    }
}

.servicos-39 h2 {
    font-size: 45px;
    color: #758E9F;
    font-weight: 700;
    display: table;
    margin: 0 auto 60px;
    padding-bottom: 15px;
    position: relative
}

.servicos-39 h2:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #F4811E;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width: 1023px) {
    .servicos-39 h2:before {
        right:calc(50% - 177px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.servicos-39 h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 51px;
    height: 4px;
    background-color: #F4811E;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width: 1023px) {
    .servicos-39 h2:after {
        right:calc(50% - 51px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

@media (max-width: 480px) {
    .servicos-39 h2 {
        font-size:25px;
        text-align: center
    }
}

.servicos-39 h3 {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 60px
}

@media (max-width: 480px) {
    .servicos-39 h3 {
        font-size:18px
    }
}

.servicos-39 .box-servicos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 1279px) {
    .servicos-39 .box-servicos {
        justify-content:space-around
    }
}

.servicos-39 .box-servicos article {
    width: 289px;
    position: relative
}

@media (max-width: 1279px) {
    .servicos-39 .box-servicos article {
        margin-bottom:70px
    }
}

.servicos-39 .box-servicos article figure {
    display: table;
    margin: 0 auto 0
}

.servicos-39 .box-servicos article a span {
    background: linear-gradient(to right, #F4811E, #114FA2, #114FA2, #F4811E);
    background: -moz-linear-gradient(to right, #F4811E, #114FA2, #114FA2, #F4811E);
    background: -o-linear-gradient(to right, #F4811E, #114FA2, #114FA2, #F4811E);
    background: -webkit-linear-gradient(to right, #F4811E, #114FA2, #114FA2, #F4811E);
    background-size: 300% 100%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.servicos-39 .box-servicos article a span:hover {
    cursor: pointer;
    background-position: 100% 0
}

.servicos-39 .box-servicos article a:hover span {
    box-shadow: 0 0 0 10px rgba(244,129,30,0.16);
    -moz-box-shadow: 0 0 0 10px rgba(244,129,30,0.16);
    -webkit-box-shadow: 0 0 0 10px rgba(244,129,30,0.16);
    -ms-box-shadow: 0 0 0 10px rgba(244,129,30,0.16);
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid
}

.servicos-39 .box-servicos article h4 {
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin: 30px 0 20px;
    position: relative
}

.servicos-39 .box-servicos article p {
    font-size: 17px;
    color: #777777;
    text-align: center
}

.servicos-39 .box-servicos article span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    z-index: 0;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    width: 200px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    border-color: transparent;
    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
}

.sobre-19 {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    padding: 0 15px 116px
}

@media only screen and (max-width: 1023px) {
    .sobre-19 {
        padding-bottom:30px
    }
}

.sobre-19 .full-max {
    position: relative
}

.sobre-19 .txt-conteudo {
    width: 1015px;
    height: auto;
    background: #F4811E;
    background: -moz-linear-gradient(45deg, #F4811E 0%, #C2620A 100%);
    background: -webkit-linear-gradient(45deg, #F4811E 0%, #C2620A 100%);
    background: linear-gradient(45deg, #F4811E 0%, #C2620A 100%);
    padding: 80px 450px 80px 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1.2;
    color: #FFFFFF
}

@media only screen and (max-width: 1279px) {
    .sobre-19 .txt-conteudo {
        width:80%;
        padding-left: 20px
    }
}

@media only screen and (max-width: 1023px) {
    .sobre-19 .txt-conteudo {
        width:100%;
        padding: 50px 80px
    }
}

@media only screen and (max-width: 768px) {
    .sobre-19 .txt-conteudo {
        padding:50px 40px
    }
}

@media only screen and (max-width: 480px) {
    .sobre-19 .txt-conteudo {
        padding:25px
    }
}

.sobre-19 h2 {
    font-size: 46px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 40px
}

@media only screen and (max-width: 768px) {
    .sobre-19 h2 {
        font-size:40px
    }
}

@media only screen and (max-width: 480px) {
    .sobre-19 h2 {
        font-size:30px
    }
}

.sobre-19 h3 {
    font-size: 16px;
    color: #000000
}

.sobre-19 ul li {
    font-size: 22px;
    color: #FFFFFF;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px
}

@media only screen and (max-width: 480px) {
    .sobre-19 ul li {
        font-size:18px
    }
}

.sobre-19 ul li:before {
    display: block;
    content: '\e926';
    font-family: 'icomoon';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    line-height: 1;
    margin-top: -10px
}

.sobre-19 figure {
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 0;
    box-shadow: 0 0 50px rgba(0,0,0,0.59);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.59);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.59);
    -ms-box-shadow: 0 0 50px rgba(0,0,0,0.59);
    line-height: 0
}

@media only screen and (max-width: 1279px) {
    .sobre-19 figure {
        width:51%
    }

    .sobre-19 figure img {
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width: 1023px) {
    .sobre-19 figure {
        position:relative;
        top: auto;
        width: 100%;
        box-shadow: 0 0 15px rgba(0,0,0,0.59);
        -moz-box-shadow: 0 0 15px rgba(0,0,0,0.59);
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.59);
        -ms-box-shadow: 0 0 15px rgba(0,0,0,0.59)
    }
}

.sobre-19 figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #0085B2;
    mix-blend-mode: multiply;
    pointer-events: none
}

.sobre-19 figure:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 0;
    width: 307px;
    height: 60px;
    background-image: url("../../images/logo-sobre-nos.png");
    background-repeat: no-repeat;
    background-position: 0 0
}

@media (max-width: 480px) {
    .sobre-19 figure:after {
        width:215px;
        background-size: contain;
        right: calc(50% - 107.5px);
        bottom: 10px
    }
}

.clientes-parceiros-05 {
    width: 100%;
    padding: 40px 15px;
    background-color: #F3F7F8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto 0
}

@media only screen and (max-width: 1023px) {
    .clientes-parceiros-05 {
        padding:50px 15px 45px
    }
}

.clientes-parceiros-05 h2 {
    display: table;
    margin: 0 auto 30px;
    color: #758E9F;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative
}

.clientes-parceiros-05 h2:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #F4811E;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width: 1023px) {
    .clientes-parceiros-05 h2:before {
        right:calc(50% - 177px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.clientes-parceiros-05 h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 51px;
    height: 4px;
    background-color: #F4811E;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width: 1023px) {
    .clientes-parceiros-05 h2:after {
        right:calc(50% - 51px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

@media only screen and (max-width: 768px) {
    .clientes-parceiros-05 h2 {
        font-size:30px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .clientes-parceiros-05 h2 {
        font-size:25px
    }
}

.clientes-parceiros-05 h3 {
    color: #000000;
    font-size: 18px;
    margin: 0 auto 30px;
    display: block;
    width: fit-content
}

@media only screen and (max-width: 768px) {
    .clientes-parceiros-05 h3 {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 480px) {
    .clientes-parceiros-05 h3 {
        font-size:16px
    }
}

.clientes-parceiros-05 p {
    margin-bottom: 30px
}

.clientes-parceiros-05 ul {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 50px;
    float: left;
    width: 100%;
    flex-wrap: wrap
}

@media only screen and (max-width: 1023px) {
    .clientes-parceiros-05 ul {
        justify-content:space-evenly
    }
}

.clientes-parceiros-05 li {
    overflow: hidden !important;
    position: relative !important;
    width: 15%;
    line-height: 0
}

@media only screen and (max-width: 1023px) {
    .clientes-parceiros-05 li {
        width:22%;
        margin-bottom: 2%
    }
}

@media only screen and (max-width: 768px) {
    .clientes-parceiros-05 li {
        width:30%
    }
}

@media only screen and (max-width: 480px) {
    .clientes-parceiros-05 li {
        width:48%
    }
}

.clientes-parceiros-05 li:hover span {
    bottom: 0px
}

.clientes-parceiros-05 li img {
    width: 100%;
    height: auto
}

.clientes-parceiros-05 span {
    width: 100%;
    display: block;
    background-color: #FFFFFF;
    line-height: 1.5;
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-top: none;
    background: rgba(244,129,30,0);
    background: -moz-linear-gradient(top, rgba(244,129,30,0) 0%, rgba(244,129,30,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(244,129,30,0) 0%, rgba(244,129,30,0.8) 100%);
    background: linear-gradient(to bottom, rgba(244,129,30,0) 0%, rgba(244,129,30,0.8) 100%);
    position: absolute;
    bottom: -125px;
    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;
    padding: 20px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000000;
    font-weight: 700;
    font-size: 16px
}

.clientes-parceiros-05 span p {
    font-size: 13px;
    font-weight: 400
}

@media only screen and (max-width: 1023px) {
    .clientes-parceiros-05 span {
        display:none
    }
}

.clientes-parceiros-05 a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-color: #F4811E;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 250px;
    height: 60px;
    margin: 40px auto 0;
    font-size: 25px;
    color: #F4811E;
    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
}

.clientes-parceiros-05 a:after {
    content: '';
    display: block;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 0;
    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;
    transform: scale(.4)
}

.clientes-parceiros-05 a:hover {
    background-color: #F4811E;
    color: #FFFFFF
}

.clientes-parceiros-05 a:hover:after {
    border-color: #F4811E;
    border-width: 1px;
    border-style: solid;
    transform: scale(1);
    background-color: rgba(244,129,30,0.1)
}

@media only screen and (max-width: 1023px) {
    .clientes-parceiros-05 a:hover:after {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .clientes-parceiros-05 a {
        width:200px;
        height: 50px;
        font-size: 18px
    }
}

.pager3 {
    display: flex;
    width: 100%
}

.pager3 a {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    font-size: 0;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    margin: 5px
}

.pager3 a:before {
    content: '';
    display: block;
    background-color: transparent;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.pager3 a:hover:before {
    background-color: #FFF
}

.pager3 .active:before {
    background-color: #FFF
}

@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: 0 1px 3px 1px rgba(0,0,0,0.8) inset
    }

    100% {
        box-shadow: none
    }
}

@-webkit-keyframes click-mouse {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.8) inset
    }

    100% {
        box-shadow: none
    }
}

@-moz-keyframes click-mouse {
    0% {
        box-shadow: none
    }

    50% {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,0.8) inset
    }

    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: 36px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    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: 7px;
    color: #fff
}

.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 {
    background-color: #f00
}

.redes-topo .icon-twitter {
    background-color: #00aced
}

.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: 'Montserrat',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
}

.redes {
    min-width: 100px;
    display: flex;
    justify-content: space-between
}

.redes i {
    border-color: #114FA2;
    border-width: 2px;
    border-style: solid
}

.redes a {
    color: #114FA2
}

.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%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    align-items: center
}

.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)
    }
}

.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: 19.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 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    -ms-box-shadow: 0 0 5px #000
}

.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: #F4811E;
    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:18.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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .galeria-webcis-1 figure figcaption {
        font-size:12px;
        margin-bottom: 0;
        padding: 4px
    }
}

.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: 'Montserrat',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;
    background-color: #F4811E;
    color: #FFF
}

.link-back:hover {
    background-color: #d5680a;
    color: #FFF
}

.voltar-topo {
    width: 100px;
    height: 100px;
    display: block;
    position: fixed;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -ms-transition: .3s all linear;
    bottom: -80px;
    right: calc(50% - 50px);
    z-index: 1100;
    border-color: #FFF;
    border-width: 2px;
    border-style: solid;
    background-color: #114FA2;
    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: #0c3874
}

.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 -3px
}

.voltar-topo.cd-is-visible {
    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: 25px
}

.paginacao a {
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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
}

.cnt-contato {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between
}

.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 only screen and (max-width: 1023px) {
    .cnt-contato {
        flex-wrap:wrap
    }
}

.cnt-contato .formulario {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .formulario {
        max-width:600px;
        margin: 0 auto 0
    }
}

.cnt-contato .formulario p {
    position: relative;
    margin-bottom: 15px
}

.cnt-contato .contato-form {
    width: 65%
}

@media only screen and (max-width: 1279px) {
    .cnt-contato .contato-form {
        width:55%
    }
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .contato-form {
        width:100%
    }
}

.cnt-contato .localizacao {
    width: 30%;
    margin-top: 170px
}

@media only screen and (max-width: 1279px) {
    .cnt-contato .localizacao {
        width:40%
    }
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .localizacao {
        width:100%;
        margin-top: 60px
    }
}

.cnt-contato .localizacao h3 {
    font-size: 40px
}

.cnt-contato .localizacao li {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 60px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none
}

.cnt-contato .localizacao li a {
    color: #000000;
    word-break: break-all
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .localizacao li {
        width:50%;
        margin: 0 auto 0;
        text-align: center;
        padding-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .cnt-contato .localizacao li {
        width:100%
    }
}

.cnt-contato .localizacao li i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    border-color: #114FA2;
    border-width: 1px;
    border-style: solid;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-size: 26px;
    color: #114FA2;
    float: left;
    width: 45px;
    height: 45px
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .localizacao li i {
        float:none;
        margin: 0 auto 5px;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto
    }
}

.cnt-contato .localizacao li strong {
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 3px
}

@media only screen and (max-width: 480px) {
    .cnt-contato .localizacao li strong {
        font-size:13px
    }
}

.cnt-contato .localizacao ul {
    padding-top: 0;
    text-align: left;
    margin-top: 40px
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .localizacao ul {
        display:flex;
        flex-wrap: wrap
    }
}

.cnt-contato .redes {
    justify-content: flex-start;
    flex-wrap: wrap
}

.cnt-contato .redes span {
    display: flex
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .redes span {
        margin:0 auto 0
    }
}

.cnt-contato .redes strong {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .redes strong {
        text-align:center
    }
}

.cnt-contato .redes i {
    margin-right: 10px
}

@media only screen and (max-width: 1023px) {
    .cnt-contato .redes i {
        margin:0 5px
    }
}

.cnt-contato [type=submit] {
    float: left
}

@media only screen and (max-width: 1023px) {
    .cnt-contato [type=submit] {
        float:none;
        margin: 0 auto 0
    }
}

[type=text],[type=password],[type=email],[type=number],[type=date] {
    width: 100%;
    float: left;
    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;
    font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
    border-color: #CECEBF;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #333;
    height: 50px;
    padding: 10px 35px 10px 10px
}

[type=submit] {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
    background-color: #F4811E;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
    border: none
}

select {
    width: 100%;
    float: left;
    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;
    font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
    border-color: #CECEBF;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #333;
    height: 50px;
    padding: 10px
}

@media only screen and (max-width: 1023px) {
    select {
        -webkit-appearance:none;
        background-image: url("../../images/padrao/bg-select.png") !important;
        background-repeat: no-repeat !important;
        background-position: center right !important
    }
}

textarea {
    width: 100%;
    float: left;
    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;
    font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
    border-color: #CECEBF;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #333;
    height: 100px;
    padding: 10px;
    resize: none
}

.formID {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -1
}

.formulario .botao-form {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    background-color: #F4811E !important;
    color: #FFFFFF !important;
    width: 140px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    transition: .3s all ease-out !important;
    -moz-transition: .3s all ease-out !important;
    -webkit-transition: .3s all ease-out !important;
    -ms-transition: .3s all ease-out !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}

.formulario .botao-form:after {
    content: '\e920' !important;
    font-family: 'icomoon' !important;
    font-size: 18px !important;
    color: #000000 !important;
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    z-index: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #FFFFFF !important;
    transition: .3s all ease-out !important;
    -moz-transition: .3s all ease-out !important;
    -webkit-transition: .3s all ease-out !important;
    -ms-transition: .3s all ease-out !important
}

.formulario .botao-form:hover {
    cursor: pointer !important;
    background-color: #de6d0b !important;
    color: #FFFFFF !important;
    box-shadow: 0 3px 15px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.3) !important;
    -ms-box-shadow: 0 3px 15px rgba(0,0,0,0.3) !important;
    padding-left: 70px !important
}

.formulario .botao-form:hover:after {
    color: #000000 !important;
    right: 95px !important
}

@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)
    }
}

.formulario .botao-form:before {
    content: 'Enviar';
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    z-index: 0;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
    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;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.formulario .botao-form:hover:before {
    position: absolute;
    top: calc(50% - 9px);
    left: 45px;
    z-index: 0
}

.formulario .botao-form [type=submit] {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999px
}

.formulario .botao-form [type=submit]:hover {
    cursor: pointer
}

.botao-enviar-cad {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #114FA2;
    color: #FFFFFF;
    height: 50px;
    padding: 0 75px 0 30px;
    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;
    margin: 20px auto 0
}

.botao-enviar-cad:after {
    content: '\e955';
    font-family: 'icomoon';
    font-size: 35px;
    color: #FFFFFF;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c3874;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.botao-enviar-cad:hover {
    cursor: pointer;
    background-color: #114FA2;
    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)
}

.botao-enviar-cad:hover:after {
    animation: botao .2s linear;
    -webkit-animation: botao .2s linear;
    -moz-animation: botao .2s linear;
    -ms-animation: botao .2s linear;
    color: #FFFFFF;
    background-color: #0c3874
}

@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)
    }
}

.botao-enviar-cad [type=submit] {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999px
}

.botao-enviar-cad [type=submit]:hover {
    cursor: pointer
}

.botao-cadastro {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background-color: #59B200;
    color: #FFFFFF;
    height: 50px;
    padding: 0 75px 0 30px;
    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;
    width: 155px;
    margin: 0 auto 0
}

.botao-cadastro:after {
    content: '\e955';
    font-family: 'icomoon';
    font-size: 35px;
    color: #FFFFFF;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #407f00;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.botao-cadastro:hover {
    cursor: pointer;
    background-color: #114FA2;
    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)
}

.botao-cadastro:hover:after {
    animation: botao .2s linear;
    -webkit-animation: botao .2s linear;
    -moz-animation: botao .2s linear;
    -ms-animation: botao .2s linear;
    color: #FFFFFF;
    background-color: #0c3874
}

@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)
    }
}

@media only screen and (max-width: 480px) {
    .botao-cadastro {
        width:218px;
        padding: 0 50px 0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
}

.botao-cadastro [type=submit] {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999px
}

.botao-cadastro [type=submit]:hover {
    cursor: pointer
}

.obrigado {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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
}

.obrigado big {
    font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    color: #F4811E;
    font-size: 22px;
    padding-bottom: 10px
}

.obrigado b {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: left;
    padding-bottom: 5px
}

.obrigado a {
    font-family: 'Montserrat',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: #F4811E;
    color: #FFFFFF;
    margin-top: 30px;
    font-size: 12px
}

.obrigado a:hover {
    background-color: #d5680a
}

.formulario {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap
}

.formulario ::-webkit-input-placeholder {
    color: #666
}

.formulario ::-moz-placeholder {
    color: #666
}

.formulario :-ms-input-placeholder {
    color: #666
}

.formulario input:-moz-placeholder {
    color: #666
}

.formulario p {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.formulario strong {
    width: 100%;
    padding-bottom: 15px;
    display: none
}

.formulario .msg-obrigatorio {
    padding: 0 0 15px 0;
    display: block;
    font-size: 13px;
    width: 100%
}

.formulario .msg-obrigatorio em {
    color: #ff0000
}

.formulario .outros-estados {
    font-weight: 700;
    font-size: 20px
}

.formulario .b2 {
    width: 49%
}

@media only screen and (max-width: 768px) {
    .formulario .b2 {
        width:100%
    }
}

.formulario .b3 {
    width: 32%
}

@media only screen and (max-width: 768px) {
    .formulario .b3 {
        width:100%
    }
}

input[name=nome],input[name=cpf],input[name=email],input[name=telefone] {
    border-right-color: #d80000 !important;
    border-right-width: 5px !important;
    border-right-style: solid !important
}

input.valid[name=nome],input.valid[name=cpf],input.valid[name=email],input.valid[name=telefone] {
    border-right-color: #468C00 !important;
    border-right-width: 5px !important;
    border-right-style: solid !important
}

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: #FFF
}

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
}

label.error:before {
    content: '';
    width: 60px;
    height: 60px;
    display: block;
    background-color: #d80000;
    position: absolute;
    top: calc(50% - 30px);
    right: -21px;
    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;
        filter: alpha(opacity=0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5;
        filter: alpha(opacity=0.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.valid {
    border-color: #468C00 !important;
    border-width: 1px !important;
    border-style: solid !important
}

.mapa {
    width: 100%;
    float: left;
    position: relative
}

.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
}

@media only screen and (max-width: 480px) {
    .mapa form {
        position:relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        float: left;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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 input[type=text] {
    width: 57%;
    margin: 0 3% 0 0
}

.mapa input[type=submit] {
    width: 40%;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #114FA2;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    cursor: pointer;
    border: none;
    position: static;
    text-indent: unset;
    top: auto;
    left: auto
}

.mapa input[type=submit]:hover {
    background-color: #bc5c09;
    color: #FFFFFF
}

.mapa iframe {
    width: 100%;
    float: left
}

.scrolloff {
    pointer-events: none
}

.form-ancora {
    margin-top: -70px;
    float: left
}

.swing {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px)
    }

    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bl1 {
    width: 7.33%
}

@media only screen and (max-width: 1023px) {
    .bl1 {
        width:15.66%
    }
}

.bl2 {
    width: 15.7%
}

@media only screen and (max-width: 1023px) {
    .bl2 {
        width:31.7%
    }
}

.bl3 {
    width: 24.1%
}

@media only screen and (max-width: 768px) {
    .bl3 {
        width:100%
    }
}

.bl4 {
    width: 32.6%
}

@media only screen and (max-width: 768px) {
    .bl4 {
        width:100%
    }
}

.bl5 {
    width: 41%
}

@media only screen and (max-width: 768px) {
    .bl5 {
        width:100%
    }
}

.bl6 {
    width: 49.5%
}

@media only screen and (max-width: 768px) {
    .bl6 {
        width:100%
    }
}

.bl7 {
    width: 57.9%
}

@media only screen and (max-width: 768px) {
    .bl7 {
        width:100%
    }
}

.bl8 {
    width: 66.3%
}

@media only screen and (max-width: 768px) {
    .bl8 {
        width:100%
    }
}

.bl9 {
    width: 74.7%
}

@media only screen and (max-width: 768px) {
    .bl9 {
        width:100%
    }
}

.bl10 {
    width: 83.1%
}

@media only screen and (max-width: 768px) {
    .bl10 {
        width:100%
    }
}

.bl11 {
    width: 91.6%
}

@media only screen and (max-width: 768px) {
    .bl11 {
        width:100%
    }
}

.bl12 {
    width: 100%
}

.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
    }
}

.box-downloads {
    width: 100%
}

.box-downloads li {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    margin: 5px 0;
    list-style-type: none !important
}

.bt-download {
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #eee;
    padding: 5px;
    line-height: 35px;
    font-size: 14px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    color: #758E9F
}

.bt-download i {
    width: 35px;
    height: 35px;
    color: #fff;
    background: #114FA2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    float: left;
    display: block;
    text-align: center;
    margin-right: 15px;
    font-size: 20px;
    line-height: 35px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

.bt-download span {
    font-size: 14px;
    color: #000;
    height: 35px;
    line-height: 35px;
    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;
    margin-left: 5px;
    width: 200px;
    background: #ccc;
    text-align: center;
    float: right;
    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
}

@media only screen and (max-width: 768px) {
    .bt-download span {
        display:none
    }
}

.bt-download b {
    font-size: 17px
}

.bt-download:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.bt-download:hover i {
    background: #a45008
}

.bt-download:hover span {
    background: #b3b3b3
}

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    backface-visibility: hidden;
    display: none;
    background-color: rgba(0,0,0,0.6)
}

.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;
    backface-visibility: hidden;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0
}

.remodal {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    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;
    max-width: 660px;
    color: #F4811E;
    background-color: #eee;
    margin: 80px 0 10px 0;
    padding: 35px;
    text-align: left;
    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 only screen and (max-width: 768px) {
    .remodal {
        padding:30px 15px;
        margin-top: 0;
        height: 95vh;
        overflow: scroll
    }
}

.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 h3 {
    color: #F4811E;
    font-size: 30px;
    font-weight: 700
}

.remodal h3 em {
    font-style: normal
}

@media only screen and (max-width: 768px) {
    .remodal h3 {
        text-align:center;
        font-size: 20px
    }
}

.remodal span {
    color: #202020;
    font-size: 14px;
    display: block
}

.remodal p {
    color: #333333;
    font-size: 16px
}

.remodal .formulario .b2 {
    float: left;
    width: 49%;
    position: relative
}

.remodal .formulario .b2:nth-of-type(2) {
    float: right !important
}

@media only screen and (max-width: 768px) {
    .remodal .formulario .b2 {
        width:100%
    }
}

.remodal .formulario textarea {
    height: 94px;
    box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -ms-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    padding: 10px 155px 10px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0
}

.remodal .formulario textarea::placeholder {
    color: #000000
}

.remodal .formulario input,.remodal .formulario select {
    box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -ms-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    color: #000000;
    border: 0
}

.remodal .formulario input::placeholder,.remodal .formulario select::placeholder {
    color: #000000
}

.remodal .formulario #plano {
    display: none
}

.remodal .formulario .bt-enviar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 0;
    width: 143px;
    height: 83px;
    background-color: #F4811E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    font-size: 18px;
    color: #FFFFFF;
    text-shadow: 0 1px 2px #000000;
    flex-direction: column;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
    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;
    border: 0;
    box-shadow: none !important
}

@media only screen and (max-width: 768px) {
    .remodal .formulario .bt-enviar {
        width:100%;
        position: relative;
        top: 15px;
        right: 0;
        height: 63px;
        margin-top: 5px
    }
}

.remodal .formulario .bt-enviar:hover {
    background-color: #F4811E;
    color: #FFFFFF !important;
    opacity: .8;
    filter: alpha(opacity=0.8)
}

.remodal .formulario .bt-enviar i {
    font-size: 25px;
    margin-bottom: 5px
}

.remodal .formulario .bt-enviar [type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: none;
    box-shadow: none
}

.remodal .formulario .bt-enviar [type=submit]:hover {
    background-color: transparent !important;
    color: #FFFFFF !important
}

.remodal .msg-obrigatorio {
    color: #333333;
    font-size: 14px
}

.remodal input,.remodal select,.remodal textarea {
    color: #000000 !important;
    background-color: #FFFFFF
}

.remodal input::placeholder,.remodal select::placeholder,.remodal textarea::placeholder {
    color: #000000 !important
}

.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: 0
}

.remodal-close:before {
    content: "\e947"
}

.remodal-close:hover,.remodal-close:focus {
    opacity: 1;
    filter: alpha(opacity=1)
}

@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%
}

.whats-fixo {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 999
}

.whats-fixo:hover:before {
    display: none
}

.whats-fixo:hover:after {
    display: none
}

.whats-fixo:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #0EC143;
    position: absolute;
    top: -19px;
    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 2s both;
    animation: ping 1s ease-in-out infinite 2s both
}

.whats-fixo:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #0EC143;
    position: absolute;
    bottom: -14px;
    left: -12px;
    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
}

@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        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
    }
}

.whats-fixo p {
    display: flex;
    background-color: #0EC143;
    border-bottom-color: #009688;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    align-items: center;
    box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    -ms-box-shadow: 0 0 5px #000;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-animation: slide-in-blurred-bottom .5s cubic-bezier(.23, 1, .32, 1) both;
    animation: slide-in-blurred-bottom .5s cubic-bezier(.23, 1, .32, 1) both
}

.whats-fixo p:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #0EC143;
    position: absolute;
    top: -12px;
    right: -10px;
    z-index: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-animation: ping 1s ease-in-out 1.4s infinite both;
    animation: ping 1s ease-in-out 1.4s infinite both
}

.whats-fixo p:after {
    content: '1';
    width: 15px;
    height: 13px;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #f60;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    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
}

@media only screen and (max-width: 1023px) {
}

@-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
    }
}

@-webkit-keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-in-blurred-bottom {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@media only screen and (max-width: 768px) {
    .whats-fixo p {
        border-radius:50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%
    }
}

.whats-fixo p:hover {
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    filter: brightness(1.1)
}

.whats-fixo p:hover:before {
    content: "Clique no botão para Atendimento via WhatsApp";
    display: flex;
    background-color: #E5DDD5;
    background-image: url("../../images/bg-whats.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0 0 10px -3px #000;
    -moz-box-shadow: 0 0 10px -3px #000;
    -webkit-box-shadow: 0 0 10px -3px #000;
    -ms-box-shadow: 0 0 10px -3px #000;
    width: 150px;
    height: 100px;
    position: absolute;
    top: -170px;
    left: -160px;
    z-index: 3;
    padding: 50px 30px 10px;
    color: #616161;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    text-align: center;
    -webkit-animation: rotate-in-2-br-cw .2s cubic-bezier(.25, .46, .45, .94) .6s both;
    animation: rotate-in-2-br-cw .2s cubic-bezier(.25, .46, .45, .94) .6s both
}

@-webkit-keyframes rotate-in-2-br-cw {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@keyframes rotate-in-2-br-cw {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@media only screen and (max-width: 1023px) {
    .whats-fixo p:hover:before {
        display:none
    }
}

.whats-fixo p:hover:after {
    content: "\e906";
    display: flex;
    width: 200px;
    height: 36px;
    background-color: #009688;
    font-family: icomoon,Verdana,Geneva,Tahoma,sans-serif;
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    top: -164px;
    left: -155px;
    z-index: 3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    justify-content: center;
    color: #fff;
    align-items: center;
    -webkit-animation: flip-in-hor-bottom .2s cubic-bezier(.25, .46, .45, .94) .8s both;
    animation: flip-in-hor-bottom .2s cubic-bezier(.25, .46, .45, .94) .8s both
}

@-webkit-keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@media only screen and (max-width: 1023px) {
    .whats-fixo p:hover:after {
        display:none
    }
}

.whats-fixo p a {
    color: #fff;
    font-size: 0;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 60px;
    position: relative;
    text-align: right;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%
}

.whats-fixo p a:hover:before {
    content: "\e920";
    -webkit-animation: slide-in-bl .3s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-bl .3s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-in-bl {
    0% {
        -webkit-transform: translateY(1000px) translateX(-1000px);
        transform: translateY(1000px) translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-bl {
    0% {
        -webkit-transform: translateY(1000px) translateX(-1000px);
        transform: translateY(1000px) translateX(-1000px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1
    }
}

.whats-fixo p a:hover:after {
    -webkit-animation: slide-in-bck-tr .6s cubic-bezier(.25, .46, .45, .94) reverse both;
    animation: slide-in-bck-tr .6s cubic-bezier(.25, .46, .45, .94) reverse both;
    content: "\e906";
    display: flex;
    width: 35px;
    height: 35px;
    font-family: icomoon;
    font-size: 35px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 10px;
    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
}

@-webkit-keyframes slide-in-bck-tr {
    0% {
        -webkit-transform: translateZ(700px) translateY(-300px) translateX(400px);
        transform: translateZ(700px) translateY(-300px) translateX(400px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0) translateX(0);
        transform: translateZ(0) translateY(0) translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-bck-tr {
    0% {
        -webkit-transform: translateZ(700px) translateY(-300px) translateX(400px);
        transform: translateZ(700px) translateY(-300px) translateX(400px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0) translateX(0);
        transform: translateZ(0) translateY(0) translateX(0);
        opacity: 1
    }
}

.whats-fixo p a:before {
    content: "\e906";
    display: flex;
    width: 35px;
    height: 35px;
    font-family: icomoon;
    font-size: 35px;
    font-weight: normal;
    position: absolute;
    top: initial;
    left: 10px;
    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
}

body {
    font-family: 'Montserrat',Tahoma,Arial,Helvetica,sans-serif;
    line-height: 1.7;
    font-size: 18px;
    color: #333333;
    background-color: #F3F7F8
}

h1 {
    font-size: 40px;
    color: #F4811E
}

h2 {
    font-size: 30px;
    color: #114FA2
}

h3 {
    font-size: 20px;
    color: #114FA2
}

h4 {
    font-size: 15px;
    color: #114FA2
}

span.titulo1 {
    font-size: 25px;
    color: #114FA2
}

span.titulo2 {
    font-size: 20px;
    color: #114FA2
}

span.titulo3 {
    font-size: 18px;
    color: #114FA2
}

span.titulo4 {
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #F4811E;
    font-size: 18px;
    color: #FFF
}

#mainBlock {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    z-index: 0;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width: 1023px) {
    #mainBlock {
        overflow:hidden
    }
}

#mainBlock.margin-t {
    margin-top: 70px
}

@media only screen and (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 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.cnt-interna ul {
    display: block;
    list-style-type: disc !important;
    margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}

@media only screen and (max-width: 1023px) {
    .cnt-interna ul {
        padding-inline-start:20px
    }
}

.cnt-interna ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style-type: disc !important
}

@media only screen and (max-width: 1023px) {
    .cnt-interna ul li {
        border-bottom-color:#ddd;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        padding-bottom: 12px;
        padding-top: 12px
    }

    .cnt-interna ul li:last-child {
        border: none !important
    }
}

.cnt-interna .servicos h1 {
    font-size: 40px
}

.cnt-interna,.cnt-contato {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0;
    font-size: 16px
}

@media only screen and (max-width: 1023px) {
    .cnt-interna ul li,.cnt-contato ul li {
        border-bottom-color:#ddd;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        padding-bottom: 5px;
        padding-top: 5px
    }
}

.cnt-interna .titulo-interna,.cnt-contato .titulo-interna {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 159px;
    margin: 0 0 35px 0
}

@media (max-width: 1023px) {
    .cnt-interna .titulo-interna,.cnt-contato .titulo-interna {
        width:calc(100% + 30px);
        height: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 15px;
        margin: 0 0 15px -15px;
        background-color: #D4DDE2
    }
}

@media (max-width: 768px) {
    .cnt-interna .titulo-interna,.cnt-contato .titulo-interna {
        display:flex;
        flex-direction: column
    }
}

.cnt-interna .titulo-interna:before,.cnt-contato .titulo-interna:before {
    content: '';
    display: block;
    background-color: #D4DDE2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 159px
}

@media only screen and (max-width: 1023px) {
    .cnt-interna .titulo-interna:before,.cnt-contato .titulo-interna:before {
        display:none;
        padding-top: 70px
    }
}

.cnt-interna .titulo-interna h1,.cnt-contato .titulo-interna h1 {
    font-weight: 700;
    font-size: 40px;
    color: #222;
    line-height: 1.4;
    padding-bottom: 10px;
    position: relative
}

.cnt-interna .titulo-interna h1:before,.cnt-contato .titulo-interna h1:before {
    content: '';
    display: block;
    width: 177px;
    height: 1px;
    background-color: #F4811E;
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 0;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s .6s forwards
}

@media only screen and (max-width: 768px) {
    .cnt-interna .titulo-interna h1:before,.cnt-contato .titulo-interna h1:before {
        right:calc(50% - 177px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

.cnt-interna .titulo-interna h1:after,.cnt-contato .titulo-interna h1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 51px;
    height: 4px;
    background-color: #F4811E;
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    animation: efeito-traco ease-out .8s 1s forwards
}

@media only screen and (max-width: 768px) {
    .cnt-interna .titulo-interna h1:after,.cnt-contato .titulo-interna h1:after {
        right:calc(50% - 51px/2);
        transform-origin: center;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center
    }
}

@keyframes efeito-traco {
    100% {
        transform: rotateY(0deg)
    }
}

@media (max-width: 1023px) {
    .cnt-interna .titulo-interna h1,.cnt-contato .titulo-interna h1 {
        font-size:25px
    }
}

@media (max-width: 768px) {
    .cnt-interna .titulo-interna h1,.cnt-contato .titulo-interna h1 {
        margin-bottom:30px
    }
}

@media (max-width: 480px) {
    .cnt-interna .titulo-interna h1,.cnt-contato .titulo-interna h1 {
        font-size:20px
    }
}

.empresa {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.empresa .cont-empresa {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 1023px) {
    .empresa .cont-empresa {
        flex-direction:column
    }
}

.empresa .cont-empresa .txt-empresa {
    padding-right: 50px;
    color: #212121;
    font-size: 16px
}

@media only screen and (max-width: 1023px) {
    .empresa .cont-empresa .txt-empresa {
        margin-bottom:35px;
        padding-right: 0
    }
}

@media only screen and (max-width: 480px) {
    .empresa .cont-empresa .txt-empresa {
        font-size:14px
    }
}

@media only screen and (max-width: 1023px) {
    .empresa .cont-empresa figure {
        margin:0 auto 0;
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .empresa .cont-empresa figure img {
        width:100%;
        height: auto
    }
}

.empresa h2 {
    color: #F4811E;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700
}

.box-cnt {
    width: 100%;
    padding: 0 15px 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.box-cnt .box-mvv {
    position: relative;
    padding: 0 0 0 70px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 40px;
    display: flex;
    align-items: center
}

@media only screen and (max-width: 1023px) {
    .box-cnt .box-mvv {
        margin-bottom:40px
    }
}

@media only screen and (max-width: 768px) {
    .box-cnt .box-mvv {
        flex-direction:column;
        text-align: center;
        padding: 70px 0 0
    }
}

.box-cnt .box-mvv .txt-mvv {
    position: relative;
    padding: 30px 50px 30px 170px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-color: rgba(4,123,189,0.45);
    border-width: 3px;
    border-style: dotted;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-border-radius: 24px;
    min-width: 958px;
    min-height: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

@media only screen and (max-width: 1279px) {
    .box-cnt .box-mvv .txt-mvv {
        min-width:initial
    }
}

@media only screen and (max-width: 1023px) {
    .box-cnt .box-mvv .txt-mvv {
        width:100%
    }
}

@media only screen and (max-width: 768px) {
    .box-cnt .box-mvv .txt-mvv {
        padding:130px 25px 25px
    }
}

.box-cnt .box-mvv figure {
    display: table;
    line-height: 0;
    position: absolute;
    top: calc(50% - 89.5px);
    left: -74.5px;
    z-index: 0;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px
}

@media only screen and (max-width: 768px) {
    .box-cnt .box-mvv figure {
        margin-right:0;
        top: -72.5px;
        left: calc(50% - 100.5px);
        transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8)
    }
}

.box-cnt .box-mvv h2 {
    font-size: 23px;
    font-weight: 700;
    color: #114FA2;
    text-transform: uppercase
}

@media only screen and (max-width: 480px) {
    .box-cnt .box-mvv h2 {
        font-size:22px
    }
}

.box-cnt .box-mvv p {
    max-width: 713px;
    font-size: 18px;
    color: #000000
}

@media only screen and (max-width: 480px) {
    .box-cnt .box-mvv p {
        font-size:14px
    }
}

.box-cnt .box-mvv:nth-child(even) {
    flex-flow: row-reverse;
    padding: 0 70px 0 0
}

@media only screen and (max-width: 768px) {
    .box-cnt .box-mvv:nth-child(even) {
        flex-direction:column;
        padding: 70px 0 0
    }
}

.box-cnt .box-mvv:nth-child(even) .txt-mvv {
    padding: 30px 120px 30px 50px
}

@media only screen and (max-width: 768px) {
    .box-cnt .box-mvv:nth-child(even) .txt-mvv {
        padding:130px 25px 25px
    }
}

.box-cnt .box-mvv:nth-child(even) figure {
    margin-right: 0;
    position: absolute;
    top: calc(50% - 89.5px);
    right: -74.5px;
    z-index: 0;
    left: auto
}

@media only screen and (max-width: 768px) {
    .box-cnt .box-mvv:nth-child(even) figure {
        margin-left:0;
        top: -72.5px;
        left: calc(50% - 100.5px)
    }
}

@media only screen and (max-width: 768px) {
    .box-cnt .box-mvv:nth-child(even) h2 {
        text-align:center
    }
}

.box-cnt2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
    padding: 50px 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

@media only screen and (max-width: 1023px) {
    .box-cnt2 {
        flex-wrap:wrap;
        justify-content: space-around
    }
}

.box-cnt2 .full-max {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

@media only screen and (max-width: 1023px) {
    .box-cnt2 .full-max {
        flex-wrap:wrap;
        justify-content: space-around
    }
}

.box-cnt2 .txt-missao {
    width: 387px;
    min-height: 300px;
    padding: 0 25px 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    background-color: #FFFFFF;
    border-bottom-color: #F4811E;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    line-height: 1.4
}

@media only screen and (max-width: 1279px) {
    .box-cnt2 .txt-missao {
        width:30.3%
    }
}

@media only screen and (max-width: 1023px) {
    .box-cnt2 .txt-missao {
        width:350px;
        margin-bottom: 85px
    }
}

@media only screen and (max-width: 480px) {
    .box-cnt2 .txt-missao {
        width:100%;
        min-height: auto
    }
}

.box-cnt2 .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: #F4811E
}

.box-cnt2 .txt-missao figure img {
    filter: brightness(0) invert(100%)
}

.box-cnt2 .txt-missao h2 {
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    color: #000000;
    font-size: 22px
}

.box-cnt2 .txt-missao p {
    font-size: 16px
}

@media only screen and (max-width: 480px) {
    .box-cnt2 .txt-missao p {
        font-size:14px
    }
}

.consulta-entrega {
    width: 100%;
    float: left;
    padding: 43px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative
}

.consulta-entrega:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url("../../images/efeito-consulta.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply
}

.consulta-entrega:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #FEF4EB;
    background: -moz-linear-gradient(-45deg, #FEF4EB 0%, #B5C3CC 60%);
    background: -webkit-linear-gradient(-45deg, #FEF4EB 0%, #B5C3CC 60%);
    background: linear-gradient(135deg, #FEF4EB 0%, #B5C3CC 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.consulta-entrega .full-max {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

@media (max-width: 768px) {
    .consulta-entrega .full-max {
        flex-direction:column
    }
}

.consulta-entrega .full-max h3 {
    font-size: 30px;
    color: #111;
    font-weight: 700;
    margin-right: 40px
}

@media (max-width: 768px) {
    .consulta-entrega .full-max h3 {
        margin:0 0 30px 0
    }
}

@media (max-width: 480px) {
    .consulta-entrega .full-max h3 {
        font-size:25px;
        text-align: center
    }
}

.consulta-entrega .full-max .campo-consulta {
    position: relative;
    padding-right: 80px
}

@media (max-width: 768px) {
    .consulta-entrega .full-max .campo-consulta {
        width:calc(100% - 80px)
    }
}

.consulta-entrega .full-max .campo-consulta [type=text] {
    width: 415px;
    height: 67px;
    border: none;
    position: relative;
    z-index: 1;
    padding: 20px
}

@media (max-width: 768px) {
    .consulta-entrega .full-max .campo-consulta [type=text] {
        width:100%
    }
}

.consulta-entrega .full-max .campo-consulta [type=text]::placeholder {
    font-size: 17px;
    color: #545454;
    font-weight: 500
}

.consulta-entrega .full-max .campo-consulta [type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 110px;
    height: 67px;
    background-color: #114FA2;
    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
}

.consulta-entrega .full-max .campo-consulta [type=submit]:hover {
    background-color: #F4811E
}

.consulta-entrega .full-max .campo-consulta [type=submit] i {
    color: #FFFFFF;
    font-size: 35px;
    width: 80px;
    height: 67px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 480px) {
    .consulta-interna {
        width:100%
    }
}

.consulta-interna .consulta-entrega {
    padding: 0
}

.consulta-interna .consulta-entrega:before,.consulta-interna .consulta-entrega:after {
    display: none
}

.consulta-interna .consulta-entrega .full-max {
    flex-direction: column;
    align-items: flex-start
}

@media (max-width: 768px) {
    .consulta-interna .consulta-entrega .full-max {
        align-items:center
    }
}

.consulta-interna .consulta-entrega .full-max h3 {
    font-size: 18px;
    margin: 0 0 10px 0
}

.consulta-interna .consulta-entrega .full-max .campo-consulta {
    padding-right: 62px
}

@media (max-width: 768px) {
    .consulta-interna .consulta-entrega .full-max .campo-consulta {
        width:calc(100% - 62px)
    }
}

.consulta-interna .consulta-entrega .full-max .campo-consulta [type=text] {
    width: 345px;
    height: 53px
}

@media (max-width: 480px) {
    .consulta-interna .consulta-entrega .full-max .campo-consulta [type=text] {
        width:100%
    }
}

.consulta-interna .consulta-entrega .full-max .campo-consulta button {
    width: 90px;
    height: 53px
}

.consulta-interna .consulta-entrega .full-max .campo-consulta button i {
    width: 62px;
    height: 53px
}

.entrega-interna {
    position: fixed;
    top: 180px;
    right: -512px;
    z-index: 1;
    width: 462px;
    min-height: 350px;
    padding: 25px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    background-color: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.25)
}

.entrega-interna.on {
    right: 0
}

@media only screen and (max-width: 768px) {
    .entrega-interna.on {
        bottom:0;
        right: 0
    }
}

@media only screen and (max-width: 1023px) {
    .entrega-interna {
        top:73px;
        min-height: auto;
        position: absolute
    }
}

@media only screen and (max-width: 768px) {
    .entrega-interna {
        display:none
    }
}

.entrega-interna .bt-entrega {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 268px;
    height: 54px;
    background-color: #F4811E;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    position: absolute;
    top: 310px;
    left: -53px;
    z-index: 2;
    padding: 10px 20px;
    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
}

@media only screen and (max-width: 768px) {
    .entrega-interna .bt-entrega {
        display:none
    }
}

.entrega-interna .bt-entrega:hover {
    background-color: #f1f1f1;
    color: #F4811E
}

.entrega-interna .bt-entrega:hover i {
    color: #F4811E
}

.entrega-interna .bt-entrega i {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    font-size: 24px;
    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
}

.entrega-interna h3 {
    font-weight: 700;
    margin-bottom: 25px
}

.entrega-interna .form-p1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.entrega-interna .form-p2 {
    display: none
}

.entrega-interna p {
    position: relative
}

.entrega-interna p i {
    position: absolute;
    top: calc(50% - 9px);
    left: 15px;
    z-index: 1
}

.entrega-interna p [type=text] {
    padding-left: 45px;
    background-color: #F0F3F4;
    border: none
}

.entrega-interna p select {
    padding-left: 40px;
    background-color: #F0F3F4;
    border: none
}

.entrega-interna .blc1 {
    width: 25%;
    float: right
}

.entrega-interna .blc1 [type=text] {
    padding: 15px
}

.entrega-interna .blc3 {
    width: 68.5%;
    float: left
}

.entrega-interna .btn-avancar {
    width: 100%;
    background-color: #F4811E;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    height: 47px;
    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
}

.entrega-interna .btn-avancar:hover {
    background-color: #114FA2;
    cursor: pointer
}

.bt-entrega2 {
    display: none
}

@media only screen and (max-width: 768px) {
    .bt-entrega2 {
        display:flex;
        justify-content: space-between;
        align-items: center;
        width: 268px;
        height: 54px;
        background-color: #F4811E;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        position: absolute;
        top: 451px;
        right: -214px;
        z-index: 2;
        padding: 10px 20px;
        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
    }
}

.bt-entrega2:hover {
    background-color: #f1f1f1;
    color: #F4811E
}

.bt-entrega2:hover i {
    color: #F4811E
}

.bt-entrega2 i {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    font-size: 24px;
    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
}

.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(244,129,30,0.5);
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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 only screen and (max-width: 768px) {
    .article-summary-image {
        margin-left:0;
        width: 100%;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 1023px) {
    .article-summary-image img {
        width:350px;
        height: auto
    }
}

@media only screen and (max-width: 768px) {
    .article-summary-image img {
        width:100%
    }
}

.blurcont {
    filter: blur(10px)
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .servicos-04,.servicos-02,.rodape,.interna {
        display: block
    }

    .servicos-02 {
        background-image: url("../../images/fundo-paralax.jpg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-position: center
    }

    .rodape {
        margin: 0 !important
    }

    .banner-06 .form-banner {
        right: -540px
    }
}

.form-login {
    display: flex;
    justify-content: center;
    align-items: center
}

.form-login b {
    color: #ff0000
}

.form-login form {
    width: 100%;
    max-width: 480px
}

.form-login input[type=submit] {
    margin: 0 auto
}

.form-login a {
    margin: 0 auto;
    display: table
}

.box-pesquisa {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex-wrap: wrap;
    width: 75%;
    padding: 30px;
    margin: 0 auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    background-color: #ffffff
}

@media only screen and (max-width: 1024px) {
    .box-pesquisa {
        width:100%
    }
}

.box-pesquisa h2 {
    width: 100%;
    font-size: 26px;
    margin-bottom: 25px
}

.box-pesquisa .info-exames {
    width: 62%
}

@media only screen and (max-width: 1024px) {
    .box-pesquisa .info-exames {
        width:100%
    }
}

.box-pesquisa .info-exames p {
    width: 100%;
    padding-bottom: 5px
}

.box-pesquisa .info-exames p strong {
    text-align: right;
    padding-right: 5px;
    width: 154px;
    display: inline-block;
    justify-content: right
}

@media only screen and (max-width: 768px) {
    .box-pesquisa .info-exames p strong {
        text-align:left;
        width: 100%
    }
}

.box-pesquisa .detalhes-exame {
    width: 35%
}

@media only screen and (max-width: 1024px) {
    .box-pesquisa .detalhes-exame {
        display:flex;
        justify-content: center;
        width: 100%;
        padding-top: 20px
    }
}

.box-pesquisa .detalhes-exame .status-entrega {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

@media only screen and (max-width: 1024px) {
    .box-pesquisa .detalhes-exame .status-entrega {
        display:flex;
        justify-content: center;
        margin: 0 auto;
        flex-flow: column
    }
}

.box-pesquisa .detalhes-exame .status-entrega span {
    text-align: right;
    width: 100%;
    font-weight: 700
}

@media only screen and (max-width: 1024px) {
    .box-pesquisa .detalhes-exame .status-entrega span {
        text-align:center
    }
}

.box-pesquisa .detalhes-exame .status-entrega .status {
    float: right;
    text-align: center;
    height: 22px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    padding: 0 18px;
    margin: 7px 0 0;
    text-transform: uppercase
}

.box-pesquisa .detalhes-exame .status-entrega .status.nao-entregue {
    color: #D90000;
    border-color: #D90000;
    border-width: 3px;
    border-style: solid
}

.box-pesquisa .detalhes-exame .status-entrega .status.pendente {
    color: #D9A300;
    border-color: #D9A300;
    border-width: 3px;
    border-style: solid
}

.box-pesquisa .detalhes-exame .status-entrega .status.entregue {
    color: #468C00;
    border-color: #468C00;
    border-width: 3px;
    border-style: solid
}

.box-pesquisa .detalhes-exame .status-entrega .status.agendado {
    color: #00b5d8;
    border-color: #00b5d8;
    border-width: 3px;
    border-style: solid
}

.box-pesquisa .detalhes-exame .status-entrega .status.cancelado {
    color: #444444;
    border-color: #444444;
    border-width: 3px;
    border-style: solid
}

.box-pesquisa .detalhes-exame .status-entrega .motivo-pendencia {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 320px;
    line-height: 1.4;
    font-size: 12px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    margin: 10px 0 0;
    padding: 11px 12px;
    background-color: #F7F7F7;
    border-color: #D9A301;
    border-width: 1px;
    border-style: solid
}

.box-pesquisa .detalhes-exame .status-entrega .motivo-cancelamento {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 320px;
    line-height: 1.4;
    font-size: 12px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    margin: 10px 0 0;
    padding: 11px 12px;
    background-color: #F7F7F7;
    border-color: #111111;
    border-width: 1px;
    border-style: solid
}

.box-pesquisa .detalhes-exame .status-entrega a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    height: 30px;
    font-size: 14px;
    margin-top: 15px;
    padding: 0 12px;
    color: #ffffff;
    background-color: #f4811e
}

.box-pesquisa .detalhes-exame .status-entrega a i {
    font-size: 15px;
    margin-right: 8px
}

.box-cadastro form {
    display: flex;
    flex-wrap: wrap
}

.box-cadastro form p {
    width: 100%;
    padding-bottom: 15px
}

.box-cadastro form p strong {
    width: 100%;
    padding-bottom: 3px
}


.navbar3 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 90%;
    background-color: white;
    color: white;
    padding: 10px 0;
    margin: 20px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.26);
    border-radius: 10px;

}

.navbar3 a {
    text-decoration: none;
    color: black;
    padding: 5px 10px;
    border-radius: 50%;
}

.navbar3 a.central3 {
    background-color: #114fa2;
    padding: 15px 20px;
    color: white;

}
