/* change the background color */
.navbar-custom {
    background-color: #3FA9B1;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.text-menu{
	font-size: 20px;
}

.text-menu:hover{
	text-decoration:underline;
}

.texto-dourado{
	color: #DCB100;
}

.label-form{
	font-size: 20px;
}

.texto-azul{
	color: #3FA9B1;
}

.link-midia{
	color: #FFFFFF;
}

.link-midia:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.blue-line{width: 100px; background-color: #3FA9B1; height: 3px;}
.gold-line{width: 150px; background-color: #DCB100; height: 3px;}

.rodape{
	background-color: #3FA9B1;
}

.hero-text{font-size: 20px; font-weight: 600;}


.map-container{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-container iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.whatsapp {
	position: fixed;
	bottom:10px;
	left:10px;
	z-index: 999;
	height:80px;
	width:80px;            
}

.logo{
	height: 150px;
	width: 150px;
}


