/*@font-face {
	font-family: "elderecho";
	src: url("../fonts/elderecho.eot?v0.02");
	src: url("../fonts/elderecho.eot?#iefix") format("embedded-opentype"), url("../fonts/elderecho.woff?v0.02") format("woff"), url("../fonts/elderecho.ttf?v0.02") format("truetype"), url("../fonts/elderecho.svg#elderecho?v0.02") format("svg");
	font-weight: normal;
	font-style: normal;
}*/
body {
	font-size: 16px;
	max-width: 1480px;
	margin: 0 auto;
	font-family: 'Inter', Arial, sans-serif;
}
.main {
	padding-top: 50px;
}
h1, .h1, h2, .h2 {
}
h4, .h4 {
	color: #000;
}
h5 {
	font-weight: 600;
}
h1.title{
	color: #4A4A4A;
	margin: 20px 0;
	line-height: 1.4em;
}

i[class^="icon"],
i[class^="ed-"],
span[class^="lf-icon-"] {
	text-decoration:none !important;
	display: inline-block;
}

[class*="recaptcha"] {
	/*position: absolute;*/
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.g-recaptcha.btn {
	height: auto;
	border: 2px solid;
}

.rotated{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
	line-height: 3px;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.extra-padding{
	padding-top: 20px !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(221, 221, 221, 0);
}

.absolute-centered{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.btn {
	border-color: #001978;
	color: #001978;
	margin-bottom: 0;
	font-weight: 700;
	padding: 10px;
	max-width: 250px;
}

.btn-std, .modal-form .st-message .btn-std {
	padding: 10px 20px;
	width: auto;
	max-width: 100%;
	background-color: #5EC6DD;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: 600;
}
.btn-std:hover, .btn-std:focus, .btn-std.focus, .modal-form .st-message .btn-std:hover, .modal-form .st-message .btn-std:focus, .modal-form .st-message .btn-std.focus {
	border-color: #5EC6DD;
	background-color: #FFF;
	color: #5EC6DD;
}
.nomargin {
	margin: 0 !important;
}

/*CONTENEDOR FLUIDO/LIMITADO*/

.ltd {
	max-width: 1480px;
}

/*FONDO GRIS PARA BLOQUES*/

.bg-shaded {
	background: #F4F4F4;
	padding: 20px 0 0;
}
.bg-dark {
	background: #262626;
	padding: 20px 0 20px;
	color: #FFF;
	margin-bottom: 40px;
}
.bg-dark a {
	color: #FFF;
	font-weight: 500;
}
.bg-shaded small {
	font-size: 80%;
	font-weight: 600;
}

/*TEXTO GRIS*/

.grey-sans {
	color: #6A6A6A !important;
	font-weight: 500;
	font-size: .9em;
	word-wrap: break-word;
}
.grey-serif {
	color: #6A6A6A !important;
	font-weight: 500;
	font-size: .9em;
	line-height: 1.1;
	word-wrap: break-word;
}
.bg-dark .grey-serif {
	 color: #CCC !important;
 }
.grey-serif a, .grey-sans a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
.embed-responsive {
	padding-bottom: 38%;
	margin-bottom: 40px;
}
.label, .label-reverse {
	/*font-size: .55em !important;*/
	padding: 6px 10px;
}

/*LISTA ICONOS SOCIALES*/

.social-squares li {
	display: inline-block;
}
.social-squares li i {
	font-size: 2em;
	color: #FFF;
}

/*BORDE PUNTEADO PARA BLOQUES*/

.dotted-border {
	margin-bottom: 16px;
	padding-top: 16px;
	border-top: 2px dotted #EEE;
	border-bottom: 2px dotted #EEE;
}
.dotted-border-top {
	margin-bottom: 16px;
	padding-top: 16px;
	border-top: 2px dotted #EEE;
	overflow: hidden;
}
.dotted-border-bottom {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 2px dotted #EEE;
	overflow: hidden;
}

/*BORDE SUPERIOR SÓLIDO PARA BLOQUES*/

.solid-border {
	margin-bottom: 16px;
	padding: 16px 0;
	border-top: 2px solid #001E64;
	border-bottom: 2px solid #001E64;
}
.solid-border-top {
	margin-bottom: 16px;
	padding: 16px 0;
	border-top: 2px solid #001E64;
}
.solid-border-bottom {
	margin-bottom: 16px;
	padding: 0 0 16px;
	border-bottom: 2px solid #001E64;
}

/*ICONOS QUE NECESITAN ALINEACIÓN AL CENTRO*/

.ed-flecha-leer-mas:before {
	vertical-align: middle;
}

/*LINK VERDE CON ICONO A LA DERECHA*/

.go-to-link {
	font-weight: 700 !important;
	color: #808CBC !important;
}

/*TAMAÑO MAS PEQUEÑO PARA ICONOS*/

.small-icon {
	font-size: 60%;
}

/*BOTONES CON BORDE*/

.border-button {
	padding: 6px 10px;
	width: 100%;
	border: 2px solid #001978;
	color: #001978;
	text-transform: uppercase;
	display: block;
	text-align: center;
	background: none;
	font-weight: 600;
	font-size: .8em;
	letter-spacing: .6px;
	cursor: pointer;
}
.infographic .border-button {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*IMAGEN QUE SE EXTIENDE POR FUERA DE LOS LÍMITES DE LA COLUMNA*/

.img-extended {
	display: inline-block;
	margin-right: -20px;
	margin-left: -20px;
}

/* AUTOR */

.author {
	font-size: .8em;
}
.author a {
	color: #4A4A4A;
	font-weight: inherit;
	text-decoration: none;
}
.excerpt {
	line-height: 1.6;
}
.excerpt a {
	font-weight: 500;
	color: #6A6A6A;
}
.bold-title {
	font-weight: 900;
	font-size: 1.1em;
}
.form-control {
	display: block;
	padding: 0 20px;
	width: 100%;
	height: 39px;
	color: #333;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #BDBDBD;
}
.form-group.error .form-control {
	border-color: #D0021B;
}
.form-group.error .form-control:focus, .form-group.error .form-control:active {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(208, 1, 27, .6);
	outline-color: #D0021B;
}
.form-group.error, .form-group.error a, .form-group-group.error {
	color: #D0021B;
}
.form-group.error label:before {
	border-color: #D0021B;
}
.form-group.error input[type=checkbox]:checked+label:after {
	background-color: #D0021B;
}
.form-group.error p {
	margin-top: .5em;
	font-weight: 600;
	line-height: 1.4;
}

/* BLOQUE PROMOCIÓN */

.img-with-description {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 20px 20px 0;
}
.img-desc-main {
	padding-right: 0;
	padding-left: 0;
}
.img-with-description h3, .img-with-description .h3 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 1.4em;
	font-weight: 600;
	border-top: none;
	border-bottom: 2px solid #001E64;
	text-transform: uppercase;
}
.img-with-description h4, .img-with-description .h4 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.2;
	border: none;
	text-transform: none;
	color: #001978;
}
.img-with-description p {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: .8em;
	color: #222;
}
.label-cat, p.label-cat {
	margin-bottom: .5em;
	font-weight: 400;
	font-size: 1em;
	line-height: 1;
	color: #222;
	text-transform: uppercase;
}
.img-with-description figure {
    position: relative;
	margin-bottom: 20px;
	padding: 0;
}
.img-with-description .label {
	position: absolute;
	left: 0;
	font-size: .6em;
	font-weight: 500;
}
.img-with-description .label-reverse {
	position: absolute;
	top: -20px;
	right: 0;
}
.img-with-description li {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.img-with-description li:nth-child(1), .img-with-description li:nth-child(2) {
	margin-bottom: 0;
}
.img-with-description article {
    position: relative;
	border-top: 2px dotted #CCC;
	padding-top: 20px;
}
.img-with-description li:nth-child(1) article {
	padding-top: 0;
	border: none;
}
.img-with-description .border-button {
	margin-bottom: 20px;
}

/* BLOQUE DESCARGA GRATUITA */

.free-item-download {
	position: relative;
	display: block;
	margin-bottom: 0 !important;
	padding-top: 40px;
	border-color: #E6E8F2;
}
.free-item-download .label {
	position: absolute;
	top: 0;
	left: 0;
}
.book-slider li {
	margin: 0;
	padding: 0 10px;
}
.free-item-download figure {
	padding: 0;
	text-align: center;
}
.free-item-download img {
	max-width: 322px;
	margin-bottom: 1em;
}
.free-item-download .border-button {
	border-color: #001978;
	color: #001978;
}
.free-item-download .item-info {
	padding-right: 0;
}
.free-item-download .btn {
	width: 100%;
}
.free-item-download .btn:hover, .free-item-download .btn:focus {
	background-color: #001978;
	color: #FFF;
}
.free-item-download .grey-serif {
	font-size: .9em;
	padding-right: 0;
}
.free-item-download h4 {
	font-size: 1em;
	line-height: 1.3;
}

.txt-filter {
	margin-bottom: 1em;
	margin-left: 5px;
}
.txt-filter li {
	display: inline-block;
	margin-right: .09em;
	margin-bottom: .4em;
	padding: .14em .44em;
	font-weight: 600;
	font-size: .85em;
	color: #001978;
	border: 1px solid transparent;
	cursor: pointer;
}
.txt-filter li:hover, .txt-filter li.active {
	background-color: #F2F3F8;
	border-color: #7F8CBB;
}

.owl-nav {
	display: inline-block;
	margin: 1.142857em 0;
	padding: 12px 0;
	width: 100%;
	font-weight: 600;
	font-size: .9em;
	line-height: 0;
	border-top: 2px dotted #EEE;
	border-bottom: 2px dotted #EEE;
	color: #001978;
	text-decoration: none;
}
.free-item-download .owl-nav {
	display: inline-block !important;
	margin-top: 1.7em;
	margin-bottom: 0;
	text-align: center;
}
.owl-nav>div {
	width: 50%;
	display: inline-block;
	float: left;
}
.free-item-download .owl-nav>div {
	/*margin: 0 20px;*/
	width: auto;
	float: none;
}

.free-item-download .owl-nav>div:not(:last-child) {
	margin-right: 100px;
}

.owl-nav>div.owl-next {
	text-align: right;
}
.owl-nav i {
	vertical-align: sub;
	font-size: 1.2em;
}
.free-item-download .owl-nav i {
	font-weight: 600;
}
.brkn-news-slider .owl-nav {
    border: none;
}
.brkn-news-slider .owl-nav>div {
    width: auto;
    float: none;
}


/* BLOQUE AZUL GENÉRICO */

.led-blue-bg.framed-item:before {
	top: 20px;
	left: 20px;
	color: #FFF;
}
.led-blue-bg.framed-item:after {
	right: 20px;
	bottom: 20px;
	color: #FFF;
}
.led-blue-bg.framed-item {
	padding: 40px 24px !important;
	overflow: hidden;
	text-align: center;
	font-weight: 400;
	font-size: .9em;
	line-height: normal;
}

.cover-block.led-blue-bg.framed-item p {
	font-size: 1.3em;
}
.cover-block.led-blue-bg.framed-item p:last-of-type {
	margin-bottom: 2em;
}
.led-blue-bg .btn, .led-blue-bg a.btn {
	margin-bottom: 0;
	max-width: 320px;
	font-weight: 500;
	font-size: .9em;
	border-color: #FFF;
	color: #FFF !important;
}

.led-blue-bg ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFF;
	opacity: 1;
}
.led-blue-bg ::-moz-placeholder { /* Firefox 19+ */
	color: #FFF;
	opacity: 1;
}
.led-blue-bg :-ms-input-placeholder { /* IE 10+ */
	color: #FFF;
	opacity: 1;
}
.led-blue-bg :-moz-placeholder { /* Firefox 18- */
	color: #FFF;
	opacity: 1;
}

/* LOGIN PAGE */

.container.login{
	padding-top: 50px;
	padding-bottom: 50px;
}
.login .news-list{
	background: #FFF;
	padding: 40px;
}
.login.row{
	padding: 50px 0;
}
.login-bg{
	width: 100vw;
	height: 100vh;
	max-width:1480px;
	display: block;
	background-size: cover !important;
	position: absolute;
	top: 0;
	z-index: -1;
	margin: 0 auto;
}
.login .led-blue-bg{
    margin-bottom: 4em;
	padding: 40px;
}
.login .led-blue-bg h1 {
	font-size: 1.6em;
	font-weight: 400;
}
.login .led-blue-bg .help-block {
	margin-top: -24px;
	color: #FFF;
}
.login .led-blue-bg .help-block a {
	font-weight: 500;
	font-size: 0.9em;
	color: #FFF;
}
.login .led-blue-bg .help-block a:hover {
	text-decoration: underline;
}
.login .led-blue-bg .btn{
	width: 100%;
	max-width: 100%;
	text-transform: inherit;
}
.login .led-blue-bg .btn:hover, .led-blue-bg a.btn:hover {
	background-color: #FFF;
	color: #001978 !important;
}
.login .news-list{
	margin: 0 20px;
}
.login .input-group {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.login .input-group i{
	position: absolute;
	bottom: 6px;
	left: 10px;
	z-index: 3;
	color: #5EC6DD;
}
.login .input-group .form-control{
	border: none;
	background: #1C3286;
	color: #FFF;
	margin-top: 1px;
	padding-left: 40px;
	font-size: 1em;
}

/* BLOQUE NEWSLETTER nuevo*/
.newsletter-block-new .bg-newsletter {
	margin-bottom: 2em;
	background: #F3F5FF;
	border-top: 2px solid #001978;
	overflow: hidden;
	padding: 25px 0
}
.newsletter-block-new .cont-claim {
	line-height: 20px;
	font-size: 15px;
	display: table
}
.newsletter-block-new .claim-newsletter {
	text-transform: uppercase;
	color: #001978;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px
}
.newsletter-block-new .img-newsletter {
	margin: 0 30px 13px 0;
}
.newsletter-block-new form input[type=text] {
	color: #001978;
	width: 100%;
}
.newsletter-block-new form.form-inline .checkbox input[type=checkbox] {
	padding: 0;
	margin: 0;
	position: absolute
}
.newsletter-block-new form input[type=checkbox]+label {
	padding-left: 30px;
	line-height: 17px;
	margin: 20px 0;
	font-size: .9em;
}
.newsletter-block-new form hr {
	border: 0;
	border-top: 2px dotted #EEE;
	clear: both;
	margin: 10px 0 15px 0
}
.newsletter-block-new form .newsletter-toggle .checkbox label {
	padding-left: 30px;
	line-height: 17px;
	margin: 0;
	font-size: .9em !important;
	min-height: 38px;
}
.newsletter-block-new h4 {
	color: #001978;
	margin-bottom: 20px;
}
.newsletter-block-new input:focus, .newsletter-block-new textarea:focus, .newsletter-block-new select:focus {
	outline: 0;
	outline-offset: 0
}
.newsletter-block-new input[type=checkbox]+label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #4A4A4A;
    background: #fff;
}
.newsletter-block-new input[type=checkbox]:checked+label:after {
    left: 2px;
    top: 3px;
    width: 13px;
    height: 7px;
    border: solid #001978;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(305deg);
    -ms-transform: rotate(305deg);
    transform: rotate(305deg);
    background:transparent;
}
.newsletter-block-new .btn {
    background: #001978;
    border: none;
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
    color: #FFF;
    font-weight: 600;
    text-align: center;
}
.newsletter-block-new .form-group.error p {
    margin: 0;
    padding: 5px 0 0 0;
    width: auto;
    color: #D0021B;
    font-size: 0.8em;
    background-color: transparent;
}
.newsletter-block-new .form-group.error .form-control:focus, .newsletter-block-new .form-group.error .form-control:active {
    outline: none;
    border-bottom: 1px solid #D0021B;
    box-shadow: none;
}
.newsletter-block-new .form-group.error input[type=checkbox]:checked+label:after{
	background-color: transparent;
}
.newsletter-block-new .form-group.error .checkbox-custom+.checkbox-custom-label:before{
	background: transparent;
	border: 1px solid #D0021B;
}
.newsletter-block-new label a {
    color: #001978;
}
.newsletter-block-new input::-webkit-input-placeholder {
    color: #001978;
	opacity: 1;
}
.newsletter-block-new input::-moz-placeholder {
    color: #001978;
	opacity: 1;
}
.newsletter-block-new input:-ms-input-placeholder {
    color: #001978;
	opacity: 1;
}
.newsletter-block-new input:-moz-placeholder {
    color: #001978;
	opacity: 1;
}
/* Fin BLOQUE NEWSLETTER nuevo*/


/* BLOQUE NEWSLETTER nuevo V3*/
.newsletter-block-new.v3 .bg-newsletter {
	border: 2px solid #808CBC;
	background-color: #FFF;
}
.newsletter-block-new.v3 [class^="lf-icon"], .newsletter-block-new.v3 [class*=" lf-icon"] {
	display: block;
	margin: 0 .2em .4em;
	text-align: center;
	font-size: 3.7em;
	color: #001978;
}
.newsletter-block-new.v3 .cont-claim {
	margin-bottom: 1em;
	font-size: 1.22em;/*1.125em;*/
	font-family: 'Inter', Arial, sans-serif;
	line-height: 1.17;
	color: #001978;
}
.newsletter-block-new.v3 .claim-newsletter {
	display: inline-block;
	margin-bottom: .5em;
	font-weight: normal;
	font-size: 1.536885em;
	font-family: 'Inter', Arial, sans-serif;
	line-height: 1;
	text-transform: none;
}
.newsletter-block-new.v3 form input[type=text], .newsletter-block-new.v3 form input[type=email] {
	padding-left: 7px !important;
	width: 100%;
	height: 33px;
	border: 1px solid #EFEFF0;
	box-shadow: 0 0 3px 0 #D6D8D9;
}
.newsletter-block-new.v3 input::-webkit-input-placeholder {
	color: #898989;
	opacity: 1;
}
.newsletter-block-new.v3 input::-moz-placeholder {
	color: #898989;
	opacity: 1;
}
.newsletter-block-new.v3 input:-ms-input-placeholder {
	color: #898989;
	opacity: 1;
}
.newsletter-block-new.v3 input:-moz-placeholder {
	color: #898989;
	opacity: 1;
}
.newsletter-block-new.v3 input[type=checkbox]+label:before {
	width: 14px;
	height: 14px;
}
.newsletter-block-new.v3 input[type=checkbox]:checked+label:after {
	width: 10px;
}
.newsletter-block-new.v3 .btn {
	margin-top: 0;
	padding: 7px 8px 5px;
	border: 1px solid #001978;
	background-color: #FAE61C;
	color: #001978;
}
.newsletter-block-new.v3 .btn:hover {
	background-color: #001978;
	color: #FFF;
}
.newsletter-block-new.v3 form hr {
	margin-top: 24px;
}
.newsletter-block-new.v3 form input[type=checkbox]+label {
	padding-left: 20px;
	font-size: .8125em;
}
.newsletter-block-new.v3 .form-group-group li {
	min-height: 48px;
}
/*In RIGHT-BAR*/
.newsletter-block-new.v3.right-bar [class^="lf-icon"], .newsletter-block-new.v3.right-bar [class*=" lf-icon"] {
	font-size: 5em;
}
.newsletter-block-new.v3.right-bar .btn {
	padding: 7px 2px 5px;
}

@media (min-width: 768px) {
	.newsletter-block-new.v3 .bg-newsletter {
		padding: 25px 0 15px;
	}
	.newsletter-block-new.v3 [class^="lf-icon"], .newsletter-block-new.v3 [class*=" lf-icon"] {
		margin: 0 0 .4em;
		font-size: 6em;
	}
	.newsletter-block-new.v3 .btn {
		margin-top: 20px;
	}
	.newsletter-block-new.v3.right-bar [class^="lf-icon"], .newsletter-block-new.v3.right-bar [class*=" lf-icon"] {
		font-size: 4em;
	}
	.newsletter-block-new.v3.right-bar .cont-claim {
		font-size: 1.12em;
	}
	.newsletter-block-new.v3.right-bar .form-group:first-child {
		margin-bottom: 20px;
	}
	.newsletter-block-new.v3.right-bar form input[type=checkbox]+label {
		margin: 23px 0 10px;
	}
	.newsletter-block-new.v3.right-bar .btn {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.newsletter-block-new.v3 .cont-claim {
		margin-left: 36px;
	}
	.newsletter-block-new.v3 .claim-newsletter {
		font-size: 1.7932em;/*1.944em;*/
	}
	.newsletter-block-new.v3.right-bar [class^="lf-icon"], .newsletter-block-new.v3.right-bar [class*=" lf-icon"] {
		font-size: 4.7em;
	}
	.newsletter-block-new.v3.right-bar .cont-claim {
		margin-left: 0;
		font-size: 1.22em;
	}
	.newsletter-block-new.v3.right-bar .btn {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.newsletter-block-new.v3.right-bar .cont-claim {
		font-size: 1.25em;
	}
	.newsletter-block-new.v3.right-bar .claim-newsletter {
		font-size: 1.944444em;
	}
	.newsletter-block-new.v3.right-bar form input[type=checkbox]+label {
		font-size: 0.902777em;
	}
}
/* Fin BLOQUE NEWSLETTER nuevo V3*/


/* Demo gratis */
.free-demo{
	background: url('../images/bg-form.webp') no-repeat center ;
	background-size: cover;
	width:100%;
	overflow: hidden;
	border:1px solid #ececec;
	margin-bottom: 30px;
}
.free-demo form input[type=text]{
	padding: 8px !important;
	color:#001978;
	box-shadow:none;
	background-color:transparent!important;
	width:100%;
}
.free-demo .title-free-demo {
	color: #001978;
	font-size: 19px;
	padding: 25px 0 10px 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}
.free-demo form select.form-control:not([size]):not([multiple]) {
	height: 48px;
	font-family: "Inter", Arial, sans-serif;
    font-size: 1em;
    display: flex;
    height: 48px;
    padding: 12px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #5F6168;
    background: #FFFFFF;
}
.free-demo form .form-control {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1em;
    display: flex;
    padding: 12px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #5F6168;
    background: #FFFFFF;
    height: auto;
}
.free-demo .bg-opacity{
	background-color:rgba(255, 255, 255, 0.6);
}
.free-demo .form-group{padding:0 20px}
.free-demo form.form-inline .checkbox input[type=checkbox]{padding:0; margin:0; position: absolute}
.free-demo input[type=checkbox]+label {font-size: .9em;}

.free-demo input:focus, .free-demo textarea:focus, .free-demo select:focus { outline:0; outline-offset: 0}
.free-demo input[type=checkbox]+label:before {
	content: '' !important;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #4A4A4A;
	background: #fff;
}

.free-demo input[type=checkbox]:checked+label:after {
	left: 2px;
	top: 3px;
	width: 13px;
	height: 7px;
	border: solid #001978;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(305deg);
	-ms-transform: rotate(305deg);
	transform: rotate(305deg);
	background:transparent;
}
.free-demo .btn {
	background: #001978;
	border: none;
	margin-bottom: 0;
	font-size: 14px;
	width: 100%;
	color: #FFF;
	font-weight: 600;
	text-align: center;
}
.free-demo .btn i {
	color: #FFF;
	font-size: 1.2em;
	line-height: 0;
	vertical-align: sub;
	margin-right: 15px;
}
.free-demo .form-group.error p {
	margin: 0;
	padding: 5px 0 0 0;
	width: auto;
	color: #D0021B;
	font-size: 0.8em;
	background-color: transparent;
}
.free-demo .form-group.error .form-control:focus,
.free-demo .form-group.error .form-control:active{
	outline: none;
	border-bottom: 1px solid #D0021B;
	box-shadow: none;
}

.free-demo input::-webkit-input-placeholder {
	color: #001978;
	opacity: 1;
}
.free-demo input::-moz-placeholder {
	color: #001978;
	opacity: 1;
}
.free-demo input:-ms-input-placeholder {
	color: #001978;
	opacity: 1;
}
.free-demo input:-moz-placeholder {
	color: #001978;
	opacity: 1;
}
.free-demo .form-group.error input[type=checkbox]:checked+label:after{
background-color: transparent;
}
.free-demo .form-group.error .checkbox-custom+.checkbox-custom-label:before{
	background: transparent;
	border: 1px solid #D0021B;
}

.free-demo .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding:0
}
.free-demo .select2-container--default.select2-container--focus .select2-selection--multiple,
.free-demo .select2-container--default .select2-selection--multiple
{
	border:0; border-bottom:1px solid #001978; background: transparent; border-radius:0
}
.free-demo .select2-container .select2-search--inline .select2-search__field{
	font-size:14px;
}
.free-demo .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border:0;
	border-radius:0;
	padding:0;
	font-size:12px;
}
.free-demo .select2-container{
	font-size:14px;
}
.free-demo .select2-container--open .select2-dropdown--below{
	border-radius:0;
}
.free-demo select.select-product{box-shadow:none;border:0;border-bottom:1px solid #001978;background:transparent;color: #A1A1A1;padding-left: 0;}
.free-demo select.select-product.selected{color:#001978}
.free-demo select.select-product option{color:#001978}

/* Fin demo gratis*/


/* HAZTE AUTOR */
.bg-hazte-autor{ background-color: #F3F5FF;border-top:2px solid #001978;padding:40px 0}
.bg-hazte-autor .title{text-transform: uppercase;    color: #001978;    font-size: 19px;    font-weight: bold;    line-height: 20px;}
.bg-hazte-autor .title span{display: block;text-transform: lowercase; font-weight: normal;margin-bottom:40px;padding-top: 10px; color:#4A4A4A; font-size:15px}
.bg-hazte-autor span[class^="lf-icon-"] {
	font-size: 55px;
	color: #001978;
}
.bg-hazte-autor .adventage{font-size:15px; margin:15px 0; color:#4A4A4A}
.mT40{margin-top:40px}
.mB40{margin-bottom:40px}
.mTB50{margin:50px 0}
/*FIN HAZTE AUTOR*/

/* BLOQUE NEWSLETTER */

.newsletter-block p {
	font-size: 1.53em;
}
.newsletter-block .input-group {
	width: 100%;
}
.newsletter-block hr {
	border: 0;
	border-bottom: 1px solid #41539A;
	margin-bottom: 40px;
	margin-top: 0;
}
.newsletter-block .btn {
	background: #5EC6DD;
	padding: 10px 40px;
	border: none;
	margin-bottom: 0;
	font-size: 14px;
	width: 100%;
}
.newsletter-block .btn i {
	color: #FFF;
	font-size: 1.2em;
	line-height: 0;
	vertical-align: sub;
	margin-right: 15px;
}
.newsletter-block input.form-control {
	border: none;
	background: #1C3286;
	color: #FFF;
	margin-top: 1px;
}
.newsletter-block form p {
	text-align: left;
	font-size: 1em;
	margin-left: 60px;
	margin-top: 5px;
}
.newsletter-block form h4 {
	color: #BAC8DE;/*#41539a;*//*#dbdff0*/
	text-align: left;
}
.newsletter-block label a {
	color: #FFF;
}
p.newsletter-title {
	font-size: .8em;
	font-weight: 600;
}
.newsletter-block input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #BAC8DE;
	opacity: 1;
}
.newsletter-block input::-moz-placeholder {
	/* Firefox 19+ */
	color: #BAC8DE;
	opacity: 1;
}
.newsletter-block input:-ms-input-placeholder {
	/* IE 10+ */
	color: #BAC8DE;
	opacity: 1;
}
.newsletter-block input:-moz-placeholder {
	/* Firefox 18- */
	color: #BAC8DE;
	opacity: 1;
}
.newsletter-block .solid-border-top {
	margin: 15px 0 0;
	padding: 40px 0 10px;
	border-top: 1px solid #41539a;
	display: inline-block;
	width: 100%;
}
#newsletter-toggle {
	display: none;
}
/*.newsletter-block */.form-group.error p {
	margin: 0 0 20px 60px;
	padding: 5px;
	width: auto;
	background-color: #D0021B;
	color: #FFF;
}
/*.newsletter-block */.form-group.error .privacy {
	clear: both;
	margin: 10px 0 30px 0;
	padding: 5px;
	width: auto;
	background-color: #D0021B;
	color: #FFF;
}
/*.newsletter-block */.form-group.error .privacy a {
	color: #FFF;
}
/*.newsletter-block */.form-group.error label:before {
	border-color: #FFF;
}
/*.newsletter-block */.form-group.error .checkbox-custom+.checkbox-custom-label:before, /*.newsletter-block */.form-group.error .radio-custom+.radio-custom-label:before {
	background: #D0021B;
}
/*.newsletter-block */.form-group.error input[type=checkbox]+label, /*.newsletter-block */.form-group.error input[type=radio]+label {
	margin: 0;
}
.newsletter-block #newsletter-toggle .error p {
	margin-top: 0;
	margin-left: 15px;
}
.newsletter-block .input-group-btn {
	display: block;
	clear: both;
	width: 100%;
}

.infographic input[type=checkbox]+label, .infographic .form-group.error input[type=radio]+label {
	margin-top: -60px;
}
.infographic .form-group.error input[type=checkbox]+label, .infographic .form-group.error input[type=radio]+label {
	margin-top: -70px;
}
.infographic .form-group.error .checkbox-custom+.checkbox-custom-label:before, .infographic .form-group.error .radio-custom+.radio-custom-label:before {
	background: inherit;
	border: 1px solid #D0021B;
}
.infographic .form-group.error p {
	margin-left: 0;
}
.infographic .modal-body .form-control {
	margin-bottom: 3px;
}

/**/
.specials-toggle {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
	padding-left: 0;
	padding-bottom: 15px;
	width: 100%;
	border: none;
	border-bottom: 2px dotted #EEE;
	font-weight: 600;
	font-size: .9em;
	background: none;
	color: #000;
	text-align: left;
}

.specials-toggle i{
	float: right;
	display: block;
	margin-right: -6px;
	color: #5EC6DD;
}
/* CHECKBOXES */

.checkbox-custom, .radio-custom {
	position: absolute;
	opacity: 0;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	cursor: pointer;
}

label.checkbox-custom-label:focus {
	outline: none !important;
	border:0;
}
.checkbox-custom-label {
	position: relative;
}
.checkbox-custom+.checkbox-custom-label:before, .radio-custom+.radio-custom-label:before {
	content: '';
	background: #001978;
	border: 2px solid #FFF;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}
.checkbox-custom:checked+.checkbox-custom-label:before {
	content: '■';
	line-height: 7px;
}
.checkbox-custom:focus+.checkbox-custom-label {
	outline: 1px solid #ddd;
	/* focus style */
}
.checkbox-custom:focus+.checkbox-custom-label {
	outline: 1px solid #ddd;
	/* focus style */
}

/*CHECKBOX/RADIO CLEAN CODE start*/
.led-blue-bg input[type=checkbox]:checked+label:after {
	background-color: #FFF !important;
}
/*CHECKBOX/RADIO CLEAN CODE end*/

/* CALENDARIO */

.calendar-item {
	background: #FFF;
	padding: 20px;
	font-size: .8em;
	border-top: 2px solid #808CBC;
	margin-bottom: 20px;
}
.calendar-item h4, .calendar-item .heading {
	font-size: 1.4em;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 15px;
	min-height: 5em;
}
.calendar-item time {
	border-right: 1px solid #F5F5F5;
	margin-right: 5px;
	padding-right: 10px;
	font-size: 1em;
	font-weight: 600;
}
.calendar-item time:last-child {
	border: none;
}
.calendar-item i {
	vertical-align: middle;
	margin-right: 5px;
	color: #808CBC;
}
.calendar-item a {
	text-decoration: none;
}

#tableEventsCalendar th:first-child, #tableEventsCalendar td:first-child {
	padding-left: 0;
}

.input-group.date .input-group-addon{
	padding: 6px 8px;
}

#tableEventsCalendar .form-control {
	display: block;
	padding: 0 10px;
	width: 100%;
	height: 39px;
	color: #BDBDBD;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}

#tableEventsCalendar .btn {
	margin-bottom: 0;
	border-color: #FFF !important;
}

.glyphicon-time:before{
	content: "\4b";
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 1px;
	color: #001978 !important;
	overflow: hidden;
	float: left;
	font-size: 24px;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-down:after {
	content: "\59" !important;
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-up{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bootstrap-datetimepicker-widget .glyphicon-chevron-up:after {
	content: "\59" !important;
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.glyphicon-ok:after {
	content: "\56" !important;
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.glyphicon-trash:after {
	content: "\4f" !important;
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.glyphicon-chevron-right:before {
	content: "\51";
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 1px;
	color: #001978 !important;
	overflow: hidden;
	float: left;
	font-size: 24px;
}

.glyphicon-chevron-left:before {
	content: "\50";
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 1px;
	color: #001978 !important;
	overflow: hidden;
	float: left;
	font-size: 24px;
}

#tableEventsCalendar .tdActivity input{
	display: block;
	padding: 0 20px;
	width: 100%;
	height: 39px;
	color: #BDBDBD;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	border-radius:  0 !important;
}

#tableEventsCalendar th, #tableEventsCalendar td {
	text-align: left;
	font-weight: 500;
}


/* BLOQUE FICHA AUTOR */

.author-file {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.author-file figure {
	float: left;
	margin-right: 20px;
	margin-bottom: 7px;
	position: relative;
}
.cover .author-file figure {
	margin-bottom: 20px;
}
.author-file figure i {
	font-size: 2em;
	color: #5EC6DD;
	position: absolute;
	bottom: -10px;
	right: -10px;
	background: #FFF;
	border-radius: 30px;
	text-align: center;
}
.author-file .author-name {
	margin-bottom: 0;
	font-weight: 600;
	font-size: .9em;
	line-height: 1.3;
	color: #001978;
}
.cover .author-file h4, .cover .author-file .author-name {
	margin-bottom: 0;
	font-weight: 600;
	font-size: .85em;
	line-height: 1.3;
	color: #001978;
}

/* PAGINATION */

.pagination {
	width: 100%;
	padding-bottom: 15px;
}
.pagination>li {
	width: 50%;
	display: inline-block;
	float: left;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	margin: 0;
	line-height: 1.42857143;
	color: #001978;
	text-decoration: none;
	background-color: #FFF;
	font-size: .9em;
	text-transform: capitalize;
	letter-spacing: normal;
}
.pagination>li:last-child>a {
	float: right;
}
.pagination i {
	vertical-align: sub;
}
.pagination-sm>li {
	width: auto;
	display: inline-block;
	float: left;
}
.pagination-sm>li a {
	padding: 10px 15px;
	background: #f1f1f1;
	margin-right: 5px;
	width: 38px;
	text-align: center;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:last-child > span, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	padding:10px;
}

.free-item-download .pagination {
	margin-bottom: 0;
}


/* TITULARES EN MAYÚSCULAS DE PORTADAS*/

.uppercase-title {
    clear: both;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 0 10px;
    font-weight: 600;
	font-size: 1.4em;
    line-height: 1.3;
	border-color: #808CBC;
    text-transform: uppercase;
}

.specials .uppercase-title {
	font-size: 1.4em;
	padding-bottom: 20px;
}
.cover-block.specials {
	position: relative;
}
.cover-block.specials .absolute-right {
	text-align: right;
	margin-bottom: 20px;
}
.uppercase-title-sm {
	text-transform: uppercase;
	font-size: .87em;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 0;
	clear: both;
}
.uppercase-title-sm.dotted-border-bottom {
	padding-bottom: 10px;
}

/* LISTADOS EN PORTADAS */

.index-list li {
	border-bottom: 2px dotted #EEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.index-list li>* {
	border-top-color: #5EC6DD;
}
.index-list li p {
	font-size: .9em;
	color: #000;
	margin-bottom: 15px;
	line-height: normal;
}
.index-list li p span {
	display: block;
}
.index-list li p span.pull-right {
	margin-top: .7em;
	font-size: .8em;
	color: #001978;
}
.index-list .heading {
	margin-bottom: 5px;
	padding-right: 15px;
	font-weight: 600;
	font-size: 1em;
	color: #000;
}
.read-more-link {
	font-size: .87em;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
}
.index-list li .label {
	font-size: .7em;
}
.index-list li .label:after {
	right: -14px;
	font-size: 23px;
}
.index-list li .ed-ico-p-down, .index-list li .ed-flecha-grande-2 {
	color: #5EC6DD;
	display: block;
	float: right;
	margin-right: -15px;
}
.index-list li .ed-ico-p-down:before {
	vertical-align: bottom;
}
.horizontal-list li {
	border-top-color: #808CBC;
}
.index-list.horizontal-list:not(:first-child) .solid-border-top {}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #666;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #5EC6DD;
}
.four-cols li:first-child h4 {
	border-top: 2px solid #5EC6DD;
	margin-bottom: 15px;
	padding: 10px 0;
}
.section-subtitle {
	margin-top: 60px
}
.specials .section-subtitle {
	margin-top: 20px
}
/*.blue-dot-list {
	padding-left: 20px;
}
.blue-dot-list li {
	position: relative;
	margin-bottom: 20px;
}
.blue-dot-list li:before {
	content: '';
	background-color: #5EC6DD;
	height: 4px;
	width: 4px;
	border-radius: 2px;
	display: block;
	position: absolute;
	top: 10px;
	left: -15px;
}*/

.story-main ul, .story-main ol {
	margin-bottom: 2em;
	padding-left: 20px;
}
.story-main li {
	position: relative;
	margin-bottom: 20px;
}
.story-main ul li:before {
	display: block;
	position: absolute;
	top: 10px;
	left: -15px;
	width: 4px;
	height: 4px;
	content: '';
	background-color: #808CBC;
	border-radius: 50%;
}
.story-main li ul, .story-main li ol {
	margin-top: 1em;
}
.img-desc-main ul {
	padding-left: 0;
}
.img-desc-main ul li:before {
	display: none;
}
.input-group-btn {
	font-size: inherit;
}

/* MODALS */

.modal-body .share-infographics{
	padding-left: 0;
	text-align: left;
	margin-bottom: 10px;
}

.modal-body .share-infographics li {
	display: inline-block;
	padding: 0 10px 0 0;
	line-height: 0;
	margin: 0;
}

.modal-body .share-infographics li a{
	color: #42B5B3;
	font-size: 2.5em;
}

.modal-dialog {
	/*width: 70%;*/
}

.modal-content{
	padding:20px;
}

.modal-header {
	padding: 0;
	margin: 15px;
	border-bottom: 2px dotted #e5e5e5;
}
.modal-header .modal-title, .modal-header h4 {
	font-weight: 400 !important;
	font-size: 1.4em;
}

.modal-header p{
	font-size: .9em;
	font-weight: 600;
}

.modal-title {
	text-transform: inherit;
	margin-bottom: 15px;
}

.modal-body {
	position: relative;
	padding: 0 15px 15px;
	overflow: hidden;
}

.modal-body .input-group, .modal-body .btn{
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}

.modal-body .btn{
	margin-top: 15px;
}

.modal-body legend{
	border:none;
	font-size: .9em;
	font-weight: 600;
}

.modal-body .form-control{
	height: 55px;
}

.modal-body .checkbox-custom+.checkbox-custom-label:before {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	background: #FFF;
	/*box-shadow: inset 0 0 0 1px #001978;*/
	border: 1px solid #001978;
}

.modal-body .checkbox-custom:checked+.checkbox-custom-label:before {
	content: '■';
	line-height: 7px;
}

.modal-body .checkbox-custom, .modal-body .checkbox-custom-label, .modal-body .radio-custom, .modal-body .radio-custom-label {
	font-size: .9em;
}

.modal-body .form-group{
	padding: 0;
}

.modal-body .input-group {
	display: block;
}

.modal-body .form-control{
	margin-bottom: 15px;
}

.modal-header .close {
	margin-top: -15px;
	margin-right: -15px;
}

.modal-newsletter{
	text-align: center;
}

.modal-newsletter .btn {
	background: #5EC6DD;
	border: none;
	font-size: 14px;
	padding: 10px 40px;
	color: #FFF;
	margin-bottom: 20px;
}

/**/
.most-read li{
	margin-bottom: 15px;
	position: relative;
	padding-right: 0;
	padding-left: 0;
}

.most-read li span{
	width: 100%;
	border-bottom: 2px dotted #EEE;
	padding-bottom: 15px;
	display: block;

}
/*LISTAS*/

.checkmark-list li {
	padding-left: 15px;
	margin: 0 15px 10px;
	position: relative;
	font-weight: 600;
}
.checkmark-list li:before {
	font-family: "elderecho" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\56";
	position: absolute;
	top: 4px;
	left: -15px;
	color: #808CBC;
}

/* BOLQUE VOLVER */

.back-to-list {
	margin-top: 20px;
	font-size: .9em;
}

/* NAVEGACION FLECHAS */

.arrow-navigation {
	width: 100%;
	position: absolute;
	font-size: 2.5em;
	z-index: 1;
}

.arrow-navigation .nav-next{
	float:right;
	cursor: pointer;
}

.arrow-navigation .nav-prev{
	float: left;
	cursor: pointer;
}

/* SWITCH CHECKBOX */


/* The switch - the box around the slider */

.switch {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 30px;
}

/* Hide default HTML checkbox */

.switch input {
	display: none;
}

/* The slider */

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #41539A;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 4px;
	bottom: 3px;
	background-color: #41539A;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked+.slider {
	border: 2px solid #FFF;
}
input:checked+.slider:before {
	background-color: #FFF;
}
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}
input:focus+.slider {
	background-color: #FFF;
}
input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */

.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}

/* TAGS */

.tag-cloud {
	margin-bottom: 20px;
}
.tag-cloud h2 {
	font-size: 1.4em;
}
.rightbar .tag-cloud ul {
	padding-left: 20px;
	margin-bottom: 0;
}
.tag-cloud li {
	border: 1px solid #42B5B3;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 5px 10px 0 !important;
}
.tag-cloud li a {
	color: #42B5B3;
	padding: 10px;
	font-size: .8em;
}
.tag-cloud li:before {
	display: none;
}


/*MSG FEEDBACK*/

.st-message.event-form-container legend {
	margin-left: 0;
}

.st-message {
	margin: 24px 0 48px 0;
}
.st-message .solid-border-top {
	overflow: hidden;
	margin-bottom: 0;
	padding: 40px 0;/*22px 0;*/
}
.st-message img {
	width: 30px;
}
.st-message .ed-checkmark, .ok-message .ed-checkmark, .st-message .ed-close, .ko-message .ed-close, .st-message .ed-alert {
	display: inline-block;
	padding: 8px 7px;
	width: auto;
	border-radius: 50px;
	line-height: .4;
	text-align: center;
	background: #417505;/*#93C961;*/
	color: #FFF;
}
.st-message .ed-close, .ko-message .ed-close {
	padding: 10px 9px;
	background: #D0021B;
}
.st-message .ed-close:before, .ko-message .ed-close:before {
	font-size: 12px;
}
.st-message .ed-alert {
	background: #CF7700;
}
.st-message h2, .st-message [aria-level="2"] {
	font-size: 1.4em;
	margin-bottom: .7em;
	line-height: 1.2;
}
.st-message p {
	margin-bottom: .625em;
	font-size: .9em;
}
.st-message p:last-child {
	margin-bottom: 2em;
}
.st-message .btn {
	display: inline-block;
	margin: 3em auto 0;
}
.st-message table {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	font-size: .9em;
}
.st-message tr {
	height: 30px;
}
.st-message th {
	font-weight: 500;
	padding-left: 1.25em;
}
.st-message td {
	font-weight: 600;
	padding-left: 1.25em;
}

.error-page i.ed-glyphicon-remove-circle {
	font-size: 8em;
	color: #001978;
}

.revising {
	color: #001978;
}
.published {
	color: #417505;
}
.rejected {
	color: #D0021B;
}



#lawMenssage > a {
	background: none !important;
	border: 3px solid #001978 !important;
	color: #001978 !important;
	font-weight: 700 !important;
	padding: 10px !important;
	text-transform: uppercase !important;
	font-size: .9em !important;
}

/* LOGIN MODAL */

.modal-form .modal-dialog {
	width: auto !important;
}
.modal-form .modal-body .btn {
	width: auto;
}
.modal-form .btn {
	padding: .7em 2em;
}
.modal-form button.close {
	font-size: 1.3em;
	margin-top: 7px;
}

/* AUTHOR AREA */
.event-form-container.autor-ed {
	margin-top: 60px;/*24px;*/
	padding-top: 0;
}
.event-form-container.autor-ed:before, .st-message.autor-ed:before {
	content: "";
}
.autor-ed .modal-content {
	border-top: 4px solid #5EC6DD;
	background-color: #FDF9F9;
}
.autor-ed .link-back {
	margin-top: -60px;
}
.autor-ed .solid-border-top, .autor-ed .solid-border-top.uppercase-title {
	border-top-color: #5EC6DD;
}
.st-message.autor-ed {
	border-bottom: 2px dotted #DDD;
}
.mT20{
	margin-top:20px;
}
.autor-ed [aria-level="2"], .autor-ed h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600!important;
	font-size: 32px;
	line-height: 1.3;
	color: #5EC6DD;
}
.autor-ed [aria-level="2"].message-succes, .autor-ed h2.message-succes {
	color: #417505;
}
.autor-ed [aria-level="2"].message-warning, .autor-ed h2.message-warning {
	color: #CF7700
}
.autor-ed [aria-level="2"].message-delete, .autor-ed h2.message-delete {
	color: #D0021B;
}
.autor-ed [aria-level="2"] small, .autor-ed h2 small {
	display: block;
	font-weight: normal;
	font-size: 90%;
	line-height: 2;
	color: #777;
}
.autor-ed .checkmark-list li:before {
	color: #5EC6DD;
}
.autor-ed textarea {
	padding-top: 1em;
	min-height: 100px;
}
.autor-ed textarea.art-text {
	min-height: 200px;
}
.autor-ed table {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.autor-ed th {
	color: #5EC6DD;
}

.ed-load-a {
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */
   /* transform: rotate(.03turn);  */
   height: 80px;
   width: 80px;
}

@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

.download-content.no-register-for-content,
.download-content.no-register-for-content-demo{
	width: 100%;
	display: inline-block;
	background: #001978;
	color: #FFF;
	position: relative;
	padding: 40px;
	z-index: 1;
	margin: 0 0 20px;
}


.donwload-title {
	font-size: .7em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.donwload-subtitle {
	margin-bottom: 20px;
}

.donwload-subtitle.setTitle {
	font-weight: 700;
	font-size: 1.1em;
}

.download-form label,
.demo-form label {
	width: 100%;
}


.download-form span.input-group-btn,
.demo-form span.input-group-btn{
	vertical-align: bottom;
}

.download-form input#button-send,
.demo-form input#button-send-lead
 {
	background-color: #E6E8F2;
	color: #fff;
	z-index: 2;
	position: relative;
	border: none;
	padding: 10px 40px;
	width: 100%;
	max-width: 100%;
}

.download-form input#nameControl,
.demo-form input.genericControl {
	width: 100%;
}

.download-form .button-close-no-exclusive,
.demo-form .button-close-no-exclusive {
	color: #FFF;
	right: 0;
	position: absolute;
}

.download-form input.form-control,
.demo-form input.form-control {
	border: none;
	background: #1C3286;
	color: #FFF;
	margin-top: 1px;
}

.download-center{
	text-align: center;
}

.download-center .btn{
	border-color: #FFF;
	color: #FFF;
}

.download-center img{
	margin: 0 auto 20px;
}
.download-center [aria-level="3"] {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.33333;
	color: #FFF;
}

.info-form_form-control a{
	color: #E6E8F2;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 54px;
	right: 20px;
	border-radius: 50px;
	border: solid 1px #ffffff;
	background: #808CBC;
	width: 45px;
	height: 45px;
	display: none;
	opacity: .7;
}
a.back-to-top{
	color:#FFF!important;
	z-index: 2;
}
.back-to-top i{
	transform: rotate(180deg);
	line-height:17px;
}

.noScroll{
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
}
/* BUSCADOR */
 .input-container input {
	border:none;
	height: 40px;
	border-left: 1px solid #EEE;
}
 .input-container .btn{
	padding:12px;
	font-weight: 500;
	height: 40px;
	font-size: .8em;
}
.container .input-container input{
	border:1px solid #DBDBDB;
}
.btn-icon{
	padding:7px 5px 2px 5px;
	margin-left:10px
}
.btn-icon i{
	font-size:22px;
}
/* Suscripción alertas especial */
@keyframes blink {
	to { color: yellow; }
}
.coronario {
	padding: 30px;
	text-align: center;
	font-size: 1.6em;
	background-color: #001978;
	color: #FFF;
	animation: blink 1s steps(2, start) infinite;
}

/* BUSCADOR ESPECIALES */
.search-special {
	margin-bottom: 30px;
	padding: 24px 10px 15px;
	border: 1px solid #7F8CBB;
	background-color: #F7F8FB;
}
.search-special label {
	margin-bottom: .9em;
	font-size: 1.1em;
	color: #222;
}
.search-special input {
	font-size: 1.15em;
}
.search-special .btn:hover {
	background-color: #7F8CBB;
	color: #FFF;
}
.search-special .alert {
	margin-bottom: 0;
	padding: 30px 0 0;
	font-weight: 600;
	font-size: 1.2em;
	color: #D0021B;
}
.search-special .alert-danger {
	position: absolute;
	top: 14px;
	font-size: .9em;
	border: 0;
	background-color: transparent;
}
.search-special-results {
	padding: 0;
}
.search-special-results h3 {
	padding-left: 0;
	font-size: 1.4em;
	color: #222;
}
.search-special-results .search-terms {
	font-style: italic;
}
.search-special-results .btn {
	padding: 8px 8px 6px;
	line-height: 1;
	border-width: 1px;
}
.search-special-results .btn:hover {
	background-color: #001978;
	color: #FFF;
}

/* CONTENEDOR HTML */
.editor-block {
	margin-bottom: 30px;
	border-bottom: 2px dotted #EEE;
}
/*
.modal-form input[type=checkbox], input[type=radio] {
	position: absolute;
	left: -9999px;
	font-size: .1em;

}
.modal-form input[type=checkbox]+label, .modal-form input[type=radio]+label {
	padding-left: 32px;
	display: inline-block;
	position: relative;
	margin: 10px 20px 10px 0;
}
.modal-form input[type=checkbox]+label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #4A4A4A;
	background: #FFF;
}
.modal-form input[type=checkbox]:checked+label:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #001978;
	position: absolute;
	top: 5px;
	left: 5px;
	transform: rotate(0);
}
.modal-form input[type=radio]+label:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #666;
	background: #FFF;
	border-radius: 50%;
}
.modal-form input[type=radio]:checked+label:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #001978;
	position: absolute;
	border-radius: 50%;
	top: 5px;
	left: 5px;
}
*/
.event-ad {
	padding: 10px 25px;
	text-align: center;
	color: #001978;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	z-index: 2;
}
.event-ad i {
	margin-right: 20px;
	font-size: 1.7em;
	display: block;
	float: left;
	padding: 5px 0 0;
}
.event-ad span {
	/*vertical-align: -webkit-baseline-middle;*/
	display: block;
	padding-top: 10px;
}
.event-ad button {
	width: 100%;
	max-width: 100%;
}
.event-ad .ed-close, .event-ad .lf-icon-close {
	position: absolute;
	top: 10px;
	right: 15px;
	margin-right: 0;
	font-weight: bold;
	font-size: 12px;
}
.newsletter-block .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.newsletter-block .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
	 background:#1C3286!important;
	 border:none;
	 color:#FFF;
	 border-radius:0;
 }
 .newsletter-block .select2-container--default.select2-container--focus .select2-selection--multiple,
 .newsletter-block .select2-container--default .select2-selection--multiple{
	 background:#1C3286!important;
	 border:none;
	 color:#FFF;
	 border-radius:0;
	 min-height:39px;
 }
 .newsletter-block .select2-container--default .select2-selection--multiple .select2-selection__rendered{
 margin:10px -15px
 }
 .newsletter-block .select2-container--default .select2-selection--multiple .select2-selection__choice{
	 background-color:transparent;
	 border:0;
	 opacity:0.7;
 }
 .newsletter-block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	 color:#FFF;
	 opacity:1;
 }
.newsletter-block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	color:#FFF;
	opacity:1;
}
.newsletter-block  .close{
	font-size:30px;
	color:#FFF;
	font-weight:normal;
	opacity:0.8;
	line-height:16px;
}
.newsletter-block-new .close{
    font-size:30px;
    color:#001978;
    font-weight:normal;
    opacity:0.8;
    line-height:16px;
}
.newsletter-block-new .close:hover,
.newsletter-block-new .close:focus{
    opacity:1;
    outline:0;
}
.newsletter-block .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
	margin-left:15px;
}
.newsletter-block .input-group-btn .btn{
	margin-top:50px;
}
.newsletter-block .input-group .form-control{
	 z-index:0!important;
}

.closeExpanContentContainer {
	font-size: 1.2em;
	font-weight: 600;
	color: #001978;
	filter: alpha(opacity=100);
	opacity: 1;
}

.closeExpanContentContainer:hover {
	color: #001978;
}
.closeExpanContentContainer span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	font-size: 1.7em;
}
.bar-block-banner {
    margin-bottom: 3em;
}
.list-content-item {
    margin-bottom: 2.5em;
}
.list-content-item h3 {
    margin-bottom: .2em;
    font-weight: 600;
    font-size: 1.2em;
}
.list-content-item:nth-of-type(3n+1) {
    clear: both;
}
.social-round * {
	color: #FFF;
}

.rightbar .social-round ul {
	margin-bottom: 0;
}
.rightbar .social-round li {
	margin: 0 8px 8px 0;
	border-radius: 50%;
	background-color: #001978;
}
.social-round [class^="lf-icon"], .social-round [class*=" lf-icon"] {
	padding: 9px 4px;
	font-size: 1.4em;
}

/* MEDIA QUERIES */

@media (max-width: 600px) {
	.d-ad-none {
		display: none;
	}
}

@media (min-width: 480px) {
    .st-message img {
        width: auto;
    }
    .st-message .ed-checkmark, .ok-message .ed-checkmark, .st-message .ed-alert {
        padding: 13px 12px;
    }
    .st-message .ed-close, .ko-message .ed-close {
        padding: 15px 14px;
    }
    .st-message h2, .st-message [aria-level="2"] {
        font-size: 1.8em;
        line-height: 38px;
    }
    .st-message p {
        font-size: 1em;
    }
    .st-message table {
        font-size: 1em;
    }
    .btn-std {
        padding: 10px 40px;
    }
	.search-special label {
		font-size: 1.4em;
	}
	.free-item-download img {
		max-width: 251px;
		max-height: 248px;
	}
}

@media (max-width: 767px){
	h1.title{
		font-size: 1.8em;
	}
	 .solid-border-top.resultLaw,
	 .solid-border-top.ok-message,
	 .solid-border-top.ko-message,
	 .solid-border-top.teaser{
		padding: 16px 20px;
		overflow: hidden;
	}
    .newsletter-block-new form#newletterForm{
        margin-top:20px;
    }
    .newsletter-block-new .btn{
        max-width: 100%;
        margin-top:20px;
    }
    .newsletter-block-new .claim-newsletter{
        font-size:16px;
    }
	.search-special {
		border-right: 0;
		border-left: 0;
	}

}

@media (min-width: 600px){
	.author-data span.grey-sans {
		max-width: 85%;
	}
	.free-item-download img {
		max-width: 214px;
		max-height: 209px;
	}
}

@media (min-width: 768px) {

	.checkbox-custom:focus+.checkbox-custom-label {
		outline: none;
	}
	.container.special-page{
		padding-top: 60px;
	}
	.label, .label-reverse {
		font-size: 12px !important;
		padding: 6px 10px;
	}
	.border-button {
		padding: 6px 35px;
	}
	.infographic .border-button {
		padding: 10px 35px;
	}
	.img-with-description figure {
		float: left;
		margin-bottom: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.img-with-description li:first-child {
		border-bottom: none;
	}
	.img-with-description h3, .img-with-description .h3 {
		border-bottom: 2px dotted #CCC;
	}
	.img-with-description .label-reverse {
		position: relative;
		top: 0;
		margin: 0 0 15px;
		padding: 0;
		background: none;
		font-weight: 600;
		font-size: 1.3em !important;
		color: #5EC6DD !important;
	}
	.img-with-description .label-reverse.ed-green-bg:after {
		display: none;
	}
	.img-with-description h4, .img-with-description .h4 {
		font-size: 1em;
		font-family: 'Poppins', Arial, sans-serif;
	}
	.img-with-description p {
		font-size: 1em;
	}
	.img-with-description .border-button {
		width: 350px;
		max-width: 100%;
	}
	.img-with-description li:nth-child(2) article {
		padding-top: 0;
		border: none;
	}
	.img-with-description li:nth-of-type(2n+1) {
		clear: both;
	}
	.horizontal-list li {
		display: inline-block;
		width: 31.6%;
		margin-right: 2%;
	}
	.horizontal-list.more-readed li{
		vertical-align: top;
		height: 135px;
	}
	.horizontal-list.more-readed li span{
		position: absolute;
		bottom: 0;
	}
	.horizontal-list.more-readed li>h4, .horizontal-list.more-readed li .heading {/*FBC*/
		margin-bottom: 1.2em;
        max-height: 96px;
		font-size: 1.8rem;
        overflow: hidden;
    }
	.horizontal-list li:nth-child(3n) {
		margin-right: 0;
	}
	.horizontal-list.two-cols li {
		display: inline-block;
		width: 48%;
		margin-right: 3%;
		vertical-align: top;
	}
	.horizontal-list.two-cols li:nth-child(2n) {
		margin-right: 0;
	}
	.horizontal-list.four-cols li {
		display: inline-block;
		width: 23%;
		margin-right: 2%;
	}
	.horizontal-list.four-cols li:nth-child(4n) {
		margin-right: 0;
	}
	.four-cols li h4 {
		border-top: 2px solid #5EC6DD;
		margin-bottom: 15px;
		padding: 10px 0;
	}
	.newsletter-block .form-group {
		width: 60%;
		margin: 0 auto;
	}
	.newsletter-block .input-group {
		width: 60%;
		margin-bottom: 20px;
	}
	.newsletter-block .input-group.error p{
		margin-left:0;
		width: 100%
	}
	.index-list li .label {
		float: left;
	}
	.cover-block.month-autor .label {
		float: none;
	}
	.author-file figure {
		width: 100%;
	}
	.free-item-download .owl-nav > div:not(:last-child) {
		margin-right: 36px;
	}
	.free-item-download .grey-serif {
		font-size: .9em;
		padding-right: 0;
	}
	.free-item-download img {
		max-width: 158px;
		max-height: 204px;
	}

	.newsletter-block #newsletter-toggle {
		display: none;
		width: 60%;
		margin: 0 auto;
	}
    .newsletter-block-new #newsletter-toggle {
        display: none;
        text-align: left;
    }
	.newsletter-block .input-group-btn {
		display: inline;
		margin-left: 0;
		/*margin-left: 50px;*/
	}
	.newsletter-block .btn {
	 width: auto;
	}
	/*.input-group .form-control.newsletter-trigger {
		width: calc(100% - 215px);
	}
	.input-group.error .form-control.newsletter-trigger {
		width: calc(100% - 216px);
	}*/
	.most-read li{
		vertical-align: bottom;
		float: none;
		display: table-cell;
		padding-right: 20px;
	}
	.st-message {
		margin: 60px 0;/*74px 0 0;*/
	}
	.modal-form .modal-dialog {
		width: 600px !important;
	}
	.modal-form .st-message .ed-alert {
		margin-left: -12px;
	}
	.back-to-top {
		bottom: 20px;
		opacity: 1;
	}
	.cover-block.specials .absolute-right {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (max-width: 991px){
	 h1.title {
		margin: 60px 0 20px 0;
	}
	.extra-padding {
		padding-top: 60px !important;
	}
	.event-ad {
		margin-top:105px;
	}
	.event-ad .btn {
		margin:15px 0 10px 0;
	}
}

@media (min-width: 992px) {
	.container.special-page{
		padding-top: 0;
	}
	.bold-title {
		padding-top: 30px;
		font-size: 1.5em;
	}
	.download-form input.form-control,
	.demo-form input.form-control#emailLead  {
		width: 77%;
		float: left;
	}
	.download-form input#button-send,
	.demo-form input#button-send-lead{
		max-width: 250px;
	}
	.event-ad .btn {
		float:right;
	}
	.event-ad {
		padding: 25px 50px;
		text-align: left;
	}
	.event-ad span {
		float: left;
	}
	.event-ad button {
		max-width: 270px;
	}
	.closeExpanContentContainer:focus {
		outline-color: transparent;
	}
	.free-item-download img {
		max-width: 166px;
		max-height: 215px;
	}
	.img-with-description h4, .img-with-description .h4 {
		font-size: 1.2em;
	}
}

@media (min-width: 1200px) {
	.free-item-download img {
		max-width: 206px;
		max-height: 267px;
	}
}


blockquote:before, .framed-item:before, blockquote:after, .framed-item:after {
	font-size: .8em;
}

/* COOKIES */

#lawMenssage{
	display: none;
	position: fixed;
	width: 100%;
	background-color: #dfdfdf;
	z-index: 9999;
	left: 0;
	padding: 20px 20px 15px 20px;
	color: #4a4a4a;
	font-size:0.75em;
}

#lawMenssage p {
	margin-top: initial;
	margin-bottom: 10px;
	width: 90%;
}


/* COOKIES EN EL TOP*/

#lawMenssage.top{
	top: 0;
	border-bottom: 2px solid #001978;
}

/* COOKIES EN EL BOTTOM*/

#lawMenssage.bottom{
	bottom: 0;
	border-top: 2px solid #001978;
}

/* BOTON ACEPTAR */

#lawMenssage > a {
	background: #f8e81d;
	padding: 10px 40px;
	display: inline-block;
}
.mb-20 {
	margin-bottom: 20px;
}

/* BINGEWITH Nota: En teoria está solucionado en web-29153
.binge-iframe{
	opacity: 1 !important;
}
*/
.cont-indice {
	padding-top: 1em;
	padding-left: 3em !important;
	padding-right: 1.5em !important;
	border: 1px solid #001978;
	border-radius: 0.4em;
	background-color: rgb(0 25 120 / 5%);
	margin-top: 0.5em !important;
	margin-bottom: 2em !important;
}
.cont-indice .level-2 {
	margin: 1em 0 !important;
	font-size: 0.95em !important;
	padding-left: 2em !important;
}

:target {
	scroll-margin-top: 180px;
}
