@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: ;
}

main {
  box-shadow: 0.3rem 0rem 0.08rem;    
}

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

h3 {
    font-weight: 300;
    font-size: 0.9rem;
    text-align: center;
    margin-top: -1rem;
    padding: 0.5rem;
}


.social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;

}

article img {
    width: auto;
    height: 3rem;
 
    column-count: 3;
   
}


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 {
    margin-top: 6rem;
}

form {
    width: 450px;
    margin: auto;
    background: #C1DCDC;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 1.rem;
    border-radius: 7px;
}

h2 {
    color: #087C91;
    text-align: center;
    margin: 0;
    font-size: 1.rem; 
    margin-bottom: 1rem;
}

input, textarea {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.9rem;
    box-sizing: border-box;    
    font-size: 0.9rem;
    border: none;
    border-radius: 0.7rem;
}

textarea {
   min-height: 100px;
   max-height: 200px;    
   max-width: 100%;    
}

#boton {
    background:#087C91;
    color: white;
    padding: 1.rem;
}

#boton:hover {
    cursor: pointer;
}

@media (max-width:480px){
    form {
        width: 100%;
    }
}

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

.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;
}


