.item {
	margin: 0;
	padding-left: 0.9375em;
	padding-right: 0.9375em
}
.item {
	width: 100%
}



.header__banner {
	padding: 0;
	position: relative
}

.header__banner:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 
  		radial-gradient(120rem 280% at 50% 50%, transparent 0, #780707 60%, #780707 80%, #5e0808 100%),
  		radial-gradient(120rem 280% at 50% 50%, transparent 0, #ae1616 60%, #780707 80%, #5e0808 100%);
}

.header__title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: white;
	z-index: 20;
	font-family: "Amaranth", sans-serif;
	font-size: 1em;
	width: 100%;
	text-align: center;
	margin-top: 0
}

@media screen and (min-width:640px) {
	.header__title {
		font-size: 2em
	}
}

.header__title p {
	display: none
}

@media screen and (min-width:640px) {
	.header__title p {
		display: block
	}
}



.main-about__title {
	text-align: center;
	color: #A8605F
}

.main-about__subtitle {
	color: #A8605F
}

.main-about__img {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 5px 15px 0 rgba(0, 0, 0, 0.12);
	border-radius: 5px
}

.main-about__item {
	background: url("../imgs/logo-blanco-instituto-san-juan-bautista-la-salle-juliaca.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center
}





