div#breadcumb, div#breadcumb a {
    color: rgba(255,255,255,1) !important;
    z-index: 2;
    position: relative;
}

section h1 {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 50px;
	position:  relative;
}
section.secao a {
	color: rgba(84,197,208,1);
}
section.secao a:hover {
	color: rgba(200,200,200,1);
	text-decoration: underline;
}
section.secao {
    background: rgba(68,125,136,1);
    padding: 0px 0px 300px 0px;
    color: rgba(255,255,255,1);
    position: relative;
}
section.secao .parallax {
	background: url(../img/fundo-cidade.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 100%;
	position:  absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

section.secao h3 {
	font-family: "Lora", Times, "Times New Roman", "serif";
	font-size: 1.4em;
	font-weight: 700;
	width: 50%;
	margin:  50px auto;
	color: rgba(84,197,208,1);
	position:  relative;
	border: 0px;
}
section.secao h3:before {
	content: "\201C";
	position: absolute;
	top: -12px;
	left: -30px;
	font-size: 2.5em;
}
section.secao h3:after {
	content: "\201D";
	position: absolute;
	bottom: -38px;
	right: -30px;
	font-size: 2.5em;
}
section.secao .foto.escritorio {
	width: 100%;
	height: auto;
}
section.secao .foto.equipe {
	position: absolute;
	bottom: -55px;
	left: -8%;
}


section.secao .mais {
	border: 0px;
	float: right;
	margin: 20px;
}
section.secao .mais {
	background: rgba(84,197,208,1);
	color: rgba(30,30,30,1);
}
section.secao .mais:hover {
	background: rgba(255,255,255,1);
	color: rgba(70,128,138,1);
}

section.secao h2.animacao {
    transition-delay: 0.1s;
	top: 60px;
}
section.secao h2.animacao.animando {
	top: 0px;
}
section.secao p.animacao {
    transition-delay: 0.2s;
	top: -30px;
}
section.secao p.animacao.animando {
	top: 0px;
}
section.secao h3.animacao {
    transition-delay: 0.25s;
	left: 100px;
}
section.secao h3.animacao.animando {
	left: 0px;
}
section.secao img.foto.escritorio.animacao {
    transition-delay: 0.35s;
	left: -100px;
}
section.secao img.foto.escritorio.animacao.animando {
	left: 0px;
}
section.secao img.foto.equipe.animacao {
    transition-delay: 0.35s;
	bottom: -155px;
}
section.secao img.foto.equipe.animacao.animando {
	bottom: -55px;
}

@media (max-width: 1024px) and (min-width: 779px) {
	section.secao .foto.equipe {
		width: 40%;
		height: auto;
		bottom: -30px !important;
	}
}


@media (max-width:1199px) and (min-width:992px) {
	section.secao h3 {
    	width: 80%;
    	margin-bottom: 100px;
	}
    section.secao .foto.equipe {
		width: 40%;
		height: auto;
		bottom: -50px !important;
		left: -5%;
	}
}
@media (max-width:991px) and (min-width:768px) {
	section.secao h3 {
    	width: 90%;
	}
    section.secao .foto.equipe {
		width: 40%;
		height: auto;
		bottom: -115px !important;
	}
}
@media (max-width: 767px) and (min-width: 481px) {
	section.secao h3 {
    	width: 100%;
	}
	section.secao .foto.equipe {
		width: 40%;
		height: auto;
		bottom: -115px !important;
	}
}
@media (max-width: 480px) and (min-width: 376px) {
	section.secao h3 {
    	width: 100%;
	}
	section.secao .foto.equipe {
		width: 55%;
		height: auto;
		bottom: -115px !important;
	}
}