@charset "UTF-8";
/**

!IMPORTANTE¡
Esta hoja de estilos está generada con SASS, no modificar.

**/
:root {
	--header_height:77px;
	--footer_height:91px;
}
p {
	color: #333;
}

input,
label,
p,
select,
textarea {
	font-family: "Montserrat";
}

.texto-may {
	text-transform: uppercase;
}

.linea-caja {
	clear: both;
	margin: 0;
	height: 1px;
	background: #ddd;
}

body {
	background: #fff;
	font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}

main {
	padding-top: 75px;
	min-height: 100vh;
}

input {
	font-family: "Montserrat";
}
.marco {
	width: 100%;
	max-width: 1320px;
	margin: auto;
}

.home-cajas-contenedor {
	display: flex;
}

.home-cajas-seccion1 {
	padding: 16px;
}

.disabled {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}

.separador {
	height: 10px;
	border-bottom: 1px solid #333d47;
}

.separador-dashed {
	border-bottom: 1px dashed #333d47;
}

.separador-margin0 {
	margin: 0;
}

.separador.invisible {
	border-bottom: none;
}

.separador-big {
	height: 60px;
}

.boton-subir {
	cursor: pointer;
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 40px;
	z-index: 999;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.boton-subir img {
	width: 100%;
}

.owl-nav.disabled {
	display: none;
}

.owl-dots {
	text-align: center;
	margin-top: -40px;
	z-index: 10;
	position: relative;
}

.owl-dots .owl-dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 5px;
	background: #fff;
	opacity: 0.5;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	position: relative;
}

.owl-dots .owl-dot.active {
	opacity: 1;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1200px;
	background: #fff;
	height: var(--header_height);
	z-index: 1000;
}

header .header-interior {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%;
}

.ie-browser header .header-interior {
	display: table;
	width: 100%;
}

.ie-11 header .header-interior {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .header-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .header-item.header-menu {
	vertical-align: inherit;
	margin-left: auto;
}

.ie-browser header .header-item {
	display: table-cell;
	vertical-align: middle;
}

.ie-browser header .header-item.header-menu {
	vertical-align: inherit;
}

.ie-browser header .header-item.zona-usuario {
	width: auto;
	position: relative;
	top: -3px;
}

.ie-browser header .header-item.zona-usuario small {
	display: block;
}

.ie-10 header .header-item.zona-usuario,
.ie-9 header .header-item.zona-usuario {
	width: 40px;
}

.ie-11 header .header-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ie-11 header .header-item.zona-usuario {
	top: -1px;
}

header .header-item .logo {
	padding-left: 20px;
}

header .header-item .logo img {
	width: 176px;
}

header .header-item.zona-usuario {
	padding: 10px 20px;
	height: 100%;
	background: #36536f;
	cursor: pointer;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
	position: relative;
	margin-left: auto;
}

.ie-11 header .header-item.zona-usuario {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ie-11 header .header-item.zona-usuario .zona-usuario__imagen {
	width: auto;
}

.ie-browser header .header-item.zona-usuario .zona-usuario__imagen {
	width: 40px;
}

header .header-item.zona-usuario .zona-usuario__imagen img {
	width: 35px;
	height: 40px;
}

header .header-item.botonera {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: right;
}

header .header-item.botonera .icono {
	line-height: 95px;
	color: #333d47;
	font-size: 3em;
	display: inline-block;
	cursor: pointer;
	padding: 0 24px;
}

header .header-item.botonera .icono i {
	vertical-align: middle;
}

header nav li a:hover,
header nav li.activo a {
	background: rgba(255, 255, 255, 0.1);
}
.menu-principal ul {
	font-size: 10px;
}

.menu-principal li.activo:after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: -2px;
	background: #36536f;
}

.no-rgba header nav li a:hover,
.no-rgba header nav li.activo a {
	background: #424f5c;
}

header nav li {
	position: relative;
	float: left;
	margin-right: 1px;
	display: inline-block;
}

header nav li a {
	display: block;
	line-height: 75px;
	color: #333d47;
	padding: 0 20px;
	font-size: 1.2em;
	font-weight: 400;
}

header nav li ul {
	position: absolute;
	top: 75px;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	width: 200px;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 4px 4px;
	padding: 8px 0;
}

.no-boxhadow header nav li ul {
	border: 1px solid #ddd;
}

header nav li ul li {
	display: block;
	float: none;
	margin-right: 0;
}

header nav li ul a {
	color: #333d47;
	display: block;
	padding: 10px;
	line-height: 1.2;
}

header nav li ul a:hover {
	color: #006083;
	/* background: #c3c3c3; */
}

header nav li:hover ul {
	visibility: visible;
	opacity: 1;
}

.no-flexbox header .header-interior {
	display: table;
	width: 100%;
}

.no-flexbox header .header-item {
	display: table-cell;
	vertical-align: middle;
}

.no-flexbox header .header-item.header-menu {
	vertical-align: inherit;
}

.no-flexbox header .header-item.zona-usuario small {
	display: block;
}

header:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: rgba(51, 51, 51, 0.2);
	position: absolute;
	bottom: -3px;
	z-index: -1;
}

.no-rgba header:after {
	background-image: url(../img/sombra-menu.png);
}

.aviso {
	background: #9dd7e6;
	padding: 30px;
	-webkit-box-shadow: 0 10px 15px rgba(51, 61, 71, 0.15);
	box-shadow: 0 10px 15px rgba(51, 61, 71, 0.15);
	position: relative;
	z-index: 99;
}

.no-boxshadow .aviso {
	border: 1px solid #ececec;
}

.aviso .aviso-interior {
	position: relative;
	padding-right: 30px;
}

.aviso .aviso-interior p {
	margin-bottom: 5px;
}

.aviso .aviso-interior a {
	font-weight: 400;
	color: inherit;
}

.aviso span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.6em;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #333d47;
}

.aviso span:before {
	line-height: inherit;
}

.no-borderradius .aviso span {
	border: none;
}

.aviso span.icon-advertencia {
	position: absolute;
	left: -10px;
	font-size: 3.5em;
	top: 10px;
	border-radius: 0;
	border: none;
	cursor: initial;
}

.banner-nuevo {
	height: 13.1vh;
	overflow: hidden;
	position: relative;
	min-height: 126px;
}

.banner-item {
    position: relative;
    display: flex;
    height: 13.1vh;
    align-items: center;
    justify-content: center;
	min-height: 126px;
}

.banner-item img {
	width: 100%;
}

.banner-texto {
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	display: flex;
	flex-direction: column;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.banner-texto h1 {
	color: #fff !important;
	font-size: 2.4em;
	margin-bottom: 0;
}

.banner-texto h2 {
	color: #fff;
	font-size: 3.2em;
}

.banner-texto h2:after {
	content: "";
	display: none;
	width: 20px;
	height: 20px;
	background: #c03;
	position: absolute;
	bottom: 0;
	right: 0;
}

.banner-texto h2 span {
	display: block;
}

.titulo__banner_light {
	font-size: 5.2em;
	font-weight: 300;
}

.titulo__banner_bold {
	font-weight: 600;
	display: block;
	color: #fff !important;
}

.subtitulo__banner {
	font-size: 3.2em;
	font-weight: 600;
	margin-bottom: 10px;
}

.texto__banner {
	font-size: 1.6em;
	font-weight: 300;
	color: white !important;
	margin-bottom: 0;
}

.banner-formas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner-forma {
	fill-opacity: 0.8;
	-webkit-transform: translateX(-600px);
	-ms-transform: translateX(-600px);
	transform: translateX(-600px);
}

.banner-forma-01 {
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.banner-forma-02 {
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.banner-nuevo .owl-item.active .banner-forma {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.caja {
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}

.caja__img {
	height: 10em;
	background-repeat: no-repeat;
	background-position: center;
}

.caja__bottom {
	text-align: right;
}

.caja__mas {
	font-size: 1.6em;
	color: #a3a8ac;
	text-decoration: underline;
}

.caja.sombra {
	-webkit-box-shadow: 0 0 0 rgba(51, 61, 71, 0);
	box-shadow: 0 0 0 rgba(51, 61, 71, 0);
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.caja.sombra:hover {
	-webkit-box-shadow: 0 10px 15px rgba(51, 61, 71, 0.15);
	box-shadow: 0 10px 15px rgba(51, 61, 71, 0.15);
}

.no-boxshadow .caja.sombra {
	border: 1px solid #fff;
}

.no-boxshadow .caja.sombra:hover {
	border: 1px solid #ddd;
}

.caja .caja-interior {
	padding: 28px 15px;
}

.caja.caja-docs {
	padding-top: 20px;
}

.caja.caja-docs .caja-interior {
	padding: 15px 35px;
}

.caja.caja-docs .caja-interior-fija {
	min-height: 110px;
}

.caja .icono-redondo {
	display: block;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border-radius: 50%;
	font-size: 5em;
	color: #fff;
	background: #003a5c;
	margin: 0 auto 20px;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.caja .icono-redondo.icono-texto {
	font-size: 3.5em;
}

.caja h3 {
	color: #003a5c;
	text-transform: uppercase;
	margin-bottom: 20px;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.caja .acceso:hover .icono-redondo {
	background: #c03;
}

.caja .acceso:hover h3 {
	color: #c03;
}

.caja ul {
	margin-bottom: 0;
	font-size: 1.4em;
}

.caja ul li {
	padding-bottom: 0;
}

.caja ul a:hover {
	text-decoration: underline;
}

.caja .link-pdf {
	display: table;
}

.caja .link-pdf .link-pdf-item {
	display: table-cell;
	vertical-align: top;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.caja .link-pdf .icono {
	font-size: 4em;
	color: #62839a;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px dashed #62839a;
}

.caja .link-pdf:hover .icono {
	color: #c03;
}

.caja .link-pdf:hover p {
	text-decoration: underline;
}

.caja-lateral .caja-titulo {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.caja-lateral .caja-titulo h3,
.caja-lateral .caja-titulo .icono-titulo {
	display: table-cell;
	vertical-align: middle;
}

.caja-lateral .caja-titulo h3 {
	text-transform: uppercase;
	font-size: 1.8em;
	color: #333d47;
	width: 150px;
}

.caja-lateral .caja-titulo .icono-titulo {
	font-size: 3.5em;
	color: #003a5c;
	text-align: right;
}

.caja-lateral table th {
	background: #003a5c;
	border: none;
	color: #fff;
	font-size: 1.2em;
	padding: 5px 10px;
}

.caja-lateral table th:first-child {
	text-transform: uppercase;
}

.caja-lateral table td {
	border: 0;
	padding: 2px 10px;
	font-size: 1.4em;
	color: #333d47;
}

.caja-lateral table td.positivo {
	color: #23aa68;
}

.caja-lateral table td.positivo span {
	position: relative;
	top: 5px;
}

.caja-lateral table td.negativo {
	color: #ee0031;
}

.caja-lateral table td.negativo span {
	vertical-align: top;
}

.caja-lateral table tbody tr:first-child td {
	padding-top: 10px;
}

.caja-lateral .ver-mas {
	display: block;
	color: #003a5c;
	font-size: 1.4em;
	text-align: center;
	padding-top: 15px;
	line-height: 1;
	margin-bottom: -15px;
}

.caja-lateral .ver-mas:hover {
	text-decoration: underline;
}

.caja-lateral.indi {
	padding: 20px;
	background: url(/img/indicadores-fondo.jpg) center center;
	background-size: cover;
}

.caja-lateral.indi h3 {
	font-size: 2.8em;
	font-weight: 600;
	font-family: "Open Sans";
	line-height: 1;
}

.caja-lateral.indi .icono-titulo {
	line-height: 0.75;
	font-size: 5em;
}

.caja-lateral.indi p {
	margin-bottom: 60px;
}

.caja-lateral.indi .boton {
	padding: 10px 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.tabs-accesos ul {
	overflow: hidden;
	font-size: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ie-9 .tabs-accesos ul {
	display: table;
	width: 100%;
}

.tabs-accesos ul li {
	display: inline-block;
	width: 50%;
	float: left;
}

.tabs-accesos ul li a {
	padding: 10px;
	display: block;
	text-align: center;
	background: #f5f5f5;
	color: #333d47;
	position: relative;
	font-weight: 400;
	height: 100%;
}

.tabs-accesos ul li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #003a5c;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.tabs-accesos ul li a:hover {
	text-decoration: none;
}

.tabs-accesos ul li.ui-state-active a {
	background: #003a5c;
	color: #fff;
}

.ie-9 .tabs-accesos ul li {
	display: table-cell;
}

.tabs-accesos .tab-accesos {
	height: 580px;
	position: relative;
}

.tabs-accesos .tab-accesos .item {
	padding: 15px 0;
	display: table;
	width: 100%;
}

.tabs-accesos .tab-accesos .item .derecha,
.tabs-accesos .tab-accesos .item .izquierda {
	display: table-cell;
	vertical-align: middle;
}

.tabs-accesos .tab-accesos .item .derecha {
	padding-right: 20px;
	width: 30%;
}

.tabs-accesos .tab-accesos .item span:not(.tag) {
	display: block;
}

.tabs-accesos .tab-accesos .item .dia,
.tabs-accesos .tab-accesos .item .mes {
	color: #003a5c;
	font-size: 1.3em;
	text-align: center;
	line-height: 1;
	font-weight: 400;
}

.tabs-accesos .tab-accesos .item .fecha {
	color: #003a5c;
	font-size: 4em;
	text-align: center;
	line-height: 1;
	font-weight: 600;
}

.tabs-accesos .tab-accesos .item .titulo,
.tabs-accesos .tab-accesos .item .detalle {
	font-size: 1.4em;
	color: #003a5c;
	font-weight: 400;
	margin-bottom: 5px;
}

.tabs-accesos .tab-accesos .item .titulo {
	font-weight: 700;
}

.tabs-accesos .tab-accesos .caja__mas {
	position: absolute;
	bottom: 0;
	right: 0;
}

.tabs.borde-top .navegacion-tabs li.ui-tabs-active:after {
	height: 4px;
}

.cuerpo {
	background: #fff;
	min-height: calc(100vh - var(--header_height) - var(--footer_height));
	padding: 20px 40px;
}

footer {
	position: relative;
	z-index: 1;
	background: white;
	padding: 20px 0;
	height: var(--footer_height);
}

footer .footer-contenedor {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: left;
	padding: 40px 0;
}

footer .footer-contenedor .footer-item {
	display: inline-block;
	margin: inherit;
	margin-bottom: 0;
}

footer .footer-contenedor .footer-item picture {
	margin-right: 40px;
	display: inline-block;
	width: 180px;
}

footer .footer-contenedor.footer-datos {
	margin-right: auto;
}

footer .footer-contenedor p {
	font-size: 1.4em;
	margin-bottom: 0;
	line-height: 1.3;
	color: #fff;
}

footer .footer-contenedor .footer-destacado {
	color: #fff;
	font-weight: 300;
}
footer .footer-item.footer-datos p{
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.0167em;
	color: #6F6F71;
	margin: 0;
}
footer .footer-item.footer-datos {
	margin-left: 50px;
}
.d-flex {
	display: flex;
}
.no-login .header-menu,
.no-login .zona-usuario,
.no-login header .header-item.botonera .lupa {
	display: none !important;
}

.docs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0;
	flex-wrap: wrap;
}

.docs-item {
	width: 20%;
	padding: 20px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.docs-item.docs-wrapped:before {
	display: none;
}

.docs-item:hover {
	opacity: 0.7;
}

.docs-item:before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/border-dashed.png) center center;
}

.docs-item:first-child:before {
	display: none;
}

.docs-icono {
	display: block;
	text-align: center;
	font-size: 6em;
	color: #333d47;
	position: relative;
	margin-bottom: 10px;
}

.docs-icono-nuevo {
	color: #1a648f;
}

.docs-nuevo {
	display: inline-block;
	z-index: 1;
	font-size: 16px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #1a648f;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	left: 60%;
}

.docs-nuevo-small {
	width: 20px;
	height: 20px;
	line-height: 20px;
	bottom: auto;
	left: 50%;
	top: -5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 14px;
}

.docs-nombre {
	font-size: 1.7em;
	color: #777;
}

.docs-fecha {
	display: block;
	padding-top: 5px;
	font-size: 1.3em;
	color: #999;
}

a.boton-perfil {
	margin: 5% 0 0 0;
}

.boton.landing-lab {
	background: #003a5c;
	color: #fff;
	border: 1px solid #003a5c;
}

.icono-doc {
	display: inline-block;
	font-size: 1.8em;
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

.icono-doc svg {
	fill: #ad9d78;
}

/* ESTILOS LIGHTBOX */
.lightbox-contenedor {
	background: #fff;
	padding: 0;
	text-align: left;
	max-width: 920px;
	margin: 40px auto;
	position: relative;
}

.lightbox-titulos {
	display: table;
	width: 100%;
	padding: 20px 30px;
	background: #003a5c;
	color: #fff;
}

.lightbox-titulos h3 {
	display: table-cell;
	width: 50%;
	text-transform: uppercase;
	font-size: 1.8em;
}

.lightbox-titulos h3 span {
	text-transform: capitalize;
	padding-left: 10px;
	font-weight: 300;
}

.lightbox-interior {
	padding: 30px;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-bg {
	background: rgba(255, 255, 255, 0.9);
}

/* CARTERAS ESPECIFICAS */
.contenedores__interior {
	margin-bottom: 40px;
}

.contenedores__titulo {
	padding-bottom: 5px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 20px;
}

.contenedores__subtitulo {
	color: #1a648f;
	font-weight: 600;
	padding-left: 15px;
	margin-bottom: 15px;
}

.contenedores__descripcion {
	color: #333;
}

.cajas-pdf {
	margin-bottom: 30px;
}

.cajas-pdf__item {
	padding: 10px;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	position: relative;
}

.cajas-pdf__item--fondo {
	background: #fff;
}

.cajas-pdf__item .cajas-pdf__top {
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden;
	text-align: center;
}

.cajas-pdf__item .cajas-pdf__bottom {
	width: 100%;
	display: table;
	padding: 3px 5px;
	margin-bottom: 5px;
}

.cajas-pdf__item .cajas-pdf__small {
	margin-bottom: 0;
	font-size: 1.3em;
	color: #806f48;
	font-weight: 400;
}

.cajas-pdf__item .cajas-pdf__titulo {
	font-size: 1.6em;
	text-transform: capitalize;
	color: #333;
	font-weight: 600;
}

.cajas-pdf__item .cajas-pdf__titulo--dos {
	font-size: 1.5em;
	text-transform: initial;
	display: table-cell;
	vertical-align: middle;
	font-weight: 400;
}

.cajas-pdf__item .cajas-pdf__titulo--negro {
	font-size: 1.5em;
	color: #333;
	padding-top: 5px;
	padding-left: 3px;
	text-transform: uppercase;
}

.cajas-pdf__item .cajas-pdf__bottom--nolimit {
	margin-bottom: 10px;
}

.cajas-pdf__item .cajas-pdf__bottom:hover {
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
	background: #ececec;
	cursor: pointer;
	border-radius: 5px;
}

.cajas-pdf__icono {
	text-align: right;
}

.cajas-pdf__icono span {
	font-size: 2.7em;
	color: #333;
}

.cajas-pdf--destacado {
	background: #d4ffff;
}

/* .tabla tbody td:first-child {
  font-size: 1.4em;
} */

.tabla__titulo {
	word-break: break-word;
}

.glosario {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

.glosario__lista {
	margin-bottom: 0 !important;
}

.glosario__item {
	color: #1a648f;
	padding-bottom: 10px !important;
}

.glosario__item li {
	color: #333;
}

.glosario__item span {
	font-weight: 400;
	color: #006083;
	margin-left: 8px;
}

.glosario__item u {
	text-decoration: none;
}

.glosario__link {
	color: #333 !important;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.glosario__link:hover {
	color: #333d47 !important;
}

.contenido-dinamico ul li:before,
.estilo-lista li:before {
	background: #ddd;
	width: 8px;
	height: 8px;
}

.calendario-home__item {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 15px;
	border-top: 1px solid #c2c5c8;
	text-decoration: none;
}

.calendario-home__item:first-child {
	border-top: 0;
}

.calendario-home__col {
	width: 100px;
}

.calendario-home__col:first-child {
	width: calc(100% - 110px);
}

.calendario-home__titulo,
.calendario-home__pais {
	color: #003a5c;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1;
}

.calendario-home__pais {
	font-size: 1.5em;
}

.calendario-home__hora {
	font-size: 1.5em;
}

.calendario-home__hora svg,
.calendario-home__hora span {
	display: inline-block;
	vertical-align: middle;
	color: #333d47;
}

.calendario-home__hora svg {
	fill: #333d47;
	margin-right: 10px;
}

.calendario-home__detalle {
	font-size: 1.4em;
	color: #333d47;
}

.zona-usuario__user {
	position: absolute;
	opacity: 0;
	background: #333d47;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1000;
	min-width: 225px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	top: 100%;
	right: 0;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.ie-10 .zona-usuario__user,
.ie-9 .zona-usuario__user {
	top: 97px;
}

.zona-usuario__user.activo {
	opacity: 1;
	overflow-y: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.ie-10 .zona-usuario__user.activo,
.ie-9 .zona-usuario__user.activo {
	top: 97px;
}

.zona-usuario__user.user .user__interior {
	padding: 15px;
	background: #fff;
}

.zona-usuario__user.user .user__interior .user__item {
	display: block;
	color: #333d47;
	margin-bottom: 10px;
	font-size: 1.6em;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.zona-usuario__user.user .user__interior .user__item:hover {
	text-decoration: underline;
}

.zona-usuario__user.user .user__cerrar-sesion {
	background: #36536f;
	position: relative;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.zona-usuario__user.user .user__cerrar-sesion:hover {
	background: #4b6b8a;
}

.zona-usuario__user.user .user__cerrar-sesion a {
	color: #fff;
	display: block;
	font-size: 1.5em;
	padding: 8px 15px;
}

.zona-usuario__user.user .user__cerrar-sesion img {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 12px;
}

.zona-usuario__datos {
	padding: 15px;
}

.zona-usuario__datos small {
	display: block;
	color: #fff;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 0;
}

.zona-usuario__datos span {
	color: #fff;
	font-size: 1.8em;
	font-weight: 400;
}

.fila {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fila.fila-especial {
	display: block;
}

.indicadores {
	position: fixed;
	z-index: 9999;
	right: 1%;
	top: 50%;
	width: 120px;
	font-size: 1.7em;
}

.indicadores img {
	width: 120px;
	display: block;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

/* Automatizar custom */
.fila {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

h1 {
	font-size: 3.8em;
	color: #006083;
	font-weight: 600;
	margin-bottom: 1em;
}

.grupo-titulos {
	margin-bottom: 2.5em;
}

.grupo-titulos h1 {
	margin-bottom: 0em;
}

.grupo-titulos h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #003a5c;
}

p.destacado {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #006083;
	font-weight: 300;
}

p.destacado em {
	font-weight: 300;
	margin-top: 0.5em;
	display: block;
	color: #333;
}

.boton {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.boton.custom {
	padding: 10px 40px;
	text-transform: uppercase;
}

.boton.terciario {
	background: #b9b3ae;
	border-color: #b9b3ae;
}

.boton .icono {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 10px;
	margin-right: 5px;
}

.boton[disabled] {
	background: #ddd;
	border-color: #ddd;
	color: #aaa;
}

.boton[disabled]:before {
	display: none;
}

.boton.primario {
	background: #006083;
	border-color: #006083;
	padding: 12px 20px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	text-transform: capitalize;
}

.menu-interior {
	border: none;
}

.menu-interior ul li {
	/* display: flex; */
	padding-left: 4em;
}

.menu-interior ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 2.5em;
	left: 0;
	width: 3.5em;
	height: 1px;
	background: #006083;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all ease 0.2s;
}

.menu-interior ul li:hover::before {
	transform: scaleX(1);
}

.menu-interior ul li.activo::before {
	transform: scaleX(1);
}

.menu-interior ul li.activo {
	text-decoration: none;
}

.menu-interior ul li.activo a {
	color: #006083;
	font-weight: 600;
}

.menu-interior ul a {
	text-align: left;
	padding-right: 20px;
}

.menu-interior ul span {
	position: absolute;
	right: 0;
	overflow: hidden;
	text-align: center;
	display: inline;
	width: 20px;
	height: 20px;
	background: #fff;
	color: #333d47;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.menu-interior ul .ui-state-active {
	color: #006083;
}

.menu-interior ul .ui-state-active span {
	color: #333d47;
	background: #fff;
	right: 0;
	width: 20px;
	opacity: 1;
}

.menu-interior ul ul {
	position: relative;
}

.menu-interior ul ul li {
	padding-left: 2em;
}

.menu-interior ul ul li::before {
	display: none;
}

.menu-interior ul ul:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: calc(100% + 16px);
	width: 2px;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
	background: #ddd;
}

.menu-interior ul ul.ui-accordion-content-active:after {
	top: -16px;
	bottom: 0;
}

.menu-interior ul ul a {
	border-left: 0;
	margin-left: 0;
	padding-right: 20px;
}

.caja-linea-hover {
	width: 4em;
	margin-right: 1em;
	display: flex;
	align-items: center;
}

.linea-menu-hover {
	width: 100%;
	height: 1px;
	background: #006083;
	transform: scaleX(0);
	transform-origin: left center;
	transition: all ease 0.2s;
}

.tabla thead th {
	background: #f5f5f5;
	color: #006083;
	border-color: #ddd;
	text-align: center;
}

.tabla tbody {
	border: 1px solid #ddd;
}

.tabla tbody tr.filtered {
	display: none;
}

.tabla tbody td {
	border-right: 0;
	border-left: 0;
	border: 1px solid #ddd;
	text-align: center;
}

.tabla tbody td .boton {
	font-size: inherit;
}

.tabla-zebra tr {
	background: #fff;
}

.tabla-variable_local tr.destacado {
	background: #5e9da2;
}

.tabla-variable_local tr.destacado td {
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
	color: #fff;
}

.tabla-variable_local tr.destacado .icono-doc svg {
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
	fill: #fff;
}

.tabla-dos tbody td.primera-celda {
	background: #b9b3ae;
	color: #fff;
	text-transform: uppercase;
}

.tabla .descargar [class*="icon-"] {
	font-size: 2em;
	color: #003a5c;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.tabla .descargar [class*="icon-"]:hover {
	opacity: 0.8;
}

.tabla-paginada .tablesorter-header {
	position: relative;
	cursor: pointer;
}

.tabla-paginada .tablesorter-header-inner {
	vertical-align: baseline;
	display: inline;
}

.tabla-paginada .tablesorter-header:after {
	text-transform: none;
	padding-left: 10px;
	font-family: "fln";
	vertical-align: middle;
}

.tabla-paginada .tablesorter-headerUnSorted:after {
	content: "\47";
}

.tabla-paginada .tablesorter-headerAsc:after {
	content: "\48";
}

.tabla-paginada .tablesorter-headerDesc:after {
	content: "\49";
}

.tabla-paginada .tablesorter-header.sorter-false:after {
	display: none;
}

.tabla-paginada .columna-oculta {
	position: fixed;
	display: block;
	width: 0;
	overflow: hidden;
	left: -2000px;
}

.tabla-multiple tbody tr:first-child td {
	background: #ddd;
	color: #333d47;
}

.tabla-trades svg {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.tabla-trades th.xs-izq.izq-primera {
	width: 20%;
	text-align: left;
}

.tabla-trades td.xs-izq.izq-primera {
	text-align: left;
}

.tabla-trades td.xs-izq.izq-primera a {
	color: #666;
}

.tabla-trades th:nth-of-type(2) {
	width: 10%;
}

.tabla-paginada .tabla-trades .tablesorter-header-inner {
	display: inline-block;
	vertical-align: middle;
}

.lightbox-interior {
	padding: 30px;
	border: 1px solid #dddddd;
	border-top: none;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.lightbox-titulos {
	background: #273743;
}

.lightbox-titulos h3 {
	font-weight: 600;
}

.lightbox-titulos h3 span {
	font-weight: 400;
}

.tabs.borde-top .navegacion-tabs li:after {
	background: #333d47;
}

.tabs.borde-top .navegacion-tabs li.ui-tabs-active a {
	color: #000;
	border-bottom: 1px solid #fff;
	font-weight: 400;
}

.tabs.borde-top .navegacion-tabs li i {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 5px;
}

.tabs .caja-input .tab-input {
	border-bottom: 1px solid #ddd;
	background: none;
}

.desplegables .abrir-desplegable {
	background: #999;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	border-top-color: #fff;
}

.desplegables .abrir-desplegable:hover,
.desplegables .abrir-desplegable.ui-state-active {
	border-left-color: #003a5c;
	padding-left: 20px;
}

.desplegables .abrir-desplegable .ui-icon {
	color: #fff;
}

.form__grupo {
	margin-bottom: 15px;
}

.form__grupo label {
	color: #999;
}

.form__grupo.radios {
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
	border: 1px solid transparent;
	padding: 10px 5px;
}

.form__grupo.radios p {
	color: #999;
	margin-bottom: 5px;
}

.form__grupo.invalido {
	border: 1px solid #cc6c84;
}

.form__input .text,
.form__input textarea,
.form__input select {
	outline: 0;
	width: 100%;
	height: 40px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	font-size: 1.6em;
	color: #333;
	background: #f5f5f5;
	padding: 12px 10px;
	resize: none;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.form__input .text.invalido,
.form__input textarea.invalido,
.form__input select.invalido {
	border: 1px solid #cc6c84;
}

.lightbox__item {
	position: relative;
	max-width: 842px;
	margin: auto;
	padding: 6em;
	background: #333;
}

.buscador .form {
	margin-bottom: 0;
}

.buscador__opciones {
	margin-top: 4em;
}

.buscador .form__grupo {
	margin-bottom: 0;
}

.buscador .form__input--inline {
	margin-right: 0;
	margin-left: 25px;
}

.buscador .form__input--inline label {
	margin-left: 10px;
	color: #fff;
}

.buscador .form__input--buscador {
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buscador .form__input--buscador.error {
	-webkit-animation: shake 1s ease 1;
	animation: shake 1s ease 1;
}

.buscador .text {
	padding: 2em 1em 1em;
	background: none;
	border-color: #333;
	font-size: 2em;
	height: auto;
	color: #fff;
	font-family: "Montserrat";
	border-bottom: 1px solid #fff;
}

.buscador .text::placeholder {
	color: #fff;
	opacity: 1;
}

.buscador .icono {
	display: block;
	width: 80px;
	height: 86px;
	text-decoration: none;
	font-size: 5em;
	line-height: 0.75;
	color: #fff;
	background: none;
	text-align: center;
	line-height: 80px;
	pointer-events: all;
	right: 0;
	border-bottom: 1px solid #fff;
}

.buscador .icono span {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.buscador .icono input {
	position: fixed;
	left: -2000px;
	opacity: 0;
}

.buscador .icono:hover span {
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
}

.buscador__opciones .radio {
	border: none;
}

.buscador__opciones [type="radio"]:checked {
	background-color: red;
	border-color: #3dbfef;
}

.lightbox-menu {
	max-width: 1000px;
}

.lightbox-menu__titulo {
	font-size: 3.8em;
	color: #fff;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0.75em;
}

.lightbox-menu__titulo span {
	font-weight: 600;
	display: block;
	margin-bottom: 1.4em;
}

.filtro-busqueda {
	padding-top: 15px;
}

.filtro-busqueda__link {
	display: inline-block;
	padding: 5px 10px;
	font-size: 1.7em;
	line-height: 1;
	color: inherit;
	border: 1px solid #333d47;
	margin: 5px;
	cursor: pointer;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	position: relative;
}

.filtro-busqueda__link:hover,
.filtro-busqueda__link--activo {
	color: #fff;
	background: #333d47;
}

.filtro-busqueda__link:after {
	content: attr(data-total);
	display: block;
	font-size: 0.70588em;
	color: #fff;
	background: #c03;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	-webkit-box-shadow: 0 0 0.1px 1px #c03;
	box-shadow: 0 0 0.1px 1px #c03;
	z-index: 1;
	position: absolute;
	top: -10px;
	right: -10px;
}

.resultado-busqueda {
	padding-top: 30px;
}

.resultado-busqueda__titulo {
	margin-bottom: 0.75em;
}

.resultado-busqueda__respuesta {
	padding: 30px;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
}

.resultado-busqueda .documentos__item {
	padding: 15px;
	background: #fff;
	border: 0;
}

.resultado-busqueda .documentos__pagina {
	display: block;
	font-size: 0.82353em;
	color: #c03;
}

.contenidos__item {
	margin-bottom: 30px;
	position: relative;
}

.contenidos__interior {
	padding: 30px;
	background: #fff;
	min-height: 320px;
	height: 100%;
}

.contenidos__titulo {
	margin-bottom: 30px;
}

.contenidos__parrafo {
	margin-bottom: 30px;
}

.contenidos__link {
	font-size: 1.7em;
	color: #055eb8;
	word-break: break-all;
}

.titulo-none {
	pointer-events: none;
	cursor: default;
	outline: 0 !important;
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.documentos__item {
	color: #333d47;
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	text-decoration: none;
	border-bottom: 1px solid #e0e5ea;
	padding-bottom: 15px;
}

.no-flexbox .documentos__item {
	display: table;
	width: 100%;
}

.documentos__item:hover {
	color: #055eb8;
}

.documentos__texto {
	font-size: 1.7em;
	display: inline-block;
	width: calc(100% - 75px);
}

.documentos__icono {
	position: relative;
	width: 70px;
	display: inline-block;
	z-index: 1;
}

.documentos__icono span {
	display: block;
	width: 70px;
	height: 70px;
	font-size: 5em;
	line-height: 70px;
	text-align: center;
}

.documentos__icono span:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fcf2f5;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.documentos__icono span:before {
	line-height: inherit;
}

.documentos__item:hover .documentos__icono span:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.no-flexbox .documentos .documentos__icono,
.no-flexbox .documentos .documentos__texto {
	display: table-cell;
	vertical-align: middle;
}

.renta-fija__subtitulo {
	font-size: 2.2em;
	text-transform: uppercase;
	color: #333d47;
	margin-bottom: 20px;
}

.videos {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	border: 1px solid #fff;
	margin-bottom: -1px;
}

.videos iframe {
	margin-top: -2px;
	margin-left: -1px;
	outline: 0;
	width: 100%;
}

.videos video {
	margin-bottom: -1px;
}

.hide {
	display: none !important;
}

a.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.contenedor-guia {
	font-size: 1.4em;
	color: #999;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contenedor-guia .atras {
	cursor: pointer;
	display: inline-block;
}

.contenedor-guia .atras img {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	display: block;
}

.contenedor-guia a {
	color: inherit;
}

.contenedor-guia a:hover {
	text-decoration: underline;
}

.contenedor-guia .guia {
	vertical-align: middle;
	color: #006083;
	font-weight: 400;
}

.contenedor-guia .guia a {
	color: #333;
	font-weight: 300;
}

.no-flexbox .contenedor-guia .guia {
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
}

.contenedor-guia .guia .pagina-actual {
	color: #333;
}

.tags {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tags .tag {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	padding: 5px;
	color: #fff;
	background: #aaa;
	margin: 0 4px 4px 0;
}

.tags .tag.prensa-local {
	background: #7eb1b5;
}

.tags .tag.info-reuters {
	background: #628575;
}

.tags .tag.noticias-del-momento {
	background: #e05550;
}

.tags .tag.actualidad {
	background: #fa8c17;
}

.tags .tag.educacion-financiera {
	background: #14a6cb;
}

.tags .tag.mercado-e-inversiones {
	background: #f14241;
}

.pagina-interior .tags {
	margin-bottom: 30px;
}

.metadata {
	font-size: 1.4em;
	margin-bottom: 1em;
}

.pagina-interior .metadata {
	margin-bottom: 20px;
}

.titulo-interior {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #003a5c;
	font-weight: 400;
	margin-bottom: 10px;
}

.paginador {
	margin-bottom: 40px;
	overflow: hidden;
}

.paginador-nav {
	float: left;
}

.paginador-item {
	display: inline-block;
	vertical-align: middle;
}

.paginador-item .en-pantalla {
	padding: 7px 10px;
	border: 1px solid #ddd;
	font-size: 1.4em;
	color: #333;
	display: inline-block;
	margin: 0 5px;
	background: #fff;
}

.paginador-item .total,
.paginador-item.texto {
	font-size: 1.4em;
	padding: 0 5px;
}

.paginador-item i {
	vertical-align: middle;
	line-height: 1;
}

.paginador-item.paginador-select {
	width: 100px;
}

.paginador-flecha {
	font-size: 2em;
	color: #333d47;
	cursor: pointer;
}

.paginador-flecha.deshabilitado {
	opacity: 0.2;
	cursor: not-allowed;
	pointer-events: none;
}

.paginador-filas {
	float: right;
}

.paginador-filas .caja-input {
	margin: 0;
}

.paginador-filas .caja-input select {
	margin: 0;
	border: 1px solid #ddd;
}

.paginador-filas .caja-input i {
	top: 13px;
}

.filtro {
	background: #fff;
	margin-bottom: 30px;
}

.filtro-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.filtro-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 20px;
	position: relative;
}

.filtro .text,
.filtro select {
	border: 0;
	padding: 10px;
	width: 100%;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.filtro .text::-webkit-input-placeholder,
.filtro select::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}

.filtro .text:-ms-input-placeholder,
.filtro select:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

.filtro .text::-ms-input-placeholder,
.filtro select::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

.filtro .text::placeholder,
.filtro select::placeholder {
	color: #333;
	opacity: 1;
}

.filtro .text.seleccionado,
.filtro select.seleccionado {
	border-color: #333d47;
}

.filtro .select i {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 2em;
	pointer-events: none;
}

.filtro .select i:before {
	vertical-align: middle;
}

.filtro-fecha {
	width: 15%;
}

.filtro .boton {
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	background: #006083;
	border: 1px solid #006083;
	color: white;
}

.filtro-botonera {
	margin-bottom: 30px;
	margin-top: -10px;
	display: none;
}

.filtro-botonera a {
	font-size: 1.4em;
	color: #333d47;
}

.cajas .caja {
	position: relative;
	padding: 3em 2em;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	margin-bottom: 30px;
}

.cajas .caja:hover {
	-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.cajas .caja .caja-interior {
	/* margin-top: 2em; */
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	flex-direction: column;
}

.cajas .caja .caja-interior p {
	margin-bottom: 0;
}

.cajas .caja h3 {
	font-family: "Montserrat";
	color: #006083;
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: none;
	height: 80px;
	overflow: hidden;
}

.cajas.casas-estudio .caja {
	padding: 2em;
	width: 100%;
}

.bloque-pdfs {
	padding-top: 60px;
}

.bloque-pdfs .item-pdf {
	margin-bottom: 30px;
	padding: 0 30px;
	position: relative;
}

.bloque-pdfs .item-pdf .icono {
	font-size: 5em;
	color: #003a5c;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.bloque-pdfs .item-pdf .texto {
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	color: #006083;
}

/* .bloque-pdfs .item-pdf:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 2px dotted #aaa;
}

.bloque-pdfs .item-pdf:last-child:after {
  display: none;
} */

.bloque-pdfs .item-pdf:hover .icono {
	opacity: 0.8;
}

.bloque-pdfs .item-pdf:hover .texto {
	color: #62839a;
}

.bloque-pdfs .contenido-tab {
	padding: 1% 0;
}

.bloque-fondos {
	padding-top: 50px;
	margin-bottom: 30px;
}

.bloque-fondos h4 {
	font-size: 1.8em;
	color: #003a5c;
	margin-bottom: 20px;
}

.bloque-fondos .tipo-fondo {
	position: relative;
}

.bloque-fondos .tipo-fondo:after {
	content: "";
	width: 1px;
	border-right: 2px dotted #aaa;
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
}

.bloque-fondos .tipo-fondo.ultimo:after {
	display: none;
}

.bloque-fondos .fondo {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}

.bloque-fondos .fondo .icono {
	font-size: 5em;
	color: #003a5c;
	display: block;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.bloque-fondos .fondo .texto-fondo {
	font-size: 1.6em;
	color: #5e6871;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.bloque-fondos .fondo:hover .icono {
	color: #c03;
}

.bloque-fondos .fondo:hover .texto-fondo {
	color: #003a5c;
}

.bloque {
	margin-bottom: 40px;
}

.entradas-blog .entrada {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 3em;
}

.entradas-blog .entrada-imagen {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.entradas-blog .entrada-imagen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.entradas-blog .entrada-titulo {
	text-transform: none;
	font-weight: 400;
	font-size: 2.2em;
	color: #006083;
	margin-bottom: 30px;
	overflow: hidden;
	line-height: 1.3;
}

.entradas-blog .entrada-texto {
	margin-bottom: 0;
}

.lab {
	position: relative;
	padding-bottom: 90%;
	background: url(/img/fondo-lab.jpg) center center no-repeat;
	background-size: contain;
	margin-bottom: 40px;
}

.lab-contenido {
	position: absolute;
	right: 40px;
	top: 110px;
	left: 300px;
}

.lab-contenido:first-child p {
	margin-bottom: 0;
}

.lab-contenido h2 {
	font-family: "BebasNeueBold";
	color: #2e517e;
	font-size: 3.6em;
	margin-bottom: 50px;
}

.lab-contenido p {
	padding-left: 30%;
}

.lab-contenido span {
	color: #2e517e;
	font-weight: 600;
}

.lab-botonera {
	position: absolute;
	right: 4%;
	bottom: 35%;
}

.lab .lab-logo {
	width: 200px;
	margin-bottom: 40px;
}

.carousel-tablas {
	margin-bottom: 40px;
}

.carousel-tablas .owl-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.carousel-tablas .owl-next,
.carousel-tablas .owl-prev {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #b9b3ae;
	float: left;
	text-align: center;
	font-size: 2em;
	color: #fff;
	cursor: pointer;
}

.carousel-tablas .owl-next.disabled i,
.carousel-tablas .owl-prev.disabled i {
	opacity: 0.3;
}

.carousel-tablas .owl-next {
	float: right;
}

.carousel-tablas td:before {
	content: attr(data-dia);
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.carousel-tablas td.dia {
	font-weight: 600;
	font-size: 40px;
	color: #003a5c;
}

.carousel-tablas .caducada {
	position: relative;
}

.carousel-tablas .caducada td {
	color: #b3b3b3;
}

.carousel-tablas .actual {
	background: #5e9da2;
}

.carousel-tablas .actual td {
	color: #fff;
}

.carousel-mes {
	height: 55px;
	line-height: 55px;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	background: #b9b3ae;
	text-transform: uppercase;
}

.tabla__pdf {
	text-align: center;
	display: inline-block;
	width: 18%;
	vertical-align: text-top;
}

.tabla__pdf a {
	display: block;
}

.tabla-noadmin tbody tr {
	background-color: #eee;
}

.tabla-noadmin tbody tr.par {
	background-color: #fff;
}

.tabla-noadmin tbody td {
	background-color: #fff;
}

.menu-interior ul a {
	padding: 16px 0;
	color: #333;
	font-weight: 300;
	transition: all ease 0.3s;
}

.menu-interior ul a.ui-accordion-header {
	padding: 16px 0;
}

.menu-interior ul a:hover {
	text-decoration: none;
	color: #006083;
}

.grafico {
	width: 100%;
}

.enmarcar-celeste {
	border: #5bade7 solid 2px;
	border-radius: 10px;
	height: 421px;
}

.enmarcar-celeste .img-cursos {
	height: 280px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.enmarcar-celeste .img-cursos .img-curso-1 {
	width: 90%;
	height: 200px;
	padding-bottom: 2em;
}

.enmarcar-celeste .img-cursos .img-curso-2 {
	width: 90%;
	height: 190px;
	padding-bottom: 2em;
}

.enmarcar-celeste .blq-texto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 141px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.enmarcar-celeste .blq-texto .txt-curso-online {
	text-align: center;
	font-size: 18px;
}

.enmarcar-celeste .blq-texto .txt-curso-span {
	font-weight: bold;
	color: #5bade7;
}

.enmarcar-blanco {
	height: 421px;
}

.enmarcar-blanco .img-cursos {
	height: 280px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.enmarcar-blanco .blq-texto-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 141px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.agenda {
	background: #fff;
}

.agenda__item--seleccion-mes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.no-flexbox .agenda__item--seleccion-mes {
	display: block;
}

.agenda__item--eventos {
	height: 400px;
}

.agenda__item--cumples {
	height: 318px;
}

.agenda__calendario {
	overflow: hidden;
}

.agenda .ui-datepicker {
	min-width: 100%;
	width: 100%;
	border: 1px solid #fff;
}

.agenda .ui-datepicker table {
	width: 100%;
}

.agenda .ui-datepicker-header {
	display: none;
}

.agenda .highlight a {
	background: #333d47;
	color: #fff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.agenda .highlight a:hover {
	background: #333d47;
}

.agenda .primer-dia a {
	background: #c03;
	color: #fff;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.agenda .primer-dia a:hover {
	background: #c03;
}

.agenda__header {
	background: #333d47;
	color: #fff;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-flexbox .agenda__header {
	display: table;
	width: 100%;
}

.no-flexbox .agenda__header span,
.no-flexbox .agenda__header a {
	display: table-cell;
}

.no-flexbox .agenda__header a {
	text-align: right;
}

.agenda__titulo {
	font-size: 2.2em;
}

.agenda__mas {
	font-size: 1.7em;
	color: inherit;
	opacity: 0.7;
	text-decoration: none;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.agenda__mas:hover {
	opacity: 1;
}

.agenda__contenido {
	padding: 15px;
	min-height: 200px;
}

.agenda__datos,
.agenda__error {
	display: none;
}

.agenda .preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 200px;
}

.agenda__botones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 20px 15px;
}

.agenda__link {
	position: relative;
	text-decoration: none;
	font-size: 1.7em;
	color: #006083;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.agenda__link:hover {
	text-decoration: underline;
}

.agenda__link span {
	position: absolute;
	top: -1px;
	right: -6px;
	color: #006083;
	font-size: 1.4em;
}

.agenda__link:last-child {
	padding-right: 20px;
}

.agenda__ajax .event {
	height: 266px;
	overflow: hidden;
	padding: 10px 20px;
}

.agenda__ajax .event__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 90px;
	margin-bottom: 5px;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
}

.agenda__ajax .event__item:last-child {
	border-bottom: none;
}

.agenda__ajax .event__item__izq {
	-webkit-box-flex: 0.8;
	-ms-flex: 0.8;
	flex: 0.8;
	position: relative;
}

.agenda__ajax .event__item__izq::after {
	content: "";
	width: 1px;
	height: 55px;
	background: #ddd;
	position: absolute;
	display: block;
	top: 0;
	right: -6px;
}

.agenda__ajax .event__item__der {
	-webkit-box-flex: 2.2;
	-ms-flex: 2.2;
	flex: 2.2;
	padding-left: 15px;
}

.agenda__ajax .event__titulo,
.agenda__ajax .event__hora {
	color: #006083;
}

.agenda__ajax .event__titulo {
	font-size: 1.5em;
	text-transform: uppercase;
}

.agenda__ajax .event__subtitulo {
	font-size: 1.6em;
	color: #333;
	font-weight: 300;
}

.agenda__ajax--inicio .event__subtitulo span {
	font-style: italic;
}

.agenda__ajax .event__img {
	width: 16px;
	position: relative;
	top: 2px;
}

.agenda__ajax .event__respuesta {
	height: 277px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.eventos-home__item {
	margin-bottom: 25px;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	text-decoration: none;
}

.eventos-home__item:hover {
	opacity: 0.75;
}

.eventos-home__item:last-of-type {
	margin-bottom: 0;
}

.eventos-home__item--on {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.eventos-home__fecha {
	color: #333d47;
	font-size: 1.7em;
	display: block;
}

.eventos-home__titulo {
	color: #b9b3ae;
	text-decoration: none;
	font-size: 2em;
	line-height: 1.2;
	display: block;
	margin-bottom: 5px;
}

.eventos-home__titulo--subrayado {
	text-decoration: underline;
}

.cumples-home__item {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
}

.cumples-home__item:last-of-type {
	margin-bottom: 0;
}

.cumples-home__item--on {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.cumples-home__img {
	overflow: hidden;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.cumples-home__img img {
	display: block;
	width: 50px;
}

.no-flexbox .cumples-home__img {
	display: inline-block;
	vertical-align: top;
}

.cumples-home__datos {
	width: calc(100% - 65px);
}

.no-flexbox .cumples-home__datos {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

.cumples-home__nombre {
	color: #b9b3ae;
	font-size: 1.6em;
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
}

.cumples-home__cargo {
	color: #333d47;
	font-size: 1.5em;
	line-height: 1.2;
}

.fecha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 25px 0;
}

.fecha__item {
	font-size: 3em;
	line-height: 1;
}

.fecha__item--dia {
	font-weight: 700;
}

.fecha__item--mes {
	padding: 0 10px;
	color: #333d47;
	text-transform: uppercase;
	font-weight: 300;
}

.no-flexbox .fecha__item {
	display: table-cell;
}

.no-flexbox .fecha {
	display: table;
	margin: 0 auto;
}

.mes__item {
	display: block;
	line-height: 1;
}

.mes__item--icono {
	position: absolute;
	right: 0;
	left: 0;
	font-size: 0.5em;
	text-align: center;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #333d47;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	line-height: 25px;
	margin: auto;
}

.mes__item--icono:before {
	line-height: 25px;
}

.mes__item--icono:hover {
	background: #eee;
}

.mes__item--abajo {
	bottom: 0;
}

.mes__item--arriba {
	top: 0;
}

.fecha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 25px 0;
}

.fecha--home {
	padding: 0;
	padding-bottom: 25px;
}

.fecha__item {
	font-size: 3em;
	font-family: "Open Sans", sans-serif;
	line-height: 1;
}

.fecha__item--dia {
	font-weight: 700;
}

.fecha__item--mes {
	padding: 0 10px;
	color: #a4b1bf;
	text-transform: uppercase;
	font-weight: 300;
}

.no-flexbox .fecha__item {
	display: table-cell;
}

.no-flexbox .fecha {
	display: table;
	margin: 0 auto;
}

.mes__item {
	display: block;
	line-height: 1;
}

.mes__item--icono {
	position: absolute;
	right: 0;
	left: 0;
	font-size: 0.5em;
	text-align: center;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #a4b1bf;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
	line-height: 25px;
	margin: auto;
}

.mes__item--icono:before {
	line-height: 25px;
}

.mes__item--icono:hover {
	background: #eee;
}

.mes__item--abajo {
	bottom: 0;
}

.mes__item--arriba {
	top: 0;
}

.muro-calendario {
	/* padding-top: 30px; */
}

.muro-calendario .ui-datepicker {
	min-width: 100%;
	width: 100%;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.muro-calendario .ui-datepicker table {
	width: 100%;
}

.muro-calendario .ui-datepicker-header {
	display: none;
}

.muro-calendario__interior {
	padding: 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.economico .muro-calendario__interior {
	justify-content: space-between;
}

.muro-calendario__selector {
	background: #fff;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
	min-height: 33.9em;
	padding: 1em 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	margin-bottom: 2em;
}

.columna-sin-padding {
	padding: 0;
}

.no-flexbox .muro-calendario__selector {
	display: table;
	width: 100%;
}

.muro-calendario__picker {
	width: 38%;
	margin-left: 4em;
}

.no-flexbox .muro-calendario__picker {
	display: table-cell;
	vertical-align: top;
}

.muro-calendario__picker__interior {
	overflow: hidden;
}

.muro-calendario__datepicker {
	width: 100%;
}

.muro-calendario__item {
	background: #fff;
	margin-bottom: 6em;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.muro-calendario__item--preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.muro-calendario__item--ok {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.ie-9 .muro-calendario__item {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.muro-calendario__fecha {
	margin-bottom: 10px;
}

.muro-calendario__tipo {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #003a5c;
	font-weight: normal;
}

.muro-calendario__titulo {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	color: #333d47;
}

.muro-calendario__titulo--small {
	margin-bottom: 15px;
}

.muro-calendario__subtitulo {
	font-size: 1.6em;
	color: #003a5c;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-right: 3px;
}

.muro-calendario__detalle {
	font-size: 1.6em;
	color: #333d47;
	margin-bottom: 0;
}

.muro-calendario__hora {
	font-size: 1.5em;
	color: #006083;
	margin: 1.3em 0;
}

.muro-calendario__hora svg,
.muro-calendario__hora span {
	display: inline-block;
	vertical-align: middle;
}

.muro-calendario__hora svg {
	margin-right: 10px;
	fill: #006083;
	width: 1.6em;
	height: 1.6em;
}

.muro-calendario .linea-blanca {
	border-bottom: 2px solid #ddd;
	padding-top: 15px;
	margin-bottom: 15px;
}

.muro-calendario__mostrar {
	position: relative;
	bottom: 1.5em;
	left: 0;
	cursor: pointer;
	width: 100%;
	text-align: right;
	font-size: 3em;
	z-index: 2;
	color: #bbb;
	line-height: 0.75;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.muro-calendario__mostrar:hover {
	color: #333;
}

.muro-calendario__mostrar.activo {
	color: #333;
}

.muro-calendario__mostrar.activo:hover {
	opacity: 0.5;
}

.muro-calendario__info {
	/* padding: 15px; */
	padding-bottom: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.muro-calendario__info h3 {
	margin-bottom: 15px;
}

.muro-calendario__info.activo {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.muro-calendario .economico {
	background: none;
	height: 32.8em;
}

.muro-calendario .economico__bottom__item {
	width: 47%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.muro-calendario .economico__bottom__item:first-child {
	margin-right: 5%;
	border-right: 2px solid #fff;
}

.economico__bottom {
	display: flex;
}

.muro-calendario .comite {
	background: none;
	position: relative;
	overflow: hidden;
	height: 32.8em;
}

.muro-calendario .comite__interior {
	padding: 15px;
}

.muro-calendario .comite ul {
	font-size: 1.4em;
}

.muro-calendario .comite li {
	margin-left: 15px;
	position: relative;
	margin-bottom: 15px;
	font-size: 15px;
}

.muro-calendario .comite li:last-child {
	margin-bottom: 0;
}

.muro-calendario .comite li:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 8px;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ddd;
	vertical-align: middle;
}

.muro-calendario .comite .muro-calendario__hora {
	margin-bottom: 1.2em;
}

.muro-calendario .respuesta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.muro-calendario .respuesta__interior {
	padding: 30px;
}

.muro-calendario .respuesta__titulo {
	font-size: 2.4em;
	margin-bottom: 40px;
	font-weight: normal;
}

.muro-calendario .preloader {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.muro-calendario__capa {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.filtro-calendario {
	width: calc(50% - 15px);
	background: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: normal;
}

.no-flexbox .filtro-calendario {
	display: table-cell;
	vertical-align: top;
}

.filtro-calendario__interior {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	justify-content: space-between;
	padding: 1em 1.5em;
}

.filtro-calendario__dia {
	font-size: 17em;
	line-height: 1;
	color: #006083;
}

.filtro-calendario__nombre {
	font-size: 3em;
	text-transform: uppercase;
	line-height: 1;
	color: #006083;
}

.filtro-calendario__filtro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filtro-calendario__link {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px;
	font-size: 1.3em;
	line-height: 1;
	color: #006083;
	border: 1px solid #006083;
	margin: 2px;
	cursor: pointer;
	-webkit-transition: all ease 200ms;
	-o-transition: all ease 200ms;
	transition: all ease 200ms;
}

.filtro-calendario__link:hover,
.filtro-calendario__link--activo {
	color: #fff;
	background: #006083;
}

.banner-login {
	position: relative;
}

.banner-login__fondo {
	background: url(/img/login/fondo-login.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.banner-login__interior {
	padding: 150px 0;
	min-height: calc(100vh - 230px);
}

.banner-login__titulo {
	position: relative;
	top: 30px;
}

.banner-login__titulo h1 {
	color: #fff;
	font-style: italic;
	font-weight: 200;
}

.banner-login__titulo span {
	font-weight: 600;
	font-style: normal;
	display: block;
}

.banner-login__contenedor .respuesta__exito,
.banner-login__contenedor .respuesta__error {
	min-height: 430px;
	display: table;
	width: 100%;
}

.banner-login__contenedor .respuesta__interior {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.fondo-blanco {
	background: #ececec;
	padding: 40px;
	margin-bottom: 10px;
}

/* Login */
.login__boton {
	text-align: right;
	margin-top: 15px;
}

.login__password {
	margin-top: 15px;
	display: table;
	min-height: 44px;
}

.login__password .recuperar-pass {
	font-size: 1.5em;
	display: table-cell;
	vertical-align: middle;
	text-decoration: underline;
	color: #333d47;
}

.registro__interior {
	background: #333d47;
	padding: 20px 40px;
	display: table;
	width: 100%;
}

.registro__interior p {
	color: #fff;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
}

.registro__boton {
	text-align: right;
}

.registro__boton .registrarse {
	background: transparent;
	border: 1px solid #797f86;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 25px;
}

/* Formulario registro */
.form-registro__interior p {
	color: #333d47;
}

.form-registro__interior .registrar-datos {
	margin: 30px 0 15px;
	width: 100%;
	display: table;
}

.form-registro__interior .registrar-datos p {
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5em;
}

.form-registro__interior .registrar-datos .enviar-datos {
	text-align: right;
	padding-right: 10px;
	display: table-cell;
	width: 100%;
}

.form-registro__interior .registrar-datos .enviar-datos--last {
	padding-right: 0;
}

.form-registro .respuesta__exito,
.form-registro .respuesta__error {
	min-height: 430px;
	display: table;
	width: 100%;
}

.form-registro .respuesta__interior {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* Titulos formularios del nuevo login */
.form-titulos h3,
.form-titulos p {
	color: #003a5c;
}

.form-titulos h3 {
	margin-bottom: 15px;
}

/* Formularios Recuperar pass y nueva pass */
.recuperar-password h3 {
	color: #003a5c;
	margin-bottom: 20px;
}

.recuperar-password p {
	color: #003a5c;
}

.recuperar-password__boton {
	text-align: right;
	margin-top: 20px;
}

.nuevo-password__boton {
	text-align: right;
	margin-top: 25px;
}

/* 2da alerta para el login incorrecto */
.error2 p {
	margin-bottom: 0;
	font-size: 1em;
	color: #9c4242;
}

.error2 p:first-child {
	font-weight: 600;
	margin-bottom: 10px;
}

/* Respuestas formulario + botones + preloader */
.preloader {
	text-align: center;
}

.respuesta-formulario h3,
.respuesta-formulario p {
	color: #003a5c;
}

.respuesta-formulario h3 {
	font-weight: 300;
	margin-bottom: 10px;
}

.respuesta-formulario span {
	font-size: 3.5em;
}

.respuesta-formulario span.icon-exito {
	background: #4fa24f;
}

.respuesta-formulario span.icon-error {
	background: #cc0033;
}

.respuesta-formulario span.email-response {
	font-size: 1em;
	font-weight: 400;
}

.boton--login {
	color: #fff;
	margin-bottom: 0;
	padding: 1.2em 2em;
	background: #006083;
}

.boton--transparente {
	margin-bottom: 0;
	background: transparent;
	color: #003a5c;
	border: 1px solid #9db1bc;
	position: relative;
	top: 20px;
}

.boton--volver {
	background: #333d47;
	color: #fff;
	padding: 1.2em 2em;
	margin-bottom: 0;
}

.ayuda-pass {
	display: table;
	width: 100%;
}

.ayuda-pass p {
	margin-bottom: 0;
	display: table-cell;
}

/* Modificar datos (estando logueado) */
.form-internos {
	padding: 40px 0;
	margin-bottom: 70px;
}

.form-internos__interior .form__grupo--last {
	margin-bottom: 40px;
}

.form-internos__envio {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.form-internos__envio div:last-child {
	margin-left: 2em;
}

.form-internos__item {
	display: table-cell;
}

.form-internos__item--ultimo {
	text-align: right;
}

#modificar-datos .form__grupo {
	margin-bottom: 3em;
}

.fondo-negro {
	display: none;
	background: rgba(0, 0, 0, 0.65);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.botonera--login {
	margin-bottom: 20px;
}

/* SELECTOR DE SITIOS ******/
.marco-selector {
	max-width: 860px;
	margin: auto;
}

.fondo-selector {
	background: url(/img/selector-sitios/fondo-selector.jpg) no-repeat center;
	background-size: cover;
	padding: 25px 0 70px;
	position: fixed;
	width: 100%;
	z-index: 111;
}

.fondo-selector .franja-titulos {
	background: #222c35;
	height: 50px;
	position: relative;
	bottom: -35px;
	z-index: 111;
}

.fondo-selector .sitios-corporativos,
.fondo-selector .redes-sociales {
	width: 30%;
	float: left;
}

.fondo-selector .otros-accesos {
	width: 40%;
	float: left;
}

.fondo-selector .sitios-corporativos h3,
.fondo-selector .otros-accesos h3,
.fondo-selector .redes-sociales h3 {
	color: #fff;
	font-size: 1.8em;
	margin-bottom: 35px;
	position: relative;
	z-index: 111;
	font-family: "Lato", sans-serif;
}

.fondo-selector .redes-sociales h3 {
	color: transparent;
}

.fondo-selector .sitios-corporativos li,
.fondo-selector .otros-accesos li,
.fondo-selector .redes-sociales li {
	margin-bottom: 5px;
}

.fondo-selector .redes-sociales li:last-of-type {
	margin-top: 5px;
}

.fondo-selector .redes-sociales li ul li {
	margin-right: 5px;
}

.fondo-selector .sitios-corporativos li a,
.fondo-selector .otros-accesos li a,
.fondo-selector .redes-sociales li a {
	color: #acb5bf;
}

.fondo-selector .sitios-corporativos li a:hover,
.fondo-selector .otros-accesos li a:hover,
.fondo-selector .redes-sociales li a:hover {
	color: #fff;
	text-decoration: underline;
}

.contenedor-scorporativos ul,
.contenedor-oaccesos ul {
	height: 120px;
	border-right: 1px solid #495056;
}

.contenedor-scorporativos,
.contenedor-oaccesos,
.contenedor-rsociales {
	max-width: 75%;
	margin: auto;
}

span.icon {
	color: #202d36;
	background: #acb5bf;
	border-radius: 50%;
	font-size: 1em;
	width: 25px;
	text-align: center;
	height: 25px;
	display: inline-block;
	line-height: 26px;
}

span.icon:hover {
	color: #fff;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

span.icon-twitter:hover {
	background: #52b9d8;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

span.icon.icon-facebook:hover {
	background: #295296;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

span.icon-youtube-play:hover {
	background: #e62117;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

span.icon-linkedin:hover {
	background: #0077b5;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

span.icon-instagram:hover {
	background: #cd486b;
	-webkit-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

.menu_principal li:nth-child(1) {
	display: none;
}

.redes-sociales ul ul {
	display: block;
	margin-top: 10px;
}

.redes-sociales ul ul li {
	display: inline-block;
	margin-right: 5px;
}

.botonera span.sitios-lv {
	background: #fff;
	color: #202d36;
	height: 40px;
	line-height: 19px;
	width: 130px;
	font-size: 1.5em;
	margin: 0 20px 0 10px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-family: "Lato", sans-serif;
	position: relative;
	top: 1px;
}

.ie-10 .botonera span.sitios-lv {
	top: -5px;
}

.botonera span.sitios-lv.activo {
	background: #202d36;
	color: #fff;
}

.botonera span.sitios-lv img {
	margin-right: 10px;
	vertical-align: middle;
	padding-bottom: 2px;
}

.botonera span.sitios-lv .icon-arriba-light,
.botonera span.sitios-lv .icon-abajo-light {
	vertical-align: middle;
	margin-left: 5px;
}

.sitios-corporativos ul li img {
	margin-right: 10px;
	margin-bottom: 3px;
	vertical-align: middle;
}

.fondo-selector ul span.activo,
.menu_principal_fase1 span.activo {
	color: #fff;
	text-decoration: underline;
	display: block;
	margin-bottom: 5px;
}

.menu_principal_fase1 span.activo {
	display: block;
	padding: 8px 35px 8px 20px;
	color: #bdc8d2;
	background: #424e5a;
	font-size: 1.7em;
	text-decoration: none;
}

.menu_principal_fase1 li:last-child,
.menu_principal_fase1 li.ultimo-especial {
	padding-bottom: 20px;
}

.menu_principal_redes li:last-child,
.menu_principal_fase2 li:last-child {
	padding-bottom: 0;
}

.fondo-selector .contenedor-rsociales li a.activo {
	color: #fff;
	text-decoration: underline;
}

.menu_sitios_externos {
	display: none;
}

.cajas {
	padding: 20px;
	padding-left: 0;
}

.cajas__titulo {
	color: #006083;
	text-transform: capitalize;
	font-weight: 300;
	text-align: left;
	font-size: 2em;
	margin-bottom: 15px;
}

.cajas__item {
    padding: 16px 0;
    display: block;
    height: calc(100% - 30px);
    background: white;
	border-radius: 4px;
}

.primera-seccion {
	padding: 6.5em 3em 6.5em 0;
}

.primera-seccion--centro {
	padding-left: 2em;
}

/* .cajas__interior--first {
  border-right: 1px solid #ddd !important;
} */

.cajas__item.cajas__item--small {
	background: #303e48;
}

.cajas__areas__informes {
	border-left: 1px solid #4a565f;
}

h3.cajas__titulo {
	color: white;
	margin-bottom: 5px;
}

.cajas__interior {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.cajas__icono {
    padding: 0 16px 16px;
    display: flex;
	align-items: center;
    width: 100%;
    margin-bottom: 16px;
	border-bottom: 1px solid #DBDBDB;
}

.cajas__icono__item {
	padding: 2px;
	margin-bottom: 0;
	margin-right: 1em;
}

.cajas__icono__titulo {
    font-size: 1.4em;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #6F6F71;
}

.cajas__info {
	padding: 0 16px;
	width: 100%;
}

.cajas__info__item {
    display: flex;
    font-size: 1.6em;
    font-weight: lighter;
    color: #333;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}

.cajas__info__item:hover .cajas__info__texto {
	text-decoration: underline;
}

.cajas__info__icon {
	display: block;
	font-size: 25px;
	width: 25px;
	line-height: 1;
	margin-right: 0.6em;
	vertical-align: baseline;
}

.titulos__etiqueta__nuevo {
	background: #28B759;
	color: white;
	padding: 4px 8px;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 0.3em;
	border-radius: 16px;
	letter-spacing: 0.165em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

.titulos-areas {
	display: flex;
	width: 100%;
}

.cajas__info__texto {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #004A75;
    text-decoration: underline;
}

.cajas__info__item--destacado {
	font-size: 1.7em;
	color: #006083;
	margin-bottom: 10px;
}

.cajas__info__item--destacado .cajas__info__icon {
	font-size: 30px;
}

.cajas__item--small .cajas__info {
	padding: 1.5em 0 1.5em 3em;
	width: 100%;
}

.cajas__item--small a.cajas__info__item {
	color: white;
}

.cajas__item--small .cajas__info__icon {
	line-height: 1;
}

.cajas__item--small .cajas__info__icon,
.cajas__item--small .cajas__info__texto {
	vertical-align: text-top;
}

.plataforma {
	background: url(/img/fondo-gps.png);
	padding: 5em;
	position: relative;
	height: 26em;
}

.plataforma:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	right: -100vw;
	height: auto;
	background: url(/img/fondo-gps.png);
}

.plataforma:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	left: -100vw;
	height: auto;
	background: url(/img/fondo-gps.png);
}

.plataforma__titulo {
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 1.5em;
	color: #fff;
	background: none;
}

.plataforma__interior {
	background: none;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	align-items: center;
}

.plataforma__interior svg {
	margin-right: 1em;
	width: 5.8em;
}

.plataforma__interior .gps {
	margin-right: 1em;
	width: auto;
}

/* .fondo-azul {
  background: #006083;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  right: -100%;
} */

.plataforma__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
	font-size: 1.3em;
	padding: 1em;
	margin-bottom: 2em;
	background: none;
	border: 1px solid rgba(245, 245, 245, 0);
	border-radius: 10px;
	transition: all ease 400ms;
}

.plataforma__item:hover {
	background: #03526f;
	border: 1px solid rgba(245, 245, 245, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* .plataforma__item:hover svg {
  fill: #fff;
} */

/* .plataforma__item--uno {
  margin-right: 10px;
}

.plataforma__item--tres {
  margin-left: 10px;
} */

.plataforma__titulos {
	font-size: 1.24em;
	text-align: left;
}

.plataforma__titulos span {
	font-weight: 400;
	display: block;
}

.plataforma__img {
	margin-bottom: 10px;
}

.noticias-home {
	background: #fff;
	border-radius: 0;
	display: flex;
	flex-direction: column;
}

.noticias-home__interior {
	display: flex;
}

.noticias-home__titulo {
	font-size: 3em;
	font-weight: 300;
	text-transform: capitalize;
	padding: 1.4em;
	color: #006083;
	background: #fff;
	display: flex;
	justify-content: center;
	align-self: center;
}

.noticias-home__item {
	padding: 3em 2em;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	border: 1px solid #ddd;
	background: #fff;
}

.noticias-home__item:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
}

.noticias-home__item__titulo {
	color: #006083;
	font-size: 2em;
	margin-bottom: 20px;
}

.noticias-home__item__fecha {
	font-size: 1.4em;
	color: #333;
}

.noticias-home__item__resumen {
	color: #333;
	font-size: 1.6em;
	margin-bottom: 0;
	min-height: 4.5em;
	max-height: 6em;
	overflow: hidden;
	overflow-y: hidden;
}

.noticias-home__footer {
	display: block;
	font-size: 1.7em;
	color: #006083;
	padding: 2em;
	text-align: center;
}

.noticia .parrafo {
	margin-bottom: 0;
}

.seleccion-perfil {
	width: 620px;
	margin: 150px auto;
}

.seleccion-perfil__item {
	background: #333d47;
	display: block;
	text-decoration: none;
}

.seleccion-perfil__item--primero {
	background: #36536f;
}

.seleccion-perfil__icon {
	padding: 40px;
}

.seleccion-perfil__icon img {
	width: 120px;
	display: block;
	margin: auto;
}

.seleccion-perfil__btn {
	padding: 10px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 1.7em;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.seleccion-perfil__btn span {
	font-size: 25px;
	line-height: 1.7em;
}

.no-padding-fluido {
	padding-left: 0;
	padding-right: 0;
	/* width: 100vw; */
	overflow: hidden;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

/* --- carrusel --- */

.owl-carousel .owl-item img {
	width: 100%;
	height: -webkit-fill-available;
	position: absolute;
	z-index: -1;
}

.banner-capa {
	background: linear-gradient(90deg,
				rgba(0, 0, 0, 0.53) 0%,
				rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
}
img.icono-seccion {
    margin-right: 10px;
    width: 1.3em;
    height: 1.7em;
}
.seccion-central {
	background: #303e48;
	width: 100%;
	height: 100%;
}

/* .seccion-central:after {
  background: #303E48;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  right: -100vw;
  height: auto;
} */
.seccion-central:before {
	background: #303e48;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -100vh;
	bottom: 0;
	z-index: -1;
	right: 0;
	height: auto;
}

.cargar__mas {
	color: #006083 !important;
	background: none !important;
	border: none !important;
	display: flex;
	flex-direction: column;
}

.cargar__mas i {
	font-size: 1.8em;
}

.contenido-noticia {
	height: 100%;
	margin-right: 3em;
	padding: 3em 0;
}

/* --------------- */

.agenda {
	height: auto !important;
}

.contenedor-agenda {
	display: flex;
	justify-content: center;
	align-items: center;
}

.agenda__ajax--inicio .respuesta__parrafo {
	color: white;
	text-align: left !important;
}

.agenda__ajax--inicio .event__item {
	color: white;
	display: flex;
	height: 11.6em;
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}

.agenda__ajax--inicio .event__item__izq {
	display: table;
	width: 10.5em;
	border-right: 1px solid #ccc;
}

.agenda__ajax--inicio .event__item__der {
	padding-left: 1.5em;
}

.agenda__ajax--inicio .event__hora {
	color: white;
	font-size: 15px;
}

.agenda__ajax--inicio .event__hora img {
	margin-top: 0.5em;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
}

.agenda__ajax--inicio h3 {
	font-size: 1.5em;
	display: inline;
}

.agenda__ajax--inicio h3.event__subtitulo {
	display: block;
	margin-bottom: 0.5em;
}

.cajas__info--agenda {
	padding: 15px 0 !important;
	width: 100%;
	height: 41em;
	overflow: hidden;
}

.agenda__botones--front {
	padding: 2em 0;
	display: flex;
	flex-direction: row-reverse;
}

.agenda__botones--front a {
	color: white;
	font-size: 1.6em;
	font-weight: 300;
}

.agenda__botones--front span {
	color: white;
}

.agenda__botones--front a {
	color: white;
	font-size: 1.6em;
	font-weight: 300;
}

.agenda__caja {
	padding: 0 3em 6.4em 0;
}

.ui-datepicker td .ui-state-default.ui-state-active {
	background: #2b5d7a;
	color: #fff;
}

.ui-datepicker td.ui-datepicker-today .ui-state-highlight {
	background: #333;
	color: #fff;
}

.cajas__titulo--fecha {
	margin-bottom: 0.7em;
	font-size: 1.6em;
	color: white;
}

.tag {
	background: none !important;
	font-size: 1.2em;
	position: relative;
	top: -2px;
}

.tag::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background: var(--tooltip-color);
	display: inline-block;
	position: relative;
	top: -2px;
}

.submenu_1 {
	border: 1px solid #ddd;
	margin-right: 1em;
	padding: 2em 1em 2em 0;
}

.contenido-grafica-cursos {
	width: 100%;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
	height: 28em;
}

.grafica-cursos-exterior {
	height: 28em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.grafica-cursos {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.grafica-cursos p {
	text-align: center;
	color: #006083;
	font-size: 1.5em;
}

.grafica-cursos p span {
	display: block;
	font-weight: 600;
}

.grafica-cursos svg {
	margin-bottom: 2em;
	width: 11em;
	height: 11em;
}

/* --- tabs --- */

.tabs .tab {
	background-color: #fff;
}

.tabs .navegacion-tabs li.ui-tabs-active {
	background: #fff;
}

.tabs .navegacion-tabs a {
	background: #fff;
	border: none;
}

.tabs .navegacion-tabs li {
	border-left: none;
	background: #fff;
	border: 1px solid #ddd;
}

.tabs .navegacion-tabs a {
	color: #777;
	text-transform: capitalize !important;
}

.indicadores-nuevo {
	width: 100px;
	height: 100px;
	display: inline-flex;
	position: fixed;
	right: 0;
	z-index: 111;
	top: 84%;
	background: #004A75;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	align-items: flex-start;
	transition: all ease 500ms;
	transform: translateY(0);
	border-radius: 8px 0 0 8px;
}

.icon-indicadores {
    width: 48px;
    height: 53px;
    margin-bottom: 7px;
}

.indicadores-nuevo p {
    color: #fff;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.015em;
}

.indicadores-nuevo.moveUp {
	transform: translateY(-380px);
}

@media (max-width: 1366px) {
	.indicadores-nuevo.moveUp {
		transform: translateY(-235px);
	}
}

.indicadores-nuevo.moveUp-mov {
	transform: translateY(-240px);
}

/* ----------------- */

.flex {
	display: flex;
}

/* --- Carrusel --- */

span.fln-arrow-main.fln-izquierda-light,
span.fln-arrow-main.fln-derecha-light {
	color: #fff;
	font-size: 5em;
	cursor: pointer;
}

.owl-prev {
	position: absolute;
	top: 50%;
}

.owl-next {
	position: absolute;
	top: 50%;
	right: 0;
}

.home-banner__arrow {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -4em;
	z-index: 2;
	margin-bottom: -4em;
}

.home-banner__arrow a {
	text-decoration: none;
	outline: 0;
	display: flex;
	position: absolute;
	height: 35px;
	width: 35px;
	animation: movUpdown 2s infinite forwards;
	display: flex;
	z-index: 11;
	background: #303030;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.home-banner__arrow img {
	width: 23px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

div#contenido-admin:focus {
	outline: none;
}

/*# sourceMappingURL=estilos.css.map */

/* Desplegables */

.contenido_dinamico .contenedor_deplegable {
	margin-bottom: 40px;
}

.contenido_dinamico .contenedor_deplegable h3.cabecera_desplegable:focus {
	outline: none;
}

.contenedor_deplegable h3 {
	outline: none;
	padding: 0.9em;
	border-bottom: 1px solid #ddd;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.ui-state-active {
	color: #006083;
}

.contenido_dinamico .contenedor_deplegable h3.cabecera_desplegable {
	font-size: 1.7em;
	padding: 15px 50px 15px 0;
	font-weight: 400;
	border-left: 0 solid #ddd;
	border-top: 1px solid #ddd;
	position: relative;
	clear: both;
	margin-bottom: 0;
	cursor: pointer;
	background: none;
}

.contenido_dinamico #tabs .contenedor_deplegable h3.cabecera_desplegable {
	border-top: 1px solid #ddd;
}

.contenido_dinamico .contenedor_deplegable h3.cabecera_desplegable:first-child,
.contenido_dinamico #tabs .contenedor_deplegable h3.cabecera_desplegable:first-child {
	border-top: 0;
}

.contenido_dinamico .contenedor_deplegable h3.cabecera_desplegable.ui-accordion-header-active,
.contenido_dinamico .contenedor_deplegable h3.cabecera_desplegable.ui-state-active,
.contenido_dinamico .contenedor_deplegable h3.cabecera_desplegable.activo,
.contenido_dinamico .contenedor_deplegable h3.cabecera_desplegable:hover {
	border-left: 5px solid #3b7793;
	padding-left: 10px;
	color: #333d47;
}

.contenido_dinamico .contenedor_deplegable .contenido_desplegable {
	padding: 25px 20px;
}

.contenido_dinamico .contenedor_deplegable h3.cabecera_desplegable span {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 18px;
}

span.ui-accordion-header-icon.ui-icon.icon-mas-light,
span.ui-accordion-header-icon.ui-icon.icon-menos {
	position: absolute;
	right: 0;
}

.contenedor_deplegable .icon-mas-light,
.contenedor_deplegable .icon-menos {
	right: 20px !important;
}

.contenido_desplegable {
	padding: 2em 0;
	margin-bottom: 2em;
}

.caja-portafolios-titulo {
	font-size: 2.5em;
	font-weight: 300;
	color: #006083;
}

.plataforma-box {
	margin-top: 4em;
}

.plataforma-titulo {
	color: #006083;
	font-size: 1.8em;
	font-weight: 400;
}

.plataforma-titulo--interno {
	padding: 10px;
	border-bottom: 1px solid #006083;
	margin: 0 0 15px;
}

.caja-portafolios {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.detalle-plataforma {
	background: #f2f2f2;
	padding: 15px 15px 0;
}

.detalle-plataforma p {
	background: #f2f2f2;
	margin-bottom: 15px;
}

p.sub-mapa {
	margin-left: 30px;
}

.accesos_recurrentes {
	padding: 50px 0;
}
.accesos_recurrentes h2 ,
.accesos_directos h2 {
	font-weight: 600;
	font-size: 1.8em;
	line-height: 22px;
	letter-spacing: 0.0111em;
	color: #6F6F71;
	margin-bottom: 15px;
}
.accesos_directos h2 {
	margin-bottom: 40px;
}
.recomendaciones_box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px 24px 40px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	height: 100%;
}
.recomendaciones_box h3{
	font-weight: 400;
	font-size: 10px;
	line-height: 1.7em;
	letter-spacing: 0.0214em;
	color: #6F6F71;
	display: flex;
	align-items: center;
	flex: 1;
}
.recomendaciones_box h3 span{
	font-size: 1.4em;
}
.recomendaciones_box h3 b{
	font-size: 1.6em;
	color: #004A75;
	font-weight: 600;
}
.recomendaciones_box_head {
    margin-bottom: 15px;
}
.recomendaciones_box_body {
	padding: 15px 0;
	margin-bottom: 15px;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	font-size: 10px;
	flex:1;
}
.recomendaciones_box_head i {
    display: flex;
    font-size: 16px;
	margin: 0 10px;
}
.recomendaciones_box_body p {
	font-weight: 400;
	font-size: 1.2em;
	line-height: 17px;
	letter-spacing: 0.0167em;
	color: #333D47;
	margin-bottom: 0;
}
.recomendaciones_box_foot {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.recomendaciones_box_foot .boton {
    color: white;
	background: #004A75;
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.4em;
	line-height: 14px;
	font-weight: 600;
	letter-spacing: 0.0286em;
	border-radius: 8px;
	flex: 1;
	padding: 12px 10px;
}
.menu-principal > ul > li:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -2px;
    background: #36536f;
}
.boton:hover:before {
	display: none;
}
section.accesos_directos {
    background:#f3f3f3;
	padding: 45px 0;
}
@media (max-width: 1346px) {
	header nav li a {
		padding: 0 13px;
		font-size: 15px;
	}
}