/* Globais ------------------------------------------------------- */
.z-index1 {
    z-index: 1;
}

.text-primary {
    color: #0070a2 !important;
}

.text-bg-primary {
    background-color: #0070a2 !important;
}


.text-warning {
    color: #d85702 !important;
}

.text-bg-warning {
    background-color: #d85702 !important;
}

b {
    color: #d85702
}


/* IDs ------------------------------------------------------- */

#topo {
    width: 100%;
    min-height: 35vh;
    background-position: right;
    background-size: cover;
}

#nossa-frota, #faturamento, #embarques, #transportamos, #filiais {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#organograma {width: 100%;}

#missao-visao-valores img {
    max-width: 100px;
}

/* Espaçamento ------------------------------------------------------- */
section, .section {
    padding: 60px 0;
}

#transportamos::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    border:none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

/* nav li a {
    font-size: 0.85em !important;
} */