.caja_seccion {
	overflow-x: hidden;
	padding-top: 0;
}

.cabeza_seccion {
	font-size: 3em;
	color: #322e79;
	font-weight: bold;
	margin-bottom: 60px;
	margin-top: 0;
	text-align: left;
}

.titulo_seccion {
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 3%;
    font-size: 4em;
    font-weight: bold;
    color: #5378b9;
}

.titulo_seccion::before {
	content: '';
    /*border-top: 10px solid #102360;*/
    background-image: linear-gradient(to right, #2280a0 , #222F6E);
    height: 10px;
    margin: 0 25px 0 5%;
    flex: 1 0 25px;
}

.circle2 {
	padding: 0 3%;
	padding-bottom: 120px;
}

.animadob {
	position: relative;
	height: 540px;
	width: 100%;
}

.animadob div:first-child {
	background-image: linear-gradient(to bottom, #222F6E , #991F80);
	height: 100%;
	width: 43%;
	position: absolute;
	bottom: 10px;
	left: 12%;
}

.animadob div:nth-child(2) {
	background-image: url('imgs/historia_1.jpg');
	background-color: #2280a0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 59%;
	width: 70%;
	position: absolute;
	bottom: 0;
	left: 15%;
}

.animadob div:last-child {
	background-image: url('imgs/historia_2.jpg');
	background-color: #00748B;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 82%;
	width: 48%;
	position: absolute;
	bottom: 10px;
	left: 15%;
}

.nota_pie_ref {
	vertical-align: super;
	font-size: 0.8em;
	margin-left: 2px;
}

#nota_pie {
	font-size: 0.9em;
	border-top: 1px solid #ccc;
	margin-top: 80px;
}

.cuadri_foto {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}

.recuadri {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	border: 2px solid #ccc;
	border-left: none;
	z-index: 1;
}

.foto {
	width: 100%;
}

.caja_foto {
	margin: 60px 0;
	background: #ffffff;
	border: 2px solid #ccc;
	border-left: none;
	width: 90%;
	position: relative;
	z-index: 2;
}

.cuerpo_seccion {
	padding: 0 5%;
}

.menu_nosotros {
	padding-left: 5%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.lista li {
	margin-bottom: 10px;
}

@media (max-width:1440px) {
	.animadob {
		height: 450px;
	}

	.cabeza_seccion, .titulo_seccion {
		font-size: 2.7em;
	}
}

@media (max-width:1340px) {
    .animadob {
		height: 44S0px;
	}
}

@media (max-width:1240px) {
	
	.cabeza_seccion, .titulo_seccion {
		font-size: 3em
	}
	
	.animadob {
		height: 410px;
	}
}

@media (max-width:1126px) {
	.animadob {
		height: 380px;
	}
}

@media (max-width:992px) {
	
	.animadob {
		height: 300px;
	}
	
	h1 {
		font-size: 2.6em;
	}
	
	h3 {
		font-size: 1.8em;
	}
	
	.cabeza_seccion, .titulo_seccion {
		font-size: 2.5em
	}

	.nav-item .nav-link {
		padding-left: 10px;
	}
}

@media (max-width: 767px) {
	
	.animadob {
		height: 400px;
		width: 90%;
		margin-bottom: 30px;
	}
	
	.cuadri_foto {
		width: 70%;
		margin-bottom: 30px;
	}
	
	circle2 {
		margin-bottom: 0px;
	}
	
	.caja_foto {
		margin: 30px 0;
	}
	
	h1 {
		font-size: 2.3em;
	}
	
	h3 {
		font-size: 1.4em;
	}
	
	.cabeza_seccion, .titulo_seccion {
		font-size: 2em
	}
	
	.caja_seccion {
		padding-bottom: 60px;
	}
}

@media (max-width:576px) {
	
	.animadob {
		height: 350px;
	}
	
	h1 {
		font-size: 2em;
	}
	
	h3 {
		font-size: 1.2em;
	}
}

@media (max-width:450px) {
	
	.animadob {
		height: 300px;
	}
}
