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

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




*/* BANNER */*

#banner .contenedor {
    margin-top; 5rem;
}



 h3 {

    
}




*/*BLOG */*

#blog a {
     position: absolute;
     text-align: center;
      }


#blog .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding: rem;
}

#blog article {
    margin: 0.rem;
  
    
}

#blog img {
    width: rem ;
    max-width:;
}

h4 {
    font-weight: 300;
    margin-top: -1rem;
    color: #7E7D7D;
}

#blog a {
    text-decoration: none;
    text-align: center;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem; 
    text-transform: uppercase;
    transform: translateX(-20%) translateY(-50%);    
}



h2 {
    font-size: 1.3rem;
    margin-top: rem;
    color: #087C91;
    font-weight: 500;
    padding: 
}

h3 {
    font-size: 1rem;
    margin-top: rem;
    color: black;
    font-weight: 400;
    padding:; 
    text-transform: uppercase;    
}

#ubi {
 position: relative;
 margin-top: 2.5rem;  
 padding: 0.6rem;
 color: black;
    
}

article h8 {
    background-color: #087C91;
    color: white;
    width: 100%;
    padding: 0.8rem;
    
}

#text  {
    box-shadow: 0rem 0rem 0.2rem; 
    padding: 0.5rem
}

main {
    padding: 0.8rem;
    text-align: 
}

#textim img{
   display: flex;
   justify-content: center;
    
}

section {
    margin-top: 0.5rem;
}

#texta  {
    text-align: center;
}

p {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    padding: 0.rem;
}



*/*FOOTER */*

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


