/* @media (max-width: 1439px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {} */

.listado #panNumResultados {
    font-family: Montserrat;
    --min: 18;
    --max: 20;
    --mintrans: 412;
    --maxtrans: 1920;
    font-size: clamp(var(--min) * 1px, calc((var(--max) - var(--min)) * ((100vw - var(--mintrans)* 1px) / (var(--maxtrans) - var(--mintrans))) + var(--min) * 1px), var(--max) * 1px) !important;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: var(--black-01);
}

.listado .searchContent {
    display: flex;
}

@media (max-width: 767px) {
    .listado .searchContent {
        flex-direction: column;
    }
}

.listado #panNumResultados {
    margin-block-end: 28px;
}

@media (max-width: 767px) {
    .listado .listadoResultados {
        padding: 0;
    }
}

/* ENLACES REDES */

.divEnlaces {
    margin-bottom: 40px;
}

.divEnlaces ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.divEnlaces ul li {
    padding: 0;
    list-style: none;
    text-align: center;
}

.divEnlaces ul li a {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    background: #f6f6f6;
    border-radius: 50%;
    text-decoration: none;
}

.divEnlaces ul li a::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.divEnlaces ul li.facebook {
    order: 5;
}

.divEnlaces ul li.facebook a::before {
    background-image: image-set(url(./resources/icons-svg/icon_Facebook.svg) 1x, url(../resources/icons-svg/icon_Facebook.svg) 1x);
}

.divEnlaces ul li.linkedin {
    order: 4;
}

.divEnlaces ul li.linkedin a::before {
    background-image: image-set(url(./resources/icons-svg/icon_LinkedIn.svg) 1x, url(../resources/icons-svg/icon_LinkedIn.svg) 1x);
}

.divEnlaces ul li.twitter {
    order: 3;
}

.divEnlaces ul li.twitter a::before {
    background-image: image-set(url(./resources/icons-svg/icon_x.svg) 1x, url(../resources/icons-svg/icon_x.svg) 1x);
}

.divEnlaces ul li.email {
    order: 2;
}

.divEnlaces ul li.email a::before {
    background-image: image-set(url(./resources/icons-svg/icon_mail.svg) 1x, url(../resources/icons-svg/icon_mail.svg) 1x);
}

.divEnlaces ul li.imprimir {
    order: 1;
}

.divEnlaces ul li.imprimir a::before {
    background-image: image-set(url(./resources/icons-svg/icon_print.svg) 1x, url(../resources/icons-svg/icon_print.svg) 1x);
}

.divEnlaces ul li.google {
    order: 6;
}

.divEnlaces ul li.google a::before {
    content: '\f1a0';
}

.divEnlaces ul li.youtube {
    order: 7;
}

.divEnlaces ul li.youtube a::before {
    content: '\f167';
}

.divEnlaces ul li:last-child {
    margin-right: 0;
}

/* END ENLACES REDES */

/* RELACIONADOS */

.rowRelacionados .box {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.rowRelacionados .gruppoGadget .listado-destacados.owl-carousel {
    display: block;
}

.rowRelacionados .gruppoGadget .listado-destacados.owl-carousel>div {
    max-width: 100%;
    height: auto;
}

.rowRelacionados .gruppoGadget .listado-destacados.owl-carousel>div .popup-evt {
    margin: 0 auto 0 0;
}

.contenidoRelacionado .gruppoGadget .listado-destacados>div {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.contenidoRelacionado .gruppoGadget .listado-destacados>div.popup-evt {
    max-width: 250px;
}

@media (max-width: 991px) {
    .rowRelacionados .gruppoGadget .listado-destacados.owl-carousel>div .popup-evt {
        margin: 0 auto;
    }
}

/* END RELACIONADOS */

/***** RECURSO ******/

.recurso .contenido {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recurso .miniatura {
    height: 180px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.recurso .miniatura a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recurso .miniatura a .banda {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.recurso .miniatura a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.recurso .datos-recurso {
    flex: 1;
    padding: 20px;
    border: 1px solid var(--white-01);
    border-top: none;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.recurso .datos-recurso .descripcion {
    color: var(--c-grey-medium);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.recurso .datos-recurso .tipo-actividad {
    margin-bottom: 0;
}

.recurso .datos-recurso .tipo {
    margin-block-end: 15px;
}

.recurso .datos-recurso .tipo-actividad span,
.recurso .datos-recurso .tipo span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.12px;
    color: var(--grey-01);
    text-transform: uppercase;
}

.recurso .datos-recurso .titulo,
.recurso .datos-recurso .titulo * {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: 0.3px;
    color: var(--black-01);
}

.recurso .datos-recurso .titulo a {
    text-decoration: none;
    color: var(--c-black);
}

.recurso .datos-recurso .titulo a:hover {
    text-decoration: underline;
}

.recurso.evento .fechas-evento {
    z-index: 1;
    position: absolute;
    display: flex;
    top: 0;
    right: 9px;
    align-items: flex-end;
    flex-direction: column;
}

.recurso.evento .fechas-evento .fecha {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 64px;
    padding: 5px 0;
    margin-bottom: 2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.recurso.evento .fechas-evento .fecha .dia {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.27;
    letter-spacing: 0.22px;
    color: white;
}

.recurso.evento .fechas-evento .fecha div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recurso.evento .fechas-evento .fecha div:last-child span {
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.recurso.evento .fechas-evento .fecha div:last-child span:last-child {
    font-weight: 300;
    text-align: center;
}

.recurso.evento .datos-recurso {
    height: 140px;
    min-height: 140px;
}

.recurso.evento .bottom {
    display: none;
}

/* END CARD RECURSOS */