@font-face {
	font-family: "Conv_JulesText-Book";
	src: url("fonts/JulesText-Book.eot");
	src: local("☺"), url("fonts/JulesText-Book.woff") format("woff"), url("fonts/JulesText-Book.ttf") format("truetype"),
		url("fonts/JulesText-Book.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Didot";
	font-style: normal;
	font-weight: normal;
	src: local("Didot"), url("fonts/Didot.woff") format("woff"), url("fonts/Didot.ttf") format("truetype");
}

/**{
	cursor: url(../img/Cursor.png) 4 12, auto;
}
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none !important;
	-moz-appearance: none;
	appearance: none !important;
	font-weight: inherit;
	color: inherit;
	font-family: "Raleway", sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
li,
ul {
	list-style: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {
	font-weight: 400;
	text-align: center;
	font-size: 16px;
}
@-webkit-keyframes tiembla {
	0% {
		-webkit-transform: translateY(5px);
	}
}

.column-center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.column-start {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.column-between {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-align-items: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.row-center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.row-center-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row-between {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.row-around {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.row-start {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.row-start-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row-end {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.row-center-stretch {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.jcc {
	justify-content: center;
	-webkit-justify-content: center;
}
.jcsb {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.jcsa {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.jcfe {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.aic {
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.ais {
	-ms-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.aifs {
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.aife {
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.fww {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fdc {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.full-width {
	width: 100%;
}
.full-height {
	min-height: 100vh;
}
.psr {
	position: relative;
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

.cover-imagen {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.hide {
	display: none;
}
.enlace-cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.enlace-cover i {
	font-size: 80px;
	color: white;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
}

.cover-pop-upOrla {
	background: #20598f;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 12;
}
.cover-popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #20598f;
	z-index: 10;
}
.cover-slider {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.cover-emprededores {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.cover-login {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #20598f;
	z-index: 10;
}
.cover-perfil {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #20598f;
	z-index: 10;
}
.contenedor-popup {
	position: relative;
	min-height: 100vh;
	height: auto;
	width: 100vw;
	padding: calc(61px + 2.3vh) 20px;
}
.popup {
	padding: 60px 60px;
	background: white;
	display: inline-block;
	z-index: 12;
	position: relative;
	max-width: 600px;
}
.capa-cerrar-popup {
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0px;
	z-index: 10;
}
.cerrar-popup {
	position: absolute;
	top: 20px;
	right: 20px;
}

.contenedor-popup .volver {
	z-index: 11;
}

#player.player {
	max-width: 100% !important;
	height: 100% !important;
}

.mail-enviado {
	font-size: 14px;
	margin-top: 20px;
	color: #003466;
	display: none;
}

.cover-popup .popup {
	background: transparent;
	color: #fff;
	font-size: 20px;
	max-width: 768px;
}

.cover-popup .popup p {
	font-size: 16px;
	text-decoration: underline;
	margin-top: 20px;
}

.cover-popup .popup p.mt-0 {
	margin-top: 0;
}
.cover-alerta {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	z-index: 20;
}

.cover-alerta .popup {
	background: white;
}

.cover-alerta .popup .cerrar-popup {
	color: #003466;
	top: 3px;
}

.cover-alerta .popup .titulo-popup {
	color: #003466;
	font-weight: 800;
}
.cover-alerta .popup .cuerpo-popup {
	color: #003466;
	text-decoration: none;
}

.m-10 {
	margin: 10px;
}
.m-20 {
	margin: 20px;
}

.mtb-20 {
	margin: 20px 0;
}
.mtb-40 {
	margin: 40px 0;
}
.mtb-50 {
	margin: 50px 0;
}

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}

.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}

.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-20 {
	margin-left: 20px;
}

.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}

.p-20 {
	padding: 20px;
}
.plr-20 {
	padding: 0 20px;
}
.plr-20 {
	padding: 0px 20px;
}
.ptb-20 {
	padding: 20px 0;
}
/* 
::-webkit-scrollbar {
	width: 0px;
}
::-webkit-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 6px;
} */

select::-webkit-scrollbar {
	width: 0px;
}
select::-webkit-scrollbar-track-piece {
	background-color: transparent;
	-webkit-border-radius: 6px;
}

.bold {
	font-weight: 800;
}

.wrapper-index {
	width: 100%;
	min-height: 100vh;
	background: url(../img/background-home.jpg) center/cover no-repeat;
	padding: 10vh 10vw;
}

.logo-movil {
	display: none;
}

.logo-index {
	width: auto;
	max-width: 25vw;
	max-height: 33vh;
}

.contenedor-bottom-index {
	position: relative;
	z-index: 6;
	top: 15px;
}

.menu-index {
	width: 100%;
	color: white;
	font-size: 20px;
	margin-bottom: 70px;
	animation-delay: 1s;
}

.menu-index a {
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.7px;
}

.wrapper-index .menu-show {
	color: white;
	margin-bottom: 30px;
	display: none;
}

.wrapper-index .menu-show i {
	background: white;
}

.wrapper-index .cerrar-popup {
	display: none;
}

.wrapper-index h1 {
	font-weight: 800;
	width: 100%;
	max-width: 768px;
	color: white;
}

.submenu-el {
	width: 100%;
	color: white;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 30px;
	height: 50px;
	display: none;
}

.submenu-el.vida {
	padding-left: 168px;
}

.submenu-el.show {
	display: inline-block;
	text-align: left;
}

.submenu a {
	margin-right: 15px;
	display: inline-block;
}

.menu-index a i {
	font-size: 12px;
}

.redes-sociales {
	animation-delay: 1.5s;
}

.redes-sociales li {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	background: white;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

.redes-sociales li:last-of-type {
	margin-right: 0;
}

.enlaces-legales-index {
	width: 100%;
	left: 0;
	bottom: 3vh;
	color: white;
	position: absolute;
	animation-delay: 2s;
	z-index: 6;
}

.enlaces-legales-index a {
	padding: 0 0.5vw;
	transition: 0.2s;
	opacity: 0.3;
}

.enlaces-legales-index a:hover {
	opacity: 1;
}

@media screen and (max-height: 860px) {
	.wrapper-index {
		padding: 5vh 5vw 100px 5vw;
	}

	.logo-index {
		max-width: 25vw;
		max-height: 120px;
	}
}

.toUp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	padding: 10px;
	background: #003466;
	text-align: center;
	color: white;
	display: inline-block;
	line-height: 60px;
	font-size: 30px;
	opacity: 0;
	transition: 0.3s;
}

.toUp img {
	max-height: 100%;
}

/*MAIN*/

.nav-top {
	padding: 10px 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
	background: white;
	width: 100%;
}

.nav-top .login {
	padding-left: 25px;
	background: url(../img/login_azul.svg) center left/19px no-repeat;
	height: 20px;
	line-height: 21px;
	color: #003466;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: "Raleway", sans-serif;
	display: none;
}

.menu-show {
	height: 20px;
	line-height: 20px;
	color: #003466;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 3px;
	font-family: "Raleway", sans-serif;
	position: relative;
}

.nav-top .menu-show + h1 a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.nav-top .menu-show + h1 img {
	max-width: 90px;
}

.menu-show span {
	height: 14px;
	width: 20px;
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.menu-show span i {
	width: 100%;
	height: 2px;
	background: #003466;
	display: inline-block;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
}

.menu-show span i:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.menu-show span i:nth-child(3) {
	bottom: 0;
	top: auto;
}

.contenedor-opciones-sesion {
	display: inherit;
}

.nav-top .js-show-perfil {
	display: none;
}

.menu {
	position: fixed;
	left: -500px;
	top: 0;
	padding: 5vw;
	min-height: 100vh;
	background: white;
	z-index: 12;
	max-width: 500px;
	transition: 1s;
}

.menu.activo {
	transform: translateX(500px);
}

.menu .cerrar-menu {
	position: absolute;
	left: 1vw;
	top: 1vw;
	font-size: 24px;
	font-weight: 800;
	color: #003466;
}

.logo-container {
	margin: 0 auto;
}

.menu .logo {
	max-height: 140px;
	max-width: 120px;
	width: 100%;
}

.real-menu a {
	width: auto;
	margin-top: 2vh;
	height: 30px;
	line-height: 30px;
	color: #003466;
	font-size: 16px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	text-align: left;
	padding-left: 50px;
}

.real-menu a:first-of-type {
	margin-top: 0;
}

.real-menu a.show-more {
	padding-right: 18px;
}

.real-menu .colabora {
	background: url(../img/menu-colabora.svg) center left/30px no-repeat;
	background-size: contain;
}

.real-menu .benefits {
	background: url(../img/menu-benefits.svg) center left/30px no-repeat;
}

.real-menu .contacto {
	background: url(../img/menu-contacto.svg) center left/30px no-repeat;
}

.real-menu .empleo {
	background: url(../img/menu-empleo.svg) center left/30px no-repeat;
}

.real-menu .emprendedores {
	background: url(../img/menu-emprendedores.svg) center left/30px no-repeat;
}

.real-menu .equipo-alumni {
	background: url(../img/menu-equipo-alumni.svg) center left/30px no-repeat,
		url(../img/flecha-bottom.svg) center right/12px no-repeat;
}

.real-menu .vida-alumni {
	background: url(../img/menu-vida-alumni.svg) center left/30px no-repeat,
		url(../img/flecha-bottom.svg) center right/12px no-repeat;
}
.real-menu .webUFV {
	background: url(../img/ufv-logo.png) center left/30px no-repeat;
}

.real-menu a.submenu {
	font-weight: 400;
	margin-top: 0.5vh;
	margin-top: 0;
	display: none;
}

.menu .social li {
	margin-right: 20px;
}

.menu .social li:last-of-type {
	margin-right: 0;
}

.menu .social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #003466;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.info.empresa,
.info.persona {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.info.empresa p,
.info.persona p {
	/*height: 300px;*/
	margin: 20px 0;
	text-align: justify;
}
span.espacio {
	color: transparent;
}
.info.empresa p a,
.info.persona p a {
	text-decoration: underline;
}
.info.empresa .enlaces a,
.info.persona .enlaces a {
	font-size: 16px;
	text-decoration: underline;
	font-weight: 600;
}
@media screen and (max-height: 667px) {
	#cookiesdirective div {
		bottom: -64%;
	}
}

@media screen and (max-height: 700px) {
	.menu {
		padding: 20px 4vw;
		padding-top: 80px;
		overflow-y: scroll;
	}

	.real-menu {
		min-height: 400px;
		padding-bottom: 10px;
	}

	.menu .logo-container {
		width: 100%;
		text-align: center;
	}

	.menu .logo {
		margin: 0;
		max-width: 80px;
	}

	.menu .cerrar-menu {
		top: 30px;
		left: 4vw;
	}
}

.cover-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 1vw;
	height: 1vh;
	transform: scale(250);
	background: rgba(0, 0, 0, 0.7);
	z-index: 11;
	display: none;
}

.cover-menu.activo {
	display: inline-block;
}

.wrapper {
	background: #f4f4f4;
}

.encabezado {
	width: 100%;
	height: 30vw;
	min-height: 280px;
	max-height: 400px;
	padding: 7.5vh 7.5vw;
	font-size: 7.5vw;
}

.encabezado h2 {
	text-transform: uppercase;
	color: white;
	font-family: "Raleway", sans-serif;
	font-size: 1em;
	line-height: 0.7em;
	align-self: flex-end;
	font-weight: 300;
}

/*backgrounds encabezados*/

.encabezado.equipo-alumni {
	background: url(../img/banner-equipo-alumni.jpg) center center/cover no-repeat;
}

.encabezado.vida-alumni {
	background: url(../img/banner-vida-alumni.jpg) center bottom/cover no-repeat;
}

.encabezado.emprendedores {
	background: url(../img/banner-emprendedores.jpg) center bottom/cover no-repeat;
}

.encabezado.empleo {
	background: url(../img/banner-empleo.jpg) center top/cover no-repeat;
}

.encabezado.colabora {
	background: url(../img/banner-colabora.jpg) center bottom/cover no-repeat;
}

.encabezado.benefits {
	background: url(../img/banner-benefits.jpg) center bottom/cover no-repeat;
}
.encabezado.orlas {
	background: url(../img/banner-orlas1.jpg) center bottom/cover no-repeat;
}
.encabezado.encuesta-medicina {
	background: url(../img/cabecera-encuesta-medicina.jpg) center bottom/cover no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	width: 100%;
}

.encabezado.encuesta-medicina h2{
	max-width: 1200px;
	width: 100%;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

.info-container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	margin-bottom: 15vh;
	display: inline-block;
}

.info-container h3 {
	text-transform: uppercase;
	font-size: 28px;
	width: 100%;
	display: inline-block;
	margin-top: 10vh;
	margin-bottom: 2vh;
	font-weight: 400;
}

.info-container .boton-azul.alone + h3 {
	margin-top: 20vh;
}

.info-container p {
	width: 100%;
	text-align: left;
	font-size: 16px;
	margin-bottom: 3vh;
	line-height: 1.25;
}

.info-container h4 {
	font-size: 24px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-top: 5vh;
	margin-bottom: 4vh;
	font-weight: 500;
}

p + .contenedor-personas {
	margin-top: 5vh;
}

.contenedor-personas .contenedor-titulo {
	font-size: 20px;
	padding: 10px;
}

.contenedor-personas .contenedor-titulo h5 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1em;
}
.contenedor-personas .contenedor-titulo h6 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1em;
}

.contenedor-personas.equipo .contenedor-persona {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.contenedor-personas .contenedor-persona {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 200px;
}
.contenedor-personas .contenedor-persona.emprendedor {
	margin: 15px;
}
.contenedor-persona.equipo {
	margin-bottom: 40px;
}
.contenedor-personas .contenedor-persona .nombre {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transition: 1s;
	width: 100%;
	z-index: 5;
	padding: 20px 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.65) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.65) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.contenedor-personas .contenedor-persona .nombre:hover {
	opacity: 1;
}

.contenedor-personas .contenedor-persona .nombre h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	transition: 1.2s;
	transition-delay: 0.2;
}

.contenedor-personas .contenedor-persona .nombre p {
	width: 100%;
	text-align: center;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	transition: 1.1s;
	transition-delay: 0.2;
	margin-bottom: 0;
}

.contenedor-personas .contenedor-persona:hover .nombre h5,
.contenedor-personas .contenedor-persona:hover .nombre p {
	transition: 0.8s;
}

.contenedor-personas[data-to="responsables"] > div:not(.show) {
	display: none;
}

.contenedor-personas + a {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.imagen-texto.equipo {
	margin: 40px 0 60px 0;
}
.imagen-texto.equipo .texto {
	width: 100%;
	max-width: calc(100% - 500px);
}

.imagen-texto.equipo .imagen {
	background-image: url(../img/Equipo.jpg);
	background-size: contain;
	background-position: center bottom;
	height: 358px;
	background-color: white;
	background-repeat: no-repeat;
}
.emprendedor {
	cursor: pointer;
}

.emprendedor:nth-child(2) > div {
	transition-delay: 0.2s !important;
}
.emprendedor:nth-child(3) > div {
	transition-delay: 0.4s !important;
}
.emprendedor:nth-child(4) > div {
	transition-delay: 0.6s !important;
}
.emprendedor:nth-child(5) > div {
	transition-delay: 0.8s !important;
}
.emprendedor:nth-child(6) > div {
	transition-delay: 1s !important;
}
.emprendedor:nth-child(7) > div {
	transition-delay: 1.2s !important;
}
.emprendedor:nth-child(8) > div {
	transition-delay: 1.4s !important;
}
.emprendedor:nth-child(9) > div {
	transition-delay: 1.6s !important;
}
.emprendedor:nth-child(10) > div {
	transition-delay: 1.8s !important;
}
.emprendedor:nth-child(11) > div {
	transition-delay: 1.9s !important;
}
.emprendedor:nth-child(12) > div {
	transition-delay: 2s !important;
}
.emprendedor:nth-child(13) > div {
	transition-delay: 2.1s !important;
}
.emprendedor:nth-child(14) > div {
	transition-delay: 2.2s !important;
}
.emprendedor:nth-child(15) > div {
	transition-delay: 2.3s !important;
}
.emprendedor:nth-child(16) > div {
	transition-delay: 2.4s !important;
}
.emprendedor:nth-child(17) > div {
	transition-delay: 2.5s !important;
}
.emprendedor:nth-child(18) > div {
	transition-delay: 2.6s !important;
}
.emprendedor:nth-child(19) > div {
	transition-delay: 2.7s !important;
}
.emprendedor:nth-child(20) > div {
	transition-delay: 2.75s !important;
}
.emprendedor:nth-child(21) > div {
	transition-delay: 2.8s !important;
}
.emprendedor:nth-child(22) > div {
	transition-delay: 2.85s !important;
}
.emprendedor:nth-child(23) > div {
	transition-delay: 2.9s !important;
}
.emprendedor:nth-child(24) > div {
	transition-delay: 2.95s !important;
}
.emprendedor:nth-child(25) > div {
	transition-delay: 3s !important;
}
.emprendedor:nth-child(26) > div {
	transition-delay: 3.05s !important;
}
.emprendedor:nth-child(27) > div {
	transition-delay: 3.1s !important;
}
.emprendedor:nth-child(28) > div {
	transition-delay: 3.15s !important;
}
.emprendedor:nth-child(29) > div {
	transition-delay: 3.2s !important;
}
.emprendedor:nth-child(30) > div {
	transition-delay: 3.25s !important;
}

.contenedor-persona .contenedor-imagen {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-align-items: center;
	align-items: center;
	background: linear-gradient(274deg, #d5d5d5, #adadad);
	background-size: 400% 400%;
	-webkit-animation: GrisAnimation 2s ease infinite;
	-moz-animation: GrisAnimation 2s ease infinite;
	animation: GrisAnimation 2s ease infinite;
	position: relative;
	margin: 0;
}

.contenedor-personas.equipo .contenedor-persona .contenedor-imagen {
	margin: 10px;
}
.contenedor-persona.equipo .contenedor-persona .contenedor-imagen {
	margin: 10px 0;
}
.equipo .contenedor-persona .contenedor-imagen {
	animation: none;
	background: url(../img/quienes-somos-back.png) center/cover no-repeat;
}

.contenedor-persona .contenedor-imagen .imagen-persona {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.contenedor-persona .empresa {
	width: 100%;
	height: 100%;
	background: white;
	padding: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.contenedor-persona .empresa .imagen-empresa {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

p + .contenedor-alumni-center {
	margin-top: 4vh;
}

.contenedor-alumni-center > div {
	width: 48%;
	display: inline-block;
	position: relative;
	margin-top: 2%;
}

.contenedor-alumni-center .foto-alumni-center {
	background: url(../img/espacio-1-nuevo.jpg) center/cover no-repeat;
}

.contenedor-alumni-center .mapa-alumni-center {
	background: url(../img/espacio-2-nuevo.jpg) center/cover no-repeat;
}
.contenedor-alumni-center .espacio-nuevo3 {
	background: url(../img/espacio-3-nuevo.jpg) center/cover no-repeat;
}
.contenedor-alumni-center .espacio-nuevo4 {
	background: url(../img/espacio-4-nuevo.jpg) center/cover no-repeat;
}

.square {
	width: calc(25% - 37.5px);
	margin-right: 50px;
	text-align: left;
	position: relative;
	padding-bottom: 30px;
}

.square:nth-child(4n) {
	margin-right: 0;
}

.square .contenedor-imagen {
	width: 100%;
	background: #d5d5d5;
	display: inline-block;
	height: 262.5px;
}

.square h5 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 5px;
}

.square h5 span {
	width: 100%;
	display: inline-block;
}

.square h5 span:nth-child(2) {
	font-size: 0.9em;
	font-weight: 400;
}

.square h6 {
	font-size: 16px;
	margin-bottom: 3px;
}

.square p {
	margin-bottom: 0;
	font-size: 16px;
	max-height: 78px;
	overflow: hidden;
}

.square.fake .contenedor-imagen {
	-webkit-animation: GrisAnimation 5s ease infinite;
	-moz-animation: GrisAnimation 5s ease infinite;
	animation: GrisAnimation 5s ease infinite;
	background: linear-gradient(274deg, #d5d5d5, #adadad);
	background-size: 400% 400%;
}

.square.fake h5 span {
	width: 100%;
	height: 25px;
	background: linear-gradient(274deg, #d5d5d5, #adadad);
	background-size: 400% 400%;
	margin-bottom: 10px;
	font-size: 0;
	-webkit-animation: GrisAnimation 5s ease infinite;
	-moz-animation: GrisAnimation 5s ease infinite;
	animation: GrisAnimation 5s ease infinite;
}

@-webkit-keyframes GrisAnimation {
	0% {
		background-position: 0% 48%;
	}
	50% {
		background-position: 100% 53%;
	}
	100% {
		background-position: 0% 48%;
	}
}
@-moz-keyframes GrisAnimation {
	0% {
		background-position: 0% 48%;
	}
	50% {
		background-position: 100% 53%;
	}
	100% {
		background-position: 0% 48%;
	}
}
@keyframes GrisAnimation {
	0% {
		background-position: 0% 48%;
	}
	50% {
		background-position: 100% 53%;
	}
	100% {
		background-position: 0% 48%;
	}
}

.square a:not(.enlace-cover) {
	font-size: 16px;
	text-decoration: underline;
	font-weight: 600;
	margin-top: 2vh;
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}

/*//select registro */
.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff !important;
	border: none !important;
	border-radius: 0 !important;
	width: 100% !important;
	border-bottom: 1px solid #003466 !important;
	text-align: left !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default:focus,
.select2-selection--single:focus,
.select2-container:focus,
input.select2-search__field:focus,
.select2-hidden-accessible:focus,
.select2-search--dropdown .select2-search__field:focus,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus:focus {
	outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent !important;
	border-width: 6px 5px 0 5px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000 transparent !important;
	border-width: 0 5px 6px 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #003466 !important;
}
.boton-azul {
	height: 40px;
	line-height: 40px;
	background: #003466 url(../img/loading.svg) 180% center/30px no-repeat;
	padding: 0 25px;
	display: inline-block;
	color: white;
	border: none;
	position: relative;
	transition: 0.7s;
}

.boton-azul.loading {
	background: #003466 url(../img/loading.svg) calc(100% - 10px) center/30px no-repeat;
	padding-right: 40px;
}

.cover-login.-registro .boton-azul,
.cover-login .boton-azul {
	position: initial;
}
.boton-gris {
	height: 40px;
	line-height: 40px;
	background: #868686;
	margin-right: 10px;
	padding: 0 25px;
	display: inline-block;
	color: white;
	border: none;
}

.boton-azul.alone {
	margin-top: 8vh;
}

.evento-el {
	width: 100%;
	display: inline-block;
	padding: 2vw;
	padding-left: calc(2vw + 7px);
	background: #eeeeee;
	text-align: left;
	position: relative;
	margin-bottom: 3vh;
}

.evento-el::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 7px;
	content: "";
	bottom: 0;
	display: inline-block;
	background: #000;
}

.evento-el:nth-child(3n + 1)::before {
	background: #8abe70;
}

.evento-el:nth-child(3n + 2)::before {
	background: #b65995;
}

.evento-el:nth-child(3n + 3)::before {
	background: #6072b0;
}

.contenedor-input.js-campo-elu {
	display: none;
}

.contenedor-input.js-campo-elu select {
	width: 100%;
}

#appDatosElu .contenedor-input select {
	width: 100%;
}

.select2-results__option {
	text-align: left;
}

p.js-campo-elu {
	text-align: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.evento-el h5 {
	width: 100%;
	text-align: left;
	display: inline-block;
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 1vh;
}

.evento-el .ubicacion {
	margin-bottom: 0;
	background: url(../img/placeholder.svg) center left/18px no-repeat;
	padding-left: 30px;
}

.evento-el .fecha {
	background: url(../img/calendar.svg) center left/18px no-repeat;
	padding-left: 30px;
}

.evento-el .horario {
	background: url(../img/clock.svg) center left/18px no-repeat;
	padding-left: 30px;
}

.evento-el a:not(.enlace-cover) {
	font-weight: 800;
	min-width: 160px;
	margin-bottom: 0;
}

.evento-el.fake h5,
.evento-el.fake p {
	-webkit-animation: GrisAnimation 5s ease infinite;
	-moz-animation: GrisAnimation 5s ease infinite;
	animation: GrisAnimation 5s ease infinite;
	background: linear-gradient(274deg, #d5d5d5, #adadad);
	background-size: 400% 400%;
	height: 25px;
	display: inline-block;
}

.contenedor-icons-elemts {
	width: 100%;
}

.newsletter-el {
	width: 33.3333333%;
	position: relative;
}

.newsletter-el img {
	max-width: 80px;
	margin-bottom: 10px;
}

.newsletter-el h5,
.newsletter-el h6 {
	font-size: 18px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.newsletter-el a {
	margin-top: 2vh;
	text-decoration: underline;
	font-weight: 600;
	width: 100%;
	display: inline-block;
	font-size: 18px;
}

.boton-azul + .imagen-texto {
	margin-top: 10vh;
}

.imagen-texto .imagen {
	width: 500px;
	height: 500px;
	display: inline-block;
	position: relative;
}

.imagen-texto .texto {
	width: 100%;
	max-width: 580px;
	padding-left: 50px;
	text-align: left;
}
.texto.orlas {
	text-align: right;
}
.texto.orlas h3 {
	text-align: left;
}
.popup input#rdAsisteFiestaOrla,
.popup input#rdNoAsisteFiestaOrla {
	border: 1px solid;
	width: 15px;
	height: 15px;
	border-radius: 15px;
}
input#rdAsisteFiestaOrlaRegistro,
input#rdNoAsisteFiestaOrlaRegistro {
	border: 1px solid;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	position: initial;
	opacity: 1;
	margin-left: 30px;
	margin-right: 5px;
}
#divFiestaOrla {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}
/*POPUP ORLA*/
.popNewsHome {
	position: fixed;
	bottom: 1vh;
	right: -320px;
	z-index: 99;
	box-sizing: order-box;
	transition: 0.7s;
}
.popNewsHome img {
	max-width: 300px;
	max-height: 40vh;
}
.popNewsHome.up {
	right: 0;
}

.popUpNewsletter #cerrar,
.popNewsHome #cerrar {
	width: 18px;
	position: absolute;
	top: 5px;
	left: 5px;
	box-sizing: border-box;
	height: 17px;
	background: url("../img/cerrar.png");
	text-indent: -9999px;
	cursor: pointer;
	z-index: 100;
	background-repeat: no-repeat;
}
.popupInternacional #cerrar {
	width: 18px;
	position: absolute;
	top: 5px;
	left: 9px;
	box-sizing: border-box;
	height: 17px;
	background: url("../img/cerrar.png");
	text-indent: -9999px;
	cursor: pointer;
	z-index: 100;
	background-repeat: no-repeat;
}

/*FIN ESTILOS POP-UP*/

select#ddlTitulacionesOrla {
	height: 24px;
	margin-bottom: 20px;
	width: 100%;
	margin-top: 5px;
	border: 0;
	border-bottom: 1px solid #003466;
	background: url(../img/sort-down.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right center;
	padding-right: 20px;
}

select#ddlTitulacionesOrla:focus {
	outline: none;
}
.checkradio {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding-top: 25px;
	max-width: 200px;
	margin: 0 auto;
}
.pop-orlas {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-evenly;
}
.pop-orlas h2 {
	text-align: left;
	color: white;
	font-size: 32px;
	line-height: 40px;
}
.pop-orlas p {
	text-align: left;
	color: white;
	font-size: 16px;
	line-height: 25px;
	margin: 14px 0;
}
.pop-orlas #cerrarPopup {
	position: absolute;
	top: 5px;
	right: 10px;
	color: white;
	font-size: 25px;
}
.btnfinalizar {
	margin: 30px 0;
}
.textsmall {
	font-size: 12px;
	color: #808080;
	line-height: 12px;
	text-align: center;
}

.cover-pop-upOrla .popup {
	max-width: 550px;
	padding: 60px 40px;
}
.cover-pop-upOrla .popup h2 {
	margin-bottom: 20px;
}

.popup input#rdAsisteFiestaOrla:checked,
.popup input#rdNoAsisteFiestaOrla:checked,
input#rdAsisteFiestaOrlaRegistro:checked,
input#rdNoAsisteFiestaOrlaRegistro:checked {
	background: #003466;
	outline: white 1px solid;
}
.texto.orlas .boton-azul {
	width: 175px;
	text-align: center;
	margin-top: 50px;
}

.imagen-texto .texto p {
	margin-bottom: 4vh;
}
.selectestudios select {
	width: 100%;
	/*margin-right: 20px;*/
	height: 40px;
	background: #cbcbcb;
	border: none;
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: 95% center;
	padding-left: 10px;
}
.selectestudios select:focus {
	border: none;
	outline: none;
}
.selectestudios {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.textoestudios .title-horario {
	text-transform: uppercase;
	font-weight: bold;
	color: #003466;
	font-size: 20px;
}
.textoestudios p strong {
	color: #003466;
	font-size: 16px;
}
.containerestudios .imgestudios {
	height: 100px;
	width: 100px;
	background: #003466;
	margin-right: 20px;
	background-image: url(../img/icono-horarios.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.textoestudios p {
	margin-bottom: 5px !important;
}
.horarios h3 {
	margin-top: 30px;
}
.containerestudios {
	display: flex;
	margin-top: 20px;
	background: white;
	padding: 15px;
}
.imagen-texto .texto p strong {
	font-weight: 600;
}

.cover-emprededores .popup {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 768px;
}

.imagen-texto .imagen.bg-centro-emprendimiento {
	background: url(../img/centro-emprendimiento.jpg) center/cover no-repeat;
}
.imagen-texto .imagen.bg-orlas {
	background: url(../img/orlas-franja.png) center/cover no-repeat;
	margin-top: 50px;
}
.cover-emprededores .info {
	width: calc(50% - 20px);
}

.cover-emprededores .info .imagen {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 auto;
	padding: 20px;
}

.cover-emprededores .info .imagen img {
	max-width: 100%;
	border-radius: 50%;
}

.cover-emprededores h5 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 1vh;
	width: 100%;
	display: inline-block;
	margin-top: 2vh;
}

.cover-emprededores h5 span {
	font-weight: 500;
	display: inline-block;
	width: 100%;
	font-size: 0.8em;
}

footer {
	width: 100%;
	display: inline-block;
	padding: 2vh 20px;
	background: #003466;
	color: white;
	text-align: left;
}

footer .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

footer .container > div {
	width: auto;
	display: inline-block;
	margin-right: 230px;
}

footer .container > div:first-of-type {
	max-width: 260px;
}
footer .container > div:nth-child(2) {
	max-width: 220px;
}
footer .container > div:nth-child(3) {
	max-width: 250px;
	margin-right: 0;
}

footer h4 a,
footer h4 {
	font-size: 20px;
	width: 100%;
	margin-bottom: 0.5vh;
}

footer a {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
}

footer a.big {
	font-weight: 600;
	width: 100%;
}

footer a.big + a {
	padding-left: 15px;
	margin-bottom: 1vh;
}

footer a + h4 {
	margin-top: 1vh;
}

footer a.big + a + h4 {
	margin-top: 0;
}

footer .canal {
	margin-bottom: 1vh;
}

footer .canal i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
	color: #003466;
	text-align: center;
	font-size: 18px;
}

.wrapper-contacto {
	width: 100%;
	padding: calc(8vh + 61px) 2vw calc(12vh + 37px) 2vw;
	position: relative;
}

.contenedor-fondo {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #20598f;
	z-index: 1;
}

.contenedor-fondo .inferior {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 50%;
	background: #f4f4f4;
}

.wrapper-contenedor-formulario {
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 2;
}

.contenedor-main-formulario {
	box-shadow: 6px 5px 20px -1px rgba(0, 0, 0, 0.4);
}
.form_contact {
	display: flex;
	flex-direction: column;
	padding-right: 5%;
}

.wrapper-contacto h2 {
	width: 100%;
	color: white;
	margin-bottom: 4vh;
	font-family: "Raleway", sans-serif;
	text-align: left;
	font-weight: 800;
	font-size: 32px;
}

.wrapper-contacto .contenedor-formulario {
	width: calc(100% - 300px);
	padding: 2.3vw;
	padding-right: 0;
}

.wrapper-contacto h3 {
	width: 100%;
	text-align: left;
	color: #003466;
	font-weight: 800;
	font-family: "Raleway", sans-serif;
	margin-bottom: 2vh;
}

.wrapper-contacto .contenedor-formulario {
	background: white;
}

.wrapper-contacto .contenedor-campos {
}

.wrapper-contacto .info-contacto {
	padding: 2.3vw;
	background: #003466;
	width: 300px;
}

.wrapper-contacto .info-contacto h3 {
	color: white;
	margin-bottom: 4vh;
}

.wrapper-contacto .info-contacto p {
	color: white;
	font-size: 16px;
	margin-bottom: 2vh;
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-left: 30px;
}

.wrapper-contacto .info-contacto h4 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: white;
	margin-bottom: 2vh;
	font-family: "Raleway", sans-serif;
}

.wrapper-contacto .info-contacto .telefono {
	background: url(../img/telefono.svg) center left/20px no-repeat;
}
.wrapper-contacto .info-contacto .whatsapp {
	background: url(../img/whatsapp-logo.svg) center left/19px no-repeat;
}
.wrapper-contacto .info-contacto .mail {
	background: url(../img/mail.svg) center left/18px no-repeat;
}
.wrapper-contacto .info-contacto .localizacion {
	background: url(../img/ubicacion.svg) top left/14px no-repeat;
	padding-bottom: 4vh;
	border-bottom: 1px solid white;
	margin-bottom: 70px;
}

.wrapper-contacto .info-contacto .social li {
	margin-right: 20px;
}

.wrapper-contacto .info-contacto .social li:last-of-type {
	margin-right: 0;
}

.wrapper-contacto .info-contacto .social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: white;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	color: #003466;
}

.contenedor-input input[type="checkbox"] + label a {
	text-decoration: underline;
}

.contenedor-input {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}
.evento_title {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #003466;
	margin: 10px 0 25px 0px;
}

.contenedor-input.half {
	width: calc(50% - 20px);
}

.contenedor-input.tercio {
	width: calc(33.3333333% - 20px);
}

.contenedor-input.row-start {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.contenedor-input.row-start.fww.-padding {
	padding-left: 33px;
}
.guarderia div label {
	margin-top: 10px;
}
.contenedor-input.half.margin-bottom {
	margin-bottom: 25px;
}
.js-inscripcion-evento .evento_title {
	margin-bottom: 15px;
	margin-top: 0;
}
.checkGuarderia {
	display: flex;
	max-width: 200px;
	width: 100%;
}

.contenedor-input label{
	width: 100%;
	text-align: left;
	display: inline-block;
	color:#003466;
}

.contenedor-input input {
	width: 100%;
	display: inline-block;
	border: none;
	outline: none;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #003466;
	background: transparent;
	font-size: 16px;
	color: #003466;
	border-radius: 0;
}

.contenedor-input .error-message{
	width: 100%;
	display: inline-block;
	color:red;
	font-size: 14px;
}

.msg-info-tel.show {
	text-align: left;
	margin-top: 3px;
	font-size: 11.5px;
	color: #003466;
	font-weight: 500;
	padding-left: 10px;
	display: block;
	margin-bottom: -20px;
	font-family: Arial, Helvetica, sans-serif;
}
.msg-info-tel {
	display: none;
}

.contenedor-input *:focus::-webkit-input-placeholder {
	opacity: 0;
}
.contenedor-input *:focus:-moz-placeholder {
	opacity: 0;
}
.contenedor-input *:focus::-moz-placeholder {
	opacity: 0;
}
.contenedor-input *:focus:-ms-input-placeholder {
	opacity: 0;
}
.contenedor-input *:focus::-ms-input-placeholder {
	opacity: 0;
}

.contenedor-input *::-webkit-input-placeholder {
	color: #003466;
}
.contenedor-input *:-moz-placeholder {
	color: #003466;
}
.contenedor-input *::-moz-placeholder {
	color: #003466;
}
.contenedor-input *:-ms-input-placeholder {
	color: #003466;
}
.contenedor-input *::-ms-input-placeholder {
	color: #003466;
}

.contenedor-input p{
	width: 100%;
	display: inline-block;
	color: #003466;
	margin-bottom: 10px;
}

.contenedor-input input[type="checkbox"],
.contenedor-input input[type="radio"] {
	position: absolute;
	left: 0;
	opacity: 0;
	width: 0;
}

.contenedor-input input[type="checkbox"] + label,
.contenedor-input input[type="radio"] + label {
	width: 50%;
	text-align: left;
	padding-left: 22px;
	position: relative;
	font-size: 1em;
	line-height: 20px;
	display: inline-block;
	color: #003466;
	font-size: 16px;
	cursor: pointer;
}

.contenedor-input input[type="checkbox"] + label::before,
.contenedor-input input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border: 1px solid #003466;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1em;
	font-size: 0.8em;
	color: inherit;
	border-radius: 50%;
}

.contenedor-input input[type="radio"]:checked + label::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -5px;
	background: #003466;
	border-radius: 50%;
}

.contenedor-input input[type="checkbox"]:checked + label::before {
	content: "\2713";
}

.contenedor-input input[type="checkbox"] + label {
	width: 100%;
	text-align: left;
}

.contenedor-input input[type="checkbox"] + label::before {
	border-radius: 0;
	font-size: 18px;
	position: absolute;
	top: 8px;
}

.contenedor-input label.error {
	background: white;
	border: none;
}

.contenedor-input input[type="checkbox"] + label.error::before,
.contenedor-input input[type="radio"] + label.error::before {
	border-color: #f00;
	background: rgba(255, 0, 0, 0.2);
}

.contenedor-input input[type="radio"]:checked + label.error::before {
	background: transparent;
	border-color: #003466;
}

.contenedor-input.file {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.contenedor-input.file input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.contenedor-input textarea {
	width: 100%;
	display: inline-block;
	padding: 10px;
	outline: none;
	border: none;
	line-height: 1.2em;
	height: 10.8em;
	resize: none;
	border-bottom: 1px solid #003466;
	background: transparent;
	font-size: 16px;
	color: #003466;
	border-radius: 0;
}

.contenedor-input select {
	width: calc(33.33333% - 6.66666px);
	margin-right: 10px;
	display: inline-block;
	border: none;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	outline: none;
	border-bottom: 1px solid #003466;
	background: transparent;
	font-size: 16px;
	color: #003466;
	border-radius: 0;
}

.contenedor-input select:not(.pretty) {
	background: url(../img/sort-down.png) calc(100% - 6px) center/8px no-repeat;
}

.contenedor-input select.pretty {
	width: 100%;
	/*border-bottom: none;*/
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 30px;
	float: left;
	font-size: 16px;
}

.contenedor-input select.pretty + i {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	pointer-events: none;
}

.contenedor-input select:last-of-type {
	margin-right: 0;
}

.contenedor-input select[multiple] {
	height: auto;
}

.contenedor-input *.error,
.contenedor-input *[aria-invalid=true] {
	border: 1px solid #f00;
	background-color: rgba(255, 0, 0, 0.2);
}
input[list="estudiosSelect"] {
	border-bottom: 0;
}

i.estudios {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
	pointer-events: none;
	background: white;
	width: 30px;
	height: 21px;
}

.contenedor-input input.error + label::before {
	border: 1px solid #f00;
	background-color: rgba(255, 0, 0, 0.2);
}

.contenedor-submit {
	padding: 0 5vw;
}

.contenedor-submit .boton-azul {
	font-size: 16px;
	font-weight: 800;
	padding: 0 50px;
}

/*GRID*/

.wrapper-listado {
	width: 100%;
	background: #f4f4f4;
	padding-top: calc(4vh + 60px);
}

.header-grid {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 4vh;
}

.header-grid .buscador {
	width: 100%;
	max-width: 585px;
	position: relative;
}

.listado-predictivo {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	display: inline-block;
	max-width: calc(585px - 136px);
	z-index: 5;
}

.listado-predictivo li {
	width: 100%;
	text-align: left;
	background: #fdfdfd;
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	color: #444;
	border-bottom: 1px solid #e3e3e3;
	display: none;
}

.listado-predictivo li:nth-child(2n) {
	background: #f5f5f5;
}

.listado-predictivo li:last-of-type {
	border-bottom: none;
}

.listado-predictivo li:hover {
	background: #003466;
	color: white;
	cursor: pointer;
}

#appDatosPersonales .listado-predictivo li {
	display: inline-block;
}

.header-grid .buscador input {
	width: 150px;
	background: #e2e2e2;
	margin-right: 40px;
	border: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	outline: none;
}

.header-grid .buscador input[name="carrera"] {
	width: 100%;
	max-width: calc(585px - 137px);
}

.header-grid .buscador select {
	width: 150px;
	background: #e2e2e2;
	margin-right: 40px;
	border: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	outline: none;
	color: #797979;
}

.header-grid .buscador .boton-azul {
	height: 30px;
	line-height: 30px;
	padding: 0 40px;
	cursor: pointer;
}

.header-grid h2 {
	font-size: 38px;
	color: #000;
	text-align: left;
	width: auto;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
}

.listado-grid {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: calc(10vh - 30px);
	min-height: 615px;
}

.contenedor-listados .listado-grid {
	display: none;
}

.contenedor-listados .listado-grid.show:first-of-type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.listado-grid.show {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
}

.listado-grid .big {
	width: 585px;
	height: 585px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 2vw;
	margin-bottom: 30px;
	position: relative;
}

.listado-grid .small-container {
	width: 585px;
	margin-bottom: 30px;
}

.listado-grid .small {
	width: 277.5px;
	height: 277.5px;
	background: #333;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 1vw;
	margin-bottom: 30px;
	position: relative;
}

.js-listado-eventos .small {
	margin-right: 30px;
}

.js-listado-eventos .small:nth-child(4n) {
	margin-right: 0;
}

.listado-grid .small-container .small:nth-child(3),
.listado-grid .small-container .small:nth-child(4) {
	margin-bottom: 0;
}

.listado-grid .bottom-container {
	width: 100%;
	justify-content: space-between;
}

.listado-grid .bottom-container article {
}

.listado-grid .bottom-container article:last-of-type {
	margin-right: 0;
}

.listado-grid h2 {
	width: 100%;
	display: inline-block;
	text-align: left;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-weight: 800;
	margin-bottom: 5px;
}

.listado-grid h3 {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
}

.listado-grid .small h2 {
	font-size: 22px;
	color: white;
	text-align: left;
}

.listado-grid .small h3 {
	font-size: 12px;
}

.listado-grid .titular {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: white;
	font-size: 22px;
	font-weight: 800;
	font-family: "Raleway";
	transition: 1s;
	opacity: 0;
}

.listado-grid article:hover .titular {
	opacity: 1;
}

.listado-grid .big .titular {
	font-size: 28px;
}

.listado-grid .fake {
	background: #d5d5d5;
}

.listado-grid .fake .contenedor-texto {
	width: 100%;
}

.listado-grid .fake h2 {
	height: 25px;
	width: 100%;
	display: inline-block;
	background: linear-gradient(274deg, #737373, #d5d5d5);
	background-size: 400% 400%;
	-webkit-animation: GrisAnimation 2s ease infinite;
	-moz-animation: GrisAnimation 2s ease infinite;
	animation: GrisAnimation 2s ease infinite;
}

.listado-grid .fake h3 {
	height: 20px;
	width: 100%;
	display: inline-block;
	background: linear-gradient(274deg, #737373, #d5d5d5);
	background-size: 400% 400%;
	-webkit-animation: GrisAnimation 2s ease infinite;
	-moz-animation: GrisAnimation 2s ease infinite;
	animation: GrisAnimation 2s ease infinite;
}

.paginador {
	margin-bottom: 10vh;
	width: 100%;
	display: inline-block;
	max-width: 1200px;
}

.paginador a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #e2e2e2;
	border-radius: 50%;
	color: #003466;
	margin-right: 10px;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.paginador a.prev {
	transform: rotate(90deg);
	width: 30px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
}

.paginador a.next {
	transform: rotate(-90deg);
	margin-right: 0;
	width: 30px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
}

.paginador a.activo {
	background: #003364;
	color: white;
	display: inline-block;
}
.paginador a.pre-activo {
	display: inline-block;
}

.paginador a.activo + a {
	display: inline-block;
}

.paginador a.activo[data="1"] + a + a {
	display: inline-block;
}

.listado-grid.newsletters {
	margin-bottom: 0;
	padding-bottom: 10vh;
}

.listado-grid .newsletter-el {
	width: 25%;
	padding: 5vw;
}

.js-show-resultados {
	display: none;
}

.js-show-resultados .small {
	margin-right: 30px;
}

.js-show-resultados .small:nth-child(4n) {
	margin-right: 0;
}

.js-show-resultados > h2 {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	color: #000;
}

.wrapper-ficha {
	width: 100%;
	padding: calc(4vh + 60px) 0 10vh 0;
	background: #f4f4f4;
}

.wrapper-ficha .contenedor-evento {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper-ficha .js-to-login {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 20px;
	font-weight: 800;
	margin-top: 20px;
	text-align: left;
	display: none;
}

.wrapper-ficha .js-to-login a {
	font-weight: 400;
	text-decoration: underline;
}

.wrapper-ficha h2 {
	width: 100%;
	text-align: left;
	font-size: 36px;
	font-weight: 800;
	font-family: "Raleway", sans-serif;
	margin-bottom: 4vh;
}

.wrapper-ficha .contenedor-imagen {
	width: 100%;
	max-width: 587px;
	height: auto;
	min-height: 587px;
}

.wrapper-ficha .contenedor-texto {
	width: calc(100% - 587px);
	padding-left: 100px;
}

.wrapper-ficha .contenedor-texto .cuerpo * {
	text-align: justify;
	font-size: 16px !important;
	font-family: "Raleway", sans-serif !important;
}

.wrapper-ficha .contenedor-texto .cuerpo * strong {
	font-weight: 600;
}

.wrapper-ficha .contenedor-texto .cuerpo {
	text-align: left;
}

.wrapper-ficha.evento .contenedor-texto .cuerpo {
	margin-top: 30px;
}

.wrapper-ficha.evento .contenedor-texto iframe {
	width: 100%;
	margin-top: 40px;
	max-height: 290px;
	height: 45vw;
}

.wrapper-ficha .contenedor-texto + .contenedor-imagen-full,
.wrapper-ficha .contenedor-doble-columna + .contenedor-imagen-full {
	margin-top: 40px;
}

.wrapper-ficha .cuerpo-real h3 {
	text-align: left;
	margin-bottom: 5px;
	width: 100%;
	display: inline-block;
	font-size: 16px;
}

.wrapper-ficha .cuerpo-real h3 a {
	text-decoration: underline;
	color: #003466;
}

.wrapper-ficha .cuerpo-real h3 strong {
	font-weight: 800;
}

.wrapper-ficha .contenedor-texto .cuerpo a {
	text-decoration: underline;
}

.wrapper-ficha .contenedor-texto p.js-ya-inscrito {
	width: 100%;
	margin-top: 20px;
	font-style: italic;
	display: none;
}

.wrapper-ficha .contenedor-texto .boton-azul {
	margin: 0 auto;
	margin-top: 4vh;
	display: none;
}

.wrapper-ficha.noticia .cuerpo-real h2 {
	margin-bottom: 0;
	font-size: 24px;
}

.wrapper-ficha h4.js-fecha {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 4vh;
}

.wrapper-ficha.noticia .contenedor-texto p:first-of-type::first-letter {
	font-size: 200px;
	float: left;
	line-height: 0.7em;
	display: inline-block;
	width: auto;
	font-family: serif;
	margin-left: -10px;
}

.wrapper-ficha.noticia .contenedor-texto .cuerpo-real p {
	margin-bottom: 20px;
}

.wrapper-ficha .js-fuente,
.wrapper-ficha .js-descarga {
	font-weight: 600;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.wrapper-ficha .js-fuente a,
.wrapper-ficha .js-descarga a {
	font-weight: 400;
	text-decoration: underline;
}

.wrapper-ficha > h2 {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 8vh;
}

.wrapper-ficha .contenedor-squares {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 4vh;
}

.wrapper-ficha .contenedor-squares .square {
	width: calc(25% - 18.75px);
	margin-right: 25px;
	margin-bottom: 25px;
}

.wrapper-ficha .contenedor-squares .square.blur {
	pointer-events: none;
	filter: blur(10px);
}

.wrapper-ficha .contenedor-squares .square:nth-child(4n) {
	margin-right: 0;
}

.wrapper-ficha .contenedor-squares .square .contenedor-imagen {
	min-height: 262.5px;
}

.wrapper-ficha .cuerpo-fake h2 {
	background: linear-gradient(274deg, #d5d5d5, #adadad);
	background-size: 400% 400%;
	-webkit-animation: GrisAnimation 2s ease infinite;
	-moz-animation: GrisAnimation 2s ease infinite;
	animation: GrisAnimation 2s ease infinite;
	width: 100%;
	height: 40px;
	display: inline-block;
}

.wrapper-ficha .cuerpo-fake p {
	background: linear-gradient(274deg, #d5d5d5, #adadad);
	background-size: 400% 400%;
	-webkit-animation: GrisAnimation 2s ease infinite;
	-moz-animation: GrisAnimation 2s ease infinite;
	animation: GrisAnimation 2s ease infinite;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
	display: inline-block;
}

.slider .boton-descargar {
	position: absolute;
	right: 40px;
	bottom: 30px;
	background: white;
	border-radius: 50%;
	z-index: 10;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.cover-slider .contenedor-popup {
	padding-top: 60px;
}

.cover-slider .slider .boton-descargar img {
	width: 17px;
}

.cover-slider .slick-prev.slick-arrow {
	width: 40px;
	height: 40px;
	background: white url(../img/flecha_izquierda_azul.svg) center/17px no-repeat;
	display: inline-block;
	border-radius: 50%;
	font-size: 0;
	border: none;
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 2;
	outline: none;
}

.cover-slider .slick-next.slick-arrow {
	width: 40px;
	height: 40px;
	background: white url(../img/flecha_derecha_azul.svg) center/17px no-repeat;
	display: inline-block;
	border-radius: 50%;
	font-size: 0;
	border: none;
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 2;
	outline: none;
}

.cover-slider .cerrar-popup {
	left: 40px;
	top: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: white;
	color: #003364;
	z-index: 2;
}

.wrapper-ficha.entrevista {
	padding-top: 0;
}

.contenedor-encabezado-entrevista {
	height: 90vh;
	width: 100%;
	background: #e4c4c1;
	display: inline-block;
	position: relative;
}

.volver {
	position: absolute;
	left: 50px;
	top: 50px;
	margin-top: 60px;
	transform: rotate(180deg);
	width: 50px;
	z-index: 10;
}

.volver img {
	width: 100%;
}

.contenedor-encabezado-entrevista .contenedor-imagen {
	width: 100%;
	max-width: 1024px;
	height: auto;
	display: inline-block;
	margin-top: 20vh;
	position: relative;
	transform: translateY(50px);
}

.contenedor-encabezado-entrevista .contenedor-imagen img {
	width: 100%;
}

.contenedor-encabezado-entrevista .contenedor-imagen .contenedor-titulo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateX(-100px);
}

.contenedor-encabezado-entrevista .contenedor-imagen .contenedor-titulo h2 {
	display: inline-block;
	max-width: 380px;
	color: white;
	letter-spacing: 8px;
	line-height: 1.5em;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 1vh;
	font-size: 42px;
}

.contenedor-encabezado-entrevista .contenedor-imagen .contenedor-titulo h2::before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: white;
	height: 5px;
	width: 140px;
	content: "";
}

.contenedor-encabezado-entrevista .contenedor-imagen .contenedor-titulo h3 {
	text-transform: uppercase;
	display: inline-block;
	max-width: 380px;
	color: white;
	letter-spacing: 8px;
	line-height: 1.5em;
	position: relative;
	font-weight: 600;
	font-size: 32px;
	text-align: left;
}

.cuerpo-entrevista {
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
	font-family: "Conv_JulesText-Book";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.cuerpo-entrevista .container {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

.cuerpo-entrevista * {
	/*font-family: 'Conv_JulesText-Book';*/
	font-family: "Libre Baskerville", serif;
	font-size: 16px;
	line-height: 25px;
}
.cuerpo-entrevista a {
	color: #033462;
	text-decoration: underline;
}

.cuerpo-entrevista .middle {
	transition: 1s;
}

.cuerpo-entrevista * strong {
	font-weight: 800;
	font-family: "Didot";
	font-size: 20px;
}

.cuerpo-entrevista p {
	margin-bottom: 35px;
}

.cuerpo-entrevista .contenedor-texto-principal {
	text-align: justify;
	/*font-size: 16px;*/
	margin-bottom: 5vh;
}
.cuerpo-entrevista .contenedor-texto-principal h3 {
	font-weight: bold;
	font-size: 36px;
	font-family: "Didot";
	text-align: center;
	line-height: 46px;
	margin: 20px 0;
}

.contenedor-texto-principal > p:first-of-type::first-letter {
	font-size: 100px;
	float: left;
	line-height: 0.7em;
	display: inline-block;
	width: auto;
	font-family: serif;
	margin-left: -10px;
}

.cuerpo-entrevista .container .titular {
	font-weight: bold;
	font-size: 50px;
	font-family: "Didot";
	text-align: left;
	line-height: 60px;
	margin: 5vh 0;
}
/*.contenedor-texto-principal::first-letter{
	font-size: 200px;
	float: left;
	line-height: .7em;
	display: inline-block;
	width: auto;
	font-family: serif;
	margin-left: -10px;
	}*/

.cuerpo-entrevista .contenedor-foto-centrada + .contenedor-doble-columna {
	margin-bottom: 5vh;
}

.contenedor-foto-centrada .full {
	width: 50%;
	text-align: justify;
}

.contenedor-foto-centrada .contenido-central .texto {
	width: calc(50% - 160px);
	text-align: justify;
}

.contenedor-foto-centrada .contenido-central .texto.izquierda {
	align-self: flex-start;
	transition: 1s;
}

.contenedor-foto-centrada .contenido-central .texto.derecha {
	align-self: flex-end;
	transition: 1s;
}

.contenedor-foto-centrada p {
	margin-bottom: 1vh;
}

.contenedor-foto-centrada .full.left {
	align-self: flex-start;
}

.contenedor-foto-centrada .full.right {
	align-self: flex-end;
}

.contenedor-imagen-centro {
	width: 100%;
	max-width: 280px;
}

.contenedor-imagen-centro img {
	width: 100%;
}

.contenedor-imagen-centro .pie {
	width: 100%;
	text-align: left;
	font-size: 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.contenedor-imagen-full .pie,
.contenedor-doble-columna .pie {
	text-align: left;
	max-width: 1024px;
	margin: 0 auto;
	font-size: 12px;
}

.contenedor-imagen-centro p {
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.contenedor-imagen-full {
	margin-bottom: 5vh;
}

.contenedor-imagen-full img {
	width: 100%;
}
.contenedor-doble-columna {
	align-items: flex-start;
}

.contenedor-doble-columna > div {
	width: 45%;
	text-align: justify;
	margin-bottom: 30px;
	/*padding: 20px;*/
}

.contenedor-doble-columna > div > div {
	width: 100%;
}

.contenedor-doble-columna > div[data="parrafo,parrafo2"] {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.contenedor-doble-columna h3 {
	text-align: center;
	padding: 5vh 5vw;
	font-size: 24px;
}

.contenedor-doble-columna h3 p {
	text-align: center;
}

.contenedor-doble-columna p {
	margin-bottom: 1vh;
	width: 100%;
	text-align: justify;
}

.contenedor-doble-columna img {
	width: 100%;
}

.cover-slider .popup {
	background: transparent;
	max-width: 768px;
	padding: 0;
}

.cover-slider .popup img {
	width: 100%;
}

/*LOGIN*/

.cover-login h2 {
	font-size: 22px;
	font-weight: 700;
	font-family: "Raleway", sans-serif;
	color: #003466;
	margin-bottom: 4vh;
	width: 100%;
	display: inline-block;
}

.cover-login h2.left {
	text-align: left;
}

.cover-login h2.small {
	text-align: left;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.cover-login .popup {
	max-width: 400px;
}

.cover-login .popup.loading {
	background: white url(../img/loading.gif) center/60px no-repeat;
}

.cover-login .contenedor-input {
	margin-bottom: 5vh;
}

.cover-login .recordar-pass {
	width: 100%;
	color: #003466;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	margin-top: 4vh;
}

.cover-login .acceso-registro {
	width: 100%;
	color: #003466;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	margin-top: 3vh;
	padding-top: 3vh;
	border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.cover-login .acceso-registro span {
	font-weight: 700;
	text-decoration: underline;
	font-size: 16px;
}

.popup.enhorabuena {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #20598f;
	width: 100%;
	height: 100vh;
	max-width: 100%;
	z-index: 10;
	display: none;
}

.enhorabuena .contenedor-popup {
	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.enhorabuena .contenedor-popup h2 {
	color: #fff;
	font-weight: 800;
}

.enhorabuena .contenedor-popup p {
	color: white;
	margin: 15px 0;
	width: 100%;
	max-width: 640px;
}

.enhorabuena .contenedor-popup a {
	color: white;
	text-decoration: underline;
}

.js-registro,
.js-editar-datos-personales {
	display: inline-block;
	position: relative;
}

.js-inscripcion-evento {
	background: #20598f;
}

.js-registro .popup,
.js-inscripcion-evento .popup,
.js-editar-datos-personales .popup {
	max-width: 768px;
}

.cover-login h4 {
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 1em;
	line-height: 20px;
	display: inline-block;
	color: #003466;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}

.cover-login h5 {
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 1em;
	line-height: 20px;
	display: inline-block;
	color: #003466;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 20px;
}

.cover-login .paso.hidden {
	display: none;
}

.paso p {
	text-align: left;
	margin-bottom: 20px;
}

.cover-perfil .popup {
	padding: 0;
	max-width: 320px;
	width: 100%;
}
.cover-perfil .contenedor-datos-perfil {
	background: #003466;
	padding: 30px;
}

.cover-perfil .cerrar-popup {
	color: white;
	z-index: 30;
}

.cover-perfil .contenedor-imagen-perfil {
	position: relative;
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

.cover-perfil .contenedor-imagen-perfil input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
}

.cover-perfil .contenedor-imagen-perfil .imagen {
	width: 150px;
	height: 150px;
	background: #fff url(../img/imgPerfil.svg) center/100px no-repeat;
	display: inline-block;
	border-radius: 50%;
}

.cover-perfil .contenedor-imagen-perfil .editar-perfil {
	width: 30px;
	height: 30px;
	background: white;
	line-height: 30px;
	text-align: center;
	color: #003466;
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: inline-block;
	border-radius: 50%;
}

.cover-perfil .contenedor-datos-perfil h2 {
	color: white;
	font-weight: 800;
}

.cover-perfil .contenedor-datos-perfil h3 {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 14px;
	color: white;
}

.cover-perfil .contenedor-opciones-editar {
	padding: 30px;
}

.cover-perfil .contenedor-opciones-editar a {
	width: auto;
	margin-top: 2vh;
	height: 30px;
	line-height: 30px;
	color: #003466;
	font-size: 16px;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
	text-align: left;
	width: 100%;
	display: inline-block;
	max-width: 220px;
}

.cover-perfil .contenedor-opciones-editar a.salir {
	color: #d81818;
}

.js-perfil {
	background: rgba(0, 0, 0, 0.5);
}

.js-perfil .popup {
	transition: 1s;
	height: calc(100vh - 40px);
	position: absolute;
	right: -500px;
	top: 40px;
	will-change: transform;
}

.js-perfil.activo .popup {
	transform: translateX(-500px);
}

.-seleccion-registro {
	z-index: 20;
}

.-seleccion-registro .contenedor-popup {
	align-items: center;
}

.-seleccion-registro .popup {
	max-width: 500px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 25px;
	height: 350px;
}

.-seleccion-registro .popup p {
	text-align: left;
	margin-bottom: 40px;
}

.-seleccion-registro .separator {
	width: 1px;
	background: white;
	display: inline-block;
	opacity: 0.5;
	height: 350px;
}

#cookiesdirective input[type="submit"] {
	padding: 5px 10px;
	background: #485a6e;
	border: none;
	color: white;
	width: 100px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
}
#cookiesdirective {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background: transparent !important;
	opacity: 0.99;
	color: rgb(255, 255, 255);
	font-family: helvetica;
	font-size: 16px;
	text-align: center;
	z-index: 1000;
	height: 100vh !important;
}
#cookiesdirective #text_cookies {
	position: relative;
	height: auto;
	width: 100% !important;
	padding: 40px !important;
	margin-left: auto;
	margin-right: auto;
	bottom: -38%;
	background: #ffffffd6;
	/*opacity: 0.7;*/
	color: #000c1a;
	max-width: 499px;
}
#cookiesdirective #text_cookies a {
	color: #000c1a !important;
	text-decoration: underline;
}
#cookiesdirective #text_cookies.active {
	-webkit-animation: tiembla 0.1s ease;
}

/*Datos academicos*/

.contenedor-estudios {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	color: #003466;
	font-size: 16px;
}

.estudio {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

p.estudio:last-of-type {
	margin-bottom: 0;
}

.estudio strong {
	font-weight: 800;
}

.estudio.fake {
	width: 100%;
	display: inline-block;
	height: 20px;
	background: linear-gradient(274deg, #d5d5d5, #adadad);
	background-size: 400% 400%;
	-webkit-animation: GrisAnimation 2s ease infinite;
	-moz-animation: GrisAnimation 2s ease infinite;
	animation: GrisAnimation 2s ease infinite;
}

.estudio a {
	color: #d81818;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	font-size: 14px;
	display: none;
}

.estudio .fa-pencil {
	cursor: pointer;
	color: #20598f;
}

.estudios-editables {
	width: 100%;
}

.contenedor-input.year {
	max-width: 80px;
	margin-right: 20px;
}

.estudios-editables .contenedor-input select {
	padding-left: 0;
}

.contenedor-input.estudio {
	max-width: calc(100% - 280px);
	margin-right: 40px;
}

.contenedor-input.estudios {
	margin-bottom: 2vh;
}

.estudios-editables .contenedor-input {
	margin-bottom: 2vh;
}

.contenedor-input select.disabled {
	pointer-events: none;
	cursor: not-allowed;
}

.contenedor-input.disabled {
	cursor: not-allowed;
}

.js-add-curso {
	padding: 0;
	width: 40px;
	font-size: 30px;
	margin-bottom: 5vh;
}

.js-listado-estudios {
	width: 100%;
}

.js-view-erase-titulacion {
	color: #003466;
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 30px;
	display: none;
	width: auto;
	display: inline-block;
	text-align: left;
	margin-right: 10px;
}

.js-view-add-titulacion {
	color: #003466;
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 30px;
	width: auto;
	text-align: left;
	margin-top: 0;
}

.estudios-editables:last-of-type .js-view-add-titulacion {
	display: inline-block;
}

#divRecorte {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 12;
	display: none;
}

.contenedor-recorte {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.contenedor-recorte .boton-azul {
	margin-top: 30px;
}

.contenedor-recorte .cerrar-popup {
	top: 50px;
	color: white;
}

.contenedor-recorte #imgParaRecortar {
	width: 100%;
	max-width: 600px;
}

#popupexplorer {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #20598f;
	z-index: 100;
	text-align: left;
	padding: 100px;
	color: white;
	display: none;
}

#popupexplorer .titulo {
	margin-bottom: 20px;
	font-size: 19px;
}

#popupexplorer p {
	color: white;
	margin-bottom: 20px;
	font-size: 15px;
}

.wrapper-legal {
	width: 100%;
	background: #20598f;
	color: white;
	display: inline-block;
	padding-top: 80px;
	padding-bottom: 60px;
}

.wrapper-legal .text-container {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

.wrapper-legal h1 {
	font-weight: 800;
	margin-bottom: 30px;
}
.wrapper-legal h2 {
	margin-bottom: 10px;
}
.wrapper-legal h3 {
}
.wrapper-legal p,
.wrapper-legal ul {
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}

.wrapper-legal li {
	margin-bottom: 10px;
	padding-left: 10px;
}
.aviso_legal h2 {
	font-weight: bold;
}
.text_politica {
	text-align: justify;
	font-size: 11px;
	color: #706d6d;
	margin-bottom: 5%;
}
.text_politica p {
	margin: 6px 0;
}
.text_politica li,
.text_politica ul {
	list-style: disc;
}
.text_politica a {
	text-decoration: underline;
}

.contenedor-encuesta{
	background: white;
	padding: 50px 100px;
	max-width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
	margin-top: -60px;
	margin-bottom: 100px;
	text-align: left;
}

.contenedor-encuesta h2{
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color:#1e1e1e;
	display: inline-block;
	width: 100%;
}

.contenedor-encuesta legend{
	width: 100%;
	display: inline-block;
	font-weight: 800;
	color:#003466;
	font-size: 20px;
	text-align: left;
	margin-bottom: 15px;
	font-family: "Raleway", sans-serif;
	margin-top: 60px;
}


.form-popup-encuesta{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.5);
	z-index: 20;
	padding: 20px;
	display: none;
}

.form-popup-encuesta[show=true]{
	display: flex;
}

.form-popup-encuesta .popup{
	width: 100%;
	max-width: 450px;
	text-align: center;

}



.form-popup-encuesta .popup p{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

/******RESPONSIVE******/

@media screen and (max-width: 1300px) {
	/*M1300*/

	footer .container {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	footer .container > div {
		margin-right: 0;
	}
	#cookiesdirective div {
		bottom: -87%;
	}
}

@media screen and (max-width: 1240px) {
	/*M1240*/
	.contenedor-personas .contenedor-titulo {
		margin: 0;
		width: 20%;
	}
	.contenedor-personas.equipo {
		justify-content: center;
	}
	.contenedor-personas {
		justify-content: space-around;
	}

	.contenedor-alumni-center > div,
	.contenedor-alumni-center > div iframe {
		width: calc(50vw - 40px);
		height: calc(29vw - 40px);
	}

	.square {
		width: calc(25vw - 40px);
		margin-right: 40px;
	}

	.square .contenedor-imagen {
		height: calc(25vw - 40px);
	}

	.js-noticias-recientes .square .contenedor-imagen {
		height: calc(25vw - 40px);
	}

	.contenedor-squares {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.imagen-texto .imagen {
		width: calc(50vw - 20px);
		height: calc(50vw - 20px);
	}

	.imagen-texto .imagen iframe {
		width: calc(50vw - 20px);
		height: calc(50vw - 20px);
	}

	.imagen-texto .texto {
		width: calc(50vw - 20px);
	}

	.contenedor-encabezado-entrevista .contenedor-imagen .contenedor-titulo {
		transform: translate(0);
		padding-left: 20px;
	}

	.volver {
		top: 70px;
		margin-top: 0;
		left: 20px;
	}
}

@media screen and (max-width: 1200px) {
	/*M1200*/

	.listado-grid {
		padding: 0 20px;
		min-height: 0;
	}

	.header-grid {
		padding: 0 20px;
	}

	.listado-grid .big {
		width: calc(50vw - 40px);
		height: calc(50vw - 40px);
	}

	.listado-grid .small-container {
		width: calc(50vw - 40px);
	}

	.listado-grid .small {
		width: calc(25vw - 33px);
		height: calc(25vw - 33px);
		margin-bottom: 30px;
	}

	.wrapper-ficha .contenedor-evento {
		padding: 0 20px;
	}

	.wrapper-ficha {
		padding-top: calc(10vh + 61px);
	}

	.wrapper-ficha .contenedor-texto {
		padding-left: 50px;
		width: calc(50vw);
	}

	.wrapper-ficha .contenedor-imagen {
		max-width: 100%;
		width: calc(50vw - 40px);
		height: calc(50vw - 40px);
		min-height: 0;
	}

	.contenedor-encabezado-entrevista {
		height: auto;
		padding-top: 100px;
	}

	.wrapper-ficha.entrevista .contenedor-imagen {
		width: 100%;
		max-width: 1024px;
		height: auto;
		margin-top: 0;
	}

	.wrapper-ficha .contenedor-squares {
		padding: 0 20px;
	}

	.wrapper-ficha .contenedor-squares .square {
		margin-right: 20px;
	}

	.wrapper-ficha .contenedor-squares .square:nth-child(4) {
		margin-right: 0;
	}

	.wrapper-ficha .contenedor-squares .square .contenedor-imagen {
		min-height: 0;
		height: calc(25vw - 28.75px);
	}

	.wrapper-ficha .contenedor-squares .square h5 {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1100px) {
	.-seleccion-registro .popup {
		padding: 30px;
		height: 260px;
	}

	.-seleccion-registro .separator {
		height: 260px;
	}
}

@media screen and (max-width: 1024px) {
	/*M1024*/
	#cookiesdirective div {
		bottom: -84%;
	}
	.contenedor-encabezado-entrevista .contenedor-imagen {
		max-width: 920px;
		height: auto;
	}

	.cuerpo-entrevista .contenedor-texto-principal {
		font-size: 16px;
	}

	.contenedor-foto-centrada p {
		font-size: 14px;
	}

	.cuerpo-entrevista .container {
		max-width: 768px;
		padding: 0 20px;
	}

	.header-grid .buscador {
		text-align: right;
	}

	.header-grid .buscador input[name="carrera"] {
		width: 100%;
		max-width: 215px;
	}

	.wrapper-ficha.entrevista .contenedor-imagen {
		width: 100%;
		height: auto;
	}
	.contenedor-foto-centrada .contenido-central .texto {
		width: 100%;
	}

	.contenedor-imagen-centro {
		width: 100%;
		max-width: 100%;
	}

	.contenedor-imagen-centro img {
		width: auto;
		max-width: 100%;
	}

	.contenedor-imagen-centro .pie {
		text-align: center;
	}
}

@media screen and (max-width: 980px) {
	/*M980*/
	.info-container h3 {
		margin-top: 50px;
	}

	.menu-index .logo-movil {
		display: inline-block;
		margin-bottom: 40px;
		width: 100%;
	}

	.wrapper-index .menu-show {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.wrapper-index .cerrar-popup {
		text-align: left;
		right: 0;
		padding-left: 10px;
		display: inline-block;
	}

	.menu-index {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: white;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		z-index: 5;
		display: none;
	}

	.menu-index.show {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.menu-index .submenu-el {
		position: relative;
		display: inline-block;
		padding: 0;
		height: auto;
		left: auto;
		top: auto;
		display: none;
	}

	.menu-index .submenu-el.show {
		display: inline-block;
	}

	.menu-index a {
		color: #003466;
		width: 100%;
		display: inline-block;
		margin: 0 0 15px 0;
		text-align: center;
		font-weight: 800;
		font-size: 24px;
	}

	.listado-grid .small-container {
		width: 100%;
	}

	.listado-grid .big {
		width: calc(100vw - 40px);
		height: calc(100vw - 40px);
		margin-bottom: 20px;
	}

	.listado-grid .small {
		margin-bottom: 0;
		width: calc(50vw - 30px);
		height: calc(50vw - 30px);
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.listado-grid .small:nth-child(2n) {
		margin-right: 0;
	}

	.listado-grid .bottom-container {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.listado-grid .bottom-container article {
		margin-right: 0;
	}

	#formContacto {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.wrapper-contacto .contenedor-formulario {
		padding: 3vw;
	}

	.contenedor-submit {
		padding: 0;
	}

	.contenedor-encabezado-entrevista {
		height: auto;
		background: transparent !important;
	}

	.contenedor-encabezado-entrevista .contenedor-imagen {
		margin-top: 40px;
		min-height: 0;
	}

	.wrapper-ficha .contenedor-imagen {
		width: 60vw;
		height: 60vw;
	}

	.wrapper-ficha .contenedor-texto {
		width: 100%;
		padding: 0;
		margin-top: 5vh;
	}

	.contenedor-encabezado-entrevista {
		padding-top: 0;
	}

	.-seleccion-registro .contenedor-popup {
		flex-direction: column;
		justify-content: center;
	}

	.-seleccion-registro .popup {
		height: auto;
		width: 100%;
		max-width: 500px;
		margin: 25px 0;
	}

	.-seleccion-registro .separator {
		height: 1px;
		width: 100%;
		max-width: 500px;
	}

	.contenedor-encuesta{
		padding: 50px 20px;
	}

	.contenedor-encuesta h2{
		text-align: left;
	}

}

@media screen and (max-width: 768px) {
	/*M768*/
	.texto.orlas h3 {
		text-align: center;
	}
	#cookiesdirective div {
		bottom: -89%;
	}
	.wrapper-index .menu-show {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.menu-index {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.menu-index {
	}

	.square {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vh;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.square .contenedor-imagen {
		width: 180px;
		height: 180px;
	}

	.square .contenedor-datos {
		width: calc(100% - 180px);
		padding-left: 20px;
	}

	.square h5 {
		margin-top: 0;
	}

	.newsletter-el {
		padding: 0 10px;
	}

	.imagen-texto {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}

	.imagen-texto .imagen,
	.imagen-texto .imagen iframe {
		width: calc(100vw - 40px);
		height: calc(100vw - 40px);
	}

	.imagen-texto .texto {
		padding: 0;
		margin-top: 5vh;
		width: 100%;
		max-width: 500px;
		text-align: center;
	}
	.imagen-texto.equipo .texto {
		max-width: 100%;
	}

	.imagen-texto .texto p {
		text-align: center;
	}

	.header-grid {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.buscador {
		width: 100%;
		margin-top: 2vh;
		text-align: left;
	}

	.header-grid .buscador input {
		margin-right: 20px;
	}

	.listado-grid .newsletter-el {
		padding: 2vw;
	}

	.contenedor-encabezado-entrevista .contenedor-imagen {
		transform: translateY(40px);
	}

	.wrapper-contacto {
		padding: calc(4vh + 61px) 20px calc(4vh + 37px) 20px;
	}

	.contenedor-main-formulario {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.wrapper-contacto .contenedor-formulario {
		width: 100%;
		padding: 40px 20px;
	}

	.wrapper-contacto .info-contacto {
		width: 100%;
		-webkit-order: -1;
		-moz-order: -1;
		-ms-order: -1;
		-o-order: -1;
		order: -1;
		padding: 40px 20px;
	}

	.wrapper-contacto .info-contacto h4 {
		text-align: left;
	}

	.info-contacto .social {
		justify-content: flex-start;
	}

	.wrapper-contacto .info-contacto .localizacion {
		margin-bottom: 30px;
	}

	.info-container .boton-azul.alone + h3 {
		margin-top: 100px;
	}

	.boton-azul.alone {
		margin-top: 20px;
	}

	.contenedor-personas > div.contenedor-blanco {
		display: none;
	}

	/*FOOTER*/

	footer .container > div {
		max-width: 100% !important;
		width: 100%;
	}

	footer h4 a,
	footer h4 {
		text-align: center;
		margin-bottom: 1vh;
	}

	footer h4 a {
		margin-bottom: 0;
	}

	footer a {
		text-align: center;
	}

	footer a.big + a:last-of-type {
		margin-bottom: 0;
	}

	footer h4 {
		margin-top: 3vh;
	}

	footer .container > div:nth-child(3) {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	footer .canal {
		font-size: 0;
	}
	.cuerpo-entrevista .container .titular,
	.cuerpo-entrevista .contenedor-texto-principal h3 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media screen and (max-width: 767px) {
	/*M767*/

	.contenedor-foto-centrada .full {
		width: 100%;
	}

	.contenedor-foto-centrada .contenido-central .texto {
		width: 100%;
	}

	.contenedor-imagen-centro {
		width: 100%;
		max-width: 100%;
	}

	.contenedor-foto-centrada .contenido-central .texto.derecha {
		width: 100%;
	}

	.contenedor-doble-columna {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contenedor-doble-columna > div {
		width: 100%;
	}

	.contenedor-doble-columna > div[data="imagen,parrafo2"] .texto,
	.contenedor-doble-columna > div[data="parrafo,imagen2"] .texto,
	.contenedor-doble-columna > div[data="parrafo,parrafo2"] .texto,
	.contenedor-doble-columna > div[data="parrafo2,parrafo"] .texto {
		padding: 20px 0;
	}

	.contenedor-doble-columna h3 {
		padding: 5vh 5vw;
	}

	.wrapper-ficha .contenedor-squares .square {
		width: calc(50% - 10px);
		margin-right: 10px;
	}

	.wrapper-ficha .contenedor-squares .square .contenedor-imagen {
		width: 100%;
		height: calc(50vw - 29.99px);
	}
	.menu {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		left: -100%;
	}
	.menu.activo {
		transform: translateX(100%);
	}

	.-seleccion-registro .contenedor-popup {
		padding: 20px;
	}
}

@media screen and (max-width: 500px) {
	/*M500*/
	.select2-container {
		width: 100% !important;
		max-width: 90vw !important;
	}
	.select2-results__option {
		font-size: 14px !important;
	}
	.contenedor-bottom-index {
		top: 0;
	}
	.cover-login {
		height: 100vh;
	}
	.cover-login.-registro {
		position: absolute;
	}
	.cover-login.-registro .contenedor-popup {
		min-height: auto;
		padding: 0;
		padding-top: 40px;
	}
	.popup {
		padding-bottom: 130px;
	}
	.contenedor-popup {
		position: initial;
	}
	.box-menu-colabora,
	.title-colabora {
		font-size: 11px;
	}

	.evento_title {
		font-size: 18px;
		text-align: center;
	}
	.nav-top .login {
		font-size: 0;
		width: 36px;
		padding: 0;
		background-position: center;
	}
	.textsmall {
		text-align: left;
	}
	.menu-index .logo-movil img {
		max-width: 70px;
	}

	.menu-index a {
		font-size: 18px;
	}

	.nav-top .menu-show {
		font-size: 0;
		width: 36px !important;
	}
	.nav-top .menu-show span {
		margin-right: 0;
	}

	.enlaces-legales-index {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.wrapper-index {
		padding-bottom: 110px;
	}

	.menu {
		padding-top: 80px;
	}

	.real-menu {
		min-height: 0;
	}

	.menu .logo-container {
		width: 100%;
		text-align: center;
	}

	.menu .logo {
		margin: 0;
		max-width: 80px;
	}

	.menu .social {
		width: 100%;
	}

	.menu .social li {
		margin-right: 10px;
	}

	.menu .social a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}

	.encabezado {
		font-size: 10vw;
		height: 20vh;
		min-height: 200px;
		padding-bottom: 20px;
	}

	.encabezado.equipo-alumni {
		/*margin-top: 60px;*/
	}

	.info-container {
		margin-bottom: 10vh;
	}

	.info-container h3 {
		font-size: 30px;
	}

	.info-container p {
		font-size: 14px;
		text-align: center;
	}
	.donaciones-becas .contenedor-alumni-center ul li,
	.info-responsive ul li {
		font-size: 14px;
		text-align: left;
	}

	.contenedor-personas {
		justify-content: space-between;
	}

	.contenedor-blanco {
		display: none;
	}

	.contenedor-titulo {
		border-radius: 50%;
		background: #003364;
		color: white;
	}

	.contenedor-encabezado-entrevista .contenedor-imagen .contenedor-titulo {
		background: none;
	}

	.contenedor-personas .contenedor-persona .nombre {
		opacity: 1;
		justify-content: flex-end;
		padding-bottom: 20px;
	}

	.contenedor-personas .contenedor-persona .nombre h5,
	.contenedor-personas .contenedor-persona .nombre p {
		transform: translate(0) scale(1);
		transition: 0.8s;
	}

	.contenedor-personas .contenedor-persona .nombre h5 {
		font-size: 16px;
	}

	.contenedor-personas .contenedor-persona .nombre p {
		font-size: 12px;
	}

	.contenedor-personas .contenedor-titulo h5,
	.contenedor-personas .contenedor-titulo h6 {
		font-size: 14px;
	}

	.contenedor-alumni-center > div,
	.contenedor-alumni-center > div iframe {
		width: calc(100vw - 40px);
		height: calc(64vw - 40px);
	}

	.contenedor-alumni-center > div:first-of-type {
		margin-bottom: 20px;
	}

	.square {
		justify-content: center;
		margin-bottom: 10vh;
	}

	.square .contenedor-imagen {
		width: calc(100vw - 20px);
		height: calc(100vw - 20px);
	}

	.square .contenedor-datos {
		width: 100%;
		padding-left: 0;
		margin-top: 2vh;
	}

	.square h5 {
		text-align: center;
	}

	.square h6 {
		text-align: center;
	}

	.square p {
		text-align: center;
	}

	.square a:not(.enlace-cover) {
		text-align: center;
	}

	.boton-azul.alone {
		margin-top: 2vh;
	}

	.info-container .boton-azul.alone + h3 {
		margin-top: 10vh;
	}

	.evento-el p {
		text-align: left;
	}

	.evento-el a:not(.enlace-cover) {
		margin-top: 2vh;
		font-size: 14px;
		width: 100%;
		text-align: right;
	}

	.evento-el div {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.newsletter-el {
		width: 100%;
		margin-bottom: 5vh;
	}

	p + .contenedor-alumni-center {
		margin-bottom: 3vh;
	}

	.header-grid .buscador input {
		width: calc(50% - 39px);
		margin-right: 10px;
		border-radius: 0;
	}

	.header-grid .buscador .boton-azul {
		margin-top: 20px;
		width: 50px;
		padding: 0;
	}

	.listado-grid .small-container {
		margin-bottom: 0;
	}

	.listado-grid .big {
		padding: 4vw;
	}

	.listado-grid .small {
		width: calc(100vw - 40px);
		height: calc(100vw - 40px);
		padding: 4vw;
		margin-right: 0;
	}

	.listado-grid .small-container .small:nth-child(3),
	.listado-grid .small-container .small:nth-child(4) {
		margin-bottom: 20px;
	}

	.listado-grid .newsletter-el {
		width: 33.3333%;
	}

	.wrapper-contacto .contenedor-campos .contenedor-input.half {
		width: 100%;
	}

	.contenedor-input.politica input[type="checkbox"] + label {
		font-size: 14px;
	}

	.contenedor-texto-principal p:first-of-type::first-letter {
		font-size: 100px;
		float: left;
		line-height: 0.7em;
		display: inline-block;
		width: auto;
		font-family: serif;
		margin-left: -10px;
	}

	.wrapper-ficha {
		padding-top: calc(5vh + 61px);
	}

	.wrapper-ficha .contenedor-imagen {
		width: 100%;
		height: calc(100vw - 40px);
	}

	.volver {
		display: none;
	}

	.wrapper-ficha .contenedor-squares .square {
		width: 100%;
	}

	.wrapper-ficha .contenedor-squares .square .contenedor-imagen {
		height: calc(100vw - 20px);
		width: calc(100vw - 20px);
	}

	.wrapper-ficha .contenedor-squares .square h5 {
		width: 100%;
		display: inline-block;
	}

	.wrapper-ficha h2 {
		font-size: 24px;
	}

	.popup {
		padding: 20px 30px;
		padding-bottom: 60px;
	}

	.cover-slider .popup {
		max-width: calc(100vw - 40px);
	}

	.contenedor-input.half {
		width: 100%;
	}

	.contenedor-input.tercio {
		width: 100%;
	}

	.contenedor-input.half.empty {
		display: none;
	}

	.header-grid .buscador select {
		margin-right: 10px;
		width: calc(50% - 40px);
	}

	.header-grid .buscador input {
		width: calc(50% - 40px);
	}

	footer h4 a,
	footer h4 {
		font-size: 20px;
	}

	footer a {
		font-size: 14px;
	}

	footer a.big + a {
		padding-left: 0;
	}

	.cover-slider .slick-prev.slick-arrow,
	.cover-slider .slick-next.slick-arrow {
		display: none !important;
	}

	.cuerpo-entrevista .contenedor-texto-principal {
		margin-bottom: 30px;
	}

	.contenedor-encabezado-entrevista .contenedor-imagen .contenedor-titulo h2 {
		font-size: 24px;
	}

	.contenedor-encabezado-entrevista .contenedor-imagen .contenedor-titulo h3 {
		font-size: 18px;
	}
	#cookiesdirective div {
		bottom: -78%;
	}
	.guarderia {
		flex-direction: column;
	}
	.guarderia div,
	.contenedor-input.row-start.fww.-padding {
		padding: 0;
	}

	.-seleccion-registro .popup h2 {
		margin-bottom: 15px;
	}

	.-seleccion-registro .popup p {
		margin-bottom: 15px;
	}

	.popNewsHome img {
		max-width: 220px;
	}

	.contenedor-encuesta legend{
		margin-top: 30px;
	}

}

@media screen and (max-width: 360px) {
	#cookiesdirective div {
		bottom: -67%;
	}
	.listado-grid .newsletter-el {
		width: 50%;
	}

	.contenedor-personas .contenedor-persona .nombre h5 {
		font-size: 14px;
	}

	.contenedor-personas .contenedor-persona .nombre p {
		font-size: 9px;
	}

	.info-container {
		padding: 0 10px;
	}

	.evento-el {
		padding: 2vw 2vw 2vw 6vw;
	}

	.evento-el h5 {
		margin-bottom: 10px;
	}
}

/*ANIMACIONES*/
@media screen and (min-width: 720px) {
	.waypoints,
	.waypoints-instant {
		opacity: 0;
	}

	ul li.waypoints:nth-child(1) {
		animation-delay: 0.5s;
		-webkit-animation-delay: 0.5s;
	}
	ul li.waypoints:nth-child(2) {
		animation-delay: 0.8s;
		-webkit-animation-delay: 0.8s;
	}
	ul li.waypoints:nth-child(3) {
		animation-delay: 1.1s;
		-webkit-animation-delay: 1.1s;
	}
	ul li.waypoints:nth-child(4) {
		animation-delay: 1.4s;
		-webkit-animation-delay: 1.4s;
	}
	ul li.waypoints:nth-child(5) {
		animation-delay: 1.7s;
		-webkit-animation-delay: 1.7s;
	}
}

/*SECCION DONACIONES*/
.box-menu-colabora {
	background: #ffffffe3;
	max-width: 120px;
	margin: 0 auto;
	padding: 7px 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.title-colabora {
	font-weight: bold;
	color: white;
	transform: translateY(-17px);
}
.box-menu-colabora:hover {
	background: transparent;
	border: 1px solid white;
	color: white;
	font-weight: 200;
}
.parpadea {
	animation-name: parpadeo;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
	0% {
		opacity: 0.7;
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		opacity: 0.7;
		transform: scale(1);
	}
}

@-webkit-keyframes parpadeo {
	0% {
		opacity: 0.7;
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		opacity: 0.7;
		transform: scale(1);
	}
}

@keyframes parpadeo {
	0% {
		opacity: 0.7;
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		opacity: 0.7;
		transform: scale(1);
	}
}
.donaciones .encabezado {
	background: url(../img/banner-colabora.jpg) center bottom/cover no-repeat;
	background-position-y: 16%;
}
.donaciones .info-container p {
	text-align: center;
	line-height: 22px;
}
.donaciones .becas,
.donaciones .investigaciones,
.donaciones .capilla {
	max-width: 30%;
	width: 100%;
	height: auto;
	margin: 20px;
	min-height: 562px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.donaciones .contenedor-alumni-center .imgbecas {
	background: url(../img/beca.png) center top/cover no-repeat;
	height: 350px;
	width: 100%;
	padding: 50px;
	margin-bottom: 35px;
}
.donaciones .contenedor-alumni-center .imginvestigaciones {
	background: url(../img/investigacion.png) center top/cover no-repeat;
	height: 350px;
	width: 100%;
	padding: 50px;
	margin-bottom: 35px;
}
.donaciones .contenedor-alumni-center .imgcapilla {
	background: url(../img/img-capilla.jpg) center top/cover no-repeat;
	height: 350px;
	width: 100%;
	padding: 50px;
	margin-bottom: 35px;
}

.imginvestigaciones h3,
.imgbecas h3,
.imgcapilla h3 {
	background: #f4f4f4ba;
	height: 100%;
	margin: 0px auto;
	color: #003466;
	font-size: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.donaciones .info-container .intro {
	margin: 70px 0;
}

.donaciones .boton-azul {
	margin-top: 25px;
}
.donaciones .contenedor-alumni-center {
	max-width: 100%;
	margin: 0 auto;
}
.contenedor-alumni-center .carasteristicas {
	width: 100%;
	text-align: left;
	height: auto;
	margin-top: 100px;
}
.contenedor-alumni-center .carasteristicas ul li {
	padding-left: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: left;
}
.donaciones-becas .contenedor-alumni-center ul li {
	padding-left: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	text-align: left;
}
.contenedor-alumni-center .carasteristicas ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #003466;
	position: absolute;
	border-radius: 100%;
	transform: translateY(5px);
	margin-left: -15px;
}
.donaciones-becas .contenedor-alumni-center ul {
	margin-top: 20px;
}
.donaciones-becas .contenedor-alumni-center ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #003466;
	position: absolute;
	border-radius: 100%;
	transform: translateY(5px);
	margin-left: -15px;
}
.contenedor-alumni-center .carasteristicas ul li b {
	font-weight: bold;
	color: #003466;
}
/*DONACIONES-BECAS*/
.donaciones-becas .intro-video .info-container {
	width: calc(100% - 800px);
	margin-bottom: 0;
	padding: 20px 50px 0 50px;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0;
}
.donaciones-becas .intro-video .info-container h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 500;
}
.donaciones-becas .intro-video .info-container p {
}
.donaciones-becas .intro-video .info-container .ayudanos {
	background: white;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	box-shadow: #a7a3a382 1px 1px 20px 0px;
	border-radius: 10px;
	margin-top: 25px;
}
.donaciones-becas section.intro-video.capilla {
	padding-top: 100px;
}
.donaciones-becas section.intro-video {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding-top: 65px;
}
.donaciones-becas .intro-video .info-container .ayudanos h2 {
	font-size: 18px;
	color: #003466;
	font-weight: 500;
}
.donaciones-becas .intro-video .info-container .boton-azul {
	margin-top: 10px;
	position: initial;
}
.donaciones-becas .info-container {
	margin: 60px 0;
}
.donaciones-becas p b {
	font-weight: 500;
}
.donaciones-becas .imageDescription {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.donaciones-becas .imageDescription img {
	width: 100%;
}

.info-responsive {
	display: none;
}
.intro-video .video .iframeFalso {
	height: 520px;
	width: 800px;
	background: blue;
}
.intro-video .video .iframeFalso.beca {
	background: url(../img/beca.png) center top/cover no-repeat;
}
.intro-video .video .iframeFalso.investigacion {
	background: url(../img/img-capilla.jpg) center top/cover no-repeat;
}
#popupDonaciones {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background: rgba(0, 1, 1, 0.61);
	opacity: 0.99;
	color: rgb(255, 255, 255);
	font-family: helvetica;
	font-size: 16px;
	text-align: center;
	z-index: 1000;
	height: 100vh;
}
.textpopupDonaciones b a {
	font-weight: bold;
}
.textpopupDonaciones {
	position: relative;
	height: auto;
	width: 100% !important;
	padding: 40px !important;
	margin-left: auto;
	margin-right: auto;
	bottom: -38%;
	background: #ffffffd6;
	color: #000c1a;
	max-width: 499px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.none {
	display: none;
}
.textpopupDonaciones .btn_popupdonaciones {
	padding: 5px 10px;
	background: #485a6e;
	border: none;
	color: white;
	width: 100px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
	font-weight: bold;
}

@media screen and (max-width: 1665px) {
	.intro-video .video iframe {
		width: 800px;
	}
	.intro-video .video .iframeFalso {
		width: 800px;
	}
	/*.donaciones-becas .intro-video .info-container{
			width: calc(100vw - 1155px);
			}*/
}
@media screen and (max-width: 1520px) {
	/*.donaciones-becas .intro-video .info-container{
			width: calc(100vw - 1120px);
			}*/
}
@media screen and (max-width: 1467px) {
	/*.donaciones-becas .intro-video .info-container{
			width: calc(100vw - 1025px);
			}*/
}
@media screen and (max-width: 1372px) {
	/*.donaciones-becas .intro-video .info-container{
			width: calc(100vw - 965px);
			}*/
}
@media screen and (max-width: 1308px) {
	/*.donaciones-becas .intro-video .info-container{
			width: calc(100vw - 900px);
			}*/
}
@media screen and (max-width: 1243px) {
	.donaciones-becas .intro-video .info-container {
		width: calc(100vw - 800px);
	}
	.donaciones-becas .imageDescription {
		background-size: contain !important;
		background-position: center !important;
	}
}
@media screen and (max-width: 1150px) {
	.donaciones-becas .intro-video .info-container {
		width: calc(100vw - 600px);
	}
}
@media screen and (max-width: 1150px) {
	.intro-video .video iframe {
		width: 100vw;
	}
	.intro-video .video .iframeFalso {
		width: 100vw;
	}
	.donaciones-becas .intro-video .info-container {
		width: 100%;
		margin: 40px 0;
	}
	.donaciones-becas .intro-video .info-container .boton-azul {
		margin-top: 20px;
	}
	.contenedor-persona .contenedor-imagen {
		width: 180px;
		height: 180px;
	}
}

@media screen and (max-width: 1243px) {
	.donaciones .becas,
	.donaciones .investigaciones,
	.donaciones .capilla {
		max-width: 100%;
		margin: 0 auto;
		min-height: auto;
		margin-bottom: 25px;
	}
	.donaciones .contenedor-alumni-center .imginvestigaciones,
	.donaciones .contenedor-alumni-center .imgbecas,
	.donaciones .contenedor-alumni-center .imgcapilla {
		width: 100%;
	}
	.donaciones .contenedor-alumni-center {
		padding: 0 15px;
	}
	.donaciones .info-container h3 {
		font-size: 21px;
	}
	.boton-azul {
		position: initial;
	}
}
@media screen and (max-width: 950px) {
	.contenedor-personas .contenedor-persona .nombre {
		opacity: 1;
	}

	.contenedor-personas .contenedor-persona .nombre h5 {
		font-size: 18px;
		margin-top: 20px;
	}
	.contenedor-personas > div.equipo {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 900px) {
	.donaciones-becas .imageDescription {
		background-size: contain !important;
		background-position: center !important;
	}
	.donaciones .contenedor-alumni-center {
		flex-direction: column;
	}
	.donaciones .becas,
	.donaciones .investigacionesm,
	.donaciones .capilla {
		max-width: 100%;
	}
	.donaciones .becas {
		margin-bottom: 50px !important;
	}
	.contenedor-alumni-center .carasteristicas {
		margin-top: 50px;
	}
	.contenedor-persona .contenedor-imagen {
		width: 140px;
		height: 140px;
	}
	.contenedor-personas.equipo .contenedor-persona .contenedor-imagen {
		margin: 4px;
	}
	.contenedor-persona.equipo .contenedor-imagen {
		width: 140px;
		height: 140px;
		margin: 0;
	}
}
@media screen and (max-width: 800px) {
	.info-responsive {
		display: block;
		background: url(../img/bgBeca.png) center 100% / cover no-repeat;
		height: 542px;
		padding: 0 20px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.info-responsive.investigacion {
		display: block;
		background: url(../img/bgInves.png) center 50% / cover no-repeat;
		height: 542px;
		padding: 0 20px;
		width: 100%;
	}
	.info-responsive ul {
		text-align: left;
		max-width: 625px;
		width: 100%;
		margin: 0 auto;
		font-weight: 500;
		/* padding-top: 50px; */
		background: #ffffffbd;
		padding: 20px 15px;
	}

	.info-responsive ul li {
		margin-top: 30px;
		background: url(../img/flecha.png);
		background-repeat: no-repeat;
		background-size: 40px;
		background-position: left;
		padding-left: 55px;
	}
	.imagen-texto.equipo .texto p {
		margin-bottom: 0;
	}
	.contenedor-personas.equipo {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
	.contenedor-personas .contenedor-persona {
		height: auto;
	}
	.contenedor-personas .contenedor-persona.emprendedor {
		height: 136px;
		width: 136px;
	}
	.info-container p {
		margin-bottom: 0;
	}
	.contenedor-personas .contenedor-persona.emprendedor .contenedor-imagen {
		margin: 0;
	}
	.imagen-texto.equipo .imagen {
		height: 245px;
	}
	.contenedor-persona .contenedor-imagen {
		margin: 5px;
	}
	.contenedor-personas > div,
	.contenedor-personas > div.equipo {
		margin: 0;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.imagen-texto.equipo {
		margin: 0;
	}
	.contenedor-personas .contenedor-titulo {
		margin: 0;
		width: 100%;
		height: auto;
		margin: 15px 0;
		padding: 13px;
		border-radius: 0;
	}
	.contenedor-persona.equipo .contenedor-imagen {
		margin: 5px;
	}
	.contenedor-personas .contenedor-persona .nombre {
		opacity: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media screen and (max-width: 500px) {
	.enlaces-legales-index a {
		font-size: 11px;
	}
	.enlaces-legales-index {
		bottom: 10px;
	}
	.video {
		height: 178px;
		display: flex;
		align-items: center;
	}
	.video.capilla {
		height: auto;
		display: flex;
		align-items: center;
	}
	.donaciones-becas .intro-video .info-container .ayudanos {
		margin-top: 20px;
	}
	.info-responsive ul li {
		margin-top: 20px;
	}
	.donaciones-becas .info-container {
		margin: 20px 0;
	}
	.donaciones-becas .contenedor-alumni-center ul li::before {
		height: 8px;
		width: 8px;
		transform: translateY(8px);
		margin-left: -16px;
	}
	.info-responsive ul li {
		background: none;
		padding-left: 0;
	}
	.donaciones .info-container h3,
	.donaciones-becas .info-container h3 {
		font-size: 18px;
	}
	.contenedor-alumni-center .carasteristicas ul li::before {
		display: none;
	}
	.contenedor-alumni-center .carasteristicas ul li {
		padding-left: 0;
	}
	.donaciones .contenedor-alumni-center .imginvestigaciones,
	.donaciones .contenedor-alumni-center .imgbecas {
		height: 250px;
		padding: 40px;
	}

	.donaciones .info-container .intro {
		margin: 20px 0;
	}
	.donaciones-becas .intro-video .info-container p {
		padding: 0;
	}
	.donaciones-becas .intro-video .info-container {
		padding: 15px;
		margin: 20px 0;
	}
}

.selectize-control.single .selectize-input {
	box-shadow: none !important;
	background: white !important;
	text-align: left !important;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
	border: none !important;
	border-bottom: 1px solid #003466 !important;
	border-radius: 0;
	padding-top: 0;
	color: #003466 !important;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
	text-align: left;
	color: #003466 !important;
}


#cky-consent{
	right: 50%!important;
	bottom: 50%!important;
	transform: translate(50%,50%);
}

.contenedor-tabla-cookies{
	text-align: left;
	overflow: scroll;
	max-width:1024px ;
	margin: 0 auto;
	padding: 20px 0;
	margin-bottom: 50px;
}

.contenedor-tabla-cookies table{
	min-width: 1600px;
	
}

.contenedor-tabla-cookies table td{
	padding: 6px;
	white-space: nowrap;
	border:1px solid white;
}
.contenedor-tabla-cookies table tbody td:first-child{
	font-weight: bold;
	background: rgba(255,255,255,1);
	color: #003466 !important;
}

.contenedor-tabla-cookies table td:last-child{
	white-space: normal;
}

.contenedor-tabla-cookies table  thead td{
	font-weight: bold;
	/* background: white;
	color: #003466 !important; */
}


.contenedor-tabla-cookies::-webkit-scrollbar {
  width: 0px;
  height: 15px;
}
.contenedor-tabla-cookies::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.contenedor-tabla-cookies::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.contenedor-tabla-cookies::-webkit-scrollbar-track {
  background: #20598f;
  border: 0px none #ffffff;
  border-radius: 50px;
}

.contenedor-tabla-cookies::-webkit-scrollbar-corner {
  background: transparent;
}
.imagen-capilla{
	width:55%;
}
@media screen and (max-width: 860px) {

	.imagen-capilla{
		width: 100%;
	}
}