/*### GENERAL ###*/
* {
    padding:0;
    margin:0;
    vertical-align:baseline;
    list-style:none;
    border:0
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none !important;
}
@font-face {
    font-family: 'dinpro';
    src: url('../fonts/Dinpro.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'dinpro-medium';
    src: url('../fonts/dinpro-medium.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'dinpro-bold';
    src: url('../fonts/dinpro-bold.ttf') format('truetype');
    font-weight: bold;
}
:root{
    --brown-color: #DB812D;
    --blue-color: #154C82;
    --bold-font: 'dinpro-bold';
    --medium-font: 'dinpro-medium';
}
body {
    font-family: 'dinpro';
    font-size: 16px;
}

.font-bold{
    font-family: 'dinpro-bold';
}
.font-normal{
    font-family: 'dinpro';
}
.font-medium{
    font-family: 'dinpro-medium';
}

.white{
    color: white !important;
}

.gray{
    color: #5C5C5C;
}

.blue{
    color: var(--blue-color);
}

/* header */


header {
    /* background-color: transparent; */
    /* background-image: url('../img/bg-header.svg'); */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover;
    -o-background-size: cover; */
    /* background-size: cover; */
    background-color: #db812d;
}



header .navbar-collapse{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

header .navbar-collapse .social{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    /* margin-left: 19rem; */
}

header .navbar-collapse .social  li.redes a{
    padding: .3rem;
}


header .navbar-collapse .social li a,
header .nav-link{
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    line-height: 16px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    font-family: 'dinpro-medium';
    font-size: 1.1rem;
}

header .navbar-collapse .social li a svg path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

header .navbar-collapse .social li:hover a svg path{
    fill: #154C82;
}

header .navbar-nav .nav-item .nav-link{
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

header .navbar-nav .nav-item .nav-link::after{
    display: block;
    content: '';
    width: 80%;
    height: 5px;
    background: url('../img/title-bar.png');
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    position: relative;
    top: 6px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

header .navbar-nav .nav-item:hover .nav-link::after{
    opacity: 1;
}

header .navbar-nav .nav-item .nav-link::after {
    display: block;
    content: '';
    width: 80%;
    background-color: var(--blue-color);
    height: 3px;
    position: relative;
    top: 6px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

span.box-search {
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: white;
}

span.box-search input, span.box-search button{
    background-color: transparent;
    color: white;
    font-size: 1.1rem;
    margin-right: 7px;
}

span.box-search input{
    color: black !important;
}   

span.box-search input:focus, span.box-search button:focus{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}   
#buscar-header::placeholder {
    color: #fff;
    font-size: 16px;
  }
/* ### VITRINE ### */

section.vitrine .carousel-control-prev {
    left: 0;
    background-color: var(--brown-color);
    width: 60px;
    height: 100px;
    -webkit-border-radius: 0px 15px 15px 0px;
       -moz-border-radius: 0px 15px 15px 0px;
            border-radius: 0px 15px 15px 0px;
    opacity: 1;
    top: 40%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
 .carousel-control-next {
    background-color: var(--brown-color);
    width: 60px;
    height: 100px;
    -webkit-border-radius: 15px 0px 0px 15px;
       -moz-border-radius: 15px 0px 0px 15px;
            border-radius: 15px 0px 0px 15px;
    opacity: 1;
    top: 40%;
    right: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.carousel-indicators li{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #D7D7D7;
}

.carousel-indicators{
    bottom: -68px;
    
}

.carousel-indicators .active{
    background-color: var(--brown-color);
}

/* ### O SHOPPING ### */
section.o-shopping{
    padding: 5% 0;
}
.section__title{
    color: var(--brown-color);
    font-size: 2rem;
    text-transform: uppercase;
    display: inline-block;
}

.section__title::before, .section__title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1em;
    height: 0.05em;
    background-color: var(--brown-color);
    left: -1.2em;
  }
.section__title::after {
    left: initial;
    right: -1.2em;
}

.content__text{
    color: #4F4F4F;
    line-height: 2rem;
    font-size: 1.1rem;
}

.link-btn {
    width: 230px;
    height: 40px;
    background-color: var(--brown-color);
    color: white;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    margin-top: 2rem;
}

.link-btn:hover {
    background-color: transparent;
    color: var(--brown-color);
    border: 1px solid var(--brown-color);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}

.bg-shopping, .bg-servicos {
    background-image: url('../img/bg-carousel.png');
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 2rem;
}

 img.carousel-item-img{
    -webkit-border-radius: 100px 5px 5px 5px;
       -moz-border-radius: 100px 5px 5px 5px;
            border-radius: 100px 5px 5px 5px;
}

/* ### NOSSAS LOJAS ### */
section.lojas{
    padding: 5% 0;
    background-image: url('../img/bg-loja.png');
}
section.lojas .section__title::before, section.lojas .section__title::after {
    background-color: white;
}

section.lojas .box-search{
    background-color: #fff;
    color: #AFAFAF;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    width: 380px;
    max-width: 100%;
}   

section.lojas .box-search button{
    color: #4F4F4F;
}

section.lojas .box-search input, section.lojas select, section.lojas-intern select{
    color: black;
    width: 100%;
    height: 42px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

section.lojas select, section.lojas-intern select{
    color: var(--brown-color);
}

.blue-btn {
    width: 14rem;
    height: 42px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: white;
    background-color: var(--blue-color);
}
section.lojas .blue-btn{
    width: 100%;
}
.blue-btn:hover {
    opacity: .9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

section.lojas .item{
    height: 220px;
    width: 266.25px;
}

section.lojas .item .card{
    height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: var(--blue-color) !important;
}

.owl-theme .owl-dots .owl-dot span{
    background-color: #d7d7d7 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 2rem !important;
}

section.lojas .link-btn{
    background-color: transparent;
    border: 1px solid white;
}

section.lojas .link-btn:hover{
    background-color: var(--blue-color);
    border: none;
    color: white;
}

/* ### SERVICOS ### */
section.servicos{
    padding: 5% 0;
}
.bg-servicos {
    background-image: url('../img/bg-servicos.png');
}

section.servicos .content__text{
    font-size: 1rem;
}

/* ### INSTAGRAM ### */
section.instagram {
    padding: 5% 0;
}

section.instagram .section__title::after, section.instagram .section__title::before {
    content: none !important;
}
section.instagram .section__title{
    font-size: 2.2rem !important;
}

/* ### LOCAL ### */
section.local iframe{
    width: 100%;
    height: 400px;
}

.local-red {
    background-color: rgba(237, 32, 39, 0.76);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2% 4%;
    -webkit-border-radius: 0px 0px 10px 10px;
       -moz-border-radius: 0px 0px 10px 10px;
            border-radius: 0px 0px 10px 10px;
    margin: auto;
    position: relative;
    z-index: 1;
    bottom: -5.2rem;
}

/* ### FOOTER ### */
footer{
    background-color: #333333;
    padding: 4% 0;
}
footer .footer-link{
    margin-bottom: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'dinpro-medium';
}

.menu__footer-list {
    border-left: 4px solid #DB812D;
    padding-left: 1rem;
}
.content__footer h5{
    color: white;
}

/* ### LOJAS INTERNA ### */
section.lojas-intern, section.servicos-intern{
    padding: 5% 0;
}

section.lojas-intern span.box-search{
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #afafaf;
    background-color: #f9f9f9;
    height: 52px;
}

section.lojas-intern span.box-search button{
    color: #afafaf;
}

section.lojas-intern .blue-btn {
    width: 100%;
    height: 52px;
}

section.lojas-intern select{
    background-color: #f9f9f9;
    height: 52px;
}
.loja-item {
    background-color: #154C82;
    padding: 2% 2%;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.loja-item img{
    width: 69px;
    height: 69px;
}
.loja-item p, .loja-item span{
    font-size: 1.2em;
}
.page-item.active .page-link {
    background-color: #154c82;
    border: none;
}
.page-link {
    color: #154c82;
    background-color: #fff;
    border: none;
}

/* ### NOTICIAS ### */
section.noticias .owl-carousel .item{
    height: 100%;
    border-radius: .4rem;
}
section.noticias .owl-dots.disabled{
    display: block !important;
}
section.noticias .card-body {
    height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-body img {
    width: 100%;
}
.card-title{
    font-family: 'dinpro-bold';
}
.btn-ver-mais {
    color: var(--brown-color);
    border: 1px solid var(--brown-color);
    padding: 2% 8%;
    border-radius: 10px;
}
.btn-ver-mais:hover {
    background-color: var(--blue-color);
    color: white;
    transition: all .1s;
    border-color: var(--blue-color);
}
/* ### SERVICOS INTERNA ### */
.service__divisor{
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--brown-color);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}
.services-intern-2>div{
    padding: 5% 3%;
    background-color: var(--blue-color);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
.content__service>div{
    border-left:2px solid white;
    padding: 10px;
    margin-bottom: 15px;
}

/* ### NOTICIAS INTERNA ### */
section.news-intern{
    padding:5% 0;
}
small{
    font-size: 1em;
}
h2.subtitle{
    
}
/* ### MEDIAS QUERIES ### */

@media (max-width: 991px){
    header{
        background: #db812d;
        background-image: none;
    }
    header .navbar-collapse ul{
        margin: 0 auto;
    }
    header .navbar-collapse ul.social{
        margin-bottom: 15px;
        padding-left: 65px;
    }
    header .navbar-collapse .social{
        margin-left: auto;
    }
    .content__footer {
        text-align: center;
        margin-top: 1rem;
    }
    .loja-item p, .loja-item span{
        font-size: 1.4rem;
    }
    .loja-item {
        padding: 10% 4%;
        margin-left: 1em;
        margin-right: 1em;
    }
    .nav-item{
        margin: 0 !important;
    }
    .redes-content{
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px){
    header .navbar-collapse ul.social{
        padding-left: 20px;
    }
    section.vitrine .carousel-control-next, section.vitrine .carousel-control-prev{
        width: 35px;
        height: 70px;
        top: 21%;
    }
    .section__title{
        margin-top: 3rem;
    }
    .bg-shopping{
        margin-top: 2rem;
    }
    .bg-shopping {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    img.carousel-item-img{
        -webkit-border-radius: 50px 5px 5px 5px;
           -moz-border-radius: 50px 5px 5px 5px;
                border-radius: 50px 5px 5px 5px;
    }

    .local-red {
        bottom: -4rem;
    }
    .lojas-row {
        padding: 0 1em;
    }
    section.lojas .item {
        height: 180px;
    }
    
}

@media(min-width: 992px){
    header .navbar-collapse{
        margin-bottom: 2rem;
    }
    .navbar-brand{
        margin-left: 7rem;
    }
    
    /* header {
        position: absolute;
        top: 0;
        z-index: 1000;
        width: 100%;
    }
  */
    
}

@media(min-width:1700px){
    .local-red{
        bottom: -6.1rem;
    }
    #logoTop{
        max-width: 100% !important;
    }
}

@media(min-width: 1700px){
    header{
        height: 150px;
    }
}

li.list__item {
    list-style-type: disc;
}

li.list__item::marker {
    color: var(--brown-color);
    font-size: 1.5em;
}


html{
    scroll-behavior: smooth;
}

#btn-back-to-top {
    position: fixed;
    bottom: 54px;
    right: 20px;
    display: none;
    z-index: 100000;
    border-radius: 50%;
    color: #fff;
    border: none;
    transition: .4s;
    background-color: var(--blue-color);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

#btn-back-to-top:hover {
    transform: scale(1.2);
}
.copyright{
    background-color: #333333;
}

 .content__service a {
    text-decoration: underline !important;
    text-decoration-color: #db812d !important;
    color: #FFF;
}

.owl-carousel.owl-drag .owl-item{
    display: flex !important;
    justify-content: center !important;
}