.sagem-banner-principal {
  height: 100vh;
}

/* {
   background-image: url(../assets/banner-principal.png);
   background-position: center;
   background-size: cover;
} */

.sagem-banner-swiper {
  width: 100%;
  height: 100%;
}

.banner-principal-items {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-principal-items.primero .logo-banner img {
  width: 250px;
}

.banner-principal-items h1 {
	color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 3.5rem;
    margin-bottom: 10px;
}
.banner-principal-items h2{
    font-size: 2.5rem;
    color: #fff;
}
.banner-principal-items.primero p {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;

}

.banner-principal-items .feature-item p {
  color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
  margin-left: 10px;

}

.banner-principal-items.primero>span {
color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    border-radius: 0;

  strong {
    font-size: 15px;
    display: block;
    margin-bottom: 7px;
  }
}

.features {
  width: 100%;
  padding: 40px 20px;
}

.features-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
  color: #ffffff;
  display: flex;
}

.feature-item img {
  width: 35px;
  height: auto;
  margin-bottom: 10px;
  opacity: 0.9;
}

.feature-item p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.feature-item span {
  font-size: 14px;
  opacity: 0.8;
}

.banner-principal-items.primero .links {
  display: flex;
  align-items: center;
  gap: 40px;
}


.banner-principal-items-titulo {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-shadow: 7px 7px 12px #000000b3;
}

.banner-principal-items>p {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
}

.banner-principal-items>p.naranja {
  background: #ff9700 0% 0%;
  mix-blend-mode: hard-light;
  font-weight: 600;
  padding: 0 10px;
}

.banner-principal-items>span {
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
}

.banner-principal-items>span strong {
  color: #ffcb00;
}

.banner-principal-items .check-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.banner-principal-items .check-text img {
  width: 40px;
}

.banner-principal-items .check-text span {
  color: #ffcb00;
  font-weight: 500;
  font-size: 19px;
}

.banner-principal-items .links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner-principal-items .links p>span {
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
}

.banner-principal-items .links a,
.btn-solicitar {
  background-color: #fe9222;
  border: 2px solid #fe9222;
  font-weight: 600;
  padding: 5px 40px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 10px 10px 20px #0000001a;
  text-align: center;
}

.banner-principal-items .links a:hover,
.btn-solicitar:hover {
  background-color: transparent;
  transition: .3s;
  border: 2px solid #fff;
}

.banner-principal-items>a.link-whatsapp-full {
  color: #fff;
  background-color: #32d751;
  text-decoration: none;
  padding: 7px 35px;
  border-radius: 7px;

  span {
    font-size: 20px;
  }
}

.swiper-pagination {
  display: table;
  width: auto !important;
  right: 1% !important;
  left: initial !important;
  bottom: 7px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/* POR QUE ELEGIRNOS */

.porque-elegirnos {
  padding: 40px;
}

.porque-elegirnos-contenedor {
  margin: 0 auto;
}

.porque-elegirnos-contenedor>h2 {
  text-align: center;
  font-size: 35px;
  color: #0C6657;
}

.porque-elegirnos-contenedor>p {
  font-size: 17px;
  text-align: center;
  margin-bottom: 30px;
}

.porque-elegirnos-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}

.porque-elegirnos-items>div {
  border-radius: 20px;
  background-color: #ffffff;
  align-items: center;
  padding: 30px 50px;
  box-shadow: 10px 10px 20px #0000001a;
  text-align: center;
}

.porque-elegirnos-items>div img {
  width: 80px;
  margin-bottom: 10px;
}

.porque-elegirnos-items>div p {
  text-align: center;
  color: #272727;
  font-weight: 600;
  font-size: 19px;
}

/* que dicen de nosotros */

.que-dicen-nosotros {
  margin-bottom: 40px;
}

.que-dicen-nosotros-contenedor {
  margin: 0 auto;
}

.que-dicen-nosotros-header {
  text-align: center;
  position: relative;
}

.que-dicen-nosotros-header {
  position: relative;
  margin-bottom: 170px;
}

.que-dicen-nosotros-header h3 {
  color: var(--titulocolor);
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.que-dicen-nosotros-header img {
  width: 180px;
  position: absolute;
  top: 15px;
  right: 5%;
}

.que-dicen-nosotros-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Espaciado entre las tarjetas */
  justify-content: center;
  position: relative;
  /* Posicionamiento relativo para controlar las capas */
  height: 495px;
}

.que-dicen-nosotros-items article {
  max-width: 400px;
  background-color: #fff;
  box-shadow: 10px 10px 20px #0000001a;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  /* Para que se "superpongan" correctamente */
  transition: transform 0.3s ease;
}

.que-dicen-nosotros-items>article:nth-child(1) {
  transform: translate(-100%, -40px);
  animation: float1 3s infinite ease-in-out;
}

.que-dicen-nosotros-items>article:nth-child(2) {
  transform: translate(-27px, -95px);
  animation: float2 3s infinite ease-in-out;
}

.que-dicen-nosotros-items>article:nth-child(3) {
  transform: translate(100%, -40px);
  animation: float3 3s infinite ease-in-out;
}

.que-dicen-nosotros-items>article:nth-child(4) {
  transform: translate(-90%, 140px);
  animation: float4 3s infinite ease-in-out;
  z-index: 2;
}

.que-dicen-nosotros-items>article:nth-child(5) {
  transform: translate(15%, 83px);
  animation: float5 3s infinite ease-in-out;
  z-index: 2;
}

.que-dicen-nosotros-items>article:nth-child(6) {
  transform: translate(100%, 191px);
  animation: float6 3s infinite ease-in-out;
}

.que-dicen-nosotros-items>article:nth-child(7) {
  transform: translate(-21%, 260px);
  animation: float7 3s infinite ease-in-out;
}

.que-dicen-nosotros-items>article:nth-child(8) {
  transform: translate(0, -40px);
}

@keyframes float1 {

  0%,
  100% {
    transform: translate(-100%, -40px);
  }

  50% {
    transform: translate(-100%, -44px);
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translate(-27px, -95px);
  }

  50% {
    transform: translate(-27px, -91px);
  }
}

@keyframes float3 {

  0%,
  100% {
    transform: translate(100%, -40px);
  }

  50% {
    transform: translate(100%, -44px);
  }
}

@keyframes float4 {

  0%,
  100% {
    transform: translate(-90%, 140px);
  }

  50% {
    transform: translate(-90%, 136px);
  }
}

@keyframes float5 {

  0%,
  100% {
    transform: translate(15%, 83px);
  }

  50% {
    transform: translate(15%, 87px);
  }
}

@keyframes float6 {

  0%,
  100% {
    transform: translate(100%, 191px);
  }

  50% {
    transform: translate(100%, 188px);
  }
}

@keyframes float7 {

  0%,
  100% {
    transform: translate(-21%, 260px);
  }

  50% {
    transform: translate(-21%, 256px);
  }
}

.que-dicen-nosotros-items article .nosotros-comillas {
  position: absolute;
  right: 40px;
  top: -20px;
  width: 37px;
  height: 37px;
  background-color: #0C6657;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;

  img {
    filter: invert(1);
    width: 23px;
  }
}

.que-dicen-nosotros-items article .dicen-nosotros-persona {
  padding: 30px 40px;
  gap: 30px;
  display: grid;
  grid-template-columns: 50px 1fr;
}

article .dicen-nosotros-persona .image img {
  border-radius: 50%;
}

article .dicen-nosotros-persona .texto p {
  margin-bottom: 3px;
  line-height: 20px;
  font-size: 15px;
}

article .dicen-nosotros-persona .texto div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

article .dicen-nosotros-persona .texto div img {
  width: 70px;
}

article .dicen-nosotros-persona .texto div p {
  color: #606060;
  font-weight: 500;
  font-size: 13px;
}

/* SERVICIOS QUE OFRECEMOS  */

.servicios-que-ofrecemos {
  padding: 20px 20px;
}

.servicios-que-ofrecemos-contenedor {
  margin: 0 auto;
}

.servicios-que-ofrecemos-contenedor>h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  color: #0C6657;
  margin-bottom: 40px;
}

.servicios-que-ofrecemos-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* 🔥 centra las columnas */
  gap: 30px;
  padding-top: 40px;
}

.servicios-que-ofrecemos-items div {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 30%;
  height: 300px;
  padding-bottom: 0px;
}

.servicios-que-ofrecemos-items div h3 {
  color: #fff;
  font-weight: 400;
  text-shadow: 7px 7px 12px #000000b3;
  font-size: 20px;
  margin-bottom: 10px;
}

.servicios-que-ofrecemos-items div a {
  background-color: #0C6657;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 10px;
  cursor: pointer;
}

/* nuestro trabajo */

.nuestro-trabajos {
  margin-bottom: 80px;
}

.nuestro-trabajos-contenedor {
  margin: 0 auto;
}

.nuestro-trabajos-contenedor h3 {
  color: var(--titulocolor);
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.nuestro-trabajos-items-swiper {
  width: 100%;
  height: 400px;
}

.nuestro-trabajos-items-swiper .swiper-slide div {
  height: 100%;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-bottom: 30px;
  color: #fff;
}

.nuestro-trabajos-items-swiper .swiper-slide div h3 {
  font-weight: 400;
}

.nuestro-trabajos-items-swiper .swiper-slide div img {
  cursor: pointer;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
  font-size: 24px !important;
  width: 40px !important;
  height: 40px !important;
  background-color: #fff !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 29px !important;
}

.nuestro-trabajos-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(191px, 1fr));
  gap: 10px;
  margin-bottom: 40px;
}

.nuestro-trabajos-mas {
  text-align: center;
}

.nuestro-trabajos-mas a {
  background-color: #0C6657;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 9px 40px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}

/* forn mapa */

.sagem-formulario-mapa {
  padding-bottom: 60px;
  background-image: url(../assets/trazado-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.sagem-formulario-mapa::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 360px;
  background-color: #f0f0f2;
  border-top-left-radius: 40%;
  border-top-right-radius: 40%;
}

.sagem-formulario-mapa-contenedor {
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}

.formulario-content {
  box-shadow: 10px 10px 20px #0000001a;
  background-color: #fff;
  padding: 30px 40px;
  margin-bottom: 70px;
}

.formulario-content h3 {
  color: var(--titulocolor);
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.formulario-content form input {
  display: block;
  background-color: #f0f0f2;
  padding: 10px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  width: 100%;
  color: #000;
}

.formulario-content form input::placeholder {
  color: rgb(117, 117, 117);
}

.formulario-content form textarea {
  display: block;
  background-color: #f0f0f2;
  padding: 10px;
  border: none;
  outline: none;
  margin-bottom: 15px;
  width: 100%;
  color: #000;
  height: 100px;
}

.formulario-content form textarea {
  color: #000;
}

.formulario-content form button,
.formulario-content form .btn-form {
  background-color: #0C6657;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 3px 15px;
  font-weight: 600;
  border-radius: 10px;
  outline: none;
  border: 2px solid #0C6657;
  display: block;
  margin: 0 auto;
  width: 120px;
  cursor: pointer;
  transition: .3s;

}

.formulario-content form .btn-form:hover {
  color: #000;
  background: #fff;
  transition: .3s;
}

/* mapa */

.mapa-content {
  margin-bottom: 60px;
}

.mapa-content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.mapa-content>p {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

.mapa-content>a {
  display: block;
  margin-bottom: 50px;
}

.mapa-content>img {}

.datos-redes>div {
  background: #fff;
  box-shadow: 10px 10px 20px #0000001a;
}

.datos-redes {
  display: flex;
  gap: 60px;
  justify-content: center;
}

.datos-redes>div {
  width: 40%;
  padding: 20px 40px;
}

.datos-redes>div h4 {
  color: #0C6657;
  font-size: 21px;
}

.datos-redes>div p {
  margin-bottom: 13px;
}

.datos-redes>div.contacto a.whatsapp {
  display: flex;
  align-items: center;
  color: #000;
  gap: 7px;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;

  img {
    width: 25px;
  }
}

.datos-redes>div.contacto a.correo {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 3px;
  font-size: 17px;
  font-weight: 500;

  span {
    font-size: 18px;
  }
}

.datos-redes>div.sociales div a {
  color: #000;
  text-decoration: none;
  font-size: 35px;
  padding-left: 10px;
}

.dejanos-tu-opinion {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dejanos-tu-opinion a,
.btn-header {
  background-color: #0C6657;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 9px 40px;
  font-weight: 500;
  border-radius: 20px !important;
  outline: none;
  border: 2px solid #0C6657;
  display: block;
  margin: 0 auto;
  width: fit-content;
  transition: .3s;
}

.dejanos-tu-opinion a:hover {
  border: 2px solid #0C6657;
  transition: .3s;
  background-color: transparent;
  color: #0C6657;
}

:root {
  --primary-color: #004d43;
  /* Verde oscuro del texto */
  --accent-color: #f1b44c;
  /* Color naranja/ocre de los iconos */
  --font-main: 'Montserrat', sans-serif;
}

.propiedad-info {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: left;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.content-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  /* Permite el salto en móviles */
}

/* Columna de Características */
.features-col {
  flex: 1;
  min-width: 300px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.icon-box {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 100%;
  height: auto;
}

.text-box h3 {
  color: var(--primary-color);
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  text-align: left;
}

/* Columna de Imagen */
.image-col {
  flex: 1.2;
  min-width: 300px;
}

.image-container img {
  width: 100%;
  height: 350px;
  border-radius: 25px;
  /* Bordes redondeados de la foto */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
  object-fit: cover;
  object-position: center;
}

/* SECCION EL PROYECTO - NUEVA */
.seccion-proyecto-cards {
  padding: 40px 20px;
  background-color: #ffffff;
}

.contenedor-proyecto {
  max-width: 1000px;
  margin: 0 auto;
}

.proyecto-header {
  text-align: center;
  margin-bottom: 50px;
}

.proyecto-header h2 {
  color: #0C6657;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.proyecto-header p {
  font-size: 22px;
  color: #444;
}

.proyecto-header p strong {
  color: #0C6657;
}

.proyecto-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.card-proyecto {
  flex: 1;
  padding: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.card-light {
  background-color: #f2f2f2;
}

.card-dark {
  background-color: #0C6657;
  /* Tu verde corporativo */
  color: #fff;
}

.item-proyecto {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item-proyecto img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Invertir color de iconos en la card oscura si son negros */
.card-dark .item-proyecto img {
  filter: brightness(0) invert(1);
}

.item-proyecto p {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

/* SECCION FAQS */
.seccion-faqs {
  padding: 40px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.faqs-titulo {
  text-align: center;
  color: #0C6657;
  /* Tu primary-color */
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 50px;
}

.faqs-grid {
  display: flex;
  gap: 15px;
  max-width: 1100px;
  margin: 0 auto;
}

.faqs-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background-color: #f4f4f4;
  /* Gris claro de la captura */
  border-radius: 50px;
  /* Bordes muy redondeados */
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  padding: 10px 15px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #0f3831;
  text-align: left;
  outline: none;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid #f1b44c;
  /* Color ocre de tus iconos */
  color: #f1b44c;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  transition: transform 0.3s ease;
}

/* Respuesta oculta por defecto */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f4f4f4;
}

.faq-answer p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

/* Estado Activo */
.faq-item.active {
  border-radius: 25px;
  /* Se vuelve menos circular al abrirse para dar espacio al texto */
}

.faq-item.active .faq-answer {
  max-height: 200px;
  /* Suficiente para el lorem ipsum */
  padding-bottom: 10px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  /* Convierte el + en x */
  background-color: #f1b44c;
  color: #fff;
}



.seccion-precios {
  position: relative;
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}



.precios-titulo {
  color: #0C6657;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.precios-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 50px;
}

.card-precio {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.card-header-promo {
  background-color: #0C6657;
  color: #f1b44c;
  /* Color ocre de tus otros iconos */
  padding: 15px;
  font-weight: 600;
  font-size: 18px;
}

.card-header-promo.orange {
  color: #ff9700;
}

.card-body-promo {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
}

.card-body-promo .monto {
  font-size: 40px;
  font-weight: 800;
  color: #0C6657;
  display: block;
}

.card-body-promo p {
  font-size: 18px;
  color: #333;
  margin: 5px 0 0;
  line-height: 1.2;
}

/* Botones de acción */
.precios-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  justify-content: center;
}



.btn-whatsapp {
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #fe9222;
  color: white;
  padding: 12px 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  backdrop-filter: blur(5px);
}

.btn-whatsapp span {
  /*padding: 10px;
  border-radius: 40px;
  background-color: green;
      padding: 5px 12px;
    border-radius: 40px;
    background-color: #00ea30;*/
  font-size: 20px;
}

.legales {
  color: #0c6657;
  font-size: 12px;
  margin-top: 20px;
}

/* GALERIA EN TERRENO - NUEVA SECCION */
.galeria-terreno {
  padding: 40px 0;
  background-color: #ffffff;
  justify-content: center;
  display: flex;
}

.galeria-header {
  margin-bottom: 50px;
  padding: 0 20px;
}

.galeria-header h2 {
  color: #0C6657;
  /* Tu verde corporativo definido */
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
}

.galeria-header p {
  font-size: 18px;
  margin: 0;
}

/* Grilla Asimétrica con CSS Grid */
.galeria-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* Grilla de 12 columnas base */
  gap: 15px;
  /* Espaciado entre imágenes */
  padding: 0 20px;
  max-width: 1200px;
  /* Ancho máximo para la grilla */
  margin: 0 auto;
}

.galeria-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Recorta la imagen para llenar el contenedor */
  object-position: center;
  transition: transform 0.3s ease;
  /* Pequeño efecto hover */
}

.galeria-item:hover img {
  transform: scale(1.03);
  /* Efecto zoom sutil */
}

/* Definición de posiciones y tamaños específicos de la grilla */

/* Fila 1 */
.item-1 {
  grid-column: span 7;
  /* Ancha */
  height: 350px;
}

.item-2 {
  grid-column: span 5;
  /* Media */
  height: 350px;
}

/* Fila 2 */
.item-3 {
  grid-column: span 4;
  /* Media */
  height: 320px;
}

.item-4 {
  grid-column: span 8;
  /* Muy Ancha */
  height: 320px;
}

/* Fila 3 */
.item-5 {
  grid-column: span 3;
  /* Pequeña */
  height: 250px;
}

.item-6 {
  grid-column: span 6;
  /* Pequeña alargada */
  height: 250px;
}

.item-7 {
  grid-column: span 3;
  /* Pequeña */
  height: 250px;
}

.cta-parcela {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-overlay {
  width: 100%;
  height: 60vh;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.cta-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
}

.cta-content h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 25px;
}

.cta-content h2 strong {
  font-weight: 700;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 20px;
  border-radius: 30px;
  border: 2px solid #ff8c00;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.cta-btn img {
  width: 22px;
  height: 22px;
}

.cta-btn:hover {
  background: #ff8c00;
  color: #fff;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 24px;
  }

  .cta-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .cta-parcela {
    min-height: 300px;
  }

  .features {
    display: none;
  }

  .servicios-que-ofrecemos-items div {
    height: 170px;
  }

  .galeria-terreno,
  .seccion-faqs {
    padding: 20px 0;
  }
	.servicios-que-ofrecemos {
    padding: 20px 0px;
}
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .galeria-header h2 {
    font-size: 28px;
  }

  .galeria-grid {
    gap: 10px;
  }

  /* Ajustamos alturas para tablets */
  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6,
  .item-7 {
    grid-column: span 2 !important;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .galeria-header h2 {
    text-align: center;
  }

  .galeria-header p {
    text-align: center;
  }

  /* En móviles convertimos la grilla asimétrica en una de 2 columnas simple */
  .galeria-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* RESPONSIVE */
@media (max-width: 900px) {
  .precios-grid {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .card-precio {
    width: 100%;
    max-width: 400px;
  }

  .seccion-precios::before {
    height: 70%;
    /* En móvil cubrimos más para que no se corte el fondo */
  }
}

/* RESPONSIVE */

@media (max-width: 1331px) {
  .porque-elegirnos-items {
    gap: 10px;
  }

  .porque-elegirnos-items>div {
    padding: 10px;
  }

  .porque-elegirnos-items>div p {
    font-size: 17px;
  }

  .porque-elegirnos-items>div p br {
    display: none;
  }

  .sagem-formulario-mapa {
    background-position: 0 100px;
  }
}

@media (max-width: 1200px) {
  .contenedor {
    padding: 10px;
  }

  .que-dicen-nosotros-items article {
    max-width: 350px;
  }

  .que-dicen-nosotros-items article .dicen-nosotros-persona {
    padding: 20px 28px;
    gap: 23px;
    display: grid;
    grid-template-columns: 43px 1fr;
  }
}

@media (max-width: 1047px) {


  .porque-elegirnos-items {
    grid-template-columns: 1fr 1fr;
  }

  .que-dicen-nosotros-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: auto;
  }

  .que-dicen-nosotros-header {
    margin-bottom: 0;
  }

  .que-dicen-nosotros-items article {
    max-width: 350px;
    transform: none !important;
    animation: none !important;
    position: relative !important;
    margin-bottom: 15px;
  }

  .que-dicen-nosotros-header img {
    display: none;
  }

  .servicios-que-ofrecemos-contenedor>h3 {
    margin-bottom: 15px;
  }

  .servicios-que-ofrecemos-items {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
  }

  .servicios-que-ofrecemos-items div {
    width: 100%;
    padding: 20px 0;
    background-size: cover;
    padding: 10px;
  }

  .servicios-que-ofrecemos-items div h3 {
    font-size: 23px;
  }

  .formulario-content {
    padding: 20px 20px;
  }

  .mapa-content h3 {
    color: #3e3e3e;
  }

  .mapa-content>p {
    color: #3e3e3e;
  }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .faqs-grid {
    flex-direction: column;
    padding: 0;
  }
	.banner-principal-items h1{
		    font-size: 2rem;
		text-align: center;
	}
	.banner-principal-items h2{
		    font-size: 1.5rem;
		text-align: center;
	}
	.banner-principal-items.primero>span, .banner-principal-items.primero .links a.como-llegar{
		font-size: 1.2rem;
	}
	.precios-titulo {
		font-size: 24px;
	}
	.card-body-promo {
		padding: 15px;
		min-height: 50px;
	}
	.card-body-promo .monto {
    	font-size: 18px;
	}
	.seccion-precios{
		padding: 30px 0px;
	}
	.seccion-proyecto-cards{
		padding: 20px 20px;
	}
	.proyecto-header p {
    	font-size: 18px;
	}
	.proyecto-header {
		margin-bottom: 20px;
	}
	.servicios-que-ofrecemos-contenedor h3, .servicios-que-ofrecemos-contenedor p{
		text-align: center !important;
	}
	.faqs-titulo, .galeria-header h2{
	font-size: 25px;	}

	.galeria-terreno .swiper-horizontal {
		max-width: 300px !important;
	}
}

/* RESPONSIVE */
@media (max-width: 850px) {
  .proyecto-grid {
    flex-direction: column;
  }

  .card-proyecto {
    padding: 20px;
  }

  .proyecto-header h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .item-proyecto p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner-principal-items>p.naranja {
    margin-bottom: 20px;
  }

  .banner-principal-items>span {
    display: none;
  }

  .banner-principal-items .links p>span {
    display: none;
  }


  .features-container {
    justify-content: center;
  }

  .feature-item {
    flex: 1 1 45%;
    margin-bottom: 10px;
  }

  .swiper-pagination {
    bottom: 53px !important;
  }

  .image-container img {
    width: 100%;
    height: 200px;

  }

  .propiedad-info {
    padding: 30px 10px;
  }

  .porque-elegirnos-contenedor>h2 {
    font-size: 26px;
  }

  .porque-elegirnos {
    padding: 20px;
  }

  .porque-elegirnos-items>div {
    grid-template-columns: 70px 1fr;
  }

  .porque-elegirnos-items>div img {
    width: 40px;
  }

  .banner-principal-items-titulo {
    font-size: 30px;
    text-align: center;
  }

  .banner-principal-items {
    padding: 0 10px;
  }

  .banner-principal-items>p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .banner-principal-items.primero .logo-banner img {
    width: 215px;
  }

  .banner-principal-items.primero p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .banner-principal-items.primero .links {
    flex-direction: column;
    gap: 10px;
  }

  .banner-principal-items.primero .links a.como-llegar {
    text-align: center;
  }

  .banner-principal-items .links {
    flex-direction: column;
  }

  .que-dicen-nosotros-header h3 {
    font-size: 25px;
  }
  .servicios-que-ofrecemos-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
        margin: 0 auto;
	  padding: 0;
    }

  .servicios-que-ofrecemos-contenedor>h3 {
    font-size: 25px;
  }

  .nuestro-trabajos-contenedor h3 {
    font-size: 26px;
  }

  .servicios-que-ofrecemos-items div h3 {
    font-size: 20px;
  }

  .servicios-que-ofrecemos-items div a {
    font-size: 16px;
    padding: 5px 8px;

    span {
      display: none;
    }
  }

  .mapa-content h3 {
    color: #0C6657;
    font-size: 26px;
  }

  .datos-redes {
    flex-direction: column;
    gap: 24px;
  }

  .datos-redes>div {
    width: 100%;
    padding: 17px 26px;
  }

  .modal-servicios {
    padding: 0 20px;
  }

  .modal-servicios-body {
    width: 100%;
    padding: 29px 17px 17px 20px;
  }

  .modal-servicios-body .btnl-close-modal {
    top: -5px;
    right: 9px;
    font-size: 43px;
  }

  .modal-servicios-body>div {
    gap: 13px;
    flex-direction: column;
  }

  .modal-servicios-body>div a {
    padding: 9px 9px;
    width: 100%;
    text-align: center;
  }

  .modal-servicios-body .lista-grupo {
    height: 300px;
    overflow: auto;
  }

  .modal-servicios-body .lista-grupo ul {
    padding-left: 26px;
  }

  .modal-galeria-body-grid {
    padding: 0;
  }

  .modal-galeria-body {
    padding: 60px 10px 40px 10px;
    width: 95%;
    height: 430px;
  }

  .content-wrapper {
    flex-direction: column-reverse;
    /* Imagen arriba en móvil, o quita reverse para dejarla abajo */
    gap: 30px;
  }

  .text-box h3 {
    font-size: 1.2rem;
  }

  .features-col,
  .image-col {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .feature-item {
    flex: 1 1 100%;
  }

  .feature-item img {
    width: 30px;
  }

  .feature-item p {
    font-size: 14px;
  }
}