@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap");

/* CSS */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1;
  /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: InterVariable, sans-serif;
  }
}

body .logo {
  width: 80%;
}

/*.is-fullhd {
  border: 1px solid red;
}*/

.banner-home {
  width: 100%;
  margin: 0 auto;
}

.redes-sociales {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 40em) {
  .redes-sociales {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pad-header {
    padding-top: 10px;
  }
}

.nosotros {
  color: #eef11f;
  font-size: 1.4em;
}

.importante {
  margin: 8px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.marquesina {
  background-color: white;
  color: black;
  margin-top: 5px;
}

.marquesina a {
  color: black;
}

.buscar-header {
  background-color: darkgray;
  margin: 100x;
}

.form-buscar {
  margin-top: 3px;
}

.buscar-header .boton-buscar {
  background-image: url("../img/search-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  float: left;
}

.caja-texto-buscar {
  width: 85%;
  height: 30px;
  float: left;
  margin: 2px;
  border: 0 none;
  cursor: pointer;
}

.icono-persona {
  margin-right: 10px;
  margin-top: 25px;
}

.columns .servicios {
  padding: 0 0.75em;
}

.card-servicios columns {
  padding: 0.75em 0;
}

.article-novedades img {
  height: 228px;
  width: 100%;
}

@media screen and (max-width: 40em) {
  .icono-persona {
    margin-top: 12px;
    margin-right: 0;
  }

  .buscar-header {
    display: none;
  }
}

.col-header {
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);

}

.footer {
  background-color: black;
}

.logo-footer {
  padding-top: 30px;
}

.logo-santafe {
  width: 130px;
  margin: 0 20px;
}

.pin {
  width: 10px;
}

.copy-footer {
  font-size: .8em;
  margin-bottom: 15px;
}

.col-footer {
  position: relative;
  background-color: #f0f0f0;
  border-top: 1px solid #ccc;
  color: #444;
}

.logo-footer {
  width: 200px;
}

.info-footer {
  font-size: 0.9em;
}

.bg-footer {
  background: #2e55fa;
}

.menu_desktop {
  margin: 0 auto;
  max-width: 90%;
}

@media (max-width: 715px) {
  .menu_desktop {
    margin: 0px 0 0 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #191919;
  }
}

.menu_desktop ul {
  margin: 0 auto;
  width: 600px;
  list-style: none;
}

@media (max-width: 715px) {
  .menu_desktop ul {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
    z-index: 15;
  }
}

.menu_desktop ul li {
  float: left;
  position: relative;
  z-index: 1;
  /******************
      SUBNAV
      ******************/
}

@media (max-width: 715px) {
  .menu_desktop ul li {
    float: none;
    position: relative;
    margin: 0;
  }
}

.menu_desktop ul>li>a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  /*color: #ffffff;*/
  color: var(--color-primario);
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  /*font-family: sans-serif;*/
}

.menu_desktop ul>li>a:hover {
  /*background: #098ed8;*/
  background: var(--color-primario);
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu_desktop ul li ul.sub-menu li a {
  background: #fff;
  color: var(--color-primario);
}

.menu_desktop ul li ul.sub-menu li a:hover {
  background: #f0f0f0;
  color: #ff7402;
}

@media (max-width: 715px) {
  .menu_desktop ul li a {
    display: table;
    margin: 0;
    padding: 15px 2px;
    background: #494963;
    color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
    box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
    text-shadow: none;
    width: 100%;
  }
}

.nav ul li:hover ul {
  opacity: 1;
  max-height: 1000px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 715px) {
  .menu_desktop ul li:hover ul {
    max-height: 0;
  }
}

.menu_desktop ul li ul {
  background: #494963;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 200px;
  max-height: 0;
  z-index: 0;
  opacity: 0;
  overflow: hidden;
  font-size: 0.9em;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 715px) {
  .menu_desktop ul li ul {
    max-height: 0;
    opacity: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
  }
}

.menu_desktop ul li ul li {
  float: none;
  margin: 0;
}

@media (max-width: 715px) {
  .menu_desktop ul li ul li {
    margin: 0;
  }
}

.menu_desktop ul li ul li a {
  display: block;
  text-align: left;
  padding: 6.66667px 16.66667px;
  margin: 0;
  border-right: none;
  border-top: 0;
  -webkit-box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
  box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.03);
  text-transform: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu_desktop ul li ul li a:hover {
  color: #494963;
  background: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 715px) {
  .menu_desktop ul li ul li a {
    color: white;
    padding-left: 20px;
    background: none;
  }
}

/***************************
  MOBILE.menu_desktop STYLES
  ***************************/
.mobile {
  display: none;
  margin: 0;
  padding: 20px 15px;
  position: absolute;
  color: white;
  text-decoration: none;
  top: 25px;
  right: 15px;
  line-height: 0;
}

@media (max-width: 715px) {
  .mobile {
    display: table;
  }
}

.active {
  max-height: 9000px !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 715px) {
  .arrow {
    display: block;
    background: url("../img/arrow.png") no-repeat;
    float: right;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 25px;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .arrow:hover {
    cursor: pointer;
  }

  .rotate {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

#menu-menu_principal a[href^="#"]::after {
  color: transparent;
  content: " ⬇";
  background-image: url("../img/icon-flecha-header.png");
  background-size: 14px;
  margin-left: 3px;
  background-position: center;
  background-repeat: no-repeat;
}

#menu-menu_principal a[href^="#"]::after:hover {
  background-image: url("../img/icono-menu-header-hover.png");
  margin-left: 5px;
}

@media screen and (max-width: 40em) {
  .nav .mobile img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .mi-menu {
    color: #000;

  }

  .menu_responsive #fecha {
    padding: 10px;
  }

  .menu_responsive li {
    margin: 5px 5px;
  }

  .menu_responsive a {
    font-size: 1.2em;
    text-transform: uppercase;
  }
}

/*@font-face {
  font-family: calibri;
  src: url(../fonts/calibri-regular.ttf);
}*/

/*@font-face {
  font-family: calibri;
  src: url(../fonts/calibri-bold.ttf);
  font-weight: bold;
}*/

:root {
  --color-primario: #494963;
  --color-secundario: #ff7402;
  --color-secundario-uno: #e6e6e6;
  --color-secundario-dos: #c6c4c4;
  --color-texto: #fff;
  --color-sombra: #ccc;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.outline {
  outline: 1px solid black;
}

.outline-g {
  outline: 1px solid green;
}

.outline-y {
  outline: 1px solid yellow;
}

.bg-red {
  background-color: red;
}

.bg-black {
  background-color: black;
}

.bg-green {
  background-color: green;
}

.bg-white {
  background-color: white;
}

.bg-darkgray {
  background-color: darkgray;
}

.right {
  text-align: right;
}

.lef {
  text-align: left;
}

.center {
  text-align: center;
}

.mar-top {
  margin-top: 25px;
}

.mar-bot {
  margin-bottom: 25px;
}

.pos-abs {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.margen-cell {
  margin-top: 5px;
  margin-bottom: 5px;
}

body {
  /*background-color: var(--color-primario);*/
  background-color: #fff;
  /*font-family: "calibri";*/
  font-family: Inter, sans-serif;
  font-size: 14px;
}

html,
body {
  margin: 0;
  /* Remove default margins */
  padding: 0;
  /* Remove default padding */
  height: auto;
  /* Let height be determined by content */
  min-height: 100%;
  /* Optional: ensure at least full viewport height */
}

html {
  /* background-color: #f0f0f0; */
}

.logo {
  width: 100%;
}

.menu-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu-header li {
  margin: 10px 10px;
}

.menu-header .icono-menu-header {
  width: 15px;
  margin: 0 5px;
}

.menu-header a {
  color: var(--color-texto);
}

.icono-redes-header {
  width: 25px;
}

.fecha-hora {
  font-size: 0.9em;
  padding-top: 8px;
}

.menu-redes-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu-redes-header li {
  margin: 3px;
}

.menu-redes-header .grados-header {
  font-size: 1.2em;
}

.menu-redes-header .icono-redes-header-facebook {
  width: 23px;
}

.menu-redes-header .icono-redes-header-nube {
  width: 50px;
}

.menu-tiempo-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
}

.menu-tiempo-header li {
  margin: 3px;
}

.menu-tiempo-header .icono-redes-header-nube {
  width: 50px;
}

.col-redes-header {
  margin: 0;
  padding: 5px;
}

.title-home {
  /*font-family: "Ubuntu", sans-serif;*/
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-primario);
}

.background-home {
  background-image: url("../img/img-home-top.jpg");
  background-size: cover;
  width: 100%;
}

.col-arribos {
  background: var(--color-primario);
  border-radius: 0 30px 0 0;
  margin-bottom: 0 !important;
}

.arribos {
  background: #fff;
  border-radius: 0 30px 30px;
  height: 300px;
  color: #000;
}

.bordes-arribos {
  border-radius: 0 25px 0 0;
  padding: 10px;
  background: var(--color-sombra);
  color: #000000;
  font-size: 1.4em;
  font-weight: bold;
}

.bordes-partidas {
  border-radius: 0 25px 0 0;
  padding: 10px;
  font-size: 1.4em;
  color: var(--color-texto);
}

.icon-arribos {
  width: 30px;
  vertical-align: middle;
  margin-left: 5px;
}

.encabezado-arribos {
  background: #000;
  font-size: 0.9em;
  padding: 5px;
  color: #fff;
}

.filas-arribos {
  font-size: 0.8em;
  font-weight: bold;
}

.filas-arribos span {
  font-size: 1em;
  font-weight: normal;
  vertical-align: text-bottom;
}

.estado-aterrizado {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 5px;
}

.estado-en-horario {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #9af080;
  margin-right: 5px;
}

.estado-atrazado {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e7e55f;
  margin-right: 5px;
}

.bordes-ampliar {
  border-radius: 0 0 25px 0;
  padding: 5px;
  margin: 5px 15px 0 0;
  background: var(--color-sombra);
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
}

.vuelos-destinos {
  background: var(--color-texto);
  border-radius: 25px 0 25px 0;
  padding: 10px;
}

.vuelos-destinos p {
  font-size: 1.4em;
  line-height: 1;
  margin: 10px 10px 0;
  color: var(--color-primario);
}

.vuelos-destinos:hover {
  background: var(--color-primario);
}

.vuelos-destinos:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.vuelos-destinos:hover p {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.icon-vuelos-y-destinos {
  width: 100px;
}

.menu-vuelos {
  font-size: 1.3em;
}

.menu-vuelos li {
  background: var(--color-texto);
  border-radius: 0 0 25px 0;
  margin: 15px 0;
  padding: 10px;
}

.menu-vuelos li:hover {
  background: var(--color-primario);
}

.menu-vuelos li:hover a {
  color: white;
}

.menu-vuelos a {
  color: var(--color-primario);
}

.article-novedades {
  overflow: hidden;
  background: #fff;
  color: #000;
}

.article-novedades img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-novedades h2 {
  /*font-family: "Ubuntu", sans-serif;*/
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
  color: var(--color-primario);
  padding: 5px 10px;
}

.article-novedades p {
  font-size: 1em;
  padding: 0 10px 5px 10px;
}

.margin-single {
  margin: 20px 22%;
}

.bg-single {
  background: var(--color-secundario-uno);
  color: #000;
  min-height: 70vh;
}

.imagen-single {
  text-align: center;
  margin-top: 20px;
}

.content .title-single,
.title-single {
  color: var(--color-primario);
  /*font-family: "Ubuntu", sans-serif;*/
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.content .subtitle-single,
.subtitle-single {
  color: var(--color-primario);
  /*font-family: "Ubuntu", sans-serif;*/
  font-size: 1.6em;
  font-weight: bold;
  margin: 20px 0;
}

.content .imagen-full,
.imagen-full {
  width: 100%;
  height: auto;
}

/* .content {
  margin: 20px;
} */

.content-breadcrumb {
  color: var(--color-texto);
  background: #b3aaaa;
  padding: 10px 0 5px 200px;
}

.content-breadcrumb ul li a {
  color: #000;
}

.title-contacto {
  font-size: 1.2em;
  font-weight: bold;
}

.subtitle-contacto {
  font-size: .8em;
  margin-bottom: 5px;
}

.redes-contacto {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 30px 0;
}

.redes-contacto img {
  width: 75px;
}

.info-contacto {
  font-size: .9em;
}

.imagen-historia {
  margin: 30px 50px;
}

.icons-redes {
  width: 40px;
}

.box-contacto {
  width: 100%;
  background: var(--color-primario);
  padding: 50px;
  border-radius: 25px;
  color: var(--color-texto);
}

.wpcf7-form {
  color: white;
}

button,
input,
optgroup,
select,
textarea {
  width: 95%;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: 50%;
  background: none;
  font-size: 2em;
  height: 50px;
  font-weight: 700;
  color: var(--color-texto);
  cursor: pointer;
  margin-left: 25%;
}

input {
  border-radius: 10px;
  border-style: none;
  height: 35px;
  margin: 5px;
  width: 95%;
}

.card-servicios {
  background: var(--color-primario);
  border-radius: 10px 10px;
  margin: 15px 10px;
  padding: 10px;
  color: var(--color-texto);
}

.icon-servicios {
  max-width: 100%;
}

.tilde-verde {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.3em;
}

.tilde-verde img {
  margin: 0 10px;
}

.dias-de-vuelo-info {
  padding: 5px 100px;
  font-size: 0.9em;
  text-align: center;
}

.esquina-header {
  width: 60px;
  position: absolute;
  top: -49px;
  right: 0;
}

.esquina-header-single {
  width: 60px;
  position: absolute;
  top: -36px;
  right: 0;
}

.esquina-footer {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.todas-las-noticias {
  /*font-family: "Ubuntu", sans-serif;*/
  font-size: 1.6em;
  color: var(--color-secundario);
}

.next.page-numbers,
.prev.page-numbers {
  font-size: 1.3em;
  color: var(--color-texto);
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-links {
  margin: 10px;
}

.page-numbers {
  font-size: 1.3em;
  color: white;
  background: #2e55fa;
  padding: 10px;
}

.page-numbers.current {
  margin: 10px;
  padding: 10px;
  background: #045e61;
  font-size: 1.5em;
  color: #84ee9f;
}

.va-container .tab-menu {
  display: grid;
  grid-template-columns: 200px 200px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #494963;
  border-radius: 0 50px 0 0px;
}

.va-container .tab-menu li a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}

.va-container .tab-menu li a.active {
  display: block;
  color: #363636;
  background-color: #fff;
  text-align: center;
  border-radius: 0 50px 0px 0;
}

.va-container .tab-menu li:first-child a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.va-container .tab-menu li:first-child a.active img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.va-container .tab-menu li:last-child a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.va-container .tab-menu li:last-child a.active img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.va-container {
  border-radius: 10px;
}

.va-container .tab-items div {
  display: none;
}

.va-container .tab-items div.active {
  display: block;
}

.va-container table {
  border-collapse: collapse;
  border-radius: 0 0 20px 20px;
}

.va-container .tab-items thead {
  background-color: #202020;
}

.va-container .tab-items thead th {
  color: #fff;
  padding: 0.5em 1em;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

.va-container .tab-items .ampliar {
  background-color: #ccc;
  color: #202020;
  padding: 10px;
  border: 0;
  border-radius: 0px 0 10px 0;
  font-weight: 500;
  font-size: 15px;
}

.menu_desktop {
  display: block;
}

.menu_responsive {
  display: none;
}

#responsive-form {
  margin: 10px;
  color: var(--color-texto);
}

@media screen and (max-width: 40em) {
  .margin-novedades {
    margin: 0 10px;
  }

  .menu_desktop {
    display: none;
  }

  li.menu-item-has-children {
    position: relative;
  }

  li.menu-item-has-children span.arrows {
    display: block;
    color: #fff;
    width: 32px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 50px;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  li.menu-item-has-children .sub-menu {
    display: none;
  }

  li.menu-item-has-children.active .sub-menu {
    display: block;
    padding-left: 10px;
  }

  .menu_responsive.active {
    display: block;
  }

  .menu_mobile a {
    color: #fff;
  }

  .menu_mobile {
    text-align: left;
    padding: 7px 10px;
    padding-left: 20px;
  }

  p#fecha {
    background-color: #4b4b4b;
    text-align: left;
    padding: 0 10px;
  }

  .pre_menu {
    text-align: left;
    padding-left: 20px;
  }

  .pre_menu a {
    color: #fff;
  }

  .fecha-hora {
    text-align: center;
  }

  .title-home {
    font-size: 1.6em;
    margin: 0 50px 25px 30px;
  }

  .background-home {
    padding: 1rem 5px !important;
  }

  .margin-single {
    margin: 20px 4%;
  }

  .title-single {
    width: 100%;
  }

  .tilde-verde {
    display: contents;
  }

  .logo {
    width: 100%;
    /*margin-top: 20px;
    margin-left: -140px;*/
  }

  .col-menu-secundario {
    padding: 0;
    display: -webkit-inline-box;
  }

  .menu-vuelos {
    font-size: 1em;
    padding: 0 10px 0 15px;
  }

  .menu-vuelos a {
    color: var(--color-primario);
  }

  .menu-vuelos a:hover {
    color: var(--color-texto);
  }

  .menu-vuelos li {
    background: var(--color-texto);
    width: 155px;
  }

  .col-tiempo-header {
    text-align: -webkit-center;
  }

  .icon-vuelos-y-destinos {
    width: 40px;
  }

  .vuelos-destinos {
    display: -webkit-inline-box;
  }

  .va-container #tab-items {
    overflow: scroll;
  }

  .content-breadcrumb {
    padding: 10px 0 5px 27px;
  }
}

.iconos-menu-facebook {
  width: 17px;
}

.iconos-menu-twitter {
  width: 32px;
}

.iconos-menu-instagram {
  width: 30px;
}

.iconos-menu-youtube {
  width: 38px;
}

.menu-redes-responsive {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu-redes-responsive li {
  margin: 10px;
}

.top-bar {
  font-size: 0.85rem;
  border-bottom: 1px solid #ddd;
}

/* Vuelos */

.tabs.is-toggle li.is-active a {
  background-color: var(--color-primario);
  border-color: var(--color-primario);
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle a {
  border-color: var(--color-primario);
  color: var(--color-primario);
}

.box.vuelos .media-content {
  line-height: 1;
}

.image.is-64x24 {
  width: 64px;
  height: 24px;
}

.icono-avion-arribos,
.icono-avion-partidas {
  color: var(--color-secundario);
}

/* .media-content {
  border-left: var(--color-primario) solid 1px;
} */

.media-left {
  border-right: var(--color-primario) solid 1px;
  padding-right: 1rem;
  margin-right: 0;
}

.media-content .content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1rem;
}

@media (max-width: 715px) {
  .box.vuelos .media-content {
    line-height: 1.2;
    overflow: hidden;
  }

  .media-left {
    max-width: 65px;
    border: none;
  }

  .media-content {
    border-left: var(--color-primario) solid 1px;
  }
}

.featured-image-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.featured-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.has-background-primary {
  background-color: var(--color-primario) !important;
}

.has-text-secondary {
  color: var(--color-secundario) !important;
}

.button.is-primary {
  background-color: var(--color-primario) !important;
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: var(--color-secundario) !important;
}

#map {
  /* background-image: url("../img/mapa-ubicacion.jpg"); */
  background-image: url("../img/mapa-ubicacion.png");
  background-size: cover;
  background-position: center;
  width: 100%;
}

@media (max-width: 715px) {
  #map {
    /* background-image: url("../img/mapa-ubicacion.jpg"); */
    background-image: url("../img/mapa-ubicacion-mobile.png");
  }
}