body {
    font-family: 'Open Sans', sans-serif;
}
/* Estilos para la barra de scroll */
::-webkit-scrollbar {
  width: 10px; /* Ancho de la barra de desplazamiento */
}

/* Track de la scrollbar (fondo) */
::-webkit-scrollbar-track {
  background: #8CA4A1; /* Color de fondo */

}

/* Thumb de la scrollbar (la parte que se mueve) */
::-webkit-scrollbar-thumb {
  background-color: #153332; /* Color de la parte que se desplaza */
  border-radius: 10px; /* Añade un borde redondeado */
  border: 2px solid transparent; /* Espacio alrededor del thumb */
  background-clip: content-box; /* Esto hace que el color de fondo no invada los bordes */
}

/* Thumb en hover (cuando el usuario pasa el mouse sobre el scrollbar) */
::-webkit-scrollbar-thumb:hover {
  background-color: #1A403F; /* Color cuando el usuario pasa el cursor */
}
.navbar {
    background-color: transparent !important;
    transition: background-color 0.3s ease; 

}


.navbar-scroll {
    background-color: rgba(146, 144, 144, 0.8) !important; 
  

}

.navbar-nav .nav-link {
    font-size: 18px;
    color: #1A4240;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
    transition: color 0.3s ease;



}




/* Hamburger button */
.navbar-toggler {
    border: none; 
    z-index: 10000;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='green' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
   
    background: #8CA4A1;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.main-banner {
    background: url('./img/banner-principal.png') no-repeat center center/cover;
    height: 100vh;
    position: relative;
}

.main-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner-title {
    position: relative;
    z-index: 1;
    font-size: 70px;
    font-weight: 900;
    line-height: 1.2;
}


@media (max-width: 768px) {
    .navbar-nav {
        text-align: left;
    }

    .navbar-nav .nav-link {
        font-size: 16px; 
        margin: 0;
        color: #D9D9D9;
    }

    .main-banner {
        height: 60vh; 
    }

    .banner-title {
        font-size: 20px; 
    }
    .navbar-brand img {
        height: 40px; 
       
    }
    .navbar-collapse {
        background-color: rgba(26, 64, 63, 0.9); /* Fondo verde con opacidad del 90% */
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
      
        padding: 20px;
        z-index: 1030;
    }
    

}















.propiedades-destacadas {
    padding: 50px 20px;
}


.propiedades-destacadas h2{

    color: #1A4240;
    font-weight: bold;
    font-size: 30px;
}

.propiedades-swiper {
    position: relative;
    max-width:90%;
    margin: 0 auto;
    
 overflow: hidden;
  
}

.swiper-slide {
    width: 428px; 
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 50px;

  
}

.propiedad-img {
    width: 100%;
    height: auto;

    
}
.swiper-button-next,
.swiper-button-prev {
    
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    background: none; 
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; 

}


.swiper-button-prev img,
.swiper-button-next img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-button-prev {
    left: 0px; 
}

.swiper-button-next {
    right: 0px; 
}
.swiper-pagination-bullet {
  background-color: #497371; 
  opacity: 1;
    width: 14px;
    height: 14px;
}

.swiper-pagination-bullet-active {
    background: #1A403F !important ;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}





@media (max-width: 768px) {
    .propiedades-destacadas{
        padding: 10px 0 !important;
    }

    .propiedades-destacadas h2 {
        font-size: 20px;
    }
    .swiper-slide {
        width: 100%; 
    }

    .propiedades-swiper {
        padding: 0 15px; /* Espacio lateral para que no quede pegado a los bordes */
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 25px;
        height: 25px;
        top: 60%;
    }

    .swiper-button-prev {
        left: 10px; /* Ajustar posición para no salir del viewport */
    }

    .swiper-button-next {
        right: 10px; /* Ajustar posición para no salir del viewport */
    }
    .swiper-pagination-bullet{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .swiper-slide {
        width: 48%; 
     
    }

  
    .propiedades-swiper {
        padding: 0 30px; 
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .swiper-button-prev {
        left: -20px; 
    }

    .swiper-button-next {
        right: -20px; 
    }
    .buscar-propiedades{
        margin-left: 0;
        padding: 20px!important;
    }
    .titulo-buscar {
        display: none; 
    }

    .buscar-panel {
        flex-direction: column; 
        align-items: stretch;
        gap: 10px; 
    }
    .buscar-input{
        width: 80%; 
        height: auto;
        color: #1A403F !important;
        font-size: 14px;
        padding: 10px;
        border: 1px solid #000;
    }
    .buscar-input-2
    {
        display: none;
    }

    .btn-buscar {
        width: 30%; 
        height: auto;
        border-radius: 20px;} 
}



/* FOOTER */


.footer {
    background-color: #F1F0F0;
    padding: 30px 0;
  }
  
  .footer-top {
    padding-bottom: 30px;
  }
  
  .footer-logo img {
    width: 200px;
  }
  
  .footer-logo p {
    font-size: 14px;
    color: #333;
  }
  
  .footer-social a {
    margin-left: 10px;
  }
  
  .footer-social img {
    width: 34px;
    height: 34px;
  }
  
  .footer-divider {
    width: 90%;
    height: 1px;
    background-color: #ccc;
    margin: 0 auto 20px auto;
  }
  
  .footer-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .info-item {
    flex: 1;
    padding: 20px;
  }
  
  .info-item h4 {
    color: #111111;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .info-item p {
    color: #1A4240;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    line-height: 1.2;
    align-items: flex-start;
    margin-bottom: 5px;
  }
  
  .info-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  .footer-bottom {
    margin-top: 10px;
  }
  
  .footer-bottom p, .footer-bottom a {
    color: #1D1C1C;
    font-size: 14px;
  }
  
  .footer-bottom a {
    text-decoration: none;
  }
  
  .footer-bottom a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {

  



    .footer-info {
      flex-direction: column;
    }
    
    .info-item {
      padding:0;
    }
  
    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  
    .footer-divider {
      width: 100%;
    }
    .info-item h4 {
        display: none;
    }
    .info-item p {
        font-size: 14px;
    }
    .footer-bottom p, .footer-bottom a {
        font-size: 10px;
        margin-bottom: 0;
    }
  }
  @media (max-width: 360px){

  
 
    .footer-social img {
     width: 24px;
     height: 24px
    }
    .footer-social a {
     margin-left: 5px;
    }
    .footer-logo img {
     width: 150px;
    }


    .propiedad-uso p {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.2 !important;
      margin: 0; 
      margin-left: 0px !important; 

    }
    
    .compartir {
      margin-right: 50px !important;
    }

    .banner-texto h1 {
     font-size: 16px !important;
    }
   } 


   @media only screen and (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
    .banner-texto h1 {
      font-size: 30px !important;
    }
}


  /* SECCION PROPIEDADES */

  .propiedad-detalle-container {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px 0;
  }
  
  .titulo-propiedad {
    text-align: left;
    margin-bottom: 20px;
  }
  
  .titulo-propiedad h1 {
    font-size: 30px;
    color: #1A4240;
    font-weight: 900;
  }
  
  .titulo-propiedad h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
  }
  
  .swiper-info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  

  .swiper-container-wrapper {
    width: 68%;
    position: relative;
    height: 700px; 
    border-radius: 20px;
    display: flex;
    flex-direction: column;

}
  .mySwiper2 {
    width: 100%;
  max-height: 600px;
    border-radius: 20px 20px 0 0;
  }
  
  
.mySwiper2 img {
  width: 100%;
}


  .mySwiper {
    width: 90%;
    height: 120px; 
    margin-top: -20px;
    position: relative;
}
.miniatura-prev,
.miniatura-next {
    position: absolute;
    top:87%;
    transform: translateY(-50%);
    z-index: 20;
  
 
    width: 40px; 
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miniatura-prev {
  left: -20px; 
}

.miniatura-next {
  right: -20px;
}

.miniatura-prev img,
.miniatura-next img {
    width: 30px; /* Ajusta el tamaño del ícono de flecha */
    height: 30px;
}
.swiper-button-next-2{
  position: absolute;
  top: 50%; 
  right: 10px; 
  transform: translateY(-50%); 
  z-index: 10;
  cursor: pointer;
  width: 60px; 
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.swiper-button-prev-2{
  position: absolute;
  top: 50%; 
  left: 10px;
  transform: translateY(-50%); 
  z-index: 10;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.swiper-button-next-2 img,
.swiper-button-prev-2  img {
  width: 100%; 
  height: 100%;
  object-fit: contain; 
}

@media (max-width:1400px) {
  .miniatura-prev,
.miniatura-next {
    
    top:82%;

}

.swiper-container-wrapper {
  width: 69%;
  position: relative;

  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

}


/* PROPIEDAD */
  .descripcion-contenido{
    width: 70%;
  }
  .descripcion-propiedad {
    width: 30%;
    height: 545px;
    background: #153332; 
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    align-items: center;
    text-align: left;
  }

  .detalle-propiedad {
    padding: 10px 42px;
    background-color: #1A4240; 
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    margin-bottom: 5px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   

}
.propiedad-info{
  margin-bottom: 30px;
}

.info-propiedad {
  display: flex;
  align-items: center; 
  gap: 10px; 
  color: white;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 40px;
}

.info-propiedad img {
  width: 29px; 
  height: 24px;
  object-fit: contain; 
}

.info-propiedad p {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 600;
  margin: 0; 
  text-align: left;
  margin-top: 5px;
}

.propiedad-uso {
  width: 100%;
  padding: 30px 50px;
  background-color: #153332; 
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #D9D9D9;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  height: 100%; 
  position: relative; 
}

.propiedad-uso p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1..5;
  margin: 0; 
  /* margin-left: -40px;
  text-align: left;  */
}

.compartir {
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  gap: 5px;
 font-size: 18px;
  /* position: absolute;  */
  bottom: 20px; 
  /* right: -40px;  */
}

.compartir img {
  width: 28px;
  height: 28px;
  margin-left: 10px;
}
.estado-construccion-mobile {
  display: none; 
  width: 100%;
  text-align: center;
  margin: 20px 0; 
}

.estado-construccion-mobile img {
  width: 90%; 
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .swiper-info-container {
    flex-direction: column;
    align-items: center;
  }

  .swiper-container-wrapper {
    width: 100%;
    height: auto; 
    margin-bottom: 20px;
  }

  .mySwiper {
    width: 80%; 
    height: 150px;
  }

  .descripcion-propiedad {
    width: 40%;
    height: auto;
    padding: 0px;
  }

  .detalle-propiedad {
    padding: 10px  60px;
  }

  .propiedad-uso {
    padding: 40px;
    align-items: center;
  }

  .info-propiedad img {
    width: 25px;
    height: 25px;
  }

  .info-propiedad p {
    font-size: 14px;
  }

  .propiedad-uso p{
    font-size: 16px;
    margin-left: -70px;
    margin-top: -30px;
  }

  .compartir {
    bottom: 10px; 
    right: 1px;
    font-size: 14px;
  }
  .estado-construccion img {
    width: 80%;
    height: auto;
    transform: translateY(0px) !important;
   
  }
  .descripcion-texto {
    width: 90% !important;
  }
  
  .miniatura-prev,
.miniatura-next {
    position: absolute;
    top:81% !important; 
    transform: translateY(-50%);
  
}

.miniatura-prev {
  left: 0px; 
}

.miniatura-next {
  right: 0px;
}

}
@media screen and (max-width: 768px) {
  .estado-construccion-mobile {
    display: block; 
  }
  .propiedad-detalle-container {
    width: 100%;
    padding: 30px;
    margin-top: 50px;
  }

  .titulo-propiedad {
    text-align: left; /* Centra el título en pantallas pequeñas */
  }

  .titulo-propiedad h1 {
    font-size: 24px; 
  }

  .titulo-propiedad h3 {
    font-size: 18px;
  }

  .swiper-info-container {
    flex-direction: column;
    align-items: center;
  }

  .swiper-container-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .swiper-slide{
    margin-bottom: 10px;
  }
  .mySwiper2 {
    width: 100%;
    height: 305px; 
    border-radius: 20px;
   
  }

  .mySwiper2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
  }
  .mySwiper {
    width: 90%; 
  
    margin-top: -30px;
  }
  .mySwiper img {
    width: 55px;
    height: 40px;
  }
  .mySwiper .swiper-slide {
    width: calc(100% / 6) !important; 
    flex-shrink: 0; 
  }
  .miniatura-prev,
  .miniatura-next {
    top: 85%; 
    width: 30px; 
    height: 30px;
  }

  .miniatura-prev img,
  .miniatura-next img {
    width: 20px;
    height: 20px;
  }

  .swiper-button-next-2 img,
  .swiper-button-prev-2  img {
    width: 50%; 
    height: 50%;
    object-fit: contain; 
   
  }
  .swiper-button-next-2{
    right: 0px;
  }
  .swiper-button-prev-2{
    left: 0px;
  } 
  .descripcion-propiedad {
    width: 100%;
    height: auto; 
  
    margin-top: 20px;
  }

  .detalle-propiedad {
    padding: 1px 30px;
  }

  .info-propiedad {
    gap: 5px; 
    margin-top: 20px;
  }

  .info-propiedad img {
    width: 22px;
    height: 22px;
  }

  .info-propiedad p {
    font-size: 14px;
  }
  .propiedad-uso p{
    font-size: 16px;
    /* margin-left: -60px; */
    margin-top: -30px;
    font-weight: 400;
    line-height: 2;
  }

 .propiedad-uso{
  padding: 60px 20px;
 }

  .compartir {
    font-size: 14px;
    bottom: 10px;
    right: -40px;
    
  }

  .compartir img {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) and (min-height: 1024px) and (max-height: 1024px) {
  

  .descripcion-propiedad {
    width: 50%;

  }
  .estado-construccion-mobile {
    width: 50%;
  }
  .detalle-propiedad {
    padding: 1px 45px;
  }

  .mySwiper {
    width: 80%;
  }
  .mySwiper .swiper-slide {
    width: calc(100% / 10) !important; 
    flex-shrink: 0; 
  }


  .miniatura-next{
    margin-right: 20px;
  }
  .miniatura-prev {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 800px) and (max-height: 800px) 
{
  .miniatura-prev,
  .miniatura-next {
      position: absolute;
      top:79%;
   
  }
   .descripcion-propiedad{
    height: 480px;
   }

   .estado-construccion img {

    width: 100% !important;
   }
}

@media only screen and (min-width: 1600px) and (max-width: 1600px) and (min-height: 900px) and (max-height: 900px)
{
  .detalle-propiedad{
    padding: 10px 60px;
  }
}


@media only screen and (min-width: 1680px) and (max-width: 1680px) and (min-height: 1050px) and (max-height: 1050px)
{
  .detalle-propiedad{
    padding: 10px 70px;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1080px)
{
  .detalle-propiedad{
    padding: 10px 100px;
  }
}

.propiedad-descripcion {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0px;
  position: relative;
}


.titulo-descripcion {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  color: #1A4240;
  margin-bottom: 5px;
}

.titulo-descripcion::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #DF6472; 
  margin-right: 5px;
  margin-bottom: 20px;
}

.descripcion-texto {
  width: 75%;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
}
.descripcion-texto p {
  margin-bottom: 10px;
}
/* Estilos para la imagen de estado de construcción */
.estado-construccion {
  position: relative;
  width: 30%; 
  min-width: 200px;
  margin-left: 0px;
  text-align: center;

}

.estado-construccion img {
  width: 45%;
  height: auto;
  transform: translateY(-100px);
}

/* Vista mobile: organización en columna */
@media screen and (max-width: 768px) {
  .propiedad-descripcion {
    flex-direction: column;
    align-items: center;
  }

  .descripcion-texto {
    width: 100%;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .estado-construccion {
    display: none;
  }

  .titulo-descripcion {
    font-size: 20px !important;
    margin-bottom: 20px;
  }

  .titulo-descripcion::before {
    width: 15px;
    height: 15px;
  }
}
.ubicacion-seccion {
  width: 100%;
  padding: 20px 80px;



}

/* UBICACION  */
.titulo-descripcion h2 {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  color: #1A4240;
  margin-bottom: 20px;
}

.titulo-descripcion::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #DF6472;
  margin-right: 5px;
  margin-bottom: 50px;
}

.mapa-container {
  width: 100%;
  height: 340px; /* Fija la altura a 340px */
  background-color: #eaeaea;
}

.mapa-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Estilos para tablets y mobile */
@media only screen and (max-width: 768px) {
  .titulo-descripcion  h2{
    font-size: 24px;
}
.ubicacion-seccion{
  padding: 10px;
}

.mapa-container {
    height: 340px; /* Mantén la altura fija en 340px también en mobile */
}
}






/* SECCION NOSOTROS */ 


/* Sección del banner de "Nosotros" */
.nosotros-banner {
  width: 100%;
  position: relative;
}

.banner-contenedor {
  width: 100%;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.banner-imagen {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.banner-texto {
  position: absolute;
  bottom: 50px; 
  text-align: center;
  width: 100%;
  opacity: 0;  
  transform: translateY(20px); /* Desplazamiento inicial */
  animation: fadeInUp 1.5s ease-in-out forwards;
}

.banner-texto h1 {
  font-size: 40px;
  font-weight: bold;
  color: #F1F0F0;
 
  margin: 0;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0); /* Vuelve a su posición original */
  }
}

/* Estilos responsivos para mobile */
@media only screen and (max-width: 768px) {
  .banner-contenedor {
    height: 300px; 
  }
  .banner-texto{
    bottom: 20px;
  }

  .banner-texto h1 {
    font-size: 18px; /* Ajusta el tamaño del texto en mobile */
  }
}



.sobre-nosotros {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0;
}

.contenido-nosotros {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.texto-nosotros {
  width: 45%;
}

.titulo-nosotros {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.titulo-nosotros img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.titulo-nosotros h2 {
  font-size: 20px;
  color: #1A4240;
  font-weight: 400;
  
}

.texto-nosotros p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: #404040;
}
/* Estilos del slider */
.slider-nosotros {
  width: 100%; 
  max-width: 600px; 
  margin: 0 auto; 
  
  margin-right: -10px;
}

.swiper-slide img {
  width: 100%;  
  height: auto;
  object-fit: cover;  


}


.swiper-button-l,
.swiper-button-r {
    
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 20;
    background: none; 
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.swiper-button-l {
    left: 20px; 
}

.swiper-button-r {
    right: 20px; 
}
/* Estilos para mobile */
@media (max-width: 768px) {

  .sobre-nosotros{
    padding: 20px 0;
  }
  .contenido-nosotros {
    flex-direction: column;
    align-items: flex-start;
  }

  .texto-nosotros, .slider-nosotros {
    width: 100%;
  }

  .slider-nosotros {
    margin-top: 20px;
  }

  .titulo-nosotros h2 {
    font-size: 18px;
    text-align: center;
  }

  .texto-nosotros p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .slider-nosotros{
    margin-right: 0;
  }

.swiper-button-l img{
  width: 25px;
  height: 25px;
}
.swiper-button-r img {
  width: 25px;
  height: 25px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contenido-nosotros {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
  }

  .texto-nosotros {
    width: 55%; 
    font-size: 16px; 
    line-height: 1.8; 
  }

  .titulo-nosotros h2 {
    font-size: 22px; 
  }

  .slider-nosotros {
    width: 40%; 
    max-width: 500px;
    margin: 0;
    margin-top: 60px;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover; 
    border-radius: 0; 
  }

  .swiper-button-l,
  .swiper-button-r {
    width: 30px;
    height: 30px;
  }

  

}


/* FORMULARIO */

.formulario-seccion {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 90%;
  padding: 40px 0;
}
.informacion-nosotros {
  width: 45%;  
  margin-left: 40px;
  margin-top: 20px;
}

.informacion-nosotros div {
  margin-bottom: 20px;
}

.icono-titulo {
  display: flex;
  align-items: center;
  margin-bottom: 0px !important; 
  transition: transform 0.3s ease-in-out;
}

.icono-titulo:hover {
  transform: scale(1.05);  
}



.icono-titulo img {
  width: 35px;
  height: 35px;
  margin-right: 10px;  
  transition: transform 0.3s ease-in-out;
}
.icono-titulo:hover img {
  transform: scale(1.1);  /* Aumenta el tamaño del ícono en hover */
}

.icono-titulo h3 {
  font-size: 20px;
  color: #1A4240;
  font-weight: 400;
  margin: 0; 
  transition: color 0.3s ease-in-out;  /* Cambio suave de color */
}

.icono-titulo:hover h3 {
  color: #DF6472;  
}

.icono-titulo h3 span {
  font-weight: 700;
}

.informacion-nosotros p {
  font-size: 16px;
  line-height: 1.8;
  color: #404040;
  font-weight: 300;
  margin-top: 0;  
  margin-left: 50px;
}

.formulario-container {
  width: 45%;
  background-color: #F9F4F4;
  border-radius: 19px;
  padding: 5%;
  padding-bottom: 30px;
  margin-right: 30px;
}

.formulario-container h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}


.formulario-container input,
.formulario-container textarea {
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid #000;
  background-color: #F9F4F4; 
  outline: none;
  font-size: 14px;
  color: #464444;
}

.formulario-container ::placeholder{
  color: #464444;
  font-weight: 500;

}
/* Ajuste del botón */
.formulario-container button {
  padding: 6px 45px;
  background-color: #1A4240;
  color: white;
  font-weight:500;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 16px;
  float: right; 
}

.formulario-container button:hover {
  background-color: #153332;
}

/* Para pantallas de tablets (768px - 1024px) */
@media (max-width: 1024px) {
  .formulario-seccion {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  .informacion-nosotros {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
 

  
  .formulario-container {
    width: 100%;
    margin-right: 0;
    padding: 5%;
  }

  .icono-titulo img {
    width: 30px;
    height: 30px;
  }

  .icono-titulo h3 {
    font-size: 18px;
  }

  .formulario-container h3 {
    font-size: 18px;
  }

  .formulario-container input,
  .formulario-container textarea {
    font-size: 14px;
    padding: 8px 0;
  }

  .formulario-container button {
    padding: 6px 40px;
    font-size: 14px;
  }
}

/* Para pantallas móviles (max-width: 768px) */
@media (max-width: 768px) {
  .formulario-seccion {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  .informacion-nosotros {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .formulario-container {
    width: 100%;
    margin-right: 0;
    padding: 5%;
  }

  .informacion-nosotros p {
    margin-left: 0 !important; 
  }
  .icono-titulo img {
    width: 25px;
    height: 25px;
  }

  .icono-titulo h3 {
    font-size: 16px;
  }

  .formulario-container h3 {
    font-size: 16px;
  }

  .formulario-container input,
  .formulario-container textarea {
    font-size: 14px;
    padding: 8px 0;
  }

  .formulario-container button {
    padding: 5px 30px;
    font-size: 14px;
  }

  .informacion-nosotros p {
    margin-left: 40px;
    font-size: 14px;
  }
}


.whatsapp-button {
  position: fixed;
  bottom: 20px; /* Ajusta según la posición vertical deseada */
  right: 20px; /* Ajusta según la posición horizontal deseada */
  width: 60px; /* Tamaño del botón */
  height: 60px;
  background-color: #EEEEEE; /* Color del círculo */
  border-radius: 50%; /* Hace que el botón sea circular */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Sombra para darle profundidad */
  z-index: 1000; /* Asegura que esté por encima de otros elementos */
}

.whatsapp-button img {
  width: 40px; /* Ajusta el tamaño del icono según sea necesario */
  height: 40px;
}

.whatsapp-button a {
  display: inline-block;
}

.whatsapp-button:hover {
  background-color: #DADADA; /* Cambia el color de fondo al hacer hover */
  transition: background-color 0.3s ease;
}