@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: "Poppins", sans-serif;
  color: #123455;
}

p{
    font-size: 14px;
    color: #123455;
}
.text-precio{
    font-weight: bold;
}
.text-muted {
    color: #123455 !important;
    font-size: 17px;
}
.btn-whatsapp{
    background-color: #25D366;
    color: white;

}.no-underline a {
    text-decoration: none;
    color: inherit; 
  }
  .btn-Informacion{
    background-color: #123455;
    color: white;
  }
  .Grupo-botones{
    text-align: end;
  }
  .btn-whatsapp:hover{
    border: #25D366 1px solid;
    color: #25D366;
  }
  .btn-Informacion:hover{
    border: #0e2a66 1px solid;
  }
  
/* Estilos generales para la barra de navegación */
.custom-navbar {
  gap: 20px; 
}

/* Estilo para los enlaces del navbar */
.custom-navbar .nav-link {
  color: #123455 !important;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

/* Estilo especial para el botón 'Contáctanos' */
.custom-navbar .nav-link.contact-btn {
  background-color: #123455;
  color: white !important;
  border-radius: 20px;
  padding: 6px 15px;
  transition: all 0.3s ease-in-out;
}

.custom-navbar .nav-link.contact-btn:hover {
  background-color: #0e2a66;
}

/* Estilo para el menú offcanvas (solo en móvil) */
.mobile-menu-sm .nav-link {
  color: #123455 !important;
  font-weight: 500;
  margin-bottom: 10px;
}
.link-footer {
  color: #123455 !important; 
  text-decoration: none;
  line-height: 2.2rem;
}
.link-footer:hover {
  text-decoration: underline;
}
 /* Nav bar mobil */
  .offcanvas{
    width: 50%;
  }
  .mobile-menu-sm {
    width: 250px !important;
  }

  .mobile-menu-sm .nav-link {
    font-size: 0.85rem;   
    padding: 0.3rem 0.5rem; 
  }

  .mobile-menu-sm .offcanvas-title {
    font-size: 0.9rem;
  }

  .mobile-menu-sm .btn-close {
    width: 1rem;
    height: 1rem;
  } 
.nav-link.contactanos{
    background-color: #123455;
    color: white !important;
    padding: 10px;
    border-radius: 10px;
}
 .text-shadow {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  }

  .carousel-caption {
    bottom: 0;
    top: 0;
  }
  .btn-info-carrusel {
    background-color: #123455; 
    color: white;              
    font-weight: bold;         
    border-radius: 30px;      
    padding: 10px 25px;
    font-size: 1.1rem;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .btn-info-carrusel:hover {
    background-color: #ffffff; 
    transform: scale(1.05);    
    color: #123455;
    border: #123455 1px solid;
  }
  .text-precio{
    font-weight: bold;
  }
  @media (max-width: 768px) {
    .carousel-caption h1 {
      font-size: 1.8rem; 
    }

    .btn-info-carrusel {
      font-size: 0.9rem;
      padding: 8px 20px;
    }
     .Portada {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
   } 

    .texto-portada h1 {
      font-size: 40px;
      padding: 0;
    }

    .texto-portada button {
      margin-left: 0;
    }

    .fila {
      flex-direction: column;
    }
  }
  @media (max-width: 576px) {
    .carousel-caption h1 {
      font-size: 1.3rem; 
    }

    .btn-info-carrusel {
      font-size: 0.8rem;
      padding: 6px 18px;
    }
    .Portada {
    flex-direction: column;
    padding: 20px;
    text-align: center;
    }

    .texto-portada h1 {
      font-size: 50px;
      padding-left: 0;
    }

    .texto-portada button {
      margin: 10px auto;
    }

    .fila {
      flex-direction: column;
    }
  }

.wsp-lote{
  background-color: white;
  padding-top: 10px;
}
.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-chat:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
}
 .titulo{
    font-weight: bold;
  }
    h5{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  } 
  .tiktok-chat {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #000000;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.tiktok-chat:hover {
  background-color: white;
  transform: scale(1.1);
  color: black;
}