.conteudo {
	padding-bottom: 115px;
}

.conteudo .texto {
	width: 48%;
	float: left;
	color: #7C7C80;
	text-align: justify;
	font-size: 14px;
}

	.conteudo .texto p {
		margin-bottom: 20px;
	}

.conteudo .foto {
	width: 48%;
	float: right;
	height: 411px;
	background: #005964 center center no-repeat;
	background-size: cover;
}


/* -----     Definições de breakpoints     -----*/

	/* iPad na vertical */
	@media screen and (max-width: 800px) {

		.conteudo .texto {
			width: 100%;
			float: none;
			margin: 0 auto;
			margin-bottom: 10px;
		}

		.conteudo .foto {
			width: 100%;
			float: none;
			margin: 0 auto;
			margin-bottom: 20px;
		}
	}

	/* Mobile na horizontal */
	@media screen and (max-width: 680px) {

	}

	/* Mobile na vertical*/
	@media screen and (max-width: 340px) {
		
	}
/* ---------------------------------------------*/