/*Colors*/

:root {
    --theme-color-1: #942C1E;
    --theme-color-2: #B86E51;
    --theme-color-3: #E5A87A;
    --theme-color-4: #F5F1E9;
    --color-white: #FEFEFE;
    --color-black: #121212;
}
  
  
/* Custom */

.banner__1--content a {
    margin-left: 0;
    margin-right: 0;
}

.page-blog li.nav-home {
    display: none !important;
}

.page-home li.nav-blog {
    display: none !important;
}
  
#scrollUp {
    right: 25px;
    bottom: 90px;
    background-color: var(--theme-color-2);
}

.logo img {
    width: 150px;
}

@media only screen and (max-width: 1700px) {
    .header-nav ul li:first-child a {
        padding-left: 50px;
    }
}

.logo-jan {
    height: 16px !important;
    margin-left: 10px;
}

.slider-text h1,
.slider-text h2 {
    color: var(--color-white);
}

.slider-text h1 {
    font-size: 72px;
    max-width: 550px;
}

.news-text-4 {
    padding: 0 100px;
}

.single__news-item-4 {
    z-index: 2;
}

.single__news-item-4.has-radius {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.single__news-item-4.has-radius.first {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.news__thumb.news__thumb-4 img.first {
    border-top-left-radius: 20px;
}

.single__news-item-4.has-radius.third {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.news__thumb.news__thumb-4 img.third {
    border-bottom-left-radius: 20px;
}

.footer__copyright {
    border-top: 1px solid rgb(255, 255, 255, 0.2);
    color: var(--theme-color-2);
    font-size: 14px;
    padding-top: 20px;
}

.about__info p {
    padding-left: 0;
    color: var(--theme-color-1);
}

.about__text .desc,
p, .news-text-4 p {
    font-size: 14px;
    line-height: 24px;
}

.news-text-4 p {
    margin-top: 15px;
}

.about-area__wrapper::before {
    display: none;
}

.about__list ul li {
    margin-bottom: 15px !important;
}

.about__list ul li:not(:last-child) {
    border-bottom: none;
}

.about__list ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--theme-color-1);
    font-size: 14px;
    background: var(--theme-color-4);
    margin-right: 15px;
}

.about__list ul li h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    top: 1px;
    position: relative;
}

.news-text-4 span {
    color: var(--theme-color-3);
    font-size: 18px;
    line-height: 2.3;
    display: block;
    margin-bottom: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-text-4 h2 {
    margin-top: 0;
    color: var(--theme-color-1);
}

.slider-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-area.about-area__3 {
    padding: 110px 0 200px;
    position: relative;
    z-index: 1;
}

.about-area.about-area__3::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url('../img/about/bg-clinica-roberta-bento.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.about-area.about-area__3::after {
    background-color: var(--theme-color-1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    mix-blend-mode: multiply;
}

.about-area.about-area__3 .container {
    max-width: 80%;
}

.banner__1 {
    position: relative;
    z-index: 0;
}

.banner__1::before {
    background-color: var(--theme-color-1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    mix-blend-mode: multiply;
}

.footer,
.header-top-2 {
    background-color: var(--theme-color-1);
    background-image: none !important;
}

.footer__top {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer::before,
.footer__top::after {
    display: none;
}

.social__icon a {
    background-color: var(--theme-color-4);
    color: var(--theme-color-1);
}

.social__icon a:hover {
    background-color: var(--theme-color-3);
    color: var(--color-white);
}

.footer__copyright p {
    border-top: 1px solid rgb(255,255,255,0.2);
    color: var(--theme-color-2);
    font-size: 14px;
}

.footer__copyright p a {
    color: var(--theme-color-2);
}

.about-area.about-area-1 .about__img img,
.about-area.about-area__3 .about__img img {
    border-radius: 20px;
}

.about-area.about-area__3 .about__img:first-child {
    margin-right: 0;
}

.about-area__wrapper::after {
    background-color: var(--theme-color-2);
    border-radius: 20px;
}

.generic-title span {
    color: var(--theme-color-3);
    text-transform: uppercase;
}

.generic-title h4 {
    color: var(--theme-color-1);
    font-size: 48px;
    line-height: 1.15;
}

.btn-white {
    background-color: var(--color-white);
    color: var(--theme-color-1)
}

.generic-btn {
    text-transform: uppercase;
    font-size: 15px;
}

.transparent-btn-1:hover {
    background-color: var(--color-white);
    color: var(--theme-color-1);
}

.btn-white:hover {
    background-color: var(--theme-color-3);
    color: var(--color-white)
}

.header-nav ul li a {
    color: var(--theme-color-1);
}

.header-nav ul li a:hover {
    color: var(--theme-color-3);
}

.extra-info {
    background-color: var(--theme-color-4);
    width: 100%;
}

.contact__right {
    padding: 40px 0 20px;
}

.contact__right h4 {
    color: var(--theme-color-1);
}

.side-info {
    padding: 0;
    border-top: none;
    height: calc(100% - 30px);
}

.appointment__form form input,
.appointment__form form .nice-select {
    height: 55px;
    line-height: 55px;
}

.appointment__form form button {
    height: 55px;
}

.contact__form {
    margin-top: 20px;
}

.extra-info {
    padding: 30px 40px;
    height: 100%;
}

.contact-wrapper {
    display: flex;
    position: relative;
    height: 100%;
}

.contact-widget {
    height: 100%;
}

.close-icon > button {
    color: var(--theme-color-1)
}

.contact__list ul li i {
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.topbar__meta a:hover {
    color: var(--theme-color-3);
}

.banner__1 {
    padding: 110px 0 120px;
    position: relative;
    z-index: 1;
}

.banner__1::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url('../img/banner/footer-img.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner__1::after {
    background-color: var(--theme-color-1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    mix-blend-mode: multiply;
}

.contact__list ul li span {
    color: var(--color-white);
    line-height: 1.5;
}

.header-cta > ul > li > a {
    background-color: var(--theme-color-4);
}

.header-right ul li a {
    color: var(--theme-color-1);
}

.header-right ul li a:hover {
    color: var(--color-white);
    background-color: var(--theme-color-1);
}

.contact__form input, .contact__form input::placeholder, .contact__form textarea, .contact__form textarea::placeholder, .contact__form .nice-select, .appointment__form form .nice-select span {
    background-color: var(--theme-color-4);
    color: var(--theme-color-1);
    text-transform: none;
    font-size: 15px;
}

.nice-select:after {
    border-bottom: 2px solid var(--theme-color-1);
    border-right: 2px solid var(--theme-color-1);
}

.appointment__form form button {
    background-color: var(--theme-color-1);
}

.single__news-widget {
    border-radius: 20px;
}

.single__news-widget img {
    border-radius: 10px;
}

.blog-area {
    margin-top: 90px;
    margin-bottom: 50px;
}

.blog-area .news__active {
    padding-top: 60px;
}

.blog-area .news__active .slick-arrow {
    top: calc(50% - 15px);
    right: -10px;
    z-index: 1;
    background-color: var(--theme-color-4);
}

.blog-area .news__active .slick-arrow:hover {
    background-color: var(--theme-color-1);
}

.blog-area .news__active .slick-arrow:last-child {
    left: -10px;
}

.author-thumb img {
    width: 40px;
    border-radius: 50%;
}

.author__box a {
    border-radius: 12px;
    padding: 10px 20px 10px 12px;
    background-color: var(--theme-color-1);
}

.author__name span {
    color: var(--color-white);
}

.blog__text h3 {
    color: var(--theme-color-1);
    margin-bottom: 20px;
}

.blog__text h3 a:hover {
    color: var(--theme-color-2);
}

.blog__content {
    padding: 50px 50px 40px 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog__thumb img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog__post-meta ul li i,
.news__title h3 {
    color: var(--theme-color-1);
}

.theme-sm-btn {
    background-color: var(--theme-color-1);
}

.breadcrumb-area {
    background-position: top center;
}

.breadcrumb-area {
    position: relative;
    z-index: 1;
}

.breadcrumb__height.post {
    min-height: 215px;
}

.breadcrumb-area.post::before {
    display: none;
}

.breadcrumb-area::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: url('../img/banner/page-title-blog.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.breadcrumb-area::after {
    background-color: var(--theme-color-1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: '';
    mix-blend-mode: multiply;
}

  
/* WhatsApp */
  
.widget-whatsapp {
    margin: 25px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 16000160;
}
  
.widget-whatsapp--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
  
.widget-whatsapp {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background-color: #4dc247;
    display: block;
    text-align: center;
    line-height: 47px;
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  }
  
.widget-whatsapp:hover {
    background-color: #fff;
    outline: 0;
    /*-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}
  
.widget-whatsapp:hover .widget-whatsapp--icon {
    fill: #4dc247;
}
  
.widget-whatsapp--icon {
    fill: #fff;
    width: 28px;
    height: 28px;
}


/* Sticky Header */

.sticky-header{
    position: fixed !important;
    top: 0px;
    width: 100%;
    background-color: rgba(255,255,255,1);
    margin: 0;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 0;
}

.sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    -op-animation-duration: 300ms;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-header .header-wrapper {
    border-radius: 0;
}

.sticky-header .container-fluid {
    padding: 0;
}

.sticky-header .logo img {
    width: 120px;
}

.sticky-header .header-nav ul li a {
    padding-top: 35px;
    padding-bottom: 35px;
}

.blog__box {
    margin-bottom: 40px;
}
  
/* Responsive */

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .header-wrapper {
        padding: 0 30px;
    }

    .header-nav ul li a {
        font-size: 12px;
        padding-left: 12px;
    }

    .about__img.second {
        display: none;
    }

    .about-area {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .about-area__wrapper::after {
        left: 150px;
        bottom: -540px;
        width: 250px;
        height: 250px;
    }

    .about-area.about-area__3 {
        padding: 90px 0 170px;
    }

    .news-area-2 {
        margin-top: -180px !important;
    }

    .news-text-4 {
        padding: 0 50px;
        margin-top: 0;
    }

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

    .banner__1 {
        padding: 80px 0 100px;
    }

    .news-text-4 p {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    .generic-title span,
    .news-text-4 span {
        font-size: 14px;
    }

    .about__desc-2 {
        padding-top: 20px;
        margin-top: 20px;
    }

    .about__left .generic-btn {
        margin-top: 30px;
    }

    .blog-area {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .responsive-logo img {
        width: 50% !important;
    }

}

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

    .header-top {
        margin-top: 0;
    }

    .about__img.second {
        display: none;
    }

    .about-area__wrapper::after {
        left: 90px;
        bottom: -520px;
        width: 250px;
        height: 250px;
    }

    .about__info {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .about__list ul li h6 {
        font-size: 13px;
    }

    .about-area.about-area__3 {
        padding: 70px 0 150px;
    }

    .news-area {
        margin-top: -80px;
    }

    .news-text-4 {
        padding: 0 30px;
    }

    .news-text-4 p {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    .generic-title span,
    .news-text-4 span {
        font-size: 14px;
    }

    .banner__1 {
        margin-top: 40px;
    }

    .about-area-1 {
        padding-bottom: 50px;
    }

    .about__text {
        margin-top: 60px;
    }

    .about__desc-2 {
        padding-top: 20px;
        margin-top: 20px;
    }

    .about__left .generic-btn {
        margin-top: 25px;
    }

    .banner__1 {
        padding: 70px 0 90px;
    }

    .blog-area {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .breadcrumb__text {
        margin-top: 150px;
    }

    .breadcrumb__height.post {
        min-height: 215px !important;
    }

    .responsive-logo img {
        width: 50% !important;
    }

    .mobile-nav {
        width: 75% !important;
    }

    .mean-container .mean-nav ul li a {
        width: 82% !important;
    }

}

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

    .footer__top {
        padding-top: 40px;
    }

    .social__icon a:last-child {
        margin-right: 0;
    }

    .blog__box {
        margin-bottom: 25px;
    }

    .blog-area .news__active {
        padding-top: 45px;
    }

    .news__title h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .single__news-widget {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-top: 32px;
        padding-bottom: 25px;
    }

    .blog-area {
        margin-top: 26px;
        margin-bottom: 62px;
    }

    .blog-area.post {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .breadcrumb__height {
        min-height: 122px !important;
    }

    .blog__thumb img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .blog__post-meta ul {
        text-align: left;
    }

    .blog__content {
        padding: 55px 30px 28px 30px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .slick-list {
        padding: 0 !important;
    }

    .blog-area .news__active .slick-arrow {
        top: calc(50% - 22px);
    }

    .tab-content p {
        line-height: 24px;
    }

    .tab-content .contact-widget {
        box-shadow: none;
    }

    .tab-content .contact__right {
        padding-top: 10px;
    }

    .header-wrapper {
        margin-top: 20px;
    }

    .header-bottom.sticky-header {
        margin-top: 0;
    }

    .slider-text h1 {
        font-size: 32px;
        max-width: 100%;
    }

    .slider-text {
        margin-top: 270px;
    }

    .about-area.about-area-1 {
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .generic-title span {
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .generic-title h4 {
        font-size: 32px;
    }

    .about__info {
        padding-top: 20px;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .about__list ul li i {
        margin-right: 8px;
    }

    .about__list ul li h6 {
        font-size: 12px;
    }

    .about-area.about-area__3 {
        padding-top: 50px;
        padding-bottom: 200px;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 0;
    }

    .about-area.about-area__3 .container {
        max-width: 95%;
    }

    .about-area.about-area__3 .generic-btn {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .generic-btn {
        width: 100%;
        text-align: center;
    }

    .news-area.news-area-2 {
        padding-top: 50px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 10px;
    }

    .news-area-2 {
        margin-top: -210px !important;
    }

    .news-text-4 {
        padding: 40px;
        margin-bottom: 10px;
    }

    .single__news-item-4.has-radius.first,
    .single__news-item-4.has-radius.second,
    .single__news-item-4.has-radius.third {
        border-radius: 20px !important;
    }

    .news-text-4 p {
        padding-right: 0;
        margin-top: 20px;
    }

    .about__desc-2 {
        border-top: 0;
        margin-top: 0;
        padding-top: 20px;
    }

    .banner__1::before {
        display: none;
    }

    .banner__1 {
        padding: 60px 0 40px;
    }

    .banner__1--text {
        margin-top: 25px;
    }

    .banner__1--text .generic-btn {
        margin-bottom: 20px;
    }

    footer {
        margin-top: -60px;
    }

    footer .social__icon {
        margin-top: 20px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer__copyright {
        padding-bottom: 16px;
    }

    footer .icon-footer img {
        width: 210px;
    }

}

.mobile-nav {
    background-color: var(--color-white);
    width: 90%;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
}

.responsive-logo {
    padding: 60px 80px 30px;
}

.mobile-nav .nav a.nav-link.active {
    background-color: var(--color-white);
    color: var(--theme-color-1);
}

.mobile-nav .nav a.nav-link {
    background-color: var(--theme-color-4);
    color: var(--theme-color-2);
    padding: 20px 0;
}

.mean-container .mean-nav ul li a {
    color: var(--theme-color-1);
    padding: 20px 30px;
    font-size: 16px;
    margin: 0px 20px;
    width: 70%;
}

.mean-container .mean-nav ul li:not(:first-child) a {
    border-top: 1px solid var(--theme-color-3);
}

.mobile-toggle-bar-2 button {
    background-color: var(--theme-color-4);
    color: var(--theme-color-1);
    border-color: var(--theme-color-1);
}

button.mobile-nav-close {
    color: var(--theme-color-3);
}

.subscribe__widget {
    padding: 55px;
    border-radius: 20px;
}

.subscribe__widget-text input {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.subscribe__widget .btn-link {
    background-color: transparent;
    text-align: right;
    padding: 0;
    color: var(--theme-color-2);
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.subscribe__widget-text input.form-check-input {
    background-color: var(--theme-white);
    border: 2px solid var(--theme-color-2);
}

.subscribe__widget label {
    color: var(--theme-color-2);
    font-size: 14px;
    padding-left: 10px;
}

.form-check-input:checked {
    background-color: var(--theme-color-2) !important;
}

.subscribe__widget .form-check {
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
}

.subscribe__widget .form-check .form-check-input {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
}

.btn-1 {
    background-color: var(--theme-color-1);
}

.btn-1:hover {
    border: 2px solid var(--theme-color-1);
    color: var(--theme-color-1);
}