* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    
    
    
}

a{
    text-decoration: none;
}


/** HEADER: Regresar **/

header{
    font-family: 'Lato';
    background-color: #dadad9;
    position: relative;
     padding: 1% 0% 1% 0%;
}
h3{
    color: #E73937;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 24% 0% 0% 0%;
}
#iconos{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;    
}


/** MAIN **/

main{
    background-color: #E73937;
    font-family: 'Lato';
}




/** MAIN: Masthead **/

#masthead img{
    width: 100%;
    padding: 3% 0% 0% 0%;
}

/** MAIN: Menú **/

#menu{
    text-align: center;
}

.principales{
   display: flex;
    flex-direction: row;
    font-weight: 700;
    background-color: white;
    padding: 5% 0% 3% 0%;
}


#nuevopedido{
    background-color: #E72085;
    border-radius: 0px 80px 80px 0px;
    padding: 10% 10%;
    width: 40%;

    
}

#nuevopedido a{
    color: white;
    font-size: 50px;
     margin: 7% 7% 0% 6%;
  
}

    #nuevopedido a:link{
    }

    #nuevopedido a:visited{
    }

    #nuevopedido a:active{
    }

    #nuevopedido a:hover{
    }


#trescolumnas{
    display:flex;
    flex-direction:column;
    width: 50%;
    justify-content: space-between;
    
    
}

#perfil{
    background-color:#ED721D;
    border-radius: 50px 0px 0px 50px;
    padding: 20%;
    margin: 7% 0% 7% 6%;
    
}

#perfil a{
    color: white;
    font-size: 20px;
}

#galeria{
    background-color: #4171b4;
    border-radius: 50px 0px 0px 50px;
    padding: 20%;
    margin: 7% 0% 7% 6%;
}

#galeria a{
    color: white;
    font-size: 20px;
}

#concurso{
    background-color: #674193;
    border-radius: 50px 0px 0px 50px;
    padding: 20%;
    margin: 7% 0% 7% 6%;
}

#concurso a{
    color: white;
    font-size: 20px;
}


.secundarios{
    font-weight: 700;
    padding: 3% 0% 0% 0%;
}

#contacto{
    background-color: #5DC0C6;
    border-radius: 50px;
    padding: 4%;
    margin: 3%;
}

#contacto a{
    color: white;
}

#legales{
    background-color: #5AB257;
    border-radius: 40px;
    padding: 2%;
    margin: 3%;
}

#legales a{
    color: white;
}




/** MAIN: Seguinos **/

#seguinos{
    padding: 0% 3% 5% 3%;
}

h2{
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

h4{
    color: white;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

#socialshare{
    display: flex;
    margin: 15px;
    justify-content: space-between;
    align-items: center; 
    padding: 20px;
}

/* FOOTER */
footer{
    font-family: 'Lato';
    font-size: 11px;
    color: #6f6f6e;
    text-align: center;
    background-color: #dadad9;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
   
    border-style: solid;
    border-color: #6f6f6e;
    border-width: thin;
    border-left-color: #dadad9;
    border-right-color: #dadad9;
}
#pie{
    color:#E73937;
    display: flex;
    justify-content:space-around;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    
}
ul{
    list-style: none;
}