/*
Theme Name: TRAMPA Theme
Theme URI: trampa.com
Description: Tema nuevo para el proyecto Trampa
Author: Maria Lara
Author URI: maaarialara.com
Version: 1.0
*/

/* CSS RESET */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
  font-family: 'FoundersGroteskCondensed-Regular';
  src: url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/FoundersGroteskCondensed-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FoundersGroteskCondensed-SemiBold';
  src: url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/FoundersGroteskCondensed-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'MillionaireScript';
  src: url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/Millionaire%20Script.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Plaak-Regular';
  src: url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/Plaak6Ney-36-Regular.woff2') format('woff2'),
       url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/Plaak6Ney-36-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Plaak-Bold';
  src: url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/Plaak6Ney-46-Bold.woff2') format('woff2'),
       url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/Plaak6Ney-46-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Plaak-Heavy';
  src: url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/Plaak6Ney-56-Heavy.woff2') format('woff2'),
       url('https://traaampaaa.com/wp-content/themes/trampa-theme/fonts/Plaak6Ney-56-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}


:root {
    --main-bg-color: #D9D9D9;  
    --main-text-color: #050505; 
    --light-grey: #D9D9D9;
    --grey: #cacaca;
    --dark-grey: #A0A0A0;
    --main-font: 'FoundersGroteskCondensed-SemiBold';
    --second-font: 'Plaak-Bold';
    --pink: #FF27AD;
    --light-pink: #FAD3D6;
    --blue: #0000FF;
    --green: #41FF01;
    --purple: #B467F7;
    --orange: #FF8806;
}

/* my css */

*, *:after, *:before {
    box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%; 
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
    font-family: var(--main-font); 
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    max-width: 100vw;
}


body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

a {
    color: var(--main-text-color);
    text-decoration: none;
    cursor: pointer!important;
}

a:hover {
    color: var(--pink);
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
}

video {
    max-width: 100%;
    height: 100%;
}

button {
    border: none;
    cursor: pointer;
    transition: color 0.3s;
    font-family: var(--main-font);
    font-size: 12px;
    background: none;
    margin: 0;
    padding: 0;
    color: black;
}

::-moz-selection {
    color: var(--main-text-color);
    background-color: var(--light-pink);
}

::selection {
    color: var(--main-text-color);
    background-color: var(--light-pink);
}

/* clases */
.z-9 {
    z-index: 9;
}

.z-99 {
    z-index: 99;
}

.z-999 {
    z-index: 999;
}

.z-9999 {
    z-index: 9999;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.pad-S {
    padding: 1rem;
}

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.balance {
    text-wrap-style: balance;
}

.link-grey {
    color: var(--dark-grey);
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.page-heading {
    font-size: 18px;
}

.page-section {
    margin-top: 8rem;
    min-height: 70vh;
}



/* ANIMACIONES Y EFECTOS */
.header-title {
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: opacity 0.3s ease;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
}

.header-title.hide {
    opacity: 0;
    pointer-events: none;
}

.track-latest-aaa {
    animation: blinkLogo 1.5s infinite ease-in-out;
}

@keyframes blinkLogo {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}


#screensaver {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#screensaver.active {
  opacity: 1;
  pointer-events: auto;
}


/* COMING SOON */
.coming-soon-container h1 {
    font-size: 34px;
}
.coming-soon-container h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 1rem;
}

/* HEADER */

.main-nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.main-nav ul li a {
    font-family: var(--second-font);
    font-size: 12px;
}

.page-header {
    width: 100%;
    padding: 0 1rem;
}

.page-header h1 {
    font-size: 32px;
    padding-top: 0.5rem;
}

.page-template-default .home-header-logo {
    display: none;
}

body.home .page-header h1 {
    display: none;
}

body.home .home-header-logo {
    max-width: 200px;
    display: block;
}

/* HOME */

.margin-top-bottom {
    margin: 5rem 0;
}

.margin-top {
    margin-top: 5rem;
}

.home-about {
    font-size: 34px;
}

/* home-tracks-section */

.home-tracks-section .track-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
}

body.home .track-container {
    padding: 1rem;
}

/* LATINCORE */
/* EVENTS */

.eventos-heading {
    font-family: var(--second-font);
    font-size: 24px;
}

.fecha {
    font-size: 24px;
}

.evento-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 34px;
}

.event-place {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    font-size: 24px;
}

.event-place-city {
    color: var(--dark-grey);
}

.event-date {
    text-align: center;
    text-transform: uppercase;
}

.event-date .year {
    font-size: 24px;
    color: var(--dark-grey);
    vertical-align: super;
}

.event-tickets-link {
    display: flex;
    justify-content: end;
}

.event-tickets-link a {
    color: var(--main-bg-color);
    background-color: var(--pink);
     padding: 0.5rem 1rem 0;
     position: relative;
     height: min-content;
}

.event-tickets-link a:hover {
    color: var(--main-text-color);
}

.event-tickets-link a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    margin-right: -10px;
    background: var(--pink);
}

/* swiper yt */


.swiper-horizontal {
    padding: 0 1rem!important;
}
    .swiper-section {
      margin-top: 5rem;
    }
    .swiper {
        width: 100%;
        margin: 1rem auto;
        padding: 0 1rem;
      }

      .swiper-wrapper {
        display: flex;
      }

      .swiper-slide {
        flex-shrink: 0;
        width: calc(50% - 0.5rem); /* 2 por vista con gap */
      }

      @media screen and (min-width: 1020px) {
              .swiper-slide {
       
        max-width: 500px;
      }
      }
      .swiper-slide iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        border: none;
        display: block;
      }

      .swiper-button-container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 1rem;
      }

      .swiper-button-pprev,
      .swiper-button-nnext {
        margin-top: 1rem;
        cursor: pointer;
      }

      .arrow-swiper {
        font-size: 56px;
      }

/* lc */

.latincore-container {
    margin-top: 5rem;
}

.latincore-container p {
    padding: 0 1rem;
    font-size: 34px;
}

.latincore-container .wp-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 0;
    margin: 5rem 0;
}

.videos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 1rem;
}

.videos-container .wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: 300px;
}

.latincore-container .etiqueta-latincore p {
    font-size: 34px;    
}


.merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.merch-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.merch-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.merch-info {
  margin-top: 1rem;
}

.merch-info h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.precio {
  font-weight: bold;
  margin: 0.5rem;
}

.buy-link {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: black;
  color: white;
  text-decoration: none;
}


/* Responsive: 2 columnas en tablet, 1 en móvil */
@media (max-width: 1024px) {
  .merch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}



/* HUB */

.hub-container {
    padding-bottom: 5rem;
}

.hub-info h2 {
    font-size: 32px;
    background-color: var(--light-pink);
}

.hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.hub-item {
    padding-bottom: 2rem;
}

.hub-item .hub-grid-img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}   

.hub-info {
    display: flex;
    justify-content: space-between;
    text-align: right;
}


.hub__content {
    font-size: 34px;
    width: 75%;
    margin: auto;
}

/* hub popup */

.hub-item {
    position: relative;
    cursor: pointer;
    overflow: visible;
}

.hub-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(0, 0, 255, 0.8); 
    padding: 0.5rem;
}

.hub-popup.show {
    display: block;
}

.popup-inner {
    position: relative;
    text-align: center;
    width: 50vw;
    height: auto;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

p.popup-description {
    background-color: var(--light-pink);
    max-width: 30vw;
    text-align: center;
    margin: auto;
    font-size: 18px;
    margin-top: 0.5rem;
}

a.connect-link {
    background-color: var(--light-pink);
    font-size: 64px;
    width: max-content;
}

.popup-inner .hub-popup-img {
    max-width: 100%;
    height: auto;
    max-width: 300px;
}

.close-popup {
    position: absolute;
    top: -40px;
    right: -40px;
    color: var(--main-text-color);
    border: none;
    cursor: pointer;
    padding: 0.5rem 1rem;
    /* width: 30px;
    height: 30px; */
    font-weight: 800;
    font-family: sans-serif;
    font-size: 32px;
    background-color: var(--light-pink);
    display: flex;
    justify-content: center;
}

/* TRACKS */

.track-latest-aaa {
    position: absolute;
    width: 80px;
    height: auto;
    transform: rotate(-45deg);
    top: -1rem;
    left: -4rem;
    z-index: 999;
}

.track-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 1rem;
    /* padding: 0 10vw; */
}

.track-item {
    display: flex;
    width: 100%;
    font-size: 16px;
}

.track-item:hover {
    background-color: var(--light-pink);
}

.enlaces-tracks {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.5re;
}

.track-info-container {
    position: relative;
}

.track-info-container::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: var(--pink);
    position: absolute;
    top: 0;
    right: 0;
    box-shadow:
        -10px 0 var(--pink),   /* segundo cuadrado a la izquierda */
        0px 10px var(--pink)
}



img.track-grid-img {
    width: 100%;
    max-width: 150px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.track-info-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 1rem;
}



/* BLOG */

.lista-entradas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 1rem;
}

.entrada-link:hover {
    background-color: var(--main-text-color);
    color: var(--main-bg-color);
}

.entrada {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.imagen-destacada {
    width: 50%;
    height: 40vh;
    object-fit: cover;
}

.entrada-info {
    font-size: 34px;
    padding-left: 0.5rem;
}

/* SINGLE */

body.single .entrada-info {
    font-size: 48px;
    padding: 0 1rem;
    display: flex;
    margin-top: 5rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

body.single p.fecha {
    font-size: 16px;
        margin-top: 16px;
}

body.single .entrada-contenido {
    font-size: 16px;
    width: 70%;
    margin: auto;
    font-family: sans-serif;
}

body.single .entrada-contenido p {
    margin: 1rem 0;
}

body.single figure.wp-block-image {
    padding: 1rem 0;
}

/* ARCHIVE */

.masonry-grid {
    column-count: 5;
    column-gap: 0;
    padding: 0
}

.masonry-item {
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    box-sizing: border-box;
}
.item-masonry img,
.item-masonry video,
.item-masonry p {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
}

.archive-img-logo {
    max-width: 30vw;
    height: 100%;
    position: fixed;
}

.archive-img-logo img {
    object-fit: contain;
}


/* colores */
body.page-id-11 .page-header {
    width: 100%;
    background-color: var(--pink);
}

body.page-id-13 .page-header {
    width: 100%;
    background-color: var(--green);
}

body.page-id-15 .page-header {
    width: 100%;
    background-color: var(--purple);
}

body.page-id-17 .page-header {
    width: 100%;
    background-color: var(--blue);
}

body.page-id-240 .page-header {
    width: 100%;
    background-color: var(--orange);
}

body.privacy-policy .page-header {
    width: 100%;
    background-color: var(--pink);
}

/* HOME */

.images-home {
    height: 100vh;
}

/* playlists */
section.latincore-playlist-section {
    margin-top: 5rem;
}
.all-playlists {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 columnas */
  gap: 1rem; /* separación entre playlists */
margin-top: 1rem;
}

.playlist-item {
  padding: 0.5rem;
  border-radius: 6px;
  overflow: hidden;
}

.playlist-embed iframe {
  width: 100%;
  /* height: 100%;
  aspect-ratio: 1 / 1;  */
}
/* FOOTER */


footer {
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 15rem;
}

.footer-bg {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.square {
    width: 20px;
    height: 20px;
    background-color: var(--pink);
}

.container.left .square:nth-child(2) {
    margin-left: 20px;
    position: relative;
    top: 5px;
}

.container.right .square:nth-child(2) {
    right: 10px;
    position: relative;
    bottom: 5px;
}

.demo-submissions {
    width: 100%;
    /* margin: auto; */
    text-align: center;
    position: relative;
    bottom: 5rem;
    display: flex;
    flex-direction: column;
}

.demo-submissions h5 {
    font-size: 48px;
    font-weight: bold;
}

.demo-submissions span {
    font-size: 64px;
    font-weight: bold;
    background-color: var(--light-pink);
    width: min-content;
    margin: auto;
}

.footer-links ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0.5rem;
    font-size: 14px;
}

.footer-img {
    width: 100%;
    height: 45px;
}

.footer-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* screensave */
  #screensaver {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
        z-index: 99999999999999999999999999999999999;
  }

  #trampa-list {
    display: flex;
    gap: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 5rem;
  }

  #trampa-list li {
    font-family: var(--second-font);
    color: var(--main-bg-color);
/* text-shadow:
    5px 5px 0 var(--light-grey),
   -5px 5px 0 var(--light-grey),
    5px -5px 0 var(--light-grey),
   -5px -5px 0 var(--light-grey),
    0 5px 0 var(--light-grey),
    5px 0px 0 var(--light-grey),
   -5px 0px 0 var(--light-grey),
    0 -5px 0 var(--light-grey); */
  }

/* ------------------------------    MEDIA Q       ------------------------------ */


/*BIG SCREEN*/
/* @media screen and (min-width: 1920px) {
      body, html{
          font-size: 1rem;
      }
  } */

/*DESKTOP RESPONSIVE*/
@media screen and (min-width: 1020px) {

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    /**** GENERAL ****/

    body.home .page-header {
        display: none;
    }

    
}


/*HOVER*/
@media screen and (min-width: 1024px) {

}

/*IPAD RESPONSIVE*/
@media screen and (max-width: 1020px) {

    /**** GENERAL ****/

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    /* HEADER */

    body.home .home-header-logo {
        max-width: 45vw;
    }
    .header-title {
        display: flex;
    }

    .page-header h1 {
        font-size: 24px;
        padding-top: 0.3rem;
    }

    .header-title__menu {
        display: none;
    }

    .header-title__menu.active {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    button.menu-button {
        font-size: 22px;
        width: 15vw;
        height: 100%;
    }

    .menu-button {
        transition: transform 0.3s ease;
    }

    .menu-button.open {
        transform: rotate(45deg);
    }

    .header-title__menu.active {
        height: 60vh;
        width: 40vh;
        z-index: 9999999;
        background-color: var(--main-text-color);   
    }

    .header-title .main-nav {
        height: 100%;
        align-content: flex-end;
    }

    .header-title .main-nav ul {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .header-title .main-nav ul li a {
        color: var(--main-bg-color);
        font-size: 34px;
    }

    /* HOME */
    
    .home-tracks-section .track-grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

    .home-about {
    font-size: 24px;
    }
    /* menu mobile decoration */
    .header-title__menu {
        position: relative;
    }

    /* Cuadrado superior derecho */
    .header-title__menu::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        margin-top: -30px;
        margin-right: -30px;
        background: var(--main-text-color); /* Cámbialo al color que quieras */
    }

    /* Cuadrado inferior izquierdo */
    .header-title__menu::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        margin-bottom: -20px;
        margin-left: -20px;
        background: var(--main-text-color); /* Cámbialo también si quieres */
    }

    /* TRACKS */

    .track-grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 1rem;
    }
    /* HUB */

    .hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .hub-item img {
            width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        display: block;
    }

    
    .hub-item {
        width: 40vw;
    } 
    .hub__content {
        font-size: 24px;
        width: 100%;
    }

    .hub-info h2 {
        font-size: x-large;
        word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
    }
    .popup-inner {
        width: 100%;
    }

    .close-popup {
        right: -30px;
        width: 0;
        padding: 0.2rem 1.5rem;

    }
    .hub__content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

    a.connect-link {
        margin: 0 1rem;
    }

    /* BLOG */
    .lista-entradas {
        display: flex;
        flex-direction: column;
    }

    .lista-entradas > *:nth-child(even) .entrada .imagen-destacada {
        order: 1;
    }

    .entrada {
        justify-content: space-between;
    }

    /* single */

    body.single .entrada-contenido {
        width: 100%;
    }

    /* playlists */
    .all-playlists {
        grid-template-columns: repeat(2, 1fr); 
    }

    /* EVENTOS */
    .evento-item {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }   

    .event-date {
        text-align: left;
    }

    .event-tickets-link {
        justify-content: flex-start;
    }

    .latincore-container .etiqueta-latincore p {
        font-size: 24px;
    }

    .latincore-container .wp-gallery img {
            max-width: 100vw;
    }

    .videos-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    /* ARCHIVE */

    .masonry-grid {
        column-count: 3;
    }

    /* FOOTER */

    footer .demo-submissions h5 {
        font-size: 24px;
    }


    footer .demo-submissions span {
        font-size: 34px;
    }

    footer .footer-img {
        display: none;
    }

    .footer-links ul {
        display: flex;
        flex-direction: column;
        font-size: 34px;
        padding: 1rem;
    }

    .bottom-links ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
        font-size: 12px;
    }

    /* decorations */
    .container.left .square:nth-child(2) {
        display: none;
    }
}

/* @media screen and (max-width: 720px) {
    .hub-grid {
        grid-template-columns: repeat(1, 1fr);
    }
} */


/*MOVILE RESPONSIVE*/
@media screen and (max-width: 650px) {
  #trampa-list {
    font-size: 2rem;
  }

  .hub-popup {
    max-width: 95vw;
  }
  .popup-img-desc {
    max-width: 50vw;
}

    .close-popup {
        right: 0;
    }

        /* playlists */
    .all-playlists {
        grid-template-columns: repeat(1, 1fr);
    }

    body.single p.fecha {
    text-align: right;
}
}



.page-heading {
  background-color: var(--light-pink);
    width: min-content;
margin-left: 1rem;
white-space: nowrap;
}

/* .etiqueta-latincore p, .hub__content p, .home-about p {
    text-shadow:
    10px 10px 0 var(--light-pink),
   -10px 10px 0 var(--light-pink),
    10px -10px 0 var(--light-pink),
   -10px -10px 0 var(--light-pink),
    0 10px 0 var(--light-pink),
    10px 0px 0 var(--light-pink),
   -10px 0px 0 var(--light-pink),
    0 -10px 0 var(--light-pink);
} */

section.home-tracks-section {
    background-color: var(--dark-grey);
    padding: 3rem 0;
}

section.home-events-section {
    background-color: var(--grey);
    padding: 3rem 0;
}

.lanticore-links {
    background-color: var(--grey);
    padding: 3rem 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-size: 34px;
    margin-top: 3rem;
}
/* 
.latincore-events-container {
    background-color: var(--grey);
    padding: 1rem 0;
} */

.swiper-section {
    background-color: var(--dark-grey);
    padding: 1rem 0;
}

.see-all-container {
    width: 100%;
    text-align: right;
    padding: 2rem 2rem 0;
}

.see-all-container a {
    background-color: var(--light-pink);
    padding: 0.5rem;
    font-size: 14px;
}

strong { font-weight: 700; }
em { font-style: italic; }