/********** Template CSS **********/
:root {
    --primary: #DE4F04;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

@font-face {
    font-family: 'MundialBlack';
    src: url('../MundialBlack.woff2') format('woff2'),
    url('../MundialBlack.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MundialDemibold';
    src: url('../MundialDemibold.woff2') format('woff2'),
        url('../MundialDemibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'MundialBold';
    src: url('../MundialBold.woff2') format('woff2'),
        url('../MundialBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'MundialRegular';
    src: url('../MundialRegular.woff2') format('woff2'),
    url('../MundialRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

a {
   
    text-decoration: inherit !important;
}

#menu-topo{
    display: block;
}

#menu-topo1{
    display: none;
}

.wrap-marca {
    background: #fff;
    padding: 30px;
    text-align: center;
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 1px 3px 11px -6px #333333;
}

.wrap-marca img {
    vertical-align: middle;
}

.marca p {
color: #fff;
    opacity: 1;
    font-size: 18px;
}

.title-marcas{
    color: #fff;
}

.wrap-marcas{
    width: calc(100% - 500px);
    max-width:900px;
    position: absolute;
    right: 20px;
}

.navbar-expand-lg .navbar-nav {

    padding-left: 14px !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

body{
    font-family: "MundialRegular", sans-serif !important;
}


.fechar{
border-radius: 20px;
    width: 29px;
    background: #fff;
    color: #555;
    border: 1px solid #555;
}

.modal-title {
    font-weight: 600;
}

.box {
    box-shadow: 1px 1px 21px 1px #ebe8e8;
    border-radius: 12px;
    margin: auto;
    padding: 40px;
    width: 30%;
}

.box p {
    font-size: 20px;
    color: #585858;
}

.display-2{
    position: relative;
    top: -38px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.navbar-brand {
    float: left;
    padding-right: 0px !important;
}

.fundo-topo {
    height: 74px;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.bg-cinza{
    background: #585858;
}

.fundo{
    background-image: url(../img/sobre2.jpg);
    background-size: cover;
    height: 90vh;
    background-repeat: no-repeat;
}

.fundo1{
    background-image: url(../img/frota.jpg);
    background-size: cover;
    height: 80vh;
    background-repeat: no-repeat;
}

.fundo-empresa{
    background-image: url(../img/empresa.gif);
    background-size: cover;
    height: 80vh;
    background-repeat: no-repeat;
}

.fundo-empresa1{
    background-image: url(../img/empresa2.jpg);
    background-size: cover;
    height: 80vh;
    background-repeat: no-repeat;
}

.empresa {
    color: #fff;
    text-align: right;
    padding-left: 0px;
    font-size: 24px;
    font-weight: 400;
    width: 59%;
    float: right;
    padding-top: 180px;
}

.tit-contato {
    font-size: 42px;
    color: #DE4F04;
    position: absolute;
    top: 68px;
    z-index: 9;
    left: 70px;
    width: 300px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -1px;
}

.tit-ouvidoria {
    font-size: 42px;
    color: #DE4F04;
    position: absolute;
    top: 68px;
    z-index: 9;
    left: 70px;
    width: 300px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -1px;
}

.breadcrumb {
    margin-bottom: 10px;
    margin-left: 15px;
        font-size: 12px;
}

.breadcrumb-item a {
    color: #de4f04 !important;
}
.title-h1{
    font-size: 85px;
    color: #ef4a36;

}

.tit-vaga{
    font-size: 32px;
}

.title-h1-1{
    font-size: 65px;
    color: #585858;
    text-align: center;
}

.title-vagas {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-top: -40px;
    color: #1a2a36;
    padding-left: 30px;
}

select {
    word-wrap: normal;
    padding: 10px;
    border: transparent;
    border-radius: 8px;
    /* background: #FFD300; */
    color: #979797;
}



.card {
    /* width: 300px; */
    min-width: 358px;
    height: auto;
    background: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    margin: 6px;
    min-height: 166px;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0, .08);
}

.card:hover {
  transform:translate(0, -10px);
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card h4 {
  position:absolute;
  left: 0;
  top: 0;
  padding: 15px;
}

.card i {
  position:absolute;
  right: 0;
  top: 0;
  padding: 15px;
  font-size:1.4rem;
  line-height:3.2rem;
}

.card .card-text {
    padding: 20px;
    padding-top: 90px;
}

p {
  font-size: .8rem;
  opacity: .6;
  margin-top: 10px;
}

.card-text p{
    color: #000;
}

.card-text h2 {
    color: #fff;
    font-size: 24px;
}

.card1{
    background: #FFD300 !important;
}


.card2{
    background: #FFAE00 !important;
}

.card3{
    background: #FF8800 !important;
}

.card4{
    background: #FF5900 !important;
}

.card5{
    background: #ff1e00 !important;
}

.card6{
    background: #FF8800 !important;
}

.card7{
    background: #FFAE00 !important;
}

.card {
   
    border: transparent;
 
}

.card .card-img {
  transform: translate(90px,-10px);
  margin: 0 30px;
  display:flex;
  align-items: center;
  justify-content:center;
  transition: all .35s ease-out;
}

.card img {
    height: 55px;
    /* display: block; */
    /* margin-bottom: 10px; */
}
.card img.blur {
  position:absulute;
  filter:blur(15px);
  z-index:-1;
  opacity:.40;
  transform: translate(-160px,30px);
  transition: all .35s ease-out;
}

.card:hover .card-img {
  transform:translate(70px,-15px);
}

.card:hover .card-img img.blur {
  transform:translate(-100px,35px) scale(.85);
  opacity:.25;
  filter:blur(20px);
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    padding-top: 0px;
    padding-right: 50px;
    scroll-behavior: smooth;
}

.card-content::-webkit-scrollbar {
   height:0px;
}

.card-content:after {
  content:'';
  display:block;
  min-width:20px;
  height:100px;
  position:relative;
}

.card1-1{
    background-image: url(../img/carnes.jpg);
    height: 300px;
    background-size: cover;
}

.card1-1:hover {
  
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card2-2{
    background-image: url(../img/leite.jpg);
    height: 300px;
    background-size: cover;
}

.card2-2:hover {
  
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card3-3{
    background-image: url(../img/veganos.jpg);
    height: 300px;
    background-size: cover;
}

.card3-3:hover {
  
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card4-4{
    background-image: url(../img/embutidos.jpg);
    height: 300px;
    background-size: cover;
}

.card4-4:hover {
  
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card5-5{
    background-image: url(../img/bebidas.jpg);
    height: 300px;
    background-size: cover;
}

.card5-5:hover {
  
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card6-6{
    background-image: url(../img/carnes.jpg);
    height: 300px;
    background-size: cover;
}

.card6-6:hover {
  
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.card7-7{
    background-image: url(../img/carnes.jpg);
    height: 300px;
    background-size: cover;
}

.card7-7:hover {
  
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.sessoes{
    padding: 50px 0px;
}

.tag1 {
    position: absolute;
    bottom: 15px;
    background: #ef4b37;
    padding: 5px 10px;
    border-bottom-left-radius: 15px;
}

.missao{
    width: 100%;
    display: block !important;
    text-align: center;
}

.missao1 {
    padding-top: 20px;
}

.missao1 h5 {
    font-weight: 600;
}

.missao1 p{
    font-size: 18px;
    color: #000;
}

.slider {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 100%;
    height: 41vh;
    overflow: hidden;
}

.hide-xs{
    display: block !important;
}
.hide-lg{
    display: none !important;
}

.btn-new{
  min-width:60px;
  margin:auto 30px;
  height:60px;
  border-radius:20px;
  background:#fff;
  border:0px;
  outline:none;
  cursor:pointer;
  z-index:9999;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,.08);
  transition: all .25s ease;
}

.btn-new:hover{
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
}

.btn-new i {
  font-size:1.2rem;
}

.btn-empresa{
    position: absolute;
    right: 0px;
}

.detalhe{
    color: #000;
    font-size: 21px;

}



.icone-download {
    margin-top: -6px !important;
    background: #fff;
    padding: 9px;
    margin-left: 11px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 14px;
    height:37px;
}

/*** Button ***/


.bg-primary {
      background-color: #de4f04 !important;
}

.btn-marcas {
    background: #FFD300;
    width: auto;
    height: 37px !important;
    border-radius: 100px;
    color: #de4f04;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-family: 'MundialRegular';
    font-size: 15px;
    position: relative;
    padding: 0px;
    padding-left: 10px;
    padding-top: 5px;
    padding-left: 20px;
}

.btn-marcas:hover {
    
    color:#FFD300;
    border-color:#FFD300!important;
   
}

.btn-laranja {
    background: #FFD300;
    width: 227px;
    height: 34px !important;
    border-radius: 100px;
    color: #de4f04;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-family: 'MundialRegular';
    font-size: 15px;
    position: absolute;
    right: 0px;
}

.btn-laranja:hover {
    border: 1px solid #de4f04;
    color: #de4f04;
}

.btn-laranja1 {
    background: #FFD300;
    width: 227px;
    height: 34px !important;
    border-radius: 100px;
    color: #de4f04;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-family: 'MundialRegular';
    font-size: 15px;
    position: relative;
    right: 0px;
    margin-bottom: 20px;
}

.btn-laranja1:hover {
    border: 1px solid #de4f04;
    color: #de4f04;
}


.btn-primary {
    color: #000;
    background-color: #ffd300;
    border-color: transparent;
    color: #585858 !important;
    font-weight: 600 !important;
    width: auto;
}

.btn-primary:hover {
    color: #fff !important;
    /* background-color: transparent; */
    border-color: #ffd300;
    background-color: #de4f04;
}
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.input-group-text {
   background-color: transparent;
    border: 1px solid transparent;
    color: #de4f04;
    font-weight: 600;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 1px;
    margin-top: 5px;
   
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand, .navbar a.btn {
   
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: transparent;
}

.navbar .navbar-nav .nav-link {
    margin-right: 51px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    font-family: 'MundialRegular';
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #de4f04;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}



@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 63%;
    top: -20px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
    z-index: 9999999;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 70px;
    height: 70px;
    border: 2px solid #FFD300 !important;
    box-shadow: 0 0 10px #FFD300
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #de4f04;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
/*        max-width: 100% !important;*/
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + 3.75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + 3.75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + 3.75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 1;
    transition: .5s;
    z-index: 9999;
}

.testimonial-carousel:hover .owl-nav {
    
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #fff;
    font-size: 27px;
    transition: .5s;
    background: #444;
    padding: 10px;
    border-radius: 100px;
    line-height: 15px;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #ef4a36;
}

.testimonial-carousel .testimonial-img img {
    width: auto;
    /* height: 100px; */
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: inherit;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


@media (max-width: 767px){
    #testimonials .test-cards .test-card-row .test-card {
   
    width: 87%;
   
}

.txt-inicial{
    margin-top: 430px
}

.fundo-empresa{
    background-image: url(../img/767-empresa.jpg);
    background-size: cover;
    height: 80vh;
    background-repeat: no-repeat;
}


.hide-xs{
    display: none !important;
}
.hide-lg{
    display: block !important;
}


.breadcrumb {
    margin-left: -10px;
    font-size: 11px;
}

.detalhe {
    margin-bottom: 30px;
    padding: 10px;
}

.wrap-marca {
    margin-bottom: 40px;
        margin-top: -30px;
}



.box{
    width: 100%;
}

.tit-contato {
    font-size: 27px;
    top: 230px;
    left: 13px;
    width: 158px;
    line-height: 30px;
}

.tit-ouvidoria {
    font-size: 27px;
    top: 26px;
    left: 13px;
    width: 158px;
    line-height: 30px;
}

.navbar-brand {
    margin-top: 9px;
    width: 100%;
}

.btn-primary {
   padding:15px 15px !important;
    font-size: 15px;
}

.feature-text1 {
    margin-top: -50px;
}

.fundo-empresa1{
    display: none;
}

.empresa {
   
    padding-left: 0px;
    font-size: 18px;
    width: 89%;
    padding-top: 0px;
    margin-top: -100px;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.fundo1{
    background-image: url(../img/767-frota.jpg);
    background-size: cover;
    height: 70vh;
    background-repeat: no-repeat;
}

.fundo{
    background-image: url(../img/767-fundo-sobre.jpg);
    background-size: cover;
    height: 90vh;
    background-repeat: no-repeat;
}

.outer {
    width: 500px;
    height: 83px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.outer div {
    width: 24.5%;
    background-color: transparent;
    float: none;
    /* height: 90%; */
    margin: 0 0.45%;
    display: inline-block;
    zoom: 1;
    padding: 13px;
}

.image{
    min-height: 550px
}

#prev{
    display: none;
}

#next{
    display: none;
}

.display-2 {
    position: relative;
    top: -106px;
    padding-top: 20px;
    padding: 0px;
    left: 20px;
}

.header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    width: 100%;
    object-fit: cover;
}

.header-carousel .owl-carousel-item {
    min-height: 614px;
}

.title-h1-1 {
    font-size: 31px;
    color: #585858;
    text-align: center;
   
}

.card-content {
    padding-right: 0px;
}

.slider {
    background: transparent;
    width: 100%;
    height: 240px;
    display: inline-block;
    /* max-width: 60%; */
    margin-top: 40px;
}

.testimonial-carousel .owl-nav {
    width: 358px;
    top: 110px;
    left: 50%;
}

.navbar-toggler {
    position: absolute;
    top: 18px;
    right: -16px;
}
.navbar-light .navbar-toggler {
   
    border-color: transparent;
}

#menu-topo{
    display: none;
}

#menu-topo1{
    display: block;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.wrap-marcas{
    display: block;
    width:100%
}

.btn-laranja{right:auto; left:10px; margin-top:20px}

#testimonials .test-cards {
    position: relative;
    overflow: hidden;
    width: 26%;
}

#testimonials {
    padding: 0px;
  
}


.card {
    /* width: 300px; */
    min-width: 288px;
    
}


.title-h1 {
    font-size: 51px;
    color: #ef4a36;
}
}