/* Font's */
@font-face{font-family: 'Poppins-Regular'; src: url(../fonts/Poppins-Regular.ttf);}
@font-face{font-family: 'Poppins-Black'; src: url(../fonts/Poppins-Black.ttf);}
@font-face{font-family: 'Poppins-Bold'; src: url(../fonts/Poppins-Bold.ttf);}

/* Tag's */
html, body{width: 100%; height: 100%; font-family: 'Poppins-Regular'; line-height: 1.15; font-size: 16px; color: #222;}
h1{padding: 10px 5px; margin: 0; font-size: 1.8em; font-family: 'Poppins-Black';}
h2{padding: 10px 5px; margin: 0; font-size: 1.5em; font-family: 'Poppins-Bold';}
h3{padding: 10px 5px; margin: 0; font-size: 1.4em; font-family: 'Poppins-Bold';}
h4{padding: 10px 5px; margin: 0; font-size: 1.3em; font-family: 'Poppins-Bold';}
h5{padding: 10px 5px; margin: 0; font-size: 1.2em; font-family: 'Poppins-Bold';}
h6{padding: 10px 5px; margin: 0; font-size: 1em;}
p{padding: 10px 5px;}
span{}
b, strong{font-weight: bolder;}
i{font-style: italic;}
blockquote{padding: 25px 15px; border-left: 3px solid #eee; font-size: 1.25em;}
ol{padding: 5px 25px; list-style: decimal;}
ol li{padding-left: 10px;}
ul{padding: 5px 25px; list-style: square;}
ul li{padding-left: 10px;}
a{text-decoration: none; color: #A27440;}
a:hover,
a:focus{text-decoration: underline;}
hr{border: 1px dashed #ccc;}
main{}
section{}
article{}
aside{}
img{}
table{}
table tr{}
table td{}
fieldset{}
label{margin: 5px;}
input[type=text],
input[type=date],
input[type=email],
input[type=password]{margin: 5px; padding: 5px; height: 40px; border: 1px solid #ccc; outline: none;}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus{border: 1px solid #000;}
input[type=checkbox]{margin: 5px; padding: 5px; border: 1px solid #ccc; outline: none;}
input[type=checkbox]:focus{border: 1px solid #000;}
input[type=radio]{margin: 5px; padding: 5px; border: 1px solid #ccc; outline: none;}
input[type=radio]:focus{border: 1px solid #000;}
select{margin: 5px; padding: 5px; height: 50px; border: 1px solid #ccc; outline: none;}
select:focus{border: 1px solid #000;}
textarea{margin: 5px; padding: 5px; height: 120px; border: 1px solid #ccc; outline: none;}
textarea:focus{border: 1px solid #000;}
button,
input[type=button],
input[type=submit], 
input[type=reset]{margin: 5px; padding: 0 15px; height: 40px; border: 1px solid #fff; border-radius: 5px; background-color: #06b824; color: #fff; font-weight: bolder; cursor: pointer; text-transform: uppercase;}
button:hover,
input[type=button]:hover,
input[type=submit]:hover, 
input[type=reset]:hover{background-color: #1ed760;}

/*
Classes comuns
==================================================*/
/* Limpar Float */
.clear{clear: both;}

/* Alinhamento de texto */
.t-left{text-align: left;}
.t-right{text-align: right;}
.t-center{text-align: center;}
.t-justify{text-align: justify;}

/* Cores */
.t-white{color: #fff;}
.t-blue{color: #1D273C;}

/* Boxes */
.boxes{width: 100%; text-align: center; vertical-align: top;}
.boxes .box{display: inline-block; vertical-align: top;}
.cover{width: 100%; height: 100%; background-color: rgba(0,0,0,.8); position: absolute; z-index: 1;}

/* Colunas */
.cols{width: 100%; text-align: center; vertical-align: top;}
.cols .col{display: inline-block; vertical-align: top;}
.cols .left{display: inline-block; vertical-align: top;}
.cols .right{display: inline-block; vertical-align: top;}

/* Imagens */
.img{width: 100%; text-align: center;}
.img img{max-width: 85%; width: auto;}

/* Listas */
.lista{list-style-image: url(../img/tick-icon.png);}
.lista li{margin: 0; padding: 15px 0;}

/* Botoes */
.buton{margin: 10px; padding: 10px 25px; border: 1px solid #fff; border-radius: 5px; background-color: #06b824; text-align: center; color: #fff; font-weight: bolder; text-transform: uppercase; display: inline-block;}
.buton:hover{text-decoration: none; background-color: #1ed760;}

.ChatWhatsApp{width: 90px; height: 90px; position: fixed; bottom: 5px; right: 0; z-index: 9999; text-align: right;}

/*
Layout
==================================================*/
/*
Desktop
----------------------------*/
@media screen and (min-width: 1200px){
    #wrapper{width: 100%; min-height: 100%; font-size: 20px; margin: 0; padding: 0;}
    .inner{width: 1200px; margin: 0 auto;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #1D273C;}
    
    #header .bot .logo{width: 300px; height: 90px; float: left;}
    #header .bot .logo img{height: 80px; padding: 5px 10px;}
    
    #header .bot .nav-desktop{width: auto; height: 90px; float: right;}
    #header .bot .nav-desktop .menu-desktop{width: auto; height: 35px; margin: 27px 0; padding: 0; list-style: none; float: right;}
    #header .bot .nav-desktop .menu-desktop li{width: auto; height: 35px; margin: 0; padding: 0 15px; float: left; position: relative;}
    #header .bot .nav-desktop .menu-desktop li a{font-size: 16px; text-decoration: none; color: #fff; line-height: 35px;}
    #header .bot .nav-desktop .menu-desktop li a:hover{color: #A27440;}
    
    #header .bot .nav-mobile{display: none;}
    #header .bot .menu-mobile{display: none;}
    
    /*Content*/
    .content{width: 100%; padding: 100px 0;}
    .main{padding: 5px;}
    
    #secao-slide{height: auto; background: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.80)), url(../img/bg.jpg) no-repeat bottom; background-size: cover;}
    #secao-slide .txt{padding: 100px 0;}
    
    #secao-servicos{height: auto; background-color: #f1f1f1;}
    #secao-servicos .boxes .box{width: 500px; height: auto; margin: 15px 25px;}
    #secao-servicos .boxes .box .cols .left{width: 140px; height: auto;}
    #secao-servicos .boxes .box .cols .left img{height: 120px; padding: 10px;}
    #secao-servicos .boxes .box .cols .right{width: 350px; height: auto; padding-top: 30px;}
    
    #secao-beneficio{height: auto; background: #A27440; background: linear-gradient(180deg, rgba(162, 116, 64, 1) 0%, rgba(126, 74, 17, 1) 100%);}
    #secao-beneficio .boxes .box{width: 200px; height: 220px; margin: 25px 40px; border-radius: 10px; background-color: #1D273C;}
    #secao-beneficio .boxes .box .icon{padding: 15px 0;}
    #secao-beneficio .boxes .box h6{font-size: 18px;}
    
    #secao-sobre{height: auto; background-color: #1D273C;}
    #secao-sobre .cols .left{width: 60%; height: auto; text-align: left;}
    #secao-sobre .cols .right{width: 39%; height: auto;}
    
    #secao-depoimentos{height: auto; background-color: #f1f1f1; display: none;}
    #secao-depoimentos .boxes .box{width: 250px; height: 230px; margin: 15px; border-radius: 10px; background-color: #1D273C;}
    #secao-depoimentos .boxes .box .top{width: 100%; height: auto; padding-top: 10px;}
    #secao-depoimentos .boxes .box .top .cols .left{width: 76%; height: auto;}
    #secao-depoimentos .boxes .box .top .cols .right{width: 20%; height: auto;}
    #secao-depoimentos .boxes .box .bottom{width: 100%; height: auto;}
    #secao-depoimentos .boxes .box .bottom p{font-size: 14px; padding: 10px 15px;}
    
    /*Páginas*/
    .banner{width: 100%; height: auto;}
    .bg1{background: url(../img/bg1.png) no-repeat center; background-size: cover;}
    .bg2{background: url(../img/bg2.png) no-repeat center; background-size: cover;}
    .bg3{background: url(../img/bg3.png) no-repeat center; background-size: cover;}
    .bg4{background: url(../img/bg4.png) no-repeat center; background-size: cover;}
    .banner h1{padding: 300px 0;}
    
    #content{height: auto; background-color: #f1f1f1;}
    #content .cols .col{width: 49%; height: auto; padding: 60px 0;}
    #content .cols .col .txt-left{width: 90%; text-align: left; margin: 0 auto;}
    #content .cols .col .txt-right{width: 90%; text-align: left; margin: 0 auto;}
    #content .cols .col .vid{width: 75%; margin: 0 auto;}
    #content .boxes .box{width: 240px; height: auto; margin: 25px 10px; padding: 0;}
    #content .boxes .box img{width: 240px; height: auto;}
    
    #secao-depo-widget{height: auto; background-color: #fff;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #1D273C; padding-top: 5px;}
    #footer .boxes .box{width: 30%; height: auto; padding: 15px 0;}
    #footer .boxes .box .logo{width: 75%; margin: 0 auto;}
    #footer .boxes .box .logo img{width: 100%;}
    #footer .boxes .box .menu{width: 75%; margin: 0 auto; text-align: left; list-style: none;}
    #footer .boxes .box .menu li{padding: 5px 0;}
    #footer .boxes .box .menu li a{color: #fff; text-decoration: none;}
    #footer .boxes .box .menu li a:hover{color: #A27440;}
    #footer .copyright{width: 100%; height: auto;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; padding: 10px 0;}
}

/*
Mobile
----------------------------*/
@media screen and (max-width: 1199px){
    .no-display{display: none;}
    #wrapper{width: 100%; min-height: auto; font-size: 16px; margin: 0; padding: 0; overflow: hidden;}
    .inner{width: 100%; margin: 0;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #1D273C; position: fixed; z-index: 9999; top: 0;}
    
    #header .bot .logo{width: 50%; height: 90px; float: left;}
    #header .bot .logo img{height: 80px; padding: 5px 10px;}
    
    #header .bot .nav-desktop{display: none;}
    #header .bot .nav-desktop .menu-desktop{display: none;}
    
    #header .bot .nav-mobile{width: 50%; height: 90px; float: left; cursor: pointer; background: url(../img/icon-menu-mobile.png) no-repeat right;}
    #header .bot .nav-mobile-active{background: url(../img/icon-menu-mobile-before.png) no-repeat right;}
    
    #header .menu-mobile{width: 100%; height: auto; margin: 0; padding: 0; list-style: none; background-color: #A27440; position: absolute; top: 90px; right: 0; z-index: 9999;}
	#header .menu-mobile li{display: block; margin:0 10px; padding: 5px; color: #fff; border-bottom: 1px dashed #fff; text-align: center;}
    #header .menu-mobile li:last-child{border-bottom: none;}
	#header .menu-mobile li a{font-size: 14px; font-weight: bold; line-height: 10px; text-transform: uppercase; color: #fff;}
    
    /*Content*/
    .content{width: 100%; padding: 60px 0;}
    .main{padding: 20px;}
    
    #secao-slide{height: auto; margin-top: 90px; background: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.80)), url(../img/bg.jpg) no-repeat center; background-size: cover;}
    #secao-slide .txt{padding: 100px 0;}
    
    #secao-servicos{height: auto; background-color: #f1f1f1;}
    #secao-servicos .boxes .box{width: 95%; height: auto; margin: 15px 0;}
    #secao-servicos .boxes .box .cols .left{width: 100%; height: auto;}
    #secao-servicos .boxes .box .cols .left img{height: 120px; padding: 10px;}
    #secao-servicos .boxes .box .cols .right{width: 100%; height: auto;}
    
    #secao-beneficio{height: auto; background: #A27440; background: linear-gradient(180deg, rgba(162, 116, 64, 1) 0%, rgba(126, 74, 17, 1) 100%);}
    #secao-beneficio .boxes .box{width: 44%; height: auto; margin: 25px 5px; border-radius: 10px; background-color: #1D273C;}
    #secao-beneficio .boxes .box .icon{padding: 15px 0;}
    #secao-beneficio .boxes .box h6{font-size: 0.8em;}
    
    #secao-sobre{height: auto; background-color: #1D273C;}
    #secao-sobre .cols .left{width: 100%; height: auto; text-align: center;}
    #secao-sobre .cols .right{width: 100%; height: auto;}
    
    #secao-depoimentos{height: auto; background-color: #f1f1f1; display: none;}
    #secao-depoimentos .boxes .box{width: 250px; height: 230px; margin: 15px; border-radius: 10px; background-color: #1D273C;}
    #secao-depoimentos .boxes .box .top{width: 100%; height: auto; padding-top: 10px;}
    #secao-depoimentos .boxes .box .top .cols .left{width: 76%; height: auto;}
    #secao-depoimentos .boxes .box .top .cols .right{width: 20%; height: auto;}
    #secao-depoimentos .boxes .box .bottom{width: 100%; height: auto;}
    #secao-depoimentos .boxes .box .bottom p{font-size: 14px; padding: 10px 15px;}
    
    /*Páginas*/
    .banner{width: 100%; height: auto; margin-top: 90px;}
    .bg1{background: url(../img/bg1.png) no-repeat center; background-size: cover;}
    .bg2{background: url(../img/bg2.png) no-repeat center; background-size: cover;}
    .bg3{background: url(../img/bg3.png) no-repeat center; background-size: cover;}
    .bg4{background: url(../img/bg4.png) no-repeat center; background-size: cover;}
    .banner h1{padding: 200px 0;}
    
    #content{height: auto; background-color: #f1f1f1;}
    #content .cols .col{width: 100%; height: auto; padding: 15px 0;}
    #content .cols .display{display: none;}
    #content .cols .col .txt-left{width: 90%; text-align: left; margin: 0 auto;}
    #content .cols .col .txt-right{width: 90%; text-align: left; margin: 0 auto;}
    #content .cols .col .vid{width: 75%; margin: 0 auto;}
    #content .boxes .box{width: 40%; height: auto; margin: 25px 10px; padding: 0;}
    #content .boxes .box img{width: 100%; height: auto;}
    
    #secao-depo-widget{height: auto; background-color: #fff;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #1D273C;}
    #footer .boxes .box{width: 100%; height: auto; padding: 15px 0;}
    #footer .boxes .box .logo{width: 50%; margin: 0 auto;}
    #footer .boxes .box .logo img{width: 100%;}
    #footer .boxes .box .menu{width: 50%; margin: 0 auto; text-align: center; list-style: none;}
    #footer .boxes .box .menu li{padding: 5px 0;}
    #footer .boxes .box .menu li a{color: #fff; text-decoration: none;}
    #footer .boxes .box .menu li a:hover{color: #A27440;}
    #footer .copyright{width: 100%; height: auto;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; padding: 10px 0;}
}

/*
Plugins
==================================================*/
/* Cycle2 */
.cycle-slideshow{width: 100%; height: auto;}
.cycle-slideshow .cycle-pager{width: 100%; text-align: center; position: absolute; top: 70%; z-index: 999; overflow: hidden;}
.cycle-slideshow .cycle-pager span{color: #fff; display: inline-block; font-size: 50px; cursor: pointer;}
.cycle-slideshow .cycle-pager span.cycle-pager-active{color:#333;}

/* Lightbox2 */
.lightbox2{width: 100%; height: auto; text-align: center;}
/*.lightbox2 a img{width: 240px; height: 240px; margin: 5px; display: inline-block; border: 1px solid #ccc;}*/

/* Box Modal */
#boxes{}
#boxes .window{width: 100%; height: auto; padding: 5px; position: absolute; left: 0; top: 0; z-index: 9999; display: none;}
#boxes #dialog{width: auto; height: auto; padding: 5px; }
#mask{position: absolute; left: 0; top: 0; z-index: 9000; background-color: #333; display: none;}