* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    background-color: white; }
 





#jeader {

    width: 100%;
    margin: 0rem 0rem 0rem 0rem;
    background-color: 66226b
}

#inicio {

   background-color: 4d224f;
    
    
}

#jeader ul {
        
    display: flex;
    
    align-items: space-between;
    list-style: none;
    
   
    
}


#hamburguesa{
   
    margin-left: -1rem;
    margin-bottom: -0.3rem;
    
    
}



#inicio  {
    margin-right: 0.6rem;
    background-color: 66226b;
    font-family: "quicksand";
    font-size: 4rem;
    font-weight: bold;
    margin-left: 1.5rem;
    color: white
}

#jeader a {
    color: white;
    text-decoration: none;
    
    
}





    
 #fotoindex {
    display: flex;
    width: 100%;
    height: 20%;
    min-height: 25rem;
    background: url(../img/fotomenu.jpg);
    background-size: cover;
    align-items: center;
    
}

#titular {
    font-family: "quicksand";
    font-size: 8rem;
    text-align: center;
    color: white;
    text-transform: uppercase;
    width: 60%;
    line-height: 6rem;
    margin-left: 20%;
    margin-right: 20%;;
    padding: 1rem;
    border: 1rem solid;
    max-width: 50rem;
    min-width: 40rem;

}

.subtitulo  {
   font-family: "quicksand"; 
    display:inline-block;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.6rem;
    height:1.rem;
    margin-top: 2rem;
    margin-left: 18.8rem;
    object-position: center;
    color: E55757
}

.textoprincipal p {
    font-family: "roboto";
    font-size: 2rem;
    color:  66226b;
    margin: 1rem 1rem 05rem 2rem;
    line-height: 1.rem;
    letter-spacing: 0.01rem;
    margin-top: 1rem;
    margin-left: 5.8rem;
    padding-left: 1.2rem;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
     width: 80%;
}

.BOTONPRINCIPAL {
    font-family: "QUICKSAND";
    font-size: 3REM;
    color: white;
    margin: 1.4rem 4rem 0rem 4rem;
    line-height: 2rem;
    letter-spacing: 0.01rem;
    background-color: E55757;
        margin-top: 1rem;
    margin-left: 5.8rem;
    margin-bottom: 2REM;
    padding-left: 1.2rem;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    width: 80%;
    text-align: centeR;
    font-weight: bold;
}


#accesosrapidos {
    height: 10%;
    width: 100%;
    margin: 8rem 0rem 2rem 0rem;
    
}

#accesosrapidos ul {
        
    display: flex;
    flex-direction: row;
    align-items: space-between;
    list-style: none;
    overflow: scroll;
    margin-left: 5.8rem;
    
}


#accesosrapidos li {
    margin-right: 0.4rem;
    background-color: 66226b;
    font-family: "QUICKSAND";
    font-size: 2.6rem;
    font-weight: bold;
    padding:1rem;
    
}

#accesosrapidos a {
    color: white;
    text-decoration: none;
}






footer p {
    font-family: "Roboto";
    font-size: 0.6rem;
    line-height: 0.7rem;
    color: 66226b;
    padding: 2rem;
       margin-left:1 rem;
}














