@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');

body {
    color: #1f1b16;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Raleway', sans-serif;
}

html {
    scroll-behavior: smooth;
}

input[type='range'] {
  height: 30px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type='range']::-webkit-slider-runnable-track {
  height: 10px;
  background: #AAA;
}
input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 30px;
  width: 30px;
  margin-top: -10px;
  background: #b87918;
  border-radius: 50%;
  border: 3px solid white;
}
input[type='range']::-webkit-slider-thumb::before {
  position: absolute;
  content: '';
  height: 10px; /* equal to height of runnable track */
  width: 500px; /* make this bigger than the widest range input element */
  left: -502px; /* this should be -2px - width */
  top: 8px; /* don't change this */
  background: #777;
}

.operacao {
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
}

.operacao2 {
	font-size: 14px;
	font-weight: 400;
}

.span-operacao {
	color: #b87918;
	margin-left: 10px;
}

.span-operacao2 {
	color: #b87918;
}

.span-emprestimo  {
	font-size: 24px;
	font-weight: 700;
	color: #b87918;
}

img {
    vertical-align: baseline;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #1d1710;
}

a:visited {
    color: #7a7060;
}

a:hover, a:focus, a:active {
    color: #1d1710;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
}

.nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
}

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0;
}

.site-branding a {
    margin-top: 6px;
}

.brand-link,
.brand-link:hover,
.foot-about a,
.foot-about a:hover {
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 70px;
    object-fit: contain;
}

.footer-logo {
    max-width: 220px;
    max-height: 72px;
}

@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    position: relative;
    z-index: 10001;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1d1710;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 0 18px;
}

.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #1f1b16;
    text-decoration: none;
    transition: color .35s;
}

.site-navigation ul li a:focus-visible,
.hamburger-menu:focus-visible {
    outline: 2px solid #b87918;
    outline-offset: 4px;
}

/*
# Call Button
--------------------------------*/
.call-btn {
    min-width: 210px;
    padding: 8px 12px 6px !important;
    margin-left: 24px;
    margin-right: 0 !important;
}

.call-btn img {
    display: inline-block;
    margin-right: 12px;
}

.call-btn a {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    .site-navigation ul li a {
        padding: 30px 0;
    }
}

.site-navigation ul li:not(.call-btn) a:hover,
.site-navigation ul li.current-menu-item:not(.call-btn) a {
    color: #b87918;
}

@media screen and (max-width: 991px) {
    .site-navigation ul {
        padding: 92px 22px 28px;
        box-shadow: 12px 0 30px rgba(0,0,0,.12);
        align-items: flex-start !important;
    }

    .site-navigation ul li {
        width: 100%;
        margin: 0;
    }

    .site-navigation ul li a {
        padding: 14px 0;
        line-height: 1.25;
    }

    .site-navigation .call-btn {
        width: 100%;
        min-width: 0;
        margin-top: 18px !important;
        margin-left: 0;
    }

    .site-navigation .call-btn a {
        justify-content: flex-start !important;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider {
    max-height: 600px;
}

.hero-content-wrap {
    min-height: 700px;
    position: relative;
    color: #fff;

    background-size: cover;
    background-position: center;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #1f1b16;
}

.hero-content-overlay p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #2d251b;
}

.hero-slider .pagination-wrap {
    top: 50%;
    left: 0;
    z-index: 99;
    width: 120px;
    margin-top: -60px;
}

.hero-slider .swiper-pagination-bullet {
    width: 120px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #b7aa98;
    background: transparent;
    opacity: 1;
    text-align: right;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #b87918;
    border-color: #b87918;
}

@media screen and (max-width: 1400px) {
    .hero-slider .swiper-pagination-bullet {
        width: 60px;
    }
}

@media screen and (max-width: 576px) {
    .nav-bar {
        padding: 10px 0;
    }

    .site-branding {
        padding: 8px 0;
    }

    .site-branding a {
        margin-top: 0;
    }

    .site-branding .brand-logo {
        max-width: 150px;
        max-height: 54px;
    }

    .hero-slider {
        max-height: none;
    }

    .hero-content-wrap {
        min-height: 642px;
        background-position: 62% center;
    }

    .hero-content-overlay {
        background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.83) 55%, rgba(184,121,24,.26) 100%);
    }

    .hero-content-overlay .container {
        padding-right: 24px;
        padding-left: 24px;
    }

    .hero-content-wrap .col-12.col-lg-6 {
        min-height: 642px;
        padding-top: 118px;
        padding-bottom: 42px;
        justify-content: flex-start !important;
    }

    .hero-content-overlay h1 {
        max-width: 315px;
        font-size: 40px;
        line-height: 1.12;
        color: #2f3742;
    }

    .hero-content-overlay h1 br {
        display: none;
    }

    .hero-content-overlay .entry-content {
        max-width: 322px;
        margin-top: 18px !important;
    }

    .hero-content-overlay p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.62;
        color: #30343a;
    }

    .hero-content-overlay p span {
        display: block;
    }

    .hero-content-overlay p span + span {
        margin-top: 6px;
    }

    .hero-content-overlay .entry-footer {
        margin-top: 20px !important;
    }

    .hero-content-overlay .button {
        padding: 12px 24px 10px;
        margin-right: 0;
        font-size: 15px;
        line-height: 1.35;
    }

    .hero-slider .pagination-wrap {
        display: none;
    }

    .hero-slider .swiper-pagination-bullet {
        width: 30px;
        margin-left: 15px;
    }
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
.elements-wrap {
    margin-top: 80px;
}

.elements-page .elements-heading .entry-title {
    font-size: 24px;
    font-weight: 600;
    color: #1d1710;
}

.elements-page .elements-container {
    margin-top: 54px;
}

.elements-page .btn {
    margin-right: 20px;
}

/*
# Button
----------------------------------*/
.button {
    padding: 12px 50px 10px;
    margin-right: 32px;
    border: 0;
    border-bottom: 3px solid #b87918;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #1f1b16;
    outline: none;
    background: #f7f1e7;
    text-decoration: none !important;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button.dark {
    border-color: transparent;
    color: #fff;
    background: #b87918;
}

.button.gradient-bg {
    border-color: transparent;
    background: -moz-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,124,28,1)), color-stop(100%, rgba(31,27,22,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgb(217, 164, 68) 0%, rgb(154, 93, 13) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b87918', endColorstr='#b87918',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

/*
# Accordion
----------------------------------*/
.accordion-wrap {
    position: relative;
}

.accordion-wrap .entry-content {
    margin: 0;
}

.accordion-wrap .entry-title {
    padding: 12px 38px;
    margin-bottom: 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    color: #1f1b16;
    cursor: pointer;
}

.accordion-wrap .entry-title {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,124,28,1)), color-stop(100%, rgba(154,93,13,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b87918', endColorstr='#b87918',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
    content: "+";
    font-size: 24px;
    font-weight: 400;
}

.accordion-wrap .entry-title .arrow-d::before {
    content: "-";
}

/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
    display: none;
}

.accordion-wrap .entry-content p {
    padding: 10px 0;
    font-size: 14px;
    line-height: 2;
    color: #70685d;
}

/*
# Tabs
----------------------------------*/
ul.tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs-nav .tab-nav {
    padding: 12px 24px;
    margin-right: 6px;
    margin-bottom: 10px;
    background: #f4eadb;
    font-size: 16px;
    font-weight: 600;
    color: #1f1b16;
    cursor: pointer;
    transition: all .35s;
}

ul.tabs-nav .tab-nav.active {
    border: 0;
    background: -moz-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,124,28,1)), color-stop(100%, rgba(31,27,22,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b87918', endColorstr='#b87918',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.tabs .tab-nav {
    margin-bottom: -1px;
    z-index: 99;
}

.tabs-container {
    padding: 60px 0;
}

.tab-content {
    display: none;
}

.tab-content img {
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}

.tab-content h4 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #1f1b16;
}

.tab-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    color: #7a7060;
}

/*
# Circular Progress Bar
----------------------------------*/
.circular-progress-bar {
    margin: 20px 0;
    text-align: center;
}

.circular-progress-bar .circle {
    position: relative;
    width: 156px;


    height: 156px;
    margin: 0 auto;
}

.circular-progress-bar .circle strong {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #1f1b16;
}

.circular-progress-bar .entry-title {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    color: #1f1b16;
}

.circular-progress-bar .entry-title span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #70685d;
}

/*
# Counter Box
----------------------------------*/
.counter-box {
    margin: 60px 0 20px;
    text-align: center;
}

.counter-box .start-counter {
    margin-top: 10px;
    font-size: 48px;
    font-weight: 400;
    color: #1f1b16;
}

.counter-box .counter-k {
    font-size: 48px;
}

.counter-box .entry-title {
    margin-top: 10px;
    font-size: 16px;
    color: #70685d;
}

/*
# Icon Box
----------------------------------*/
.icon-box .entry-header img {
    margin-right: 24px;
}

.icon-box .entry-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #1f1b16;
}

.icon-box .entry-content {
    margin-top: 32px;
}

.icon-box .entry-content p {
    font-size: 14px;
    line-height: 2;
    color: #70685d;
}

.icon-box .entry-footer a {
    display: block;
    margin-top: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #70685d;
    text-transform: uppercase;
}

/*
# Bar Filler
----------------------------------*/
.barfiller {
    position:relative;
    width:100%;
    height:5px;
    border-radius: 3px;
    background:#e4d5bd;
}

.barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    border-radius: 3px;
    background:#333;
    z-index:1;
}

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
    left: 0;
    position: absolute;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding-top: 14px;
    margin-top: -21px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: #b87918;
    color: #fff;
}

/*
# Subscribe Banner
--------------------------------*/
.subscribe-banner {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(270deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%);
    text-align: center;
}

.subscribe-banner::before {
    position: absolute;
    inset: 0;
    background: url("images/contrate-ja-bg.jpg") no-repeat center 44%;
    background-size: cover;
    opacity: .36;
    content: "";
}

.subscribe-banner .container {
    position: relative;
    z-index: 1;
}

.subscribe-banner h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.subscribe-banner input[type="email"] {
    width: 100%;
    padding: 8px 24px;
    border: 0;
    margin-top: 24px;
    font-size: 12px;
    font-style: italic;
    color: #1f1b16;
    background: #fff;
    text-align: left;
}

.subscribe-banner input[type="submit"] {
    margin-top: 32px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.homepage-boxes {
    padding: 110px 0;
}

/*
# Opening Hours
--------------------------------*/
.opening-hours,
.emergency-box,
.appointment-box,
.contact-info {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #e4d5bd;
}

.opening-hours {
    border-color: #b87918;
}

.opening-hours h2,
.emergency-box h2,
.appointment-box h2,
.contact-info h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    background: #fff;

    font-size: 24px;
    font-weight: 600;
    color: #1f1b16;
}

.opening-hours ul {
    list-style: none;
}

.opening-hours ul li {
    display: flex;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #70685d;
}

.opening-hours ul li span {
    display: inline-block;
}

/*
# Emergency
--------------------------------*/
.emergency-box {
    padding: 16px;
}

.emergency-box p {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
    color: #70685d;
}

.emergency-box .call-btn {
    max-width: 220px;
    margin: 24px auto !important;
}

/*
# Make an Appointment
--------------------------------*/
.appointment-box {
    padding: 16px 16px 9px 16px;
}

.appointment-box form {
    margin-top: 24px;
}

.appointment-box form select,
.appointment-box form input[type="text"],
.appointment-box form input[type="number"] {
    display: block;
    width: calc(100% - 5px);
    padding: 12px 16px;
    margin-bottom: 10px;
    border: 0;
    font-size: 12px;
    font-style: italic;
    color: #70685d;
    background: #f7f1e7;
    outline: none;
}

.appointment-box form input[type="submit"] {
    margin-top: 16px;
    background: #c48a25;
}

/*
# Our Departments
--------------------------------*/
.our-departments {
    padding: 100px 0;
    background: url("images/departments-bg.jpg") no-repeat center;
    background-size: cover;
}

.our-departments-wrap {
    padding: 60px 80px 80px;
    background: -moz-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,124,28,1)), color-stop(100%, rgba(154,93,13,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b87918', endColorstr='#b87918',GradientType=1 ); /* ie6-9 */
}

@media screen and (max-width: 768px){
    .subscribe-banner::before {
        background-position: center center;
        opacity: .32;
    }

    .our-departments-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 576px){
    .subscribe-banner::before {
        background-position: 52% center;
    }
}

.our-departments-wrap h2 {
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.our-departments-cont {
    margin-bottom: 64px;
}

.our-departments-cont .entry-header {
    min-height: 48px;
}

.our-departments-cont .entry-header img {
    margin-right: 16px;
}

.our-departments-cont h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.our-departments-cont .entry-content {
    margin-top: 16px;
}

.our-departments-cont .entry-content p {
    font-size: 14px;
    color: #fff;
}

.our-departments-cont .entry-footer a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

/*
# Section: Testimonial
--------------------------------*/
.testimonial-section {
    margin-top: 100px;
    position: relative;
    height: 100%;
    padding: 100px 0;
}

.testimonial-section h2 {
    margin-bottom: 40px !important;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: url("images/testimonial-bg.jpg") no-repeat right center;
    background-size: cover;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider-wrap {
    position: relative;
    padding: 72px 100px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 40px 20px 27px rgba(0,0,0,.1);
}

.testimonial-bg-shape {
    position: relative;
}

.testimonial-bg-shape::before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -130px;
    z-index: -1;
    width: 499px;
    height: 492px;
    background: url("images/testimonial-content-bg.png") no-repeat;
}

.testimonial-slider .content-wrap {
    background: #fff;
}

.testimonial-slider .entry-content p {
    position: relative;
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    font-style: italic;
    color: #70685d;

}

.testimonial-slider .entry-content p::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 46px;
    height: 46px;
    background: url("images/testimonial-p-bg.png") no-repeat;
}

.faq-subtitle {
    max-width: 640px;
    margin-top: -24px;
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 1.7;
    color: #70685d;
}

.testimonial-slider .faq-content p {
    position: static;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-style: normal;
    color: #70685d;
}

.testimonial-slider .faq-content p::before {
    display: none;
}

.faq-accordion {
    width: 100%;
}

.faq-item {
    border-bottom: 1px solid #e4d5bd;
}

.faq-item:first-child {
    border-top: 1px solid #e4d5bd;
}

.faq-question {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 40px 18px 0;
    border: 0;
    background: transparent;
    color: #1f1b16;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
}

.faq-question::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    color: #b87918;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.faq-question[aria-expanded="true"]::after {
    content: "-";
}

.faq-question:focus {
    outline: thin dotted;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.faq-answer p {
    padding: 0 40px 18px 0;
}

.testimonial-slider .testimonial-user {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #1f1b16;
}

.testimonial-slider .testimonial-user span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #70685d;
}

.testimonial-slider .user-avatar {
    width: 78px;
    height: 78px;
    margin-top: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #b87918;
}

.testimonial-slider .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-wrap {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 99;
    width: 100%;
}

@media screen and (max-width: 768px){

    .testimonial-slider-wrap {
        padding: 72px 30px 120px;
    }

    .testimonial-slider-wrap.faq-slider-wrap {
        padding-bottom: 72px;
    }

    .swiper-pagination-wrap {
        bottom: 30px;
    }
}

.testimonial-slider .swiper-pagination-bullet {
    width: 52px;
    height: 52px;
    margin: 0 8px;
    opacity: 1 !important;
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(1) {
    background: url("images/user-1.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(2) {
    background: url("images/user-2.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(3) {
    background: url("images/user-3.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(4) {
    background: url("images/user-4.jpg");
}

.testimonial-slider .swiper-pagination-bullet-active {
    display: none;
}

/*
# News
--------------------------------*/
.the-news {
    padding: 100px 0 40px;
}

.the-news h2,
.testimonial-section h2 {
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #1f1b16;
}

.testimonial-section h2 {
    text-align: left;
}

.the-news-wrap {
    margin-bottom: 60px;
}

.the-news-wrap figure {
    margin: 0;
}

.the-news-wrap figure img {
    width: 100%;
}

.the-news-wrap h3 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #1f1b16;
}

.the-news .post-metas {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #70685d;
}

.the-news .post-metas > div {
    margin-right: 16px;
}

.the-news .post-metas label {
    margin: 0;
    color: #b87918;
}

.the-news .post-metas a {
    color: #70685d;
}

.the-news-wrap .entry-content {
    margin-top: 32px;
}

.the-news-wrap .entry-content p {
    font-size: 14px;
    line-height: 2;
    color: #70685d;
}

/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/
.single-page .site-header {
    position: relative;
    padding: 220px 0 140px;
    background-color: #f7f1e7;
}

.single-page .site-header h1 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    color: #1f1b16;
}

.single-page .site-header .header-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 65%;
    height: auto;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
   font-size: 14px;
    font-weight: 500;
    color: #70685d;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs li {
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    color: #b87918;
}

.breadcrumbs li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    color: #70685d;
}

.breadcrumbs li:nth-last-of-type(1)::after {
    display: none;
               }

.breadcrumbs a {
    color: #70685d;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.med-history {
    padding: 100px 0;
}

.med-history h2,
.medical-team h2,
.quality-services h2 {
    margin-bottom: 48px;
    font-size: 48px;
    font-weight: 600;
    color: #1f1b16;
}

.med-history p {
    font-size: 14px;
    color: #70685d;
}

.med-history .button {
    margin-top: 24px;
}

.med-history img {
    max-width: 100%;
}

.faq-stuff {
    padding: 100px 0;
    background: url("images/faq-bg.jpg") no-repeat;
    background-size: cover;
}

.faq-stuff h2 {
    margin-bottom: 64px;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.faq-stuff .accordion-wrap .entry-content p {
    color: #fff;
}

.professional-box,
.quality-box {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    border: 2px solid #fff;
    text-align: center;
}

.professional-box h2,
.quality-box h2 {
    position: absolute;
    top: -24px;
    left: -2px;
    height: 48px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #1f1b16;
    background: #fff;
}

.professional-box img,
.quality-box img {
    margin: 24px 0;
}

.professional-box p,
.quality-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    color: #fff;
}

.medical-team {
    padding: 100px 0;
}

.medical-team h2 {
    margin-bottom: 56px;
}

.medical-team-wrap {
    text-align: center;
}

.medical-team-wrap img {
    max-width: 100%;
    border-radius: 20px;
}

.medical-team-wrap h4 {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #1f1b16;
}

.medical-team-wrap h5 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #70685d;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.quality-services {
    padding: 100px 0;
}

.quality-services h2 {
    text-align: center;
}

.quality-services p {
    font-size: 14px;
    line-height: 2;
    color: #70685d;
}

.services-tabs {
    margin: 100px 0;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.blog-page .the-news {
    padding-bottom: 20px;
}

.blog-page .the-news-wrap {
    margin-bottom: 80px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
@media screen and (min-width: 992px){
    .pagination {
        margin-bottom: 100px;
    }
}

.pagination a {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #70685d;
    text-decoration: none;
}

.pagination a:hover,
.pagination .active a {
    color: #b87918;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    padding: 100px 0;
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
    width: calc(100% - 90px);
    padding: 8px 30px 8px 20px;
    border: 0;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    background: #f7f1e7;
    color: #1f1b16;
}

.search-widget button[type="submit"] {
    padding: 10px 32px 9px;
    border: 0;
    margin-left: -32px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    cursor: pointer;
    outline: none;
    background: -moz-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(186,124,28,1)), color-stop(100%, rgba(31,27,22,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(186,124,28,1) 0%, rgba(31,27,22,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b87918', endColorstr='#b87918',GradientType=1 ); /* ie6-9 */
}

.widget-title {
    margin-top: 52px;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #1f1b16;
}

/*
# Categories
--------------------------------*/
.sidebar-cats ul {
    list-style: none;
}

.sidebar-cats li {
    margin-bottom: 15px;
    font-size: 14px;
}

.sidebar-cats li a {
    color: #70685d;
}

/*
# Popular Posts
--------------------------------*/
.popular-posts ul {
    list-style: none;
}

.popular-posts li {
    margin-bottom: 32px;
}

.popular-posts li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.popular-posts figure,
.popular-posts figure a ,
.popular-posts figure img {
    display: block;
    margin: 0;
}

.popular-posts figure {
    width: 58px;
}

.popular-posts .entry-content {
    width: calc(100% - 72px);
}

.popular-posts h3 {
    font-size: 14px;
}

.popular-posts h3 a {
    color: #70685d;
}

.popular-posts .posted-date {
    font-size: 12px;
    font-weight: 500;
    color: #b87918;
}

/*
#Opening hours
--------------------------------*/
.sidebar .opening-hours,
.sidebar .emergency-box {
    margin-top: 80px;
}

.sidebar .emergency-box .button {
    max-width: 220px;
    padding: 6px 10px 4px;
    margin: 32px auto;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page-short-boxes {
    padding: 100px 0;
}

.contact-info ul {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #70685d;
}

.contact-info ul li {
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}

.contact-info ul li span {
    display: inline-block;
    color: #1f1b16;
}

.contact-info ul li span {
    width:64px;
}

.contact-page-short-boxes .opening-hours ul li {
    margin-top: 20px;
}

.contact-page-short-boxes .emergency-box {
    padding: 32px;
}

.contact-page-short-boxes .emergency-box .button {
    max-width: 220px;
    padding: 6px 10px 4px;
    margin: 0 auto 24px;
}

.contact-form {
    margin-bottom: 100px;
}

.contact-form h2 {
    margin-bottom: 24px;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #1f1b16;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    margin-top: 30px;
    border: 0;
    background: #f7f1e7;
    outline: none;
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    color: #70685d;
}

.contact-form input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    cursor: pointer;
}

.contact-page-map {
    margin-bottom: 100px;
}

.contact-page-map iframe {
    display: block;
    width: 100%;
    height: 560px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    padding: 48px 0;
    background: url("images/footer-bg.png") no-repeat center #fff;
    background-size: cover;
    font-size: 14px;
    color: #70685d;
}

.institutional-notice {
    padding: 10px 0 14px;
    background: #fff;
}

.institutional-notice .container {
    max-width: 1200px;
}

.institutional-notice p {
    margin: 0 auto;
    color: #867a69;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    opacity: .72;
}

.footer-widgets h2 {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #1f1b16;
}

.foot-about p {
    font-size: 14px;
    line-height: 2;
}

.foot-about p.copyright {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 500;
}

.foot-contact ul {
    list-style: none;
}

.foot-contact ul li {
    margin-bottom: 5px;
    font-weight: 500;
}

.foot-contact ul li span {
    display: inline-block;
    color: #1f1b16;
}

.foot-contact ul li span {
    width:64px;
}

.foot-links ul {
    list-style: none;
    column-count: 2;
    column-gap: 10px;
}

.foot-links ul li {
    margin-bottom: 5px;
}

.foot-links ul li a {
    color: #70685d;
}

.footer-policy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 16px !important;
    column-count: auto !important;
}

.footer-policy-links li {
    margin-bottom: 0;
}

.footer-policy-links a {
    font-size: 12px;
    font-weight: 600;
    color: #b87918 !important;
}

.legal-hero {
    padding: 170px 0 72px;
    background: #f7f1e7;
}

.legal-hero h1 {
    margin: 0;
    color: #1f1b16;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
}

.legal-hero p {
    max-width: 760px;
    margin: 20px 0 0;
    color: #70685d;
    font-size: 16px;
    line-height: 1.8;
}

.legal-content {
    padding: 70px 0 90px;
}

.legal-content article {
    max-width: 980px;
    margin: 0 auto;
}

.legal-content section {
    margin-bottom: 36px;
}

.legal-content h2 {
    margin-bottom: 12px;
    color: #1f1b16;
    font-size: 24px;
    font-weight: 600;
}

.legal-content p,
.legal-content li {
    color: #70685d;
    font-size: 15px;
    line-height: 1.9;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content a {
    color: #b87918;
    font-weight: 600;
}

.about-content article {
    max-width: 900px;
}

.about-differences ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 28px;
    padding-left: 0;
    margin: 18px 0 0;
    list-style: none;
}

.about-differences li {
    position: relative;
    padding-left: 22px;
}

.about-differences li::before {
    position: absolute;
    top: .75em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b87918;
    content: "";
}

.about-cta {
    margin-top: 18px;
    padding-top: 8px;
}

.about-cta .button {
    display: inline-block;
    margin-top: 10px;
}

.legal-updated {
    margin-bottom: 32px;
    color: #867a69;
    font-size: 13px;
}

.cookie-consent {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding: 14px 0;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -8px 24px rgba(0,0,0,.08);
}

.cookie-consent.cookie-consent-hidden {
    display: none;
}

.cookie-consent-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 18px;
}

.cookie-consent p {
    flex: 1 1 520px;
    margin: 0;
    color: #70685d;
    font-size: 12px;
    line-height: 1.6;
}

.cookie-consent a {
    color: #b87918;
    font-weight: 600;
}

.cookie-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.cookie-primary,
.cookie-secondary {
    border: 0;
    border-radius: 20px;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.cookie-primary {
    color: #fff;
    background: linear-gradient(270deg, rgb(217, 164, 68) 0%, rgb(154, 93, 13) 100%);
}

.cookie-secondary {
    color: #b87918;
    background: #f7f1e7;
}

.cookie-preferences {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    padding-top: 8px;
}

.cookie-preferences label {
    margin: 0;
    color: #70685d;
    font-size: 12px;
}

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: visible;
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 12px 22px rgba(31,27,22,.24));
    transition: transform .25s ease, filter .25s ease;
}

.floating-whatsapp::after {
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(34,187,67,.34);
    content: "";
    pointer-events: none;
    animation: whatsapp-pulse 2.8s ease-in-out infinite;
}

.floating-whatsapp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: none;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus {
    transform: translateY(-3px) scale(1.06);
    filter: drop-shadow(0 16px 28px rgba(31,27,22,.30));
}

.floating-whatsapp:focus-visible {
    outline: 3px solid var(--pref-gold);
    outline-offset: 4px;
}

body.has-cookie-consent .floating-whatsapp,
body:has(.cookie-consent:not(.cookie-consent-hidden)) .floating-whatsapp {
    bottom: 118px;
}

@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34,187,67,.34);
        opacity: .9;
    }

    70% {
        box-shadow: 0 0 0 16px rgba(34,187,67,0);
        opacity: 0;
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34,187,67,0);
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .faq-subtitle {
        margin-top: -16px;
        margin-bottom: 32px;
    }

    .faq-question {
        padding-right: 32px;
        font-size: 15px;
    }

    .faq-answer p {
        padding-right: 0;
    }

    .legal-hero {
        padding: 140px 0 56px;
    }

    .legal-hero h1 {
        font-size: 34px;
    }

    .about-differences ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cookie-actions,
    .cookie-primary,
    .cookie-secondary {
        width: 100%;
    }

    .cookie-actions {
        flex-direction: column;
    }

    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 62px;
        height: 62px;
    }

    body.has-cookie-consent .floating-whatsapp,
    body:has(.cookie-consent:not(.cookie-consent-hidden)) .floating-whatsapp {
        bottom: 176px;
    }
}

.branco {
	color: #FFF;
}

.nounder:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Preferencia Visual Identity
--------------------------------------------------------------*/
:root {
    --pref-ink: #1f1b16;
    --pref-charcoal: #17130f;
    --pref-muted: #70685d;
    --pref-gold: #b87918;
    --pref-gold-light: #dfb15a;
    --pref-gold-dark: #7c4a08;
    --pref-copper: #9a5d0d;
    --pref-cream: #fff8ec;
    --pref-surface: #f7f1e7;
    --pref-line: #e4d5bd;
}

body {
    color: var(--pref-ink);
    background: #fffaf4;
}

a,
a:visited {
    color: var(--pref-ink);
}

a:hover,
a:focus,
a:active,
.site-navigation ul li:not(.call-btn) a:hover,
.site-navigation ul li.current-menu-item:not(.call-btn) a {
    color: var(--pref-gold);
}

.nav-bar {
    background: linear-gradient(180deg, rgba(255,248,236,.84) 0%, rgba(255,248,236,.48) 58%, rgba(255,248,236,0) 100%);
}

.site-navigation ul {
    background: var(--pref-cream);
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        background: transparent;
    }
}

.hamburger-menu span {
    background: var(--pref-ink);
}

input[type='range']::-webkit-slider-runnable-track {
    background: var(--pref-line);
}

input[type='range']::-webkit-slider-thumb {
    background: var(--pref-gold);
}

input[type='range']::-webkit-slider-thumb::before {
    background: var(--pref-gold-dark);
}

.span-operacao,
.span-operacao2,
.span-emprestimo,
.span-operacao {
    color: var(--pref-gold);
}

.hero-content-wrap {
    background-position: center 42%;
}

.hero-content-overlay {
    background: linear-gradient(90deg, rgba(255,248,236,.94) 0%, rgba(255,248,236,.78) 38%, rgba(255,248,236,.22) 68%, rgba(255,248,236,.03) 100%);
}

.hero-content-overlay h1 {
    color: var(--pref-ink);
}

.hero-content-overlay p {
    color: #3f3427;
}

.hero-slider .swiper-pagination-bullet-active {
    color: var(--pref-gold);
    border-color: var(--pref-gold);
}

.button,
.cookie-secondary {
    border-bottom-color: var(--pref-gold);
    color: var(--pref-ink);
    background: var(--pref-surface);
}

.button.dark,
.button.gradient-bg,
.cookie-primary,
.appointment-box form input[type="submit"],
.search-widget button[type="submit"],
.accordion-wrap .entry-title,
ul.tabs-nav .tab-nav.active,
.our-departments-wrap,
.subscribe-banner {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, var(--pref-charcoal) 0%, var(--pref-gold-dark) 52%, var(--pref-gold) 100%);
    filter: none;
}

.button.gradient-bg:hover,
.cookie-primary:hover,
.appointment-box form input[type="submit"]:hover {
    background: linear-gradient(135deg, var(--pref-gold-dark) 0%, var(--pref-gold) 55%, var(--pref-gold-light) 100%);
    color: #fff;
}

.opening-hours,
.emergency-box,
.appointment-box,
.contact-info,
.testimonial-slider-wrap {
    border-color: var(--pref-line);
    background: rgba(255,250,244,.96);
    box-shadow: 0 20px 45px rgba(31,27,22,.08);
}

.opening-hours {
    border-color: var(--pref-gold);
}

.opening-hours h2,
.emergency-box h2,
.appointment-box h2,
.contact-info h2,
.professional-box h2,
.quality-box h2,
.contact-form h2 {
    background: #fffaf4;
    color: var(--pref-ink);
}

.appointment-box form select,
.appointment-box form input[type="text"],
.appointment-box form input[type="number"],
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.search-widget input[type="search"],
ul.tabs-nav .tab-nav {
    background: var(--pref-surface);
    color: var(--pref-muted);
}

.appointment-box form select:focus,
.appointment-box form input[type="text"]:focus,
.appointment-box form input[type="number"]:focus {
    box-shadow: 0 0 0 2px rgba(184,121,24,.16);
}

.our-departments {
    background-position: center;
}

.our-departments-wrap {
    box-shadow: 0 28px 70px rgba(31,27,22,.18);
}

.our-departments-cont .entry-header img,
.call-btn img,
.testimonial-slider .entry-content p::before {
    filter: sepia(1) saturate(1.55) hue-rotate(356deg) brightness(.82);
}

.testimonial-section::before,
.faq-stuff {
    background-position: center;
}

.testimonial-bg-shape::before {
    border-radius: 50%;
    background: radial-gradient(circle at 45% 45%, rgba(223,177,90,.72) 0%, rgba(184,121,24,.42) 48%, rgba(184,121,24,0) 72%);
}

.testimonial-slider .content-wrap {
    background: transparent;
}

.faq-item {
    border-color: var(--pref-line);
}

.faq-question {
    color: var(--pref-ink);
}

.faq-question::after,
.legal-content a,
.footer-policy-links a,
.cookie-consent a,
.about-differences li::before,
.pagination a:hover,
.pagination .active a,
.breadcrumbs li,
.popular-posts .posted-date,
.the-news .post-metas label {
    color: var(--pref-gold) !important;
}

.about-differences li::before {
    background: var(--pref-gold);
}

.subscribe-banner {
    background: linear-gradient(135deg, var(--pref-charcoal) 0%, var(--pref-gold-dark) 58%, var(--pref-gold) 100%);
}

.subscribe-banner::before {
    opacity: .18;
    filter: saturate(.7) sepia(.2);
}

.site-footer {
    background: linear-gradient(180deg, #fffaf4 0%, var(--pref-surface) 100%);
    color: var(--pref-muted);
}

.institutional-notice {
    background: var(--pref-surface);
}

.legal-hero,
.cookie-secondary {
    background: var(--pref-surface);
}

.cookie-consent {
    background: rgba(255,250,244,.97);
    box-shadow: 0 -10px 30px rgba(31,27,22,.12);
}

@media screen and (max-width: 576px) {
    .hero-content-wrap {
        background-position: 58% center;
    }

    .hero-content-overlay {
        background: linear-gradient(90deg, rgba(255,248,236,.96) 0%, rgba(255,248,236,.84) 56%, rgba(184,121,24,.20) 100%);
    }

    .hero-content-overlay h1 {
        color: var(--pref-ink);
    }

    .hero-content-overlay p {
        color: #3f3427;
    }
}
