@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved

*/

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    position: relative;
    overflow-x: hidden;
}

a {
    color: #e38cb7;
}

a:hover,
a:focus {
    color: #d6619c;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #633991;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #633991;
    font-weight: 500;
    line-height: 1em;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #633991;
}

h5.text-primary {
    font-size: 35px;
    font-weight: 300;
    color: #633991;
    margin-bottom: 0.7rem;
}

p,
label {
    color: #5d525b;
}

p.lead {
    color: #cc6d9c;
    margin-bottom: 2rem;
    font-weight: 400;
}

.text-primary {
    color: #815d85 !important;
}

.card-deck .card-head .text-primary {
    color: #633991 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.hidden {
    display: none;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-blue-bg {
    background-color: #a7daec;
}

.light-purple-bg {
    background-color: #fae6fa;
}

.section {
    padding: 50px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

.hero-text-container {
    padding: 0 8%;
}

.hero-image {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width:512px) {
    .btn-hero {
        display: flex;
        flex-direction: column;
    }

    .btn-hero .link-contato {
        margin-top: 10px;
    }

    .container,
    .container-sm {
        max-width: 440px;
    }

    h3 {
        font-size: 2.1rem;
    }

    .card.pricing h6.observacao-fill {
        display: none;
    }

    .video-container {
        height: 400px;
    }
}

@media (min-width:513px) and (max-width: 991px) {
    .card.pricing {
        width: 410px;
        margin: 0 auto;
    }

    h3 {
        font-size: 2.2rem;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    .btn.proximo-passo,
    .btn.anterior-passo,
    .btn.registrar {
        width: 250px;
    }

    .card.registro {
        width: 100%
    }

    .form-cartao {
        width: 90%
    }

    .tagline {
        line-height: 1.5rem;
    }

    .bg-gradient {
        background: linear-gradient(132deg, rgb(1, 42, 87) 15%, #09c 100%)
    }

    .col-md-4:not(:first-child) {
        margin-top: 2.5rem;
    }

    .custom-padding {
        padding: 3rem;
    }
}

@media (min-width:768px) {

    .btn.proximo-passo,
    .btn.anterior-passo,
    .btn.registrar {
        width: 300px;
    }

    .card.registro {
        width: 85%
    }

    .form-cartao {
        width: 65%
    }

    .tagline {
        line-height: 1.6rem;
    }

    .bg-gradient {
        background: linear-gradient(132deg, rgb(1, 42, 87) 15%, #09c 100%);
    }

    h3 {
        font-size: 2.8rem;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }

    .btn-hero {
        margin-top: 40px;
    }

    .tagline {
        line-height: 1.8rem;
    }

    .form-row.header {
        padding: 50px 0px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 15px;
    }

    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #506da6;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }

    .hero-text-container {
        padding: 0px 0px 0px 15%;
    }

    .hero-image {
        width: 80%;
        max-width: none;
    }

    .btn-hero {
        margin-top: 50px;
    }

    .tagline {
        line-height: 1.9rem;
    }
}

@media (min-width: 1400px) {
    .hero-text-container {
        padding: 0px 0px 0px 18%;
    }

    .hero-image {
        width: 75%;
    }
}

/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}


.mainline {
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
}

.tagline {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 37%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 40%;
    }
}

@media (max-width:767px) {
    .img-holder {
        padding-bottom: 55%;
    }
}


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }

    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #FFF;
    color: #f5378e;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient(122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.3;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #633991;
    background: #ebe0ed;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 250px;
    margin: 30px auto;
    /*border-radius: 50%;*/
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #784c78;
    font-weight: 300;
    line-height: 1.3em;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-deck .card {
        margin-bottom: 15px;
    }
}

@media (min-width:1024px) {

    .imagem-1,
    .imagem-2,
    .imagem-3 {
        width: 35%
    }
}

@media (max-width:1023px) {

    .imagem-1,
    .imagem-2,
    .imagem-3 {
        width: 150%
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
    border-radius: 15px;
    position: relative;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 500;
    color: #633991;
}

.card.pricing .card-head .talk-price {
    display: block;
    font-size: 35px;
    font-weight: 600;
    color: #633991;
    line-height: 1em;
}

.card.pricing .card-head .talk-special {
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.list-group.list-group-flush {
    text-align: center;
}

.card.pricing .list-group-item {
    border: 0;
    color: #633991;
    padding: .5rem 0px;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

@media (max-width:400px) {
    .blockquote {
        font-size: 1rem
    }

    .section-title h3 {
        font-size: 25px;
    }
}

.navbar-nav .nav-link {
    color: #3E4551 !important;
}

.nav-menu.fixed-top {
    background-color: white;
    padding: 0;
}

.img-logo {
    width: 180px;
}

.toggle-menu.ti-menu {
    color: #3b719b;
    vertical-align: middle;
    font-size: 1.6rem;
}

.shadow-1 {
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
}

.z-depth-1 {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.z-depth-3 {
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: rgb(29, 58, 90);
    color: white;
}

footer p {
    color: white
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

button.registrar,
button.confirmar-codigo,
button.tentar-novamente {
    position: relative;
}

button.registrar .ti-reload {
    top: 16px;
    right: 65px;
}

button.confirmar-codigo .ti-reload,
button.tentar-novamente .ti-reload {
    top: 13px;
}

.spin {
    animation: spin .8s linear infinite;
}

.imagem-1,
.imagem-2,
.imagem-3 {
    margin: 0 auto;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

a.footer-link {
    color: white;
    text-decoration: none;
    font-size: 90%
}

li.login {
    background-color: #643991;
    border-radius: 10px;
}

li>a.nav-link.login {
    color: white !important
}

.btn-hero {
    color: white;
}

.link-registrar {
    color: white;
    background-color: #643991;
    padding: 9px 15px 10px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 1rem;
    transition: all .25s ease-in-out;
    border: 1px solid white;
}

.link-contato {
    color: white;
    padding: 9px 15px 10px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 1rem;
    border: 1px solid white;
    transition: all .25s ease-in-out;
}

.link-registrar:hover {
    background-color: #491480;
    color: white;
}

.link-contato:hover {
    background-color: #491480;
    color: white;
}

#modalComunicado h6 strong {
    font-weight: 500;
}

.btn.proximo-passo,
.btn.anterior-passo,
.btn.registrar {
    transition: background-color .25s ease-in-out;
}

div.g-recaptcha div:first-child {
    margin: 0 auto;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.card-deck ul {
    padding: 0px 30px;
}

.card-deck .list-group-item {
    font-weight: 500;
}

.mais-popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #57c847;
    padding: 5px;
    width: 70%;
    text-align: center;
    color: WHITE;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.descricao-plano {
    color: #886589;
}

.card.pricing .card-footer {
    border: unset;
    background-color: white;
}

.base-features-card {
    border-radius: 15px;
    background-color: #ffffff;
}

.custom-padding {
    padding: 4rem 3rem;
}

.features-title {
    color: #633991;
    font-weight: 600;
    font-size: 35px;
}

.feature-group-title {
    color: #633991;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.feature-list {
    margin-bottom: 0;
}

.feature-list li {
    margin-bottom: 0.8rem;
    color: #555555;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
}

.check-icon {
    color: #4CAF50;
    margin-right: 8px;
    font-size: 0.9rem;
    margin-top: 3px;
}

.features-content {
    text-align: left;
}

.card>.list-group {
    border: 0px;
}

.tab-content.caracteristicas h2 {
    font-size: 2.2rem;
    font-weight: 500;
}

.feature-list li .li-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #62388f;
}

.feature-list li .li-description {
    font-size: .9rem;
    color: #62388f;
}

.bg-light-blue {
    background-color: #e3e9f6;
}

.bg-light-pink {
    background-color: #f8edf5;
}

#caracteristicas i {
    color: #643991;
}

#caracteristicas .card {
    border-radius: 15px;
}

#caracteristicas h4 {
    font-size: 20px;
    font-weight: 400;
}

#caracteristicas .card-title {
    font-size: 1.35rem;
    font-weight: 500;
}

#caracteristicas .card-text {
    font-size: 1rem;
}

.card.pricing h6.observacao {
    margin-bottom: 0px;
}

.card.pricing h6.observacao-fill {
    margin-bottom: 0px;
}

.card.pricing.registro {
    border: 1px solid #ccc;
    border-radius: 15px;
}

.testimonials video,
.testimonials img {
    border-radius: 15px;
}

.tab-content {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.nome-profissional {
    color: #633991;
}