html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    scrollbar-color: #F18506 #fff;
    scrollbar-width: thin;
}

select {
    scrollbar-color: #F18506 #fff;
    scrollbar-width: thin;
}

html::-webkit-scrollbar,
select::-webkit-scrollbar {
    width: 5px;
}

html::-webkit-scrollbar-track,
select::-webkit-scrollbar-track {
    background: #fff;
}

html::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb {
    background: #F18506;
    border-radius: 10px;
}

header {
    background-color: #353432;
    top: 0;
    z-index: 99;
    position: sticky;
    width: 100%;
    transition: 1s;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.container-padding {
    padding: 80px 15px;
}

.container-padding-home {
    padding: 30px 15px;
}

.titulo {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 46px;
    line-height: 65px;
    color: #F18506;
}

.titulo span {
    font-weight: 200;
}

.subtitulo {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #808080;
}

.border-right {
    border-right: 1px solid #F18506;
}

.mapa-contato {
    height: 450px;
}

.linha-topo {
    display: none;
    align-content: center;
    height: 25px;
    background-color: #F18506;
}

.linha-topo .row {
    justify-content: end;
}

.linha-topo a {
    transition: 0.4s;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #F0F2EF;
}

.linha-topo a:hover {
    opacity: 0.75;
}

.linha-img {
    height: 16px;
}

.menu-item {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF99;
}

.img-header {
    width: 100%;
    transition: 1s;
    height: 85px;
}

.navbar {
    transition: 1s;
}

.header-fixo {
    transform: translate(0, -25px);
}

.header-fixo .navbar {
    transform: scale(.85);
    height: 90px;
}

.h-10px {
    height: 10px !important;
}

.menu-item.active {
    color: #F18506 !important;
}

.menu-item.contato {
    transition: 0.4s;
    border: 1px solid #F18506;
    color: #F18506;
    padding-right: 40px !important;
    padding-left: 40px !important;
}


.menu-item:hover {
    color: #F18506;
}

.menu-item.contato:hover {
    color: #fff;
    background-color: #F18506;
}

.navbar-collapse {
    transition: all 0.4s ease-out 0s;
    justify-content: end;
    align-self: center;
}

.navbar-toggler {
    transition: 0.4s;
    box-shadow: none !important;
    border-radius: 0;
    border-color: #F18506;
}

.navbar-expandido .navbar-toggler {
    background: #F18506;
    color: #fff;
}

.subtitulo-header {
    text-align: right;
    color: #204978;
    margin: 0;
}

.bi-x::before,
.bi-list::before {
    font-size: 30px;
}

.bi-list {
    color: #F18506;
}

.bi-list::before {
    rotate: 0deg;
    transition: 0.6s;
}

.bi-x::before {
    rotate: 90deg;
    transition: 0.6s;
}


.banner-interno {
    max-height: 450px;
    object-fit: cover;
}

.btn-banner {
    width: 7px !important;
    height: 7px !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
    align-self: center !important;
}

.btn-banner:hover {
    opacity: 0.75;
}

.carousel-indicators .active {
    transition: 0.6s;
    background-color: #fff !important;
}

.carousel-caption {
    top: 100px;
}

#bannerMobile .carousel-caption {
    display: flex;
    align-items: center;
}

#bannerMobile .titulo-banner {
    text-align: center;
}

.titulo-banner {
    font-size: 38px;
    font-weight: 200;
    text-align: right;
}

.texto-banner {
    width: 65%;
}

.contatoInterna {
    box-shadow: 0px -10px 10px rgb(0 0 0 / 10%);
    background-color: #f8f8f8;
}

.owl-carousel-produto .owl-nav {
    top: -100px;
    position: relative;
}

#produto img {
    height: 375px;
    object-fit: cover;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#produto .owl-carousel-produto img {
    max-height: 350px;
}

.produto-destacado {
    background-color: #f8f8f8;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 25%);
}

.btn-produto {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: 15px;
    left: 5%;
    transition: all 0.6s;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    padding: 15px 10px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%) !important;
    border-radius: 5px;
    background: #F18506;
    text-decoration: none !important;
    color: #fff;
    border: 1px solid #F18506;
    justify-content: center;
}

.btn-produto:hover {
    background-color: white;
    transform: scale(1.025);
    color: #F18506;
    border: 1px solid #F18506;
}

#topico {
    background-color: #f8f8f8;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.1);
}

.descricao,
.descricao p,
.descricao a {
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 13px;
    color: #8E8E8E;
    text-align: justify;
}

.descricao a {
    transition: 0.6s;
}

.descricao a:hover {
    opacity: 0.9;
    color: #F18506;
}

.btn-padrao {
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #F18506;
    border-radius: 3px;
    align-self: end;
    width: 200px;
    padding: 10px;
    border: 1px solid #F18506;
}

.btn-padrao:hover {
    color: #fff;
    background-color: #F18506;
    border: 1px solid #fff;
}

.owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 1rem;
}

.owl-carousel-fabricacao img {
    height: 400px !important;
    object-fit: cover !important;
}

.owl-dot {
    transition: 0.6s;
    width: 12px !important;
    height: 12px !important;
    background: #fff !important;
    margin: 5px;
    border-radius: 25px;
    border: 1px solid #F18506 !important;
}

.owl-dot.active {
    background-color: #F18506 !important;
}

#fabricacao {
    background-color: #f8f8f8;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

#representante .owl-carousel .item {
    height: 100px;
}

.svg-mapa a:hover path {
    filter: brightness(0.75);
}

.svg-mapa a {
    fill: #fff;
    filter: drop-shadow(0px 0px 2px black);
}

.svg-mapa a path {
    transition: 0.4s;
}

#representante img {
    transition: 0.4s;
}

#representante img:hover {
    transform: scale(1.075);
}

.owl-next,
.owl-prev {
    transition: 0.6s;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
    background-color: #F18506 !important;
}

.owl-next:hover,
.owl-prev:hover {
    border: 1px solid #F18506 !important;
    background-color: #fff !important;
}

.owl-next:hover span,
.owl-prev:hover span {
    color: #F18506;
}

.owl-next span,
.owl-prev span {
    color: white;
    font-size: 40px;
    margin-bottom: 20%;
}

.owl-next {
    float: right;
    position: relative;
    top: -125px;
    right: -10px;
}

.owl-prev {
    left: -10px;
    position: relative;
    top: -75px;
}

#blog {
    background: #FBFBFB;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15)
}

#blog .subtitulo {
    max-width: 125px;
}

.data-blog-quadrado {
    background: #F18506;
    height: 65px;
    width: 75px;
    position: relative;
    top: 35px;
    z-index: 3;
    left: 35px;
    justify-content: center;
    display: flex;
}

.data-blog {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    align-self: center;
    color: #fff;
    margin: 0;
}

.card-img-top {
    padding: 10px;
}

.card-blog {
    border-radius: 0;
}

.titulo-blog {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    align-self: baseline;
    color: #F18506;
}

.input-contato {
    background: #FFFFFF;
    border: 1.9px solid #7e7e7e73;
    border-radius: 0;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #7E7E7E;
    font-size: 14px;
}

.input-contato::placeholder,
.form-select,
.form-check {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #7E7E7E;
    font-size: 14px;
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #F18506;
    border-color: #F18506;
}

.form-select {
    height: 40px;
    border: 1.9px solid #7e7e7e73;
}

.form-esquerda,
.form-direita {
    width: 49%;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='gray' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-direita {
    float: right;
}

.form-esquerda {
    float: left;
}

.input-mensagem {
    resize: none;
    margin-top: 125px;
    height: 125px;
}

#rodape {
    background: #353432;
}

#rodape a {
    text-decoration: none !important;
}

#rodape .col-12 {
    padding: 0 25px;
}

#rodape .col-12:first-child {
    padding: 0 10px;
}

.titulo-rodape {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.subtitulo-rodape {
    font-size: 20px;
    font-weight: 300;
    text-align: right;
    color: #1E4878;
    background: #DBDCE5;
    font-family: 'Kanit', sans-serif;
}

.descricao-rodape {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #DADADA;
}

.ul-rodape {
    list-style: none;
    padding: 0;
}

.ul-rodape li {
    margin-top: 5px;
    transition: 0.4s;
}

.ul-rodape li:hover,
.ul-rodape li:hover a {
    opacity: 0.75;
    color: #f9b669;
}

.ul-rodape li a {
    transition: 0.4s;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #DADADA;
}

.ul-rodape li .active-rodape {
    color: #f9b669;
    opacity: 0.5;
}

.ul-produto li {
    max-width: 75%;
}

.icone-social {
    transition: 0.4s;
    width: 40px;
    height: 40px;
    background: #F18506;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
}

.icone-social:hover {
    opacity: 0.75;
}

.icone-social a {
    display: grid;
    align-items: center;
}

#dpo .input-mensagem {
    margin-top: 75px;
}

.lgpd-link {
    transition: 0.6s;
    color: #f18506;
}

.lgpd-link:hover {
    color: #000;
}

.grecaptcha-badge {
    bottom: 150px !important;
}

.privacidade-cookies {
    display: none;
    position: fixed;
    z-index: 99;
    border-radius: 5px;
    margin: auto;
    bottom: 0px;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
}

.text-white p {
    color: #FFF !important;
}

.privacidade-cookies .container {
    background: rgb(0 0 0 / 75%);
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    padding: 1em;
}

.privacidade-cookies .descricao,
.privacidade-cookies a,
.privacidade-cookies h1 {
    color: #FFFFFF !important;
}

.privacidade-cookies a.privacidade-cookies-btn {
    padding: 0.5em;
    border: solid 1px #FFFFFF;
    cursor: pointer;
    transition: 1s all;
}

.privacidade-cookies-link {
    transition: 0.4s;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: 'Nunito Sans';
    FONT-WEIGHT: 600;
    font-size: 12px;
}

.privacidade-cookies-link:hover {
    opacity: 0.5;
}

.privacidade-cookies a.privacidade-cookies-btn:hover,
.privacidade-cookies a.privacidade-cookies-btn:focus {
    color: #8a8a8a !important;
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
}

.paginacao {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #F18506;
}

.paginacao li {
    list-style: none !important;
}

.paginacao .paginacao-busca {
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #F18506;
    margin: 0 5px;
    color: #F18506;
    transition: all 0.5s;
}

.paginacao .paginacao-busca:hover {
    background-color: #F18506;
    border: 1px solid #fff;
    color: #fff;
    transform: scale(1.20);
}

.paginacao-busca.pagina:hover {
    background-color: #fff;
    border: 1px solid #F18506;
    color: #F18506;
    transform: scale(1.20);
}

.paginacao .pagina {
    background-color: #F18506;
    color: #fff;
}

.numero-pagina,
.numero-pagina a {
    text-decoration: none !important;
}

.paginacao-icon svg {
    width: 25px;
    height: 25px;
}

.paginacao-left .paginacao-icon svg {
    transform: rotateY(180deg);
}

.paginacao-icon svg:hover {
    fill: #fff;
}

.img-header,
#rodape img {
    filter: contrast(1.25);
}

.subtitulo-rodape {
    background-color: #fff;
}