header.masthead{
    background-image:url(../images/brisamar.jpg);
}

section#contact{
    background-image:url(../images/map-image.png);
}

section#services{
    background-image:url(../images/view.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


section#others{
    background-image:url(../images/view.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pdf_link{
    color:#868e96;
}

.pdf_icon{
    color: #ff0000;
}

.envolvente-item{
    margin-bottom: 30px;
}

.carousel-indicators {
    z-index: 15!important;
}

.section-subheading{
	text-align: justify;
	color: white !important;
}

.section-heading{
	color: white !important;
}

#others a{
	color: white !important;
}

.unavailable{
	opacity: 0.5;
}

.flex_one_line{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-margin{
	margin: 70px 0 0 0;
}

.contacts_div{
	display:flex;
}

.contact-left-side{
	background-image: url(../images/logo_meireles_pinto.jpg);
    background-size: cover;
    background-position: 50% 50%;
    flex: 1;
    display: flex;
    height: 350px;
    align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}

.contact-left-side span{
	color: black;
	margin: 10px 5px 10px 5px;
}

.contact-right-side{
	flex: 1;
}