/* IMPORTADO DA PALETA DE CORES */
h1 {
     color: #004890 !important;
}

h2 {
     color: #000 !important;
}

h3 {
     color: #000 !important;
}

h4 {
     color: #000 !important;
}

h5 {
     color: #000 !important;
}

h6 {
     color: #000 !important;
}

body {
     background-color: #fff !important;
}

p {
     color: #000 !important;
}

.bg-edit-nav {
     background-color: #fff !important;
}

.nav-link {
     color: #fd0 !important;
}

.nav-link:hover {
     color: #fff !important;
}

.dropdown-menu {
     background-color: #1a1a1a !important;
}

.dropdown-item {
     color: #fff !important;
}

.dropdown-item:hover {
     color: #00ffff !important;
     background-color: #1a1a1a !important;
}

footer {
     background-color: #1a1a1a !important;
}

.prb-titulo-footer {
     color: #ffe019 !important;
}

rodapep {
     color: #fff !important;
}

.link-rodape {
     color: #00ffff !important
}

.link-rodape:hover {
     color: #fff !important;
}

/* ==========================================================================
   ABC PNEUS - STYLESHEET (MOBILE FIRST) - GEMINI V2
   ========================================================================== */

/* --- 1. VARIÁVEIS E GLOBAIS --- */
:root {
     --abc-primary: #004890;
     --abc-yellow: #ffe019;
     --abc-text-secondary: #5a6a7b;
     --abc-text-color: #000;
     --abc-star-color: #ff8c00;
}

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

html {
     font-size: 15px !important;
}

body {
     background-color: #eee !important;
}

main {
     overflow-x: hidden !important;
}

/* Modais e Offcanvas Helpers */
.modal-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.modal-header .close,
.modal-header .btn-close,
.modal-header .fecha_modal {
     margin-left: auto;
     /* Empurra para o extremo oposto (direita) */
     cursor: pointer;
}

.offcanvas-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     z-index: 1025;
     /* Precisa ser menor que o da .fixed-top (1030) */
     width: 100vw;
     height: 100vh;
     background-color: #000;
     opacity: 0.5;
}


/* --- 2. PADRONIZAÇÃO DE MARGENS (MOBILE FIRST) --- */
/* Força todas as seções a terem exatamente a mesma margem lateral em telas pequenas */
.estilo-1,
.estilo-cards,
.prb-padding-menu,
.section-padding,
.pneu-detail-1,
.col-direita,
.card-owl-container {
     padding-left: 1rem !important;
     padding-right: 1rem !important;
}

.ajuste {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 100%;
     width: 100%;
}

/* --- 3. TIPOGRAFIA E TÍTULOS --- */
p {
     font-size: 1rem !important;
}

.titulo-1 {
     font-weight: bolder;
     font-size: 1.5rem;
}

.titulo-2 {
     color: #274ba7;
     font-weight: bolder;
     border-color: #fd0;
}

.titulo-2::after {
     content: '';
     display: block;
     margin: 0.396rem auto;
     width: 9rem;
     height: 0.396rem;
     background: #fd0;
}

.titulo-3 {
     color: #000 !important;
     font-weight: 900 !important;
     font-size: 1.2rem;
     text-align: center;
}

.section-title {
     font-weight: 900;
     color: var(--abc-black, #1a1a1a);
     margin-bottom: 3rem;
     text-align: center;
}

/* --- 4. LAYOUT E ESTRUTURA BÁSICA --- */
.estilo-1 {
     padding-top: 12rem;
     padding-bottom: 6rem;
     background-color: #eeeeee !important;
     display: flex;
     flex-direction: column;
     align-items: center;
}

.estilo-cards {
     padding-bottom: 6rem;
     padding-top: 3rem;
     background-color: #eee !important;
}

.section-padding {
     padding-top: 80px;
     padding-bottom: 80px;
}

.col-direita {
     text-align: center;
}

/* --- 5. CABEÇALHO, NAVBAR E MENUS --- */
.headup {
     width: 100%;
}

.navbar-dark {
     display: flex;
     flex-direction: column;
     padding-bottom: 0 !important;
     background-color: #274ba7 !important;
}

.logo_nav_max {
     max-width: 7.6666rem;
     height: auto;
}

.logo-container {
     display: flex;
     flex-direction: column;
     align-items: center;
     padding-top: 1rem;
     padding-bottom: 1.5rem;
}

.navbar-toggler {
     border-color: #000 !important;
}

.navbar-dark .navbar-toggler-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.prb-toggler {
     border: none !important;
     background-color: transparent !important;
     font-size: 1.8rem;
     color: #fd0;
}

.nav-item {
     margin-right: 0.5rem !important;
     font-size: 1rem;
     font-weight: bolder;
     white-space: nowrap;
}

.nav-link:hover,
.nav-link:active {
     background-color: #004890 !important;
}

.prb-nav-link {
     color: #fd0;
     text-decoration: none;
     font-size: 0.72rem;
     word-wrap: break-word;
     text-align: center;
}

.prb-nav-link:hover {
     color: #fff;
}

.dropdown-menu {
     background-color: #fff !important;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}

.dropdown-item {
     background-color: #ffffff !important;
     color: #004890 !important;
     font-size: 0.9rem !important;
     font-weight: bolder !important;
     padding-top: 0.3rem;
     padding-bottom: 0.3rem;
}

.dropdown-item:hover {
     background-color: #004890 !important;
     color: #fd0 !important;
}

.prb-off-canvas-custom {
     background-color: #274ba7 !important;
}

.seletor-mobile {
     background-color: #f7f5f6;
     padding-top: 0.9rem !important;
     padding-left: 0.3rem;
     padding-right: 0.3rem;
     width: 100%;
     color: #fff;
     height: 3.9rem;
}

/* --- 6. BOTÕES E AÇÕES --- */
.btn-sm {
     height: 2rem !important;
}

.btn-brand {
     background-color: #ffde00 !important;
     color: #1a1a1a !important;
     font-weight: 700 !important;
     padding: 12px 30px;
     border-radius: 5px;
     text-transform: uppercase;
     border: none;
     transition: all 0.3s ease;
}

.btn-brand:hover {
     background-color: #e6c500;
     color: #1a1a1a !important;
     transform: translateY(-2px);
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-outline-abc {
     border: 2px solid #274ba7;
     color: #274ba7;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 0.8rem;
     padding: 8px 20px;
     border-radius: 5px;
     text-decoration: none;
     transition: all 0.3s ease;
}

.btn-outline-abc:hover {
     background-color: #274ba7;
     color: #fff;
}

.bt-whats {
     width: 5rem;
     height: 5rem;
     background-color: #08ac0d;
     border-radius: 50%;
     border: none;
     cursor: pointer;
     box-shadow: 1px 1px 10px 0 #000;
     -webkit-box-shadow: 1px 1px 10px 0 #000;
     -moz-box-shadow: 1px 1px 10px 0 #000;
     right: 5%;
     bottom: 15%;
     position: fixed;
     z-index: 2;
     color: #fff;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}

.bt-whats:hover {
     background-color: #00C23D;
}

.zap-ico {
     width: 2.7rem;
     height: auto;
}

.zap_pos {
     display: flex;
     flex-direction: column;
     right: 5%;
     bottom: 5%;
     position: fixed;
     z-index: 99999;
     transition: ease-in-out 250ms;
}

.prb-fundo-verde-zap {
     background-color: #08ac0d !important;
     border: none !important;
}

.prb-fundo-verde-zap:hover {
     background-color: #00C23D !important;
}

.bt-zap-detalhe {
     height: 4.2rem !important;
     font-size: 1.2rem !important;
}

/* --- 7. COMPONENTES GENÉRICOS --- */
.badge {
     white-space: wrap !important;
     line-height: 1.5 !important;
}

.promo-badge {
     font-size: 0.8rem;
     background-color: #198745;
     color: white;
     padding: 4px 10px;
     border-radius: 20px;
     display: inline-flex;
     align-items: center;
     gap: 5px;
     margin-bottom: 1.5rem;
     cursor: pointer;
}

.badge-snipet {
     font-size: 0.9rem !important;
}

.badge-snipet2 {
     font-size: 0.81rem !important;
}

.prb-logo-miniatura {
     max-height: 2.333rem;
}

.logo-miniatura {
     max-height: 3.6rem;
     margin-right: 0.9rem;
}

.card-conteudo {
     border-radius: 0.6rem;
     background-color: #fff;
     padding: 1rem;
     margin-bottom: 2rem;
}

.card-header {
     padding-top: 2rem !important;
     background-color: #fff !important;
     border-bottom: none !important;
}

.card-title {
     font-size: 1.25rem !important;
}

.prb-card {
     border: none !important;
     width: 100% !important;
     border: 1px solid #dadada !important;
     margin-bottom: 0.6rem !important;
     border-radius: 0.6rem;
     box-shadow: 1px 1px 10px 0 #000;
     -webkit-box-shadow: 1px 1px 10px 0 #000;
     -moz-box-shadow: 1px 1px 10px 0 #000;
}

.prb-card-footer {
     background-color: #fff !important;
     margin-top: auto;
}

.prb-card-price {
     font-size: 1.6rem;
     font-weight: bolder;
     margin-right: 0.15rem;
}

.prb-card-moeda {
     font-size: 0.9rem;
     font-weight: bolder;
     margin-right: 0.15rem;
}

/* --- 8. HOME E SEÇÕES DE CONTEÚDO --- */

/* Hero */
#hero-service {
     margin-top: 8.3rem;
     padding: 40px 0 100px;
     position: relative;
     color: white;
     overflow: hidden;
}

.hero-bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-size: cover;
     background-position: center;
     z-index: 1;
}

.hero-bg::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
}

#hero-service .container {
     position: relative;
     z-index: 2;
}

#hero-service h1 {
     font-size: calc(1.5rem + 3.5vw);
     font-weight: 900;
     color: var(--abc-yellow, #ffde00) !important;
     text-shadow: none;
}

#hero-service h2 {
     font-size: 1.25rem;
     font-weight: 400;
     max-width: 600px;
     margin: 1rem auto 2rem;
     color: #ffffff !important;
}

.breadcrumb-custom .breadcrumb-item a {
     color: var(--abc-yellow, #ffde00);
     text-decoration: none;
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
     color: #ffffff;
}

.breadcrumb-custom .breadcrumb-item.active {
     color: white;
}

/* Banners e Precificação */
.prb-banner {
     position: relative;
     width: 100%;
}

.prb-banner img {
     display: block;
     width: 100%;
     height: auto;
}

.show-desktop .prb-banner img {
     border-radius: 30px !important;
}

.banner-price {
     position: absolute;
     left: 0;
     top: 25% !important;
     width: 100% !important;
     background: transparent;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     justify-content: center;
     gap: 0.12vw;
     padding: 0;
     z-index: 2;
}

.price-right {
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: center;
}

.banner-cifra {
     font-family: 'Inter', sans-serif;
     font-weight: 800;
     font-size: 6vw !important;
     color: #ffe019;
     text-shadow: 0.3vw 0.3vw 0.3vw #000;
     letter-spacing: 1px;
     display: inline-block;
     transform: rotate(-6deg);
}

.banner-main-price {
     line-height: 100%;
     font-family: 'Inter', sans-serif;
     font-weight: 800;
     font-size: 15vw !important;
     color: #ffe019;
     text-shadow: 0.4vw 0.4vw 0.4vw #000;
     letter-spacing: 1px;
     display: inline-block;
}

.banner-price-cents {
     font-family: 'Inter', sans-serif;
     font-weight: 800;
     font-size: 6vw !important;
     color: #ffe019;
     text-shadow: 0.3vw 0.3vw 0.3vw #000;
     letter-spacing: 1px;
     display: inline-block;
}

.banner-parcelas {
     font-family: 'Inter', sans-serif;
     font-weight: 800;
     font-size: 3.9vw !important;
     color: #ffe019;
     letter-spacing: 0.1vw;
     display: inline-block;
     text-shadow: 0.4vw 0.4vw 0.4vw #000;
     margin-top: 1vw !important;
}

.banner-vista {
     flex-basis: 100%;
     color: #ffffff;
     font-family: 'Inter', sans-serif;
     font-weight: bolder;
     font-size: 2.9vw !important;
     letter-spacing: 1px;
     display: inline-block;
}

/* Serviços e Outros Bloscos */
.prb-service {
     display: flex;
     flex-direction: column;
     text-align: center;
     padding: 0.9rem 1.3rem !important;
     align-items: center !important;
}

.prb-img-service {
     width: 100%;
     height: auto;
}

.benefits-list .list-group-item {
     border: none;
     padding-left: 0;
     background: transparent;
     font-size: 1.1rem;
}

.benefits-list span.emoji-icon {
     font-size: 1.8rem;
     margin-right: 15px;
     width: 30px;
     text-align: center;
}

#sinais {
     background-color: var(--abc-light-gray, #f8f9fa);
}

.sinal-card {
     background-color: white;
     border: 1px solid #e9ecef;
     border-radius: 8px;
     padding: 30px;
     text-align: center;
     transition: all 0.3s ease;
     height: 100%;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.sinal-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.sinal-card h5 {
     font-size: 1.2rem;
}

.step-card {
     text-align: center;
}

.step-card img {
     border-radius: 12px;
     margin-bottom: 1rem;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.step-number {
     display: inline-block;
     width: 50px;
     height: 50px;
     background-color: var(--abc-yellow, #ffde00);
     color: var(--abc-black, #1a1a1a);
     border-radius: 50%;
     font-size: 1.5rem;
     font-weight: 700;
     line-height: 50px;
     margin-bottom: 1rem;
}

#prova-social {
     background-color: var(--abc-light-gray, #f8f9fa);
}

.testimonial-card {
     background-color: white;
     padding: 20px;
     border-radius: 12px;
     font-style: italic;
}

.partner-logo {
     max-height: 45px;
     filter: grayscale(100%);
     opacity: 0.6;
     transition: all 0.3s ease;
}

.partner-logo:hover {
     filter: grayscale(0%);
     opacity: 1;
}

.accordion-item {
     margin-bottom: 1.5rem;
     border: 1px solid #e1e1e1;
     border-radius: 12px !important;
     overflow: hidden;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.accordion-button {
     font-weight: 900 !important;
     color: #1a1a1a;
     background-color: #fff;
     font-size: 1.1rem;
}

.accordion-button:not(.collapsed) {
     background-color: #ffde00 !important;
     color: #1a1a1a !important;
     box-shadow: none;
}

.accordion-body {
     background-color: #fff;
     color: #555;
     line-height: 1.6;
}

.accordion-button:focus {
     box-shadow: none;
     border-color: rgba(0, 0, 0, 0.1);
}

#final-cta {
     background-color: var(--abc-black, #1a1a1a);
     color: white;
}

#final-cta h2 {
     font-weight: 900;
     color: var(--abc-yellow, #ffde00) !important;
}

#final-cta p {
     color: #ffffff !important;
}

#importancia p {
     text-align: justify;
     hyphens: auto;
}

.service-grid-card {
     background-color: #fff;
     border: 1px solid #e1e1e1;
     border-radius: 12px;
     padding: 2rem;
     text-align: center;
     transition: all 0.3s ease;
     height: 100%;
     display: flex;
     flex-direction: column;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.service-grid-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
     border-color: #fd0;
}

.service-icon-wrap {
     margin-bottom: 1.2rem;
     display: flex;
     height: 180px;
     justify-content: center;
     align-items: center;
}

.service-icon-wrap img {
     max-width: 100%;
     max-height: 100%;
     object-fit: contain;
}

.service-grid-card h4 {
     font-weight: 900;
     font-size: 1.2rem;
     color: #1a1a1a;
     margin-bottom: 1rem;
     text-transform: uppercase;
}

.service-grid-card p {
     font-size: 0.9rem;
     color: #666;
     margin-bottom: 1.5rem;
     flex-grow: 1;
}

.abc-trust-glass-section {
     padding: 3rem 0;
     position: relative;
     overflow: hidden;
}

.abc-trust-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 1rem;
}

.abc-trust-item {
     background: #ffffff;
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, 0.3);
     border-radius: 12px;
     padding: 1.5rem 1rem;
     text-align: center;
     box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     display: flex;
     flex-direction: column;
     align-items: center;
     height: 100%;
}

.abc-trust-item:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
     background: rgba(255, 255, 255, 0.4);
}

.abc-trust-icon-wrapper {
     margin: 0 auto 0.75rem auto;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 45px;
     height: 45px;
}

.abc-trust-img {
     width: 100%;
     height: auto;
     object-fit: contain;
     filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
     transition: filter 0.3s ease;
}

.abc-trust-item:hover .abc-trust-img {
     filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.3));
}

.abc-trust-title {
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
     font-size: 0.9rem;
     color: #004890;
     margin-bottom: 0.4rem;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     line-height: 1.2;
}

.abc-trust-desc {
     font-family: 'Poppins', sans-serif;
     font-size: 0.9rem;
     color: #000000;
     line-height: 1.3;
     font-weight: 400;
}

/* --- 9. PESQUISA, DETALHES E GRID DE PNEUS --- */
.pneu-seletor {
     background-color: #274ba7;
     padding: 0.9rem 0.9rem 0.12rem 0.9rem;
     width: 100%;
     color: #fff;
     position: absolute;
     top: 16vh;
     left: 0;
     height: auto;
     border-radius: 0.3rem;
}

.form-select {
     border-radius: 4.2rem !important;
     padding-left: 1.5rem !important;
     min-height: 2.3573rem !important;
     font-size: 0.75rem !important;
}

.prb-select-floating>label {
     position: relative;
     top: -49px;
     left: 1.5rem;
     color: #000;
     font-weight: 300;
     font-size: 0.6rem;
     text-shadow: -2px 0 #fff, 1px -1px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
     font-weight: bolder;
}

.cont-seletor {
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: center;
}

.seletor-container {
     margin-top: 0.45rem;
     width: 100%;
}

.bt-search-pneu {
     background-color: #fd0 !important;
     border-radius: 4.2rem !important;
     display: flex !important;
     justify-content: center !important;
     align-items: center !important;
     padding: 0 !important;
     height: 2.3573rem !important;
}

.bt-search-pneu:hover {
     background-color: #e6c702 !important;
}

.bt-amarelo-seletor {
     background-color: #fd0 !important;
     font-weight: bolder !important;
     width: 6rem;
}

.bt-search-pneu-text {
     display: none !important;
}

.bt-search-pneu-icon {
     display: flex !important;
}

.container-pneu {
     border-radius: 1.666rem;
     background-color: #fff;
     padding: 1.5rem;
     margin-bottom: 5rem;
}

.container-pneu-horizontal {
     border-radius: 1.666rem;
     background-color: #fff;
     padding: 1rem;
     margin-bottom: 2rem;
}

.prb-pneu-principal {
     width: 100% !important;
}

.prb-borda-central-container-pneu {
     border-right: none;
     border-bottom: solid #eee 2px;
}

.prb-preco-pneu {
     font-size: 3rem !important;
     font-weight: bolder;
     text-align: center;
}

.prb-selos {
     border-radius: 1.6666rem;
     padding: 1rem;
     border: 1px solid #ccc;
     width: 19.1333rem;
}

.prb-bt-selo {
     border: none;
     background-color: #fff;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.prb-subtitulo-dados {
     font-size: 1.5rem !important;
     font-weight: bolder;
     color: #274ba7;
     margin-bottom: 0.5rem;
}

.prb-img-card-pneu {
     max-width: 60vw !important;
     background-color: #fff;
}

.prb-titulo-pneu-horizontal {
     font-size: 1.2rem;
     font-weight: bolder;
     padding-bottom: 1.2rem;
}

.prb-preco-horizontal {
     font-weight: bolder;
     font-size: 1.3rem;
}

.pneu-detail-1 {
     display: flex;
     flex-direction: column;
     justify-content: center;
     width: 100% !important;
     border-radius: 20px;
     height: auto;
     padding-top: 3rem;
     padding-bottom: 3rem;
     background-color: #fff;
     margin-bottom: 1.5rem;
}

.pneu-img-detail {
     width: 100% !important;
     display: flex;
     flex-direction: column;
     max-width: 36rem;
}

.bt-mini-pneu {
     border: none !important;
     cursor: pointer !important;
     background-color: #fff !important;
}

.pneu-miniatura {
     width: 9rem;
     max-width: 5.333333rem !important;
     height: auto;
     background-color: #fff;
}

.col-miniatura {
     max-width: 33% !important;
}

.prb-coluna-miniatura {
     max-width: 33% !important;
}

.sub-titulo-detalhes {
     color: #333 !important;
     font-size: 1.2rem !important;
     font-weight: bolder;
}

.pneu-preco-detalhe {
     font-size: 3.6rem !important;
     font-weight: bolder !important;
}

.simbolo-moeda {
     font-weight: bolder !important;
     font-size: 1.5rem !important;
}

.avista-label {
     font-weight: bolder !important;
     font-size: 0.9rem !important;
     margin-left: 0.5rem !important;
}

.modelo-nome {
     font-size: 0.9rem;
     color: #000;
     text-transform: uppercase;
}

.btn-selo {
     border: none;
     background-color: #fff;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.btn-selo:hover {
     color: #666;
}

.titulo_tabela {
     background-color: #004890;
     font-size: .8rem;
     font-weight: 700;
}

.tabela_informativa {
     border-style: solid;
     border-color: #000;
     border-width: 1px;
     width: 100%;
     border-collapse: collapse;
}

.tabela_informativa td {
     border-bottom: solid 1px #000;
     border-left: solid 1px #000;
     padding: .6666rem;
     color: #000;
     font-size: .8rem;
     text-align: center;
}

/* --- 10. CARROSSEIS E SLIDERS --- */
.thumb-marcas {
     width: 3.8rem !important;
     height: auto;
}

.no-dots .owl-dots {
     display: none !important;
}

.carousel-marcas.card-owl-container {
     padding-top: 0.5rem !important;
     padding-bottom: 0.5rem !important;
}

.card-owl-container {
     padding-top: 3rem;
     padding-bottom: 3rem;
}

.owl-carousel .owl-stage {
     margin-top: 0.6rem !important;
     display: flex !important;
     align-items: stretch !important;
}

.owl-carousel .owl-item {
     display: flex !important;
     float: none !important;
     height: auto !important;
}

.owl-carousel .owl-stage-outer {
     padding-top: 0.3rem;
     padding-bottom: 0.3rem;
}

.owl-custom-prev,
.owl-custom-next {
     border-radius: 50%;
     opacity: 0.85;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 0.9rem;
     z-index: 10;
     background-color: #004890;
     color: #ffe019;
     border: none;
     user-select: none;
     -webkit-user-select: none;
     width: 1.5rem !important;
     height: 1.5rem !important;
     padding: 0 !important;
}

.owl-custom-prev:hover,
.owl-custom-next:hover {
     opacity: 1 !important;
     background-color: #004890;
     color: #ffe019;
}

.owl-custom-prev {
     left: 0 !important;
}

.owl-custom-next {
     right: 0 !important;
}

.owl-custom-prev svg,
.owl-custom-next svg {
     width: 1rem !important;
     height: 1rem !important;
}

.nf-new-card-container {
     padding-top: 5rem !important;
}

.nf-slider-body {
     display: flex;
     justify-content: center;
     align-items: center;
     height: auto;
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

.nf-slider {
     width: 100%;
     height: auto;
     position: relative;
     overflow: hidden;
     box-sizing: border-box;
}

.nf-slide-wrapper {
     display: flex;
     height: 100%;
     transition: transform 0.6s ease-in-out;
}

.nf-slide {
     flex: 0 0 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     box-sizing: border-box;
}

.nf-slide img {
     display: block;
     width: 100%;
     height: auto;
     border-radius: 0px;
     object-fit: cover;
     object-position: center center;
     user-select: none;
     -webkit-user-drag: none;
}

.nf-buttons {
     position: absolute;
     top: 50%;
     left: 0;
     width: 100%;
     display: flex;
     justify-content: space-between;
     transform: translateY(-50%);
     padding: 0 10px;
     box-sizing: border-box;
     pointer-events: none;
}

.nf-button {
     background-color: rgba(0, 0, 0, 0.21);
     color: #ffffff96;
     border: none;
     padding: 0;
     cursor: pointer;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 36px;
     height: 36px;
     pointer-events: all;
     z-index: 10;
}

.nf-button:hover {
     background-color: rgba(0, 0, 0, 0.7);
}

.nf-button-icon {
     font-size: 18px;
     line-height: 1;
}

.swiper-slide {
     width: 20rem !important;
     height: 100% !important;
}

/* --- 11. GRID E CARDS DE LOJAS --- */
.page-header {
     border-bottom: 3px solid var(--abc-yellow);
}

.loja-card {
     background-color: #ffffff;
     border-radius: 0.75rem;
     border: 1px solid #e9ecef;
     border-top: 4px solid var(--abc-yellow);
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     overflow: hidden;
}

.loja-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.loja-card .card-body {
     padding: 1.5rem;
}

.loja-card .card-title {
     color: #004890 !important;
     margin-bottom: 0.75rem;
}

.card-img-top-wrapper img {
     width: 100%;
     height: 220px;
     object-fit: cover;
}

.rating-display .rating-stars {
     color: var(--abc-star-color);
     font-size: 1.45rem;
}

.rating-display .rating-text {
     font-size: 1.45rem;
     font-weight: 500;
}

.btn-loja-action {
     background-color: #004890;
     color: #ffffff;
     border-radius: 50rem;
     padding: 0.4rem 1rem;
     font-weight: 500;
     transition: all 0.2s ease-in-out;
     text-align: center;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-loja-action:hover {
     background-color: #ffe019;
     color: #004890;
}

.btn-loja-action-zap {
     background-color: #08ac0d;
     color: #ffffff;
     border-radius: 50rem;
     padding: 0.4rem 1rem;
     font-weight: 500;
     transition: all 0.2s ease-in-out;
     text-align: center;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-loja-action-zap:hover {
     background-color: #045307;
     color: #ffffff;
}

.img-card-loja {
     width: 100% !important;
     height: auto !important;
}

.prb-lojas {
     padding: 3rem;
     background-color: #efefef;
     border-radius: 0.6rem;
     height: 44rem;
     overflow-y: scroll;
     width: 90% !important;
     display: flex;
     flex-direction: row;
     justify-content: center;
}

.prb-lojas-icone {
     height: 2.24rem !important;
     width: auto;
}

/* --- 12. FOOTER E 404 --- */
footer {
     background-color: #274ba7 !important;
     color: #fff !important;
     padding: 3rem 2.4rem;
}

footer p {
     color: #fff !important;
}

footer a {
     text-decoration: none !important;
     color: #eee !important;
}

footer a:hover {
     color: #fd0 !important;
}

.footer-2 {
     background-color: #333333;
     text-align: center;
     padding: 1.2rem 2.4rem;
     width: 100%;
     height: auto;
}

.footer-2 p {
     color: #fff !important;
     font-size: 0.9rem !important;
}

.prb-logo-footer {
     max-width: 16rem;
}

.prb-icone-footer {
     width: 2.4rem;
     height: 2.4rem;
}

.prb-icone-footer:hover {
     filter: drop-shadow(0 0 0.75rem #fd0);
     border: #2366c1 solid 2px;
     border-radius: 100%;
}

.prb-titulo-footer {
     font-size: 1.2rem !important;
     font-weight: 900;
     color: #fd0;
}

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

.prb-tel-footer:hover {
     color: #fd0;
}

.txt-chico-footer {
     font-size: 0.81rem !important;
}

.prb-location-footer {
     display: flex;
     flex-direction: row;
     align-items: center;
}

.prb-marker-footer-cont {
     margin-right: 1.2rem;
}

.prb-marker-footer {
     color: #ffe019;
     font-size: 1.2rem
}

.prb-central-atd {
     display: flex;
     flex-direction: row;
     align-items: center;
}

.prb-notfound {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-color: #fff !important;
     padding: 39vw 11.8vw 12vw 11.8vw;
     text-align: center;
}

.img-notfound {
     width: 24rem;
     height: auto;
}

.bt-notfound {
     width: auto !important;
     height: 4.5rem !important;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 0 2rem;
}

/* --- 13. UTILITÁRIOS GERAIS --- */
.bg-dark {
     background-color: #2366c1 !important;
}

.mouse-padrao {
     cursor: pointer;
}

.prb-logo-main {
     width: auto;
     margin-right: 1.6rem;
}

.prb-tarja {
     width: 100%;
     height: auto;
}

.prb-linha-azul {
     content: '';
     display: block;
     margin-top: 0.600rem;
     margin-bottom: 0.600rem;
     width: 100%;
     height: 0.300rem;
     background: #274ba7;
}

.prb-col-36px {
     flex: 0 0 auto !important;
     width: 3.6rem !important;
}

.prb-col-1 {
     flex: 0 0 auto !important;
     width: 1.9rem !important;
}

.alinha-h {
     display: grid !important;
     align-items: center;
     justify-items: end;
}

.alinha-v {
     display: inline;
     flex-direction: row;
     justify-content: center;
}

.prb-centraliza {
     display: flex;
     flex-direction: row;
     justify-content: center;
}

.container-lista-pneus {
     background-color: #f5f5f5;
}

.esconde-sroll::-webkit-scrollbar {
     display: none;
}

.esconde-scroll {
     -ms-overflow-style: none;
     scrollbar-width: none;
}

.show-desk,
.show-desktop {
     display: none !important;
}

.show-mobile {
     display: flex !important;
     justify-content: center !important;
}

.banner-desk {
     display: none !important;
}

.banner_mobile,
.banner-mobile {
     display: block;
}

.container-etiquetagem-mobile {
     display: flex;
     justify-content: center;
}

.sombra {
     box-shadow: 1px 1px .6666rem 0 darkgrey;
     -webkit-box-shadow: 1px 1px .6666rem 0 darkgrey;
     -moz-box-shadow: 1px 1px .6666rem 0 darkgrey;
}

.sombra-bt {
     box-shadow: 1px 1px .6666rem 0 #000;
     -webkit-box-shadow: 1px 1px .6666rem 0 #000;
     -moz-box-shadow: 1px 1px .6666rem 0 #000;
}

.txt-justify {
     text-align: justify !important;
}

.texto_azul {
     color: #004890 !important;
}

.texto_vermelho {
     color: red;
}

.star-color {
     color: #ff8c00 !important;
}

.text-primary {
     color: var(--abc-text-color) !important;
}

.text-secondary {
     color: var(--abc-text-secondary) !important;
}

.google-rating {
     color: #ff8c00;
     font-style: bolder;
     font-size: 1.5rem;
}

.link-avaliacoes {
     font-size: .85rem;
     font-weight: bolder !important;
     color: #da251c;
     text-decoration: none;
}

.link-avaliacoes:hover {
     color: #333;
     text-decoration: underline;
}

.prb-tag-align {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
}

.prb-selo-offcanva {
     display: flex !important;
     width: 100%;
}

/* Animações */
@-webkit-keyframes ef-pulse-grow {
     to {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
     }
}

@keyframes ef-pulse-grow {
     to {
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
     }
}

.ef-pulse-grow {
     display: inline-block;
     vertical-align: middle;
     -webkit-transform: perspective(1px) translateZ(0);
     transform: perspective(1px) translateZ(0);
     box-shadow: 0 0 1px transparent;
}

.prb-pulsar:hover {
     -webkit-animation-name: ef-pulse-grow;
     animation-name: ef-pulse-grow;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-direction: alternate;
     animation-direction: alternate;
}

/* Modais */
.corpo_modal {
     padding: 2rem !important;
}

.modal-title {
     margin-bottom: 0;
     line-height: 1.5;
     font-weight: bolder !important;
}

.fecha_modal {
     background-color: #004890 !important;
}

.modal-header .close {
     padding: 1rem;
     border: none;
     color: #fff;
     font-size: 1.5rem;
     font-weight: bolder;
     border-radius: 3px;
}


/* ==========================================================================
   MEDIA QUERIES (PROGRESSIVE ENHANCEMENT)
   ========================================================================== */

/* Ajustes Específicos para Tablets Pequenos (601px a 767px) */
@media (min-width: 601px) {
     .prb-notfound {
          padding-top: 24vw;
     }
}

/* TABLET E DESKTOP BÁSICO (768px+) */
@media (min-width: 768px) {

     .show-mobile,
     .banner_mobile,
     .banner-mobile {
          display: none !important;
     }

     .show-desk,
     .show-desktop {
          display: flex !important;
          justify-content: center !important;
     }

     .banner-desk {
          display: block !important;
     }

     .bt-search-pneu-text {
          display: inline !important;
     }

     .bt-search-pneu-icon {
          display: none !important;
     }

     .thumb-marcas {
          width: 6rem !important;
     }

     .px-5 {
          padding-left: 3rem !important;
          padding-right: 3rem !important;
     }

     .container-default {
          padding-left: auto;
          padding-right: auto;
     }

     .owl-custom-prev {
          left: -3rem !important;
          width: 3rem !important;
          height: 3rem !important;
     }

     .owl-custom-next {
          right: -3rem !important;
          width: 3rem !important;
          height: 3rem !important;
     }

     .owl-custom-prev svg,
     .owl-custom-next svg {
          width: auto !important;
          height: auto !important;
     }

     #importancia p {
          text-align: left;
          hyphens: none;
     }

     #hero-service h1 {
          font-size: calc(2.5rem + 1.5vw);
     }

     .prb-card {
          box-shadow: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
     }

     .prb-card:hover {
          box-shadow: 1px 1px .6666rem 0 #000;
          -webkit-box-shadow: 1px 1px .6666rem 0 #000;
          -moz-box-shadow: 1px 1px .6666rem 0 #000;
     }

     /* Banner Price Tablets */
     .banner-price {
          top: 47% !important;
          width: 46% !important;
          gap: 8px;
     }

     .banner-cifra {
          font-size: 1.8vw !important;
     }

     .banner-main-price {
          font-size: 6.9vw !important;
     }

     .banner-price-cents {
          font-size: 2.1vw !important;
     }

     .banner-parcelas {
          font-size: 1.5vw !important;
          margin-top: 0 !important;
     }

     .banner-vista {
          font-size: 1.1vw !important;
     }
}

/* NOTEBOOKS E DESKTOPS PEQUENOS (992px+) */
@media (min-width: 992px) {

     /* Restaurando os espaçamentos padrão de Desktop Médio */
     .estilo-cards {
          padding-left: 3rem !important;
          padding-right: 3rem !important;
     }

     .pneu-detail-1 {
          padding-left: 3rem !important;
          padding-right: 3rem !important;
     }

     .estilo-1 {
          padding-left: 3rem !important;
          padding-right: 3rem !important;
     }

     footer,
     .footer-2 {
          padding-left: 9rem;
          padding-right: 9rem;
     }

     .prb-lojas {
          width: 100% !important;
          height: 46rem;
          display: block;
     }

     .prb-pneu-principal {
          width: 80% !important;
     }

     .prb-borda-central-container-pneu {
          border-right: solid #eee 2px;
          border-bottom: none;
     }

     .container-pneu {
          padding: 3rem;
     }

     .prb-preco-pneu {
          text-align: left;
     }

     .pneu-seletor {
          background-color: #e6e6e6;
          width: 24rem;
          padding-left: 1.3rem;
          padding-right: 1.3rem;
          color: initial;
          position: absolute;
          top: 9rem;
          left: 6rem;
     }

     .pneu-detail-1 {
          flex-direction: row;
     }

     .col-direita {
          text-align: left;
     }

     .titulo-3 {
          font-size: 3rem;
          text-align: left;
     }

     .pneu-miniatura {
          width: 9rem;
          max-width: none !important;
     }

     .prb-select-floating>label {
          font-size: 0.75rem;
          top: -47px;
     }

     .nav-item {
          font-size: 1rem;
     }

     .prb-img-card-pneu {
          max-width: 15vw !important;
     }

     .tamanho_modal {
          max-width: 60% !important;
     }

     .show-menu-mobile {
          display: none;
     }

     .abc-trust-grid {
          grid-template-columns: repeat(4, 1fr);
          gap: 1.5rem;
     }

     .abc-trust-item {
          border-radius: 16px;
          padding: 2rem 1.5rem;
     }

     .abc-trust-icon-wrapper {
          margin: 0 auto 1rem auto;
          width: 60px;
          height: 60px;
     }

     .abc-trust-title {
          font-size: 1.1rem;
          margin-bottom: 0.5rem;
     }

     .abc-trust-desc {
          font-size: 0.85rem;
          line-height: 1.4;
     }

     .nf-slider {
          width: 100%;
     }

     .nf-buttons {
          padding: 0 20px;
     }

     .nf-button {
          width: 40px;
          height: 40px;
     }

     .nf-button-icon {
          font-size: 24px;
     }
}

/* DESKTOPS PADRÃO E MAIORES (1025px+) */
@media (min-width: 1025px) {

     /* Trazendo o "9vw" para criar aquele respiro de laterais em telas largas */
     .container,
     .container-fluid,
     .estilo-cards,
     .estilo-1,
     .prb-padding-menu {
          max-width: 100% !important;
          padding-left: 9vw !important;
          padding-right: 9vw !important;
     }

     .section-padding {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }

     .card-owl-container {
          padding-left: 0.72rem !important;
          padding-right: 0.72rem !important;
     }

     .bt-search-pneu {
          display: inline-block !important;
          padding: auto;
     }

     .nf-slider-body {
          padding-left: 9vw;
          padding-right: 9vw;
     }

     .nf-new-card-container {
          padding-top: 15vw !important;
     }
}

/* WXGA E TELAS MÉDIAS */
@media (min-width: 1205px) {
     .nf-new-card-container {
          padding-top: 13vw !important;
     }
}

@media (min-width: 1280px) {
     .banner-price {
          gap: 8px;
     }

     .banner-parcelas {
          font-size: 1.5vw;
          margin-top: auto;
     }
}

/* TELAS GRANDES / FULL HD (1367px a 1920px) */
@media (min-width: 1367px) {
     .banner-price {
          top: 51% !important;
          width: 46% !important;
          left: 0;
     }

     .banner-parcelas {
          margin-top: auto !important;
     }

     .nf-new-card-container {
          padding-top: 9vw !important;
     }
}

/* ULTRAWIDE E QHD (1921px a 2560px) */
@media (min-width: 1921px) {
     .banner-price {
          top: 51.5% !important;
          width: 40% !important;
          left: 0;
     }
}

/* MONITORES 4K+ (2561px a 3840px+) */
@media (min-width: 2561px) {
     .banner-price {
          top: 52% !important;
          width: 35% !important;
          left: 0;
     }
}

/* AJUSTE PARA MONITORES EXTRA LARGOS (> 1660px) */
@media (min-width: 1660px) {

     .nf-slider-body,
     .prb-padding-menu {
          padding-left: 12vw !important;
          padding-right: 12vw !important;
     }
}

/* --- MOBILE FIRST FIXES FOR 320PX / SMALL SCREENS --- */
@media (max-width: 359px) {
     .abc-trust-grid {
          grid-template-columns: 1fr;
          gap: 1rem;
     }
}

@media (max-width: 576px) {

     .service-grid-card {
          padding: 1.5rem 1rem;
     }

     .bt-search-pneu-text {
          display: none !important;
     }

     .bt-zap-mobile,
     .bt-tel-mobile {
          padding-left: 0.5rem !important;
     }
}

@media (max-width: 380px) {

     /* Manter visibilidade dos textos em telas pequenas */
     .bt-zap-mobile,
     .bt-tel-mobile {
          padding-left: 0.6rem !important;
          width: auto !important;
          height: 2.4rem !important;
          border-radius: 18px 30px 30px 18px !important;
          justify-content: center !important;
     }

     /* Garantir que o span de texto não seja ocultado */
     .bt-zap-mobile span:first-child,
     .bt-tel-mobile span:first-child {
          display: inline-block !important;
     }

     .zap_pos {
          right: 3%;
          bottom: 4rem;
     }

     .bt-tel-mobile-pos {
          right: 3%;
          bottom: 7.5rem;
     }

     /* Title size fix */
     #hero-service h1 {
          font-size: 1.8rem !important;
     }

     /* Search row padding */
     .seletor-mobile {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }

     .seletor-mobile .row {
          margin-left: 0 !important;
          margin-right: 0 !important;
     }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
     -webkit-tap-highlight-color: transparent;
     position: relative
}

.owl-carousel {
     display: none;
     width: 100%;
     z-index: 1
}

.owl-carousel .owl-stage {
     position: relative;
     -ms-touch-action: pan-Y;
     touch-action: manipulation;
     -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0
}

.owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -ms-backface-visibility: hidden;
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
     min-height: 1px;
     float: left;
     -webkit-backface-visibility: hidden;
     -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
     display: block;
     width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
     display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
     display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
     cursor: pointer;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit
}

.owl-carousel.owl-loading {
     opacity: 0;
     display: block
}

.owl-carousel.owl-hidden {
     opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
     visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none
}

.owl-carousel.owl-grab {
     cursor: move;
     cursor: grab
}

.owl-carousel.owl-rtl {
     direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
     float: right
}

.owl-carousel .animated {
     animation-duration: 1s;
     animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
     z-index: 0
}

.owl-carousel .owl-animated-out {
     z-index: 1
}

.owl-carousel .fadeOut {
     animation-name: fadeOut
}

@keyframes fadeOut {
     0% {
          opacity: 1
     }

     100% {
          opacity: 0
     }
}

.owl-height {
     transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
     opacity: 0;
     transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
     max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
     transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
     position: relative;
     height: 100%;
     background: #000
}

.owl-carousel .owl-video-play-icon {
     position: absolute;
     height: 80px;
     width: 80px;
     left: 50%;
     top: 50%;
     margin-left: -40px;
     margin-top: -40px;
     background: url(owl.video.play.png) no-repeat;
     cursor: pointer;
     z-index: 1;
     -webkit-backface-visibility: hidden;
     transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
     -ms-transform: scale(1.3, 1.3);
     transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
     display: none
}

.owl-carousel .owl-video-tn {
     opacity: 0;
     height: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: contain;
     transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
     position: relative;
     z-index: 1;
     height: 100%;
     width: 100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
     text-align: center;
     -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
     margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
     color: #FFF;
     font-size: 14px;
     margin: 5px;
     padding: 4px 7px;
     background: #D6D6D6;
     display: inline-block;
     cursor: pointer;
     border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
     background: #869791;
     color: #FFF;
     text-decoration: none
}

.owl-theme .owl-nav .disabled {
     opacity: .5;
     cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
     margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
     display: inline-block;
     zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #D6D6D6;
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity .2s ease;
     border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
     background: #869791
}