/*******GENERALES******/

body {
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
strong {
	font-weight: 700;
}
img {
	width: 100%;
}
h1, h2, h3, h4 {
	font-family: 'Lexend Zetta', sans-serif;
	text-transform: uppercase;
}
h2 {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 4rem;
}
a {
	color: #FFF;
}
a:hover {
	color: #D33737;
}
b {
	font-weight: 700;
}
section {
	padding: 60px 0;
}
.fus10_fontAmarillo {
	color: #D33737;
}
.fus10_fontNegro {
	color: #111010;
}
.fus10_seccBgNegro {
	background: #111010 url(../images/fusiones2025/textura.png);
	color: #FFF;
}
.fus10_seccBgRojo {
	background: #D33737 url(../images/fusiones2025/textura-2.png);
	color: #FFF;
}
.fus10_seccBgAmarillo {
	position: relative;
}
.fus10_subtituloSeccion {
	text-align: center;
	font-size: 1.5rem;
	width: -webkit-fill-available;
	width: -moz-available;
	display: inline-block;
	font-weight: 700;
}
.fus10_graffitiArriba {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	filter: opacity(20%);
}
.fus10_graffitiAbajo {
	width: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	filter: opacity(20%);
}
.fus10_apagado {
	display: none;
}
.fus10_prendido {
	display: block;
}
/*******HEADER******/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: -webkit-fill-available;
	width: -moz-available;
	background-color: #000;
}
.bg-body-tertiary {
	background-color: #000!important
}
/*MENU*/

.navbar-brand {
	width: 7%;
	margin-left: 30px;
}
.navbar-collapse {
	flex-grow: inherit;
}
.nav-item a {
	color: #fff;
}
.nav-item a:hover {
	color: #D33737;
}
.fus10_btnBoletos {
	padding: 10px 20px;
	background-color: #D33737;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	margin-left: 20px;
}
.fus10_btnBoletos:hover {
	background-color: #000;
	color: ;
}
.fus10_rss a {
	color: #D33737;
	margin: 0 1rem;
}
.fus10_rss a:hover {
	color: #FFF;
}
/******ICONO HAMBURGUESA******/

input {
	display: none;
}
label {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 50vw;
	height: 50vw;
	max-width: 83px;
	max-height: 80px;
}
.menu--1 label {
	bottom: 0;
}
.menu--1 label {
	right: 0;
}
path {
	fill: none;
	stroke: #ffffff;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	--length: 24;
	--offset: -38;
	stroke-dasharray: var(--length) var(--total-length);
	stroke-dashoffset: var(--offset);
	transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cross input:checked+svg .line--1, .cross input:checked+svg .line--3 {
	--length: 22.627416998;
}
.cross input:checked+svg .line--2 {
	--length: 0;
}
.back input:checked+svg .line--1, .back input:checked+svg .line--3 {
	--length: 8.602325267;
}
.menu--1 {
	background-color: #3f77e9;
}
.menu--1 .line--1, .menu--1 .line--3 {
	--total-length: 126.64183044433594;
}
.menu--1 .line--2 {
	--total-length: 70;
}
.menu--1 input:checked+svg .line--1, .menu--1 input:checked+svg .line--3 {
	--offset: -94.1149185097;
}
.menu--1 input:checked+svg .line--2 {
	--offset: -50;
}
/********SECCION PRINCIPAL*********/

.fus10_seccPrincipal {
	background: url(../images/fusiones2025/back.jpg) no-repeat;
	margin-top: 60px;
	background-size: cover;
	background-position: top;
	color: #FFF;
}
.fus10_logoPrincipal, .fus10_logoPasa {
	width: 28rem;
	margin: 25px auto;
}
.fus10_flechaCartel {
	width: 17px;
	margin: 15px auto 20px;
}
.fus10_logoTorres {
	width: 20rem;
	margin: 10px auto;
}
.fus10_patrocinioLeyenda {
	text-align: center;
	text-transform: uppercase;
}
.fus10_legalesTexto {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #000;
}
.fus10_legalesTexto span {
	color: #D33737;
	font-weight: 700;
}
.fus10_legalesTexto a {
	color: #D33737;
	text-decoration: none;
}
.fus10_fechaLugarSG {
	font-family: 'Lexend Zetta', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: .9rem;
	margin: 20px 0;
	color: #000;
}
.fus10_fechaLugarSG i {
	color: #D33737;
}
/*COUNTDOWN*/

.countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: #000;
}
.countdown-item {
	margin: 0 1rem;
	text-align: center;
}
.countdown-number {
	font-weight: bold;
	color: #000;
	padding: 0.5rem 1rem;
	border-radius: 5px;
}
/********SECCION EN VIVO********/

.fus10_enVivo {
	width: 75%;
	margin: 0 auto;
}
/********SECCION LINEUP*******/

#lineup {
	position: relative;
	background: #E5D7BA;
	background: -webkit-linear-gradient(180deg, rgba(229, 215, 186, 1) 0%, rgba(229, 215, 186, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(229, 215, 186, 1) 0%, rgba(229, 215, 186, 0) 100%);
	background: linear-gradient(180deg, rgba(229, 215, 186, 1) 0%, rgba(229, 215, 186, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5D7BA", endColorstr="#E5D7BA", GradientType=0);
}
#fus10_paginaDOS, #fus10_paginaTRES {
	display: none;
}
.fus10_cardArtistas {
	width: 100%;
	position: relative;
	margin: 12px 0;
}
.fus10_lineUp a img:hover {
	filter: grayscale(100%);
	transition: filter 2s;
}
.fus10_nombreArtista {
	font-size: 1.3rem;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -8px;
	left: 0;
	height: auto;
	padding: 28px 0 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 0.5s linear;
	background: -webkit-linear-gradient(0deg, rgba(211, 55, 55, 1) 0%, rgba(211, 55, 55, 0) 100%);
	background: -moz-linear-gradient(0deg, rgba(211, 55, 55, 1) 0%, rgba(211, 55, 55, 0) 100%);
	background: linear-gradient(0deg, rgba(211, 55, 55, 1) 0%, rgba(211, 55, 55, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D33737", endColorstr="#D33737", GradientType=0);
}
.fus10_cardArtistas:hover .fus10_nombreArtista {
	opacity: 1;
	visibility: visible;
	color: #FFF;
}
.fus10_navegacionArtistas {
	width: 100%;
	text-align: center;
}
.fus10_numeros {
	display: inline-block;
	background-color: #D33737;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 10px;
	font-family: 'Lexend Zetta', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 2rem;
	margin: 20px 10px;
}
.fus10_numeros:hover {
	color: #D33737;
	background-color: #000;
}
/*******SECCIÓN BOLETOS********/

.fus10_txtBoletos {
	font-size: 1.2rem;
	width: 60%;
	margin: 0 auto;
}
.fus10_compraBoletos {
	text-align: center;
	margin: 10px;
}
.fus10_compraBoletos span {
	width: 22rem;
	display: inline-block;
}
/********SECCION PLAYLIST*********/

.fus10_iconTikTok {
	width: 100%;
}
.fus10_iconTikTok img {
	width: 6rem;
}
/*******SECCION MAPA*********/

.fus10_contenedorMapa iframe {
	width: -webkit-fill-available;
	width: -moz-available;
}
.fus10_h4Mapa {
	font-size: 2rem;
	font-weight: 700;
	display: block;
	margin-top: 7rem;
}
.fus10_direccionMapa {
	font-size: 1.2rem;
}
/*******SECCION IMPORTANTE*********/

.fus10_textoSeccion {
	font-size: 1.1rem;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.fus10_imagenConcierto {
	width: 95%;
	margin: 0 auto;
}
.fus10_imagenConcierto img {
	border-radius: 15px;
}
.fus10_listaImportante ul {
	list-style: none;
	line-height: 2rem;
}
.fus10_listaImportante ul li .bi-x {
	color: #CB0E0E;
}
.fus10_listaImportante ul li .bi-check {
	color: #0AC733;
}
.fus10_Nota {
	margin-top: 30px;
}
/********SECCIÓN NOTICIAS***********/

.fus10_tituloNoticias {
	padding: 15px 20px;
	height: 130px;
}
.fus10_tituloNoticias a {
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 700;
	color: #D33737;
}
.fus10_tituloNoticias a:hover {
	color: #ccc;
}
.fus10_imgNoticias:hover {
	filter: grayscale(90%);
	transition: filter 2s;
}
.fus25_tituloCabrito {
	margin-bottom: 40px;
}
/********SECCION GRUPO MEDIOS*********/

.fus10_seccGM {
	margin-bottom: 82px;
}
.fus10_logoGM {
	width: 15%;
	margin: 0 auto;
}
.fus10_HashTag {
	margin-top: 30px;
	color: #000;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
/********FOOTER**********/

footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
.fus10_logoTorresSticky {
	width: 18%;
	margin: 0 auto;
}
.fus10_cintilloHashtag {
	background-color: #000;
	padding: 15px 0px;
	color: #D33737;
	text-align: center;
	font-size: 1.4rem;
}
.fus10_cintilloPatrocinador {
	background-color: #111010;
	text-align: center;
	padding: 10px 0;
}
.fus10_logosPatrocinio {
	width: 8%;
	display: inline-block;
}
.fus10_comex {
	width: 10%;
}
/*****************MEDIA QUERIES*****************/

/*********************0 a 575.98*******************/

@media (max-width: 575.98px) {
	label {
		max-height: 76px;
	}
	h2 {
		font-size: 1.8em;
		margin-bottom: 2rem;
	}
	.fus10_graffitiAbajo, .fus10_graffitiArriba {
		width: 80%;
	}
	.navbar-brand {
		width: 25%;
		margin-left: 9px;
	}
	.navbar-nav {
		text-align: center;
		margin-left: 0;
	}
	.fus10_btnBoletos {
		text-align: center;
		display: block;
		width: 13rem;
		margin: 0 auto 2rem;
	}
	.fus10_rss {
		text-align: center;
		width: 100%;
		display: block;
	}
	.fus10_logoPrincipal, .fus10_logoPasa {
		width: 90%;
	}
	.fus10_seccPrincipal {
		margin-top: 55px;
	}
	.fus10_logoTorres {
		width: 14rem;
	}
	.fus10_patrocinioLeyenda {
		font-size: .8rem;
	}
	.fus10_legalesTexto {
		font-size: 0.7rem;
	}
	.countdown-item {
		margin: 0 0.1rem;
	}
	.countdown {
		font-size: 1.3rem;
	}
	.countdown-label {
		font-size: .7em;
	}
	.fus10_enVivo {
		width: 100%;
	}
	.fus10_contenedorMapa iframe {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.fus10_nombreArtista {
		opacity: 1;
		visibility: visible;
	}
	.fus10_h4Mapa {
		margin-top: 1rem;
	}
	.fus10_seccGM {
		margin-bottom: 48px;
	}
	.fus10_logoGM {
		width: 40%;
	}
	.fus10_cintilloHashtag {
		font-size: 1rem;
	}
	.fus10_logosPatrocinio {
		width: 17%;
	}
	.fus10_direccionMapa {
		font-size: 1rem;
		margin-bottom: 2rem;
		display: block;
	}
	.fus10_listaImportante h4, .fus10_listaImportante h4 {
		text-align: center;
		margin-top: 1rem;
	}
	.fus10_nombreArtista {
		font-size: .8rem;
		color: #FFF;
	}
	.fus10_logoTorresSticky {
		width: 45%;
	}
	.fus10_comex {
		width: 25%!important;
	}
	.fus10_compraBoletos span {
		width: 17rem;
	}
	.fus10_HashTag {
		display: block;
	}
	.fus10_HashTag span {
		display: block;
		width: 100%;
		text-align: center;
	}
}
/*********************576 a 767.98*******************/

@media (min-width: 576px) and (max-width: 767.98px) {
	h2 {
		font-size: 2.5em;
		margin-bottom: 2rem;
	}
	.navbar-brand {
		width: 14%;
	}
	.navbar-nav {
		text-align: center;
		margin-left: 0;
	}
	.fus10_btnBoletos {
		text-align: center;
		display: block;
		width: 13rem;
		margin: 0 auto 2rem;
	}
	.fus10_rss {
		text-align: center;
		width: 100%;
		display: block;
	}
	.fus10_logoPrincipal, .fus10_logoPasa {
		width: 75%;
	}
	.fus10_seccPrincipal {
		margin-top: 55px;
	}
	.countdown-item {
		margin: 0 0.1rem;
	}
	.countdown {
		font-size: 1.3rem;
	}
	.countdown-label {
		font-size: .7em;
	}
	.fus10_enVivo {
		width: 100%;
	}
	.fus10_contenedorMapa iframe {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.fus10_nombreArtista {
		opacity: 1;
		visibility: visible;
	}
	.fus10_h4Mapa {
		margin-top: 1rem;
	}
	.fus10_imagenConcierto {
		width: 31%;
	}
	.fus10_seccGM {
		margin-bottom: 60px;
	}
	.fus10_logoGM {
		width: 22%;
	}
	.fus10_cintilloHashtag {
		font-size: 1rem;
	}
	.fus10_logosPatrocinio {
		width: 14%;
	}
	.fus10_direccionMapa {
		font-size: 1rem;
		margin-bottom: 2rem;
		display: block;
	}
	.fus10_listaImportante h4, .fus10_listaImportante h4 {
		text-align: center;
		margin-top: 1rem;
	}
	.fus10_nombreArtista {
		font-size: .8rem;
		color: #FFF;
	}
	.fus10_logoTorresSticky {
		width: 45%;
	}
	.fus10_comex {
		width: 20%!important;
	}
	.fus10_HashTag {
		display: block;
	}
	.fus10_HashTag span {
		display: block;
		width: 100%;
		text-align: center;
	}
}
/*********************768 a 991.98*******************/

@media (min-width: 768px) and (max-width: 991.98px) {
	h2 {
		font-size: 3em;
		margin-bottom: 2rem;
	}
	.navbar-brand {
		width: 14%;
	}
	.navbar-nav {
		text-align: center;
	}
	.navbar-nav {
		margin-left: 0;
	}
	.fus10_btnBoletos {
		text-align: center;
		display: block;
		width: 13rem;
		margin: 0 auto 2rem;
	}
	.fus10_rss {
		text-align: center;
		width: 100%;
		display: block;
	}
	.fus10_logoPrincipal, .fus10_logoPasa {
		width: 55%;
	}
	.fus10_seccPrincipal {
		margin-top: 55px;
	}
	.countdown-item {
		margin: 0 0.1rem;
	}
	.countdown {
		font-size: 1.3rem;
	}
	.countdown-label {
		font-size: .7em;
	}
	.fus10_enVivo {
		width: 100%;
	}
	.fus10_contenedorMapa iframe {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.fus10_nombreArtista {
		opacity: 1;
		visibility: visible;
		color: #FFF;
	}
	.fus10_imagenConcierto {
		width: 16%;
	}
	.fus10_seccGM {
		margin-bottom: 62px;
	}
	.fus10_logoGM {
		width: 22%;
	}
	.fus10_cintilloHashtag {
		font-size: 1rem;
	}
	.fus10_logosPatrocinio {
		width: 11%;
	}
	.fus10_direccionMapa {
		font-size: 1rem;
		margin-bottom: 2rem;
		display: block;
	}
	.fus10_listaImportante h4, .fus10_listaImportante h4 {
		text-align: left;
		font-size: 1.3rem;
		margin-top: 2rem;
	}
	.fus10_logoTorresSticky {
		width: 30%;
	}
	.fus10_comex {
		width: 18%!important;
	}
}
/*********************992 a 1199.98*******************/

@media (min-width: 992px) and (max-width: 1199.98px) {
	h2 {
		font-size: 3em;
		margin-bottom: 2rem;
	}
	.navbar-brand {
		width: 10%;
	}
	.fus10_logoPrincipal, .fus10_logoPasa {
		width: 40%;
	}
	.fus10_seccPrincipal {
		margin-top: 55px;
	}
	.countdown-item {
		margin: 0 0.1rem;
	}
	.countdown {
		font-size: 1.3rem;
	}
	.countdown-label {
		font-size: .7em;
	}
	.fus10_contenedorMapa iframe {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.fus10_nombreArtista {
		font-size: 1rem;
	}
	.fus10_seccGM {
		margin-bottom: 75px;
	}
	.fus10_logoGM {
		width: 15%;
		margin-bottom: 3rem;
	}
	.fus10_cintilloHashtag {
		font-size: 1rem;
	}
	.fus10_logosPatrocinio {
		width: 11%;
	}
	.fus10_direccionMapa {
		font-size: 1rem;
		margin-bottom: 2rem;
		display: block;
	}
	.fus10_listaImportante h4, .fus10_listaImportante h4 {
		text-align: left;
		font-size: 1.3rem;
	}
	.fus10_tituloNoticias {
		height: 145px;
	}
	.fus10_tituloNoticias a {
		font-size: 1.1rem;
	}
	.fus10_logoTorresSticky {
		width: 27%;
	}
	.fus10_comex {
		width: 15s%!important;
	}
}
/*********************1200 a 1399.98*******************/

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.fus10_logoPrincipal, .fus10_logoPasa {
		width: 19rem;
		margin: 25px auto;
		width: 35%;
	}
}
