/* HEADER */
.header .logo{
	width: 178px;
	height: 37px;
}
.header .logo a{
	/*display: block;*/
	/*width: 178px;*/
	/*height: 37px;*/
}
.header .logo a img{
	width: auto;
	height: 37px;
}

.box-shadow-bottom{
	-webkit-box-shadow: 0px 10px 15px -20px #000000;
	box-shadow: 0px 10px 15px -20px #000000;
}

/* FOOTER */
.time-sidual a{
	color: #ffffff;
}
.time-sidual a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/* PORTIFÓLIO - GALERIA */
.galery-legend{
	background: rgba(0, 0, 0, 0.30);
	color: #ffffff;
	padding: 10px 0;
	/*position: absolute;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/
}

/* FALE CONOSCO */
.ul-contact{
	display: flex;
	justify-content: center;
	column-gap: 30px;
	margin: 30px 0 70px;
}

/* MAPA */
.map{
}
.map iframe{
	width: 100% !important;
	margin-bottom: -6px !important;
}