* {
    font-family: 'Livvic', sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    position: relative;
}

*:focus {
    outline: 0px !important;
}

a {
    text-decoration: none !important;
}

section {
    padding: 50px 0px;
}

button {
    appearance: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    animation: input_background_autofill 0s forwards;
}

.modal-open {
    padding-right: 0px !important;
}

#sobre .descricao,
#sobre .header+p,
#baixar .descricao {
    color: #51555E;
}

.titulo {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

#navbarPrincipal {
    transition: all 0.5s;
    padding-top: 30px;
    padding-bottom: 30px;
}

#navbarPrincipal #navbarCollapseConteudo .nav-item .nav-link {
    color: #fff;
    position: relative;
    padding: 15px 20px;
}

#navbarPrincipal.bg-white {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.modal-open #navbarPrincipal {
    padding-right: 16px !important;
}

#navbarPrincipal .navbar-brand .logo {
    width: 220px;
}

#navbarPrincipal .container {
    position: relative;
}

.navbar-toggler {
    transform: rotateY(190deg);
    outline: none !important;
    padding: 7px 10px 7px 0px;
    border: 0px solid #fff !important;
    position: absolute;
    right: 0px;
}

.navbar-toggler .icon {
    height: 3px;
    display: block;
    background: #fff;
    border-radius: 9px;
}

#navbarPrincipal.bg-white .navbar-toggler .icon {
    background: #666669;
}

.navbar-toggler .icon:nth-child(1) {
    width: 20px;
}

.navbar-toggler .icon:nth-child(2) {
    margin: 5px 0px;
    width: 30px;
}

.navbar-toggler .icon:nth-child(3) {
    width: 10px;
}

#navbarCollapseConteudo .active {
    font-weight: 600;
}

#navbarCollapseConteudo .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 30px;
    height: 3px;
    background: #C17DA6;
    animation: grow_width 0.5s;
    animation-fill-mode: forwards;
}

.divisor::after {
    content: "";
    height: 5px;
    width: 96px;
    border-radius: 5px;
    display: block;
    margin-top: 12px;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
}

#banner {
    background: url(../img/img-cidade.png) center bottom -40px, radial-gradient(circle, #00a7d1, #00a7d1, #00a7d1, #00a7d1, #00a7d1, #049dc6, #0793bc, #0a89b1, #0d7499, #0c5f82, #0a4c6b, #063954);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 130px;
    padding-bottom: 90px;
    background-blend-mode: soft-light;
    position: relative;
    background-attachment: fixed;
}

#banner::before {
    content: '';
    background: #fff;
    width: 100%;
    display: block;
    height: 100px;
    clip-path: polygon(0 80%, 240% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -1px;
}

#banner * {
    color: #fff;
}

#banner .titulo {
    text-align: left;
}

#banner .titulo::after {
    background: #EABD22;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    width: 55px;
}

#banner .subtitulo {
    background: #025E77;
    font-size: 16px;
    padding: 5px;
    border-radius: 40px;
    text-align: center;
    max-width: 260px;
}

#banner .btn-app-store {
    margin: 15px 0px !important;
    background-image: url(../img/ic-apple-store_w.png);
    background-size: 18px;
    background-position: left 20px center;
}

#banner .btn-google-play {
    margin: 15px 0px !important;
    background-image: url(../img/icon-google-play_w.png);
    background-size: 18px;
    background-position: left 20px center;
}

#banner .btn-app-store,
#banner .btn-google-play {
    font-size: 16px;
    border: 2px solid;
    padding: 0px 5px 2px 5px;
    border-radius: 40px;
    text-align: center;
    max-width: 260px;
    display: block;
    background-repeat: no-repeat;
}

#banner .btn-app-store span,
#banner .btn-google-play span {
    font-weight: 700;
}

#banner .mockups {
    position: relative;
}

#banner .mockups img {
    max-width: 300px;
    position: absolute;
}

#banner .mockups .celular-top {
    display: inline;
    z-index: 52;
    animation: float-celular 5s infinite;
    top: -20px;
}

#banner .mockups .celular-middle {
    top: 125px;
    z-index: 51;
    animation: float-celular 5s infinite;
    animation-delay: 0.2s;
}

#banner .mockups .celular-bottom {
    top: 275px;
    z-index: 50;
    animation: float-celular-bottom 5s infinite;
    animation-delay: 0.3s;
}

#banner .mockups .celular-sombra {
    top: 239px;
    left: -86px;
    z-index: 49;
    animation: float-celular-bottom 5s infinite;
    animation-delay: 0.3s;
    max-width: 490px;
}

#sobre {
    position: relative;
}

#sobre::before {
    content: '';
    background: #252527;
    width: 100%;
    display: block;
    height: 100px;
    clip-path: polygon(0 80%, 240% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -1px;
}

#sobre * {
    text-align: center;
}

#sobre .titulo {
    color: #4A5068;
}

#sobre .titulo::after {
    background: #10A9CB;
}

#sobre .header {
    margin: auto;
    display: flex;
    height: 180px;
    border-radius: 20px;
    width: 270px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

#sobre .condomino .header {
    background: url(../img/bg_header_condominos.jpg) no-repeat center;
    background-size: cover;
}

#sobre .sindico .header {
    background: url(../img/bg_header_sindico.jpg) no-repeat center;
    background-size: cover;
}

#sobre .adm .header {
    background: url(../img/bg_header_administradora.jpg) no-repeat center;
    background-size: cover;
}

#sobre .visitante .header {
    background: url(../img/bg_header_fornecedores.jpg) no-repeat center;
    background-size: cover;
}

#sobre .header .titulo {
    color: #fff;
    font-size: 22px;
    margin: auto;
    font-weight: 600;
}

#sobre .header p {
    color: #fff;
    font-weight: 600;
    margin: auto;
}

#sobre .btn-ver-recursos {
    color: #252527;
    background: #fff;
    text-align: center;
    display: block;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #252527;
    width: 140px;
    margin: 0px auto 50px auto;
}

#recursos {
    background: #252527;
}

#recursos .titulo {
    color: #fff;
}

#recursos .titulo::after {
    background: #F1468C;
    margin-bottom: 46px;
}

#recursos .visao-recursos:not(.visao-condomino) {
    display: none;
}

#recursos .content .subtitulo {
    color: #fff;
    text-align: center;
    margin: 20px 0px 15px 0px;
}

#recursos .visao-fornecedor .content .subtitulo {
    color: #fff;
    text-align: center;
    margin: 20px 0px 15px 0px;
    vertical-align: middle;
}

#recursos .visao-fornecedor .content .texto {
    color: #fff;
    text-align: center;
}

#recursos .content .icone {
    width: 100px;
    margin: auto;
    display: block;
}

#recursos .content .btn-saiba-mais {
    color: #252527;
    background: #fff;
    text-align: center;
    display: block;
    font-weight: 600;
    border-radius: 20px;
    border: none;
    width: 140px;
    margin: auto;
    cursor: pointer;
}

#recursos .btn-contratar-plus {
    display: none;
    background: #4568DC;
    background: -webkit-linear-gradient(to top, #B06AB3, #4568DC);
    background: linear-gradient(to top, #B06AB3, #4568DC);
    background-repeat: no-repeat;
    color: #fff !important;
    display: block;
    font-size: 20px;
    border-radius: 50px;
    border: 0px;
    padding: 10px 12px;
    width: 290px;
    max-width: 100%;
    box-shadow: none;
    margin: auto;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    text-align: center;
    overflow-x: hidden;
}

#recursos .btn-contratar-plus::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, #0000, rgba(255, 255, 255, 0.302), #0000);
    animation: shine 1.6s ease infinite;
    cursor: auto;
}

#recursos .btn-contratar-plus:hover {
    background: #344ea5 !important;
    background: -webkit-linear-gradient(to top, #804d81, #344ea5) !important;
    background: linear-gradient(to top, #804d81, #344ea5) !important;
}

@-moz-keyframes shine {
    100% {
        left: 200%;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 200%;
    }
}

@-o-keyframes shine {
    100% {
        left: 200%;
    }
}

@keyframes shine {
    100% {
        left: 200%;
    }
}

.modal-recursos .modal-content {
    border: none;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-recursos .overflow-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.modal-recursos .overflow-body::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.modal-recursos .overflow-body::-webkit-scrollbar-thumb {
    background: #09CDE3;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.modal-recursos .overflow-body::-webkit-scrollbar-thumb:hover {
    background: #09CDE3;
}

.modal-recursos .overflow-body::-webkit-scrollbar-thumb:active {
    background: #07aec0;
}

.modal-recursos .overflow-body::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.modal-recursos .overflow-body::-webkit-scrollbar-track:hover {
    background: transparent;
}

.modal-recursos .overflow-body::-webkit-scrollbar-track:active {
    background: transparent;
}

.modal-recursos .overflow-body::-webkit-scrollbar-corner {
    background: transparent;
}

.modal-recursos .modal-header {
    border-bottom: none;
    padding-top: 32px;
    padding-left: 30px;
}

.modal-recursos .modal-header .icone {
    width: 80px;
    margin-right: 10px;
}

.modal-recursos .modal-header .modal-title {
    font-weight: 600;
    color: #232325;
}

.modal-recursos .modal-header .close {
    opacity: 1 !important;
    background: #09CDE3;
    color: #fff !important;
    text-shadow: none;
    border-radius: 100%;
    padding: 4px;
    position: relative;
    top: -25px;
    left: -15px;
}

.modal-recursos .modal-header .close:hover,
.modal-recursos .modal-header .close:hover {
    background: #09c0d4;
}

.modal-recursos .modal-header .close span {
    display: block;
    width: 30px;
    height: 30px;
}

.modal-recursos .modal-body {
    padding-bottom: 32px;
}

.modal-recursos .modal-body {
    line-height: 31px;
}

.modal-recursos .modal-body p:last-child {
    margin-bottom: 0px;
}

#slider {
    position: relative;
    padding: 0px;
}

#slider .owl-nav {
    display: none;
}

#slider::before {
    content: '';
    background: #252527;
    width: 100%;
    display: block;
    height: 100px;
    clip-path: polygon(0 80%, 240% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 0% 70%);
    position: absolute;
    top: -1px;
    z-index: 10;
}

#slider::after {
    content: '';
    background: #fff;
    width: 100%;
    display: block;
    height: 100px;
    clip-path: polygon(0 80%, 240% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -2px;
    z-index: 10;
}

#slider .bg-homem {
    background-image: url(../img/img_homem_bg.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 320px !important;
}

#slider .bg-mulher {
    background-image: url(../img/img_mulher_bg.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#slider .bg-familia {
    background-image: url(../img/img_familia_bg.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 110px !important;
    padding-bottom: 49px !important;
}

#slider .bg-conveniencia {
    background: url(../img/bg_slider_conveniencias.png) center center, linear-gradient(to bottom, #569eff, #4b8ffc, #4680f8, #4770f2, #4d5eeb);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 110px !important;
    padding-bottom: 49px !important;
}

#slider .bg-conveniencia .content-text>p:nth-child(1) {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 100;
}

#slider .bg-conveniencia .content-text>p:nth-child(2) {
    color: #ffcb2c;
    margin-bottom: 0px;
    font-weight: 800;
    line-height: 63px;
    font-size: 72px;
}

#slider .bg-conveniencia .content-text>p:nth-child(3) {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

#slider .bg-conveniencia .img-mulher-conveniencia {
    max-width: 400px;
    margin: 40px auto -60px auto;
    z-index: 50;
    position: relative;
}

#slider .bg-conveniencia .icones {
    display: none;
}

#slider .slider-1 br {
    display: none;
}

#slider .slider-1 h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

#slider .slider-2 h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

#slider .slider-1 h2+p {
    text-align: center;
}

.balao-mensagem.marcos {
    background: url(../img/balao-mensagem.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 15px 30px 15px;
    background-position: center center;
    width: 310px;
    margin: auto;
    top: -40px;
    position: relative;
}

.balao-mensagem.clarice {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px 15px 30px 15px;
    background-position: center center;
    width: 310px;
    margin: auto;
    top: 50px;
    position: relative;
    z-index: 100;
}

.balao-mensagem.familia {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 345px;
    margin: auto;
    position: relative;
}

.balao-mensagem.clarice::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background: url(../img/balao-mensagem.png);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#slider .slider-1 .content-text {
    position: absolute;
    z-index: 100;
    top: 80px;
    left: 0px;
}

.balao-mensagem.marcos .nome {
    color: #107B8D;
    font-weight: 700;
}

.balao-mensagem.clarice .nome {
    color: #22866A;
    font-weight: 700;
    text-align: right;
}

.balao-mensagem .mensagem {
    font-size: 14px;
    margin-bottom: 0px;
}

.balao-mensagem.familia .mensagem {
    position: absolute;
    top: 20px;
    padding: 0px 20px;
    max-width: 90%;
}

.balao-mensagem.clarice .mensagem {
    text-align: right;
}

.balao-mensagem.marcos .horario {
    text-align: right;
    margin-bottom: 0px;
    font-size: 10px;
}

.balao-mensagem.clarice .horario {
    text-align: left;
    margin-bottom: 0px;
    font-size: 10px;
}

.balao-mensagem br {
    display: none;
}

#slider .img-homem,
#slider .img-mulher {
    width: 260px;
    margin: auto;
}

#slider .img-familia {
    width: 360px;
    margin: auto;
}

#clientes {
    background: #E8E8E8;
    padding-top: 30px;
    position: relative;
}

#clientes::after {
    content: '';
    background: #fff;
    width: 100%;
    display: block;
    height: 100px;
    clip-path: polygon(0 80%, 240% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -1px;
    z-index: 10;
}

#clientes .titulo::after {
    background: #FFF;
    margin-bottom: 46px;
}

#clientes .img-content .img-clientes {
    filter: contrast(0);
    opacity: 0.6;
    margin: auto;
    display: block;
}

#clientes .img-content:hover .img-clientes {
    filter: contrast(1);
    opacity: 1;
}

#baixar {
    position: relative;
    padding-top: 30px;
    padding-bottom: 100px;
}

#baixar .titulo::after {
    background: #FDE200;
}

#baixar .descricao {
    font-size: 16px;
    text-align: center;
}

#baixar .descricao br {
    display: none;
}

#baixar .btn-app-store,
#baixar .btn-google-play {
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 40px;
    text-align: center;
    max-width: 260px;
    display: block;
    margin: 0px auto 10px auto;
    background: #EFEFEF;
    color: #b7b7b7;
}

#baixar .btn-app-store:hover,
#baixar .btn-google-play:hover {
    background: #05C8E4;
    color: #fff;
}

#baixar .btn-app-store {
    background-image: url(../img/ic-apple-store.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 17px center;
    text-align: right;
    text-indent: 20px;
    direction: rtl;
}

#baixar .btn-app-store:hover {
    background-image: url(../img/ic-apple-store_w.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 17px center;
}

#baixar .btn-google-play {
    background-image: url(../img/icon-google-play.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 17px center;
    text-align: right;
    text-indent: 10px;
    direction: rtl;
}

#baixar .btn-google-play:hover {
    background-image: url(../img/icon-google-play_w.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 17px center;
}

#baixar .mockups {
    display: none;
}

#perguntas {
    position: relative;
    padding-bottom: 100px;
    background: #E8E8E8;
}

#perguntas::after {
    content: '';
    background: #05C8E4;
    width: 100%;
    display: block;
    height: 100px;
    clip-path: polygon(0 80%, 240% 0%, 100% 100%, 0% 100%);
    position: absolute;
    bottom: -1px;
    z-index: 10;
}

#perguntas .titulo {
    color: #05C8E4;
}

#perguntas .titulo::after {
    background: #000;
}

#perguntas .card {
    margin-bottom: 10px;
    border: none;
    border-radius: 25px;
    background: #F5F5F5;
}

#perguntas .card.bg-white {
    background: #fff;
}

#perguntas .card .card-header {
    background: none;
    border-bottom: none;
    cursor: pointer;
    padding: 0px;
}

#perguntas .card .card-header h5 {
    padding: 12px 20px;
}

#perguntas .card .btn-link {
    color: #727272;
    text-decoration: none;
    white-space: inherit;
    text-align: left;
}

#perguntas .card h5[aria-expanded='true'] .btn-link {
    font-weight: bold;
}

#perguntas .card .card-body {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    padding-top: 0px;
}

#contato {
    background-color: #05C8E4;
    background-image: url(../img/bg_contato.png);
    background-blend-mode: soft-light;
}

#contato .titulo {
    color: #fff;
}

#contato .titulo::after {
    background: #000;
}

#contato .titulo+p {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

#contato .formulario {
    background: #9ef3ffb5;
    padding: 40px 15px;
    border-radius: 20px;
    box-shadow: -4px 0px 6px -4px rgba(0, 0, 0, 0.2);
}

#contato .formulario input,
#contato .formulario select {
    border-radius: 30px;
    border: none;
    text-indent: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    background-repeat: no-repeat;
    background-position: left 15px center;
    box-shadow: none;
    outline: none;
}

#contato .formulario select {
    background-image: url(../img/ic-perfil.png), url(../img/carret.png), linear-gradient(to right, #53bcd1, #45b8d2, #36b4d4, #24b0d5, #01acd7);
    background-size: 20px, 25px, contain;
    background-repeat: no-repeat;
    background-position: 15px center, right 6px center, left center;
    font-weight: bold;
    color: #fff;
}

#contato .formulario select:hover,
#contato .formulario select:focus,
#contato .formulario select:active {
    background-image: url(../img/ic-perfil.png), url(../img/carret.png), linear-gradient(to right, #50b4c8, #43adc5, #34a7c3, #22a0c1, #0499be);
}

#contato .formulario select option {
    color: #00a7d1;
}

#contato .switch_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#contato .checklists {
    padding: 0px 15px;
}

#contato .checklists .titulo {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 25px 0px;
    line-height: 20px;
}

#contato .switch_box {
    margin-bottom: 10px;
}

#contato input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 70px;
    height: 32px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 10px;
}

#contato input[type="checkbox"].switch_1:checked {
    background: #fff;
}

#contato input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#contato input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 30px);
    background: linear-gradient(to bottom, #4ab7cc, #42b5cc, #39b2cc, #2fb0cc, #22adcc);
}

#contato .checklists .duas-linhas p {
    line-height: 18px !important;
}

#contato input[type="checkbox"].switch_1+p {
    margin-bottom: 0px;
    line-height: 30px;
}

#contato .formulario textarea {
    border-radius: 30px;
    margin-top: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    padding-top: 10px;
    box-shadow: none;
    outline: none;
}

#contato .formulario #txt_nome {
    background-image: url(../img/ic-nome.png);
    background-size: 18px;
}

#contato .formulario #txt_email {
    background-image: url(../img/ic-email.png);
    background-size: 20px;
}

#contato .formulario #txt_telefone {
    background-image: url(../img/ic-telefone-input.png);
    background-size: 15px;
}

#contato .formulario #txt_celular {
    background-image: url(../img/ic-celular.png);
    background-size: 20px;
}

#contato .formulario .btn-enviar {
    border-radius: 30px;
    background-image: linear-gradient(to bottom, #51b9cb, #44b6ce, #35b3d1, #22b0d4, #00add7);
    border: none;
    float: right;
    margin-top: 10px;
    padding: 6px 40px;
}

#contato input+.error,
#contato select+.error,
#contato textarea+.error {
    color: red;
    font-size: 14px;
}

#rodape {
    padding: 30px 0px;
    text-align: center;
}

#rodape .logo-rodape {
    width: 170px;
    margin-bottom: 20px;
}

#rodape .telefone {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
}

#rodape .copyright {
    font-size: 12px;
    color: #777777;
    text-align: center;
    margin-top: 20px;
}

#rodape .left-content .icones {
    width: 20px;
    margin-bottom: 10px;
}

#rodape .menu {
    padding-left: 0px;
    list-style: none;
    font-size: 14px;
}

#rodape .menu li a {
    color: #5F5F5F !important;
    text-decoration: none;
}

.animated.delay-300ms {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animated.delay-600ms {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animated.delay-900ms {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.animated.delay-1200ms {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.modal-formulario .modal-content {
    border: none;
    border-radius: 20px;
    background-color: #fff;
}

.modal-formulario .modal-content .modal-header {
    border-bottom: 0px;
    padding-left: 30px;
    padding-bottom: 0px;
}

.modal-formulario .modal-content .modal-header img {
    width: 60px;
    margin-right: 20px;
}

.modal-formulario .modal-content .modal-header .modal-title {
    font-size: 25px;
}

.modal-formulario .modal-header .close {
    opacity: 1 !important;
    color: #fff !important;
    text-shadow: none;
    border-radius: 100%;
    padding: 4px;
    position: relative;
    top: -15px;
    left: -15px;
}

.modal-formulario .modal-header .close span {
    display: block;
    width: 30px;
    height: 30px;
}

#modalSucesso .modal-header .close {
    background: #53ad23;
}

#modalErro .modal-header .close {
    background: #b72121;
}

@keyframes grow_width {
    0% {
        width: 0%;
        left: 50%;
    }
    100% {
        width: 50%;
        left: 25%;
    }
}

@keyframes input_background_autofill {
    100% {
        background-color: #ffffffb3;
    }
}

@keyframes float-celular {
    0% {
        transform: translate3d(0px, 0, 0);
    }
    50% {
        transform: translate3d(0px, 20px, 0);
    }
    100% {
        transform: translate3d(0px, 0, 0);
    }
}

@keyframes float-celular-bottom {
    0% {
        transform: translate3d(0px, 0, 0);
    }
    50% {
        transform: translate3d(0px, 10px, 0);
    }
    100% {
        transform: translate3d(0px, 0, 0);
    }
}

@media screen and (min-width: 576px) {
    .bg-conveniencia .content-text {
        margin: auto;
        width: 260px;
    }
    #slider .slider-1 .content-text {
        top: 120px;
    }
    .modal-recursos .modal-header .close {
        top: -30px;
        left: -20px;
    }
    #perguntas .card h5 .seta {
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #B9B9B9;
        border-left: 2px solid #B9B9B9;
        display: inline-block;
        float: right;
        transform: rotate(-45deg);
        margin-top: 12px;
        margin-right: 10px;
        position: relative;
    }
    #perguntas .card.bg-white h5 .seta {
        border-bottom: 0px solid #B9B9B9;
        border-left: 0px solid #B9B9B9;
        border-top: 2px solid #B9B9B9;
        border-right: 2px solid #B9B9B9;
    }
    #contato .formulario .btn-enviar {
        position: relative;
        top: -20px;
        right: 20px;
    }
    #contato .formulario {
        padding: 30px 50px 10px 50px;
    }
    #perguntas .card h5 .seta::before {
        content: '';
        height: 40px;
        width: 1px;
        background: #E3E3E3;
        display: block;
        position: absolute;
        left: -15px;
        transform: rotate(45deg);
        top: -30px;
    }
    #rodape .menu {
        text-align: left;
    }
    #rodape .icones-content {
        padding-right: 70px;
    }
}

@media screen and (min-width: 768px) {
    .bg-conveniencia .center-content {
        margin: 0;
        margin-left: auto;
        position: absolute;
        left: calc(50% + 130px);
    }
    #slider .bg-conveniencia .icones {
        position: absolute;
        display: block;
        top: 230px;
    }
    #slider .bg-conveniencia .icones .icone1 {
        width: 180px;
        position: absolute;
        top: -100px;
        left: 65px;
        z-index: 30;
    }
    #slider .bg-conveniencia .icones .icone2 {
        width: 130px;
        position: absolute;
        left: 0px;
        top: -90px;
    }
    #slider .bg-conveniencia .icones .icone3 {
        width: 160px;
        position: absolute;
        left: 55px;
        top: 15px;
    }
    #slider .bg-conveniencia .icones .icone4 {
        width: 140px;
        position: absolute;
        top: -30px;
        left: 20px;
        z-index: 20;
    }
    #slider .bg-conveniencia .icones .icone5 {
        width: 150px;
        position: absolute;
        left: -40px;
    }
    #sobre {
        padding-top: 100px;
    }
    #banner::before {
        clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
    }
    #slider .slider-1 .content-text {
        width: 600px;
        left: calc(50% - 300px);
    }
    #baixar .center-btn {
        text-align: center;
    }
    #baixar .btn-app-store,
    #baixar .btn-google-play {
        display: inline-block;
    }
    #baixar .btn-app-store,
    #baixar .btn-google-play {
        width: 340px;
    }
    #recursos .visao-fornecedor .content .icone {
        width: 100px;
        margin: 0px;
        display: inline-block;
    }
    #recursos .visao-fornecedor .content .subtitulo {
        display: inline-block;
        margin: 0px 0px 15px 15px;
        text-align: left;
        vertical-align: top;
    }
    #recursos .visao-fornecedor .content .texto {
        text-align: left;
        padding-left: 115px;
    }
    #recursos .visao-fornecedor .content p:first-of-type {
        margin-top: -60px;
    }
}

@media screen and (max-width: 991px) {
    #navbarCollapseConteudo {
        background: rgba(37, 37, 39, 0.95);
        position: fixed;
        top: 0px;
        right: 0px;
        height: 0vh;
        width: 100vw;
        padding: 0px 10px;
        overflow-x: hidden;
        transition: height 0.5s ease-in-out;
    }
    #navbarCollapseConteudo.aberto {
        height: 100vh;
    }
    #navbarCollapseConteudo .icones-social {
        padding: 0px;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: calc(50% - 60px);
        width: 120px;
    }
    #navbarCollapseConteudo .icones-social img {
        width: 25px;
        filter: brightness(10);
    }
    #navbarCollapseConteudo .icones-social a:nth-last-of-type(2) img {
        margin: 0px 10px;
    }
    #navbarCollapseConteudo .navbar-nav {
        margin-top: 20px;
    }
    #navbarCollapseConteudo .fechar-nav {
        margin-bottom: 12px !important;
    }
    #navbarCollapseConteudo .nav-link {
        margin: 0px 30px;
        white-space: nowrap;
        color: #252527;
        text-align: center;
    }
    #baixar .descricao {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .bg-conveniencia .center-content {
        left: calc(50% + 146px);
    }
    #slider .bg-conveniencia .icones {
        left: calc(50% - 326px);
        top: 190px;
        z-index: 100;
    }
    .fechar-nav {
        display: none;
    }
    #navbarCollapseConteudo .icones-social {
        display: none;
    }
    #navbarPrincipal {
        padding-top: 70px;
    }
    #navbarPrincipal.bg-white #navbarCollapseConteudo .nav-item .nav-link {
        color: #000;
    }
    #navbarCollapseConteudo a:hover {
        color: #025E77 !important;
        font-weight: 600;
    }
    #recursos .titulo {
        margin-bottom: 60px;
    }
    #banner {
        padding-top: 260px;
        padding-bottom: 100px;
    }
    #sobre {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    #recursos {
        padding-top: 110px;
        padding-bottom: 110px;
    }
    #baixar {
        padding-top: 120px;
    }
    #contato {
        padding-top: 120px;
    }
    #slider .owl-nav {
        max-width: 960px;
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 20;
        position: absolute;
        top: calc(50vh + 107px);
        width: 100%;
        left: 11%;
    }
    #slider .owl-nav .owl-next {
        float: right;
    }
    #slider .owl-nav button {
        transition: all 0.5s;
    }
    #slider .owl-nav button.disabled {
        opacity: 0.3;
    }
    #slider .slider-1 br {
        display: block;
    }
    #slider .slider-2 .content-text {
        display: inline-block;
    }
    .balao-mensagem.familia {
        margin: 0px 0px 0px 20px;
        display: inline-block;
        text-align: left;
        width: 415px;
    }
    .balao-mensagem.familia .mensagem {
        position: absolute;
        top: 36px;
        padding: 0px 30px;
        max-width: 100%;
    }
    #slider .img-familia {
        width: 440px;
    }
    #slider .slider-2 .center-content {
        text-align: center;
    }
    #slider .slider-2 h2 {
        text-align: left;
    }
    .balao-mensagem br {
        display: block;
    }
    #baixar .descricao br {
        display: block;
    }
    .modal-recursos .modal-dialog {
        max-width: 760px;
    }
    .modal-recursos .modal-header,
    .modal-recursos .modal-body {
        padding-left: 30px;
    }
    .modal-recursos .overflow-body {
        height: 235px;
        overflow: auto;
    }
    .modal-recursos .img-content {
        position: absolute;
        top: -170px;
    }
    .modal-recursos .img-content .mockup-recurso {
        width: 230px;
    }
    #baixar {
        padding-bottom: 0px;
    }
    #baixar .linha-azul {
        width: 100vw;
        height: 180px;
        background: #05C8E4;
        position: absolute;
        left: -5px;
        bottom: -45px;
        transform: rotate(-5deg) skewX(-5deg);
        z-index: 20;
    }
    #baixar .mockups {
        display: block;
        width: 600px;
        margin: auto;
        position: relative;
        margin-top: 50px;
        z-index: 30;
    }
    #baixar .mockups .mockup-notebook {
        width: 100%;
    }
    #baixar .mockups .mockup-tablet {
        width: 180px;
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    #baixar .mockups .mockup-celular {
        width: 100px;
        position: absolute;
        right: 140px;
        bottom: 0px;
    }
    #slider .img-homem,
    #slider .img-mulher {
        width: 300px;
    }
    #slider .img-homem {
        margin-top: 220px;
    }
    #slider .img-mulher {
        margin-top: 340px;
    }
    .balao-mensagem.marcos {
        top: -256px;
        left: 180px;
        z-index: 10;
    }
    .balao-mensagem.clarice {
        top: 620px;
        left: -150px;
    }
    #clientes {
        padding-bottom: 80px;
    }
    #clientes .margin-fix {
        margin: 50px 0px !important;
    }
    #perguntas {
        padding-top: 100px;
    }
    #rodape {
        padding: 80px 0px 60px 0px;
    }
    #rodape .right-content {
        position: relative;
    }
    #rodape .right-content::after {
        content: '';
        width: 1px;
        height: calc(100% + 40px);
        background: #cecece;
        position: absolute;
        left: -65px;
        top: -20px;
    }
    #rodape .right-content .menu li {
        line-height: 30px;
    }
    #rodape .copyright {
        margin-top: 40px;
    }
    @keyframes grow_width {
        0% {
            width: 0%;
            left: 50%;
        }
        100% {
            width: 100%;
            left: 0%;
        }
    }
}

@media screen and (min-width: 1200px) {
    #slider .bg-conveniencia {
        padding-top: 330px !important;
    }
    #slider .bg-conveniencia .entire-content {
        position: relative;
    }
    #slider .bg-conveniencia .icones {
        top: 10px;
        transform: scale(1.2);
        left: calc(50% - 326px);
    }
    #perguntas {
        padding-top: 150px;
    }
    #banner {
        padding-top: 220px;
        padding-bottom: 100px;
    }
    #contato .titulo+p {
        margin-bottom: 20px;
    }
    .balao-mensagem.familia {
        width: 475px;
        top: 30px;
    }
    #baixar .btn-app-store {
        margin-right: 15px;
    }
    #baixar .btn-google-play {
        margin-left: 15px;
    }
    #baixar .linha-azul {
        bottom: -60px;
    }
    #perguntas .divisor::after {
        margin-bottom: 20px;
    }
    #banner::before,
    #sobre::before,
    #slider::after,
    #clientes::after,
    #perguntas::after {
        clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
        height: 70px;
    }
    #slider .slider-1 .content-text {
        top: 110px;
    }
    #navbarPrincipal #navbarCollapseConteudo .nav-item .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
    #banner .mockups img {
        max-width: 350px;
    }
    #banner .mockups .celular-sombra {
        max-width: 500px;
    }
    #sobre {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    #sobre .btn-ver-recursos {
        margin: 0px auto;
    }
    #sobre>.container>.titulo+p {
        margin-bottom: 20px;
    }
    #slider .owl-nav {
        max-width: 1165px;
        left: calc(50% - 582.5px);
    }
    #slider .img-homem {
        width: 270px;
        margin: 0px 80px 0px 0px;
        float: right;
    }
    #slider .img-mulher {
        width: 270px;
        margin: 200px 0px 0px 80px;
        float: left;
    }
    .balao-mensagem.marcos {
        padding: 15px 20px 30px 20px;
        top: 110px;
        left: 72%;
        float: left;
        width: 270px;
    }
    #slider .img-mulher {
        margin-top: 340px;
    }
    .balao-mensagem.clarice {
        padding: 10px 20px 30px 15px;
        top: 600px;
        left: -38%;
        width: 270px;
    }
    .balao-mensagem .mensagem {
        line-height: 14px;
    }
    #slider .slider-2 h2 {
        font-size: 35px;
    }
    .balao-mensagem.familia .mensagem {
        line-height: 32px;
        font-size: 19px;
    }
    #slider .bg-familia {
        padding-top: 120px !important;
        padding-bottom: 90px !important;
    }
    #sobre .header+p {
        height: 96px;
        text-align: left;
    }
    #sobre .header+p br {
        display: none;
    }
    #baixar .mockups {
        width: 590px;
    }
    #baixar .mockups .mockup-tablet {
        width: 180px;
    }
    #baixar .mockups .mockup-celular {
        width: 90px;
        right: 150px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #contato .formulario {
        transform: scale(0.9);
    }
}

@media screen and (min-width: 1600px) {
    #banner .mockups .celular-sombra {
        max-width: 580px;
    }
    #baixar .mockups {
        width: 730px;
    }
    #baixar .mockups .mockup-tablet {
        width: 230px;
    }
    #baixar .mockups .mockup-celular {
        width: 110px;
    }
    #navbarPrincipal {
        padding-top: 100px;
    }
    #banner {
        padding-top: 360px;
    }
    #sobre {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    #recursos {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    #baixar {
        padding-top: 140px;
    }
    #clientes {
        padding-bottom: 130px;
    }
    #perguntas {
        padding-top: 160px;
        padding-bottom: 140px;
    }
    #contato {
        padding-top: 140px;
        padding-bottom: 120px;
    }
    #slider .bg-homem {
        padding-top: 140px !important;
    }
    .balao-mensagem.marcos {
        left: 76%;
    }
    #banner::before,
    #sobre::before,
    #slider::after,
    #clientes::after,
    #perguntas::after {
        height: 150px;
        clip-path: polygon(0 100%, 100% 0%, 100% 100%, 0% 100%);
    }
    #slider::before {
        height: 150px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
    }
    #baixar .linha-azul {
        height: 245px;
        bottom: -85px;
    }
}

@media screen and (min-width: 1900px) {
    .bg-conveniencia .center-content {
        left: calc(50% + 226px);
    }
    .bg-conveniencia .content-text {
        width: 310px;
    }
    #slider .bg-conveniencia .content-text>p:nth-child(1) {
        font-size: 55px;
    }
    #slider .bg-conveniencia .content-text>p:nth-child(2) {
        line-height: 74px;
        font-size: 87px;
    }
    #slider .bg-conveniencia .content-text>p:nth-child(3) {
        font-size: 25px;
    }
    #slider .bg-conveniencia .icones {
        top: 110px;
        transform: scale(1.5);
        left: calc(50% - 416px);
    }
    #slider .bg-conveniencia .img-mulher-conveniencia {
        max-width: 690px;
    }
    #slider .slider-1 .content-text {
        top: 130px;
    }
    #navbarPrincipal .navbar-brand .logo {
        width: 260px;
    }
    .balao-mensagem.familia img {
        width: 520px;
    }
    #banner .informacao br {
        display: block;
    }
    #navbarPrincipal.bg-white {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    br {
        display: none;
    }
    #slider .bg-conveniencia .content-text br {
        display: block;
    }
    #banner .informacao,
    #sobre .descricao,
    #sobre .header+p,
    #baixar .descricao,
    #slider .slider-1 h2+p,
    #contato .titulo+p {
        font-size: 18px;
    }
    #banner .mockups .celular-sombra {
        max-width: 866px;
        top: 279px;
        left: -140px;
    }
    #banner .mockups .celular-bottom {
        top: 335px;
    }
    #banner .mockups .celular-middle {
        top: 65px;
    }
    #banner .mockups .celular-top {
        top: -200px;
    }
    #banner .mockups {
        top: 100px;
    }
    #sobre .header+p {
        height: 135px;
    }
    #sobre>.container>.titulo+p br,
    #contato .titulo+p br {
        display: block;
    }
    .titulo {
        font-size: 44px;
    }
    #banner .mockups img {
        max-width: 550px;
    }
    #banner {
        padding-top: 400px;
        padding-bottom: 220px;
    }
    #sobre {
        padding-top: 260px;
        padding-bottom: 260px;
    }
    #recursos {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    #recursos .btn-contratar-plus {
        margin-top: 80px;
    }
    #baixar {
        padding-top: 130px;
    }
    #clientes {
        padding-top: 130px;
        padding-bottom: 260px;
    }
    #perguntas {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    #contato {
        padding-top: 130px;
    }
    #slider .bg-homem {
        padding-top: 180px !important;
        padding-bottom: 290px;
    }
    #slider .bg-familia {
        padding-top: 168px !important;
        padding-bottom: 161px !important;
    }
    #slider .slider-1 h2,
    #slider .slider-2 h2 {
        font-size: 42px;
    }
    #slider .slider-2 h2 br {
        display: block;
    }
    #slider .img-homem {
        width: 370px;
        margin-top: 250px;
    }
    #slider .img-mulher {
        width: 340px;
        margin-top: 420px;
    }
    #slider .img-familia {
        width: 620px;
        margin-top: 50px;
    }
    .balao-mensagem.marcos,
    .balao-mensagem.clarice {
        width: 350px;
        height: 132px;
    }
    .balao-mensagem.marcos {
        top: 415px;
    }
    .balao-mensagem.clarice {
        top: 740px;
        left: -43%;
    }
    .balao-mensagem.familia {
        width: 520px;
    }
    .balao-mensagem.familia .mensagem {
        top: 40px;
    }
    #perguntas .card .card-header h5 {
        padding: 15px 20px;
    }
    #perguntas .card .btn-link {
        font-size: 18px;
    }
    #perguntas .card .card-body {
        font-size: 16px;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    section::before,
    section::after {
        display: none !important;
    }
}


/*# sourceMappingURL=style.css.map */