@charset "utf-8";

html {
  font-size: 16px;
  background-color: #ffffff;
  color: #0c1cde;
  height: -webkit_fill_available;
}

body{
        background-color: #ffffff;
        font-family: "Lato", sans-serif;
        max-width: 1080px;
        padding: 1rem;
        margin:auto;
        min-height: 100vh;
        min-height: -webkit-fill-avaliable;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    text-align: center;
    text-decoration: none;
        
}

*{
  box-sizing: border-box;
  list-style: none;
    
  
      
}
  
h1 {
  font-family: "Lato Black", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 4px;
  margin: 0;
  padding: 1.5em;    
}


header {
    background-color: #96fceb;
    padding: 0;
    text-align: center;
}


header .contenedor1 {
                   display: flex;
                   font-family: "Lato Black", sans-serif;
                   flex-direction: column;
                   justify-content: space-between;
                   align-items: center;
                   text-decoration: none;
}



header .contenedor2 {
                   display: flex;
                   font-family: "Lato Black", sans-serif;
                   flex-direction: column;
                   justify-content: space-between;
                   align-items: center;
                   text-decoration: none;
                   list-style: none;
}
    
header nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    
header nav ul li{
        background-color: #ffe0af;
        color: #0c1cde;
        min-width: 5em;
        margin: 0.25em;
        padding: .120m 1em;
        margin-top: auto;
        font-size: 1.2em;
        font-weight: 500;
}
 
header nav ul li a{text-decoration: none;}




header .male1{
             display: block;
             margin: 0;
             padding-bottom: 0.7em;
             padding-top: 0.7em;
}



main{
    background-color:#ffffff;
    flex-grow: : 1;
}

#imgLogo{
    width: 25em;
    display: block;
    margin: auto;
    padding-bottom: 0.7em;
    padding-top: 0.7em;
    
}  

footer {
    background-color: #96fceb;
    margin-top: 3em;
}

footer p {
    color: #0c1cde;
    text-align: center;
    padding: 1.5em;
    margin: 0;
}



