/* Add here all your CSS customizations */
header .top-blue {
	width: 100%;
	background-color: #174880;
}
header .top-mobile {
	display: none !important;
}
/* Logo */
header .navbar-collapse .container {
	margin-bottom: 0;
	margin-top: 0;
	height: auto !important;
}
header nav ul.nav-main { 
	margin: 0 !important;
}
header nav ul.nav-top li a {
	color: #FFF;
}
header nav ul.nav-top li a:hover {
	color: #174880;
}
header nav ul.nav-top li span {
	color: #FFF;
	font-size: 1.125em;
	padding: 6px 0px;
}
header nav.nav-main {
	margin-top: 10px;
}
/*
header nav ul.nav-main li a {
	font-size: 0.875em;
	font-style: normal;
	line-height: 20px;
	margin-left: 3px;
	margin-right: 3px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 13px;
	text-align: center;
}
*/
body.sticky-menu-active header .navbar-collapse .container {
	margin-bottom: 10px;
	margin-top: 10px;
	height: auto !important;
}
footer {
	background-color: #174880;
	border-top: #174880;
}
footer p {
	color: #ffffff;
}
/*
.nav-pills>li {
    max-width: 130px;
}
*/
/*  Tabs regiões  */ 
#informativoTabs h3 {
	font-size: 1.375em;
	color: #34969a;
}
#informativoTabs .list-wrap {
    background: #E9E9E9;
    padding: 10px;
    margin: 0;
    font-size: 11px;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
	box-sizing: content-box;
}
#informativoTabs ul { 
    list-style: none;
    display:inline-block;
	margin: 0 !important;
	padding: 0 !important;
}
#informativoTabs .list-wrap li{
    width:20%;
    float:left;
    color: #000000;
}
#informativoTabs .list-wrap li:last-child{
	clear: both;
}
#informativoTabs .nav { 
    overflow: hidden; 
    margin:0;
    padding:0;
}
#informativoTabs .nav li {
    float: left; 
    margin: 0 10px 0 0; 
}
#informativoTabs .nav li.last { 
    margin-right: 0; 
}
#informativoTabs .nav li a {
    display: block;
    text-decoration: none;
    padding: 12px;
    background: #E9E9E9;
    color: #000000;
    font-size: 16px;
    text-align: center;
    border: 0;
}
#informativoTabs .nav li a:hover, #informativoTabs .nav li a:focus {
    background: #34969a;
    color: #FFFFFF;
}
#informativoTabs ul li.nav-two a.current {
    background-color: #34969a !important;
    color: #FFFFFF;
}
.hideinfo {
    position: absolute;
	top: -9999px;
	left: -9999px;
}
.call-to-action {
    line-height: 40px;
	margin: 30px 0;
    text-align: center;
}
.botao-whatsapp {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 1041;
    background: #25D366;
    width: 70px;
    height: 70px;
    padding-top: 15px;
    margin-left: -35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all .60s ease;
    -moz-transition: all .60s ease;
    -ms-transition: all .60s ease;
    -o-transition: all .60s ease;
    transition: all .60s ease;
    text-align: center;
}
.botao-whatsapp i {
    font-size: 40px;
    font-weight: normal;
    color: #FFFFFF;
}
.botao-whatsapp-conteudo {
    background-color: #238C00;
    background-image: url(../img/icons/icon-whatsapp.png);
	background-size: 32px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 16px;
    /*width: 250px;*/
    height: 52px;
    padding: 10px 25px 10px 50px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
	margin-bottom: 20px;
	cursor: pointer;
}
.botao-whatsapp-conteudo:hover {
	text-decoration: none;
	background-color: #2EBB00;
}
.layer-lgpd {
	position:fixed;
	display:block; 
	top:0; 
	left:0;
	z-index:9998; 
	width:100%;
	height:100%; 
	background-color: rgba(0,0,0,0.7);
	overflow:auto;
}
.layer-lgpd .politica-privacidade {
	position: fixed;
	bottom: 0;
	max-width: 100%;
	z-index: 9999;
	margin: 0px;
	padding:30px;
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
	display: block;
}
.layer-lgpd .politica-privacidade .texto {
	float: left;
	color: #333333;
	font-size: 16px;
	max-width: 66.666667%;
	text-align: left;
}
.layer-lgpd .politica-privacidade .texto a {
	text-decoration: underline;
}
.layer-lgpd .politica-privacidade .botao {
	float: right;
	max-width: 25%;
}
.botao-politica {
	padding: 15px;
	color: #FFFFFF;
	border: none;
	border-radius: 15px;
	background-color: #174880;
	font-size: 16px;
	font-weight: bold;
}
#google_translate_element2 {
    display: none!important;
}

@media (max-width: 991px) {
	header .top-mobile {
		display: block !important;
		background-color: #174880;
		height: 60px !important;
	}
	header h1.logo a {
		line-height: 50px;
	}
	header nav.nav-main {
		margin-top: 0px;
	}
	header button.btn-responsive-nav {
		top: 10px !important;
	}
	#informativoTabs .list-wrap li{
    	width:50%;
	}
    #informativoTabs .nav li a {
        padding: 8px;
        font-size: 13px;
        width: 100%;
    }
}