  /* ---------------------------------------------------------------------- */
/*	Media Queries
 /* ---------------------------------------------------------------------- */
@media only screen and (min-width: 1920px) {
	.banner-centro{
		max-width: 1450px;
		margin: 0 auto;
	}
}

/* Standard 1023 or larger (browsers) */
@media only screen and (max-width: 1024px) {
	.logo{
		width:390px;
	} 
	/*Welocme*/
	.menu .item a {
		font-size: 12px;
	}
	.middle-size-img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: center;
		float: none;
	}
	.general-info {
		width: 100%;
		background-position: center;
	}

	.onehalf-third {
		width: 45%;
		text-align: center;
		margin: 15px auto;
		transition: all .3s;
	}
	.one-third {
		width: 45%;
		text-align: center;
		margin: 30px auto;
		transition: all .3s;
		flex-direction:column;
		align-items:center;
	}
	.one-third img {
		margin: 20px auto;
	}
	.second-third {
		width: 45%;
		text-align: center;
		margin: 15px auto;
	}
	.double {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.logos-org img {
		width: 50%;
		transition: all .3s;
		transition: all .3s;
	}
	
	.item-publicacion{
		width: 48%;
		margin: 0 1%;
	}
	
	#anteriores .posts .lista-cards .card-noticia{
		width: 47%;
	}
	
	
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 960px) {
	.section-common-content-dir{
		width: 100%;
	}
	.gaceta-ed{
		width: 100%;
	}
	#anteriores ul li img{
		height: 370px;
	}
	.nav-mov {
		display: none;
	}
	
	.owl-wrapper{
		width: 100%;
	}
	.subestudio-fecha {
		display: block;
	}
	.seccion.wrap h2 {
		font-size: 150%;
	}
	#sect-social-media h1.blue-title, .archive-investigadores h5 {
		font-size: 130%;
	}
	.banner-centro {
		background-position: center;
	}
	.breadcrumb, .anuncios-var {
		display: none;
	}
	.sect-breadcrumb {
		padding: 0;
	}
	.seccion {
		padding-top: 20px;
	}
	/*cursos*/
	.img-insc {
		display: none;
	}
	.diplomados-cards {
		margin-top: 5%;
	}
	.inscripcion-cursos li {
		width: 100%;
	}
	/*Prestaciones sociales*/
	#contenedor-prestaciones {
		border: none;
	}
	.fila.limpiar {
		flex-direction: column;
		margin-bottom: 2%;
	}
	.concepto {
		text-align: center;
		width: 100%;
		border: 1px solid gray;
		background: lightgray;
	}
	.hola {
		border: 1px solid gray;
		width: 100%;
	}
	.dirigido, .periodo {
		padding: 0 1%;
	}
	/*Diplomados*/
	.diplomados-cards.dic li {
		width: 31%;
	}

	/*Menu*/
	.header{
		position: fixed;
		top:0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 0 5px #3d3d3d;
		z-index: 5;
	}
	.top-blue-header {
		display: none;
	}
	.nav-rapido {
		display: none;
	}
	.logo {
		display: none;
	}

	/*.menu {
	 display: none;
	 }*/
	.gradient-menu {
		display: none;
	}
	/*Mov menu*/
	.mov-menu {
		height: 51px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		z-index: 9999;
		text-indent: -999px;
	}
	.left-items {
		width: 20%;
		text-align: left;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	.right-items {
		width: 20%;
		text-align: right;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	.mov-logo {
		background-image: url('/portal/wp-content/themes/UAAV1/images/Logo-UAARESPONSIVO.png');
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		width: 50%;
		margin: 5px 0;
		position: relative;
		z-index: 9999;
	}
	.mov-logo > a {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.dot-btn {
		color: #143C7C;
		background-color: transparent;
		border: none;
		font-size: 16px;
		padding: 10px 20px;
		border-radius: 0;
		/*position: absolute;
		 left: 15px;*/
		cursor: pointer;
		margin: 5px;
		z-index: 9999;
	}
	.dot-btn:hover {
		color: #fff;
		background-color: #0f2d5e;
		border-radius: 5px;
		transition: all .3s;
	}
	.search-btn {
		color: #143C7C;
		background-color: transparent;
		border: none;
		font-size: 16px;
		padding: 10px 15px;
		border-radius: 0;
		cursor: pointer;
		margin: 5px 2px 5px 5px;
	}
	.search-btn:hover {
		color: #fff;
		background-color: #0f2d5e;
		border-radius: 5px;
		transition: all .3s;
	}
	.bar-btn {
		color: #143C7C;
		background-color: transparent;
		border: none;
		font-size: 16px;
		padding: 10px 15px;
		border-radius: 0;
		/*position: absolute;
		 right: 15px;*/
		cursor: pointer;
		margin: 5px 5px 5px 2px;
	}
	.bar-btn:hover {
		color: #fff;
		background-color: #0f2d5e;
		border-radius: 5px;
		transition: all .3s;
	}
	/*Mov navgation*/
	.nav-mov {
		width: 100%;
		height: calc(100% - 50px);
		background-color: #0f2d5e;
		position: fixed;
		top: 51px;
		bottom: 0;
		overflow: scroll;
		z-index: 9999;
	}
	/*Scroll bars*/
	/*.nav-mov::-webkit-scrollbar{
	 width: 5px;
	 }
	 .nav-mov::-webkit-scrollbar-thumb{
	 width: 5px;
	 background-color: #0f2d5e;
	 } */
	.nav-mov::-webkit-scrollbar {
		height: 5px;
		width: 5px;
		background-color: #0f2d5e;
	}
	.nav-mov::-webkit-scrollbar-track {
		border-radius: 5px;
	}
	.nav-mov::-webkit-scrollbar-thumb {
		background: #05265c;
		border-radius: 5px;
	}
	.mov-mainmenu {
		/*height: 100%;*/
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.nav-mov li {
		width: 100%;
		text-align: justify;
	}
	.nav-acc {
		background-color: #0f2d5e;
	}
	.nav-acc:hover {
		background-color: #05265c;
	}
	.nav-esima {
		background-color: #ffbd70;
	}
	.nav-esima:hover {
		background-color: #dfbd72;
	}
	.nav-fast {
		background-color: #D30640;
	}
	.nav-fast:hover {
		background-color: #b70638;
	}
	.nav-mov li > a {
		text-decoration: none;
		padding: 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.nav-mov span {
		color: #fff;
	}
	.nav-mov i {
		color: #fff;
	}
	.mov-submenu {
		background-color: #fff;
		display: none;
		transition: all .3s;
		box-shadow: inset 0 0 10px #242222;
	}
	.mov-submenu li {
		border-bottom: 1px solid #cfcfcf;
	}
	.mov-submenu a {
		border: none;
	}
	.mov-submenu a {
		color: #0f2d5e;
		transition: all .3s;
	}
	.mov-submenu a:hover {
		color: #05265c;
		text-decoration: underline;
		transition: all .3s;
	}
	.submenu-visible {
		display: block;
		transition: all .3s;
	}
	/*Search*/
	.search-mov {
		width: 100%;
		height: 0;
		position: fixed;
		top: -5551px;
		/*background-color: rgba(220, 220, 220, .8);*/
		background-color: #fff;
		display: flex;
		flex-direction: row;
		/*justify-content: space-between;
		 align-content: space-between;*/
		z-index: 980;
		transition: all .3s;
	}
	.search-visible {
		display: block;
		height: 70px;
		top: 51px;
		box-shadow: 0 0 5px grey;
		transition: all .3s;
	}
	.search-mov input {
		width: 90%;
		margin: 15px auto;
		border-radius: 5px;
		box-sizing: border-box;
		color: #555;
		display: block;
		padding: 10px 20px;
		background-color: transparent;
		height: 50%;
		font-size: 18px;
		border: 1px solid grey;
	}
	.search-mov a {
		/*width: 20%;*/
		padding: 5px 0;
		box-sizing: border-box;
		/*position: absolute;
		 left: 10%;
		 right: 10%;
		 bottom: 10%;*/
		background-color: grey;
		color: #fff;
		text-align: center;
		font-size: 32px;
		border-radius: 5px;
	}
	/*Accesos-Rapidos*/
	.accesos-rapidos {
		width: 95%;
		z-index: 0;
	}
	.styled-select-serch {
		width: 90%;
	}
	.styled-select {
		width: 30%;
		margin: 0;
	}
	a.pgrad {
		width: 10%;
	}

	/*Cont menu*/
	.cont-mov {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: transparent;
		z-index: 1000;
		display: none;
	}
	.cont-visible {
		display: block;
	}
	.cont-mov ul {
	    width: 20%;
	    min-width: 180px;
	    /*padding: 10px 5px;*/
	    position: fixed;
	    top: 56px;
	    right: 0%;
	    box-shadow: 2px 2px 4px rgba(96, 96, 96, .6);
	    background-color: #e3e3e3;
	}
	.cont-mov li {
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	.cont-mov a {
		padding: 10px 0;
		text-decoration: none;
	}
	.contenido-menu-rapido .menu-item a{
		color: #111;		
	}
	
	.contenido-menu-rapido .menu-item a:hover{
		color: #fff;		
	}
	.cont-mov a:hover {
		text-decoration: underline;
		color: #D30640;
	}
	/*Noticias*/
	.sidebarwrap {
		display: none;
	}
	.notas {
		width: 100%;
	}
	.noticias-index {
		float: none;
		width: 100%;
		margin: 10px auto;
		transition: all .3s;
	}
	.eventos-index {
		float: none;
		width: 100%;
		margin: 10px auto;
		transition: all .3s;
	}
	/*Busqueda*/
	/*social Iframe*/
	iframe ._2p3a {
		width: 100% !important;
	}
	/*Follow us*/
	.section-socialmedia {
		margin: 0 auto;
		transition: all .3s;
	}
	.post-fb {
		width: 97%;
		transition: all .3s;
	}
	.tweets {
		width: 34%;
		transition: all .3s;
	}
	.post-fb.insta {
		width: 60%;
		transition: all .3s;
	}
	/*Section common*/
	.section-common-content.content-left {
		width: 100%;
	}
	.parte-educ {
		margin-bottom: 10%;
	}
	.section-common-content.content-left.cont-reverse.ma, .section-search-content.content-left.cont-reverse.ma {
		width: 100%;
		float: none;
		transition: all .3s;
		margin-bottom: 3%;
	}
	.section-common-content .parte-educ.sined ul {
		justify-content: center;
	}
	.sidebar {
		float: none;
		min-width: 100%;
		transition: all .3s;
	}
	.section-common-content {
		width: 100%;
		margin: 0;
		float: none;
		transition: all .3s;
	}
	table {
		width: 100%;
	}
	/*noticias*/
	.section-common-content.content-left.single-news {
		width: 100%;
		transition: all .3s;
	}
	.sidebig.pub-rec {
		width: 100%;
		transition: all .3s;
	}
	/*Aluimnos*/
	/*.content-not {
	 margin-bottom: 60px;
	 overflow-x: scroll;
	 }*/
	.section-common-content img {
		width: 100%;
		height: auto;
	}
	/*Idiomas*/
	.sidebar {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.info-invest.limpiar {
		float: none;
		width: 100%;
	}
	/*clubes-deportivos*/
	/*.banner {
	 height: 300px;
	 width: 100%;
	 overflow-y: hidden;
	 }
	 .banner .img-banner {
	 height: 300px;
	 width: 100%;
	 }
	 .banner .banner-uaa {
	 position: absolute;
	 right: 5%;
	 width: auto;
	 height: 301px;
	 z-index: 1;
	 }
	 .banner-uaa .owl-item{
	 width: 100% !important;
	 height: 300px;
	 }*/
	/*Extension*/
	.banner-uaa {
		display: none;
	}
	/*Investigadores*/
	.section-common-content.content-left.archive-invest {
		display: flex;
		flex-direction: column;
	}
	.archive-invest .content-not {
		width: 100%;
	}
	.img-float-right {
		width: 100%;
	}
	.img-float-right img {
		width: 100%;
	}
	.filtros-eventos {
		flex-direction: column;
		transition: all .3s;
	}
	.filtros-eventos p {
		margin: 10px auto;
	}
	.filtros-eventos select, .filtros-eventos input {
		margin: 5px auto;
		width: 100%;
		box-sizing: border-box;
		transition: all .3s;
	}
	.investigadores-todos.limpiar li {
		width: 22%;
		float: left;
		margin: 10px 1% 30px;
		transition: all .3s;
	}
	/*Contact footer*/
	.contact-footer > div {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.contact-footer .column-footer {
		width: 47%;
	}
	.contact-footer .column-footer:last-child {
		margin-top: 3%;
		width: 100%;
		text-align: center;
	}

	.section-common-content table {
		width: 100%;
	}
	.section-common-content table td {
		font-size: 85%;
	}
	.section-common-content blockquote, .section-noticias-content blockquote {
		width: 100%;
		margin: 3% 0;
	}
	
	.logos-org{
		display: flex;
		flex-direction: row;
		justify-content:center;
		align-items:center;
	}
	.one-third{
		width:100%;
		flex-direction: row;
		justify-content:center;
		align-items:center;
	}
	
	/*Idiomas */
	.ajax-overlay{
		padding:0;
		position: fixed;
		justify-content:center;
		align-items:center;
	}
	
	.sidebar-noticias{
		width: 100%;
	}
	

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 769px) and (max-width: 959px) {
	.black-gradient p {
		font-size: 15px;
	}
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 768px) {
	#articulos {
	    flex-direction: column;
	}
		#articulos .side{
		width: 100%;
	}
	 
	#articulos .posts{
		width: 100%;
		padding-top: 5%;
	}
	#anteriores ul li {
	    width: 47%;
	    margin: 0 1.5% 3% 1.5%;
	}
	ul.integrantes .hide{
		display: none;
	}
	ul.integrantes > li {
		flex-direction: column;
	    width: 48% !important;
	    margin: 0 1% 1% 1% !important;
	}
	ul.integrantes > li > * {
	    width: 100% !important;
	    margin: 0 !important;
	}

	.subestudio-fecha .p-fecha-sub {
		font-size: 95%;
	}
	.section-common-content .content-not a, .section-common-content.content-left.cont-reverse.ma .content-not a {
		font-size: 90%;
		padding: 1% 2%;
		margin: 1% 0;
	}
	.section-common-content strong, .section-noticias-content strong {
		font-size: 100%;
	}
	.sidebar-item.btn.btn-1.btn-1c h3 {
		font-size: 85%;
	}
	.banner-cont h2 {
		width: 320px;
		font-size: 18px;
		line-height: 20px;
		transition: all .3s;
	}
	.banner-cont p {
		font-size: 16px;
		transition: all .3s;
	}
	.g-title {
		font-size: 22px;
	}

	.content-not a {
		padding: 2% 3%;
	}

	/*Diplomados*/
	.diplomados-cards.dic li {
		width: 48%;
	}

	/*Follow us*/
	.post-fb.insta {
		width: 97%;
		margin: 10px 5px 60px 5px;
		transition: all .3s;
	}
	.tweets {
		width: 97%;
		box-sizing: border-box;
		transition: all .3s;
	}
	.post-twitter:first-child {
		margin-bottom: 15px;
		transition: all .3s;
	}
	/*Historia*/

	.section-common-content p {
		font-size: 14px;
	}
	/*Section common*/
	.section-common-content ul.gal-instalaciones li {
		width: 40%;
	}
	.organi {
	    width: 100%;
	    margin: 2% 0;
	}
	.logo-centro img {
		width: 70%;
		transition: all .3s;
	}
	iframe#iframe_container {
		width: 100%;
	}
	/*Centros*/
	.centros-todos li {
		width: 45%;
		transition: all .3s;
	}
	/*BAchillerato*/

	.section-common-content.content-left {
		width: 100%;
		float: none;
	}
	.section-common-content.depto {
	    width: 100%;
	    float: none;
	    margin: 0%;
	}
	.anuncios-var {
		float: none;
		width: 100%;
	}

	/*oferta educativa*/
	.section-common-content .parte-educ ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.section-common-content ul.ecdir li {
		width: 100%;
		transition: all .3s;
	}
	.parte-educ ul.ofed li {
		width: 35%;
		transition: all .3s;
	}
	/*Diplomados*/
	.diplomados-cards li {
		width: 45%;
		transition: all .3s;
	}
	/*Adminsiones*/
	.archivo.btn-amarillo {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		transition: all .3s;
	}
	/*Orientacion educativa*/
	.recursos .tipo-or ul li {
		width: 48%;
		transition: all .3s;
	}
	#orientacion-educativa tr {
		width: 100%;
		margin: 10px auto;
		display: flex;
		flex-direction: column;
		transition: all .3s;
	}
	#orientacion-educativa td {
		margin: 5px 0;
		transition: all .3s;
	}
	#plan-de-vida {
		/*overflow-x: scroll;*/
	}
	#plan-de-vida p {
		overflow-x: scroll;
	}
	#plan-de-vida img {
		min-width: 600px;
	}
	#plan-de-vida p::-webkit-scrollbar {
		height: 5px;
	}
	#plan-de-vida p::-webkit-scrollbar-track {
		border-radius: 6px;
	}
	#plan-de-vida p::-webkit-scrollbar-thumb {
		background: #143C7C;
		border-radius: 6px;
	}
	/*#como-elegir-una-carrera*/
	#como-elegir-una-carrera p {
		overflow-x: scroll;
	}
	#como-elegir-una-carrera img {
		min-width: 600px;
	}
	#como-elegir-una-carrera p::-webkit-scrollbar {
		height: 5px;
	}
	#como-elegir-una-carrera p::-webkit-scrollbar-track {
		border-radius: 6px;
	}
	#como-elegir-una-carrera p::-webkit-scrollbar-thumb {
		background: #143C7C;
		border-radius: 6px;
	}
	/*#como-tomar-una-decision*/
	#como-elegir-una-carrera p {
		overflow-x: scroll;
	}
	#como-elegir-una-carrera img {
		min-width: 600px;
	}
	#como-elegir-una-carrera p::-webkit-scrollbar {
		height: 5px;
	}
	#como-elegir-una-carrera p::-webkit-scrollbar-track {
		border-radius: 6px;
	}
	#como-elegir-una-carrera p::-webkit-scrollbar-thumb {
		background: #143C7C;
		border-radius: 6px;
	}
	/*#como-tomar-una-decision*/
	#como-tomar-una-decision p {
		overflow-x: scroll;
	}
	#como-tomar-una-decision img {
		min-width: 600px;
	}
	#como-tomar-una-decision p::-webkit-scrollbar {
		height: 5px;
	}
	#como-tomar-una-decision p::-webkit-scrollbar-track {
		border-radius: 6px;
	}
	#como-tomar-una-decision p::-webkit-scrollbar-thumb {
		background: #143C7C;
		border-radius: 6px;
	}
	/*Sesions*/
	#sesiones img {
		display: block;
		object-fit: cover;
		object-position: left bottom;
		max-height: 200px;
		margin: 35px auto;
		max-width: 100%;
	}
	.link.btn-rojo {
		margin: 5px;
		font-size: 15px;
		line-height: 25px;
	}
	/*Investigadores*/
	.investigadores-todos.limpiar li {
		width: 30%;
		transition: all .3s;
	}
	/*Footer*/
	.logos-org {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.one-third{
		width: 100%;	
	}
	.anuncios-var li {
		width: 40%;
		display: inline-block;
		/* margin-bottom: 30px; */
		margin: 10px 4% 30px 4%;
		transition: all .3s;
	}

	/*Noticias*/

	.reticula.reticula-noticias {
		flex-direction: column;
	}
	.first-recent-post {
		width: 100%;
	}
	.black-gradient p {
		font-size: 100%;
	}
	.two-posts-recents {
		width: 100%;
		margin-top: 2%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.two-posts-recents .reticula-small {
		width: 49%;
		margin: 0;
	}

	.notas ul li.noticia-item-listado {
		width: 45%;
	}
	.notas ul li.noticia-item-listado:nth-child(even) {
		float: right;
	}

	.notas ul li {
		width: 29%;
	}
	
	.section-common-content ul.naci-inter{
		margin: 3% 0;
	}
	.section-common-content .tabs-list {
	    flex-direction: column;
	    align-items: center;
	    border: none;
	}
	.section-common-content .tabs-list .list-btn{
		text-align: center;
	}
	.section-common-content .tabs-list .list-btn a{
		margin: 0;
	}
}
@media only screen and (max-width: 639px) {
	.section-common-content ul.rectores li {
	    width: 46%;
	}
	li.flexslider-noticia {
		position: relative;
	}
	.flexslider .slides img.imagen-noticia {
		/* float: left; */
		height: 100%;
		object-fit: cover;
		width: 100%;
		position: absolute;
		transition: all .3s;
	}
	.resumen-noticia {
		background-color: #2a34588a;
		box-sizing: border-box;
		color: #fff;
		/* float: right; */
		height: 100%;
		position: absolute;
		padding: 20px 25px;
		width: 100%;
		transition: all .3s;
	}
	/*Centros*/
	.centros-todos li {
		width: 100%;
		transition: all .3s;
	}
	/*Logo org*/
	.logos-org {
		flex-direction: column;
	}
	.logos-org img {
		width: 100%;
	}
	.onehalf-third {
		width: 60%;
		margin: 15px auto;
		text-align: center;
		transition: all .3s;
	}
	/*.one-third {
		width: 60%;
		margin: 15px auto;
		text-align: center;
		transition: all .3s;
	}*/
	.second-third {
		width: 60%;
		text-align: center;
		margin: 15px auto;
	}
	.onehalf-third {
		width: 30%;
	}
	/*Footer*/
	.menu-footer > div {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.menu-footer .column-4 {
		width: 45%;
		transition: all .3s;
	}
	.contact-footer .column-footer {
		width: 100%;
		text-align: center;
	}
	.logo-footer {
		margin: 0 auto;
	}
	.parte-educ ul.ofed li {
		width: 60%;
		transition: all .3s;
	}
	/*Diplomados*/
	.frm-ajax-post-type > .filtros-eventos, .seccion > .filtros-eventos {
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
	}
	.filtros-eventos p {
		width: 100%;
		margin: 5px;
	}
	.filtros-eventos select {
		width: 100%;
		margin: 5px;
	}
	.filtros-eventos input {
		width: 100%;
	}
	.diplomados-cards li {
		width: 90%;
		transition: all .3s;
	}
	/*Investigadores*/
	.investigadores-todos.limpiar li {
		width: 45%;
		transition: all .3s;
	}

	/*Noticias*/

	.notas ul li.noticia-item-listado {
		width: 100%;
	}

	.notas ul li {
		width: 44%;
	}
	/*Bachillerato*/

	#menu-sitemap-footer {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start;
	}

	#menu-sitemap-footer .has-children {
		width: 33%;
	}
	
	ul.integrantes > li {
	    width: 100% !important;
	}
	
	.naci-inter.limpiar li a {
	    margin: 0 !important;
	    width: 100%;
	    box-sizing: border-box;
	}
	.section-common-content ul.naci-inter > li {
	    display: block;
	    margin-bottom: 3%;
	} 
	.section-common-content.single-news .masleidas ul li {
		width: 47%;
		margin: 0 1.5% 3% 1.5%;
	}
	li.item-ent-rector {
	    flex-direction: column;
	}
	li.item-ent-rector .img-cont {
	    width: 35%;
	}
	li.item-ent-rector a {
    	width: 100%;
	}
}

@media only screen and (max-width: 550px) {
	#anteriores .posts .lista-cards .card-noticia{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.gaceta {
	    flex-direction: column;
	    align-items: center;
	}
	.gaceta h3{
		border: none;
	}
	.card-noticia{
		width: 100%;
		margin: 0 0 3% 0;
	}
	
	#anteriores ul li {
	   width: 100%;
		margin: 0 0 3% 0;
	}
	
	#anteriores ul li img {
    	height: auto;
	}
	#anteriores select{
		width: 100%;
	}
	/*Resultados*/
	.section-common-content ul.tabla-aceptados {
		width: 100%;
	}
	/*Noticias*/
	.two-posts-recents {
		flex-direction: column;
		margin-top: 0;
	}
	.two-posts-recents .reticula-small {
		width: 100%;
		margin-top: 2%;
	}

	.notas ul li {
		width: 100%;
		margin: 0;
	}

	/*Bachillerato*/
	.section-common-content ul.btns-interiores {
		flex-direction: column;
	}
	.section-common-content ul.btns-interiores li {
		width: 100%;
	}
	
	.one-third{
		flex-direction:column;
	}
	
	.section-common-content.single-news .masleidas ul li {
		width: 100%;
		margin: 0 0 3% 0;
	}
	
	.item-publicacion{
		width: 100%;
		margin: 0 0 3% 0;
	}
	
	.one-third a{
		width: 60%;
	}

}

@media only screen and (max-width: 512px) {
	.section-common-content ul.rectores li {
	    width: 100%;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.info-short-diplo a {
		font-size: 95%;
	}
}


@media only screen and (min-width: 1024px) and (max-width: 1212px) {
	.menu .item a { font-size: 12px; }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.tabla-res {
		overflow-x: auto;
	}
	/*Diplomados*/
	.diplomados-cards.dic li {
		width: 100%;
	}
	/* mov menu*/
	.mov-logo {
		width: 40%;
	}
	.dot-btn {
		padding: 8px 15px;
	}
	.search-btn {

		padding: 8px 10px;
		border-radius: 0;
		cursor: pointer;
		margin: 5px 2px 5px 5px;
	}
	.bar-btn {
		padding: 8px 10px;
		border-radius: 0;
		/*position: absolute;
		 right: 15px;*/
		cursor: pointer;
		margin: 5px 5px 5px 2px;
	}
	/*Investigadores*/
	.investigadores-todos.limpiar li {
		width: 100%;
		transition: all .3s;
	}
	/*Footer*/
	.menu-footer > div {
		text-align: center;
	}
	.menu-footer .column-4 {
		width: 96%;
		transition: all .3s;
	}
	/*Common*/

	.section-common-content h1, .section-noticias-content h1, .seccion.wrap.limpiar h1, .econt h1 {
		font-size: 130%;
	}
	.section-common-content h4 {
		font-size: 100%;
	}
	.section-common-content h4 {
		font-size: 80%
	}
	.section-common-content .ofed h2, .section-common-content .parte-educ.sined h2 {
		font-size: 100%;
		margin-top: 3%;
	}
	.parte-educ ul.ofed li img {
		width: 85%;
		margin-bottom: 3%;
	}
	.section-common-content ul {
		width: 100%;
		margin: 0;
	}
	.section-common-content ul.gal-instalaciones li {
		width: 80%;
	}
	.anuncios-var li {
		width: 96%;
		display: inline-block;
		/* margin-bottom: 30px; */
		margin: 10px 10px 30px 10px;
		transition: all .3s;
	}
	/*Orientacion educativa*/
	.recursos .tipo-or ul li {
		width: 96%;
		transition: all .3s;
	}

	/*Noticias*/
	#main-noticias h3, .hour {
		float: none;
		text-align: center;
		margin: 1% 0;
	}
	#main-noticias h3 {
		font-size: 130%;
	}
	.hour {
		font-size: 100%;
	}
	.seccion {
		padding-bottom: 5%;
	}
	
	#menu-sitemap-footer .has-children {
		width: 50%;
	}
	
	#animatedModal{
		width: 80%;
	}
}

