body {
    color: #333333;
    margin-top: 80px;
    font-family: 'Poppins', sans-serif;
}

nav#menumobile {
    z-index: 1050 !important;
}

.bg-light {
    background-color: #F4F4F4 !important;
}

.bg-red {
    background-color: #D60505 !important;
}

.header {
    color: #fff;
    background-image: url(../images/curves.svg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    background-color: #D60505;
}

    .header a.btn {
        color: #fff !important;
    }

nav.navbar {
    color: #fff;
    background-color: #D60505;
}

ul.menu li {
    border-bottom: solid 2px #D60505;
    margin: 0 16px;
}

ul.menu li a {
color: #fff;
font-size: 16px;
font-weight: 500;
padding: 40px 0;
}

ul.menu li a:hover {
text-decoration: none;
}

ul.menu li:hover {
border-bottom: solid 2px #fff;
}

ul.lista {
margin-bottom: 30px;
}

ul.lista li {
border-bottom: solid 1px #ebebeb;
line-height: 1.5em;
}

ul.lista li a {
color: #000000;
display: block;
font-size: 15px;
padding: 10px 10px;
display: block;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.grey,
a.grey {
    color: #737B7D;
}

.red,
a.red {
    color: #D60505;
}

    a.red:hover {
        color: #333333;
    }

h1 {
    font-size: 46px;
    font-weight: 500;
    line-height: 52px;
}

h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
}

h3 {
    font-size: 36px;
    font-weight: 500;
}

.subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin: 30px 0 20px 0;
}

.form-control {
    height: 55px;
}

.bg-2color {
    background: linear-gradient(to left, #D60505 50%, #333333 50%);
    margin-top: -150px;
}

ul.uf li {
    margin-bottom: 10px;
    background-color: #333333;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
}

    ul.uf li a {
        color: #fff;
    }

.mapa {
    margin-top: 50px;
}

.comofunciona {
    font-size: 18px;
    line-height: 24px;
    padding: 80px 0;
}

.chamada {
    color: #737B7D;
    font-size: 26px;
    line-height: 36px;
}

.etapa {
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px 20px 20px;
    margin-bottom: 30px;
    background-image: url(../images/curves.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #D60505;
}

.etapa2 {
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px 20px 20px;
    margin-bottom: 30px;
    background-image: url(../images/curves2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #737B7D;
}

.etapas h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.etapas p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.freteiro p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.cliente p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.btn-login {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    background-color: #D60505;
    margin-right: 15px;
}

    .btn-login:hover,
    .btn-login:focus,
    .btn-login:active,
    .btn-login.active,
    .open > .dropdown-toggle.btn-login {
        color: #fff;
        background-color: #FF9900 !important;
    }



.btn-cadastre {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    background-color: #333333 !important;
}

    .btn-cadastre:hover,
    .btn-cadastre:focus,
    .btn-cadastre:active,
    .btn-cadastre.active,
    .open > .dropdown-toggle.btn-cadastre {
        color: #fff;
        background-color: #FF9900 !important;
    }

.btn-selecione {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    background-color: #FF9900;
}

    .btn-selecione:hover,
    .btn-selecione:focus,
    .btn-selecione:active,
    .btn-selecione.active,
    .open > .dropdown-toggle.btn-selecione {
        color: #fff;
        background-color: #333333;
    }

.btn-border {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    background-color: #D60505;
    border: solid 1px #fff;
}

    .btn-border:hover,
    .btn-border:focus,
    .btn-border:active,
    .btn-border.active,
    .open > .dropdown-toggle.btn-border {
        color: #fff;
        background-color: #333333 !important;
        border: solid 1px #333333;
    }

.btn-red {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #D60505;
    border: solid 1px #fff;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open > .dropdown-toggle.btn-red {
        color: #fff;
        background-color: #333333 !important;
        border: solid 1px #333333;
    }

.btn-grey {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #333333;
    border: solid 1px #fff;
}

    .btn-grey:hover,
    .btn-grey:focus,
    .btn-grey:active,
    .btn-grey.active,
    .open > .dropdown-toggle.btn-grey {
        color: #fff;
        background-color: #FF9900 !important;
        border: solid 1px #FF9900;
    }

.btn-orange {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #FF9900;
    border: solid 1px #fff;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-orange {
        color: #fff;
        background-color: #333333 !important;
        border: solid 1px #333333;
    }

.btn-etapa {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #FF9900;
}

    .btn-etapa:hover,
    .btn-etapa:focus,
    .btn-etapa:active,
    .btn-etapa.active,
    .open > .dropdown-toggle.btn-etapa {
        color: #fff;
        background-color: #333333 !important;
    }

.btn-etapa2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #333333;
}

    .btn-etapa2:hover,
    .btn-etapa2:focus,
    .btn-etapa2:active,
    .btn-etapa2.active,
    .open > .dropdown-toggle.btn-etapa2 {
        color: #fff;
        background-color: #FF9900 !important;
    }

.form-control-lg {
    font-size: 16px;
}

form {
    display: flex;
}

    form.form-search,
    form.form-news {
        display: flex;
    }

input.news {
    flex: 1;
    height: 55px;
    padding: 0 15px;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #3a3a3a;
    font-size: 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
    border-right: 0;
}

.btn-news {
    height: 55px;
    padding: 0 15px;
    background: #D60505;
    border-radius: 0px 5px 5px 0px;
    border: 0;
    color: #fff;
    font-weight: 500;
    transition: background-color 0.2s;
}

    .btn-news:hover,
    .btn-news:focus,
    .btn-news:active,
    .btn-news.active,
    .open > .dropdown-toggle.btn-news {
        color: #fff;
        background: #FF9900 !important;
        transition: background-color 0.2s;
    }

footer {
    padding: 60px 0;
    margin-top: 70px;
    color: #737B7D;
    background-color: #F4F4F4;
}

    footer a {
        color: #737B7D;
    }

        footer a:hover {
            color: #D60505;
        }

    footer h5 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
    }

    footer h6 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
    }

    footer small {
        font-size: 12px;
        line-height: 16px;
    }

    footer .copy {
        font-size: 14px;
    }

    footer ul.list-unstyled li {
        line-height: 2.2em;
        font-size: 16px;
    }

ul.social li a {
    color: #D60505;
    font-size: 20px;
    padding-right: 12px;
}

    ul.social li a:hover {
        color: #FF9900;
    }

.show-mapa {
    display: none !important;
}

.cliente {
    padding-top: 100px;
    padding-bottom: 100px;
}

.freteiro {
    padding-top: 100px;
    padding-bottom: 100px;
}

.img-lista {
    width: 180px;
    height: 180px;
}

.margin-img {
    margin-top: -100px;
    margin-bottom: -100px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .chamada {
        font-size: 21px;
        line-height: 31px;
    }

    .freteiro p {
        font-size: 22px;
        line-height: 32px;
    }

    .cliente p {
        font-size: 22px;
        line-height: 32px;
    }

    .bg-2color {
        background: linear-gradient(to left, #333333 50%, #333333 50%);
        margin-top: 50px;
    }

    li.list-inline-item.store:not(:last-child) {
        margin-right: 0rem;
    }

    .bg-2color img {
        width: 80%;
    }

    .btn-selecione {
        display: block;
    }

    .btn-border {
        display: block;
    }

    .comofunciona {
        padding: 30px 0;
    }

    .freteiro {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cliente {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer {
        padding: 30px 0;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .bg-2color {
        background: linear-gradient(to left, #333333 50%, #333333 50%);
        margin-top: 50px;
    }

    .comofunciona {
        padding: 30px 0;
    }

    .freteiro {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cliente {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer {
        padding: 50px 0;
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bg-2color {
        background: linear-gradient(to left, #333333 50%, #333333 50%);
        margin-top: 50px;
    }

    .cliente {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .hide-mapa {
        display: none !important;
    }

    .show-mapa {
        display: block !important;
    }

    .w-992-col12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .text-992-center {
        text-align: center !important;
    }
}
