div.logodiv {
  width: 150px;
  height: 60px;
  /*line-height:60px;
    margin:0px auto;*/
  text-align: center;
}

div.logodiv img {
  vertical-align: middle;
  width:300%;
  height: 100%;
}
/* .img{
  margin:10px auto;
  border-radius:5px;
  border: 1px solid #999;
  padding:13px;
  width:220px;
  height:220px;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  background:url(../img/imagen.jpg);
  background-size: cover;
  }
.img img{
  max-width: 80%;
} */
@media screen and (max-width:450px) {
#logo-line-gratuita{
         display:none;
    }
#logo-mi-vuelo{
         width: 100%;
    }
#logo-att{
    text-align: right;

}
#main-header{
    background-image: none !important;
    /* background-image: url("https://mivuelo.att.gob.bo/assets/img/Logo ATT.png"); */
    /* opacity: 0.05; */
}
#div_mapa{
    padding: 50px;
    border-radius: 4px;
}
.botones, .boton_aeropuerto{
    width: 100%;
    /*border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;*/
  -webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}

}
.botones:hover {
        transform: scale(1.10);
        opacity: 0.70;
        -webkit-filter: brightness(0.75);

    }
.boton_aeropuerto:hover {
    transform: scale(1.10);
}
.botones, .boton_aeropuerto{
  border-radius: 4px;
  padding: 5px;
  -webkit-filter: drop-shadow(1px 1px 0 #93959b)
                  drop-shadow(-1px -1px 0 #93959b);
  filter: drop-shadow(1px 1px 0 #93959b) 
          drop-shadow(-1px -1px 0 #93959b);
}

#main-header {
    /*background: #FFF;*/
    background-image: url("https://mivuelo.att.gob.bo/assets/img/Barra Superior.png");
    background-size: 100% 100px;

    /*color: white;*/
    height: 90px;
}
#main-header a {
    color: white;
  }

/*
 * Logo
 */
#logo-header {
    float: left;
    padding: 15px 0 0 20px;
    text-decoration: none;
}
#logo-header:hover {
    color: #0b76a6;
}

#logo-header .site-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
}

#logo-header .site-desc {
    display: block;
    font-weight: 300;
    font-size: 0.8em;
    color: #999;
}


/*
 * Navegación
 */
nav {
  float: right;
}
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
  }

    nav ul li {
      display: inline-block;
      line-height: 80px;
    }

      nav ul li a {
        display: block;
        padding: 0 10px;
        text-decoration: none;
      }

        nav ul li a:hover {
          background: #0b76a6;
        }
/*Con estos estilos aplicaremos diseño al contenido:*/
#div_mapa{
    padding: 40px;
    border-radius: 10px;
}
  #map {
      height: 800px;
      width: 100%;
      padding: 30px;
      border-radius: 20px;
      border: 2px solid #14385c;
  }
