/* Fonte */
@font-face {
    font-family: 'PT Sans Regular';
    src: url('../fonte/PTSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PT Sans Bold';
    src: url('../fonte/PTSans-Bold.ttf') format('truetype');
}

/* Tags */
h1, h2, h3, h4, h5, .btn-primario, footer a {
    font-family: 'PT Sans Bold', sans-serif;
}

p, span, small, a {
    font-family: 'PT Sans Regular', sans-serif;
}

section {
    padding: 190px 0;
}

p {
    color: #a5a5a5;
}

.nav-link:hover,
footer a:hover {
    color: #FF6591 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* Botões */
.btn-primario {
    background-color: #FF6591;
    border-radius: 50px;
    color: #fff;
    padding: .6rem 3rem !important;
}

.btn-primario:hover {
    background-color: #200D35;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-link.btn-primario {
    color: #fff !important;
    margin-left: .5rem;
}

/* Menu */
.menu {
    position: fixed !important;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    z-index: 1;
}

.menu a {
    color: #a5a5a5 !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-toggler {
    border: 1px solid #fff !important;
}

/* Rodapé */
footer {
    text-align: center;
    color: #a5a5a5;
    padding-bottom: 1rem;
}

footer a {
    color: #a5a5a5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/* Classes */
#scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
}

#scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #200D35;
}

.flex1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flex2 {
    display: flex;
    justify-content: center;
}

.flex3 {
    display: flex;
    flex-wrap: wrap;
}

.flex4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Banner */
.banner {
    padding-top: 190px;
    display: flex;
    align-items: center;
}

.banner h1 {
    color: #200D35;
    font-size: 55px;
}

.banner-background {
    background-image: url('../img/img-banner.png');
    padding: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner img {
    max-width: 531px;
    display: block;
    border-radius: 6rem;
}

.banner .btn-primario {
    margin-top: 1rem;
    max-width: 250px;
    text-align: center;
}

/* Procedimentos */
.procedimentos {
    background-color: #F6F6F6;
}

.procedimentos h2 {
    color: #200D35;
    margin-bottom: 4rem;
}

.procedimentos img {
    border-radius: 30px;
    max-width: 272px;
    margin: 0 auto;
    display: block;
}

.procedimentos h4 {
    color: #FF6591;
    text-align: center;
    font-size: 22px;
    margin: .5rem 0 2rem;
}

/* Profissionais */
.profissionais {
    background-color: #200D35;
    color: #fff;
}

.profissionais h2 {
    margin-bottom: 4rem;
}

.profissionais img {
    border-radius: 50px;
    max-width: 568px;
    margin: 0 auto;
    display: block;
}

.profissionais h5,
.profissionais p {
    text-align: center;
}

.profissionais h5 {
    margin-top: 1rem;
    margin-bottom: 0;
}

/* Contato */
.contato iframe {
    width: 100%;
    height: 474px;
    border-radius: 60px;
}

.contato h2 {
    color: #200D35;
}

.info-contato img {
    width: 15px;
    margin-right: .3rem;
}

.redes {
    margin: 1rem 0;
}

.redes img {
    width: 25px;
    margin-right: .5rem;
}

.contato .btn-primario {
    max-width: 352px;
}


/* STEPS */
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background-color: #fff !important;
    color: #4C34C2 !important;
}

.wizard > .steps .number {
    width: 40px;
    text-align: center;
    font-size: 25px !important;
    font-weight: 700;
    border: 1px solid;
    border-radius: 50px;
    padding: .3rem 1.5rem;
    display: flex;
    justify-content: center;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    text-align: center;
    color: #b1b1b1;
    font-weight: 700;
    background-color: #fff !important;
}

.wizard > .steps > ul > li {
    width: auto !important;
}

.wizard > .steps {
    display: flex !important;
    justify-content: center;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.wizard > .steps .number {
    margin-bottom: .5rem;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    color: #35B233 !important;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background-color: #b1b1b1 !important;
    color: #fff !important;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #4C34C2 !important;
    font-weight: 700;
}

.wizard > .actions {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.wizard > .content {
    background-color: #fff !important;
}

.wizard > .content > .body {
    width: 100% !important;
}

.wizard > .content {
    min-height: 350px !important;
    overflow-y: auto !important;
}

.card {
    border: 1px solid #b1b1b1 !important;
    max-width: 240px !important;
    padding: 1rem !important;
    margin-right: 1rem;
    border-radius: 12px;
}

.card.procedimentos h4 {
    font-size: 18px;
    margin: 1rem 0;
}

.card.procedimentos img {
    border-radius: 12px !important;
}

.card.procedimentos {
    margin-bottom: 1rem;
}

.sel-horario .btn {
    background-color: #fff;
    border: 1px solid #200D35;
    color: #200D35 !important;
    border-radius: 8px;
    margin-right: .5rem;
    font-weight: 700;
}

.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .show > .btn.dropdown-toggle {
    background-color: #200D35 !important;
    border-color: #200D35 !important;
    color: #fff !important;
}

.btn-sel-proc {
    background-color: #200D35 !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
}

.btn-check:checked + .btn.btn-sel-proc, .btn-check:active + .btn.btn-sel-proc, .btn:active, .btn.btn-sel-proc.active, .show > .btn.btn-sel-proc.dropdown-toggle {
    background-color: #FF6591 !important;
    border-color: #FF6591 !important;
    color: #fff !important;
}

.form-dados label {
    color: #b1b1b1;
}

.form-dados .form-control {
    margin-bottom: 1rem;
}

.form-dados .form-control:focus {
    border-color: #200D35 !important;
    box-shadow: none !important;
}

.agenda {
    height: 96vh;
}