:root {
    --primary: #91a60c;
    --secondary: #314555;
}
.g-recaptcha{transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;}
body{font-family: 'Montserrat', sans-serif;}
.bg-primary{background-color:var(--primary)!important;}
.bg-secondary{background-color:var(--secondary)!important;}
.text-primary{color:var(--primary)!important;}
.text-secondary{color:var(--secondary)!important;}
.line-height{line-height: 0.9!important;}
.btn-outline-primary{color: #FFF!important;background: var(--primary)!important;border: 1px solid var(--primary)!important;border-radius: 2px!important;}
.btn-outline-primary:hover, .btn-outline-primary:focus{color: var(--primary)!important;background: transparent!important;}
.btn-outline-secondary{color: #FFF!important;background: var(--secondary)!important;border: 1px solid var(--secondary)!important;border-radius: 2px!important;}
.btn-outline-secondary:hover, .btn-outline-secondary:focus{color: var(--secondary)!important;background: transparent!important;}
.bg-gray{background: #ebebeb!important;}
.bg-white{background-color: #FFF!important;}
.chevron-left{left: 10px!important;z-index: 10;}
.chevron-right{right: 10px!important;z-index: 10;}
.font-roboto{font-family: 'Roboto', sans-serif;}
.font-heebo{font-family: 'Heebo', sans-serif;}
.font-opensans{font-family: 'Open Sans', sans-serif;}
.font-size-small{font-size: 15px;}
.font-weight-sb{font-weight: 600!important;}
.fixed-top,.fixed-top *{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;-ms-transition:all .4s ease;transition:all .4s ease;background: transparent!important;}
.fixed-top.compact {background-color:#fff!important;}
.icon-small{height: 30px!important;}
.icon-medium{width: 65px!important;}
.icon{width: 55px!important;}
.input{background: #cccccc!important;border: 0!important;font-size: 15px!important;}
#navbar .nav-link.active, #navbar .nav-link:hover{border-bottom: 3px solid var(--primary)!important;}
::placeholder {color: #4c4c4c;}
input:disabled{background: none!important;}
.style-none{color: inherit!important;}
/***********HEADER*****************/
.fixed-top .nav-item .nav-link{color:var(--secondary)!important;font-weight: bold!important;}
.fixed-top .nav-item.active .nav-link{border-bottom: 3px solid var(--primary)!important;}
.navbar-collapse{background: #fff!important;}
.fixed-top.compact #navbar{margin-top: 0!important;}
.icon-socials{width: 35px!important;}
#collapseServicos{background: var(--primary)!important;list-style: none;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;-ms-transition:all .2s ease;transition:all .2s ease;}
#collapseServicos .nav-link:hover, #collapseServicos .nav-link:focus{border: none!important;}
#collapseServicos a{text-decoration: none!important;}
#collapseServicos span:hover, #collapseServicos span:focus{color: var(--secondary)!important;}
/***********HOME*****************/
.bg-home{background: var(--secondary)!important;}
.div-text-banner{width: 500px;position: absolute!important;}
.border-left-primary{border-left: 3px solid var(--primary)!important;}
.border-left-white{border-left: 3px solid #fff!important;}
.icon-rastreamento{width: 100px;}
.carousel-indicators li.active{background: var(--primary)!important;}
.bg-carga-rastreada{background-image: url('../../assets/images/bg-carga-rastreada-min.jpg');}
/***********SOBRE*****************/
.bg-sobre{background-image: url('../../assets/images/bg-sobre-min.jpg');background-color: var(--secondary);background-position: bottom center;background-size: cover;background-repeat: no-repeat;}
.img-frota{background-position: center!important;background-size: cover!important;}
.img-one{background-image: url('../../assets/images/img-01-min.jpg');height: 220px;}
.img-two{background-image: url('../../assets/images/img-02-min.jpg');height: 220px;}
.img-three{background-image: url('../../assets/images/img-03-min.jpg');height: 220px;}
.img-four{background-image: url('../../assets/images/img-04-min.jpg');height: 440px;}
.img-five{background-image: url('../../assets/images/img-05-min.jpg');height: 220px;}
.img-six{background-image: url('../../assets/images/img-06-min.jpg');height: 220px;}
.img-seven{background-image: url('../../assets/images/img-07-min.jpg');height: 220px;}
.img-eight{background-image: url('../../assets/images/img-08-min.jpg');height: 220px;}
/***********SERVIÇOS*****************/
.div-title-servico{position: absolute!important;}
.bg-serv{background-size: cover!important;}
.border-bottom-phones{border-bottom: 2px solid #bcbcbc!important;}
/***********ESTADOS*****************/
.bg-estados{background-image: url('../../assets/images/bg-estados-min.jpg');background-color: var(--secondary);background-position: bottom center;background-size: cover;background-repeat: no-repeat;}
.div-contato-estados{position: absolute!important;}
.estado{fill: #9dba10!important;cursor: pointer!important;}
.circle{fill: transparent!important;height: 60px!important;width: 60px!important;}
.circle-df{fill: #5aab0f!important;}
.text-estado{fill: var(--secondary)!important;font-size: 14px!important;}
#svg-map .estado:hover, #svg-map .estado:focus{fill: var(--secondary)!important;}
#svg-map .estado:hover > .circle, #svg-map .estado:focus .circle{fill: var(--secondary)!important;}
#svg-map .estado:hover > .text-estado, #svg-map .estado:focus .text-estado{fill: #7bba10!important;}
.select-estado{position: absolute!important;}
.fa-times{color: #FFF!important;}
.my-custom-scrollbar {position: relative;height: 250px;overflow: auto;}
.table-scroll-y {display: block;}
.table-scroll-y{height: 250px;overflow:auto;-webkit-scrollbar: #9dba10;} 
.table-scroll-y::-webkit-scrollbar {width: 12px;height: 12px;}
.table-scroll-y::-webkit-scrollbar-track {border: 1px solid #cccccc;border-radius: 10px;}
.table-scroll-y::-webkit-scrollbar-thumb {background: #9dba10;  border-radius: 10px;} 
.modal-estados .table .border-top-none{border-top: none!important;border-bottom: 1px solid #dee2e6;}
/***********CONTATO*****************/
.bg-contato{background-image: url('../../assets/images/bg-contato-min.jpg');background-color: var(--secondary);background-position: bottom center;background-size: cover;background-repeat: no-repeat;}
.form-contato{background: #cccccc!important;font-family: 'Roboto', sans-serif!important;border-radius: 2px!important;}
textarea{background: #f6f1eb!important;border-color: #cebca5!important;padding: 8px!important;color: #4c4c4c!important;font-family: 'Roboto', sans-serif;}
textarea.form-contato {height: auto;}
.form-contato{display: block;width: 100%;height: calc(2.25rem + 2px);padding: .375rem .75rem;font-size: 1rem;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;transition: border-color .15s }
.hr-contato{border-top: 3px solid #fff!important;}
/***********FOOTER*****************/
.bg-footer{background: #91765a!important;}
.hr-footer{width: 100%!important;;border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;}
#input-news{border-radius: 2px!important;}
/***********RESPONSIVE LAYOUT*****************/
@media (min-width: 300px) {
.logo-nav{width: 120px!important;}
#carousel{margin-top: 3.5rem!important;}
.div-text-banner{right: -200px!important;bottom: 10px!important;}
.titulo, .subtitulo-extra{font-size: 15px!important;}
.subtitulo{font-size: 30px!important;}
#form-rastreamento{width: 280px!important;}
#navbar{background: #fff!important;-webkit-box-shadow: 1px 1px 15px 2px rgba(50, 50, 50, 0.4);-moz-box-shadow: 1px 1px 15px 2px rgba(50, 50, 50, 0.4);box-shadow: 1px 1px 15px 2px rgba(50, 50, 50, 0.4);}
.border-left-right{border-left: 0!important;border-right: 0!important;border-top: 1px solid #a4a4a4!important;border-bottom: 1px solid #a4a4a4!important;}
.bg-sobre{margin-top: 3.4rem!important;}
.border-visao{border-left: 0!important;border-right: 0!important;border-top: 1px solid #fff!important;border-bottom: 1px solid #fff!important;}
.border-filial{border-left: 0 !important;border-right: 0!important;border-top: 1px solid #4a4a4a !important;border-bottom: 0!important; padding-top: 8px;}
.bg-servico{margin-top: 3.4rem!important;}
.div-title-servico{bottom: -5px!important;}
.bg-estados{margin-top: 3.4rem!important}
.select-estado{top: -80px!important;right: 165px!important;width: 110px!important;}
#collapseServicos{position: relative!important;top: 0!important;right: 0!important;width: 100%!important;margin-top: 0!important;}
.carousel-caption{position: absolute!important;left: 10px!important;bottom: 2px!important;}
.bg-carga-rastreada{background-position: center!important;}}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
#input-news{width: 280px!important;}
.div-text-banner{right: -155px!important;bottom: 10px!important;}
.titulo, .subtitulo-extra{font-size: 30px!important;}
.subtitulo{font-size: 50px!important;}
#form-rastreamento{width: 370px!important;}
.border-left-right{border-left: 1px solid #a4a4a4!important;border-right: 0!important;border-top: 0!important;border-bottom: 0!important;}
.border-filial{border-left: 1px solid #4a4a4a !important;border-right: 0!important;border-top: 0 !important;border-bottom: 0!important;}
.div-title-servico{bottom: -30px!important;}
.select-estado{top: -25px!important;right: -40px!important;width: 180px!important;}
.carousel-caption{left: 30px!important;bottom: 30px!important;}}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
#input-news{width: 320px!important;}
.div-text-banner{right: -120px!important;bottom: 20px!important;}
.border-left-right{border-left: 1px solid #a4a4a4!important;border-right: 1px solid #a4a4a4!important;border-top: 0!important;border-bottom: 0!important;}
.bg-sobre{margin-top: 4.4rem!important;}
.border-visao{border-left: 1px solid #fff!important;border-right: 1px solid #fff!important;border-top: 0!important;border-bottom: 0!important;}
.bg-servico{margin-top: 4.4rem!important;}
.div-title-servico{bottom: -10px!important;}
.bg-estados{margin-top: 4.4rem!important}
.select-estado{top: -20px!important;right: -60px!important;width: 210px!important;}
.carousel-caption{left: 80px!important;bottom: 60px!important;}
.bg-carga-rastreada{background-position: center left!important;}
.icon-rastreamento{margin-top: 150px!important;}}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.fixed-top.compact{-webkit-box-shadow: 1px 1px 15px 2px rgba(50, 50, 50, 0.4);-moz-box-shadow: 1px 1px 15px 2px rgba(50, 50, 50, 0.4);box-shadow: 1px 1px 15px 2px rgba(50, 50, 50, 0.4);}
.fixed-top.compact .logo-nav{width: 150px!important;}
#navbar{margin-top: 30px!important;border-radius: 10px!important;background: #fff!important;-moz-border-radius: 7px!important;-webkit-border-radius: 7px!important;box-shadow: 0 -5px 1px rgba(255, 255, 255, 0.3)!important;-webkit-box-shadow: 0 -5px 1px rgba(255, 255, 255, 0.3)!important;-moz-box-shadow: 0 -5px 1px rgba(255, 255, 255, 0.3)!important;}
.fixed-top.compact #navbar{-moz-border-radius: none!important;-webkit-border-radius: none!important;box-shadow: none!important;-webkit-box-shadow: none!important;-moz-box-shadow: none!important;}
.logo-nav{width: 170px!important;}
#input-news{width: 280px!important;}
.titulo, .subtitulo-extra{font-size: 35px!important;}
.subtitulo{font-size: 60px!important;}
#carousel{margin-top: 0!important;}
#form-rastreamento{width: 420px!important;}
.div-destaque{bottom: 60px!important;}
#collapseServicos{position: absolute!important;top: 75px!important;left: -50px!important;width: intrinsic!important;width: -o-max-content!important;width: -moz-max-content!important;width: -ms-max-content!important;width: -webkit-max-content!important;}
.bg-sobre{margin-top: 0!important;}
.div-title-servico{bottom: -20px!important;}
.bg-servico{margin-top: 0!important;}
.bg-estados{margin-top: 0!important}
.div-contato-estados{bottom: 90px!important;left: 8px!important;}
.select-estado{top: -20px!important;right: -60px!important;width: 180px!important;}
.div-text-banner{right: -100px!important;bottom: 20px!important;}
.carousel-caption{left: 125px!important;}}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
#input-news{width: 350px!important;}
.div-text-banner{right: -60px!important;bottom: 30px!important;}
.carousel-caption{left: 185px!important;bottom: 80px!important;}
.div-title-servico{bottom: 0!important;}
.div-contato-estados{left: 38px!important;}
.select-estado{top: -50px!important;right: -80px!important;width: 220px!important}}
@media (min-width: 1400px) {
.select-estado{top: 0!important;}}