.xray {
    background-color: var(--color2);
    background-color: #fcfad3;
    background-image: url(https://economipedia.com/statics/images/background-pizarra.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 10px 20px 30px;
    padding-left: 20px;
    margin-bottom: 30px;
    max-height: 220px;
}

.xray h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: var(--color2);
}

ul.xray-list {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    overflow-x: scroll;
}

.xray-list a,
.xray-list a:hover {
    color: var(--color1);
    font-weight: 400;
    text-decoration: none;
}

.entry-content .xray-list > li:before {
    content: "";
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    font-size: .87rem;
    background: transparent;
    border: 4px solid var(--color2);
    color: var(--color2);
    box-shadow: var(--shadow);
    box-shadow: 1px 3px 3px #00000014;
    min-height: 105px;
    height: 100%;
    width: 160px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 3px 5px;
    line-height: 1.2;
    transition: .3s all;

    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-self: auto;

    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.swiper-slide:hover {
    background-color: var(--color2);
    color: var(--color3);
    transform: translateY(-3px) rotate(-3deg);
}

.swiper-slide:before {
    content: "\f103";
    font-family: "Dashicons";
    font-size: 1.8rem;
    margin-bottom: 5px;
}

[data-tipo-recurso="video"] .swiper-slide:before {
    content: "\f126";
}

[data-tipo-recurso="recurso"] .swiper-slide:before {
    content: "\f123";
}

.swiper-slide .xray-time {
    color: var(--color17);
    font-size: .75rem;
    margin-top: 10px;
}

.swiper-slide:hover .xray-time {
    color: var(--color3);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Barra de scroll / Scrollbar */
::-webkit-scrollbar {
    width: 0;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    background: var(--color2);
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background: var(--color1);
    transition: .3s all;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color14);
}

/* .swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
} */

.modal{
    z-index: 10000;
}

.modal-content{
    min-height: 80vh;
}