/* Typography */
/* Paleta y mas */
/* Generales */
a {
  text-decoration: none;
  color: #00b6f0;
}
.c1 {
  color: #073674;
}
.c2 {
  color: #00b6f0;
}
.c3 {
  color: #09bc8a;
}
.c4 {
  color: #474747;
}
.c5 {
  color: #FFF;
}
.grey {
  color: #9a9a9a;
}
.bg-c1 {
  background-color: #073674;
  color: #FFF;
}
.bg-c2 {
  background-color: #00b6f0;
  color: #FFF;
}
.bg-c3 {
  background-color: #09bc8a;
  color: #FFF;
}
.bg-c4 {
  background-color: #474747;
  color: #FFF;
}
.bg-c5 {
  background-color: #FFF;
  color: #474747;
}
.bg-grey {
  background-color: #F6F6F6;
}
html {
  font-size: 100%;
}
body {
  font-family: 'Oxanium', sans-serif;
  color: #474747;
}
p {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oxanium', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h2 {
  font-size: 2.8rem;
  font-weight: 400;
}
.tile {
  background: url(images/tile.png) left top repeat;
  background-size: 155px 155px;
}
.tile2 {
  background: url(images/tile2.png) left top repeat;
  background-size: 155px 155px;
}
.heading {
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #073674;
  position: relative;
  color: #ffF;
  z-index: 1;
}
.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(images/bg-heading.jpg) center center no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  z-index: -1;
}
/* Generales */
.section-title {
  letter-spacing: -1px;
  position: relative;
  padding-left: 90px;
  font-size: 2.4rem;
}
.section-title span {
  font-weight: 600;
}
.section-title:before {
  content: "";
  background: url('images/isologo.png') center center no-repeat;
  position: absolute;
  left: 0;
  top: -4px;
  background-size: contain;
  width: 80px;
  height: 50px;
}
[x-cloak] {
  display: none !important;
}
.ptb-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pt {
  padding-top: 90px;
}
.pb {
  padding-bottom: 90px;
}
.no-flicker {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.specialfont {
  font-family: 'Oxanium', sans-serif;
  font-weight: normal;
}
:root {
  --swiper-theme-color: #00b6f0;
}
p.dato {
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: 400;
  padding-top: 10px;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.boton {
  display: inline-block;
  padding: 14px 50px;
  text-decoration: none;
  border-radius: 15px;
  border: 0;
  background-color: #073674;
  color: #FFF;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.boton.con-icono {
  padding-left: 35px;
  padding-right: 40px;
}
.boton.con-icono i {
  padding-right: 7px;
}
.boton:hover {
  background-color: #00b6f0;
  color: #FFF;
}
.boton.c2 {
  background-color: #00b6f0;
  color: #FFF;
}
.boton.c2:hover {
  background-color: #073674;
  color: #FFF;
}
.boton.c3 {
  background-color: #09bc8a;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #474747;
  color: #FFF;
}
.boton.c4:hover {
  color: #FFF;
}
.boton.c5 {
  background-color: #FFF;
  color: #474747;
}
.boton.c5:hover {
  color: #474747;
}
.boton.outline {
  background-color: transparent;
  color: #073674;
  border: 1px solid #073674;
}
.boton.outline:hover {
  color: #073674;
}
.boton.outline.c2 {
  color: #00b6f0;
  border: 2px solid #00b6f0;
}
.boton.outline.c2:hover {
  color: #00b6f0;
}
.boton.outline.c3 {
  color: #09bc8a;
  border: 2px solid #09bc8a;
}
.boton.outline.c3:hover {
  color: #09bc8a;
}
.boton.outline.c4 {
  color: #474747;
  border: 2px solid #474747;
}
.boton.outline.c4:hover {
  color: #474747;
}
.boton.outline.c5 {
  color: #FFF;
  border: 2px solid #FFF;
}
.boton.outline.c5:hover {
  color: #FFF;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
.boton.hover-c5:hover {
  background-color: #FFF;
  color: #474747;
}
ul.lista-iconos {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 25px;
}
ul.lista-iconos li {
  padding: 4px 0;
}
ul.lista-iconos li::before {
  content: "";
  font-family: 'FontAwesome';
  color: #073674;
  display: inline-block;
  margin-left: -25px;
  width: 25px;
}
/* HEADER */
#site-header {
  padding: 30px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
#site-header .wrap {
  background-color: #013b84;
  border-radius: 5px;
  box-shadow: 20px 25px 46px -25px rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#site-header .logo img {
  max-width: 360px;
  height: auto;
}
#site-header .main-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#site-header .main-menu li a {
  text-decoration: none;
  font-size: 1.05rem;
  color: #FFF;
  font-weight: 400;
}
#site-header .main-menu.not-responsive {
  display: flex;
  padding-top: 4px;
}
#site-header .main-menu.not-responsive li a {
  padding: 15px 18px;
}
#site-header .main-menu.responsive {
  text-align: center;
  align-self: center;
}
#site-header .main-menu.responsive li a {
  padding: 10px 15px;
}
.menu-responsive {
  text-align: center;
  width: 100%;
  background-color: #0054c4;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-responsive .logo-responsive {
  padding-bottom: 40px;
  display: block;
}
.menu-responsive .logo-responsive img {
  width: 100px;
}
.menu-responsive li a {
  /* padding-top: 7px;
      padding-bottom: 7px; */
  display: inline-block;
}
button.menu-command {
  border: none;
  background: transparent;
  outline: none;
  font-size: 30px;
}
button.menu-command:focus,
button.menu-command:active {
  outline: none;
}
#menu-open {
  color: #FFF;
  margin-right: 25px;
  font-size: 2.3rem;
  padding-top: 4px;
  align-self: center;
  line-height: 2.3rem;
}
#menu-close {
  position: absolute;
  top: 42px;
  right: 58px;
  color: #FFF;
}
.gracias {
  padding-top: 200px;
  padding-bottom: 200px;
}
.page-inicio .no-results {
  color: #FFF;
}
.back-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #073674;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.back-to-top button {
  outline: none;
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
}
/****** INICIO ********/
.slider-programas .swiper-slide {
  height: 90vh !important;
  color: #FFF;
  position: relative;
}
.slider-programas .swiper-slide .wrap {
  padding-top: 50px;
}
.slider-programas .swiper-slide h1 {
  font-weight: 600;
  font-size: 6.8rem;
  line-height: 6rem;
  letter-spacing: -2px;
}
.slider-programas .swiper-slide .frase {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 2.2rem;
  margin-top: 15px;
}
.slider-programas .swiper-slide .boton {
  background-color: #00b6f0;
  font-size: 1.2rem;
  border-radius: 8px;
  margin-top: 20px;
  padding: 13px 30px 10px;
  text-transform: uppercase;
}
.slider-programas .swiper-slide-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #272727;
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.45;
}
.swiper-button-prev {
  left: 25px;
  right: auto;
}
.swiper-button-next {
  right: 25px;
  left: auto;
}
.wrapper-buscador {
  padding-top: 80px;
  padding-bottom: 25px;
}
.buscador-programas-home {
  background-color: #073674;
}
#buscador-programas {
  border-radius: 5px;
  border: 1px solid #1e5aa6;
  padding: 30px;
  background: #073674;
  color: #FFF;
  position: relative;
  z-index: 0;
  margin-bottom: -1px;
}
#buscador-programas h3 {
  font-size: 1.6rem;
  letter-spacing: -1px;
  font-weight: 600;
  padding-bottom: 7px;
}
#buscador-programas::before {
  position: absolute;
  border-radius: 5px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(images/bg-heading.jpg) center center no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.1;
}
.intro-empresa {
  background-color: #073674;
  position: relative;
  color: #ffF;
  z-index: 1;
}
.intro-empresa::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('images/bg-quienessomos.jpg') bottom right no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}
.lista-programas {
  padding-top: 50px;
}
.widget {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  border-radius: 7px;
}
.widget h3 {
  letter-spacing: -1px;
}
.widget .boton {
  margin-top: 7px;
  padding-left: 25px;
  padding-right: 25px;
}
.item .wrap {
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 30px;
  overflow: hidden;
  background-color: #FFF;
}
.item .boton {
  border-radius: 15px;
  padding: 12px 24px 10px;
  background-color: #00b6f0;
  font-weight: 600;
}
.item .item-info {
  padding: 30px;
}
.item .item-info p {
  font-size: 0.96rem;
  line-height: 1.3rem;
  text-align: left;
  color: #9a9a9a;
}
.item-programa {
  margin-bottom: 2.4rem;
}
.item-programa .meses {
  color: #00b6f0;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.item-programa .meses span:not(:last-child)::after {
  content: " •";
}
.item-programa .item-precio {
  margin-bottom: 15px;
}
.item-programa .precio {
  font-weight: 600;
  font-size: 1.4rem;
}
.item-programa h4 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: left;
}
.item-programa .item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.info-programa {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.info-programa .info-icono img {
  margin-right: 20px;
}
.info-programa h4 {
  margin-top: 7px;
  margin-bottom: 0;
}
.item-destino {
  position: relative;
}
.item-destino .item-info {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  background: linear-gradient(10deg, #000 0%, transparent 40%);
}
.item-destino .item-info h4 {
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 2.15rem;
  line-height: 2.3rem;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.item-destino .item-info h4 a:hover {
  color: #FFF;
}
.item-destino .item-info .boton {
  display: none;
}
.item-destino .item-info .count {
  color: #00b6f0;
}
/*********** single-programa ***********/
.titulo-contenido {
  padding-bottom: 10px !important;
}
.single-programa {
  padding-top: 60px;
  padding-bottom: 60px;
}
.caja-contenido {
  background-color: #FFF;
  border-radius: 15px;
  display: flex;
  padding: 20px 30px;
  column-gap: 50px;
}
.caja-contenido img {
  border-radius: 10px;
}
.caja-contenido .item-caja-contenido {
  flex: 1;
}
.brb {
  border-radius: 15px !important;
  margin-bottom: 30px;
}
.tag-destino {
  color: #00b6f0;
  font-weight: 500;
}
.caracteristicas-programa {
  padding: 20px 30px 10px;
  border-radius: 10px 10px 0 0;
  margin-top: 30px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
.caracteristicas-programa .detalle-programa {
  flex: 1;
  flex-grow: 1;
}
.detalle-programa.detalle-tarifario {
  flex: 1.5;
}
.wrapper-tarifario {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96%;
  background-color: #073674;
  transition: all 0.2s;
  color: #fff;
  border-radius: 15px;
}
.wrapper-tarifario:hover {
  background-color: #08418c;
  transform: scale(1.08);
}
.wrapper-tarifario .info-programa {
  padding-top: 15px;
  padding-bottom: 15px;
}
.wrapper-tarifario .info-programa h4 {
  font-weight: 600;
}
.wrapper-tarifario .info-programa a {
  color: #48d1ff;
}
.wrapper-tarifario .info-icono {
  margin-left: -15px;
}
.titulo-contenido {
  border-radius: 15px 15px 0 0;
}
.titulo-contenido .section-title {
  margin-bottom: -4px;
}
.programa-contenido {
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #e3e3e3;
}
.precio-reservar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e3e3e3;
  border-radius: 0 0 15px 15px;
  padding: 20px 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.precio-reservar span.precio {
  font-weight: 600;
  font-size: 1.7rem;
  padding-left: 5px;
}
.relacionados {
  padding-top: 50px;
  padding-bottom: 50px;
}
.relacionados h3 {
  margin-bottom: 20px;
}
/********** transportes ***********/
.row-buses img {
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.title-transporte {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}
/***** CTA *****/
.sumar-agencia {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sumar-agencia h2 {
  font-size: 2.2rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
/**** FORMULARIOS ****/
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
/************** novedades ***********/
.item-novedad {
  margin-bottom: 40px;
  position: relative;
}
.item-novedad .wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.item-novedad .item-img img {
  border-radius: 4px;
}
.item-novedad .item-info {
  padding: 25px 25px 30px;
}
.item-novedad .fecha {
  color: #073674;
  margin-bottom: 5px;
  display: inline-block;
  font-style: italic;
  font-size: 90%;
}
.item-novedad h4 {
  font-size: 26px;
  padding-top: 0;
  margin-top: 0;
}
.item-novedad p {
  font-size: 95%;
  padding-top: 10px;
}
.item-novedad a {
  color: #073674;
  font-family: 'Oxanium', sans-serif;
}
/***** Agencias *****/
.filter-wrapper {
  text-align: center;
  padding-bottom: 40px;
}
.filter-wrapper input {
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  min-width: 600px;
  font-size: 1.2rem;
}
.filter-wrapper input::placeholder {
  color: #9a9a9a;
}
.filter-wrapper h6 {
  padding-bottom: 5px;
  font-size: 1.1rem;
}
.cta-add-agencia p {
  margin-bottom: 0;
}
/***** Contacto *****/
.formulario {
  margin-top: 40px;
}
select:hover {
  cursor: pointer;
}
.info-datos-contacto {
  background-color: #f1f9ff;
}
.info-datos-contacto .item-info .wrap {
  text-align: center;
  height: 100%;
}
.info-datos-contacto .item-info .wrap span {
  font-weight: 200;
}
.info-datos-contacto .item-info .wrap .icono-info {
  margin-bottom: 15px;
}
.form-contacto label {
  display: none;
}
.form-contacto .form-group {
  margin-bottom: 20px;
}
.form-contacto .form-control {
  padding: 15px;
}
/****** Pagination *******/
.paginator {
  font-family: 'Oxanium', sans-serif;
  position: relative;
}
.paginator .mobile .mobile-links {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-left: 1px solid #e3e3e3;
}
.paginator .mobile .mobile-links a {
  display: block;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-left: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
.paginator .mobile .mobile-links a:first-child {
  border-left: none;
}
.pagination li a,
.pagination span {
  text-decoration: none;
  /*   border: 1px solid #e3e3e3;
    border-left: none; */
  padding: 4px 10px;
  display: block;
  transition: all 0.2s;
}
.pagination li {
  border: 1px solid #e3e3e3;
}
.pagination li:not(:first-child) {
  border-left: none;
}
.pagination span {
  color: #00b6f0;
}
.plr {
  padding-right: 10%;
  padding-left: 10%;
}
.navegacion-posts {
  position: relative;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.navegacion-posts a {
  color: inherit;
  text-decoration: none;
}
.navegacion-posts a:hover {
  color: #073674;
}
.navegacion-posts .next {
  text-align: right;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 30px;
  position: relative;
}
.navegacion-posts .next i {
  padding-left: 20px;
  color: #073674;
}
.navegacion-posts .previous {
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 30px;
  position: relative;
}
.navegacion-posts .previous i {
  padding-right: 20px;
  color: #073674;
}
.redes-sociales img {
  max-width: 40px;
}
.redes-sociales a:not(:last-child) {
  margin-right: 7px;
}
.item-contacto {
  text-align: center;
}
.item-contacto span {
  display: block;
}
.item-contacto span a {
  color: inherit;
}
.item-contacto span a:hover {
  color: #00b6f0;
}
.form-group {
  text-align: left;
}
.box-contacto {
  margin-bottom: 20px;
}
.box-contacto .box-contenido {
  padding-top: 15px;
  padding-right: 10px;
}
.box-contacto .box-icon {
  padding-right: 10px;
}
.col-contacto-footer .wrap {
  margin-left: 57px;
}
.col-contacto-footer .icon-title {
  margin-left: -57px;
}
.col-contacto-footer h4 {
  margin-bottom: 5px;
}
.col-contacto-footer ul {
  margin-bottom: 20px;
  margin-top: -7px;
}
#site-footer {
  padding-top: 50px;
  padding-bottom: 35px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('images/bg-footer1.jpg') no-repeat center center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.1;
  z-index: -1;
}
#site-footer h4 {
  font-size: 1.3rem;
  font-weight: 600;
}
#site-footer a {
  color: inherit;
}
#site-footer a:hover {
  color: #00b6f0;
}
.iso-footer {
  max-width: 80px;
  margin-bottom: 30px;
}
.list-sitemap li:not(:last-child) {
  padding-bottom: 3px;
}
.icon-title {
  display: flex;
  align-items: center;
}
.icon-title .title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.icon-title img {
  margin-right: 7px;
  max-width: 50px;
}
/*********** MEDIA QUERIES **************/
@media (max-width: 1199.98px) {
  .col-logos {
    margin-bottom: 30px;
  }
  .cta-add-agencia {
    text-align: center;
  }
  .cta-add-agencia .boton {
    margin-top: 30px;
  }
  .filter-wrapper input {
    min-width: auto;
  }
  #iso-responsive {
    max-width: 200px;
  }
  #site-header .wrap {
    padding-left: 10px;
  }
  .row-buses img {
    margin-bottom: 30px;
  }
  .info-datos-contacto .item-contacto {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .row-programas {
    --bs-gutter-x: 2.5rem;
  }
  .accion-reservar a:not(:last-child) {
    margin-right: 5px;
  }
  .cta-add-agencia {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .more-gutter {
    --bs-gutter-x: 7rem;
  }
}
.icono-whatsapp {
  z-index: 10000;
  position: fixed;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 767.98px) {
  body:not(.with-delay)[data-aos-delay],
  *:not(.with-delay)[data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .row.iom,
  .container.iom > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navegacion-noticias {
    flex-wrap: wrap;
  }
  .navegacion-noticias .previous,
  .navegacion-noticias .next {
    flex: 100%;
  }
  .navegacion-noticias .next {
    margin-top: 30px;
    text-align: left;
    padding-left: 30px;
  }
  .slider-programas .swiper-slide h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  #buscador-programas .form-group {
    margin-top: 10px;
  }
  .caja-contenido {
    display: block;
  }
  .col-logos {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .precio-reservar {
    display: block;
  }
  .precio-reservar .boton {
    flex: 50%;
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
}
