.ps-btn-float .ps-btn-float-background {
    background-color: #d60505 !important;;
}

.ps-btn-float .ps-btn-float-wave {
    color: #ecafaf !important;;
}

.ps-btn-float .ps-btn-float-text {
    top: 16px !important;
    left: 0 !important;
    font-size: 14px !important;
}

.online-box__btn {
    z-index: 10000;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.online-box__btn_phone {
    bottom: 125px;
    background-color: rgba(0, 174, 239, .8);
}

.online-box__btn_phone img {
    width: 60px;
}

.online-box__btn_whatsapp {
    bottom: 30px;
    background-color: rgba(75, 225, 90, .8);
}

.online-box__btn_whatsapp img {
    width: 73px;
}

a.ps-btn-float, .ps-btn-float .ps-btn-float-background, .ps-btn-float .ps-btn-float-text {
    width: 80px !important;
    height: 80px !important;
}

a.ps-btn-float.right {
    right: 10px !important;
}

a.ps-btn-float.bottom {
    bottom: 245px !important
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
