@import './core.css';
@import './header.css';
@import './footer.css';

/* pages */
@import './index.css';

@import './historia.css';
@import './misionvision.css';
@import './palabrasapc.css';
@import './consejo.css';
@import './contacto.css';
@import './proyecto.css';
@import './admision.css';

/* en comun*/
@import './global.css';




/*TESTIMONIALS*/
.box-testimonials {
	background: #f8f8f8;
	padding: 100px 0;
}
.colorFont {
	color: #50bce9 !important;
}
.testimonio {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 100px;
	width: auto;
	margin: 0 auto;
	margin-top: 57px;
	border-radius: 30px 30px 30px 30px;
}
.owl-carousel .owl-item img {
	width: auto !important;
}
.owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: 56px;
	color: #fff !important;
	background: #50bce9 !important;
	width: 50px;
	height: 221px;
	font-size: 5em !important;
	border-radius: 0 30px 30px 0;
	outline: none;
}
.owl-nav .owl-prev {
	position: absolute;
	left: 0px;
	top: 56px;
	color: #fff !important;
	background: #50bce9 !important;
	width: 50px;
	height: 221px;
	font-size: 5em !important;
	border-radius: 30px 0 0 30px;
	outline: none;
}
.disabled {
	display: none;
}
.desc-testimonio {
	text-align: left;
	margin-left: 30px;
	
}
.testimonio p,
.testimonio span {
	color: #8d8d8d;
	font-family: 'Open Sans';
	font-weight: 400;
}
.comilla {
	position: absolute;
	top: 33px;
	right: 45%;
}

/* MEDIA QUERIES */

/* TABLET */
@media (max-width: 1199px) {
	/*TESTIMONIO*/

	.owl-nav .owl-next {
		right: -23px;
		top: 56px;
    	height: 222px;
	}
	.owl-nav .owl-prev {
		left: -21px;
		top: 56px;
    	height: 222px;
	}
}
/*MOVIL*/
@media (max-width: 991px) {
	.owl-nav .owl-next {
		background-color: white !important;
		border: 1.5px solid #50bce9 !important;
		height: 221px;
		width: 50px;
		outline: none;
	}

	.owl-nav .owl-next:hover {
		background-color: #50bce9 !important;
	}
	.owl-carousel .owl-nav .owl-next span {
		height: 0;
		line-height: 50px;
		/* vertical-align: middle; */
		margin-top: 20px;
		display: block;
		margin-left: 8px;
		border: 16px solid transparent;
		width: 0;
		border-top-color: #50bce9;
		overflow: hidden;
	}

	.owl-carousel .owl-nav .owl-next {
		display: block;
		position: absolute;
		top: 100%;
		width: 50px;
		height: 50px;
		left: 50%;
		margin-left: -25px;
		border-radius: 100%;
		overflow: hidden;
		margin-top: 5px;
		outline: none;
	}

	 .owl-carousel .owl-nav .owl-next span:hover {
		border-top-color: #fff !important;
	} 

	/* TESTIMONIO */
	.box-testimonials {
		padding-bottom: 100px;
	}
	.testimonio {
		display: block;
		padding: 70px 30px 20px 30px;
		width: auto;
		margin-top: 40px;
		border-radius: 30px 0 0 30px;
		overflow: hidden;
	}
	.desc-testimonio {
		text-align: justify;
		margin-left: 0;
	}

	.owl-carousel .owl-item img {
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.comilla {
		top: 30px;
		left: 42%;
	}

	.owl-nav .owl-next {
		display: none;
	}
	.owl-nav .owl-prev {
		display: none;
	}

}
