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

/* uros-slider */
.uros-slider {
  position: relative;
  height: 60vh;
}
.uros-slider .uros-content {
  z-index: 3;
  display: flex;
  align-items: end;
  padding-bottom: 40px;
  position: relative;
  width: var(--container-width);
  max-width: var(--container-max);
  height: 100%;
  margin: 0 auto;
}
.uros-slider .uros-overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.2));
}
.uros-slider .uros-banner-img {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.uros-slider .uros-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .uros-slider .uros-content {
    justify-content: center;
  }
}

/* home */
body.home .hero-image,body.home .hero-image img,body.home .hero-media,body.home .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.home .hero-image img,body.home .hero-video {
  object-fit: cover;
}

/* ══════════════════════════════════════════════════════
   Procedente de general.css
   ══════════════════════════════════════════════════════ */

/* planea-banner */
.planea-banner .blog-sld-title {
  font-size: clamp(1.8rem, 2.5vw, 3.5rem);
}

/* content-body */
.content-body {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

/* text-second-planea */
.text-second-planea {
  color: #00193a;
  font-size: clamp(24px, 2.3vw, 40px);
}

/* breadcrumb-planea */
.breadcrumb-planea {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* section-form */
.section-form {
  border: 1px solid #caced7;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}
.section-form h3 {
  text-align: start !important;
  color: #00193a !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 18px !important;
}

/* section-info-cards */
.section-info-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 3rem;
  display: grid;
}
.section-info-cards .card-planea {
  border: 1px solid #caced7;
  border-radius: 15px;
  padding: 20px 30px;
}
.section-info-cards .card-body {
  margin-top: 10px;
}
.section-info-cards h2 {
  margin-top: 20px;
  font-size: 22px;
}
.section-info-cards .number-cont {
  background-color: var(--color-gold);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}
.section-info-cards .number-cont span {
  font-size: 30px;
  font-weight: 700;
}
.section-info-cards .planea-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* checkbox-cards */
.checkbox-cards {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  display: grid;
}

/* check-card */
.check-card {
  cursor: pointer;
  position: relative;
}
.check-card input {
  display: none;
}
.check-card .card-content {
  text-align: center;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 14px;
  padding: 14px;
  transition: all .25s;
}
.check-card img {
  width: 100%;
  height: 170px;
  margin-bottom: 8px;
}
.check-card span {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.check-card input:checked + .card-content {
  border-color: #00193a;
}

/* section-form */
.section-form .line-form {
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.section-form > h2 {
  text-align: center;
}
.section-form .tai-descrip {
  text-align: center;
  width: 65%;
  margin: 0 auto;
}
.section-form .title {
  color: #00193a;
  font-size: 18px;
}
.section-form .trip-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}
.section-form label {
  color: #00193a;
  font-size: 15px;
}
.section-form input[type=date], .section-form input[type=email], .section-form input[type=number], .section-form input[type=tel], .section-form input[type=text], .section-form select {
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
.section-form textarea {
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
}
.section-form .form-group-g {
  margin-bottom: 30px;
}
.section-form .form-group {
  margin-bottom: 1rem;
}
.section-form .trip-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.section-form .form-tourch-spin {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}
.section-form .form-tourch-spin > input {
  border: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  border-radius: 0;
  flex: auto;
  width: 1%;
}
.section-form .form-tourch-spin button {
  border: 1px solid #d7d7d7;
  padding: 11px 20px;
}
.section-form .checkbox-group, .section-form .radio-group {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}
.section-form .title-pref {
  color: #00193a;
  font-family: ibrand, sans-serif;
  font-size: 15px;
}
.section-form .trip-action-forms {
  justify-content: center;
  display: flex;
}
.section-form .buttom-trip {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: var(--color-gold);
  border: none;
  border-radius: 10px;
  margin-right: 15px;
  padding: 12px 30px;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}
.section-form .buttom-trip:hover {
  color: #000;
  background-color: #e0a800;
  transform: translateY(-2px);
}
.section-form .buttom-trip img, .section-form .buttom-trip svg {
  vertical-align: middle;
}

/* section-info-cards */
@media (max-width: 576px) {
  .section-info-cards {
    grid-template-columns: 1fr;
  }
}

/* planea-banner */
@media (max-width: 576px) {
  .planea-banner .blog-sld-title {
    text-align: center;
  }
}

/* content-body */
@media (max-width: 576px) {
  .content-body {
    width: 100%;
  }
}

/* checkbox-cards */
@media (max-width: 576px) {
  .checkbox-cards, .section-form .trip-grid-2, .section-form .trip-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* uros-slider */
.uros-slider .blog-sld-title.tx-white {
  color: var(--color-white);
}

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