@font-face {
	font-family: 'Roboto';
	font-style: normal;
	src: url('../font/Roboto.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	src: url('../font/Roboto-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	src: url('../font/Merriweather.ttf') format('truetype');
}

@font-face {
	font-family: 'Trajan';
	font-style: normal;
	src: url('../font/TrajanPro-Bold.otf')	;
}

:root {
	font-size: 17px;
}

* {
	margin: 0;
	padding: 0;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cleaner {
	height: 0;
	line-height: 0;
	clear: both;
}

body {
	background-color: #f2f2f2;
	font-family: 'Roboto', Geneva, sans-serif;
	font-size: 1rem;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
	width: 100%;
}

a {
	text-decoration: none;
	color: #404040;
}

ul#indice, menu, dir {
	list-style-type: none;
}

bold {
	font-weight: 600;
}

italic {
	font-style: italic;
}

form {
	label {
		font-size: 0.875rem;
		color: #4e4e4e;
		font-weight: 400;
	}

	textarea {
		border: none;
		width: 100%;
		height: 100px;
		margin-bottom: 20px;
	}
}

.rrss {
	min-height: 44px;
}

.fb { background-color:#1877f2; }
.li { background-color:#0a66c2; }
.wa { background-color:#25d366; }
.oc { background-color:#a6ce39; }
.bs { background-color:#0085FF; }
.em { background-color:#d5483b; }

.fb-txt { color:#1877f2; }
.li-txt { color:#0a66c2; }
.wa-txt { color:#25d366; }
.oc-txt { color:#a6ce39; }
.em-txt { color:#ffffff; }

.d-none {
	display: none;
}

.d-unset {
	display: unset !important;
}

.d-flex {
	display: flex;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-block {
		display: block !important;
	}
}

@media screen and (max-width: 1166px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-block {
		display: block !important;
	}
}

@media screen and (min-width: 1167px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-block {
		display: block !important;
	}
}

.float-left {
	float: left;
}

.bordered {
	border: 1px solid #f2f2f2;
}

.border-bottom {
	border-bottom: 1px solid #f2f2f2;
}

.w-20 {
	width: 20%;
}

.w-50 {
	width: 50%;
}

.w-80 {
	width: 80%;
}

.w-100 {
	width: 100%;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 5px !important;
}
.mb-2 {
	margin-bottom: 10px !important;
}
.mb-3 {
	margin-bottom: 15px !important;
}
.mb-4 {
	margin-bottom: 25px !important;
}
.mb-5 {
	margin-bottom: 30px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 5px !important;
}
.pt-2 {
	padding-top: 10px !important;
}
.pt-3 {
	padding-top: 15px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.my-3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ml-0 {
	margin-left: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}

.op-5 {
	opacity: 50%;
}
.op-8 {
	opacity: 80%;
}

.tarjeta {
	background-color: #fff;
    padding: 10px 16px;
}

.filtro {
	background: #cfcdcd;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	font-size: 9pt;
	color: #4f4f4f;
}

.ver-mas {
	font-size: 11pt;
}

// Input
.text-input {
	display: block;
	width: 100%;
	padding: 8px 15px;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-bottom: 8px;
	border: 1px solid rgba(0, 0, 0, 0);
}

// Fading animation

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

// Paginador

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: auto;
}
[data-pagination] {
	font-size: 8pt;
	line-height: 1;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	margin: 1em auto;
	text-align: center;
	transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
	list-style-type: none;
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: .5em !important;
}
[data-pagination] ul li {
	display: inline-block;
	font-size: 100%;
	width: auto;
	border-radius: 3px;
}
[data-pagination] > a {
	font-size: 140%;
}
[data-pagination] a {
	display: inline-block;
	color: #777;
	font-size: 110%;
	padding: .5em;

	.fas {
		font-size: 70%;
	}
}
[data-pagination] a:focus,
[data-pagination] a:hover {
	color: #639999;
}
[data-pagination] li.current {
	background: rgba(0,0,0,.1);
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
	opacity: .5;
	pointer-events: none;
}
@media (min-width: 350px) {
	[data-pagination] {
		font-size: 10pt;
	}
}
@media (min-width: 500px) {
	[data-pagination] {
		font-size: 16px;
	}
}
@media (min-width: 700px) {
	[data-pagination] {
		font-size: 14pt;
	}
}
@media (min-width: 900px) {
	[data-pagination] {
		font-size: 16pt;
	}
}

// contenido

.container {
	max-width: 1165px;
	min-width: 320px;
	margin: 0 auto;
}

#TopMenu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 40px;
	background: #639999;
}

#TopMenu ul {
	display: flex;
	font-size: 14px;
	float: right;
	margin-right: -10px;
}

#TopMenu ul li {
	border-right: 1px solid #9bb7b7;
	text-align: center;
	line-height: 15px;
	display: block;
	padding: 0 10px; 	
	height: 14px;
	margin-top: 12px;
}

#TopMenu ul li:last-child {
	border-right: none;
}

#TopMenu ul li a {
	color: #fff;
	text-align: center;
	font-family: 'Roboto';
}

#TopMenu ul li a:hover {
	color: #c6e2e2;
}

.logo {
	display: block;
	object-fit: cover;
	max-height: 110px;
}

#topCont {
	width: 100%;
	margin: 0 auto;
	padding-top: 6px;
	background: #cfcdcd;
	display: block;
}

#contenedor {
	width: 100%;
	margin-bottom: 6px;
	display: block;
	overflow: hidden;
}

.top-bar-left {
	float: left;
	max-width: 245px;
}

.top-bar-right {
	float: right;
	width: 50%;
	position: relative;
	margin-top: 20px;
}

.top-bar, .top-bar ul {
	list-style: none;
}

.top-bar-left p {
	font-size: 12px !important;
	font-family: 'Merriweather';
	max-width: 234px;
	padding: 0;
}

.fa {
	font: normal normal normal 36px/1 FontAwesome !important;
	font-size: inherit;
	text-rendering: auto;
}

.fa {
	color: #639999;
}


// metricas

.tab-metricas__metrica {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 2px;
	box-sizing: border-box;
	margin-bottom: 2px;
}

.tab-metricas__titulo{
	width: 55%;
	padding: 10px 8px;
}

.tab-metricas__titulo p {
	color: #fff;
	margin-bottom: 0 !important;
	font-size: 14px !important;

}

.tab-metricas__numero {
	background-color: #fff;
	padding: 10px;
	width: 45%;
	text-align: left;
}

.tab-metricas__numero p{
	margin-bottom: 0 !important;
	color: #5c5c5c;
	padding: 0 !important;
}

.tab-metricas__total p {
	font-weight: bold;
}




// forms

form {
	label {
		margin-bottom: 5px;
		display: inline-block;
	}
	.form-control {
		border: none;
		padding: 10px;
	}

	.form-group {

	}
}

.btn-primary {
	background: #639999;
	padding: 10px 15px;
	color: #ffffff;
	border: none;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	&.active {
		opacity: 0.5;	
	}
}

/* Foro */

.foro {
	padding-right: 8px;
}

.foro-enlace {
	color: #5267db
}
.foro-label {
	font-size: 14px;
	color: #4E4E4E;
	margin-bottom: 8px;
}

.modal {
	width: 550px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	background-color: #F5F5F5;
}

.modal p {
	padding-right: 0 !important;
}

.modal h4 {
	border: 0 !important;
}

.modal-title {
	border-bottom: 1px solid ;
	border-color: #505050;
	color: #505050;
	display: flex;
	justify-content: space-between;
}

.modal-title button {
	background: none;
	border: none;
	font-size: 15px;
	color: #505050;
}

.modal-title:focus-visible{
	outline: none;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	padding: 30px;
}



.foro-textarea {
	display: block;
	width: 100%;
	padding: 8px 15px;
	border: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	resize: none;
	margin-bottom: 8px;
	border: 1px solid rgba(0,0,0,0);
}

.foro-textarea:focus-visible {
	border: 1px solid #d0d0d0;
	outline: none;
}

.foro-select {
	padding: 8px 15px;
	border: none;
	border-radius: 0;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 16px;
}

.foro-comentario {
	padding: 15px;
	background-color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
	/* border-bottom: 1px solid #e4e4e4; */
}


.comentario-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.comentario-usuario {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	color: #484848;
	margin-top: 0 !important;
}

.comentario-fecha {
	font-size: 12px;
	color: #656565;
}

.comentario-pin {
	font-size: 12px;
	color: #656565;
}

.comentario-contenido {
	color: #4E4E4E !important;
	line-height: 1.6em !important;
	line-height: 150% !important;
	font-size: 14px !important;
	margin: 0 !important;
}

.comentario-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



/* Metricas */

.metricas a.btn-primary {
	text-decoration: none !important;
	display: inline-block;
	font-size: 10pt;
}

.metricas table th {
	padding: 9px 10px;
	background-color: #f0f0f0;
}

.metricas table tfoot tr td {
	font-weight: bold;
	background-color: #e4e4e4;
}

@font-face {
	font-family: 'icomoon';src:url('../font/icomoon/icomoon.eot');src:url('../font/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../font/icomoon/icomoon.woff') format('woff'), url('../font/icomoon/icomoon.ttf') format('truetype'), url('../font/icomoon/icomoon.svg#icomoon') format('svg');font-weight: normal;font-style: normal;
}

.sb-search {
	position: relative;
	margin-top: 18px;
	margin-right: 0;
	width: 0%;
	min-width: 36px;
	height: 36px;
	float: right;
	overflow: hidden;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	width: 100%;
	max-width: 280px;
	height: 36px;
	margin: 0;
	z-index: 10;
	padding: 10px;
	font-family: 'Roboto';
	font-size: 13px;
	color: #2c3e50;
	outline: none;
	border: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sb-search-input::-webkit-input-placeholder, .sb-search-input:-moz-placeholder, .sb-search-input::-moz-placeholder, .sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search, .sb-search-submit {
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #639999;
	z-index: 90;
	font-size: 22px;
	display: inline-block;
    margin-left: 0;
    height: 45px;
    background: #cfcdcd;
}

.sb-icon-search:before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: #639999;
	color: #fff;
	z-index: 11;
	width: 84px;
	line-height: 30px;
	font-size: 16px;
}

.sb-search.sb-search-open .sb-icon-search::before {
	font-family: 'Roboto', Geneva, sans-serif;
	font-size: 14px;
	content: "Buscar";
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 90;
}

a > .sb-icon-search {
	display: none;
}

#espacio {
	height: 30px;
	display: block;
}

#categoria {
	background: #f2f2f2;
	width: 100%;
	height: auto;
	margin: 30px auto;
	border-top: none;
}

#contenidogeneral {
	background: #f2f2f2;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-top: none;
}

p {
	font-family: 'Roboto', Geneva, sans-serif;
	color: #5F6163;
	margin-bottom: 1rem;
	padding-right: 15px;
	line-height: 1.5em;
}

.texto {
    display: block;
    color: #fff;
    font-size: 16px;
    background: #639999;
    padding-left: 10px;
    line-height: 25px;
    padding-top: 2px;
	padding-bottom: 5px;
}

.space-h2 {
	padding-top: 15px;
}

.vc_row {
	margin-left: 0;
	margin-right: 0;
}

.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
	float: left;
}

.vc_col-sm-3 {
	width: 25%;
}

.vc_col-sm-6 {
	width: 50%;
}

.wpb_wrapper {
	margin: 5px;
}

.clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .row::after, .row::before {
	display: table;
	content: " ";
	clear: both;
}

.vc_row::after, .vc_row::before {
	content: " ";
	display: table;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	padding-right: 7px;
	padding-left: 7px;
	float: left;
}

.col-md-1 {
	width: 8.33333333%;
}

.col-md-2 {
	width: 16.66666667%;
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 33.33333333%;
}

.col-md-5 {
	width: 41.66666667%;
}

.col-md-6 {
	width: 50%;
}

.col-md-7 {
	width: 58.33333333%;
}

.col-md-8 {
	width: 66.66666667%;
}

.col-md-9 {
	width: 75%;
}

.col-md-10 {
	width: 83.33333333%;
}

.col-md-11 {
	width: 91.66666667%;
}

.col-md-12 {
	width: 100%;
}	

.color {
	background-color: #639999;
	padding: 20px 0 50px 0;
}

.salto {
	margin-top: 0px !important;
}

.list {
	list-style: none;
}

.list ul {
	width: 90%;
}

.list li {
	border-bottom: 1px solid #fff;
	margin: 0 4% 4% 4%;
}

.list li a {
	font-family: 'Roboto', Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}

.list li a:hover {
	color: #c6e2e2;
}

.resp {
	width: 100%;
	margin-top: 6px;
	padding-right: 45px;
}

.wget {
	margin-top: 6px;
	background-color: #9A8A9B;
	color: #ffffff;
	width: 21%;
	padding: 5px;
	text-align: center;
	margin-right: 46px;
	font-size: 10pt;

	.wrap {
		border: 1px solid #ffffff;
		display: inline-block;
		padding: 10px;
		/* margin: 5px; */
		width: 100%;
	}

	a {
		color: #ffffff;
	}

	p {
		padding-right: 0;
	}

	.bloque-wget-01 {
		border-bottom: 1px solid #ffffff;
	}
	.bloque-wget-02 {
		width: 50%;
		border-right: 1px solid #ffffff;
		float: left;
		padding-top: 15px;
	}
	.bloque-wget-03 {
		width: 50%;
		float: left;
		padding-top: 15px;
	}
}

@media screen and (min-width: 1176px) {
	.pl-lg-0 { padding-left: 0 !important; }
	.pr-lg-0 { padding-right: 0 !important; }
	.ml-lg-0 { margin-left: 0 !important; }
	.mr-lg-0 { margin-right: 0 !important; }
}

@media screen and (max-width: 1166px) {

	#TopMenu ul {
		margin-right: 5px;
	}

	#nav li {
		font-size: 10pt !important;
	}

	.sb-search {
		margin-right: 15px;
	}
	.top-bar-left {
		padding: 0 15px;


		p {
			font-size: 7.5pt !important;
		}
	}
}

@media screen and (max-width: 767px) {
	#topNav {
		padding: 0;
	}

	.sb-search {
		margin-right: 50px;
		display: none;
	}

	a > .sb-icon-search {
		display: block;
		margin-right: 50px;
		margin-top: -2px;
	}

	.vc_col-sm-6 {
		width: 100%;
	}

	.vc_col-sm-3 {
		width: 50%;
	}

	.box.columns-4 ul.box-wrap li {
		width: 49%;
	}

	.info {
		padding: 5px;
	}

	.box.news-list .fblanco {
		margin: 0;
	}
}

.c1, #nav ul.c1 a {
	background: #956477;
}

.c2, #nav ul.c2 a {
	background: #998a9d;
}

.c3, #nav ul.c3 a {
	background: #6a7586;
}

.c4, #nav ul.c4 a {
	background: #00a4d2;
}

.c5, #nav ul.c5 a {
	background: #4a9e91;
}

.c6, #nav ul.c6 a {
	background: #a0b968;
}

.c7, #nav ul.c7 a {
	background: #e3b239;
}

.c8, #nav ul.c8 a {
	background: #e96a03;
}

#menutoggle {
	display: block;
	margin: 0;
	padding: 0 22px;
	width: auto;
	color: #2c3e50;
	// background: #37474f;
	height: 45px;
	font: 18px/46px 'Open Sans','Trebuchet MS','Roboto', Arial, Helvetica, sans-serif;
	// text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 40px;
	transition: background 0.2s linear 0s;
	// -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#menutoggle span {
	display: none;
}

#menutoggle:before {
	display: inline-block;
	margin-left: 0;
	width: 21px;
	height: 45px;
	line-height: 45px;
	content: "\f0c9";
	color: #639999;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: inherit;
	text-rendering: auto;
	text-align: center;
	font-size: 21px;
}

#menutoggle.is-active:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

// #menutoggle:hover, #menutoggle:active, #menutoggle.is-active {
// 	background-color: #455a64;
// }

#menutoggle {
	display: block;
}

#nav {
	font-family: 'Roboto', Geneva, sans-serif;
	clear: both;
	margin: 0;
	width: 100%;
	height: 0;
	overflow: visible;
	position: relative;
	z-index: 1000;
}

#nav ul {
	float: none;
	display: block;
	margin: 0;
	width: auto;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;
	position: relative;
}

#nav #menutoggle.is-active + ul {
	max-height: 1000px;
	opacity: 1;
	transition: max-height 0.3s ease-in-out, opacity 0.25s ease-in-out;
}
#nav li {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

#nav a, #nav span.submenu {
	float: none;
	display: block;
	margin: 0;
	height: auto;
	padding: 0 1rem;
	color: #fff;
	line-height: 40px;
	text-align: left;
	font-weight: normal;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: background 0.17s linear 0s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.875rem;
}

/* #nav span.submenu:after {
	width: 16px;
	float: right;
	margin: 8px 10px 0 0;
	height: inherit;
	content: "\f103";
	color: inherit;
	text-align: center;
	font: normal normal normal 16px/1 FontAwesome !important;
	font-size: inherit;
	text-rendering: auto;
	font-size: 105%;
} */

#nav span.submenu.is-active {
	border-bottom: 1px dotted #455a64;
}

#nav span.submenu.is-active:after {
	content: "\f102";
}

#nav ul.submenu {
	margin: 0;
	padding: 0;
	width: 100%;
	max-height: 0;
	background: none;
	opacity: 1;
	position: relative;
	top: 0;
	transition: max-height 0.15s linear 0s;
}

#nav span.submenu.is-active + ul.submenu {
	max-height: 360px;
	overflow-y: auto;
}

#nav ul.submenu a {
	padding-left: 40px;
	;
}

#nav a:hover, #nav li:hover span.submenu, #nav ul.submenu a:hover {
	background: #455a64;
}

@media screen and (min-width: 36em) {
	#menutoggle {
		padding: 0 15px 0 15px;
	}

	#menutoggle span {
		display: inline-block;
	}

	// #menutoggle:before {
	// 	margin-right: 10px;
	// }
}

@media screen and (min-width: 768px) {
	#menutoggle {
		display: none;
	}

	#nav {
		height: 40px;
		position: relative;
		z-index: 99;
	}

	#nav ul {
		float: left;
		width: 100%;
		height: auto;
		opacity: 1;
		position: relative;
		z-index: 10;
		top: 0;
		overflow: visible;
	}

	#nav li {
		float: left;
		width: 12.5%;
		min-width: auto;
		height: 40px;
		position: relative;
		overflow: visible;
		border-right: 1px solid #cfcdcd;
	}

	#nav a, #nav span.submenu {
		text-align: center;
		transition: background 0.2s linear 0s;
	}

	#nav span.submenu:after {
		display: none;
	}

	#nav a:hover, #nav a.is-active, #nav li:hover span.submenu, #nav ul.submenu a:hover, #nav span.submenu.is-active {
		background: #666666;
	}

	#nav a.is-active {
		background: #ed6827;
	}

	#nav a.is-active:hover {
		background: #455a64;
	}

	#nav li:hover {
		z-index: 11;
	}

	#nav ul.submenu {
		width: 250px;
		float: left;
		max-height: 0;
		position: absolute;
		opacity: 0;
		top: 40px;
		z-index: 10;
		transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
		overflow: hidden;
		;
	}

	#nav li:hover ul.submenu, #nav ul.submenu.is-active {
		left: 0;
		max-height: 400px;
		opacity: 1;
	}

	#nav ul.submenu li {
		float: none;
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
		height: auto;
	}

	#nav ul.submenu a:hover, #nav ul.submenu a.is-active:hover {
		color: #FFFFFF !important;
	}

	#nav ul.submenu a {
		padding: 7px 15px 7px 15px;
		font-size: 13px;
		float: none;
		display: block;
		margin: 0;
		height: auto;
		text-transform: none;
		text-align: left;
		line-height: 1.5em;
		border-bottom: 1px solid white;
	}
}

@media screen and (min-width: 768px) and (max-width: 920px) {

	#nav ul.submenu a {
		font-size: 13px;
	}
}

@media screen and (max-width: 767px) {
	.top-bar-right {
		position: absolute;
		right: 0;
		top: 55px;
		width: 100%;
	}

	.sb-search-input {
		max-width: 90% !important;
	}

	#nav ul.submenu a.is-active:hover {
		color: #9eeeee !important;
	}

}

* {
	box-sizing: border-box;
}

.banner, .bannerColeccion {
	position: relative;
	padding-top: 10rem;
	padding-bottom: 10rem;
	margin-bottom: 30px;

	.caption {
		color: #ffffff;
		position: absolute;
		z-index: 1;
	}
}
.banner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	display: block;
	z-index: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(3, 45, 129, 0.8) 10%, rgba(83, 154, 169, 0.8) 100%);
}

.bannerColeccion:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	display: block;
	z-index: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(102, 102, 102, 0.8) 10%, rgba(153, 138, 157, 0.8) 100%);
}

.cover-image {
	background-size: cover!important;
	background-position: center!important;
	width: 100%;
	position: relative;	
}

.homeSlides {
	display: none;
}

img {
	vertical-align: middle;
}

.slideshow-container {
	// max-width: 1519px;
	position: relative;
	margin: auto;
}




.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* vendor prefixes omitted due to brevity */
}



.homeSlides {
	position: relative;

	.caption-container {
		max-width: 1165px;
		min-width: 320px;
		top: 0;
		left: 15px;
		right: 0;
		height: 100%;
		margin: 0 auto;
		position: absolute;

		@media screen and (max-width:1250px) {
			left: 45px;
		}

		.caption {
			position: relative;
			left: 0;
			top: 0;
			bottom: 50%;
			width: 50%;
			height: 100%;
			color: #ffffff;

			.wrap {
				text-align: left;
				position: relative;
				height: 100%;
				width: 100%;
				font-size: 120%;

				h3 {
					margin-bottom: 20px;
				}

				p {
					color: #ffffff;
					line-height: 140%;
				}
			}
		}
	}
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	background-color: #f1f1f1;
	color: black;
}

div#slider {
	overflow: hidden;
	margin: 40px 0;
}

div#slider figure img {
	width: 20%;
	float: left;
}

div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 30s slidy infinite;
	;
}

@keyframes slidy {
	0% {
		left: 0%;
	}

	20% {
		left: 0%;
	}

	25% {
		left: -100%;
	}

	45% {
		left: -100%;
	}

	50% {
		left: -200%;
	}

	70% {
		left: -200%;
	}

	75% {
		left: -300%;
	}

	95% {
		left: -300%;
	}

	100% {
		left: -400%;
	}
}

.artmasleido {
	padding-top: 35px;
	width: 75%;
}

.contentart {
	background-color: white;
}

.post {
	margin-bottom: 20px;
	padding-top: 2px;
	font-family: 'Roboto', Geneva, sans-serif;
}

.post-date, .post-meta {
	margin-bottom: 0.5rem;
	color: #727272;
	font-weight: 350;
	font-size: 1rem;
	font-family: 'Roboto';
}

.post-title {
	margin-bottom: 0.75rem;
	font-size: 26px;
	font-weight: 300;
	font-size: 1.5rem;
	font-family: 'Merriweather', serif;
	color: #505050;
	b {
		color: #404040;
		font-weight: 700;
	}
}

.post-meta {
	font-size: 1rem;
	margin: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4em;
	sup {
		font-size: 0.666rem;
	}
}

.post .contenido, .post .listado, .post .table {
	background-color: #fff;
	padding: 10px 16px;

	p {
		color: #4e4e4e;
		line-height: 155%; 
		font-size: 17px;
		font-family: 'Roboto', sans-serif;
	}
}

.post {
	.c1 {
		boxed-text {
			background: #95647710;
			border: 1px solid #95647760;
		}
		figure {
			border-color: #95647760;
		}
		.fullsize, .return {
			background-color: #95647760;
		}
	}
	.c2 {
		boxed-text {
			background: #998a9d10;
			border: 1px solid #998a9d60;
		}
		figure {
			border-color: #998a9d60;
		}
		.fullsize, .return {
			background-color: #998a9d60;
		}
	}
	.c3 {
		boxed-text {
			background: #6a758610;
			border: 1px solid #6a758660;
		}
		figure {
			border-color: #6a758660;
		}
		.fullsize, .return {
			background-color: #6a758660;
		}
	}
	.c4 {
		boxed-text {
			background: #00a4d210;
			border: 1px solid #00a4d260;
		}
		figure {
			border-color: #00a4d260;
		}
		.fullsize, .return {
			background-color: #00a4d260;
		}
	}
	.c5 {
		boxed-text {
			background: #4a9e9110;
			border: 1px solid #4a9e9160;
		}
		figure {
			border-color: #4a9e9160;
		}
		.fullsize, .return {
			background-color: #4a9e9160;
		}
	}
	.c6 {
		boxed-text {
			background: #a0b96810;
			border: 1px solid #a0b96860;
		}
		figure {
			border-color: #a0b96860;
		}
		.fullsize, .return {
			background-color: #a0b96860;
		}
	}
	.c7 {
		boxed-text {
			background: #e3b23910;
			border: 1px solid #e3b23960;
		}
		figure {
			border-color: #e3b23960;
		}
		.fullsize, .return {
			background-color: #e3b23960;
		}
	}
	.c8 {
		boxed-text {
			background: #e96a0310;
			border: 1px solid #e96a0360;
		}
		figure {
			border-color: #e96a0360;
		}
		.fullsize, .return {
			background-color: #e96a0360;
		}
	}
}

.post {
	.table {
		background-color: white;
		label {
			font-weight: 600;
			float: left;
			margin-right: 10px;
			color: #4e4e4e;
			line-height: 150%;
		}
		.caption {
			line-height: 150%;
		}
		table {
			background: white;
			margin-top: 1.25rem;
			margin-bottom: 1.25rem;
			border: solid 1px #dddddd;
			width: 100%;
		}
	
		table tr.even, table tr.alt, table tr:nth-of-type(even) {
			background: #f9f9f9;
		}
		td {
			line-height: 1.125rem;
			padding: 0.5625rem 0.625rem;
		}
		a.return {
			display: block;
			width: 180px;
			padding: 8px;
			margin-bottom: 10px;
			margin-left: auto;
			color: white;
			text-decoration: none;
		}
	}
}

.post .contenido {
	h1 {
		padding-bottom:5px;
		font-size: 1.25rem;
		border-bottom: 1px solid #505050;
		margin-top: 15px;
		margin-bottom: 10px;
		font-weight: 400;
		font-family: 'Merriweather';
	}

	h2 {
		font-size: 1.125rem;
		font-weight: bold;
		color: #4e4e4e;
		font-family: 'Merriweather';
	}

	h3 {
		display: block;
		font-style: italic;
		color: #4e4e4e;
		margin-top: 7px;
		font-size: 1rem;
	}
	h4 {
		font-weight: initial;
	    margin-bottom: 11px;		
	}
	a {
		text-decoration: underline;
	}
	td {
    	line-height: 1.125rem;
		padding: 0.5625rem 0.625rem;
	}

	&.listado {
		h3 {
			font-weight: 200;
		}
	}

	boxed-text {
		display: block;
		padding: 15px;
		margin-bottom: 30px;
		color: #4e4e4e;
		line-height: 24px;

		title {
			display: block;
			margin-bottom: 10px;
		}
		.caption {
			line-height: 150%;
			padding-bottom: 10px;
		}
		label {
			font-weight: 600;
			float: left;
			margin-right: 10px;
			color: #4e4e4e;
		}		
	}

	figure {
		border-style: solid;
		border-width: 2px;
		padding: 20px 10px;
		max-width: 100%;
		margin-bottom: 24px;
		clear: both;
		label {
			font-weight: 600;
			float: left;
			margin-right: 10px;
			color: #4e4e4e;
			line-height: 150%;
		}
		.caption {
			line-height: 150%;
		}
		.notes {
			font-size: 14px;
		}
		img {
			width: 100%;
			height: auto;
			margin-bottom: 1.25rem;
		}
	}
	a.fullsize {
		display: block;
		width: 180px;
		padding: 8px;
		margin-top: 10px;
		margin-left: auto;
		color: white;
		text-align: center;
		text-decoration: none;
	}
	a.return {
		display: block;
		width: 180px;
		padding: 8px;
		margin-bottom: 10px;
		margin-left: auto;
		color: white;
		text-decoration: none;
	}
	table {
		background: white;
		margin-bottom: 1.25rem;
		border: solid 1px #dddddd;
	}

	table tr.even, table tr.alt, table tr:nth-of-type(even) {
		background: #f9f9f9;
	}

	.ideasclave {
		background-color: #dbd0d6;
		border:  1px solid #876977;
		padding: 10px 20px;
		margin-bottom: 20px;
		color: #4e4e4e;
		
		p {
			line-height: 120%;
			margin-bottom: 10px;
			margin-top: 5px;
		}
		ul {
			padding: 0 5px 0 20px;
			list-style: disc;

			li {
				margin-bottom: 5px;
			}
		}


	}
}



.post .destacar {

	h3 {
		font-size: 20px;
		margin: -5px 0 10px 0;
	}

	ul, ol {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin-left: -10px;
		li {
			flex: 1 0 calc(20% - 10px);
			box-sizing: border-box;
			list-style-type: none;
			border: 1px solid #8f6675;
			border-radius: 5px;
			padding: 15px;
			color: #4e4e4e;
			background: #dfd2d7;
			margin-left: 10px;
			margin-top: 10px;
			text-align: left;
		}
	}
}

.pie-cc {
	margin: 20px 0 0 0;
	border: 2px solid white;
	padding: 10px;

	.legal {
		font-family: 'Roboto', Geneva, sans-serif;
		font-size: 8pt;
	}

	.izq {
		float: left;
		margin: 5px;
	}

}

.post h2, .post h3 {
	line-height: 24px;
	margin-bottom: 0.25rem;
	font-weight: normal;
}

.post h2 {
}

.post h3 {

}

.post h4 {
	font-weight: initial;
    margin-bottom: 11px;
}
.sidebar-select select{
	/* Reset Select */
	appearance: none;
	outline: 0;
	border: 0;
	box-shadow: none;
	/* Personalize */
	width: 100%;
	padding: 0 1em;
	color: #fff;
	background-image: none;
	cursor: pointer;
	font-size: 10pt;
	margin: 1px;
	border-radius: 0;
}
	/* Custom Select wrapper */
.sidebar-select{
	position: relative;
	display: flex;
	width: 100%;
	height: 43px;
	z-index: 0;
	overflow: hidden;
}
	/* Arrow */
.sidebar-select::after {
	position: absolute;
	content: '↓';
	width: 10px;
	line-height: 43px;
	top: 0;
	right: 10px;
	color: #ffffff;
}

.sidebar {
	margin: 0 5px 5px 5px;
	padding: 0 5px 5px 5px;
	font-family: 'Roboto', Geneva, sans-serif;
	display: inline-block;
    // float: right;
    position: sticky;
    top: 0px;
    margin-bottom: 80px;
    overflow-y: auto;

    .tab {
    	overflow-y: auto;

    	&.indice li {
    		position: relative;
    	}

    	&.indice li:hover {
			&:before {
				content: "●";
				position: absolute;
				left: -12px;
				top: -1px;
			}
    	}

    	&.referencias li {
    		margin-left: 40px;
		overflow-wrap: anywhere;
    	}
		.active {
			font-weight: bold;
			list-style-type: upper-roman;
			position: relative;

			&:before {
				content: "●";
				position: absolute;
				left: -12px;
				top: -1px;
			}
    	}
    }
}

.sidebar h4 {
	font-weight: normal;
    padding: 21px 0 8px 0;
    font-size: 20px;
    border-bottom: 1px solid #505050;
}

.sidebar h5 {
	margin-top: 15px;
	font-size: 15px;
	margin-bottom: 5px;
}

.sidebar { 
	ol li, ul li {
		margin-left: 15px;
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 140%;
	}
	.notas {
		a {
			text-decoration-color: rgb(64, 64, 64);
			text-decoration-line: underline;
			text-decoration-style: solid;
		}
	}
	.foro {
		padding-bottom: 30px;
	}
}

.sidebar p {
	padding-right: 38px;
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 3px;
	/*float: left;*/
}

.post .movil{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	display: none;
    margin-bottom: 15px;

    #tools {
    	width: 100%;
    	padding: 0;
    	margin: 0;
		height: 42px;
    }

    .tab {
    	max-height: 500px;
    	overflow-y: auto;

    	&.indice li {
    		position: relative;
    	}

    	&.indice li:hover {
			&:before {
				content: "●";
				position: absolute;
				left: -12px;
				top: -1px;
			}
    	}

    	&.referencias li {
    		margin-left: 30px;
    	}
		.active {
			font-weight: bold;
			list-style-type: upper-roman;
			position: relative;

			&:before {
				content: "●";
				position: absolute;
				left: -12px;
				top: -1px;
			}
    	}
    }
}

.post ol, .post ul {
	padding-left: 30px;
}

.post dl, .post ol, .post ul {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-right: 60px;
}

.post ol li, .post ul li {
	font-size: 16px;
	color: #4e4e4e;
	line-height: 150%;
}


#yearsidebar {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#yearsidebar li {
	box-sizing: border-box;
	text-align: center;
	margin: 1px;
	flex-shrink: 1;
	line-height: 40px;
	font-size: 10pt;
	flex-grow: 1;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #cfcdcd;
	float: left;
	
	height: 43px;

	a {
		padding: 2px 15px;
		display: block;
	}
	&.active {
		background-color: #639999;
		a {
			color: white;
		}
	}

	&:hover {
		&.active {
			a {
				color: white;
			}
		}
		a {
			color: #639999;
		}
	}
}

#monthsidebar {
	display: flex;
	ul {
		display: none;
		list-style: none;
		&.active {
			display: block;
		}
		li {
			margin: 1px;
			font-size: 9pt;
			position: relative;
			background: #cfcdcd;

			a {
				padding: 8px 15px;
				display: block;
			}

			&.active {
				background-color: #639999;
				a {
					color: white;
				}
			}
			&:hover {
				&.active {
					a {
						color: white;
					}
				}
				a {
					color: #639999;
				}
			}
		}
	}
	.col {
		flex-basis: calc(100%/3);
	}
}


#tools, #linksidebar, .compartir {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.compartir li, #tools li, #linksidebar li, .metricas-btn {
	box-sizing: border-box;
	text-align: center;
	margin: 1px;
	flex-shrink: 1;
	line-height: 40px;
	font-size: 10pt;
	flex-grow: 1;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 95px;
	height: 43px;

	&:hover {
		opacity: 0.9;
	}
}

@media screen and (max-width: 975px) {
	#linksidebar li:last-child {
		margin: 1px !important;
	}
	#linksidebar li:last-child a {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

.metricas-btn {
	width: 100%;
	height: 43px;
	line-height: 40px;
	font-size: 10pt;

}
a.btn {
	background-color: #bfc3c9;
	display: block;
	padding: 8px;
	margin: 4px;
	color: white;
	text-decoration: none;
}

a.btn-privacy {
	font-weight: 400;
	color: #fff;
	font-size: 0.75rem;
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
}

.figuras {
	.figura {
		label {
			display: block;
			margin-bottom: 5px;
		}
		img {
			max-width: 100%;
			margin-top: 3px;
		}
		a {
			&.fig_content {
				float: left;
			}
			&.fig_fullsize {
				float: right;
			}
		}
	}
}

#tools a, #linksidebar a, .compartir a {
	width: 100%;
	display: block;
}

.compartir li a, #tools li a, #linksidebar li a {
	color: #fff;
}

.compartir {
	width: 100%;

	ul {
		li {
			width: 73px !important;
			line-height: 43px;
			margin-left: 0;
			font-size: 16pt;
		}
	}
} 

.color-linksidebar-1-01 {
	background-color: #976476;
}

.color-linksidebar-1-02 {
	background-color: #ac7a8c;
}

.color-linksidebar-1-03 {
	background-color: #b68898;
}

.color-linksidebar-1-04 {
	background-color: #bf97a5;
}

.color-linksidebar-1-05 {
	background-color: #c8a5b1;
}

.color-linksidebar-1-06 {
	background-color: #d1b3be;
}

.color-linksidebar-1-07 {
	background-color: #d9c3cb;
}

/* Color 2 */

.color-linksidebar-2-01 {
	background-color: #998a9d;
}

.color-linksidebar-2-02 {
	background-color: rgb(153, 138, 157);
}

.color-linksidebar-2-03 {
	background-color: rgb(160, 152, 185);
}

.color-linksidebar-2-04 {
	background-color: rgb(167, 166, 213);
}

.color-linksidebar-2-05 {
	background-color: rgb(174, 180, 241);
}

.color-linksidebar-2-06 {
	background-color: rgb(181, 194, 255);
}

.color-linksidebar-2-07 {
	background-color: rgb(189, 202, 255);
}

/* Color 3 */

.color-linksidebar-3-01 {
	background-color: #6a7586;
}

.color-linksidebar-3-02 {
	background-color: rgb(106, 117, 134);
}

.color-linksidebar-3-03 {
	background-color: rgb(113, 131, 162);
}

.color-linksidebar-3-04 {
	background-color: rgb(120, 145, 190);
}

.color-linksidebar-3-05 {
	background-color: rgb(127, 159, 218);
}

.color-linksidebar-3-06 {
	background-color: rgb(134, 173, 246);
}

.color-linksidebar-3-07 {
	background-color: rgb(145, 193, 280);
}

/* Color 4 */

.color-linksidebar-4-01 {
	background-color: #00a4d2;
}

.color-linksidebar-4-02 {
	background-color: rgb(0, 164, 210);
}

.color-linksidebar-4-03 {
	background-color: rgb(7, 178, 238);
}

.color-linksidebar-4-04 {
	background-color: rgb(14, 192, 255);
}

.color-linksidebar-4-05 {
	background-color: rgb(21, 206, 255);
}

.color-linksidebar-4-06 {
	background-color: rgb(28, 220, 255);
}

.color-linksidebar-4-07 {
	background-color: rgb(34, 240, 255);
}

/* Color 5 */

.color-linksidebar-5-01 {
	background-color: #4a9e91;
}

.color-linksidebar-5-02 {
	background-color: rgb(74, 158, 145);
}

.color-linksidebar-5-03 {
	background-color: rgb(81, 172, 172);
}

.color-linksidebar-5-04 {
	background-color: rgb(88, 186, 199);
}

.color-linksidebar-5-05 {
	background-color: rgb(95, 200, 227);
}

.color-linksidebar-5-06 {
	background-color: rgb(102, 214, 255);
}

.color-linksidebar-5-07 {
	background-color: rgb(109, 228, 283);
}

/* Color 6 */

.color-linksidebar-6-01 {
	background-color: #a0b968;
}

.color-linksidebar-6-02 {
	background-color: rgb(160, 185, 104);
}

.color-linksidebar-6-03 {
	background-color: rgb(167, 199, 132);
}

.color-linksidebar-6-04 {
	background-color: rgb(174, 213, 160);
}

.color-linksidebar-6-05 {
	background-color: rgb(181, 227, 188);
}

.color-linksidebar-6-06 {
	background-color: rgb(188, 241, 206);
}

.color-linksidebar-6-07 {
	background-color: rgb(214, 242, 214);
}

/* Color 7 */
.color-linksidebar-7-01 {
	background-color: #e3b239;
}

.color-linksidebar-7-02 {
	background-color: rgb(227, 178, 57);
}

.color-linksidebar-7-03 {
	background-color: rgb(234, 192, 85);
}

.color-linksidebar-7-04 {
	background-color: rgb(241, 206, 113);
}

.color-linksidebar-7-05 {
	background-color: rgb(248, 220, 141);
}

.color-linksidebar-7-06 {
	background-color: rgb(255, 234, 169);
}

.color-linksidebar-7-07 {
	background-color: rgb(255, 248, 197);
}

/* Color 8 */
.color-linksidebar-8-01 {
	background-color: #e96a03;
}

.color-linksidebar-8-02 {
	background-color: rgb(233, 106, 3);
}

.color-linksidebar-8-03 {
	background-color: rgb(234, 120, 41);
}

.color-linksidebar-8-04 {
	background-color: rgb(241, 134, 69);
}

.color-linksidebar-8-05 {
	background-color: rgb(248, 148, 97);
}

.color-linksidebar-8-06 {
	background-color: rgb(255, 162, 125);
}

.color-linksidebar-8-07 {
	background-color: rgb(255, 176, 153);
}
.view-toggler {
	display: none;
	float:  right;
}
.lectura-facil {
	#topCont, #TopMenu {
		display: none;
	}  
	.col-md-8 {
		width: 100%;
	}
	.pl-lg-0 {
		
	}
	.sidebar, .col-md-4 {
		display: none;
	} 
	.view-toggler {
		display: block;
	}
}

.coleccion {
	.editores {
		.caja {
			background: white;
			width: 100%;
			padding: 15px;
		}
		.editor {
			display: flow-root;
			h3 {
				color:#404040;
			}
		}
		img {
			width: 150px;
			float: right;
			margin-right: 5px;
			margin-left: 15px;
		}
		p {
			line-height: 1.5;
			font-size: 14px;
		}
	}
} 

@media screen and (max-width:768px) {
	.col-md-1 {
		width: 100%;
	}

	.col-md-2 {
		width: 100%;
	}

	.col-md-3 {
		width: 100%;
	}

	.col-md-4 {
		width: 100%;
	}

	.col-md-7 {
		width: 100%;
	}

	.col-md-8 {
		width: 100%;
	}

	.col-md-9 {
		width: 100%;
	}

	.col-md-10 {
		width: 100%;
	}

	.col-md-11 {
		width: 100%;
	}

	.post ol, .post ul {
		padding-left: 10px;
	}

	.post .destacar h3 {
		padding-left: 10px;
		margin: 1rem 0;
	}

	.post .movil {
		display: block;
	}

	.d-flex {
		flex-wrap: wrap;
	}

	.sidebar #tools, .sidebar #linksidebar {
		display: none;
	}

	.post .article-text {
		display: none;
		&.active {
			display: block;
		}
	}

	.tab {
		display: none;
		&.active {
			display: block;
		}
	}
}

.borde {
	border: 1px solid #fff;

	&.oscuro {
		border: 2px solid #639999;
	}
}

.archivo, .series, .noticias {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 10px 0;
}

.archivo li {
	width: 50%;
	padding: 8px;

	&:nth-child(odd) { padding-left:0; }
	&:nth-child(even) { padding-right:0; }

	&.un-tercio {
		width: 33.33%;
	}
	&.dos-tercios {
		width: 66.66%;
	}


	&.lel {
		.publicado {
			position: static;
			display: block;
		}
	}

	form {
		.form-group {
			padding: 5px;
			float: left;

			input {
				width: 100%;
			}
		}
	}
}

.series li, .noticias li {
	width: 24%;
	margin: 0.66%;
	min-height: 280px;

	&:first-child, &:nth-child(4n+1) {
		margin-left: 0;
	}
	&:nth-child(4n) {
		margin-right: 0;
	}
}

.archivo li, .series li, .noticias li {
	position: relative;
	float: left;
	display: flex;
	display: -webkit-flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.3s ease-out;
	transition: width 0.3s ease-out;
}

.archivo li .cuadro, .series li .cuadro {
	position: relative;
	padding: 15px;
	width: 100%;
}

.series li .cuadro h2 {
	color: #4e4e4e;
	font-size: 1rem;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	margin-bottom: 0.25rem;
}
.series li .cuadro {
	border: 1px solid #fff;
}

.series li .cuadro p {
	line-height: 1.35em;
	font-size: 0.875rem;
}

.noticias li .ver {
	position: relative;
	padding: 15px;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	color: #4e4e4e;
	font-size: 14px;
}

.archivo li figure {
	display: block;
	float: left;
	max-width: 236px;
	margin-right: 20px;
}

.series li figure {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.archivo li img, .series li img, .noticias li img {
	width: 100%;
	height: auto;
}

.archivo li h3, .series li h3 {
	font-size: 0.9rem;
	font-family: 'Trajan';
	font-weight: 800;
	color: #5F6163;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-bottom: 0.5rem;
}

.noticias li h2 {
	font-size: 1rem;
	font-family: 'Roboto', Geneva, sans-serif;
	color: #5F6163;
	font-weight: normal;
}

.archivo li p, .noticias li p {
	font-size: 1rem;
	font-family: 'Roboto', Geneva, sans-serif;
	color: #5F6163;
	margin-bottom: 0.25rem;
}

.archivo li p a,
.series li p a,
.noticias li p a {
	color: inherit;
}

.archivo li .blanco p {
	font-family: 'Roboto', Geneva, sans-serif;
	color: #5F6163;
	display: table-cell;
	// height: calc(100px - 10px);
	padding: 5px 0;
	vertical-align: middle;
}

.archivo li .blanco {
	background-color: #fff;
}

.archivo li .publicado {
	position: absolute;
}

.archivo li .publicado, .series li .publicado {
	padding: 6px 0;
	padding: 0.125rem 0;
	font-size: 15px;
	font-family: 'Roboto', Geneva, sans-serif;
	opacity: .5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Cookies */

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 1rem;
	z-index: 1000;
	box-shadow: 2px 0 16px rgba(0,0,0,0.2);
}

// Login


.alert {
    position: relative;
    padding: 0.75rem 0.75rem;
    margin-bottom: 0.75rem;
    color: #639999;
	font-size: 0.875rem;
    background-color: transparent;
    border: 1px solid #f1aeb5;
    border-radius: 4px;
}

.alert-danger {
	color:#58151c;
	background-color: #f8d7da;
	border-color: #f1aeb5;
}

.alert-success {
	color: #0a3622;
	background-color: #d1e7dd;
	border-color: #a3cfbb
}

.cuenta select.text-input {
	padding: 8px 12px;
}
.cuenta [class^="col-"] {
	float: none;
}

.cuenta .col-sm-6 {
	width: 50%;
	padding: 0 7px;
}

.cuenta .col-12 {
	padding: 0 7px;
	width: 100%;
}

.cuenta .row {
	display: flex;
	flex-wrap: wrap;
}

.cuenta-wrapper {
	background-color: #ffffff;
	padding: 1rem;
}

.cuenta a {
	color: #639999;
	font-size: 0.875rem;
}

.cuenta p {
	font-size: 0.875rem;
}

.cuenta small {
	font-size: 0.75rem;
	color: #5F6163;
	display: block;
}

.cuenta .forgor {
	font-size: 0.75rem;
	display: block;
}
.cuenta h3 {
	font-family: 'Merriweather', serif;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	border-bottom: 1px solid #505050;
	padding-bottom: 5px;
}

.cuenta .text-input {
	border: 1px solid #ced4da;
	display: block;
}

.cuenta a.btn {
	background-color: #9b9b9b;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	font-size: 0.75rem;
}

/* Acciones */

.actions {
	display: flex;
	gap: 1rem;
}
.actions-title {
	flex: 1 0 0;
}

.mx-auto {
	margin: 0 auto;
}

.btn-crossmark {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.btn-crossmark-mobile {
	display: none;
	align-items: center;
	margin-bottom: 16px;
}
.btn-crossmark-mobile a {
	margin: 0 auto;
}

.btn-crossmark img, .btn-crossmark-mobile img {
	max-width: 200px;
}

.post-correction {
	padding: 16px;
	background-color: #d0d0d0;
	margin-bottom: 16px;
	color: #404040;
	line-height: 150%;
}

.post-correction a {
	text-decoration: underline;
}

.post-correction-doi {
	color: #707070;
}

.post-correction-link {
	display: block;
	margin-top: 10px;
	text-wrap: nowrap;
}

@media screen and (max-width:900px) {
	#TopMenu {
		height: auto;
		ul {
			flex-wrap: wrap;
			row-gap: 0.5rem;
			padding: 0.5rem 0;
			align-items: center;
			justify-content: center;
			li {
				font-size: 0.75rem;
				padding: 0 0.5rem;
				margin: 0;
			}
		}
	}


	.homeSlides {
		.caption {
			.wrap {
				p {
					display: none;
				}
			}
		}
	}


	.archivo li p, .series li p {
		font-size: 0.875rem;
	}

	.series li {
		width: 49%;
	}

	.series li .cuadro {
		border: none;
	}

	.series li, .noticias li {
		width: 50%;
		padding: 4px 4px 14px 4px;
		margin: 0;

		&:first-child {
			margin-left: 0;
		}
		&:last-child {
			margin-right: 0;
		}
	}

	.vc_col-sm-3 {
		width: 100%;

		li {
			margin: 5px;
		}
	}

	.salto {
		margin: 0 15px 0 15px;
	}
}

@media screen and (max-width:768px) {
	.btn-crossmark {
		display: none;
	}
	.btn-crossmark-mobile {
		display: flex;
	}

	.archivo li {
		width: 50%;
	}

	.archivo li figure {
		margin-bottom: 1rem;
	}

	.series li, .noticias li {
		width: 50%;
	}

	.archivo li > * {
		float: none;
	}
	.vc_col-sm-3 {
		width: 100%;

		li {
			margin: 5px;
		}
	}	

	#nav a,
	#nav span.submenu ul li,
		#nav span.submenu {
		font-size: 1rem;
		padding: 0.25rem 1rem;
	}

	#nav ul {
		background-color: #f2f2f2;
	}

	#nav li {
		margin-bottom: 0.25rem;
	}

	.cuenta [class*="col-md-"] {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width:668px) {
	.series li, .noticias li {
		width: 100%;
	}
	.archivo li figure, .series li img {
		display: block;
		float: none;
		max-width: 90%;
		margin: 0;
		margin-bottom: 1rem;
	}

	.vc_col-sm-3 {
		width: 100%;

		li {
			margin: 5px;
		}
	}
}

@media screen and (max-width:575px) {
	/* Portada */
	.archivo li {
		width: 100%;
		p {
			font-size: 1rem;
			margin-bottom: 0.5rem;
		}
		.publicado {
			position: static;
		}
		&:nth-child(odd) {
			padding-left: 10px;
		}
	}

	.series li .cuadro p {
		font-size: 1rem;
		line-height: 1.45em;
	}
	
}

@media screen and (max-width: 510px) {
	#TopMenu {
		height: 53.5px;
	}
	a>.sb-icon-search {
		margin-top: 20px;
	}
	#TopMenu ul {
		height: 53.5px;
		align-items: center;
	}
}
@media screen and (max-width:468px) {
	.wget {
		margin-top: 6px;
		background-color: #9A8A9B;
		width: 21%;
		padding: 5px;
		text-align: center;
		margin-right: 46px;
	}

	.bloque-wget-01 {
		display: inline-block;
		/*line-height: 60px;*/
		border-bottom: 1px solid #fff;
		width: 100%;
	}

	.a-wget {
		color: #fff;
		font-size: 11px;
	}

	.p-wget {
		padding: 0;
		margin: 0;
	}

	.vc_col-sm-3 {
		width: 100%;

		li {
			margin: 5px;
		}
	}

	.cookies .btn {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 0.25rem;
	}
	.cuenta [class*="col-sm-"] {
		width: 100%;
		display: block;
	}

	/* Acciones */

	.actions {
		gap: 0.5rem;
		flex-direction: column;
		margin-bottom: 1rem;
	}

	.actions-title {
		flex: auto;
		h3 {
			margin: 0;
		}
	}
	.actions-wrapper a.btn, .actions-wrapper .btn {
		display: block;
		width: 100%;
		text-align: center;
	}
}

/* override styles when printing */
@media print {

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }
  #TopMenu {
  	display: none;
  }
  header {
  	#contenedor {
  		height: 50px;
  	}
  }
  .sb-search {
  	display: none;
  }
  .top-bar-left {
  	width: 150px;
  	padding-left: 25px;

  	.logo {
  		width: 150px;
  	}
  	p {
  		display: none;
  	}
  }
  .col-md-8 {
    width: 100% !important;
  }
  .texto {
  	padding-left: 5px;
  }
  .post-date, .post-title, .post-meta {
  	padding-left: 15px;
  }
  .sidebar {
  	display: none;
  }
  footer {
  	display: none;
  }
}
