@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* Go Speed: cores do tema (fundo #3b8dbb, escritas/destaque #c11618) */
:root {
    --st-color-principal: #3b8dbb;
    --st-color-fundo-topo: #3b8dbb;
    --st-color-borda-topo: #3b8dbb;
    --st-color-fonte-barra-endereco: #c11618;
    --st-color-fonte-topo: #ffffff;
}

* {
    font-family: 'Lato';
}

section {
    max-width: 100%;
    overflow: hidden;
}

button {
    outline: none;
}

*:focus {
    outline: 0 !important;
}

.navbar {
    background-color: #3b8dbb;
    border: none;
    border-bottom: 3px solid #fff;
    padding: 25px 0;
    margin: 0;
    border-radius: 0;
}

.navbar .tels {
    margin-right: -10px;
    margin-bottom: 5px;
}

.navbar .tels,
.navbar .tels a {
    color: #c11618 !important;
    font-size: 18px;
    font-weight: bold;
}

.navbar .tels a img {
    margin-left: 5px;
    margin-top: -10px;
}


.navbar .container {
    display: flex;
    align-items: center;
}

.navbar .container .navbar-header .navbar-brand {
    padding: 0;
}

.navbar .container .navbar-collapse {
    width: 100%;
}

.navbar .container .navbar-collapse .navbar-nav>li>a {
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 19px 6px;
    margin: 0 5px;
}

.navbar .container .navbar-collapse .navbar-nav>li:last-child>a {
    border: 2px solid #ffffff;
    border-radius: 12px;
    padding: 7px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    background-color: #fff;
    color: #c11618 !important;
}

.navbar .container .navbar-collapse .navbar-nav>li:last-child>a:after {
    display: none;
}

.banner.empresa {
    background: linear-gradient(to bottom, #3b8dbb, #c11618);
    padding: 8% 0;
}

.banner.empresa .img {
    padding: 5% 0;
}

.banner.empresa .img img {
    width: auto !important;
    max-width: 100%;
    max-height: 330px;
    margin: 0 auto;
    display: block;
}

.banner.empresa .nav {
    margin-bottom: 40px;
}

.banner.empresa .nav a {
    color: #ffffff;
    font-size: 18px;
}

.banner.empresa .nav li.active>a {
    color: #ffffff;
    background-color: transparent;
    font-size: 20px;
    border-radius: 0;
    border-bottom: 3px solid #fff;
    padding: 0;
    margin: 0 15px;
}

.banner.empresa .nav>li:not(.active)>a:focus,
.banner.empresa .nav>li:not(.active)>a:hover {
    background-color: transparent;
    border-radius: 0;
    opacity: 0.7;
}

.banner {
    padding: 40px 0;
    background-color: #3b8dbb;
}

.banner img {

    max-width: 429px;

    margin-top: 0 !important;

    margin: 0 auto;

    display: block;
}

.banner .infos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin: 15% 0;
    margin-bottom: 0;
}

.banner.empresa .infos {
    margin: 0;
    min-height: 330px;
}

.banner .infos h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    margin-bottom: 15px;
}

.banner.empresa .infos h1 {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 25px;
}

.banner.empresa .infos h2 {
    font-size: 30px;
    color: #ffffff;
    margin: 0px;
    padding-right: 20px;
}

.banner .infos .btn {
    margin: 0;
    border: none;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 25px;
    padding-right: 10%;
    border-radius: 30px;
    background-image: linear-gradient(to right, #3b8dbb, #c11618);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    position: relative;
}

.banner .infos .btn.btn-outline {
    margin: 0;
    border: none;
    font-size: 30px;
    font-weight: bold;
    padding: 2.5px 25px;
    padding-right: 25px;
    border-radius: 30px;
    color: #c11618;
    border: 3px solid #3b8dbb;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    position: relative;
}

.banner .infos .btn.clean {
    background-image: none;
    background-color: #3b8dbb;
    box-shadow: none;
}

.banner .infos .btn.mb {
    margin-bottom: 10px;
}

.banner .infos .btn span {
    background-image: linear-gradient(to right, #c11618, #3b8dbb);
    position: absolute;
    width: 30px;
    right: -40px;
    top: 4%;
    height: 8px;
    border-radius: 5px;
    cursor: initial;
}

.banner .infos .btn span:nth-child(2) {
    top: 29%;
    right: -62px;
    width: 40px;
}

.banner .infos .btn span:nth-child(3) {
    top: 57%;
    width: 65px;
    right: -75px;
}

.banner .infos .btn span:nth-child(4) {
    top: 84%;
    width: 30px;
    right: -42px;
}

.servicos .servicos-lista {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.servicos .servicos-lista .servico {
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0 20px;
    margin-bottom: 20px;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.servicos .servicos-lista .servico div {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.servicos .servicos-lista .servico div>img {
    max-height: 60px;
    width: auto;
    margin: 0 auto;
    margin-right: 10px;
    display: block;
}

.servicos .servicos-lista .servico p {
    margin: 0;
    font-size: 28px;
    color: #ffffff;
}

.servicos .titulo {
    text-align: left;
}

.servicos .titulo h2 {
    font-size: 26px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 19px;
}

.servicos .titulo2 {
    text-align: center;
}

.servicos .titulo2 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}

.app.titulo {
    background-color: transparent;
    padding: 70px 0;
}

.app.titulo .texto h2 {
    color: #3b8dbb;
    max-width: 100%;
    text-align: left;
    font-size: 42px;
}


.app {
    padding: 70px 0;
    background-color: #3b8dbb;
}

.app .imagem img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.app.prof .imagem img {
    width: 72%;
    display: block;
}

.app.prof .texto {
    padding: 7% 0;
}

.app .texto h2 {
    font-size: 55px;
    font-weight: bold;
    max-width: 765px;
    margin: 0 auto;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
}

.app .texto p {
    font-size: 24px;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
}

.app.prof .texto h2 {
    font-size: 55px;
    max-width: none;
    font-weight: bold;
    margin: 0;
    color: #3b8dbb;
    margin-bottom: 40px;
}

.app .texto .botoes {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.app.titulo .texto .botoes {
    justify-content: flex-start;
}

.app.prof .texto .botoes {
    flex-direction: row;
}

.app .texto .botoes a {
    width: 80%;
    max-width: 200px;
}

.app.prof .texto .botoes a {
    width: 42%;
    margin-bottom: 20px;
}

.app .texto .botoes a:first-child {
    margin-bottom: 20px;
    margin-right: 10px;
}

.app.prof .texto .botoes a:first-child {
    margin-bottom: 20px;
    margin-right: 20px;
}

.app .texto .botoes a img {
    width: 100%;
}

.app-info {
    padding: 40px 0;
}

.app-info .card div {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.app-info .card div img {
    width: auto;
    max-width: 100%;
    max-height: 230px;
    margin: 0 auto;
    display: block;
}

.app-info .card {
    min-height: 370px;
    display: flex;
    flex-direction: column;
}

.app-info .card p {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    color: #3b8dbb;
    margin-bottom: 0;
    margin-top: auto;
}

section.video {
    background-color: #3b8dbb;
    padding: 60px 0;
}

section.video .img a {
    width: 90%;
    margin: 0 auto;
    display: block;
}

section.video .img img {
    margin: 0 auto;
    display: block;
}

.trabalhe {
    padding: 5% 0;
}

.trabalhe.gestao {
    background-image: url('../images/1.1.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.trabalhe .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5% 0;
}

.trabalhe .info h2 {
    font-size: 55px;
    max-width: 465px;
    margin: 0;
    color: #3b8dbb;
    margin-bottom: 20px;
}

.trabalhe.quanto .info h2 {
    max-width: none;
}

.trabalhe.quanto .info {
    padding: 7% 0;
}

.trabalhe.quanto .img img {
    max-width: 100%;
}

.trabalhe.entregadores .img img {
    max-width: 400px;
}

.trabalhe.gestao .img {
    padding: 0;
}

.trabalhe.gestao .img img {
    max-height: 425px;
}

.trabalhe.gestao .info h2 {
    max-width: initial;
    font-weight: bold;
}

.trabalhe.gestao .info .btn {
    background-image: none;
    background-color: #3b8dbb;
    border-radius: 30px;
    padding-right: 25px;
    font-size: 35px;
}

.trabalhe .info h3 {
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    color: #3b8dbb;
    margin-bottom: 30px;
}

.trabalhe .info .btn {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 10px 25px;
    padding-right: 10%;
    border-radius: 10px;
    background-image: linear-gradient(to right, #3b8dbb, #c11618);
    border: none;
}

.trabalhe .img img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
    width: auto;
}

.trabalhe .img {
    padding: 3% 0;
}

.clientes {
    padding: 60px 0;
}

.clientes .clientes-lista {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.clientes .clientes-lista .item {
    display: block;
    margin: 10px 15px;
    max-width: 195px;
}

.clientes .clientes-lista .item img {
    width: 100%;
    height: auto;
}

.clientes .title h2 {
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    color: #c11618;
    margin-bottom: 50px;
    text-align: center;
}

.piccliente {
    padding: 5% 0;
    background-color: #e8374e;
}

.piccliente .piccliente-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 5% 0;
}

.piccliente .piccliente-content h2 {
    font-size: 55px;
    max-width: 465px;
    margin: 0;
    color: #ffffff;
    margin-bottom: 40px;
}

.piccliente .piccliente-content .btn {
    color: #e8374e;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 10px 25px;
    padding-right: 10%;
    border-radius: 10px;
    background-image: linear-gradient(to right, #fff, #fbadb7);
    border: none;
}

footer {
    padding: 30px 0;
    background-color: #3b8dbb;
    color: #ffffff;
    border-top: 4px solid #2a6d8f;
    font-size: 20px;
}

footer a {
    color: #ffffff;
}

footer a:focus,
footer a:hover {
    color: #ffffff;
    opacity: 0.8;
}

footer h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    margin-bottom: 20px;
}

footer .contatos h3 {
    text-align: left;
}

footer .contatos i {
    width: 25px;
}

footer .contatos p {
    text-align: left;
}

footer .paginas img {
    max-width: 160px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

footer .paginas h3 {
    text-align: center;
}

footer .paginas ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .redes h3 {
    text-align: center;
}

footer .redes p {
    display: flex;
    align-items: center;
    justify-content: center;
}


footer .redes p a {
    text-decoration: none;
    margin: 0 15px;
    background-color: transparent;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

footer .redes p a:hover {
    opacity: 0.7
}

footer .redes p a i {
    font-size: 60px;
    color: #c11618;
    margin: 0;
}

footer .redes p a span {
    display: none;
}

footer .redes .logomapp {
    max-width: 160px;
    margin: 20px auto 0;
}

/* page para voce */

.desconto {
    background: linear-gradient(to bottom, #3b8dbb, #c11618);
    padding: 60px 0;
}

.desconto .info .titulo-secao {
    font-size: 48px;
    margin: 0;
    margin-left: 40px;
    margin-top: 40px;
    max-width: 715px;
    color: #ffffff;
    margin-bottom: 40px;
}

.desconto .info img {
    max-width: 650px;
}

.explicativo {
    padding: 60px 0;
}

.explicativo .info {
    margin: 0px auto;
}

.explicativo .info .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.explicativo .info .item img {
    width: auto;
    max-width: 55px;
    margin-right: 15px;
}

.explicativo .info .item p {
    font-size: 32px;
    font-weight: bold;
    color: #c11618;
}

.explicativo .explicativo-aviso-texto {
    font-size: 20px;
    color: #c11618;
}

.explicativo .explicativo-aviso-titulo {
    color: #c11618;
    font-weight: bold;
}

.fixedwhatsapp {
    position: fixed;
    bottom: 2%;
    left: 2%;
    z-index: 9999;
    width: 100px;
    height: 100px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/* Ajustes no layout quebrando */

@media (max-width: 768px) {
    .divDocumento {
        margin-bottom: 4%;
    }

    .divPacote {
        margin-bottom: 4%;
    }

    .end {
        order: 2;
    }

    .map {
        display: contents;
    }

    .divEnderecMargins {
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 0%;
    }

    .n20-jsinverted {
        display: flex;
        align-items: flex-end;
        height: 110px;
        margin-left: -24%;
    }

    .demoSpan {
        margin-bottom: 114%;
    }

}

@media (max-width: 425px) {
    .form-control {
        width: 150%;
    }

    .divEnderec .espacamentoDivObs .completaObs .btn.btn-primary {
        color: #ffffff;
        border-color: #3b8dbb;
        background-color: #3b8dbb;
        margin-bottom: -15px;
        font-size: 14px;
        width: 150%;
    }

    input[id*="emailEnd"] {
        /* Suas estilizações aqui */
        width: 118%;
    }

    .classExecutarAgora {
        padding-left: 0%;
    }
}