/* Font's */
@font-face{font-family: 'Poppins-Regular'; src: url(../fonts/Poppins-Regular.ttf); font-display: swap;}
@font-face{font-family: 'EBGaramond-SemiBold'; src: url(../fonts/EBGaramond-SemiBold.ttf); font-display: swap;}

/* Tag's */
html, body{width: 100%; height: 100%; font-family: 'Poppins-Regular', sans-serif; line-height: 1.15; font-size: 14px; color: #222;}
h1{padding: 10px 5px; margin: 0; font-size: 2.5em; font-weight: bold; font-family: 'EBGaramond-SemiBold';}
h2{padding: 10px 5px; margin: 0; font-size: 2.2em; font-weight: bold; font-family: 'EBGaramond-SemiBold';}
h3{padding: 10px 5px; margin: 0; font-size: 2.0em; font-weight: bold; font-family: 'EBGaramond-SemiBold';}
h4{padding: 10px 5px; margin: 0; font-size: 1.1em; font-weight: bold;}
h5{padding: 10px 5px; margin: 0; font-size: 1.0em; font-weight: bold;}
h6{padding: 10px 5px; margin: 0; font-size: 0.8em;}
p{padding: 10px 5px;}
span{}
b{font-weight: bold;}
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-radius: 50px; background-color: #e3c387; color: #1d3d3f; cursor: pointer;}
button:hover,
input[type=button]:hover,
input[type=submit]:hover, 
input[type=reset]:hover{}

/*
Classes comuns
==================================================*/
/* Limpar Float */
.clear{clear: both;}

/* Esconder */
.display{display: none;}

/* 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-green{color: #1d3d3f;}
.t-dour{color: #A27440;}

/* Listas */
.check{width: 50%; margin: 0 auto; text-align: left;}
.check li{list-style: none; background: url(../img/iconcheck.webp) no-repeat left; margin: 10px 0; padding-left: 35px;}

/* 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;}

/* Menu Sanfona */
.menu-sanfona{width: 100%; margin: 0; padding: 0; list-style: none; background: #e9ece0;}
.menu-sanfona span{padding: 10px; display: block; text-transform: uppercase; color: #1f4042;}
.menu-sanfona > li{margin: 0; padding: 0;  border-bottom: 1px solid #fff;}
.menu-sanfona li ul{margin: 0; padding: 0; list-style: none; background: #fff; border-top: 1px solid #fff; display: none;}
.menu-sanfona li:focus ul {display: block;}

/* Botoes */
.buton{margin: 10px; padding: 10px 25px; border-radius: 50px; background-color: #1d3d3f; text-align: center; color: #fff; display: inline-block;}
.buton:hover{text-decoration: none;}

/* Balão flutuante WhatsApp */
.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: 18px; margin: 0; padding: 0;}
    .inner{width: 1200px; margin: 0 auto;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #1f4042;}
    
    #header .bot .logo{width: 300px; height: 50px; float: left;}
    #header .bot .logo img{height: 40px; padding: 5px 10px;}
    
    #header .bot .nav-desktop{width: auto; height: 50px; float: right;}
    #header .bot .nav-desktop .menu-desktop{width: auto; height: 40px; margin: 5px 0; padding: 0; list-style: none; float: right;}
    #header .bot .nav-desktop .menu-desktop li{width: auto; height: 40px; 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: 40px;}
    #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;}
    .content2{width: 100%; padding: 0 0 100px 0;}
    .main{padding: 5px;}
    
    #secao-slide{height: auto; background-image: url(../img/bghero.webp); background-size: cover; background-position: center center;}
    #secao-slide .cols .left{width: 60%; height: auto;}
    #secao-slide .cols .left .txt{text-align: left; width: 100%;}
    #secao-slide .cols .right{width: 39%; height: auto;}
    
    #secao_terapia{height: auto; background-color: #e9ece0;}
    #secao_terapia .boxes .box{width: 20%; min-height: 230px; height: auto; margin: 10px; padding: 10px 5px; border-radius: 15px; background-color: #fff;}
    #secao_terapia .boxes .box .cols .left{width: 40%; height: auto;}
    #secao_terapia .boxes .box .cols .right{width: 55%; height: auto; word-break: break-word;}
    
    #secao_beneficios{height: auto; background-color: #e9ece0;}
    #secao_beneficios .bg_beneficios{width: 100%; height: 300px; background-image: url(../img/bgbene.jpg); background-size: cover; background-position: center center;}
    
    #secao_sobre{height: auto; background-color: #fff;}
    #secao_sobre .cols .left{width: 39%; height: auto;}
    #secao_sobre .cols .right{width: 60%; height: auto;}
    #secao_sobre .cols .right .txt{text-align: left;}
    #secao_sobre .cols .right .boxes .box{width: 20%; height: auto; margin: 5px; padding: 10px; text-align: left; border-radius: 15px; background-color: #e9ece0;}
    
    #secao_depo{height: auto; background-color: #f1f1f1;}
    #secao_depo .boxes .box{width: 33%; height: auto; margin: 5px; padding: 10px; text-align: left; border-radius: 15px; background-color: #e9ece0;}
    
    #secao_proce{height: auto; background-color: #e9ece0;}
    #secao_proce .boxes .box{width: 20%; min-height: 230px; height: auto; margin: 10px 25px; padding: 10px 5px; border-radius: 15px; background-color: #fff;}
    #secao_proce .boxes .box .cols .left{width: 30%; height: auto;}
    #secao_proce .boxes .box .cols .right{width: 65%; height: auto; word-break: break-word;}
    
    #secao_online{height: auto; background-color: #1f4042;}
    #secao_online .bg_online{width: 100%; height: 300px; background-image: url(../img/bgonline.jpg); background-size: cover; background-position: center center;}
    #secao_online .boxes .box{width: 20%; min-height: 230px; height: auto; margin: 10px 25px; padding: 10px 5px; border-radius: 15px; background-color: #e9ece0;}
    #secao_online .boxes .box .cols .left{width: 30%; height: auto;}
    #secao_online .boxes .box .cols .right{width: 65%; height: auto; word-break: break-word;}
    
    #secao_faq{height: auto; background-color: #f1f1f1;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #1f4042; padding-top: 5px;}
    #footer .txt{width: 50%; margin: 0 auto;}
    
    #footer .copyright{width: 100%; height: auto; border-top: 1px solid #fff;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; padding: 10px 0;}
    #footer .copyright span a{font-weight: bold;}
}

/*
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: #1f4042; position: fixed; top: 0;}
    
    #header .bot .logo{width: 50%; height: 50px; float: left;}
    #header .bot .logo img{height: 40px; padding: 5px 10px;}
    
    #header .bot .nav-desktop{display: none;}
    #header .bot .nav-desktop .menu-desktop{display: none;}
    
    #header .bot .nav-mobile{width: 50%; height: 50px; float: left; cursor: pointer; background: url(../img/icon-menu-mobile.webp) no-repeat right;}
    #header .bot .nav-mobile-active{background: url(../img/icon-menu-mobile-before.webp) no-repeat right;}
    
    #header .menu-mobile{width: 100%; height: auto; margin: 0; padding: 0; list-style: none; background-color: #A27440; position: absolute; top: 50px; 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;}
    .content2{width: 100%; padding: 0 0 60px 0;}
    .main{padding: 20px;}
    
    #secao-slide{height: auto; margin-top: 50px; background-image: url(../img/bghero.webp); background-size: cover; background-position: center center;}
    #secao-slide .cols .left{width: 100%; height: auto;}
    #secao-slide .cols .left .txt{text-align: center;}
    #secao-slide .cols .right{width: 100%; height: auto;}
    
    #secao_terapia{height: auto; background-color: #e9ece0;}
    #secao_terapia .boxes .box{width: 90%; min-height: 230px; height: auto; margin: 10px; padding: 10px 5px; border-radius: 15px; background-color: #fff;}
    #secao_terapia .boxes .box .cols .left{width: 40%; height: auto;}
    #secao_terapia .boxes .box .cols .right{width: 55%; height: auto; word-break: break-word;}
    
    #secao_beneficios{height: auto; background-color: #e9ece0;}
    #secao_beneficios .bg_beneficios{width: 100%; height: 300px; background-image: url(../img/bgbene.jpg); background-size: cover; background-position: center center;}
    
    #secao_sobre{height: auto; background-color: #fff;}
    #secao_sobre .cols .left{width: 100%; height: auto;}
    #secao_sobre .cols .right{width: 100%; height: auto;}
    #secao_sobre .cols .right .txt{text-align: left;}
    #secao_sobre .cols .right .boxes .box{width: 90%; height: auto; margin: 5px; padding: 10px; text-align: left; border-radius: 15px; background-color: #e9ece0;}
    
    #secao_depo{height: auto; background-color: #f1f1f1;}
    #secao_depo .boxes .box{width: 90%; height: auto; margin: 5px; padding: 10px; text-align: left; border-radius: 15px; background-color: #e9ece0;}
    
    #secao_proce{height: auto; background-color: #e9ece0;}
    #secao_proce .boxes .box{width: 90%; height: auto; margin: 10px; padding: 10px 5px; border-radius: 15px; background-color: #fff;}
    #secao_proce .boxes .box .cols .left{width: 30%; height: auto;}
    #secao_proce .boxes .box .cols .right{width: 65%; height: auto; word-break: break-word;}
    
    #secao_online{height: auto; background-color: #1f4042;}
    #secao_online .bg_online{width: 100%; height: 300px; background-image: url(../img/bgonline.jpg); background-size: cover; background-position: center center;}
    #secao_online .boxes .box{width: 90%; height: auto; margin: 10px; padding: 10px 5px; border-radius: 15px; background-color: #e9ece0;}
    #secao_online .boxes .box .cols .left{width: 30%; height: auto;}
    #secao_online .boxes .box .cols .right{width: 65%; height: auto; word-break: break-word;}
    
    #secao_faq{height: auto; background-color: #f1f1f1;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #1f4042;}
    #footer .txt{width: 75%; margin: 0 auto;}
    
    #footer .copyright{width: 100%; height: auto; border-top: 1px solid #fff;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; padding: 10px 0;}
    #footer .copyright span a{font-weight: bold;}
}