.cn-root-button-flutuante {
    position: fixed;
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    top: 30%;
    left: 2%;
    border-radius: 100%;
    padding: 1px;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 0 0 0 #e7998e;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1)
}

.cn-root-button-flutuante svg.animation {
    fill: none;
    width: 130%;
    height: 130%;
    position: absolute;
    left: -14%;
    top: -14%;
    stroke: #e7998e;
    stroke-width: 3px;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: loading 4500ms ease-in-out infinite alternate
}

.cn-root-button-flutuante .cn-button-flutuante {
    height: 70px;
    width: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e7998e;
    border-radius: 100%;
    background-color: #e7998e;
}

.cn-root-button-flutuante .cn-button-flutuante img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1.8);
}

.cn-root-button-flutuante .cn-close-flutuantee {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: rgba(0,0,0,.7137254902);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99
}

@keyframes loading {
    100% {
        stroke: #e7998e;
        stroke-dasharray: 10;
        transform: rotate(200deg)
    }
}

.cn-root-modal {
    position: fixed;
    width: auto;
    height: 93.9%;
    width: 26.8%;
    top: 1%;
    left: 35%;
    margin: auto;
    z-index: 99999999999
}

.cn-root-modal .cn-body {
    width: 100%;
    height: 100%;
    position: relative
}

.cn-root-modal .cn-body iframe {
    width: 100%;
    height: 100%
}

.cn-root-modal .cn-body #closeModal {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #e7998e;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-weight: 800;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999
}

.cn-root-modal .cn-body #playVideo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center
}

.cn-root-modal .cn-body #muteVideo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.5843137255);
    border-radius: 100%
}

.cn-root-modal .cn-body #progressBar {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%
}

.cn-background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-color: rgba(0,0,0,.5647058824);
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 768px) {
    .cn-root-modal {
        left:2%;
        right: 2%;
        top: -3%;
        width: 90%;
        height: 90%
    }

    .cn-root-modal .cn-body iframe {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 20%
    }

    .cn-root-modal .cn-body #closeModal {
        top: 4%;
        right: 0%
    }

    .cn-root-modal .cn-body #muteVideo {
        bottom: 14%;
        right: 3%
    }

    .cn-root-modal .cn-body #progressBar {
        bottom: 11%
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0)
    }
}

.cn-link-produto {
    background-color: #ffa30d;
    padding: 10px;
    color: #000;
    display: none;
    justify-content: center;
    transition: all .1s ease-in-out;
    font-weight: 600;
    border-radius: 3px;
    width: 38%;
    line-height: 25px
}

@media(min-width: 768px) {
    .cn-link-produto {
        position:absolute;
        right: 0%;
        bottom: .7%
    }
}

@media(max-width: 768px) {
    .cn-link-produto {
        position:absolute;
        right: 0%;
        bottom: -105px
    }
}

.cn-link-produto:hover {
    transition: all .1s ease-in-out;
    background-color: #f5a628;
    color: #000
}

.cn-frase {
    position: absolute;
    z-index: 9;
    background: #e7998e;
    color: #000000;
    border-radius: 10px;
    text-align: center;
    top: 65px;
    left: 0;
    right: 0;
    font-size: 9px;
    font-weight: 600;
    line-height: 13px;
    padding: 3px 0px;
}
