:root {
    --bs-default: #128C7E;
    --bs-default-primary: #128C7E;
    --bs-default-secondary: #128C7E;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #128C7E;
    border-top-color: #d2f9eb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    right: 20px;
    bottom: 20px;
    z-index: 996;
    background-image: linear-gradient(195deg, #128c7e, #21524e);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.back-to-top i {
    font-size: 20px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background-image: linear-gradient(195deg, #128c7e, #21524e);
    color: #fff;
    transform: scale(1.1);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# image_preview
--------------------------------------------------------------*/
#image_preview {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    top: 145px;
    z-index: 996;
    width: 350px;
    height: 350px;
    transition: all 0.4s;
}

#image_preview.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# DataTables
--------------------------------------------------------------*/

.dataTables_wrapper .dataTables_length select{
    background-color: revert !important;
}

.table-image {
    td, th {
        vertical-align: middle;
    }
}

/*--------------------------------------------------------------
# Whatsapp button
--------------------------------------------------------------*/

@keyframes pulse-whats {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}
.btn-whats-corner-screen {position: fixed;bottom: 84px;right: 18px;z-index: 10;display: block;width: 50px;height: 50px;background-color: #25D366;border-radius: 50%;animation: pulse-whats 2s infinite;}

/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/

.hide {display: none !important;}
.show {display: block !important;}
.is-invalid {
    color: #fd5c70;
}

/*--------------------------------------------------------------
# Plans
--------------------------------------------------------------*/
.plan-price-no-discount {
    font-size: 13px;
    text-decoration: line-through;
}

@media (max-width: 767px) {
    .plan-on-phone {
        margin-top: 3rem;
    }
}

.imagem-responsiva {
    max-width: 100%;
    height: auto;
}

footer {
    background-color: #181d30;
    color: #fff !important;
}

footer h6, footer .nav-link, footer p {
    color: #fff !important;
}

footer .nav-link:hover{
    color: var(--bs-default-primary) !important;
}

footer a {
      color: var(--bs-default) !important;
}

.terms p, .terms h3, .terms h5, .terms li{
    color: black !important;
}

/*--------------------------------------------------------------
# NavBar
--------------------------------------------------------------*/
.navbar-brand-image {
    height: 35px;
}


/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
.cloud-container {
    display: flex;
    position: relative;
    height: 430px;
    width: 830px;

    --g: radial-gradient(50% 50%, #000 98%, #0000) no-repeat;
    mask: var(--g) 100% 100% / 30% 60%,
    var(--g) 70% 0 / 50% 100%,
    var(--g) 0 100% / 36% 68%,
    var(--g) 27% 18% / 26% 40%,
    linear-gradient(#000 0 0) bottom / 67% 58% no-repeat;
    background: var(--bs-default);

    opacity: 75%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    align-items: center !important;
    justify-content: center !important;
    padding-top: 50px;
}

.img_icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.payment-boleto {
    background: url(../img/payment/boleto.png);
    background-size: 100%;
    width: 84px;
    height: 54px;
    display: inline-table;
}

.payment-boleto-active {
    background: url(../img/payment/boleto-active.png) !important;
}

.payment-pix {
    background: url(../img/payment/transfer_pix.png);
    background-size: 100%;
    width: 84px;
    height: 54px;
    display: inline-table;
}

.payment-pix-active {
    background: url(../img/payment/transfer_pix-active.png) !important;
}

.payment-credit-card {
    background: url(../img/payment/credit_card.png);
    background-size: 100%;
    width: 84px;
    height: 54px;
    display: inline-table;
}

.payment-credit-card-active {
    background: url(../img/payment/credit_card-active.png) !important;
}


.box-interval {
    border: 2px solid #dee2e6 !important;
    cursor: pointer;
}

.box-interval:hover{
    border-color: var(--bs-default) !important;
}

