*{margin: 0; padding: 0;}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	background-color: #15325D!important;
	background-image: url("../images/fondocolegio.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Montserrat', sans-serif!important;
}
.fondo-footer{
	background: #fff;
	height: 130px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.fondo-footer img{
	width: 20%;
}
.tamaño-img img{
	width: 350px;
	margin: 5px;
	padding: 5px;
}
.tamaño-img img:hover{
	width: 340px;
	transition: width 0.5s, height 0.5s, transform 0.5s;
}
.text-color{
	margin-top: 300px;
}
.text-color h3{
	color: #fff;
	font-weight: 300;
	font-size: 40px;
}
.text-color h4{
	color: #fff;
	font-weight: 600;
	font-size: 50px;
}
.espacio-boton{
	margin-bottom: 200px;
	margin-top: 200px;
}
.mover{
	margin-left: 150px;
}
.tamaño-img5 img{
	width: 400px;	
	margin: 5px;
	padding: 5px;
}
@media only screen and (max-width: 991px) {
	.text-color {
		display: none !important;
	 }
}
@media only screen and (min-width: 991px) {
	.text-color {
		text-align: center;
	 }
}