.maioridade{
	margin: 20px 0px 0px;
}

.maioridade .logomarca{
	margin: 40px 0px;
}

.maioridade form{
	min-height: 318px;
	padding: 40px 0px;
}
.maioridade h1{
	color: #fff;
}

.maioridade ul{
	margin: 10px;
	text-align: center;
}

.maioridade li{
	display: inline-block;
	list-style: none;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.7em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "OpenSansBold", Tahoma, Arial, sans-serif !important;
}

.maioridade li.itens{
	background-image: url('../imagens/maioridade_bot_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 11%;
	min-width: 165px;
	height: 55px;
	margin: 0px 20px;
}

.maioridade li.separador{
	width: 1%;
}

.maioridade li a{
	text-decoration: none;
	color: #ca202b;
}

.maioridade input{
	color: #ca202b;
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
	font-family: "OpenSansBold", Tahoma, Arial, sans-serif !important;
}
.rodape{
	width: 60%;
	margin: 0 20%;
}

.rodape .anos img{
	width: 100% !important;
	max-width: 260px;
	height: auto;
	
}
.rodape .redessociais ul{
	line-height: 76px;
}

.rodape .redessociais li{
	display: inline-block;
	width: auto;
	height: 50px;
	margin: 0px;
	border-right: 1px solid #ca202b;
}

.rodape .redessociais li.end{
	border-right: 0px;
}

.rodape .redessociais img{
	padding: 10px 20px 3px 20px;
	margin: 0px;
}

.rodape h6{
	line-height: 76px;
}


/* -------------------------- */
/* PARAMETROS PARA RESPONSIVO */
/* -------------------------- */
/* SMALL DEVICES - SMARTPHONES  - MENU CABECALHO MOBILE */
@media screen and (max-width: 320px){
	.content {width: 100% !important;}
	.maioridade .logomarca{	width: 70% !important; margin: 0px 15% !important;}
	.maioridade h1{font-size: 1.3em !important;}
	.maioridade li.itens{width: 80% !important ;margin: 0px 10% 8%!important;}
	.maioridade li.separador{width: 0px; display: none !important;}
	
	.rodape{width: 98% !important;	margin: 0 1% !important; }
	.rodape .redessociais ul{min-width: 280px !important; margin: 20% 5%; background-color: #eee; display: block;}
	.rodape .redessociais li{width: 139px; border-right: 1px solid #ca202b;	text-align: center; float:left;}
	.rodape h6{text-align: center!important;}
}

/* SMALL DEVICES - SMARTPHONES  - MENU CABECALHO MOBILE */
@media screen and (min-width: 321px) and (max-width: 480px){
	.content {	width: 100% !important;	}
	.maioridade .logomarca{	width: 60% !important;	margin: 0px 20% !important;}
	.maioridade h1{font-size: 1.6em !important;}
	.maioridade li.itens{width: 43% !important; min-width: 100px !important; margin: 0px 2%;}
	.maioridade li.separador{width: 1% !important;}
	
	.rodape{width: 96% !important;	margin: 0 2% !important; }
	.rodape .anos{width: 48%; margin: 5% 1%;}
	.rodape .redessociais{width: 48%; margin: 2% 1%;}
	.rodape .copyright{min-width: 90%; margin: 0px 5%; text-align: center!important;}
	
}

/* SMALL DEVICES - TABLETS  - MENU CABECALHO MOBILE */
@media screen and (min-width: 481px) and (max-width: 768px){
	.content {	width: 99% !important;}

	.rodape{width: 80% !important;	margin: 0 10% !important; }
	.rodape .anos{width: 48%; margin: 5% 1%;}
	.rodape .redessociais{width: 48%; margin: 2% 1%;}
	.rodape .copyright{min-width: 90%; margin: 0px 5%; text-align: center!important;}
	
	
}

/* MEDIUM DEVICES - TABLETS & DESKTOPS - MENU CABECALHO DESKTOP */
@media screen and (min-width: 769px) and (max-width: 1024px){
	.content {	width: 98% !important;}
	
	.rodape{width: 80% !important;	margin: 0 10% !important; }
	.rodape .anos{width: 48%; margin: 5% 1%;}
	.rodape .redessociais{width: 48%; margin: 2% 1%;}
	.rodape .copyright{min-width: 90%; margin: 0px 5%; text-align: center!important;}
}

/* MEDIUM DEVICES - DESKTOPS & WIDESCREEN - MENU CABECALHO DESKTOP */
@media screen and (min-width: 1025px) and (max-width: 1280px){
	.content {	width: 96% !important; }
	
	.rodape{width: 96% !important;	margin: 0 2% !important; }
}

/* MEDIUM DEVICES - DESKTOPS & WIDESCREEN - MENU CABECALHO DESKTOP */
@media screen and (min-width: 1281px){

}