/* CSS Document */
body {
	font-family: "Nunito Sans", sans-serif;
}
.navbar-brand h1 {
	display:none;
}
.btn {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	padding:7px 25px;
	transition: .5s;
	border-radius:0;
}
.btn.btn-white {
	background: #FFF;
	color: #3153E4;
}
.btn.btn-grey {
	background: #51728E;
	color: #FFF;
}
.btn.btn-blue {
	background: #3153E4;
	color: #FFF;
}
.btn.btn-submit {
	background: #FF9040;
	color: #FFF;
	border:1px solid #FFF;
	padding: 14px 30px;
	font-weight: 700;
}
h5.card-title {
	margin-bottom: 0;
}

/*menu*/
.navbar {
	display: flex;
	flex-direction: column;
	padding: 0;
}
.navbar .nav-top {
	width: 100%;
	padding: 25px 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}
nav .menu-container {
	width:100%;
}
.navbar-collapse {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.navbar-collapse .navbar-nav {
	width: 100%;
}
.navbar-nav li {
	flex: 1;
}
.navbar-nav li a {
	background: #3153E4;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	transition: .5s;
}
.navbar-nav li.categoria {}



.actualidad a {
	background: #B5532D !important;
}
.conozca-a a {
	background: #83664C !important;
}
.alianzas a {
	background: #E4B525 !important;
}
.mujeres-lideres a {
	background: #75457C !important;
}
.sustentabilidad a {
	background: #41A56B !important;
}
.emprendimiento a {
	background: #3E629B !important;
}
.patrimonio a {
	background: #6983AC !important;
}




.metadata .actualidad {
	background: #B5532D !important;
}
.metadata .conozca-a {
	background: #83664C !important;
}
.metadata .alianzas {
	background: #E4B525 !important;
}
.metadata .mujeres-lideres {
	background: #75457C !important;
}
.metadata .norte-sustentable {
	background: #41A56B !important;
}
.metadata .emprendimiento {
	background: #3E629B !important;
}
.metadata .patrimonio {
	background: #6983AC !important;
}

.actualidad a:hover {
	background: #7B3013 !important;
}
.conozca-a a:hover {
	background: #654529 !important;
}
.alianzas a:hover {
	background: #B47907 !important;
}
.mujeres-lideres a:hover {
	background: #502356 !important;
}
.sustentabilidad a:hover {
	background: #21643D !important;
}
.emprendimiento a:hover {
	background: #223D66 !important;
}
.patrimonio a:hover {
	background: #334A6E !important;
}
.buscador {}
#searchform {
	border:1px solid #51728E;
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px;
}
#searchform input {
	width: calc(100% - 17px);
	outline: 0;
}
#s {
	border:0px;
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	color: #51728E;
}
#s::placeholder {
	color: #51728E;
}
.btn-buscador {
	border:0 none;
	width: 17px;
	height: 17px;
	padding: 0;
	background-color: transparent;
}
.btn-buscador img {
	width: 17px;
	height: 17px;
	display: block;
}
section.notas {
	padding-top: 40px;
}
/*card*/
.card {
	border: 0 none;
	border-radius: 0;
	position: relative;
	height:100%;
}
.metadata {
	display: flex;
	align-items: center;
}
.card .metadata {
	position: absolute;
	z-index: 3;
}
.metadata .cat {
	height: 33px;
	padding: 7px 20px;
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	white-space:nowrap;
}
.metadata .edicion {
	height: 33px;
	padding: 7px 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	background: #51728E;
	color: #FFF;
}
.card picture {
	position: relative;
}
.card picture a {
	display: block;
}
.card picture a img .card-img-top {
	width: 100%;
}
.card picture iframe {
	border:5px solid #FFFFFF;
	box-shadow: 0px 4px 16px 0px #00000040;
	width: 300px;
	height: 190px;
	position: absolute;
	bottom: 14px;
	right: 14px;
}
.card .card-body {
	padding: 15px 0;
	gap:20px;
	display: flex;
	flex-direction: column;
	
}
.col-lg-12 .card .card-body h5 {
	font-size: 48px;
	font-weight: 600;
}
.card .card-body h5 a {
	color: #51728E;
	transition: .5s;
}
.card h5 a:hover {
	color: #3153E4;
	text-decoration: none;
}
ul.share {
	display: flex;
	list-style: none;
	gap:20px;
	padding-left: 0;
	margin-top:auto;
}
.notas-2 {
	gap:55px;
	padding-bottom: 80px;
}
.notas-2 .col-lg-4 {
	max-width:calc(33.333333% - 37px);
}
.notas-2 .card .card-body {
	padding: 15px;
	gap: 30px;
	display: flex;
	flex-direction: column;
}
.notas-2 .card .card-body h5 {
	font-size: 16px;
	font-weight: 600;
}

section.videos {
	background: #001040;
	padding-top: 55px;
	padding-bottom: 55px;
	position: relative;
}
section.videos h2 {
	color: #FFF;
	margin-bottom: 20px;
}
section.videos h2 img {
	margin-right: 10px;
}
section.videos .item-video {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	gap:15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #FFF;
}
section.videos .col-lg-6 .item-video:last-child {
	border-bottom: 0 none;
}
section.videos .item-video a img {
	width: 153px;
}
section.videos a img {
	max-width:100%;
}
section.videos .col-lg-6 > a {
	display: block;
    position: relative;
}
section.videos .col-lg-6 > a h4 {
	font-size: 14px;
    color: #FFF;
    position: absolute;
    padding: 10px;
}
section.videos .col-lg-6 > a::before {
	content: '';
	display: block;
	background-image: url(../images/play.png);
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 0;
	width: calc(100% - 20px);
	padding-top: 6.4%;
	background-size: cover;
	background-position: center;
}
section.videos .item-video h5 a {
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
}
section.videos::after {
	content:'';
	background-image: url("../images/line-deco2.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 22px;
	display: block;
	position: absolute;
	bottom: 0;
	width: 62%;
	right: 0;
}
section.anteriores {
	padding-top:100px;
	padding-bottom:75px;
	background: #E7E7E7;
}
section.anteriores .col-lg-4 h5 {
	margin-bottom:45px;
}
section.anteriores h2 {
	color: #3153E4;
	font-size: 48px;
	font-weight: 600;
	line-height: 110%;
}
section.anteriores h5 {
	color: #3153E4;
}
.card-ediciones img {
	max-width: 100%;
}

.card-ediciones > a {
	display: block;
}
.card-ediciones .card-body {
	padding: 13px 0;
}
.card-ediciones h5 {
	font-weight: 300;
	font-size: 18px;
}
.card-ediciones h5 strong {
	font-weight: 600;
	font-size: 14px;
}
.card-ediciones h5 a {
	color: #001040;
}
section.newsletter {
	padding-top:100px;
	padding-bottom:75px;
	background: #001040;
	position: relative;
}
section.newsletter img {
	margin-bottom: 10px;
}
section.newsletter::before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../images/line-deco2.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 15px;
	width: 62%;
	z-index: 2;
}
section.newsletter::after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-color: #3153e4;
	height: 100%;
	width: 62%;
	z-index: 1;
	
}
section.newsletter .container {
	position: relative;
	z-index: 3;
}
section.newsletter h2 {
	color: #FFF;
	font-size: 48px;
	font-weight: 600;
}
section.newsletter h5 {
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	margin-right: 45px;
}
section.newsletter form {
	display: flex;
	flex-direction: column;
	gap:20px;
}
section.newsletter form label {
	color: #FFF;
}
section.newsletter form input.form-control {
	border-radius: 4px;
	padding: 10px;
	height: auto;
	border:0 none;
}
.redes {}
.redes ul {
	padding-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	list-style: none;
	width: 100%;
	margin-bottom: 0;
}
.redes ul li {
	flex: 1;
}
.redes ul li a {
	color: #FFF;
	padding: 15px;
	display: flex;
	text-align: center;
	gap: 10px;
	align-items: center;
	justify-content: center;
	line-height: 100%;
	flex-direction: row;
	font-size: 14px;
	font-weight: 600;
}
.redes ul li.rrss_fb {
	background: #1977F3;
}
.redes ul li.rrss_ld {
	background: #0077B7;
}
.redes ul li.rrss_x {
	background: #000;
}
.redes ul li.rrss_logo {
	background: #001040;
}

/*interiores */
.anteriores-full {
	padding-top:40px;
	padding-bottom:100px;
}
.anteriores-full h2 {
	color:#001040;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 0;
}
.anteriores-full h3 {
	font-weight: 300;
	color:#000000;
	font-size: 18px;
}
.anteriores-full .card-ediciones {
	background: #F2F2F2;
}
.anteriores-full .card-ediciones .card-body {
	padding: 10px;
}
.anteriores-full .card-ediciones h5 {
	margin-bottom: 0px;
}
.cont-ediciones {
	gap:60px 0;
	margin-top:50px;
}
.nota-detalle {
	padding-bottom: 100px;
}
.entry {
	padding-top: 30px;
}
.entry .metadata {
	margin-bottom: 20px;
}
ul.share {
	display: flex;
	list-style: none;
	gap:20px;
	padding-left: 0;
}
.entry h2 {
	color: #51728E;
	font-size: 42px;
	font-weight: 600;
	line-height: 110%;
}
.entry .bajada {
	color: #51728E;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.entry .video-container {
	margin-bottom: 25px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
/*testimonios*/
.testimonio {
	background: #F2F2F2;
	display: flex;
	padding: 25px 45px 25px 15px;
	gap:15px;
	margin-bottom: 25px;
}
.testimonio__autor img {
	min-width: 94px;
	height: 94px;
	border:4px solid #FFF;
	border-radius: 50%;
}
.testimonio p {
	color: #1E1E1E;
	font-weight: 500;
	line-height: 120%;
	font-size: 24px;
}
.testimonio h5 {
	font-weight: 300;
	font-size: 16px;
	color: #51728E;
	line-height: 110%;
}
.carrusel-contenedor {
	display: flex;
	align-items: flex-start;
	background: #1E1E1E;
	padding: 7px;
	gap:14px;
	margin-bottom: 25px;
}
.carrusel-principal {
	width: calc(100% - 82px); /* área principal */
}
.carrusel-principal .slick-arrow {
	display: none !important;
}
.carrusel-principal img {
	margin-bottom: 0;
	width: 100%;
}
.carrusel-miniaturas {
  width: 64px; /* área de miniaturas */
}

.carrusel-miniaturas .slick-slide {
	margin: 3px 0;
}

.carrusel-miniaturas img {
	cursor: pointer;
	border: 0;
	margin-bottom: 0;
}

.carrusel-miniaturas .slick-current img {
}
.carrusel-miniaturas .slick-arrow {
	width: 65px;
	height: 15px;
	background-color: #3153E4;
	border:0px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
}
.carrusel-miniaturas .slick-prev {
	background-image: url("../images/chevron-top.svg");
}
.carrusel-miniaturas .slick-next {
	background-image: url("../images/chevron-bottom.svg");
}
.share-interior {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom:1px solid #51728E;
	margin-bottom: 45px;
}
.share-interior p {
	color: #51728E;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.relacionadas .card {
	border-bottom:1px solid #51728E;
	height: 100%;
}
.title-video {
	font-weight: 500;
	font-size: 18px;
	color: #51728E;
	margin-bottom:40px;
}

.videos-relacionados {
	background: rgba(0,0,0,0.60);
	padding: 5px;
	gap:12px;
	margin-top: 83px;
	display: flex;
	flex-direction: column;
}
.videos-relacionados h4 {
	font-weight: 500;
	font-size: 20px;
	color: #FFF;
}
.videos-relacionados .item-video {
	display: flex;
	gap:15px;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.40);
}
.videos-relacionados .item-video a img {
	width: 181px;
}
.videos-relacionados .item-video h5 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	padding-top: 10px;
}
.videos-relacionados .item-video h5 a {
	color: #FFF;
}
.nota-video {
	padding-bottom: 100px;
}
/*categoria**/
.cont-categoria {
	padding-top: 30px;
	padding-bottom: 100px;
}
.card-full {
	background: #F2F2F2;
	flex-direction: row;
    display: flex;
	margin-bottom: 50px;
}
.card-full .card-body {
	display: flex;
	flex-direction: column;
	gap:15px;
}
.card-full .card-body a {
	color: #51728E;
}
.card-cat .card-body{
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.card-cat .card-body a {
	color: #51728E;
}

/*resultados*/

.resultados  {
	padding-top: 30px;
	padding-bottom: 100px;
}
.resultados h2 {
	color: #001040;
	font-size: 48px;font-weight: 600;
}
.card-resultados {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
	padding-bottom: 15px;
	gap:25px;
	border-bottom:1px dashed #51728E;
}
.card-resultados:last-child {
	border-bottom:0 none;
}
.card-resultados .metadata {
	position: absolute;
}
.card-resultados picture {
	width: 257px;
}
.card-resultados picture a {
	display: block;
}
.card-resultados picture a img {
	width: 100%;
	height: auto;
}
.card-resultados h5 {
	font-weight: 600;
	font-size: 16px;
}
.card-resultados h5 a {
	color: #51728E;
}
.card-resultados .card-body {
	width: calc(100% - 247px);
	padding: 0;
}
.count-resultados {
	font-weight: 300;
	font-size: 16px;
	color: #3153E4;
	margin-top: 45px;
}
.mas-visitadas {
	background: #F2F2F2;
	padding-top: 15px;
	padding-bottom: 15px;
	gap:25px;
	display: flex;
	flex-direction: column;
	margin-top: 45px;
}
.mas-visitadas h3 {
	color: #51728E;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
}
.card-mas-vistas {
	border-bottom: 1px dashed #51728E;
}
.card-mas-vistas:last-child {
	border-bottom:0 none;
}
.card-mas-vistas .metadata {
	position: absolute;
}
.card-mas-vistas .card-body {
	padding: 10px 0 15px;
}
.card-mas-vistas h5 a{
	color: #1E1E1E;
	font-weight: 300;
	font-size: 16px;
}

.line {
	background: #001040;
	height: 15px;
	width: 100%;
	position: relative;
}
.line::before {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../images/line-deco2.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 15px;
	width: 62%;
	z-index: 2;
}
.paginador .wp-pagenavi {
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
}
.previouspostslink {
	order: -1;
}
.paginador a {
	color: #3153E4;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	display: block;
	background:#FFFFFF;
	transition:.5s;
	text-decoration:none;
}
.paginador a:hover {
	color: #FFFFFF;
	background:#3153E4;
	text-decoration:none;
}
.paginador a.inactive {
	color: #C0C0C0;
}
.paginador a.current {
	background: #E8ECFF;
}
.paginador span {
	color: #001040;
	font-size: 16px;
	text-align: center;
}
.only-mobile {display: none;}
/*mobile*/
@media (max-width:991px) {
	.only-mobile {
		display: block;
	}
	.only-desktop {
		display: none;
	}
	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3Csvg width='28' height='27' viewBox='0 0 28 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H28V4.26316H0V0ZM0 11.3684H28V15.6316H0V11.3684ZM28 22.7368H0V27H28V22.7368Z' fill='%233153E4'/%3E%3C/svg%3E%0A");
	}
	.navbar .nav-top {
		padding: 25px 20px;
	}
	.navbar .nav-top .btn.btn-white {
		display: none;
	}
	.navbar .nav-top .btn.btn-grey {
		display: none;
	}
	#buscador {
		width: 27px;
		display: block;
		height: 27px;
		background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8154 17.4542C21.4493 15.2242 22.1812 12.4595 21.8645 9.71306C21.5478 6.96664 20.2059 4.44109 18.1073 2.64168C16.0087 0.842265 13.3082 -0.0983054 10.546 0.00814148C7.78384 0.114588 5.1637 1.2602 3.20978 3.21579C1.25587 5.17137 0.112296 7.79271 0.00784073 10.5554C-0.0966147 13.318 0.845755 16.0182 2.64642 18.1158C4.44708 20.2134 6.97323 21.5537 9.71949 21.8684C12.4658 22.1832 15.2296 21.4493 17.458 19.8135C17.5087 19.881 17.561 19.9452 17.6217 20.0076L24.1184 26.5052C24.4348 26.8218 24.864 26.9998 25.3116 27C25.7593 27.0002 26.1886 26.8225 26.5052 26.506C26.8219 26.1896 26.9998 25.7603 27 25.3126C27.0002 24.8649 26.8225 24.4355 26.5061 24.1188L20.0095 17.6213C19.9491 17.5602 19.8843 17.5054 19.8154 17.4542ZM20.2508 10.9668C20.2508 12.1857 20.0107 13.3927 19.5443 14.5189C19.0779 15.6451 18.3943 16.6683 17.5324 17.5303C16.6706 18.3922 15.6475 19.0759 14.5215 19.5424C13.3955 20.0089 12.1886 20.249 10.9699 20.249C9.75107 20.249 8.54422 20.0089 7.41821 19.5424C6.2922 19.0759 5.26908 18.3922 4.40726 17.5303C3.54545 16.6683 2.86183 15.6451 2.39542 14.5189C1.92901 13.3927 1.68895 12.1857 1.68895 10.9668C1.68895 8.50496 2.66676 6.14399 4.40727 4.40324C6.14777 2.66249 8.50841 1.68455 10.9699 1.68455C13.4313 1.68455 15.7919 2.66249 17.5324 4.40324C19.2729 6.14399 20.2508 8.50496 20.2508 10.9668Z' fill='%233153E4'/%3E%3C/svg%3E%0A");
	}
	.buscador {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		padding: 20px 20px 100px 20px;
		background: #FFF;
		width: 100%;
		gap: 45px;
		flex-direction: column;
		align-items: end;
		z-index: 111;
	}
	.buscador.active {
		display: flex;
	}
	.buscador:after {
		content:'';
		background-image: url("../images/deco-mobile.svg");
		width: 100%;
		display: block;
		height: 15px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.buscador #searchform {
		width: 100%;
	}
	.buscador input {
		width: 100%;
	}
	.close {
		width: 23px;
		height: 23px;
		background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.529 11.5145L22.8135 19.799L19.799 22.8135L11.5145 14.529L3.02901 23.0145L0.0145077 20L8.5 11.5145L0 3.01451L3.01451 0L11.5145 8.5L19.8135 0.20101L22.828 3.21552L14.529 11.5145Z' fill='%233153E4'/%3E%3C/svg%3E%0A");
	}
	.navbar-collapse {
		flex-direction: column;
		padding: 20px;
		gap: 45px;
		flex-direction: column;
		align-items: end;
		display: flex;
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		background: #FFF;
		z-index: 111;
	}
	.navbar-collapse ul {
		gap:20px;
	}
	.navbar-nav .nav-item:nth-child(3) {
		margin-bottom: 5px;
		border-bottom:1px dashed #51728E;
		padding-bottom: 25px;
	}
	.card picture iframe {
		width: 200px;
		height: 130px;
	}
	.navbar {
		padding-bottom: 30px;
	}
	.navbar:after {
		content:'';
		background-image: url("../images/deco-mobile.svg");
		width: 100%;
		display: block;
		height: 27px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.notas-2 {
    	flex-direction: column;
		gap:30px;
	}
	.notas-2 .col-lg-4 {
		max-width: 100%;
	}
	.notas-2 .card .card-body {
		gap:20px;
	}
	section.videos .item-video {
		margin-top: 30px;
	}
	section.videos::after {
		content:'';
		background-image: url("../images/deco-mobile.svg");
		width: 100%;
		display: block;
		height: 15px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	section.anteriores a.btn {
		margin-bottom: 45px;
	}
	.card-ediciones img {
		width: 100%;
	}
	section.newsletter::after,
	section.newsletter::before {
		display: none;
	}
	section.newsletter {
		padding-top: 0;
		padding-bottom: 0;
	}
	section.newsletter .container {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
	}
	section.newsletter .container .col-lg-4{
		padding: 65px 20px;
	}
	section.newsletter .container .col-lg-8{
		background: #3153E4;
		padding: 65px 20px;
		width: 100%;
	}
	.redes ul {
		flex-direction: column;
	}
	.relacionadas picture {
		height: 230px;
		background-position: center;
	}
	.relacionadas picture img {
		display: none;
	}
	.videos-relacionados {
		margin-bottom: 45px;
	}
	.videos-relacionados > div {
		flex-direction: row;
		display: flex;
		gap:10px;
	}
	.videos-relacionados img {
		width: 100% !important;
	}
	.videos-relacionados .item-video {
		flex: 1;
	}
	.videos-relacionados .item-video h5 {
		display: none;
	}
	.cont-ediciones {
		gap:40px;
	}
	.buscador-resultado {
		display: flex;
		width: 100%;
	}
	.buscador-resultado #searchform {
		width: 100%;
	}
	.card-resultados {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.card-resultados .card-body,
	.card-resultados picture {
		width: 100%;
	}
}
/* ajuste imagenes*/
.card picture {
	height: 0;
    overflow: hidden;
    padding-bottom: 49%;
}
.notas-2 .card picture {
    padding-bottom: 61%;
}
.card-ediciones > a {
	height: 0;
    overflow: hidden;
    padding-bottom: 62%;
}
.carrusel-miniaturas .slick-list {
	max-height:550px;
}