/*======================================
    RESET E BASE STYLES
========================================*/

/* Reset de Listas */
ol ol, ol ul, ul ol, ul ul {
    list-style: none;
    padding: 0;
}

::marker {
    display: none;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    color: transparent;
}

main ::marker {
    display: inherit !important;
    color: transparent !important;
}

/* Body Base */
body {
    background-color: #fff;
}

/*======================================
    COMPONENTES DE LAYOUT
========================================*/

/* Cards */
.card-body {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px #00000012;
    box-shadow: 0px 0px 20px #00000012;
    border-radius: 1rem;
}

.card {
    background-color: #fff;
    border: .0625rem solid rgba(231, 234, 243, .7);
    box-shadow: 0 12px 15px rgba(140, 152, 164, .1);
}

.card-header {
    background-color: #fff;
    border-bottom: .0625rem solid rgba(231, 234, 243, .7);
}

/* Containers e Sections */
.section-padding .section-title {
    margin-bottom: 2rem !important;
}

.section-title h2 {
    font-size: 22px;
    margin-bottom: 2px !important;
}

.section-breadcrum {
    border-bottom: 1px solid #e5e7eb;
    background-color: #fff;
    margin-top: 78px;
}

.section-breadcrum .section-title {
    margin-bottom: 20px;
}

/*======================================
    PRODUTOS - Estilos dos Cards de Produto
========================================*/

/* Single Product Base */
.single-product {
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 20px #00000012;
    box-shadow: 0px 0px 20px #00000012;
    background: #fff;
    min-height: 315px;
}

.single-product-sidebar {
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 20px #00000012;
    box-shadow: 0px 0px 20px #00000012;
    background: #fff;
    height: 100vh;
}

.single-product-info {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 20px #00000012;
    box-shadow: 0px 0px 20px #00000012;
    background: #fff;
}

/* Product Image */
.single-product .product-image {
    overflow: hidden;
    position: relative;
    padding: 20px 20px 20px 20px;
}

.single-product .product-image > div.text-end {
    background: #eeeeee;
    border-radius: .8rem;
}

.single-product .product-image img {
    width: 130px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* Product Info */
.single-product .product-info {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
}

.single-product .product-info .title {
    font-size: 15px;
    line-height: 18px;
}

.single-product .product-info h4 {
    min-height: 70px;
}

.single-product .product-info .category {
    color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
}

.single-product .product-info .title a {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #111212;
}

.single-product .product-info .title a:hover {
    color: #333333;
}

/* Product Price */
.single-product .product-info .price {
    /* margin-top: 15px; */
}

.single-product .product-info .price div {
    color: #333333;
}

.title-product {
    font-size: 1.22rem;
    line-height: 24px;
    min-height: 48px;
}

.title-validate {
    font-size: 15px;
}

.price .price-label {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.price-value {
    font-size: 17px;
    line-height: 45px;
    font-weight: 700;
    color: #138500;
}

.price .price-color {
    color: #257a00;
}

.single-product .product-info .price .discount-price {
    margin: 0;
    color: #aaaaaa;
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
}

/* Product Tags e Badges */
.single-product .product-image .sale-tag {
    background: #f73232;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    left: 0;
    z-index: 22;
}

.single-product .product-image .new-tag {
    background: #333333;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    left: 0;
    z-index: 22;
}

/*======================================
    PRODUTOS - Tags de Desconto Personalizadas
========================================*/

/* Consolidação de estilos CSS inline extraídos dos arquivos PHP */

/* Container para todos os certificados */
.container.todos-certificados {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
}

.container.todos-certificados .btn {
    color: white !important;
    font-size: 14px;
    text-transform: uppercase;
}

/* Tags de desconto - variações */
.tag-desc-modelo-1a:after {
    width: 75px !important;
    height: 30px !important;
    position: absolute;
    top: 77px;
    left: auto;
    right: 0px;
    z-index: 9;
    background: #e10000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    box-shadow: 2px 2px 3px #4848484a, 0px 0px 4px #4848484a inset;
    border-radius: 4px 0 0 4px;
    text-shadow: 2px 2px 2px #4848489e;
    border-right: 0 solid #cd0000;
    border-bottom: 1px solid #cd0000;
    border-top: 1px solid #cd0000;
    border-left: 1px solid #cd0000;
}

.tag-desc-modelo-1b:after {
    width: 85px !important;
    height: 30px !important;
    position: absolute;
    top: 77px;
    left: auto;
    right: -10px;
    z-index: 9;
    background: #e10000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    text-shadow: 2px 2px 2px #4848489e;
    box-shadow: 2px 2px 3px #4848484a, 2px 2px 2px #4848484a inset;
    border-radius: 100px;
    border-right: 1px solid #cd1414;
    border-bottom: 1px solid #cd1414;
    border-top: 1px solid #cd1414;
    border-left: 1px solid #cd1414;
}

.tag-desc-modelo-1f:after {
    width: 100px !important;
    height: 30px !important;
    position: absolute;
    top: 260px;
    left: auto;
    right: 0;
    z-index: 9;
    background: #fff;
    color: #cd0000;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    border-right: 0 solid #cd0000;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

/*======================================
    PRODUTOS - Botões de Ação
========================================*/

/* Botões Principais dos Produtos */
.btn-add-cart {
    margin: 0;
    padding: 0;
}

.btn-add-cart svg {
    width: 38%;
    height: 32px;
    stroke: #000;
    margin: 0px;
    padding: 6px 0px;
    display: inline-grid;
    vertical-align: top;
    align-items: center;
    text-align: center;
    background: #257a00;
}

.btn-add-cart .text-add-cart {
    width: 60%;
    height: 32px;
    stroke: #000;
    margin: 0px;
    padding: 6px 0px;
    display: inline-grid;
    vertical-align: top;
    align-items: center;
    text-align: center;
}

.btn-add-prod {
    margin: 0;
    padding: 0;
}

.btn-add-prod svg {
    height: 32px;
    stroke: #000;
    margin: 0px;
    padding: 6px 0px;
    display: inline-grid;
    vertical-align: top;
    align-items: center;
    text-align: center;
    margin-right: 8px;
}

.btn-add-prod .text-add-prod {
    height: 32px;
    stroke: #000;
    margin: 0px;
    padding: 6px 0px;
    display: inline-grid;
    vertical-align: top;
    align-items: center;
    text-align: center;
}

.btn-prod-add-cart,
.btn-prod-add-cart svg,
.btn-prod-add-cart .text-add-cart {
    height: 40px;
}

.btn-prod-add-cart svg {
    float: left;
}

/* Botões de Outline */
.btn-outline-primary {
    color: #000;
    border-color: #e5e7eb;
    font-weight: 600 !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background: #111212;
    border: 1px solid #e5e7eb;
}

.btn-outline-primary:hover img {
    filter: invert(1);
}

.btn-outline-primary:hover .title-tipo-emissao {
    color: #fff;
}

.btn-outline-primary img {
    width: 30% !important;
}

/* Estados dos Botões */
.btn-check:focus + .btn, 
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-check:active + .btn-outline-primary, 
.btn-check:checked + .btn-outline-primary, 
.btn-outline-primary.active, 
.btn-outline-primary.dropdown-toggle.show, 
.btn-outline-primary:active {
    color: #fff;
    background: #111212;
    border: 1px solid #e5e7eb;
}

.btn-check:active + .btn-outline-primary img, 
.btn-check:checked + .btn-outline-primary img, 
.btn-outline-primary.active img, 
.btn-outline-primary.dropdown-toggle.show img, 
.btn-outline-primary:active img {
    filter: invert(1);
}

/*======================================
    PRODUTOS - Filtros e Sidebar
========================================*/

/* Product Sidebar */
.product-sidebar .single-widget {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 30px;
}

.product-sidebar .single-widget:last-child {
    margin-bottom: 0;
}

.product-sidebar .single-widget h3 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
}

/* Checkboxes e Tags */
.tag-checkbox:before {
    border: 1px solid;
    border-color: #0298e3;
    height: 16px;
    width: 16px;
    border-radius: 3px;
}

.tag-checkbox:after, .tag-checkbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tag-checkbox {
    position: relative;
    padding-left: 25px;
}

.tag-checkbox:after {
    height: 10px;
    width: 10px;
    left: 3px;
}

.tag-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.tag--active .tag-checkbox:after, 
.tag-list--checkboxes .tag--active a:after, 
input:checked ~ .tag-checkbox:after {
    background-color: #0298e3;
    border-color: #0298e3;
}

label.tag-checkbox-wrapper {
    display: flex;
}

/*======================================
    PRODUTOS - Tipo de Emissão
========================================*/

.single-product-tipo-emissao {
    text-align: center;
}

.single-product-tipo-emissao img {
    width: 40% !important;
}

.single-product-tipo-emissao.active {
    background: #111212;
    border: 1px solid #111212;
}

.single-product-tipo-emissao.active .product-image {
    filter: invert(1);
}

.single-product-tipo-emissao.active .title-tipo-emissao {
    color: #FFF;
}

.title-side-filter h2 {
    font-size: 14px !important;
    text-transform: uppercase !important;
    position: relative;
    padding: 11px 0px !important;
}

/*======================================
    PRODUTOS - Trending e Listas
========================================*/

.trending-product {
    background-color: #fff;
}

.trending-product .section-title {
    /* margin-bottom: 20px; */
}

.trending-product li {
    min-width: 48.5%;
}

.trending-product .btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    background-color: #d9f0fb;
    color: #000000;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    margin-right: 7px;
    overflow: hidden;
    width: 100%;
}

.trending-product .btn:hover {
    background-color: #c3ecff;
}

/*======================================
    FORMULÁRIOS - Estilos Base
========================================*/

/* Form Controls */
.form-control {
    border-radius: 1rem;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0em;
    margin-right: 6px;
}

.form-group select.form-control {
    padding-right: 38px;
    padding-left: 15px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjAtZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

/* Placeholder styles */
input::placeholder {
    color: 1px solid #d1d1d1 !important;
    opacity: 0.3 !important;
}

::placeholder {
    color: 1px solid #d1d1d1 !important;
    opacity: 0.3 !important;
}

::-ms-input-placeholder {
    color: 1px solid #d1d1d1 !important;
    opacity: 0.3 !important;
}

/* Form Singles */
.single-form .form-input textarea, 
.single-form .form-input input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #e6e6e6;
}

.border-alert {
    border: 1px solid red !important;
}

/*======================================
    ESTILOS DE UTILIDADE E HELPERS
========================================*/

/* Utility Classes */
.text-uppercase {
    text-transform: uppercase;
}

.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-24 { font-size: 24px; }
.fw-500 { font-weight: 500; }

/* Row sem margens laterais */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0; 
    margin-right: 0; 
    margin-left: 0; 
}

/*======================================
    ESTILOS EXTRAÍDOS DOS ARQUIVOS PHP
========================================*/

/* Estilos do guia_de_instalacao.php */
.list-unstyled {
    padding-left: 1.5rem;
}

.list-unstyled li p {
    margin-bottom: .3rem;
}

/* Estilos do inicio.php - Botões com border */
.btn-link.btn-link-border {
    border: 1px solid #ff6c00;
    color: #ff6c00;
}

.btn-link.btn-link-border:hover,
.btn-link.btn-link-border:active {
    border: 1px solid #dc5d00;
    color: #dc5d00;
}

/* Estilos de seções */
section.section h5 {
    padding: 8px 20px;
    background: #f5f5f5;
    border-radius: 8px;
}

#compra-certificado div ul, 
#compra-certificado div ul li {
    list-style: none !important;
}

.style-6 .box .top {
    background: #f5f5f5;
    padding: 5px 0px 15px 0px;
    border-radius: 10px 10px 0 0;
}

/* Estilos inline consolidados */
pre {
    background: #ececec;
    display: inline-block;
    margin-right: 5px;
}

/*======================================
    ACCORDION E DROPDOWN STYLES
========================================*/

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card button {
    text-align: left !important;
    text-decoration: none !important;
}

.dropdown-item.active, 
.dropdown-item:active {
    color: #ffffff !important;
}

/*======================================
    MODAL STYLES
========================================*/

.modal {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.ModalCartTop {
    margin-top: 72px !important;
    border-top: 5px solid #fff;
}

.ModalCartHeader {
    background-color: #222222 !important;
    padding: 10px 24px !important;
}

.ModalCartContent .ModalCartProductItemImage {
    background-color: #f9f8f4 !important;
    padding: 4px !important;
    border: 1px solid #e5e7eb4d !important;
}

.ModalCartContent .ModalCartProductItemQuantity {
    border: 1px solid #e5e7eb4d !important;
}

.ModalCartContent .ModalCartProductItemData {
    flex: 4 0 0 !important;
    display: flex;
}

.modal-body p {
    font-size: 18px !important;
}

/*======================================
    SVG E ÍCONES
========================================*/

svg:not(:host).svg-inline--fa, 
svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

/*======================================
    CHECKOUT E CARRINHO
========================================*/

.checkout-sidebar-coupon .single-form .button .btn {
    border-radius: 0px 5px 5px 0px !important;
}

.checkout-steps-form-style-1 .single-payment-option {
    width: 33%;
    padding: 0 4px;
}

.checkout-steps-form-style-1 .single-payment-option p {
    margin: auto;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}

/*======================================
    HEADER E NAVEGAÇÃO
========================================*/

.header .navbar-brand img {
    max-width: 100px;
}

.cart-link__bubble {
    background-color: #fa292c;
}

.site-header-search-btn--submit {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: 0;
    color: currentColor;
    background: transparent;
    height: 35px;
    border: 0;
}

.site-header-search-btn--submit svg {
    height: 35px;
    padding: 3px 0;
}

/*======================================
    FOOTER STYLES
========================================*/

.footer{
    padding: 60px 0 ;
}
.footer, 
.footer h3,
.footer h5 {
    color: #FFFFFF!important;
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.footer p,
.footer ul li {
    color: #FFFFFF;
    font-size: 15px;
    text-align: left;
}
.footer a{
    color: #FFFFFF!important;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
}
.footer a:hover{
    color: #8bd7eb!important;
}

.footer img {
    max-width: 50px !important;
}

.footer .box-logo-rodape img {
    max-width: 140px !important;
}

.footer .single-footer {
    margin-top: 40px;
    text-align: center;
}

.footer .single-footer h3::before {
    background-color: #f8292c;
    width: 40px;
}

.footer .footer-middle {
    padding-top: 0px;
    padding-bottom: 30px;
}

.footer .single-footer.f-contact .phone {
    color: #ffffff;
}

.footer-info-dev {
    font-size: 11px;
    border-top: 1px solid #333;
    background-color: #111212 !important;
    color: #ffffff;
}

.footer-info-dev a {
    color: #ffffff;
}

.footer-info-dev a:hover {
    color: #f8292c;
}

.footer .single-footer.our-app .app-btn li {
    display: inline-block;
}

.footer .single-footer.our-app .app-btn li a {
    padding: 15px 15px !important;
    width: 100%;
}

.footer .single-footer.our-app .app-btn li a .small-title {
    padding-left: 10px;
}

.footer .single-footer.our-app .app-btn li span {
    display: inline-block !important;
}

/*======================================
    RESPONSIVIDADE - MOBILE
========================================*/

@media (max-width: 767px) {
    .header .navbar-brand {
        text-align: left !important;
        padding: 12px 0 20px 10px;
    }
    
    .single-product .product-info .title a {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    body {
        font-size: 15px !important;
    }
    
    .section-title h2 {
        margin-bottom: 2px !important;
    }
    
    .header .navbar-cart {
        justify-content: right;
        margin-right: 25px;
    }
    
    .btn-consultar-pedido {
        margin-top: 10px;
        margin-bottom: 15px;
        width: 100% !important;
        padding: 0;
    }
    
    .btn-consultar-biometria {
        width: 100% !important;
        padding: 0;
    }
    
    #collapseFilter2 {
        margin-right: calc(var(--bs-gutter-x) / 2);
        margin-left: calc(var(--bs-gutter-x) / 2);
        margin-bottom: calc(var(--bs-gutter-x) / 2);
    }
    
    .single-product .product-image > div.text-end {
        text-align: center !important;
    }
    
    .single-product .product-image > div.text-end > img {
        width: 140px !important;
    }
    
    .single-product .product-info-resumo .title {
        width: 100%;  
        max-width: 310px;
    }
    
    .single-product .title-product {
        height: auto !important;
    }
    
    .single-product .title.mb-4 {
        margin-bottom: 1rem !important;
    }
    
    .single-product .btn-add-cart svg,
    .single-product .btn-add-cart .text-add-cart,
    .single-product button.btn {
        padding: 0 !important;
        height: 45px !important;
    }
    
    .single-product .btn-add-cart svg {
        padding: 8px !important;
    }
    
    .single-product .btn-add-cart .text-add-cart,
    .single-product .btn-add-prod .text-add-prod {
        font-size: 16px;
    }
    
    .header .navbar-brand {
        width: 60% !important;
    }
    
    .section-breadcrum .section-title {
        margin-bottom: 0;
    }
    
    .ModalCartBottom {
        margin: 0;
        bottom: 0;
        position: fixed;
        background: white;
        box-shadow: 0px 0px 16px #00000033;
        width: 100%;
    }
    
    .ModalCartContent .ModalCartTotals .ModalCartTotalsItem {
        background: transparent;
        padding: 0 10px 0 10px !important;
    }
    
    .ModalCartContent .ModalCartTotals .ModalCartTotalsItem.MainInfo {
        padding: 10px 1.5rem !important;
    }
    
    .checkout-sidebar-coupon .single-form .button {
        position: inherit; 
        margin-top: 12px;
    }
    
    .checkout-sidebar-coupon .single-form .button .btn {
        width: 100%;
        border-radius: 5px !important;
    }
    
    .footer .single-footer h3::before {
        left: 5%;
        width: 40%;
    }
    
    .footer .single-footer.our-app .app-btn li {
        width: 32%;
    }
    
    .icon-consultar-pedido,
    .icon-consultar-biometria {
        font-size: 15px;
    }
    
    .checkout-sidebar-payment {
        margin-top: 1rem !important;
    }
    
    .checkout-steps-form-style-1 .checkout-steps-form-content {
        padding: 25px 25px 25px 25px;
    }
    
    .ModalCartContent .ModalCartProductArea {
        padding: 1em 1em 200px 1em !important;
    }
    
    #collapseFilter2 .tag-checkbox {
        position: relative !important;
        padding-left: 35px !important;
    }
    
    #collapseFilter2 .tag-checkbox:after {
        height: 15px !important;
        width: 15px !important;
        left: 5px !important;
        border-radius: 2px !important;
    }
    
    #collapseFilter2 .tag-checkbox:before {
        height: 25px !important;
        width: 25px !important;
        border-radius: 2px !important;
    } 
    
    #collapseFilter2 .tag-checkbox span {
        font-size: 16px !important;
    }
    
    #collapseFilter2 .tag-list .tag span {
        font-size: 14px !important;
    }
}

/*======================================
    DEMO STYLES (podem ser removidos)
========================================*/

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #ffffff;
}

.btn-demo:focus {
    outline: 0;
}

.btn-group {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 0px 20px #00000012;
    box-shadow: 0px 0px 20px #00000012;
}

/*======================================
    FIM DO ARQUIVO MAIN.CSS
========================================*/

.footer-whatsapp-flutuante {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    width: 2.6875rem;
    height: 2.6875rem;
    font-size: 1.5rem;
    opacity: 1;
    color: #FFFFFF;
    border-radius: 50%;
    transition: .3s ease-out;
    right: 15px;
    bottom: 65px;
    position: fixed;
    background-color: #25d366!important;
    width: 4rem;
    height: 4rem;
    font-size: 2.0rem;
}
.footer-whatsapp-flutuante {
    color: #FFFFFF!important;
}

.footer-whatsapp-flutuante .fa-whatsapp {
    position: relative;
    top: -5px!important;
}
.footer-whatsapp-flutuante:hover {
    color: #FFFFFF;
    background-color: #12b34e!important;
}

footer ul li a{line-height: 18px;}

.footer-dev{border-top: 5px solid #f8f9fa;}
.footer-dev a {text-decoration:none!important;}
.footer-dev a:hover {text-decoration:none!important;}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(45deg, #1b2470, #0056b3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff !important;
    position: fixed;
    bottom: 146px;
    right: 28px;
    z-index: 9;
    border-radius: 100px;
    border: 0;
  }


.titulo-interno{margin-top: 30px;}

.hero-content h1 {
    font-size: 2.4rem;
}

@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }
    .hero-content a {
        vertical-align: middle;
        display: flex;
        align-items: center;
    }
}


/* Mobile muito pequeno */
@media (max-width: 480px) {
    .nav-item {
        padding: 0px 0;
        width: 100%;
        margin-bottom: 8px;
    }
    .nav-tabs .nav-link {
        margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
        border: 1px solid!important;
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border-radius: var(--bs-nav-tabs-border-radius);
    }
    .nav-tabs a.nav-link{
        padding: 6px 16px 6px 16px !important;
    }
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(1 74 117) !important;
}

.btn-primary {
    display: inline-block !important;
    background-color: #2196f3 !important;
    color: #ffffff!important;
    padding: 12px 30px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border: 0 !important;
}

.btn-primary:hover {
    background-color: #005da7 !important;
    color: #ffffff!important;
}
.single-product .btn:hover {
    background-color: #005da7 !important;
    color: #ffffff!important;
}