#actualidad-wrapper .page-header {
    background-position: top left;
    background-size: 100% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 50px;
    padding-top: 180px;
}

#actualidad-wrapper .page-header .archive-title {
    font-size: 3rem;
    color: #FFF;
    font-weight: 600;
    padding-bottom: 20px;
    text-shadow: 0 3px 9px rgba(0, 0, 0, 0.7);
}

.page-noticias #content,
.single-post #content {
    padding: 3rem 15px;
}

.page-concursos #header-noticias,
.page-noticias #header-noticias,
.single-concursos #header-noticias,
.single-post #header-noticias {
    height: 40vh;
    background-position: top right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.page-concursos #header-noticias:before,
.single-concursos #header-noticias:before,
.page-noticias #header-noticias:before,
.single-post #header-noticias:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: block;
    left: 0;
    top: 0;
}

.page-concursos #header-noticias .epigrafe,
.single-concursos #header-noticias .epigrafe,
.page-noticias #header-noticias .epigrafe,
.single-post #header-noticias .epigrafe {
    background: #27316F;
    color: #FFF;
    padding: 4px 10px;
    margin-left: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}

.page-concursos #header-noticias h1,
.single-concursos #header-noticias h1,
.page-noticias #header-noticias h1,
.single-post #header-noticias h1 {
    font-size: 3.25rem;
    font-weight: 600;
    color: #FFF;
    margin-left: 15px;
    text-shadow: 0 3px 9px rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 768px) {
    .page-concursos #header-noticias .epigrafe,
    .single-concursos #header-noticias .epigrafe,
    .page-noticias #header-noticias .epigrafe,
    .single-post #header-noticias .epigrafe {
        font-size: 1rem;
        margin-left: 0;
    }

    .page-concursos #header-noticias h1,
    .single-concursos #header-noticias h1,
    .page-noticias #header-noticias h1,
    .single-post #header-noticias h1 {
        font-size: 2.75rem;
        line-height: 3rem;
        margin-left: 0;
    }
}

.page-template-page-noticias #actualidad-wrapper,
.page-template-page-agenda #actualidad-wrapper {
    padding-top: 50px;
}

.custom-post-grid .entrada-item-grid {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2px;
}

.custom-post-grid .entrada-item-grid .cabecera {
    position: relative;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    background-size: cover;
}

.custom-post-grid .entrada-item-grid .cabecera h3 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    color: #FFF;
    line-height: 1.7rem;
    z-index: 2;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.7);
    position: relative;
    padding: 0 16px 35px;
}

.custom-post-grid .entrada-item-grid .cabecera:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.custom-post-grid .entrada-item-grid .cabecera .angulo-post-cuadricula {
    position: relative;
    margin-bottom: -1px;
}

.custom-post-grid .entrada-item-grid .cabecera .angulo-post-cuadricula svg {
    position: relative;
    z-index: 2;
}

.custom-post-grid .entrada-item-grid .contenido {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 250px;
    height: 100%;
    padding: 0 25px !important;
    line-height: 1.4rem;
}

.custom-post-grid .entrada-item-grid .contenido .fecha {
    color: #57C0E9;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.custom-post-grid .entrada-item-grid .contenido .extracto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.custom-post-grid .entrada-item-grid .contenido .extracto p {
    color: #27316F;
}

.custom-post-grid .entrada-item-grid .contenido .extracto a {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    margin-right: 20px;
    margin-bottom: 1rem;
}

.pagination {
    margin-bottom: 60px;
}

.entry-title {
    color: #27316F;
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.single-post .entry-header img {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.single-post .entry-title {
    color: #27316F;
    font-weight: 600;
}

.single-post .entry-meta {
    margin-bottom: 30px;
    font-weight: bold;
}

.single-post .entry-meta a {
    color: #4BA88E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-post .entry-meta a:hover {
    color: #007577;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-post .entry-content .wp-post-image {
    width: 40%;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.single-post .entry-content .extracto {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.9rem;
}

@media only screen and (max-width: 768px) {
    .single-post .entry-title {
        font-size: 1.5rem;
    }
}

.archive h1 {
    color: #27316F;
    font-weight: 300;
    margin-bottom: 40px;
}

.archive h1 span {
    font-weight: 600;
    color: #57C0E9;
}

.archive .content-area {
    padding-right: 30px;
}

.archive article {
    margin-bottom: 25px;
}

.archive article .post-item {
    border: 1px solid #ededed;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.archive article .post-item .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 25px 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    background-size: cover;
    height: 320px;
}

.archive article .post-item .img-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    z-index: 1;
}

.archive article .post-item .img-container .entry-title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    position: relative;
    z-index: 2;
}

.archive article .post-item .img-container .entry-title a {
    color: #FFF;
    margin-bottom: 10px;
    padding-top: 20px;
}

.archive article .post-item .content-container {
    padding: 20px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.archive article .post-item .content-container .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.archive article .post-item .content-container .entry-meta .fecha {
    color: #57C0E9;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.archive article .post-item .content-container .entry-meta p {
    line-height: 1.5rem;
    color: #27316F;
}

.archive article .post-item .content-container .entry-meta a {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    margin-top: auto;
}

@media only screen and (max-width: 768px) {
    .archive h1 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .archive .content-area {
        padding-right: 15px;
    }
}

.page-template-page-columna-de-opinion #actualidad-wrapper .page-header {
    background-position: bottom left;
}

.page-template-page-columna-de-opinion #content,
.single-columna-de-opinion #content {
    padding: 3rem 15px;
}

.page-template-page-columna-de-opinion #header-columnas,
.single-columna-de-opinion #header-columnas {
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.page-template-page-columna-de-opinion #header-columnas .vcpb-default:before,
.single-columna-de-opinion #header-columnas .vcpb-default:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-template-page-columna-de-opinion #header-columnas .epigrafe,
.single-columna-de-opinion #header-columnas .epigrafe {
    background: #27316F;
    color: #FFF;
    padding: 4px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

.page-template-page-columna-de-opinion #header-columnas h1,
.single-columna-de-opinion #header-columnas h1 {
    font-size: 3.25rem;
    color: #FFF;
    text-shadow: 0 3px 9px rgba(0, 0, 0, 0.7);
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .page-template-page-columna-de-opinion #header-perfil .epigrafe,
    .single-columna-de-opinion #header-perfil .epigrafe {
        font-size: 1rem;
        margin-left: -15px;
        padding-left: 15px;
    }

    .page-template-page-columna-de-opinion #header-perfil h1,
    .single-columna-de-opinion #header-perfil h1 {
        font-size: 2.75rem;
    }
}

.custom-post-grid.columnas .post-item {
    background: linear-gradient(175deg, #FFFFFF 10%, #57C0E9 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.custom-post-grid.columnas .post-item .post-item-top .post-image {
    display: block;
    text-align: center;
}

.custom-post-grid.columnas .post-item .post-item-top .post-image img {
    width: 260px;
    height: 260px;
    border-radius: 100%;
    border: 10px solid #27316F;
}

.custom-post-grid.columnas .post-item .post-item-top .titulo {
    text-align: center;
    margin-top: -50px;
    padding-left: 25px;
    padding-right: 25px;
}

.custom-post-grid.columnas .post-item .post-item-top .titulo a {
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2rem;
    color: #27316F;
    background: #FFF;
    background-clip: content-box;
}

.custom-post-grid.columnas .post-item .post-item-top .autor {
    font-family: "Poppins", sans-serif;
    color: #27316F;
    font-size: 1.25rem;
    line-height: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.custom-post-grid.columnas .post-item .post-item-top .cargo {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 6px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    display: block;
}

.custom-post-grid.columnas .post-item .post-item-top p.post-date {
    color: #FFF;
    text-align: center;
}

.custom-post-grid.columnas .post-item .post-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.custom-post-grid.columnas .post-item .post-item-bottom p {
    margin-bottom: 0;
    text-align: center;
}

.custom-post-grid.columnas .post-item .post-item-bottom p.read-more {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    padding-right: calc(50% - 70px);
}

.custom-post-grid.columnas .post-item .post-item-bottom p.read-more a {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    display: block;
    border-color: #FFF;
    color: #FFF;
}

.custom-post-grid.columnas .post-item .post-item-bottom .footer {
    background: linear-gradient(-177deg, #57C0E9 50%, #FFFFFF 50%);
    text-align: center;
    height: 40px;
}

.single-columna-de-opinion .entry-meta {
    margin-bottom: 40px;
}

.single-columna-de-opinion .entry-meta .wp-post-image {
    display: block;
    width: 280px;
    height: 280px;
    border-radius: 100%;
    border: 10px solid #57C0E9;
    margin-left: auto;
    margin-right: auto;
}

.single-columna-de-opinion .entry-meta .contenido {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-columna-de-opinion .entry-meta .contenido .datos-autor span {
    display: block;
}

.single-columna-de-opinion .entry-meta .contenido .datos-autor span.autor {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2rem;
}

.single-columna-de-opinion .entry-meta .contenido .datos-autor span.cargo {
    font-size: 1.1rem;
}

.single-columna-de-opinion .entry-meta .contenido .extracto {
    color: #27316F;
    font-size: 1.325rem;
    font-style: italic;
    line-height: 1.8rem;
    margin-bottom: 35px;
}

.page-template-page-agenda .custom-post-grid.agenda .post-item {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    position: relative;
    overflow: hidden;
    height: 360px;
    padding: 30px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-template-page-agenda .custom-post-grid.agenda .post-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 1;
}

.page-template-page-agenda .custom-post-grid.agenda .post-item .post-item-top {
    z-index: 2;
    color: #FFF;
    position: relative;
}

.page-template-page-agenda .custom-post-grid.agenda .post-item .post-item-top a {
    background: #DBF4F5;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 600;
    padding: 4px 10px;
}

.page-template-page-agenda .custom-post-grid.agenda .post-item .post-item-top .fecha span {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    background: #79C5B0;
    padding: 6px 20px;
    margin-left: -20px;
    margin-bottom: 0px;
    display: inline-block;
}

.page-template-page-agenda .custom-post-grid.agenda .post-item .post-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    z-index: 2;
}

.page-template-page-agenda .custom-post-grid.agenda .post-item .post-item-bottom p.read-more {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    padding-right: calc(50% - 70px);
}

.page-template-page-agenda .custom-post-grid.agenda .post-item .post-item-bottom p.read-more a {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    border-color: #FFF;
    color: #FFF;
}

.page-template-page-agenda .agenda-item {
    margin: 0 12px 25px 12px;
    background: #DBF4F5;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.page-template-page-agenda .agenda-item div {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-template-page-agenda .agenda-item .img-container {
    height: 300px;
    overflow: hidden;
}

.page-template-page-agenda .agenda-item p.agenda-date {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    background: #79C5B0;
    color: #FFF;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0 20px;
}

.page-template-page-agenda .agenda-item .contenido {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.page-template-page-agenda .agenda-item .contenido h3.agenda-title {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0 20px;
}

.page-template-page-agenda .agenda-item .contenido a.read-more-link {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    margin-right: 40px;
    margin-bottom: 20px;
}

.single-agenda .content-area {
    padding-right: 25px;
}

.single-agenda .entry-header {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .single-agenda .content-area {
        padding-right: 15px;
    }
}

.page-agenda #content,
.single-agenda #content {
    padding: 3rem 15px;
}

.page-agenda #header-agenda,
.single-agenda #header-agenda {
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.page-agenda #header-agenda .vcpb-default:before,
.single-agenda #header-agenda .vcpb-default:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-agenda #header-agenda .epigrafe,
.single-agenda #header-agenda .epigrafe {
    background: #27316F;
    color: #FFF;
    padding: 4px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

.page-agenda #header-agenda h1,
.single-agenda #header-agenda h1 {
    font-size: 3.25rem;
    color: #FFF;
    text-shadow: 0 3px 9px rgba(0, 0, 0, 0.7);
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .page-agenda #header-agenda .epigrafe,
    .single-agenda #header-agenda .epigrafe {
        font-size: 1rem;
        margin-left: -15px;
        padding-left: 15px;
    }

    .page-agenda #header-agenda h1,
    .single-agenda #header-agenda h1 {
        font-size: 2.75rem;
    }
}

.page-podcast #podcasts-container {
    background: url("/wp-content/uploads/2025/01/triangulos-left.svg");
    background-repeat: no-repeat;
    background-position: top 30px left;
    background-size: 60px auto;
    position: relative;
    z-index: 2;
}

.page-podcast .intro-podcast {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.page-podcast .slick-slide {
    margin: 0 10px 30px !important;
}

.page-podcast #header-podcast {
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.page-podcast #header-podcast .vcpb-default:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-podcast #header-podcast .epigrafe {
    background: #27316F;
    color: #FFF;
    padding: 4px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

.page-podcast #header-podcast h1 {
    font-size: 3.25rem;
    color: #FFF;
    text-shadow: 0 3px 9px rgba(0, 0, 0, 0.7);
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

.page-podcast #wrapper-footer-full {
    position: relative;
    display: block;
    z-index: 1;
}

.page-podcast #wrapper-footer-full:after {
    content: "";
    position: absolute;
    right: 0;
    top: -380px;
    height: 400px;
    width: 300px;
    background: url("/wp-content/uploads/2025/01/ramas-fondo.svg") no-repeat center right;
    background-size: auto 400px;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .page-podcast #header-podcast .epigrafe {
        font-size: 1rem;
        margin-left: -15px;
        padding-left: 15px;
    }

    .page-podcast #header-podcast h1 {
        font-size: 2.75rem;
    }

    .page-podcast .intro-podcast {
        width: 90%;
    }

    .page-podcast .slick-slide {
        margin: 0 10px 30px !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}