/* Font's */
@font-face{font-family: 'nome'; src: url(nome.ttf);}

/* Tag's */
html, body{width: 100%; height: 100%; font-family: sans-serif; line-height: 1.15; font-size: 16px; font-weight: 400; line-height: 1.5; color: #222;}
h1{padding: 10px 5px; margin: 0; font-weight: 500; font-size: 2.5em;}
h2{padding: 10px 5px; margin: 0; font-weight: 500; font-size: 1.8em;}
h3{padding: 10px 5px; margin: 0; font-weight: 500; font-size: 1.75em;}
h4{padding: 10px 5px; margin: 0; font-weight: 500; font-size: 1.5em;}
h5{padding: 10px 5px; margin: 0; font-weight: 500; font-size: 1.25em;}
h6{padding: 10px 5px; margin: 0; font-weight: 500; 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: #000;}
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 #70282e; border-radius: 5px; background-color: #70282e; color: #fff; cursor: pointer; text-transform: uppercase;}
button:hover,
input[type=button]:hover,
input[type=submit]:hover, 
input[type=reset]:hover{}

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

/* Boxes */
.boxes{width: 100%; text-align: center; vertical-align: top;}
.boxes .box{display: inline-block; vertical-align: top;}

/* 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: 15px 20px; border: 1px solid #04aa22; border-radius: 30px; background-color: #04aa22; text-align: center; color: #fff; text-transform: uppercase; font-size: 18px; font-weight: bold; display: inline-block;}
.buton:hover{text-decoration: none;}

.ChatWhatsApp{width: 100%; height: auto; position: fixed; bottom: 0; z-index: 9999; text-align: right;}
.ChatWhatsApp img{padding: 10px;}

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

/*
Layout
==================================================*/
/*
Desktop
----------------------------*/
@media screen and (min-width: 1200px){
    #wrapper{width: 100%; min-height: 100%; font-size: 16px; margin: 0; padding: 0;}
    .inner{width: 1200px; margin: 0 auto;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #70282e;}
    
    #header .bot{text-align: center;}
    
    #header .bot .logo{width: 125px; height: 90px; display: inline-block; vertical-align: top;}
    #header .bot .logo img{height: 80px; padding: 5px 0;}
    
    #header .bot .fone{width: 180px; height: 90px; display: inline-block; vertical-align: top;}
    #header .bot .fone li{width: auto; height: auto; margin: 0; padding: 10px 0; display: inline-block; font-size: 14px; font-weight: bold; color: #fff;}
    #header .bot .fone li.fone{background: url(../img/icon-telefone.png) no-repeat left; padding-left: 25px;}
    #header .bot .fone li.whats{background: url(../img/icon-whatsapp.png) no-repeat left; padding-left: 25px;}
    
    /*Content*/
    .content{width: 100%; padding: 35px 0; border-bottom: 1px solid #ccc;}
    .main{padding: 5px;}
    
    #secao01{height: auto; /*background: url(../img/background.png) no-repeat #333; background-size: cover;*/ background: linear-gradient(rgba(0,0,0,0.60), rgba(0,0,0,0.60)), url(../img/background.png) no-repeat #333; background-size: cover;}
    #secao01 .cols .left{width: 60%;}
    #secao01 .cols .right{width: 38%;}
    #secao01 .cols .right .form{float: right;}
    
    #secao01 .banner{width: 100%; height: auto; padding: 100px 50px; text-align: center;}
    #secao01 .banner h1{color: #fff;}
    #secao01 .banner h3{color: #fff;}
    
    #secao-historico{height: auto; background-color: #f5f6fa;}
    #secao-historico .boxes .box{width: 340px; height: 150px; margin: 10px; background-color: #f0f0f0; border-radius: 20px;}
    #secao-historico .boxes .box img{width: 80px; height: 80px;}
    
    #secao-sobre{height: auto; background-color: #fff;}
    #secao-sobre .boxes .box{width: 500px; height: 150px; margin: 20px; background-color: #70282e; border-radius: 20px;}
    #secao-sobre .boxes .box .cols .left{width: 90px; height: 150px; text-align: center;}
    #secao-sobre .boxes .box .cols .left img{padding: 25px 0;}
    #secao-sobre .boxes .box .cols .right{width: 400px; height: 150px;}
    
    #secao02{height: auto; background-color: #f5f6fa;}
    #secao02 .cols .left{width: 38%;}
    #secao02 .cols .left .form{float: left;}
    #secao02 .cols .right{width: 60%;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #70282e; padding-top: 5px;}
    #footer .copyright{width: 100%; height: auto;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; color: #fff; 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: 100%; font-size: 12px; margin: 0; padding: 0; overflow: hidden;}
    .inner{width: 100%; margin: 0;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #70282e;}
    
    #header .bot{text-align: center;}
    
    #header .bot .logo{width: 100%; height: 90px; float: left; text-align: center;}
    #header .bot .logo img{height: 80px; padding: 5px; 0;}
    
    #header .bot .fone{width: 100%; height: auto; display: inline-block; vertical-align: top;}
    #header .bot .fone li{width: auto; height: auto; margin: 0; padding: 10px 0; display: inline-block; font-size: 14px; font-weight: bold; color: #fff;}
    #header .bot .fone li.fone{background: url(../img/icon-telefone.png) no-repeat left; padding-left: 25px;}
    #header .bot .fone li.whats{background: url(../img/icon-whatsapp.png) no-repeat left; padding-left: 25px;}
    
    /*Content*/
    .content{width: 100%; padding: 35px 0; border-bottom: 1px solid #ccc;}
    .main{padding: 5px 10px;}
    
    #secao01{height: auto; /*background: url(../img/background.png) no-repeat #f1f1f1; background-size: cover;*/ background: linear-gradient(rgba(0,0,0,0.60), rgba(0,0,0,0.60)), url(../img/background.png) no-repeat #333; background-size: cover;}
    #secao01 .cols .left{width: 100%;}
    #secao01 .cols .right{width: 100%;}
    #secao01 .cols .right .form{margin: 0 auto;}
    
    #secao01 .banner{width: 100%; height: auto; padding: 15px 5px; text-align: center;}
    #secao01 .banner h1{color: #fff;}
    #secao01 .banner h3{color: #fff;}
    
    #secao-historico{height: auto; background-color: #f5f6fa;}
    #secao-historico .boxes .box{width: 240px; height: auto; margin: 10px; background-color: #f0f0f0; border-radius: 20px;}
    #secao-historico .boxes .box img{width: 80px; height: 80px; padding: 5px;}
    
    #secao-sobre{height: auto; background-color: #fff;}
    #secao-sobre .boxes .box{width: 240px; height: auto; margin: 20px; background-color: #70282e; border-radius: 20px;}
    #secao-sobre .boxes .box .cols .left{width: 100%; height: 150px; text-align: center;}
    #secao-sobre .boxes .box .cols .left img{padding: 25px 0;}
    #secao-sobre .boxes .box .cols .right{width: 100%; height: auto; text-align: center;}
    
    #secao02{height: auto; background-color: #f5f6fa;}
    #secao02 .cols .left{width: 100%;}
    #secao02 .cols .left .form{margin: 0 auto;}
    #secao02 .cols .right{display: none;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #70282e; padding-top: 5px;}
    #footer .copyright{width: 100%; height: auto;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; color: #fff; padding: 10px 0;}
    #footer .copyright span a{font-weight: bold;}
}

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