.services-three {
    padding-bottom: 100px !important;
}

.site-footer-three {
    padding-top: 100px !important;
}

.progress-one {
    margin-top: 100px !important;
}

.titleCertificate {
    color: #000 !important;
}

.bgServices img {
    width: 100% !important;
    border-radius: 20px !important;
}

.iconServices {
    width: 60px;
    margin-left: 15px;
}

.sectionServices {
    background-color: var(--builza-primary);
}

#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4DAE50;
    color: white;
    border-radius: 100px;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
    width: 70px;
    height: 70px;
}


/* Icono */

#whatsapp-button i {
    font-size: 40px;
    pointer-events: none;
}


/* Burbuja de texto */

#whatsapp-text {
    position: fixed;
    bottom: 30px;
    right: 100px;
    background-color: white;
    color: black;
    padding: 10px 14px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    max-width: 225px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
}


/* Animación de salto */

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: var(--builza-base);
    opacity: 1 !important;
    border-radius: 100px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .8;
}

.page-header__bg::before {
    background: none !important;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
}