.wcm-floating-btn {
    position: fixed;
    bottom: 20px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    font-size: 26px;
    right: 0;

}
.wcm-floating-btn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wcm-floating-btn svg{
    fill: #ffffff;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.wcm-modal {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border: 2px solid #25d366;
}

.wcm-modal-content {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
}

.wcm-close {
    cursor: pointer;
    font-size: 20px;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
}

.wcm-opciones a{
    background: #000000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 40px;
    color: #fff;
    font-size: 18px;
}
.wcm-big{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: none;
    background: #25d366;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.wcm-big:hover{
    background: #17ad4f;
}
.wcm-opciones{
    display: flex;
    gap: 10px;
}
.wcm-share-top{
    display:flex;
    justify-content:flex-end;
    margin-bottom:15px;
}
