/*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(fonts/raleway/raleway.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(fonts/raleway/raleway-bold.woff) format('woff');
}
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700|Arimo:400,700|Oxygen:400,700|Varela+Round|Maven+Pro:400,700);
                     
.rowbox{   
    display: flex;
    box-shadow: 0px 0px 6px -2px #555;
    margin-bottom: 10px;
    flex-wrap: wrap;
}.rowbox > li{
    flex: 1 1 auto;
    list-style: none;
    
}
.icontext2{
    display: block;
    margin: auto;
   
    cursor: pointer;
    /*background: #fff;*/
    transition: 300ms;
}.icontext2:active{
    transform: scale(0.95);

}.icontext2:hover{
    /*background:#fff;*/
    box-shadow: 0px 0px 35px -14px #ccc inset;

    /*box-shadow: 0px 0px 35px -14px #ccc inset,0px -2px 0px 0px #CD2F2F inset;*/
}.icontext2 div{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    
}.icontext2 div[data-type="icon"]{
    text-align: center;
    padding-right: 5px;
    vertical-align: top;
}.icontext2 div[data-type="text"]{
    /*width: 100%;*/
}.icontext2 div[data-type="text"] label{
    color: #0E0E0E;
    font-weight: bold;
    cursor: pointer;
}.icontext2 div[data-type="text"] p{
    color: #444;
}.icontext2 div[data-type="text"] span {
    color: #50911B;
    font-weight: bold;
    cursor: pointer;
}


*{
	/*color:#888;*/
    font-family: 'IBM Plex Sans', Arial, sans-serif;

}

.row{
	margin:0px !important;
}
.wrapper > header{
	
}

h1{
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h2{
	font-size:35px; margin:0 0 0 0; font-weight:normal;
}
/*h3{
	color:#8E0000;
	font-size:25px; 
	margin:0 0 0 0; 
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

*/
.floatRight{ float:right; }
.floatLeft{ float:left; }


.contentText{
	margin-top: 10px;
}.contentText p{
	text-align: justify;
}
.header{
	background: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 20px;
}.sobreBanner{	
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #ccc;	*/
}

.wrapper>footer {

    background: #222;
}

.wrapper>footer h1 {
    color: #aaa;
}

.footer {
    border-top: 1px solid #111;
    background: #111;

    padding-top: 50px;
    padding-bottom: 50px;

}

.copyright p {
    color: #aaa;
}

.copyright p a {
    color: #74C107;
}

.copyright p a:hover {
    color: #579400;
}

.header .logo img{
	height: 90px;
}

.menu-tabs {
    outline: 0;
}

.menu-tabs>ul {
    outline: 0;
}

.menu-tabs>ul>li {
    list-style: none;
    display: inline-table;
    position: relative;
}

.menu-tabs>ul>li>a {
    display: table;
    padding: 10px 20px 10px 20px;
    color: #a0a0a0;
    text-decoration: none;
    transition: 300ms;
    /*box-shadow: 11px 0px 0px -10px rgba(255,255,255,.5);*/
    box-shadow: 11px 0px 0px -10px rgb(0, 0, 0);
    position: relative;
}

.menu-tabs>ul>li>a:hover {
    background: rgba(0, 0, 0, .2);
}

.menu-tabs>ul>li[data-status="active"]>a {
    background: rgba(0, 0, 0, .3);


}

.menu-tabs>ul>li[data-mode="dropdown"]>a {
    padding: 10px 40px 10px 20px;
}

.menu-tabs>ul>li[data-mode="dropdown"]>a:after {
    content: "›";
    font-family: arial;
    transform: rotate(-90deg);
    font-weight: bold;
    position: absolute;
    right: 20px;
    transition: 200ms;
}

.menu-tabs>ul>li[data-mode="dropdown"]:hover>a:after {}

.menu-tabs>ul>li ul {
    position: absolute;
    bottom: 100%;
    background: #fff;
    box-shadow: 0px 0px 0px 1px #ccc, 0px 0px 6px -2px #000;
    min-width: 200px;
    opacity: 0;

}

.menu-tabs>ul>li:hover ul {
    opacity: 1;
}

.menu-tabs>ul>li ul>li {
    list-style: none;
}

.menu-tabs>ul>li ul>li>a {
    display: table;
    box-sizing: border-box;
    width: 100%;
    text-decoration: none;
    color: #555;
    padding: 10px;
}

.menu-tabs>ul>li ul>li>a:hover {
    text-decoration: none;
    color: #555;
    background: #eee;
}

.menu-tabs>ul>li ul>li[data-status="active"]>a {
    background: #444;
    color: #fff;
}

nav[data-type="lisbox"] > label{
	color: #aaa !important;
	background: transparent !important;
	box-shadow: 0px 0px 7px -6px #000 inset, 0px 0px 0px 1px rgba(255,255,255,.2) !important;

}nav[data-type="lisbox"] > label:hover {
    background: rgba(0, 0, 0, 0.39) none repeat scroll 0% 0%;
}
.preinfo{
	padding-top: 0px;
	padding-bottom: 0px;
}

.rightMargin{
	/*margin-right: 30px;*/
	display: table;
	margin: 0px 0px 0px auto;
	/*width: 320px !important;*/
	text-align: center;
}

.formu{ 
	position: absolute;
	/*top: 100%;*/
	right: 0px;
	z-index: 100;
	text-align: center;
	background:#f6f7f8;
	width:300px;
	padding:10px; 
	padding-left:20px; 
	padding-right:20px; 
	height: 382px;
	box-sizing: border-box;
	
}

.formu label{	
	color:#CD2F2F; 
	font-weight: bold;
	text-decoration:bold; 
	font-size:15px;
	margin: 0px !important; 
	padding: 10px;
	display: block;
}
.formu p{	
	padding: 10px;
	display: block;
	}
.form input{ margin:0 0 5px 0; }
.form input[type="radio"]{ margin:0 0 10px 0; }

/*.destaques .column:not(:last-child){*/
.destaques{
	display: table;
	width: 100%;
}	
.destaques .column div{
	position: relative;
}	
.destaques .column:not(:last-child) div{
	margin-right: 20px;
}
.destaques .column{
	/*position: relative;*/
	/*margin: 10px;*/
    /*display: inline-table;*/
    /*width: 338px;*/
}
.destaques .column:not(:last-child){
	padding-right: 10px;
}
.destaques [data-rel="img"]{ 
	width:100%; margin:0 0 0 0; 
}
.destaques [data-rel="text"]{ 
	margin: 0px 0px 4px 0;
	color: #fff;
	text-align: center;
	padding: 13px 0;
	font-size: 130%;	
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	/*position: absolute !important;*/
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: RGBA(0, 0, 0, 0.85);
	 }
.destaques [data-rel="text"] cite{ 
	color: #fff;
	font-style: normal;
}	 

.copyright p{
	font-size: 12px;
}
.copyright .copylogo{
	height: 18px;
	vertical-align: middle;
}

@media screen and (max-width: 880px) {
	.chamada{
		/*display: none;*/
	}
	.header .column{
		text-align: center !important;
	}
	.rightMargin {
		margin:auto !important;
	}
	h2 {
    	font-size: 25px;
    	text-align: center;
	}
	.banners .textobanner{
	    left: 0px !important;
	}
	.banners .textobanner p{
	    padding: 10px !important;	    
	}
	.formu {
       position: static !important;   
       width: 100% !important;     
    }
    .contentText{
		margin-top: 0px !important;
	}
	.contentText p {
	    /*text-align: justify;*/
	    /*padding: 5px;*/
	}
	.destaques .column{
		padding-right: 0px !important;
	}
}


footer  .content{
	/*padding: 15px;*/
	box-sizing: border-box;
}
footer  h1{	
	font-size: 15px;
}
