/* ex lg */ 
@media (min-width: 1400px) {
	
}

@media (min-width: 1200px) {

.contact_plantel ul li {
	width:30.6% !important;
	/*background-color:#fff;
	padding:0 25px;
	margin-right:25px;
	border-radius:3px;
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
	color:#525b6e;*/
	}
}

/* lg */
@media (min-width: 1200px) and (max-width: 1399px) {

}




/* md */
@media (min-width: 992px) and (max-width: 1199px) {
/* Padding de textos en NOTICIAS */	
	.listing-news .post-content {
	padding: 15px 20px;
	max-height: 170px;
	}
	.nodisplay_992_1199 {
		display: none;
	}

}
@media (min-width: 992px){
/* Padding bajo del video de sección QUIENES SOMOS */
	.padding_video {
		padding-bottom: 30px;
	}
/* Padding para imágenes de noticias en sidebar */
	.img_noticia img {
		padding-top: 20px
	}
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
/* Tamaño de logotipo */
	.logo_responsive {
		max-width: 90%;
	}
	.listing-news .post-content {
	padding: 15px 20px;
	max-height: 170px;
	}
	/* Padding para imágenes de noticias en sidebar */
	.img_noticia img {
		padding-top: 5px
	}
	
}

@media (max-width: 768px) {
	/* espacio para la línes de los círculos de galería de planteles */
	.latest-news-wrapper .section-title:after {
		margin-right:150px;
	}
}
/* xs */
@media (max-width: 767px) {

	.nodisplay_max767 {
		display: none !important;
	}
	/* espacio para la línes de los círculos de galería de planteles */
	.latest-news-wrapper .section-title:after {
		margin-right:150px;
	}

	.navbar {
		min-height: 80px;
	}
/* Tamaño de logotipo */
	.logo_responsive {
		max-width: 80%;
	}
/* Espacios alrededor de logotipo */
	.navbar-brand {
	height:93px;
	padding:9px 15px;
	}
/* Bajar el menú al abrirse */
	.homepage-two #menubar {
		/*margin-top: 80px;*/
		margin-top: 103px;
	}
	/* Paddign bajo del video de sección QUIENES SOMOS */
	.padding_video {
		padding-bottom: 30px;
	}
	/* Ajustar texto de título en mobiles NOTICIA 1 */
	.fz20xs{
		font-size: 20px !important;
	}
	.no_sidebar {
		display: none;
	}
	/* Quitar borde izquierdo del icono login - Munú */
	.homepage-two #weather, .homepage-two .searchNlogin li {
		border-left: 0;
	}

}

/* XS Portrait */
@media (max-width: 479px) {
	/* espacio para la línes de los círculos de galería de planteles */
	.latest-news-wrapper .section-title:after {
		margin-right:250px;
	}

}


/* Smartphone X | Tablet Portrait O | Tablet Landscape O | Desktop O */
@media (min-width: 768px) {

/* Determinar el ancho de foto de noticias */
.listing-news .entry-header {
	width: 47%
}
.listing-news .post-content {
	width: 53%
}

}

@media (max-width: 991px) and (min-width: 768px) {

/* Color de fondo en noticias de sidebar */
.lista_noticias{
	background-color: transparent !important;
	}

/* Color de fondo en noticias de sidebar */
.lista_noticias li{
	background-color: white;
	}
}

@media screen and (min-width: 768px) {
.carousel-indicators {
    bottom: 20px;
}

@media (max-width: 479px) {
	#home-slider .owl-wrapper-outer .entry-thumbnail {
		height: 220px;
	}
	.gallery-turner {
    position: absolute;
    right: 28px;
    bottom: 30px;
    font-size: 25px;
    z-index: 50;
	}
}

@media (min-width: 480px) {
	#home-slider .owl-wrapper-outer .entry-thumbnail {
		height: 260px;
	}
	.gallery-turner {
    position: absolute;
    right: 38px;
    bottom: 30px;
    font-size: 25px;
    z-index: 50;
	}
}

@media (min-width: 768px) {
	#home-slider .owl-wrapper-outer .entry-thumbnail {
		height: 370px;
	}
	.carousel-indicators {
    bottom: 0px;
	}
}

@media (min-width: 1024px) {
	#home-slider .owl-wrapper-outer .entry-thumbnail {
		height: 400px;
	}
}

@media (min-width: 1200px) {
	#home-slider .owl-wrapper-outer .entry-thumbnail {
		height: 470px;
	}
}