/*!
Theme Name: Alex del Toro
Theme URI: http://underscores.me/
Author: Triplevdoble
Author URI: https://www.triplevdoble.com/
Description: Creado por Triplevdoble para Alex del Toro
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alex-del-toro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* QUITAMOS MOSCA DE COOKIEBOT */
#CookiebotWidget { display: none; }

/* PERSONALIZAMOS COLORES COOKIEBOT */
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	background-color: #000 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	border: 2px solid #000 !important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
	color: #000 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-bottom: 1px solid #000 !important;
	color: #000 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #000 !important;
	color: #FFFFFF !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #000 !important;
	color: #FFFFFF !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    background-color: #000 !important;
	color: #FFFFFF !important;
}

.CookieDeclaration .CookieDeclarationTable {
	color: #FFFFFF !important;
    font-family: "Inter", sans-serif;
}

#CookieDeclarationUserStatusPanel {
    color: #FFFFFF !important;
    font-family: "Inter", sans-serif;
}

/*--------------------------------------------------------------
>>> Generales:
----------------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.site-title{
	display: none;
}



/* QUITAMOS MOSCA DE RECAPTCHA DE GOOGLE */
.grecaptcha-badge { visibility: hidden; }


body{
  	font-family: "Cabin", serif;
    background-color: #000;
}

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

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer!important;
	pointer-events: auto!important;
}

ul, li{
	list-style-type: none;
	padding-left: 0;
}

h1, h2, h3, h4, h5, p, ul, a{
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
}

h1 {
    font-size: clamp(14px, 4vw, 18px);
    line-height: 105%;
    font-weight: 400;
    color: #fff;
	text-transform: uppercase;
}

h2{
	font-size: clamp(41px, 3vw, 51px);
	font-weight: 900;
	line-height: 120%;
	color: var(--color2);
	text-transform: uppercase;

	letter-spacing: 3px;
}


p{
	font-size: clamp(16px, 2vw, 18px);
	line-height: 120%;
    font-weight: 400;
	color: var(--color2);
}


.py-200{
	padding: clamp(100px, 10vw, 200px) 0;
}

.py-100{
	padding:clamp(50px, 10vw, 100px) 0;
}


/* Colores */
:root {
  --color1: #000000; /*Negro*/
  --color2: #ffffff; /*Blanco*/
  --color3: #FF0200; /*Rojo*/
  --color4: #D33838; /*Rojo pálido*/
}

/* Botones */

.btn-marco {
	display: inline-block;
	border: 1px solid var(--color2);
	font-size: 13px;
	color: var(--color2);
	font-weight: 300;
	padding: 7px 9px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	line-height: 116%;
}


.btn-marco:hover{
	border: 1px solid var(--color3);
	color: var(--color3);
}


.menu-dcha .btn-solid {
	display: inline-block;
	background-color: #F0F0F0;
	color: var(--color1);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 5px;
	padding: 10px 10px;
	/* width: auto; */
}

.btn-solid:hover{
	background-color:#191919;
	color: var(--color2);
}

.btn-solid {
	display: inline-block;
	background-color: #F0F0F0;
	color: var(--color1);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 5px;
	padding: 10px 15px;
	width: clamp(101px, 13vw, 135px);
	text-align: center;
	white-space: nowrap;
}

.btn-solid-r{
	display:inline-block;
	border-radius: 50px;
	background-color: var(--color1);
	border-color: 1px solid var(--color1);
	color: var(--color2);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 10px 40px;
}

.btn-solid-r:hover{
	border-color: 1px solid var(--color1);
	background-color: var(--color2);
	color: var(--color1);
}


/* ------------------------------ Secciones */


.fondo,
.hero-cont,
#masthead,
.btn-book-mov {
  opacity: 0;
will-change: opacity, transform; 
}


/* HEADER */

#page{
	position: relative;
}

header {
    position: absolute;
    z-index: 100;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: 30px;
}



/* Header-izda */

.menu-izda {
	position: relative;
}
.btn-follow {
	color: var(--color2);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	pointer-events: none;
}

header .redes .iconos {
	position: absolute;
	top: 220%;
	left: -13%;
	transform: translateY(-50%);
	flex-direction: row;
	gap: 20px;
	padding: 20px;
	border-radius: 5px;
	z-index: 10;
    clip-path: inset(0 100% 0 0);
    transition: .3s ease-in-out;
}

.menu-izda:hover .redes .iconos {
    clip-path: inset(0 0 0 0);
    transition: .3s ease-in-out;

}



header .redes .iconos{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;

}

header .redes .iconos a i{
	color: var(--color2);
	font-size: 25px;
}

header .redes .iconos a:hover i{
	color: var(--color4);
}

/* Header-centro */
#masthead{
	transform: translate(0, -100px);
}

.btn-book-mov{
transform: translate(0 , 100px);
  opacity: 0;
  visibility: hidden;

}


#masthead #primary-menu {
	display: grid;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: clamp(0px, 2vw, 30px);
grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

#masthead #primary-menu li{
    text-align: center;
}

#masthead #primary-menu li a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	border-bottom: 2px solid rgba(255,255,255,0.00);
	text-transform: uppercase;

}

#masthead #primary-menu li a:hover{
	color: var(--color4);
}

.menu-logo a {
	display: block;
	width: 50px;
	height: 40px;
	background-image: url("img/Alex Del Toro_Logo_white.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	margin: auto;
}


.menu-logo a:hover {
	filter: brightness(0) saturate(100%) invert(17%) sepia(98%) saturate(3000%) hue-rotate(358deg) brightness(97%) contrast(100%);
}


/* Header-dcha */

.btn-book-container{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 180px;
	font-family: "Inter", sans-serif;

}





/* HERO */

.hero {
	position: relative;
	width: 100%;
	min-height: 100svh;
	overflow: hidden;
	padding: 100px 30px 75px 30px;
	display: flex;
	flex-direction: column;
}



.fondo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	position: fixed;
	z-index: -1;
}

.fondo-foto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.fondo-foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transform: scale(1.001);
}

.fondo-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}


.hero-cont {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 2;
}

.hero-tit{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1201px;
    margin: auto;
    height: 100%;
    flex-grow: 2;

    margin-top: calc(10vh - 20px);
    margin-bottom: calc(10vh - 5px);
}

.hero-tit.align-top {
    justify-content: flex-start;
}

.hero-tit.align-center {
    justify-content: center;
}

.hero-tit.align-bottom {
    justify-content: flex-end;
}

.hero-cont img {
	max-width: 70vw;
	height: auto;
	margin-bottom: 20px;
}

.hero-cont h2{
	color: var(--color2);
	font-size: 21px;
	letter-spacing: 0px;
}

.hero .btn-book {
	position: fixed;
	bottom: 30px;
	right: 50%;
	z-index: 5;
	padding: 8px 25px;
	transform: translate(50%);
	width: auto;
}

/* ULTIMO */

/*.ultimo::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
	z-index: 0;
	pointer-events: none;
}
*/

.ultimo-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: clamp(70px, 5vw, 145px);
	padding-bottom: 15vh;
}

.ultimo h2 {
	font-size: clamp(23px, 5vw, 61px);
	text-align: center;
	margin: 15vh 0;

	white-space: nowrap;

}


.ultimo-video{
    max-width: 1000px;
    margin: auto;
}

.ultimo-video iframe{
	border-radius: 25px;
	overflow: hidden;
}

.ultimo-video img{
	border-radius: 25px;
	overflow: hidden;
}


/* MUSIC */


.music{
	background-color: var(--color1);
}

.music-cont{
	display: flex;
	flex-direction: column;
	gap: clamp(50px, 5vw, 85px);
}

.music .cabecera{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}


.music .iconos{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

.music .iconos a i{
	color: var(--color2);
	font-size: 30px;
}

.music .iconos a:hover i{
	color: var(--color3);
}

.music .miniaturas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
}


.music .miniatura{
	aspect-ratio: 1/1;
 }

.miniatura {
  position: relative;
  overflow: hidden;
}

.miniatura img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, filter 0.3s ease;
  display: block;
}

.miniatura .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: var(--color2);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.miniatura a:hover img {
  transform: scale(1.1);
  filter: brightness(15%);
}

.miniatura a:hover .icon {
  opacity: 1;
}





/* EVENTS */

.events{
	background-color: var(--color1);
}

.events-cont{
	display: flex;
	flex-direction: column;
	gap: clamp(30px, 5vw, 50px);
}

.events .cabecera{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.bit-nav-bar,
.bit-upcoming-events-show-all-button{
	display: none!important;
}

.bit-widget.bit-layout-ipad .bit-event {
    display: flex;
    flex-direction: column!important;
}

.bit-widget .bit-top-track-button,
.bit-widget .bit-event-list-title {
    display: none!important;
}

.bit-widget .bit-nav-bar-container {
    padding: 0px 10px 20px 10px!important;
}



.bit-widget.bit-layout-ipad .bit-event .bit-details{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bit-widget.bit-layout-desktop .bit-event .bit-details{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bit-widget.bit-layout-desktop .bit-event,
.bit-widget.bit-layout-ipad .bit-event{
    background-color: #ffffff;
    padding: clamp(15px, 2vw, 30px)!important;
	margin-bottom: 20px;
}

.bit-upcoming-events:hover .bit-event{
	background-color: #DEDEDE;
}

.bit-widget.bit-layout-desktop .bit-event:hover,
.bit-widget.bit-layout-ipad .bit-event:hover{
	background-color: var(--color2)!important;
}

.bit-widget.bit-layout-desktop .bit-date,
.bit-widget.bit-layout-ipad .bit-date{
	font-family: "Inter", sans-serif;
    font-size: clamp(24px, 2vw, 34px)!important;
    font-weight: 800;
	margin-right: 30px!important;
}

.bit-widget.bit-layout-ipad .bit-date {
    font-size: 34px!important;
    line-height: 150%!important;
}

.bit-widget.bit-layout-desktop .bit-titleWrapper .bit-venue,
.bit-widget.bit-layout-ipad .bit-venue {
    margin: 0 auto 0 0;
    text-transform: uppercase;
	font-size: clamp(12px, 2vw, 16px)!important;
}

.bit-widget.bit-layout-desktop .bit-location:before,
.bit-widget.bit-layout-ipad .bit-location:before{
	content: "\f3c5"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--color3); 
	margin-right: 0.5em;
	display: inline-block;
}
.bit-widget.bit-layout-desktop .bit-event .bit-button {
    width: 100px!important;
}

.bit-widget .bit-event .bit-event-buttons {
    margin: 0!important;
}

.bit-widget .bit-event .bit-offers-container {
    flex-basis: 100%;
    width: auto;
}

.bit-widget.bit-layout-ipad .bit-event .bit-event-buttons {
    flex-direction: row-reverse!important;
    align-items: center;
    gap: 2px;
    margin: 0 0 0 15px;
}

.bit-widget.bit-layout-ipad .bit-event .bit-offers{
	margin-top: 4px!important;
}

.bit-offers:hover{
	background-color: var(--color3)!important;
	border-color:  var(--color3)!important;
}

.bit-widget .bit-event .bit-rsvp:hover {
	border-color: var(--color3)!important;
	color: var(--color3)!important;
}

.bit-widget .bit-upcoming-events, .bit-past-events {
    border-bottom: 0px solid black!important;
}

.bit-widget .bit-no-dates-container {
    border-top: 0px solid black!important;
}

.bit-widget .bit-play-my-city-button {
    display: none!important;
}

.bit-widget .bit-upcoming-events, .bit-widget .bit-past-events {
  margin: 0px 0 10px 0 !important;
}

.bit-widget .bit-no-dates-container .bit-track-button{
	font-weight: 300!important;
}

.bit-widget .bit-no-dates-container .bit-track-button:hover{
	background-color: black!important;
	font-weight: 300!important;
	color: var(--color3);
	border: 1px solid black!important;
/*	padding: 10px!important;
*/}

.bit-no-dates-title {
	color: #ffffff30;
	font-size: 30px !important;
}

/* SUPPORTED MARQUEE */

.supported-marquee {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	padding: 80px 0;
	background-color: #fff;
}

.supported-marquee h2{
	color: var(--color1);
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0px;
}

.marquee {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 0;
	user-select: none;
}

#blog{
    background-color: #fff;
}

.site-footer{
    background-color: #fff;
}

/* Clona el contenido automáticamente */
.marquee .content {
	flex-shrink: 0;
    display: flex;
	align-items: center;
    gap: 0;

}

.marquee .content:nth-child(2) {
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.scroll{
	animation: scroll 20s linear infinite;
}



.marquee .logo {
    margin-right: clamp(30px, 5vw, 100px);
}

.marquee .logo img {
	max-height: clamp(80px, 3vw, 150px);
	height: 100%;
	object-fit: contain;
    width: auto;
}




/* GALERíA */


.gallery-swiper {
  height: 500px; 
	position: relative;
}

.gallery-swiper .swiper-slide {
  width: auto;
  height: 100%;
  position: relative;
}

.gallery-swiper .swiper-slide-cont {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gallery-swiper .swiper-slide-cont .swiper-fondo {
  height: 100%;
  width: auto;
}

.gallery-swiper .swiper-slide-cont .swiper-fondo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.gallery-swiper .swiper-slide:first-child .swiper-fondo img {
  filter: brightness(50%);
}

.gallery-swiper .swiper-cont {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 11px;
	padding: clamp(20px, 5vw, 50px) clamp(30px, 5vw, 150px);
	color: var(--color2);
	padding-bottom: 0;
}

.swiper-cont .cabecera {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gallery-swiper .swiper-cont p{
	text-transform: uppercase;
	line-height: 130%;
	font-size: clamp(12px, 1vh, 18px);
	max-width: 90vw;
}

.gallery-swiper .bio-texto {
	overflow: scroll !important;
	padding-bottom: 30px;
}

.gallery-swiper .bio-texto p{
    margin-top: 15px;
}


.swiper-nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    bottom: 50%;
    /* padding: 100px; */
    z-index: 1;
    width: 100%;
	pointer-events: none;
}



.swiper-nav .swiper-button-next, 
.swiper-nav .swiper-button-prev {
    position: relative;
    pointer-events: all; 
    z-index: 20;
    margin-top: 0;
    width: auto;
    height: auto;
}

.swiper-nav .swiper-button-prev:after, 
.swiper-nav .swiper-button-next:after
{
    content: none!important;
}

.swiper-nav .swiper-button-prev i,
.swiper-nav .swiper-button-next i{
    font-size: 40px; 
    line-height: 1;
	color: #fff;
}

.swiper-nav .swiper-button-prev:hover i,
.swiper-nav .swiper-button-next:hover i
{
    color: rgba(252,252,252,0.60);
}





/* BLOG */

.blog-caja {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	border: 1px solid var(--color1);
	height: clamp(400px, 2vh, 500px);
	padding: 15px;
}

/*.blog-caja {
  position: relative;
  padding: 4rem 2rem;
  border: none;
  overflow: hidden;
  background: white;
  text-align: center;
}

.borde {
  stroke: #333;
  stroke-width: 1;
  stroke-dasharray: 0, 10;
  stroke-dashoffset: 0;
  fill: none;
}

.borde-animado {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}


.blog-caja > *:not(svg) {
  position: relative;
  z-index: 2;
}*/

.blog h2 {
	color: var(--color1);
	letter-spacing: clamp(0px, 2vw, 15px);
	font-size: clamp(24px, 2vw, 30px);
	line-height: 160%;
	text-align: center;
	width: 100%;
	/* background-color: red; */
}


/* FOOTER */

footer {
	padding-top: 80px;
    padding-bottom: 30px;
}

footer .logo {
    float: right;
    margin-bottom: 35px;
}

footer .logo img{
	filter: invert(100%);
	height: 40px;
	width: auto;
}
.site-info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: clamp(15px, 4vw, 200px);
}

/*.footer-cont{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap-reverse;
}*/
.footer-cont p,
.footer-cont a,
.redes p{
	color: var(--color1);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.redes{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-end;
	gap: 12px;
	flex-wrap: wrap;
}

.menu-footer-container ul {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 0px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.legales{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.redes .iconos{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;

}

.redes .iconos a i{
	color: var(--color1);
	font-size: 20px;
}

.redes .iconos a:hover i{
	color: var(--color3);
}

.kit-logos{
	margin-top: 100px;
}



/* DISCOGRAFÍA */

	
	.hero.discografia{
		justify-content: flex-end;
		position: relative;
		min-height: clamp(200px, 24vw, 500px);
		padding: 100px 0 0 0;
	}
	
	.hero.discografia .discografia-fondo{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 0;
	}
	
	.hero.discografia .discografia-fondo img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top center;
	}
	
	.hero.discografia .discografia-fondo::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40%; 
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
		z-index: 1;
		pointer-events: none;
	}

	
	.discografia-tit{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		height: 100%;
		flex-grow: 2;
		justify-content: flex-end;
		margin-top: calc(10vh - 20px);
		margin-bottom: calc(5vh - 5px);
	}
	
	.discografia-tit h1 {
		font-size: clamp(30px, 3vw, 51px);
		font-weight: 900;
		line-height: 120%;
		color: var(--color2);
		text-transform: uppercase;

		letter-spacing: 3px;
	}	
	
	.discografia-lista{
		padding-bottom: clamp(100px, 10vw, 200px);
	}
	



/* 404 */

.error-404{
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contenido-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 30px;
}

.fondo-404 img{
	filter: brightness(70%);
}

.fondo-404 h1 {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 105%;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}


.page-template-page-interior .entry-title,
.page-template-page-interior .edit-link{
	display: none;
}


.page-template-page-interior .interior-cont{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 150px 0;
}

.page-template-page-interior article{
	display: flex;
	flex-direction: column;
	justify-content: center;
   	background-color: var(--color1);
	padding: 3vw;
	border: 1px solid var(--color2);
}



.page-template-page-interior .entry-content h1,
.page-template-page-interior .entry-content h2,
.page-template-page-interior .entry-content h3,
.page-template-page-interior .entry-content p{
	color: var(--color2);
}

.page-template-page-interior .interior-cont h1 {
    margin-bottom: 30px;
    font-size: clamp(41px, 3vw, 51px);
	font-weight: 900;
	letter-spacing: 3px;
}

.page-template-page-interior .entry-content h2 {
    margin: 30px 0 10px 0;
    font-size: 20px;
    letter-spacing: 5px;
}

.page-template-page-interior .entry-content p {
    font-weight: 100;
}

.swiper-slide-bio::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33px;
	z-index: 11;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);    
}


/* ----------- ------------ ---------- ------------ ----------- ----------  */


@media (min-width: 480px){
	
    .bit-widget.bit-layout-ipad .bit-event {
		flex-direction: row!important;
		align-items: flex-end;
	} 
	
	.bit-widget.bit-layout-ipad .bit-event .bit-event-buttons {
		flex-direction: column-reverse!important;
	}
	
} 

@media (min-width: 576px){
	.container-fluid{
		padding-right: calc(var(--bs-gutter-x) * 3.5);
		padding-left: calc(var(--bs-gutter-x) * 3.5);
	}

}



@media (min-width: 768px){

	
	.gallery-swiper {
  height: 800px; /* o la altura que desees */
}

		
	.gallery-swiper .swiper-slide-cont .swiper-fondo{
		height: 100%;
		width: auto;
	}
	
	.gallery-swiper .swiper-cont p{
		max-width: auto;
	}
	
	.swiper-nav .swiper-button-next{
		margin-right: 20px;
	}

	.swiper-nav .swiper-button-prev{
		margin-left: 20px;
	}
    

    
.gallery-swiper .swiper-cont {
  gap: 50px;

}    
    
.swiper-cont .cabecera{
	gap: 20px;
}    
    
.hero-cont img {
	max-width: 33vw;
}    
	
}
@media (min-width: 992px) {
	
	.hero {
		padding: 100px 30px 30px 30px;
	}    
		
	.menu-desk{
		width: 100%;
		position: relative;
		display: flex!important;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 40px;
	}
	.btn-marco{
		width: auto;
	}
	
	.spotify-iframe iframe{
		height: 450px;
	}
	
	.bit-widget .bit-event .bit-details{
    padding-top: 13px;
}
	
	.bit-widget.bit-layout-ipad .bit-event {
		flex-direction: column!important;
		align-items: flex-end;
	} 
	
	.site-footer .logo {
		display: inline-block;
		flex-shrink: 0;
		width: auto;
		margin-right: 0;
		float: none;
        margin-bottom: 0;
	}
	
	footer .logo {
    float: none;
    margin-bottom: 0;
}


	.legales{
		justify-content: flex-start;
	}

	.redes{
		flex-direction: row;
		align-items:center;
		gap: 20px;
	}
	
	.redes .iconos a i {
		font-size: 30px;
	}

	.kit-logos{
		margin-top: 0;
	}
	
	
	.hero.discografia{
		padding: 100px 0 50px 0;
	}


    
    
}

@media (min-width: 1200px) {
	.spotify-iframe iframe{
		height: 550px;
	}
    
	.hero-cont img {
		max-width: 36vw;
	}
    
}

@media (min-width: 1400px) {
	
	header .redes .iconos {
		position: absolute;
		top: 50%;
		left: 100%;
	}
	
	.spotify-iframe iframe{
		height: 640px;
	}
    
	.hero-cont img {
	  max-width: 36vw;
	}    
	

}





