.section-tittle h2 {
    font-weight: normal !important;
}

.section-tittle span {
    color: #84c6e2 !important;
}

.section-tittle span::before {
    background-color: #84c6e2 !important;
}

h2 {
    color: #184193 !important;
    font-weight: 0 !important;
}

.titular-footer {
    color: #184193 !important;
    font-weight: bolder !important;
}

.footer-area .footer-bottom {
    border-top: 1px solid white !important;

}

.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
}

.whatsapp-icon img {
    width: 60px; /* Ajusta según necesites */
    height: auto;
    cursor: pointer;
}