﻿#headerBlock {
    width: 100%;
    height: 135px;
    background-color: transparent;
    position: fixed;
    float: left;
    z-index: 999;
    border-top-color: #FFFFFF;
    border-top-width: 2px;
    border-top-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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
}

@media (max-width: 1023px) {
    #headerBlock {
        height: 70px;
        padding: 0;
        background-color: #FFFFFF;
        border: 0
    }
    #headerBlock .topo-18 .logo {
        background-image: url('../images/logo_preto.png')!important;
    }
}

#headerBlock.topo-fixo {
    height: 100px;
    background-color: rgba(255, 255, 255, 0.95)
}

@media (max-width: 1023px) {
    #headerBlock.topo-fixo {
        height: 70px;
        background-color: #FFFFFF
    }
}

#headerBlock.topo-fixo .topo-18>.logo {
    width: 130px;
    height: 70px;
    filter: none
}

@media (max-width: 1279px) {
    #headerBlock.topo-fixo .topo-18>.logo {
        width: 135px
    }
}

#headerBlock.topo-fixo .psubmenu {
    top: calc(70px - 3px) !important
}

@media only screen and (max-width: 1023px) {
    #headerBlock.topo-fixo .psubmenu {
        top: 0!important
    }
}

#headerBlock.topo-fixo .topo-18>.topo-right>.menu>.pmenu>li>a {
    height: 70px;
    color: #000;
}

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

#headerBlock.topo-fixo .topo-18>.topo-right>.menu>.pmenu .link_sub:before {
    color: #000000;
}

#headerBlock.topo-fixo .topo-18>.topo-right>.area-restrita {
    background-color: #585358
}

#headerBlock.topo-fixo .topo-18>.topo-right>.area-restrita i {
    color: #FFFFFF
}

#headerBlock .topo-18 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 {
        position: relative;
        height: 70px;
        background-color: #FFFFFF;
        padding: 0;
        z-index: 1501;
        border: none
    }
}

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

#headerBlock.topo-fixo .topo-18 .logo {
    background-image: url('../images/logo_preto.png');
}

@media (max-width: 1279px) {
    #headerBlock .topo-18 .logo {
        width: 135px
    }
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .logo {
        width: 135px;
        height: 70px;
        margin: 0 auto 0;
        filter: none;
        float: none
    }
}

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

#headerBlock .topo-18 .topo-right .telefone-topo {
    background-color: #29a0ff;
    height: 35px;
    padding-left: 15px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 45px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#headerBlock .topo-18 .topo-right .telefone-topo:hover {
    background-color: #0761a9
}

@media (max-width: 1279px) {
    #headerBlock .topo-18 .topo-right .telefone-topo {
        margin-left: 10px
    }
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .topo-right .telefone-topo {
        display: none
    }
}

#headerBlock .topo-18 .topo-right .telefone-topo i {
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 10px
}

#headerBlock .topo-18 .topo-right .telefone-topo a {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
}

#headerBlock .topo-18 .topo-right .telefone-topo a.tel1 {
    margin-right: 15px;
}

#headerBlock .topo-18 .topo-right .area-restrita {
    width: 47px;
    height: 47px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -ms-border-radius: 150px;
    background-color: #FFFFFF;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width: 1279px) {
    #headerBlock .topo-18 .topo-right .area-restrita {
        margin-left: 10px
    }
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .topo-right .area-restrita {
        display: none
    }
}

#headerBlock .topo-18 .topo-right .area-restrita i {
    font-size: 18px;
    color: #29a0ff;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#headerBlock .topo-18 .topo-right .area-restrita:hover {
    background-color: #29a0ff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    -ms-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2)
}

#headerBlock .topo-18 .topo-right .area-restrita:hover i {
    color: #FFFFFF
}

#headerBlock .topo-18 .topo-right .whatsapp-topo {
    background-color: #009688;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
    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
}

#headerBlock .topo-18 .topo-right .whatsapp-topo:before {
    content: "\e906";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 27px;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    position: relative;
    z-index: 1
}

#headerBlock .topo-18 .topo-right .whatsapp-topo:hover {
    background-color: #007d71
}

@media (max-width: 1279px) {
    #headerBlock .topo-18 .topo-right .whatsapp-topo {
        margin-left: 15px
    }
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .topo-right .whatsapp-topo {
        z-index: 99999;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 0
    }
}

#headerBlock .topo-18 .topo-right .whatsapp-topo a {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    margin-right: 1px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-indent: -9999px;
    display: block;
    position: absolute;
    z-index: 2;
    width: 47px;
    height: 47px
}

#headerBlock .topo-18 .topo-right .whatsapp-topo a i {
    color: #FFFFFF;
    margin-left: 2px
}

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

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

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

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

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

    #headerBlock .icon-phone{
        display: none;
    }
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .menu {
        position: fixed;
        top: 110px;
        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: #29a0ff;
        transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transition: .3s all ease-out;
        -moz-transition: .3s all ease-out;
        -webkit-transition: .3s all ease-out;
        -ms-transition: .3s all ease-out;
        overflow: scroll;
        border-top: 0;
        flex-direction: column
    }
}

#headerBlock .topo-18 .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: #29a0ff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-left: 20px;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

#headerBlock .topo-18 .menu .entrar:hover {
    background-color: #eee;
    color: #29a0ff
}

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

#headerBlock .topo-18 .pmenu {
    float: right;
    padding: 0;
}

#headerBlock .topo-18 .pmenu li {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .pmenu li {
        width: 100%;
        border-bottom-color: rgba(255, 255, 255, 0.3);
        border-bottom-width: 1px;
        border-bottom-style: solid
    }
}

#headerBlock .topo-18 .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)
}

#headerBlock .topo-18 .pmenu li a {
    display: flex;
    align-items: center;
    height: 113px;
    color: #fff;
    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;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1279px) {
    #headerBlock .topo-18 .pmenu li a {
        padding: 20px 14px
    }
}

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

#headerBlock .topo-18 .pmenu li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 5px;
    background-color: #FFFFFF;
    transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .pmenu li a:before {
        display: none
    }
}

#headerBlock .topo-18 .pmenu li:hover>a, #headerBlock .topo-18 .pmenu li.act_path>a {
    color: #FFFFFF
}

#headerBlock .topo-18 .pmenu li:hover>a:before, #headerBlock .topo-18 .pmenu li.act_path>a:before {
    bottom: 0px
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .pmenu li:hover>a, #headerBlock .topo-18 .pmenu li.act_path>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        background-color: rgba(0, 0, 0, 0.3);
        color: #FFFFFF
    }
}

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

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

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

#headerBlock .topo-18 .pmenu .link_sub:hover:before {
    opacity: 0;
    filter: alpha(opacity=0)
}

#headerBlock .topo-18 .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: #29a0ff;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999;
    width: 305px;
    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) {
    #headerBlock .topo-18 .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
    }
}

#headerBlock .topo-18 .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: #29a0ff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

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

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

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

#headerBlock .topo-18 .pmenu .psubmenu li {
    width: 100%;
    height: auto
}

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

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

#headerBlock .topo-18 .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;
    text-transform: none
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .pmenu .psubmenu a {
        border-left-color: rgba(255, 255, 255, 0.3);
        border-left-width: 1px;
        border-left-style: solid;
        font-size: 13px;
        color: #FFFFFF;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0
    }
}

#headerBlock .topo-18 .pmenu .psubmenu a:before {
    display: none
}

#headerBlock .topo-18 .pmenu .psubmenu a:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: #FFFFFF
}

@media (max-width: 1023px) {
    #headerBlock .topo-18 .botao-menu {
        display: block;
        position: relative;
        overflow: hidden;
        float: left;
        width: 70px;
        height: 70px;
        margin: 0 15px 0 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none;
        cursor: pointer;
        background: none;
        z-index: 1
    }
    #headerBlock .topo-18 .botao-menu span {
        background-color: #29a0ff;
        display: block;
        position: absolute;
        height: 4px;
        top: 50%;
        left: 18px;
        right: 18px;
        margin-top: -2px;
        transition: background 0s .3s;
        -moz-transition: background 0s .3s;
        -webkit-transition: background 0s .3s;
        -ms-transition: background 0s .3s
    }
    #headerBlock .topo-18 .botao-menu span:before {
        content: "";
        background-color: #29a0ff;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        top: -10px;
        left: 0;
        transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -webkit-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -webkit-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        transition-property: top, transform;
        -moz-transition-property: top, transform;
        -webkit-transition-property: top, transform;
        -ms-transition-property: top, transform
    }
    #headerBlock .topo-18 .botao-menu span:after {
        content: "";
        background-color: #29a0ff;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        bottom: -10px;
        left: 0;
        transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -webkit-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -webkit-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -webkit-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform
    }
    #headerBlock .topo-18 .botao-menu.on {
        background-color: #29a0ff
    }
    #headerBlock .topo-18 .botao-menu.on span {
        background: none
    }
    #headerBlock .topo-18 .botao-menu.on span:before {
        top: 0;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        -webkit-transition-delay: 0s, .3s;
        -ms-transition-delay: 0s, .3s;
        background-color: #FFFFFF
    }
    #headerBlock .topo-18 .botao-menu.on span:after {
        bottom: 0;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transition-delay: 0s, .3s;
        -moz-transition-delay: 0s, .3s;
        -webkit-transition-delay: 0s, .3s;
        -ms-transition-delay: 0s, .3s;
        background-color: #FFFFFF
    }
    #headerBlock .topo-18 .ssm-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.4);
        display: none
    }
}

#headerBlock .topo-18 .botao-menu2 {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: none;
    z-index: 1
}

#headerBlock .topo-18 .botao-menu2 span {
    background-color: #29a0ff;
    display: block;
    position: absolute;
    height: 4px;
    top: 50%;
    left: 18px;
    right: 18px;
    margin-top: -2px;
    transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    -webkit-transition: background 0s .3s;
    -ms-transition: background 0s .3s
}

#headerBlock .topo-18 .botao-menu2 span:before {
    content: "";
    background-color: #29a0ff;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: -10px;
    left: 0;
    transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -webkit-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -webkit-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    transition-property: top, transform;
    -moz-transition-property: top, transform;
    -webkit-transition-property: top, transform;
    -ms-transition-property: top, transform
}

#headerBlock .topo-18 .botao-menu2 span:after {
    content: "";
    background-color: #29a0ff;
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: -10px;
    left: 0;
    transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -webkit-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -webkit-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform
}

#headerBlock .topo-18 .botao-menu2.on {
    background-color: #29a0ff
}

#headerBlock .topo-18 .botao-menu2.on span {
    background: none
}

#headerBlock .topo-18 .botao-menu2.on span:before {
    top: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -webkit-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    background-color: #FFFFFF
}

#headerBlock .topo-18 .botao-menu2.on span:after {
    bottom: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -webkit-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    background-color: #FFFFFF
}

#headerBlock .topo-18 .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
}

#headerBlock .topo-18 .abrir-fone:hover span, #headerBlock .topo-18 .abrir-fone.on span {
    box-shadow: 0 0 0 5px rgba(50, 48, 98, 0.3);
    -moz-box-shadow: 0 0 0 5px rgba(50, 48, 98, 0.3);
    -webkit-box-shadow: 0 0 0 5px rgba(50, 48, 98, 0.3);
    -ms-box-shadow: 0 0 0 5px rgba(50, 48, 98, 0.3);
    background-color: #29a0ff
}

#headerBlock .topo-18 .abrir-fone:hover span i, #headerBlock .topo-18 .abrir-fone.on span i {
    color: #FFFFFF
}

#headerBlock .topo-18 .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: 46px;
    height: 46px;
    border-radius: 23%;
    -moz-border-radius: 23%;
    -webkit-border-radius: 23%;
    -ms-border-radius: 23%;
    font-size: 21px;
    position: relative
}

#headerBlock .topo-18 .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
}

#headerBlock .topo-18 .fone-dropdown {
    background-color: #29a0ff;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1000;
    min-width: 250px;
    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
}

#headerBlock .topo-18 .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: #29a0ff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 7px;
    z-index: -1
}

#headerBlock .topo-18 .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: 30px;
    padding-bottom: 20px;
    font-weight: 700
}

#headerBlock .topo-18 .fone-dropdown .telefone i {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0
}

#headerBlock .topo-18 .fone-dropdown .whatsapp {
    position: relative;
    display: table;
    margin: 0 auto 0;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 40px
}

#headerBlock .topo-18 .fone-dropdown .whatsapp a {
    cursor: default;
    color: #FFFFFF;
    font-weight: 700
}

#headerBlock .topo-18 .fone-dropdown .whatsapp i {
    font-size: 30px;
    color: #FFFFFF;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -15px
}

#headerBlock .topo-18 .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: 15px;
    color: #FFFFFF;
    margin: 20px auto 0;
    width: 100%
}

#headerBlock .topo-18 .fone-dropdown .emails span {
    display: table;
    margin: 0 auto 0;
    position: relative;
    padding-left: 25px
}

#headerBlock .topo-18 .fone-dropdown .emails a {
    width: 100%;
    cursor: default;
    color: #FFFFFF
}

#headerBlock .topo-18 .fone-dropdown .emails i {
    font-size: 15px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -12px
}

#headerBlock .topo-18 .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
}

#headerBlock .topo-18 .fone-dropdown .bloco-endereco i {
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 8px
}

#headerBlock .topo-18 .fone-dropdown:hover {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

#headerBlock .topo-18 .fone-dropdown a {
    color: #FFFFFF;
    cursor: default;
    display: block
}

#headerBlock .topo-18 .fone-dropdown.on {
    opacity: 1;
    filter: alpha(opacity=1);
    visibility: visible
}

#headerBlock .info-lateral {
    display: none
}

@media only screen and (max-width: 1023px) {
    #headerBlock .info-lateral {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        top: 140px;
        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: #29a0ff;
        border-color: #FFFFFF;
        border-width: 1px;
        border-style: solid
    }
    #headerBlock .info-lateral.on {
        right: 5%
    }
    #headerBlock .info-lateral a {
        display: table;
        margin: 0 auto 0;
        color: #FFFFFF
    }
    #headerBlock .info-lateral .telefone-lateral {
        width: 100%;
        font-family: 'Work Sans', 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
    }
    #headerBlock .info-lateral .telefone-lateral:before {
        content: 'Telefone';
        display: block;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Work Sans', Tahoma, Arial, Helvetica, sans-serif
    }
    #headerBlock .info-lateral .whatsapp-lateral {
        width: 100%;
        padding-left: 0;
        margin: 10px 0 10px;
        color: #FFFFFF;
        font-size: 20px
    }
    #headerBlock .info-lateral .whatsapp-lateral:before {
        content: 'WhatsApp';
        display: block;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Work Sans', Tahoma, Arial, Helvetica, sans-serif
    }
    #headerBlock .info-lateral .email-lateral {
        width: 100%;
        padding: 12px 0;
        font-size: 14px
    }
    #headerBlock .info-lateral .email-lateral:before {
        content: 'E-mail';
        display: block;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Work Sans', Tahoma, Arial, Helvetica, sans-serif
    }
    #headerBlock .info-lateral .email-lateral a {
        word-break: break-all
    }
    #headerBlock .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
    }
    #headerBlock .info-lateral .endereco-lateral:before {
        content: 'Endereço';
        display: block;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Work Sans', Tahoma, Arial, Helvetica, sans-serif
    }
    #headerBlock .info-lateral .endereco-lateral i {
        font-size: 16px;
        color: #FFFFFF;
        margin-right: 8px
    }
    #headerBlock .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
    }
    #headerBlock .info-lateral .redes span {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Work Sans', 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
    }
    #headerBlock .info-lateral .redes a {
        float: none;
        display: inline-block;
        margin-bottom: 10px
    }
    #headerBlock .info-lateral .redes i {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        border-width: 2px;
        border-style: solid;
        margin: 0 5px;
        color: #29a0ff
    }
    #headerBlock .info-lateral .redes .icon-skype b {
        display: none
    }
    #headerBlock .info-lateral .formulario-contato {
        width: 320px;
        height: 35px;
        line-height: 35px;
        display: block;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        font-family: 'Work Sans', Tahoma, Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        background-color: #0f0e1e;
        margin: 0 auto 0
    }
}

@media only screen and (max-width: 480px) {
    #headerBlock .info-lateral .formulario-contato {
        width: 100%
    }
    #headerBlock .info-lateral .telefone-lateral, #headerBlock .info-lateral .whatsapp-lateral {
        font-size: 15px
    }
    #headerBlock .info-lateral .endereco-lateral {
        font-size: 13px
    }

    .top-navbar{
        font-size: 17px;
    }
}

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

@media only screen and (max-width: 1023px) {
    #headerBlock .icon-phone {
        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: #29a0ff;
        font-size: 30px;
        margin: 10px 10px 0 0
    }
    #headerBlock .ico-fone-responsivo.on {
        background-color: #29a0ff;
        color: #FFFFFF
    }
}

#headerBlock .trava {
    overflow: hidden;
    position: relative
}

#headerBlock .trava:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45)
}

#headerBlock .icon-phone.active {
    background: #29a0ff;
    color: white;
    border-radius: 50%;
}

.hero-block {
    padding-top: 140px;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-image: url('../images/bg_rede_de_protecao.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-size: 20px;
}

#recaptcha-element {
    transform-origin: 0 0;
    transform: scale(.843);
}

@media(max-width:990px) and (min-width:767px) {
    #recaptcha-element {
        transform: scale(.6);
    }
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}

.hero-block h1, .hero-block h2, .hero-block h3 {
    color: white;
    font-weight: 800;
}

.hero-block h1 {
    font-size: 40px;
}

.hero-block h2 {
    font-size: 30px;
    margin-top: 50px;
    text-align: center;
}

.hero-block h3 {
    font-size: 25px;
    text-align: center;
}

.hero-block ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin: 0;
}

.hero-block ul i {
    margin-right: 10px;
}

.hero-block ul li {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background: #29a0ff;
    text-transform: uppercase;
    color: white;
    min-width: 180px;
    text-align: center;
    margin: 5px 10px;
}

.hero-block form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    color: #222;
}

.hero-block form label {
    font-size: 15px;
}

.hero-block form .form-control {
    border-radius: 8px;
    border: 1px solid #adadad;
}

.hero-block form .form-control.error {
    border: 1px solid red;
}

.hero-block form .form-control.valid {
    border: 1px solid green;
}

.hero-block form label.error {
    color: red;
}

.hero-block button {
    width: 100%;
    background: #29a0ff;
    border-radius: 8px;
    padding: 10px;
    font-size: 20px;
    font-weight: 800;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    cursor: pointer;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}

.hero-block button:hover {
    background: #0e5b98;
}

.hero-block form .form-group {
    margin-bottom: 5px;
}

.servicos .servico {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 10px;
}

.row.servico .col-md-8 {
    align-self: center;
}

.row.servico img {
    border-radius: 10px;
}

#servicos {
    padding: 15px;
}

.row.servico .btn-orcamento {
    background: green;
    transition: 0.2s ease all;
    padding: 15px;
    border-radius: 10px;
    color: white;
    font-size: 20px;
    text-decoration: noe;
    margin: 2rem 0;
    display: block;
    text-align: center;
    max-width: 200px;
    text-decoration: none;
}

.row.servico .btn-orcamento:hover{
    background: #145804;
}

h1, h2 {
    font-family: 'Montserrat', sans-serif;
    color: #29a0ff;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
}

h2 {
    font-size: 25px;
}

@media(max-width: 767px) {
    .hero-block {
        height: auto;
        padding-bottom: 40px;
    }
    .row.servico img{
        margin-bottom: 2rem;
    }
}

.portfolio .portfolio-item {
    margin: 15px 0;
}

.portfolio .portfolio-detail {
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: 0;
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.7);
}

.portfolio .portfolio-item:hover .portfolio-detail {
    opacity: 1;
}

.portfolio .portfolio-image {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 10px;
}

.portfolio .portfolio-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    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: 10px;
}

.portfolio .portfolio-image:hover .portfolio-caption {
    opacity: 1;
}

.portfolio .portfolio-caption i {
    font-size: 50px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer {
    margin-top: 40px;
    padding: 5rem 0;
    background-color: #29a0ff;
    color: white;
}

.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.whatsapp img {
    width: 220px;
}

#headerBlock .telefone-topo-novo li {
    display: inline-block;
    margin-right: 10px;
}

#headerBlock .telefone-topo-novo li a {
    color: white;
    text-decoration: none;
}

#headerBlock.topo-fixo .telefone-topo-novo li a {
    color: #222;
}

#headerBlock.topo-fixo .telefone-topo-novo li a .numero {
    color: #29a0ff;
}

#headerBlock .telefone-topo-novo .operadora {
    font-size: 12px;
    display: block;
    text-align: center;
}

#headerBlock .telefone-topo-novo .numero {
    display: flex;
}

#headerBlock .telefone-topo-novo .ddd {
    font-size: 14px;
    margin-right: 5px;
}

#headerBlock .telefone-topo-novo .tel {
    font-size: 30px;
    font-weight: 700;
    margin-top: -10px;
    font-family: 'Montserrat', sans-serif;
}

#headerBlock .telefone-topo-novo .tel-item i {
    font-size: 20px;
    margin-top: -5px;
    margin-left: 5px;
}

/* PAYMENT */

.payment-forms {
    padding: 7rem 0;
}

.payment-forms img {
    max-width: 200px;
    margin: 0 auto;
}

.payment-forms .col-lg-4 {
    margin-bottom: 3rem;
}

.payment-forms h3 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 30px;
    color: #29a0ff;
}

@media(max-width: 1023px) {
    #headerBlock .telefone-topo-novo {
        display: none;
    }

    .slide-item-new .testimonial-container, .slide-item-new .testimonial-details {
        width: auto!important;
    }
}

.vantagens .vantagem {
    background-color: #29a0ff;
    color: white;
    text-align: center;
    padding: 15px;
    min-height: 300px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.vantagens .vantagem img {
    width: 100px;
    height: auto;
}

.top-navbar{
    text-align: center;
    background-color: #fff;
    width: 100%;
}

.top-navbar a span{
    color: #222;
}

@media(max-width: 767px){
    .container .row.servico:nth-child(even) {
        flex-direction: column-reverse;
    }
    
    .row.servico .btn-orcamento{
        margin: 2rem auto;
    }
}

@media(max-width: 400px) {
.whatsapp img {
         width: 130px;
    }

    .hero-block h1 {
        font-size: 30px;
    }
}

.promo-site{
    text-align: center;
}

.promo-site a{
    text-decoration: none;
    color: #fff;
}

.promo-site span{
    margin-right: 5px;
}

/* DEPOIMENTOS */

.depoimentos{
    background-color: #29a0ff;
    padding: 70px 0;
}

.depoimentos .row{
    text-align: center;
}
.testimonials h3 {
    text-align: center;
    display: block;
    color: white;
    margin: 20px auto;
}

.testimonial {
    padding: 10px;
}

.testimonial-container {
    background: #fff;
    color: #222;
    padding: 25px;
    width: 450px;
    max-width: 450px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
}

.testimonial-container:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}

.testimonial-text{
    color: #222;
    font-size: 17px;
}

.testimonials .testimonial img {
    max-width: 140px;
}

.testimonial-author-details {
    margin-top: 30px;
    color: white;
    font-weight: 700;
    padding-left: 10px;
}

button.owl-prev i, button.owl-next i {
    color: white;
    font-size: 30px;
}

button.owl-next {
    right: 0;
    position: absolute;
    top: 50%;
}

button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
}