/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap');


/* General Styles */
#mask {
	background-color: #000;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
.loader {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
}
body{
	background: #000;
}
.main-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
}
.registro {
    margin-top: 0px;
}
.cta {
    margin-top: 10px;
	margin-bottom:50px;
}
.btn-cta{
	position:absolute;
    width:100%;
    height:60px;
    bottom:50%;
    right:0px;
    color:#FFF;
    text-align:center;
    z-index:100;
    transition: all 300ms ease;
	background:#0CC;
}
.btn-wsp:hover{
    background: #20ba5a;
}
.bookings {
    margin-top: -150px;
	margin-bottom:70px;
}
.full-wrapper{width: 100%; position: relative;}
.parallax-wrapper{
	width: 100%;
	position: relative;
	width: 100% !important;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}
.front-content{
	position: absolute;
	left: 50%;
	z-index: 5;
}

.spotify_embed {
    position: relative;
	width:60%;
	margin-left:20%;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
	
}
.spotify_embed iframe {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
}

/* Titles */
section h1 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 80px 0 -50px;
}
.spacer{
	width: 65px;
	height: 3px;
	margin: auto;
	margin-bottom: 70px;
	background: #fff;
}

/* Header */
.header{
	height: 50px;
	position: fixed;
	top: 0;
	background: #000;
	z-index: 500;
}
.main-logo{float: left; margin-left: 130px; margin-top: 13px;}
.main-menu{float: right; margin-right: 130px; margin-top: 13px;}
.main-menu li{
	float: left;
}
.symbol {
	float: left;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat Sans', sans-serif;
	font-weight: 700;
	line-height: 25px;
}
.navbar-brand {
	float: left;
	max-width: none;
}
.symbol span{color: #c8b273;}
.navbar-brand ul li {
	width: 5px;
	height: 26px;
	background: #534e4e;
	margin: 0 1px;
	line-height: 26px;
	border-radius: 1px;
	display: inline-block;
}
.navbar-brand ul li:first-child {
	height: 12px;
	/*margin-top: 14px;*/
}
.navbar-brand ul li:nth-child(2) {
	height: 20px;
	/*margin-top: 6px;*/
}
.navbar-brand ul {margin-right: 7px;}
.main-menu li a {
	position: relative;
	display: inlne-block;
	padding: 7px 14px;
	margin: 24px 2px 0 2px;
	border: #000 2px solid;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.main-menu li a:hover{border-color: #c8b273 !important;}
.main-menu li.current a{border-color: #c8b273 !important;}

/* Logo animation */
@-webkit-keyframes move1 {
  0% { height: 5px; }
  25% { height: 15px; }
  75% { height: 10px; }
  100% { height: 2px; }
}

@-webkit-keyframes move2 {
  0% { height: 2px; }
  25% { height: 12px; }
  75% { height: 20px; }
  100% { height: 5px; }
}

@-webkit-keyframes move3 {
  0% { height: 7px; }
  25% { height: 2px; }
  75% { height: 20px; }
  100% { height: 7px; }
}
.navbar-brand ul li:nth-child(1) {
	-moz-animation: move1 infinite 0.5s linear;
	-webkit-animation: move1 infinite 0.5s linear;
}
.navbar-brand ul li:nth-child(2) {
	-moz-animation: move2 infinite 0.7s linear;
	-webkit-animation: move2 infinite 0.7s linear;
}
.navbar-brand ul li:nth-child(3) {
	-moz-animation: move3 infinite 1s linear;
	-webkit-animation: move3 infinite 1s linear;
}

/* Jump Menu */
#nav2 {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#nav2 > a {
	width: 100px;
	height: 100px;
	text-align: left;
	text-indent: -9999px;
	position: relative;
	background: url("../img/icons/menu-icon.png") no-repeat bottom #c8b273;
	float: right;
	cursor: pointer;
}
#nav2 > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 100px;
}
#nav2 > ul > li {
	width: 100%;
	float: none;
	background: #000;
	background: rgba(0,0,0,0.8);
	text-align: center;
	padding-bottom: 14px;
	text-transform: uppercase;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

#nav2 > ul > li:first-child {padding-top: 15px}
#nav2 > ul > li:last-child {padding-bottom: 25px}
#nav2 > ul > li a{color: #fff;}
#nav2 > ul > li a:hover{color: #c8b273;}
#nav2.active > ul {display: block;}

/* Slider */
.slider{
	margin-top: 150px;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 30;
	top: 46%;
	width: 100%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation a.next {right: 0;}
.slides-navigation a.prev {left: 0;}
.slides-navigation .next {
	background: url("../img/icons/slider-nav-next.png") no-repeat right top;
	width: 102px;
	height: 102px;
	margin-right: 70px;
}
.slides-navigation .prev {
	background: url("../img/icons/slider-nav-prev.png") no-repeat right top;
	width: 102px;
	height: 102px;
	margin-left: 70px;
}
.slides-navigation .prev:hover, .slides-navigation .next:hover {background-position-y: -108px;}
.overlay {
	opacity: 0.5;
	z-index: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.main-title {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
}
.title-container {
	width: 800px;
	height: 100%;
	position: relative;
	margin: auto;
}
.welcome.logo {
	top: 39%;
	position: absolute;
}
.top-spacer {
	background: #c8b273;
	width: 130px;
	height: 3px;
	position: absolute;
	top: 15px;
}
.top-spacer.one {left: 0;}
.top-spacer.two {right: 0;}
.title-container .logo img {
	width: 796px;
	height: auto;
}
.welcome.logo .spacer-box {
	width: 22px;
	height: 22px;
	background: #c8b273;
	position: absolute;
	left: 381px;
	top: 191px;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.welcome.logo ul {position: relative;}
.welcome.logo ul li {
	width: 100%;
	text-align: center;
	position: absolute;
	opacity: 0;
	top: 70px;
	color: #b1b1b1;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}
.welcome.logo ul li.t-current {
	opacity: 1;
	top: 30px;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
}
.welcome.logo ul li span {color: #c8b273;}

/* Audio Player */
.track-name, .artist{
	margin-right: 5px;
	line-height: 24px;
	width: auto;
	float: left;
	color: #a9a9a9;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.player-right{
	width: 1070px;
	float: right;
	padding-top: 12px;
}
.player-left{
	margin-top: 15px;
	float: left;
	width: 90px;
}
.player-container{
	width: 100%;
	background: #151515;
	position: relative;
}
.audio-player{
	width: 1180px;
	height: auto;
	margin: auto;
	position: relative;
}
.home-playlist{display: none;}
.audiojs audio { position: absolute; left: -1px; }
.audiojs {
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 12px;
	position: relative;
}
.audiojs .play-pause {
	margin: 0px;
	float: left;
	overflow: hidden;
}
.audiojs p {
	display: none;
	width: 25px;
	height: 40px;
	margin: 0px;
	cursor: pointer;
	float: left;
}
.audiojs .play { display: block; }
.audiojs .scrubber {
	position: relative;
	width: 100%;
	background: #5a5a5a;
	height: 8px;
	margin: 3px auto 10px;
	overflow: hidden;
}
.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8px;
	width: 0px;
	background: #c3121c;
	z-index: 1;
	
	margin-bottom: 0;
	overflow: visible;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #000;
}
.audiojs .time {
	color: #c3121c;
	line-height: 24px;
}
.audiojs .time em {
	color: #484848;
	font-style: normal;
	margin-right: 3px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.audiojs .time strong {padding: 0px 0px 0px 2px;}
.audiojs .error-message {
	float: left;
	display: none;
	margin: 0px 10px;
	height: 36px;
	width: 400px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #fff;
  }
.audiojs .error-message a {
	color: #eee;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
}
.audiojs .play {
	background: #737373 url("../img/icons/player-icons.png") no-repeat left top;
	width: 30px;
	height: 30px;
}.audiojs .play:hover {background-color: #c3121c;}
.audiojs .loading {
	background: url("../img/icons/player-icons.png") no-repeat scroll left top rgb(115, 115, 115);
	width: 30px;
	height: 30px;
}
.audiojs .error {
	background: url("$1") -2px -61px no-repeat;
}
.audiojs .pause {
	background: #737373 url("../img/icons/player-icons.png") no-repeat -30px top;
	width: 30px;
	height: 30px;
}.audiojs .pause:hover {background-color: #c3121c;}
.audiojs .prev-track{
	background: #737373 url("../img/icons/player-icons.png") no-repeat -60px top;
	width: 30px;
	height: 30px;
	display: block;
}.audiojs .prev-track:hover {background-color: #c3121c;}
.audiojs .next-track{
	background: #737373 url("../img/icons/player-icons.png") no-repeat -90px top;
	width: 30px;
	height: 30px;
	display: block;
}.audiojs .next-track:hover {background-color: #c3121c;}
.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }
.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }

/* Last News Section */
.last-news-wrapper {
    width: 100%;
	margin-top:100px;
    position: relative;
    margin-bottom: 0; /* Cambiado a cero */
}

.last-news-container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    position: relative;
}

.last-news-container2 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
	margin-top:-130px;
    position: relative;
}


.news-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 0; /* Cambiado a cero */
}

.news-info {
    display: flex;
	margin-left: -20px;
	margin-top: 10px;
}

.columna {
    padding: 10px;
    box-sizing: border-box;
}

.columna.A {
    flex: 0;
}

.columna.B {
    flex: 0;
}

.column {
    padding: 10px;
    box-sizing: border-box;
}

.column.A {
    flex: 0 0 80px;
    margin-bottom: 10px;
}

.image-copy {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.column.B {
    flex: 1;
}

.column.B h1,
.column.B p {
    margin: 0;
}

.news-nav div {
    cursor: pointer;
    width: 46px;
    height: 84px;
    position: absolute;
    top: 110px;
}

.news-nav div:hover {
    background-color: #c8b273;
}

.news-nav2 div {
    cursor: pointer;
    width: 46px;
    height: 84px;
    position: absolute;
    top: 45px;
}

.news-nav2 div:hover {
    background-color: #c8b273;
}

.last-news-prev {
    left: -85px;
    background: url(../img/icons/prev-news.png) #fff;
}

.last-news-next {
    right: -85px;
    background: url(../img/icons/next-news.png) #fff;
}

.news-box ul li {
    float: left;
    width: calc(300px - 50px); /* Restar el espacio deseado al ancho */
    height: 350px;
    cursor: pointer;
	padding: 0px 25px 0px;
}
.news-box ul li.start,.news-box ul li.end {display: none;}
.news-info{
	width: 260px;
	height: 145px;
	padding: 0px 20px;
	position: relative;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info h1{
	margin: 0;
	color: #fff;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info p{
	margin: 0;
	color: #fff;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-info .news-date{
	margin: 0;
	color: #c8b273;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	position: absolute;
	bottom: 30px;
	left: 20px;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-thumb img{
	width: 100%;
    height: auto;
    opacity: 1;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
.news-thumb {background-color: #000;}
.last-news:hover .news-thumb img{opacity: 0.1;}
.last-news:hover .news-info{background-color: #000;}
.last-news:hover .news-info .news-date, .last-news:hover h1, .last-news:hover p{color: #c8b273 !important;}
.news-container{
	width: 780px;
	margin: auto;
	position: relative;
}
.news-container iframe{width: 780px;}
.nav-news div{
	position: absolute;
	top: 180px;
	cursor: pointer;
	width: 46px;
	height: 84px;
}
.nav-news div:hover{background-color: #c3121c;}
.nav-news .news-prev{
	left: -85px;
	background: url(../img/icons/prev-news.png) #838282;
}
.nav-news .news-next{
	right: -85px;
	background: url(../img/icons/next-news.png) #838282;
}
.close-btn, .close2-btn{
	width: 28px;
	height: 28px;
	background: url("../img/icons/close.png") top #c8b273;
	border-radius: 50%;
	border: 3px solid #c8b273;
	cursor: pointer;
	position: absolute;
}
.close-btn:hover, .close2-btn:hover{border-color: #fff !important; background-color: #fff !important;}
.close2-btn{right: -60px; top: -45px;}

/* Tour Dates */
#dates>div:nth-of-type(1) {
	background: url(../img/parallax/01.jpg) 50% 0% no-repeat fixed;
	margin: 0;
	height: 1000px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
/*	background-size: 100%;*/
	
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.dates {
	height: 850px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}

.front-content.dates{
	width: 600px;
	margin-left: -300px;
}
.controller{
	float: right;
	right: 50%;
	position: relative;	
}
.controller .dots {
	padding: 0;
	float: right;
	right: -50%;
	position: relative;
	margin: 35px 0 0;
}
.controller ul li{
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	background: #000;
	border-radius: 50%;
	float: left;
	cursor: pointer;
	margin: 0 2px;
}
.controller ul li.selected, .controller ul li:hover{border: 2px solid #fff !important; background: #fff !important;}
.dates-wrapper{
	width: 400px;
	height: 450px;
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}
.dates-wrapper ul li{
	float: left;
	width: 400px;
}
.dates-nav div{
	background: url(../img/icons/dates-arrows.png) top left no-repeat;
	position: absolute;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	cursor: pointer;
	top: 60%;
	margin-top: -22px;
}
.dates-nav div:hover{}
.dates-nav .next{
	right: -85px;
	background-position: 0 -44px;
}
.dates-nav .prev{
	left: -100px;
}
.date-box{margin-bottom: 12px;}
.date-box:last-child{margin-bottom: 0;}
.date-box .info{
	float: left;
	text-align: left;
	padding-left: 10px;
	color: #fff;
	max-width: 170px;
	overflow: hidden;
	font-size: 14px;
}
.date-box .info div{position: relative;}
.date-box .info.date{
	width: 65px;
	height: 80px;
	background: #c8b273;
	color: #fff;
	text-align: center;
	padding-left: 0;
}
.date-box .info .ico{
	background: url("../img/icons/dates-icons.png") no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 0;
}
.date-box .info .time .ico{background-position: center;}
.date-box .info .buy .ico{background-position: bottom;}
.date-box .info .time, .date-box .info .buy, .date-box .info .place{padding-left: 20px;}
.date-box .info .day {font-size: 30px; line-height: 25px; padding-top: 9px;}
.date-box .info .month {font-size: 17px;}
.date-box .info .weekday {font-size: 12px;}
.date-box .info .city {font-size: 15px; color: #fff;}
.date-box .info .city2 {font-size: 10px; color: #fff;}
.date-box .info .city3 {font-size: 20px; color: #fff;}
.date-box .info .buy{color: #fff; margin-top: 5px;}
.date-box .info .buy a{color: #fff;}
.date-box .info .buy a:hover{color: #fff;}
.date-box .info .place{font-size: 10px; width: 100%; margin-top: 5px;}
.date-box .info .time{margin-top: 0px;}

/* Discography */
/* Contenedor Principal Centrado */
.center-container {
	max-width:620px;
}

.master-container {
    display: flex;
    justify-content: center;
	margin-top:35px;
}
.master-containerlive {
    display: flex;
    justify-content: center;
	margin-top:-50px;
}

/* Estilo para el contenedor de columnas */
.youtube-container {
    display: flex;
    flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 10px;
}


.youtube-containerimg {
    		display: grid;
    		grid-template-columns: repeat(3, 1fr); /* Define las 7 columnas */
    		align-items: center; /* Centra verticalmente */
    		justify-content: space-around; /* Distribuye los elementos uniformemente */
    		max-width: 650px; /* Cambia el valor según sea necesario */
    		margin: 0 auto; /* Centra horizontalmente */
			margin-top: 50px;
			margin-bottom: 20px;
		}
.youtube-containerimg img {
    		width: 200px;
    		max-width: 100%; /* Asegura que las imágenes no se vuelvan más grandes que su tamaño original */
    		padding: 5px 5px 5px;
			height: auto;
    		display: block;
		}

.play-btns {
	width: 20px;
	height: 20px;
	position:relative;
	overflow:hidden;
}
.play-show {display:block;}
.play-hide {display:none;}
button.btn-play, button.btn-pause{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	color: #fff;
	cursor: pointer;
	box-shadow: none;
	outline: none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
}
button.btn-play{
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-color: #000000;
	z-index:9999;
}
button.btn-play:hover {
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: -20px 0px;
	z-index:9999;
}
button.btn-pause{
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: 0px -20px;
	background-color: #000000;
	z-index:999;
}
button.btn-pause:hover {
	background: url('../img/icons/play-pause-disc.png') no-repeat;
	background-position: -20px -20px;
	z-index:9999;
}
button.btn-play:hover, button.btn-pause:hover{background-color: #000000;}
/* Estilos comunes para .disc-container y .disc-container2 */
.disc-container,
.disc-container2,
.centered-content {
	margin-top:100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctacontact {
	margin-top:200px;
	margin-bottom:50px;
}

.tdfrancis {
	margin-top:100px;
	width:1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disc-container li,
.disc-container2 li,
.centered-content li {
    width: 450px;
    height: auto;
    float: left;
    margin: 0;
    margin-bottom: 75px;
}

/* Aplicar márgenes específicos a los elementos en posición 2, 5, 8, 11, 14 */
.disc-container li:nth-child(2),
.disc-container2 li:nth-child(2),
.centered-content li:nth-child(2),
.disc-container li:nth-child(1),
.disc-container2 li:nth-child(1),
.centered-content li:nth-child(1) {
	padding: 0px 20px 0px;
}

/* Estilos específicos para dispositivos móviles */
@media only screen and (max-width: 767px) {
    .disc-container li,
    .disc-container2 li,
    .centered-content li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    /* Eliminar márgenes específicos para el segundo elemento en dispositivos móviles */
    .disc-container2 li:nth-child(2),
    .centered-content li:nth-child(2),
    .disc-container2 li:nth-child(5),
    .centered-content li:nth-child(5),
    .disc-container2 li:nth-child(8),
    .centered-content li:nth-child(8),
    .disc-container2 li:nth-child(11),
    .centered-content li:nth-child(11),
    .disc-container2 li:nth-child(14),
    .centered-content li:nth-child(14) {
        margin: 0; /* Eliminar márgenes específicos para el segundo elemento en dispositivos móviles */
    }
}
.disc-img {
    position: relative;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 350px;
    display: block;
}

.image-container .overlay {
    background: url("../img/discography/thumb-01.jpg") no-repeat center center;
    background-size: cover; /* Ajusta el tamaño del fondo para cubrir completamente el contenedor */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0; /* Establece la opacidad inicial en 0 para ocultar la superposición en reposo */
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.image-container:hover .overlay {
    opacity: 1; /* Muestra la superposición al pasar el ratón sobre la imagen */
}
.disc-info-wrap {
    max-width: 975px;
    display: block;
}
.disc-info h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 6px;
}
.disc-info p{
	color: #fff;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
.disc-info p:last-child{margin-top: 10px;}
.disc-info p a {
  color: #000;
  font-size: 50px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
  background-color: #fff;
  text-decoration: none;
  border-radius: 90px; /* Valor alto para bordes redondeados */
}
.disc-info p a:hover {
  color: #fff !important;
  display: inline-block;
  padding: 10px;
  margin: 10px 0;
  background-color: #c8b273;
  text-decoration: none;
  border-radius: 90px; /* Valor alto para bordes redondeados */
}
.disc-infoscroll h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px;
}

.disc-infoscroll p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.disc-infoscroll p:last-child {
    margin-top: 10px;
}

.disc-infoscroll p a {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 10px;
    margin: 10px 0;
    background-color: #fff;
    text-decoration: none;
    border-radius: 90px; /* Valor alto para bordes redondeados */
}

.disc-infoscroll p a:hover {
    color: #fff !important;
    display: inline-block;
    padding: 10px;
    margin: 10px 0;
    background-color: #c8b273;
    text-decoration: none;
    border-radius: 90px; /* Valor alto para bordes redondeados */
}

.news-container h1{
	margin: 15px 0;
	text-align: left;
	color: #fff;
	font-size: 30px;
}
.news-container h1 span, .news-description span{color: #c8b273}
.news-description{
	font-weight: 300;
	color: #fff;
	font-size: 20px;
	overflow-y: auto;
	max-height: 140px;
}
.project-window{margin-bottom: 40px;}
.project-content{
	width: 1000px;
	margin: auto;
	position: relative;
}
.disc-cover{
	width: 425px;
	float: left;
}
.disc-cover img{width: 100%;}
.disc-tracklist{
	width: 560px;
	float: left;
overflow:hidden;
}
.disc-tracklist ol{
	max-height: 430px;
	overflow-y: auto;
	margin: 10px 0;
	padding: 1px 0 0 0;
	padding-left:50px;
}
.track-length {
	color: #464646;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-right: 10px;
}
.disc-tracklist ol li:first-child {padding-top: 0;}
.disc-tracklist ol li {
	margin: 0;
	padding: 8px 0px 12px 0px;
	color: #464646;
	list-style: decimal outside;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	line-height: 0;
	border-bottom:1px solid #1a1919;
}
.disc-tracklist ol li:last-child {
	border:0px;
}
.track-info {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 17px;
	margin-right: 10px;
	max-width: 415px;
	overflow: hidden;
	padding-left: 5px;
}
.track-info span {color: #c8b273;}
.disc-play-btn {
	background: url("../img/icons/play-pause-disc.png") no-repeat #464646;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
	margin: 0px 10px 0 0;
}
.disc-play-btn:hover {background-color: #c8b273; background-position-y: -20px;}
.track-download-buy a {
	background: #464646;
	text-transform: uppercase;
	border-radius: 10px;
	color: #a9a7a7;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 11px;
	padding: 2px 10px;
}
.track-download-buy a:hover {color: #fff; background: #c8b273;}
.close-btn{
	top: -50px;
	right: -80px;
}
.disc-title{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
border-bottom:1px solid #1a1919;
margin-bottom:15px;
padding-bottom:18px;
}
.disc-title span{color: #c8b273;}
.disc-date{
	color: #464646;
	font-size: 20px;
	font-weight: 300;
	margin-top: 2px;
	width: 387px;
	float: left;
}

.sell-platforms {
    overflow: hidden;
    width: 538px;
    padding-top:0px;
    padding-left: 50px;
    position: relative;
    top: -10px;
}
.sell-platforms a div {
	width: 130px;
	height: 49px;
	float: left;
	line-height: 50px;
	color: #c8b273;
	margin: 0 10px 0 20px;
	background: url("../img/icons/sell-platforms.png") no-repeat #b1aeae;
}
.itunes:after, .beatport:after {
	content: "/";
	color: #c8b273;
	float: right;
	font-weight: bold;
	font-size: 22px;
	position: relative;
	right: -20px;
	top: 3px;
}
.sell-platforms a div:hover {background-color: #c8b273;}
.sell-platforms .itunes {background-position: left 0; width: 110px;}
.sell-platforms .beatport {background-position: center 0; width: 90px;}
.sell-platforms .bandcamp {background-position: right 0;}
.sell-platforms span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #c8b273;
	float: left;
	margin-top: 18px;
}

/* Twitter Quotes */
#quotes>div:nth-of-type(1) {
	background: #c8b273;
	margin: 0;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 150px;
	text-align: center;
	/*background-size: 100%;*/
	
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.quotes {
	height: 550px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
}
#myTweet{
	color: #fff;
	font-size: 30px;
	font-family: 'Montserrat Web', sans-serif;
	width: 1100px;
	margin: auto;
	margin-top: 0px;
	padding: 0 0px;
	position: relative;
	z-index: 4;
}
#myTweet a{color: #c8b273;}
p.user, p.timePosted, p.interact{display: none;}
.twitter-quotes {
	height: 104px;
	width: 104px;
	background-color: #c8b273;
	margin: auto;
	position: relative;
	z-index: 4;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.twitter-quotes:after {
	content: '';
	background: url("../img/icons/social-icons.png") no-repeat;
	background-position: -146px -24px;
	width: 104px;
	height: 104px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ch-grid {overflow: hidden;}
.ch-grid div {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ch-grid:hover div {
	opacity: 1;
	background-color: #c8b273;
	background-color: rgba(195,18,28,0.9);
}
.p-category {
	text-decoration: none;
	position: relative;
	z-index: 20;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 44px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-category.photo{background: url("../img/icons/gallery-photo.png") no-repeat center center;}
.p-category.video {background: url("../img/icons/gallery-video.png") no-repeat center center;}
.ch-grid:hover .p-category {opacity: 1;}

/* Contact */
.formSent, .formError {display: none;}
.contact .parallax {
	background: url(../img/parallax/03.jpg) 50% 0% repeat-y fixed;
	background-color: #c8b273;
	margin: 0;
	height: 475px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
/*	background-size: 100%;*/
	
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	-webkit-background-size: cover !important;
	-khtml-background-size: cover !important;
}
.parallax-wrapper.contact {
	height: 475px;
    position: relative;
    width: 100% !important;
    /*min-width: 1000px;*/
    margin: 0;
    padding: 0;
	margin-top: 150px;
}
.front-content.contact{
	width: 520px;
	margin-left: -260px;
}
.form h2{
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin: 5px 0;
}
.form .message{margin-top: 18px;}
.name{
	width: 48%;
	float: left;
}
.email {
	width: 48%;
	float: right;
}
.emailmerch {
	width: 50%;
	margin: 0px auto 0 auto;
	padding: 0px 0px;
}
.form #name, .form #email {height: 50px;}
#comments, #name, #email {
	width: 100%;
	background: none;
	color: #fff;
	border: 2px solid #fff;
	outline: none;
}
#comments{
	height: 210px;
	max-height: 210px;
}
.buttoncontact {
	text-transform: uppercase;
	width: 300px;
	background: #fff;
	color: #c8b273;
	font-size: 18px;
	margin: 42px auto 0 auto;
	padding: 15px 40px;
	border: none;
	box-shadow: none;
	outline: none;
}
.buttoncontact:hover {color: #fff; background: #000!important;}
.buttoncta {
	text-transform: uppercase;
	width: 450px;
	background: #fff;
	color: #c8b273;
	font-size: 18px;
	margin: 40px auto 0 auto;
	padding: 15px 10px;
	border: none;
	box-shadow: none;
	outline: none;
}
.buttoncta:hover {color: #fff; background: #000!important;}
#contactFormSent{
	margin-top: 20px;
	padding: 0 60px;
	color: #fff;
}
.buttonpresskit {
    text-transform: uppercase;
    width: 300px;
    background: #fff; /* Cambia el color de fondo según tus preferencias */
    color: #c8b273;
    font-size: 18px;
    margin: 42px auto 0 auto;
    padding: 15px 40px;
    border: none;
    box-shadow: none;
    outline: none;
}

.buttonpresskit:hover {
    color: #fff;
    background: #000; /* Cambia el color de fondo al pasar el ratón según tus preferencias */
}

#pressKitFormSent {
    margin-top: 20px; /* Ajusta según tus necesidades */
    padding: 0 60px; /* Ajusta según tus necesidades */
    color: #fff;
}
.controls label{color: #fff;}

/* Social Footer */
.clear{clear: both;}
.social-footer{
	width: 100%;
	height: 60px;
  	position: fixed;
  	bottom: 0px;
	background:#000;
}
.footer-container{
	width: 630px;
	margin: auto;	
}
.footer-container .social-ico{
	width: 140px;
	height: 140px;
	background-color: #434141;
	cursor: pointer;
	float: left;
	margin: 0 35px;
	
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer-container .social-ico:after{
	content:'';
	background: url("../img/icons/social-icons.png") no-repeat;
	width: 140px;
	height: 140px;
	position: absolute;
	display: inline-block;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footer-container .social-ico:hover{background-color: #c8b273;}
.footer-container .social-ico:nth-child(4){
	margin-left: 140px;
	margin-top: -30px;
}
.footer-container .social-ico:nth-child(5){margin-top: -30px;}
.footer-container .social-ico.s-facebook:after{background-position: -5px -5px;}
.footer-container .social-ico.s-twitter:after{background-position: -125px -5px;}
.footer-container .social-ico.s-youtube:after{background-position: -255px -5px;}
.footer-container .social-ico.s-soundcloud:after{background-position: -5px -135px;}
.footer-container .social-ico.s-plus:after{background-position: -252px -131px;}

/* Discography Xtras */

.play-btns {
	float:left;
	width:20px;
	margin-top:3px;
}
.play-count {
	width:25px;
	float:left;
	display:table;
	font-size: 20px;
	color: #636262;
	font-family: Montserrat Web;
	margin-top: 12px;
}
.track-title {
	width:480px;
}
.track-info {
	width:280px;
	line-height:25px;
	float:left;
	display:table;
	padding-left:15px;
}
.track-info em {
	display:block;
}
.track-download-buy {
	width:120px;
	float:right;
	display:table;
	background: transparent !important;
}
.track-download-buy{
	margin-top:18px;
}
.track-download-buy a{
	padding: 10px 10px 6px;
	float: right;
	display: table;
}
.track-info {
	font-size:18px;
	color:#fff;
}
.track-info em {
	font-size:14px;
	color:#c8b273;
	font-style:normal;
	font-weight:800;
}

.slides-1.player {margin-top:150px;}
.play-video {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin:-50px 0px 0px -50px;
    color:#fff;
    font-size: 75px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    text-indent:-9999999px;
    background:url(../img/icons/play.png) center center no-repeat rgba(0,0,0,0.5);
}
.play-video.playing {background:url(../img/icons/pause.png) center center no-repeat rgba(0,0,0,0.5);}
#slides-1.player:hover .play-video {display: block;}

.parallax-wrapper.about-us {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
}
.sec-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
	margin-top: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    font-weight: 300;
    font-family: 'Montserrat Web', sans-serif;
}

.sec-content img {
    max-width: 48%;
	margin-bottom: 100px;
    height: auto;
}

.sec-content p {
    max-width: 48%;
	margin-bottom: 100px;
}

#about-us>div:nth-of-type(1) {
    background-color: #c8b273;
    width: 100%;
    text-align: center;
    padding: 1px 0;
}

/* Estilo para dispositivos móviles (puedes ajustar el ancho según tus necesidades) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #about-us .sec-content p {
        max-height: 200px; /* ajusta la altura máxima según tu preferencia */
        overflow-y: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #about-us .sec-content p {
        max-height: 400px; /* ajusta la altura máxima según tu preferencia */
        overflow-y: auto;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    #about-us .sec-content p {
        max-height: 600px; /* ajusta la altura máxima según tu preferencia */
        overflow-y: auto;
    }
}

.widget-container {
    height: 610px;
	width:100%;
	margin: 0 auto;
	overflow-y: auto;
	}
	
.rrss {
            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 10px; /* Espacio entre las columnas */
        }
        .rrss img {
			margin-top: 20px;
            width: 100%; /* Las imágenes ocuparán todo el ancho de la columna */
            height: auto; /* Se ajusta automáticamente la altura */
            display: block; /* Elimina el espacio extra debajo de las imágenes */
        }
		.sf {
    		display: grid;
    		grid-template-columns: repeat(7, 1fr); /* Define las 7 columnas */
    		align-items: center; /* Centra verticalmente */
    		justify-content: space-around; /* Distribuye los elementos uniformemente */
    		max-width: 600px; /* Cambia el valor según sea necesario */
    		margin: 0 auto; /* Centra horizontalmente */
			margin-top: 100px;
			margin-bottom: 50px;
			/* Agrega espacio entre cada columna (icono) */
    		grid-column-gap: 30px;
		}
		.sf img {
    		width: 100%;
    		max-width: 100%; /* Asegura que las imágenes no se vuelvan más grandes que su tamaño original */
    		height: auto;
    		display: block;
		}
		.sf2 {
    		display: grid;
    		grid-template-columns: repeat(7, 1fr); /* Define las 7 columnas */
    		align-items: center; /* Centra verticalmente */
    		justify-content: space-around; /* Distribuye los elementos uniformemente */
    		max-width: 450px; /* Cambia el valor según sea necesario */
    		margin: 0 auto; /* Centra horizontalmente */
			margin-top:0px;
		}
		.sf2 img {
    		width: 100%;
    		max-width: 100%; /* Asegura que las imágenes no se vuelvan más grandes que su tamaño original */
    		height: auto;
    		display: block;
		}
		.rootlogo {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 10px; /* Espacio entre las columnas */
        }
        .rootlogo img {
			margin-bottom: 20px;
            width: 100%; /* Las imágenes ocuparán todo el ancho de la columna */
            height: auto; /* Se ajusta automáticamente la altura */
            display: block; /* Elimina el espacio extra debajo de las imágenes */
        }
		.rootimg {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 10px; /* Espacio entre las columnas */
        }
        .rootimg img {
            width: 100%; /* Las imágenes ocuparán todo el ancho de la columna */
            height: auto; /* Se ajusta automáticamente la altura */
            display: block; /* Elimina el espacio extra debajo de las imágenes */
        }

.td50 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px; /* Espacio entre las columnas */
 }
.td50 img {
			margin-bottom: 20px;
            width: 100%; /* Las imágenes ocuparán todo el ancho de la columna */
            height: auto; /* Se ajusta automáticamente la altura */
            display: block; /* Elimina el espacio extra debajo de las imágenes */
}
		
.video-responsive {
	height: 0;
	overflow: hidden;
	padding: 5px 5px 200px 0px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 200px;
	width: 200px;
	}

.bio-container {
	max-width:1200px;
}

#biocontenedor {
	margin-top:100px;
	margin-bottom:100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#img-about {
  width: 50%;
}

#sub-about {
  width: 50%;
  text-align:left;
}

#imgfrancis {
	height:480px;
	padding: 0px 15px 0px;
	overflow:hidden;
	display: flex;
  justify-content: center;
}

#biofrancis {
	height:480px;
	padding: 0px 15px 0px;
	text-align:left;
	overflow:scroll;
}

#contenedortours {
	margin-top:100px;
	width:80%;
	margin-left:10%;
	
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#tourdatesfinal {
	margin-top:100px;
	width:60%;
	margin-left:20%;
}

#img-tourdate {
  width: 50%;
}

#sub-tourdate {
  width: 50%;
  
}

#imgtourdates {
	height:510px;
	padding: 10px 10px 10px;
	overflow:hidden;
	display: flex;
  justify-content: center;
}

#embedtourdates {
	height:510px;
	padding: 10px 10px 10px;
}





.livesets ul {
  display: grid;
  grid-gap: 20px; /* Espacio entre los elementos */
  padding: 0;
  margin: 0;
  list-style: none;
}



@media (min-width: 320px) and (max-width: 425px) {
	
	  .livesets ul {
	  display: grid;
	  grid-template-columns: 1fr; /* 1 columna */
	  justify-items: center; /* Centra los <li> dentro de la cuadrícula */
	  margin-top: 100px;
	  }

	  .livesets li {
	  display: flex;
	  flex-direction: column;
	  justify-content: center; /* Centra el contenido verticalmente dentro del <li> */
	  align-items: center; /* Centra el contenido horizontalmente dentro del <li> */
	  padding: 20px;
	  max-height: 100px;
	  margin-top: 50px;
	  list-style: none; /* Elimina los estilos de lista */
	  text-align: center; /* Centra el texto dentro del <li> */
	  width: 100%; /* Asegura que el <li> use todo el ancho del contenedor */
	  }

	.livesets .rootimg {
	  display: flex;
	  flex-direction: column;
	  align-items: center; /* Centra el contenido (imagen y texto) dentro de .rootimg */
	}

	.livesets .news-thumb img {
	  max-width: 100%; /* Asegura que la imagen no se expanda más allá del contenedor */
	  height: auto;
	}

	.livesets .news-info h1 {
	  margin: 10px 0 0; /* Ajusta el espaciado del título */
	  padding: 0;
	}

	
}

@media (min-width: 426px) and (max-width: 768px) {
	.livesets li {
  padding: 0px;
  max-height: 190px;
	margin-top: 80px;
	margin-left: 20px;
	margin-right: 20px;
}
	
  .livesets ul {
    grid-template-columns: 1fr 1fr; /* 2 columnas para pantallas entre 321px y 768px */
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
	.livesets li {
  padding: 0px;
  max-height: 190px;
	margin-top: 80px;
	margin-left: 20px;
	margin-right: 20px;
}
	
  .livesets ul {
    grid-template-columns: 1fr 1fr 1fr; /* 3 columnas para pantallas entre 769px y 1024px */
  }
}

@media (min-width: 1440px) and (max-width: 2560px) {
	.livesets li {
  padding: 0px;
  max-height: 190px;
	margin-top: 80px;
	margin-left: 20px;
	margin-right: 20px;
}
	
  .livesets ul {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 columnas para pantallas de 1440px en adelante */
  }
}




.press ul {
  display: grid;
  grid-gap: 20px; /* Espacio entre los elementos */
  padding: 0;
  margin: 0;
  list-style: none;
}


@media (min-width: 320px) and (max-width: 425px) {
	
    .press ul {
    display: grid;
    grid-template-columns: 1fr; /* 1 columna en pantallas pequeñas */
    justify-items: center; /* Centra los elementos horizontalmente */
    margin-top: 120px;
	}

	.press li {
	  display: flex;
	  flex-direction: column; /* Alinea el contenido verticalmente */
	  align-items: center; /* Centra los elementos horizontalmente */
	  justify-content: center; /* Centra los elementos verticalmente */
	  padding: 20px;
	  max-height: 150px;
	  margin-top: 80px;
	  list-style: none; /* Elimina los indicadores de lista */
	  text-align: center; /* Centra el texto dentro de cada li */
	}

	.press .rootimg {
	  display: flex;
	  flex-direction: column;
	  align-items: center; /* Centra los elementos dentro de .rootimg */
	  justify-content: center;
	}

	.press .news-thumb img {
	  max-width: 100%; /* Asegura que la imagen no exceda el tamaño del contenedor */
	  height: auto;
	}

	.press .news-info h1 {
	  margin: 10px 0 0; /* Ajusta el espaciado sobre y debajo del título */
	  padding: 0;
	}

}

@media (min-width: 426px) and (max-width: 768px) {
	.press li {
  padding: 0px;
  max-height: 190px;
	margin-top: 180px;
	margin-left: 10px;
	margin-right: 10px;
}
	
  .press ul {
    grid-template-columns: 1fr 1fr; /* 2 columnas para pantallas entre 321px y 768px */
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
	.press li {
  padding: 0px;
  max-height: 190px;
	margin-top: 180px;
	margin-left: 20px;
	margin-right: 20px;
}
	
  .press ul {
    grid-template-columns: 1fr 1fr 1fr; /* 3 columnas para pantallas entre 769px y 1024px */
  }
}

@media (min-width: 1440px) and (max-width: 2560px) {
	.press li {
  padding: 0px;
		margin-top: 50px;
}
	
  .press ul {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 columnas para pantallas de 1440px en adelante */
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
	.press li {
  padding: 0px;
}
	
  .press ul {
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 3 columnas para pantallas entre 769px y 1024px */
  }
	.livesets li {
  padding: 0px;
  max-height: 190px;
	margin-top: 180px;
	margin-left: 20px;
	margin-right: 20px;
}
	
  .livesets ul {
    grid-template-columns: 1fr 1fr 1fr; /* 3 columnas para pantallas entre 769px y 1024px */
  }
}





.newpress {
    padding: 0 20px; /* Espacio en los bordes izquierdo y derecho */
	padding-top: 50px;
}

.newpress ul {
    list-style: none;
    padding: 0;
    margin: 0 auto; /* Centrar el contenedor */
    display: grid;
    gap: 20px; /* Espacio entre elementos */
}

/* Default: One column for mobile devices, centrado */
@media (max-width: 425px) {
    .newpress ul {
        display: flex; /* Cambia a Flexbox */
        flex-direction: column; /* Organiza en una columna */
        align-items: center; /* Centra los elementos horizontalmente */
		padding-top: 50px;
    }
    
    /* Aplicar regla a los ítems 2, 3, 4 y 5 */
    .newpress li:nth-child(2),
    .newpress li:nth-child(3),
    .newpress li:nth-child(4),
    .newpress li:nth-child(5) {
        margin-top: -100px; /* Ajusta el margen según lo necesario */
    }
}

/* 426px to 768px: Two columns */
@media (min-width: 426px) and (max-width: 768px) {
    .newpress ul {
        grid-template-columns: repeat(2, 1fr);
		padding-top: 50px;
    }

    /* Aplicar regla a los ítems 3, 4 y 5 */
    .newpress li:nth-child(3),
    .newpress li:nth-child(4),
    .newpress li:nth-child(5) {
        margin-top: -100px; /* Ajusta el margen según lo necesario */
    }
}

/* 769px to 1024px: Three columns */
@media (min-width: 769px) and (max-width: 1024px) {
    .newpress ul {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Aplicar regla a los ítems 4 y 5 */
    .newpress li:nth-child(4),
    .newpress li:nth-child(5) {
        margin-top: -100px; /* Ajusta el margen según lo necesario */
    }
}

/* 1025px to 1440px: Four columns - Aplicar reglas actuales */
@media (min-width: 1025px) and (max-width: 1440px) {
    .newpress ul {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Aplicar regla a los ítems que ya están definidos */
    .newpress li:nth-child(5) {
        margin-top: -100px; /* Ajusta el margen según lo necesario */
    }
}

/* 1441px and above: Five columns - Sin cambios de margen */
@media (min-width: 1441px) {
    .newpress ul {
        grid-template-columns: repeat(5, 1fr);
    }

    /* Aquí no se aplican cambios de margen */
}




.newlivesets {
    padding: 0 20px; /* Espacio en los bordes izquierdo y derecho */
	padding-top: 80px;
}

.newlivesets ul {
    list-style: none;
    padding: 0;
    margin: 0 auto; /* Centrar el contenedor */
    display: grid;
    gap: 20px; /* Espacio entre elementos */
}

/* Default: One column for mobile devices, centrado */
@media (max-width: 425px) {
    .newlivesets ul {
        display: flex; /* Cambia a Flexbox */
        flex-direction: column; /* Organiza en una columna */
        align-items: center; /* Centra los elementos horizontalmente */
		padding-top: 50px;
    }
    
    /* Aplicar regla a los ítems 2, 3, 4 y 5 */
    .newlivesets li:nth-child(2),
    .newlivesets li:nth-child(3),
    .newlivesets li:nth-child(4),
    .newlivesets li:nth-child(5),
	.newlivesets li:nth-child(6),
	.newlivesets li:nth-child(7),
	.newlivesets li:nth-child(8) {
        margin-top: -100px; /* Ajusta el margen según lo necesario */
    }
}

/* 426px to 768px: Two columns */
@media (min-width: 426px) and (max-width: 768px) {
    .newlivesets ul {
        grid-template-columns: repeat(2, 1fr);
		padding-top: 50px;
    }

    /* Aplicar regla a los ítems 3, 4 y 5 */
	.newlivesets li:nth-child(1)
	.newlivesets li:nth-child(2),
	.newlivesets li:nth-child(3),
	.newlivesets li:nth-child(4),
    .newlivesets li:nth-child(5),
	.newlivesets li:nth-child(6),
    .newlivesets li:nth-child(7),
    .newlivesets li:nth-child(8) {
        margin-top: -100px; /* Ajusta el margen según lo necesario */
    }
}

/* 769px to 1024px: Three columns */
@media (min-width: 769px) and (max-width: 1024px) {
    .newlivesets ul {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Aplicar regla a los ítems 4 y 5 */
    .newlivesets li:nth-child(4),
	.newlivesets li:nth-child(5),
	.newlivesets li:nth-child(6),
	.newlivesets li:nth-child(7),
	.newlivesets li:nth-child(8) {
        margin-top: -100px; /* Ajusta el margen según lo necesario */
    }
}

/* 1025px to 1440px: Four columns - Aplicar reglas actuales */
@media (min-width: 1025px) and (max-width: 1440px) {
    .newlivesets ul {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Aplicar regla a los ítems 2, 3, 4 y 5 */
    .newlivesets li:nth-child(5),
	.newlivesets li:nth-child(6),
	.newlivesets li:nth-child(7),
	.newlivesets li:nth-child(8) {
        margin-top: -100px; /* Ajusta el margen según lo necesario */
    }
}

/* 1441px and above: Five columns - Sin cambios de margen */
@media (min-width: 1441px) {
    .newlivesets ul {
        grid-template-columns: repeat(5, 1fr);
    }

    /* Aquí no se aplican cambios de margen */
}