/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/10/2019, 08:38:18
    Author     : aberi
*/

html {
    font-family: Arial;
    background-color: #FFFFFF;
}

.navbar-light {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000001A;
}

.navbar-light .navbar-nav .nav-link {
    color: #222222;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar-light .navbar-nav.menu .nav-link {
    padding-right: 50px;
}

.navbar-light .navbar-nav.redes-sociais .nav-link {
    padding-right: 30px;
}

.navbar-light .navbar-nav.redes-sociais .nav-link .nav-item:last-child {
    padding-right: 0px;
}

.carousel-item .img-vitrine {
    width: 100%;
    min-height: 100%;
}

.carousel-caption {
    position: absolute;
    left: 10%;
    right: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    top: 30%;
    text-align: left;
    max-width: 407px;
}

.carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

.carousel-caption .lead {
    margin-top: 31px;
    font-size: 20px;
    line-height: 30px;
}

.btn.btn-outline-white {
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    min-width: 184px;
    min-height: 48px;
    text-align: center;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
}

.btn.btn-outline-white:hover {
    background-color: #FFFFFF;
    color: #6D2177 !important;
}

.titulo-section h2 {
    font-size: 30px;
    color: #0F1B59;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 46px;
}

.titulo-section p {
    max-width: 720px;
    color: #7F7F7F;
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
}

.mb-100 {
    margin-bottom: 100px;
}

#solucoes .card {
    border: none;
    text-align: center;
}

#solucoes .card img {
    max-height: 160px;
    width: auto;
    margin: 0 auto;
}

#solucoes .card h3 {
    color: #2B2B2B;
    margin-top: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

#solucoes .card p {
    color: #2B2B2B;
    text-align: center;
    font-size: 16px;
    min-height: 80px;
}

.btn.btn-outline-purple {
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    width: 184px;
    min-width: 184px;
    min-height: 48px;
    text-align: center;
    border: 2px solid #6D2177;
    color: #6D2177;
    background-color: transparent;
    font-weight: bold;
    margin: 0 auto;
}

.btn.btn-outline-purple:hover {
    background-color: #6D2177;
    color: #FFFFFF !important;
}

#beneficios {
    margin-top: 100px;
    margin-bottom: 50px;
    background-image: url(../img/bg-beneficios.png);
    background-position: right;
    min-height: 560px;
}

#beneficios h2 {
    color: #0F1B59;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    max-width: 260px;
}

#beneficios .content-conteudo {
    padding-top: 80px;
}

#beneficios p {
    margin-top: 39px;
    color: #7F7F7F;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
}

#planos {
    margin-bottom: 120px;
}

#planos .plan {
    background-color: #F9F9F9;
    height: 680px;
    padding: 50px;
    text-align: center;
}

#planos .plan.active {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EEEEEE;
    height: 650px;
    top: -20px;
}

#planos .plan h3 {
    color: #6D2177;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
}

#planos .plan h4 {
    color: #6D2177;
    font-size: 19px;
    line-height: 22px;
    color: #818181;
    margin-top: 60px;
}

#planos .plan .desc {
    color: #818181;
    font-size: 14px;
}

#planos .plan table {
    width: 100%;
    margin-top: 60px;
}

#planos .plan table tr td {
    color: #444444;
    font-size: 13px;
    line-height: 37px;
    font-weight: bold;
}

#planos .plan table tr td:first-child {
    text-align: left;
}

#clientes {
    background-image: url('../img/bg3.svg');
    height: 297px;
}

#clientes .owl-carousel {
    margin-top: 85px;
}

#pre-footer {
    background-image: url('../img/bg-prefooter.svg');
    background-size: cover;
    min-height: 435px;
    color: #FFFFFF;
}

#pre-footer .row:first-child {
    padding-top: 275px;
}

#pre-footer .info h6 {
    font-size: 10px;
    line-height: 12px;
}

#pre-footer .info p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 26px;
}

#pre-footer .redes-sociais ul {
    list-style: none;
}

#pre-footer .redes-sociais ul li {
    float: left;
    margin-right: 30px;
}

footer {
    background-color: #0F1B59;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.btn.btn-purple {
    background-color: #6D2177;
    min-width: 184px;
    height: 48px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
}

.btn.btn-purple:hover {
    background-color: #FFFFFF;
    border: 1px solid #6D2177;
    color: #6D2177;
}

.btn.btn-purple img {
    margin-left: 37.75px;
}

#form-contato .form-group label {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #6D2177;
}

#form-contato .form-group .form-control {
    background: #6D21770A 0% 0% no-repeat padding-box;
    border: 2px solid #6D217726;
    border-radius: 10px;
}

.s {
    margin-top: 50px;
}

.text-blue {
    color: #0e1a59
}


#planos a {}

#top {
    height: 304px;
    background-image: url(../img/vitrine1.png);
    background-position: bottom;
    margin-top: 55px;
    background-size: 100%;
}

#content-listar-servico .row {
    margin-top: 160px;
}

#solucoes .titulo-section {
    margin-top: 48px;
}

#tituloValorPremium {
    margin-top: 10px !important;
}

#planos .plan h5 {
    color: #6D2177;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-top: 60px;
}

@media (min-width: 1920px) and (max-width: 1920px) {
    #content-listar-endereco {
        padding-top: 38% !important;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 768px) {
    #content-listar-servico .card {
        margin: 6%;
    }

    .navbar-toggler {
        margin-right: 15px;
    }

    .d-md-block {
        display: block !important;
        margin-top: -8%;
    }

    .btn.btn-outline-purple {
        font-size: 12px;
        line-height: 30px;
        text-transform: uppercase;
        width: 140px;
        min-width: 93px;
        min-height: 48px;
        text-align: center;
        border: 2px solid #6D2177;
        color: #6D2177;
        background-color: transparent;
        font-weight: bold;
        margin: 0 auto;
        position: absolute;
        margin-top: 201% !important;
    }

    #beneficios .content-conteudo {
        padding-top: 214px;
        margin-left: 38%;
    }

    #beneficios h2 {
        color: #0F1B59;
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        max-width: 100%;
        text-align: center
    }

    #beneficios p {
        margin-top: 39px;
        color: #7F7F7F;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

    #beneficios .col-sm-4 {
        flex: 0 0 94.999999%;
        max-width: 94.999999%;
        margin-left: 4% !important;
    }

    #planos a {
        font-size: 14px;
        line-height: 40px;
        margin-top: 11% !important;
        width: 240px;
        margin-left: -16%;
    }

    #planos .plan {
        margin-bottom: 20%;
    }

    #pre-footer .redes-sociais ul li {
        float: left;
        margin-right: 14px;
    }
}

@media (min-width: 599px) and (max-width: 600px) {
    #content-listar-servico .btn.btn-outline-purple {
        margin-top: 3px !important;
        margin-bottom: 10px;
    }

    #content-listar-servico .row {
        margin-top: 3px;
    }

    #content-listar-endereco .card {
        text-align: center;
    }

    #content-listar-servico .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #content-listar-sobre .col-sm-4 {
        flex: 0 0 86.333333%;
        max-width: 86.333333%;
    }

    #beneficios h2 {
        color: #0F1B59;
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        max-width: 100%;
    }

    #beneficios .content-conteudo {
        padding-top: 178px;
        text-align: center;
        margin-left: 42px;
    }

    #beneficios p {
        margin-top: 39px;
        color: #7F7F7F;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

    #content-listar-planos .col-sm-4 {
        flex: 0 0 99.333333%;
        max-width: 99.333333%;
        margin-bottom: 10%;
    }

    #pre-footer .row:first-child {
        padding-top: 299px;
    }

    #content-listar-endereco .redes-sociais {
        margin-left: 1% !important;
    }

    #pre-footer .redes-sociais ul li {
        margin-left: 8px;
        margin-right: 1px;

    }
}

@media (min-width: 359px) and (max-width: 360px) {
    #content-listar-servico a {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    #content-listar-endereco {
        text-align: center;
    }

    #content-listar-endereco .redes-sociais {
        margin-left: 21%;
    }

    #planos .plan {
        background-color: #F9F9F9;
        height: 680px;
        padding: 50px;
        text-align: center;
        margin-bottom: 10%;
    }

    #beneficios .content-conteudo {
        padding-top: 142px;
        text-align: center;
    }

    #beneficios h2 {
        color: #0F1B59;
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        max-width: 100% !important;
    }

    #beneficios p {
        margin-top: 39px;
        color: #7F7F7F;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }

    #beneficios .col-sm-4 {
        flex: 0 0 99.333333%;
        max-width: 99.333333%;
    }
}

@media (min-width: 319px) and (max-width: 320px) {
    #beneficios .content-conteudo {
        padding-top: 130px;
    }

    #beneficios h2 {
        max-width: 100% !important;
        text-align: center;
    }

    #beneficios p {
        max-width: 100% !important;
        text-align: center;
    }

    #planos .plan {
        margin-bottom: 10%;
    }

    #pre-footer .row:first-child {
        text-align: center;
    }

    #pre-footer .redes-sociais ul {
        list-style: none;
        margin-left: 20%;
    }

    #content-listar-servico a {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
}

#solucoes .card .content {
    min-height: 115px;
}

.link-zap {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.link-zap i {
    color: #34af23;
}