.separador .before, .separador .after {
    height: 20px;
    border-bottom: 5px solid #ffffff;
}
.vermelho {
    color: #ff0000;
}
#introducao,
footer {
    background-color: #000000;
    background: radial-gradient(#202020, #000000);
}
.btn.btn-primary {
    background: #e20718;
    border-color: #e20718;
}
.bg-primary {
    background: #e20718 !important;
}
.bg-dark {
    background: linear-gradient(180deg, #212529, #181818);
}
.border-primary {
    border-color: #e20718 !important;
}
.temp-video {
    cursor: pointer;
}
.temp-video img:last-child {
    top: calc(50% - 32px);
    right: calc(50% - 32px);
    filter: grayscale(1);
    opacity: 0.8;
}
.temp-video:hover img:last-child {
    filter: grayscale(0);
    opacity: 1;
}
@keyframes gradient {
    0% {
        background-color: #18c139;
    }
    50% {
        background-color: #0da52b;
    }
    100% {
        background-color: #18c139;
    }
}
@keyframes posicao {
    0% {
        bottom: 180px;
        right: 20px;
    }
    50% {
        bottom: 175px;
        right: 20px;
    }
    100% {
        bottom: 180px;
        right: 20px;
    }
}
.balaoWhatsapp {
    display: none;
}
.balaoWhatsapp:hover .balaoWhatsappLegenda,
.balaoWhatsapp:hover .balaoWhatsappLink {
    background: #0da62b;
}
.balaoWhatsapp:hover .balaoWhatsappLegenda:after,
.balaoWhatsapp:hover .balaoWhatsappLink:after {
    border-top: 20px solid #0da62b;
}
.balaoWhatsappLegenda {
    margin: 0 auto;
    font-size: 0.85em;
    line-height: 1.6em;
    border-radius: 15px;
    width: 130px;
    height: auto;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 180px;
    right: 20px;
    text-align: center;
    z-index: 9999999;
    background: #18c139;
    animation: posicao 1s ease infinite;
}
.balaoWhatsappLegenda:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #18c139;
    bottom: -18px;
    right: 20px;
}
.balaoWhatsappLink {
    width: 80px;
    height: 80px;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 9999999;
    background: purple;
    animation: gradient 1s ease infinite;
}
/*html {
    --scrollbarBG: #212529;
    --thumbBG: #e20718;
}
body::-webkit-scrollbar {
    width: 15px;
}
body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 10px;
}*/
.checkout-ul li {
    padding: 0px 0 0px 40px;
    list-style: none;
    background-image: url(assets/img/check.webp);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 1rem;
    min-height: 32px;
}
p#evermart-upsell-buy-status{
    color: #ffffff
}
.evermart-accept-button{
    background-color: #e20718 !important;
    border: 1px solid #e20718 !important;
    color: #ffffff !important;
    font-size: 18px;
    transition: 0.3s;
    text-transform: uppercase;
}
.evermart-accept-button:hover{
    transform: scale(1.1);
}
/*#evermart-upsell-trigger-decline{
    color: #ffffff !important;
}*/
#evermart-upsell-trigger-decline {
    color: #ff0000 !important;
}
.modal-dialog li,
.modal-header h5 {
    color: #000000;
}
.btn.btn-modal {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 17px;
    fill: #fff;
    color: #fff;
    background-color: #003baa;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 40px;
}
.btn-bottom {
    padding: 5px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .btn.btn-modal.btn-modulo {
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    ul.text-start.mt-3.mb-4.check-list.checkout-ul {
        padding-left: 0px !important;
    }
    .btn.btn-modal.btn-modulo {
        margin-right: 5px;
    }
    .btn.btn-modal.btn-intube {
        width: 100%;
    }
}