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

a{
    color: white;
}

/** HEADER: Regresar **/

header{
    font-family: 'Lato';
    background-color: #dadad9;

    position: relative;
}

h3{
    color: #ED721D;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10% 0% 0% 0%;
}

#menu{
     display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;    
}

/** MAIN: Formulario **/

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

h1{
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    padding: 10% 0% 5% 0%;
    letter-spacing: 3px;
}

h2{
    color: white;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 0% 10% 5% 10%;
}

#formulario{
    background-color: white;
    margin: 0% 5% 0% 5%;
    padding: 5%;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    color: #9D9C9C;
}

input, textarea {
    border: none;
    border-bottom-style: solid;
    border-bottom-color: #dadad9;
    width: 100%;
    height: 100px;
    color: #ED721D;
    font-size: 20px;
    padding: 0% -5% 0% 5%;
}

#subirfoto{
  
    padding: 5%;
}

#subirfoto img{
    padding: 0% 10% 0% 0%;
}
    
#subitufoto{
    font: 'Lato';
    color: #ED721D;
    font-style: italic;
    font-weight: 400;
    font-size: 35px;
    border: solid #ED721D;
    border-radius: 50px;
    text-align: center;
    background-color: white;
}

#formulario p{
    color: grey;
    font-size: 11px;
    font-style: italic;
    text-align: left;
    padding: 2% 0% 0% 5%;    
}

#boton{
    background-color: #E73937;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    margin: 10% 10% 5% 10%;
    padding: 5%;
}

#boton2{
    background-color: grey;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    margin: 0% 10% 5% 10%;
    padding: 5%;
}


#foto{
    column-count: 2;
}

#foto img{
    padding: 5% 90% 5% 10%;
}

h4{
    color: #ED721D;
    font-size: 50px;
    text-align: left;
}

h5{
    color: #ED721D;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    padding: 5% 0%;
}

h6{
    color: #ED721D;
    font-weight: 600;
    font-size: 18px;
    padding: 2% 0% 5% 0%;
}

/* 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;
}