* button { cursor:pointer; }
.header {
	width:100%;
	position:fixed;
}
.header-menu-btn > span {
	padding:10px 10px 6px;
	height:70px;
	display:table;
	border-bottom:4px solid #140a9a;
}
.header-menu-btn > span b {
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-size:13px;
	font-weight:normal;
}
.header-menu-btn > a.active { border-bottom:4px solid #ffc82f; }
.header-menu-btn > a.active b { font-weight:bold; }
.header-mobile-space { display:none; }
.portada, .home { padding-top:70px; }
.portada-slider {
	background-size:cover;
	width:100%;
	height:32.8vw;
}
.pagina-titulo { width:100%; }
.productos-fototexto-cont {
	display:flex !important;
	flex-wrap:wrap;
}
.productos-fototexto:nth-child(odd) .productos-fototexto-cont { flex-direction:row-reverse; }
.productos-fototexto-box-cont > div p { text-align:justify !important; }
.productos-fototexto-box-cont > div h4 {
    font-size:24px;
    font-weight:300;
    margin-bottom:30px;
	margin-left:10%;
}
.carta-btn {
	margin-top:20px;
	margin-left:10%;
	border:2px solid #140a9a;
	padding:8px 28px;
	display:inline-block;
	border-radius:6px;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.carta-btn:hover { background:#140a9a; }
.carta-btn span {
	color:#140a9a;
	font-weight:500;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.carta-btn:hover span { color:#FFF; }
.carta-btn .off { display:none; }
.carta-btn.active .on { display:none; }
.carta-btn.active .off { display:inline-block; }
.productos-contenidoextra.mapa {
	padding:35px;
	max-width:1340px;
	margin:auto;
}
.productos-contenidoextra.mapa .pagina-titulo { max-width:100%; }
.portada .home-enlaces-cont { margin:20px 0; }
.home-enlaces-cont button span, .home-enlaces-cont a span { color:#140a9a; }
.home-enlaces-cont a:hover, .home-enlaces-cont a.active,
.home-enlaces-cont button:hover, .home-enlaces-cont button.active {
	background:#140a9a;
}
.home-enlaces-cont a:hover span, .home-enlaces-cont a.active span,
.home-enlaces-cont button:hover span, .home-enlaces-cont button.active span {
	color:#FFF;
}
.home-enlaces-cont a, .home-enlaces-cont button {
	margin:0 8px;
	display:table;
	padding:8px 24px;
	background:transparent;
	border:2px solid #140a9a;
	border-radius:6px;
	-webkit-transition:all 0.4s ease-in-out;
	   -moz-transition:all 0.4s ease-in-out;
		 -o-transition:all 0.4s ease-in-out;
			transition:all 0.4s ease-in-out;
}
.programa-dia { display:none; }
.programa-dia.active { display:block; }
.programa-titulo h2 { margin-bottom:20px; color:#140a9a;}
.programa-titulo p { margin-bottom:10px; }
.programa-cont iframe {
	width:100% !important;
	height:35vw !important;
	max-height:720px !important;
	margin:10px 0;
}
.programa-final {
	padding:30px 15px;
	background:#140a9a;
	border-radius:15px;
	margin-bottom:20px;
}
.programa-final:last-child { margin-bottom:0; }
.programa-final p {
	color:#FFF;
	margin-bottom:15px;
}
.programa-final p:last-child { margin-bottom:0; }
.programa-agenda { margin-bottom:20px; }
.programa-agenda:last-child { margin-bottom:0; }
.programa-agenda-bloque {
	padding:10px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background:#bfbfbf;
	border-radius:15px;
}
.programa-agenda-item {
	display:flex;
	width:100%;
}
.programa-agenda-item div {
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	padding:5px;
	width:10%;
	text-align:center;
	background:#e9ebf5;
}
.programa-agenda-item.azul div {
	color:#FFF;
	background:#3366cc;
}
.programa-agenda-item div span { display:none; }
.programa-agenda-item div:first-child { border-left:none; border-radius:15px 0px 0px 15px;}
.programa-agenda-item div:nth-child(3), .programa-agenda-item div:nth-child(4) { width:25%; }
.programa-agenda-item div:nth-child(5) { width:30%; border-radius:0px 15px 15px 0px; }
.programa-agenda-item.azul div:nth-child(5) * { color:#FFF; }
.mapa > a {
	position:relative;
	left:25%;
	width:50%;
	-webkit-transition:all 0.5s ease-in-out;
	   -moz-transition:all 0.5s ease-in-out;
		 -o-transition:all 0.5s ease-in-out;
			transition:all 0.5s ease-in-out;
}
.mapa > a.active {
	left:50%;
	width:100vw;
	margin-left:-50vw;
}
.online-video {
	display:flex;
	justify-content:center;
	padding-bottom:30px;
}
.online-video iframe {
	width:100% !important;
	height:52vw !important;
	max-height:720px !important;
}
.online-video .videolink h3 {
	font-weight:normal;
}
.online-video a {
	width:50%;
	margin:0 5px;
}
.online-video .videolink {
	border-radius:15px;
	padding:10px;
	margin:10px 0;
	text-align:center;
	background:#140a9a;
}
.online-video .videolink * { color:#fff; }
.encuesta a button {
	background:#140a9a;
	color:#fff;
	padding:15px 20px;
	border:none;
	border-radius:10px;
}
.fastinfo {
	background:#fff;
	border-radius:10px;
	padding:20px;
}
.galeria {
	max-width:1072px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:50px 35px 60px;
}
.galeria > h1 {
	font-size:30px;
	line-height:1.3;
	text-align:center;
	font-weight:300;
}
.galeria-nav {
	display:flex;
	align-items:center;
	justify-content:center;
	position:relative;
	margin-bottom:20px;
	list-style:none;
}
.galeria-nav a {
	padding:17px 0 15px;
	margin:0 15px;
	font-weight:500;
	position:relative;
	border-bottom:2px solid #e4e6e6;
	-webkit-transition:all 0.4s ease-in-out;
	   -moz-transition:all 0.4s ease-in-out;
		 -o-transition:all 0.4s ease-in-out;
			transition:all 0.4s ease-in-out;
}
.galeria-nav a:hover, .galeria-nav a.active {
	color:#140a9a;
	border-bottom:2px solid #140a9a;
}
.galeria-nav::before {
	content:"";
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	height:2px;
	background:#e4e6e6;
}
.galeria-videos, .galeria-images {
	position:relative;
	display:none;
}
.galeria-videos.active, .galeria-images.active { display:block; }
.galeria-cont-mask {
	position:relative;
	width:100%;
	overflow:hidden;
}
.galeria-cont-slides {
	position:relative;
	display:flex;
}
.galeria-cont-slide {
	width:100%;
	padding:0 1px;
	list-style:none;
}
.galeria-cont-slide-iframe {
	width:100%;
	height:563px;
}
.galeria-cont-slide-iframe iframe {
	width:100% !important;
	height:100% !important;
}
.galeria-cont-slide-texto {
	padding:20px 0;
	width:40%;
}
.galeria-cont-slide-image {
	position:relative;
	width:100%;
	height:563px;
	background-size:cover;
	background-position:center center;
}
.galeria-cont-prev, .galeria-cont-next {
	position:absolute;
	top:50%;
	margin-top:-47px;
	width:47px;
	height:47px;
	cursor:pointer;
	opacity:0.5;
	-webkit-transition:all 0.4s ease-in-out;
	   -moz-transition:all 0.4s ease-in-out;
		 -o-transition:all 0.4s ease-in-out;
			transition:all 0.4s ease-in-out;
	border-radius:25px;
	background-size:23px 15px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='15' viewBox='0 0 23 15'%3E%3Cpath fill='%231b232a' fill-rule='evenodd' d='M112 466.305L112 468.662 130.554 468.662 125.968 473.322 127.619 475 135 467.5 127.619 460 125.974 461.672 130.529 466.305z' transform='matrix(-1 0 0 1 135 -460)'/%3E%3C/svg%3E%0A");
}
.galeria-cont-prev { left:-57px; }
.galeria-cont-next {
	transform:rotate(180deg) translateX(-100%);
	margin-left:-37px;
	left:100%;
}
.galeria-cont-prev:hover, .galeria-cont-next:hover {
	background-color:#e4e6e6;
	opacity:1;
}
.carta .productos-fototexto-box1 {
	width:70%;
	padding:0 20px;
	overflow:hidden;
}
.carta .productos-fototexto-box2 {
	width:30%;
	padding:0 20px;
	overflow:hidden;
}
.carta .productos-fototexto-box-cont { display:block; }
.carta .productos-fototexto-box1 .productos-fototexto-box-cont { overflow:hidden; }
.carta .productos-fototexto-box-cont > div { vertical-align:top; }
.programa-btn { display:none; }
.productos-fototexto-cont div a.btn {
	margin-top:16px;
	display:inline-block;
	border-radius:6px;
	border:2px solid #140a9a;
	padding:10px 30px;
	font-weight:500;
	text-align:center;
	color:#FFF;
	background:#140a9a;
	-webkit-transition:all 0.4s ease-in-out;
	   -moz-transition:all 0.4s ease-in-out;
		 -o-transition:all 0.4s ease-in-out;
			transition:all 0.4s ease-in-out;
}
.productos-fototexto-cont div a:hover {
	color:#140a9a;
	background:transparent;
}
.productos-fototexto:nth-child(even) .productos-fototexto-box1 { text-align:right; }
.boton-subir {
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	border-radius:25px;
	padding:10px;
	background:#140a9a;
}
.boton-subir img {
	width:100%;
}
.preguntar {
	width:90%;
	padding:10px;
	margin:10px;
}
.preguntar ul {
	list-style: none;
}
.preguntar a button {
	background:#140a9a;
	color:#fff;
	padding:15px 20px;
	border:none;
	border-radius:10px;
}


/****************************************************************
				MOBILE
****************************************************************/

@media (orientation:portrait) {
	.header-mobile-space {
		display:block;
		width:44px;
	}
	.portada-slider { height:107.9vw; }
	.galeria-cont-slide-iframe, .galeria-cont-slide-image { height:50vw; }
	.galeria-cont-slide-texto { width:100%; }
	.portada .home-enlaces-cont {
		margin:20px 40px;
		flex-wrap:wrap;
	}
	.portada .home-enlaces-cont button {
		width:100%;
		margin-bottom:10px;
	}
	.portada .home-enlaces-cont button span {
		display:block;
		text-align:center;
		width:100%;
	}
	.productos-fototexto:nth-child(even) .productos-fototexto-box1 { text-align:left; }
	.productos-fototexto-cont div a.btn {
		margin-top:0;
		margin-bottom:16px;
	}
	.programa-dia {
		margin-bottom:70px;
		height:100vw;
		overflow:hidden;
	}
	.programa-dia.show, .programa-dia.show2 { height:auto; }
	.programa-dia.show2 { margin-bottom:0; }
	.programa-agenda-item {
		display:block;
		border-radius:15px;
		padding:2% 4%;
		margin:5px 0;
		background:#e9ebf5;
	}
	.programa-agenda-item.azul { background:#3366cc; }
	.programa-agenda-item div {
		width:100% !important;
		border:none;
		padding:10px 0;
		text-align:left;
		font-weight:bold;
	}
	.programa-agenda-item div span {
		display:block;
		font-weight:normal;
	}
	.programa-agenda-item.azul div span { color:#FFF; }
	.programa-agenda-item div span:nth-child(2) {
		display:inline;
		font-weight:bold;
	}
	.programa-agenda-item div.only-desk { display:none; }
	.programa-agenda-item div:nth-child(5) {
		font-weight:normal;
	}
	.pagina-titulo p { padding:0 16px; }
	.programa-data { position:relative; }
	.programa-btn {
		width:100%;
		position:absolute;
		display:block;
		text-align:right;
		bottom:-70px;
		left:0;
	}
	.programa-btn a {
		display:inline-block;
		border:2px solid #140a9a;
		padding:8px 28px;
		border-radius:6px;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition:all 0.4s ease-in-out;
		-o-transition:all 0.4s ease-in-out;
		transition:all 0.4s ease-in-out;
	}
	.programa-btn a:hover { background:#140a9a; }
	.programa-btn a span {
		display:inline;
		color:#140a9a;
		font-weight:500;
		-webkit-transition:all 0.4s ease-in-out;
		-moz-transition:all 0.4s ease-in-out;
		-o-transition:all 0.4s ease-in-out;
		transition:all 0.4s ease-in-out;
	}
	.programa-btn a:hover span { color:#FFF; }
	.programa-btn a span.off { display:none; }
	.programa-dia.show .programa-btn a span.on { display:none; }
	.programa-dia.show .programa-btn a span.off { display:inline; }

	.programa-agenda-item.azul div strong { color:#FFF !important; }
	.espacial { display:none; }
	.programa-agenda-bloque { border-radius:10px; }
	.programa-cont iframe { height:52vw !important; }

	.productos-fototexto:nth-child(odd) .productos-fototexto-cont { flex-direction:row; }
	.productos-fototexto-cont { display:block !important; }	
	.carta .productos-fototexto-box1, .carta .productos-fototexto-box2 {
		width:100%;
		padding:0 20px 20px;
	}
	.carta .productos-fototexto-box1.fastinfo, .carta .productos-fototexto-box2.fastinfo {
		padding:20px;
	}
	.carta .productos-fototexto-box-cont > div p {
		margin:0 7% 20px;
	}
	.productos-fototexto-imagen { margin-bottom:15px; }
	.preguntar {
		width:100%;
		padding:0;
		margin:0;
	}
	.pagina-titulo { padding:0 0 30px; }
	.galeria { width:100%; }
	.mapa > a {
		left:50%;
		width:100vw;
		margin-left:-50vw;
	}
	.galeria-cont-prev { left:-57px; }
	.galeria-cont-next {
		transform:rotate(180deg) translateX(-100%);
		margin-left:-57px;
		left:100%;
	}
}