
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

html{ scroll-behavior: smooth;}
*{margin: 0;padding: 0;box-sizing: border-box;}


/*----------------------------------HEADER----------------------------------------*/


.blanco{color: aliceblue;margin-right: 550px;font-size: 20px;font-family: "Poetsen One", sans-serif; }


.logo:hover{transform: scale(1.1); /* Hace un pequeño zoom al pasar el cursor sobre la imagen */ width: 90px;height: 90px; filter: brightness(2);
}

.arriba{
    background-color: rgb(3, 3, 3);
    width: auto;
    height: 30px;
    display: flex;
    justify-content: flex-end;
}


.arriba a{
 margin-right: 10px;
 margin-top: 10px;
 color: aliceblue;
 text-decoration: none;
}

.arriba p:hover{
    color: red;
}

.abajo{
    display: flex;
    background: -webkit-linear-gradient(left, rgb(10, 10, 10) 0%, rgba(107, 100, 100, 0.822) 50%, rgb(17, 17, 17) 100%);
    width: auto;
    height: 90px;
    gap: 120px;
}

.abajo img{
height: 90px;
width: 90px;
margin-left: 100px;
image-rendering: optimizeQuality;
filter: brightness(1,1);
}

/*----------------------------------BOTONES----------------------------------------*/

.btn-inicio{
text-shadow: 15px 5px 15px rgb(8, 8, 8);
margin-top: 30px;
padding: 10px;
background-color: transparent;
font-size: 16px;
border: none; 
display: inline-flex;
color: black;
font-family: "Poetsen One", sans-serif;
font-weight: 380;
font-style: normal;
}

.nav-link:hover {
    transform: scale(1.1); /* Hace un pequeño zoom al pasar el cursor sobre la imagen */
    width: 100px;
    height: 100px; 
    color: #007BFF; /* Cambia esto al color que desees para el hover */
}

.nav-link {
text-decoration: none;
color: aliceblue;
text-transform: uppercase;
}

nav li {
list-style-type: none;
color: rgb(11, 9, 12);
}

/*----------------------------------SLIDER----------------------------------------*/

.slider {
justify-content: center;
margin: 50px 20px;
overflow: hidden;
border-radius: 10px;
position: relative;
width: 1300px;
}

.slides {
    display: flex;
    width: 100%;
    animation: slide 25s infinite;
}

.slide {
    width: 100%;
    flex: 0 0 100%;
}

.slide img {
    height: 300px;
    width: 1300px;
}

@keyframes slide {
    0% { transform: translateX(0); }
    20% { transform: translateX(0); }
    25% { transform: translateX(-100%); }
    45% { transform: translateX(-100%); }
    50% { transform: translateX(-200%); }
    70% { transform: translateX(-200%); }
    75% { transform: translateX(-100%); }
    95% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

/*HR*/

.hr0{
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient(left, blue 0%, red 50%, yellow 100%); /* Safari, Chrome */
    background: -moz-linear-gradient(left, blue 0%, red 50%, yellow 100%); /* Firefox */
    background: -o-linear-gradient(left, blue 0%, red 50%, yellow 100%); /* Opera */
    background: -ms-linear-gradient(left, blue 0%, red 50%, yellow 100%); /* Internet Explorer 10+ */
    background: linear-gradient(to right, blue 0%, red 50%, yellow 100%); /* Standard */
    box-shadow: 15px 5px 15px rgb(8, 8, 8) ;
}
/*---------------------------------SESSIÓN ARTISTAS---------------------------------------*/
.links {
    padding-top: 150px;
    padding-bottom: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    background: -webkit-linear-gradient(left, rgba(8, 8, 8, 0.473) 0%, rgba(57, 132, 230, 0.616) 25%, rgb(244, 244, 248) 50%, rgba(255, 165, 0, 0.8) 75%, rgba(128, 0, 128, 0.6) 100%);
    background: -moz-linear-gradient(left, rgba(12, 12, 12, 0.473) 0%, rgba(57, 132, 230, 0.616) 25%, rgb(244, 244, 248) 50%, rgba(255, 165, 0, 0.8) 75%, rgba(128, 0, 128, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(10, 10, 10, 0.473) 0%, rgba(57, 132, 230, 0.616) 25%, rgb(244, 244, 248) 50%, rgba(255, 165, 0, 0.8) 75%, rgba(128, 0, 128, 0.6) 100%);
    background: linear-gradient(to right, rgba(8, 8, 8, 0.473) 0%, rgba(57, 132, 230, 0.616) 25%, rgb(244, 244, 248) 50%, rgba(57, 132, 230, 0.438) 75%, rgba(17, 13, 17, 0.6) 100%);
}
  
.columna img:hover{
    transform: scale(1.1); 
}

.links .imagenes-container {
    display: flex; 
  
}
  
.links .columna {
    flex: 3; 
    margin: 0 30px;
}
  
.links img {
    margin-top: -20px;
    border: 0.5px rgb(13, 14, 13) solid;
    border-radius: 10px;
    height: 240px;
    width: 227px;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
    transition: transform 0.3s; 
}
  
  
  .links .imagenes-container .columna:first-child { 
    margin-left: -170px;
  }
  

.detalles{
    margin-top: 10px;
    padding-left: 72px;
    color: rgb(13, 11, 14);
    margin-top: 10px;
    margin-left: -08px;
    cursor:zoom-in;
    text-shadow: 1px 4px 2px rgb(107, 109, 107);
}

details h2{
    text-align: center;
    color: rgba(10, 10, 10, 0.986);
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: aqua;
}

details .lorem{
    justify-content: center;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(7, 7, 7);
}

.artistas{
    color: aliceblue;
    text-shadow: 0 0 10px rgb(8, 8, 8);
    display: flexbox;
    margin-top: -100px;
    margin-left: 50px;
    font-family: "Shadows Into Light", cursive;
    font-size: 40px;
}


/*---------------------------------SEPARADOR----------------------------------------*/

.hr1{
    width: 40%;
    height: 0px;
    border: 1px rgb(15, 14, 14) solid;
    margin-top: 20px;
}

.galeria{
    margin-top: 50px;
    gap: 20px;
    display: flex;
    justify-content: center;
}


.galeria  p{
    font-family: "Shadows Into Light", cursive;
    font-size: 20px;
    margin-top: 5px;
}

.galeria p:hover{
    color: blueviolet;
    transform: scale(1,1); /* Hace un pequeño zoom al pasar el cursor sobre la imagen */
}

/*----------------------------------IMAGENES----------------------------------------*/

.imagenes img{
    border-radius: 14px;
}

.imagenes .sfdk{
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
}

.imagenes img:hover{
    transform: scale(1,1); /* Hace un pequeño zoom al pasar el cursor sobre la imagen */
    filter: grayscale(1);
}
.cuarteto{
    display: flex;
    max-width: 100%;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.wutan{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px ;
}
/*----------------------------------VIDEOS----------------------------------------*/










/*----------------------------------COMO LLEGAR----------------------------------------*/

.llegar{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 20px;
    gap: 10px;
}
.metro{
    margin: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.metros{
    display: flex;
    gap: 10px;
    margin: 40px 0px;
    padding: 10px 0px;
}

.mapa{
    width: 800px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
}

.center{
    background: -webkit-linear-gradient(left, rgba(218, 57, 8, 0.308) 0%, rgba(29, 196, 7, 0.301) 50%, rgba(10, 24, 218, 0.253) 100%);
    border-style: groove;
    padding-top: 10px;
    padding-bottom: 20px;
    gap: 20px;
    text-align: center;
}
.center p{
font-size: 10px;
}

.center img:hover{
    filter: brightness(2.1);
}

.center h2{    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}

.center h2:hover{
    color:rgb(216, 85, 9);  
}

/*----------------------------------VIDEOS----------------------------------------*/

.videos .lides{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 80px 0px;
}


/*----------------------------------INFORMACIÓN----------------------------------------*/

.flex{
    display: flex;
    gap: 50px;
    margin-top: 100px;
    justify-content: center;
}

.detalless{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #5f5f5f17;
    height: 300px;
    width: 300px;
   font-style: italic ; 
   text-align: center;
   padding-top: 30px;
   margin-left: 68px;
    margin-bottom: 50PX;
    box-shadow: 0 0 20px rgba(67, 10, 223, 0.5); /* Añade una sombra alrededor de la imagen */
}

.bloque3{
    text-align: center;
    padding-top: 50PX;
    display: flex;
    flex-direction: column;
    background-color: #5f5f5f17;
    height: 200px;
    width: 400px;
    text-decoration: none;
    gap: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Añade una sombra alrededor de la imagen */
    border-radius: 1px;
}

.bloque3 ul li{
    padding-top: 5px;
    list-style: none;
}


tr{
  margin: 10px;
}
/*----------------------------------CONTACTO----------------------------------------*/

.formulario{
    background: -webkit-linear-gradient(left, rgba(39, 2, 82, 0.932) 0%, rgb(245, 248, 245) 50%, rgba(102, 2, 97, 0.815) 100%);

    display: flex;
    justify-content: space-between;
    margin: 70px 90px;
}

.formulario .formulari{
    display: flex;
    flex-direction: column;
}
.formulari label{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.formulari input{
    height: 40px;
    width: 350px;
    padding: 10px;
    border-style: dotted;
}

.formulari textarea{
    width: 350px;
    height: 150px;
}



.formulari button{
height: 50px;
        width: 100px;
    margin-top: 20px;
    padding: 0px 5px;
}
/*----------------------------------BACK TO TOP----------------------------------------*/

.backtotop{
    display: flex;
    justify-content: space-around;
    background: -webkit-linear-gradient(left, rgb(10, 10, 10) 0%, rgba(107, 100, 100, 0.822) 50%, rgb(17, 17, 17) 100%);
    height: 60px;
    gap: 100px;
}

.backtotop div h6{
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    color: rgb(7, 7, 7);
    font-size: medium;
}
.backtotop div i{
    margin-left: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}



/*----------------------------------FOOTER----------------------------------------*/

.bloque1{

    background-color: #000000;
height: 100px;
width: 100%;
  
}

.bloque1 h6{
 color: #fcfafa;
   font-size: 15px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   padding-top: 80px; 
}

.bloque2{

    margin-top: -145px;
    margin-right: 20px;
    display: flex;
    gap: 10px;
    justify-content: right;
}

.bloque2 i{
    font-size: 30px;
}

.bloque1 .galeria  p{
    color: #fcfafa;
}


.hr2{
    width: 40%;
    height: 0px;
    border: 1px rgb(14, 13, 13) solid;
    margin-top: 20px;
}

.galeria{
    margin-top: 50px;
    gap: 20px;
    display: flex;
    justify-content: center;
}


.galeria  p{
    color: rgb(10, 10, 10);
    font-family: "Shadows Into Light", cursive;
    font-size: 20px;
    margin-top: 5px;
}

.galeria p:hover{
    color: blueviolet;
    transform: scale(1,1); /* Hace un pequeño zoom al pasar el cursor sobre la imagen */
}

