*{
    margin: 0%;
    padding: 0%;
}
html{
    font-size: 62.5%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    min-width: 320px;
    min-height: 530px;
}

body{
    background: linear-gradient(90deg, rgb(175, 11, 66), rgb(201, 94, 121), rgb(175, 11, 66));
    box-sizing: border-box;
}

header{
    background: linear-gradient(90deg, pink, white, pink);
    box-shadow: 0px 0.5rem 1rem rgb(92, 18, 36);
    /*box-sizing: border-box;*/
    width: 100%;
    
    display: flex;
    
    justify-content: flex-start;
    align-items: flex-end;
    height: 12vh;
}
h1{
    font-family: 'Kaushan Script', cursive;
    font-size: 7rem ;
    color: aliceblue;
    text-shadow: 3px 2px 2px rgb(51, 10, 44);
}

h2{
    padding-left: 0.5rem;
    text-align: center;
    font-family: 'Caveat', cursive;
    font-size: 3rem;
    color: rgb(79, 10, 88);
    text-shadow: 1px 2px 2px rgb(255, 255, 255);
}

main{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.4rem 0px;
    display: flex;/*
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;       */       
}

.nav1{
    width: 30vw;
    margin:0;
    height: 80vh;
    
}
.nav1 ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.nav1 li{ 
    
    list-style-type: none;
    font-family: 'Kaushan Script', cursive;
    text-shadow: 2px 2px 4px rgb(45, 5, 50);
    
}


.nav1 ul a{
    
    padding: 2rem 2rem;
    text-decoration: none;
    color: aliceblue;
    font-size: 2.7rem;
    display: inline-block;
    
}
.bandas ul{
    list-style-type: none;
    
}
table{
    font-size: 2rem;
    margin-bottom: 2rem;
}

.nav1 ul a:hover{
    transition: ease-in-out;
    min-width: 25vw;
    transition: 0.5s;
    font-size: 3rem;
    background-color: rgb(248, 174, 186, 0.3);
    color: rgb(255, 255, 255);
    box-shadow: 1rem 1rem 1rem rgb(90, 5, 37);
    
    
}
.bandas {
    display: flex;
    width: 70vw;
    color: rgb(64, 16, 34);
    box-sizing: border-box;
    margin-bottom: 5rem;
   
}
.bandas p{
    padding: 1rem;
    font-size: 2rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.bandas img {
    width: 30vw;

    border: 0.3rem solid pink;
    margin: 1rem;
    box-shadow: 0rem 0rem 1rem 0.5rem pink;
}
h4{
    
    font-size: 4rem;
    font-family: 'Kaushan Script', cursive;
    text-shadow: 0rem 0rem 1rem rgb(248, 197, 209);
    text-align: center;
}
.cuerpo{
   
    justify-self: center;
    width: 70vw;
    max-height: 75vh;
    
    font-size: 2rem;
    /*
    text-shadow: 0.3rem 0.1rem 0.5rem rgb(70, 9, 32);*/
    display: flex;
    justify-content: center;
    align-self: center;
    
    
}

h5{
    font-size: 4rem;
    font-family: 'Kaushan Script', cursive;
}
.carousel-item ul{
    display: inline;
}
.carousel-item p {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.carousel-item li, .carousel-item a {
    text-decoration: none;
    display: inline;
    color: aliceblue;
    padding: 0.5rem 0.3rem;
}

.valeimg{
    width: 25vw;
    height: 78vh;
    align-self: center;
    justify-self: flex-start;
    
}
.vale{
    max-height: 74vh;
    margin: 1rem 5rem 1rem 0rem;
    filter: drop-shadow(4px 0px 4px rgb(41, 4, 20));
    transition: all 0.3s;
}

.vale:hover{
    transition: all;
    transition: 1s;
    max-height: 75vh;
    filter: drop-shadow(0 0 40px rgb(248, 240, 197) );
}


/*FOOTER*/

footer{
    
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-height: 6vh;
    background: linear-gradient(90deg, pink, white, pink);
    box-shadow: 0px -0.5rem 1rem rgb(44, 9, 17);
    
}

footer ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}

h3{
    color: whitesmoke;
    text-shadow: 0rem 0.1rem 0.4rem rgb(0, 0, 0);
    font-size: 2.1rem;
    margin-top: 1.1rem;
    
}

footer ul a{
    padding: 1rem;
    color: rgb(79, 10, 88);
}

footer li{
    list-style-type: none;
}

footer a:hover {
    color: rgb(219, 148, 160);
  }
  
#chico{
    font-size: 1.4rem;
    align-self: center;
    padding: 1rem;
    margin: 0.5rem;
    text-align: center;
}  

#grande li:after {
    content: attr(data-link);
    opacity: 0;
    transition: 0.5s opacity;
    color: rgb(219, 148, 160);
    font-size: large;
    font-weight: bold;
    margin-left: 0.5rem;
}
#grande li:hover:after {
    opacity: 1;

}


/*MEDIA QUERIES*/

@media screen and (max-width:430px) {
    html{
        font-size: 30%;
       }
    h1{
        font-size: 6rem;
        padding: 1rem;
       }
       
    .nav1{
        width: 30vw;
    }
    .nav1 ul a{
    
        padding: 1rem 1rem;
    }
   .bandas{
       width: 69vw;
   }

    #grande{
        visibility: hidden;
        height: 0vh;
        width: 0vw;
    }
    #grande li:after {
        content: none;
        font-size: 0;
    }
    #f-h3{
        font-size: 0;
        visibility: hidden;
        height: 0vh;
        width: 0vw;
    }
  
}


@media screen and (max-width:640px) and (min-width:430px) {
   html{
    font-size: 40%;
   }
   
   #grande{
       visibility: hidden;
       height: 0vh;
       width: 0vw;
   }
   #grande li:after {
       content: none;
       font-size: 0;
   }
   #f-h3{
    font-size: 0;
    visibility: hidden;
    height: 0vh;
    width: 0vw;
}
}


@media screen and (max-width:1024px) and (min-width:640px) {
    html{

    font-size: 50%;
  }

  #grande{
      visibility: hidden;
      height: 0vh;
  }
}

@media screen and (min-width:1024px) {
    html{
        font-size: 62.5%;
    }
    #chico{
        visibility: hidden;
        height: 0vh;
        width: 0vw;
    }
}