/** PÁGINA INDEX **/
.header_main{
  background-repeat:repeat-x;
  padding-top:40px
}

.header{
	margin-bottom:20px
}

#content{
	width:100%;
}

.marcas{
	text-align:center;
	color:#fff;
	border:#01485f solid 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.marcas a:hover{
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

.content_newsletter{
	background-color:#bdbec0;
}

#newsletter{
	background-color:#e6e6e6;
	margin:10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.input_newsletter{
	margin: 0 0.5rem;
	width:370px;
	height: 30px;
	padding: 0 1.5rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.status_alert {
	font-weight: bold;
	color: #CC0000;
}

.pridetv_main{
	background-image:url(../../imgs/backgrounds/bg-noticias-gd.png);
	padding-bottom:40px;
	color:#fff;
}

.video-wrapper {position:relative; padding-bottom:56.25%;}
.video-wrapper iframe {position:absolute; width: 100%; height: 100%; top:0; left:0;}

.video{
	margin: 0.5rem ;
	text-align:center;
}

.video iframe {
    top: 0;
    left: 0;
    width: 100%;
	height:250px;
	border:#000 1px solid;
}

.socialmedia_main{
	background-color:#e6e6e6;
	text-align:center;
}

.socialmedia_marca{
	margin:1.5rem 0.2rem;
	display:inline-block;
	text-align:top;
	width:180px;
	height:120px;
	margin-bottom:30px;
	padding:0
}

.socialmedia_thumbs{
	position:absolute;
	text-align:top;
	margin:0;
	width:180px;
	height:80px;
}

.socialmedia_botoes{
	width:180px;
	height:60px;
}

.bgcinzapqbottom{
	background-image:url(../../imgs/backgrounds/bg-noticias-pq-cinza.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.bgcinzapqtop{
	background-image:url(../../imgs/backgrounds/bg-noticias-pq-cinza.png);
	background-position:top;
	background-repeat:repeat-x;
}

.bgpretopq{
	background-image:url(../../imgs/backgrounds/bg-noticias-pq-preto.png);
	background-position:top;
	background-repeat:repeat-x;
}

/** PÁGINA HOME **/
.noticias_main{
	background-image:url(../../imgs/backgrounds/bg-noticias-gd.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:20px;
}

.noticias_individual{
	margin: 1rem ;
	display:table;
}

.noticias_thumb{
	position:relative;
}

.noticias_thumb img{
	position:absolute;
	overflow:hidden;
}

.noticias_txt_titulo{
	color:#fff;
	font-size: 1.225rem; 
	font-weight:bold;
	text-rendering: optimizeLegibility;	
}
.noticias_titulo{
	position:absolute;
	width:100%;
	top:5.1rem;
	background-image:url(../../imgs/backgrounds/bg-titulo-noticia.png);
	z-index:999;
	padding:2.5%
}

.noticias_txt{
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: inherit;
    line-height: 1.2;
    margin-top: 8.6rem;
	margin-bottom:20px;
    text-rendering: optimizeLegibility;
}
@media only screen and (max-width : 420px) {
	.noticias_titulo{
		width:95%;
		top:7rem
	}
	.noticias_txt{
		margin-top: 11rem;
	}
}

.destaques_main{
	background-color:#eaebec;
	padding: 2rem 0;
}

.detaques_thumb{
	margin: 1rem ;
}

/** REFERENTES AS PÁGINAS DE NOTICIAS/COMUNICADOS/ANUNCIOS/ E TODAS DO SAC **/
.content_lateral{
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	padding-left:10px;
}

.content_lateral h5{
	font-family: 'Montserrat', sans-serif;
	color:#bb0218;
	text-transform:uppercase;
	margin:0;
}

.content_lateral h6{
	float:left;
}

.content_lateral a{
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	color:#3b3b3b;
	cursor:pointer;
	line-height:1.4;
	font-weight:bold;
}

.content_lateral a:hover{
	color:#0092c1;
}

/** REFERENTES AS PÁGINAS DE NOTICIAS/COMUNICADOS/ANUNCIOS **/
#compartilhar{
	text-align:center;
	padding-bottom: 40px;
}
#sociais{
	width: 450px;
	text-align:justify;
	padding: 5px 0 5px 0;
	margin:0 auto 0 auto;
}

/** PÁGINA DE NOTICIAS **/
#content_noticia {
	background-color:#fff;
	color:#3b3b3b;
	width: 90%;
	min-width: 17.5em;
	margin:0 auto 50px auto;
	padding:80px 40px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#content_noticia h4{
	color:#bb0218;
	margin:0 0 25px 0;
}

.content_noticia_texto{
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	padding: 0 4rem;
	text-align:justify;
}

.content_noticia_texto a{
	font-family: 'Roboto Condensed', sans-serif;
	color:#0092c1;
	font-weight:700;
}

.content_noticia_texto a:hover{
	color:#474747;
}

	/** PÁGINA IMPRIMIR (NOTÍCIA) **/
#main_print {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:800px;
	margin: 0 auto 0 auto;
	padding: 25px;
	background-color:#FFF;
}
#header_print {
	width:750px;
	margin: 0 auto 0 auto;
	line-height: 0.5;
}
#header_print h2 {
	color:#bb0218;
	word-spacing: -.09em;
}
#content_print {
	width:750px;
	margin: 0 auto 0 auto;
}
#close_print {
	width:80px;
	float:right;
}
#close_print a {
	color: #bb0218;
	font-weight: bold;
	text-decoration: none;
}
#close_print a:hover {
	text-decoration: underline;
}

	/** PÁGINA ENVIAR (NOTÍCIA) **/
#main_send {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:800px;
	margin: 0 auto 0 auto;
	padding: 25px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#header_send {
	width:800px;
	margin: 0 auto 25px auto;
	display: flex;
}
#header_send h2 {
	color:#bb0218;
	word-spacing: -.09em;
}
#content_send {
	width:600px; /*set width of bar to width of entire window*/
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #000;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.8;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
	padding: 15px 100px 15px 100px;
	margin: 0 auto 0 auto;
}
#close_send {
	width:80px;
	margin: 20px auto 20px auto;
}
#close_send a {
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
}
#close_send a:hover {
	text-decoration: underline;
}
	/** PÁGINA ANÚNCIO **/
#content_anuncio{
	background-color:#fff;
	color:#3b3b3b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:50px;
	padding:80px 40px;	
}

#content_anuncio h2{
	font-family: 'Montserrat', sans-serif;
	color:#bb0218;
	margin:0 0 25px 0;
	word-spacing: -.09em;
}

#content_anuncio h3{
	font-family: 'Montserrat', sans-serif;
	color:#bb0218;
	margin:0 0 25px 0;
	word-spacing: -.09em;
}
.content_anuncio_texto{
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	padding-right:40px;
	text-align:justify;
}
.content_anuncio_texto p {
	color:#000;
	font-size: inherit;
	line-height: 0.5;
	text-rendering: optimizeLegibility;
	font-weight: 400;
} 
	/** PÁGINAS DO SAC **/
#content_sac{
	background-color:#fff;
	color:#3b3b3b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:50px;
	padding:80px 40px;	
}

#content_sac h3{
	font-family: 'Montserrat', sans-serif;
	color:#bb0218;
	margin:0 0 25px 0;
	word-spacing: -.09em;
}

.content_sac_texto{
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	padding-right:40px;
	text-align:justify;
}

	/** FORMUlÁRIOS DO SAC **/
.form_input {
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	margin: 0 0 5px 0;
}
.form_select {
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	margin: 0 0 5px 0;
}
.form_submit {
	color: inherit;
  	font: inherit;
  	margin: 0;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	-webkit-appearance: button;
  	cursor: pointer;
}
.form_label {
	font-weight: bold;
	display: block;
}
.form_head {

}
.form_format {

}
.form:link {
	
}
.form:hover  {
	
}
.form_line {
	
}
.form_alert {
	color: #CC0000;
	text-align: center;
}

	/** CONSULTA DE REVENDAS **/
#main_revendas {
	margin: 0;
	padding: 25px 0 600px 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#header_revendas {
	width:750px;
	margin: 0 auto 25px auto;
	display: flex;
}
#header_revendas h1 {
	font-family: 'Montserrat', sans-serif;
	color:#bb0218;
	margin:0 0 0 10px;
	word-spacing: -.09em;
}
#content_revendas {
	width:750px;
	margin: 0 auto 0 auto;
	display: flex;
}
#close_revendas {
	width:80px;
	padding: 10px;
	margin: 20px auto 20px auto;
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #000;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.8;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
	display: block;
}
#close_revendas a {
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
}
#close_revendas a:hover {
	text-decoration: underline;
}
#obs_fender {
	color:#fff;
	width:750px; /*set width of bar to width of entire window*/
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #000;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.8;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
	display: block;
	padding: 15px;
	margin: 0 auto 15px auto;
}
#mensagem {
	color:#fff;
	width:720px; /*set width of bar to width of entire window*/
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #000;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.8;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
	padding: 15px;
	margin: 0 auto 15px auto;
}
#mensagem_ferias {
	color:#fff;
	width:720px; /*set width of bar to width of entire window*/
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #000;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.8;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
	text-align: justify;
	display: block;
	padding: 15px;
	margin: 0 auto 15px auto;
}
#box_forms {
	width:500px; /*set width of bar to width of entire window*/
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #000;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.8;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
	padding: 15px 125px 15px 125px;
	margin: 0 auto 0 auto;
}
.labels {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin: 0 10px 0 0;
}
.selects {
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	margin: 0 0 0 0;
}
.inputs {
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	margin: 0 0 0 0;
}
.submits {
	color: inherit;
  	font: inherit;
  	margin: 0;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	-webkit-appearance: button;
  	cursor: pointer;
}
/* lista_revendas.php */
.titulo_revendas {
	font-weight: bold;
	text-indent: 10px;
}
.estado_revendas {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-indent: 10px;
}
.fonte_revendas {
	font-size: 10px;
	color: #000;
}
.fonte_revendas a {
	color: #000;
}
.fonte_revendas a:hover {
	text-decoration: none;
}
/* send_pride.php, send_client & manutencao.php */
.bg_envios {
	color: #FFF;
	width:550px; /*set width of bar to width of entire window*/
	/*	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.8);*/
	background-color: #000;
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=80);
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.8;
	/* Older than Firefox 0.9 */
	-moz-opacity: 0.8;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity:0.8;
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	zoom: 1;
	margin-right: 100px;
	margin-left: 100px;
}
.warning {
	color: #FF0;
	text-align: center;
}
a.linx {
	color: #FF0;
	text-decoration: none;
}
a.linx:hover {
	text-decoration: underline;
}

	/** PÁGINA EVENTOS **/
#content_eventos {
	background-color:#fff;
	color:#3b3b3b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:50px;
	padding:80px 40px;	
}
#content_eventos h3{
	font-family: 'Montserrat', sans-serif;
	color:#bb0218;
	margin:0 0 25px 0;
	word-spacing: -.09em;Fhome
}
.content_eventos_texto{
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	padding-right:40px;
	text-align:justify;
}
.img_eventos{
	float:left;
	margin-right: 0.7rem ;
	margin-bottom:1.5rem;
}

.txt_eventos{
	float:left;
	margin-left: 2rem ;
}
.novo_evento{
	width:100%;
	margin-bottom:60px;
	border-bottom:1px solid #cccccc;
	padding-bottom:50px;
	display:table;
}

/** PÁGINA PRIDETV **/
#content_prideTV {
	background-color:#fff;
	color:#3b3b3b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:50px;
	padding:80px 40px;	
}
#content_prideTV h3{
	font-family: 'Montserrat', sans-serif;
	color:#bb0218;
	margin:0 0 25px 0;
	word-spacing: -.09em;
}
.content_prideTV_texto{
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	padding-right:40px;
	text-align:justify;
}
#videos_brands{
	width: 90%;
	min-width: 17.5em;
	margin:0 auto 40px auto;
	border-bottom:1px #c1c1c1 solid;
}
.videos_prideTV {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
    margin:0 auto 60px auto;
}
.videos_prideTV iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border:#000 1px solid;
}

/** PÁGINA QUEMSOMOS **/
#content_quemsomos {
	background-color:#fff;
	color:#3b3b3b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:50px;
	padding:80px 40px;	
}

#content_quemsomos h3{
	font-family: 'Montserrat', sans-serif;
	color:#bb0218;
	margin:0 0 25px 0;
	word-spacing: -.09em;
}

.content_quemsomos_texto{
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	padding-right:40px;
	text-align:justify;
}

/** FOOTER **/
.full-width {
  max-width: 1220px;
}

.footer {
  background-color: #000000;
  padding: 0.5rem 0;
  color: #fff;
}

.footer i {
  font-size: 100px;
}

.footer h4 {
  font-family: 'Montserrat', sans-serif;
  color: #bb0218;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 10px;
  border-bottom:#01485f solid 3px;
}

.footer p, .footer a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: .9rem;
  color: #fff;
}

.copyright{
	background-image:url(../../imgs/backgrounds/bg-noticias-gd.png);
	text-align:center;
	font-size:.9rem;
	padding:10px 0;
	color:#bcbec0;
}

@media only screen and (min-width: 40.063em) {

  .footer .columns:nth-child(n+2) {
    min-height: 250px;
  }
}

.footer-links {
  list-style-type: none;
  margin-left:0;
}

.footer-marcas{
	float:left;
	margin-right:4rem;
}

.footer-links li {
  margin:0;
  padding:0;
}

/** MENU **/

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
nav {
	width:auto;
	height: 40px;
	font-size: 9pt;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01445a+0,01212b+100 */
	background: #01445a; /* Old browsers */
	background: -moz-linear-gradient(top,  #01445a 0%, #01212b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #01445a 0%,#01212b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #01445a 0%,#01212b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01445a', endColorstr='#01212b',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top:5px;
	margin-bottom:10px;
	border:solid 1px #000000;
	text-align:center;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	height: 40px;
}
nav li {
	display: inline;
	margin: 0 auto;
}
nav a {
	color: #fff;
	display: inline-block;
	padding: 0 1rem;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	border-right: 1px solid #01212b;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin: 0 auto;
	margin-left:-3px;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-image:url(../../imgs/backgrounds/bgovermenu.png);
	color:#fff;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border: 1px solid #000000;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	/** REFERENTES AS PÁGINAS DE NOTICIA **/
	#content_noticia iframe {
		width: 100%;
		height: 100%;
	}
	/** REFERENTES AS PÁGINAS DE NOTICIAS/COMUNICADOS/ANUNCIOS **/
	#compartilhar{
		width: 280px;
	}
	
	#sociais{
		width: 280px;
	}
	
	#sociais iframe{
		max-width: 280px;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('http://media02.hongkiat.com/responsive-web-nav/demo/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	.txt_eventos{
	float:left;
	margin-left: 0 ;
	}
	
	.img_eventos{
	float:left;
	margin-right: 0 ;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #000;
	}
}

/* PRIDE MUSIC FUNCLUB */

.titulo_tutorial p{
	font-size: 18px;
	font-weight: bold;
}
