/* 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: 1rem; font-weight: 400; line-height: 1.5; color: #222;}
h1{padding: 10px 5px; margin: 0; font-weight: bold; text-transform: uppercase; font-size: 2rem;}
h2{padding: 10px 5px; margin: 0; font-weight: bold; text-transform: uppercase; font-size: 1.8rem;}
h3{padding: 10px 5px; margin: 0; font-weight: bold; text-transform: uppercase; font-size: 1.75rem;}
h4{padding: 10px 5px; margin: 0; font-weight: 500; font-size: 1.5rem;}
h5{padding: 10px 5px; margin: 0; font-weight: 500; font-size: 1.25rem;}
h6{padding: 10px 5px; margin: 0; font-weight: 500; font-size: 1rem;}
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.25rem;}
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: #f8cf18;}
a:hover,
a:focus{text-decoration: underline;}
hr{border: 3px solid #0e510c; width: 150px;}
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 #0e510c; border-radius: 5px; background-color: #0e510c; 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-withe{color: #fff;}
.t-green{color: #0e510c;}
.t-faixa{background-color: #0e510c; color: #fff; text-align: center; margin: 25px 5px;}

/* 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 #0e510c; background-color: #0e510c; text-align: center; color: #fff; display: inline-block;}
.buton:hover{text-decoration: none;}

.ChatWhatsApp{width: 80px; height: 80px; position: fixed; bottom: 35px; right: 35px; z-index: 9999;}

/* Iframe */
.container{position: relative; width: 100%; overflow: hidden; padding-top: 75%;}
.responsive-iframe{position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none;}

/* Tabelas do sistema */
.tb-sistema{width: 90%; margin: 0 auto; background-color: #eee;}
.tb-sistema .tb-header{background-color:#0e510c; height:35px;}
.tb-sistema .tb-header span{padding: 10px 0; color: #fff; font-size: 12px; text-align: center; display: block;}
.tb-sistema .tb-content2{background-color: #f1f1f1; height: 35px;}
.tb-sistema .tb-content{height: 35px; background-color: #fff;}

.tb-sistema .input{width: 90%;}

.tabela-header{width: 100%; height: auto; padding: 15px 0; background-color: #fff; /*position: fixed; z-index: 9999;*/}
.tabela-content{width: 100%; height: auto; padding: 15px 0; /*position: relative; top: 150px; overflow: hidden;*/}

/*
Layout
==================================================*/
/*
Desktop
----------------------------*/
@media screen and (min-width: 1366px){
    #wrapper{width: 100%; min-height: 100%; position: relative; margin: 0; padding: 0;}
    .inner{width: 1200px; margin: 0 auto;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #fff; border-bottom: 1px solid #0e510c;}
    
    #header .top{height: 35px; background-color: #0e510c;}
    #header .top .fone{width: auto; height: 35px; margin: 0; padding: 0; list-style: none; float: left; text-align: center;}
    #header .top .fone li{width: auto; height: 25px; margin: 0; padding: 0 15px; display: inline-block; font-size: 12px; color: #fff; line-height: 25px;}
    #header .top .fone li.fone{background: url(../img/icon-telefone.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.whats{background: url(../img/icon-whatsapp.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.insta{background: url(../img/icon-insta.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.link{background: url(../img/icon-link.png) no-repeat left; padding-left: 25px;}
    
    #header .bot .logo{width: 20%; height: 90px; float: left;}
    #header .bot .logo img{height: 70px; padding: 10px 0;}
    
    #header .bot .nav-desktop{width: 80%; height: 90px; float: left;}
    #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 25px; float: left; position: relative;}
    #header .bot .nav-desktop .menu-desktop li a{font-size: 14px; text-transform: uppercase; text-decoration: none; font-weight: bold; color: #000; line-height: 35px;}
    #header .bot .nav-desktop .menu-desktop li a:hover{color: #f8cf18;}
    
    #header .bot .nav-mobile{display: none;}
    #header .bot .menu-mobile{display: none;}
    
    /*Slide*/
    #slide{width: 100%; height: 300px;}
    #slide .slide-content{width: 50%; height: auto; text-align: left; padding-top: 50px;}
    #slide .slide-content2{width: 100%; height: auto; text-align: center; padding-top: 100px;}
    .bg1{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide1.jpg) no-repeat fixed; background-size: cover;}
    .bg2{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide2.jpg) no-repeat fixed; background-size: cover;}
    .bg3{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide3.jpg) no-repeat fixed; background-size: 100%;}
    .bg4{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide4.jpg) no-repeat fixed; background-size: cover;}
    .bg5{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide5.jpg) no-repeat fixed; background-size: cover;}
    
    /*Content*/
    .content{width: 100%; padding: 35px 0;}
    .main{padding: 5px;}
    
    #content{height: auto; background-color: #fff;}
    #content .cols .col{width: 48%;}
    #content .cols .left{width: 38%; text-align: left;}
    #content .cols .right{width: 60%;}
    #content .cols .bgcol{background-color: #f1f1f1; height: 550px;}
    #content .cols .bgcol div{padding: 15px;}
    #content .bgcols{background-color: #f1f1f1;}
    #content .boxes .box{width: 255px; height: 255px; margin: 10px 5px;}
    #content .lightbox2 img{width: 255px; height: 255px; margin: 10px 5px;}
    #content table{width: 100%; text-align: center;}
    #content .input{width: 90%;}
    #content .boxes-missao .box{width: 75%; margin: 15px 20px; padding: 5px; border-radius: 25px; background-color: #f1f1f1;}
    #content .boxes-missao .box .cols .left{width: 14%; height: auto;}
    #content .boxes-missao .box .cols .left img{max-width: 100%; width: auto;}
    #content .boxes-missao .box .cols .right{width: 80%; height: auto;}
    #content .boxes-tabela .box{width: 500px; height: auto; margin: 15px 20px; padding: 5px; border-radius: 25px; background-color: #f1f1f1;}
    #content .boxes-tabela .box .cols .left{width: 30%; height: auto;}
    #content .boxes-tabela .box .cols .right{width: 68%; height: auto;}
    
    #content-tabela{height: auto; background-color: #fff;}
    #content-tabela table{width: 100%; text-align: center;}
    #content-tabela .input{width: 90%;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #0e510c; padding-top: 5px; position: absolute; bottom: 0;}
    #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: 1099px){
    .no-display{display: none;}
    #wrapper{width: 100%; min-height: auto; margin: 0; padding: 0;}
    .inner{width: 100%; margin: 0;}
    
    /*Header*/
    #header{width: 100%; height: auto; background-color: #fff; border-bottom: 1px solid #0e510c; position: fixed; z-index: 9999;}
    
    #header .top{width: 100%; height: 35px; background-color: #0e510c;}
    #header .top .fone{width: auto; height: 35px; margin: 0; padding: 0; list-style: none; text-align: center;}
    #header .top .fone li{width: auto; height: 25px; margin: 0; padding: 0 15px; display: inline-block; font-size: 12px; color: #fff; line-height: 25px;}
    #header .top .fone li.fone{display: none;}
    #header .top .fone li.whats{background: url(../img/icon-whatsapp.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.insta{display: none;}
    #header .top .fone li.link{display: none;}
    
    #header .bot .logo{width: 90%; height: 90px; float: left;}
    #header .bot .logo img{height: 70px; padding: 5px 0;}
    
    #header .bot .nav-desktop{display: none;}
    #header .bot .nav-desktop .menu-desktop{display: none;}
    
    #header .bot .nav-mobile{width: 10%; 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: #222; position: absolute; top: 125px; 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;}
    
    /*Slide*/
    #slide{width: 100%; height: auto; position: relative; top: 125px;}
    #slide .slide-content{width: 100%; height: auto; text-align: center; padding: 50px 0;}
    #slide .slide-content2{width: 100%; height: auto; text-align: center; padding: 50px 0;}
    .bg1{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide1.jpg) no-repeat fixed; background-size: cover;}
    .bg2{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide2.jpg) no-repeat fixed; background-size: cover;}
    .bg3{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide3.jpg) no-repeat fixed; background-size: cover;}
    .bg4{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide4.jpg) no-repeat fixed; background-size: cover;}
    .bg5{background: linear-gradient(rgba(0,0,0,0.50), rgba(0,0,0,0.50)), url(../img/slide5.jpg) no-repeat fixed; background-size: cover;}
    
    /*Content*/
    .content{width: 100%; padding: 35px 0; position: relative; top: 125px;}
    .main{padding: 20px;}
    
     #content{height: auto; background-color: #fff;}
    #content .cols .col{width: 100%;}
    #content .cols .left{width: 100%; text-align: center;}
    #content .cols .right{width: 100%;}
    #content .cols .bgcol{background-color: #f1f1f1;}
    #content .cols .bgcol div{padding: 15px;}
    #content .bgcols{background-color: #f1f1f1;}
    #content .boxes .box{width: 255px; height: 255px; margin: 10px 5px;}
    #content .lightbox2 img{width: 255px; height: 255px; margin: 10px 5px;}
    #content table{width: 100%; text-align: center;}
    #content .input{width: 90%;}
    #content .boxes-missao .box{width: 255px; margin: 10px 20px; padding: 5px; border-radius: 25px; background-color: #f1f1f1;}
    #content .boxes-missao .box .cols .left{width: 55px; height: auto;}
    #content .boxes-missao .box .cols .left img{width: 50px; height: 50px; padding: 5px;}
    #content .boxes-missao .box .cols .right{width: 198px; height: auto;}
    #content .boxes-tabela .box{width: 255px; height: auto; margin: 10px 5px; padding: 5px; border-radius: 25px; background-color: #f1f1f1;}
    #content .boxes-tabela .box .cols .left{width: 55px; height: auto;}
    #content .boxes-tabela .box .cols .left img{width: 50px; height: 50px; padding: 5px;}
    #content .boxes-tabela .box .cols .right{width: 198px; height: auto;}
    
    #content-tabela{height: auto; background-color: #fff;}
    #content-tabela table{width: 100%; text-align: center;}
    #content-tabela .input{width: 90%;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #0e510c; padding-top: 5px; position: relative; top: 125px;}
    #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;}