body {
	font-size: 18px;
}


header {
	background: #fff;
    /*background: url(../images/bg-landing-grupo-02.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;*/
}

.sub-heading {
    background: #a9daf1;
    padding: 10px;
    color: #000;
}

.intro-section {
    margin-top: 20px;
    margin-bottom: 40px;
}

.row-logos {
    display: flex;
    justify-content: space-between;
    height: 150px;
}

.row-logos a {
    width: 25%;
}

.row-logos a img {
    width: 100%;
}

.color-overlay {
    background: rgba(255, 255, 255, 0.1);
}

.btn {
		background: #2d73ae;
}
.btn:hover {
		background: #707072;
}
.bg-centroterapeutico {
		background: #8ec8a1;
		margin-bottom: 40px;
}

.bg-clinica {
	  background: #8dc8e8;
}

.bg-centroresidencial {
		background: #edc28d;
}

.intro-section img.logo {
		margin: 40px 0;
    max-width: 380px;
}

.title-section {
		margin-top: 40px !important;
}

 @media (max-width: 480px) {

	 .intro-section img.logo {
	     max-width: 100%;
	 }

 }

.intro {
		margin-bottom: 40px;
		color: #444;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
}



.brief p.first-text {
		margin-top: 45px;
}

.brief p {
		margin-top: 0;
		margin-bottom: 20px;
}


.cta-section {
		background: url(../images/Exterior_1_poster.jpg);
		background-position: center center;
		background-size: cover;
}

.contact-form .success, .contact-form .error {
    color: #fff;
}

/* footer */

.footer-logo,
.footer-logo img {
		max-width: 200px;
}
