@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    
    body{
    background: #FFFFFA;
        justify-content: center;
    background-image: url("edificio.jpg" );
        background-size: 100% auto;
        background-repeat: no-repeat;
        max-width: 100vw;
        max-height: 100vh;       
        background-color: #F0F0F1;
}

label{
    font-family: monospace;
    padding:1rem;
 
}

input{
    margin: 0.4rem 1rem 1rem;
    width:94%;
    border-radius: 0.5em;
}

.coment{
    margin: 0.4rem 1rem 1rem;
      border-radius: 0.5em;
    width: 94%;
  
    
}
}
header{
    width:100%;
}
header nav{
    height: 100%;
    width: 80%;
    max-width: 280px;
    margin: 0;
    position: fixed;
    left: -100%;  
   background-color: cadetblue;
}
header nav ul{
    overflow: hidden;
    list-style: none;
    
}

header nav ul li{
    float: none;
    display: block;
    border-bottom: 1px solid rgba(255,255,255, .3);
    font-family: monospace;
    
}
header nav ul li span{
    margin-right: 10px;
}

header nav ul li a{
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 20px;
    
}
header nav ul li a:hover{
    background: #2C7873;
    width: 100%;
    
}

.menu{
    align-self: center;
    max-height: 1.5em;
    max-width: 1.5em;
    margin:auto;
    margin-left: 90%;
}

.menu_bar{
    display: block;
    width: 100%;
    background: cadetblue;
    color: white;
    padding: 5px;
    text-transform: uppercase;
  
    
}
.menu_bar .bt-menu{
    max-width:500px;
    padding: 0.22em;
    padding-right: 0.22em;
    color: white;
    text-decoration: none;
    font-family: monospace;
    font-weight: bold;
    font-size: 15pt;

    margin: 0 auto;
    
}
.menu_bar span{
   float: right;
    position: absolute; 
    right: 0.5em;;

    font-size: 15pt;
    
}



footer{
    margin-top: 25px;
    background-color: cadetblue; width: 360px; height: 50px;
    color: white;
    font-size: 8pt;
    margin: 0 auto;
    margin-top: 20px;
    padding: 2px;
    line-height: 12px;
    text-align: justify;
    width: 102%
}
h3{
    font-family: monospace;
   background-color: #093a35;
    color: white;
    padding: 0.3em;
    text-align: center;
}
img{
    padding:0 auto;
    margin: 23% 30%;
    margin-bottom: 1rem;
}

article {
    display: flex;
    flex:1;
    flex-direction: column;
    position: absolute;
    max-height: 60%;
    width: 100%;
    max-width: 100%;
    height: auto;
        background-color: #F0F0F1;

}
.mapa {
    width: 100%;
   display: flex;  
   
}
.lugar {
    font-family: 'Roboto Slab', serif;
    padding-bottom: 1em;
    text-align: center;
}
.telefono {
    font-size: 0.6em;
   
}

iframe {
  width: 100%;;
  height: 50%;;
}


@media (min-width: 320px) {

  iframe {
    width: 100%;
    height: 70%;
  } 

}


@media (min-width: 768px) {

iframe {
    width: 500%;
    height: 350%;
  } 

}

        footer{
    display: flex;
    background-color: cadetblue;
    color: white;
    padding: 0.8em;
   max-width: 100%;
    align-content: center;
    font-size: 0.7em;
    font-family: 'Roboto Slab', serif;
    justify-content: center;
    margin-top: 3em;
    bottom:0;
}

