@import url('https://fonts.googleapis.com/css?family=Roboto');

@import url('https://fonts.googleapis.com/css?family=Roboto:300');

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

html {
    background-color: #E0E0E0;
    font-size: 62,5%;
    margin: ;
}



body {
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    padding:;
    }

header {
    width: 100%;
    height: 3.2rem;
    background: #087C91;
    color: white;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    
}

.contenedor {
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

h1 {
    display: flex;
    justify-content: flex-start;
    margin-left: 0.2rem;
}


header .contenedor {
    display: table;
}


#menu-bar {
   display: none;
   justify-content: space-between;
}

header label {
    display: flex;
    justify-content: flex-end;
    align-items:flex-end;
    margin-top:-2.5rem; 
    max-height:100%;
    width:100%;
    cursor: pointer;
}

.menu {
    position: absolute;
    top: 3.1rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #087C91;
    transition: all 0.5s;
    transform: translateX(-100%);
}

.menu a {
    display: block;
    color: white;
    height: 3rem;
    text-decoration: none;
    padding: 1rem;
    border-bottom: 1px solid lightgrey;
    font-size: 0.8rem;
}

.menu a:hover {
    background: lightgrey;
    color: #087C91;
} 

#menu-bar:checked ~ .menu {
    transform: translateX(0%);
    
}

main img {
    display: block;
    flex-direction: row;
    align-content: center;
    margin-top: 5rem;
    margin-bottom: 2rem;
    width: 100%;

}

main h2 {
    color:#087C91;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin: 1.2rem;
    background:#087C91;
    color: white;
    padding: 0.5rem;
    margin-top: 2rem;
    margin-left: 7rem;
    margin-right: 7rem;
    border-radius: 4rem;
    
}

main form {
    color: #087C91;
    font-size: 1rem;
    text-align: center;
    margin: 1.2rem;
    
}

main p {
    font-weight: 300;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 0.3rem;
}

#boton {
    background:#087C91;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 4rem;
    box-shadow: 0.1rem 0.1rem 0.1rem;
    margin: auto;
	display: block;
    text-decoration: none;


}

#boton:hover {
    cursor: pointer;
    background: acqua;
}

section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
    height: auto;
}


.contenedor .infou {     
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    background #E6E3E5;
    margin-left: center;
    align-items: flex-end;
    text-decoration: none;
        
    
}

.descrip  h5  {
    font-size: 0.7rem;
    font-weight: 300;
    text-decoration: none;
    }

.descrip {
    font-size: 0.5rem;
    margin-top: 0rem;
    color: black;
    padding: 0.6rem; 
    align-items: flex-end;
    justify-content: flex-end; 
    text-decoration: none;

 }

.descrip img {
    width: auto;
    height: 40px;
    position:absolute absolute:;
    margin-left: 
   }

a {
    text-decoration: none;
    font-size: 0.5rem;
    margin-top: 0rem;
    color: black;    
}

a h5:hover {
    color: #087C91;
    font-weight: 700;
}


