/* Colors */

:root {
    --theme-color: #4da7ae;
    --theme-color2: #5bc3cd;
    --theme-color3: #cde9e7;
    --theme-color4: #b9dfcd;
    --theme-color5: #d2d551;
    --theme-grey: #666666;
    --theme-grey-medium: #cccccc;
    --theme-grey-light: #F7F7F7;
    --theme-white: #FFFFFF;
    --theme-black: #121212;
    --main-font: 'nokio_slab_altmedium';
    --base-font: 'Poppins', sans-serif;
    --alt-font: 'nokio_slab_altregular';
}

/* ****** */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 29, 2025 */

@font-face {
    font-family: 'nokio_slab_altbold';
    src: url('../fonts/nokioslabalt-bold-webfont.eot');
    src: url('../fonts/nokioslabalt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nokioslabalt-bold-webfont.woff2') format('woff2'),
         url('../fonts/nokioslabalt-bold-webfont.woff') format('woff'),
         url('../fonts/nokioslabalt-bold-webfont.ttf') format('truetype'),
         url('../fonts/nokioslabalt-bold-webfont.svg#nokio_slab_altbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nokio_slab_altmedium';
    src: url('../fonts/nokioslabalt-medium-webfont.eot');
    src: url('../fonts/nokioslabalt-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nokioslabalt-medium-webfont.woff2') format('woff2'),
         url('../fonts/nokioslabalt-medium-webfont.woff') format('woff'),
         url('../fonts/nokioslabalt-medium-webfont.ttf') format('truetype'),
         url('../fonts/nokioslabalt-medium-webfont.svg#nokio_slab_altmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nokio_slab_altregular';
    src: url('../fonts/nokioslabalt-regular-webfont.eot');
    src: url('../fonts/nokioslabalt-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nokioslabalt-regular-webfont.woff2') format('woff2'),
         url('../fonts/nokioslabalt-regular-webfont.woff') format('woff'),
         url('../fonts/nokioslabalt-regular-webfont.ttf') format('truetype'),
         url('../fonts/nokioslabalt-regular-webfont.svg#nokio_slab_altregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Custom */

.nokio-bold {
    font-family: 'nokio_slab_altbold' !important;
}

.nokio-regular {
    font-family: 'nokio_slab_altregular' !important;
}

.nokio-medium {
    font-family: 'nokio_slab_altmedium' !important;
}

.slideshow .slide .image {
    height: 100%;
}

.slideshow .slide .image-container::before,
.bg--01::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: '';
}

.slideshow .slide .image-container::before {
    background: linear-gradient(35deg, #53C4CE 25.25%, rgba(25, 31, 41, 0) 58.79%);
}

.bg--01::before {
    background: var(--theme-color);
    opacity: 0.9;
}

.slideshow .slide .image-container {
    z-index: 0;
}

.gallery-3 .gallery-image .item-overlay.one {
    opacity: 1;
    background: var(--theme-color);
}

.gallery-3 .gallery-image .item-overlay.two {
    opacity: 1;
    background: var(--theme-color2);
}

.gallery-3 .gallery-image .item-overlay.three {
    opacity: 1;
    background: var(--theme-color3);
}

.gallery-3 .gallery-image .item-overlay.four {
    opacity: 1;
    background: var(--theme-color4);
}

.gallery-3 .gallery-image .item-overlay.five {
    opacity: 1;
    background: var(--theme-color5);
}

.sbox-ico img {
    max-width: 100px;
    display: inline-flex !important;
}

.footer h5.third, 
.foo-socials a {
    color: var(--theme-color);
}

.foo-socials a:hover {
    color: var(--theme-color2);
}

.footer p.footer-phone a, .footer p.footer-email a {
    text-decoration: none;
}

.footer-info p.footer-phone, .footer-info p.footer-email, .footer-contacts p.footer-phone, .footer-contacts p.footer-email,
.footer p.footer-phone a, .footer p.footer-email a {
    color: var(--text-color);
}

.footer p.footer-phone a:hover, .footer p.footer-email a:hover {
    color: var(--theme-color2);
}

.bg--01 { background-image: url(../images/banner/rebeca-de-medeiros-03.jpg); }

.gallery-3 .hover-overlay img {
    max-height: 50px;
}

p.map-link a {
    font-size: 13px;
    color: var(--theme-color2);
}

p.map-link a:after {
    background-color: var(--theme-color2);
}

p.map-link a:hover {
    font-size: 13px;
    color: var(--theme-black);
}

p.map-link a:hover:after {
    background-color: var(--theme-black);
}

#modal-3 .modal-body-content p {
    padding: 0;
}

.txt-box.b-border {
    padding: 0px 0px 10px 0px;
    margin: 0 0 22px 0px;
}

.shape-one, .shape-two {
    position: relative;
    z-index: 1;
}

.shape-one::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    height: 300px;
    width: 300px;
    background: var(--theme-color5);
    z-index: -1;
    overflow-y: hidden;
    opacity: 1;
}

.shape-two::before {
    content: '';
    position: absolute;
    bottom: 90px;
    left: -20px;
    height: 600px;
    width: 300px;
    background: var(--theme-color2);
    z-index: -1;
    overflow-y: hidden;
    opacity: 1;
}

.ct-06-img img, .ct-07-img img {
    max-height: 780px;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
}

.color--theme {
    color: var(--theme-color) !important;
}

.color--theme5 {
    color: var(--theme-color5) !important;
}

.btn, .wsmenu > .wsmenu-list > li a.btn {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.8px !important;
    text-transform: none;
}

.wsmenu > .wsmenu-list > li > a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-transform: none;
}

.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
    color: var(--theme-color);
}

.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link:hover {
    color: var(--theme-color5);
}

.desktoplogo img, .wscenterlogo img {
    max-height: 60px;
}

.white-menu .wsmainfull.scroll .desktoplogo img {
    max-height: 50px;
}

.white-menu .wsmainfull.scroll {
    background: rgba(255, 255, 255, 1)!important;
}

.bg--poudre {
    background-color: var(--theme-color2);
}

.poudre--shape:after, .hero-12:after {
    background-color: var(--theme-color2);
}

.poudre--shape.second:after {
    background-color: var(--theme-color3);
}

.poudre--shape.third:after {
    background-color: var(--theme-color3);
}

.ct-08-image.first .hover-overlay,
.ct-08-image.third .hover-overlay {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
}

.ico-square {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--theme-white);
    display: inline-block;
    border: 1px solid var(--theme-white);
    position: absolute;
    margin: 0 0 0 -5px;
    top: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.loop-txt {
    background-color: var(--theme-color2) !important;
}

.text-hello {
    color: var(--theme-black);
    line-height: 1.4;
}

.hero-12:after {
    top: 45%;
}

.juror-text p {
    margin-top: 30px;
    background-color: var(--theme-color);
    width: 100%;
    color: var(--theme-white);
    padding: 20px;
    font-size: 14px !important;
}

.sbox-5 h5 {
    color: var(--theme-color);
    margin-bottom: 0;
}

.sbox-5 .sbox-ico {
    color: var(--theme-color5);
}

.services-3 .sbox-5-wrapper .row {
    --bs-gutter-x: 70px;
}

.fs-15 {
    font-size: 15px !important;
}

p.fs-15 {
    margin-bottom: 10px !important;
}

.banner-5-txt p {
    margin: 0;
    margin-bottom: 10px !important;
}

.custom-list {
    column-count: 2;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

/*
.ct-06 .col-lg-6.img-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ct-07 .col-lg-6.img-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ct-06 .container:after {
    left: 0;
    width: 100%;
}

.ct-07 .container:after {
    right: 0;
    width: 100%;
}
*/

.brands-title {
    margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme-color);
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--theme-color4);
}

.review-2 {
    padding: 30px 10px 40px;
    margin: 10px;
    border: 1px solid var(--theme-color3);
    transition: all 300ms ease-in-out;
}

.review-2:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    transition: all 300ms ease-in-out;
}

.review-2:hover .sbox-5 h5 {
    color: var(--theme-white);
    transition: all 300ms ease-in-out;
}

.btn--tra-black, .hover--tra-black:hover {
    color: var(--theme-color) !important;
    background-color: transparent !important;
    border-color: var(--theme-color) !important;
}

.ct-08:after {
    height: 51%;
}

.hero-10 .caption h2 {
    line-height: 1;
    margin-bottom: 40px;
    font-size: 82px;
    font-family: 'nokio_slab_altmedium' !important;
}

.hero-10 .caption p {
    font-size: 28px;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.follow-link-wrapper {
    width: auto;
    padding: 20px 40px;
}

.nl-simple.m-left .btn {
    margin-left: 25px;
    margin-right: 0;
}

.wsmainwp {
    max-width: 1320px;
}

.sbox-ico {
    color: var(--theme-color);
}

.col-lg-6.img-col {
    padding-left: 0;
    padding-right: 0;
}

.img-col img {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 0;
}

.ct-06 .container:after, .ct-07 .container:after {
    border-radius: 0;
}

.ct-06 .txt-block {
    padding: 0 50px;
}

.ct-07 .txt-block {
    padding: 0 80px;
}

.module-subtitle {
    margin-bottom: 10px;
    text-transform: none;
}

.services-3 p {
    font-size: 16px;
}

.py-150 { padding: 150px 0; }
.py-170 { padding: 170px 0; }

.footer h5 {
    line-height: normal;
    margin-bottom: 20px;
    color: var(--theme-color2);
}

.foo-socials {
    margin-top: 0;
}

.loop-txt {
    background-color: var(--poudre);
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 0;
}

.anim-txt i {
    font-family: flaticon !important;
    font-style: normal !important;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
}

h2 {
    color: var(--theme-color);
}

hr.center-diamond {
    background: var(--theme-color5);
}

hr.center-diamond.white {
    background: var(--theme-white);
}

hr.center-diamond.white:before {
    background: var(--theme-white);
    border: 2px solid var(--theme-white);
}

hr.center-diamond.color {
    background: var(--theme-color);
}

hr.center-diamond.color:before {
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
}

hr.hr-center {
    margin: 25px auto 30px !important;
}

hr.center-diamond {
    border: 0;
    height: 1px !important;
    width: 100px;
    position: relative;
    margin: 0;
    margin-bottom: 30px;
}

hr.center-diamond {
    box-sizing: content-box;
    overflow: visible;
    opacity: 1;
}

hr.center-diamond:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--theme-color5);
    display: inline-block;
    border: 2px solid var(--theme-color5);
    position: absolute;
    top: -5px;
    left: 50%;
    margin: 0 0 0 -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.half-section p {
    color: var(--theme-black);
}

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

html, body {
    overflow-x: hidden;
}

.check-list li p {
    color: var(--theme-black);
}

/* WhatsApp */

.widget-whatsapp {
    margin: 25px 20px;
    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 {
    width: 50px;
    height: 50px;
    background-color: #4dc247;
    display: block;
    border-radius: 50%;
    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;
}

/* ****** */

/* Responsive */

@media (min-width: 1024px) and (max-width: 1199.95px) {
    
    .wsmenu > .wsmenu-list > li > a {
        padding: 10px 4px !important;
        font-size: 14px;
    }

    .wsmenu > .wsmenu-list > li a.btn {
        padding: 9px 12px !important;
        font-size: 14px;
        line-height: 20px;
    }

    .nl-simple.m-left .btn {
        margin-left: 5px;
    }

}


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

    .hero-10 .caption h2 {
        font-size: 60px;
        padding: 0;
        margin-bottom: 10px;
    }

    #rebecademedeiros {
        padding-top: 60px;
    }

    .text-hello {
        font-size: 15px;
    }

    #services {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #quiropraxia {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .brands-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #primeiraconsulta {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .loop-txt {
        margin-top: -4px;
    }

    .banner-5 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footer {
        padding-top: 60px;
    }

}

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

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    #quiropraxia .poudre--shape.second:after {
        height: 300px;
    }

    .hero-10 .caption h2 {
        font-size: 42px;
        padding: 0;
        margin-bottom: 10px;
    }

    .hero-10 .caption p {
        font-size: 21px;
    }

    .hero-10 .slideshow, .hero-10 .slideshow .slides {
        height: 100vh;
    }

    .slideshow .slide-content {
        top: 120px;
    }

    .smllogo img, .cntr-menu .smllogo img {
        max-height: 70px;
    }

    .wsmobileheader .smllogo {
        margin-top: 15px;
        padding-left: 20px;
    }

    .wsmobileheader {
        height: 100px;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .wsanimated-arrow {
        padding: 22px 30px 22px 0px;
        margin: 25px 18px 0 0;
    }

    .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
        background: var(--theme-color5);
    }

    .wsmenu > .wsmenu-list > li > a {
        border-bottom-color: var(--theme-white);
    }

    .wsmenu > .wsmenu-list {
        padding-top: 20px;
    }

    #rebecademedeiros {
        padding-top: 40px;
        padding-bottom: 0;
    }

    #services {
        padding-top: 20px;
        padding-bottom: 100px;
    }

    .txt-block .btn.btn-1 {
        margin-top: 15px !important;
        margin-bottom: 20px !important;
        width: 100%;
    }

    hr.hr-center {
        margin-bottom: 10px !important;
    }

    .ct-08-image.first .hover-overlay,
    .ct-08-image.third .hover-overlay {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    #sb-5-1 {
        margin-bottom: 0;
        margin-top: 80px;
    }

    .ct-08-img {
        margin-bottom: 10px !important;
    }

    .shape-two::before {
        display: none;
    }

    #quiropraxia {
        padding-top: 0;
    }

    .ct-06-img, .ct-07-img {
        padding-top: 0;
    }

    .img-col img {
        padding-top: 0 !important;
        padding-left: 25px;
        padding-right: 25px;
    }

    .ct-06-img img {
        margin-top: -65px;
    }

    .ct-06 .txt-block {
        padding: 10px 18px 40px;
    }

    .division {
        padding: 0 0 45px;
    }

    .brands-title {
        margin-bottom: 15px;
        text-align: left;
    }

    .brands-title h4 {
        color: var(--theme-black) !important;
    }

    #primeiraconsulta {
        padding: 45px 5px;
    }

    .brands-1 {
        background: var(--theme-white) !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .brands-1 .sbox-5 .sbox-ico {
        color: var(--theme-color5);
    }

    .review-2 {
        border: 2px solid var(--theme-color);
        background-color: transparent;
    }

    .btn {
        width: 100%;
    }

    .sbox-5 .sbox-ico {
        color: var(--theme-color);
    }

    .loop-txt {
        padding-top: 0;
        padding-bottom: 45px;
    }

    .banner-5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .follow-link span {
        font-size: 32px;
    }

    .footer {
        padding-top: 50px;
    }

    .footer .pb-5 {
        padding-bottom: 0 !important;
    }

    .footer-info, .footer-contacts, .footer-working-hours {
        margin-bottom: 35px;
    }

    .footer-contacts.socials {
        margin-bottom: 10px;
    }

    .bottom-footer {
        margin-top: 35px;
    }

}

.txt-block .btn.btn-1 {
    margin-top: 20px;
}

.ct-08-img {
    margin-bottom: 50px;
}

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

.widget-instagram span {
    color: var(--theme-white);
}

.widget-instagram {
    margin: 25px 20px;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 16000160;
    font-size: 21px;
}

.widget-instagram {
    width: 50px;
    height: 50px;
    background-color: #8941a7;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    /*-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-instagram:hover {
    background-color: #e8424e;
    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-facebook span {
    color: var(--theme-white);
}

.widget-facebook {
    margin: 25px 20px;
    position: fixed;
    bottom: 120px;
    right: 0;
    z-index: 16000160;
    font-size: 21px;
}

.widget-facebook {
    width: 50px;
    height: 50px;
    background-color: #3b5998;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    /*-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-facebook:hover {
    background-color: #0866ff;
    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);*/
}

.wsmenu > .wsmenu-list > li > a {
    padding: 10px 7px;
}

.wsmenu > .wsmenu-list > li a.btn {
    padding: 5px 18px;
}