:root {
  --primary-color: #9BD201;
  --second-color: #00239B;
  --third-color: #FA6605;
}
/* =========================
   SECCIONES
========================= */

section {
    width: 100%;
    position: relative;
}

#portada {
    position: relative;
    padding: 100px 3% 3% 3%;
    height: 100vh;
    overflow: hidden;
    display: flex;

    flex-direction: column;
    justify-content: space-between;
}

#evento {
    display: flex;
    padding: 13% 3% 3% 3%;
    min-height: 97vh;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

#tienda {
    height: 120vh;
    margin-top: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#locales {
    padding: 3%;
    height: 100vh;
    margin-top: 70px;
}

/* =========================
   FILAS
========================= */

.row,
.row_v2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.portada_row {
    font-size: 1rem;
}

/* =========================
   ELEMENTOS
========================= */
.orga_mas {
    font-size: 3rem;
    margin: 0;
}

#data_element {
    font-size: 1.5rem;
    margin: 0;
}

.codigo_barras_v {
    height: 15rem;
    max-width: 100%;
}

.portada-logo {
    width: 40rem;
    max-width: 90%;
}
video {
    width: 70vw;
    margin-left: 1vw;
}
#inici_prox_fest,
.time_row p {
    font-weight: 300;
    margin: 0;
    font-size: clamp(1.5rem, 6vw, 2rem);
    line-height: 1;
    white-space: nowrap;
}
.evento_linea {
    background-color: black;
    width: 100%;
    max-width: 65vw;
    height: 0.1rem;
    margin: 0 1rem;
}

#tocata_info_txt {
    direction:rtl;
}
.altaveus-3D {
    width: 30em;
    height: 50em;
    max-width: 100%;
    top: -1.5rem;
    rotate: -25deg;
    filter: blur(2px);
}
.gorra-3D {
    width: 50em;
    height: 40em;
    max-width: 100%;
    top: -1.5rem;
    filter: blur(2px);
}
.evento_info {
  position: absolute;
  z-index: 5;
  width: 94vw;
  height: 90vh;
}
.portada_tenda {
  position: absolute;
  z-index: 5;
}
.inicio_codigo {
    width: 23ch;
    max-width: 100%;
}

.inici_cartel {
    position: relative;
    z-index: 2;
    width: 40vh;
    max-width: 90%;
    border-radius: 1rem;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.inici_lana {
    width: 35%;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 49%;
    transform: translate(-50%, -50%);
}

.inici_asterist {
    display: flex;
    justify-content: center;
}

.inici_asterist img {
    width: 4%;
    min-width: 20px;
    margin: 5px;
}

#TX_tenda {
    font-weight: 100;
    width: 100%;
    font-size: 23vw;
    line-height: 0.9;
    margin: 0 0 30px 0;
    text-align: center;
    white-space: nowrap;

}
#inici_tienda_descripcio {
    font-size: clamp(0.6rem, 1.2vw, 0.8rem);
    max-width: 40ch;
    text-align: center;
    line-height: 1.4;
}

.locales-img {
    width: 25vw;
  border-radius: 1rem;
  border: 2px solid transparent;

  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.8)) border-box;
}
.codigo_barras_v_h {
    width: 15svw;
    margin: 20px 0 0 15px;
}
.locales-container-img {
    display: flex;
    flex-direction: column;
}

.contenedor {
    display: flex;
    align-items: center;
}

.locales-container {
    display: flex;
    justify-content: space-around;
}
.rectangulo,
.rectangulo-1,
.rectangulo-2 {
    width: 30rem;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 1.5rem;
    margin: 5px 0 5px 0;
}

.rectangulo {
    height: 5rem;
    border-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rectangulo-1 {
    height: 3.5rem;
    border-color: rgba(0, 0, 0, 0.5);
}

.rectangulo-2 {
    height: 2.5rem;
    border-color: rgba(0, 0, 0, 0.2);
}

.linea,
.linea-1,
.linea-2 {
    width: 70px;
    height: 2px;
    background-color: black;
}

.linea-1 {
    background-color: rgba(0, 0, 0, 0.5);
}

.linea-2 {
    background-color: rgba(0, 0, 0, 0.2);
}
.locales-listado {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.tocata_info {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
.locales-qr_tocata {
    width: 7rem;
    margin-left: 30px;
}
/* =========================
   MOBILE REAL
========================= */

@media (max-width: 768px) {

    .row {
        gap: 1.5rem;
        text-align: center;
    }

    .row_v2 {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .time_row p {
        font-size: 5vw;
    }

    .codigo_barras_v {
        height: 8rem;
    }

    .portada-logo {
        width: 80%;
    }

    .evento_linea {
        max-width: 90%;
    }

    .inici_cartel {
        width: 70%;
    }

    .inici_lana {
        width: 70%;
    }
    .locales-container {
        display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10vh;
    }
    #locales {
        display: none;
    }
}