:root {
  --main-color: #F01B1E;
  --secondary-color: #57CD00;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Exo', sans-serif;
    overflow-x: hidden !important;
    background-color: #fff;
}
.wrap {
    padding-top: 20px;
}
a {
    color: #505050;
}
a:focus, a:active {
    outline: none;
}
.bold {
    font-weight: 700;
}
.title {
    color: var(--main-color);
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.title .title-label {
    background: #fff;
    padding-right: 25px;
    white-space: nowrap;
}
.title .underline {
    width: 100%;
    height: 2px;
    background: #ccc;
}
.title .underline:before {
    content: "";
    display: block;
    width: 15%;
    height: 2px;
    background: var(--main-color);
}
#header-top {
    background-color: var(--main-color);
    height: 35px;
    color: #fff;
    padding-block: 5px;
}
#header-top > .container > .row > div {
    display: flex;
    justify-content: end;
    gap: 15px;
}
#header-top * {
    margin-block: 0;
}
#header-top a {
    color: #fff;
}
.nav-fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    background-color: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(20px);
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px 0px;
}
.thumbnail-produto {
    background-image: url(../img/produtos/sample.png);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}
.thumbnail-produto:before {
    content: " ";
    font-size: 1000px;
}
.produto .thumbnail-produto {
    max-height: 226px;
}
.relative {
    position: relative;
}
.breadcrumb {
    background-color: transparent !important;
    font-size: 12px;
    border-radius: 0;
    padding-left: 0;
}
.breadcrumb>li {
    text-transform: uppercase;
}
.btn-xs {
    padding: 2px 7px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.response {
    color: darkred;
    font-size: 12px;
    margin: 5px 0;
    float: left; 
    width: 100%;
}
.input-group .response {
    float: none;
    position: absolute;
    top: 35px;
    left: 0;
}
.data-toggle-visibility {
    border-radius: 0;
}
.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.typeahead-field input {
    height: 50px;
    padding-left: 20px;
    padding-right: 35px;
    border-radius: 5px;
    background: rgba(196,196,196,0.3) !important;
    color: #636363;
}
.typeahead-display {
    white-space: pre-wrap;
}
.typeahead-list {
    padding: 0 !important;
}   
.typeahead-dropdown>li>a, .typeahead-list>li>a {    
    padding: 8px 20px;
}
#toggle-search .fa.fa-search {
    font-size: 16px;
}

.search-expanded {
    position:absolute !important;
    left:0;
    width: 109%;
}
.close-search-expanded {
    height: 40px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 12;
    color: #8B0000;
    font-size: 15px;
}
.search-submit {
    height: 50px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 12;
}
.search-submit:hover, 
.search-submit:focus, 
.search-submit:active,
.close-search-expanded:hover,
.close-search-expanded:focus,
.close-search-expanded:active {    
    background-color: rgba(0, 0, 0, 0);
    outline: none;
}

.slick-next, .slick-prev {
    top: 44%;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.slick-next::before, .slick-prev::before {
    font-family: 'FontAwesome';
    font-size: 18px !important;
    color: var(--main-color) !important;
}
.slick-prev::before {
    content: "\f104";
}
.slick-next::before {
    content: "\f105";
}
.slick-dots li button:before {
    font-size: 10px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #329CD6;
}

.navbar {    
    border-radius: 0;
    background-color: transparent; /*#bfc1d6*/
    border: 0;    
}
.navbar-brand {
    color: #2a3277 !important;
}

#nav-principal {
    transition: all 0.3s ease-in-out;
}
#nav-principal .navbar-nav>li {
    margin-left: -1px;
}
#nav-principal .navbar-nav>li>span {    
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #bfc1d6;
    margin-left: 7px;
}

#nav-principal .navbar-nav>li>a {     
    color: #333;
}
.navbar-nav>.active>a, 
.navbar-nav>.active>a:focus, 
.navbar-nav>.active>a:hover {
    color: #2a3277;
    background-color: #8B0000 !important;
}
.navbar-nav>.open>a {
    color: #fff !important;
    background-color: transparent !important;
}
#nav-principal .navbar-toggle {
    border-color: transparent;
    background-color: var(--main-color);
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.zoom-wrap { 
    overflow: hidden;
}
.zoom-animation {
    transform: scale(0.98);
    transition: all 0.15s linear;
}
.zoom-wrap:hover .zoom-animation {    
    transform: scale(1.00);
}

.wrapper-produto {
    border: 1px solid #EBEBEE;
    border-radius: 7px;
    padding: 20px 20px 24px;
}
.produto {
    /*max-height: 250px;*/
    min-height: 235px;
    margin-bottom: 45px;
    font-size: 12px;
    outline: none;
    text-align: center; 
    cursor: pointer;
    top: 0;
    transition: top 0.1s;
}
.produto:hover .wrapper-produto {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
.produto a {
    text-decoration: none;
}
.produto .categoria {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color);
    text-align: center;
    margin: 25px 0 5px 0;
}
.produto .descricao {
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;    
    font-weight: 400;
    text-align: center;
    color: #6D6D6D;
    line-height: 18px;
    display: block;
    height: 50px;
    overflow: hidden;
}
.produto .codigo {
    color: #006aab;
    text-transform: uppercase;
}
.produto .btn-produto-detalhes {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 50px;
}

#nav-footer {
    padding: 10px 0;    
    margin-bottom: 0;
    margin-top: 15px;
}
#nav-footer li>a {        
    color: #fff;
    text-transform: uppercase;
}

#logo-footer {
    margin: 20px auto 0;
    display: block;
}
#social .fa {
    color: #FFF;
    font-size: 25px;
    cursor: pointer;
    margin-right: 10px;
}
#social .fa-facebook-official {    
    color: #FFF;
    font-size: 25px;
    cursor: pointer;
}
#footer-note {
    background-color: var(--main-color);
    padding: 10px;
    font-size: 10px;
    text-align: center;
    color: #fff;
}
#footer-note p {
    margin: 0;    
    padding: 0;
}
#link-garagemidia {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    margin-top: -15px;
}
.nav-categorias {
    border-bottom: 10px solid darkred;
}

#form-newsletter .response {
    color: #fff;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -25px;
}
#form-newsletter .ajax-response {
    margin-top: 20px;
}

#navbar-search-mobile {
    margin: 0 -15px !important;
    background: var(--main-color);
}
#navbar-search-mobile .typeahead-field input {    
    padding-left: 20px;
    padding-right: 35px;
}

.titulo-rodape {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.subtitulo-rodape {
    font-size: 14px;
    color: #fff;
}
.list-group-rodape {
    list-style: none;
    padding-left: 0;
}
.list-group-rodape-item {
    margin-bottom: 10px;
}
.list-group-rodape-item a {
    color: #333;
}
#links-rodape-redes-sociais i {
    font-size: 25px;
    color: #333;
    margin-right: 20px;
}
#links-rodape-redes-sociais .list-group-rodape i {
    font-size: 18px;
    color: #333;
    margin-right: 5px;
}

#footer {
    background: #fff; 
    padding-top: 25px; 
    padding-bottom: 45px;
    color: #333;
}
.btn-cadastrar-newsletter {
    background: #EA8C00;
    color: #fff;
}
.btn-cadastrar-newsletter:hover {
    background: #EA8C00;
    color: #fff;
}
#form-newsletter .form-group {
    margin-bottom: 25px;
}

.zap2 {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-image: url(../img/layout/btnzap.png);
    background-repeat: no-repeat;
    background-color: #00ec67;
    background-position: 8px 9px;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 10000;
    transition: width 0.6s;
}
.zap2:hover {
    width: 215px;
    cursor: pointer;
}

#chamada-whatsapp {    
    background-color: #000;
    color: #fff;
}
#chamada-whatsapp .col-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    gap: 35px;
}

.btn-whatsapp {
    text-decoration: none;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 8px;
    padding: 12px 50px;
    text-align: center;
    font-size: 18px;
}
.btn-whatsapp:hover {
    text-decoration: none;  
    color: #fff;    
}
.btn-whatsapp i {
    font-size: 18px;
}


@media (max-width: 767px) {    
    #nav-principal {
        margin-bottom: 0;
    }
    #nav-principal .navbar-nav>li {
        border-bottom: 1px solid #ddd;
        padding: 5px;
    }
    #nav-principal .navbar-nav>li>a {
        text-transform: uppercase;
    }
    #navbar {
        background: #eee;
    }
    #navbar .navbar-nav {
        text-align: center;
        margin: 0;
    }   
    .breadcrumb {        
        margin-top: 5px;
    }
    .typeahead-field input {        
        background: rgba(255,255,255,1) !important;
    }
    .title {
        font-size: 22px;
    }
    .title .underline:before {
        width: 35%;
    }
    .navbar-brand img {
        max-height: 25px;
    }
    #footer {
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-footer {
        padding: 15px 0;
        border-bottom: 1px solid #fff;
    }
    .section-footer:last-child {
        border-bottom: 0;
    }
    #links-rodape-redes-sociais {
        text-align: center;
    }
    #links-rodape-aplicativo {
        margin-top: 20px;
    }
    .logo-rodape {
        margin-bottom: 15px;
        margin-inline: auto;
        max-width: 250px;
    }
    .titulo-rodape {
        margin-top: 0;
    }
    #link-garagemidia {
        float: none;    
        color: #E4E33D;    
    }
    .produto {        
        padding: 4px;
        margin-bottom: 15px;
    }
    .produto .descricao {
        font-size: 11px;
    }
    .produto .btn-produto-detalhes {  
        padding: 10px 20px;     
        font-size: 11px;
    }
    .wrapper-produto {
        padding: 20px 10px 24px;
    }
    .btn-whatsapp {    
        padding: 12px 30px;
        display: flex;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }
    #links-rodape-redes-sociais > .titulo-rodape:nth-child(1) {
        text-align: left;
    }
    #links-rodape-redes-sociais .list-group-rodape {
        text-align: left;
        margin-bottom: 70px;
    }
}

@media (min-width: 768px) {  
    .wrap {
        padding-top: 40px;
    }    
    #navbar {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 15px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-brand {
        float: none;
    }
    #nav-principal {
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
    } 
    .nav-fixed {
        border-bottom: 0 !important;        
    }
    #content {
        padding-top: 35px;
    } 
    .navbar-brand {
        display: block;
        height: 100%;
    }
    .navbar-brand > img {
        max-height: 30px;
        margin: 0 auto;
    }    
    #nav-principal .navbar-nav>li>a.active {
        color: var(--main-color);
        font-weight: 700;
    }
    #nav-principal .navbar-nav>li>a.active span {
        border-bottom: 2px solid var(--main-color);
    }
    
    #nav-principal .navbar-nav>li>a:hover,
    #nav-principal .navbar-nav>li>a:focus {
        background: transparent;
    }  
    #navbar-search {
        
    } 
    .typeahead-field input {
        height: 44px;
    }
    .search-submit {
        height: 44px;
    }
    #container-logo-rodape p {
        max-width: 85%;
    } 
    .logo-rodape {
        margin-top: 20px;
        margin-bottom: 20px;
    }    
}

@media (min-width: 992px) {   
    #navbar {
        /*margin-left: 0px;
        margin-right: 0px;*/
        margin-bottom: 0;
    }
    .navbar-header {
        float: left;
    }    
    .navbar-brand {
        float: left;
    }
    .navbar-brand > img {
        margin: initial;
    } 
    #nav-principal .navbar-nav>li>a {
        padding: 18px 20px;
        font-size: 12px;
        text-transform: uppercase;
    }
}

@media (min-width: 1200px) {   
    .navbar-brand > img {
        max-height: 40px;
    }
    #nav-principal .navbar-nav>li>a {
        padding: 23px 23px 23px;
        font-size: 13px;
        text-transform: uppercase;
    }  
    .typeahead-field input {
        height: 50px;
    }  
    .search-submit {
        height: 50px;
    }
    .navbar-brand {
        padding: 15px;
    }
    #navbar-search {
        width: 380px;
    } 
    #navbar-search .form-group,
    #navbar-search .typeahead-field,
    #navbar-search .typeahead-field input {        
        width: 100%;
    }
}

@media (min-width: 1400px) {    
    .container {
        width: 1320px;
    }    
    #nav-principal .navbar-header {
        margin-right: 40px;
    }       
    .navbar-brand > img {
        max-height: 50px;
    }
    #nav-principal .navbar-nav>li>a {
        padding: 28px 24px;
        font-size: 14px;
    }
    #navbar-search {
        margin-top: 13px;
    }
}

@media (min-width: 1921px) {   
    .img-responsive {
        min-width: 100%;
    }
}
