.carousel-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.carousel {
  position: relative;
  width: 100%;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  overflow: unset !important;
}

.carousel-item {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: 0 !important;
  float: unset !important;

}

.carousel-item img {
    width: auto;
    height: auto;
    object-fit: cover;
    transition: transform 10s ease;
    max-width: 100%;
}

.carousel-item img.animate-zoom {
  transform: scale(1.2);
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  color: white;
  cursor: pointer;
  user-select: none;
  z-index: 1;
}

@media(max-width: 768px){
    .carousel-control {
        top: 70%;
    }
}

.carousel-control.prev {
  left: 20px;
}

.carousel-control.next {
  right: 20px;
}

body {
    margin: 0;
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
}

.show-more-btn {
    display: inline-block;
    background-color: transparent;
    color: #2a6ebb;
    cursor: pointer;
    border: none;
    outline: none !important;
}

.show-more-btn:hover {
    font-weight: 600;
}

.fade-caracteristicas{
    position: absolute;
    inset: 300px 0px 0px;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 95%));
}


    .section-title h2 {
        text-align: center;
        color: #000000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .category {
        font-size: 20px;
        font-weight: bold;
        color: #2a6ebb;
        margin-bottom: 15px;
        text-align: center;
    }

    .container p {
        font-size: 16px;
        color: #fff;
        margin: 5px 0;
        text-align: center;
    }

    .section-content .category {
        color: #2a6ebb !important;
    }

    

    #arrow {
        font-size: 18px;
        margin-right: 5px;
    }

    #btn-text {
        font-size: 18px;
    }

    .section-content {
        margin-bottom: 25px;
    }

    .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 80px;
    color: #439eed;
    }

    .flotante {
      background-color: #fff; /* Fondo blanco o el color que prefieras */
      border-radius: 50px; /* Bordes redondeados */
      transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transiciones suaves */
      text-align: center;
    }

    .contact .php-email-form .error-message{
      background: #00d161;
    }

    .direccion_carrusel{
      text-align: center;
      font-size: 17px;
    }

  .property-item {
    width: 100%; /* Asegúrate de que el contenedor ocupa el ancho completo */
    overflow: hidden; /* Oculta cualquier parte de la imagen que se salga del contenedor */
  }

  .property-item:hover{
        transform: scale(1.1);
  }

  .property-item img {
    width: 100%; /* Ajusta el ancho al contenedor */
    height: 250px; /* Aumenta la altura para hacer las imágenes más anchas */
    object-fit: cover; /* Mantiene la proporción de la imagen y recorta si es necesario */
    display: block; /* Elimina el espacio inferior de la imagen */
  }
  .clients .owl-item img{
    width: 100%;
  }

  .section-title{
    padding-bottom: 0;
  }

  .row{
    justify-content: center;
  }

.indicador {
    position: absolute;
    color: #000;
    z-index: 1;
    background: #f1f1f4;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 10px;
    padding-left: 35px;
    padding: 2px 10px 2px 28px;
}

.indicador2 {
    position: absolute;
    right: 0;
    color: #ffffff;
    z-index: 1;
    background: #0000006e;
    margin-top: 15px;
    margin-right: 15px;
    border-radius: 10px;
    padding: 4px 10px;
    font-size: 14px;
}

.indicadorcolor {
    background: #0ac021;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.indicadorcolorA {
    background: #efb300;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.services h4{
    margin: 0 !important;
}

.services ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px ;
}

.services li{
    text-align: left;
}

@media (max-width: 767px) { /* Ajuste para pantallas móviles */
    .services.iconInfo .icon-box {
        align-items: center;
    }
    .services.iconInfo .icon-box p{
        margin: 0;
    }
}