@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito/nunito-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/nunito/nunito-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/nunito/nunito-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito/nunito-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
    direction: inherit !important;
}
/* General Styles */
body {
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    color: #333;
    background: #e5e6e7;
    padding-top: 58px;
}
div#banner {
    text-align: center;
    height: 96px;
    margin: 20px 0;
}
body.site.homepage #banner {
    margin: 15px 0 10px;
}
div#banner-top {
    margin: 30px 0;
    text-align: center;
}
body.site.homepage main {
    padding: 2rem !important;
}
header a.navbar-brand {
    display: inline-flex;
    align-items: center;
}
header a.navbar-brand img {
    width: auto !important;
    margin-right: 6px;
    /*position: relative;
    top: -3px;*/
}
.navbar-brand span {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 17px;
}
figure {
    margin: 0;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: underline;
}
/*** begin - colors ***/
.btn-primary,
.btn-info,
.previous, .next {
    background-color: #333333;
    border-color: #333333;
}
.btn-info,
.btn-info:hover {
    color: #FFFFFF;
}
.btn-outline-primary
{
    border-color: #333333;
    color: #333333;
}
.btn-outline-primary:hover {
    background-color: #333333;
    border-color: #333333;
    text-decoration: none;
}
.btn-primary:hover,
.btn-info:hover,
.btn-primary:active,
.btn-info:active,
.btn-primary:focus,
.btn-info:focus,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active{
    background-color: #666666;
    border-color: #666666;
    text-decoration: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #FFFFFF;
}


/*** end - colors ***/

/* Header Styles */
.navbar-brand h1 {
    font-weight: 700;
    color: #fff;
}
body.homepage #component {
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
    color: #FFFFFF;
}
/* Hero Section */
.hero {
    background-color: #f8f9fa;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
}

/* Article Cards */
.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-title {
    font-weight: 600;
    color: #2c3e50;
}

/* Newsletter Form */
.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

/* Sidebar */
.sidebar .card {
    margin-bottom: 1.5rem;
}

.sidebar .list-unstyled li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.sidebar .list-unstyled li:last-child {
    border-bottom: none;
}

/* Footer */
footer {
    background-color: #212529;
}

footer a {
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-links {
    display: inline;
}
.social-links a {
    font-size: 1.2rem;
    margin-left: 20px;
}
footer ul.footer-links li a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
.social-links a:hover {

}
.sidebar-content.border-start {
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}
main .single-page {
    margin: 0 auto;
    max-width: 850px;
}
/* Ad Spaces */
.ad-space {
    background-color: #f8f9fa;
    border: 1px dashed #dee2e6;
    padding: 1rem;
    text-align: center;
    min-height: 100px;
}

footer ul {
    margin-bottom: 0;
    padding-left: 0;
}
footer ul li {
    display: inline-block;
}
footer ul li a {
    margin-right: 30px;
}
.social-links {
    margin-top: 5px;
    text-align: right;
}

#contact-form .control-group {
    margin-bottom: 15px;
}
dl.article-info.text-muted dd {
    display: inline-block;
    margin-right: 15px;
}
span.pagination {
    justify-content: space-between;
}

div#navbarNav ul.navbar-nav {
    margin: 0 !important;
}
#search-bar {
    margin-left: auto;
    width: 36%;
}
fieldset.com-finder__search .icon-search:before {
    color: #FFFFFF;
}
form.mod-finder.js-finder-searchform.form-search button {
    background: #FFFFFF;
    border-color: #FFFFFF;
    border-left: 1px solid #333333;
}
.icon-search:before {
    color: #333333;
}
figure {
    margin: 0;
}

ul.pagination {
    justify-content: center;
}
ul.pagination li.page-item a {
    color: #333333;
}
ul.pagination li.page-item a {
    color: #333333;
}
ul.pagination li.active.page-item a {
    background-color: #333333;
    border-color: #333333;
    color: #FFFFFF;
}
span.pagination {
    justify-content: space-between;
}
ul.fields-container {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
.articles-list figure {
    height: 100%;
}
.sidebar-card-list figure img,
.articles-list figure img {
    height: 100%;
    object-fit: cover;
}
@media print {
    .no-print {
        display: none;
    }
}
button.dropdown-toggle {
    position: relative;
    top: -3px;
}
div#language-switcher-bottom {
    text-align: right;
}
blockquote.border-start {
    border-left: 2px solid #333333 !important;
    margin: 28px 0 30px;
}
.com-content-article.item-page iframe {
    width: 100%;
    height: 450px;
    border-radius: 4px;
}
figure figcaption {
    text-align: left;
    font-style: italic;
    margin-top: 3px;
    font-size: 14px;
}
.com-content-article.item-page .card {
    box-shadow: 0 2px 4px #cccccc;
}
.com-content-article.item-page .com-content-article__body a {
    text-decoration: underline;
}
.hero figure img,
.com-content-article.item-page figure.item-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#youtube-link {
    cursor: pointer;
}
figure#youtube-link img {
    border-radius: 6px;
}
.sidebar-card-list ul.list-unstyled figure {
    margin: 0;
    flex: 0 0 auto;
    height: 45px;
}
.sidebar-card-list ul.list-unstyled span {
    line-height: 23px;
}
.navbar-brand img {
    width: 44px;
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.navbar-brand span {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 20px;
}
.navbar-brand:hover {
    text-decoration: none;
}
div#breadcrumbs {
    background-color: #f8f9fa;
}
ol.mod-breadcrumbs {
    padding-left: 0 !important;
    margin-bottom: 0;
}
.com-content-article__body {
    border-bottom: 1px solid #cccccc;
}
@media (max-width: 768px) {
    body {
        padding-top: 56px;
    }
    header a.navbar-brand img {
        display: none;
        /*width: 44px !important;
        top: -2px !important;*/
    }
    div#search-bar {
        margin: 13px 0 0 0 !important;
        width: 100%;
    }
    .hero {
        text-align: center;
    }
    .hero figure {
        margin-bottom: 1.5rem;
    }
    .card-body {
        padding: 1rem;
    }
    footer ul {
        text-align: center;
    }
    footer ul li a {

    }
    .social-links {
        text-align: center;
        margin-top: 10px;
    }
    .sidebar-content.border-start {
        border: none !important;
    }
    .sidebar-content {

    }
    img.img-fluid.rounded-start {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 6px !important;
    }
    section.hero {
        text-align: left;
    }
    body .sidebar-content.border-start {
        border-left: none !important;
    }
    figcaption.caption {
        line-height: 18px;
        margin-top: 5px;
    }
    .com-content-article.item-page iframe {
        height: 250px;
    }
    .hero figure {
        height: 275px;
    }
    .com-content-article.item-page figure.item-image {
        height: 345px;
        margin-bottom: 60px !important;
    }
    article.articles-list.articles-list-home .card-title {
        font-size: 1.3rem;
    }
    body iframe {
        width: 100% !important;
    }
}
@media (max-width: 550px){
    .recent-articles > div {
        display: block !important;
    }
    .recent-articles > div > h2 {
        display: block !important;
        margin: 0 0 15px 0 !important;
    }
    .recent-articles > div > a {
        display: block !important;
    }
    footer ul {
        text-align: left;
    }
    footer ul li {
        display: block;
    }
}
@media( min-width: 769px){
    .hero figure {
        width: 95%;
    }
}
@media( min-width: 769px) and (max-width: 991px){
    div#search-bar {
        margin: 13px 0 0 0 !important;
        width: 100%;
    }
    .sidebar-content {
        margin-top: 1.5rem !important;
    }
    body .sidebar-content.border-start {
        border-left: none !important;
    }
    figure figcaption {
        font-size: 14px;
    }
}
@media( min-width: 992px) and (max-width: 1199px){
    .container {
        max-width: 95%;
    }
    #search-bar {
        margin-right: 2%;
    }
    .h1, h1 {
        font-size: 1.8rem;
    }
    .h3, h3 {
        font-size: 1.2rem;
    }
    .hero figure {
        height: 250px;
    }
    .com-content-article.item-page figure.item-image {
        height: 302px;
        margin-bottom: 45px !important;
    }
    article.articles-list .card-title {
        font-size: 1.13rem;
    }
}
@media( min-width: 1200px) and (max-width: 1399px){
    #search-bar {
        margin-right: 6%;
    }
    .h1, h1 {
        font-size: 2rem;
    }
    .hero figure {
        height: 290px;
    }
    .com-content-article.item-page figure.item-image {
        height: 365px;
        margin-bottom: 45px !important;
    }
    article.articles-list .card-title {
        font-size: 1.3rem;
    }
}
@media(min-width: 1400px){
    #search-bar {
        margin-right: 10%;
    }
    h1 {
        font-size: 2.5rem;
    }
    .hero figure {
        height: 350px;
    }
    .com-content-article.item-page figure.item-image {
        height: 430px;
        margin-bottom: 45px !important;
    }
    article.articles-list .card-title {
        font-size: 1.6rem;
    }
}

/********* Products css ***********/
.product-card {
    background: #FFFFFF;
    border-radius: 8px;
    transition: transform 0.3s ease;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: sans-serif;
}
.product-card:hover {
    border: 1px solid #333333;
}
.product-card figure {
    max-width: 200px;
    margin: 0 auto;
    padding: 30px 0;
}
.product-card figure img {
    max-width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.featured-products.product-list .product-card figure {
    max-width: 350px;
}
.product-list .product-social-proof {
    position: absolute;
    left: 0;
    width: 100%;
    top: -7px;
    text-align: center;
}
.product-info {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.badge-novidade, .badge-mais-vendido, .badge-indicado, .badge.vendidos {
    color: #333333;
    font-weight: 400;
}
.product-social-proof .badge-novidade {
    background-color: #00BFFF !important;
}
.product-social-proof .badge-mais-vendido {
    background-color: #ffc107 !important;
}
.product-social-proof .badge-promocao-relampago {
    background-color: #198754 !important;
    color: #FFFFFF !important;
    font-weight: 100;
}
.product-social-proof .badge-indicado {
    background-color: #F49C8B !important;
}
.product-title {
    font-family: sans-serif;
    font-size: 14px;
    color: #2c3e50;
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
}
.product-info {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-info .btn-primary {
    font-size: 14px;
    padding: 10px;
}
.product-info .rating-star div,
.product-info .rating-star span {
    display: inline-block;
}
.product-info .rating-star div:first-child {
    margin-right: 5px;
}
a.rating-star {
    display: block;
}
.rating-star span {
    display: inline-block;
}
.rating-star span:nth-child(2) i {
    margin: 0 1px;
}
.rating-star span:nth-child(2) {
    color: #efae0a;
    margin: 0 5px;
}
.product-price {
    font-family: sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.product-price {
    font-size: 18px;
}
.all-product-list .product-card figure {
    height: 260px;
    overflow: hidden;
}
.all-product-list .product-card figure img {
    height: 100%;
}

@media(min-width: 1200px) {
    .product-social-proof span {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .product-social-proof span {
        font-size: 12px !important;
    }
    .product-title {

    }
    .all-product-list .product-card figure {
        height: 300px;
    }
    .product-card figure {
        max-width: 260px;
    }
    .product-list .product-social-proof {
        top: -14px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .all-product-list .product-card figure {
        height: 330px;
    }
    .product-social-proof span {
        font-size: 12px !important;
    }
    .product-title {
        margin-top: 20px;
    }
    .product-price {
        font-size: 18px;
    }
    .product-card figure {
        max-width: 324px;
        padding: 5px 0 0 0;
    }
    .product-list .product-social-proof {
        top: 10px;
    }
}
@media(max-width: 399px){
    .product-social-proof span {
        font-size: 11px !important;
    }
}
@media( min-width: 992px) and (max-width: 1199px){
    .product-card figure {
        max-width: 282px;
        padding: 5px 0 0 0;
    }
    .product-title {
        margin-top: 20px;
    }
    .product-list .product-social-proof {
        top: 10px;
    }
}
@media( min-width: 1200px) and (max-width: 1399px){
    .product-card figure {
        max-width: 218px;
        padding: 5px 0 0 0;
    }
    .product-title {
        margin-top: 20px;
    }
    .product-list .product-social-proof {
        top: 10px;
    }
}
@media(min-width: 1400px){
    .product-card figure {
        max-width: 255px;
        padding: 5px 0 0 0;
    }
    .product-title {
        margin-top: 20px;
    }
    .product-list .product-social-proof {
        top: 10px;
    }
}


/********** Single Product CSS ***********/
section.product-landing a:hover {
    text-decoration: none;
}
#product-landing .product-title {
    font-size: 22px;
    font-weight: 400;
}
#product-landing .product-title,
section.product-landing .product-price {
    text-align: left;
}
#product-landing .djc_thumbnail {
    display: inline-block;
}
#product-landing .carousel-control-next-icon, .carousel-control-prev-icon {
    color: red;
    background: red;
}
#product-landing .djc_mainimage img {
    max-width: 100%;
    border-radius: 4px;
}
#product-landing .djc_thumbnail {
    max-width: 46px !important;
    height: auto !important;
    margin-right: 2px;
}
#product-landing .djc_thumbnail img {
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
}
#product-landing .djc_mainimage {
    margin-bottom: 10px;
}
#product-landing .rating-star span {
    display: inline-block;
}
#product-landing .rating-star span:nth-child(2) i {
    margin: 0 1px;
}
#product-landing .rating-star span:nth-child(2) {
    color: #efae0a;
    margin: 0 5px;
    font-size: 1.1rem;
}
#product-landing .product-social-proof .badge {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 3px 7px 5px;
}
#product-landing ul.checklist {
    list-style: none;
    padding-left: 0;
}
#product-landing ul.checklist li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.1em;
}
#product-landing ul.checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: green;
    font-weight: bold;
}
#product-landing .djc_images a[data-type]:after {
    display: none !important;
}
#product-landing .product-social-proof span.badge.vendidos {
    margin-top: 5px;
}
@media(max-width: 1199px) {
    .product-social-proof {
        margin-top: 20px;
    }
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* CTA — ajustes visuais, acessível e chamativo */
.cta-bar {
    text-align: center;
}

.btn-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    padding: .9rem 1.4rem;
    border: 0;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2px;
    text-transform: none;
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    text-decoration: none;
    isolation: isolate; /* para o brilho ::after */
    text-decoration: none !important;
}

/* leve “shine” ao passar o mouse */
.btn-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.18) 50%, transparent 70%);
    transform: translateX(-120%);
    transition: transform .35s ease;
    pointer-events: none;
    border-radius: inherit;
}
.btn-cta:hover::after { transform: translateX(0); }

.btn-cta:focus-visible {
    outline: 3px solid rgba(255,255,255,.65);
    outline-offset: 3px;
}

/* efeito de “lift” */
.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0,0,0,.35);
}

/* Watch (verde) */
.btn-cta--watch {
    color: #fff;
    background: linear-gradient(180deg, #38d27b 0%, #1fa95e 100%);
    filter: saturate(1.05);
}
.btn-cta--watch:hover { filter: saturate(1.15); }

/* Download (azul) */
.btn-cta--download {
    color: #fff;
    background: linear-gradient(180deg, #4aa3ff 0%, #0d6efd 100%);
    filter: saturate(1.05);
}
.btn-cta--download:hover { filter: saturate(1.15); }

/* ícones via unicode (sem depender de biblioteca) */
.btn-cta--watch::before {
    content: "▶";
    font-size: 1rem;
    line-height: 1;
}
.btn-cta--download::before {
    content: "⬇";
    font-size: 1rem;
    line-height: 1;
}

/* mobile: botões ocupam largura total; no desktop, mantêm tamanho natural */
@media (max-width: 575.98px) {
    .cta-bar .btn-cta { width: 100%; }
}
