@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');

html {
    font-family: 'Montserrat', sans-serif;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #707070;
}
a {
  color: #dcc579;
}
a:hover {
  color: #b5a367;
}
.navbar {
    background-color: transparent;
}
.navbar .navbar-nav .nav-link {
    color: #707070 !important;
    font-size: .710rem;
    font-weight: 500;
}
.navbar .btn {
    padding: .2rem 1rem .1rem;
    border: 2px solid #c2a95c;
    font-size: .875rem;
    border-radius: .75rem;
    font-weight: 600;
    background-color: transparent !important;
    color: #c2a95c !important;
}
.menu-preenchido {
    background-color: #e7e9e8;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
    .menu-preenchido {
        background-color: #fff;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .navbar .navbar-collapse {
        flex-grow: unset;
    }
    .navbar .btn {
        border: 1px solid #707070;
        color: #707070 !important;
        border-radius: 2rem;
    }
}
.btn-primary {
    color: #fff;
    background-color: #c8ae5a;
    border-color: #c8ae5a;
    font-weight: 500;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d0ba73;
    border-color: #ceb66b;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #d0ba73;
    border-color: #ceb66b;
    box-shadow: 0 0 0 .25rem rgba(170,148,77,0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #c8ae5a;
    border-color: #c8ae5a;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d3be7b;
    border-color: #ceb66b;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(170,148,77,0.5);
}
.titulo {
    font-size: 25px;
    font-weight: 700;
    color: #dcc579;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .titulo {
        font-size: 35px;
    }
}
.sem-corte {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}
@media (min-width: 992px) {
    .sem-corte {
        padding-top: 4rem;
    }
}
.sem-corte .titulo {
    margin-bottom: 0;
    color: #707070;
}
.sem-corte p {
    color: #707070;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.tecnica-exclusiva {
    padding-bottom: 3rem;
    background-color: #dcc579;
}
.tecnica-exclusiva .agende-seu-horario {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
}
.tecnica-exclusiva .agende-seu-horario > a {
    display: inline-block;
    padding: .3rem 1.5rem;
    border-radius: 1.3rem;
    background-color: #a8892d;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
}
@media (min-width: 992px) {
    .tecnica-exclusiva .agende-seu-horario > a {
        padding: .3rem 3rem;
        font-size: 1.7rem;
    }
}
.tecnica-exclusiva .titulo {
    color: #fff;
}
.na-midia {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f5f5f5;
}
@media (min-width: 992px) {
    .na-midia .container > .row {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}
.na-midia .container > .row > [class*=col-] {
    margin-bottom: 30px;
}
.quem-ja-realizou {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background: url('../img/fundo-depoimento.png') no-repeat center;
    background-size: cover;
}
.quem-ja-realizou .titulo {
    color: #fff;
}
.video {
    /*display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    background-color: #666;*/
    /*margin-bottom: 2rem;*/
    border-radius: 1.5rem;
    overflow: hidden;
}
.diretoria-clinica {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background: url('../img/fundo-diretoria.png') no-repeat center;
    background-size: cover;
}
.diretoria-clinica .titulo {
    color: #fff;
}
/*@media (min-width: 992px) {*/
    .diretoria-clinica .row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .diretoria-clinica .row > [class*=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }
/*}*/
.diretoria {
    position: relative;
    border-radius: .75rem;
    overflow: hidden;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
}
.diretoria .foto-diretoria {
    background: no-repeat center;
    background-size: cover;
}
.diretoria .mascara-diretoria {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: transparent linear-gradient(180deg, #C8AE5A00 0%, #AA9254 100%) 0% 0% no-repeat padding-box;
    border-radius: .75rem;
}
.diretoria .texto-diretoria {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    font-size: .75rem;
    color: #fff;
}
.diretoria .texto-diretoria > h3 {
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
}
.equipe-tf {
    border-radius: 1rem;
    overflow: hidden;
}
.equipe-tf .row > [class*=col] {
    margin-bottom: 14px;
}
.equipe-tf .membro-equipe-tf {
    position: relative;
    display: flex;
    /*height: 100%;*/
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 3px 6px #aa9254;
    overflow: hidden;
}
.equipe-tf .membro-equipe-tf > img {
    width: 100%;
}
.equipe-tf .membro-equipe-tf .mascara-membro-equipe-tf {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: transparent linear-gradient(180deg, #C8AE5A00 0%, #AA9254 100%) 0% 0% no-repeat padding-box;
    border-radius: .75rem;
}
.equipe-tf .membro-equipe-tf .texto-membro-equipe-tf {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    font-size: .75rem;
    color: #fff;
}
.equipe-tf .membro-equipe-tf .texto-membro-equipe-tf > h3 {
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 0;
}
.blog {
    padding-top: 3rem;
}
@media (min-width: 992px) {
	.blog .row {
		margin-left: -7px;
        margin-right: -7px;
	}
    .blog,
    .blog .row > [class*=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }
}
.blog .titulo {
    color: #707070;
    margin-bottom: 50px;
}
.post {
    position: relative;
    border-radius: .75rem;
    overflow: hidden;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
}
.post .foto-post {
    background: no-repeat center;
    background-size: cover;
}
.post .mascara-post {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: transparent linear-gradient(180deg, #c8ae5a00 0%, #927C36 100%) 0% 0% no-repeat padding-box;
    border-radius: .75rem;
}
.post .texto-post {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    font-size: .65rem;
    color: #fff;
}
.post .texto-post > h3 {
    font-size: 1.5rem;
    font-weight: 600;
}
.post .texto-post > p {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.post:hover .texto-post > p {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}
.faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: url('../img/fundo-depoimento.png') no-repeat center;
    background-size: cover;
}
.faq .titulo {
    color: #fff;
    margin-bottom: 50px;
}
.card-faq {
    margin-bottom: 2rem;
    background-color: transparent;
    border-radius: 1rem !important;
    border: 1px solid #afb5af !important;
    box-shadow: none;
}
.card-faq  .card-header {
    padding: 0;
    background-color: transparent;
    border: none !important;
}
.card-faq  .card-header .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 1rem;
    background-color: #eff0ef;
    color: #666;
    font-weight: 500;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
@media (min-width: 992px) {
    .card-faq  .card-header .btn {
        font-size: 1.2rem;
    }
}
.card-faq  .card-header .btn > i.fa {
    color: #dcc579;
}
.card-faq  .card-header .btn.collapsed > i.fa:before {
    content: '\f078';
}
.card-faq  .card-body {
    background-color: #fff;
}
.contatos {

}
/*@media (min-width: 992px) {
    .contatos .col-md-4 + .col-md-4 {
        border-left: 1px solid #dcc579;
    }
}*/
.contatos .contato {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    color: #707070;
    font-size: 1.05rem;
}
@media (min-width: 992px) {
    .contatos .contato {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.contatos .contato > hr {
    width: 70%;
    border-width: 2px 0 0;
    border-color: #9b9b9b;
}
.contatos .contato > a {
    color: #707070;
}
.contatos .contato > p {
    font-weight: 700;
    margin-bottom: 0;
}
.contatos-degrade {
    background: transparent linear-gradient(270deg, #ac8e33 0%, #d9c272 63%, #dfc470 100%) 0% 0% no-repeat padding-box;
}
.contatos-degrade .contato {
    color: #fff;
}
.contatos-degrade .contato > hr {
    border-color: #fff;
    border-bottom: 1px solid #dbcc9e;
}
.contatos-degrade .contato img {
    filter: brightness(0) invert(1);
}
.frase-inicial {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: transparent linear-gradient(270deg, #AC8E33 0%, #d9c272 63%, #dfc470 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 1.35rem;
    text-align: center;
}
footer {
    padding: 3rem 0 2rem;
    background-color: #fff;
    color: #707070;
    font-size: .875rem;
}
@media (max-width: 991px) {
    footer img {
        margin-bottom: 2rem;
    }
    footer ul {
        margin-bottom: 2rem;
    }
}
footer h5 {
    margin: 0 0 .75rem;
    font-size: 1.1rem;
    font-weight: 700;
}
footer h6 {
    margin: 0 0 .875rem;
    font-size: 1rem;
    font-weight: 700;
}
footer ul {
    padding-left: 0;
    list-style: none;
}
footer ul > li > a, footer a:not(.btn) {
    color: #707070 !important;
}
footer .btn-outline-dark {
    padding: .75rem 1rem;
    border: 2px solid #707070;
    color: #707070;
    text-align: left;
    line-height: normal;
    font-size: .75rem;
    font-weight: 700;
    border-radius: .5rem;
}
footer form label {
    font-size: .75rem;
    margin-bottom: 0;
}
footer form .form-group {
    margin-bottom: .5rem;
}
footer .form-control {
    background-color: transparent !important;
    border: 2px solid #707070;
    border-radius: 8px;
}
.capa-procedimentos {
    background: url('../img/capa-procedimentos.jpg') no-repeat center left;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.3rem;
    color: #3a3a38;
}
@media (min-width: 992px) {
    .capa-procedimentos {
        background: url('../img/capa-procedimentos.jpg') no-repeat center right;
    }
}
.capa-procedimentos h2 {
    margin: 0;
    font-size: 35px;
    color: #dcc579;
    font-weight: 700;
}
.capa-procedimentos p {
    margin: 1rem 0 0;
}
.conteudo-pagina {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.1rem;
}
.conteudo-pagina .texto-pagina {
	margin-top: 1.5rem;
}
.conteudo-pagina .galeria-pagina {
	margin-top: 2rem;
}
.pagina-404 {
	padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.pagina-404 .flex-404 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagina-404 i.fa {
	font-size: 9em;
    color: #b69940;
    margin-right: 30px;
}
.pagina-404 p {
	font-size: 100px;
    color: #b69940;
    margin-bottom: 0 !important;
}
@media (min-width: 992px) {
    .pagina-404 i.fa {
        font-size: 12em;
    }
    .pagina-404 p {
        font-size: 120px;
    }
}
.detalhes-procedimento h4 {
    margin: 0 0 .875rem;
    font-weight: 600;
}
@media (max-width: 992px) {
    .detalhes-procedimento h4 {
        margin-top: 1rem;
    }
}
.sombra-botao {
    box-shadow: 0px 6px 12px #00000029;
    border-radius: 1rem;
    font-weight: 500;
}
.topo-agende {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #dcc579;
    box-shadow: 0px 5px 6px #00000029;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}
.agende {
    padding-top: 3rem;
    padding-bottom: 4rem;
}
.agende .titulo {
    margin-bottom: 5px;
}
/*.agende p {
    font-size: .875rem;
    font-weight: 500;
}*/
.agende .video {
    border-radius: 0;
    height: 400px;
    background-color: #666;
    margin-bottom: 1.5rem;
}
.agende h3 {
    /*margin: 30px 0 40px;*/
    margin: 40px 0 10px;
    text-align: center;
    font-weight: 700;
}
.agende .btn {
    padding: 0.375rem 0.875rem;
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    background-color: #dcc579;
    border-color: #dcc579;
    border-radius: 8px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .agende h3 {
        font-size: 1.2rem;
    }
    .agende .btn {
        font-size: 1rem;
    }
}
.agende .passo-a-passo {
    /*margin-top: 2rem;*/
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #eff0ef;
    margin-bottom: 2rem;
}
/*@media (min-width: 992px) {*/
    .agende .passo-a-passo .row {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -7px;
        margin-right: -7px;
    }
    .agende .passo-a-passo .row > [class*=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }
/*}*/
.agende .passo-a-passo img {
    pointer-events: none;
}
.agende .passo-a-passo .box-passo {
    padding: 2rem 1rem 1.5rem;
    background: #dcc579;
    box-shadow: inset 0px 5px 8px #eedca1, 0px 6px 12px #00000029;
    border-radius: 1.5rem;
    color: #fff;
    font-size: .875rem;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .agende .passo-a-passo .box-passo {
        font-size: 1rem;
        margin-bottom: 0;
    }
}
.agende .passo-a-passo .box-passo > img {
    pointer-events: none;
    margin-bottom: 20px;
}
.agende .passo-a-passo .seta-passo {
    pointer-events: none;
    margin: 0 1rem;
}
.agendamento {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.agendamento label {
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 500;
}
.agendamento .form-control {
    color: rgba(200, 174, 90, 0.5);
    border-color: #c8ae5a;
    font-size: .875rem;
    font-weight: 500;
    height: 45px;
}
.agendamento small {
    color: #707070;
    font-weight: 500;
    font-size: .75rem;
    line-height: .75rem;
}
#calendario .mes {
    padding: .4rem 1rem .3rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #c8ae5a;
    color: #fff;
    border-radius: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
#calendario .mes > a {
    color: #fff;
}
.tabela-agenda {
    table-layout: fixed;
}
.tabela-agenda.table-bordered td, .tabela-agenda.table-bordered th {
    border: 1px solid #fff;
}
.tabela-agenda th {
    background-color: #f4e197;
    font-weight: 500;
}
.tabela-agenda td {
    padding: 0;
    background-color: #f2f2f2;
    font-weight: 500;
}
.tabela-agenda tbody tr:first-child > td, .tabela-agenda tbody tr:first-child > th {
    background-color: #c8ae5a;
    border-color: #c8ae5a;
    border-top: 0;
    border-bottom: 0;
    color: #fff !important;
}
.tabela-agenda tbody tr:first-child > th {
    padding: .4rem 1rem .3rem;
}
.tabela-agenda tbody tr:first-child > td:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-left: 0;
}
.tabela-agenda tbody tr:first-child > td:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-right: 0;
}
.tabela-agenda tbody tr:first-child > td > a, .tabela-agenda tbody tr:first-child > th > a {
    padding: .4rem 1rem .3rem;
    color: #fff !important;
}
.tabela-agenda .tabela-agenda-separador > td {
    padding: 1rem 0 0;
    background-color: #fff;
}
.tabela-agenda td > a {
    display: block;
    padding: .75rem;
    color: #000;
}
.tabela-agenda td.fora-mes a, .tabela-agenda td.forames, .tabela-agenda td.data-passada {
    color: #aaa !important;
}
.tabela-agenda td.forames {
    padding: .75rem;
}
.tabela-agenda td > a.muda-data, .tabela-agenda td.bg-green > a.sel-data, .tabela-agenda td.bg-green > a.sel-hora-inicio {
    background-color: #fcf3d0;
}
.tabela-agenda td.active > a.muda-data, .tabela-agenda td.active > a.sel-data, 
.tabela-agenda td.bg-active > a.sel-data, .tabela-agenda td.bg-active > a.sel-hora-inicio {
    background-color: #dcc579;
}
.tabela-hora .bg-light-blue > th {
    border-radius: 1rem;
    border-left: 0;
    border-right: 0;
}
.tabela-hora td > a {
    padding: .5rem;
}
.legenda-calendario {
    display: flex;
    align-items: center;
    color: #aaa;
    font-size: .875rem;
    font-weight: 500;
    line-height: normal;
}
.legenda-calendario > div {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.legenda-calendario span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #f2f2f2;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    margin-right: 5px;
}
.legenda-calendario > div:first-child span {
    background-color: #fcf3d0;
}
#horarios h3 {
    padding: .8rem 1rem .7rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #c8ae5a;
    color: #fff;
    border-radius: 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.horarios {
    padding: 3.5rem 2rem 1.8rem;
    background-color: #f2f2f2;
    margin-bottom: 1rem;
}
.horarios .horario {
    display: block;
    padding: .3rem 1rem;
    background-color: #f2f2f2;
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0px 3px 6px #00000029;
    text-align: center;
    border-radius: 1rem;
    margin-bottom: 2rem;
    text-decoration: none !important;
}
.horarios .horario.sel-horario {
    background-color: #fcf3d0;
}
.topo-agendamento {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
}
.agendamento-form {
    padding-top: 2rem;
    padding-bottom: 3rem;
    font-size: 1rem;
}
.agendamento-form h3 {
    color: #c8ae5a;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.agendamento-form p {
    font-size: 1.1rem;
    font-weight: 500;
}
@media (min-width: 992px) {
    .agendamento-form {
        /*font-size: 1.3rem;*/
    }
    .agendamento-form p {
        font-size: 1.5rem;
    }
}
.agendamento-form form label:not(.custom-control-label) {
    color: #c8ae5a;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1rem;
}
.agendamento-form form .form-control {
    height: 55px;
    color: #707070;
    border-color: #c8ae5a;
    box-shadow: 0px 3px 6px #00000029;
}
.agendamento-form form .form-control::-moz-placeholder {
    color: #c8ae5a;
    opacity: 1;
}
.agendamento-form form .form-control:-ms-input-placeholder {
    color: #c8ae5a;
}
.agendamento-form form .form-control::-webkit-input-placeholder {
    color: #c8ae5a;
}
.agendamento-form form label.custom-control-label {
    font-size: .875rem;
    font-weight: 500;
}
.agendamento-form form .form-control[type=file] {
    height: 48px;
    padding: .5rem 1rem 0;
    cursor: pointer;
    color: transparent;
    background-color: #c8ae5a;
    border-color: #c8ae5a;
    font-weight: 500;
}
.agendamento-form form .form-control[type=file]::-webkit-file-upload-button {
	visibility: hidden;
}
.agendamento-form form .form-control[type=file]::before {
	content: 'Anexar Comprovante';
	display: inline-block;
	display: block;
	text-align: center;
	font-size: 1.25rem;
	color: #fff;
}
.datepicker td, .datepicker th {
    width: 35px;
    text-align: center;
}
.formas-pagamento {
    margin-top: 2rem;
    border: 0 !important;
}
.formas-pagamento a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
}
@media (max-width: 991px) {
    .formas-pagamento a {
        width: 31%;
    }
}
.formas-pagamento a > img {
    border: 3px solid #c8ae5a;
    border-radius: 10px;
}
.formas-pagamento a.active > img {
    border-color: #707070;
}
.foto-pix {
    padding: 2rem 3rem;
    background-color: #d7dbd7;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.confirmacao-pagamento {
    background-color: #eff0ef;
    font-size: 1rem;
    margin-top: 1rem;
}
.confirmacao-pagamento .border-left {
    border-color: #707070 !important;
}
@media (max-width: 991px) {
    .confirmacao-pagamento .border-left {
        border-left: 0 !important;
    }
}
.confirmacao-pagamento p {
    font-size: 1rem;
    font-weight: 400;
}
.confirmacao-pagamento h3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.confirmacao-pagamento label {
    display: block;
    margin-bottom: 0;
    color: #c8ae5a;
    font-weight: 600;
    font-size: 1.2rem;
}
.agendamento-sucesso {
    font-size: 1rem;
}
.agendamento-sucesso h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .agendamento-sucesso h3 {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
}
.capa-pagina {
    padding: 150px 15px 80px;
    background: url('../img/capa-pagina.png') no-repeat center;
    background-size: cover;
    color: #b69940;
}
.capa-pagina h1 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .capa-pagina h1 {
        font-size: 2rem;
    }
}
.capa-pagina h1 > span {
    font-weight: 400;
}
.modal .modal-header {
    background: transparent linear-gradient(270deg, #ac8e33 0%, #d9c272 63%, #dfc470 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
#sliderPrincipal .carousel-caption {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #707070;
    text-align: left;
}
#sliderPrincipal .carousel-caption h5 {
    font-size: 30px;
    color: #ab8c31;
}
#sliderPrincipal .carousel-caption h3 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #ac8e33;
}
#sliderPrincipal .carousel-caption p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
}
#sliderPrincipal .btn {
    padding: 0.6rem 1.5rem;
    background: rgb(235, 220, 164);
    background: -moz-linear-gradient(90deg, rgb(235, 220, 164) 0%, rgb(186, 159, 71) 100%);
    background: -webkit-linear-gradient(90deg, rgb(235, 220, 164) 0%, rgb(186, 159, 71) 100%);
    background: -o-linear-gradient(90deg, rgb(235, 220, 164) 0%, rgb(186, 159, 71) 100%);
    background: -ms-linear-gradient(90deg, rgb(235, 220, 164) 0%, rgb(186, 159, 71) 100%);
    background: linear-gradient(180deg, rgb(235, 220, 164) 0%, rgb(186, 159, 71) 100%);
    border: 0;
    font-size: 22px;
    font-weight: 400;
}
.texto-slider-mobile {
    position: relative;
    padding-top: 1rem;
    box-shadow: 0px -15px 15px 0px rgb(255 255 255);
    text-align: center;
}
.texto-slider-mobile h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.texto-slider-mobile h3 {
    margin: 0 0 10px;
    color: #ac8e33;
    font-weight: 700;
}
.texto-slider-mobile .btn {
    padding: .375rem 1.2rem;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
}
.slick-prev, .slick-next {
    font-size: inherit;
    color: #dcc579 !important;
}
.slick-prev::before, .slick-next::before {
    content: '';
}
.slider-depoimento .slick-prev, .slider-depoimento .slick-next {
    color: #fff !important;
}
.icone-localizacao {
    filter: brightness(1) invert(.56);
    max-height: 109px;
}
.contatos-degrade .icone-localizacao {
    filter: none;
}
/*AGENDAMENTO*/
#etapa > img {
    pointer-events: none;
}
.unidades {
    margin: 1rem 0;
}
.unidades .radio-unidade {
    position: relative;
    width: 100%;
    padding: 10px;
    background-color: #e7d8aa;
    border: 1px solid #e7d8aa;
    border-radius: .5rem;
    cursor: pointer;
    transition: all .2s linear;
    text-align: center;
    color: #fff !important;
}
.unidades .radio-unidade > strong {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.unidades .form-group input[type="radio"], .unidades .form-group input[type="checkbox"] {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    margin: 0;
    z-index: -1;
}
.unidades .form-group input[type="radio"]:checked + .radio-unidade, .unidades .form-group input[type="checkbox"]:checked + .radio-unidade {
    border-color: #dcc579;
    background-color: #dcc579;
}
.unidades .form-group input[type="radio"]:checked + .radio-unidade:after, .unidades .form-group input[type="checkbox"]:checked + .radio-unidade:after {
    content: '';
    position: absolute;
    top: -9px;
    right: -8px;
    width: 22px;
    height: 22px;
    background: url('../img/icone-selecionado.png') no-repeat center;
}
.payment-form-carregando {
    position: relative;
}
.payment-form-carregando::before {
    content: url('../img/carregando.gif');
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.9);
    z-index: 9;
    text-align: center;
    padding-top: 50px;
}