﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow: hidden;
}

.body404 {
    background: url('../img/404quali.jpg') no-repeat center top;
    background-size: 275% 100vh;
}

.container-404 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}

.info-404 {
    width: auto;
    height: auto;
    text-align: center !important;
    margin: 20px;
    margin-top: 30%;
}

    .info-404 a {
        font-size: 1.1em;
    }

    .info-404 h3 {
        font-weight: 300 !important;
        text-align: center;
        color: #fff;
    }

    .info-404 p {
        color: #5BC5C7;
        text-align: center;
    }

    .info-404 button {
        border-radius: 30px;
        color: #002a53;
        border: 2px #002a53 solid;
        font-weight: 500 !important;
        margin-top: 20px;
        width: 75%;
        height: 40px;
    }

        .info-404 button:hover {
            color: #5BC5C7;
            border: 2px #5BC5C7 solid;
            background-color: rgba(255, 255, 255, 0.1)
        }

    .info-404 i {
        color: #C2393B;
    }

#sec_inicio {
    background: url('../img/fundo_homeJ.jpg') no-repeat center top;
    background-size: cover;
}

.espaco-cliente {
    background: url('../img/fundo_cliente.jpg') no-repeat center top;
    background-size: cover;
}

#sec_cliente {
    background: url('../img/fundo_parciero_verde.jpg') no-repeat center top;
    background-size: cover;
}

#sec_sobre {
    background: url('../img/fundo_sobre.jpg') no-repeat center top;
    background-size: cover;
}

#sec_contato {
    background: url('../img/fundo_footer_verde.jpg') no-repeat center top;
    background-size: cover;
}

#sec_planos {
    background: url('../img/fundo_planos_verde.jpg') no-repeat center -30px;
    background-size: cover;
}

.pai {
    height: 100%;
    position: relative;
    touch-action: none;
}

section {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    section::after {
        position: relative;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 80%;
    }
.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}
.sessoes-container {
    vertical-align: top;
}

.sessoes-container-rigth {
    text-align: center;
}

.sessoes-container-left {
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.sessoes-container-rigth img {
    width: 60%;
    height: auto;
    display: inline-block;
}

button {
    background-color: rgba(255,255,255,0);
    border: 2px #5BC5C7 solid;
    border-radius: 9px;
    width: 250px;
    height: 60px;
    font-family: "Century Gothic", Calculator, sans-serif;
    font-size: .8em;
    color: #5BC5C7;
    font-weight: bold;
}

    button:hover {
        border: 2px #F05658 solid;
        color: #F05658;
        cursor: pointer;
        transition: .5s ease-out;
    }

.rigth-inicio {
    width: 400px;
    height: auto;
    display: inline-block;
}

    .rigth-inicio p {
        margin-top: 20px;
        white-space: normal;
        text-align: justify;
    }

#sec_inicio ul li {
    color: #002a53;
    font-size: 0.7em;
}

#sec_inicio span {
    color: #F05658;
}

.logo-quali {
    display: flex;
}

#logo_quali {
    top: 20px;
    width: 30%;
    height: auto;
    z-index: 2;
    position: absolute;
    right: 10px;
}
.allianz {
    background: #fff;
    border: 2px #5BC5C7 solid;
    padding: 3px;
    width: 120px;
    height: auto;
    text-align: center !important;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
}

.allianz-link {
    color: #F05658;
    font-family: "Century Gothic", Calculator, sans-serif;
    text-decoration: underline;
}

    .allianz-link:hover {
        color: #5BC5C7;
    }

.allianz:hover {
    border: 2px #F05658 solid;
}

.allianz p {
    text-align: center;
    color: #F05658;
}

.allianz img {
    width: 100px;
}

.app_home h6 {
    color: #5BC5C7;
    text-align: center
}

.app_home, .app-container {
    display: inline-block;
    text-align: center;
    width: 49%;
}

    .app_home .down {
        background-color: #f0565885;
        width: 45px;
        height: 45px;
        text-align: center;
        border: 0;
        opacity: 8;
        display: inline-block;
    }

        .app_home .down i {
            font-size: 35px;
            color: #002a53;
        }

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Raleway', sans-serif;
    color: #002a53;
    text-align: left;
    white-space: normal;
}

h1 {
    font-weight: 800;
}

h3 {
    font-weight: 700;
}

p {
    font-size: 0.8em;
}

a {
    font-size: 0.7em;
}

span {
    color: #F05658;
}

ul {
    list-style-type: none;
}

    ul li:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url('../img/coracao.svg');
        background-size: 10px;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    ul li {
        font-family: 'lato';
        color: #002a53;
    }

.modal span {
    text-align: center;
}

#sec_contato .sessoes-container-left {
    text-align: center;
    margin-top: 70px;
}

.intup_form h1, input, textarea {
    display: block;
    padding: 5px 10px;
    margin: 8px 0px;
    width: 100%;
    border-radius: 8px;
    background-color: rgba(255,255,255,0);
    resize: none;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
}

#sec_contato .intup_form {
    text-align: center;
}

.container-endereco {
    margin-top: -10px;
    display: inline-block;
}

    .container-endereco .endereco {
        width: 100%;
        margin-bottom: 5px;
        justify-content: center
    }

.sub-endereco {
    width: 100%;
    display: flex;
}

.contat {
    background: #ffffff70;
    width: 90%;
    padding: 15px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 10%;
    display: none;
}

    .contat h3 {
        color: #fff;
        font-weight: 300;
        text-align: center;
    }

    .contat input, textarea {
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        width: 98%;
    }

textarea {
    width: 100%;
}
#container-fale .cancel{
    display:block;
}
.contat .cancel {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: .7em;
}
#seta-left {
    margin-left: -30px;
    margin-top: -10px;
}
#seta-rigth {
    margin-left: 4px;
    margin-top: -10px;
}
#txt_telefone, #txt_email {
    width: 49%
}
.botao {
    width: 44%;
    height: 30px;
    background: #002a53;
    border: none;
    color: #fff;
    font-weight: 500;
}

    .botao:hover {
        color: #5BC5C7;
        border: none;
    }

.intup_form span {
    color: #F05658;
}

input:focus, textarea:focus {
    border: 1px #F05658 solid !important
}

.down {
    display: block;
    border: 1px #fff solid;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

    .down a {
        text-decoration: none;
        color: #fff;
        font-family: 'Raleway';
    }

.termo {
    cursor: pointer;
    margin-top: -20px;
    z-index: 3;
}

    .termo a {
        font-size: 12px;
        text-decoration: none;
        color: #fff;
        font-family: 'Raleway';
    }

    .termo div {
        color: #002a53;
        font-family: 'Raleway';
        font-size: 11px;
        margin-top: 5px;
    }

.social-container {
    display: flex;
    text-align: center;
    width: 35%;
    justify-content: center;
    align-items: center;
}

.social {
    border: 1px #fff solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px 0 0;
}

    .social i {
        color: #fff;
        padding: 10px !important;
        text-align: center !important;
        font-size: 15px !important;
    }

    .social a {
        text-decoration: none;
    }

    .social:hover, .down:hover {
        background: #5BC5C7;
        border: none;
    }

    .social i:hover {
        color: #fff;
    }

.down i {
    margin-top: 5px;
    font-size: 20px;
    margin-right: 5px;
}

.icon {
    border-radius: 18px 18px 0;
    color: #fff;
    width: 100%;
    height: 45px;
    display: flex;
    margin: 0 0 10px 0;
}

    .icon h5 {
        font-size: 14px;
        color: #fff;
    }

    .icon i {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        vertical-align: middle;
        color: #fff;
    }

.endereco {
    height: 100px;
    width: 90%;
    margin: 0;
}

.footer-info {
    text-align: left;
    width: 50%;
}

#city {
    font-weight: 700;
}

.icon span, #sec_planos, #app_down {
    font-family: 'Raleway';
    color: #fff !important;
    font-size: .7em;
    font-weight: 500;
}

.icon span, #app_down {
    font-weight: 300;
}

#app_down {
    font-weight: 700;
    text-align: center;
    display: none;
}

::-webkit-input-placeholder {
    color: #F05658;
    font-size: 11px;
    font-family: "Raleway"
}

::-moz-placeholder {
    color: #F05658;
    font-size: 11px;
    font-family: "Raleway"
}

:-moz-placeholder {
    color: #F05658;
    font-size: 11px;
    font-family: "Raleway"
}

:-ms-input-placeholder {
    color: #5BC5C7;
    font-size: 11px;
    font-family: "Raleway"
}

.scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0,-50%);
    color: #F05658;
    font-family: "Century Gothic", Calculator, sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    cursor: pointer;
    padding-top: 30px;
}

    .scroll:hover {
        opacity: .5;
    }

    .scroll span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #F05658;
        border-bottom: 1px solid #F05658;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: seta 2s infinite;
        animation: seta 2s infinite;
    }

    .scroll img {
        width: 35px;
        height: auto;
        -webkit-animation: seta_coracao 2s infinite;
        animation: seta_coracao 2s infinite;
        box-sizing: border-box;
    }
.scroll-card {
    padding: 4% 0;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0,-50%);
    color: #F05658;
    font-family: "Century Gothic", Calculator, sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    cursor: pointer;
}

    .scroll-card:hover > span {
        border-left: 1px solid #F05658;
        border-bottom: 1px solid #F05658;
    }

    .scroll-card span {
        position: absolute;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #5BC5C7;
        border-bottom: 1px solid #5BC5C7;
        -webkit-transform: rotate(224deg);
        transform: rotate(224deg);
    }

.prev span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scroll-card img {
    width: 35px;
    height: auto;
    -webkit-animation: seta_coracao 2s infinite;
    animation: seta_coracao 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes seta {
    0% {
        -webkit-transform: rotate(45deg) translate(0,0);
    }

    20% {
        -webkit-transform: rotate(45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(45deg) translate(0,0);
    }
}

@keyframes seta {
    0% {
        transform: rotate(-45deg) translate(0,0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0,0);
    }
}
.name:hover {
    color: #fff;
}

    .name:hover::after {
        background: #F05658;
    }

.link {
    position: relative;
    color: #fff;
}

.balao::before,
.balao::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -10%);
    opacity: 0;
    transition: .2s;
}

.balao::before {
    content: '';
    bottom: calc(100% + 2px);
    border: solid 5px transparent;
}

.balao::after {
    content: attr(aria-label);
    bottom: calc(100% + 5px);
    padding: .1em .3em;
    font-size: .8em;
    border-radius: 2em;
}

.balao:hover::before,
.balao:hover::after {
    opacity: 1;
    transform: translate(-50%);
}
.menu-container {
    display:none;
}
.icon_estabelecimento .name:hover::after {
    background: #5BC5C7;
}

.icon_estabelecimento .balao::after {
    bottom: calc(70% + 5px);
    font-size: .9rem;
    border-radius: .5em;
    font-family: 'Raleway';
}

.container-cliente .name:hover::after {
    background: #5BC5C7;
    display: none;
}

.container-cliente.balao::before,
.container-cliente.balao::after {
    left: -100%;
    display: none;
}

.container-cliente.balao::after {
    bottom: calc(20% + 5px);
    padding: .6em .4em;
    font-size: .9rem;
    font-family: 'Raleway';
}


#img_planos_left {
    position: absolute;
    z-index: 0;
    width: 35%;
}

.fundo {
    left: 0;
    top: -225px;
    float: left;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 127vh;
    z-index: 0;
}

.img-fundo {
    height: 30%;
    width: 80%;
    z-index: 0;
    margin: 0 7%;
}

.espaco-cliente .img-fundo {
    width: 100px;
    height: auto;
    z-index: 0;
    top: 15%;
    position: absolute;
    margin: 0 0 0 -50px;
    left: 50%;
}

#sec_planos .fundo {
    left: 0;
    top: 0;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: -2;
}

#sec_sobre .img-fundo {
    height: 37%;
    width: 70%;
    z-index: 0;
    margin-top: 15px;
    right: 0px;
    float: right;
    margin-right: -20px;
}

#img-fundo_plano {
    margin: 0;
    width: 100%;
    height: auto;
}

#sec_cliente .img-fundo {
    display: none;
    right: 10%;
    bottom: 250px;
    float: right;
    position: absolute;
    width: 335px;
    height: auto;
    z-index: -1;
}

#sec_contato .img-fundo {
    right: 0px;
    bottom: 0px;
    width: 95%;
    height: auto;
    margin-top: -50px;
    z-index: -1;
}
.title {
    display: block;
    margin-top: 40px;
}

#sec_planos h1 {
    text-align: center;
}

    #sec_planos h1 > span, #sec_cliente h3 > span, #sec_sobre h3 > span {
        color: #F05658
    }

.container {
    display: block;
    width: 100%;
    height: 100vh;
    text-align: center;
}

    .container .intup_form input {
        width: 98%;
    }

.button-copy a {
    font-size: 9px;
    color: #F05658;
    margin: -7px;
}

.button-copy ul {
    margin: 0;
}

#sec_planos form h3 {
    margin-top: 0;
}

.container .button-copy p {
    font-size: 10px;
    text-align: center;
    margin: -6px;
}

.container .intup_form p {
    text-align: center;
}

.bolinhas-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 3;
    right: 10px;
    top: 50%;
}

.ponto, .pontoMenu {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #5bc5c766;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.pontoMenu {
    background-color: #1a1a1a66;
    margin: 2px 2px;
}

    .ponto:hover, .pontoMenu:hover, .active {
        background-color: #f56c70cc;
    }

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.add-product {
    display: inline-block;
    transition: all 0.3s ease;
    background-color: #5BC5C7;
    height: auto;
    z-index: 33;
    width: 215px;
    border-radius: 45px 45px 0;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
    cursor: pointer;
    margin: 15px;
    padding: 10px 25px;
    font-family: "Raleway";
}

    .add-product:hover {
        background-color: #002a53;
        color: #fff;
    }

    .add-product .button-copy:hover > a {
        color: #fff;
        text-decoration: underline;
    }

    .add-product ul li {
        color: #fff;
        text-align: left;
    }

    .add-product span {
        color: #fff;
    }

#app_master {
    background-color: #F05658;
}

    #app_master:hover {
        background-color: #002a53;
    }

#app_empresarial {
    background-color: #F05658;
    width: 85%;
    border-radius: 45px;
}

    #app_empresarial:hover {
        background-color: #002a53;
    }

    #app_master ul li:before, #app_empresarial ul li:before {
        background-image: url('../img/coracao_verde.png');
    }

    #app_master .button-copy > a, #app_empresarial .button-copy > a {
        color: #fff;
    }

#app_explicacao, #fale {
    width: 85%;
    height: 32px;
    border-radius: 45px;
    padding-top: 7px;
    cursor: pointer;
}

#app_explicacao {
    margin: 0;
}

    #app_explicacao span {
        font-size: 1.2em;
        font-weight: 300;
        color: #fff;
    }

#container-cards {
    display: inline-block;
}
.modal-container {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0,0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900 !important;
    display: none;
    justify-content: center;
    align-items: center;
}

.modal {
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 5px;
    width: 95%;
    height: 400px;
    min-width: 270px;
    padding: 20px;
    color: #002a53;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow-y: auto;
    font-family: "Raleway";
    font-weight: 300;
}

    .modal button {
        margin-top: 0px;
    }

        .modal button:hover {
            border: none;
        }

    .modal p {
        color: #3e9092;
        margin: 10px;
    }

        .modal p i {
            color: #F05658;
        }

    .modal span {
        margin: 10px;
        color: #F05658;
    }

#sec_cliente .modal span {
    font-size: .7em;
}

#sec_cliente .modal p {
    margin: 0;
}

#info-parceiro .modal h3 {
    text-transform: uppercase;
}

.modal h3, .modal li > span {
    margin-top: 10px;
    color: #002a53;
    font-weight: 300;
    text-align: justify;
}

.modal ul {
    margin-top: 10px;
}

.modal-container.mostrar {
    display: flex
}


.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background-color: rgba(225,255,255,0);
    border-style: none;
    color: #002a53;
    cursor: pointer;
}


.modal-planos input, .modal-planos textarea {
    border: 1px solid #5BC5C7;
    color: #F05658;
}

.telf_class {
    width: 100%;
    text-align: center;
}

    .telf_class input {
        width: 47%;
    }

.cancel {
    color: #5BC5C7;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 300;
    font-size: 14px;
}

    .cancel:hover {
        color: #F05658;
    }

#flex ul, #explicacao .modal ul {
    width: 90%;
    text-align: justify;
}

#explicacao .modal {
    height: 80vh;
    justify-content: normal;
}

    #explicacao .modal ul li {
        margin-top: 10px;
        color: #5BC5C7;
    }

@keyframes anime-modal {
    from {
        opacity: 0;
        transform: translate3d(0,-60px,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes anime-menu {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.mostrar .modal {
    animation: anime-modal .3s
}

#mensagem, .mensagens {
    margin-top: 10px;
    color: #ffc500;
    font-size: 11px;
    font-family: "Raleway";
    text-align: center;
}

::selection {
    background-color: #F5617A;
    color: #fff;
}

::-moz-selection {
    background-color: #F5617A;
    color: #fff;
}

#sec_cliente {
    text-align: center;
}

    #sec_cliente .sessoes-container-rigth {
        transform: translateY(70%);
    }

    #sec_cliente h3, p {
        text-align: center;
    }

    #sec_cliente input {
        border: 1px #5BC5C7 solid;
        width: 90%;
    }

.logos-parceiros {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    overflow-x: auto;
    display: inline-block;
    direction: rtl;
    cursor: pointer;
    margin-top: 20px;
    height: 30vh;
}

.icon-logo {
    background: #fff;
    width: 23%;
    height: 70px;
    border-radius: 10px;
    padding: 5px;
    display: inline-flex;
    margin: 10px 2px;
    box-shadow: 0px 0px 10px 0px #c6bcbc;
    cursor: pointer;
    position: relative;

}

    .icon-logo img {
        width: auto;
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden;
    }
.scroll-width {
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 9px;
    height: 500px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px #f05658a3;
}

.text_explic {
    display: inline-block;
    width: 90%;
    margin: 10px 0 0px 0px;
}

    .text_explic p {
        font-weight: 400;
    }
    .conteudo-cliente .text_explic p {
    text-align: center;
    font-size:11px
    }

    #sec_cliente i, .text_explic p {
        color: #002a53;
        white-space: normal;
        text-align: justify;
        font-size: 0.6em;
    }

#sec_cliente i {
    font-size: 1em;
    color: #F05658;
    cursor: pointer;
}

#sec_cliente p {
    text-align: center;
}

#sec_cliente h3 {
    margin-top: 55px;
}

.text_explic p > i, .intup_form i {
    color: #F05658 !important;
}

.intup_form i, input {
    display: inline-block;
}

.intup_form i {
    font-size: 23px;
    text-align: center;
    transform: translateY(20%);
    cursor: pointer;
}

.icon_estabelecimento img {
    width: 40px;
    height: 40px;
    margin: 30px 5px 0 5px;
    border-radius: 5px;
}

.icon_estabelecimento a {
    cursor: pointer;
}

.icon_estabelecimento img:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


#sec_sobre h3, p {
    text-align: left;
}

#paragrafo1, #paragrafo2 {
    display: none;
}
.sobre .icon {
    border: 1px #5BC5C7 solid;
}

    .sobre .icon p {
        color: #F05658;
        display: inline-block;
        font-size: 0.7em;
    }

    .sobre .icon span {
        font-size: 9px;
        color: #5BC5C7 !important;
        font-weight: 500;
    }

    .sobre .icon i {
        color: #F05658;
        display: inline-block;
        font-size: 0.7em;
    }

.sobre .endereco {
    margin: 1px;
    width: 33%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #5BC5C7;
    display: none;
}

.sobre .container {
    height: 10vh;
    display: inline-block;
    margin-left: -150px;
}

.container-icon { 
    display: flex;
    flex-direction: row;
}

.counter-up {
    display: inline-block;
    text-align: center;
    margin: 15px;
}

    .counter-up h3, h4 {
        text-align: center !important;
        font-size: 15px;
    }


.sobre .add-product .button-copy:hover > a {
    color: #5BC5C7;
}

.counter-up i, h4 {
    color: #002a53;
    text-align: center;
}

.counter-up h3 {
    color: #F05658;
    text-align: center;
}

.sobre .add-product {
    width: 40%;
    height: auto;
    background-color: #fff;
    margin: 5px;
    padding: 0;
    box-shadow: none;
}

    .sobre .add-product span, .sobre .add-product a {
        font-family: 'Raleway'
    }

.sobre .intup_form h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center !important;
}

.add-product.open_vendedor, .add-product.open_parceiro {
    width: 520px !important;
}

.sobre .add-product .button-copy {
    line-height: 20px;
    color: #002a53;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.sobre .intup_form h3 {
    margin-top: 60px;
}

.sobre .button-copy span {
    font-family: 'Raleway', sans-serif;
    font-size: 9px;
    color: #002a53;
    text-transform: none;
}

.button-copy span {
    text-transform: uppercase;
}

.container-cliente {
    background: #5BC5C7;
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-radius: 80px 0 0;
    cursor: pointer;
    box-shadow: 0 0 0 0 #5BC5C7, 0 0 0 0 #5BC5C7;
    transition: box-shadow 1s cubic-bezier(.19,1,.22,1);
}

    .container-cliente:hover {
        box-shadow: 0 0 0 8px #5BC5C7, 0 0 0 8px #5BC5C7;
    }

.botao-cliente {
    display: none;
    position: relative;
    background: #FFF;
    width: 25px;
    height: 2px;
    z-index: 3;
    margin-top: 25px;
    left: 30px;
    animation: anime-menu .9s;
}

    .botao-cliente:after {
        background: #fff;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: -10px;
        animation: anime-menu .9s;
    }

.icon-cliente {
    display: block;
    z-index: 4;
    margin-top: 17px;
    margin-left: 32px;
    font-size: 25px;
    color: #fff;
    animation: anime-menu .9s;
}

.container-cliente p {
    font-size: .8em;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}

#cliente-check {
    display: none;
}

    #cliente-check:checked ~ label .icon-cliente {
        display: none;
    }

    #cliente-check:checked ~ label .botao-cliente {
        display: block;
        transform: rotate(45deg);
        background: #5BC5C7;
    }

        #cliente-check:checked ~ label .botao-cliente:after {
            display: block;
            transform: rotate(90deg);
            bottom: 0;
            background: #5BC5C7;
        }

    #cliente-check:checked ~ label .container-cliente {
        box-shadow: 0 0 0 150vh #fff, 0 0 0 150vw #fff;
        background: #fff;
    }

    #cliente-check:checked ~ div {
        opacity: 1;
        display: flex;
    }

    #cliente-check:checked ~ img {
        z-index: 2
    }

.espaco-cliente {
    width: 100%;
    height: 90%;
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 4;
    opacity: 0;
    transition: .25s .1s cubic-bezier(0,1.07,0,1.02);
}

.conteudo-cliente {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .25s .1s cubic-bezier(0, 0.9, 0, 1.02)
}

.espaco-cliente h3 {
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
}

.espaco-cliente input {
    border: 1px #5BC5C7 solid;
    color: #f05658;
    width: 80%;
    font-size: 16px;
    font-family: 'Raleway';
    padding: 10px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0)
}

#mensagem, #mensagem_parceiro {
    font-family: 'Raleway';
    margin-bottom: 15px;
    font-size: 11px;
    text-align: center;
}

.espaco-cliente .text_explic p {
    font-weight: 300;
}

.espaco-cliente .intup_form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.button1 {
    cursor: pointer;
    text-align: center;
    padding: 8px;
}

.display, .card-planos, card-planos-1000 {
    display: none;
}

.container-dow {
    display: inline-block;
    width: 50%
}

.informa-footer {
    display: flex;
    flex-direction: column
}

.sub-informa-footer {
    display: flex;
}

.info-cont {
    margin-top: -50px;
}

.none {
    display: flex;
}

.none-desk, .none-cont {
    display: none;
}

.lds-heart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    transform-origin: 32px 32px;
    z-index: 4;
    background: #ffffffb3;
    right: 0;
    transition: right 2s;
    -webkit-transition: right 2s;
}

    .lds-heart img {
        position: absolute;
        width: 80px;
        height: 80px;
        animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .lds-heart div:after,
    .lds-heart div:before {
        content: " ";
        position: absolute;
        display: block;
        width: 26px;
        height: 26px;
        background: #fff;
    }

    .lds-heart div:before {
        left: -17px;
        border-radius: 50% 0 0 50%;
    }

    .lds-heart div:after {
        top: -17px;
        border-radius: 50% 50% 0 0;
    }

.lds-heart-parceiros {
    right: 0;
}

    .lds-heart-parceiros img {
        width: 10%;
        height: 15%;
    }

@keyframes lds-heart {
    0% {
        transform: scale(0.95);
    }

        5% {
        transform: scale(1.1);
    }

    39% {
        transform: scale(0.85);
    }

    45% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(0.9);
    }
}
#sec_contato .sessoes-container-left {
    margin-top: 10px;
}
@media all and (max-width:320px) {
    h1 {
        font-size: 1.222em;
    }
    h3 {
        font-size: 1em;
    }
    .scroll{
        display:none;
    }
    .espaco-cliente .img-fundo {
        top: 8%;
    }
    #sec_cliente h3 {
        margin-top: 20px;
    }
    .logos-parceiros {
        height: 40vh;
    }
    #sec_sobre .img-fundo {
        margin-top:0;
    }
    .text_explic {
        margin:0;
    }
    #seta-left {
        margin-left: -12px;
        margin-top: -10px;
    }
    #seta-rigth {
        margin-left: -12px;
        margin-top: -10px;
    }
}
@media all and (min-width: 380px) {
    .img-fundo {
        height: 40%;
        margin-top: 20px;
    }

    #img-fundo_plano {
        margin: 10% 0 0 0;
    }

    .title {
        margin-top: 50px;
    }

    .container-icon { 
        display: flex;
        flex-direction: row;
    }

    .intup_form h1, input, textarea {
        padding: 10px 10px;
        margin: 10px 0px;
    }

    .cancel {
        font-size: 1em;
    }

    #sec_cliente .modal span {
        font-size: .8em;
    }

    .sobre .add-product {
        margin: 0px;
    }

    .sobre .icon p {
        font-size: 1em;
        font-weight: bold;
    }

    .sobre .endereco {
        display: inline-block;
        color: #5BC5C7;
        text-align: center;
        font-size: .6em;
        font-family: 'Raleway';
        padding: 0 5px;
    }

    .sobre .icon i span {
        font-size: 7px
    }

    #sec_contato .img-fundo {
        margin-top: 0
    }

    .logos-parceiros {
        height: 45vh;
    }
}

@media all and (min-width: 480px) {
    h1 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 2em;
    }

    p {
        font-size: 12px;
    }

    .sessoes-container-left {
        margin: 0 4%;
    }

    #sec_inicio ul li {
        font-size: 100%;
    }

    .allianz {
        width: 200px;
    }

        .allianz img {
            width: 160px;
        }

    .app_home .down {
        width: 50px;
        height: 50px;
    }

    h6 {
        font-size: 14px;
    }

    .label-mobile {
        display: none;
    }

    .label {
        display: inline-block;
    }
    .container-cliente {
        width: 80px;
        height: 80px;
        margin-left: 30px;
    }

    .icon-cliente {
        font-size: 30px;
        margin-left: 35px;
        margin-top: 25px;
    }

    .container-cliente p {
        font-size: 1em;
    }

    .container-cliente .name:hover::after {
        display: inline-block;
    }

    .container-cliente.balao::before,
    .container-cliente.balao::after {
        display: inline-block;
    }

    .down i {
        margin-right: 0;
    }

    #img-fundo_plano {
        width: 80%;
        margin-top: 5%;
        margin-left: 10%;
    }

    .title {
        margin-top: 50px;
    }

    #app_empresarial {
        width: 80%;
    }

    .add-product {
        padding: 20px;
        margin: 20px;
    }

    #app_explicacao, #fale {
        width: 60%;
    }

    .button-copy span {
        font-size: 16px;
    }

    #sec_planos ul li {
        font-size: 120%;
    }

    #app_explicacao span {
        font-size: 17px;
    }

    .button-copy a {
        font-size: 12px;
    }
    button {
        font-size: 1em;
    }

    .cancel {
        margin-top: 20px;
    }

    ::-webkit-input-placeholder {
        font-size: 12px;
    }

    ::-moz-placeholder {
        font-size: 12px;
    }

    :-moz-placeholder {
        font-size: 12px;
    }

    :-ms-input-placeholder {
        font-size: 12px;
    }

    .intup_form h1, input {
        width: 95%;
    }

    .modal span {
        font-size: 16px;
    }

    #sec_cliente i, .text_explic p {
        font-size: 0.9em;
    }

    .text_explic p {
        text-align: center;
    }

    #sec_cliente h3 {
        margin-top: 20%
    }

    #sec_cliente .modal h3 {
        margin-top: 0
    }

    .modal p {
        margin: 10px;
    }

    .logos-parceiros {
        height: 50vh;
    }

    .icon-logo {
        width: 17%;
        margin: 10px 5px;
    }

    #paragrafo1, #paragrafo2 {
        display: inline-block;
    }

    #sec_sobre .img-fundo {
        width: 50%;
    }

    #sec_sobre .text_explic p {
        text-align: justify;
    }

    #sec_sobre .sessoes-container-left {
        margin: 0;
    }

    .sobre .endereco {
        margin: 5px 10px;
        padding: 5px;
    }

    .sobre .icon i {
        font-size: 16px;
    }

    .sobre .icon span {
        font-size: 11px;
        padding: 3px;
    }

    .sobre .button-copy span {
        font-size: 14px;
    }

    .sobre .add-product {
        font-size: 22px;
        margin-top: 10px;
    }

    .sobre .icon p {
        font-size: .7em;
        font-weight: bold;
    }

    .counter-up h3 {
        margin-bottom: -10px;
        font-size: 12px;
    }

    #sec_contato .sessoes-container-left {
        margin-top: 0;
    }

    .container-endereco {
        display: flex;
        width: 100%;
        margin-top: 10px;
    }

        .container-endereco .endereco {
            width: 33.3333%;
        }

    .sub-endereco {
        width: 66.666%;
    }

    .icon span {
        font-size: 1em;
    }

    #app_explicacao {
        height: 40px;
    }

    #sec_contato .img-fundo {
        position: absolute;
        right: -40px;
        bottom: -100px;
        width: 70%;
    }

    #app_explicacao, #fale {
        height: 40px;
    }

    a {
        font-size: .8em;
    }

    .container-dow {
        display: flex;
        width: 50%;
        flex-direction: column;
        align-items: center;
    }

    .social-container {
        width: 50%;
        flex-direction: column
    }

        .social-container .icon {
            flex-direction: column
        }

    .none {
        display: none
    }

    .footer-info {
        width: 100%
    }

    #app_down {
        display: inline-block;
    }

    .down {
        width: 60%
    }

    .social-container {
        align-items: baseline;
    }

    .termo {
        margin-top: 0;
    }

    #fale {
        display: none
    }

    .contat {
        display: inline-block;
    }

    #mensagem, #mensagem_parceiro {
        font-size: 14px;
        margin-top: 15px;
    }

    .info-404 {
        margin-top: 15%;
    }

        .info-404 h3 {
            font-size: 1.5em;
        }

        .info-404 button {
            width: 250px;
        }

        .info-404 p {
            font-size: 17px;
            margin-top: 10px;
        }

    .body404 {
        background: url(../img/404quali.jpg) no-repeat center top;
        background-size: 200% 100vh;
    }
}

@media all and (min-width: 1000px) {
    .scroll-card {
        padding: 2% 0;
    }

    .espaco-cliente input {
        width: 30%;
    }
    .espaco-cliente .img-fundo {
        width: 150px;
        margin: 0 0 0 -75px;
    }
    #logo_quali {
        width: 13%;
    }

    .sessoes-container-left {
        width: 50%;
    }

    .img-fundo {
        width: 40%;
        height: auto;
        margin: auto;
        position: absolute;
        right: 10px;
        bottom: 50%;
        margin-bottom: -20%;
    }

    #sec_inicio .sessoes-container-left {
        transform: translateY(50%);
        margin-bottom: -180.5px;
    }

    h1 {
        font-size: 2.2em;
    }

    h3 {
        margin: 20px 0;
    }

    #sec_planos ul li {
        font-size: 100%
    }

    .button-copy span {
        font-size: 12px;
    }

    #app_explicacao span {
        font-size: 14px;
    }

    #sec_planos {
        background: url('../img/fundo_planos_verde.jpg') no-repeat center -80px;
        background-color: rgba(0, 0, 0, 0);
        background-size: cover;
    }

    .button-copy a {
        font-size: 11px;
    }

    .modal {
        width: 50%;
    }
    #img-fundo_plano {
        position: initial;
        width: 40%;
        margin-top: 20px;
        margin-left: 30%;
        transform: translateX(-50%);
    }
    .conteudo-cliente .text_explic p {
        font-size: 14px;
    }
    .title {
        margin-top: 0px;
    }

    #app_empresarial {
        width: 600px;
    }

    #app_explicacao {
        width: 450px;
        height: 30px;
    }

    .add-product {
        width: 230px;
        margin: 15px 5px;
    }

    .card-planos {
        display: inline-block;
    }

    .ponto-none {
        display: none;
    }

    #container-cards {
        width: 75%
    }
    #sec_planos h1 {
        font-size: 3em;
    }

    #sec_cliente .img-fundo {
        display: inline-block;
    }

    #sec_cliente h3 {
        margin-top: 10%;
    }

    .logos-parceiros {
        height: 40vh;
    }

    #sec_sobre .img-fundo {
        height: auto;
        width: 35%;
        right: -20px;
        bottom: 50%;
    }

    #sec_sobre .sessoes-container-left {
        margin-top: 12%;
        width: 65%;
    }

    .sobre .endereco {
        height: 50px;
    }

    .sobre .text_explic p {
        font-size: .8em;
    }

    .counter-up h3 {
        margin-top: 0;
    }

    #sec_sobre .text_explic p {
        text-align: left;
    }

    .sobre .icon i span {
        font-size: 9.5px;
        font-weight: bold;
    }

    .sobre .icon span {
        font-size: 10px;
    }

    #sec_contato .img-fundo {
        width: 40%;
        bottom: 50%;
        margin-bottom: -28%;
    }

    .contat {
        width: 55%;
        margin-top: 2%;
    }

    #sec_contato .sessoes-container-left {
        margin: 20px 0 0 0;
    }

    .termo {
        margin-top: 10px;
    }

    #app_down {
        margin-bottom: 10px;
    }

    .social {
        margin-bottom: 10px
    }

    .informa-footer {
        margin-top: 20px;
    }

    p {
        font-size: 18px;
    }

    #sec_inicio p {
        font-size: 12px;
    }

    .none-desk {
        display: flex;
    }

    .cancel {
        font-size: 15px;
    }
    button {
        font-size: 15px;
    }
    a {
        font-size: 10px;
    }
    .bolinhas-container{
        display:none;
    }
    #mensagem, #mensagem_parceiro {
        font-size: 14px;
        margin-top: 15px;
    }
    .mensagens {
        font-size: 14px;
    }

    .body404 {
        background: url('../img/404quali.jpg') no-repeat center top;
        background-size: 130% 100vh;
    }

    .info-404 a {
        font-size: .9em;
    }

    .info-404 {
        margin-top: 10%;
    }

    .menu-container {
        display: inline-block;
        position: fixed;
        z-index: 3;
        color: #eee;
        padding: 1em;
        top: 8%;
        left: 0;
        text-align: left;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        white-space: nowrap;
        font-family: 'Raleway', sans-serif;
    }

        .menu-container a {
            font-size: 1em;
        }

    .menu {
        display: inline-block;
        cursor: pointer;
        padding: 0;
        margin: 0 0 0 0px;
        position: relative;
        text-align: center;
        opacity: 1;
        transition: opacity .2s .2s ease-out;
    }

        .menu:hover {
            opacity: 1;
            transition: opacity .2s .125s ease-out;
        }

            .menu:hover .label, .menu:hover ~ .label-mobile {
                opacity: 0;
                transition: opacity .2s .125s ease-out;
            }


            .menu:hover .itens {
                border-radius: 12px 12px 0px 12px;
                margin: 0 0;
            }

    .itens, .label, .label-mobile {
        background-color: #002a53;
        line-height: 2rem;
        color: #fff;
    }

    .label {
        display: none;
        border-radius: 1rem;
        position: absolute;
        font-size: .618em;
        font-weight: 900;
        letter-spacing: .0816em;
        top: 0;
        left: 0;
        right: 0;
        opacity: 1;
        pointer-events: none;
        text-transform: uppercase;
        transition: opacity .3s .75s ease-out;
        color: #fff;
    }

    .itens {
        border-radius: 0;
        display: inline-block;
        height: 2em;
        margin: 0 -.2em;
        cursor: pointer;
        transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
        width: 35px;
    }

        .itens.inicio {
            border-bottom-left-radius: 1em;
            border-top-left-radius: 1em;
        }

        .itens.ultimo {
            border-bottom-right-radius: 1em;
            border-top-right-radius: 1em;
            margin-right: 0;
        }

        .itens:hover {
            background-color: #53c2c4 !important;
            color: #fff;
        }
    .ativo {
        background-color: #599b9c;
    }
    .name.ativo::after {
        background: #F05658;
    }
    .balao.ativo::before,
    .balao.ativo::after {
        opacity: 1;
        transform: translate(-50%);
    }

    .balao.ativo ~ .label {
        display: none;
    }
}

@media all and (min-width:1400px) {
    .img-fundo {
        width: 35%;
    }

    h1 {
        font-size: 3em;
    }

    .sessoes-container-left {
        width: 60%;
    }

    .card-planos-1000, .card-planos {
        display: inline-block;
    }

    .ponto-none-desk {
        display: none;
    }

    #container-cards {
        width: 100%;
    }

    #sec_planos h1 {
        font-size: 4em;
    }

    .button-copy span {
        font-size: 14px;
    }

    #sec_planos ul li {
        font-size: 120%;
    }

    #sec_planos .title {
        margin-top: 10%;
    }

    #sec_cliente .sessoes-container-left {
        width: 50%;
    }

    #sec_cliente input {
        width: 60%;
    }

    .logos-parceiros {
        height: 45vh;
    }

    #sec_cliente .img-fundo {
        bottom: 50%;
    }

    #sec_cliente h3 {
        margin-top: 20%;
    }

    #sec_sobre .sessoes-container-left {
        margin-top: 20%;
        width: 65%;
    }

    #sec_sobre .img-fundo {
        height: auto;
        width: 40%;
        bottom: 30%;
    }

    #sec_contato .img-fundo {
        width: 50%;
        bottom: 30%;
        margin-bottom: -28%;
    }

    .icon span {
        font-size: 1.1em;
    }

    #sec_contato .icon span {
        line-height: 20px;
    }

    #sec_contato .sessoes-container-left {
        margin: 120px 0 0 0;
    }

    .add-product {
        margin: 20px 2px;
        width: 230px;
    }

    #sec_planos {
        background: url(../img/fundo_planos_verde.jpg) no-repeat center -30px;
        background-color: rgba(0, 0, 0, 0);
        background-size: cover;
    }

    .body404 {
        background: url(../img/404quali.jpg) no-repeat center top;
        background-size: 100% 100vh;
    }

    .info-404 {
        margin-top: 7%;
    }
}

@media all and (min-width:1600px) {
    #sec_inicio .sessoes-container-left {
        transform: translateY(100%);
    }

    .sessoes-container-left {
        width: 50%;
    }

    #sec_cliente .img-fundo {
        bottom: 40%;
        right: 16%;
    }

    #sec_sobre .sessoes-container-left {
        margin-top: 18%;
        width: 45%;
    }

    .text_explic {
        width: 100%;
    }

    .sobre .text_explic p {
        font-size: .9em;
        margin-bottom: 10px;
        text-align: justify
    }

    .sobre .icon span {
        font-size: 12px;
    }

    .sobre .endereco {
        height: 64px;
    }

    #sec_sobre .img-fundo {
        height: auto;
        width: 35%;
        bottom: 40%;
    }

    #sec_contato .img-fundo {
        width: 40%;
        bottom: -10%;
        margin-bottom: 0;
    }

    #sec_contato .sessoes-container-left {
        margin: 120px 10% 0 10%;
        display: inline-block;
    }

    #sec_contato .sessoes-container-left {
        width: 50%;
    }

    .sub-endereco {
        width: 75%;
    }

    .info-cont {
        margin-top: 0;
    }
}
