/*
Theme Name:     Amate Travel
Description:    Tema dedicado para amate travel - obtenido por Traveler WP
Theme URI:      https://travelerwp.com/
Author:         Efrain Gonzalez
Author URI:     https://eduardogonzalez.me/
Version:        1.0
Template:       traveler
*/
/* Custom Styles */
/* Generals */
a:focus,
a:hover {
  text-decoration: none;
}
.search-result-page .banner {
  background-size: cover !important;
}
.search-result-page.st-tours .style-list .item-service .section-footer .btn-view-more {
    background: #cc9f53;
}
/* HEADER */
header#header {
  background-color: white !important;
  padding: 0px !important;
}
a.share-item.like-it.btn_add_wishlist {
    display: none !important;
}
div#ht-ctc-chat {
    bottom: 65px !important;
}
header#header {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100 !important;
  padding: 5px 0;
}
#header.header-style-4 {
  position: relative;
}
body:is(.home) > #header.header-style-4 {
  position: absolute;
}
body:not(.home) > #header.header-style-4 {
  position: relative;
}
span.aioseo-breadcrumb > a {
    color: white !important;
}
header.sticky {
  background-color: #003c5b !important;
  position: fixed !important;
  max-height: 85px;
  padding: 5px 0px 0px 0px !important;
  animation: fadeIn 1.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.st-header-5 #header.header-style-4 .header {
  background: #003a5d !important;
  padding: 0px !important;
  margin: 0px !important;
}
#header.header-style-4 .header .header-right #st-main-menu .main-menu > li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.st-header-5 #header.header-style-4 #topbar .topbar-between {
  right: 0 !important;
  transform: none !important;
  left: 5% !important;
}
header#header > .div {
  margin: 0;
}
header > .row > .container > .col > a > #logoheader {
  display: none;
}
/* MENU STICKY HEADER*/
header#header.menuactivo {
  background-color: #003c5b;
}

header.sticky > .row > .container > .col > a > #logoheader {
  display: block !important;
}
header.sticky > #topbar {
  padding: 20px !important;
}
header.sticky > #topbar > .topbar-left {
  display: none !important;
}
header.sticky > #topbar > .topbar-right {
  display: none !important;
}

header.sticky > .st-header-5 #header.header-style-4 #topbar{
  padding: 30px !important;
}
header.sticky > #topbar > .topbar-between > a.logo > img {
  max-width: 300px;
}
.search-form-text {
  margin-top: 20px;
  border: 0px;
  bottom: -60px;
  position: absolute;
}

ul#main-menu {
  margin-top: 0px;
}
#header.sticky > .header > .header-right > #st-main-menu > .main-menu > li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
a.logo > img {
  max-width: 350px;
}
/* Slider main */

.main-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 20vh;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slick-slide {
  position: relative;
  height: 100vh;
}
.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  pointer-events: none;
  top: 0;
  left: 0 !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto;
  height: auto;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: left center;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 1;
  visibility: hidden;
}

img .image-entity {
  opacity: 0.5 !important;
}
.slick-slide .loading {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.wpb_wrapper > h3 {
    /* color: red !important; */
    font-size: 22px !important;
    font-weight: 300 !important;
    /* font-family: 'Encode Sans', sans-serif !important; */
}
.caption {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  border: none;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}
.caption > img {
  width: 100%;
  max-width: 280px !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}
.escritoriodisplay {
  display: block;
}
.mobiledisplay {
  display: none !important;
}

.middle {
  bottom: 10px !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
.mouse {
  width: 40px;
  height: 75px;
  border: 4px solid white;
  border-radius: 60px;
  cursor: pointer;
  display: none !important;
}
.mouse:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  opacity: 1;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  from {
    opacity: 1;
    top: 30px;
  }
  to {
    opacity: 0;
    top: 75px;
  }
}
@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
.custom-slider-widget > div > form {
  /* background: red; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 40px;
}
/* custom widget */
.widget_search .widget-tabs li a {
  background-color: white !important;
}
.widget_search .widget-tabs > li.active > a .fa,
.widget_search .widget-tabs > li.active > a:focus .fa,
.widget_search .widget-tabs > li.active > a:hover .fa {
  color: #cea257 !important;
}
.widget_search .widget-tabs-container .icon-input-group .fa {
  color: #cc9f53 !important;
}
.widget_search .widget-tabs-container .fa {
  color: #cea257 !important;
}
.widget_search .widget-tabs li a {
  color: #003a5d !important;
}
.widget_search .widget-tabs > li > a:focus,
.widget_search .widget-tabs > li > a:hover {
  color: #cea257 !important;
}
.widget_search .widget-tabs > li.active > a,
.widget_search .widget-tabs > li.active > a:focus,
.widget_search .widget-tabs > li.active > a:hover {
  color: white !important;
  border: none;
  font-weight: 500 !important;
  border: 1px solid #003a5d;
  background-color: #003a5d !important;
}
/* end custom widget */
/* end Slider */
.st-header-5 #header.header-style-4 .header {
  padding: 0px !important;
  margin: 0px !important;
}
.st-header-5 #header.header-style-4 #topbar {
  padding: 20px 50px 20px 50px !important;
}
.st-header-5 #header.header-style-4 #topbar .topbar-right .socials li a {
  color: #003a5d !important;
  opacity: 1;
  font-size: 25px !important;
}
#header #topbar .topbar-right {
  z-index: 9999;
}
li.topbar-item.link-item > a {
  background: #003a5d !important;
  padding: 9px 20px !important;
  border-radius: 10px;
}
.custom-menu-vuelos:before {
  font-family: "Line Awesome Free";
  content: "\f072";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 25px;
  margin-right: -10px;
  padding: 10px 0px;
  color: white !important;
}
.custom-menu-hotel:before {
  font-family: "Line Awesome Free";
  content: "\f594";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 25px;
  margin-right: -10px;
  padding: 10px 0px;
  color: white !important;
}
.custom-menu-auto:before {
  font-family: "Line Awesome Free";
  content: "\f5e4";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 25px;
  margin-right: -10px;
  padding: 10px 0px;
  color: white !important;
}
.custom-menu-destino:before {
  font-family: "Line Awesome Free";
  content: "\f5ab";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 25px;
  margin-right: -10px;
  padding: 10px 0px;
  color: white !important;
}
.custom-menu-seguro:before {
  font-family: "Line Awesome Free";
  content: "\f0f1";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 25px;
  margin-right: -10px;
  padding: 10px 0px;
  color: white !important;
}
.custom-menu-blog:before {
  font-family: "Line Awesome Free";
  content: "\f02d";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 25px;
  margin-right: -10px;
  padding: 10px 0px;
  color: white !important;
}
.custom-menu-contacto:before {
  font-family: "Line Awesome Free";
  content: "\f2a0";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 25px;
  margin-right: -10px;
  padding: 10px 0px;
  color: white !important;
}
.custom-item-phone > a:before {
  font-family: "Line Awesome Free";
  content: "\f095";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 20px;
  margin-right: 5px;
}
ul#menu-compania {
  margin: 0 auto;
  display: block;
  text-align: center;
}
ul#menu-compania > li {
  display: inline-block !important;
  margin: 0px 20px;
  text-align: center;
}
.socialsfooter {
  font-size: 20px;
}
ul.socialsfooter > li {
  display: inline-block;
  padding: 0 5px;
}

#main-footer {
  padding-bottom: 0px !important;
}
.main-footer-sub {
  display: none !important;
}
ul#menu-compania > li > a {
  color: #063f61 !important;
}
/* HOME */
/* Wishlist */
.service-add-wishlist.login {
  display: none !important;
}
.home
  #st-content-wrapper.search-result-page
  .search-form-wrapper.slider
  .fotorama
  img,
.page-template-template-blank
  #st-content-wrapper.search-result-page
  .search-form-wrapper.slider
  .fotorama
  img {
  object-fit: cover !important;
  object-position: center;
  height: auto;
}
/* OWL SLIDER */
.slick-next {
    right: 0px;
   background: #cc9f53;
    border-radius: 100%;
    z-index: 99;
}
.slick-prev {
  left: 0px;
    background: #cc9f53;
    border-radius: 100%;
    z-index: 99;
}

.custom-destino .slick-slide{
  height: auto !important;
  position: relative !important;
}
.customlocationslider .slick-slide{
  height: auto !important;
  position: relative !important;
  padding: 0px 8px !important;
}
.customlocationsblog .slick-slide{
  height: auto !important;
  position: relative !important;
  padding: 0px 8px !important;
}
.customgrid-location > .body > .title{
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #003a5d !important;
  margin: 10px;
}
.btn-blog-slider{
  margin: 20px 0px;
  background: #2e5d7a;
  padding: 10px 20px;
  position: relative;
  display: block;
  max-width: 140px;
  width: 100%;
  border-radius: 10px;
  color: white !important;
  text-align: center;
  text-decoration: none !important;
}
/* Page Custom */
.banner {
  background-image: none !important;
  background: #003c5b !important;
}
body.st-header-4 .search-result-page .banner,
body.st-header-5 .search-result-page .banner,
body.st-header-6 .search-result-page .banner {
  padding: 200px 0 35px 0;
}
.st-list-features {
  background-color: #003c5b;
  color: #fff;
}
#st-content-wrapper.st-single-tour {
  padding-bottom: 20px !important;
}
/* Footer */
.main-footer-sub {
  padding-top: 10px;
  background: #003c5b !important;
  padding-bottom: 30px;
  width: 100% !important;
  color: white !important;
}
/* Forms */
.customnombre > div > span > input,
#gform_fields_5 > div > div > input {
  padding: 5px !important;
  font-size: 20px !important;
}
#gform_fields_5 > fieldset > .gfield_label,
#gform_fields_5 > div > label {
  font-size: 18px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 160px !important;
}
form#gform_5 > .gform_footer.top_label {
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* Tours */
.owner-info {
  display: block !important;
}
.gform_body.gform-body {
  padding: 20px;
}
.img-w100-payment {
  width: 100% !important;
  border-radius: 0px !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
  max-width: 100% !important;
}
img.img-promo-paquete {
  max-width: 100%;
  width: 100%;
}
.img-w100-payment {
  width: 100% !important;
  border-radius: 0px !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
  max-width: 100% !important;
}
.clip-star {
  background: gold;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 20px;
  width: 20px;
}

.hotel-item {
  grid-row-gap: 5px;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
}
.img-divh > img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center !important;
}
.hotel-contain-info-single{
  background: #003c5b;
  height: 100%;
  width: 100%;
}
.hotel-info-container-single{
  height: 300px !important;
  max-height: 300px !important;
  width: 100%;
}

.customgrid{
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #D7DCE3;
}
.featured-text-position-absolute{
    position: absolute;
    top: 0px;
    font-size: 22px;
    z-index: 99999999;
}



span.ml5.f14.address {
  color: #282828;
  font-size: 13px !important;
}
.customgrid > .featured > a > img:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.3s;
}
.customgrid > .featured > a {
  display: block;
  overflow: hidden;
}
.customgrid-location{
  margin-bottom: 10px;
  border-radius: 3px;
  border: none !important;

}
.customgrid-location > .featured > a > img:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.3s;
}
.customgrid-location > .featured > a {
  display: block;
  overflow: hidden;
}
.customgrid-location > .featured > a > img {
  width: 100%;
  height: auto;
}
.col-image-hotel {
  max-width: 100%;
  width: 100%;
  max-width: 100%;
  width: 100%;
  padding: 40px;
}
.col-image-hotel > img {
  border-radius: 15px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.col-content-hotel {
}
.img-mapa-paquete {
  max-width: 100%;
  width: 100%;
  margin: 20px auto;
}
.stt-attr-perfil-de-viajero {
  display: none;
}
/* Promos */
/* Tarifario */
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.sub-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.img-divt > img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.img-divt {
  width: 100%;
}
.subitem-tarifario {
  background: white;
  box-shadow: rgb(0 0 0 / 20%) 3px 5px 4px 0px;
  display: block;
  max-height: max-content;
  height: fit-content;
  border-radius: 20px;
}
.subitem-tarifario:hover {
  background: white;
  box-shadow: rgb(0 0 0 / 20%) 3px 5px 4px 0px;
  display: flex;
  border-radius: 20px;
}
.item-tcontainer {
  height: max-content;
  max-height: fit-content !important;
  width: 100%;
}
.item-tarifa.subitem-tarifario {
  height: fit-content;
  min-height: 60px;
  margin-bottom: 10px;
}
.link-tarifario:hover > .col-destino,
.link-tarifario:hover > .col-destino > span {
  color: white;
  background: #003c5b;
}
.link-tarifario:hover > .col-precio > .precio,
.link-tarifario:hover > .col-precio > .link-tarifa {
  background: #003c5b;
  color: #cc9f53;
}
.col-destino1 {
  padding: 10px;
  font-size: 16px;
  font-weight: 900;
  color: #003c5b;
}
.col-destino1 > .title-destino {
  color: gray;
  font-size: 16px;
}
.col-destino1 > span {
  color: #003c5b;
  font-size: 12px;
}
.fecha {
  color: white;
  text-align: left;
}
.col-precio1 {
  padding: 20px;
  background: #003c5b;
  margin: 0px;
  position: relative;
}
.precio {
  color: white;
  position: relative;
  text-align: 0;
  text-align: 0;
  top: 0;
  font-size: 20px;
  padding: 10px;
  font-weight: 700;
}
.item-tarifa.subitem-tarifario > a {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
}
.link-tarifa {
  color: white;
  font-size: 20px;
  padding: 5px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 3px;
}
div#tns1-ow {
  position: relative;
}

.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  color: #fff;
  background-color: #003c5b !important;
}
.st-blog {
  padding: 0px 0 0 0 !important;
}
h3.blog-title {
  margin-bottom: 40px;
}
header.post-header {
  max-width: 700px;
  /* object-fit: cover; */
  height: fit-content;
  width: 100%;
}
.display-post-types .dpt-thumbnail img {
  max-height: 150px !important;
  height: fit-content;
  margin: 0 auto;
  object-fit: cover !important;
}
.blog-content .st-flex .tags {
  margin-top: 20px;
  width: 100%;
}
/* Table */
th.vuelo,
td.vuelo {
  padding: 15px 30px;
  background: #ddd;
  border-bottom: 2px solid white;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
/* form cotiza paquetes */
.form-head {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}
h4.title-enquiry-form {
  font-size: 15px;
  padding: 0px 20px;
  text-align: left;
}
table.responsivegene {border: 1px solid #ccc;width: 100%;margin:0;padding:0;border-collapse: collapse;border-spacing: 0; }
table.responsivegene tr {border: 1px solid #ddd;padding: 5px; }
table.responsivegene th, table td { padding: 10px;text-align: center;}
table.responsivegene th {text-transform: uppercase;font-size: 14px;letter-spacing: 1px;}

h4.title-enquiry-form {
  margin: 2px !important;
}
legend.gfield_label.gfield_label_before_complex {
  font-size: 12px !important;
  color: #003c5b;
}
label.gfield_label {
  font-size: 12px !important;
  color: #003c5b !important;
  font-weight: bold !important;
}
.gform_body.gform-body {
  padding: 5px 15px;
}
input#input_2_12_3,
input#input_1_12_3 {
  font-size: 15px;
  padding: 5px !important;
}
input#input_2_12_6,
input#input_1_12_6 {
  padding: 5px;
  font-size: 15px;
}
input#gform_submit_button_1 {
  background: #003c5b;
  color: white;
  font-size: 18px;
  width: 100%;
  padding: 5px !important;
}
input#gform_submit_button_2 {
  background: #003c5b;
  color: white;
  font-size: 18px;
  width: 100%;
  padding: 5px !important;
}
.ginput_container.ginput_container_select > select {
  padding: 5px !important;
  font-size: 15px !important;
}
div.gform_confirmation_wrapper {
  padding: 10px 10px;
}
/* Tarifario Page */
.table-filter-container {
  text-align: right;
}
div#divPaxRoomPopup_wrapper{
  top: 10% !important;
}
th.sorting {
  border-bottom: solid #003c5b 5px !important;
  border-right: solid white 10px;
  border-left: solid #ffffff 10px;
  padding-bottom: 15px !important;
  padding-left: 20px;
  border-radius: 10px;
}
span.title-table-destino,
span.title-table-region {
  font-size: 20px;
}
tr.tb-tarifa-item {
  cursor: pointer;
}
tr.tb-tarifa-item:hover > td {
  background: #003c5b !important;
  color: white !important;
  cursor: pointer;
}
span.td-date {
  font-size: 18px !important;
  text-align: center !important;
  display: block;
}
span.td-price {
  color: #cc9f53;
  font-size: 28px;
  text-align: right;
  margin: 0 auto;
  display: block;
}

span.td-cat {
  color: grey;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: block;
}
tr.tb-tarifa-item:hover > td > span.td-cat {
  color: white;
}
span.td-destino {
  font-size: 17px;
  margin-bottom: 20px !important;
}
span.td-icon {
  text-align: right;
  display: block;
  font-size: 34px;
  color: #003c5b;
}
tr.tb-tarifa-item:hover > td > span.td-icon {
  color: white;
}
/* pagination */
div#tarifarioPage_paginate {
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  font-size: 15px;
  color: #003c5b !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #003c5b !important;
  color: white !important;
  font-weight: 900 !important;
  border-radius: 22px;
}
div#tarifarioPage_info {
  display: none;
}

div#tarifarioPage_length {
  display: none;
}
p#table-filter-region {
  font-size: 18px;
  color: #003c5b;
}
p#table-filter-region > select {
  border-radius: 22px;
  padding: 7px 10px;
  box-shadow: rga;
  box-shadow: rgb(0 0 0 / 20%) 3px 5px 4px 0px;
  border: white;
}
.dataTables_wrapper {
  margin-top: 40px;
}
/* Archive paquetes */
.banner.st_1649684238 > div > h1 {
  margin-bottom: 40px;
}
.service-review {
  display: none !important;
}
/* Single location */
.mapaguia > p > iframe {
  width: 100%;
  height: 100%;
  height: 500px;
}
/* Single Entrada */
.blog-header {
  position: relative;
  width: 100%;
  height: 325px;
}
#st-content-wrapper .st-breadcrumb ul li:not(:last-child):after {
  position: absolute;
  content: "";
  top: 40%;
  right: -10px;
  margin-top: -2px;
  width: 13px;
  height: 13px;
  background: #003c5b;
  z-index: 1;
  border-radius: 20px;
}
.st-breadcrumb.hidden-xs {
  font-size: 18px;
}
.blog-content .post-info .date {
  position: relative;
  color: var(--grey-color, #5e6d77);
  margin-right: 30px;
  font-size: 18px;
}
.blog-content .st-flex .share {
  margin-top: 20px;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
}

.blog-content .post-info .date:after {
  position: absolute;
  content: "";
  top: 6px;
  right: -17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003c5b;
}
.blog-content .post-info .count-comment {
  color: var(--main-color, #1a2b48);
  font-size: 18px;
}
/* Blog Sidebar */
.display-post-types .dpt-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.psac-post-tags {
  display: none !important;
}
/* Generals  Single post */
p {
  font-size: 15px;
  margin: 0 0 10px;
}
h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #003c5b;
}
/* Rastreo en tiempo real */
.container.widget-airport > h2 > a {
  color: #003a5d !important;
  font-weight: 700;
  font-size: 30px;
  text-decoration: none;
  text-align: center !important;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.service-add-wishlist {
  display: none !important;
}


/* FOOTER MENU CUSTOM */
.footer .footer-group-3 small {
  font-size: 15px;
}
.footer .footer-group-3 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0px;
  padding: 25px 0px;
}
.footer-group-3 .colf {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
 ul#menu-compania2 {
    max-width: 800px;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr 1fr 1fr 1fr 1fr);
    text-align: center;
    color: #003c5b;
}
.img-footer{
  width: 100%;
  max-width: fit-content;
  max-height: 50px;
  max-height: 90px;
  min-height: 90px;
  object-fit: contain;
  padding: 5px;
}
.datepicker table thead tr:nth-child(2) > th {
    border-top: 1px solid #D7DCE3;
    float: initial !important;
}

@media (max-width: 3400px)  {
  .main-slider {
    height: 60vh !important;
}
.slick-slide{
  height: 60vh !important;
}
.elementor-7414 .elementor-element.elementor-element-6d3ee58{
  top: -61vh !important;
}

}
@media (max-width: 1400px)  {
  .main-slider {
    height: 100vh !important;
}
.slick-slide{
  height: 100vh !important;
}
.elementor-7414 .elementor-element.elementor-element-6d3ee58{
  top: -91vh !important;
}

}
/* MEDIA QUERIE 992 */
@media (max-width: 992px) {
  .elementor-7414 .elementor-element.elementor-element-6d3ee58{
    top: -100vh !important;
  }
  
	  table.responsivegene {border: 0;}
    table.responsivegene thead {display: none;}
    table.responsivegene tr {margin-bottom: 10px;display: block;border-bottom: 2px solid #ddd;}
    table.responsivegene td {display: block;text-align: right;font-size: 13px;border-bottom: 1px dotted #ccc;}
    table.responsivegene td:last-child { border-bottom: 0;}
    table.responsivegene td:before {content: attr(data-label);float: left;text-transform: uppercase;font-weight: bold;}
  .customgrid-location > .body > .title{
    text-align: center;
  }
	.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
    text-align: left;
    display: inline-block !important;
    width: 80%;
}

  .item.customgrid-paquetes-home{
    min-height: 450px !important;
  }
  .hotel-info-container-single{
    height: fit-content !important;
    max-height: 300px;
    width: 100%;
  }
  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .st-header-5 #header.header-style-4 .header {
    background: white !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  a.toggle-menu > i.input-icon.st-border-radius.field-icon.fa {
    font-size: 0px;
    background: #003c5b !important;
    padding: 5px;
    margin-left: 20px;
    border-radius: 5px;
  }
  .search-result-page.st-tours .grid-item .section-footer .service-price {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
  .advance-menu {
    display: none !important;
  }
  p.service-location > i.input-icon.st-border-radius.field-icon.fa {
    background: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
    fill: white !important;
}
p.service-location {
  background: #003c5b;
  width: fit-content;
  position: absolute;
  top: 0px;
  color: white !important;
  padding: 5px 22px !important;
}
p.service-location > i.input-icon.st-border-radius.field-icon.fa > svg > g {
  fill: white !important;
}

  header.sticky {
    position: fixed !important;
    max-height: 55px;
  }
  #header .header .toggle-menu .fa {
    font-size: 17px;
    background: #003c5b !important;
  }
  #header .header .header-left {
    float: left;
    margin-right: auto;
    padding: 10px;
  }
  #header .header .header-left .logo img {
    max-width: 250px;
  }

  h3.blog-title {
    font-size: 20px;
  }
  .blog-content .st-flex .share {
    font-size: 12px !important;
  }
 
  /* widget mobile */
  .widget_search .widget-tabs .fa {
    box-shadow: none !important;
    border-radius: 0px !important;
  }
  .widget_search .widget-tabs > li.active > a .fa,
  .widget_search .widget-tabs > li.active > a:focus .fa,
  .widget_search .widget-tabs > li.active > a:hover .fa {
    background: #003a5d !important;
  }
  .widget_search .widget-tabs .fa {
    height: 30px;
    width: 60px;
  }
  .search-result-page.st-tours {
    padding: 20px;
  }
  .custom-slider-widget > div > form {
    position: absolute;
    top: 10%;
    left: 0%;
    transform: none;
    margin-bottom: 60px;
}
  button[data-controls="prev"] {
    color: white;
    background: #003c5b !important;
    position: absolute;
    top: 15%;
    left: -30px;
    border: none;
    padding: 5px;
    z-index: 9;
}
.search-result-page.st-tours .grid-item .service-border{
  padding-bottom: 35px !important;
}

button[data-controls="next"] {
  color: white;
  background: #003c5b !important;
  position: absolute;
  top: 15%;
  right: -30px;
  border: none;
  padding: 5px;
  z-index: 9;
}
a.btn.btn-transparent.has-icon.radius.st-video-popup {
  /* display: inline-block; */
  display: grid;
}
a.btn.btn-transparent.has-icon.radius.st-gallery-popup {
  display: grid;
}
th.vuelo, td.vuelo {
  padding: 15px 10px !important;
}
.hotel-item {
  grid-row-gap: 5px;
  display: grid;
  grid-template-columns: 1fr !important;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
}

}
@media (max-width: 600px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
