@font-face {
    font-family: 'DIN Condensed';
    src: url('https://2025.dantz.eu/wp-content/themes/dantz-multisite/fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('https://2025.dantz.eu/wp-content/themes/dantz-multisite/fonts/DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN 1451 Std';
    src: url('https://2025.dantz.eu/wp-content/themes/dantz-multisite/fonts/DINMittelschriftStd.woff2') format('woff2'),
        url('https://2025.dantz.eu/wp-content/themes/dantz-multisite/fonts/DINMittelschriftStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-template-page-festival-2025{
    position: relative;
}

.page-template-page-festival-2025 footer{
    background-color: transparent;
}

.logged-in.multisitio-3 .festival-contact{
    background-color: #F00025;
}

.fondo-footer-festival {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	left: 0;
	z-index: -1;
	opacity: 0.4;
	overflow: hidden;
}
.fondo-footer-festival img {
	width: 100%;
	height: auto;
	transform: scale(1.4) translateY(47%) rotate(0);
}
.mb8{
    margin-bottom: 5rem;
}

.accordion-body{
    color: #fff;
}

.page-template-page-festival-2025 .site{
    font-family: 'DIN 1451 Std';
}

.dantz-fest-lineup{
    text-align: center;
    margin: 60px 0;
}
.dantz-fest-lineup h2{
    font-family: 'DIN 1451 Std';
    font-size: 10px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.dantz-fest-headliners{
    list-style: none;
    display: flex;
    flex-direction: row;
    
}


.dantz-fest-headliner {
	font-family: 'DIN Condensed';
	text-transform: uppercase;
	font-size: 43px;
	line-height: 100%;
}

.dantz-fest-headliner span {
	font-size: 25px;
	margin-left: -7px;
}

.dantz-fest-headliners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 7px 33px;
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: -2%;
}

.dantz-fest-headliners li {
    flex: 0 0 auto;
}

.dantz-fest-lineup-footer p{
    font-family: 'DIN 1451 Std';
    font-size: 0.8rem;
    line-height: 100%;
}

.dantz-fest-lineup-logo img{
    width: 100%;
    height: auto;
    max-width: 150px;
    margin-top: 0.5rem;
}


.dantz-fest-programa{
    margin: 120px 0;
}

.festival-2025 {
    position: relative;
}


@keyframes spin-2025 {
  from {
	transform: scale(7) translateY(-20%) translateX(5%) rotate(45deg);
      
  }
  to {
	transform: scale(7) translateY(-20%) translateX(5%) rotate(405deg);    
}
}

div img {


}



.festival-2025 img{
    width: 100%;
    height: auto;
}

.hero-festival{
    position: relative;
    width: 100%;
    padding: 2rem 0 0 0;
}

.fondo-hero-festival {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	padding-bottom: 8rem;
	overflow: hidden;
	opacity: 0.9;
}

.fondo-hero-festival img {
	width: 100%;
	object-fit: contain;
  animation: spin-2025 200s linear infinite; 
    filter: brightness(0.9);
}

.fondo-hero-festival img {
	width: 100%;
	object-fit: contain;
	filter: brightness(0.9);
	transform-origin: 42% 48%;
}

.titulo-hero-festival p{
    margin-bottom: 0.5rem;
}

.titulo-hero-festival h1, .titulo-hero-festival h2 {
	text-transform: uppercase;
	font-family: 'DIN 1451 Std';
	margin-bottom: 0px;
}

.hero-festival h1,
.titulo-dantz-festival-cabecera{
    font-size: 4rem !important;
    line-height: 80%;
}

.fecha-hero-festival a{
    display: inline-block;
}

.titulo-hero-festival h2{
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}


.redes-hero .tiquet-hero{
    padding: 12px 25px 8px 25px;
}

.redes-hero a{
    color: #000000;
    background-color: #fff;
    padding: 14px 10px 8px 10px;
    border-radius: 1000px;
    margin-left: 5px;
}

.redes-hero i{
    font-size: 1.2rem;
}


.dantz-fest-artist-gallery{
    margin: 120px 0;
}

.single-evento-festival .dantz-fest-artist-gallery{
    margin: 50px 0 90px 0;
}

.dantz-fest-artist-gallery-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.dantz-fest-artist-gallery-item {
	border: #F00025 2px solid;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}


.dantz-fest-artist-gallery-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: .3s;
    z-index: -1;
    aspect-ratio: 1/1.3;
}

.dantz-fest-artist-gallery-item:hover img {
	transform: scale(1.05);
}

.page-template-page-festival-2025-teaser .dantz-fest-artist-gallery-item{
    aspect-ratio: 1/1.4;
}

.dantz-fest-artist-gallery-title {
	text-transform: uppercase;
	text-align: center;
	font-family: 'DIN Condensed';
	margin: 0px;
	padding-top: 5px;
	background-color: #F00025;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
}

.dantz-fest-artist-gallery h2{
    font-family: 'DIN 1451 Std';
    font-size: 10px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.dantz-fest-programa-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap:30px;
}

.dantz-fest-programa-item {
	border: 2px solid #F00025;
	border-radius: 30px;
	padding: 15px;
	/* aspect-ratio: 1 / 1.5; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	gap: 32px;
	background-color: #000;
}

.dantz-fest-programa-item-destacado{
    border: 4px solid #F00025;
}
    
.dantz-fest-programa-item-info {
	margin-top: 32%;
	z-index: 1;
}

.dantz-fest-programa-botones{
    display: flex;
    flex-direction: row;
    gap:15px;
}

.dantz-fest-programa-botones a{
    background-color: #F00025;
    padding: 8px 20px 4px 20px;
    border: solid 2px #F00025;
    border-radius: 1000px;
    display: inline-block;
}

.dantz-fest-programa-botones-gratis-url a{
    display: inline-block;
    padding: 8px 20px 4px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 1000px;
    background-color: transparent;
}

.dantz-fest-programa-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 164px;
	overflow: hidden;
	z-index: 0;
	opacity: 100;
	width: 100%;
}

.dantz-fest-programa-bg::after {
	position: absolute;
	width: 100%;
	height: 60%;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	content: "";
	left: 0;
}

.dantz-fest-programa-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dantz-fest-programa .accordion-header{
    background-color: transparent;
    border-top:2px solid #F00025;
}

.dantz-fest-programa .accordion{
    background-color: transparent;
    color: #fff;
}

.dantz-fest-programa .accordion{
    border-bottom:2px solid #F00025;
    margin-bottom: 120px;
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-color: transparent !important;
}

.accordion-button:not(.collapsed){
    color: #F00025;
    background-color: transparent;
    box-shadow: none;
}

.dantz-fest-programa .accordion-header h2{
    color: #fff !important;
}

.dantz-fest-programa .accordion-button::after{
    display: none;
}

.dantz-fest-programa .btn-link{
    color: #fff;
    font-size: 20px;
}

.dantz-fest-programa .accordion-button{
    padding: 16px 20px 16px 0;
}

.dantz-fest-logos {
	margin-top: calc(70px + 6vw);
	margin-bottom: calc(70px + 6vw);
}


.dantz-fest-logos  img{
	aspect-ratio: 3/3;
	object-fit: contain;
	width: 100%;
	height: auto;
	max-height: 76px;
	max-width: 210px;
}

.dantz-fest-main-event{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: solid 2px #F00025;
    margin-bottom: 1rem;
    height: 100%;
    /*box-shadow: 0px 0px 12px 0px #151515;*/
}

.dantz-fest-event-fecha::first-letter {
    text-transform: uppercase;
}

.dantz-fest-event-ticket-boton{
    position: relative;
    z-index: 3;
}

.dantz-fest-event-info{
    padding: 2rem 2rem 0rem 2rem;
    margin-bottom: 1rem;
}

.dantz-fest-event-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dantz-fest-event-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.dantz-fest-event-venue{
    background-color: #F00025;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.dantz-fest-event-fecha p{
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.dantz-fest-event-horario p{
    color: #F00025;
}

.dantz-fest-event-ticket a{
    background-color: #F00025;
    padding: 8px 35px 4px 35px;
    border: solid 2px #F00025;
    border-radius: 1000px;
    display: inline-block;
    margin-bottom: 2rem;
}

.dantz-fest-event-ticket .dantz-fest-event-info-boton a{
    background-color: transparent;
    padding: 8px 35px 4px 35px;
    border: solid 2px #fff;
    border-radius: 1000px;
    display: inline-block;
    margin-bottom: 1rem;
    color: #fff;
}

.dantz-fest-event-lineup ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 168%;
}

.dantz-fest-event-lineup li{
    text-transform: uppercase;
    color: #FFF;
    font-family: 'DIN Condensed';
    font-size: 1.5rem;
}

.dantz-fest-event-lineup .set{
    font-size:16px;
}

.dantz-fest-event-venue p{
    text-transform: uppercase;
    text-align: center;
    font-family: 'DIN Condensed';
    margin: 0px;
    padding-top: 5px;
}

.dantz-fest-lineup-footer{
    margin-top: 1rem;
}

.dantz-fest-abonos-container{
    background-color: #F00025;
    padding: 2rem;
    border-radius: 25px;
    margin-top: 1.5rem;
    text-transform: uppercase;
}

.dantz-fest-abonos-container h2,
.dantz-fest-abonos-container h3{
    font-family: 'DIN Condensed';
    margin-bottom: 0px;
    line-height: 1.1;
}

.dantz-fest-abonos-container h3{
    font-size: 1.3rem;
}

.dantz-fest-abonos-container span{
    color: #000;
}

.dantz-fest-abonos{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dantz-fest-abono {
	display: flex;
	/*flex: 1 1 calc(33.333% - 10px);*/
	background-color: #000;
	padding: 1rem 2rem;
	border-radius: 1000px;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
	gap: 6px;
    flex-grow: 1;
    position: relative;
}

.dantz-fest-abono:not(.dantz-fest-abono-active) {
	opacity: 1;
	pointer-events: none;
	background-color: #C7001F;
	color: #F32B4A;
}

.dantz-fest-abono-soldout::after {
	content: "Sold Out";
	position: absolute;
	opacity: 1;
	font-size: 19px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-12deg);
	width: auto;
	white-space: nowrap;
	display: inline-block;
	color: #fff;
	letter-spacing: 6px;
}

.dantz-fest-abono-active{
    flex-grow: 1;
    transition:.3s;
    
}

.dantz-fest-abono-active:hover{
    transform: scale(1.05);
}

.dantz-fest-abono p{
    margin: 0px;
    line-height: 1;
    font-size: 0.8rem;
    white-space: normal;
}

.dantz-fest-abono-precio p{
    font-size: 2rem;
    line-height: 0.6;
}

.dantz-fest-events-gallery img{
    aspect-ratio: 3/2;
    height: 100%;
    object-fit: cover;
}

.GalleryEventsSwiperOne img{
    border-top: solid 3px #F00025;
    border-right: solid 3px #F00025;
}

.GalleryEventsSwiperTwo img{
    border-top: solid 3px #F00025;
    border-right: solid 3px #F00025;
    border-bottom: solid 3px #F00025;
}

.dantz-fest-events-gallery{
    overflow: hidden;
}

.GalleryEventsSwiperOne,
.GalleryEventsSwiperTwo{
    width: 150%;
}

.dantz-fest-events-gallery-desplazado {
    position: relative;
    transform: translateX(calc(-40% / 2));
}

.page-template-page-festival-2025 aside h2, .dantz-fest-programa-titulo-seccion{
    font-family: 'DIN 1451 Std';
    font-size: 15px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.dantz-fest-programa-hora p{
    font-family: 'DIN 1451 Std';
    color: #F00025;
    margin-bottom: 0px;
}

.dantz-fest-programa-lugar p{
    font-family: 'DIN 1451 Std';
    color: #F00025;
    margin-bottom: 0rem;
    font-size: 1rem;
}

.dantz-fest-programa-artista ul{
    padding: 0px;
    margin: 0px;
    margin-top: 0.5rem;
    line-height: 1.3;
}

.dantz-fest-programa-artista  li{
    list-style-type: none;
    font-size: 1.3rem;
}

.dantz-fest-programa-colaboracion p{
    line-height: 1;
    margin-bottom: 0.5rem;
}

.dantz-fest-programa-titulo{
    margin-bottom: 0px;
}

.dantz-fest-programa-gratis{
    color: #fff;
    padding: 8px 0px 4px 0px;
    margin: 0px;
}

.dantz-fest-programa .collapse{
    border-top: 2px solid rgb(240, 0, 37);
}

.dantz-fest-programa .accordion-body{
    padding: 20px 0;
}

.dantz-fest-programa .accordion-header{
    border-bottom: none;
}

.dantz-fest-programa .accordion-header h2{
    margin-bottom: 0px;
    font-size: 1.4rem;
    padding-top: 5px;
}

.dantz-fest-programa .accordion-header h2:focus-visible {
    outline: none;
}

.dantz-fest-programa .btn{
    padding: 6px 0;
}

.dantz-fest-programa .btn:focus,
.dantz-fest-programa .btn.focus{
    box-shadow: none;
    
}

.dantz-fest-programa .btn-link.focus, 
.dantz-fest-programa .btn-link:focus {
    text-decoration: none;
}

.dantz-fest-programa .btn-link:hover{
    text-decoration: none;
}

/* ------------ ARTISTA INICIO -------------- */
/* ------------------------------------------ */

.single-artista-2024{
    position: relative;
}

.dantz-artista{
    padding: 3rem 0;
    overflow: hidden;
}

.contenido-dantz-artista{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 3rem;
}

.ficha-artista-retrato {
	border-radius: 20px;
	position: sticky;
	top: 140px;
}

.ficha-artista-retrato img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	position: relative;
	border-radius: 23px;
	transform: rotate(2deg);
    aspect-ratio: auto !important;
}

.ficha-artista-retrato::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -10px;
	top: -10px;
	transform: scale(1.1) rotate(-5deg);
	border-radius: 20px;
	background-image: url("https://2025.dantz.eu/wp-content/themes/dantz-multisite/images/BG-textura.png");
	background-size: 270%;
}

.ficha-artista-retrato::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 10px;
	transform: scale(1.1) rotate(6deg);
	border-radius: 20px;
	background-image: url("https://2025.dantz.eu/wp-content/themes/dantz-multisite/images/BG-textura.png");
	background-size: 170%;
}

.artista-ficha-descripcion h1{
    color: #F00025;
    font-size: 3rem;
    margin-top: 2rem;
}

.artista-ficha-descripcion h1 span{
    text-transform: uppercase;
    font-size: 1.5rem;
}

.artista-ficha-descripcion p{
    font-size: 1.1rem;
}

.ficha-artista-link{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 190px;
    cursor: pointer;
    background-color: #F00025;
}

.ficha-artista-links i{
    color: #fff;
    font-size: 27px;
}

.ficha-artista-links {
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
	position: sticky;
	bottom: 0;
	background-color: #000;
	padding: 24px 0;
	box-shadow: 0 0 40px black;
}

.ficha-artista-tickets{
    padding: 0 70px;
    flex-grow: 2;
}

.fondo-hero-festival-artista{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -2;
    overflow: hidden;
}

.fondo-hero-festival-artista img{
    width: 100%;
    height: auto;
}

.single-artista-2024 .site-footer{
    background-color: transparent;
}

.intersecciones strong {
    color: #f00025;
}

.intersecciones h2 {
    margin-bottom: 30px;
    font-family: 'DIN Condensed';
    text-transform: uppercase;
}

.intersecciones-portada-festival{
    margin-bottom: 4rem;
}

.bio-dantz-artista{
    position: relative;
}

.artista-template-default{
    position: relative;
}

.artista-template-default .site-footer{
    background-color: transparent;
}

/* ------------ ARTISTA FIN -------------- */
/* --------------------------------------- */

/* ------------ EVENTO INICIO -------------- */
/* ----------------------------------------- */

.single-evento-festival{
    position: relative;
}

.evento-festival img{
    width: 100%;
    height: auto;
}

.hero-evento-festival{
    position: relative;
    padding-top: 2rem;
}

.fondo-hero-evento-festival{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -3;
    height: 20%;
}

.fondo-hero-evento-festival::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 0; 
    pointer-events: none; 
}

.fondo-hero-evento-festival img{
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.tiquet-evento-festival a{
    background-color: #F00025;
    padding: 8px 20px 4px 20px;
    border: solid 2px #F00025;
    border-radius: 1000px;
    display: inline-block;
    text-align: end;
}

.tiquet-evento-festival-gratis a{
    padding: 4px 20px 4px 20px;
    border: solid 1px #fff;
    border-radius: 1000px;
    display: inline-block;
    text-align: end;
    background-color: #00000045;
}

.info-evento-festival{
    margin-top: 5rem;
    line-height: normal;
}

.info-evento-festival strong{
    color: #F00025;
}

.evento-menor-festival .info-evento-festival,
.evento-menor-festival .evento-festival-foto-evento-menor{
    margin-top: 5rem;
}

.lugar-evento-festival{
    text-transform: uppercase;
    font-family: 'DIN Condensed';
    margin-bottom: 0px;
}

.fecha-evento-festival{
    font-family: 'DIN Condensed';
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.fecha-evento-festival::first-letter {
    text-transform: uppercase;
}

.hora-evento-festival{
    margin-bottom: 0.5rem;
    font-family: 'DIN Condensed';
}

.flex-informacion-evento {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    gap: 3rem;
}

.flex-informacion-evento-reverse{
        flex-direction: column-reverse;
    }

.columna-informacion-evento {
    flex: 1;
    box-sizing: border-box;
}

.descripcion-full {
    width: 100%;
    margin-top: 3rem;
}

.nombre-escenario {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.tabla-horario h2 {
    margin: 0;
    font-size: 1rem;
}

.tabla-horario h3 {
    margin: 0 0 1rem;
    font-size: 0.9rem;
}

.tabla-escenario-evento .interior-tabla-evento:first-child{
    border-top: solid 1px #fff;
}

.interior-tabla-evento{
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: solid 1px #fff;
    padding: 10px 0;
    gap: 3rem;
}

.interior-tabla-evento p{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.informacion-hero-festival h3{
    color: #F00025;
    text-transform: uppercase;
}

.tabla-escenario-evento{
    margin-top: 22px;
}

.descripcion-informacion-evento .tiquet-evento-festival,
.descripcion-informacion-evento .tiquet-evento-festival-gratis{
    text-align: start;
    margin-top: 1.5rem;
}

.single-evento-festival .abonos-evento-festival{
    margin-top: 3rem;
}

.galeria-evento-festival img{
    aspect-ratio: 4/3;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top: solid 3px #F00025;
    border-right: solid 3px #F00025;
    border-bottom: solid 3px #F00025;
}

.botones-evento-festival{
    text-align: center;
}

.botones-evento-festival a{
    border: solid 1px #fff;
    border-radius: 1000px;
    padding: 5px 20px;
    display: inline-block;
    min-width: 250px;
    margin-bottom: 0.8rem;
}

.botones-evento-festival a.boton-xl {
	padding: 12px 47px 6px;
	min-width: 250px;
	margin-bottom: 0.8rem;
	font-size: 25px;
	vertical-align: sub;
}


.single-evento-festival .site-footer{
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.evento-festival-foto-evento-menor img{
    width: 100%;
    height: auto;
    position: inherit;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    object-fit: cover;
}

.youtube-evento-festival a{
    border: solid 1px #fff;
    border-radius: 1000px;
    padding: 8px 20px 4px 20px;
    display: inline-block;
    margin-bottom: 0.8rem;
}

/* ------------ EVENTO FIN -------------- */
/* -------------------------------------- */

/* ------------ PÁGINA INTERIOR INICIO -------------- */
/* -------------------------------------------------- */

.page-template-default{
    position: relative;
}

.contenido-pagina-interior-festival p{
    color: #fff !important;   
}

.contenido-pagina-interior-festival h1,
.contenido-pagina-interior-festival h2,
.contenido-pagina-interior-festival h3{
    font-family: 'DIN Condensed';
    color: #fff;
}

.contenido-pagina-interior-festival h1,
.contenido-pagina-interior-festival h2{
    text-transform: uppercase;
}

.pagina-interior-festival article{
    background-color: transparent;
}

.contenido-pagina-interior-festival a{
    display: inline-block;
}

.contenido-pagina-interior-festival .wp-block-button a{
    padding: 4px 20px 4px 20px;
    border: solid 1px #F00025;
    border-radius: 1000px;
    display: inline-block;
    background-color: #F00025;
    color: #fff !important;
    width: auto;
}

.contenido-pagina-interior-festival strong{
    color: #F00025;
}

.contenido-pagina-interior-festival .wp-block-buttons > .wp-block-button{
    margin-bottom: 0px;
}

.page-template-default .site-footer{
    background-color: transparent;
}


.b2b {
	margin-right: -7px;
	margin-left: -7px;
}

.dantz-fest-event-lineup .b2b {
	margin-right: 0;
	font-size: 16px;
    margin-left: 0;
}

.post *, article * {
	color: #fff;
}

.entry-content, .entry-content p, .entry-content ul, .entry-content li, .entry-content ol {
	color: #fff;
}

/* ------------ PÁGINA INTERIOR FIN -------------- */
/* ----------------------------------------------- */


.contenido-pagina-interior-festival {
	background-color: #11111190;
	padding: 30px;
	border: 2px solid #520000;
	border-radius: 10px;
}

@media (min-width: 576px) {
    
    .dantz-fest-event-lineup ul{
        text-align: end;
    }

}

@media (min-width: 768px) {
    
    p{
        font-size: 1.3rem;
    }  
    
    .mb8{
        margin-bottom: 8rem;
    }
    
    .hero-festival h1{ 
        font-size: 5rem;
    }
    
    .redes-hero{
        text-align: end;
    }
    
    .dantz-fest-lineup-footer p{
        font-size: 1rem;
    }
    
    .dantz-fest-lineup{
        margin: 80px auto;
        max-width: 750px;
    }
    
    .dantz-fest-lineup h2{
        font-size: 15px;
        margin-top: 1rem;
    }
    
    .dantz-fest-event-info {
        padding: 2rem 2rem 0rem 2rem;
    }
    
    .dantz-fest-event-fecha p{
        font-size: 1.8rem;
    }

    .dantz-fest-event-lineup li{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
    
    .dantz-fest-event-venue p{
        font-size: 1.8rem;
        padding-top: 10px;
    }
    
    .dantz-fest-event-ticket a{
        padding: 4px 35px 0px 35px;
        font-size: 1.1rem;
    }
    
    .dantz-fest-event-ticket .dantz-fest-event-info-boton a{
        padding: 4px 35px 0px 35px;
        font-size: 1.1rem;
    }
    
    .dantz-fest-event-info{
        margin-bottom: 3rem;
    }
    
    .dantz-fest-artist-gallery h2{
        font-size: 15px;
        margin-bottom: 3rem;
    }
    
    .dantz-fest-artist-gallery-items {
        grid-template-columns: 1fr 1fr;
    }
    
    .evento-menor-festival .dantz-fest-artist-gallery-items {
        grid-template-columns: 1fr 1fr;
    }
    
    .dantz-fest-artist-gallery-title{
        font-size: 1.8rem;
        padding-top: 10px;
    }
    
    .dantz-fest-programa-titulo-seccion{
        font-size: 15px;
        margin-bottom: 3rem;
    }
    
    .dantz-fest-programa-botones a{
        padding: 4px 20px 0px 20px;
        font-size: 1.1rem;
    }
    
    .dantz-fest-programa-gratis{
        padding: 6px 0px 0px 0px;
        font-size: 1.1rem;
    }

    .dantz-fest-programa-grid{
        grid-template-columns: 1fr 1fr;
    }
    
    .dantz-fest-programa .collapse{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .dantz-artista{
        padding: 5rem 0;
    }
    
    .tiquet-evento-festival a{
        padding: 8px 60px 8px 60px;
        font-size: 1.1rem;
    }
    
    .youtube-evento-festival a{
        padding: 8px 60px 8px 60px;
        font-size: 1.1rem;
    }
    
    .botones-evento-menor{
        margin-top: 2rem;
    }
    
    .tiquet-evento-festival{
        text-align: end;
    }
    
    .botones-evento-menor .tiquet-evento-festival{
        text-align: start;
    }
    
    .tiquet-evento-festival-gratis a{
        padding: 8px 60px 8px 60px;
        font-size: 1.1rem;
    }
    
    .contenido-pagina-interior-festival .wp-block-button a{
        padding: 4px 60px 4px 60px;
    }
    
    .tiquet-evento-festival-gratis{
        text-align: end;
    }
    
    .info-evento-festival{
        margin-top: 10rem;
    }
    
    .evento-menor-festival .info-evento-festival,
    .evento-menor-festival .evento-festival-foto-evento-menor{
        margin-top: 8rem;
    }
    
    .fondo-hero-evento-festival{
        height: 40%;
    }
    
    .fecha-evento-festival{
        font-size: 2.5rem;
    }
    
    .hora-evento-festival{
        font-size: 2rem;
    }
    
    .hora-evento-festival{
        margin-bottom: 0px;
    }

    
    .ficha-artista-tickets{
        padding: 0 70px;
        flex-grow: inherit;
    }
    
    .dantz-fest-programa-titulo{
        font-size: 2rem;
    }

    .dantz-fest-artist-gallery-item{
        border-radius: 30px;
    }
    
}


@media (min-width: 992px) {
    
     .hero-festival{
        padding: 4rem 0 0 0;
        }

    .dantz-fest-artist-gallery-items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 30px;
    }
    
    .evento-menor-festival .dantz-fest-artist-gallery-items {
        grid-template-columns: 1fr 1fr;
    }
    
    .dantz-fest-programa-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .dantz-fest-programa-item {
        padding: 30px;
    }
    
    .dantz-fest-headliner {
        font-size: 60px;
    }
    
    .dantz-fest-headliner span{
        font-size: 35px;
    }
    
    .dantz-fest-programa .accordion-header h2{
        font-size: 2rem;
    }
    
    .intersecciones-portada-festival{
        column-count: 2;
        gap: 5rem;
        margin-bottom: 10rem;
    }
    
    .intersecciones-portada-festival p{
        break-inside: avoid;
    }
        
    
    .hero-evento-festival{
        padding-top: 4rem;
    }
    
    .info-evento-festival{
        margin-top: 15rem;
    }
    
    .evento-menor-festival .info-evento-festival,
    .evento-menor-festival .evento-festival-foto-evento-menor{
        margin-top: 8rem;
    }
    
    .fondo-hero-evento-festival{
        height: 60%;
    }
    
    .fecha-evento-festival{
        font-size: 3rem;
    }
    
    .flex-informacion-evento{
        flex-direction: row;
    }
    
    .flex-informacion-evento-reverse{
        flex-direction: row-reverse;
    }
    
    .contenido-pagina-interior-festival h1{
        font-size: 3.5rem;
    }
    
    .contenido-pagina-interior-festival h2{
        font-size: 2.5rem;
    }
    
    .contenido-pagina-interior-festival h3{
        font-size: 2rem;
    }

    
}
        

@media (min-width: 1200px) {
    
@keyframes spin-2025 {
  from {
	transform: scale(1.4) translateY(-20%) translateX(5%) rotate(0deg);
      
  }
  to {
	transform: scale(1.4) translateY(-20%) translateX(5%) rotate(360deg);    
}
}    
    
    .dantz-fest-headliners {
        gap: 15px 40px;              
    }
    
    .dantz-fest-lineup{
        margin: 100px auto 100px auto;
    }
    
    .dantz-fest-abonos{
        flex-direction: row;
    }
    
    .dantz-fest-abono p{
        width: min-content;
    }
    
    .dantz-artista{
        padding: 10rem 0;
    }

    
}

@media (min-width: 1400px) {

    .fondo-hero-evento-festival{
        height: 80%;
    }
    
}

    
@media (min-width: 1700px) {
    


}    

@media (min-width: 2000px) {
    
    .container{
        max-width: 1500px;
    }

}  
    
