* {
	--s-color-primary: #8C1324;
}

html,
body {
	font-weight: 300;
	background: #F7F7F8;
	height: 100%;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #333;
	font-size: 20px;
	box-sizing: border-box;
	line-height: 1.4em;
	margin: 0;
}

/*TEXTO*/
.s-text-cargo {
	color: var(--s-color-primary);
	font-size: 16px;
}

/*TEXTO*/

.no-scroll {
	scroll-behavior: auto !important;
}

.jm-loadingpage {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: url(../../recursos/carga.gif) center no-repeat transparent;
}

h1 {
	font-weight: 200;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 1.6em;
}

i {
	margin-right: 25px;
	font-size: 50px;
}

ul {
	list-style: none;
}

.modalCuerpo {
	width: 1800px;
}

header {
	z-index: 3;
	padding-top: 10px;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 110px;
	background: #8C1324;
	color: white;
	display: flex;




}

header label {
	font-size: 40px;
	cursor: pointer;
	display: none;
}

.btnSaliente {
	position: absolute;
	display: flex;
	right: 3%;
	top: 87%;
	padding: 15px;
	background: linear-gradient(to right, rgba(164, 179, 87, 1) 0%, rgba(31, 107, 128, 1) 100%);
	text-align: center;
	text-transform: uppercase;
	border-color: white;
	border-width: 3px;
	font-family: "Arial Narrow", Georgia, Serif, cursive;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 25px;
	color: white;
	outline: none;
	transition-property: color, background;
	transition-duration: 0.5s;
	z-index: 2;
}

.btnSaliente:hover {
	color: white;
	background: linear-gradient(to right, rgba(98, 125, 77, 1) 0%, rgba(31, 59, 8, 1) 100%);

}

.btnSaliente:focus {
	outline: none;
}

/*BOTON MODAL*/
.btnMod {
	margin-left: 35%;
	margin-right: 35%;
	padding: 15px;
	background: linear-gradient(to right, rgba(164, 179, 87, 1) 0%, rgba(31, 107, 128, 1) 100%);
	text-align: center;
	text-transform: uppercase;
	border-color: white;
	border-width: 3px;
	font-family: "Arial Narrow", Georgia, Serif, cursive;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 25px;
	color: white;
	outline: none;
	transition-property: color, background;
	transition-duration: 0.5s;
	z-index: 0;
}

.btnMod:hover {
	color: white;
	background: linear-gradient(to right, rgba(98, 125, 77, 1) 0%, rgba(31, 59, 8, 1) 100%);

}

.btnMod:focus {
	outline: none;
}

/*BOTON DE HORARIO*/
.btnHorario {
	margin-left: 35%;
	margin-right: 35%;
	padding: 15px;
	background-image: radial-gradient(circle at 79.66% 36.17%, #ff8d0a 0, #ff7b22 12.5%, #ff672f 25%, #ff5237 37.5%, #f23c3c 50%, #de243f 62.5%, #cb0542 75%, #ba0045 87.5%, #ab0048 100%);
	text-align: center;
	text-transform: uppercase;
	border-color: white;
	border-width: 3px;
	font-family: "Arial Narrow", Georgia, Serif, cursive;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 25px;
	color: white;
	outline: none;
	transition-property: color, background;
	transition-duration: 0.5s;
	z-index: 0;
}

.btnHorario:hover {
	color: white;
	background-image: radial-gradient(circle at 50% 62.37%, #f2413b 0, #f23c3c 50%, #f2363d 100%);

}

.btnHorario:focus {
	outline: none;
}


/*GALERIA*/
.card {
	border-width: 0;
	border-radius: 40px;
}

.card img {
	width: 100%;
	height: 300px;
	border-radius: 40px;
}

/*CUERPO*/
/*
.container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;

}
*/


.cuerpo {

	padding-top: 120px;
	margin-bottom: 90px;
	color: #29293A;
	text-align: justify;
}

#nombre {
	letter-spacing: 6pt;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 30px;
}

#btn-menu {
	display: none;
}

.logo {
	margin-right: 70px;
}

.arrow {
	font-size: 16px;
}

/*SECCION PERSONAL*/
.personalDisp {
	display: none;
}

.tb1 {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	background-color: #8C1324
}

.tablapersonal1 {
	background-color: white;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;

}

.tb1 td {
	padding: 10px;
	color: white;
	text-align: center;
}

.tb2 {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #8C1324
}

.tb2 td {
	padding: 10px;
	color: white;
	text-align: center;
}

.tablapersonal1 td {
	padding: 10px;
	color: white;
	text-align: center;
	background-color: #8C1324
}

/**PERSONAL*/

.teacher-card {
	text-align: center;
	margin-bottom: 20px;
}

.teacher-card img {
	width: 100%;
	border-radius: 20px;
	border: 3.5px solid #8C1324;
	min-height: 200px;
	max-height: 250px;
	object-fit: cover;
	margin-bottom: 10px;
}

/**SECCION DE CARRERAS*/
.blurb-icon-fill .icon {
	margin-left: 36%;
	position: relative;
	width: 100px;
	height: 100px;
	font-size: 60px;
	line-height: 100px;
	color: #ffffff;
	background: #f7f7f8;
	border-radius: 50%;
}

.blurb-icon-fill .icon:before {
	position: relative;
	z-index: 1;
}

.blurb-icon-fill .icon:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-image: -webkit-linear-gradient(left, #f23637 0%, #fc0b68 100%);
	background-image: linear-gradient(to right, #f23637 0%, #fc0b68 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF23637', endColorstr='#FFFC0B68', GradientType=1);
	transition: inherit;
	border-radius: inherit;
}

.blurb-icon-fill .icon>span {
	position: absolute;
	top: -3px;
	right: -25px;
	z-index: -1;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
	color: #f3f3f9;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.blurb-icon-fill .exeption {
	color: #828590;
}

.blurb-icon-fill *+.title {
	margin-top: 15px;
}

.blurb-icon-fill *+.exeption {
	margin-top: 8px;
}

.number-counter {
	counter-reset: counter;
}

.number-counter .index-counter:after {
	content: counter(counter, decimal-leading-zero);
	counter-increment: counter;
}

/*SECCION COMUNICADOS*/
/*IMPORTANTE*/


.tag:hover,
.tag:focus,
.tag:active {
	color: #ffffff;
	background: #f23637;
}

.tag-1 {
	display: inline-block;
	padding: 0 0px;
	font-weight: 100;
	color: #ffffff;
	background-image: -webkit-linear-gradient(left, #f23637 0%, #fc0b68 100%);
	background-image: linear-gradient(to right, #f23637 0%, #fc0b68 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF23637', endColorstr='#FFFC0B68', GradientType=1);
	border-radius: 2px;
}

.tag-1:hover,
.tag-1:focus,
.tag-1:active {
	color: #ffffff;
	background: #fc0b68;
}

/* Post meta */
.post-meta,
.post-meta-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
	margin-bottom: -10px;
}

.post-meta-item {
	margin-left: 20px;
	margin-bottom: 10px;
}

/* Post title */
.post-title>a {
	pointer-events: none;
	cursor: default;
	color: #fc0b68;
}


/*
* Post boxed
*/
.post-boxed {
	color: #828590;
	background: #ffffff;
	border-radius: 6px;
	transition: .3s;
	margin-bottom: 15px;
}

.comunicado-main {
	padding-left: 100px;
	padding-right: 100px;
}

.post-boxed .post-author a {
	pointer-events: none;
	cursor: default;
	color: #fc0b68;
	transition: all ease .35s;
}

.post-boxed .post-author a:hover {
	text-decoration: underline;
	transition: all ease .35s;
}

.post-boxed .post-meta-item {
	color: #29293a;
}

.post-boxed .media-wrapper {
	display: block;
	opacity: 1;
	transition: .3s;
}

.post-boxed .media-wrapper>img {
	width: 100%;
}

.post-boxed .media-wrapper:hover {
	opacity: 0.8;
}

.post-boxed .post-meta {
	justify-content: space-between;
	padding: 7px 8px;
}

.post-boxed .post-body {
	padding: 12px 15px;
}

.post-boxed .post-title {
	letter-spacing: 0.03em;
}

.post-boxed:hover {
	box-shadow: 0 2px 8px 4px rgba(41, 41, 58, 0.05);
}

.post-boxed *+.post-title {
	margin-top: 8px;
}

.post-boxed *+.post-exeption {
	margin-top: 5px;
}


.emoticon {
	padding-right: 4px;
	font-size: 35px;
	font-style: italic;
}

.subicon {
	font-size: 15px;
	color: white;
	left: 0;
}

.menu ul {
	padding-top: 5px;
	background: #8C1324;
	display: flex;
	list-style: none;
}

.menu ul ul {
	display: none;

}

.menu a {
	font-size: 18px;
	display: block;
	padding: 15px 20px;
	color: white;
	text-decoration: none;
	font-style: italic;
	position: relative;
	transition: all 0.4s linear;
	border-radius: 35px;
}

.menu a:hover {
	background: rgba(0, 0, 0, 0.1);

}

.menu ul li a:after {
	position: absolute;
	bottom: 7px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: white;
	content: "";
	opacity: 0;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transform: translateY(20px);
}

.menu ul li a:hover:after {
	opacity: 1;
	transform: translateY(1px);
}

.menu a span {
	margin-left: 0px;
}

.menu ul li:hover ul {
	display: block;
	position: absolute;
}

.banner {
	width: 100%;
	height: 100vh;
}

.izq {
	padding-top: 110px;
	min-height: 100vh;
	width: 100%;
	height: 100vh;
	/* float: left; */
	margin: auto;
	/* overflow: hidden; */
	/* background: red; */
}

.izq div {
	width: 100%;
	height: 100%;
}

.s-card-banner img{
	width: 100%;
	height: 100%;
}

.izq ul {
	display: flex;
	padding: 0;
	width: 400%;
	height: 100%;
	animation: cambio 10s infinite alternate;
}

.izq li {
	width: 100%;
	list-style: none;
}

.izq img {
	width: 100%;
	height: 100%;
}

@keyframes cambio {
	0% {
		margin-left: 0;
	}

	20% {
		margin-left: 0;
	}

	25% {
		margin-left: -100%;
	}

	45% {
		margin-left: -100%;
	}

	50% {
		margin-left: -200%;
	}

	70% {
		margin-left: -200%;
	}

	75% {
		margin-left: -300%;
	}

	100% {
		margin-left: -300%;
	}
}

.der {
	padding-top: 110px;
	min-height: 100%;

	width: 30%;
	height: 100%;
	float: right;


}

.der img {
	width: 100%;
	height: 100%;
}

.centrado {
	position: absolute;
	top: 20%;
	left: 5%;



}

.main {
	padding: 5px 200px;
	font-size: 25px;
	line-height: 35px;
	text-align: justify;
}

.footer {
	bottom: 0;
	background: linear-gradient(180deg, #310000 0%, #BE8F69 100%);
	text-align: center;
	padding: 25px 30px 5px 30px;
	color: #F0F0F0;
	text-align: justify;
	text-decoration: none;
	list-style: none;

}

.rights {
	font-size: 15px;
}

.img-logo {
	width: 100%;

}

.footer li div {
	margin-right: 5px;
	float: left;
	color: #FC0B68;
}

.footer li {}

.footer-mapa {
	width: 100%;
	height: 560px;
	border-radius: 30px;
}

.social-items a {
	font-size: 30px;
	color: white;
	margin: 10px 5px 5px 5px;
	text-align: center;
}

.social-items a:hover {
	color: #828590;
	font-size: 35px;
	transition: all color 0.8s ease-in;
	-webkit-transition: color 0.8s ease-in;
	/*safari and chrome */
	-moz-transition: color 0.8s ease-in;
	/* firefox */
	-o-transition: color 0.8s ease-in;
	/* opera */
}

.informacion {
	text-align: justify;
	display: inline;
}

/**SECCION NOSOTROS*/
.heading-6 {
	font-style: italic;
}

.comillas {
	width: 50px;
	float: left;
}

/*CONVOCATORIAS*/
figure img {
	width: 167px;
	height: 90px;
}

.variety-box-wrapper {
	width: 100%;
	height: 200px;
	display: flex;
	justify-content: center;
	text-align: center;
	background-color: white;
	padding: 35px 20px 20px 20px;
	min-height: 250px;
	overflow: auto;
	margin-bottom: 18px;
}

.variety-box-wrapper:hover .variety-media img {
	transform: scale(1.2);
	transition: all ease .35s;
}

.variety-box-wrapper .variety-media {
	height: 86px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

.variety-box-wrapper .variety-media img {
	transition: all ease .35s;
}

.variety-box-wrapper span {
	font-size: 20px;
	color: #29293a;
	margin-bottom: 10px;
	display: block;
	font-weight: 400;
}

.variety-box-wrapper p {
	font-size: 14px;
	color: #828590;
}

.podcast-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}



/*ADAPTACION PARA DISPOSITIVOS MOVILES*/

@media only screen and (max-width: 800px) {
	.container {
		max-width: 100%;
		margin: 0 auto;
	}

	.teacher-card {
		padding-right: 5px;
		padding-left: 0px;
	}

	.teacher-card img {
		max-height: 200px;
		min-height: 200px;
	}

	h1 {
		font-size: 32px;

	}

	header {
		padding: 12px 12px;
		justify-content: space-between;

	}

	header label {
		display: block;
	}

	#nombre {
		display: none;
	}

	.cuerpo {
		padding-top: 140px;
	}

	.logo {
		margin: 0px;

	}

	.main {
		padding: 5px 10px;
		font-size: 20px;
		line-height: 35px;
	}

	.menu {
		position: absolute;
		top: 110px;
		left: 0;
		width: 55%;
		transform: translateX(-100%);
		transition: all 0.3s;
	}

	.menu ul {
		margin: 0;
		padding: 0;
		display: block;
		background: #8C1324;
	}

	.menu ul li:hover ul {
		display: none;
		position: static;
	}

	.menu a span {
		color: white;
		left: 0;
		font-size: 20px;
	}

	#btn-menu:checked~.menu {
		transform: translateX(0%);
	}

	.menu ul ul {
		background: rgba(0, 0, 0, 0.4);
	}

	.menu ul ul a span {
		padding: 11px 8px;
	}

	.izq {
		width: 100%;
		height: 100vh;
		background: transparent;
		/* float: left; */
		display: inline-block;
		text-align: center;

	}

	.btnSaliente {
		padding: 7px;
		font-size: 0.8em;
	}

	.btnMod {
		margin-left: 30%;
		margin-right: 30%;
		padding: 7px;
		font-size: 0.6em;
	}

	.btnHorario {
		margin-left: 25%;
		margin-right: 25%;
		padding: 7px;
		font-size: 0.7em;
	}

	.der {
		padding: 0;
		width: 100%;
		height: 100%;
		background: transparent;
		float: left;

	}

	.centrado {
		position: absolute;
		top: 54%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.footer {
		padding: 25px 5px 5px 5px;

		font-size: 17px;
	}

	.footer-mapa {
		margin: 0;
		width: 100%;
		padding: 3px 7px;
	}

	/* .img-logo {
		width: 0;
		height: 0;
	} */

	.rights {
		line-height: 12pt;
		font-size: 14px;
	}

	.comunicado-main {
		padding-left: 0px;
		padding-right: 0px;
	}

	/*PERSONAL*/
	.personalOrd {
		display: none;
	}

	.personalDisp {
		display: inline-table;
	}

	.tb1 {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		background-color: #8C1324;
	}

	.tablapersonal2 {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		background-color: white;
	}

	.tablapersonal2 td {
		padding: 3px;
		color: white;
		text-align: center;
		background-color: #8C1324;
	}

	/*GALERIA*/


	/*CONVOCATORIAS*/

	/*ICONOS DE REDES SOCIALES*/
	.social-items {
		font-size: 40px;
		padding: 3px 5px;
	}

	.i-facebock {
		color: #067AEB;
	}

	.i-twitter {
		color: #2BABE0;
	}

	.i-instagram {
		color: orange;
	}

	.i-snapchat {
		color: yellow;
	}

	.i-messenger {
		color: #02ADFF;
	}


}