@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family:" Helvetica", "Arial", "sans-serif";	
	color: #464646;
}
h1 {    
	color: #FFAB00;
	font-style: italic;
}

h3 {color: #9F9E9E}

p {font-size: medium}

a {
    color: #000000
}

a:hover {color: #FFAB00}
a.current:link, a.current:visited {
  color: #FFAB00;
  text-decoration: line-through;
}

.nav-menu{
	z-index: 10;
}

.colorRed{
	color: red;
}
.colorGreen{
	color: yellowgreen;
}

.content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	height: auto;
	background-color: #FFFFFF;
	text-align: justify;
	color: #00000;
	clear: both;
}

.footer {
	background:#FFF;
	height: auto;
	width: 90%;
	padding: 0px;
	margin-top: 5em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	clear: both;
	}

.minContentCenter {
	float: left;
	width: 250px;
	height: 100%;
	color: #FFF;
	background-color: #121212;
	text-align: right;
	font-size: large;
	margin-top: 80px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	z-index: 1;
	}
.minContentCenterImg {
	width: 250px;
	height: auto;
	background-color: #0C0C0C;
	color: #FFF;
	font-size: large;
	margin-top: -250px;
	position: relative;
	}
.minContentCenterImg img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.minContentCenterImg img:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}

.minContentCenterTxt {
	width: 230px;
	height: 40px;
	background-color: rgba(0,0,0,0.8);
	font-size: small;
	margin-top: 130px;
	z-index: 1;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	position: relative;
	font-weight: bold;
	font-style: italic;
	}
.minContentCenterTxt a{
	color: rgba(153,153,153,1);
	text-decoration: none;
	}
.minContentCenterTxt a:hover{
	color: #FFF;
	text-decoration: line-through;
	}
.minContentCenter2 {
	float: left;
	width: 250px;
	height: 100%;
	color: #FFF;
	background-color: #121212;
	text-align: right;
	font-size: large;
	margin: 15px;
	}
.full-banner{
position: relative;
     width: 100%;
    height: 40vh; /* Ajusta el tamaño del banner */
    display: flex;
    justify-content: left;
    align-items: left;
    overflow: hidden;
    padding-top: 20em;
}
.full-banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover; /* Hace que la imagen cubra todo sin deformarse */
    z-index: 1; /* La pone detrás del texto */
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.over-banner{
    position: relative; /* Asegura que esté sobre la imagen */
    color: white;
    text-align: left;
	font-style: italic;
	letter-spacing: 0.1rem;
	margin-top: -5rem;
    padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 1rem; 
    background: rgba(0, 0, 0, 1); /* Le da un fondo sutil para mejor legibilidad */
	z-index: 1;
	  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}
.over-banner a{
	color: white;
}
.over-banner ul{
	list-style: none;
}
.over-banner li{
	padding: 0.5em;
}

@media (min-width:600px) and (max-width:1400px){
	.leftBoxSmaller{
	width: 100%;
	padding: 10px;
	margin: auto;
	clear: both;
	}
}

@media (min-width:769px){
.modulContent {
	width: 100%;
	height: auto;
	clear: both;
}

.leftBox {	
	width: 40%;
	min-height: 300px;
	padding: 20px;
	float: left;
	margin: 3em;
	margin-top: 3em;
	align-items:  center;	
}
.leftBoxSmaller {	
	width: 25%;
	min-height: 300px;
	max-height: 500px;
	padding: 20px;
	float: left;
	margin: auto;	
	align-items:  center;	
}

.centradoTXT	{
   margin: 0;
  transform: translateY(15%);
	}
}




.logo {
	width: 10%;
}



header{
	width: 95%;
    background-color: #000;
	position: fixed;
	z-index: 2;
    color: #fff;
	font-style: italic;
	letter-spacing: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 3em;
	margin-top: 3em;
    padding: .2rem 2rem 1em;
}
.logo-header img{
    width: 50px;
	padding-top: -25px;
	z-index: 20;
}
.nav-menu ul{
    display: flex;
    align-items: center;
	list-style: none;
	z-index: 4;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	
}
.nav-menu li{
    margin-right: 1rem;
	padding-top: 25px;
	padding-left: 10px;
}
.nav-menu a{
    color: #fff;
	text-decoration: none;
}
.nav-menu a:hover{
	color: #DF9205;
}
.nav-menu li a.current{
    color: #9D8904}

.menu-icon img{
    padding-top: 13px;
	width: 28px;
    height: 28px;
    border-radius: 2px;
}
.menu-icon, #check{
    display: none;
}

.listaArtistas{
	flex: 1 1 200px; 
	list-style-type: inherit; 
	padding: 1;
	font-size: small;
}

@media (max-width:768px){
    .checkbtn{
        display: block;
    }
    .menu-icon{
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .nav-menu ul{
        display: block;
        position: fixed;
		z-index: 0;
        top:70px;
        left:-115%;
        background: #222;
        width: 100%;
        height: 100vh;
        right: 0;
    }
    .nav-menu ul li{
        padding: 1rem;
		display: flex;
        justify-content: left;
        margin: 0;
    }
    .nav-menu ul li:last-child{
        background: none;
        padding: 1rem;
    }
    #check:checked ~ ul{
        left: 0;
        transition: all .25s;
    }

	.modulContent {
	display: flex;
	height: 100%;
	align-items:  center;
	justify-content: center;
    }
	.leftBox {	
		width: 100%;
	padding: 10px;
	margin: auto;
	clear: both;
    }
	.leftBoxSmaller {	
		width: 100%;
	padding: 10px;
	margin: auto;
	clear: both;
    }
	.footer{margin-top: 100px;}
}

