/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

a[href="http://www.faboba.com"] {
  display: none !important;
}

* {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

/*TOOLBAR*/
.uk-float-right ul.uk-navbar-nav.uk-visible-large > li > a {
  display: initial !important;
  line-height: initial;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 13px;
}

.tm-toolbar {
  background-color: #293556;
}

.uk-float-right ul.uk-navbar-nav.uk-visible-large > li > a::before {
  display: none;
}
.uk-sticky-placeholder {
  border-bottom: 1px solid rgba(41, 53, 86, 0.2);
}

/*SLIDESHOW*/
.mod_slideshow-inicio ul.uk-slideshow > li.uk-active::before {
  content: "";
  position: absolute;
  left: 0;
  height: 350px;
  right: 0;
  bottom: 0px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  z-index: 9;
}

.mod_slideshow-inicio .panel {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.95);
}

.mod_slideshow-inicio .panel * {
  color: #293556;
}
.mod_slideshow-inicio a.uk-slidenav {
  background-color: rgba(42, 54, 89, 0.8);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 24px;
}

.mod_slideshow-inicio .uk-overlay-panel {
  padding-bottom: 0px;
  z-index: 999;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-form input {
  height: 50px !important;
  border: 1px solid #293556 !important;
  padding: 4px 40px !important;
}

.switch-form > li.uk-active > a,
.switch-form > li.uk-active > a > i {
  color: #ef6b2d !important;
}

.switch-form > li > a {
  text-decoration: none !important;
}

.uk-button.buscar {
  background: #ef6b2d;
  padding: 5px 100px;
  font-weight: 600;
  z-index: 999;
  color: #ffffff;
}

.uk-button.buscar * {
  color: #ffffff;
}

.uk-button.buscar:hover,
.uk-button.buscar:hover * {
  color: #ef6b2d !important;
}

.uk-button.buscar::before {
  top: 0;
}

.uk-button.buscar:hover {
  border: 1px solid #ef6b2d !important;
}

select.opciones,
label {
  font-weight: 600;
  border: 0px;
}

input::placeholder {
  color: #293556;
}

ul.switch-form > li > a {
  height: 50px;
  display: block;
  font-weight: 600;
  padding: 0px 15px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.content-form .uk-grid-margin {
  margin-top: 20px;
}

ul.switch-form > li {
  display: inline-block;
}

ul.switch-form {
  padding: 0px;
}

.switch-form > li > a::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 0%;
  bottom: 11px;
  background-color: #ef6b2d;
  height: 2px;
  transition: all 0.3s ease-in-out 0s;
}

.switch-form > li.uk-active > a::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 11px;
  background-color: #ef6b2d;
  height: 2px;
}

.switch-form > li:hover > a::before {
  left: 0;
  right: 0;
  width: 100%;
  bottom: 11px;
}

ul.switch-form > li:not(:last-child) {
  margin-right: 30px;
}

ul.switch-form > li > a:first-child {
  padding-left: 0;
}

.switch-form > li > a > i {
  margin-right: 10px;
}

div#origen,
div#destino {
  position: relative;
}

div#origen::before,
div#destino::before {
  position: absolute;
  content: "\f041";
  font-family: "FontAwesome";
  left: 22px;
  bottom: 12px;
  font-size: 22px;
}

div#fecha,
div#regreso {
  position: relative;
}
div#fecha::before,
div#regreso::before {
  position: absolute;
  content: "\f073";
  font-family: "FontAwesome";
  left: 20px;
  bottom: 12px;
  font-size: 22px;
}
div#pasajeros {
  position: relative;
}
div#pasajeros::before {
  position: absolute;
  content: "\f007";
  font-family: "FontAwesome";
  left: 20px;
  bottom: 12px;
  font-size: 22px;
}

/*DESTINOS y SERVICIOS*/

.tm-top-b h2,
.tm-top-c h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
}

span.bg {
  padding: 10px 25px;
  background: #ffffff;
  position: relative;
  z-index: 999;
}

.tm-top-b h2::before,
.tm-top-c h2::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #e5e5e5;
  z-index: 9;
}

.blue {
  color: #263353;
}

.orange {
  color: #ef6b2d;
}

.tm-top-c .uk-overlay-panel.uk-overlay-bottom {
  opacity: 1 !important;
  border: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.tm-top-b .uk-overlay-panel.uk-overlay-bottom {
  opacity: 1 !important;
  border: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 70%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 70%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 70%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.tm-top-b .uk-overlay-panel.uk-overlay-bottom > h3,
.tm-top-c .uk-overlay-panel.uk-overlay-bottom > h3 {
  color: #ffffff;
}

/*GRID PUBLICIDAD ANTHONYS*/
@media screen and (min-width: 768px) {
  div#tm-top-d {
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  div#tm-top-d {
    padding-top: 25px;
  }
}

div#tm-top-d {
  background-color: #eeeeee;
}

/*FOOTER*/
ul.list-redes > li {
  display: inline;
  margin: 0px 5px;
}

ul.list-redes {
  padding-left: 0px;
}

ul.list-redes > li > a {
  border-radius: 50%;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #293556 !important;
}

.block-footer-top,
.block-footer-bottom {
  padding: 35px 0px;
}

footer.tm-footer > div.uk-panel:first-child {
  background: #293556;
}

footer.tm-footer * {
  color: #ffffff !important;
}

ul.list-redes > li > a::after {
  background: #fc6a2d;
}

ul.list-redes > li > a:hover {
  color: #ffffff !important;
}
.email {
  position: relative;
  max-width: 380px;
}

.email > button {
  position: absolute;
  right: 0;
  background: transparent;
  border: 0px;
  bottom: 2px;
}

.email > input {
  width: 100%;
  margin: 0px;
  height: 35px;
}

.email > input::placeholder {
  color: #ffffff;
}

.block-footer-bottom > ul > li {
  display: inline-block;
  width: 100%;
  max-width: 12%;
  margin: 0 auto;
  vertical-align: top;
}

footer.tm-footer > div.uk-panel {
  background-color: #f5672f;
}

div#tm-footer {
  padding-bottom: 0px;
}
@media screen and (max-width: 480px) {
  span.bg {
    padding: 0px;
  }

  .tm-top-b h2::before,
  .tm-top-c h2::before {
    display: none;
  }

  .tm-top-b h2,
  .tm-top-c h2 {
    line-height: 32px;
  }

  .tm-top-c .uk-overlay-panel.uk-overlay-bottom > h3 {
    font-size: 22px;
    line-height: 25px;
  }

  .block-footer-bottom > ul > li {
    max-width: 100%;
  }
on.uk-button.buscar {
    padding: 5px;
    width: 100%;
  }
  ul.switch-form > li > a {
    font-size: 14px;
  }
  .block-footer-bottom > p {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 1350px) {
  .panel-footer > p {
    font-size: 13px;
    line-height: 18px;
  }
  .block-footer-bottom > ul > li {
    max-width: 145px;
    width: 100%;
  }
}

.panel-footer > p {
  font-size: 13px;
  line-height: 20px;
  margin: 0px;
}
.block-footer-bottom > ul {
  padding: 0;
  margin-bottom: 30px;
}

.uk-offcanvas-bar.uk-offcanvas-bar-show {
  background-color: #ef6b2d !important;
}

.uk-offcanvas-bar.uk-offcanvas-bar-show * {
  color: #ffffff;
}

.uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: rgba(42, 54, 89, 0.8) !important;
  color: #ffffff;
}

/* animacion svg */
.circle {
  fill: none;
  stroke: #f66634;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.circle-dash {
  fill: none;
  stroke: #f66634;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.check {
  fill: none;
  stroke: #293556;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.check-dash {
  fill: none;
  stroke: #293556;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.check {
  stroke-dasharray: 60 100;
  animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -webkit-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -moz-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  -o-animation: check 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards 0.15s;
  opacity: 0;
}

@-webkit-keyframes check {
  from {
    stroke-dashoffset: 60;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 00;
    opacity: 1;
  }
}

@-moz-keyframes check {
  from {
    stroke-dashoffset: 60;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 00;
    opacity: 1;
  }
}

@keyframes check {
  from {
    stroke-dashoffset: 60;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 00;
    opacity: 1;
  }
}

.check-dash {
  stroke-dasharray: 10 100;
  animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -webkit-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -moz-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
  -o-animation: check-dash 1.2s cubic-bezier(0.5, 0, 0.6, 1) forwards;
}

@-webkit-keyframes check-dash {
  from {
    stroke-dashoffset: 120;
  }
  to {
    stroke-dashoffset: 45;
  }
}

@-moz-keyframes check-dash {
  from {
    stroke-dashoffset: 120;
  }
  to {
    stroke-dashoffset: 45;
  }
}

@keyframes check-dash {
  from {
    stroke-dashoffset: 120;
  }
  to {
    stroke-dashoffset: 45;
  }
}

.circle {
  stroke-dasharray: 300 300;
  animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -webkit-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -moz-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  -o-animation: circle 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.15s;
  opacity: 0;
}

@-webkit-keyframes circle {
  from {
    stroke-dashoffset: 300;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@-moz-keyframes circle {
  from {
    stroke-dashoffset: 300;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes circle {
  from {
    stroke-dashoffset: 300;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.circle-dash {
  stroke-dasharray: 10 300;
  animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -webkit-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -moz-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  -o-animation: circledash 1.5s cubic-bezier(0.5, 0, 0.5, 1) forwards 0.05s;
  opacity: 0;
}

@-webkit-keyframes circledash {
  from {
    stroke-dashoffset: 320;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 20;
    opacity: 1;
  }
}

@-moz-keyframes circledash {
  from {
    stroke-dashoffset: 320;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 20;
    opacity: 1;
  }
}

@keyframes circledash {
  from {
    stroke-dashoffset: 320;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 20;
    opacity: 1;
  }
}

.uk-button-mensaje {
  background-color: #293556;
}

.blog-uikit-cruceros > div.uk-grid > div > .uk-article,
.blog-uikit-excursiones-nacionales > div.uk-grid > div > .uk-article {
  border: 1px solid #cccccc;
  padding: 15px;
  position: relative;
}

.rd-cruceros h1.uk-article-title,
.rd-nacionales h1.uk-article-title {
  font-size: 22px;
  color: #283455;
  font-weight: 600;
  margin: 0px;
  line-height: 30px;
}

.rd-cruceros h1.uk-article-title + p,
.rd-nacionales h1.uk-article-title + p {
  margin: 0;
  font-weight: 800;
  color: #444444;
  line-height: 24px;
  font-size: 14px;
}
.rd-cruceros h1.uk-article-title + p + p,
.rd-nacionales h1.uk-article-title + p + p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  padding: 0px 10px 0px 0px;
}
.rd-cruceros ul.uk-subnav > li > a,
.rd-nacionales ul.uk-subnav > li > a {
  color: #ffffff;
  background: #293556;
  padding: 8px 62px;
}
.rd-cruceros ul.uk-subnav,
.rd-nacionales ul.uk-subnav {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0%);
}
.rd-cruceros ul.uk-subnav > li,
.rd-nacionales ul.uk-subnav > li {
  margin: 15px 0px;
  padding: 0;
}
.rd-cruceros ul.uk-subnav > li > a:hover,
.rd-nacionales ul.uk-subnav > li > a:hover {
  background: #ed6b2c;
}

h3.title + span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  width: 60px;
  padding: 10px;
  text-align: center;
  background: #eeeeee;
  color: #263352;
}

.content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eeeeee;
  border-top: 0;
  height: 60px;
  padding-left: 15px;
}

h3.title {
  margin: 0;
  color: #283455;
  font-size: 22px;
  font-weight: 600;
}

.content-info > p {
  font-weight: 600;
}

.rd-internacionales .uk-article > div.uk-align-medium-left {
  margin-right: 0px;
}

.content-teaser > p {
  font-size: 14px;
  line-height: 22px;
}

.rd-internacionales ul.uk-subnav > li > a {
  background: #ed6b2c;
  color: #ffffff;
  padding: 8px 62px;
}

.rd-internacionales ul.uk-subnav > li > a:hover {
  background-color: #283455;
}

.rd-internacionales .uk-article {
  border: 1px solid #eeeeee;
}

@media screen and (max-width: 480px) {
  .content-title {
    padding: 0px;
    border-left: 0px;
    border-top: 1px solid #eeeeee;
  }
  h3.title {
    width: 80%;
  }
  .rd-internacionales > div.uk-grid > div > .uk-article {
    text-align: center;
  }
  .rd-internacionales ul.uk-subnav {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .content-info > p {
    justify-content: center;
    padding: 0px 15px;
  }
  .content-title + p + p {
    padding: 0px 10px;
  }
}

.content-info {
  padding-left: 25px;
}

.rd-internacionales ul.uk-subnav {
  padding-left: 25px;
}

.rd-internacionales .uk-align-medium-left > img {
  width: 100%;
}

.rd-nosotros .uk-panel-box.uk-panel-box-primary {
  transition: all 0.3s ease-in-out 0s;
  background-color: #ed6b2e;
}
.rd-nosotros .uk-panel-box.uk-panel-box-primary:hover {
  background: #293556;
}

.rd-nosotros .uk-panel-box.uk-panel-box-primary * {
  color: #ffffff;
}

.content-nosotros + .uk-grid > div {
  display: flex;
  align-items: center;
}

body .image_gallery .uk-overlay,
body .image_gallery .uk-overlay img {
  width: 100%;
  height: auto;
}

body .hotel_full .rating_stars.uk-margin {
  width: 122px;
  max-width: 100%;
}

body .rating_stars.uk-margin > i.uk-icon-star {
  color: #f96618;
}

body .uk-button.uk-button-primary {
  background-color: #f96618;
}

.uk-form
  input:not([class*="uk-form-width-"]):not([class*="uk-width-"]):not([type="radio"]):not([type="checkbox"]),
.uk-form select:not([class*="uk-form-width-"]):not([class*="uk-width-"]),
.uk-form textarea:not([class*="uk-form-width-"]):not([class*="uk-width-"]) {
  width: 100%;
}

h3.hotel-title {
  color: #293556;
  font-size: 25px;
  font-weight: 600;
}

h1.hotel-title {
  color: #293556;
  font-weight: bold;
  font-size: 50px;
}
.teaser p.hotel-location {
  color: #444444;
  font-size: 15px;
  font-weight: 300;
}

.hotel_full p.hotel-location {
  color: #293556;
  font-size: 21px;
  font-weight: 600;
}

.teaser p.hotel-price {
  color: #ec6b2c;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.teaser strong.price {
  font-size: 20px;
  font-weight: 800;
}

.hotel_full p.hotel-price {
  color: #ec6b2c;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 10px 0px !important;
}

.hotel_full strong.price {
  font-size: 30px;
  font-weight: 800;
  margin: 0px 3px;
}

.hotel_full span.disp {
  color: initial;
}

.hotel_full p.hotel-min-stay {
  color: #444444;
}

a.uk-icon.uk-icon-expand {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

a.uk-slidenav.uk-slidenav-contrast {
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: block;
}

a.uk-icon.uk-icon-expand:hover,
a.uk-slidenav.uk-slidenav-contrast:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#booking_form .uk-icon {
  position: absolute;
  right: 5px;
  display: block;
  top: 10px;
}

#booking_form input[type="number"],
#booking_form .uk-width-1-1 > div > input,
#booking_form .uk-width-medium-1-2 > div > input,
#booking_form textarea {
  min-height: 40px;
  border: 1px solid #dddddd;
  padding: 10px 25px 5px 10px;
}
body .uk-datepicker-table-muted,
body .uk-datepicker-table-muted:hover {
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.uk-panel-box.muted {
  padding: 10px 25px 25px 25px;
  background-color: #fafafb;
  border: 0px !important;
}

[name="date_from"]:hover,
[name="date_to"]:hover {
  cursor: pointer !important;
}

form#booking_form > p {
  color: #283455;
  text-align: center;
  font-size: 18px;
}

#booking_form .uk-width-1-1 > div > input::placeholder,
#booking_form .uk-width-medium-1-2 > div > input::placeholder {
  color: #555555;
}

.pg-title > h3 {
  text-align: center;
  position: relative;
  color: #283455;
  font-size: 30px;
  font-weight: 600;
}

.pg-title > h3 > span {
  z-index: 999;
  padding: 0px 25px;
  background: #ffffff;
  position: relative;
}

.pg-title > h3::before {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #cccccc;
  content: "";
  top: 50%;
  bottom: 50%;
  z-index: 1;
}
.hotel_teaser.uk-panel.uk-panel-box {
  border-color: #e9e9ea;
  padding: 15px;
}

.hotel_teaser .hotel_image > img {
  width: 100%;
  object-fit: cover;
  height: 218px;
}

.uk-article ul.uk-grid.uk-grid-match.uk-grid-width-medium-1-4 > li img {
  height: 100%;
  max-height: 250px;
  object-fit: fill;
}

.content-teaser {
  height: 100%;
  max-height: 110px;
  overflow: hidden;
}
.uk-article h3,
.product-destinos h1 {
  color: #f26a2f;
  margin: 5px 0px;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}
.product-destinos h1 {
  font-size: 28px;
}

.blog-uikit-transporte
  ul.uk-grid.uk-grid-match.uk-grid-width-medium-1-4
  > li
  > div {
  border: 1px solid #dddddd;
  padding: 15px;
}
.blog-uikit-transporte
  ul.uk-grid.uk-grid-match.uk-grid-width-medium-1-4
  > li
  > div
  a.uk-button::before,
.product-destinos p a.uk-button::before {
  background: #2b3452 !important;
}

.blog-uikit-transporte
  ul.uk-grid.uk-grid-match.uk-grid-width-medium-1-4
  > li
  > div
  a.uk-button,
.product-destinos p a.uk-button {
  background: #e56b2c;
  border-color: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
}

.blog-uikit-excursiones-nacionales article.uk-article {
  min-height: 480px;
}

.rd-nacionales h1.uk-article-title + p + p {
  font-weight: 600;
  font-size: 15px;
}

.rd-nacionales p {
  margin: 10px 0px;
}

#tm-top-b .uk-grid figure h3 {
  color: #ffffff;
}
#tm-top-b .uk-grid figure .uk-overlay-bottom {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#tm-top-b
  .uk-grid
  figure
  .uk-grid.uk-grid-small.uk-float-right
  div.uk-row-first
  a {
  color: transparent;
  border: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#tm-top-b
  .uk-grid
  figure
  .uk-grid.uk-grid-small.uk-float-right
  div.uk-row-first
  a.uk-button:not(.uk-button-link):before {
  background: transparent;
}

.product-destinos .mod_galeria-destino {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

span.vanadium-advice.vanadium-invalid {
  display: none;
}

input.vanadium-invalid {
  margin-bottom: 0;
}

.uk-autocomplete .uk-dropdown {
  width: 100% !important;
}
ul.uk-autocomplete-results > li {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

ul.uk-autocomplete-results > li > a {
  padding: 5px 10px;
}

ul.uk-autocomplete-results > li > i {
  font-size: 20px;
}

.uk-autocomplete > .uk-dropdown {
  height: 100%;
  min-height: 226px;
  overflow: auto;
}

.uk-modal.uk-open {
  z-index: 99999;
}

.uk-modal-header {
  padding: 10px;
  background: #f5f5f5;
  margin-top: 10px;
}

a.uk-modal-close.uk-close {
  margin: -20px -20px !important;
  color: #ffffff;
  background: #ff7907;
  width: 25px;
}

.uk-modal-header > h3 {
  color: #0e296f;
  font-weight: 600;
}

.uk-modal-dialog label {
  font-size: 16px;
  color: #293a67;
  margin-bottom: 0px;
}

.uk-modal-dialog select,
.uk-modal-dialog input:not([type="radio"]) {
  border: 1px solid #dddddd !important;
  margin-bottom: 5px !important;
  height: 35px !important;
  padding: 5px !important;
  color: #3f51b5 !important
}
.uk-modal-dialog textarea {
  border: 1px solid #dddddd !important;
  padding: 5px !important;
}

.uk-autocomplete.uk-loading {
  position: relative;
}

.uk-autocomplete.uk-loading::before {
  content: "dsd";
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 14px;
  content: "\f1ce";
  font-family: FontAwesome;
  animation-name: rotation;
  animation-duration: 1s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center;
}

.uk-autocomplete.uk-loading input {
  padding-right: 21px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.blog-uikit-cruceros > div.uk-grid > div > .uk-article {
    min-height: 750px;
    position: relative;
}
.cont-form input[type="radio"] {
    height: initial !important;
    margin: 0px 4px;
}

.cont-form textarea {
    height: 55px;
}

.cont-form .uk-grid > div {
    margin-bottom: 10px;
}

select >option {
    color: #192649;
}
ul.uk-list.uk-contrast * {
    color: #ffffff !important;
}

.travel-tickets div:hover  img {
    transform: scale(1.05);
}

.travel-tickets div  img {
    transition: 0.2s ease-in-out 0s;
}


@media screen and (max-width: 480px){
  .uk-width-medium-3-10 >  .img > img {
    max-width: 145px;
}

.uk-width-medium-3-10 > .img {
    text-align: center;
}
}