

/* modal-dialog */
.modal-dialog {
  margin: 50px auto;
  transition: transform .3s;
  transform: translateY(0);
  width: 65%;
}

/* modal-content */
.modal-content {
  background: #fff;
  border-radius: 10px;
  animation: .3s fadeIn;
  overflow: hidden;
  box-shadow: 0 5px 20px #0003;
}

/* modal-header */
.modal-header {
  background: var(--color-gold);
  justify-content: flex-end;
  padding: 20px;
  display: flex;
}

/* modal-body */
.modal-body {
  padding: 20px;
}

/* btn-close */
.btn-close {
  cursor: pointer;
  background: 0 0;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
}

/* contenedor-landing */
.contenedor-landing {
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
}

/* title-list-tr */
.title-list-tr {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(24px, 2.3vw, 40px);
}

/* header-landing */
.header-landing {
  background-color: #00193a;
  padding: 10px 0;
}
.header-landing .land-logo {
  justify-content: center;
  display: flex;
}

/* slider-acf */
.slider-acf {
  width: 100%;
  height: 85vh;
}
.slider-acf img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* overlay-landing-uro */
.overlay-landing-uro {
  z-index: 1;
  pointer-events: none;
  background: #0000002e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* contenedor-slider */
.contenedor-slider {
  position: relative;
}
.contenedor-slider .cont-contact {
  z-index: 2;
  color: #fff;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00193a3d;
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.contenedor-slider .cont-contact h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.contenedor-slider .cont-contact label {
  color: #fff !important;
}
.contenedor-slider .cont-contact .wpforms-submit {
  width: 100%;
  color: #00193a !important;
  background: var(--color-gold) !important;
  height: auto !important;
  padding: 20px 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.contenedor-slider .text-title {
  z-index: 2;
  width: 30%;
  position: absolute;
  bottom: 50%;
  left: 10%;
}
.contenedor-slider .text-title h1 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw + 1rem, 3.5rem);
}

/* section-reviews */
.section-reviews {
  z-index: 2;
  position: relative;
  top: -20px;
}

/* lista-tours-land */
.lista-tours-land {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.lista-tours-land .ur-img {
  height: 240px;
}
.lista-tours-land img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
}
.lista-tours-land .cont-body {
  padding: 10px 0;
}
.lista-tours-land .cont-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.lista-tours-land .duration-badge {
  align-items: center;
  gap: 5px;
  display: flex;
}
.lista-tours-land .price-info .price {
  font-size: 20px;
}
.lista-tours-land .cont-boton {
  margin-top: 10px;
}
.lista-tours-land .cont-star {
  margin-top: 5px;
}
.lista-tours-land .btn-book-now {
  cursor: pointer;
  color: #ac804e;
  background: 0 0;
  border: 2px solid #ac804e;
  border-radius: 8px;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
}
.lista-tours-land .btn-book-now:hover {
  color: #fff;
  background-color: var(--color-gold);
}
.lista-tours-land .btn-book-now svg {
  vertical-align: middle;
}

/* section-licences-landing */
.section-licences-landing .cont-body {
  grid-template-columns: 30% 1fr;
  gap: 20px;
  display: grid;
}
.section-licences-landing .cont-lic-images {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.section-licences-landing .cont-lic-images img {
  width: 100%;
}

/* footer-landing */
.footer-landing {
  position: relative;
  overflow: hidden;
}
.footer-landing .sec-conta {
  margin-bottom: 20px;
}
.footer-landing .wpforms-container {
  margin: 0 !important;
}
.footer-landing label {
  height: 0;
  color: #fff !important;
  display: none !important;
}
.footer-landing input, .footer-landing textarea {
  border-radius: 8px !important;
}
.footer-landing .wpforms-form > .wpforms-field-container > .wpforms-field {
  padding: 0 0 8px !important;
}
.footer-landing .wp-core-ui div.wpforms-container .wpforms-field, .footer-landing .wpforms-container .wpforms-field {
  padding: 0 !important;
}
.footer-landing .form-contact {
  margin-top: 20px;
}
.footer-landing .form-contact .title-contact {
  color: var(--color-gold);
  font-size: 25px;
}
.footer-landing .background-img {
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.footer-landing .overlay-ft {
  z-index: 1;
  background: #00193ade;
  position: absolute;
  inset: 0;
}
.footer-landing .cont-forms {
  z-index: 2;
  grid-template-columns: 45% 1fr;
  align-items: center;
  gap: 30px;
  display: grid;
  position: relative;
}
.footer-landing .land-logo-ft {
  justify-content: center;
  display: flex;
}
.footer-landing .wpforms-submit {
  width: 100%;
  color: #00193a !important;
  background: var(--color-gold) !important;
  height: auto !important;
  padding: 20px 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.footer-landing .descrip-lnd {
  z-index: 2;
  color: #fff;
  background-color: #00193a;
  padding: 20px 0;
  position: relative;
}
.footer-landing .descrip-lnd .text-copy {
  padding: 20px 0;
}

/* icon-wpp-float */
.icon-wpp-float {
  z-index: 99;
  animation: 1.2s infinite attract-shake-strong;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.icon-wpp-float a {
  color: #fff;
  cursor: pointer;
  background-color: #25d366;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px #00000040;
}
.icon-wpp-float a .wpp-badge {
  color: #fff;
  background: #ff2d2d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  right: -6px;
  box-shadow: 0 2px 6px #0000004d;
}
.icon-wpp-float a:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 20px #00000059;
}
.icon-wpp-float a svg {
  vertical-align: middle;
}

/* contenedor-slider */
@media (max-width: 1100px) {
  .contenedor-slider .cont-contact {
    background-color: #00193a;
    width: 95%;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
    right: 0;
  }
  .contenedor-slider .text-title {
    text-align: center;
    width: 65%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contenedor-slider .text-title h1 {
    font-size: 38px;
  }
}

/* slider-acf */
@media (max-width: 1100px) {
  .slider-acf {
    height: 60vh;
  }
}

/* footer-landing */
@media (max-width: 1100px) {
  .footer-landing .cont-forms, .lista-tours-land, .section-licences-landing .cont-body {
    grid-template-columns: 1fr;
  }
}

/* modal-dialog */
#myModalenquire .modal-dialog {
  width: min(620px, 100%);
  margin: auto;
}

/* modal-content */
#myModalenquire .modal-content {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

/* slider-reviews */
.slider-reviews .avatar img {
  width: 100%;
  height: 100%;
}
