/**************************************************************
IMPORTAÇÃO DE FONTES
**************************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/**************************************************************
MENU SMARTPHONE
**************************************************************/
nav:not(.mm-menu)
{
	display: none;
}


.header,
.footer
{
	background: #FB0102;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
	z-index:999;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 10px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*fim do clearfix*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
}
.content{ width:100%;

}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}


.menufont{
	font-family:"Calibri";
}
/**************************************************************
ESTILOS RESPONSIVOS
**************************************************************/
html, body
{
	padding: 0;
	margin: 0;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.fa{
	padding-right:10px;	
}

@media screen and (max-width: 1024px) { /* PARA DISPOSITIVOS PEQUENOS*/
#pctablet, .pctablet {display:none;}
#smartphone, .smartphone{display:block}
#site-width{
	width:97%;
	position:relative;
	margin:0 auto;
}
#largurasite{ width:98%;}
#map{
	width:100%;
	height:300px;
	position:relative;
	float:left;
}
#conteudopage{
	width:100%;
	text-align:left;
	position:relative;
	float:left;
	margin:46px 0px 50px 0px;
}

#titulonoticia{
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	COLOR: #333;
	text-align:left;
	position:relative;
	float:left;
	margin:76px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}
#datanoticia{
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	COLOR: #333;
	text-align:left;
	position:relative;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}
.parallax-container {
  min-height: 365px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
#barramarcas{width:100%; min-height:212px; position:absolute; top:40px; background-color:#FFFFFF; float:left; border-bottom:3px solid #FB0102; border-top:3px solid #FB0102; margin:0px 0px 52px 0px;}
}
@media screen and (min-width: 1025px) { /* PARA DISPOSITIVOS GRANDES*/
#pctablet, .pctablet{display:block;}
#smartphone, .smartphone{display:none}
#site-width{
	width:1157px;
	position:relative;
	margin:0 auto;
}
#largurasite{ width:600px;}
#map{
	width:100%;
	height:400px;
	position:relative;
	float:left;
}
#conteudopage{
	width:100%;
	text-align:left;
	position:relative;
	float:left;
	margin:46px 0px 100px 0px;
}

#titulonoticia{
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	COLOR: #333;
	text-align:left;
	position:relative;
	float:left;
	margin:76px 0px 0px 0px;
}
#datanoticia{
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	COLOR: #333;
	text-align:left;
	position:relative;
	float:left;
	margin:10px 0px 0px 0px;
}
.parallax-container {
  min-height: 665px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
#barramarcas{width:100%; min-height:212px; position:absolute; top:230px; background-color:#FFFFFF; float:left; border-bottom:3px solid #FB0102; border-top:3px solid #FB0102; margin:0px 0px 52px 0px;}
}
#slideshow{
width:100%; 
position:relative; 
float:left; 
}

#barratopo{
	width:100%;
	min-height:151px;
	position:relative;
	float:left;
	background-image:url(/images/bg_topo.jpg); background-repeat:repeat-x;
}

#toposmartphone{ 
	width:100%;
	min-height:151px;
	position:relative;
	float:left;
	margin-top:50px;
	background-image:url(/images/bg_topo.jpg); background-repeat:repeat-x;
}

.vertical-center-logotipo {
 display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       /* Center vertically */
       align-items: center;
        min-height: 151px; 
        height:151px;
}

.linguas{font-family:'Kozuka Gothic Pro',Verdana,sans-serif;color:#000;font-size:1.3em;text-align:left;position:relative;cursor:pointer;float:left}
.linguas:hover{color:#FB0102}
.linguas_active{color:#FB0102}
.separadorlinguas{font-family:'Kozuka Gothic Pro',Verdana,sans-serif;color:#000;font-size:1.3em;text-align:center;position:relative;float:left;padding:0 5px}


#barramenu{
	width:100%;
	min-height:79px;
	background-color:#FB0102;
	text-align:left;
	position:relative; 
	float:left;
	-webkit-box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.75);
box-shadow: 0px 6px 16px -5px rgba(0,0,0,0.75);
}


.menu_topo_out {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
    height:40px;
	COLOR: #fff;
	text-align:right;
	margin-right:30px;
	display:block;
	position:relative;
	float:left;
	cursor:pointer;
}
.menu_topo_over {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
    height:40px;
	COLOR: #333;
	text-align:right;
	margin-right:30px;
	display:block;
	position:relative;
	float:left;
	cursor:pointer;
}


#barraconteudo{
	width:100%;
	min-height:300px;
	position:relative;
	float:left;
	background-image:url(/images/bg_conteudo.jpg); background-repeat:repeat-x;
	-webkit-box-shadow: 0px 13px 40px -20px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 13px 40px -20px rgba(0,0,0,0.45);
box-shadow: 0px 13px 40px -20px rgba(0,0,0,0.45);
}

#titulopage{
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	COLOR: #FB0102;
	text-align:left;
	position:relative;
	float:left;
	margin:76px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	font-weight:bold;
}

/**************************************************************
MARCAS
**************************************************************/
.vertical-center-marcas {
  min-height: 212px;
  display: flex;
  align-items: center;
  margin:0px 10px 0px 10px;
}
/**************************************************************
BOTTOM
**************************************************************/
#barrabottom{width:100%; position:relative; float:left; background-color:#303030}

.iconsbottom{
	font-size:4.4em;
	text-align:center; 
	color:#FB0102;
}
#titulosbottom{
	font-family: 'Open Sans', sans-serif;
    font-size: 2em;
	text-align:center;
	font-weight:lighter;
	color:#FB0102;
	width:100%; position:relative; float:left;
}
.subtitulosbottom{
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
	text-align:center;
	font-weight:lighter;
	color:#FB0102;
	width:100%; position:relative; float:left;
}
#infobottom{
	font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
	text-align:center;
	color:#ffffff;
	margin-top:20px;
	width:100%; position:relative; float:left;
}

.facebook{
	font-size:2.8em;
	text-align:center; 
	color:#fff;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
	cursor:pointer;
}
.facebook:hover{
	color:#3B5998;
}


.facebookbottom{
	font-size:2.8em;
	text-align:center; 
	color:#FFFFFF;
	-webkit-transition: color 1s; /* Safari */
    transition: color 1s;
	cursor:pointer;
}
.facebookbottom:hover{
	color:#FB0102;
}
/**************************************************************
MÓDULO REDES SOCIAIS SHARE
**************************************************************/
.redefacebook,.redetwitter,.redegoogle-plus,.redepinterest{
font-family:Verdana, Geneva, sans-serif;font-size:0.9em;color:#FFF;margin:2px 4px 2px 4px;-webkit-transition: all 0.5s; /* Safari */transition: all 0.51s;}.redefacebook{background:#6d84b4;}.redefacebook:hover{background: #fff;color:#6d84b4;}.redetwitter{background: #68aaea;}.redetwitter:hover{background: #fff;color:#68aaea;}.redegoogle-plus{background: #cd4a30;}.redegoogle-plus:hover{background: #fff;color:#cd4a30;}.redepinterest{color:#FFF;background: #de2a28;}.redepinterest:hover{color:#de2a28;background: #fff;}
/**************************************************************
RODAPE
**************************************************************/
#barrodape{width:100%; min-height:109px; position:relative; background-color:#FB0102; float:left; }
#direitos{
	font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
	text-align:left;
	color:#fff;
}
/**************************************************************
SCROLL UP FIM DA PAGINA
**************************************************************/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;
    text-indent:-9999px;
	cursor:pointer;
    z-index:9999;
    background: url('/images/icon-top.png') no-repeat;
}
