* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --grisobscuro: #282828;
  --dorado: #d9b372;
  --azul: #34c4ff;
  --azulfuerte: #191c25;
  --beige: #f5f4ef;
}
body {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.fondoazul {
  background-color: var(--azulfuerte);
}
.fondodorado {
  background-color: var(--dorado);
}
.fondocafe {
  background-color: #b8a875;
}
.fondobeige {
  background-color: var(--beige);
}
.ancho {
  max-width: 1300px;
  margin: auto;
  /* border: 1px red solid; */
}
.slidefoto {
  background-image: url(../imagenes/fondo_slide.jpg);
  background-size: cover;
  object-fit: cover;
  height: 650px;
}
header {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contenedor_idiomas {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  padding-right: 10px;
}
.contenedor_idiomas img {
  margin-left: 10px;
}
#btn_menu {
  display: none;
}
.logoaicza {
  max-width: 280px;
  background-color: var(--grisobscuro);
}
.logoaicza img {
  width: 100%;
}
nav {
  flex-grow: 1;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
}
nav ul li {
  text-align: center;
}
nav ul li a {
  font-weight: 600;
  text-decoration: none;
  color: var(--grisobscuro);
  transition: all 0.5s;
}
nav ul li a:hover {
  color: var(--dorado);
}
.solicita:hover {
  display: inline-block;
  background-color: var(--grisobscuro);
  color: white;
  transition: all 0.5s;
}
.textoslide {
  margin-top: 50px;
  padding: 15px;
}
.titulo1 {
  font-size: 45px;
  color: white;
  font-weight: 600;
  line-height: 50px;
  max-width: 450px;
  text-shadow: 3px 3px 10px #000;
  letter-spacing: 1px;
}
.subtitulo1 {
  text-shadow: 3px 3px 10px #000;
  font-size: 25px;
  color: var(--dorado);
  font-weight: 600;
}
.titulo2 {
  font-size: 32px;
  color: var(--grisobscuro);
  font-weight: 600;
  line-height: 30px;
}
.subtitulo2 {
  font-size: 20px;
  color: var(--dorado);
  font-weight: 600;
  margin-top: 10px;
}
.linea {
  height: 10px;
  width: 150px;
  border: 0;
  margin-top: 20px;
  background-color: var(--dorado);
}
.ciclo {
  text-align: right;
}
.ciclo img {
  width: 100px;
  margin-right: 15px;
}
/* slide chico */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 0;
  /* filter: brightness(0.5); */
}
/* CSS PARA SLIDE CON FLECHAS */

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}
.caption a {
  display: block;
  padding: 10px 30px;
  color: white;
  border: 40px;
  text-decoration: none;
}
.callbacks .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 70%;
  transform: translate(50%, 15%);
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  /* background: #000;
  background: rgba(0, 0, 0, 0.8); */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 10px;
  margin: 0;
  max-width: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../imagenes/flechas.gif") no-repeat left top;
  margin-top: -45px;
}
.callbacks_nav:active {
  opacity: 1;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#fotosslide {
  margin-top: 15px;
  max-width: 700px !important;
}
#conectividad {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.infoconectividad {
  max-width: 550px;
  padding: 15px;
}
.infoconectividad ul li {
  list-style: none;
  line-height: 40px;
  font-weight: 800;
}
.check {
  color: var(--azul);
  margin-right: 10px;
}
.contenedor_caracteristicas {
  color: white;
  padding: 15px;
  text-align: center;
}
.contenedor_caracteristicas h2 {
  padding: 20px 0px;
  font-size: 32px;
  font-weight: 400;
}
.contenedor_caracteristicas h3 {
  font-weight: 700;
}
.caracteristicas {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
}
.caracteristicas article {
  max-width: 270px;
  margin: 10px 5px;
}
.caracteristicas p {
  margin-top: 20px;
}
.hruno {
  width: 150px;
  height: 10px;
  border: 0;
  margin-top: 30px;
}
.hrdos {
  width: 150px;
  height: 10px;
  border: 0;
  margin: auto;
}
.btn_dorado {
  display: inline-block;
  background-color: var(--dorado);
  color: var(--grisobscuro);
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s;
  border: 0px;
}
.btn_dorado:hover {
  color: white;
  background-color: var(--grisobscuro);
}
.btn_modal {
  margin-top: 10px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 60px;
  background-color: white;
  color: var(--grisobscuro);
  text-decoration: none;
  transition: all 0.5s;
}
.btn_modal:hover {
  color: white;
  background-color: var(--grisobscuro);
}
.btn_blanco {
  display: inline-block;
  text-decoration: none;
  background-color: white;
  color: var(--grisobscuro);
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s;
}
.btn_blanco:hover {
  color: white;
  background-color: var(--grisobscuro);
}
#video {
  margin-top: 10px;
  width: 100%;
}
#contenedoryoutube {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /*nos da la proporcion de 16X9*/
  position: relative;
}
#contenedoryoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* modeal */
.mascara {
  display: none;
  position: fixed;
  z-index: 10;
  padding: 100px 10px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%vh;
  overflow: auto;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}
.contenidomodal {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 900px;
}
.estructuramodal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cerrarmodal {
  cursor: pointer;
  color: red;
  font-size: 26px;
  transition: all 0.5s;
}
.cerrarmodal:hover {
  color: #000000;
}
.capacidad {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.capacidad figure {
  width: 50%;
  background-image: url(../imagenes/foto_fachada.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}
.capacidad figure img {
  width: 100%;
}
.capacidad2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.capacidad2 figure {
  width: 50%;
  min-height: 400px;
  background-image: url(../imagenes/foto_fachada2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
}
.capacidad2 figure img {
  width: 100%;
  min-height: 400px;
}
.capacidad3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.capacidad3 figure {
  width: 50%;
  min-height: 400px;
  background-image: url(../imagenes/fotoaerea_mro.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
}
.capacidad3 figure img {
  width: 100%;
  min-height: 400px;
}
.cajas {
  width: 50%;
  background-color: var(--beige);
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.contenedor_beige {
  width: 40%;
  min-height: 200px;
  padding: 15px;
  background-color: white;
  border-radius: 20px;
  text-align: center;
  margin: 10px;
}
.contenedor_beige h2 {
  font-size: 18px;
}
.contenedor_beige p {
  font-size: 14px;
  padding-top: 10px;
  color: #888790;
}
.infraestructura {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: ;
  color: white;
}
.infoestructura {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding: 16px;
}
.infoestructura h2 {
  padding: 20px 0px 0px 0px;
  font-size: 32px;
  font-weight: 400;
}
.contenedoroperaciones {
  width: 50%;
}
.infoestructura article {
  padding: 20px;
}
.opciones {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.opciones article {
  padding: 10px;
  margin: 10px;
  max-width: 270px;
  min-height: 200px;
  border: 1px white solid;
  text-align: center;
  padding-top: 30px;
  border-radius: 20px;
}
.opciones article h3 {
  padding-bottom: 20px;
}
.banners {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
}
#uno {
  background-image: url(../imagenes/banner1.jpg);
  border-radius: 15px;
}
#dos {
  background-image: url(../imagenes/banner2.jpg);
  border-radius: 15px;
}
#tres {
  background-image: url(../imagenes/banner3.jpg);
  border-radius: 15px;
}
.banners article {
  position: relative;
  color: white;
  background-size: cover;
  object-fit: cover;
  max-width: 430px;
  height: 260px;
  padding: 20px 15px;
  display: flex;
  margin: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banners h3 {
  max-width: 300px;
  text-align: center;
  padding: 0px 15px;
  font-size: 25px;
  font-weight: 600;
}
.banners a {
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.ubicacion div {
  padding: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin-bottom: 12px;
}
.ubicacion article {
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.titulocafe {
  text-align: center;
  padding: 15px;
  font-size: 18px;
  color: var(--dorado);
  font-weight: 600;
}
.iconosubicacion {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iconosubicacion a {
  display: block;
  text-decoration: none;
  color: var(--grisobscuro);
}
.iconosubicacion i {
  padding: 10px;
  font-size: 20px;
}
.lineadelgada {
  background-color: var(--dorado);
  border: 0;
  width: 1px;
}
.gris {
  color: #999;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.iconofooter {
  width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.iconofooter a {
  font-size: 20px;
  text-decoration: none;
  color: white;
}
footer {
  border-top: 20px var(--dorado) solid;
  padding: 15px;
  color: white;
  background-color: var(--grisobscuro);
}
footer div {
  background-image: url(../imagenes/footer-bg.png);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer h3 {
  font-size: 13px;
  text-align: center;
}
footer span {
  color: var(--dorado);
}
.ir-arriba {
  color: var(--dorado);
  position: fixed;
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px #6b6b6b);
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transition: all 0.5s;
}
.tel {
  position: fixed;
  top: 45%;
  right: -30px;
  z-index: 99;
  background-color: white;
  padding: 10px 30px;
  width: 100px;
  text-align: left;
  border-radius: 60px 0px 0px 60px;
  transition: all 0.5s;
  color: var(--dorado);
  box-shadow: 0px 0px 5px #ccc;
}
.tel:hover {
  right: -0px;
}
.tel i {
  font-size: 30px;
}
.cajatexto {
  border-radius: 15px;
  overflow: hidden;
}
.contenedor_foto_titulo {
  position: relative;
  min-height: 200px;
}
.contenedor_foto_titulo figcaption {
  font-size: 20px;
  line-height: 32px;
}
.contenedor_foto_titulo figure img {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
.contenedor_foto_titulo figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.contenedor_foto_titulo hr {
  margin: auto;
  margin-top: 20px;
}
.blanco {
  color: white;
}
.margen {
  padding: 10px;
}
.foto1_informacion img {
  width: 100%;
}
.negritas {
  font-weight: 600;
}
.contenedor_aeronautica {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.contenedor_aeronautica article {
  border: 2px var(--dorado) solid;
  padding: 10px;
  width: 500px;
  border-radius: 12px;
}
.contenedor_aeronautica article h3 {
  text-align: center;
}
.contenedor_aeronautica article img {
  width: 90px;
}
.contenedor_aeronautica2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.contenedor_aeronautica2 article {
  border: 2px var(--dorado) solid;
  padding: 10px;
  max-width: 200px;
  border-radius: 12px;
  text-align: center;
}
.contenedor_aeronautica2 article figure {
  max-width: 400px;
}
.contenedor_aeronautica2 article h3 {
  text-align: center;
}
.contenedor_aeronautica2 article img {
  width: 100%;
  display: block;
}

.centrar {
  text-align: center;
}
.listas {
  margin-left: 30px;
}
.listas_sin {
  list-style: none;
  margin-left: 30px;
}
.listas_sin li {
  margin-bottom: 10px;
}
.margen2 {
  padding: 20px;
}
.tabla1 {
  max-width: 500px;
  border: 1px var(--azulfuerte) solid;
  border-spacing: 5px;
}
.tabla1 th {
  background-color: var(--azulfuerte);
  color: white;
  padding: 10px;
}
.tabla1 td {
  padding: 10px;
}
.fondoblanco {
  background-color: white;
}
.dorado {
  color: var(--dorado);
}
.contorno {
  border: 1px solid var(--azulfuerte);
}
.contenedormapa {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.zonas {
  width: 45%;
}
.fotozonas {
  width: 45%;
}
.foto_turisticos {
  max-width: 400px;
}
.foto_turisticos img {
  width: 100%;
}
.quitarvinetas {
  list-style: none;
}
/* formulario */
#formulario {
  padding: 20px;
}
.elem_form {
  margin-bottom: 10px;
}
#elementos_formulario h2 {
  padding-bottom: 20px;
  line-height: 30px;
}
#elementos_formulario input {
  border-radius: 5px;
  border: 1px #d3d3d3 solid;
  padding: 10px;
  width: 95%;
  font-size: 16px;
}
#elementos_formulario {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#elementos_formulario form {
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  font-size: 16px;
  width: 600px;
}
#elementos_formulario #foto_contactanos {
  max-width: 500px;
  object-fit: cover;
}
#elementos_formulario select {
  border-radius: 5px;
  border: 1px #d3d3d3 solid;
  padding-left: 10px;
  height: 35px;
  width: 95%;
  color: var(--negro);
  margin-bottom: 10px;
  font-size: 16px;
  background-color: white;
}
#elementos_formulario textarea {
  font-family: sintony;
  border-radius: 5px;
  resize: none;
  border: 1px #d3d3d3 solid;
  background-color: white;
  padding: 10px;
  width: 95%;
  height: 150px;
  font-size: 15px;
}
#elementos_formulario button {
  width: 95%;
  padding: 10px;
  cursor: pointer;
}
#codigo {
  color: var(--rojo);
  font-weight: bold;
}
#seguridad {
  padding: 10px 5px 0px 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
#seguridad img {
  display: inline-block;
}
#seguridad #security_code {
  max-width: 80px;
}
.contenedor_logos_abajo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 90%;
}
.contenedor_logos_abajo figure {
}
.logociclo {
  width: 100px;
}
