h2,h3{
    color: #166779 !important;
}
.text-primary{
    color: #166779 !important;
}
.btn-flotante{
  position:fixed;
  bottom:80px;
  right:5px;
  z-index:9;
}
.container-1920{
  max-width: 1920px;
}
.container-800{
  max-width: 800px;
}
.wpp-link {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0.1rem 1.5rem;
    background-color: #25d366;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.3s;
}
.wpp-link:hover {
    background-color: #128c7e;
    transform: scale(1.05);
}
.wpp-link i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    margin-top: 15px;
    color: white;
}
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
}
.whatsapp-button {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    animation: wpp-shake 2s infinite ease-in-out;
}
.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    animation: none;
}
.map-container {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.map-container iframe {
    width: 100%;
    max-width: 100%;
    height: 550px;
    border: 0;
}