/* ClearSans - Thin */
@font-face {
    font-family: "ClearSans";
    src: url(/fonts/ClearSans-Thin.ttf?17a6e8b6b5b4bedaafc01675170f0652) format("truetype");
    font-weight: 100;
    font-style: normal;
}

/* ClearSans - Light */
@font-face {
    font-family: "ClearSans";
    src: url(/fonts/ClearSans-Light.ttf?3cdd81d4a749d9e1711abcfedb5ba76c) format("truetype");
    font-weight: 300;
    font-style: normal;
}

/* ClearSans - Regular */
@font-face {
    font-family: "ClearSans";
    src: url(/fonts/ClearSans-Regular.ttf?b9bdac589c0d3aac828fd3a15108b61a) format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* ClearSans - Italic */
@font-face {
    font-family: "ClearSans";
    src: url(/fonts/ClearSans-Italic.ttf?2f526124d8ec03d2aa376a304a1b732d) format("truetype");
    font-weight: 400;
    font-style: italic;
}

/* ClearSans - Medium */
@font-face {
    font-family: "ClearSans";
    src: url(/fonts/ClearSans-Medium.ttf?411ebe0f9416ef4d16cfe13d58914f96) format("truetype");
    font-weight: 500;
    font-style: normal;
}

/* ClearSans - Medium Italic */
@font-face {
    font-family: "ClearSans";
    src: url(/fonts/ClearSans-MediumItalic.ttf?bc0ddff135fbee64a83af795d200b098) format("truetype");
    font-weight: 500;
    font-style: italic;
}

/* ClearSans - Bold */
@font-face {
    font-family: "ClearSans";
    src: url(/fonts/ClearSans-Bold.ttf?79e0c29cff90ef22bd513f10253b1b32) format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* ClearSans - Bold Italic */
@font-face {
    font-family: "ClearSans";
    src: url(/fonts/ClearSans-BoldItalic.ttf?e605d5877906bb4ad1f964333bd58160) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@charset "UTF-8";

#cart-added {
  width: 600px;
  z-index: 1000;
  position: fixed;
  padding: 60px 30px;
  background-color: #383838;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  border: 5px solid #edeae5;
  outline: #edeae5 solid 1px;
  outline-offset: 8px;
}

@media (max-width: 768px) {
  #cart-added {
    width: 90%;
    padding: 40px;
  }
}

#cart-added.open {
  display: block;
}

#cart-added h3 {
  font-size: 32px;
  color: #edeae5;
  margin-bottom: 30px;
}

#cart-added .cart-modal-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  #cart-added .cart-modal-bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}

.payment_method,
.payment_method_extra {
  background-color: white;
  color: #383838;
  padding: 20px;
  width: 100%;
  border-radius: 7px;
  border: 4px solid #edeae5;
  margin-bottom: 20px;
  transition: all 0.6s ease-in-out;
}

.payment_method {
  display: flex;
}

.payment_method.selected {
  border: 4px solid #edeae5;
  background-color: #edeae5;
}

.payment_method:hover {
  border: 4px solid #edeae5;
  background-color: #edeae5;
  cursor: pointer;
}

.payment_method:focus {
  outline: none;
}

.payment_method .picker {
  background: white;
  border: 3px solid #edeae5;
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
  margin-right: 24px;
  position: relative;
}

.payment_method .picker.selected:after {
  position: absolute;
  top: 50%;
  content: " ";
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background: #edeae5;
}

.method_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.method_image span,
.method_image label {
  color: #383838;
  display: block;
  padding-left: 15px;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-align: right;
}

.method_image img {
  height: 40px;
}

.has-danger .help-block {
  color: #383838;
}

#default {
  padding: 12rem 0 6rem;
}

#default ul {
  list-style: unset;
  margin: 1rem 0;
  padding-left: 2rem;
}

#default h2,
#default h3,
#default p,
#default li {
  color: #383838;
}

#default h3 {
  margin-top: 2rem;
}

#default a {
  text-decoration: underline;
}

.about-slider {
  padding: 0;
  max-width: 500px;
}

.about-slider::before {
  display: none;
}

.shop-product-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, 33%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product-wrap {
    grid-template-columns: repeat(auto-fill, 50%);
  }
}

@media only screen and (max-width: 767px) {
  .shop-product-wrap {
    grid-template-columns: repeat(auto-fill, 50%);
  }
}

@media only screen and (max-width: 479px) {
  .shop-product-wrap {
    grid-template-columns: repeat(auto-fill, 50%);
  }
}

.navbar-language ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.navbar-language li {
  cursor: pointer;
}

.navbar-language li span {
  padding-top: 4px;
  color: #383838;
}

.navbar-language li ul {
  display: none;
}

.navbar-language li .arrow-down:after {
  content: "\276F";
  display: inline-block;
  margin-left: 1rem;
  transform: rotate(90deg);
}

.navbar-language li:hover ul {
  position: absolute;
  top: 25px;
  right: -15px;
  display: block;
  background-color: #383838;
  width: 90px;
  padding-top: 0px;
  z-index: 1;
  border: 1px solid #edeae5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.navbar-language li:hover .triangle {
  position: absolute;
  top: 40px;
  right: -15px;
  z-index: 1;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.navbar-language li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #383838;
  border-radius: 2px 0px 0px 0px;
}

.navbar-language li ul li {
  position: relative;
  padding: 5px 10px;
  text-align: left;
  z-index: 2;
}

.navbar-language li ul li:first-of-type {
  padding-top: 15px;
}

.navbar-language li ul li:last-of-type {
  padding-bottom: 15px;
}

.navbar-language li ul li a {
  color: #d8d8d8;
  display: block;
  font-family: "ClearSans", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.navbar-language li ul li a.active {
  color: #edeae5;
}

.navbar-language li ul li a:hover {
  color: #edeae5;
  padding-left: 5px;
}

.services-section .nav-pills .nav-link {
  border-radius: 0;
}

.services-section .nav-pills .nav-link.active,
.services-section .nav-pills .show > .nav-link {
  color: white;
  background-color: #edeae5;
  padding: 10px 1rem 5px;
}

.services-section .services-list {
  padding: 1rem 0;
}

.services-section .services-list .services-list-item {
  position: relative;
  margin: 0 0 1.5rem;
}

.services-section .services-list .services-list-title {
  position: relative;
  padding: 0 10px 0 0;
  z-index: 1;
}

.services-section .services-list .services-list-price {
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0 0 10px;
  z-index: 1;
}

.services-section .services-list .services-list-line {
  height: 1px;
  margin: 0;
  border: 0;
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: linear-gradient(to right, #ccc 100%, rgba(0, 0, 0, 0) 0);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}

.services-section .services-list h4 {
  font-size: 12pt;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-section .services-list h4 .services-list-line {
  bottom: 1px;
}

.services-section .services-list .services-list-content .services-list-line {
  bottom: 8px;
}

.services-section .services-list-item .services-list-title,
.services-section .services-list-item .services-list-description,
.services-section .services-list-item .services-list-price {
  background: none;
}

.services-section .dotted .services-list-title,
.services-section .dotted .services-list-description,
.services-section .dotted .services-list-price {
  background-color: #383838;
}

.services-section .dotted .services-list-line {
  background-image: radial-gradient(circle closest-side, #ccc 99%, rgba(0, 0, 0, 0) 0%);
}

/*-- Testimonial Image Slider --*/

.service-image-wrapper {
  position: relative;
  padding: 0 40px;
  max-width: 415px;
  margin: auto;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-image-wrapper {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-image-wrapper {
    margin: 0;
  }
}

@media only screen and (max-width: 479px) {
  .service-image-wrapper {
    padding: 0 30px;
  }
}

.service-image-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 65px;
  bottom: 65px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

@media only screen and (max-width: 479px) {
  .service-image-wrapper::before {
    top: 30px;
    bottom: 30px;
  }
}

.service-image-wrapper .slick-arrow {
  position: absolute;
  left: -15px;
  bottom: 65px;
  border: none;
  background-color: transparent;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  font-size: 18px;
  font-weight: 700;
  font-family: "ClearSans", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

.service-image-wrapper .slick-arrow.slick-prev::after {
  position: absolute;
  right: -11px;
  top: 0;
  content: "/";
}

.service-image-wrapper .slick-arrow.slick-next {
  bottom: 120px;
}

.service-image-wrapper .slick-arrow:hover {
  color: #edeae5;
}

@media only screen and (max-width: 479px) {
  .service-image-wrapper .slick-arrow {
    bottom: 30px;
  }

  .service-image-wrapper .slick-arrow.slick-next {
    bottom: 85px;
  }
}

.search-results h4 {
  line-height: 2rem;
  background-color: rgba(56, 56, 56, 0.5);
  color: #edeae5;
  padding: 10px 20px;
  margin-bottom: 1.5rem;
}

.cart-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
  .cart-progress {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cart-progress .cart-p-item {
  height: 100%;
  border: 0;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 30px;
  position: relative;
  transition: 0.5s all;
}

.cart-progress .cart-p-item.active {
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
}

.cart-progress .cart-p-item:hover {
  cursor: pointer;
  color: #383838;
  background-color: rgba(255, 255, 255, 0.5);
}

.cart-progress .cart-p-item:after {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(255, 255, 255, 0.3);
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.cart-progress .cart-p-item.done {
  color: #383838;
  background-color: #edeae5;
  border: 1px solid #edeae5;
}

.cart-progress .cart-p-item.done:after {
  border-left: 20px solid #edeae5;
}

.cart-progress .cart-p-item.disable {
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
}

.cart-progress .cart-p-item.disable:after {
  border-left: 20px solid rgba(255, 255, 255, 0.1);
}

.cart-progress .cart-p-item.disable:hover {
  cursor: not-allowed;
}

.info-line {
  display: flex;
  align-items: center;
  margin: 10px;
}

.info-line .info-key {
  text-transform: capitalize;
  font-weight: 600;
}

.info-line .info-val {
  padding-left: 0.5rem;
}

.btn-booknow {
  padding: 15px 30px;
  display: inline-block;
  background-color: #9f2f41;
  color: white;
  text-transform: uppercase;
  font-size: 16pt;
}

@media only screen and (max-width: 767px) {
  .btn-booknow {
    font-size: 10.5pt;
  }
}

.btn-transportes {
  height: 135px;
  padding: 0 60px;
}

.check-box {
  float: left;
  margin-right: 70px;
}

.check-box:last-child {
  margin-right: 0;
}

.check-box input[type=checkbox] {
  display: none;
}

.check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin: 0;
}

.check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  transition: all 0.3s ease 0s;
}

.check-box input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\F00C";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: white;
  width: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.check-box input[type=checkbox]:checked + label::before {
  border: 2px solid white;
}

.check-box input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.nice-select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 3px 25px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: #383838;
  border-color: #383838;
}

.nice-select.disabled,
.nice-select:hover,
.nice-select:focus {
  border-color: #383838;
}

#instafeed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}

@media (max-width: 1020px) {
  #instafeed {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 636px) {
  #instafeed {
    grid-template-columns: repeat(1, 1fr);
  }
}

#instafeed a {
  position: relative;
  height: 400px;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}

#instafeed a img.post-img {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.4);
}

#instafeed a .hover-status {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.1);
  font-size: 22px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

#instafeed a .hover-status .icon {
  width: 22px;
}

#instafeed a .hover-status .insta-likes {
  margin-right: 10px;
}

#instafeed a .hover-status .insta-likes img {
  margin-right: 5px;
}

#instafeed a .hover-status .insta-comments {
  margin-left: 10px;
}

#instafeed a .hover-status .insta-comments img {
  margin-right: 5px;
}

@media (max-width: 1240px) {
  #instafeed a {
    display: block;
    height: 240px;
    overflow: hidden;
  }

  #instafeed a img {
    width: 100%;
  }
}

@media (max-width: 636px) {
  #instafeed a {
    height: 300px;
  }
}

#instafeed a:hover .hover-status {
  opacity: 1;
  visibility: visible;
}

#instafeed a:hover img.post-img {
  transform: translate(-50%, -50%) scale(1.1);
}

.cc-window {
  background-color: #383838 !important;
}

.cc-revoke,
.cc-window {
  font-family: "ClearSans", sans-serif;
  font-size: 9pt;
  display: block;
}

.cc-banner.cc-bottom {
  left: unset;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 768px) {
  .cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.cc-window.cc-banner {
  width: 30%;
  padding: 2rem;
}

@media (max-width: 991px) {
  .cc-window.cc-banner {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .cc-window.cc-banner {
    width: 100%;
  }
}

.cc-compliance {
  margin-top: 1rem;
  justify-content: flex-end;
}

.cc-btn {
  font-family: "ClearSans", sans-serif;
  font-size: 10.5pt;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0;
  color: #383838 !important;
}

