/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

.video-responsive {overflow:hidden;padding-bottom:56.25%;position:relative;height:0;margin:0px 0px}
.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute;}

body {
	margin:0 auto;
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1300px;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.topo{
	position: absolute;
	top: 0px;
}

.titulo{display: none;}

.tittxt{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-style: italic;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 1.8em;
	color: #b02b22;
	padding-top: 1em;
}

.titform{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-style: italic;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 2em;
	color: #fff;
	padding-top: 1em;
}

p {margin: 0em auto;}
.txt {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing: -0.00em;
	text-transform: none;
	text-align: justify;
	font-size: 1.4em;
}

/* menu dropdown */
#main-nav   {
    text-decoration: none;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-style: italic;
	font-weight: bolder;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	font-size: 0.5em;
	z-index: 999;
}
#main-nav ul    {float: right; list-style-type: none;  margin: 0; padding: 0; padding-top: 0em;}
#main-nav li    {display:block; float: left; padding-right:1em; padding-top: 1em; padding-left: 1em; padding-bottom: 1em;}
#main-nav li a  {display:block; color: #333; text-decoration: none; font-weight: bolder;}
#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {color: #b02b22; display: block; }
#main-nav ul ul {display: none; position: absolute; top: 3.2em;}
#main-nav ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
	padding-right:0.5em; padding-top: 0.5em; padding-left: 0.5em; padding-bottom: 0.5em; background-color: rgba(255,255,255,0.8);
    width:auto; /* set to the width you want your sub menus to be. This needs to match the value we set below */}
#main-nav ul ul li a { /* target all sub menu item links */
    padding: 0.0em 0.0em; /* give our sub menu links a nice button feel */}
#main-nav ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */}
#main-nav ul ul li ul {
    /* target all second, third, and deeper level sub menus */
    left: 12em; /* this needs to match the sub menu width set above -- width + padding + borders */
    top: 0.5em; /* this ensures the sub menu starts in line with its parent item */}

#main-nav ul ul li ul ul{
    /* target all second, third, and deeper level sub menus */
    left: 5.45em; /* this needs to match the sub menu width set above -- width + padding + borders */
    top: 0.5em; /* this ensures the sub menu starts in line with its parent item */
    width: auto;}





/* menu */
.menu_topo{
	text-decoration: none;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-style: italic;
	font-weight: bolder;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 1.5em;
}

.menu_topo ul{float: right; list-style-type: none;  margin: 0; padding: 0; overflow: hidden; padding-top: 0em;}
.menu_topo li{float: left; padding-right:1em; padding-top: 1em; padding-left: 1em; padding-bottom: 1em;}
.menu_topo li a{color: #444; text-decoration: none; font-weight: bolder;}
.menu_topo li a:hover {color: #000;}
.menu_topo active {color: #b02b22;}


/* sidebar */
.sidebar {display:none;

}
/* footer */
.footer {background-color: #b02b22; padding-top:0em; color: #fff; height: 20em; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 1.2em;}
.footer h1{font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 2.2em; text-align: left; font-style: italic; font-weight: 900; letter-spacing: -0.1em; text-transform: uppercase;}

#rodape {width: 90%; margin: 0 auto; padding-left: 7em; text-align: left;}
.rodacol{width:24%; font-size: 0.8em; display: inline-block; text-align: left; padding-right:4em; vertical-align: top;}
#rodape li{list-style:none; color: #fff; font-size: 1.5em;}
#rodape a{color: #fff;}
#rodape a:hover{color: #fff; text-decoration: underline;}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 720px) {
	.footer {display:none; background-color: #b02b22; padding-top:1em; padding-bottom:2em; color: #fff; font-family: 	Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 1.2em; display:table;}
	.footer h1{font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 1.8em; text-align: left; font-style: italic; font-weight: 900; text-transform: uppercase;}

	#rodape {width: 90%; margin: 0 auto; padding-left: 0em; text-align: left;}
	.rodacol{float:left; width:90%; font-size: 0.8em; text-align: left; padding-right:0em; padding-top:0em; vertical-align: top;}
	#rodape li{list-style:none; color: #fff; font-size: 1.5em;}
	#rodape a{color: #fff;}
	#rodape a:hover{color: #fff; text-decoration: underline;}

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.menu_indu {clear: both;text-decoration: none; font-family: 'Barlow'; font-weight: bolder; letter-spacing: -0.05em; text-transform: uppercase; font-size: 1.36em; color:#fff;!important}

.menu_indu ul{float: right; list-style-type: none;  margin: 0; padding: 0; overflow: hidden; padding-top: 0em; color:#fff; }
.menu_indu li{float: left; padding-right:1em; padding-top: 1em; padding-left: 1em; padding-bottom: 1em; color:#fff;}
.menu_indu li a{color: #fff;  font-weight: bolder; !important}
.menu_indu li a:hover {color: #ffcc00;text-decoration: none;}
.menu_indu active {color: #ffcc00;}