.elementor-155 .elementor-element.elementor-element-3507fec{--display:flex;}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-155 .elementor-element.elementor-element-00d6043 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-155 .elementor-element.elementor-element-00d6043:after{content:"0.66";}.elementor-155 .elementor-element.elementor-element-00d6043 .elementor-post__meta-data span + span:before{content:"•";}.elementor-155 .elementor-element.elementor-element-00d6043{--grid-column-gap:30px;--grid-row-gap:35px;}.elementor-155 .elementor-element.elementor-element-00d6043 .elementor-post__card{border-color:#48029E;border-width:1px;border-radius:18px;}.elementor-155 .elementor-element.elementor-element-00d6043 .elementor-post__text{margin-top:20px;}.elementor-155 .elementor-element.elementor-element-00d6043 .elementor-post__badge{right:0;}.elementor-155 .elementor-element.elementor-element-00d6043 .elementor-post__card .elementor-post__badge{margin:20px;}@media(max-width:767px){.elementor-155 .elementor-element.elementor-element-00d6043 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-155 .elementor-element.elementor-element-00d6043:after{content:"0.5";}}/* Start custom CSS for html, class: .elementor-element-da4fcee *//* ESTILOS SECCIÓN CANCIÓN DEL MES INTEGRADA */
:root {
    --brutal-purple: #6c5ce7;
    --brutal-black: #1e272e;
    --brutal-white: #ffffff;
}

.song-highlight {
    padding: 60px 0;
    background-color: var(--brutal-white);
    font-family: 'Poppins', sans-serif;
}

.song-neobrutal-box {
    background: var(--brutal-white);
    border: 5px solid var(--brutal-black);
    box-shadow: 15px 15px 0px var(--brutal-black);
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
}

/* Cabecera de la caja con el título */
.box-header {
    background: var(--brutal-black);
    padding: 15px 30px;
    border-bottom: 5px solid var(--brutal-black);
}

.box-header h3 {
    color: var(--brutal-white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin: 0;
}

/* Cuerpo de la caja */
.box-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.song-main-info {
    padding: 40px;
    background: var(--brutal-white);
    border-right: 5px solid var(--brutal-black);
}

.badge {
    background: var(--brutal-purple);
    color: white;
    padding: 5px 15px;
    font-weight: 800;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 15px;
}

.song-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 0.9;
    margin-bottom: 10px;
    color: var(--brutal-black);
    font-weight: 900;
}

.song-artist {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brutal-purple);
    margin-bottom: 20px;
}

.song-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #444;
}

.spotify-embed {
    margin-top: 10px;
}

/* Lado del Video */
.song-visual-side {
    background: #f0f0f0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.youtube-frame-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 4px solid var(--brutal-black);
    box-shadow: 10px 10px 0px var(--brutal-purple);
    background: #000;
}

.sticker {
    position: absolute;
    top: 20px;
    right: 20px;
    background: yellow;
    color: black;
    padding: 5px 10px;
    font-weight: 900;
    border: 3px solid black;
    transform: rotate(15deg);
    font-size: 0.7rem;
}

/* Responsivo */
@media (max-width: 900px) {
    .box-body {
        grid-template-columns: 1fr;
    }
    .song-main-info {
        border-right: none;
        border-bottom: 5px solid var(--brutal-black);
    }
} /* HEADER ESTILO PODCAST ADAPTADO A HOME */
.main-header {
    background: #1e272e; /* El negro de la versión podcast */
    color: #ffffff;
    padding: 30px 0;
    text-align: center;
    border-bottom: 8px solid #6c5ce7; /* El morado característico */
}

.brand-top {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 4px;
    color: #6c5ce7;
    display: block;
    margin-bottom: 5px;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 8vw, 4rem);
    line-height: 0.9;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
}

.logo-accent {
    -webkit-text-stroke: 1.5px #ffffff;
    color: transparent;
}

/* Navegación Neobrutalista */
.nav-menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.nav-menu ul li a, .dropbtn {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 18px;
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    transition: 0.3s all ease;
    display: inline-block;
    background: transparent;
}

.nav-menu ul li a:hover, .nav-menu ul li a.active, .dropdown:hover .dropbtn {
    background: #6c5ce7;
    border-color: #6c5ce7;
    transform: translateY(-2px);
    box-shadow: 4px 4px 0px #000;
}

/* Dropdown Cultura */
.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #1e272e;
    min-width: 160px;
    box-shadow: 6px 6px 0px #6c5ce7;
    z-index: 100;
    border: 1px solid #6c5ce7;
    margin-top: 5px;
    border-radius: 4px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border: none !important;
    text-transform: none;
}

.dropdown-content a:hover {
    background: #6c5ce7 !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media (max-width: 768px) {
    .logo-text { font-size: 2.5rem; }
    .nav-menu ul { gap: 8px; }
}

/* ESTILOS BANNER CULTURAL ESPAÑA - PUNTO DE VISTA */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Poppins:wght@400;600;800&display=swap');

:root {
    --brand-purple: #6c5ce7;
    --brand-black: #1e272e;
    --brand-white: #ffffff;
}

.banner-cultural {
    background-color: var(--brand-white);
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.banner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    background: var(--brand-purple);
    border: 6px solid var(--brand-black);
    border-radius: 50px;
    box-shadow: 25px 25px 0px var(--brand-black);
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    position: relative;
}

.banner-main-info {
    flex: 1.5;
    color: var(--brand-white);
    z-index: 2;
    text-align: left;
}

.top-tag {
    background: var(--brand-black);
    color: var(--brand-white);
    display: inline-block;
    padding: 6px 18px;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 25px;
    transform: rotate(-1.5deg);
}

.title-espana {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    line-height: 0.85;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.text-outline {
    -webkit-text-stroke: 1.5px var(--brand-white);
    color: transparent;
}

.highlight-es {
    color: var(--brand-black);
    font-style: italic;
    background: var(--brand-white);
    padding: 0 10px;
}

.description-es {
    font-size: 1.2rem;
    max-width: 550px;
    margin-bottom: 35px;
    line-height: 1.4;
    font-weight: 500;
}

.cta-button {
    display: inline-block;
    background: var(--brand-black);
    color: var(--brand-white);
    text-decoration: none;
    padding: 18px 40px;
    font-weight: 800;
    font-size: 1.1rem;
    border: 3px solid var(--brand-white);
    border-radius: 12px;
    transition: all 0.2s ease;
}

.cta-button:hover {
    transform: translateY(-5px) scale(1.05);
    background: var(--brand-white);
    color: var(--brand-black);
}

.category-links {
    margin-top: 25px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* Gráficos y Animaciones */
.banner-graphic-area {
    flex: 1;
    display: flex;
    justify-content: center;
}

.canvas-box {
    width: 320px;
    height: 320px;
    background: var(--brand-black);
    border: 5px solid var(--brand-white);
    border-radius: 100%;
    position: relative;
    transform: rotate(-5deg);
}

.sticker {
    position: absolute;
    font-size: 3.5rem;
    animation: bounce 4s infinite ease-in-out;
}

.sticker-1 { top: -20px; left: 10%; animation-delay: 0s; }
.sticker-2 { top: 30%; right: -30px; animation-delay: 0.5s; font-size: 4rem; }
.sticker-3 { bottom: -10px; left: 0%; animation-delay: 1s; }
.sticker-4 { bottom: 15%; right: 10%; animation-delay: 1.5s; }

@keyframes bounce {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-25px) rotate(15deg); }
}

@media (max-width: 900px) {
    .banner-wrapper {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }
    .banner-main-info { text-align: center; }
    .description-es { margin: 0 auto 30px auto; }
    .canvas-box { width: 220px; height: 220px; margin-top: 20px; }
}/* End custom CSS */