.misionimagemensaje {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.misionmensaje {
	background: rgba(255,255,255,0.5);
	padding: 30px;
	margin: 30px;
	position: absolute;
	bottom: 0;
}

.fila
{
	display: flex;
	margin: 0px;
	padding: 0px;
}

.textodestacado, .mensajemision p, .mensajemision li {
	color: #3b5635;
	text-shadow: 1px 1px white;
	font-weight: bold;
	font-size: 12pt;
}

.cont_img_mision
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.imagemision {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	/* background-image: url('../img/fondo1.jpg'); */
	align-content: center;
	display: flex;
}

.mensajemision {
	background: rgba(255,255,255,0.5);
	padding: 30px;
	margin: auto;
	/*! position: absolute; */
	/*! bottom: 0; */
	width: 90%;
}

.textotitulo {
	font-size: 48pt !important;
	text-align: center;
}

/* Responsive mobil */
@media screen and (max-width: 768px) {
	.fila {
		flex-direction: column;
	}

	.col-md-6 {
		width: 100% !important;
		flex: 0 0 100%;
	}

	.imagemision {
		padding: 10px 0;
	}

	.mensajemision {
		padding: 15px;
		width: 95%;
	}

	.textotitulo {
		font-size: 24pt !important;
	}

	.textodestacado, .mensajemision p, .mensajemision li {
		font-size: 11pt;
	}
}