body {
  font-family: "Lato", sans-serif;
  /*background-color: #FFFFFF!important;*/
  /*color: #000!important;*/
  background: #000000 !important;
  color: #fff !important;
}

#docExpired {
  color: #000 !important;
}
.scroll-vertical {
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}

.indicadores {
  width: 22rem;
}
.linea-vertical {
  height: 2px;
  background: #cd171a;
}
.lt2 {
  font-size: 14px !important;
}
.nder {
  position: absolute;
  top: 0;
  left: 0;
}

/*COLOR PARA LOS MENSAJES DE ERROR AL LLENAR LOS FORMULARIOS*/
.has-error {
  border: solid 1px #ff0000;
}
.my-error-class {
  color: red;
}

.invalid-tooltip {
  top: 0 !important;
}

.img-logo {
  width: 200px;
  height: 30px;
}

a:link {
  text-decoration: none;
}

.mouse:hover {
  cursor: pointer;
}
.nav-tabs {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #cd171a !important;
}
.nav-tabs .nav-link:hover {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  border: 1px solid #cd171a !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  color: #ffffff !important;
  background-color: #cd171a !important;
  border-color: #cd171a #cd171a #fff !important;
}

/*COLORES DE FONDO*/
.bg-avior {
  /* background: #C71518; */
  background: #000;
  /* background: #000000; */
}

.bg-azul {
  background: #203973;
}

.bg-footer {
  background: #000;
}

.enlace-b9 {
  color: #eca61d;
}
.enlace-b9:hover {
  color: #eca61d;
}

.menu-icon {
  position: absolute;
  right: 5px;
}

/*ICONOS DE LAS TABLAS*/
.ticon {
  color: #3d5afe;
}
.ticon:hover {
  cursor: pointer;
  color: #0d47a1;
}

/*  PRODUCTOS   */
.products-card {
  width: 25rem !important;
  /*height: 670px!important;*/
  background: #ffffff !important;
}
.products-img-card {
  width: 100%;
  height: 12em;
}

.coverflow__figure__3bk_C {
  box-shadow: 0 6.25px 8.75px rgba(0, 0, 0, 0.1) !important;
}

/*  FOOTER  */
.icon-size {
  width: 35px;
  height: 35px;
}

.iconos-enlace {
  width: 35px;
  height: 35px;
}
.contenedor-a {
  position: relative;
  width: 35px;
  height: 35px;

  float: left;
  margin-left: 5px;
}

.contenedor-a img {
  position: absolute;
  left: 0;
  transition: opacity 0.1s ease-in-out;
}

.contenedor-a img.top:hover {
  opacity: 0;
}

/*COLORES*/
/*----------------------------------------------*/
.color-avior {
  /*color: #C71518;*/
  color: #cd171a;
}

.color-gris {
  color: #f4f3f3;
}
.color-gris2 {
  color: #575756;
}

.color-azul {
  color: #203973;
}

.color-footer {
  color: #303030;
}

/*----------------------------------------------*/

.redes-sociales {
  color: #ffffff;
}
.redes-sociales:hover {
  color: #f4f3f3;
}

/*ENLACES*/

.enlace1 {
  color: #000000;
}
.enlace1:hover {
  color: #cd171a;
  cursor: pointer;
  text-decoration: none;
}

.enlace2 {
  /*ENLACE PARA BOTONES CON BORDES CUADRADOS*/
  background: #575756;
  border-radius: 0px;
}
.enlace2:hover {
  background: #203973;
}

.enlace3 {
  background: #c71518;
}
.enlace3:hover {
  background: #203973;
}

.enlace4 {
  /*ENLACE PARA BOTONES CON BORDES CUADRADOS*/
  background: #203973;
  border-radius: 0px;
}
.enlace4:hover {
  background: #575756;
}

/*FIN ENLACES*/
/*===============================*/

/*MENU DEL SITIO WEB*/
.opciones-menu {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: #ffffff;
}

.opciones-menu:hover {
  /* font-size: 19px; */
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.activa {
  /* font-size: 19px; */
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}

.viaje-info {
  border-bottom: 1px solid #000;
}

/*====================================================================*/
.carrusel-img {
  height: 92vh;
  width: 98vm;
}

.nosotros-img {
  height: 50vh;
  width: 100%;
}

/* ------------ CONTACTO ------------*/
.img-contacto {
  background-image: url("../img/site/fondo contactos-21.jpg");
  height: 40%;
}
/*------------ FIN CONTACTO ------------*/

/* ------------ BOTON LLENAR FORMULARIO ------------*/
.btn-llenar-formulario {
  -moz-box-shadow: inset 0px -1px 0px 1px #c9c9c9;
  -webkit-box-shadow: inset 0px -1px 0px 1px #c9c9c9;
  box-shadow: inset 0px -1px 0px 0px #c9c9c9;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 31px;
  text-decoration: none;
}
.btn-llenar-formulario:hover {
  /*background-color:#C71518;*/
  background-color: #ffffff;
  -moz-box-shadow: inset 0px 0px 3px 1px #c71518;
  -webkit-box-shadow: inset 0px 0px 3px 1px #c71518;
  box-shadow: inset 0px 0px 3px 1px #c71518;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-llenar-formulario:active {
  position: relative;
  top: 1px;
}
/* ------------ FIN BOTON LLENAR FORMULARIO ------------*/

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000000;
  background-color: #f4f3f3;
  border-color: #ddd #ddd #f4f3f3;
}

/*RADIO BUTTON PERSONALIZAD*/
/*============================================================================*/
.contenedor-radio {
  display: block;
  position: relative;
  padding-left: 20px;
  /*margin-bottom: 12px;*/
  margin-right: 10px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.contenedor-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #c71518;
}

/* On mouse-over, add a grey background color */
.contenedor-radio:hover input ~ .checkmark {
  background-color: #303030;
}

/* When the radio button is checked, add a blue background */
.contenedor-radio input:checked ~ .checkmark {
  background-color: #c71518;
  border: 3px solid #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.contenedor-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.contenedor-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  /*background: white;*/
}
/*============================================================*/

/*====================================*/
/*CHECK BOX PERSONALIZADO*/

.contenedor-check {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 52px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.contenedor-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #cd171a;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contenedor-check:hover input ~ .checkmark2 {
  background-color: #cd171a;
}

/* When the checkbox is checked, add a blue background */
.contenedor-check input:checked ~ .checkmark2 {
  background-color: #cd171a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contenedor-check input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.contenedor-check .checkmark2:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*====================================*/

/*IMAGEN DE PUBLICIDAD*/
.img-publicidad {
  width: 100%;
  height: 100%;
}

.Sombra {
  -webkit-box-shadow: 4px 6px 20px -7px rgba(19, 16, 13, 0.5);
  -moz-box-shadow: 4px 6px 20px -7px rgba(19, 16, 13, 0.5);
  box-shadow: 4px 6px 20px -7px rgba(19, 16, 13, 0.5);
}

.Sombra-2 {
  -webkit-box-shadow: 1px 3px 20px -7px rgba(19, 16, 13, 0.5);
  -moz-box-shadow: 1px 3px 20px -7px rgba(19, 16, 13, 0.5);
  box-shadow: 1px 3px 20px -7px rgba(19, 16, 13, 0.5);
}

.Sombra-Menu {
  -webkit-box-shadow: 0px 4px 15px -2px rgba(19, 16, 13, 0.6);
  -moz-box-shadow: 0px 4px 15px -2px rgba(19, 16, 13, 0.6);
  box-shadow: 0px 4px 15px -2px rgba(19, 16, 13, 0.6);
}

/*IMAGEN REDONDA*/
.img-redonda {
  /* cambia estos dos valores para definir el tamaño de tu círculo */
  width: 100%;
  /* los siguientes valores son independientes del tamaño del círculo */
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  background-size: 100% auto;
}
.img-redonda-2 {
  /* cambia estos dos valores para definir el tamaño de tu círculo */
  height: 7em;
  width: 7em;
  /* los siguientes valores son independientes del tamaño del círculo */
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  background-size: 100% auto;
}

/*=====================================================================================================================*/
/*PARA EL MENU SUPERIOR*/

.borde-redondo {
  /* cambia estos dos valores para definir el tamaño de tu círculo */
  height: 2em;
  width: 2em;
  /* los siguientes valores son independientes del tamaño del círculo */
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  background-size: 100% auto;
}

.borde-redondo2 {
  /* cambia estos dos valores para definir el tamaño de tu círculo */
  height: 2.8em;
  width: 2.8em;
  /* los siguientes valores son independientes del tamaño del círculo */
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  background-size: 100% auto;
}

.button-badge {
  background-color: #ffffff;
  height: 2.5em;
  width: 2.5em;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  transition: all ease 0.4s;

  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.button-badge:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.badge {
  /* height: 0.2em;
    width: 0.2em;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: .8em;*/
  background: #d2312d;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  height: 18px;
  padding: 3px 5px 3px 5px;
  position: absolute;
  right: -8px;
  top: -3px;
  border-radius: 100%;
}
.dropdown-menu {
  padding: 0px 0px;
}
.menuxyz:hover {
  color: yellow;
}
/*Separador vertical*/
.separador {
  border-left: 5px solid #000;
  width: 2px;
  height: 100%;
}

/*FIN MENU SUPERIOR*/
/*=====================================================================================================================*/

/*IMG BENEFICIOS DE FONDO SUPERIOR*/

/*=========== FONDO SECCION BENEFICIOS ===========*/
.fondo-seccion-beneficios {
  background-image: url("../img/site/avion beneficios-44.png");
  background-color: #575756;
  width: 100%;
}

/*=========== FIN FONDO SECCION BENEFICIOS ===========*/

/*===================== TIME LAPSE ===================*/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 26px;
  width: 9px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #303030;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
/*===================== FIN TIME LAPSE ===================*/

/*PARA QUE LA VISTA NO TENGA SCROLL HORIZONTAL*/
.no-scroll {
  overflow-x: hidden;
}

/*CONTENEDOR IMAGENES*/

.contenedor-img-150x150 {
  width: 150px;
  height: 150px;
  /* border: 1px solid #303030;*/
}

.contenedor-img-500x200 {
  width: 500px;
  height: 200px;
  /* border: 1px solid #303030;*/
}

.margen-I {
  margin-left: -59px;
  width: 152px;
}
input[type="checkbox"] {
  transform: scale(1.5);
}

.btn-facebook {
  background: #3b5998 !important;
  color: white !important;
}
.btn-google {
  background: #dd4b39 !important;
  color: white !important;
}
.button-login {
  border: 1px solid #fff;
  border-radius: 5px;
}
.card-promotions {
  background: #000;
  background-image: url("../img/imagePromo.png") !important;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
