
/* 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;
}

/* border */
.border,.border-0 {
  border-radius: var(--radius-lg);
  border: 1px solid #d4d4d4;
  height: 100%;
  padding: 30px;
}

/* uros-slider */
@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;
}

/* why-card */
.why-card {
  padding: 24px 22px;
  border-radius: 16px;
  background: #fff;
  text-align: left;
  transition: .3s ease;
  box-shadow: rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px;
}
.why-card:hover {
  background: #00193a;
  color: #fff;
  transform: translateY(-4px);
}

/* why-card-title */
.why-card-title {
  margin: 0;
  color: #00193a;
  font-size: clamp(18px,1vw,24px);
  line-height: 1.3;
  transition: color .3s ease;
}

/* why-card */
.why-card:hover .why-card-title {
  color: #fff;
}

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

/* about-why-contenedor */
@media (max-width: 1024px) {
  .about-why-contenedor {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .about-why-contenedor, .section-detail-tour, .tour-media-container {
    grid-template-columns: 1fr;
  }
}

/* slider-abt */
.slider-abt .abt-title h1 {
  font-size: clamp(1.8rem, 2.5vw, 3.5rem);
}

/* about-description-contenedor */
.about-description-contenedor {
  width: 90%;
  max-width: 1450px;
  margin: 3% auto 0;
}

/* about-description */
.about-description {
  margin-bottom: 4%;
}
.about-description h2 {
  text-align: center;
  color: #00224f;
  font-weight: 700;
}

/* homedescript */
.homedescript {
  color: #00224f;
  text-align: justify;
  width: 75%;
  margin: 0 auto;
}

/* about-why-contenedor */
.about-why-contenedor {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 5%;
  display: grid;
}
.about-why-contenedor .why-card {
  text-align: center;
  background: #fff;
  border: 1px solid #caced7;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 15px 30px;
  transition: all .3s;
  display: flex;
}
.about-why-contenedor .why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px #0000001a;
}
.about-why-contenedor .why-card .why-card-title {
  color: #00224f;
  margin-top: 10px;
}
.about-why-contenedor .why-card {
  color: var(--color-primary);
}

/* aboutlist */
.aboutlist {
  background-color: #f9f9f9;
  padding: 20px 0;
}

/* aboutlist-contenedor */
.aboutlist-contenedor {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 15px 0;
}

/* aboutlist-card */
.aboutlist-card {
  grid-template-columns: 40% auto;
  gap: 40px;
  margin-bottom: 30px;
  display: grid;
}
.aboutlist-card:nth-child(2) {
  grid-template-columns: auto 40%;
}
.aboutlist-card:nth-child(2n) .aboutlist-imagen {
  order: 2;
}
.aboutlist-card:nth-child(2n) .aboutlist-description {
  order: 1;
}

/* aboutlist-imagen */
.aboutlist-imagen {
  background-color: #a6a6a6;
  border-radius: 8px;
  height: 300px;
}
.aboutlist-imagen img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

/* abdescription */
.abdescription, .aboutlist-title {
  color: #00224f;
}

/* about-founder */
.about-founder {
  padding: 3% 0;
}
.about-founder .title-founder {
  color: #00224f;
}
.about-founder .compa-title {
  color: #00224f;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px !important;
}
.about-founder .abt-found-descrip {
  color: #00224f;
  text-align: center;
  width: 65%;
  margin: 10px auto 40px;
}
.about-founder .team-description {
  text-align: center;
}

/* about-founder-contenedor */
.about-founder-contenedor {
  grid-template-columns: 40% auto;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
  display: grid;
}

/* abt-founder-image */
.abt-founder-image {
  background-color: #b9b8b8;
  border-radius: 8px;
  height: 350px;
}
.abt-founder-image img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

/* abt-founder-body */
.abt-founder-body {
  color: #00224f;
  margin-top: 15px;
}

/* abdescription */
.abdescription {
  margin-top: 15px;
}

/* abt-founder-body */
.abt-founder-body > p {
  margin-top: 10px;
}

/* abt-founder-team */
.abt-founder-team .swiper-wrapper {
  align-items: stretch;
}
.abt-founder-team .team-card-item {
  border: 1px solid #e4e6ea;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 20px;
  display: flex;
}
.abt-founder-team .team-card-item .team-profiles {
  background-color: #ededed;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  padding: 5px;
}
.abt-founder-team .team-card-item .team-profiles img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.abt-founder-team .team-card-item .postcontent {
  margin-top: 10px;
}
.abt-founder-team .team-card-item .title-team {
  color: #00224f;
  text-align: center;
}

/* tm-list-header */
.tm-list-header .tm-list-title {
  color: #00224f;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px !important;
}

/* tm-list-descrip */
.tm-list-descrip {
  color: #00224f;
  text-align: center;
  width: 65%;
  margin: 10px auto 40px;
}

/* tm-grid-container */
.tm-grid-container {
  gap: 25px;
  width: 100%;
  margin-top: 40px;
  grid-template-columns: repeat(3, 1fr) !important;
  display: grid !important;
}
@media (max-width: 992px) {
  .tm-grid-container {
    grid-template-columns:repeat(2, 1fr) !important;
  }
}
@media (max-width: 576px) {
  .tm-grid-container {
    gap: 15px;
    grid-template-columns: 1fr !important;
  }
}

/* tm-list-card */
.tm-list-card {
  background-color: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}
.tm-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px #0000000d;
}
.tm-list-card .tm-list-descr-content {
  text-align: center;
  padding: 15px;
}

/* title-tm-item */
.title-tm-item, .tm-item-description {
  color: #00224f;
  font-weight: 700;
}

/* gold-line-sm */
.gold-line-sm {
  background-color: var(--color-gold);
  border: none;
  width: 60px;
  margin: 12px auto;
  opacity: 1 !important;
  height: 5px !important;
}

/* title-certificate */
.title-certificate {
  color: #00224f;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px !important;
}

/* cert-list */
.cert-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  display: grid;
}
.cert-list .cont-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* about-founder */
@media (max-width: 576px) {
  .about-founder .abt-found-descrip, .homedescript, .tm-list-descrip {
    width: 100%;
  }
}

/* about-founder-contenedor */
@media (max-width: 576px) {
  .about-founder-contenedor, .about-why-contenedor, .aboutlist-card, .aboutlist-card:nth-child(2), .cert-list {
    grid-template-columns: 1fr;
  }
}

/* aboutlist-title */
@media (max-width: 576px) {
  .aboutlist-title {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* aboutlist-card */
@media (max-width: 576px) {
  .aboutlist-card:nth-child(2n) .aboutlist-description {
    order: 2;
  }
  .aboutlist-card:nth-child(2n) .aboutlist-imagen {
    order: 1;
  }
}

/* homedescript */
.homedescript img {
  width: 100%;
  height: auto;
}

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