body {
    font-family: 'Poppins', sans-serif;
    color: #737373;
    font-size: 16px;
}

:root {
    --main-color: #169f93;
    --secon-color: #1dccb2;
}

.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;
}

/* Buttons */

button.btn {
    border-radius: 50px;
    text-transform: uppercase;
}

.btn {
    white-space: normal !important;
}

button.align {
    margin-top: 32px;
}

button.btn-primary {
    background: #1976d2;
    border-color: #1976d2;
}

button.btn-primary:hover {
    background: #1976d2;
    border-color: #1976d2;
    filter: brightness(1.1);
}

button.btn-secondary {
    background: #ecc71e;
    border-color: #ecc71e;
}

button.btn-secondary:hover {
    background: #ecc71e;
    border-color: #ecc71e;
    filter: brightness(1.1);
}

button.btn-info {
    background: #42a5f5;
    border-color: #42a5f5;
    font-size: 14px;
    text-transform: none;
}

button.btn-info:hover {
    background: #42a5f5;
    border-color: #42a5f5;
    filter: brightness(1.1);
}

button.btn-outline-info {
    color: #42a5f5;
    border-color: #42a5f5;
    font-size: 14px;
    text-transform: none;
}

button.btn-outline-info:hover {
    color: #fff;
    border-color: #42a5f5;
    filter: brightness(1.1);
}


/* Badges */

.badge {
    font-weight: normal;
    cursor: default
}

.badge-secondary {
    background: none;
    border: 1px solid #6c757d;
    color: #6c757d;
}


/* Link */

a {
    color: #1976d2;
}


/* Nav bar */

nav {
    background: #fff;
    box-shadow: #ccc 2px 2px 5px;
}

nav a {
    font-size: 16px;
    color: #666666;
}

nav button,
nav button:focus {
    color: #2196f3;
    cursor: pointer;
    outline: none;
}

.navbar-collapse {
    flex-grow: unset;
}


/* Arrow down */

.arrow {
    text-align: center;
    margin-top: 30px;
}

.arrow i {
    color: #1976d2;
    font-size: 50px;
}

.divBanner {
    width: 100%;
    display: block;
    min-height: 50px;
    position: absolute;
    z-index: 99;
}

.banner-campanha {
    width: 100%;
    height: calc(100vh - 66px);
    min-height: 380px;
    margin-top: 66px;
    background: url(../img/mulher_sozinha.jpg) no-repeat center center;
    background-size: cover;
}

.banner-campanha .titulo {
    color: white;
    font-size: 26px;
    cursor: default;
}

.banner-campanha .subtitulo {
    color: #ff9422;
    font-size: 32px;
    cursor: default;
    font-weight: 800;
}

.banner-campanha .paragrafo {
    font-size: 30px;
}

.banner-campanha .conteudo {
    width: 100%;
    min-height: 380px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.banner-campanha .link {
    color: #ff9422;
    font-size: 30px;
}

.espaco {
    margin-top: 0px;
}

.atendimento {
    text-align: center;
    padding: 100px 0;
    color: black;
}

.atendimento p {
    font-size: 20px;
}


.card-footer-padding {
    padding: 15px 10px 10px 10px;
}

.mkt-place-card-width .card.card-calendar-days {
    width: 100%;
}

.mkt-place-card-width .card.card-border-left-bottom {
    border-radius: 0 0 .25rem .25rem;
}

.mkt-place-card-width .card.card-border-top-right {
    border-radius: .25rem .25rem 0 0;
}

.atendimento button {
    border-radius: 10px;
    background: #ff9422;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .cartao-drterapia-campanha {
        background: url(../../banner_amigos_pass.jpg) no-repeat center !important;
        height: 100vh;
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .banner-campanha {
        background: url(../img/mulher_sozinha.jpg) no-repeat center;
        height: 100vh;
        background-size: cover;
    }

    .banner-campanha .subtitulo {
        font-size: 26px;
    }

    .banner-campanha .titulo {
        font-size: 19px;
    }

    .banner-campanha .paragrafo {
        font-size: 18px;
    }

    .banner-campanha .link {
        font-size: 18px;
    }

    .espaco {
        margin-top: 108px;
    }

    .atendimento {
        padding: 33px 0;
    }

    .mkt-place .slick-slider .prev {
        left: -10px;
    }

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

@media screen and (min-width: 0) {
    .cartao-drterapia-campanha.banner .conteudo {
        justify-content: center;
    }
}

@media screen and (min-width: 992px) {
    .cartao-drterapia-campanha.banner .conteudo {
        justify-content: start;
    }
}


/* Banner */

.banner {
    width: 100%;
    height: calc(100vh - 66px);
    min-height: 380px;
    margin-top: 66px;
    text-align: center;
    background: url(../../home/banner04.jpg) no-repeat center;
    background-size: cover;
}

.banner-section {
    /*height: 39.5rem;*/
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
}

.banner .titulo {
    color: #2196f3;
    font-size: 36px;
    cursor: default;
}

.titulo-confirma {
    margin-top: 80px;
    margin-bottom: 50px;
}

.texto-confirma {
    margin-bottom: 1px;
}

.banner .subtitulo {
    color: #2196f3;
    font-size: 40px;
    cursor: default;
    font-weight: 800;
}

#token {
    border-color: #aca1e6;
}

.banner .texto {
    color: #fff;
    font-size: 28px;
    cursor: default;
    margin: 36px 0 0 0;
}

.banner .input {
    width: 300px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    border: none;
    outline: none;
    text-indent: 20px;
}

.banner .btn {
    width: 210px;
    height: 32px;
    margin-bottom: 10px;
    font-size: 13px;
}

.banner .conteudo {
    width: 100%;
    height: calc(100vh - 59px);
    min-height: 380px;
    padding: 60px 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.banner .conteudo .card {
    background-color: #0F7173;
    color: #FFFFFF;
    max-width: 100%;
    min-width: 100%;
    border-radius: 8px;
}

.banner .conteudo .card h5 {
    font-size: 17px;
    padding-bottom: 5px
}

.banner .conteudo .card p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
    text-decoration: none;
}

.banner .conteudo .card a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--main-color);
    color: rgb(255, 255, 255);
    opacity: 1;
    height: 40px;
    width: 100%;
    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;
}

.banner .conteudo .card a:hover {
    background-color: #91ebdd;
    border-color: #91ebdd;
    color: black;
}

.banner .conteudo .card a:active {
    background-color: #91ebdd;
    border-color: #91ebdd;
}

.carousel-full {
    height: calc(100vh - 66px);
}

.carousel-full .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Busca de especialistas */
.buscar-especialista {
    max-width: 100%;
    height: calc(100vh - 66px);
    min-height: 380px;
    margin-top: 66px;
    text-align: center;
    background: url(../../background-home.jpg) no-repeat center;
    background-size: cover;
}

.buscar-especialista__dark-backgroud {
    background: rgba(0, 0, 0, .4);
    height: auto;
}

.buscar-especialista .subtitulo {
    color: #ffffff;
    font-size: 40px;
    cursor: default;
    font-weight: 800;
}

.buscar-especialista .conteudo {
    width: 100%;
    height: calc(100vh - 59px);
    min-height: 380px;
    padding: 60px 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.buscar-especialista h1 {
    margin-bottom: 5rem;
}

.buscar-especialista .btn {
    width: 210px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    font-weight: bold;
    line-height: 19px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1024px) {
    .buscar-especialista {
        background-position: center right;
    }
}

/* Fim do busca de especialistas */

@media (max-width: 991px) {
    .banner {
        height: auto !important;
    }

    .banner-backgroud {
        background: rgba(0, 0, 0, .4);
        height: auto !important;
    }

    .banner .conteudo {
        height: auto !important;
    }

    .banner-backgroud {
        background: rgba(0, 0, 0, .4);
        height: 100vh;
    }

    .banner {
        background: url(../../home/banner04.jpg) no-repeat center;
        background-size: cover;
        height: 100vh;
    }
}

@media (max-width: 1024px) {
    .banner .conteudo .card h5 {
        font-size: 14px;
        line-height: 21px;
    }

    .banner .conteudo .card p {
        font-size: 12px;
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    .banner .titulo {
        font-size: 30px;
    }

    .banner .input {
        width: 250px;
    }

    .banner .texto {
        font-size: 24px;
    }
}

.header-banner .page-title-header {
    font-weight: 300;
    line-height: 32px;
}

.typography__color--first-extra-dark {
    color: #000;
}

.page-title,
h1 {
    font-size: 24px;
    margin-bottom: 4px;
}

.space-element-large {
    margin-top: 77px;
}

.header-banner--border {
    -webkit-box-shadow: 0 36px 31px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 36px 31px 0 rgba(0, 0, 0, 0.04);
    position: relative;
}

.small-milhares {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.form__info small,
.category-info p,
.typography__color--content-medium {
    color: #575757;
}

.header-banner__feature {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-top: 12px;
}

.header-banner__feature-label {
    color: #575757;
    font-style: italic;
}

.header-banner__badge {
    margin-right: 10px;
}

.page-title,
h1 {
    font-size: 24px;
    margin-bottom: 4px;
}

.small-milhares {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.space-element-top {
    margin-top: 0;
}

h1 {
    margin: 0.67em 0;
}

.widget {
    border: 2px solid #000;
    width: 100%;
    z-index: 102;
}

.widget {
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 4px 0 #dbdbdb;
    box-shadow: 0 2px 4px 0 #dbdbdb;
    margin: 0 auto;
    position: relative;
    border: 2px solid #000;
    width: 100%;
    z-index: 102;
    padding: 20px;
}

.step__container {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
}

.widget {
    border: 2px solid #000;
    width: 100%;
    z-index: 102;
}

.widget {
    background-color: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 2px 4px 0 #dbdbdb;
    box-shadow: 0 2px 4px 0 #dbdbdb;
    margin: 0 auto;
    position: relative;
    border: 2px solid #000;
    width: 100%;
    z-index: 102;
    padding: 20px;
}

.widget__title,
.typography__size-heading--s {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.size-spacing-section {
    margin-top: 60px;
}

.btn-bordered {
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    box-shadow: inset 0 0 0 1px #000;
}

.size-spacing-section {
    margin-top: 60px;
}

@media screen and (min-width: 960px) {
    .espaco-topo {
        margin-top: 150px;
    }

    .container {
        max-width: 1200px;
    }

    .space-element-large {
        margin-top: 80px;
    }

    .header-banner .page-title-header {
        line-height: 56px;
    }

    .page-title,
    h1 {
        font-size: 40px;
    }

    .small-milhares {
        font-size: 24px;
        line-height: 32px;
        margin-top: 12px;
    }

    .header-banner-over {
        margin-top: -60px;
    }

    .widget {
        background-color: #fff;
        border-radius: 7px;
        -webkit-box-shadow: 0 2px 4px 0 #dbdbdb;
        box-shadow: 0 2px 4px 0 #dbdbdb;
        margin: 0 auto;
        position: relative;
        border: 2px solid #000;
        width: 100%;
        z-index: 102;
        padding: 84px;
    }

    .widget__title,
    .typography__size-heading--s {
        font-size: 24px;
        line-height: 32px;
        font-weight: 300;
    }

    .widget__title,
    .typography__size-heading--s {
        font-size: 24px;
        line-height: 32px;
        font-weight: 300;
    }

    .size-spacing-section {
        margin-top: 84px;
    }
}

.div-small {
    border-bottom: 0;
    margin-bottom: 36px;
}

.btn {
    letter-spacing: .3px;
    font-weight: 600;
}

.form__steps.space-box-medium {
    margin-top: 0;
}

.form__steps {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: rgba(87, 87, 87, 0.5);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
}

.o-que-precisa .form-row label {
    font-weight: 800;
}

.form__steps-item:first-child {
    border-bottom-left-radius: 4px;
}

.form__steps-item {
    background-color: #f2f2f2;
    border-top: 1px solid #dbdbdb;
    color: #575757;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 22px;
    padding: 8px;
    text-align: center;
}

.form__steps-item--active {
    background-color: #fff;
    color: #000;
}

.btn--high-contrast {
    background-color: #000;
    color: #fff;
    border-radius: 160px;
    font-size: 14px;
    padding: 8px 24px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase;
}

.space-box-medium {
    margin-top: 36px;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 768px !important;
    }

    .image-banner picture img {
        width: 45%;
    }

    .image-banner {
        -webkit-box-shadow: 0 36px 31px 0 rgba(0, 0, 0, 0.04);
        box-shadow: 0 36px 31px 0 rgba(0, 0, 0, 0.04);
        margin-top: 54px;
    }

    .page-title,
    h1 {
        margin-bottom: 26px;
    }

    .typography__size-subtitle--s {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 420px) {
    .container-focused__aside {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .container {
        max-width: 960px;
    }

    .image-banner {
        display: none;
        min-height: 480px;
    }

    .space-element-large {
        margin-top: 89px;
    }
}

.jumbotron {
    margin-bottom: 0;
}

.information {
    margin-bottom: 0px;
    border-radius: 0px;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .mascote-banner {
        position: absolute;
        margin-top: -20px;
    }
}

@media screen and (max-width: 768px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .new {
        margin-top: -4px !important;
    }

    .diferencial .new {
        margin-top: -24px !important;
    }

    #pergunte_terapeuta .jumbotron {
        padding: 2rem 0rem !important;
    }
}

.modal-login {
    margin-left: 73px;
}


@media (max-width: 576px) {
    .modalEspera {
        background: rgba(255, 255, 255, .8) url("../../../img/assets/img/wait_2.gif") 50% 50% no-repeat !important;
    }

    .modalEspera2 {
        background: rgba(255, 255, 255, .8) url("../../../img/assets/img/wait_2.gif") 50% 50% no-repeat !important;
    }

    .planos .pacote .espaco-valor-35 {
        margin-left: 0px !important;
    }

    .mascote-pague {
        float: right;
        width: 80px;
        position: absolute;
        right: 3%;
        top: -48px;
        z-index: 1;
    }

    .mkt-place {
        padding: 80px 0 !important;
        margin-top: 0px !important;
    }

    .item-mkt-place {
        margin-top: 40px !important;
    }

    .preco-mtk-place {
        font-size: 21px !important;
    }

    .preco-servico {
        font-size: 61px !important;
        letter-spacing: -5px !important;
        margin-left: -10px !important;
    }

    .preco-servico-span {
        font-size: 50px !important;
        margin-left: -7px !important;
        letter-spacing: -2px !important;
    }

    .modal-login {
        margin-left: 0px !important;
        margin-top: 40px;
    }

    #layout-pagto {
        margin-top: 80px !important;
        margin-bottom: 140px;
    }

    .destaque {
        font-size: 1.5rem;
    }

    .destaque-codigo {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .banner .conteudo {
        padding: 20px 0;
        height: calc(100vh - 136px);
    }

    .banner .titulo {
        font-size: 23px;
    }

    .banner .subtitulo {
        font-size: 26px;
    }

    .buscar-especialista .subtitulo {
        font-size: 26px;
    }

    .banner .input,
    .banner .btn {
        width: 210px;
        height: 32px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .banner .texto {
        font-size: 15px;
        margin-top: 10px;
    }
}


/* como-funciona */

.como-funciona {
    padding: 80px 0;
}

.como-funciona .titulo {
    font-size: 70px;
    color: #1976d2;
    font-weight: 800;
    cursor: default;
    text-align: center;
    margin-bottom: 70px;
}

.como-funciona .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.como-funciona .content::after {
    content: '';
    width: 10px;
    height: 100%;
    background: #eae9e9;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-radius: 10px;
}

.como-funciona .timeline {
    display: flex;
    align-items: center;
    min-height: 213px;
    position: relative;
}

.como-funciona .timeline::after {
    content: '';
    width: 36px;
    height: 36px;
    background: #fff;
    border: 8px solid #eae9e9;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px;
    border-radius: 50px;
}

.como-funciona .timeline:first-child::after {
    border-color: #ffc107;
}

.como-funciona .left {
    min-width: 320px;
    max-width: 320px;
    height: 213px;
    display: flex;
    justify-content: flex-end
}

.como-funciona .item {
    position: relative;
    display: flex;
    align-items: center;
    height: 213px;
}

.como-funciona .numero {
    font-size: 213px;
    line-height: 213px;
    height: 213px;
    color: #ffebc3;
    font-weight: 800;
    cursor: default;
    position: absolute;
    z-index: -1px;
    top: 0;
    left: 0;
    margin: 0;
}

.como-funciona .label {
    font-size: 34px;
    min-width: 200px;
    color: #1976d2;
    font-weight: 800;
    cursor: default;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 0 0 95px;
}

.como-funciona .texto {
    font-size: 20px;
    color: #1976d2;
    cursor: default;
    min-width: 320px;
    max-width: 320px;
}

.como-funciona .line {
    height: 100%;
    width: 90px;
}

.como-funciona .timeline.reverse {
    flex-direction: row-reverse;
}

.como-funciona .timeline.reverse .texto {
    text-align: right;
}

.como-funciona .timeline.reverse .left {
    justify-content: flex-start
}

@media (max-width: 768px) {
    .como-funciona {
        padding: 40px 0;
        text-align: center;
    }

    .como-funciona .titulo {
        font-size: 30px;
    }

    .como-funciona .line,
    .como-funciona .content::after,
    .como-funciona .timeline::after {
        display: none;
    }

    .como-funciona .timeline,
    .como-funciona .timeline.reverse {
        flex-direction: column;
    }

    .como-funciona .left,
    .como-funciona .timeline.reverse .left,
    .como-funciona .item {
        justify-content: center;
    }

    .como-funciona .label,
    .como-funciona .timeline.reverse .texto {
        padding: 0;
        text-align: center;
    }

    .como-funciona .label {
        font-size: 25px;
        font-weight: 800;
    }

    .como-funciona .content,
    .como-funciona .timeline,
    .como-funciona .item,
    .como-funciona .left,
    .como-funciona .label,
    .como-funciona .texto,
    .como-funciona .timeline.reverse .texto,
    .como-funciona .numero {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}


/* Plataforma */

.plataforma {
    background: url(../img/banner/plataforma.png) repeat center;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.plataforma .titulo {
    font-size: 40px;
    font-weight: 800;
    cursor: default;
}

.plataforma .item {
    font-size: 44px;
    font-weight: 800;
    cursor: default;
    margin-top: 40px;
}

.plataforma .descricao {
    font-size: 21px;
    cursor: default;
    margin: 10px auto 0;
    max-width: 245px;
}

.plataforma img {
    margin-top: 70px;
}

@media (max-width: 768px) {
    .plataforma .titulo {
        font-size: 27px;
    }

    .plataforma .item {
        font-size: 40px;
    }

    .plataforma .descricao {
        font-size: 18px;
    }
}


/* Cartao Dr Terapia */

/* Plataforma */
.cartao_drterapia {
    color: #fff;
    text-align: center;
    padding: 80px 0;
    background: linear-gradient(to right, #0083B0, #00B4DB);
}

.cartao_drterapia .titulo {
    font-size: 40px;
    font-weight: 800;
    cursor: default;
}

.cartao_drterapia .item {
    font-size: 44px;
    font-weight: 800;
    cursor: default;
    margin-top: 40px;
}

.cartao_drterapia .descricao {
    font-size: 21px;
    cursor: default;
    margin: 10px auto 0;
}

.cartao_drterapia img {
    margin-top: 70px;
}

.cartao_drterapia p a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cartao_drterapia .titulo {
        font-size: 27px;
    }

    .cartao_drterapia .item {
        font-size: 40px;
    }

    .cartao_drterapia .descricao {
        font-size: 18px;
    }
}


/* Parceiro */

.parceiro {
    background: url(../img/banner/parceiro.png) no-repeat top center;
    background-size: cover;
    margin-top: -40px;
    width: 100%;
    height: 100vh;
    min-height: 380px;
}

.parceiro .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: calc(100vh - 40px);
    margin-top: 40px;
}

.parceiro .titulo {
    color: var(--main-color);
    font-size: 38px;
    font-weight: normal;
    cursor: default;
    /*margin-bottom: 40px;*/
    margin-bottom: -37px;
}

.parceiro .titulo b {
    font-size: 68px;
    display: block;
}

.parceiro .descricao {
    font-size: 18px;
    font-weight: normal;
    cursor: default;
    margin-bottom: 90px;
}

.parceiro .descricao b {
    font-size: 25px;
    display: block;
}

.parceiro .btn {
    min-width: 280px;
    max-width: 100%;
    font-size: 20px;
}

.parceiro .btn.parceiro__btn {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    border-radius: 8px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}

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

@media (max-width: 768px) {
    .parceiro {
        background: url(../img/banner/parceiro-mobile.png) no-repeat right top;
        text-align: center;
        margin-top: -26px;
        padding-bottom: 30px;
        height: auto;
    }

    .parceiro .content {
        align-items: center;
        padding-top: 500px;
        justify-content: flex-start;
        height: auto;
    }

    .parceiro .titulo {
        text-align: center;
        font-size: 35px;
    }

    .parceiro .titulo b {
        font-size: 40px;
    }

    .parceiro .descricao {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .parceiro .descricao b {
        font-size: 24px;
    }
}


/* Full */

.parceiro.full {
    width: 100%;
    height: calc(100vh - 66px);
    min-height: 380px;
    margin-top: 66px;
    text-align: center;
    background: url(../img/banner/parceiro-full.png) no-repeat top center;
    background-size: cover;
}

.parceiro.full .content {
    width: 100%;
    height: calc(100vh - 66px);
    min-height: 470px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    text-align: left;
}

@media screen and (min-width: 0px) {
    .parceiro.full .content {
        padding: 0 0 15px 0;
    }
}

@media screen and (min-width: 768px) {
    .parceiro.full .content {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .parceiro.full .content {
        min-height: 330px;
    }
}


/* paciente */

.paciente {
    background: url(../img/banner/paciente.png) no-repeat;
    margin-top: 66px;
    width: 100%;
    height: calc(100vh - 66px);
    min-height: 380px;
    background-size: cover;
}

.paciente .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 66px);
    min-height: 380px;
}

.paciente .titulo {
    color: #2196f3;
    font-size: 58px;
    font-weight: normal;
    cursor: default;
    margin-bottom: 10px;
    margin-top: 78px;
}

.paciente .titulo b {
    font-size: 68px;
    display: block;
}

.paciente .descricao {
    font-size: 25px;
    font-weight: normal;
    cursor: default;
    margin-bottom: 0px;
}

.paciente .obs {
    font-size: 15px;
    font-weight: normal;
    cursor: default;
    margin-bottom: 60px;
}

.paciente .btn {
    min-width: 280px;
    max-width: 100%;
    font-size: 20px;
}

@media (max-width: 768px) {
    .paciente .titulo {
        font-size: 35px;
    }

    .paciente .titulo b {
        font-size: 40px;
    }

    .paciente .descricao,
    .paciente .obs {
        font-size: 14px;
        max-width: 300px;
        margin-bottom: 20px;
    }
}


/* Agende */

.agende {
    background: url(../img/banner/agende.png) repeat-x center;
}

.agende .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 730px;
}

.agende .titulo {
    color: var(--main-color);
    font-size: 46px;
    font-weight: normal;
    cursor: default;
    margin-bottom: 60px;
}

.agende .titulo b {
    display: block;
}

.agende .descricao {
    color: var(--main-color);
    font-size: 16px;
    font-weight: normal;
    cursor: default;
    margin-bottom: 30px;
}

.agende .btn {
    min-width: 280px;
    max-width: 100%;
    font-size: 20px;
}

.agende .btn.agende__button {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    border-radius: 8px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease-in-out 0s;
}

.agende .btn.agende__button:hover {
    background: rgb(145, 235, 221);
    border: 1px solid rgb(145, 235, 221);
    -webkit-appearance: none;
}

@media (max-width: 991px) {
    .agende {
        background-size: cover;
    }

    .agende .content {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .agende .content {
        height: 460px;
        text-align: center;
    }

    .agende .titulo {
        font-size: 35px;
    }

    .agende .titulo b {
        font-size: 40px;
    }

    .agende .descricao {
        font-size: 14px;
        color: inherit;
    }
}


/* caminho */

.caminho {
    background: url(../img/banner/caminho.png) repeat-x center;
}

.caminho .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 730px;
}

.caminho .titulo {
    color: #2196f3;
    font-size: 46px;
    font-weight: normal;
    cursor: default;
    margin-bottom: 60px;
}

.caminho .titulo b {
    display: block;
    color: #ffc107;
}

.caminho .descricao {
    color: #2196f3;
    font-size: 16px;
    font-weight: normal;
    cursor: default;
    margin-bottom: 30px;
    max-width: 440px;
}

.caminho .btn {
    min-width: 280px;
    max-width: 100%;
    font-size: 20px;
}

@media (max-width: 991px) {
    .caminho {
        background-size: cover;
    }

    .caminho .content {
        height: 600px;
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    .caminho .content {
        height: 400px;
        text-align: center;
    }

    .caminho .titulo {
        text-align: center;
        font-size: 35px;
    }

    .caminho .descricao {
        font-size: 14px;
    }
}


/* Informativo */

.informativo {
    background: url(../img/banner/informativo.png) no-repeat bottom center;
    width: 100%;
    height: 100vh;
    min-height: 807px;
    background-size: cover;
}

.informativo .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 807px;
}

.informativo .titulo {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    cursor: default;
}

.informativo .subtitulo {
    color: #fff;
    font-size: 20px;
    cursor: default;
}

.informativo form {
    margin-top: 60px;
}

.informativo form .input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    max-width: 440px;
    border-radius: 20px;
    border: 2px solid #43aef4;
    outline: none;
    text-indent: 20px;
}

.informativo form .btn-secondary {
    font-size: 20px;
    min-width: 200px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .informativo {
        min-height: 600px;
    }

    .informativo .titulo {
        font-size: 25px;
    }

    .informativo .subtitulo {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .informativo {
        background: url(../img/banner/informativo-mobile.png) no-repeat left top;
        padding: 60px 0 100px;
        height: auto;
    }

    .informativo .content {
        justify-content: space-between;
        height: 850px;
    }

    .informativo .texto {
        height: 170px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        text-align: right;
        padding-left: 20px;
    }

    .informativo form .input,
    .informativo form .btn {
        width: 100%;
        max-width: 100%;
    }
}


/* Footer */

footer {
    border-top: 10px solid #179bff;
    padding: 20px 0;
}

footer .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

footer .col-md-12 div:first-child {
    min-width: 270px;
}

footer .col-md-12 div:last-child {
    text-align: center;
}

footer .titulo {
    color: #1976d2;
    font-size: 26px;
    cursor: default;
    font-weight: 800;
    margin-bottom: 10px;
}

footer a {
    font-size: 19px;
}

footer .fab {
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 40px;
    color: #1976d2;
    border: 2px solid #1976d2;
    border-radius: 50px;
}

footer .fab:hover {
    background: #1976d2;
    color: #fff;
}

@media (max-width: 991px) {
    footer .col-md-12 {
        justify-content: space-around;
    }
}

@media (max-width: 768px) {
    footer {
        padding-bottom: 0;
    }

    footer .col-md-12 {
        flex-direction: column;
    }

    footer .col-md-12 > div,
    footer .col-md-12 > div:first-child,
    footer .col-md-12 > div:last-child {
        margin-bottom: 60px;
        width: 100%;
        text-align: left;
    }

    footer .titulo {
        font-size: 25px;
    }

    footer p {
        font-size: 19px;
    }
}


/* Copyright */

.copyright {
    padding: 30px 0;
}

.copyright .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright p {
    color: #1976d2;
    font-size: 18px;
    cursor: default;
    margin: 0;
}

@media (max-width: 768px) {
    .copyright .col-md-12 {
        flex-direction: column;
        text-align: center;
    }

    .copyright p {
        font-size: 16px;;
        margin-bottom: 30px;
    }
}


/* Chat */

.chat a {
    background: #179bff;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    padding: 10px 30px;
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 100px;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 768px) {
    .chat {
        margin-top: -15px;
        margin-bottom: -25px;
    }

    .chat a {
        position: relative;
        border-radius: 10px;
        bottom: 0;
        right: 0;
        width: 210px;
        height: 40px;
        display: block;
        margin: auto;
    }
}


/* Cadastro */

.cadastro {
    padding: 100px 0;
    background: linear-gradient(to right, #169f93, #169f93);
}

.cadastro .btn {
    font-size: 14px;
}

.cadastro .conteudo {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

.cadastro .topo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cadastro .titulo {
    cursor: default;
    color: #000000;
    font-size: 32px;
    font-weight: 800;
}

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

.cadastro .btn.cadastro__btn-entrar, .btn.cadastro__cadastrar {
    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;
}

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

.cadastro .btn.cadastro__btn-password {
    background: #1dccb2;
    border: 1px solid #1dccb2;
    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;
}

.cadastro .btn.cadastro__btn-password:hover {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    -webkit-appearance: none;
    color: #000000;
}

.cadastro .cadastro__link {
    color: #000000;
    font-weight: 500;
}

.cadastro .fechar {
    font-size: 30px;
    cursor: pointer;
}

.cadastro .topo .titulo {
    max-width: 320px;
}

.cadastro hr {
    height: 5px;
    background: #ffc107;
    border: none;
}

.cadastro form {
    margin-top: 30px;
}

@media screen and (min-width: 0px) {
    .cadastro .box {
        padding: 20px;
    }
}

@media screen and (min-width: 768px) {
    .cadastro .box {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .cadastro .titulo {
        font-size: 24px;
    }
}


/* Faixa */

.faixa {
    background: linear-gradient(to right, #169f93, #169f93);
    padding: 20px 0;
    text-align: center;
}

.faixa .titulo {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    cursor: default;
}

.faixa .texto {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    cursor: default;
    margin: 0;
}

.faixa .conteudo {
    padding: 40px 150px;
    border: 2px solid #fff;
    border-radius: 30px;
}

.faixa .icon, .assinatura .icon {
    width: 25px;
    height: 25px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.faixa .icon-rounded, .assinatura .icon-rounded {
    border-radius: 50%;
}

.faixa .icon-danger, .assinatura .icon-danger {
    background-color: rgba(255, 86, 48, 0.3);
    color: #ff5630;
}

.faixa .icon-success, .assinatura .icon-success {
    background-color: rgba(54, 179, 126, 0.3);
    color: #36b37e;
}

/* Planos DR. Terapia - Sou Terapeuta */
.planos-pagamento__nome {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 24px;
    font-weight: 800;
    text-align: center;
    line-height: 1.095;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: #167bf7;
}

.pricing-plan-title {
    text-transform: uppercase;
}

.text-green {
    color: #169f93;
}

.planos-pagamento-button {
    margin-top: 1rem;
    font-size: 7px;
    line-height: initial;
}

.planos-pagamento-price {
    font-size: initial;
}

.discount-price {
    color: #ccc;
    position: relative;
    text-decoration: line-through;
}

.discount-price span {
    font-size: 25px;
}

.discount-price-mobile {
    color: #ccc !important;
    font-size: 10px;
    text-decoration: line-through;
}

.discount-price-new {
    font-size: 10px;
}

.data_validade_assinatura {
    font-size: .8rem;
}

@media screen and (min-width: 0) {
    .planos-pagamento__nome {
        font-size: 0.8rem;
    }

    .assinatura__span {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 375px) {
    .discount-price-mobile {
        font-size: 13px;
    }

    .discount-price-new {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .planos-pagamento__nome {
        font-size: 1rem;
    }

    .assinatura__span {
        font-size: 1rem;
    }
}

@media (min-width: 767px) and (max-width: 768px) {
    .planos-pagamento-button {
        margin-top: 1rem;
        font-size: initial;
        line-height: initial;
    }

    .planos-pagamento-price {
        font-size: 1.5rem;
    }
}

/* Planos DR. Terapia - Sou Terapeuta */

.como-funciona-2 {
    padding: 25px 61px;
    border: 2px solid var(--main-color);
    border-radius: 30px;
    background: white;
}

.como-funciona-2 h2 {
    color: var(--main-color);
    font-size: 3rem;
}

@media (max-width: 1198px) {
    .faixa .conteudo {
        padding: 40px 80px;
    }

    .como-funciona-2 {
        padding: 40px 80px;
    }
}

@media (max-width: 768px) {
    .faixa .conteudo {
        padding: 20px;
    }

    .como-funciona-2 {
        padding: 20px;
    }
}


/* o-que-e */

.o-que-e {
    padding: 130px 0 70px;
    background: url(../img/banner/o-que-e.png) no-repeat center;
}

.o-que-e img {
    position: relative;
    z-index: 1;
}

.o-que-e .titulo {
    font-size: 65px;
    line-height: 65px;
    color: var(--main-color);
    cursor: default;
    margin-left: -170px;
    margin-top: 100px;
}

.o-que-e .titulo b {
    display: block;
    margin-left: 20px;
}

.o-que-e .descricao {
    font-size: 26px;
    color: var(--main-color);
    font-weight: 500;
    cursor: default;
    margin-top: 100px;
}

@media (max-width: 1198px) {
    .o-que-e .titulo {
        font-size: 54px;
        margin-left: -133px;
    }
}

@media (max-width: 991px) {
    .o-que-e .d-flex {
        display: block !important;
    }

    .o-que-e .d-flex img {
        display: none;
    }

    .o-que-e .titulo {
        margin: 0px;
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .o-que-e {
        padding: 50px 0;
        text-align: center;
    }

    .o-que-e img {
        height: 300px;
        display: block;
        margin: 0 auto 50px;
    }

    .o-que-e .descricao {
        margin-top: 30px;
        font-size: 20px;
    }
}


/* porque-atender */

.porque-atender {
    text-align: center;
    padding: 100px 0;
}

.porque-atender .titulo {
    color: var(--main-color);
    font-size: 52px;
    font-weight: 800;
    cursor: default;
}

.porque-atender img {
    margin: 40px auto;
    padding: 30px;
    border-radius: 100px;
    border: 4px solid #d6c0c0;
}

.porque-atender .label {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 800;
}

.porque-atender .descricao {
    color: var(--main-color);
    font-size: 16px;
}

@media (max-width: 991px) {
    .porque-atender .titulo {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .porque-atender .titulo {
        font-size: 35px;
    }

    .diferencial .conteudo {
        width: 330px !important;
        box-shadow: 2px 2px 5px 3px #9E9E9E !important;
    }
}

/* serviços-mais-buscados */
.servicos-mais-buscados {
    text-align: center;
}

.servicos-mais-buscados .titulo {
    color: var(--main-color);
    font-size: 40px;
    font-weight: 800;
    cursor: default;
}

.servicos-mais-buscados .label {
    color: var(--main-color);
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 10px;
}

.servicos-mais-buscados .descricao {
    color: var(--main-color);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

@media (max-width: 768px) {
    .servicos-mais-buscados .titulo {
        font-size: 30px;
    }
}

/* Diferencial */

.diferencial {
    /*background: url(../img/banner/diferencial.png) repeat-x top left;*/
    background: url(../../../img/plataforma_retangulo.png) repeat-x top left;
}

.diferencial .titulo {
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    cursor: default;
    text-align: center;
}

.diferencial .titulo b {
    font-weight: 400;
}

.diferencial .conteudo {
    background: #FFF;
    width: 325px;
    min-height: 430px;
    border-radius: 30px;
    margin: 90px 3px 0;
    padding: 25px;
    box-shadow: 2px 2px 5px #ccc;
}

.diferencial .conteudo img {
    margin: auto;
    display: block;
}

.diferencial .new {
    font-size: 18px;
    position: absolute;
    margin-top: -24px;
    margin-left: -34px;
}

.diferencial .conteudo .label {
    color: var(--main-color);
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    margin: 30px 0;
}

.diferencial .conteudo p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

.diferencial .conteudo p i {
    font-size: 20px;
}

@media (max-width: 991px) {
    .diferencial .titulo {
        color: var(--main-color);
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .diferencial {
        background: none;
    }
}


/* Como funciona terapeuta */

.como-funciona-interno {
    padding: 50px 0;
}

.como-funciona-interno .titulo {
    color: var(--main-color);
    font-size: 52px;
    font-weight: 800;
    text-align: center;
}

.como-funciona-interno .passo {
    padding: 8px;
    border: 2px solid var(--main-color);
    border-radius: 50px;
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.como-funciona-interno .passo.reverse {
    flex-direction: row-reverse;
}

.como-funciona-interno .left,
.como-funciona-interno .texto {
    width: 50%;
    display: flex;
    justify-content: center;
}

.como-funciona-interno .center {
    color: #1976d2;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    text-align: center;
    cursor: default;
}

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

.como-funciona-interno__circle::before {
    border: 5px solid #00cdb2;
    border-radius: 100%;
    content: "";
    height: 107%;
    position: absolute;
    right: 2px;
    width: 107%;
    z-index: -1;
}

.como-funciona-interno__circle p {
    color: #ffffff;
    font-size: 6rem;
    margin-bottom: 0;
}

.como-funciona-interno .numero {
    font-size: 100px;
    height: 128px;
    line-height: 128px;
    color: #ffe1a4;
    cursor: default;
    font-weight: 800;
    margin: 0;
}

.como-funciona-interno .label {
    font-size: 31px;
    color: var(--main-color);
    position: relative;
    cursor: default;
    z-index: 2;
    font-weight: 800;
    margin: -70px 0 0 96px;
}

.como-funciona-interno .texto {
    font-size: 24px;
    color: var(--main-color);
    cursor: default;
    text-align: center;
    padding: 0 30px;
    margin: 0;
}

.como-funciona-interno .item {
    height: 128px;
}

@media (max-width: 768px) {
    .como-funciona-interno .passo,
    .como-funciona-interno .passo.reverse {
        padding: 30px;
        flex-direction: column;
    }

    .como-funciona-interno .left,
    .como-funciona-interno .texto {
        width: 100%;
        padding: 0;
    }

    .como-funciona-interno .titulo {
        font-size: 40px;
    }
}

.como-funciona-interno.cf-paciente .left,
.como-funciona-interno.cf-paciente .center,
.como-funciona-interno.cf-paciente .texto {
    width: 33%;
    display: flex;
    justify-content: center;
}

.como-funciona-interno.cf-paciente .texto {
    font-size: 16px;
    padding: 0;
}

@media (max-width: 768px) {
    .como-funciona-interno.cf-paciente .left,
    .como-funciona-interno.cf-paciente .center,
    .como-funciona-interno.cf-paciente .texto {
        width: 100%;
    }
}


/* tipos-atendimento */

.tipos-atendimento {
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.tipos-atendimento::after {
    content: '';
    width: 100%;
    height: 160px;
    position: absolute;
    z-index: -1;
    background: #1976d2;
    bottom: 50px;
    left: 0;
}

.tipos-atendimento .titulo {
    color: #1976d2;
    font-size: 52px;
    font-weight: 800;
    cursor: default;
    margin-bottom: 70px;
}

.mkt-place .tipo {
    color: #fff;
    font-size: 16px;
    cursor: default;
    border: 2px solid #ffc107;
    border-radius: 50px;
    padding: 20px;
    max-width: 250px;
    margin: auto;
}

.tipos-atendimento .tipo {
    color: #fff;
    font-size: 16px;
    cursor: default;
    border: 2px solid #ffc107;
    border-radius: 50px;
    padding: 20px;
    max-width: 250px;
    margin: auto;
}

.tipos-atendimento .tipo {
    color: #fff;
    font-size: 16px;
    cursor: default;
    border: 2px solid #ffc107;
    border-radius: 50px;
    padding: 20px;
    max-width: 250px;
    margin: auto;
}

.tipos-atendimento .tipo h3 {
    color: #1976d2;
    font-size: 22px;
    cursor: default;
    font-weight: 800;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tipos-atendimento .valor {
    color: #ffc107;
    font-size: 22px;
    cursor: default;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tipos-atendimento .valor b {
    font-size: 76px;
}

@media (max-width: 991px) {
    .tipos-atendimento .titulo {
        font-size: 60px;
    }

    .como-funciona-interno .center {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .tipos-atendimento .titulo {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .tipos-atendimento .titulo {
        font-size: 30px;
    }
}


/* Slider */

.slick-slider {
    position: relative;
}

.slick-slide img {
    margin: auto;
}

.slick-slider .prev,
.slick-slider .next {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

.slick-slider .prev {
    left: -25px
}

.slick-slider .next {
    right: -25px
}

.slider {
    display: none
}

.slider.slick-initialized {
    display: block
}

@media (max-width: 768px) {
    .slick-slider .prev {
        left: 0
    }

    .slick-slider .next {
        right: 0
    }
}


/* Slider */

.slider {
    padding: 50px 0;
    background: url(../img/banner/slider.png) no-repeat center;
}

.slider .carousel .fas {
    font-size: 30px;
    color: #4a4a4a;
}


/* Faixa 2 */

.faixa-2 {
    background: var(--secon-color);
    padding: 60px 0;
    text-align: center;
}

.faixa-2 .titulo {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    cursor: default;
}

.faixa-2 p {
    color: #737373;
    font-size: 24px;
    font-weight: 800;
    cursor: default;
    margin: 0;
}

@media (max-width: 768px) {
    .faixa-2 .titulo {
        font-size: 30px;
    }
}


/* Gerenciar */

.gerenciar {
    padding: 120px 0;
    text-align: center;
}

.gerenciar .titulo {
    font-size: 40px;
    color: #2196f3;
    cursor: default;
}

.gerenciar .titulo b {
    font-weight: 800;
}

.gerenciar p {
    font-size: 22px;
    font-weight: 800;
    margin-top: 40px;
    cursor: default;
}

@media (max-width: 768px) {
    .gerenciar {
        padding: 40px 0;
    }

    .gerenciar .titulo {
        font-size: 35px;
    }
}


/* Newsletter */

.newsletter {
    padding: 100px 0;
}

.newsletter .titulo {
    color: var(--main-color);
    font-size: 44px;
    font-weight: 800;
    cursor: default;
    text-align: center;
}

.newsletter form {
    margin-top: 30px;
    text-align: center;
}

.newsletter form .input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    max-width: 550px;
    border-radius: 20px;
    border: 2px solid var(--main-color);
    outline: none;
    text-indent: 20px;
}

.newsletter form .btn-secondary {
    font-size: 20px;
    min-width: 200px;
}

@media (max-width: 768px) {
    .newsletter form .input,
    .newsletter form .btn {
        margin-top: 1.5rem;
    }

    .newsletter .titulo {
        font-size: 35px;
    }
}


/* Planos */

.planos {
    background: #f9f9f9;
    padding: 40px 0;
}

.planos .titulo {
    color: #ffc107;
    font-size: 90px;
    font-weight: 800;
    cursor: default;
    margin-top: 130px;
}

.planos .descricao {
    font-size: 20px;
    font-weight: 800;
    cursor: default;
}

.planos .pacote {
    width: 350px;
    height: 675px;
    /*padding: 40px;*/
    padding: 33px;
    max-width: 100%
}

.planos .pacote h3 {
    font-size: 30px;
    font-weight: 800;
    cursor: default;
    color: #000;
    margin-bottom: 6px;
    margin-top: -23px;
}

.planos .pacote p {
    font-size: 15px;
    cursor: default;
    color: #000;
    display: flex;
    align-items: center;
}

.planos .pacote p i {
    margin-right: 10px;
    font-size: 20px;
}

.planos .pacote .btn {
    width: 220px;
    margin-top: 10px;
}

.planos .pacote .valor {
    font-size: 30px;
    height: 120px;
    line-height: 120px;
    cursor: default;
}

.planos .pacote .valor b {
    font-size: 62px;
    height: 110px;
    line-height: 66px;
    margin-left: -10px;
    letter-spacing: -4px;
}

.planos .pacote .espaco-valor-35 {
    margin-left: 60px;
}

.planos .pacote .valor span {
    font-size: 50px;
    font-weight: 800;
    margin-left: -10px;
    letter-spacing: -3px;
}

.planos .pacote .valor small {
    font-size: 19px;
    margin-left: -5px;
}

.planos .pacote.plano-1 {
    background: url(../img/banner/plano-1.png) no-repeat top center;
    background-size: contain;
}

.planos .pacote.plano-1 .valor {
    color: #ffc107;
}

.planos .pacote.plano-2 {
    background: url(../img/banner/plano-2.png) no-repeat top center;
    background-size: contain;
}

.planos .pacote.plano-2 h3,
.planos .pacote.plano-2 p,
.planos .pacote.plano-2 .valor {
    color: #fff;
}

@media (min-width: 991px) and (max-width: 1198px) {
    .planos .pacote {
        padding: 30px;
        height: 570px;
    }

    .planos .titulo {
        font-size: 80px;
        height: 80px;
        line-height: 80px;
    }

    .planos .pacote h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .planos .pacote p {
        font-size: 15px;
    }

    .planos .pacote .valor {
        height: 80px;
        line-height: 80px;
    }

    .planos .pacote .valor b {
        font-size: 80px;
        height: 80px;
        line-height: 80px;
    }

    .planos .pacote .btn {
        width: 185px;
    }
}

@media (max-width: 991px) {
    .planos .titulo {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .planos .titulo {
        font-size: 35px;
    }

    .planos .pacote {
        height: auto;
        margin-top: 30px;
    }

    .planos .pacote.plano-1 {
        background: #fff;
        box-shadow: #ccc 5px 5px 5px;
        border-radius: 30px;
        padding: 25px;
    }

    .planos .pacote.plano-2 {
        background: #1989eb;
        box-shadow: #ccc 5px 5px 5px;
        border-radius: 30px;
        padding: 25px;
    }
}


/* Mkt Place */

.mkt-place {
    background: url(../img/banner/mktplace.png) no-repeat top center;
    /*margin-top: 66px;*/
    margin-top: 20px;
    text-align: center;
    /*padding: 90px 0;*/
    padding: 116px 0;
}

.mkt-place .titulo {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    cursor: default;
    /*margin-bottom: 60px;*/
}

.mkt-place form .input {
    /*width: 300px;*/
    width: 260px;
    height: 46px;
    background: #fff;
    border-radius: 50px;
    border: none;
    outline: none;
    text-indent: 20px;
    margin-top: 5px;
}

.mkt-place form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mkt-place form .btn {
    width: 160px;
    height: 46px;
    margin-top: 5px;
}

.mkt-place .pagination {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .mkt-place .titulo {
        font-size: 40px;
    }
}

.item-mkt-place {
    margin-top: 40px;
    background: #fff;
    border-radius: 40px;
    box-shadow: #ccc 2px 2px 2px;
}

.item-mkt-place .profile {
    margin-top: -50px;
    position: relative;
    z-index: 10;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.item-mkt-place .profile p {
    cursor: default;
    font-size: 8px;
    color: #737373;
    text-transform: uppercase;
    margin: 0;
}

.item-mkt-place .profile .foto {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    border: 2px solid #e1c139
}

.item-mkt-place .profile p b {
    display: block;
    font-weight: 800;
}

.item-mkt-place h4 {
    font-weight: 800;
    font-size: 14px;
    margin: 15px 0 0;
    cursor: default;
}

.item-mkt-place h5 {
    font-weight: 800;
    font-size: 12px;
    margin: 15px 0 0;
    cursor: default;
}

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

.item-mkt-place .links {
    margin: 20px 0;
}

.item-mkt-place .links i {
    cursor: pointer;
}

.item-mkt-place .btn {
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}

.item-mkt-place .slider-wrapper {
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}


/* perfil-terapeuta */

.perfil-terapeuta {
    background: linear-gradient(to right, #169f93, #169f93);
    margin-top: 66px;
    padding: 50px 0 0;
}

.perfil-terapeuta .titulo {
    color: #fff;
    font-size: 54px;
    font-weight: 800;
    cursor: default;
    margin-bottom: 110px;
    text-align: center;
}

.perfil-terapeuta .titulo_agendamento {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    cursor: default;
    text-align: center;
}

.perfil-terapeuta .perfil-detalhe {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff;
}

.perfil-terapeuta .perfil-detalhe .pessoal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.perfil-terapeuta .perfil-detalhe .foto {
    border-radius: 200px;
    border: 6px solid #e1c139;
}

.perfil-terapeuta .perfil-detalhe h3 {
    padding-top: 15px;
    font-weight: 800;
    cursor: default;
}

.perfil-terapeuta .perfil-detalhe h4 {
    font-size: 24px;
    cursor: default;
}

.perfil-terapeuta .perfil-detalhe p {
    font-size: 14px;
    text-transform: uppercase;
    cursor: default;
}

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

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

.perfil-terapeuta__bio-description {
    margin-top: 1rem;
    margin-bottom: .8rem;
    font-weight: 400;
    line-height: 1.4;
}

.perfil-terapeuta .perfil-detalhe .historico {
    text-align: right;
}


.servicos_profissionais .btn.btn-primary,
.locais_atendimentos .btn.btn-primary {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    transition: all 0.3s ease-in-out 0s;
}

.horarios_disponiveis .btn.btn-primary {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    transition: all 0.3s ease-in-out 0s;
}

.horarios_disponiveis .btn.btn-outline-primary,
.servicos_profissionais .btn.btn-outline-primary,
.locais_atendimentos .btn.btn-outline-primary {
    border-color: rgb(22, 159, 147);
    color: rgb(22, 159, 147);
    transition: all 0.3s ease-in-out 0s;
}

.horarios_disponiveis .btn.btn-outline-primary:hover,
.servicos_profissionais .btn.btn-outline-primary:hover,
.locais_atendimentos .btn.btn-outline-primary:hover {
    background: rgb(22, 159, 147);
    border-color: rgb(22, 159, 147);
    color: white;
}

.cupom .btn.btn-secondary {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    transition: all 0.3s ease-in-out 0s;
}

.btn.btn-secondary.agende_agora {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    transition: all 0.3s ease-in-out 0s;
}

.horarios_disponiveis .btn.btn-primary {
    background: rgb(22, 159, 147);
    border: 1px solid rgb(22, 159, 147);
    transition: all 0.3s ease-in-out 0s;
}

/* Perfil horarios */
.locais_atendimentos_container {
    display: flex;
}

.locais_atendimentos_container div + div {
    margin-left: 0.3rem;
}

.locais_atendimentos_container__local {
    display: flex;
    flex-direction: column;
}

.locais_atendimentos_container__local > button {
    flex-grow: 1;
}

.dados-terapeuta .timezone, .proximos-horarios-sala .timezone {
    background: linear-gradient(to right, var(--main-color), var(--main-color));
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.dados-terapeuta .timezone__title, .proximos-horarios-sala .timezone__title {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.calendar-control-container {
    padding: 10px;
}

.dados-terapeuta .previous-days,
.dados-terapeuta .next-days,
.proximos-horarios-sala .previous-days,
.proximos-horarios-sala .next-days {
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: 5px;
}

.dados-terapeuta .days,
.proximos-horarios-sala .days,
.mkt-place-cards .days {
    width: 100%;
}

.dados-terapeuta .days__day,
.proximos-horarios-sala .days__day,
.mkt-place-cards .days__day {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 23%;
}

.dados-terapeuta .days__day--week,
.proximos-horarios-sala .days__day--week,
.mkt-place-cards .days__day--week {
    font-size: 10px;
}

.dados-terapeuta .days__day--month-day,
.proximos-horarios-sala .days__day--month-day,
.mkt-place-cards .days__day--month-day {
    font-size: 14px;
    font-weight: 800;
}

.dados-terapeuta .calendar-times,
.proximos-horarios-sala .calendar-times {
    margin: 0 31px;
    padding: 15px 10px 10px 10px;
}

.mkt-place-cards .calendar-times {
    padding: 15px 10px 10px 10px;
}

.dados-terapeuta .calendar-hours,
.proximos-horarios-sala .calendar-hours {
    position: relative;
    min-height: 260px;
    max-height: 260px;
    overflow-x: auto;
}

.mkt-place-cards .calendar-hours {
    position: relative;
    min-height: 200px;
    max-height: 200px;
    overflow-x: auto;
}

.dados-terapeuta .days__day--hour,
.mkt-place-cards .days__day--hour,
.proximos-horarios-sala .days__day--hour {
    color: var(--main-color);
    cursor: pointer;
    display: block;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
    background-color: rgba(39, 174, 96, 0.11);
    margin-bottom: 5px;
}

.form-loader-profile {
    background: rgba(30, 30, 28, .8) url("../../assets/img/wait.gif") 50% 50% no-repeat;
    border-radius: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000000000;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Fim do Perfil horarios */

@media screen and (min-width: 0px) {
    .perfil-terapeuta .perfil-detalhe .foto {
        height: 150px;
        margin-bottom: 0;
        margin-left: 0;
        width: 150px;
    }

    .perfil-terapeuta .perfil-detalhe h3 {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 992px) {
    .perfil-terapeuta .perfil-detalhe .foto {
        height: 200px;
        margin: 0 20px -40px 0;
        width: 200px;
    }

    .perfil-terapeuta .perfil-detalhe h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .calendar-control-container {
        padding: 5px;
    }

    .dados-terapeuta .calendar-times {
        margin: 0 0;
    }
}

@media (max-width: 768px) {
    .perfil-terapeuta {
        padding-top: 40px
    }

    .perfil-terapeuta .titulo {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .margin-top-50_agendamento {
        margin-top: 0px !important;
    }

    .perfil-terapeuta .titulo_agendamento {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .perfil-terapeuta .perfil-detalhe,
    .perfil-terapeuta .perfil-detalhe .pessoal {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .perfil-terapeuta .perfil-detalhe .historico {
        text-align: center;
        margin-top: 10px;
    }

    .form-loader-profile {
        background: rgba(30, 30, 28, .8) url("../../assets/img/wait_2.gif") 50% 50% no-repeat !important;
    }
}


/* Dados */

.dados-terapeuta {
    padding: 30px 0 100px;
}

.dados-terapeuta h3 {
    font-size: 25px;
    color: #737373;
    cursor: default;
    font-weight: bold;
}

.dados-terapeuta .descricao {
    font-size: 15px;
    color: #737373;
    cursor: default;
}

.dados-terapeuta .formacao p {
    margin: 0;
    cursor: default;
}

.dados-terapeuta .titulo {
    font-size: 34px;
    color: #bbb;
    font-weight: 800;
    position: relative;
}

.dados-terapeuta .titulo::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 8px;
    background: #dedede;
}

.dados-terapeuta .titulo span {
    background: #fff;
    padding-right: 20px;
    cursor: default;
}

.dados-terapeuta .titulos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dados-terapeuta .select {
    background: #efefef;
    border-radius: 50px;
    border: none;
    text-indent: 15px;
    width: 170px;
    max-width: 48%;
    height: 40px;
    outline: none;
    margin-right: 5px;
}

.dados-terapeuta .btn {
    margin-top: 3px;
}

.dados-terapeuta .btn p {
    margin: 0;
}

.dados-terapeuta .btn.square {
    border-radius: 10px;
    min-height: 110px;
    width: 170px;
}

.dados-terapeuta .btn.rectangle {
    border-radius: 10px;
    min-height: 50px;
    width: 170px;
}

.dados-terapeuta .btn .data {
    font-size: 22px;
    font-weight: 800;
}

.dados-terapeuta .slick-slider .prev,
.dados-terapeuta .slick-slider .next {
    color: inherit;
}

@media (max-width: 768px) {
    .dados-terapeuta h3 {
        margin-top: 40px;
    }

    .dados-terapeuta .titulos {
        flex-direction: column;
        align-items: flex-start;
    }

    .dados-terapeuta .formacao .font-weight-bold {
        margin-top: 20px;
    }

    .dados-terapeuta .formacao,
    .dados-terapeuta .text-right {
        text-align: center !important;
    }
}

.modal-content.dados-terapeuta {
    padding: 0;
}

.modal-content.dados-terapeuta .titulo {
    margin: 0;
}

.modal-content.dados-terapeuta .btn.square,
.modal-content.dados-terapeuta .btn.rectangle {
    width: 80px;
    min-height: 80px;
    font-size: 9px;
}

.modal-content.dados-terapeuta .btn-outline-secondary {
    font-size: 9px;
}

.modal-content.dados-terapeuta .btn .data {
    font-size: 14px;
}

.modal-content.dados-terapeuta .perfil {
    display: flex;
}

.modal-content.dados-terapeuta .perfil .pessoal p {
    font-size: 8px;
    text-transform: uppercase;
    width: 80px;
    text-align: center;
}

.modal-content.dados-terapeuta .perfil .pessoal .foto {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 2px solid #e1c139;
    margin-bottom: 10px;
}

.modal-content.dados-terapeuta .perfil .dados {
    margin: 0 0 0 20px;
}

.modal-content.dados-terapeuta .perfil .dados h3 {
    font-size: 20px;
    margin: 15px 0 0;
}

.modal-content.dados-terapeuta .perfil .dados h4 {
    font-size: 16px;
    margin: 0;
}

.modal-content.dados-terapeuta .perfil .dados p {
    font-size: 11px;
    margin: 0;
}

@media (max-width: 768px) {
    .modal-content.dados-terapeuta h3 {
        margin-top: 10px;
    }
}


/* Blog */

.blog {
    background: url(../img/banner/blog.png) repeat center;
    padding: 100px 0;
    margin-top: 66px;
}

.blog .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 400px;
}

.blog .titulo {
    color: #fff;
    opacity: .5;
    text-align: right;
    cursor: default;
}

.blog .titulo b {
    display: block;
}

.texto-blog {
    padding: 80px 0 0;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    cursor: default;
}

.texto-blog .post {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.texto-blog .titulo {
    margin: 0;
    font-size: 45px;
    color: #179bff;
    font-weight: 800;
    text-align: left;
}

.texto-blog p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px;
    cursor: default;
}

.texto-blog .post p {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.texto-blog .post p.por {
    color: #ffc107;
}

.texto-blog .post p.data {
    letter-spacing: 5px;
}

.texto-blog .post p.por {
    margin: 0;
    white-space: nowrap;
    color: #ffc107;
}

.texto-blog h3 {
    font-weight: 800;
    margin: 40px 0 20px;
    cursor: default;
    color: #179bff;
    text-align: left;
}

@media (max-width: 768px) {
    .texto-blog .post {
        flex-direction: column;
    }

    .texto-blog .titulo {
        font-size: 30px;
    }
}

.comente textarea {
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    height: 130px;
    outline: none;
}

.comentarios .cmt {
    display: flex;
    align-items: flex-start;
    padding: 30px;
    border-radius: 10px;
    box-shadow: #ccc 0 0 5px;
    cursor: default;
}

.comentarios .cmt .foto {
    width: 70px;
    height: 70px;
    border-radius: 70px;
}

.comentarios .cmt .txt {
    flex-grow: 1;
    margin-left: 30px;
}

.comentarios .cmt .txt h5 {
    font-size: 15px;
    font-weight: 800;
    color: #179bff;
    margin: 0;
}

.comentarios .cmt .txt .data {
    font-size: 12px;
    letter-spacing: 3px;
}


/* outras-publicacoes */

.outras-publicacoes {
    margin: 80px 0;
    padding: 50px 0 0;
    position: relative;
}

.outras-publicacoes .titulo {
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    cursor: default;
    color: #fff;
    margin-bottom: 50px;
}

.outras-publicacoes::after {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    z-index: -1;
    background: #42a5f5;
    top: 0;
    left: 0;
}

.outras-publicacoes .publicacao {
    background: #fff;
    border-radius: 40px;
    box-shadow: #ccc 0 0 5px;
    max-width: 290px;
    margin: auto;
}

.outras-publicacoes .publicacao .foto {
    border-radius: 40px 40px 0 0;
    box-shadow: #ccc 0 0 5px;
}

.outras-publicacoes .publicacao .topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 20px;
    margin-top: -24px;
    text-align: right;
}

.outras-publicacoes .publicacao .topo .titulo {
    margin: 0;
    font-size: 20px;
    color: #179bff;
    font-weight: 800;
    text-align: left;
}

.outras-publicacoes .publicacao .topo p {
    font-size: 9px;
    margin: 0 0 20px;
    cursor: default;
}

.outras-publicacoes .publicacao .topo p {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.outras-publicacoes .publicacao .topo p.por {
    color: #ffc107;
}

.outras-publicacoes .publicacao .topo p.data {
    letter-spacing: 5px;
}

.outras-publicacoes .publicacao .conteudo {
    padding: 0 20px;
    text-align: center;
}

.outras-publicacoes .publicacao p {
    font-size: 10px;
}

.outras-publicacoes .publicacao .btn {
    min-width: 160px
}


/* Helpers */

.relative {
    position: relative;
}

.margin-top-50_agendamento {
    margin-top: 50px;
}

.form-group label {
    font-weight: 800;
}

.azul {
    color: #42a5f5;
}

img {
    max-width: 100%;
}

i.big {
    font-size: 22px;
}

.pointer {
    cursor: pointer;
}

.mascote {
    position: absolute;
    float: right;
    right: 3%;
    top: 100px;
}

.mascote-pague {
    float: right;
    width: 80px;
    position: absolute;
    right: 3%;
    top: 10px;
    z-index: 1;
}

.formulario {
    width: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.jumbo-infos {
    background-color: #5b6366 !important;
    text-align: center;
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

#spinner {
    background: url("../../assets/img/spinner.gif") no-repeat scroll center center;
    position: absolute;
    height: 100%;
    width: 100%;
}

.testimonial-group > .scroll {
    overflow-x: auto;
    white-space: nowrap;
}

.testimonial-group > .scroll > .scroll-button {
    display: inline-block;
    float: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 74%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}

body.espera {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
   modal element will be visible */

body.espera .modalEspera {
    display: block;
}


/*#wait {
    background-image: url("../../../img/assets/img/wait-drterapia.gif");
    background-color: rgba(200, 200, 200, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}*/

.modalEspera {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("../../../img/assets/img/wait.gif") 50% 50% no-repeat;
}

.modalEspera2 {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url("../../../img/assets/img/wait.gif") 50% 50% no-repeat;
    white-space: pre-line;
    border-radius: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preco-mtk-place {
    color: #ffc107;
    font-size: 30px;
}

.preco-servico {
    font-size: 100px;
    letter-spacing: -7px;
    margin-left: -10px;
    line-height: 110px;
}

.preco-servico-span {
    font-size: 50px;
    font-weight: 800;
    margin-left: -15px;
    letter-spacing: -3px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.margin-bottom-footer {
    margin-bottom: 3px;
}

.p_endereco {
    font-size: 0px !important;
}

#layout-pagto {
    margin-top: 160px;
    margin-bottom: 140px;
}

.s-d-none {
    display: none;
}

.formacao .list-group-item:hover {
    background-color: #f4af0a;
    cursor: pointer;
}

.filter-fixed-custom {
    top: 66px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ecc71e;
}

.planos-precos {
    background: #f9f9f9;
    padding: 40px 0;
}

.planos-precos .pacote.plano-2 {
    background: #1989eb;
    box-shadow: #ccc 5px 5px 5px;
    border-radius: 30px;
    padding: 25px;
}

.planos-precos .pacote.plano-2 h3,
.planos-precos .pacote.plano-2 p,
.planos-precos .pacote.plano-2 .valor {
    color: #fff;
}

.planos-precos .pacote h3 {
    font-size: 30px;
    font-weight: 800;
    cursor: default;
    color: #000;
    margin-bottom: 6px;
    margin-top: -23px;
}

.planos-precos .pacote .valor {
    font-size: 30px;
    height: 120px;
    line-height: 120px;
    cursor: default;
}

.planos-precos .pacote .valor b {
    font-size: 56px;
    height: 110px;
    line-height: 66px;
    margin-left: -10px;
    letter-spacing: -4px;
}

.planos-precos .pacote .valor span {
    font-size: 37px;
    font-weight: 800;
    margin-left: -10px;
    letter-spacing: -3px;
}

.planos-precos .pacote .valor small {
    font-size: 19px;
    margin-left: -5px;
}

#materiap {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.detalhes-dou p {
    margin: 2px auto 3px;
    line-height: 1.2;
}

.detalhes-dou span {
    font-size: .8em;
    color: #666;
}

.detalhes-dou .orgao-dou,
#materia .detalhes-dou .orgao-dou-data {
    font-weight: 700;
}

.orgao-dou,
#materia .orgao-dou-data {
    font-size: 1em;
    text-align: center;
    line-height: 1em;
    font-weight: bold;
    white-space: normal;
}

.detalhes-dou .orgao-dou-data {
    font-weight: 700;
}

.texto-dou {
    margin-bottom: 20px;
    display: block;
    text-align: justify;
    color: #162937;
}

.identifica {
    text-align: center;
    margin: 30px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
}

.ementa {
    margin-left: 40%;
    margin-bottom: 30px;
    text-align: justify;
}

.dou-paragraph,
.corpo.pdf-JUSTIFY {
    text-align: justify;
    line-height: 1.5;
    text-indent: 5em;
    margin-bottom: 10px;
}

#materia .texto-dou > .assina,
#materia .texto-dou > .assinaPr,
#materia .texto-dou > .pr {
    margin-top: 20px;
}

.assina,
#materia .assina-dou,
#materia .assinaPr,
#materia .pr {
    padding-top: 8px;
    margin-left: 51.66667%;
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 1.1em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.new {
    font-size: 10px;
    position: absolute;
    margin-top: 4px;
    margin-left: -35px;
}

.color-yellow {
    background-color: #ffc107;
}

.text-yellow {
    color: #ffc107;
}

.jumbotron p {
    font-weight: 400;
}

.jumbotron p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 200;
}

.jumbotron i {
    background-color: #00c3a5;
}

.jumbotron div .circle {
    display: inline-flex;
    border-radius: 15px;
    overflow: hidden;
    perspective: 1px;
}

.pergunte .card {
    background-color: #e0f7f4;
}

.pergunte button.btn {
    border-radius: .25rem;
}

.panel-title {
    color: #1b2734;
    font-family: Work Sans, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

/* Cartão Amigos Pass */
.chegou-cartao__title {
    font-weight: 800;
    color: #000000;
}

.chegou-cartao__title-bg {
    background-color: #91ebdd;
    border-radius: 5px;
    display: inline-block;
    padding-left: 1px;
    padding-right: 1px;
}

.chegou-cartao__description {
    color: #000000;
    font-weight: 500;
}

.chegou-cartao .como-funciona__title {
    background-color: #91ebdd;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    font-weight: 800;
    padding-left: 1px;
    padding-right: 1px;
}

.chegou-cartao__como-funciona {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.chegou-cartao__como-funciona--inner {
    display: flex;
    flex-direction: row;
}

.chegou-cartao__como-funciona-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 33.33%;
}

.como-funciona__flexible {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.cartao-sem-carencia {
    color: #FFFFFF;
    background-color: #007274;
}

.cartao-sem-carencia__title {
    font-weight: 800;
    margin-bottom: 18px;
}

.cartao-sem-carencia__description {
    font-weight: 500;
}

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

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

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

.cartao-nao-espere {
    color: #FFFFFF;
    background-color: #007274;
}

.cartao-nao-espere .btn.cartao-nao-espere__btn {
    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;
}

.cartao-nao-espere .btn.cartao-nao-espere__btn:active {
    background-color: #39acdc;
    border-color: #39acdc;
}

.cartao-nao-espere .btn.cartao-nao-espere__btn:hover {
    background-color: #39acdc;
    border-color: #39acdc;
}

@media screen and (min-width: 0px) {
    .chegou-cartao__title {
        font-size: 1.5rem;;
    }

    .cartao-sem-carencia, .cartao-nao-espere, .profissionais_participantes, .chegou-cartao {
        padding: 20px 0 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .chegou-cartao__title {
        font-size: 2rem;
    }

    .cartao-sem-carencia, .cartao-nao-espere, .profissionais_participantes, .chegou-cartao {
        padding: 50px 0 50px 0;
    }
}

/* Fim do Cartão Amigos Pass */

#como_funciona .card-body h4 {
    line-height: 23px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    color: #1b2734;
}

#como_funciona .circle {
    align-items: center;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    font-size: 15px;
    height: 32px;
    justify-content: center;
    padding: 0;
    width: 32px;
}

#question-success h2 {
    line-height: 34px;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    letter-spacing: -.03em;
    font-size: 26px;
    color: #1b2734;
}

#question-success button.btn {
    border-radius: .25rem;
    font-size: 0.7rem;
}

#question-success h3 {
    line-height: 26px;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    letter-spacing: -.03em;
    font-size: 20px;
    color: #1b2734;
}

#question-success .icon {
    background-color: #ffffff;
    color: #00c3a5;
    font-size: 40px;
}

#pergunte_terapeuta .jumbotron {
    padding: 2rem 1rem;
}

@media screen and (min-width: 0px) {
    .margin-top-50 {
        margin-top: 0;
    }
}

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

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

    .pergunte .h1,
    .pergunte h1 {
        font-size: 26px;
    }
}