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

/* 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: 3.0em; font-weight: bolder;}
h2{padding: 10px 5px; margin: 0; font-size: 2.5em; font-weight: bolder;}
h3{padding: 10px 5px; margin: 0; font-size: 2.0em; font-weight: bolder;}
h4{padding: 10px 5px; margin: 0; font-size: 1.5em; font-weight: bolder;}
h5{padding: 10px 5px; margin: 0; font-size: 1.4em; font-weight: bolder;}
h6{padding: 10px 5px; margin: 0; font-size: 1em; font-weight: bolder;}
p{padding: 10px 5px;}
span{}
b{font-family: 'Poppins-Bold'; font-weight: bolder;}
i{font-family: 'Poppins-Italic'; 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: #2563eb;}
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;}

/* 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-sub1{color: #2563eb;}
.t-sub2{color: #4579ec;}
.t-sub3{color: #0f172a;}

/* Backgrounds */
.bgcontent1{background-color: #f8fafc;}
.bgcontent2{background-color: #2563eb;}

/* 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: 95%; width: auto;}

/* 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; transition:.3s;}
.buton:hover{text-decoration: none; background-color: #1ed760; transform:translateY(-3px);}

/* Hero */
#hero{width: 100%; height: auto; padding: 30px 0; position: relative; background-image: url(../img/hero.webp); background-position: top; background-size: cover; padding-top: 90px;}
#hero .hero-content{max-width: 650px; width: auto; padding: 100px 0; margin: 0 auto}

/* Formulário */
.form{width: 95%; height: auto; margin: 0 auto; padding-bottom: 35px; background-color: #f1f1f1; text-align: center;}
.form .title{width: 100%; height: auto; background-color: #d7d9cb;}
.form table{width: 100%; text-align: center;}
.form table .input{width: 90%;}

/* 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: 1400px){
    #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; position: absolute; z-index: 10; background: transparent;}
    
    #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:hover{background-color: #0f172a;}
    #header .bot .nav-desktop .menu-desktop li:hover a{color: #fff;}
    #header .bot .nav-desktop .menu-desktop li a{font-size: 16px; text-decoration: none; color: #fff; line-height: 35px;}
    
    #header .bot .nav-mobile{display: none;}
    #header .bot .menu-mobile{display: none;}
    
    /*Content*/
    .content{width: 100%; padding: 50px 0;}
    .main{padding: 5px;}
    
    .secao_imovel{height: auto;}
    .secao_imovel .cols .left{width: 60%; height: auto;}
    
    .secao_imovel .cols .left .galeria{max-width: 600px; margin: auto;}
    .secao_imovel .cols .left .foto-principal{width: 100%; height: 550px; object-fit: cover; border-radius: 10px; display: block; transition: .3s;}
    .secao_imovel .cols .left .miniaturas{display: flex; gap: 10px; margin-top: 15px; overflow-x: auto;}
    .secao_imovel .cols .left .thumb{width: 120px; height: 80px; object-fit: cover; cursor: pointer; border-radius: 8px; border: 3px solid transparent; transition: .3s;}
    .secao_imovel .cols .left .thumb:hover{transform: scale(1.05);}
    .secao_imovel .cols .left .thumb.ativa{border-color: #2563eb;}
    
    .secao_imovel .cols .right{width: 39%; height: auto; text-align: left;}
    .secao_imovel .cols .right .features{display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-bottom: 35px;}
    .secao_imovel .cols .right .feature{background: #fff; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.06); text-align: center; padding: 25px 10px; transition: .3s;}
    .secao_imovel .cols .right .feature:hover{transform: translateY(-8px);}
    .secao_imovel .cols .right .feature strong{display: block; font-size: 22px;}
    .secao_imovel .cols .right .feature small{color: #64748B;}
    
    .secao_content{height: auto;}
    .secao_content .cols .left{width: 60%; height: auto;}
    .secao_content .cols .left .txt{text-align: left;}
    .secao_content .cols .right{width: 39%; height: auto;}
    .secao_content .cols .right .img{padding-top: 40px;}
    
    #secao_contato{height: auto; background-color: #2563eb;}
    #secao_contato table{width: 100%; text-align: center;}
    #secao_contato .input{width: 90%;}
    #secao_contato .bg{background-color: #fff; border-top: none; border-left: none; border-right: none; border-bottom: 3px solid #4579ec; border-radius: 5px; color: #000;}
    #secao_contato .bg::placeholder{color: #000;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #0f172a; padding-top: 5px;}
    
    #footer .copyright{width: 100%; height: auto;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; padding: 10px 0;}
    #footer .copyright span a{font-weight: bold; color: #fff;}
}

/*
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; position: absolute; z-index: 10; background: transparent;}
    
    #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.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: #0f172a; 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: 25px 0;}
    .main{padding: 20px;}
    
    .secao_imovel{height: auto;}
    .secao_imovel .cols .left{width: 100%; height: auto;}
    
    .secao_imovel .cols .left .galeria{max-width: 600px; margin: auto;}
    .secao_imovel .cols .left .foto-principal{width: 100%; height: 320px; object-fit: cover; border-radius: 10px; display: block; transition: .3s;}
    .secao_imovel .cols .left .miniaturas{display: flex; gap: 10px; margin-top: 15px; overflow-x: auto;}
    .secao_imovel .cols .left .thumb{width: 90px; height: 65px; object-fit: cover; cursor: pointer; border-radius: 8px; border: 3px solid transparent; transition: .3s;}
    .secao_imovel .cols .left .thumb:hover{transform: scale(1.05);}
    .secao_imovel .cols .left .thumb.ativa{border-color: #2563eb;}
    
    .secao_imovel .cols .right{width: 100%; height: auto; text-align: center;}
    .secao_imovel .cols .right .features{display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-bottom: 35px;}
    .secao_imovel .cols .right .feature{background: #fff; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,.06); text-align: center; padding: 25px 10px; transition: .3s;}
    .secao_imovel .cols .right .feature:hover{transform: translateY(-8px);}
    .secao_imovel .cols .right .feature strong{display: block; font-size: 22px;}
    .secao_imovel .cols .right .feature small{color: #64748B;}
    
    .secao_content{height: auto;}
    .secao_content .cols .left{width: 100%; height: auto;}
    .secao_content .cols .left .txt{text-align: left;}
    .secao_content .cols .right{width: 100%; height: auto;}
    .secao_content .cols .right .img{}
    
    #secao_contato{height: auto; background-color: #2563eb;}
    #secao_contato table{width: 100%; text-align: center;}
    #secao_contato .input{width: 90%;}
    #secao_contato .bg{background-color: #fff; border-top: none; border-left: none; border-right: none; border-bottom: 3px solid #4579ec; border-radius: 5px; color: #000;}
    #secao_contato .bg::placeholder{color: #000;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #0f172a;}
    
    #footer .copyright{width: 100%; height: auto;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; padding: 10px 0;}
    #footer .copyright span a{font-weight: bold; color: #fff;}
}