*{
    margin: 0%;
    padding: 0%;
}
html{
    font-size: 62.5%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    min-width: 280px;
    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*/

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-family: 'Tangerine', cursive;*/
    font-size: 3rem;
    color: rgb(79, 10, 88);
    text-shadow: 1px 2px 2px rgb(255, 255, 255);
}

/*HEADER*/

main{
    box-sizing: content-box;
    width: min-content;
    height: 80vh;
    padding: 0.4rem 0px;
    display: flex;
    justify-content: space-between;
    
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
                    
}

/*MENU*/

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

.nav1 li{ 
    z-index: 3;
    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;
    
}

.nav1 ul a:hover{
    transition: ease-in-out;
    min-width: 25vw;
    transition: 0.5s;
    padding-left: 1rem;
    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);
    
    
}
/*MENU*/

.valeimg{
    
    width: 30vw;
    justify-self: center;
    align-self: center;
    
}
.vale{
    z-index: 1;
    max-height: 73vh;
    min-height: 50vh;
    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) );
}

aside{
    width: 40vw;
    justify-self: flex-end;
    align-self: center;
    height: 78vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.presentacion{
    z-index: 50;
    font-size: 2.7rem;
    color: aliceblue;
    font-family: 'Caveat', cursive;
    margin: 2rem 3rem 0rem 2rem ;
    text-shadow: 1px 2px black;
    text-align: right;
    justify-self: flex-end;
    align-self: flex-end;

}

@keyframes opacity{
    from{ opacity: 0;}
    to{opacity: 1;}
}
.Novedades{
    z-index: 50;
    width: 25vw;
    margin:0px;
    padding: 0rem;
    justify-self: flex-end;
    align-self: flex-end;
}
.Novedades1{
    opacity: 0; 
}
.Novedades1:hover{
    opacity: 1;
    transition: all;
    transition: 1s;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2rem;
}
h4{
    animation: opacity 1s ease-in-out 1s infinite normal forwards;
    font-size: 2rem;
    margin: 0.2rem;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    text-align: right;
    text-shadow: 0rem 0.2rem 1rem whitesmoke;
    padding: 1rem;
}

.Novedades p, .Novedades a, .Novedades ul{
    margin: 1rem;
    font-size: 1.7rem;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: rgb(252, 239, 244);
    
}

.Novedades ul li{
    list-style: circle;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2rem;
}


/*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.2rem;
    margin-top: 1.6rem;
    
}

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: 25%;
       }

       .vale{
        max-height: 22vh;
        
        
    }
    h1{
    font-size: 5rem;
    padding: 1rem;
}

    .vale:hover{
        max-height: 27vh;
    }
    .nav1{
        width: 25vw;
    }
   
    .presentacion{
        margin: 0.2rem;
    }
    h4{
        padding: 0rem;
    }

    #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:430px) and (orientation:portrait) {
    html{
        font-size: 25%;
       }

       .vale{
        max-height: 22vh;
        
        
    }
    h1{
    font-size: 5rem;
    padding: 1rem;
}

    .vale:hover{
        max-height: 27vh;
    }
    .nav1{
        width: 25vw;
    }
   
    .presentacion{
        margin: 0.2rem;
    }
    h4{
        padding: 0rem;
    }

    #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:430px) and (orientation:landscape) {
    html{
        font-size: 15%;
       }

       .vale{
        max-height: 30vh;
        
    }
    h1{
    font-size: 4rem;
    padding: 1rem;
}

    .vale:hover{
        max-height: 33vh;
    }
    .nav1{
        width: 25vw;
        
    }
    .nav1 ul a{
        font-size: 0.5rem;
        padding: 1rem;
    }
   
    .presentacion{
        margin: 0.2rem;
    }
    h4{
        padding: 0rem;
    }

    #chico{
        visibility: hidden;
        height: 0vh;
        width: 0vw;
    }
  
}

@media screen and (max-width:639px) and (min-width:430px) {

    html{
     font-size: 40%;
    }
    
    .vale{
        max-height: 45vh;
        position: sticky;
        top:50%;
        left:50%;
    }
    .vale:hover{
        max-height: 47vh;
    }
    #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:639px) and (min-width:430px) and (orientation:portrait) {

   html{
    font-size: 40%;
   }
   
   .vale{
       max-height: 45vh;
       position: sticky;
       top:50%;
       left:50%;
   }
   .vale:hover{
       max-height: 47vh;
   }
   #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:639px) and (min-width:430px) and (orientation:landscape) {
    html{
     font-size: 30%;
    }
    .vale{
        max-height: 48vh;
    }
    .vale:hover{
        max-height: 50vh;
    }
    
    .nav1 ul a{
        font-size: 1.5rem;
        padding: 1rem;
    }
    #chico{
        visibility: hidden;
        height: 0vh;
        width: 0vw;
    }
  
 }

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

    font-size: 48%;
  }
  .vale{
    max-height: 52vh;
}
.vale:hover{
    max-height: 55vh;
}
  #grande{
      visibility: hidden;
      height: 0vh;
  }
  #grande li:after {
    content: none;
    font-size: 0;
}
#f-h3{
    font-size: 0;
    visibility: hidden;
    height: 0vh;
    width: 0vw;
}
}

@media screen and (max-width:1023px) and (min-width:640px) and (orientation:portrait) {
    html{

    font-size: 48%;
  }
  .vale{
    max-height: 52vh;
}
.vale:hover{
    max-height: 55vh;
}
  #grande{
      visibility: hidden;
      height: 0vh;
  }
  #grande li:after {
    content: none;
    font-size: 0;
}
#f-h3{
    font-size: 0;
    visibility: hidden;
    height: 0vh;
    width: 0vw;
}
}

@media screen and (max-width:1023px) and (min-width:640px) and (orientation:landscape) {
    html{

    font-size: 48%;
  }
  .vale{
    max-height: 52vh;
}
.vale:hover{
    max-height: 55vh;
}
#chico{
    visibility: hidden;
    height: 0vh;
    width: 0vw;
}

}

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

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

@media screen and (min-width:1820px) {
    html{
        font-size: 80%;
    }
    #chico{
        visibility: collapse;
    }
}


/*MEDIA QUERIES*/