b{
    font-weight: bold !important;
}
html{
	font-family: 'Open Sans', sans-serif;
	}
.row3x{
    width: 75%;
    float: left;
}
.row075x{
    width: 25%;
    float: left;
}
#totop{
	width:40px;
	height:40px;
	background-image:url(../img/to_top.png);
	position:fixed;
	bottom:20px;
	right:20px;
	cursor:pointer;
	display:none;
	opacity:0.8;
	background-size:40px;
	}
#totop:hover{
	opacity:1
	}
.max_width{
	width:1300px;
	margin:0 auto;
	}
/*INTRODUÇÃO*/
#intro{
	overflow:hidden;
	position:relative;
	}
#intro_bg{
	background: url(../img/intro_backgroun.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-o-background-size:      cover;
	background-size:         cover;
	position:absolute;
	width:100%;
	height:100%;
	z-index:-99;
	}
/*NAVEGAÇÃO*/
#nav{
	width:100%;
	margin-top:40px;
	display:inline-block;
	}
/*LOGOTIPO*/
#nav img{
	background-color:#e3e3e3;
	padding:14.5px;
	float:left;
	}
/*ELEMENTOS NAVEGAÇÃO*/
#nav a{
	float:left;
	background-color:f7941e;
	margin:auto 1px auto 1px;
	font-size:22px;
	padding:36.5px;
	background-color:#f7941e;
	color:#ffffff;
	text-decoration:none;
	border:3px solid #f7941e;
	position:relative;
	overflow:hidden;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
	}
/*TEXTO ELEMENTOS NAVEGAÇÃO*/
.btn_text{
	z-index:9999;
	position:relative;
	}
/*EFEITO HOVER ELEMENTOS NAVEGAÇÃO*/
.menuhovereffect{
	position:absolute;
	width:0px;
	height:109px;
	top:0;
	left:0;
	display:inline-block;
	z-index:-0.9;
    right:0;
    margin:auto;
	display:block;
	background-color:#FFF;
	-webkit-transform:  skew(45deg);
	-moz-transform:     skew(45deg);
	-o-transform:       skew(45deg);
	-ms-transform:      skew(45deg);
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition:    all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-transition:     all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition:      all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition:         all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
#nav a:hover{
	color:#f7941e !important;
	}
#nav a:hover .menuhovereffect{
	width:100%;
	}
/*LOGOTIPO*/
#nav a:first-child{
	padding:0;
	border:none;
	}
/*ÁREA DO TEXTO*/
.info{
	float:left;
	overflow:hidden;
	}
/*TEXTO INTRODUÇÃO*/
#intro_text_container{
	width:823px;
	overflow: hidden;
	background-color:#f7941e;
	background: rgb(247, 148, 30);
   	background: rgba(72, 72, 72, 0.7); 
	margin-bottom:33px;
	border-radius:20px;
	}
#intro_text_container p{
	margin-left:20px;
	width:803px;
	float:left;
	}
.intro_text_fix_container p{
	color:#ffffff;
	font-size:50px;
	line-height:70px;
	padding-top:10px;
	padding-bottom:10px;
	}
.intro_text{
	padding:20px;
	width:783px;
	height:222px;
	float:left;
	color:#ffffff;
	font-size:30px;
	}
@-moz-document url-prefix() {
    .intro_text{
		height:227px;
	}
}
.nav{
	text-indent: -9999px;
	width:8px;
	height:8px;
	cursor:pointer;
	margin:auto 5px;
	display:inline-block;
	border-radius:8px;
	border-color:#363636;
	border-width:1px;
	border-style:solid;
	opacity:0.8;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
	
	}
.navactive{
	background-color:#f7941e;
	}
.nav:hover{
	background-color:#f7941e;
	}
.nav_controls{
	width:30px;
	height:30px;
	position:absolute;
	margin-top:-15px;
	top:50%;
	z-index:999;
	background: rgb(247, 148, 30);
   	background: rgba(247, 148, 30, 0.5);
	cursor:pointer;
	border-radius:50px;
	overflow:hidden; 
	border-color:#363636;
	border-width:2px;
	border-style:solid;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}
.nav_controls:hover{
	background: rgb(247, 148, 30); 
	}
.left{
	left:10px;
	}
.right{
	right:10px;
	}

img.links{
    width:260px;
    padding:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    float:left;
}
/*ÁREA NOTICIAS*/
.news_container{
	float:right;
	width:440px;
	height:385px;
	background-color:#ffffff;
	}
@-moz-document url-prefix() {
    .news_container{
		height:390px;
	}
}
#news_intro_title{
	padding-top:20px;
	padding-bottom:6px;
	font-size:25px;
	font-weight:bold;
	color:#f7941e;
	}
#news_intro_title img{
	margin:auto 10px auto 30px;
	}
.news_container_intro{
	margin:15px;
	background-color:#e3e3e3;
	height:88px;
	}
.news_container_intro:hover{
	background-color:#D3D3D3;
	}
/*APRESENTAÇÂO*/
#back_text{
	width:100%;
	}
.title{
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	}
.text{
	margin:20px;
	font-size:10pt;
	color:#666;
	}
/*DESTAQUE*/
#img_sd{
	float:right;
	margin-top:30px;
	margin-bottom:30px;
	height:820px;
	margin-right:-10%;
	}
#sd_left_container{
	width:640px;
	height:820px;
	margin:30px 0;
	float:right;
	}
#sd_title{
	font-size:35px;
	font-weight:bold;
	margin-top:250px;
	color:#f7941e;
	}
#sd_text{
	width:450px;
	margin-top:30px;
	font-size:18px;
	}
#sd_button{
	padding:10px 30px;
	border:#000;
	border-color:#f7941e;
	border-width:2px;
	border-style:solid;
	float:left;
	border-radius:5px;
	font-weight:bold;
	color:#f7941e;
	margin-top:30px;
	}
#sd_button:hover{
	border-color:#363636;
	color:#363636;
	}
/*CONTACTO PAGE*/
#cont_form_page{
	position:fixed;
	z-index:9999;
	right:-547px;
	top:50%;
	margin-top:-250px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
	}
.scroll_cont_page{
	right:-504px !important;
	}
#cont_form_page img{
	float:left;display:inline-block;
	margin-top:122px;
	}
#form_container{
	width:500px;
	height:500px;
	background-color:#F8F8F8;
	display:inline-block;
	border-radius:10px 0 0 10px;
	border-color:#f7941e;
	border-width:2px;
	border-style:solid;
	}
.opening{
	right:0px !important;
	}
#form_container p{
	font-weight:bold;
	color:#f7941e;
	font-size:30px;
	margin:30px;
	margin-bottom:10px;
	}
#form_container div{
	padding-top:10px;
	padding-bottom:10px;
	}
#form_cont_page label{
	width:130px;
	text-align:right;
	display:inline-block;
	color:#363636;
	margin-left:5px;
	}
#form_cont_page input[type="text"]{
	width:300px;
	color:#666;
	padding:5px;
	border-color:#363636;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	}
#form_cont_page input[type="submit"]{
	color:#fff;
	padding:10px 30px;
	background-color:#363636;
	border:none;
	border-radius:2px;
	float:right;
	margin-right:45px;
	font-weight:bold;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    -ms-transition:     all 0.2s ease-in-out;
    -o-transition:      all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
	}
#form_cont_page input[type="submit"]:hover{
	padding:10px 40px;
	}
#form_cont_page textarea{
	width:300px;
	color:#666;
	padding:5px;
	border-color:#363636;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	background-color:#ffffff;
	height:100px;
	vertical-align:text-top;
	resize:none;
	}
/*servicos-------------------------------------------------------------------------------------*/
#s_nav{
	width:272px;
    margin: 40px 10px 10px auto;
	float:left;
    overflow: hidden;
	}
#s_nav a{
	text-decoration:none !important;
	}
.s_nav_btn{
	background-color:#ebebeb;
	font-weight:bold;
	color:#4b4b4b;
	font-size:12px;
    padding: 15px;
    border-bottom: solid 1px #4b4b4b;
	}
.s_nav_btn:hover{
	background-color:#4b4b4b;
	color:#fff;
	}
#s_cont{
    float: left;
	width: 915px;
    display: block;
    padding: 40px;
    padding-top: 0px;
    margin-top: 40px;
    box-shadow: 0 0 35px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 35px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.4);
	}
.s_s_title{
	color:#4b4b4b;
	margin:30px 0 10px 0;
	font-size:20px;
	font-weight:bold;
	z-index:9999;
    font-family: serif;
    padding-left: 5px;
	}
.s_text{
	font-size:10pt;
	color:#666;
    margin-left: 15px;
	}
/*LOGIN BOX*/
#back_login{
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.4);
	color: rgba(0, 0, 0, 0.4);
	position:fixed;
	z-index:999999999;
	display:none;
	}
#form_container_login{
	width:650px;
	height:438px;
	margin-top:-219px;
	margin-left:-325px;
	position:absolute;
	left:50%;
	top:50%;
	background-color:#f3f6fb;
	}
#top_form_login_container{
	width:570px;
	background-color:#f7941e;
	line-height:60px;
	padding:20px 40px;
	color:#ffffff;
	font-weight:bold;
	font-size:25px;
	overflow:hidden;
	}
#top_form_login_container p{
	float:left;
	}
#top_form_login_container img{
	float:right;
	margin:20px 10px;
	border-width:2px;
	border-style:solid;
	border-radius:20px;
	}
#form_login_container{
	width:430px;
	margin:0 auto;
	background-color:#ebebeb;
	margin-top:35px;
	overflow:hidden;
	}
#form_login_container input{
	width:340px;
	display:block;
	margin:0 auto;
	margin:35px;
	padding:10px;
	color:#666;
	border-radius:3px;
	}
#form_login_container input[type=submit]{
	width:360px;
	color:#ffffff;
	background-color:#f7941e;
	border:none;
	}

/*footer*/
.container_footer{
    border-top:solid 1px #999;
    border-bottom:solid 1px #999;
    margin-top:50px;
    padding:20px;
    overflow:hidden;
}
.address{
    font-size:12px;
    color:#FFFFFF;
    float:left;
	margin:0 0 0 40px;
	width:370px;
}
.address p{
    color:#e3e3e3;
    font-weight:bold;
    border-bottom:solid 2px #e3e3e3;
    width:200px;
    margin:0;
    margin-bottom:5px;
    margin-top:10px;
    font-size:14px;
}
.address samp{
	margin-bottom:10px;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
}
.address samp a{color:#e3e3e3;}
.copywrite{
	color:#fff;
	line-height:65px;
	display:block;
}
.address form input[type='text']{
	width:190px;
	border:none;
	padding:5px;
	margin-top:20px;
	border-radius:2px;
}
#savensl{
    margin: 10px auto;
	padding:5px 20px;
	border:solid 2px #e3e3e3;
	background-color:transparent;
	border-radius:5px;
	color:#ffffff;
}
#logo_footer{
	float:left;
	width:15px;
	margin:15px;
}

/*publicacao*/
#news_container h1{
    font-weight: bold;
    color: #666;
    font-size: 20pt;
    margin:20px 0 0 0;
}
#news_container p{
    text-align: justify;
    font-size: 10pt;
}
.noti_container .img, .home_news .img{
    width: 100px;
    height: 100px;
    float: lefT;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*ultimas publicações*/
#more_news, #more_news_intro, #more_news_list{
    padding: 10px;
    background: #e6e6e6;
    overflow: hidden;
}
#more_news a, #more_news_intro a, #more_news_list a{
    float: left;
    width: calc(25% - 40px);
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 5px
}
div.noti_container{
    overflow: hidden;
    height: 100px;
}
div.home_news{
    height: 70px;
    overflow: hidden;
}
div.noti_container h3, div.home_news h3{
    width: calc(100% - 200px);
    color: #666;
    float: left;
}
div.home_news h3{
    font-size: 12px !important;
    width: calc(100% - 120px);
}
div.home_news samp{
    background: #fff;
    padding: 2px;
    opacity: 0.7;
    color: #111;
}
div.noti_container samp{
    float: right;
}
div.noti_container p, div.home_news p{
    font-size: 12px;
    display: block;
    color: #999;
    text-decoration: none !important;
    height: 35px;
    overflow: hidden;
    margin-top: 5px;
    width: calc(100% - 200px);
    float: left;
}
a{
    text-decoration: none;
}
#more_news_intro a{
    width: calc(100% - 40px);
    margin: 5px 10px;
}
#more_news_list a{
    width: calc(100% - 40px);
}
#more_news_list nav{
    padding: 20px 0;
}
#more_news_list nav ul{
    text-align: center;
}
#more_news_list nav li{
    display: inline-block;
    background: #c8c8c8;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    font-weight: bold;
    margin: 0 5px;
}
#more_news_list nav li a{
    padding: 0;
    margin: 0;
    padding: 10px;
    background: transparent;
    color: #fff;
}
#more_news_list nav li.active, #more_news_list nav li:hover{
    color: #fff;
    cursor: pointer;
    background: #666;
}
.side_bar{
    background: #fff;
    margin: 10px;
    width: calc(100% - 20px);
}
.side_bar .titlee{
    background-color: orange;
    color: #fff;
    margin: 5px 0;
    font-weight: bold;
    padding: 10px;
}
a.tag{
    float: left !important;
    width: auto !important;
    margin: 0 0 0 5px !important;
    padding: 5px !important;
    background: #666 !important;
    color: #fff;
    line-height: 10px !important;
    border-radius: 3px;
}
/*
ul.breadcum{
    font-size: 12px;
    display: block;
    overflow: hidden;
}
ul.breadcum li{
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background: #666;
}
ul.breadcum li a{
    color: #fff;
}*/
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumbs-one{
  background: #e3e3e3;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #666;
  position: relative;
  background-color: #ddd;
  background-image: #999;
    font-size: 12px;
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}
a.btn{
    background: #f7941e;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #222;
}

a samp.category{
    font-size: 10px;
    float:left !important;
    background: #f7941e;
    color:#fff;
    padding: 3px;
    border-radius: 3px;
    margin:0;
    font-weight: normal;
    margin: 5px 5px 0 0;
    bottom: 5px;
    right: 5px;
    z-index: 9999;
}
a.tag{
    background: transparent !important;
    margin: -3px !important;
}
a.tag samp{
    padding: 5px;
    margin: 0;
}
.home_news{
    position: relative
}
.home_news samp.tag{
    display: block;
    font-size: 10px;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    right: 0px;
    position: absolute;
    background: #f7941e;
    color: #fff !important;
    right: 0;
    border-radius: 3px;
    padding: 3px
}
/*
@media screen
Outros Tamanhos       : 1300 px
PC / Tablet landscape : 1024 px
Tablet                : 768  px
Phone Landscape       : 480  px
Phone                 : 320  px
*/

@media screen and (max-width: 1500px){
    .home_news h3{
        width: calc(100% - 120px) !important;
        font-size: 12px !important;
        font-weight: bold;
        height: auto;
        text-overflow: inherit !important;
        white-space: normal !important;
        margin-top: 18px;
    }
    .home_news p{
        display: none !important;
    }
    .home_news{
        position: relative;
    }
    .home_news samp{
        font-size: 10px;
        opacity: 0.8;
        color: #000 !important;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 11px;
    }
    .home_news samp.tag{
        display: block;
        font-size: 10px;
        opacity: 0.8;
        position: absolute;
        top: 0px;
        right: 0px;
        position: absolute;
        background: #f7941e;
        color: #fff !important;
        left: 110px;
        right: auto;
        border-radius: 3px;
    }
	.max_width{
		width:1024px;
		}
	#nav a{
		padding:25px;
		font-size:20px;
		}
	#nav img{
		width:200px;
		padding:9px;
		}
	.menuhovereffect{
		height:100%;
		}
	#nav a:hover{
		color:#f7941e;
		}
	#nav a:hover .menuhovereffect{
		width:100%;
		}
	#intro_text_container{
			width: 594px;
		}
	#intro_text_container p{
		font-size:38px;
		width:574px;
	}
	.intro_text{
		width:554px;
		font-size:25px;
	}
    img.links{
    width:204px;
    padding: 20px 10px;
    }
	.news_container{     
		width: 400px;
	}
	#img_sd{
		height:600px;
		margin-top:200px;
		margin-bottom:200px;
	}
	#s_nav{
		width:218px;
	}
    .address{
        font-size:12px;
        color:#FFFFFF;
        float:left;
        margin:0 0 0 40px;
        width:286px;
    }
    #s_cont{
        width: 700px;
    }
	.s_text{
        width: 80% !important;
        margin: 0 !important;
        padding: 0;
    }
}
@media screen and (max-width: 1024px){
    .max_width{
		width:100%;
	}
    div#nav a{
        width: 100% !important;
        border-top: solid 1px #fff;
        font-size: 14px;
        padding: 5px;
        text-align: center;
    }
    div#nav a:hover{
        color: #000 !important;
    }
    div.menuhovereffect{
        display: none;
    }
    #intro_text_container{
        width: 100%;
    }
    div.intro_text{
        width: 
    }
    div.info{
        width: 100%;
    }
    .news_container{
        display: none;
    }
    #cont_form_page{
        display: none !important;
    }
    #login_btn{
        float: left !important;
    }
    .nav{
        display: none;
    }
    .links{
        text-align: center;
    }
    .links img{
        display: inline-block;
        float: none;
    }
    .address{
        float: none;
        margin: 0 auto;
    }
    .container_footer{
        width: 100%;
        margin: 0 auto;
    }
    
    #s_cont{
        width: 100%;
    }
    #s_cont{
        width: 100%;
    }
    #s_nav{
        display: none !important;
    }
    .row3x{
        width: 100%;
    }
    .row075x{
    display: none;
    }
    #more_news a{
        width: calc(50% - 40px);
    }
}
@media screen and (max-width: 768px){
    .top_bar{
        font-size: 12px !important;
    }
    #more_news a{
        width: calc(100% - 40px);
    }
    #news_container img{
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 480px){
    .pub{
        display: none !important;
    } 
    div.intro_text{
        font-size: 18px;
    }
    
}
@media screen and (max-width: 320px){

}

