@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

/* NavBar Amigos da mente */
.navbar-amigos nav {
}

.sr-only {
    border-width: 0;
    clip: rect(0, 0, 0, 0);
    position: absolute;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 1px;
}

.navbar-amigos__button-toggle {
    color: rgb(22, 159, 147);
}

.navbar-amigos__button-toggle:focus {
    color: rgb(22, 159, 147);
}

.navbar_nav__item {
    margin-right: 15px;
}

.navbar_nav__item:last-child {
    margin-right: 0;
}

.nav-item__link {
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}

.nav-item__link:hover {
    color: #91ebdd;
}

.navbar-amigos .navbar-expand-lg .navbar-nav .nav-item__button {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-amigos .navbar-expand-lg .navbar-nav .nav-item__button:hover {
    background: rgb(145, 235, 221);
    border: 1px solid rgb(145, 235, 221);
    -webkit-appearance: none;
    color: #000000;
}

@media screen and (min-width: 0) {
    .navbar-amigos .navbar-expand-lg .navbar-nav .nav-link.nav-item__button {
        text-align: center;
    }
}

/* Fim do NavBar Amigos da mente */

/* Banner do Cupom */
.banner-coupons {
    background-color: #ff8011;
    color: #FFFFFF;
    padding: 8px 0 8px 0;
}

.banner-coupons__title {
    font-size: 1.2rem;
    font-weight: 700;
}

.banner_coupons_click {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
}

.btn.banner_coupons_button {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    border-radius: 0 5px 5px 0;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    transition: all 0.3s ease-in-out 0s;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}

.banner_coupons_button:hover {
    background: rgb(145, 235, 221);
    border: 1px solid rgb(145, 235, 221);
    -webkit-appearance: none;
    color: #000000;
}

.banner_coupons_form-show {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: opacity 1s ease-out;
}

.banner_coupons_form-show.active {
    opacity: 1;
    height: auto;
    visibility: visible;
}

.loading {
    background: rgba(30, 30, 28, .8) url("../img/assets/img/wait.gif") 50% 50% no-repeat;
    z-index: 10000000000;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .loading {
        background: rgba(30, 30, 28, .8) url("../img/assets/img/wait_2.gif") 50% 50% no-repeat !important;
    }
}

@media screen and (min-width: 0) {
    .banner-coupons {
        margin-top: 66px;
        height: calc(100vh - calc(100vh - 100%));
    }

    .btn.banner_coupons_button {
        border-radius: 5px 5px 5px 5px;
        margin-top: 10px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .btn.banner_coupons_button {
        border-radius: 0 5px 5px 0;
        margin-top: initial;
        width: initial;
    }
}

@media screen and (min-width: 992px) {
    .banner-coupons {
        margin-top: 66px;
        height: calc(100vh - calc(100vh - 100%));
    }
}

/* Fim do Banner do Cupom */

/* Banner Amigos da Mente */
.banner_amigos-mente {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.banner_amigos-mente__eclipse {
    position: absolute;
    top: 73px;
    z-index: -1;
}

.banner_amigos-mente__title {
    font-weight: 800;
    color: #000000;
    font-size: 3rem;
}

.banner_amigos-mente__bg-banner {
    background-color: #91ebdd;
    border-radius: 5px;
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}

.banner_amigos-mente__description {
    font-weight: 500;
    color: #000000;
}

@media screen and (min-width: 0) {
    .banner_amigos-mente {
        margin-top: 20px;
        height: calc(100vh - calc(100vh - 100%));
    }

    .banner_amigos-mente__description {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 992px) {
    .banner_amigos-mente {
        margin-top: 0;
        height: calc(100vh - 66px);
    }

    .banner_amigos-mente__description {
        font-size: 1.16rem;
    }
}

/* Fim do banner */

/* Pesquisa */
.search {
    background: url("../img/bg_pesquisa.png") no-repeat;
    width: 100%;
    background-size: cover;
    padding: 50px;
}

.search__text-width {
    width: 87%;
    margin: 0 auto;
    margin-bottom: 18px;
}

.search__title {
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

.search__description-width {
    width: 90%;
    margin: 0 auto;
}

.search__description {
    color: #ffffff;
    font-weight: 500;
}

.form-control.search__form-input {
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-control.search__form-input::placeholder {
    color: #989898;
    font-weight: 600;
    font-style: italic;
}

.btn.search__form-button {
    align-items: center;
    background-color: #00b4ff;
    border: 1px solid #00b4ff;
    border-radius: 0 5px 5px 0;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: capitalize;
}

@media screen and (min-width: 0) {
    .search {
        background-position: right;
        padding-right: 0;
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .search__text-width {
        width: 100%;
    }

    .search__title {
        font-size: 1.4rem;
    }

    .search__input-group {
        display: block;
    }

    .search .input-group > .form-control.search__form-input:not(:last-child) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 100%;
    }

    .btn.search__form-button {
        border-radius: 5px 5px 5px 5px;
        margin-top: 10px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .search {
        background-position: initial;
        padding: 50px;
    }

    .search__text-width {
        width: 87%;
    }

    .search__title {
        font-size: 2rem;
    }

    .search__input-group {
        display: flex;
    }

    .search .input-group > .form-control.search__form-input:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: initial;
    }

    .btn.search__form-button {
        border-radius: 0 5px 5px 0;
        margin-top: initial;
        width: initial;
    }
}

/* Fim pesquisa */

/* Como funciona */
.how-it-works {
    position: relative;
}

.how-it-works__box-title {
    color: #000000;
    font-weight: 800;
    text-align: center;
}

.how-it-works__banner {
    background-color: #91ebdd;
    border-radius: 5px;
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}

.how-it-works__box-description-description {
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.how-it-works__elipse {
    position: absolute;
    right: 0;
    width: 10%;
}

@media screen and (min-width: 0px) {
    .how-it-works {
        padding-top: 0;
        padding-bottom: 0;
    }

    .how-it-works__box-image {
        display: flex;
        justify-content: center;
    }

    .how-it-works__image {
        position: static;
    }

    .how-it-works__elipse {
        top: -10px;
    }

    .how-it-works__box {
        margin: 0 auto;
        width: 100%;
    }

    .how-it-works__box-title {
        font-size: 1.4rem;
    }

    .how-it-works__box-description-description {
        font-size: 0.9rem;
    }

    .how-it-works__elipse-little {
        position: absolute;
        left: 0;
        width: 5%;
    }
}

@media screen and (min-width: 992px) {
    .how-it-works {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .how-it-works__elipse-little {
        position: absolute;
        left: 0;
        width: 3%;
    }

    .how-it-works__image {
        position: absolute;
        left: 80px;
        top: 0;
        max-width: 25%;
        height: auto;
        width: auto;
        z-index: -1;
    }

    .how-it-works__elipse {
        top: -30px;
    }

    .how-it-works__box {
        margin: 0 auto;
        width: 70%;
    }

    .how-it-works__box-title {
        font-size: 2rem;
    }

    .how-it-works__box-description-description {
        font-size: 1rem;
    }
}

/* Fim Como funciona */

/* Agende uma consulta */
.schedule-appointment__title {
    color: #000000;
    font-weight: 800;
    text-align: center;
}

.schedule-appointment__bg-banner {
    background-color: #91ebdd;
    border-radius: 5px;
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}

.schedule-appointment__content {
    position: relative;
}

/*
.schedule-appointment__banner-passo2::after {
    content: url("../img/passo_2.png");
    margin: -18px 0 0 -18px;
    margin-left: 16px;
}
*/
.schedule-appointment__step {
    margin-bottom: 1rem;
    width: 30%;
}

.schedule-appointment .texto {
    font-size: 20px;
}

.schedule-appointment__subtitle-box {
    width: 50%;
}

.schedule-appointment__subtitle {
    color: #000000;
    font-size: 1.3rem;
    font-weight: 700;
}

.schedule-appointment__description {
    color: #000000;
    font-weight: 500;
}

.schedule-appointment__circle {
    align-items: center;
    background-color: #007274;
    border: 1px solid #007274;
    border-radius: 100%;
    display: flex;
    font-family: "Montserrat", sans-serif;
    height: 130px;
    justify-content: center;
    position: relative;
    width: 130px;
}

.schedule-appointment__circle p {
    color: #ffffff;
    font-size: 6rem;
    font-weight: 800;
    margin-bottom: 0;
}

.schedule-appointment__circle-right::before {
    display: none;
}

.schedule-appointment__circle-right::after {
    border: 5px solid #00cdb2;
    border-radius: 100%;
    content: "";
    height: 107%;
    position: absolute;
    left: 2px;
    width: 107%;
    z-index: -1;
}

@media screen and (min-width: 0px) {
    .schedule-appointment {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .schedule-appointment__box-title {
        margin: 0 auto;
        width: 100%;
    }

    .schedule-appointment__title {
        font-size: 1.39rem;
    }

    .schedule-appointment__subtitle {
        font-size: 1.2rem;
    }

    .schedule-appointment .timeline {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .schedule-appointment__banner-passo1::before {
        display: none;
    }

    .schedule-appointment__banner-passo2::after {
        display: none;
    }

    .schedule-appointment__banner-passo3::before {
        display: none;
    }

    .schedule-appointment__content::after {
        display: none;
    }

    .schedule-appointment__circle {
        height: 90px;
        width: 90px;
    }

    .schedule-appointment__circle p {
        font-size: 4rem;
    }
}

@media screen and (min-width: 768px) {
    .schedule-appointment__step {
        width: initial;
    }
}

@media screen and (min-width: 992px) {
    .schedule-appointment {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .schedule-appointment__box-title {
        margin: 0 auto;
        width: 54%;
    }

    .schedule-appointment__title {
        font-size: 2rem;
    }

    .schedule-appointment__subtitle {
        font-size: 1.3rem;
    }

    .schedule-appointment .timeline {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }

    .schedule-appointment__banner-passo1::before {
        /*content: '';
        display: block;
        background: url("../img/passo_1.png") no-repeat;
        background-size: contain;
        width: 235px;
        margin-right: 16px;*/
        display: block;
        content: url("../img/passo_1.png");
        margin: -18px 0 0 -18px;
        margin-right: 16px;
    }

    .schedule-appointment__banner-passo2::after {
        /*content: '';
        display: block;
        background: url("../img/passo_2.png") no-repeat;
        background-size: contain;
        margin-left: 16px;
        width: 235px;*/
        display: block;
        content: url("../img/passo_2.png");
        margin: -18px 0 0 -18px;
        margin-left: 51px;
    }

    .schedule-appointment__banner-passo3::before {
        display: block;
        content: url("../img/passo_3.png");
        margin: -18px 0 0 -18px;
        margin-right: 16px;
    }

    .schedule-appointment__banner-passo4::after {
        /*content: '';
        display: block;
        background: url("../img/passo_2.png") no-repeat;
        background-size: contain;
        margin-left: 16px;
        width: 235px;*/
        display: block;
        content: url("../img/passo_2.png");
        margin: -18px 0 0 -18px;
        margin-left: 51px;
    }

    .schedule-appointment__content::after {
        display: block;
        content: url(../img/linha_1.png);
        position: absolute;
        top: 14%;
        left: 50%;
        margin-left: -10px;
        z-index: -1;
    }

    .schedule-appointment__circle {
        height: 130px;
        width: 130px;
    }

    .schedule-appointment__circle p {
        font-size: 6rem;
    }
}

/* Fim Agende uma consulta */

/* Agende uma consulta Agora */
.schedule-appointment-now {
    background: url("../img/agende_uma_consulta.png") no-repeat;
    width: 100%;
    background-size: cover;
}

.schedule-appointment-now__box-title {
    margin: 0 auto;
    margin-bottom: 18px;
    width: 40%;
}

.schedule-appointment-now__title {
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

.schedule-appointment-now__box-description {
    margin: 0 auto;
    width: 46%;
}

.schedule-appointment-now__description {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.schedule-appointment-now__box-input::placeholder {
    color: #989898;
    font-weight: 600;
    font-style: italic;
}

.btn.schedule-appointment-now__button {
    align-items: center;
    background-color: #00b4ff;
    border: 1px solid #00b4ff;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

.btn.schedule-appointment-now__button:hover {
    background-color: #277596;
    border-color: #277596;
}

.schedule-appointment-now__invalid-feedback {
    color: #ffffff;
    font-weight: bold;
}

@media screen and (min-width: 0px) {
    .schedule-appointment-now {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .schedule-appointment-now__box-title {
        width: 100%;
    }

    .schedule-appointment-now__title {
        font-size: 1.5rem;
    }

    .schedule-appointment-now__box-description {
        width: 100%;
    }

    .schedule-appointment-now .input-group > .form-control.schedule-appointment-now__box-input:not(:last-child),
    .banner-coupons .input-group > .form-control.search__form-input:not(:last-child) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 100%;
    }

    .btn.schedule-appointment-now__button {
        border-radius: 5px 5px 5px 5px;
        margin-top: 10px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .schedule-appointment-now {
        padding: 50px;
    }

    .schedule-appointment-now__box-title {
        width: 40%;
    }

    .schedule-appointment-now__title {
        font-size: 2rem;
    }

    .schedule-appointment-now__box-description {
        width: 46%;
    }

    .schedule-appointment-now .input-group > .form-control.schedule-appointment-now__box-input:not(:last-child),
    .banner-coupons .input-group > .form-control.search__form-input:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: 10%;
    }

    .btn.schedule-appointment-now__button {
        border-radius: 0 5px 5px 0;
        margin-top: initial;
        width: initial;
    }
}

/* Fim Agende uma consulta Agora */

/* Prova Social */
.social-proof {
    position: relative;
}

.social-proof__elipse {
    width: 10%;
    position: absolute;
    left: 0;
    top: -110px;
}

.social-proof__title {
    color: #040404;
    font-weight: 800;
    text-align: center;
}

.social-proof__bg-banner {
    background-color: #91ebdd;
    border-radius: 5px;
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}

.social-proof__start-item i {
    color: #fadd45;
}

.social-proof__shadow-lg {
    border-radius: 10px;
}

.social-proof__show-more-bio {
    overflow: visible !important;
    max-height: none !important;
    -webkit-mask-image: none !important;
}

.social-proof__show-more-content {
    max-height: 80px;
    -webkit-mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
    overflow: hidden;
    position: relative;
    width: 100%;
}

.social-proof__bio-description {
    margin-bottom: .8rem;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (min-width: 0px) {
    .social-proof__elipse {
        top: -14px;
    }

    .social-proof__title {
        font-size: 1.3rem;
    }

    .social-proof__depoiments {
        font-size: 0.8rem;
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .social-proof__elipse {
        top: -47px !important;
    }
}

@media screen and (min-width: 767px) {
    .social-proof__elipse {
        top: -110px;
    }

    .social-proof__title {
        font-size: 2rem;
    }

    .social-proof__depoiments {
        font-size: 0.8rem;
        margin: 0 auto;
        width: 50%;
    }
}

/* Fim da Prova Social */

/* Blog */
.blog-amigos-mente {
    background-color: #1dccb2;
}

.blog-amigos-mente__background {
    background: rgba(0, 0, 0, .5);
}

.blog-amigos-mente-card__image {
    border-radius: 10px 10px 0 0;
}

.blog-amigos-mente__card-posicao-imagem {
    object-fit: cover;
    height: 250px;
}

.card__ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
}

.blog-amigos-mente__radius {
    border-radius: 10px;
}

.blog-amigos-mente__title {
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

.blog-amigos-mente__button {
    background-color: #169f93;
    border: 1px solid #169f93;
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}

.blog-amigos-mente__button:hover {
    background-color: #91ebdd;
    border: 1px solid #91ebdd;
    color: #000000;
}

.blog-amigos-mente .card__ellipsis p,
.blog-amigos-mente .card__ellipsis p span,
.blog-amigos-mente .card__ellipsis div p {
    color: #FFFFFF !important;
    font-family: 'Montserrat', 'sans-serif' !important;
    font-size: 1rem !important;
}

/* Fim do Blog */

.quiz {
    background: #ffffff;
    width: 100%;
    background-size: cover;
    position: relative;
}

.quiz__title {
    color: #000000;
    font-weight: 800;
    text-align: center;
}

.quiz__description {
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.quiz .btn.quiz__button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #169f93;
    color: rgb(255, 255, 255);
    opacity: 1;
    height: 40px;
    width: 20%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.quiz .btn.quiz__button:active {
    background-color: #91ebdd;
    border-color: #91ebdd;
}

.quiz .btn.quiz__button:hover {
    background-color: #91ebdd;
    border-color: #91ebdd;
    color: black;
}

@media screen and (min-width: 0) {
    .quiz {
        background-position: right;
        padding-right: 0;
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .quiz .btn.quiz__button {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .quiz {
        padding: 50px;
    }

    .quiz .btn.quiz__button {
        width: 20%;
    }
}

/** Salas temáticas **/
.thematic-rooms {
    background: linear-gradient(to right, #169f93, #169f93);
    color: #FFFFFF;
    padding: 3.3rem 0;
    width: 100%;
}

.thematic-rooms__container {
    width: 100%;
}

.thematic-rooms__title {
    font-size: 2.3rem;
    line-height: 2.9rem;
    font-weight: 800;
    text-align: center;
}

.thematic-rooms__description {
    font-size: 1rem;
    line-height: 2.3rem;
    text-align: center;
}

.thematic-rooms .card__wrap--outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.thematic-rooms .card__wrap--outer .card__wrap--inner {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.thematic-rooms .card__wrap--outer .card__wrap--inner {
    padding: 12px;
}

.thematic-rooms .card__wrap--outer .card__wrap--inner .card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 480px) {
    .thematic-rooms .card__wrap--outer .card__wrap--inner {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .thematic-rooms__container {
        max-width: 80%;
        margin: auto;
    }
}

@media (min-width: 1024px) {
    .thematic-rooms .card__wrap--outer .card__wrap--inner {
        width: 33.33%
    }
}

.flexible {
    flex-grow: 1;
}

/** Fim da Salas temáticas **/

/* Pergunte ao especialista */
.pergunte_especialista {
    background-color: #1dccb2;
}

.pergunte_especialista__title {
    color: #000000;
    font-weight: 800;
}

.pergunte_especialista__description {
    color: #ffffff;
    font-weight: 800;
}

.pergunte_especialista__button {
    border-radius: 50px;
    background-color: #232323;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
}

@media screen and (min-width: 0px) {
    .pergunte_especialista__description {
        font-size: 1rem;
    }

    .pergunte_especialista__button {
        width: 100%;
    }

    .pergunte_especialista__button {
        font-size: 1rem;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .pergunte_especialista__description {
        font-size: 1.5rem;
    }

    .pergunte_especialista__button {
        width: initial;
    }

    .pergunte_especialista__button {
        font-size: 1.2rem;
        padding-left: 27px;
        padding-right: 27px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

/* Fim do Pergunte ao especialista*/

/* Footer */
footer {
    border-top: 10px solid #1dccb2;
    padding: 20px 0;
}

footer .titulo {
    color: #0e6b6d;
}

footer a {
    color: #1dccb2;
}

footer .fab {
    color: #1dccb2;
    border: 2px solid #1dccb2;
    transition: all 0.3s ease-in-out 0s;
}

footer .fab:hover {
    background-color: #0e6b6d;
}

.copyright p {
    color: #0e6b6d;
    font-weight: 500;
}

/* Fim do Footer */

.border-rounded-circle {
    border-radius: 100%;
    border: 2px solid #91ddeb;
}

@media screen and (max-width: 768px) {
    .banner_amigos-mente__title {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .schedule-appointment__width {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 56.333333%;
    }
}

/** Avatares **/
.avatar__images {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgb(22, 159, 147);
    border-radius: 100%;
    height: 90px;
    width: 90px;
}

.avatar_h_01 {
    background-image: url("../img/avatar/avatar_h_01.gif");
}

.avatar_h_02 {
    background-image: url("../img/avatar/avatar_h_02.gif");
}

.avatar_h_03 {
    background-image: url("../img/avatar/avatar_h_03.jpg");
}

.avatar_m_01 {
    background-image: url("../img/avatar/avatar_m_01.gif");
}

.avatar_m_02 {
    background-image: url("../img/avatar/avatar_m_02.gif");
}

.avatar_m_03 {
    background-image: url("../img/avatar/avatar_m_03.gif");
}

/** Fim dos Avatares **/

/* Autocomplete */

@media screen and (min-width: 0px) {
    .ui-autocomplete {
        max-height: 200px;
        width: 200px; /* just setting it very small it will resize to the input field*/
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        z-index: 1000;
    }
}

@media screen and (min-width: 768px) {
    .ui-autocomplete {
        max-height: 250px;
        width: 180px; /* just setting it very small it will resize to the input field*/
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        z-index: 1000;
    }
}

/* Autocomplete */

/* Profissionais */
.search-profissionals {
    background: #007274;
    color: #ffffff;
    height: calc(100vh - calc(100vh - 100%));
    margin-top: 66px;
    text-align: center;
    width: 100%;
}

.search-profissionals .profissionals__title {
    font-weight: 800;
}

.profissionals__description {
    color: #ffffff;
    font-weight: 500;
}

.profissionals {
    background: none;
    padding-top: 0;
    margin-top: 0;
}

.item-mkt-place {
    border: 1px solid rgba(0, 0, 0, .125);
}

@media screen and (min-width: 0px) {
    .search-profissionals {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .search-profissionals .profissionals__title {
        font-size: 1.3rem;
    }

    .search-profissionals .input-group > .form-control.search__form-input:not(:last-child) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 100%;
    }

    .search-profissionals form .btn.search__form-button {
        border-radius: 5px 5px 5px 5px;
        margin-top: 10px;
        width: 100%;
    }

    .profissionals {
        padding: 20px 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .search-profissionals {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .search-profissionals .profissionals__title {
        font-size: 2rem;
    }

    .search-profissionals .input-group > .form-control.search__form-input:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        width: initial;
    }

    .search-profissionals form .btn.search__form-button {
        border-radius: 0 5px 5px 0;
        margin-top: initial;
        width: initial;
    }

    .profissionals {
        padding-top: 0 !important;
        padding-bottom: 80px !important;
    }
}

/* Fimd dos Profissionais */

/* Orcamento Amigos da Mente */
.orcamento-amigos-da-mente {
    background-color: #0f7173;
    width: 100%;
    background-size: cover;
    padding: 50px;
    position: relative;
}

.orcamento-amigos-da-mente__title {
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

.orcamento-amigos-da-mente__description {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.orcamento-amigos-da-mente__button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #00b4ff;
    border: 1px solid #00b4ff;
    color: rgb(255, 255, 255);
    opacity: 1;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    border-image: initial;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}

.orcamento-amigos-da-mente__button:active {
    background-color: #39acdc;
    border-color: #39acdc;
}

.orcamento-amigos-da-mente__button:hover {
    background-color: #39acdc;
    border-color: #39acdc;
}

@media screen and (min-width: 0) {
    .orcamento-amigos-da-mente {
        background-position: right;
        padding-right: 0;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .orcamento-amigos-da-mente__title {
        font-size: 1.4rem;
    }

    .orcamento-amigos-da-mente__icon {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .orcamento-amigos-da-mente {
        padding: 50px;
    }

    .orcamento-amigos-da-mente__title {
        font-size: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .orcamento-amigos-da-mente__icon {
        display: block;
        position: absolute;
        right: 15%;
        top: 15%;
        font-size: 10rem;
        color: #41aaab;
    }
}

/* Fim do Orcamento Amigos da Mente*/

.mkt-place-results {
    background: url(../img/assets/img/banner/mktplace.png) no-repeat top center;
    margin: 100px 0;
}

.cadastro__link {
    color: #000000;
    background-color: #91ddeb;
    border-radius: 5px;
    display: inline-block;
    padding: 0 1px 0 1px;
}

.mkt-place-results .mkt-place-results__title {
    color: #ffffff;
}

.mkt-place-results__distance {
    font-size: 12px;
    margin: 10px 0 0 0;
    cursor: default;
}

/* Profissionais em Destaques */
.mkt-place-cards__carousel {
    text-align: center;
    position: relative;
}

.mkt-place-cards__carousel__slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.mkt-place-card-width .card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mkt-place-cards__carousel-prev,
.mkt-place-cards__carousel-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    cursor: pointer;
    color: #FFFFFF;
}

.mkt-place-cards__carousel-prev {
    left: -25px;
}

.mkt-place-cards__carousel-next {
    right: -14px;
}

@media (max-width: 768px) {
    .mkt-place-cards__carousel-prev {
        left: -10px;
    }

    .mkt-place-cards__carousel-next {
        right: -10px;
    }
}

@media screen and (min-width: 0px) {
    .mkt-place-card-width .card {
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (min-width: 992px) {
    .mkt-place-card-width .card {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .mkt-place-card-width {
        display: flex;
        flex-direction: row;
        margin-right: 10px;
        width: calc(33.33% - 10px);
    }
}

@media screen and (min-width: 1024px) {
    .mkt-place-card-width {
        display: flex;
        flex-direction: row;
        margin-right: 10px;
        width: calc(25% - 10px);
    }
}

/* Fimd dos Profissionais em Destaques */

/* Banner */
.modal-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 1000000;

    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.modal-banner {
    background-color: white;
    border-radius: 5px;
    margin: 5vh auto;
    position: relative;
    z-index: 1000000;
}

.modal-content-banner {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.modal-content-banner__text {
    color: #000000;
    font-weight: 800;
}

.close-modal {
    cursor: pointer;
    color: black;
    position: absolute;
    right: 16px;
    top: 8px;
}

.modal-overlay .close-modal i {
    font-size: 1.5rem;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

@media screen and (min-width: 0) {
    .modal-banner {
        height: 70%;
        width: 90%;
    }

    .modal-content-banner__title {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .modal-banner {
        height: 50%;
        width: 60%;
    }

    .modal-content-banner__title {
        font-size: 2rem;
    }
}

@media screen and (min-width: 992px) {
    .modal-banner {
        width: 50%;
    }
}

/* End Banner */

/* ====== Encontre o Profissional ====== */
.step {
    height: calc(100vh - calc(100vh - 100%));
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    background: rgb(22, 159, 147);
    border-radius: 4px;
    border-color: inherit;
    border-style: none;
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 30px;
    width: 166px;
    transition: all 0.3s ease-in-out 0s;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: rgb(145, 235, 221)
}

#msform .action-button[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
}

#msform .action-button-previous {
    background: inherit;
    border-radius: 4px;
    border: 1px solid rgb(22, 159, 147);
    color: rgb(22, 159, 147);
    cursor: pointer;
    font-weight: bold;
    padding: 10px 30px;
    opacity: .9;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    color: #FFFFFF;
    background-color: rgb(22, 159, 147);
}

.card.step__card {
    z-index: 0;
    border: none;
    position: relative
}

.step__question__title {
    font-weight: 700;
    line-height: 30px;
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
}

.step__question__description {
    font-weight: lighter;
    color: #7f8c8d;
    font-size: 14px;
    text-align: center;
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.step__question__option-box {
    background-color: #FFFFFF;
    flex: initial;
    width: 130px;
    min-width: 0;
    max-width: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .5px solid #bdc3c7;
    border-radius: 4px;
    height: 60px;
    font-size: 14px;
    color: #4e5657;
    margin: 0 7px 12px;
}

.step__card-progress-bar-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.step__card-progress-bar {
    flex-grow: 1;
}

.step__card-progress-bar-indicator {
    color: #7f8c8d;
    font-size: 1rem;
    margin-left: 10px;
}

.progress-bar {
    background-color: rgb(22, 159, 147)
}

.step__question__option-box--selected {
    border: .5px solid rgb(22, 159, 147);
}

@media screen and (max-width: 766px) {
    .step__question__option-box {
        min-width: 100%;
        padding: 16px 0;
        margin: 6px 0;
    }

    .step__question__option-box:nth-child(odd) {
        margin-left: 0;
    }

    .step__question__option-box:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 0) {
    .step__question__description {
        margin-bottom: 20px;
    }

    #msform .action-button {
        width: 125px;
    }

    #msform .action-button-previous {
        width: 125px;
    }
}

@media screen and (min-width: 767px) {
    .step__question__description {
        margin-bottom: 50px;
    }

    .step__question__option-box {
        flex: 1;
        min-width: 160px;
        max-width: 165px;
        width: auto;
    }

    .step__question__option-box:nth-child(odd) {
        margin-left: 7px;
    }

    .step__question__option-box:nth-child(2n) {
        margin-right: 7px;
    }

    #msform .action-button {
        width: 166px;
    }

    #msform .action-button-previous {
        width: 166px;
    }
}

/* ====== Fimd do Encontre o Profissional ====== */