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

* {
    font-family: 'Lato';
}

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

button {
    outline: none;
}

*:focus {
    outline: 0 !important;
}

.navbar {
    background-color: transparent;
    border: none;
    padding: 25px 0;
    margin: 0;
    border-bottom: 5px solid #331865;
    border-radius: 0;
}

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

.navbar .tels,
.navbar .tels a {
    color: #331865 !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: #331865 !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 #331865;
    border-radius: 12px;
    padding: 7px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

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

.banner.empresa {
    background: linear-gradient(to bottom, #331865, #e61655);
    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: 0;
}

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

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

.banner .infos h1 {
    font-size: 42px;
    max-width: 430px;
    font-weight: bold;
    margin: 0;
    color: #331865;
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    .banner .infos h1 {
        text-align: center !important;
        max-width: inherit !important;
    }
}

.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, #331865, #e52359);
    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: #331865;
    border: 3px solid #331865;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    position: relative;
}

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

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

.banner .infos .btn span {
    background-image: linear-gradient(to right, #e52359, #331865);
    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 {
    background-color: #331865;
    padding: 50px 0;
    margin-bottom: 40px;
}

.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: center;
}

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

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

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

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

.app.titulo .texto h2 {
    color: #ffffff;
    max-width: 100%;
}


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

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

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

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

.app .texto h2 {
    font-size: 55px;
    max-width: 470px;
    font-weight: bold;
    margin: 0;
    color: #331865;
    margin-bottom: 40px;
}

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

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

.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: #331865;
    margin-bottom: 0;
    margin-top: auto;
}

section.video {
    background-color: #362960;
    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: #331865;
    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: #331865;
    border-radius: 30px;
    padding-right: 25px;
    font-size: 35px;
}

.trabalhe .info h3 {
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    color: #331865;
    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, #331865, #ec7498);
    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: #331865;
    text-align: left;
    margin-bottom: 30px;
}

.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: #ffffff;
    color: #362960;
    border-top: 10px solid #362960;
    font-size: 20px;
}

footer a {
    color: #362960;
}

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

footer h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #362960;
    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: #ffffff;
    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: #e8374e;
    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, #331865, #e61655);
    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;
}

.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;
}

@media(min-width: 768px) {
    .flex-row {
        display: flex;
        align-items: center;
    }
}