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

/* Tag's */
html, body{width: 100%; height: 100%; font-family: 'Montserrat-Regular'; line-height: 1.15; font-size: 16px; color: #222;}
h1{padding: 10px 5px; margin: 0; font-size: 1.6em; font-family: 'Montserrat-Black';}
h2{padding: 10px 5px; margin: 0; font-size: 1.5em; font-family: 'Montserrat-Bold';}
h3{padding: 10px 5px; margin: 0; font-size: 1.4em; font-family: 'Montserrat-Bold';}
h4{padding: 10px 5px; margin: 0; font-size: 1.3em; font-family: 'Montserrat-Bold';}
h5{padding: 10px 5px; margin: 0; font-size: 1.2em; font-family: 'Montserrat-Bold';}
h6{padding: 10px 5px; margin: 0; font-size: 1em;}
p{padding: 10px 5px;}
span{}
b{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: #1b8596;}
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: #1b8596; 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: #000;}

/*
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-yellow{color: #1b8596;}
.t-headline{color: #1b8596; text-shadow: 1px 1px 1px #333; font-size: 3.0em;}
.t-subheadline{color: #000; text-shadow: 1px 1px 1px #333; font-size: 2.0em;}

/* 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;}

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

.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: 1400px; margin: 0 auto;}
    
    /*Header*/
    #header{display: none;}
    
    /*Content*/
    .content{width: 100%; padding: 100px 0;}
    .main{padding: 5px;}

    #secao_slide{height: auto; background: url(../img/background-slide.jpg) no-repeat center; background-size: cover;}
    #secao_slide .cols .left{width: 50%; height: auto;}
    #secao_slide .cols .left .logo{width: 100%; height: 90px; text-align: left;}
    #secao_slide .cols .left .logo img{height: 80px; padding: 5px 0;}
    #secao_slide .cols .left .txt{padding: 100px 0; text-align: left;}
    #secao_slide .cols .right{width: 49%; height: auto;}
    
    #projetos{height: auto; background-color: #eee;}
    #projetos .boxes .box{width: 75%; height: auto; border: 3px solid #1b8596; border-radius: 10px; box-shadow: 10px 10px 0 0 rgba(0,0,0,0.25);}
    #projetos .boxes .box .cols .left{width: 25%; height: auto;}
    #projetos .boxes .box .cols .left .img{padding-top: 20px;}
    #projetos .boxes .box .cols .right{width: 74%; height: auto;}
    #projetos .boxes .box .cols .right .txt{padding: 5px 0; text-align: left;}
    #projetos .boxes .quebra{width: 100%; height: auto; margin: 50px;}
    
    #sobre{height: auto; background-color: #000;}
    #sobre .cols .col{width: 49%; height: auto;}
    #sobre .cols .col .txt{text-align: left;}
    #sobre .cols .col .img{padding-top: 75px;}
    
    #depoimentos{height: auto; background-color: #eee;}
    #depoimentos .boxes .box{width: 25%; height: auto; margin: 10px; padding: 15px; border: 3px solid #1b8596; border-radius: 10px; box-shadow: 10px 10px 0 0 rgba(0,0,0,0.25);}
    #depoimentos .boxes .box .top{width: 100%;}
    #depoimentos .boxes .box .top h6{font-size: 22px;}
    #depoimentos .boxes .box .bottom{width: 100%;}
    #depoimentos .boxes .box .bottom p{font-size: 18px; padding: 10px 15px;}
    
    #contato{height: auto; background-color: #000;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #051524; border-top: 5px solid #1b8596; padding-top: 5px;}
    
    #footer .boxes .box{width: 30%; height: auto; margin: 25px 15px;}
    
    #footer .boxes .box .logos ul{width: auto; height: auto; margin: 0; padding: 5px 0; list-style: none; text-align: center; vertical-align: top;}
    #footer .boxes .box .logos ul li{width: 95%; height: auto; margin: 0; padding: 0 5px; display: inline-block; vertical-align: top;}
    #footer .boxes .box .logos ul li img{width: 50%; height: auto; padding: 5px;}
    
    #footer .boxes .box .redes ul{width: auto; height: 100px; margin: 0; padding: 5px 0; list-style: none; text-align: center; vertical-align: top;}
    #footer .boxes .box .redes ul li{width: 80px; height: 80px; margin: 0; padding: 0 5px; display: inline-block; vertical-align: top;}
    #footer .boxes .box .redes ul li img{width: 70px; height: 70px; padding: 5px 0;}
    
    #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;}
}

/*
Mobile
----------------------------*/
@media screen and (max-width: 1199px){
    .no-display{display: none;}
    #wrapper{width: 100%; min-height: auto; font-size: 18px; margin: 0; padding: 0; overflow: hidden;}
    .inner{width: 100%; margin: 0;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #051524;}
    #header .logo{width: 100%; height: 60px; text-align: center;}
    #header .logo img{height: 40px; padding: 10px 0;}
    
    /*Content*/
    .content{width: 100%; padding: 60px 0;}
    .main{padding: 20px;}
    
    #secao_slide{height: auto; background: url(../img/background-slide-mobile.jpg) no-repeat center; background-size: cover;}
    #secao_slide .cols .left{width: 100%; height: auto;}
    #secao_slide .cols .left .txt{padding-top: 350px; text-align: center;}
    #secao_slide .cols .right{width: 100%; height: auto;}
    
    #projetos{height: auto; background-color: #eee;}
    #projetos .boxes .box{width: 95%; height: auto; border: 3px solid #1b8596; border-radius: 10px; box-shadow: 10px 10px 0 0 rgba(0,0,0,0.25);}
    #projetos .boxes .box .cols .left{width: 100%; height: auto;}
    #projetos .boxes .box .cols .left .img{padding-top: 20px;}
    #projetos .boxes .box .cols .right{width: 100%; height: auto;}
    #projetos .boxes .box .cols .right .txt{padding: 5px; text-align: center;}
    #projetos .boxes .quebra{width: 100%; height: auto; margin: 50px;}
    
    #sobre{height: auto; background-color: #000;}
    #sobre .cols .col{width: 100%; height: auto;}
    #sobre .cols .col .txt{text-align: center;}
    #sobre .cols .col .img{}
    
    #depoimentos{height: auto; background-color: #eee;}
    #depoimentos .boxes .box{width: 90%; height: auto; margin: 15px auto; padding: 15px; border: 3px solid #1b8596; border-radius: 10px; box-shadow: 10px 10px 0 0 rgba(0,0,0,0.25);}
    #depoimentos .boxes .box .top{width: 100%;}
    #depoimentos .boxes .box .top h6{font-size: 22px;}
    #depoimentos .boxes .box .bottom{width: 100%;}
    #depoimentos .boxes .box .bottom p{font-size: 18px; padding: 10px 15px;}
    
    #contato{height: auto; background-color: #000;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #051524; border-top: 5px solid #1b8596;}
    
    #footer .boxes .box{width: 95%; height: auto; margin: 25px 0;}
    
    #footer .boxes .box .logos ul{width: auto; height: auto; margin: 0; padding: 5px 0; list-style: none; text-align: center; vertical-align: top;}
    #footer .boxes .box .logos ul li{width: 95%; height: auto; margin: 0; padding: 0 5px; display: inline-block; vertical-align: top;}
    #footer .boxes .box .logos ul li img{width: 75%; height: auto; padding: 5px;}
    
    #footer .boxes .box .redes ul{width: auto; height: auto; margin: 0; padding: 5px 0; list-style: none; text-align: center; vertical-align: top;}
    #footer .boxes .box .redes ul li{width: 80px; height: 80px; margin: 0; padding: 0 5px; display: inline-block; vertical-align: top;}
    #footer .boxes .box .redes ul li img{width: 70px; height: 70px; padding: 5px 0;}
    
    #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;}
}