/* section-tipo-usuario */
.type-user {
    /* border-bottom: #0E54AE 4px solid; */
}
.type-user .item-active {
    border: #0E54AE 4px solid;
}

.type-user .item-active::before {
    /* content: '';
    background: #0E54AE;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
     */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #0E54AE;
    pointer-events: none;
}

/* section-tipo-usuario */

/* section-slider-convocatorias */
.slider-convocatoria {
    background-color: #F2F2F2;
}

.slider-convocatoria .imagen-left {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/background/convocatoria.svg);
    background-repeat: no-repeat;
    width: 150px;
    height: 100%;
}

.slider-convocatoria .imagen-right {
    position: absolute;
    top: 25px;
    right: 0;
    background-image: url(../images/background/convocatoria-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 250px;
    height: 100%;
}

.slider-convocatoria .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-convocatoria {
    width: 100%;
    height: 100%;
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 64%;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .slider-convocatoria .imagen-left {
        width: 100%;
        background-repeat: repeat-x;
    }

    /* .swiper-convocatoria {
        height: 300px;
    } */
}

@media (max-width: 1199.98px) {
    .slider-background {
        background-size: 90% !important;
    }
    .slider-content {
        width: 350px !important;
        height: 350px !important;
    }
}

@media (max-width: 991.98px) {

    .slider-background {
        background-size: 98% !important;
    }
    .slider-content {
        width: 280px !important;
        height: 280px !important;
    }
}
/* section-slider-convocatorias */

/* section-youtube-multimedia */
.youtube-multimedia .header {
    top: 0; 
    left: 50px; 
    z-index: 9999;
}
.youtube-multimedia .carousel .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-multimedia .carousel .list .item .content {
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}

.youtube-multimedia .thumbnail {
    position: absolute;
    bottom: 20px;
    right: 1%;
    width: 60%;
    z-index: 100;
}

.youtube-multimedia .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-multimedia .thumbnail .post-image .post-degradado{
    inset: 0;
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 1.4) 100%);
}

.youtube-multimedia .carousel .list .item:nth-child(1) {
    z-index: 1;
}

.youtube-multimedia .carousel .list .item:nth-child(1) .content.animate #slider-date,
.youtube-multimedia .carousel .list .item:nth-child(1) .content.animate #slider-title,
.youtube-multimedia .carousel .list .item:nth-child(1) .content.animate #slider-description,
.youtube-multimedia .carousel .list .item:nth-child(1) .content.animate #slider-link {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}

@keyframes showContent {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.youtube-multimedia .carousel .list .item:nth-child(1) .content #slider-date {
    animation-delay: 1.2s !important;
}

.youtube-multimedia .carousel .list .item:nth-child(1) .content #slider-title {
    animation-delay: 1.4s !important;
}

.youtube-multimedia .carousel .list .item:nth-child(1) .content #slider-description {
    animation-delay: 1.6s !important;
}

.youtube-multimedia .carousel .list .item:nth-child(1) .content #slider-link {
    animation-delay: 1.8s !important;
}

.youtube-multimedia .carousel.next .list .item:nth-child(1) img {
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

@keyframes showImage {
    to {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.youtube-multimedia .degradado {
    z-index: 100 !important;
    inset: 0;
}

.youtube-multimedia .degradado.degradado-left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 1% , rgba(0, 0, 0, 0));
}

.youtube-multimedia .degradado.degradado-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.youtube-multimedia .post-image-rotation {
    height: 80vh;
}

.youtube-multimedia .carousel .content {
    transform: translateY(26%);
    -webkit-transform: translateY(26%);
    -moz-transform: translateY(26%);
    -ms-transform: translateY(26%);
    -o-transform: translateY(26%);
}

@media (max-width: 991.98px) {
    .youtube-multimedia .carousel .content {
        position: absolute;
        z-index: 999;
        left: 0;
        top: 52px;
    }

    .youtube-multimedia .thumbnail {
        width: 90%;
        right: 5%;
    }

    .youtube-multimedia .post-image-rotation {
        height: 145vh;
    }
}

.youtube-multimedia .swiper-slide.hidden {
    /* visibility: hidden; */
    display: none;
}
/* section-youtube-multimedia */

/* section-radio-incan */
.radio-live-incan .live-icon {
    display: inline-block;
    position: relative;
    top: calc(50% - 5px);
    background-color: red;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.radio-live-incan .live-icon:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: live 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes live {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

.radio-live-incan .radio-live {
    color: #FF0000;
}

.radio-live-incan .bg-radio {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/background/radio-incan.jpg) no-repeat center center;
    background-size: cover;
    background-position: 50% center;
}

/* section-radio-incan */

/* section-podcast */
.podcast .swiper-podcast-playlist {
    width: 100%;
    height: 330px;
}

.podcast .swiper-podcast {
    width: 100%;
    height: 330px;
}
.podcast .equal-height {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.podcast .post .post-image {
    width: 100%;
    height: 290px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.podcast .post .post-icon {
    background: #0E54AE;
    position: absolute;
    top: 12px;
    right: 15px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.podcast .post:hover .post-icon {
    background: #000 !important;
}
/* section-podcast */

/* section-info-cancer */
.info-cancer {
    background-color: #EDEDED;
}

.info-cancer>img {
    position: absolute;
    top: -40px;
    left: 0;
    opacity: 0.3;
    height: 480px;
    z-index: -1;
}

.info-cancer .bg-01 {
    background: #FFE2DF;
    color: #8D6F6F;
}

.info-cancer .bg-02 {
    background: #071689;
    color: #FFFFFF;
}

.info-cancer .bg-03 {
    background: #A1D86F;
    color: #6F6F6F;
}

.info-cancer .bg-04 {
    background: #5CC7E7;
    color: #494646;
}

.info-cancer .bg-05 {
    background: #A35BC0;
    color: #FFFFFF;
}

@media (min-width: 300px) and (max-width: 575.98px) {
    .info-cancer>img {
        display: none;
    }
}

.swperEdu {
    width: 100%;
    height: 250px;
}

.swperEdu .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swperEdu .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 50px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.swperEdu .sw-bg {
    position: absolute;
    top: -100px;
    left: 0;
    height: 105px;
    width: 100%;
    background-color: #f9b234;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.swperEdu .sw-link {
    overflow: hidden;
    position: relative;
}

.swperEdu .sw-link:hover .sw-bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
}

.swperEdu .sw-item-title {
    position: relative;
    color: #FFF;
    z-index: 2;
    padding: 0 10px;
}

.swperEdu .swiper-pagination {
    height: 15px;
}

.swperEdu .swiper-slide:nth-child(2n) .sw-bg {
    background-color: #3ecd5e;
}

.swperEdu .swiper-slide:nth-child(3n) .sw-bg {
    background-color: #e44002;
}

.swperEdu .swiper-slide:nth-child(4n) .sw-bg {
    background-color: #952aff;
}

.swperEdu .swiper-slide:nth-child(5n) .sw-item.sw-bg {
    background-color: #cd3e94;
}

.swperEdu .swiper-slide:nth-child(6n) .sw-bg {
    background-color: #4c49ea;
}

.swperEdu .post-content {
    text-align: center;
    position: relative;
    height: 210px;
}

/* section-info-cancer */

/* section-convocatorias */
.convocatoria .equal-height {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* section-convocatorias */

/* section-calendario-enfermerides */
.calendario .swiper-enfermeride-convocatoria {
    width: 100%;
    height: 400px;
}

.calendario .swiper-enfermeride-convocatoria .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.calendario .swiper-enfermeride-convocatoria .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 50px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.calendario .post-card-text {
    height: 120px;
}

.calendario .bg-calendario {
    background-color: #F2F2F2;
}

.calendario .post-image>img {
    position: absolute;
    top: 30px;
    right: -85px;
}

.calendario .post-image>.date {
    position: absolute;
    top: 40px;
    right: -78px;
    width: 110px;
}

@media (max-width: 1399.98px) {
    .calendario .post-image>img {
        top: 30px;
    }

    .calendario .post-image>.date {
        top: 40px;
    }
}

@media (max-width: 768.98px) {
    .calendario .post-image>img {
        top: 30px;
    }

    .calendario .post-image>.date {
        top: 40px;
    }
}

@media (max-width: 425.98px) {
    .calendario .post-image>img {
        position: relative;
        max-width: 100%;
        height: auto;
        top: 0;
        right: 0;
        width: 450px;
    }

    .calendario .post-image>.date {
        top: 12px;
        right: 12px;
    }

    .bg-calendario-mobil {
        background-color: #F2F2F2;
    }
}

/* section-calendario-enfermerides */

/* section-sala-prensa */
/* section-sala-prensa */

/* section-medio-contacto */
.medio-contacto .card-icon {
    background-color: #A12141;
    width: 88px;
}

/* section-medio-contacto */

/* section-liga-interes */
.liga-interes article {
    columns: 20rem auto;
    column-gap: 7rem;
}

/* section-liga-interes */