* {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

html {
    overflow-x: hidden!important
}

b,
strong {
    font-weight: 700;
    font-family: Gotham-Bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body,
html,
iframe {
    width: 100%;
    height: 100%
}

body{
    color: #545454;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none!important;
    color: inherit
}

.full {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.section {
    white-space: pre
}

.slick-initialized .slick-slide {
    outline: 0;
    cursor: pointer
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #293e5a;
    border-radius: 10px
}

.overflowHidden {
    overflow: hidden
}

.AribauGrotesk-Black {
    font-family: AribauGrotesk-Black
}

.Gotham-Bold {
    font-family: Gotham-Bold
}

.Gotham-Book {
    font-family: Gotham-Book
}

.Gotham-Medium {
    font-family: Gotham-Medium
}

.branco {
    color: #fff!important
}

.preto {
    color: #000!important
}

.cursor-pointer {
    cursor: pointer
}

.positionAbsolute {
    position: absolute
}

.positionRelative {
    position: relative
}

.backgroundFull {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.containerRelativo {
    position: relative
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
    border: none;
    border-bottom: solid 1px #c2c2c2;
    width: 100%;
    padding: 9px 15px;
    margin-bottom: .7em;
    resize: none;
    color: #000;
    font-size: .9rem;
    outline: 0
}

::-webkit-input-placeholder {
    color: #c2c2c2;
	  opacity: 1;
}

::-moz-placeholder {
    color: #c2c2c2;
	  opacity: 1;
}

:-ms-input-placeholder {
    color: #c2c2c2;
	  opacity: 1;
}

:-moz-placeholder {
    color: #c2c2c2;
	  opacity: 1;
}

.fancybox-caption{
    font-size: 24px;
    font-weight: bold;
}

.fancybox-caption:after{
    border-bottom: 2px solid hsla(0,0%,100%,.3);
}

#espaco-menu{
 height: 113px;   
}

.botao {
    width: 180px;
    max-width: 100%;
    border: none;
    height: 60px;
    background: #3662ae;
    position: relative;
    margin-bottom: 25px;
    border-radius: 32px;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
     box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2);
  color: #FFF;
} 


@media not all and (min-resolution:.001dpcm) { 
    @media {
        .botao { 
            padding: 23px; 
        }
		.container-sobre .texto{
			font-family: inherit;
		}
		.modal .texto{
		font-family: inherit;
		}
		input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
		font-family: 'Gotham-Bold';
		}
    }
}



.botao:hover{
     opacity: 0.3;
  box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2);
}

.botao span {
   line-height: 30px;
  font-size: 14px;
  font-weight: semibold;
  
}

.imgFull {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.modal-body,
.modal-content,
.modal-footer,
.modal-header {
    float: left;
    width: 100%;
    max-width: 100%
}

.modal-title {
    font-size: 2rem;
    margin-top: 1.5rem;
}

.modal-body {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 1rem 5rem 5rem 5rem;
}

.modal-content{
    border-radius: 4px;
    border-top: solid 55px #3662ae;
}

.modal-header .close{
        margin: -5.7rem -1rem -1rem auto;
    opacity: 1 !important;
    color: #FFF;
    font-size: 3rem;
}

.modal-header{
    border-bottom: none;
}

.ul-whatsapp {
    position: fixed;
    width: auto;
    left: -100px;
    bottom: -90px;
    background: #f3f3f3;
    border-radius: 8px;
    z-index: 999;
    box-shadow: 0 0 25px -5px #8c8c8c;
    transition: all ease-in-out .25s;
    transform: scale(0)
}

.ul-whatsapp .foto-whatsapp{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}

.ul-whatsapp .foto-whatsapp .foto{
    background-image: url(../img/logo.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-right: 15px;
    float: left;
}

.whatsapp2 {
    background: linear-gradient(115deg, #0dc152, #0dc152, #1e904a);
    box-shadow: 0 0 25px -5px #3e3e3e;
    opacity: .85;
    width: 180px;
    padding: 15px 0;
    text-align: center;
    transition: all ease-in-out .2s;
    border-radius: 20px;
    position: fixed;
    font-size: 1.1rem;
    left: 25px;
    bottom: 15px;
    z-index: 151;
    color: #fff;
    cursor: pointer
}

.whatsapp i,
.whatsapp2 span {
    margin-right: 10px
}

.info-wpp,
.whatsapp i,
.whatsapp span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 1.2rem
}

.ul-whatsapp.shown {
    transform: scale(1);
    bottom: 90px;
    left: 20px
}

.ul-whatsapp li {
    border-bottom: 1px solid #d8d8d8;
    transition: all ease-in-out .2s;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.ul-whatsapp li a {
    float: left;
    width: 100%;
    padding: 12px
}

.ul-whatsapp li:hover:not(.topo-whats) {
    background: #e0e0e0
}

.ul-whatsapp li i {
    color: #0dc152;
    float: left;
    font-size: 2.5rem;
    margin-right: 15px
}

.ul-whatsapp::after {
    z-index: -1;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid #f3f3f3
}

.topo-whats {
    color: #fff;
    background: #0dc152;
    padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: .9rem
}

.cont-wpp {
    padding: 10px;
    line-height: 1.4rem
}

.fundoTopo {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.fundoTopo .esq {
    font-size: .9rem
}

.fundoTopo .dir {
    font-size: 1.1rem
}

.container-topo-1 {
    z-index: 999;
    left: 0;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.8s;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .45);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .45)
}

.container-topo-1.abaixo{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.container-topo-1 .logoTopo {
    position: absolute;
    top: 20px;
    left: 45px;
    z-index: 10;
    transition: all 0.8s;
    max-height: 74px;
} 

.container-topo-1.abaixo .logoTopo{
    max-height: 50px;
    top: 8px;
}

.container-topo-1 ul.menuzin {
    width: 100%;
    text-align: center
}

.container-topo-1 ul.whatsapp {
    position: absolute;
    right: -50px;
}

.container-topo-1 ul li {
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer
}

.container-topo-1 ul.whatsapp li{
    padding-left: 10px;
    padding-right: 10px;    
}

.container-topo-1 ul li a {
    transition: all 1s;
    border-bottom: solid 4px transparent;
    padding-bottom: .7rem
}

.container-topo-1 ul li a:hover {
    border-bottom: solid 4px #3662ae
}

#bannerPrincipal .rsMinW,
#bannerPrincipal2 .rsMinW {
    width: 100%;
    overflow: hidden
}

#bannerPrincipal .conteudo,
#bannerPrincipal2 .conteudo {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-transform: uppercase;
    max-width: 670px;
    text-align: center
}

#bannerPrincipal .titulo,
#bannerPrincipal2 .titulo {
    font-size: 2.8rem;
    line-height: 2.7rem
}

#bannerPrincipal .frase,
#bannerPrincipal2 .frase {
    font-size: 1.15rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#bannerPrincipal .button,
#bannerPrincipal2 .button {
    background-color: #222;
    padding: 13px 15px;
    text-align: center;
    max-width: 315px;
    margin: auto;
    border: solid 1px #222;
    color: #fff;
    font-size: 1.1rem;
    transition: all .5s
}

#bannerPrincipal .button:hover {
    background-color: #fff;
    color: #222
}

.bxsliderBanner {
    height: 800px
}

.container-banner-interno {
    max-height: 250px;
    overflow: hidden
}

.rsMinW .rsArrowLeft {
    left: 37px;
    bottom: 7px
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    width: 50px;
    height: 75px;
    top: 42%
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    width: 50px;
    height: 75px;
    top: 42%
}

.rsMinW .rsArrowRight {
    right: 37px!important;
    bottom: 0!important
}

.rsMinW .rsArrow {
    height: 100%!important
}

.rsMinW .rsBullets {
    left: 0;
    right: 0;
    bottom: 5px;
    cursor: pointer
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #000
}

#topoMenuCelular {
    position: relative;
    z-index: 60;
    border-bottom: solid 2px #000133;
    background: #fff;
    width: 100%
}

#menuHamburger {
    margin-top: 1rem;
    margin-bottom: 1em
}

#menuHamburger a {
    color: #000;
    font-size: 30px
}

.MenuResposivo {
    display: none;
    position: fixed;
    width: 80%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9999
}

.MenuResposivo ul>a:focus>li,
.MenuResposivo ul>a:hover>li,
.MenuResposivo ul>a>li.active {
    color: #fff;
    background-color: #3662ae
}

.MenuResposivo ul>a>li {
    color: #000133;
    padding: 1em;
    transition: .3s all;
    font-size: 16px;
    border-bottom: solid 1px #000
}

.MenuResposivo ul>a>li.selected {
    background-color: #3662ae;
    color: #fff
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    background: rgba(14, 14, 14, .7);
    overflow: hidden;
    z-index: 999
}

body.modal-open {
    overflow: visible
}

.centerX {
    top: 50%;
    position: relative;
    transform: translateY(-50%)
}

.container-sobre .titulo {
    font-size: 2.5rem;
    margin-bottom: 4rem
}

.container-sobre .foto {
    height: 425px
}

.container-sobre .foto img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.container-sobre .texto {
    font-size: 1rem;
    line-height: 1.4rem;
    height: auto;
    overflow: hidden;
    margin-bottom: 4rem;
    margin-right: 100px;
    letter-spacing: 2px;
}

.container-sobre {
    margin-top: 6rem;
    margin-bottom: 7rem
}

.container-servicos-home {
    margin-bottom: 0rem
}

.container-servicos-home .titulo {
    font-size: 1.3rem;
    overflow: hidden;
    height: 5rem;
    margin-top: 1rem;
	line-height: 1.7rem;
}

.container-servicos-home .foto {
    height: 100px
}

.container-servicos-home .foto img {
    object-fit: contain;
    height: 100%
}

.container-servicos-home .cada {
    padding: 4rem 0;
    transition: all .5s;
    cursor: pointer
}

.container-servicos-home .cada:hover {
    -webkit-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35);
    box-shadow: 0 0 17px 3px rgba(0, 0, 0, .35)
}

.container-depoimento {
    padding-top: 9rem;
    padding-bottom: 9rem
}

.container-depoimento .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none
}

.container-depoimento .foto {
    height: 190px;
    width: 190px;
    margin: .5rem auto auto;
    border-radius: 50%;
    transition: all .7s;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem
}

.container-depoimento .nome {
    font-size: 1.3rem
}

.container-depoimento .empresa {
    font-size: .9rem
}

.container-depoimento .texto {
    margin: auto;
    margin-top: 1.8rem;
    max-width: 560px;
    margin-bottom: 1rem
}

.container-depoimento .slick-dots li {
    margin: 0 .3rem
}

.container-depoimento .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #fff
}

.container-depoimento .slick-dots li.slick-active button {
    height: 1.3rem;
    margin-top: -2px
}

.container-parceiro .foto{
	height: 200px;
}

.container-parceiro .foto img{
	object-fit: contain;
	width: 70%;
	margin: auto;
}

.container-parceiro .slick-arrow{
    background-color: transparent;
    border: none;
    font-size: 1.5rem;	
}

.container-parceiro .slick-arrow{
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.container-parceiro .slick-arrow.slick-prev{
	left:-15px;
}
.container-parceiro .slick-next{
	right: -15px;
}

.container-mapa #mapa {
    height: 465px
}

.container-contato {
    padding-top: 4rem;
    padding-bottom: 6rem
}

.container-contato form {
    margin-top: 4rem
}

.container-contato textarea {
    margin-top: 4rem
}

.container-contato .botao {
    margin-top: 3rem
}

.container-titulo h2 {
    font-size: 2.3rem;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.container-titulo h4 {
    font-size: 1rem;
    max-width: 660px;
    margin: auto;
    letter-spacing: 2px;
}

.container-rodape .logo{
    max-height: 80px;
}

.container-rodape .fundo {
    background-color: #000;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.container-rodape .rodape {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.container-rodape ul li {
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.container-rodape ul li.topo{
font-size: 1rem;	
}

.container-rodape ul li.cursor-pointer:hover {
    color: #fff
}

.container-rodape ul li i {
    margin-right: 7px
}

.container-rodape ul li:not(.topo) {
    color: #d1d1d1
}

.container-blog {
    margin-top: 2em
}

.container-blog .listagem {
    margin-bottom: 4em
}

.container-blog .listagem .foto {
    width: 100%;
    height: 250px;
    transition: all 1s
}

.container-titulo h1 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.container-blog .listagem .nome {
    margin-top: 1rem;
    height: 2.8rem;
    overflow: hidden;
    margin-bottom: 1rem
}

.container-blog .listagem .texto {
    font-size: 1rem;
    margin-bottom: 1rem;
    height: 6rem;
    overflow: hidden
}

.container-blog .conteudo ul {
    padding-left: 15px
}

.container-blog .foto {
    width: 100%;
    height: 500px;
    transition: all 1s;
    margin-bottom: 1rem
}

.container-blog .listagem .foto:hover {
    webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 1s
}

.pagination {
    text-align: center;
    margin: auto;
    width: 100%;
    display: block;
    margin-bottom: 4rem
}

.pagination a:hover,
.pagination strong {
    color: #fff;
    background-color: #3662ae
}

.pagination a,
.pagination strong {
    border: solid 1px #3662ae;
    padding: 8px 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Gotham-Bold;
    transition: all .5s
}

@media (max-width:480px) {
    .container-sobre .foto {
        height: 300px
    }
    #bannerPrincipal2 .titulo {
        font-size: 1rem;
        line-height: 1rem
    }
    #bannerPrincipal2 .frase {
        font-size: .8rem;
        line-height: 1rem
    }
    #bannerPrincipal2 .button {
        font-size: 1rem
    }
    .container-rodape ul li {
        font-size: 1em
    }
    .container-blog .foto {
        height: 250px
    }
    .container-sobre .foto {
        width: 280px;
        height: 210px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:380px) {
    #bannerPrincipal2 .conteudo {
        top: 10px!important
    }
    .container-blog .foto {
        height: 200px
    }
}

@media(min-width:481px) and (max-width:767px) {
    #bannerPrincipal2 .titulo {
        font-size: 1.4rem;
        line-height: 1.4rem
    }
    #bannerPrincipal2 .frase {
        font-size: .9rem
    }
    #bannerPrincipal2 .button {
        font-size: .9rem
    }
    .container-sobre .foto {
        height: 300px
    }
}

@media(min-width:481px) and (max-width:585px) {
    .container-sobre .foto {
        height: 335px
    }
}

@media(min-width:576px) and (max-width:767px) {
    .container-sobre .foto {
        height: 380px
    }
}

@media(min-width:768px) and (max-width:991px) {
    #bannerPrincipal2 .titulo {
        font-size: 1.5rem;
        line-height: 1.5rem
    }
    #bannerPrincipal2 .frase {
        font-size: 1rem;
        line-height: 1rem
    }
    #bannerPrincipal2 .button {
        font-size: 1rem
    }
    .container-blog .foto {
        height: 400px
    }
    .container-sobre .foto {
        height: 515px
    }
}

@media(max-width:767px) {
    #bannerPrincipal2 .conteudo {
        width: 100%
    }
}

@media(max-width:991px) {
    #espaco-menu{
        display: none;
    }
    .paddingZeroMobile {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .container-topo-1 {
        display: none
    }
    .container-sobre {
        margin-top: 1rem;
        margin-bottom: 4rem
    }
    .container-sobre .titulo {
     margin-bottom: 3rem;
     font-size: 2rem;
    text-align: center;
    margin-top: 2rem;
    }
    .container-sobre .texto {
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .container-sobre .foto {
        margin-top: 2rem
    }
    .container-rodape {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .container-rodape .rodape {
        margin-bottom: 3rem
    }
    .container-rodape .fundo {
        text-align: center
    }
    .container-rodape .fundo ul {
        margin-top: 1rem
    }
    .container-rodape img {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        margin-top: 1rem;
        float: left!important
    }
    #bannerPrincipal2 .conteudo {
        top: 20px;
        transform: translateX(-50%)
    }
    .container-blog .listagem .texto {
        height: auto
    }
    .ul-whatsapp {
        width: 85%
    }
    .logo-responsivo img{width: 230px; margin-top: 10px;}
    .modal-body{padding-left: 1rem; padding-right: 1rem;}
    .container-servicos-home{margin-bottom: 2rem;}
    .modal-header{display: block;}
    .modal .foto{width: 100%; text-align: center;}
    .modal-header .close{position: absolute; top: 26px; right: 26px;} 
}

@media(min-width:992px) {
    .paddingZero {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .paddingRightZero {
        padding-right: 0!important
    }
    .paddingLeftZero {
        padding-left: 0!important
    }
    .paddingRight75 {
        padding-right: 7.5px!important
    }
    .paddingLeft75 {
        padding-left: 7.5px!important
    }
    .container-blog .listagem .foto {
        webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: all 1s
    }
    .container-blog .conteudo {
        margin: 3em 20px
    }
    .marg-left-125-lg {
        margin-left: 12.5%
    }
    .col-lg-20{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .container-servicos-home .cada{padding: 1.5rem 0;}
}

@media (min-width:992px) and (max-width:1199px) {
    .modal-dialog {
        max-width: 800px
    }
    .container-topo-1 ul.whatsapp {
        margin-right: 0
    }
    .container-topo-1 ul li {
        padding-left: 15px;
        padding-right: 15px
    }
    .container-topo-1 ul.menuzin {
        float: right!important;
        width: auto;
        margin-right: 20px
    }
    #bannerPrincipal .titulo,
    #bannerPrincipal2 .titulo {
        font-size: 2rem;
        line-height: 2rem
    }
    .container-blog .foto {
        height: 450px
    }
    .container-sobre .foto {
        height: 360px
    }
    .container-sobre .texto{margin-bottom: 5rem; }
    .container-topo-1 .logoTopo{max-height: 45px; top: 35px;}
}

@media (max-width:1560px) {
    .container-topo-1 {
        font-size: .95rem
    }
}

@media(max-width:1350px) {
    .container-topo-1 {
        font-size: .9rem
    }
    .container-topo-1 ul li{
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-topo-1 ul.whatsapp{right: 0;}
}

@media(min-width:1200px) {
    .modal-dialog {
        max-width: 900px
    }
}