body {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #666;
    }

strong {
    font-weight: 600;
}

::placeholder {
    color: #888 !important;
    font-size: 0.8em;
}

.amarelo, .amarelo a {
    color: #ffcc00;
}

.verde, .verde a {
    color: #00d45e;
}

.btlogin {
    margin-left: 11px;
    border: 2px solid #00d45e;
    border-radius: 0px;
    height: 44px;
    width: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    padding-top: 17px;
}

.botao {
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 210px;
}

    .botao.botao-pequeno {
        font-size: 12px;
        font-weight: 700;
        width: 120px;
    }

.botao-amarelo {
    background-color: #0390d7;
    color: #fff;
}

.botao-verde {
    background-color: #00d45e;
    color: #fff;
}

.botao-preto {
    background-color: #211f1c;
    color: #ffcc00;
}

header {
    position: sticky;
    top: 0;
    z-index: 3;
}

    header #menuPrincipal {
        background: #fff;
        padding: 13px 0;
        position: relative;
    }

        header #menuPrincipal.show {
            padding-bottom: 0;
        }

        header #menuPrincipal ul {
            font-size: 15px;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            header #menuPrincipal ul li {
                display: none;
                text-transform: uppercase;
            }

                header #menuPrincipal ul li:first-child {
                    padding: 0 15px;
                }

        header #menuPrincipal.show ul li:not(:first-child) {
            align-items: center;
            border-top: 1px solid #626262;
            display: flex;
        }

            header #menuPrincipal.show ul li:not(:first-child)::before {
                color: #ccc;
                content: '»';
                padding-left: 15px;
            }

        header #menuPrincipal.show ul li:first-child {
            margin-bottom: 20px;
        }

        header #menuPrincipal ul li:not(:first-child) a {
            color: #282828;
            display: block;
            padding: 15px;
            text-decoration: none;
        }

        header #menuPrincipal #toggleMenu {
            color: #ffcc00;
            cursor: pointer;
            font-size: 24px;
            line-height: 24px;
            position: absolute;
            right: 15px;
            top: 28px;
        }

            header #menuPrincipal #toggleMenu i:last-child, header #menuPrincipal.show #toggleMenu i:first-child {
                display: none;
            }

            header #menuPrincipal.show #toggleMenu i:last-child, header #menuPrincipal #toggleMenu i:first-child {
                display: block;
            }

#secao-1 {
    background: url('/img/banner.jpg') no-repeat -310px 0;
    color: #fff;
    padding: 35px 30px;
}

    #secao-1 #chamada h2 {
        font-size: 26px;
        text-shadow: 3px 3px 4px #00000073;
        font-weight: 600;
    }

    #secao-1 #chamada p {
        font-size: 18px;
    }

    #secao-1 #chamada div > div > div:first-child {
        font-size: 24px;
        font-weight: 600;
    }

    #secao-1 #formLigacao {
        background: #fff;
        border-bottom: 4px solid #0390d7;
        border-top: 4px solid #ffcc00;
        color: #282828;
        margin-left: -15px;
        padding: 25px 15px 35px;
        width: calc(100% + 30px);
    }

        #secao-1 #formLigacao h2 {
            font-size: 22px;
        }

            #secao-1 #formLigacao h2:after {
                content: '';
                background: #0390d7;
                display: block;
                height: 2px;
                margin-top: 15px;
                width: 65px;
            }

        #secao-1 #formLigacao p {
            color: #666;
            font-size: 16px;
        }

        #secao-1 #formLigacao label {
            font-size: 18px;
        }

.secao-2 {
    padding: 0 30px 35px;
}

    .secao-2 h2 {
        color: #282828;
        /*flex-flow: column;*/
        font-size: 30px;
    }


    /*        .secao-2 h2:after, .secao-2 h2:before {
            content: '';
            background: #0390d7;
            display: block;
            height: 2px;
            width: 65px;
        }*/

    /*        .secao-2 h2:before {
            order: 1;
            margin-right: 35px;
            margin-top: 15px;
        }

        .secao-2 h2:after {
            order: 2;
            margin-left: 35px;
            margin-top: 5px;
        }*/

    .secao-2 img {
        display: block;
        width: 100%;
    }

    .secao-2 .col > div {
        background: #f5f5f5;
        padding: 32px 15px;
    }

        .secao-2 .col > div h3 {
            color: #282828;
            font-size: 20px;
            line-height: 20px;
        }

.secao-3 {
    background: #f5f5f5;
    padding: 35px 30px;
}

    .secao-3 h2 {
        color: #282828;
        /*flex-flow: column;*/
        font-size: 30px;
    }


    /*        .secao-3 h2:after, .secao-3 h2:before {
            content: '';
            background: #0390d7;
            display: block;
            height: 2px;
            width: 65px;
        }

        .secao-3 h2:before {
            order: 1;
            margin-right: 35px;
            margin-top: 15px;
        }

        .secao-3 h2:after {
            order: 2;
            margin-left: 35px;
            margin-top: 5px;
        }*/

    .secao-3 img {
        display: block;
        width: 100%;
    }

    .secao-3 p {
        text-align: justify;
    }


.secao-4 {
    background: linear-gradient(to bottom, #0091da, #0091da);
    padding: 35px 30px 0;
}

    .secao-4 #formLigacao {
        position: relative;
    }

    .secao-4 h2 {
        align-items: center;
        color: #fff;
        font-size: 30px;
        order: 0;
    }

        .secao-4 h2 strong {
            color: #ffcc00;
        }

    /*        
        .secao-4 h2:after, .secao-4 h2:before {
            content: '';
            background: #282828;
            display: block;
            height: 2px;
            width: 65px;
        }

        .secao-4 h2:before {
            order: 1;
            margin-right: 35px;
            margin-top: 15px;
        }

        .secao-4 h2:after {
            order: 2;
            margin-left: 35px;
            margin-top: 5px;
        }
    */

    .secao-4 label {
        color: #282828;
        position: relative;
    }

    .secao-4 input[type=submit] {
        position: absolute;
        z-index: 2;
    }

footer {
    background: #373532;
    color: #fff;
    font-size: 14px;
}

    footer a, footer a:hover {
        color: #fff;
    }

    footer > div {
        padding: 35px 30px 0;
    }

    footer h3 {
        font-weight: 600;
        text-transform: uppercase;
    }

    footer .unidade > div {
        margin-bottom: 10px;
    }

        footer .unidade > div > i {
            color: #ffcc00;
            display: inline-block;
            margin-left: -25px;
            text-align: center;
            width: 25px;
        }

        footer .unidade > div > a {
            color: #fff;
            text-decoration: none;
        }

    footer .botao-verde {
        padding: 10px 15px;
        width: initial;
    }

    footer #copyright {
        border-top: 1px solid #626262;
        font-size: 12px;
        padding: 10px 30px;
        text-align: center;
    }

.img-resp img {
    height: 64%;
}

@media (min-width: 576px) {


    header #faixaAmarela {
        background: #0390d7;
        color: #fff;
        font-size: 15px;
    }

        header #faixaAmarela ul {
            display: flex;
            list-style: none;
            padding: 20px 15px;
            margin: 0 auto;
            max-width: 1140px;
        }

            header #faixaAmarela ul li {
                margin-right: 20px;
            }

                header #faixaAmarela ul li i {
                    margin-right: 5px;
                }

    header #menuPrincipal ul {
        align-items: center;
        display: flex;
        margin: 0 auto;
        max-width: 1140px;
        padding: 0 15px;
    }

        header #menuPrincipal ul li:first-child {
            padding: 0 15px 0 0;
        }

        header #menuPrincipal ul li {
            display: block;
        }

    header #menuPrincipal .whatsapp {
        margin-left: 15px;
    }

    header #menuPrincipal .botao-verde {
        color: #fff !important;
        padding: 10px !important;
        width: initial;
    }

    #secao-1 {
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/banner.jpg");
        background-position: center;
        background-size: cover;
    }

        #secao-1 > div {
            margin: 0 auto;
            max-width: 1140px;
            padding: 20px 80px;
        }

        #secao-1 > div {
            margin: 0 auto;
            max-width: 1140px;
            padding: 20px 65px;
        }

        #secao-1 #chamada h2 {
            font-size: 40px;
        }

        #secao-1 #chamada p {
            font-size: 20px;
        }

        #secao-1 #formLigacao {
            border-top: none;
            margin-left: 60px;
            width: 100%;
        }

    .secao-2 {
        margin: 0 auto;
        max-width: 1140px;
        padding: 40px 15px;
    }

        .secao-2 .col {
            display: flex;
            flex-flow: column;
        }

            .secao-2 .col div {
                display: flex;
                flex-flow: column;
            }

                .secao-2 .col div p {
                    flex: 1;
                }

    .secao-3 {
        padding: 50px 15px;
    }

        .secao-3 > div {
            margin: 0 auto;
            max-width: 1140px;
        }

    .secao-4 {
        padding: 50px 15px 0;
    }

        .secao-4 > div {
            margin: 0 auto;
            max-width: 1140px;
        }

            .secao-4 > div > div {
                display: flex;
            }

        .secao-4 #formContato {
            margin-right: 50px;
            min-width: 380px;
            margin-bottom: 68px;
        }

        .secao-4 img {
            max-width: 350px;
        }

    footer > div:first-child {
        display: flex;
        margin: 0 auto;
        max-width: 1140px;
        padding: 50px 15px 50px;
    }

    footer .telefones, footer h3 {
        white-space: nowrap;
    }

    footer #copyright {
        border-top: 1px solid #626262;
        font-size: 12px;
        padding: 20px 15px;
        text-align: center;
    }
}

.button-contact {
    background-color: #0390d7;
    color: #fff;
    font-weight: 700;
    padding: 12px 13px;
}

.sub-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 0px;
}

#quem-somos {
    background-color: #fff;
}


.cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-grow: 1;
    flex-wrap: wrap;
}

.carros p, .vans p, .blindados p, .onibus p {
    color: #f5f5f5;
    background: linear-gradient(rgb(4 4 4 / 60%), rgb(4 4 4 / 60%));
    margin-bottom: 0px;
    padding: 10px 18px;
}

.vans p, .blindados p {
    background: linear-gradient(rgb(4 4 4 / 80%), rgb(4 4 4 / 80%));
}

.vans {
    background: url('../img/vans.jpg') !important;
}

.blindados {
    background: url('../img/blindados.jpg') !important;
}

.onibus {
    background: url('../img/onibus.jpg') !important;
}


.carros, .vans, .blindados, .onibus {
    background: url('../img/corollaxeifrente.jpg');
    background-position: center;
    background-size: cover;
    height: 190px;
    width: 250px;
    display: flex;
    align-items: end;
    background-repeat: no-repeat !important;
}

.linhas-branco .borda-1, .linhas-branco .borda-2 {
    background-color: #fff !important;
    margin-bottom: 50px;
    display: flex;
}



.linhas-blue {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.linhas-branco {
    display: flex;
    justify-content: center;
}

.borda-1, .borda-2 {
    background-color: #0390d7;
    height: 3px;
    width: 80px;
}

.borda-1 {
    position: relative;
    left: 15px;
}

.borda-2 {
    position: relative;
    top: 10px;
    right: 15px;
}

.botao-solicitar {
    background-color: #0390d7;
    color: #fff;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
}

.form-control {
    background-color: #fafafa !important;
    font-style: italic;
}

/*.form-control:checked{
    font-style: normal !important;
}*/

.bottom {
    margin-bottom: 40px;
}

.form-style {
    color: #282828;
    font-weight: 600;
}

#formContato .form-style {
    color: #fff;
    font-weight: 500;
}

#formContato .botao-solicitar {
    background-color: #ffcc00;
    color: #211f1c !important;
    font-weight: 700;
    padding: 12px 19px !important;
    font-size: 16px;
    border: 0px;
}

.contato-resp {
    margin-bottom: 53px !important;
}

.menu {
    display: flex;
    justify-content: center;
}

.modal-content {
    padding: 22px 14px !important;
}

.modal-header {
    padding: 1rem 0rem !important;
}

@media(max-width: 576px) {
    .secao-2 h2 {
        margin-top: 26px;
    }

    .img-resp img {
        height: 70% !important;
    }

    .form-contato {
        flex-wrap: wrap;
    }

    .secao-4 #imgCtn {
        display: none;
    }

    .secao-4 {
        padding: 35px 30px;
        margin: 0 auto;
    }

    footer .logo-resp, footer .link-resp {
        margin-left: 0px !important;
    }

    footer .contato-resp {
        margin-bottom: 22px !important;
        margin-top: 36px;
    }
}

.cartoes {
    gap: 25px;
    margin-top: 35px;
}

    .cartoes h2 {
        font-size: 24px !important;
        max-width: 80%;
        font-weight: 700;
    }

    .cartoes p {
        font-size: 14px !important;
    }

.clientes {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}
