@media screen and (max-width: 1100px) {
  .logoaicza {
    max-width: 230px;
    background-color: var(--grisobscuro);
  }
  .cajas {
    width: 70%;
  }
  .capacidad figure {
    width: 30%;
  }
  header {
    position: relative;
  }
  nav {
    width: 100%;
    top: 100%;
    left: -100%;
    display: block;
    position: absolute;
    z-index: 999999;
    background-color: var(--grisobscuro);
    transition: all 0.5s;
  }
  nav.abrir {
    left: 0;
  }
  nav ul {
    z-index: 9000;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  nav ul li {
    padding: 15px;
    width: 100%;
    border-bottom: 1px white dotted;
  }
  nav ul li:last-child {
    border-bottom: 0;
  }
  nav ul li a {
    color: white;
  }
  .contenedor_idiomas {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
  }
  #btn_menu {
    display: flex;
    font-size: 22px;
    border-radius: 10px;
    border: 2px #333 solid;
    margin: 16px;
    padding: 8px;
  }
}
@media screen and (max-width: 950px) {
  .contenedormapa {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .zonas {
    width: 90%;
  }
  .fotozonas {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  #conectividad {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .infoconectividad {
    max-width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .logoaicza {
    max-width: 210px;
  }
  .cajas {
    width: 100%;
  }
  .capacidad figure {
    width: 100%;
    height: 350px;
    background-position-y: -100px;
  }
  .capacidad {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .capacidad2 figure {
    width: 100%;
    min-height: 250px;
    background-position-y: -100px;
  }
  .capacidad2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .capacidad3 figure {
    width: 100%;
    min-height: 250px;
    background-position-y: -100px;
  }
  .capacidad3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 720px) {
  #elementos_formulario form {
    width: 100%;
  }
  #elementos_formulario select,
  #elementos_formulario textarea,
  #elementos_formulario button {
    width: 100%;
    font-size: 16px;
  }
  #elementos_formulario button {
    border: 0px !important;
  }
  #elementos_formulario input {
    width: 100%;
    font-size: 16px;
  }
  .infraestructura {
    flex-direction: column;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .infoestructura {
    width: 100%;
  }
  .contenedoroperaciones {
    width: 100%;
  }
  .ubicacion div {
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #mapa {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .capacidad figure {
    height: 300px;
    background-position-y: 0px;
  }
  .cajas {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .contenedor_beige {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .logoaicza {
    max-width: 190px;
  }
  .logociclo {
    width: 80px;
  }
  .textoslide {
    margin-top: 20px;
  }
  .zonas {
    width: 100%;
  }
  .fotozonas {
    width: 95%;
  }
  .contenedor_aeronautica2 article {
    max-width: 280px;
  }
}
@media screen and (max-width: 414px) {
  .cerrarmodal {
    margin-top: 5px;
    margin-right: 5px;
    font-size: 18px;
  }
  /* CSS PARA SLIDE DE FOTOS MOVIL */
  .callbacks_container {
    position: relative;
  }
  .callbacks .caption {
    position: static;
    left: 0px;
    padding: 10px 20px;
  }
  .callbacks_nav {
    top: 57%;
  }
  .contenidomodal {
    padding: 0;
  }
}
