﻿.inicio > .container > div {
    margin-top: 12% !important;
}

h2.titulo {
    margin-bottom: 0px !important;
}

    h2.titulo span.enfase {
        font-size: 42px;
        font-weight: 700;
    }

h3.titulo span.enfase {
    font-size: 24px;
    font-weight: 700;
}

h2.titulo-porque-escolher {
    font-size: 34px;
    max-width: 28rem;
}

.solucaoAutomatizada h2 {
    width: 100%;
    text-align: center;
    padding: 0 11rem;
    color: #141e5d !important;
}

h3.titulo {
    color: #48486A;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
}

.titulo-solucao-automatizada p {
    width: 100%;
    text-align: center;
    padding: 0 12rem;
    font-size: 15px;
}

.cardsSolucao {
    display: flex !important;
    /*gap: 32px;*/
    flex-wrap: wrap;
    justify-content: space-around;
}

    .cardsSolucao article {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(33.333% - 20px);
        margin: 10px;
        border-radius: 15px;
        padding: 15px;
        background-color: #1d346d;
        color: #fff;
    }

        .cardsSolucao article:hover {
            background-color: #162b5f !important;
            transition: .3s;
        }

        .cardsSolucao article h6 {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
        }

        .cardsSolucao article p {
            color: #fff;
        }

    .cardsSolucao img {
        width: 75px;
        margin: 0.5rem 0 1rem 0;
    }

.highlight {
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: #16B844;
    padding: 2px 12px 5px;
    border-radius: 35px;
}

.highlight-two {
    font-size: 22px;
    font-weight: bold;
    color: white;
    background-color: #16B844;
    padding: 2px 10px 5px;
    border-radius: 35px;
}

.nossoSoftware {
    height: 100vh !important;
    min-height: 1050px;
    background-image: url(/images/background-cinza.png);
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
    margin-top: 3%;
}

.typing {
    margin-left: -117px;
    border-right: 2px solid black;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: typing 4s steps(40, end), blink-caret .75s step-end infinite;
    font-size: 2rem;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: #16B844
    }
}

.importancia {
    min-height: 450px;
    margin-top: 5%;
}

    .importancia .background-negativo {
        background-position-y: 37%;
    }

.reducao-custo {
    min-height: 247px !important;
    margin-top: 0%;
    padding-top: 50px !important;
}

.chamada-cliente h2.titulo {
    text-align: center;
    width: 100%;
    padding: 0 12rem;
    margin: 5rem 0 0 0;
}

.embarcador #img-seja-cliente {
    position: absolute;
    right: -24vw;
    top: -15%;
    z-index: 0 !important;
    width: 37%;
}

.chamada-cliente {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .chamada-cliente button.btn-container {
        margin-top: 15px;
    }

.seja-cliente img.circuloBackgroundVerde {
    position: absolute;
    right: -10%;
    top: 35%;
    z-index: 1 !important;
}

section.nossaSolucao {
    background: linear-gradient(90deg, rgb(19 28 92) 0%, rgb(30 53 110) 50%, rgb(19 77 128) 100%);
    height: 400px;
    width: 100vw;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    margin-top: calc(-20vh + 60px);
    padding-top: 5%;
    z-index: 2 !important;
    position: relative;
}

.nossaSolucao .cardTopico {
    margin-left: 85px;
    margin-bottom: 45px;
    padding: 14px;
    color: #fff;
    position: relative;
    cursor: default;
    transition: 0.3s;
}

.porqueEscolher .topicos {
    margin-top: 12rem !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
}

h2.titulo-topicos {
    color: #fff;
    font-size: 32px;
    max-width: 31rem;
}

.topicos .texto {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .topicos .texto p {
        margin: 0;
        font-size: 14px;
        font-weight: 100;
        color: #fff;
    }

.topicos .destaque-inovacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.topicos .destaques {
    display: flex;
    flex-direction: row;
    gap: 1rem !important;
    align-items: center;
    justify-content: center;
}

.destaques .card-destaque {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .destaques .card-destaque h3 {
        color: #16B844;
        font-weight: 600;
        font-size: 42px;
    }

    .destaques .card-destaque p {
        color: #fff;
    }

.chamada-cliente {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .chamada-cliente button.btn-container {
        margin-top: 15px;
    }

.alinhar-centro-chamada {
    margin-top: 151px;
}


#img-seja-cliente {
    position: absolute;
    right: -24vw;
    top: -15%;
    z-index: 0 !important;
    width: 37%;
}


@media screen and (max-width: 768px) {
    h2 .titulo span.enfase {
        font-size: 45px;
        font-weight: 700;
    }

    .titulo-solucao-automatizada p,
    .solucaoAutomatizada h2 {
        padding: 0rem;
    }

    .cardsSolucao {
        flex-wrap: nowrap;
        flex-direction: column;
    }

        .cardsSolucao article {
            width: 88vw;
        }

            .cardsSolucao article h6 {
                font-size: 17px;
                text-align: center;
            }

    .typing {
        max-width: 88vh !important;
        white-space: break-spaces;
        text-align: center;
        margin: 0;
    }

    .nossoSoftware {
        min-height: 950px;
        background-image: url(/images/background-cinza.png);
        margin-top: 20%;
    }

    .importancia {
        min-height: 450px;
        margin-top: 42%;
        height: 70vh;
    }

    .seja-cliente h2.titulo {
        padding: 0px 0rem !important;
        margin: 5rem 0 0 0;
    }

    .titulo-porque-escolher span {
        text-align: center;
        display: flex;
        width: 100%;
        font-size: 29px;
    }

    section.reducao-custo {
        background-position-x: right;
        padding-top: 65px;
        height: 80vh;
    }

        section.seja-cliente h2.titulo span.enfase,
        section.reducao-custo h2.titulo span.titulo-reducao-custo {
            font-size: 29px;
            text-align: center !important;
            display: flex;
            width: 100% !important;
        }

    .reducao-custo {
        min-height: 570px !important;
    }

    .chamada-cliente h2.titulo {
        padding: 0;
        margin: 0;
    }

    h2.titulo span.enfase {
        font-size: 36px !important;
    }
}

.imagemCaminhaoOGuia {
    margin-top: 85px;
    left: 11px;
    border-radius: 10px;
    margin-left: 10%;
    width: 480px;
}

#imgFogueteBranco {
    position: absolute;
    right: -46vw;
    top: 76%;
    z-index: 1;
    width: 574px !important;
    margin-left: 25px !important;
}

img.img-reducao-custo {
    margin-top: 85px;
    width: 730px;
    border-radius: 10px;
    border-color: transparent;
    margin-left: -20%;
}

.hidden {
    visibility: hidden;
}

.caminhoneiro {
    background-image: url(/images/background-cinza.png);
    height: 177vh !important;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
    /* min-height: 920px; */
    padding-top: 175px;
}


.footer {
    margin-top: -662px !important;
}
