#rodape {
	display: block;
	float: left;
	clear: both;
	padding: 0;
	height: auto;
	width: 100%;
	background-color: #0f365a;
}

#rodape #caixa-links {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	padding: 0 15% 3% 15%;
}

#rodape #caixa-links .principal{
	color: #2dc7f2;
}

#rodape #caixa-links ul {
	text-decoration: none !important;
	display: block;
	float: left;
	clear: none;
	max-width: 300px;
	width: auto;
	padding-left: 1.5%;
	padding-right: 1.5%;
}

#rodape #caixa-links ul li {
	list-style: none;
}

#rodape #caixa-links ul li a {
	text-decoration: none !important;
	color: #ffffff;
	display: block;
	width: max-content;
	padding: 4%;
	font-size: 60%;
	white-space: nowrap;
	font-weight: 300;
	line-height: 1.5;
}

#rodape #caixa-links ul li a:hover {
	text-decoration: none;
	background: #ffffff;
	color: #0f365a;
}

#rodape #caixa-links ul li:first-child a {
	margin-top: 30px;
	color: #2dc7f2;
	font-weight: bolder;
	font-size: 65%;
}

#rodape #caixa-unidades {
	float: left;
	clear: both;
	background: #0E3559;
	min-height: 100%;
	width: 100%;
}

#rodape #caixa-unidades ul {
	display: block;
	float: left;
	clear: none;
	background: #2DC7F2;
	width: 25%;
}

#rodape #caixa-unidades ul li {
	list-style: none;
}

#rodape #caixa-unidades ul li a, #rodape #caixa-unidades ul li a:hover {
	display: block;
	padding: 5% 10%;
	color: #fff;
	font-size: 100%;
}

#rodape #caixa-unidades ul li a:hover {
	color: #0E3559;	
	text-decoration: none;
	background: #E0F7FD;
	color: #EB262C;
}

#rodape #caixa-unidades ul li a.ativo {
	background: #0E3559;
}

#rodape #caixa-unidades ul li a.ativo:hover {
	color: #fff;
}

#rodape #caixa-unidades .dados {
	display: block;
	float: left;
	clear: none;
	padding: 20%;
	width: 75%;
}

#rodape #caixa-unidades .dados p {
	text-align: right;
	color: #ddd;
	font-size: 11%;
	padding: 1%;
}

#rodape #caixa-unidades .dados p strong {
	display: inline-block;
	color: #2DC7F2;
	padding-top: 13%;
}

#rodape #caixa-unidades .dados p strong a {
	color: #2DC7F2;
}

#rodape #caixa-unidades .dados p strong a:hover {
	color: #EB262C;
	text-decoration: none;
}

#rodape #caixa-unidades img {
	padding: 0 0 0 20%;
	float: right;
	clear: right;
}

#caixa-unidades ul li div {
	display: none !important;
}

#rodape #mensagem {
	text-align: center;
	font-size: 10%;
	color: #888;
	padding: 0 0 20% 0;
	cursor: default;
}

.titulo-3 {
	padding-top: 0;
	color: #2DC7F2 !important;
	font-size: 105% !important;
	text-transform: uppercase;
}

#recaptcha_table {
	background: #fff !important;
}

.oculto {
	display: none !important;
}

.subNavBtn{
	height: 50px;
}

.redes{
	display: block;
	clear: none;
	text-align: center;
	color: #2dc7f2;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 120px;
}

.icone a {
	display: inline-block;	
	color: #EC262D;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 45px;
}

.redes p{
	margin-bottom: 0;
	padding-bottom: 10px;
}

.redes .icone a:hover {
	text-decoration:  none;
}

.icone a.facebook {background-image: url(imagens/icone-facebook.png);}
.icone a.facebook:hover {background-image: url(imagens/icone-facebook-hover.png);}
.icone a.instagram {background-image: url(imagens/icone-instagram.png);}
.icone a.instagram:hover {background-image: url(imagens/icone-instagram-hover.png);}
.icone a.linkedin {background-image: url(imagens/icone-linkedin.png);}
.icone a.linkedin:hover {background-image: url(imagens/icone-linkedin-hover.png);}
.icone a.twitter {background-image: url(imagens/icone-twitter.png);}
.icone a.twitter:hover {background-image: url(imagens/icone-twitter-hover.png);}
.icone a.youtube {background-image: url(imagens/icone-youtube.png);}
.icone a.youtube:hover {background-image: url(imagens/icone-youtube-hover.png);}

.icone a.facebook strong, .icone a.instagram strong, .icone a.linkedin strong, .icone a.twitter strong, .icone a.youtube strong{
	display: none;
} 

.reproducao{
	color: #ffffff;
	background-color: #0a2946;
	padding: 1%;
	text-align: center;
	font-size: 15px !important;
	font-weight: 300;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.reproducao{
		line-height: 2;
		font-size: 10px;
		padding: 5%;
	}
}