.table-container {
  max-height: 600px;
  overflow-y: auto;
}
.custom-width {
  width: 500px;
}
body {
  font-family: "Montserrat Alternates", sans-serif;
  font-family: Raleway, sans-serif;
  background-color: #fff;
}
a {
  text-decoration: none;
}
.serie {
  width: 90px;
  margin-right: 15px;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: inset 0 0 5px #a0a0a0;
}
.numComprobante {
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: inset 0 0 5px #a0a0a0;
}
.btnResultado {
  background-color: #2b2e66;
  margin-top: 10px;
  padding: 4px 13px;
  color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 5px 5px #2b2e66;
  align-items: end;
  width: 100px;
  margin-left: 70px;
  font-size: 13px;
}
@media (max-width: 992px) {
  .btnResultado {
    margin-left: 0;
  }
}
.btnConsultar {
  background-color: red;
  border: none;
  border-radius: 40px;
  width: 240px;
  height: 60px;
  color: #fff;
  box-shadow: 0 5px 15px red;
  border: 1px solid red;
  transition: background-color 0.5s, color 0.5s;
}
.btnConsultar:hover {
  background-color: rgba(255, 255, 255, 0.496);
  color: #000;
}
.carga {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
:root {
  --primary: #f3bd00;
  --secondary: #757575;
  --light: #f3f6f8;
  --dark: #0c2b4b;
}
.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.back-to-top-whatsappp {
  position: fixed;
  right: 0;
  bottom: 240px;
  z-index: 99;
}
.back-to-top-facebook {
  position: fixed;
  right: 0;
  bottom: 310px;
  z-index: 99;
}
.back-to-top-twitter {
  position: fixed;
  right: 0;
  bottom: 385px;
  z-index: 99;
}
.back-to-top-FlootComprar {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.btn {
  font-weight: 500;
  transition: 0.5s;
}
.btn.btn-outline-primary:hover,
.btn.btn-primary {
  color: #fff;
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-lg-square,
.btn-sm-square,
.btn-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
@media (min-width: 501px) {
  .redes-encabezado {
    display: none;
  }
}
.navbar.sticky-top {
  top: -100px;
  transition: 0.5s;
}
.navbar .navbar-brand,
.navbar a.btn {
  height: 80px;
}
.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: var(--dark);
  font-weight: 500;
  outline: 0;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  color: var(--primary);
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  .navbar .navbar-nav {
    border-top: 1px solid #eee;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    box-shadow: 0 10px 15px #000;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
  .navbar .nav-item .dropdown-menu div {
    background: 0 0;
    margin: 6px;
    padding: 0;
  }
  .icon-fap {
    background-color: #fff;
    width: 20px;
    height: 20px;
    padding: 5px 15px 20px 5px;
    border-radius: 20px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
  .navbar .nav-item:hover .dropdown-menu div {
    background: 0 0;
    margin: 6px;
    padding: 0;
  }
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.carousel-control-next,
.carousel-control-prev {
  width: 15%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}
@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }
  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(../img/carusel-3.jpg) center center no-repeat;
  background-size: cover;
}
.page-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(../img/asistenta.jpg) center center no-repeat;
  background-size: cover;
  background-position: center;
}
.page-error {
  background: linear-gradient(
      rgba(255, 255, 255, 0.884),
      rgba(255, 255, 255, 0.856)
    ),
    url(../img/gst_bg_054_12.jpg) center center no-repeat;
  background-size: cover;
  background-position: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #999;
}
@media (max-width: 991px) {
  .carousel {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .facts {
    position: relative;
    margin-top: -75px;
    z-index: 1;
    padding: 0;
  }
}
.courses {
  min-height: 100vh;
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url(../../../img/joven.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.courses-item {
  border-radius: 15px;
  border: 1px solid #e2e2e2;
}
.courses-item h5 {
  color: #2b2e66;
}
.courses-item .courses-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.courses-item:hover .courses-overlay {
  height: 100%;
  opacity: 1;
}
.contenedor {
  width: 100%;
  display: flex;
  justify-content: center;
}
.card-central {
  margin: 20px 20px;
  display: flex;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 10px;
}
.card-central .beneficios {
  width: 100%;
  height: 100%;
  margin: 10px;
  border: 1px solid #000;
  border-radius: 10px;
}
.card-central .card-opcion {
  width: 100%;
  height: 100%;
  margin: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.card-central .card-opcion .cargo {
  width: 100%;
  margin: 5px;
  background: green;
}
.card-central .card-opcion .coorporativo {
  width: 100%;
  background: #b8860b;
}
.team-items {
  margin: -0.75rem;
}
.team-item {
  padding: 0.75rem;
}
.team-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
  transition: 0.5s;
  z-index: -1;
}
.team-item:hover::after {
  height: 100%;
  background: var(--primary);
}
.team-item .team-social {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.team-item:hover .team-social {
  height: 100%;
  opacity: 1;
}
.testimonial-carousel .owl-dots {
  height: 40px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 2px solid var(--primary);
  transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
  width: 40px;
  height: 40px;
  background: var(--primary);
}
.testimonial-carousel .owl-item img {
  width: 150px;
  height: 150px;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--light);
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s;
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--light);
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}
.copyright {
  background: #092139;
}
.copyright a {
  color: var(--primary);
}
.copyright a:hover {
  color: var(--light);
}
.card-img {
  background-size: cover;
  background-position: center;
  height: 200px;
}
.titulo {
  background-image: linear-gradient(0deg, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)),
    url(../../../img/joven.jpg);
  background-position: center center;
  background-size: cover;
  padding: 5px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  box-shadow: 0 10px 15px #ddd;
}
.sub-titulo {
  padding: 4px 0 0 0;
  margin: 0 10px;
}
.sub-titulo h1 {
  margin: 15px 0;
}
@media (max-width: 991px) {
  .titulo {
    margin: 0;
  }
}
.pre-color {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.363),
      rgba(0, 0, 0, 0.63)
    ),
    url(../../../img/pasaje.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pre-color .card {
  background-color: transparent;
}
.elejirnos {
  width: 100%;
}
.elejirnos h1 {
  padding: 45px 0 25px 0;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.card-body h3 {
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 20px;
  color: #333;
  font-size: 20px;
}
.opcion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100px;
  margin: auto;
  background-color: #ececec;
  border-radius: 100%;
  box-shadow: 10px 10px 18px 0 rgba(0, 0, 0, 0.12),
    -8px -8px 12px 0 rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.opcion-icon img {
  color: #adff2f;
  width: 100px;
  height: 100px;
  padding: 15px;
}
.card-body h3 {
  color: #fff;
}
.card-body p {
  color: #fff;
}
.card {
  border: none;
}
.pagos h1 {
  font-weight: 700;
  color: #3c47a5;
  font-size: 30px;
}
.formas {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pagos .tarjetas {
  padding: 20px 0;
}
.card {
  background: 0 0;
}
.formas img {
  width: 100px;
  pointer-events: none;
}
.destinos h1 {
  color: #3c47a5;
  font-size: 30px;
  border-radius: 50px;
  padding: 0;
  font-weight: 700;
}
@media (max-width: 285) {
  .opcion-destino {
    padding: 0;
  }
}
.opcion-destino img {
  width: 520px;
  border: 4px solid #fff;
  box-shadow: 0 10px 45px #b8b8b8;
}
@media (max-width: 1030px) {
  .opcion-destino img {
    width: 470px;
  }
}
@media (max-width: 900px) {
  .opcion-destino img {
    width: 440px;
  }
}
@media (max-width: 414px) {
  .opcion-destino img {
    width: 300px;
  }
}
@media (max-width: 220px) {
  .opcion-destino img {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .opcion-destino img {
    width: 300px;
  }
}
@media (max-width: 821px) {
  .opcion-destino img {
    width: 295px;
  }
}
@media (max-width: 285px) {
  .opcion-destino img {
    width: 245px;
  }
}
.opcion-destino h2 {
  color: #3c47a5;
  margin: 10px;
  font-size: 30px;
}
.paginas {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.363),
      rgba(0, 0, 0, 0.63)
    ),
    url(../../../img/encomiendas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-clip: border-box;
}
.contenedor-interno img {
  width: 200px;
}
.filosofía p {
  font-size: 15px;
  margin: 8px;
}
@media (max-width: 705px) {
  .filosofía p {
    font-size: 13px;
    margin: 5px;
  }
}
@media (max-width: 760px) {
  .card-info .sub-ben {
    display: flex;
    flex-direction: column;
  }
}
.card-info .tablet {
  border: 4px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 25px 1px #d1d1d1;
  background-position: center center;
}
.opcion {
  border: none;
}
.opcion .card-img {
  border: 4px solid #fff;
  border-radius: 3px;
  margin: 5px;
  box-shadow: 0 0 35px 1px #adadad;
}
.col {
  border: none;
}
.beneficios {
  position: absolute;
  bottom: -375px;
}
.beneficios a {
  background: red;
  padding: 13px 35px;
  border-radius: 30px;
  color: #757575;
  box-shadow: 0 4px 43px 4px rgba(0, 11, 67, 0.34);
}
.beneficios a:hover {
  background: #a06f2f;
  border: 1px solid #81a3c4;
}
.cargo {
  margin: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cargo h3 {
  color: red;
  font-size: 22px;
}
.cargo p {
  width: 300px;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media (max-width: 285px) {
  .cargo p {
    width: 200px;
    margin: 0;
    padding: 0;
    font-size: 10px;
  }
}
.cargo a {
  color: red;
  margin: 10px 0;
  font-size: 13px;
}
.contacto {
  background-color: #fa0707;
  padding: 10px;
}
.contacto h1 {
  margin: 0;
  color: #fff;
  padding: 10px 0;
  font-size: 30px;
}
.contacto .row {
  margin: 5px;
}
.contacto-opcion {
  background-color: #fa0707;
}
.contacto-opcion h3 {
  font-size: 45px;
  color: #fff;
}
.contacto-opcion img {
  width: 50px;
  margin: 10px;
}
.contacto-opcion .subAgencias {
  position: absolute;
  top: 85px;
  background-image: #3c47a5;
  box-shadow: 0 4px 43px 4px rgba(0, 11, 67, 0.34);
  padding: 10px;
  display: none;
}
.contacto-opcion .subAgencias p {
  font-size: 13px;
  margin: 0;
  text-decoration: underline;
}
.contacto-opcion .telefonico {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}
.contacto-opcion .contexto p {
  font-size: 13px;
  color: #fff;
}
.contacto-opcion .contexto .subAgencias {
  position: absolute;
  top: 130px;
}
.agencia-siu:hover + .subAgencias {
  display: block;
}
@media (max-width: 285px) {
  .contacto-opcion .contexto p {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
  }
}
.form-control {
  font-size: 13px;
}
.enlaces ul a {
  font-size: 13px;
  font-weight: 700;
}
.enlaces p {
  font-size: 13px;
}
.custom-container {
  background-size: cover;
  background-position: center;
}
.custom-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.custom-card .card-body {
  text-align: center;
  padding: 10px;
}
.enlaces h4 {
  font-size: 14px;
}
.enlaces a {
  font-size: 13px;
}
.enlaces div div {
  font-size: 13px;
}
.whatsaap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 4px solid #458631;
  width: 60px;
  height: 60px;
  padding: 0xpx 0 0 0;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px #458631;
}
.whatsaap:hover {
  background: rgba(133, 255, 180, 0.233);
  border: none;
}
.facebook {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 4px solid #2d42ff;
  width: 60px;
  height: 60px;
  padding: 0xpx 0 0 0;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px #2d42ff;
}
.facebook:hover {
  background: rgba(0, 0, 255, 0.233);
  border: none;
}
.instgram {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  width: 60px;
  height: 60px;
  padding: 0xpx 0 0 0;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 10px #ff66f7;
  border: none;
}
.instgram:hover {
  background: rgba(92, 92, 92, 0.233);
  border: none;
}
@media (max-width: 745px) {
  .whatsaap {
    display: none;
  }
  .facebook {
    display: none;
  }
  .instgram {
    display: none;
  }
}
@keyframes wave-animation {
  0% {
    transform: scale(0);
    opacity: 0.3;
  }
  50% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0.1;
  }
}
@media (max-width: 745px) {
  .comprar-boleto {
    display: none;
  }
}
.info-acerca {
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.842)),
    url(../img/asistenta.jpg) center center no-repeat;
  background-size: cover;
  background-position: center;
}
.page-acerca {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url(../img/nosotros.jpg);
  background-position: center;
  background-size: cover;
}
.formulario-asientos {
  box-shadow: 0 0 10px #858585;
  border-radius: 10px;
  width: 75%;
}
.formulario-asientos .select_asiento .pisos_asiento a {
  background-color: grey;
  padding: 10px 50px;
  margin: 10px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}
@media (max-width: 820px) {
  .formulario-asientos {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .formulario-asientos {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .formulario-asientos {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .formulario-asientos {
    width: 85%;
  }
}
.step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.step-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.step.active .step-icon {
  border-color: #3c47a5;
  color: #3c47a5;
}
.step-name {
  color: #777;
}
.step-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 15px;
}
.step-line .line {
  flex-grow: 1;
  height: 2px;
  background-color: #ccc;
}
.step-line .line.active {
  background-color: #3c47a5;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.num-resultados {
  font-weight: 700;
  color: #333;
}
.filtros {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.filtros .filtro-label {
  width: 120px;
}
.timer-sesion {
  width: 350px;
  height: 100px;
  position: fixed;
  top: 84px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 7px;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 0.8rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 1;
  overflow: hidden;
}
.timer-sesion i {
  font-size: 20px;
}
.wave {
  position: absolute;
  transform: rotate(90deg);
  left: -50px;
  top: 15px;
  width: 120px;
  height: auto;
  fill: #04e4003a;
  pointer-events: none;
}
.icon-container {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #04e40048;
  border-radius: 50%;
}
.icon {
  width: 17px;
  height: 17px;
  color: #269b24;
}
.message-text-container {
  flex-grow: 1;
}
.message-text {
  margin: 0;
  color: #269b24;
  font-size: 17px;
  font-weight: 700;
}
