body,html{
    height: 100%;
    min-height: 100%;
    padding: 0;margin: 0;
    z-index: 0;
}
body{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/*----------------------- Fonts ----------------------*/
b,strong{
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.btn-sb-orange{
    --bs-btn-color: #141213;
    --bs-btn-bg: #D68B35;
    --bs-btn-border-color: #D68B35;
    --bs-btn-hover-color: #141213;
    --bs-btn-hover-bg: #cb7c23;
    --bs-btn-hover-border-color: #cb7c23;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #141213;
    --bs-btn-active-bg: #cb7c23;
    --bs-btn-active-border-color: #cb7c23;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #141213;
    --bs-btn-disabled-bg: #D68B35;
    --bs-btn-disabled-border-color: #D68B35;
}
.btn-sb-green{
    --bs-btn-color: #141213;
    --bs-btn-bg: #3A7952;
    --bs-btn-border-color: #33754c;
    --bs-btn-hover-color: #141213;
    --bs-btn-hover-bg: #33754c;
    --bs-btn-hover-border-color: #33754c;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #141213;
    --bs-btn-active-bg: #33754c;
    --bs-btn-active-border-color: #255036;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #33754c;
    --bs-btn-disabled-bg: #33754c;
    --bs-btn-disabled-border-color: #33754c;
}
.btn-sb-green-2{
    --bs-btn-color: #fff;
    --bs-btn-bg: #2C583D;
    --bs-btn-border-color: #2C583D;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #255036;
    --bs-btn-hover-border-color: #255036;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #255036;
    --bs-btn-active-border-color: #255036;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #255036;
    --bs-btn-disabled-border-color: #255036;
}

/*--------------- Navbar ----------------*/
body{
   /* padding-top: 105px; */
}
.navbar-sambura{
    background-color: #141213;
}
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color: #fff;
    --bs-navbar-disabled-color: #fff;
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 16px;
    --bs-navbar-brand-color: transparent;
    --bs-navbar-brand-hover-color: transparent;
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28240, 240, 240, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: #f0f0f0;
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width:2px;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
     padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
     min-height: 105px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(20,18,19,0.72);
    -moz-box-shadow: 0px 0px 13px 0px rgba(20,18,19,0.72);
    box-shadow: 0px 0px 13px 0px rgba(20,18,19,0.72);
    z-index: 1010;
}
.navbar > .container{}
.navbar > .navbar-brand-lg{
    display: block;
    width: 350px;
    height: 50px;
    position:absolute;
    left: 50%;top: 0;
    margin-left: -175px;
}
.navbar > .navbar-brand-sm{
    display: none;
}
.navbar .navbar-nav .nav-item .nav-link{
    text-transform: uppercase;
}

.navbar .dropdown-toggle{
    padding-right: 20px !important;
}
.navbar .dropdown-toggle::after{
    display: inline-block;
    position: absolute;
    right: 0;top: 15px;
    width:15px;height: 9px;
    margin-left:0px !important;
    vertical-align: unset !important;
    content: "";
    border-top:none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image:url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7.5 8L14 1" stroke="%23D68B35"/></svg>');
    transition: all 0.250s ease-out;
}
.navbar .dropdown-toggle.show::after{
    transform: rotate(3.142rad);
}
.navbar .navbar-nav .nav-item .link-orcamento{
    color: #fff;
    font-size:16px;
    display: inline-block;
    font-weight: 400;
    background: #D68B35;
    border-radius: 3px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 15px 6px 15px;
    text-decoration: none;
    margin-top: -4px;
}
.navbar .navbar-nav.nav-right .nav-item:not(:last-child){
    margin-right: 20px;
}
.navbar .navbar-nav.nav-left .nav-item:not(:last-child){
    margin-right: 25px;
}

.navbar .navbar-nav.nav-right{
    margin-right:15px;
}
.navbar .social-nav{
    padding-left: 10px;
    margin-right: -100px;
}
.navbar .dropdown-menu {
    --bs-dropdown-color:#fff;
    --bs-dropdown-bg: #141213;
    --bs-dropdown-border-color:#141213;
    --bs-dropdown-border-radius: 0px;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: 0px;
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(20, 18, 19, 0.15);
    --bs-dropdown-link-color: #fff;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: #141213;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #141213;
    --bs-dropdown-header-color: #6c757d;
    background-color: #141213;
    background-clip: padding-box;
    border: 1px solid #141213;
    border-radius: 0px
}
.navbar .dropdown-menu li > a{
    text-transform: uppercase;
}
.nav-content{
    position: relative;
}
.nav-content .megamenu{
    padding:20px 10px 10px 10px;
    width: 1300px;
    max-width: 100%;
    position: absolute;
    top: 100%;
    height: auto;
    min-height: 500px;
    left: 50%;z-index: 990;
    transform: translate(-50%,0%);
    background-color:#141213;
}
.nav-content .collapsing {
    -webkit-transition: none !important;
    transition: none !important;
    display: none !important;
}
.megamenu .m-header{
    margin-bottom: 15px;
}

.megamenu .m-header .m-title{
    color: #D68B35;
    font-size:60px;
    font-weight: 800;
    padding-right: 35px;
    opacity: 0.3;
    text-transform: uppercase;
}
.megamenu .m-header .h-m-line hr{
    opacity: 1;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D68B35;
}
.megamenu .m-header .h-m-line{
    padding-right: 50px;
}
.megamenu .m-header .m-close{
   display: block;
   width: 28px;
   height:28px;
   cursor: pointer;
   right: 0; top: 35%;
   position: absolute;
}

.megamenu .ma-title{
    color: #D68B35;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}
.megamenu .nav .nav-link{
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.megamenu .btn-catalogo{
    width: 270px;
    max-width: 100%;
    font-weight: 600;
    margin-right: 50px;
    text-transform: uppercase;
}
.megamenu .menu-scroll{
    display: block;
    height: auto;
}
@media(max-width: 1510px){
    .navbar .social-nav{
        margin-right: 0px;
    }
    .navbar .navbar-nav.nav-right .nav-item:not(:last-child){
        margin-right: 15px;
    }
    .navbar .navbar-nav.nav-left .nav-item:not(:last-child){
        margin-right: 20px;
    }
}
@media (max-width: 992px){
    .nav-content .megamenu > .container{
        width: 100% !important;
        max-width: 100% !important;
    }
    .nav-content .megamenu{
        position: fixed;
        top: 0;left: 0;
        z-index: 1050;
        transform: translate(0%,0%);
        width: 100%;height: auto;
        min-height: 100vh;
    }
    .megamenu .menu-scroll{
        display: block;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        height:calc(100vh - 120px);
    }
    .megamenu .m-header .m-title{
       font-size: 2.8em;
    }
    .megamenu .m-header .m-close{
        top: 20%;
    }
    .megamenu .nav{
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    body{  /*padding-top:75px;*/ }
    .navbar{
        min-height: 75px;
    }
    .navbar > .container{
        width: 100% !important;
        max-width: 100% !important;
    }
    .navbar > .navbar-brand-lg{
        display: block;
        width: 240px;
        height: 50px;
        left: 50%;top: 0;
        margin-left: -120px;
    }
    .navbar .navbar-nav.nav-right .nav-item:not(:last-child),
    .navbar .navbar-nav.nav-left .nav-item:not(:last-child){
        margin-right: 10px;
    }
    .navbar .navbar-nav.nav-right{
        margin-right:10px;
    }
    .navbar .social-nav{
        padding-left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1140px) {
    .navbar > .navbar-brand-lg{margin-left: -170px;}
}
@media (max-width: 992px) {
    body{  /*padding-top:60px;*/ }
    .navbar{ min-height: 0px;}
    .navbar > .container{
        padding-top:10px;
        padding-bottom: 10px;
    }
    .navbar .navbar-brand-sm{
        display: block;
        width: 250px;
        height: 50px;
        position:absolute;
        left: 50%;top: 0;
        margin-left: -125px;
    }
    .navbar .navbar-brand-lg{
        display: none;
    }
    .navbar .navbar-nav .nav-item{
        border-bottom: 1px solid #282727;
    }
    .navbar .navbar-collapse > ul:nth-child(1){
        margin-top:50px;
    }
    .navbar .social-nav{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar .navbar-nav .nav-item.nav-item-o{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 0px solid transparent;
    }
    .navbar .navbar-nav .nav-item .link-orcamento{margin-top:0px;}
    .navbar .navbar-nav.nav-right .nav-item:not(:last-child),
    .navbar .navbar-nav.nav-left .nav-item:not(:last-child){ margin-right: 0px;}
    .navbar .navbar-nav.nav-right{ margin-right:0px;}
    .navbar .social-nav{padding-left:0px;}

}
/*--------------- Banner/Home ----------------*/
.main-banner{
    z-index: 0;
}
.owl-carousel{
    position: relative;
}
.owl-theme.owl-banner .owl-dots{
    position: absolute;
    bottom:60px;
    left:25%;
    right:25%;
}
.owl-theme.owl-banner .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    display: block;
}
.owl-theme.owl-banner .owl-dots .owl-dot.active span,
.owl-theme.owl-banner .owl-dots .owl-dot:hover span {
    background: #D68B35;
}
.owl-theme.owl-banner .owl-dots .owl-dot.active span{
    width: 35px;
}
@media (max-width: 992px) {
    .owl-theme.owl-banner .owl-dots{bottom:20px;left: auto;right: 5%;}
}

/*--------------------------------------------------------------------
    Container do banner e do menu - Página Home
-------------------------------------------------------------------*/
.wrap-top{
    background-color: #141213;
    /*background: radial-gradient(50% 50% at 50% 50%, #1E241E 0%, #141213 100%);*/
}
/*---------------------------------- Home/Top/Menu ---------------- */
.menu-cat-lg{
    position: relative;
    min-height: 0px;
    z-index: 990;
    background-color:transparent;
}
.menu-cat-lg > .container{
    margin-top: -40px;
}
.menu-cat-lg .flex-menu{
    display: grid;
    grid-template-columns: 16.667% 16.667% 16.667% 16.667% 16.667% 16.667%;
    gap: 0px;
}
.menu-cat-lg .flex-menu .item-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-cat-lg .flex-menu .item-menu .nav-cat{
     width: 200px;
     max-width: 100%;
}
.menu-cat-lg .nav-cat .dropdown-toggle::after{
    border: 0px solid transparent;
}
.menu-cat-lg .dropdown-menu{
    width: 195px;
}
.menu-cat-lg .nav-cat .nav-link{
   width: 200px;
   max-width: 100% !important;
   padding-bottom:49.2%;
   background-repeat: no-repeat;
   background-position: center center;
   -moz-background-size: cover;
   -webkit-background-size: cover;
   background-size: cover;
}
.menu-cat-lg .nav-cat .nav-link.link-airsoft{
    background-image: url("../img/menu/airsoft.png");
}
.menu-cat-lg .nav-cat .nav-link.link-airsoft:hover,
.menu-cat-lg .nav-cat .nav-link.link-airsoft.show{
    background-image: url("../img/menu/airsoft-02.png");
}
.menu-cat-lg .nav-cat .nav-link.link-armas{
    background-image: url("../img/menu/armas.png");
}
.menu-cat-lg .nav-cat .nav-link.link-armas:hover,
.menu-cat-lg .nav-cat .nav-link.link-armas.show
{
    background-image: url("../img/menu/armas-02.png");
}
.menu-cat-lg .nav-cat .nav-link.link-camping{
    background-image: url("../img/menu/camping.png");
}
.menu-cat-lg .nav-cat .nav-link.link-camping:hover,
.menu-cat-lg .nav-cat .nav-link.link-camping.show{
    background-image: url("../img/menu/camping-02.png");
}
.menu-cat-lg .nav-cat .nav-link.link-cutelaria{
    background-image: url("../img/menu/cutelaria.png");
}
.menu-cat-lg .nav-cat .nav-link.link-cutelaria:hover,
.menu-cat-lg .nav-cat .nav-link.link-cutelaria.show{
    background-image: url("../img/menu/cutelaria-02.png");
}
.menu-cat-lg .nav-cat .nav-link.link-municoes{
    background-image: url("../img/menu/municoes.png");
}
.menu-cat-lg .nav-cat .nav-link.link-municoes:hover,
.menu-cat-lg .nav-cat .nav-link.link-municoes.show{
    background-image: url("../img/menu/municoes-02.png");
}
.menu-cat-lg .nav-cat .nav-link.link-pesca{
    background-image: url("../img/menu/pesca.png");
}
.menu-cat-lg .nav-cat .nav-link.link-pesca:hover,
.menu-cat-lg .nav-cat .nav-link.link-pesca.show{
    background-image: url("../img/menu/pesca-02.png");
}
.menu-cat-lg .nav-cat{}
.menu-cat-lg .nav-cat .dropdown-menu{
    width: 190px;
    min-width: 100%;
    padding-top:25px;
    background-color:#141213;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: #D68B35;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: transparent;
}
.menu-cat-lg .nav-cat .dropdown-menu > li{
    padding-left: 10px;
    padding-right: 10px;
}
.menu-cat-lg .nav-cat .dropdown-menu > li.close{
    cursor: pointer;
    padding-left: 0px;
    padding-right:0px;
    width: 18px;height: 18px;
    position: absolute;
    right: 4px;top: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.646447 16.6464L0.292893 17L1 17.7071L1.35355 17.3536L0.646447 16.6464ZM1.35355 17.3536L17.3536 1.35355L16.6464 0.646447L0.646447 16.6464L1.35355 17.3536Z" fill="%23D68B35"/><path d="M1.35355 0.646446L1 0.292893L0.292892 0.999999L0.646446 1.35355L1.35355 0.646446ZM0.646446 1.35355L16.6464 17.3536L17.3536 16.6464L1.35355 0.646446L0.646446 1.35355Z" fill="%23D68B35"/></svg>');
}
.menu-cat-lg .nav-cat .dropdown-menu li{
    max-width: 100%;
}
.menu-cat-lg .nav-cat .dropdown-menu .dropdown-item{
   color: white;
   height: auto;
   letter-spacing: 1.2px;
   font-size: 14px;
   font-style: normal;
   font-weight: 300;
   white-space: normal !important;
   text-align: left !important;
   border-radius: 3px;
}
.menu-cat-lg .nav-cat .dropdown-menu .dropdown-item.active{
    font-weight: 500;
    text-align: center;
    background-color:#D68B35;
}
.menu-cat-lg .nav-cat .dropdown-menu li:last-child .dropdown-item{
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 1400px) {
    .menu-cat-lg .flex-menu{
        display: grid;
        grid-template-columns: 33% 33% 33%;
        gap: 10px;
        column-gap:10px;
    }
    .menu-cat-lg .menu-cat > .container{
        width: 650px;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .menu-cat-lg .flex-menu{
        display: grid;
        grid-template-columns: 48% 48%;
        gap: 10px;
        column-gap:10px;
    }
    .menu-cat-lg .menu-cat > .container{
        width: 450px;
        max-width: 100%;
    }
    .menu-cat-lg .menu-cat > .container{
        top: -20px;
        z-index: 990;
    }
}
@media (max-width: 480px) {
    .menu-cat-lg {display: none; !important;}
}

.menu-cat-mb{
    position: relative;
    min-height: 400px;
    display: none;
}
.menu-cat-mb > .container{
    position: absolute;
    left: 50%;
    top: -25px;
    z-index: 990;
    transform: translate(-50%,-0%);
}
.menu-cat-mb .item-menu{
     display: block;
     width: 276px;
     max-width: 100%;
}
.menu-cat-mb .item-menu .cat-link{
    display: block;
    width: 276px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.menu-cat-mb .cat-link.link-airsoft{
    background-image: url("../img/menu/airsoft-mb.png");
}
.menu-cat-mb .cat-link.link-airsoft:hover,
.menu-cat-mb .cat-link.link-airsoft.active{
    background-image: url("../img/menu/airsoft-mb-02.png");
}
.menu-cat-mb .cat-link.link-armas{
    background-image: url("../img/menu/armas-mb.png");
}
.menu-cat-mb .cat-link.link-armas:hover,
.menu-cat-mb .cat-link.link-armas.active
{
    background-image: url("../img/menu/armas-mb-02.png");
}
.menu-cat-mb .cat-link.link-camping{
    background-image: url("../img/menu/camping-mb.png");
}
.menu-cat-mb .cat-link.link-camping:hover,
.menu-cat-mb .cat-link.link-camping.active{
    background-image: url("../img/menu/camping-mb-02.png");
}
.menu-cat-mb .cat-link.link-cutelaria{
    background-image: url("../img/menu/cutelaria-mb.png");
}
.menu-cat-mb .cat-link.link-cutelaria:hover,
.menu-cat-mb .cat-link.link-cutelaria.active{
    background-image: url("../img/menu/cutelaria-mb-02.png");
}
.menu-cat-mb .cat-link.link-municoes{
    background-image: url("../img/menu/municoes-mb.png");
}
.menu-cat-mb .cat-link.link-municoes:hover,
.menu-cat-mb .cat-link.link-municoes.active{
    background-image: url("../img/menu/municoes-mb-02.png");
}
.menu-cat-mb .cat-link.link-pesca{
    background-image: url("../img/menu/pesca-mb.png");
}
.menu-cat-mb .cat-link.link-pesca:hover,
.menu-cat-mb .cat-link.link-pesca.active{
    background-image: url("../img/menu/pesca-mb-02.png");
}

.menu-cat-mb .nav{
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #D68B35;
    position: relative;
    padding-top: 30px;
}
.item-menu .nav .nav-item{
    padding-left: 3px;
    padding-right: 3px;
}
.item-menu .nav .nav-item .nav-link{
    border-radius: 3px;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}
.item-menu .nav .nav-item .nav-link.link-catalogo{
    color:#fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color:#D68B35;
}

.item-menu .nav .nav-item .nav-link.link-catalogo:focus,
.item-menu .nav .nav-item .nav-link.link-catalogo:hover,
.item-menu .nav .nav-item .nav-link.link-catalogo:active{
    color:#fff;
}
.menu-cat-mb .item-menu{
    background-color:#141213;
    border-radius: 4px;
}
.menu-cat-mb .item-menu .nav > li.close{
    cursor: pointer;
    padding-left: 0px;
    padding-right:0px;
    width: 18px;height: 18px;
    position: absolute;
    right: 4px;top: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.646447 16.6464L0.292893 17L1 17.7071L1.35355 17.3536L0.646447 16.6464ZM1.35355 17.3536L17.3536 1.35355L16.6464 0.646447L0.646447 16.6464L1.35355 17.3536Z" fill="%23D68B35"/><path d="M1.35355 0.646446L1 0.292893L0.292892 0.999999L0.646446 1.35355L1.35355 0.646446ZM0.646446 1.35355L16.6464 17.3536L17.3536 16.6464L1.35355 0.646446L0.646446 1.35355Z" fill="%23D68B35"/></svg>');
}

@media (max-width: 480px) {
    .menu-cat-mb {display: block; !important;}
    .menu-cat-lg {display: none; !important;}
}
/*----------------------------------------------------------------
   Container com fundo gradiente
   - Quem somos, Marcas, encontre um a loja
 */
.home-top{
    z-index: 0;
    min-height: 700px;
    padding-bottom: 100px;
    background: radial-gradient(50% 50% at 50% 50%, #1E241E 0%, #141213 100%);
}
.home-top > .q-somos{
    padding-top: 50px;
}
.home-top > .q-somos > .container{
    padding-top: 25px;
    padding-bottom: 150px;
}
.q-somos .q-header{
    padding-top   : 0px;
    padding-bottom: 0px;
    margin-bottom: 50px;
}
.q-somos .q-header h2{
    color:#D68B35;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    padding-right: 40px;
}
.q-somos .q-header > svg{
    width: 100%;
    height: auto;
}
.q-somos .col-decorativo{
    position: relative;
    z-index: 0;
}
.q-somos .col-decorativo .q-somos-i-abs{
    position: absolute;
    z-index: -1;
    left: 0;top: -50px;
}
.q-somos .q-somos-texto p{
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    text-align: justify;
}
.q-somos .q-somos-divider{
    width:75%;
    padding-top: 25px;
    padding-bottom: 25px;
}
.q-somos .q-somos-divider hr{
    opacity: 1;
    border-top: 1.5px solid #D68B35;
}
.q-somos .q-somos-selos{
    width: 300px;
    max-width: 100%;
}
.q-somos .q-somos-parceria{
    padding-top:30px;
    padding-bottom: 30px;
}
.q-somos .q-somos-parceria h3{
    color: white;
    font-size: 1.6em;
}
.q-somos .q-somos-i-decorativo{
    width: 650px;
    display: block;
    max-width: 100%;
}
@media (max-width: 1400px) {
    .q-somos .q-somos-i-decorativo{
        width: 500px;
        display: block;
        max-width: 100%;
    }
    .q-somos .col-decorativo .q-somos-i-abs{
        position: absolute;
        z-index: -1;
        left: 0;top: 50%;
        width: 100%;
        transform: translate(0%,-50%);
    }
}
@media (max-width: 1199px) {
    .q-somos .q-somos-i-decorativo{
        width: 400px;
        display: block;
        max-width: 100%;
    }
    .q-somos .col-decorativo .q-somos-i-abs{
        position: absolute;
        z-index: -1;
        left: 0;top: 50%;
        width: 100%;
        transform: translate(0%,-50%);
    }
}
@media (max-width: 992px) {
    .q-somos .q-somos-i-decorativo{
        width: 350px;
    }
    .q-somos .col-decorativo .q-somos-i-abs{
        position: absolute;
        z-index: -1;
        left: 50%;top: 50%;
        width: 500px;
        max-width: 100%;
        transform: translate(-50%,-50%);
    }
    .home-top > .q-somos > .container{
        padding-bottom: 50px;
    }
}
/*----------------------------------------------------------------
 Selos, qualidade, atendimento
 */
.home-top .qualidades > .container{
    width: 1300px;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.home-top .qualidades{
    margin-bottom: 50px;
}
.ql-items .q-item{
     display: block;
     width: 200px;
     margin-right: 25px;
}
.ql-items .q-item .q-item-icon{
    height: 136px;
}
.ql-items .q-item:not(:last-child){
    margin-right: 0;
}
.ql-items .q-item h5{
    color: white;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.ql-items .q-item h5 > span{
    color: #D68B35;
}
@media (max-width: 768px){
    .ql-items .q-item{
        display: block;
        width: 180px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
}
/*----------------------------------------------------------------
 Home - Top/ Marcas
 */
.home-top .h-marcas > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.h-marcas .m-header h3{
    color: #D68B35;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    text-transform: uppercase;
}
.h-marcas .m-header > div{
    min-width: 50px;
}
.h-marcas .m-header > div:before{
    content: " ";
    display: block;
    width: 100%;height:0px;
    position: absolute;
    top: 49%;left: 0;
    border-bottom: 1px solid #D68B35;
}
.row-marcas{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}
.row-marcas .item{
    width: 20%;
    min-height: 80px;
    height: auto
}
.row-marcas .item > a{
    display: block;
    width: 200px;
    max-width: 100%;
}
@media (max-width: 992px) { .row-marcas .item{width: 25%;}  }
@media (max-width: 768px) {
    .row-marcas .item{ width: 33.3333%; }
    .row-marcas .item > a{ width: 150px;}
}
@media (max-width: 570px) {
    .row-marcas{ width: 350px; max-width: 100%; margin: 0 auto;}
    .row-marcas .item{ width: 50%; }
}
@media (max-width: 480px) { .row-marcas .item{ width: 50%; } }

/*
.h-marcas .owl-marcas .item a{
    position: relative;
    overflow: hidden;
    padding-bottom:60%;
    display: block;
}
.h-marcas .owl-marcas .item a > div{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
}
.owl-marcas .item a > div .img-fluid{
    display: block;
    width: 150px;
    max-width: 90%;
}*/

/*----------------------------------------------------------------
   Home - Top/Mapa de localização
*/
.h-localizacao > .container{
    width: 1200px;
    max-width: 100%;
}
.h-localizacao .info-local{}
.h-localizacao .info-local h4{
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
.h-localizacao .info-local h4 > span{
    color: #3A7952;
}
.h-localizacao .well-form{
    display: block;
    padding: 20px;
    border-radius: 5px;
    background-color: #3A7952;
}
.h-localizacao .btn-sb-orange{
    width: 120px;
}
.h-localizacao .img-mapa{
    display: block;
    max-width: 100%;
}

@media (max-width: 768px) {
    .h-localizacao .img-mapa{
        display: block;
        width: 300px;
        max-width: 100%;
    }
}
/*----------------------------------------------------------------
   Home - Bottom
*/
.home-bottom{
    width: 100%;
   background-color:#ffffff;
}
/*----------------------------------------------------------------
   Home - Bottom/Orçamento
*/
.h-oronline > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.h-oronline .info-orcamento h3 > span{
    font-size: 1.6em;
    color: #D68B35;
    text-transform: uppercase;
}
.h-oronline .info-orcamento h3 small{
    color: #141213;
    font-size:1em;
    text-transform: none;
}
.h-oronline .info-orcamento ol li{
    color: #141213;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    padding: 10px 10px 10px 10px;
}
.h-oronline .info-orcamento ol li span,
.h-oronline .info-orcamento ol li a,
.h-oronline .info-orcamento ol li::marker{
    color: #D68B35;
}
.h-oronline .info-orcamento .btn{
    padding-left: 20px;
    padding-right:20px;
    font-weight: 500;
}
.h-oronline .info-orcamento .btn-orc{
   font-weight: 600;
}
/*----------------------------------------------------------------
   Home - Bottom/Novidades
*/
.h-novidades .n-header{
   margin-bottom: 15px;
}
.h-novidades .n-header h2{
    color:#2C583D;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    padding-left: 40px;
}
.h-novidades .n-header > svg{
    width: 100%;
    height: 23px;
}
.h-novidades .link-produto{
    width: 700px;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #141213;
    filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
}
@media (max-width: 570px) {
    .h-novidades .link-produto{
        width: 400px;
        max-width: 100%;
    }
}

/*----------------------------------------------------------------
   Home - Bottom/Destaques
*/
.h-destaques > .container{
    padding-top:40px;
    padding-bottom:40px;
}
.h-destaques .d-header h3{
    color: #2C583D;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    text-transform: uppercase;
}
.h-destaques .d-header > div{
    min-width: 50px;
}
.h-destaques .d-header > div:before{
    content: " ";
    display: block;
    width: 100%;height:0px;
    position: absolute;
    top: 49%;left: 0;
    border-bottom: 1px solid #2C583D;
}
.owl-destaques{}
.owl-destaques .item .item-inner{
    display:block;
    padding:15px;
    width:300px;
    min-height: 380px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.owl-destaques .item .item-image{
    display: block;
    max-width: 100%;
    padding-bottom: 70%;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.owl-destaques .item .item-cod{
    color: #5F5B5B;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
.owl-destaques .item .item-title{
    color:#141213;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
.owl-destaques .item .item-caption{
   padding-top:20px;
   min-height:140px;
}
.owl-destaques .item .btn{
     color: white;
     font-size: 13px;
     letter-spacing: 1px;
     text-transform: uppercase;
}
/*----------------------------------------------------------------
   Home - Bottom/Instagram
*/
.h-rsociais > .container{
    padding-top:20px;
    padding-bottom:50px;
}
.h-rsociais .r-header h3{
    color: #2C583D;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    text-transform: uppercase;
}
.h-rsociais .r-header > div{
    min-width: 50px;
}
.h-rsociais .r-header > div:before{
    content: " ";
    display: block;
    width: 100%;height:0px;
    position: absolute;
    top: 49%;left: 0;
    border-bottom: 1px solid #2C583D;
}
.h-rsociais .btn-sb-green-2{
    width: 250px;
    max-width: 100%;
}
.h-rsociais .link-post{
    width: 441px;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #2C583D;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .h-rsociais .btn-sb-green-2{
        width: 180px;
    }
    .h-rsociais .link-post{
        width: 300px;
    }
}
/*---------------------------------- Assistencia técnica ------------*/
header.assistencia{
    min-height: 247px;
    background-color: #141213;
    background-position: center center;
    background-image: url("../img/bg-header-a-v2.png");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
header.assistencia > .container{
    padding-top: 25px;
    padding-bottom:25px;
    width: 1200px;
    max-width: 100%;
}
header.assistencia h1{
    color:#D68B35;
    padding-right: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
header.assistencia p{
    color:#fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
section.assistencia{
    background: radial-gradient(50% 50% at 50% 50%, #1E241E 0%, #141213 100%);
}
section.assistencia > .container{
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 750px;
    width: 1200px;
    max-width: 100%;
}

section.assistencia p.ass-title-top{
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}

section.assistencia .f-header h5{
    color: #D68B35;
    padding-right: 35px;
    text-align: center;
    text-transform: uppercase;
}
section.assistencia .f-header h5 > span{
    font-weight: 300;
    text-transform: none;
}
section.assistencia .f-header > div{
    min-width: 50px;
}
section.assistencia .f-header > div:before{
    content: " ";
    display: block;
    width: 100%;height:0px;
    position: absolute;
    top: 49%;left: 0;
    border-bottom: 1px solid #D68B35;
}
.form-assistencia .g-4,
.form-assistencia .gy-4,
.form-assistencia .g-6,
.form-assistencia .gy-6{
    --bs-gutter-y: 0.65rem;
}
.form-assistencia .form-label{
    position: relative;
    color:#fff;
    font-size: 13px;
    font-weight:300;
    font-style: normal;
    font-family: "Inter", sans-serif;
    line-height: 110%;
}
.form-assistencia .form-label.rq:before{
    color: #fff;
    position: absolute;
    content: " * ";
    top: 0;right: -10px;
}
.form-assistencia .form-control {
    display: block;
    width: 100%;
    padding: 0.27rem 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1d20;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #141213;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-assistencia .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #2C583D;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(74, 108, 54);
}
.form-assistencia .form-control.is-invalid:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #961a1a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(196, 70, 70);
}
.form-assistencia .btn-sb-orange{
    width: 140px;
    font-weight: 600;
}
.upload-file{
    position: relative;
}
.upload-file .status-error,
.upload-file .status-loading{
    color: #1a1d20;
    border: 1px solid #141213;
    background-color: #fff;
}
.upload-file .status-error,
.upload-file .status-loading{
    color: #1a1d20;
    padding:6px 10px 6px 10px;
}

.upload-file .status-error span,
.upload-file .status-error a,
.upload-file .status-loading span{
    font-size: 14px;
    font-weight:400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
.upload-file .status-error span{ color: #9d0000 }
.upload-file .status-error a{color: #0a53be}
.upload-file .status-loading span{color: #2e7a04}
.form-assistencia .form-loading{
    position: absolute;
    display: none;
    left: -15px;top: -15px;
    z-index: 10;
    width:105%;
    height:105%;
    background-color: rgba(255, 255, 255, 0.6);
}
.form-assistencia .form-loading > svg,
.upload-file .status-loading > svg{
    animation-name: spinup;
    animation-duration:2s;
    animation-iteration-count: infinite;
}
@keyframes spinup {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*------------------ Contato ------------*/
header.contato{
    min-height: 247px;
    background-color: #141213;
    background-position: center center;
    background-image: url("../img/header-contato-bg.png");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
header.contato > .container{
    padding-top: 25px;
    padding-bottom:25px;
    width: 1200px;
    max-width: 100%;
}
header.contato h1{
    color:#D68B35;
    padding-right: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
section.contato .f-header h5{
    color: #D68B35;
    padding-right: 35px;
    text-align: center;
    text-transform: uppercase;
}
section.contato .f-header h5 > span{
    font-weight: 300;
    text-transform: none;
}
section.contato .f-header > div{
    min-width: 50px;
}
section.contato .f-header > div:before{
    content: " ";
    display: block;
    width: 100%;height:0px;
    position: absolute;
    top: 49%;left: 0;
    border-bottom: 1px solid #D68B35;
}
section.contato{
    background: radial-gradient(50% 50% at 50% 50%, #1E241E 0%, #141213 100%);
}
section.contato > .container{
    min-height: 650px;
    padding-top: 50px;
    padding-bottom:40px;
}

.form-contato .g-3,
.form-contato .gy-3,
.form-contato .g-4,
.form-contato .gy-4{
    --bs-gutter-y: 0.65rem;
}

.form-contato .form-label{
    position: relative;
    color:#fff;
    font-size: 13px;
    font-weight:300;
    font-style: normal;
    font-family: "Inter", sans-serif;
    line-height: 110%;
}
.form-contato .form-check-label{
    color:#fff;
    font-size: 14px;
    font-weight:500;
    font-style: normal;
    font-family: "Inter", sans-serif;
    line-height: 110%;
}
.form-contato .form-label.rq:before{
    color: #fff;
    position: absolute;
    content: " * ";
    top: 0;right: -10px;
}
.form-contato .form-control{
    display: block;
    width: 100%;
    padding: 0.27rem 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1d20;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #141213;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-contato .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #2C583D;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(74, 108, 54);
}
.form-contato .form-control.is-invalid:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #961a1a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(196, 70, 70);
}
.form-contato textarea{
    min-height: 200px;
}
.form-contato .btn-sb-orange{
    width: 140px;
    font-weight: 600;
}
section.contato .info-contato{
    width: 100%;
}
section.contato .info-contato .info-inner{
    display: block;
    width: 400px;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.contato .info-contato .info-inner p,
section.contato .info-contato .info-inner p a{
    color:#fff;
    font-size: 16px;
    font-weight:300;
    font-style: normal;
    font-family: "Inter", sans-serif;
    line-height: 145%;
}
section.contato .info-contato .info-inner p a{
    text-decoration: none;
}
section.contato .info-contato .info-inner p a:focus,
section.contato .info-contato .info-inner p a:hover{
    text-decoration: underline;
}

section.contato .form-contato > .status-content{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;top: 0;
    background-color: #F4F4F4;
    display: none;
    border-radius: 15px;
    padding: 25px 20px 20px 25px;
}
section.contato .form-contato > .status-content > div{
    display: none;
}
section.contato .form-contato > .status-content .text-success{
    color: #0a3622;
}


@media (max-width: 768px) {
    .form-contato textarea{
        min-height: 120px
    }
}
/*------------------ Página não encontrada ------------*/
header.erro-404{
    min-height: 247px;
    background-color: #141213;
    background-position: center center;
    background-image: url("../img/header-contato-bg.png");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
header.erro-404 > .container{
    padding-top: 25px;
    padding-bottom:25px;
    width: 1200px;
    max-width: 100%;
}
header.erro-404 h1{
    color:#D68B35;
    padding-right: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
section.erro-404 .f-header h5{
    color: #D68B35;
    padding-right: 35px;
    text-align: center;
    text-transform: uppercase;
}
section.erro-404 .f-header h5 > span{
    font-weight: 300;
    text-transform: none;
}
section.erro-404 .f-header > div{
    min-width: 50px;
}
section.erro-404 .f-header > div:before{
    content: " ";
    display: block;
    width: 100%;height:0px;
    position: absolute;
    top: 49%;left: 0;
    border-bottom: 1px solid #D68B35;
}
section.erro-404{
    background: radial-gradient(50% 50% at 50% 50%, #1E241E 0%, #141213 100%);
}
section.erro-404 > .container{
    padding-top: 70px;
    padding-bottom: 70px;
    width: 700px;
    max-width: 100% !important;
    min-height: 500px;
}
section.erro-404 h2{
    color:#fff;
}
section.erro-404 p{
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
section.erro-404 ul li{
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
/*---------------------------------- Catálogos ------------*/
header.catalogos{
    min-height: 247px;
    background-color: #141213;
    background-position: center center;
    background-image: url("../img/bg-header-a-v2.png");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
header.catalogos > .container{
    padding-top: 25px;
    padding-bottom:25px;
    width: 1200px;
    max-width: 100%;
}
header.catalogos h1{
    color:#D68B35;
    padding-right: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
header.catalogos p{
    color:#fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
section.catalogos{
    background: radial-gradient(50% 50% at 50% 50%, #1E241E 0%, #141213 100%);
}
section.catalogos > .container{
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 750px;
    width: 700px;
    max-width: 100%;
}
section.catalogos  h2{
    color: white;
}
section.catalogos  ul li{
    display: block;
    margin-bottom:10px;
}
section.catalogos ul li a{
    color: white;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
    padding:10px 5px 10px 5px;
    border: 1px dashed #D68B35;
}
section.catalogos  ul li a > span{
    text-decoration: none;
}
/*---------------------------------- Grantias ----------------------*/
header.garantias{
    min-height: 247px;
    background-color: #141213;
    background-position: center center;
    background-image: url("../img/bg-header-a-v2.png");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
header.garantias > .container{
    padding-top: 25px;
    padding-bottom:25px;
    width: 1200px;
    max-width: 100%;
}
header.garantias h1{
    color:#D68B35;
    padding-right: 35px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
header.garantias p{
    color:#fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
section.garantias{
    background: radial-gradient(50% 50% at 50% 50%, #1E241E 0%, #141213 100%);
}
section.garantias > .container{
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 750px;
    width: 1200px;
    max-width: 100%;
}
/*---------------------------------- Lojas ----------------------*/
header.lojas{
    min-height: 400px;
    background: radial-gradient(50% 50% at 50% 50%, #1E241E 0%, #141213 100%);
}
header.lojas > .container{
    padding-top: 25px;
    padding-bottom:40px;
    width: 1100px;
    max-width: 100%;
}
header.lojas  .info-local{}
header.lojas  .info-local h4{
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
header.lojas  .info-local h4 > span{
    color: #3A7952;
}
header.lojas  .well-form{
    display: block;
    padding: 20px;
    border-radius: 5px;
    background-color: #3A7952;
}
header.lojas  .btn-sb-orange{
    width: 120px;
}
header.lojas  .img-mapa{
    display: block;
    max-width: 100%;
}
section.lojas > .container{
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: 750px;
    width: 1200px;
    max-width: 100%;
}
section.lojas p.title{
    color: #141213;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
section.lojas p.title b{
    font-weight: 600;
}
section.lojas p.local{
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
section.lojas p.local b{
    font-weight: 500;
}

.card-loja{
    display: block;
}
.card-loja h3{
    color:#3A7952;
    text-transform: uppercase;
}
.card-loja p{
    color: #141213;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
.card-loja p a.btn,
.card-loja p b{
    font-weight: 600;
    font-style: normal;
    font-family: "Inter", sans-serif;
}
.card-loja p a.btn{
    font-size: 13px;
    width: 120px;
}

@media (max-width: 768px) {
    header.lojas .img-mapa{
        display: block;
        width: 300px;
        max-width: 100%;
    }
}
/*---------------------------------- Footer ---------------------- */
footer{
   border-top: 3px solid #D68B35;
   background-color:#141213;
}
.footer-bottom{
   position: relative;
   overflow: hidden;
}
footer .footer-bottom > .container{
      position: relative;
      padding-top: 60px;
      padding-bottom: 30px;
}
footer .footer-bottom > .img-placa{
    position: absolute;
    width: 480px;
    display: block;
    left: 50%;bottom:0px;
    margin-left:300px;
}
footer .content-left{
    width: 900px;
    max-width: 100%;
}
footer .info-contato,
footer .info-contato a,
footer address{
    color: #fff;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
footer .info-contato a{
    text-decoration: none;
}
footer .info-contato a:hover{
    text-decoration: underline;
}
footer .nav .nav-item {
  margin-bottom: 8px;
}
footer .nav .nav-item .nav-link{
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0px;
    text-transform: uppercase;
}
footer .nav .nav-item .nav-link::after{
    content: "";
    width: 40px;
    bottom: 0;left: 0;
    position: absolute;
    border-bottom: 1px solid #D68B35;
}
footer .nav .nav-item:hover .nav-link::after{
    width: 80px;
}
footer div.selos{
    width: 240px;
    max-width: 100%;
}
footer div.selos > img:first-child{ width: 90px;}
footer div.selos > img:last-child { width: 90px;}


@media (min-width: 1200px) and (max-width: 1400px) {
    footer .content-left{
        width: 800px;
    }
    footer .footer-bottom > .img-placa{
        width: 350px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    footer .content-left{
        width: 800px;
    }
    footer .footer-bottom > .img-placa{
        width: 350px;
        margin-left: 180px;
    }
    footer div.selos{
      margin-top: 25px;
    }
}
@media (max-width: 992px) {
    footer .footer-bottom > .img-placa{
        display: none;
    }
}

@media (max-width: 768px) {
    footer div.selos{
        width: 190px;
        max-width: 100%;
    }
    footer div.selos > img:first-child{ width: 80px;}
    footer div.selos > img:last-child { width: 80px;}
}
/* --------------------------------- Footer/From news ------------- */
.sc-form-news{
    padding-top:40px;
    padding-bottom: 35px;
}
.form-news{
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 4px;
    min-height: 105px;
    border: 1px solid #2C583D;
    background-color: #2C583D;
    background-repeat: no-repeat;
    background-image: url("../img/bg-form-news.png");
    background-position:left center;
}
.form-news .col-form{
    position: relative;
    min-height: 100px;
}
.form-news .col-label{
    min-height: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-news .col-label p{
    color: #fff;
    font-size:18px;
    font-weight: 300;
}
.form-news .col-label h5{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.form-news  .form-control {
    color: var(--bs-body-color);
    background-color: #fff;
    border: var(--bs-border-width) solid #000000;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Arial, Helvetica, sans-serif;
}
.form-news .form-control::placeholder {
    color: #6b6b6b;
    opacity: 1;
}
.form-news .form-control::-moz-placeholder {
    color: #6b6b6b;
    opacity: 1;
}
.form-news .form-control:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-news .form-control::-moz-placeholder{
    color:#A3A2A2;
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
}
.form-news .form-control::-moz-placeholder{
    color:#A3A2A2;
    opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
}

.form-news .btn-sb-orange {
    width: 100%;
    color:#fff;
    text-transform: uppercase;
}

.form-news{
    position: relative;
}
.form-news .status-content{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;top: 0;
    background-color: #F4F4F4;
    display: none;
    border-radius: 15px;
    padding: 25px 20px 20px 25px;
}
.form-news > .status-content > div{
    display: none;
}
.form-news > .status-content .text-success{
    color: #0a3622;
}

@media(max-width: 1199px) {
    .form-news {
        background-position:left bottom;
    }
}
@media(max-width: 992px) {
    .form-news {
        background-position:left bottom;
    }
}
@media(max-width: 768px){
    .form-news {
        padding-left:25px;
        padding-right:25px;
        background-position:left bottom;
    }
    .form-news .col-form{
        position: relative;
        min-height: 60px;
    }
    .form-news .col-label{
        min-height: 60px;
    }
    .form-news .col-label h5{

    }
}


.form-control::-moz-placeholder {
    font-family: Arial, Helvetica, sans-serif;
}
.form-control::placeholder {
    font-family: Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------------
      Fixed. Whatsapp
 -------------------------------------------------------------------------*/
.fixed-btn-whatsapp{
    position:fixed;
    z-index:900;
    right:10%;
    bottom:25%;
    border:none;
    width:60px;
    height: 60px;
    cursor:pointer;
    border-radius:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fixed-btn-whatsapp svg{
    width:60px;
    height: auto;
}
.fixed-btn-whatsapp svg{
    fill: #fff;
}

@media(max-width: 1600px){
    .fixed-btn-whatsapp{
        right:10px;
        bottom:15px;
    }
}
@media(max-width: 767px){
    .fixed-btn-whatsapp{width:50px;height: 50px}
    .fixed-btn-whatsapp svg{
        width:45px;
        height: auto;
    }
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #1f4405;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #1f4405;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #1f4405;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgb(106, 157, 68);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #1A5A41;
    --bs-pagination-active-border-color: #1A5A41;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.msg-privacidade{
    display: none;
    border-top: 2px solid #D68B35;
    position: fixed;
    left: 0;bottom: 0;
    z-index: 1020;
    width: 100%;min-height:30px;
    background-color: #1a1d20;
}
.msg-privacidade.visible{
    display: block;
}
.msg-privacidade > .container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.msg-privacidade p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
.msg-privacidade .btn-sb-orange{
    width: 200px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
}
