@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}

html {
    /* background: url("../images/background.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;  */
    background: #F6F6F7;
    display: block;
}
body {
    background-color: #0d131f !important;
}
.badge_arrow_down {
    position: absolute;
    /* display: inline-block;
    top: 0;*/
    right: 0px;
    /*width: 20px;
    height: 20px;
    background-color: red;
    transform: skew(-45deg);
    z-index: 0; */
    width: 0;
    height: 0;
    border-top: 10px solid #fa0000;
    border-left: 10px solid transparent;
}

body {
    display: block;
    background: none;
    color: #0D131F;
    min-width: 320px;
}

section.conteudo {
    position: relative;
}

.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

.container-transparent {
    border: none !important;
    background: transparent !important;
}

#modalYoutube {
    width: 100%;
    max-width:700px;
    border-radius: 1.4rem !important;
    overflow: hidden;
    border-color: #ff0000 !important;
}

/* Minhas alterações */

#clr-picker {
    z-index: 9999;
}

.bg-dark-xequemate,
.table-dark {
    background-color: #0d131f !important;
}
.btn.bg-dark-xequemate:hover {
    color: #ffffff !important;
}
.bg-gray {
    background-color: #4c4f52;
}

.bg-light-gray {
    background-color: #DDD;
}

span.bg-warning {
    color: rgb(49, 49, 49);
}

.bg-texture1 {
    background-image: url('../images/texture1.webp');
    background-repeat: repeat-y;
}

.bg-texture2 {
    background-image: url('../images/texture2.webp');
    background-size: 100% 100%;
}

.bg-texture3 {
    background-image: url('../images/texture3.webp');
    background-position: center top;
    background-size: cover;
}

.bg-texture4 {
    background-image: url('../images/texture4.webp');
    background-position: center top;
    background-size: cover;
}

.bg-texture5 {
    background-image: url('../images/texture5.webp');
    background-position: center top;
    background-size: cover;
}

.bg-texture6 {
    background-image: url('../images/texture6.webp');
    background-position: center top;
    background-size: cover;
}

/* Badges */
.bg-success,
.btn-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #0d131f !important;
}

.border-success {
    border-color: #28a745 !important;
}

.bg-danger,
.btn-danger {
    background-color: #DC3545 !important;
    border-color: #DC3545 !important;
    color: #FFF !important;
}
.btn-danger:hover {
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}
.bg-warning,
.btn-warning {
    background-color: #FFC107 !important;
    border-color: #FFC107 !important;
    color: #0d131f !important;
}

/* --- */

.btn-primary {
    background-color: #fa0000;
    border-color: #fa0000;
    color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #fa0000 !important;
    border-color: #fa0000 !important;
    color: #fff !important;
    opacity: 0.75;
}
.btn-outline-xequemate {
    background-color: transparent;
    border-color: #fa0000;
    color: #fa0000;
}

.btn-primary:hover {
    background-color: #bf0000;
    border-color: #bf0000;
    color: #fff;
}

.btn-outline-xequemate:hover {
    background-color: transparent;
    border-color: #bf0000;
    color: #bf0000;
}

.btn-secondary {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #0d131f;
}

.btn-secondary:hover {
    background-color: #eaecec;
    border-color: #eaecec;
    color: #0d131f;
}

.btn-outline-light:hover {
    color: #bf0000;
}

.border-primary-xequemate {
    border-color: #fa0000 !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #fa0000;
    color: #fff;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background-color: #f8f9fa;
    color: #0d131f;

}

/* Custom */

.conteudo.custom-shape {
    background-image: url('../images/background.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.custom-title {
    font-weight: 900;
}

.custom-price {
    font-size: 5em !important;
    line-height: 110px;
}
.desconto1 {
    font-size: 3.15rem!important;
}
.desconto3 {
    font-size: 4rem!important;
    line-height:1;
}
.custom-home-btn {
    padding-top: .7rem;
    padding-bottom: .7rem;
    border-radius: .6rem;
}

.exclamation {
    width: 100%;
    height: auto;
    max-width: 150px;
    margin: 0 auto;
    object-fit: contain;
}
.borderVantagens {
    border-right: 3px solid #dee2e6!important;
    border-bottom: none !important;
}
/* --- */
.fotoPerfil {
    position: relative;
    min-width: 32px;

    width: 32px;
    height: 32px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    text-align: center;
}

.fotoPerfil>img {
    /* color: #ced4da; */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    position: absolute;
    color: red;
}

.h-38p {
    height: 38px;
}

.h-60 {
    height: 60%;
}

.h-85 {
    height: 85%;
}

.h-90 {
    height: 90%;
}

.w-85 {
    width: 85%;
}

.w-fit {
    width: fit-content;
}

.h-fit {
    height: fit-content;
}

.vh-90 {
    height: 90vh;
}

.text-primaryXequeMate {
    color: #fa0000;
}

.text-secondaryXequeMate {
    color: #0d131f;
}

.text-primaryXequeMate.noHover:hover {
    color: #fa0000 !important;
}
.fs-custom-7 {
    font-size: 0.95rem !important;
}

.fs-custom-8 {
    font-size: 0.85rem !important;
}

.fs-custom-9 {
    font-size: 0.75rem !important;
}

.px-custom-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
}

.px-custom-10 {
    padding-left: 11rem;
    padding-right: 11rem;
}

.accordion-button:not(.collapsed) {
    color: #0D131F;
    background-color: #0d131f0a;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%0D131F26'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
    transform: rotate(180deg);
}

button {
    cursor: pointer;
}

.cursor-ptn {
    cursor: pointer;
}

a.text-primaryXequeMate:hover {
    color: #000;
}

.link-light {
    text-decoration: none;
}

.link-light:hover {
    text-decoration: underline;
}

.rounded2 {
    border-radius: .3rem !important;
}

.rounded-4 {
    border-radius: .5rem !important;
}

.col-6-low {
    width: 49.5%;
}

.nav-pills .nav-link {
    color: #FFF;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fa0000;
    color: #fff;
}

.nav-link:hover {
    color: #bf0000;
}

.text-truncate {
    color: #FFF;
}

.col-2-5 {
    width: 18%;
}

.col-9-5 {
    width: 82%;
}

.table {
    font-size: .95rem !important;
}

.table td {
    vertical-align: middle;
    padding: 0.5rem 1rem;

}

.badge {
    padding: .25rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    border-radius: .3rem !important;
    font-size: unset !important;
    font-weight: unset !important;
    display: unset !important;
}

.table td .badge {
    width: 100%;
    display: inline-block !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.table th {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    background-color: #ccc !important;
    color: #bf0000 !important;
    padding: 0.5rem 1rem;

}

.table thead th:first-child {
    border-radius: 9px 0 0 9px;
}

.table thead th:last-child {
    border-radius: 0 9px 9px 0;
}

.table-container {
    border-radius: 9px 9px 0.25rem 0.25rem;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none;
}

tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.py-05 {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
}

.py-1-25 {
    padding-top: .35rem !important;
    padding-bottom: .35rem !important;
}

.p-05 {
    padding: .2rem !important;
}

.py-025 {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
}

.page-link,
.page-link:focus,
.page-link:hover {
    color: #0d131f;
}

.page-link:hover,
.page-link:focus {
    background-color: #dafff3;
}

.dashboardCard {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 0.8rem 1rem;
    height: 100%;
    /* margin: 4px; */
}

.dashboardCard-title {
    margin-bottom: .5rem;
    font-size: 1rem;
}

.dashboardCard-date {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
    display: inline-block;
    width: 100%;

}

.dashboardCard-info {
    font-size: 0.85rem;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n2-5 {
    margin-top: -0.75rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.vh-100 {
    height: 100vh;
}

.menu-responsive {
    transition: left 0.5s;
    left: 0;
}

.apexcharts-legend {
    margin: 0 auto;
}

.btnMenu-responsive {
    display: none;
}

.page-item.active .page-link {
    background-color: #fa0000;
    border-color: #fa0000;
    color: #fff;
}

.page-item {
    cursor: pointer;
}

.carousel-inner {
    border-radius: 20px;
}
#carouselConteudo .carousel-inner {
    border-radius: 0.25rem !important;
}
.carousel-indicators {
    margin-bottom: -7px !important;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #808080;
}

.alert {
    word-wrap: break-word;
}

div.imgQuadrada {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
div.imgQuadrada img {
    position: absolute;
    margin: 0 auto !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
div.imgQuadrada img.bg-blur {
    width: 100%;
    object-fit: cover;
    z-index: 0;
    filter: blur(2.5px);
    /* filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1'%3E%3CfeGaussianBlur stdDeviation='' result='b'/%3E%3CfeMorphology operator='dilate' radius='2'/%3E %3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a"); */
}

div.imgCurso {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #eee;
}

div.imgCurso:hover {
    opacity: 0.7 !important;

}

#iconWhatsApp {
    position: fixed;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    height: 45;
    text-decoration: none;
    z-index: 9;
}

#iconWhatsApp #text {
    background-color: white;
    border: 1px solid #fa0000;
    border-right: 0;
    display: inline-block;
    padding: 5px 14px 5px 7px;
    margin-right: -13.5px;
    border-radius: 5px;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: underline;
    cursor: pointer;
}

#iconWhatsApp #text:hover {
    color: #490816;
}

.select2-selection--single .select2-selection__arrow {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 12px;
    background-color: #fff;
    transition-duration: 0.1s;

}

.select2-selection--single[aria-expanded="true"] .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-selection__arrow b {
    display: none;
}

span.select2 {
    display: block;
    width: 100%;
    padding: 0.25rem 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border-radius: .25rem;
}

#modalCheckout {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#footerGateway {
    height: 30px;
}
#footerGateway img.gatewayLogo {
    display: inline-block;
    margin-top: -3px;
    height: 25px;
}

#footerGateway p {
    display: inline-block;
    margin: 0 5px;
}
#footerGateway img.lockLogo {
    display: inline-block;
    height: 20px;
    margin-top: -6px;
}

#footerGateway .creditCards img {
    margin: 0 2px;
    height: 25px;
}

.bannerAnuncio {
    background-size: auto 100%;
    background-position: center;
    position: absolute;
}

span.anuncio {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-size: 2rem;
    width: 100%;
    word-break: break-all;
    text-align: center;
    color: #fff !important;
}

.mobile-cart-icon {
    display: none;
}

#colunaDescricaoGrp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    line-height: 19px;
    max-height: calc(38px + 0.5rem);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#conteudoEditavel {
    line-height: 0;
    position: relative;
}
.draggable {
    height: 80px;
    left: 0px;
    top: 0px;
    width: fit-content;
    cursor: move;
    /* line-height: 14px; */
    margin: 20px; 
    background-color: transparent !important;
    border: 1px solid transparent !important;
    /* font-size: 14px; */
    position: absolute !important;

}
.draggable:hover,
.draggable.hovered {
    border-color: #ced4da !important;
}
.draggable:hover > .circle,
.draggable:hover > .fontActions,
.draggable.hovered > .circle,
.draggable.hovered > .fontActions {
    opacity: 1;
}
.draggable .circle {
    position: absolute;
    width:  15px;
    height: 15px;
    background-color: #ced4da;
    border-radius: 100%;
    opacity: 0;
    /* cursor: ew-resize; */
}
.draggable .fontActions {
    position: absolute;
    top:-20px;
    left:50%;
    transform:translateX(-50%);
    color: #ced4da;
    opacity: 0;
    width: fit-content;
}
.draggable .fontActions i.bi {
    margin: 0 2px;
    cursor: pointer;
}
.draggable .fontActions i.bi:hover {
    opacity: 0.9;
}
.ui-resizable-nw { top:    -6px !important; left: -6px !important; }
.ui-resizable-ne { top:    -6px !important; right:-6px !important; }
.ui-resizable-sw { bottom: -6px !important; left: -6px !important; }
.ui-resizable-se { bottom: -6px !important; right:-6px !important; }
#logotipoCliente,
#instagramCliente {
    z-index: 2;
}
#instagramCliente {
    height: auto;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
#instagramCliente #nome {
    margin: 0;
    font-size:1em;
    font-weight: 700;
}
#instagramCliente #usuario {
    margin: 0;
    font-size:0.875em;
    font-weight: 500;
}
#menuPaginaInicial {
    list-style: none;
}
#menuPaginaInicial li {
    float: left;
}
#menuPaginaInicial li a {
    text-decoration: none;
    color: inherit;
}
/**********************************************************
1200px – DESKTOPS, NOTEBOOKS COM MONITORES WIDESCREEN
***********************************************************/
@media screen and (min-width: 1200px) {
    body {
        /* background-color: orange; */
    }

    .col-xl-2-5 {
        width: 18%;
    }

    .col-xl-9-5 {
        width: 82%;
    }

    .px-xl-custom-6 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important;
    }

    .col-xl-2-1 {
        width: 18%;
    }

    .col-xl-10-1 {
        width: 82%;
    }
}
#videoYoutube { min-height: 0 !important; }
i.font-bold { -webkit-text-stroke: 0.5px; }
#inputCupomGroup input { padding: 1px 2px; font-size: 0.9rem !important;}
#inputCupomGroup span { padding: 2px 3px; background-color: #f1f1f1;}
#inputCupomFeedback {
    font-size: 0.8rem !important; 
    border-radius: 0.25rem !important;
    right: 20px !important;
}

/**********************************************************
1200px – DESKTOPS, NOTEBOOKS COM MONITORES WIDESCREEN
***********************************************************/
@media screen and (max-width: 1200px) {
    body {
        /* background-color: purple; */
    }
}

/*******************************************************************
                    CORRESPONDE AO LG DO BOOTSTRARP
********************************************************************/
@media screen and (max-width: 991px) {
    .menu-responsive {
        left: -100%;
    }

    .menu-responsive-show {
        left: 0 !important;
    }

    .btnMenu-responsive {
        display: block;
    }
    .borderVantagens {
        border-right: none !important;
        border-bottom: 3px solid #dee2e6!important;
    }
    .question h2 {
        font-size: calc(1.275rem + .3vw)!important;
    }
    .question p {
        font-size: 1.25rem!important;
    }
    #videoYoutube {
        min-height: unset !important;
    }
    #accordionExample button {
        padding: 0.75rem !important;
    }
    .conteudo.custom-shape {
        background-position: center 1px;
    }

}

/******************************************************************* 
960px – TABLETS NO FORMATO PAISAGEM E ALGUNS MONITORES MAIS ANTIGOS
********************************************************************/
@media screen and (max-width: 960px) {
    body {
        /* background-color: black; */
    }

    .px-custom-10 {
        padding-left: 6.5rem;
        padding-right: 6.5rem;
    }

    .text-justify-md {
        text-align: center;
    }

    .ms-0-md {
        margin-left: 0 !important;
    }

    .me-0-md {
        margin-right: 0 !important;
    }

    .mb-0-md {
        margin-bottom: 0 !important;
    }

    .mb-5-md {
        margin-bottom: 3rem !important;
    }
}

/**********************************************************
768px – TABLETS NO FORMATO RETRATO, COMO O IPAD
***********************************************************/
@media screen and (max-width: 768px) {
    html {
        background-size: auto 100%;
        background-position: 80% 0%;
    }

    body {
        /* background-color: red; */
        font-size: 0.9rem;
    }

    .px-custom-10 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .table>:not(caption)>*>* {
        padding: .3rem .1rem;
        text-align: center;
    }

    .table {
        font-size: .85rem;
    }

    .page-link {
        padding: .25rem .5rem;
    }

    .btn {
        font-size: .8rem;
        /* padding: .375rem .35rem; */
    }

    .dashboardCard {
        padding: 0.8rem .5rem;
    }

    .custom-border {
        border-right: none !important;
    }
    #colunaDescricaoGrp {
        display: none !important;
    }
}

/* Smartphones no geral em modo retrato */
@media only screen and (max-width: 600px) {
    .custom-price {
        font-size: 6rem !important;
        margin-bottom: -12px;
    }

    .custom-text {
        font-size: 1rem !important;
    }

    .col-reverse {
        flex-direction: column-reverse !important;
    }

    .mb-align-center {
        align-items: center !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .table th {
        font-size: 12px !important;
    }

    .table td,
    .table a {
        font-size: 10px !important;
    }

    .mobile-cart-icon {
        display: block;
        font-size: 13px !important;
    }

    .cart-btn-text {
        display: none !important;
    }

    .exclamation {
        margin: 20px auto;
    }
}

/********************************************************** 
480px – SMARTPHONES NO FORMATO PAISAGEM COM TELA PEQUENA
***********************************************************/
@media screen and (max-width: 480px) {
    body {
        /* background-color: green; */
    }

    .fs-custom-8 {
        font-size: 0.6rem !important;
    }

    .px-1-xs {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }

    .carousel-item img {
        max-width: 100%;
    }

    .table {
        font-size: .7rem;
    }

    .fs-custom-7 {
        font-size: .85rem !important;
    }

    .form-control,
    .form-select,
    .input-group-text {
        font-size: .85rem;
    }
}
