/* CONFIG ESTILO */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: "Montserrat" !important;
}

.btn-primary {
    background: var(--cor-padrao) !important;
    border: var(--cor-padrao) !important;
}

/* Para navegadores WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
    /* Largura da barra de rolagem */
}

::-webkit-scrollbar-track {
    background: #fff;
    /* Cor do fundo da barra */
}

::-webkit-scrollbar-thumb {
    background: var(--cor-padrao);
    /* Cor da barra de rolagem */
    border-radius: 6px;
    /* Arredondamento dos cantos */
}

::-webkit-scrollbar-thumb:hover {
    background: var(--cor-padrao);
    /* Cor ao passar o mouse */
}

/* Para Firefox */
* {
    scrollbar-width: thin;
    /* Define a largura da barra */
    scrollbar-color: var(--cor-padrao) #fff;
    /* Cor do polegar e do fundo */
}


:root {
    --cor-padrao: #339966;
    --cor-hover: #237e50;
    --cor-btn: #339966;
    --cor-fonte: #2b2b2b;
    --cor-titulo: #339966;
}

body {
    padding-top: 80px;
}

.saibaMaisBranco a {
    border: 1px solid #fff;
    border-radius: 15px;
    text-decoration: none;
    background: none;
    padding: 5px 10px;
    color: #fff;
}

.saibaMaisBranco a:hover {
    border-radius: 15px;
    text-decoration: none;
    background: #fff;
    padding: 5px 10px;
    font-weight: bold;
    box-shadow: 2px 2px 4px #27272721;
    color: #000;
}

.saibaMaisCor a {
    border: none !important;
    text-decoration: none !important;
    background: none !important;
    padding: 5px 10px !important;
    color: var(--cor-fonte) !important;
}

.saibaMaisCor a:hover {
    border: none !important;
    text-decoration: none !important;
    background: none !important;
    padding: 5px 10px !important;
    color: #fdfdfd !important;
    font-weight: bold !important;
}

.saibaMaisCor a:active {
    border: none !important;
    text-decoration: none !important;
    background: none !important;
    color: #000 !important;
}

.counter {
    font-size: 48px;
    margin: 20px;
    color: #333;
}

.invisivel {
    visibility: hidden;
}


/* BOTÃO TOPO */
.botaoTopo {
    position: fixed;
    z-index: 99999;
    right: 10px;
    bottom: 10px;
    color: var(--cor-padrao);
}

.botaoTopo:hover {
    transform: scale(1.1);
    filter: drop-shadow(1px 1px 2px rgba(45, 108, 243, 0.795));
}

/* MENU */

.cor-botao {
    background: var(--cor-padrao) !important;
    border: none;
    color: white !important;
    width: 100px !important;
    height: 30px;
    padding: 2px 5px;
    margin: 3px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
}

.cor-botao:hover {
    background: #256445 !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
}

.navbar {
    transition: padding 0.3s, background-color 0.3s;
    position: fixed;
    /* Fixa o menu no topo */
    top: 0;
    /* Alinha ao topo da página */
    width: 100%;
    /* Garantir que o menu ocupe toda a largura */
    z-index: 1000;
    /* Para garantir que fique acima de outros elementos */
}

.nav-item a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--cor-padrao) !important;
    transform: scale(1.08);
}

.navbar.smaller {
    padding: 5px 0;
    /* Reduzir o padding */
    background-color: #f8f9fa !important;
    /* Opacidade para o fundo */
}

.imglogo {
    transition: width 0.3s;
}


.navbar.smaller .imglogo {
    width: 100px !important;
    /* Diminuir a largura da logo quando encolhido */
    color: #000 !important;
    transition: .6s ease;
}

.navbar.smaller {
    height: 50px !important;
}

.menu_web {
    /* position: fixed; */
    width: 100%;
    z-index: 99;
}

.container-fluid {
    display: flex;
    justify-content: none !important;
    width: auto !important;
}

.navbar {
    box-shadow: 0px 1px 4px #0000001e;
    background: #fff !important;
    height: 80px;
}

.item {
    display: flex;
    text-decoration: none;
    align-items: center;
    color: var(--cor-fonte) !important;
    font-size: 14px;
}

.item span {
    text-decoration: none;
    color: var(--cor-fonte) !important;
    margin-right: 30px;
    font-size: 14px;
    margin-left: 5px;
}

.item a {
    margin-right: 20px;
    margin-left: 5px;
}

.dropdown-menu {
    border: none;
    width: 0 auto;
}

.dropdown-item:active {
    background: var(--cor-padrao) !important;
    color: #fff !important;
}

.offcanvas.offcanvas-end {
    width: 60% !important;
}

.menu_mobile {
    display: none;
}

.maiskrt {
    font-weight: 700;
    color: var(--cor-padrao);
    font-size: 12px;
    margin-left: -2px;
}



/*  TITULOS */

.tituloImagem {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.tituloImagem h1 {
    z-index: 10;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}

.tituloImagem::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 17, 255, 0.582);
    z-index: 9;
}

.tituloImagemClientes {
    background-image: url("../static/img/aperdodemao.png");
}

.tituloImagemHistoria {
    background-image: url("../static/img/hitoria.png");
}

.tituloImagemNegocio {
    background-image: url("../static/img/negocio.png");
}

.tituloImagemEstamos {
    background-image: url("../static/img/ondeEstamos.png");
}

.tituloImagemFrota {
    background-image: url("../static/img/nossoSistema.png");
}

.tituloImagemTrabalhe {
    background-image: url("../static/img/trabalhe-conosco.jpg");
}

.tituloImagemPolitica {
    background-image: url("../static/img/politica.png");
}

.tituloImagemmissao {
    background-image: url("../static/img/escritorio.png");
}

.tituloImagemVolumes {
    background-image: url("../static/img/frota1.png");
}

.tituloImagemAcoes {
    background-image: url("../static/img/açoes.jpg");
}

.tituloImagemTmj {
    background-image: url("../static/img/tmj.jpg");
}


/* BANNER */
.carousel {
    display: flex;
    justify-content: center;
    max-width: 1500px !important;
}

.carousel-caption {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    position: absolute;
    top: 25%;
    margin-left: 45%;
    bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    width: 35%;
}

.carousel-caption h5 {
    color: var(--cor-fonte);
    font-size: 44px;
    text-align: left;
    font-weight: bold;

}

.carousel-caption h5 span {
    color: var(--cor-padrao);
    font-size: 44px;
}

.carousel-caption h5:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.carousel-caption h1 {
    color: rgba(68, 67, 67, 0.822);
    font-size: 20px;
    text-align: left;
    transition: 2s;
}

.botao_link {
    background-color: var(--cor-btn);
    border-radius: 15px;
    padding: 3px 6px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;

}

.botao_link:hover {
    cursor: pointer;
    background-color: var(--cor-hover);
}

.sombra {
    box-shadow: 3px 3px 4px #0000003a;
}


/* TRANSPORTADORA */
.transportadora {
    display: flex;
    justify-content: center;
    padding: 80px 50px;
}

.conteudoTransportadora {
    display: flex;
    align-items: center;
}

.textTransportadora3 {
    display: flex;
    align-items: center;
}

.textTransportadora2 h6 {
    font-size: 18px;
    color: var(--cor-padrao);
    font-weight: 700;
}

.textTransportadora2 h2 {
    font-size: 36px;
    color: var(--cor-fonte);
}

.textTransportadora {
    display: block;
    width: 550px;
}

.imgTransportadora img {
    border-radius: 15px;
    width: 500px;
}

.idade {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.idade img {
    width: 150px;
}

.textIdade2 {
    border-left: 4px solid var(--cor-padrao);
    padding-left: 10px;
    margin-bottom: 15px;
    color: var(--cor-fonte);
    font-size: 16px;
}

.textIdade2 h6 {
    font-weight: 300;
}

.textIdade h6 {
    font-size: 16px;
}

.atributosTransportadora ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}

.atributosTransportadora ul {
    padding: 0;
}

.bi-arrow-right-circle-fill {
    color: var(--cor-padrao);
    margin-right: 5px;
}




/* NUMEROS */
.numeros {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 100px 50px 100px;
}

.numerosCard {
    width: 300px;
    text-align: center;
}

.numerosCard span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #333333b7;
}

.counter {
    font-size: 32px;
    margin: 20px 20px 20px 0px;
    color: #333;
    font-weight: bold;
}

.numerosCard p {
    margin-top: -30px;
}


/* ONDE ESTAMOS */
.ondeEstamos {
    display: flex !important;
    justify-content: center !important;
    padding: 50px 50px 0px 50px !important;
    background-image: url("./img/dots.png") !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.ondeEstamosText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 450px;
}

.ondeEstamosText h1 {
    font-weight: 400;
    margin-bottom: -5px;
}

.ondeEstamosText h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--cor-titulo);
}

.ondeEstamosText h4 {
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    line-height: 1.4;
    text-align: justify
}

.ondeEstamosImg img {
    width: 500px;
    transform: scale(1.11);
    filter: drop-shadow(3px 5px 6px rgba(39, 39, 39, 0.6));
}


/* NOSSA FROTA */
.nossoSistema {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    background-image: url("../static/img/testebannerfrota.png");
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    align-items: center;
}

.nossoSistema1 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.nossoSistemaImg {
    display: flex;
    justify-content: center;
    width: 50%;
    animation: slideIn 1s ease-out forwards;
}

.nossoSistemaImg img {
    width: 500px;
    border-radius: 15px;
    filter: drop-shadow(2px 2px 3px #3b3b3b);
}

.nossoSistemaText {
    width: 40%;
    padding-left: 20px;
    text-align: justify;
    line-height: 1.4;
}

.nossoSistemaText h1 {
    font-weight: 400;
    margin-bottom: -5px;
    color: #fff;
}

.nossoSistemaText h2 {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
}

.nossoSistemaText h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

.plussistema {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin-right: 20px;
}

.plussistema:hover {
    transform: scale(1.05);
    cursor: pointer;
    filter: drop-shadow(2px 2px 2px rgb(33, 247, 140));
}

.plussistema h6 {
    color: #fff;
    font-size: 14px;
}

.plussistema img {
    filter: invert(1);
    width: 50px;
    margin-bottom: 10px;
}

.plussistema {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin-right: 20px;
}

.plusfrota2:hover {
    transform: scale(1.05);
    cursor: pointer;
    box-shadow: 2px 2px 4px #0000002f;
    background: var(--cor-padrao);
}

.plusfrota2 h6 {
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}

.plusfrota2 img {
    width: 30px;
    margin-bottom: 10px;
    filter: invert(1);
}

.plusfrota2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85px !important;
    min-width: 85px !important;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 10px;
    background: #413d3dc2;
    flex: 0 0 calc(100% / 6) !important;
}

.vagasAcima {
    border: 1px solid #413d3dc2;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    margin: 10px;
    padding: 0px;
    text-decoration: none;
    color: #000000a9;
}

.vagasAcima:hover {
    background: var(--cor-padrao);
    color: #fff;
    border: none;
}

.vermelho {
    display: flex;
    background: red;
    color: #fff;
    border: red;
    align-content: center;
    text-align: right;
    width: 130px;
    padding-right: 4px;
    align-items: center;
}

.vermelho span {
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.vermelho span div {
    width: 8px;
    height: 8px;
    border-radius: 90px;
    background: #fff;
    animation: fade 2s infinite;
}

@keyframes fade {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.nossosClientesfooter {
    display: flex;
    justify-content: center;
    padding: 10px 100px;
    font-size: 12px;
}

.nossosClientesfooter h1 {
    font-size: 16px;
    font-weight: 300;
    text-align: start;
    border-left: solid 3px var(--cor-padrao);
    padding-left: 5px;
}


/* EQUIPES */
.containerEquipes {
    display: flex;
    justify-content: center;
    width: 500px;
}

.tabs {
    width: 200px;
    padding: 10px;
    margin-right: 20px;
}

.tab-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: background-color 0.3s;
    box-shadow: 2px 2px 4px #00000023;
    margin-bottom: 20px;
    border-right: 4px solid var(--cor-padrao);
    height: 30px;
}

.tab-button:hover {
    font-weight: 500;
    transform: scale(1.05);
}

.photo-display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border-radius: 5px;
    background: #00000004;
    box-shadow: 2px 2px 4px #3f3f3f1f;
    width: 300px;
    height: 430px;

}

.photo-display img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    height: 430px;
}

.photo-display p {
    margin-top: 10px;
}

.bi-mailbox {
    width: 100px;
    height: 100px;
}

/* NOSSOS CLIENTES */
.nossosClientes {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 50px;
    align-items: center;
    background-image: url("./img/dots3.png");
    background-repeat: no-repeat;
    background-position: left;
}

.nossosClientesPg {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 50px;
    align-items: center;
    /*     background-image: url("./img/dots3.png");
 */
    background-repeat: no-repeat;
    background-position: left;
}

.card:hover {
    transform: scale(1.1) !important;
    box-shadow: 2px 2px 4px #3f3f3f1f !important;
    cursor: pointer;
}

.nossosClientesCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nossosClientesCards .card {
    margin: 15px;
}

.nossoSistemaImg img {
    width: 500px;
    border-radius: 15px;
}

.nossosClientesText {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nossosClientesText h1 {
    font-weight: 400;
    margin-bottom: -5px;

}

.nossosClientesText h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--cor-titulo);
}

.card-img-top {
    width: 90% !important;
}

.card-img-top {
    width: 110px !important;
}

.cardHover {
    border-radius: 10px;
    transition: 1s ease-in-out;
    margin: 20px !important;
}

.cardHover:hover {
    transform: scale(1.04);
    box-shadow: 0px 3px 5px #00000067;
}

.card-body {
    border-radius: 5px;
    padding: 10px;
    transition: 1s ease-in-out;
}

.cardHover:hover .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: 1s ease-in-out;
}

.gifcep {
    background-image: url("../static/img/cep.png") !important;
    background-size: cover;
}

.gifcnpj {
    background-image: url("../static/img/cnpj.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 300px !important;
    height: 170px !important;
}

.gifasaas {
    background-image: url("../static/img/asaas.png") !important;
    background-size: 200px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 300px !important;
    height: 170px !important;
}

.gifplacas {
    background-image: url("../static/img/placas.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 300px !important;
    height: 170px !important;
}

.gifBiopar {
    background-image: url("../static/img/gifBiopar.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 300px !important;
    height: 170px !important;
}

.gifEquador {
    background-image: url("../static/img/gifEquador.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 300px !important;
    height: 170px !important;
}



/* RODAPÉ */
.rodape {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8F9FA;
    height: 110px;
    padding: 10px 0px;
}

.rodape1 {
    width: 250px;
    align-items: center;
}

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

.rodape2 li {
    margin-bottom: 10px;
}

.rodape2 li svg {
    color: #3333339d;
}

.rodape2 {
    width: 25%;
    align-items: start;
}

.rodape2 h1 {
    font-size: 12px;
    font-weight: bold;
    color: #3333339d;
}

.rodape1 img {
    width: 150px;
    margin-right: 5px;

}


/* NOSSA HISTÓRIA */
.nossaHistoria {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../static/img/dots3.png");
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: start;
}

.nossaHistoria h1 {
    color: var(--cor-fonte);
    font-size: 40px;
    font-weight: bold;
    z-index: 2;
    position: absolute;
    border-bottom: 1px solid #fff;
}

.conteudoNossaHistoria {
    display: flex;
    justify-content: center;
    padding: 20px 70px;
}

.conteudoNossaHistoria p {
    font-size: 16px;
}

.containerNossaHistoria {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.containerNossaHistoria {
    padding: 0px 20px;
}

.containerNossaHistoria img {
    width: 300px;
    height: 450px;
    margin-right: 10px;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 4px #b9b9b938);
}

.diferenciaisHistoria {
    padding: 20px 20px 20px 0px;

}

.diferenciaisHistoria h1 {
    color: var(--cor-fonte);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000000a4;
}

.dl,
ol,
ul {
    margin-bottom: 0px !important;
}

.diferenciaisHistoria li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #000000af;
}

.diferenciaisHistoria li::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='rgb(0, 12, 223)' class='bi bi-check2-circle' viewBox='0 0 16 16'><path d='M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0'/><path d='M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z'/></svg>");
    align-items: center;
    display: flex;
    margin-right: 10px;
}


/* NOSSO NEGOCIO */
.nossoNegocio {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../static/img/dots3.png");
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: start;
}

.nossoNegociocards {
    margin-top: 20px;
}

.nossoNegocio h1 {
    color: var(--cor-fonte);
    font-size: 40px;
    font-weight: bold;
    z-index: 2;
    position: absolute;
}

.cardsNegocio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 80px;
    align-items: center;
}

.imgNEgocio {
    display: flex;
    margin: 20px;
    margin-bottom: 60px;
    align-items: center;
}

.imgNEgocio img {
    width: 300px;
    height: 200px;
    border-radius: 15px;
    margin-right: 20px;
}

.imgNEgocio h1 {
    font-size: 16px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 1.4;
    text-align: justify;
}

.imgNEgocio h4 {
    font-weight: 300;
    position: absolute;
    z-index: 3;
    margin-left: 8px;
    margin-top: -20px;
    color: #fff;
    background-color: var(--cor-padrao);
    padding: 8px;
    border-radius: 5px;
    text-align: justify;
}

.nossoNegocioTexto h1 {
    display: flex;
    padding: 20px 80px;
}

.nossoNegocioTexto h1 {
    font-size: 16px;
    font-weight: 400;
}

.nossoNegocioTexto {
    display: flex;
    justify-content: center;
}


/* ONDE ESTAMOS */
.ondeEstamosPage {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../static/img/dots3.png");
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: start;
}

.ondeEstamosPage h1 {
    color: var(--cor-fonte);
    font-size: 40px;
    font-weight: bold;
    z-index: 2;
    position: absolute;
}



/* NOSSA FROTA */
.nossoSistemaPage {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../static/img/dots3.png");
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: start;
}

.nossoSistemaPage h1 {
    color: var(--cor-fonte);
    font-size: 40px;
    font-weight: bold;
    z-index: 2;
    position: absolute;
}

.tamanhoGaleria {
    width: 450px !important;
    height: 400px;
}

.conteudonossoSistemaPage {
    display: flex;
    justify-content: center;
}

.nossoSistemaPageText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px;
}

.nossoSistemaPageText h1 {
    font-weight: 400;
    margin-bottom: -5px;
}

.nossoSistemaPageText h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--cor-titulo);
}

.nossoSistemaPageText h4 {
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    line-height: 1.4;
}

.evolucaoFrota {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 0px 60px;
}

.evolucaoFrotaEsquerda {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 230px;
    width: 50%;
}

.evolucaoFrotaEsquerda img {
    margin-right: 25px;
    border-radius: 10px;
    width: 300px;
    height: 200px;
    box-shadow: 2px 2px 4px #0000005e;
}

.evolucaoFrotaDireita img {
    box-shadow: 2px 2px 4px #0000005e;
}

.evolucaoFrotaEsquerda img:hover {
    transform: scale(1.06);
}

.evolucaoFrotaDireita img:hover {
    transform: scale(1.06);
}

.evolucaoFrotaDireita {
    display: flex;
    align-items: center;
    height: 230px;
    width: 50%;
    position: relative;
    border-left: solid 1px #00000096;
}

.timeLine1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 90px;
    background: var(--cor-padrao);
    margin-left: -6.5px;
}

.timeLine1 span {
    margin-left: 70px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid var(--cor-padrao);
    padding: 0px 5px;
    border-radius: 15px;
}

/*PARCEIROS>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.facaParte  {
    margin-bottom: 50px !important;
}

.image-slider {
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
}

.image-slider img {
    display: inline-block;
    height: auto;
    animation: slide-left 18s linear infinite;
    max-width: 100px;
    margin: 15px;
    margin-left: 30px;
    margin-right: 30px;
}

.image-slider-img:hover {
    filter: none !important;
    cursor: pointer !important;
}


/* CLIENTES PG */

.clientesPG {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 1300px !important;
}

.sessaoClientes {
    display: flex;
    height: auto;
    width: auto;
    margin-bottom: 30px;
    background: #f8f8f879;
    border-radius: 30px;
    padding: 15px;
    box-shadow: 3px 3px 6px #27272728;
    margin-bottom: 65px;
}

.sessaoClientesImg {
    display: flex;
    background-color: rgb(188, 201, 8);
    height: 300px;
    max-width: 25vw;
    border-radius: 15px;
    margin: 10px;
}

.sessaoClientesText {
    display: flex;
    height: 300px;
    width: 100%;
    margin: 10px;
}

.sessaoClientesTextTitulo h4 {
    line-height: 1.5;
    font-weight: 300;
    text-align: justify;
}

.Ipiranga {
    background: #FFD700;
}

.ERB {
    background: #030283;
}

.Biopar {
    background: #279344;
}


/* VAGAS */

.vagasPageText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.vagasPageText h1 {
    font-weight: 400;
    margin-bottom: -5px;
}

.vagasPageText h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--cor-titulo);
}

.vagasPageText h4 {
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    line-height: 1.4;
}

.programaEstagio {
    background: rgba(235, 235, 235, 0.308);
    padding: 60px;
}

.facaParte {
    background: var(--cor-padrao);
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 150px;
    border-radius: 15px;
    margin-top: 80px;
    color: #FFF;
    position: relative;
}

.facaParte::before {
    content: "";
    position: absolute;
    background-image: url("../static/img/dots2.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.facaParte h1 {
    font-weight: 700;
    z-index: 3;
}

.facaParte a {
    border: 1px solid #ffffff;
    width: 160px;
    padding: 2px 7px;
    border-radius: 5px;
    transition: ease .6s;
    z-index: 4;
}

.facaParte a:hover {
    border: 1px solid #ffffff;
    width: 160px;
    padding: 1px 5px;
    border-radius: 5px;
    background: #fff;
    color: #000;

}

.requisitos h1 {
    color: var(--cor-padrao);
    font-size: 20px;
    font-weight: 700;

}

.requisitos h4 {
    background-color: var(--cor-padrao);
    color: #fff;
    border-radius: 30px;
    text-align: center;
    width: 230px;
}

.requisitos h5 {
    font-size: 14px;
    font-weight: 400;
}


/* POLITICA */

.politica {
    display: flex !important;
    justify-content: center !important;
    padding: 50px 50px 0px 50px !important;
}

.politicacontent {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    width: 90%;
    margin: 0 auto;
}

.politicacontent h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--cor-fonte);
}

.politicacontent h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--cor-padrao);
    border-radius: 30px;
}

.politicacontent li {
    font-size: 16px;
    font-weight: 400;
    color: var(--cor-fonte);
}

.politicacontent li strong {
    font-size: 16px;
    font-weight: 500;
    color: var(--cor-fonte);
}


/*  MISSÃO VISAO VALORES */

.missaoVisaoValores {
    display: flex !important;
    justify-content: center !important;
    padding: 50px 50px 0px 50px !important;
    margin-bottom: 110px;
}

.missaoVisaoValoresText {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(90% / 3);
    margin: 15px;
    padding: 15px 30px;
    border-radius: 15px;
    background: #eeeeee9d;
    align-items: center;
}

.missaoVisaoValoresText:hover {
    box-shadow: 2px 2px 4px #0000003f;
    cursor: pointer;
}

.missaoVisaoValoresText h1 {
    font-weight: 400;
    margin-bottom: -5px;
}

.missaoVisaoValoresText h2 {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
}

.missaoVisaoValoresText h4 {
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    line-height: 1.3;
    text-align: justify;
    color: #fff;
}

.missaoVisaoValoresText svg {
    color: #fff;
}


/* JORNAL */

.jornal {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 0px 100px;
}

.jornalText {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.jornalText h1 {
    font-weight: 400;
    margin-bottom: -5px;

}

.jornalText h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--cor-titulo);
}

.jornal1 h4 {
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 1.4;

}

.jornalimg {
    display: flex;
    justify-content: center;
    padding: 50px 100px;
    align-items: center;

}

.jornalimg img {
    filter: grayscale(1);
    transition-duration: .5s;
}

.jornalimg img:hover {
    box-shadow: 2px 2px 6px #0000001c;
    filter: none;
    cursor: pointer;
    transform: scale(1.05);
}

.jornal img {
    height: 300px;
    margin: 10px;
}


/* VOLUMES */


.volumes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 100px;
}

.tpVolume {
    display: flex;
    align-items: center;
    background-color: #ebebeb67;
    padding: 30px;
    border-radius: 15px;
    margin: 0px 30px;
}

.imgVolume {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 20px;
}

.imgVolume img {
    width: 400px;
    border-radius: 15px;
}

.conteudoVolume {}

.tituloVolume {
    text-align: center;
}

.volumesCards {
    display: flex;
    justify-content: center;
    width: 600px;
}

.cardVolume {
    height: 100%;
    margin: 15px;
    padding: 5px 10px;
    width: 180px;
    height: 200px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #0000001c;
    background: #F8F9FA;

}

.divVolume1 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
    height: 25%;
    border-radius: 90px;
    font-size: 16px;
    font-weight: 600;
    background: #f1f1f1;
}

.divVolume2 {
    height: 35px;
}

.divVolume2 span img {
    width: 25px;
    margin-right: 5px;

}


/* AÇOES SOCIAIS */

.acoesSociais {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px 100px;
}

.conteudoAcoes h4 {
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
}

.conteudoAcoesText {
    display: flex;
}

.conteudoAcoesText1 {
    width: 600px;
    margin: 20px;
}

.conteudoAcoesText2 {
    width: 600px;
    margin: 20px;
}

.conteudoAcoesText2 img {
    border-radius: 15px;
}



/* GOVERNANCA */

.governanca {
    display: flex !important;
    justify-content: center !important;
    padding: 50px 50px 0px 50px !important;
}

.governancacontent {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    width: 90%;
    margin: 0 auto;
}

.governancacontent h4 {
    font-size: 16px;
    font-weight: 400;
    color: var(--cor-fonte);
}

.governancacontent h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--cor-padrao);
    border-radius: 30px;
}

.governancacontent li {
    font-size: 16px;
    font-weight: 400;
    color: var(--cor-fonte);
}

.governancacontent li strong {
    font-size: 16px;
    font-weight: 500;
    color: var(--cor-fonte);
}


/* PROJETO TMJ */

.tmj {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 0px 100px;
}

.tmjText {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.tmjText h1 {
    font-weight: 400;
    margin-bottom: -5px;

}

.tmjText h2 {
    font-weight: 900;
    font-size: 30px;
    color: var(--cor-titulo);
}

.tmj1 h4 {
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    line-height: 1.4;

}

.tmjimg {
    display: flex;
    justify-content: center;
    padding: 50px 100px;
    align-items: center;

}

.tmjimg img {
    filter: grayscale(1);
    transition-duration: .5s;
}

.tmjimg img:hover {
    box-shadow: 2px 2px 6px #0000001c;
    filter: none;
    cursor: pointer;
    transform: scale(1.05);
}

.tmj img {
    height: 300px;
    margin: 10px;
}

.conteudotmj {
    display: flex;
    justify-content: center;
    padding: 20px 70px;
}

.conteudotmj p {
    font-size: 16px;
}

.containertmj {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.containertmj {
    padding: 0px 20px;
}

.containertmj img {
    width: 550px;
    height: auto;
    margin-right: 10px;
    border-radius: 15px;
    filter: drop-shadow(2px 2px 4px #b9b9b938);
}

.diferenciaisTmj {
    padding: 20px 20px 20px 0px;

}

.diferenciaisTmj h1 {
    color: var(--cor-fonte);
    font-size: 18px;
    font-weight: 600;
    color: #000000a4;
}

.diferenciaisTmj li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #000000af;
}

.diferenciaisTmj li::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='rgb(0, 12, 223)' class='bi bi-check2-circle' viewBox='0 0 16 16'><path d='M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0'/><path d='M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z'/></svg>");
    align-items: center;
    display: flex;
    margin-right: 10px;
}





@keyframes slide-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-700%);
    }
}


@media screen and (max-width: 620px) {

    * {
        box-sizing: border-box;
    }

    body,
    html {
        font-size: 12px !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        width: 100%;
        max-width: 100%;
    }

    .carousel-caption {
        margin-left: 150px !important;
        padding-top: 0px !important;
        width: 45% !important;
    }

    .carousel-caption h5,
    span {
        font-size: 16px !important;
    }

    .carousel-caption h1 {
        font-size: 12px !important;
    }

    .carousel-caption a {
        display: none;
    }

    .image-slider {
        margin: 0px !important;
        width: 100%;
    }

    .image-slider img {
        margin: 0px !important;
        width: 80px;
    }

    .imgTransportadora {
        display: none;
    }

    .textTransportadora {
        width: 100%;
    }

    .textTransportadora2 h2 {
        font-size: 16px !important;
    }

    .conteudoTransportadora {
        width: 100% !important;
    }


    .transportadora {
        padding: 0px !important;
    }


    .nossoSistema1 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .container-fluid {
        margin: 0px !important;
    }

    .navbar {
        display: flex;
        justify-content: space-around;
        width: 100% !important;
    }

    .numeros {
        display: flex;
        justify-content: center;
        width: 100% !important;
    }

    .numerosCard {
        width: 30%;
    }

    .counter {
        font-size: 22px;
        margin-top: 0px;
    }

    .counter p {
        font-size: 10px !important;
    }

    .ondeEstamosImg img {
        width: 150px;
    }

    .card {
        width: 160px !important;
        height: 200px;
    }

    .card-img-top {
        width: 70px !important;
    }

    .nossosClientes {
        padding: 0px !important;
    }

    .navbar-brand {
        position: fixed;
        left: 10px;
    }

    .navbar-toggler {
        position: fixed;
        right: 10px;
    }

    .numeros {
        padding: 0px !important;
        margin-bottom: 50px !important;
    }

    .result {
        padding: 0px !important;

    }

    .rodape {
        justify-content: space-between;
        max-width: 100%;
    }

    .rodape1 {
        width: 25%;
    }

    .rodape1 .imglogo {
        width: 60px !important;
    }

    .rodape2 li {
        font-size: 8px !important;
    }

    .rodape2 {
        width: 45%;
        font-size: 8px !important;
        padding: 5px;
    }

    .imglogo {
        width: 110px !important;
    }

    .nossoSistema,
    div {
        padding: 5px !important;
    }

    .nossoSistema h1 {
        text-align: center;
        font-weight: 300 !important;
    }

    .textIdade2h6 {
        display: none;
    }

    .atributosTransportadora {
        display: flex;
        width: 100%;
    }

    .ondeEstamosText h4 {
        font-size: 14px !important;
        display: none
    }

    .ondeEstamos {
        display: flex;
        width: 100%;
        padding: 0px !important;
    }

    .ondeEstamosText {
        width: 50%;
    }

    .menu_web {
        display: none;
    }

    .facaParte {
        margin-bottom: 50px;
    }

    .nossoSistemaImg img {
        margin-bottom: 50px;
        width: 90vw;
    }

    .nossoSistemaImg {
        display: flex !important;
        flex-direction: column;
        width: 90vw;
        align-items: flex-start;
        margin-right: 0px !important;
        padding: 0px !important;
    }

    .containerEquipes {
        display: none;
    }

    .parceiros {
        margin-bottom: 50px !important;
    }

    .frotaMonitorada {
        margin-bottom: 50px !important;

    }

    .offcanvas-header {
        background-color: var(--cor-padrao);
        color: #fff;
        display: flex;
        justify-content: center;
        text-align: center;
    }



}