
.alert .alert-link,
.alert-link,
.close,
.close-s {
    font-weight: 700;
}

.icon-box {
    height: 250px !important;
}

@media screen and (max-width:1100px) {
    .icon-box {
        height: 280px !important;
    }
}

.dropdown {
    cursor: pointer !important;
}

@media screen and (max-width:990px) {
    .icon-box {
        height: 340px !important;
    }
}

@media screen and (max-width:1200px) {
    .flip-card {
        height: 370px !important;
    }   
}

@media screen and (max-width:1600px) {
    html, body {
        overflow-x: hidden !important;
    }
}

.align-items-left {
    text-align: left !important;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link, .alert-link {
    font-weight: 700;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
    color: inherit;
}

.alert-dismissible {
    padding-right: 3rem !important;
}

.area-login-btn,
.backtop-btn {
    position: fixed;
    right: 15px;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    outline: 0;
}

.alert-primary {
    --bs-alert-color: #084298;
    --bs-alert-bg: #cfe2ff;
    --bs-alert-border-color: #b6d4fe;
}

.alert-primary .alert-link {
    color: #06357a;
}

.alert-secondary {
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8;
}

.alert-secondary .alert-link {
    color: #34383c;
}

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc;
}

.alert-success .alert-link {
    color: #0c4128;
}

.alert-info {
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb;
}

.alert-info .alert-link {
    color: #04414d;
}

.alert-warning {
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5;
}

.alert-warning .alert-link {
    color: #523e02;
}

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}

.alert-danger .alert-link {
    color: #6a1a21;
}

.alert-light {
    --bs-alert-color: #636464;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfe;
}

.alert-light .alert-link {
    color: #4f5050;
}

.alert-dark {
    --bs-alert-color: #141619;
    --bs-alert-bg: #d3d3d4;
    --bs-alert-border-color: #bcbebf;
}

.alert-dark .alert-link {
    color: #101214;
}

.close {
    float: right;
    margin: 5px 5px 0 0 !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close-s {
    float: right;
    margin: -3px -40px 0 0 !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.alert-dismissable .close-s {
    position: relative;
    top: -15px;
    right: 0px !important;
    color: inherit;
    font-weight: 700 !important;
    font-size: 30px !important
}

.alert-dismissible .btn-close {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 2 !important;
    padding: 1.25rem 1rem !important;
}

.alert-dismissable .close {
    position: relative;
    top: -5px;
    right: -40px;
    color: inherit;
    font-weight: 700 !important;
    font-size: 30px !important
}

.close:focus, .close-s:focus {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.5 !important;
}

.close:hover, .close-s:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    opacity: 1.5 !important;
}

button.close, button.close-s {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    font-weight: 700 !important
}

.hero-image {
    height: 400px !important;
}

.text-primary-dark {
    color: #0070d6;
}

text-primary-dark:hover {
    color: #0055a3;
}

.text-margin {
    margin: 1em;
}

.text-default-dark:hover {
    color: #0a0c0e;
}

.text-accent-bright:hover {
    color: #d9a1e3;
}

.text-accent-light {
    color: #c77bd4;
}

.text-accent-light:hover {
    color: #b755c8;
}

.text-accent {
    color: #9c27b0;
}

.text-header, .text-header-bg {
    color: #fff !important;
    font-weight: 700 !important;
}

.text-accent:hover {
    color: #771e86;
}

.cinza {
    background-color: #687576;
    color: #fff;
}

.azul {
    background-color: #255fc4;
    color: #fff;
}

.active-area-menu {
    background-color: #0d6efd !important;
    color: #fff !important;
}

.azul-claro {
    background-color: #0e97e3;
    color: #fff;
}

.rosa {
    background-color: #d5306d;
    color: #fff;
}

.roxo {
    background-color: #9c00bf;
    color: #fff;
}

.esmeralda {
    background-color: #0bb991;
    color: #000;
}

.text-roxo {
    color: #9049a0;
}

.text-esmeralda {
    color: #00dba8;
}

.text-danger {
    color: red !important;
    font-weight: bold !important;
}

.text-header-bg {
    background-color: gray !important;
}

.text-header-black {
    color: #000 !important;
    font-weight: 700 !important;
}

table.dataTable span.highlight {
    background-color: #8DF3A5 !important;
}

.backtop-btn {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #106eea;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
}

.backtop-btn:hover {
    background-color: #0055a3;
}

.area-login-btn {
    position: fixed;
    top:60px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
}

.fab-site {
    bottom: 10px;
}

.fab-site:active, .fab-site:hover {
    box-shadow: 0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12),0 11px 15px -7px rgba(0,0,0,.2)
}

.fab-site a {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 2.1em;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

.fab-site a:focus {
    outline: 0;
}

.fab-site a.main {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    bottom: 0;
    z-index: 20;
    line-height: 2.6em;
    text-align: center;
}

.fab-site ul {
    bottom: 0;
    padding: 0 5px 0 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

.fab-site ul li {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: -10%;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}

.fab-site ul li label {
    margin-right: 10px;
    white-space: nowrap;
    display: block;
    margin-top: 8px;
    padding: 3px 8px;
    background-color: #5882fa;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border-radius: 3px;
    height: 30px;
    font-size: 16px;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #fff
}

.fab-site.show a.main {
    outline: 0;
    box-shadow: 0 3px 8px rgba(0,0,0,.5);
    color: #fff;
}

.fab-site.show a.main + ul {
    bottom: 70px;
}

.fab-site.show a.main + ul li {
    margin-bottom: 10px;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
}

.fab-site.show a.main + ul li:hover label {
    opacity: 1
}

.erro-form-site {
    width: 99%;
    margin: 20px 20px 20px 20px;
}

.active-sub-menu {
    color: #fff !important;
    background-color: #106eea !important;
}

.active-menu, .active-sub-menu, .active-sub-menu-revenda {
    color: #fff !important;
    background-color: #106eea !important;
}

.active-sub-menu-revenda {
    color: #fff !important;
    background-color: #106eea !important;
}

input[type=file], input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5 !important;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 30px;
}

.text-right-carousel {
    text-align: right !important
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: black;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5 !important;
    transition: opacity 0.6s ease !important;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-target] {
        transition: none !important;
    }
}

.carousel-indicators .active {
    opacity: 10 !important;
}

.carousel-indicators {
    bottom: -40px !important;
}

.carousel {
    .carousel-item{
        opacity: 0;
        transition-duration: 1s;
        transition-property: opacity;
        -webkit-transform: translate(100%, 0px);
        cursor: pointer;
        -ms-transform: translate(100%, 0px);
        transform: translate(100%, 0px);
    }

    .carousel-item.active,
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

    .active.carousel-item-left,
    .active.carousel-item-right {
        opacity: 0;
    }

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active,
    .active.carousel-item-left,
    .active.carousel-item-prev {
        transform: translateX(0);

        @supports (transform-style: preserve-3d) {
            transform: translate3d(0, 0, 0);
        }
    }
}

@media screen and (max-width:1050px) {
    /*.carousel-item img {
        height: 280px !important;
    }*/

    .section-carousel-promocao {
        height: 150px !important;
    }

}

.btn-close, .fileinput-remove {
    font-size: 8px; /* Ajuste o tamanho da fonte conforme necessário */
    padding: 3px; /* Ajuste o espaçamento interno para reduzir o tamanho */
    width: 10px; /* Ajuste a largura */
    height: 10px; /* Ajuste a altura */
}

.comando-uso {
    position: relative;
}

.comando-uso code {
    display: block;
    background-color: #E9E9E9;
    padding: 0.5rem 2.5rem 0.5rem 0.5rem; /* aumenta padding right para o espaço do ícone */
    border-radius: 4px;
    font-family: Consolas, monospace;
    white-space: pre-wrap;
    position: relative;
    margin-top: -8px; /* aproxima do texto de cima */
}

.comando-uso small {
    display: block;
    margin-bottom: 0.1rem;
    color: #555;
}

#comandoModalBody ul {
    list-style-type: none;
    padding-left: 0;
}

.copy-btn {
    position: absolute;
    top: 57.2px;
    right: 10px; /* fica dentro do padding-right do code */
    cursor: pointer;
    padding: 3px;
    border-radius: 4px;
    font-size: 0.9rem;
    transform: translateY(-50%);
    z-index: 10;
}

/* Toast com barra de progresso */
#copy-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #0dcaf0; /* btn-info */
    color: white;
    padding: 12px 20px 16px 20px;
    border-radius: 8px;
    display: none;
    z-index: 9999;
    font-weight: 500;
    min-width: 220px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

#toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: white;
    width: 0%;
    border-radius: 0 0 8px 8px;
    transition: width 4s linear;
}