.scroll-down #header {
    transform: translateY(-100%);
}

body {
    padding-top: 63px;
}

#promo-coupon {
    background-color: #a2b6d1;
    color: #fff;
}

.title-site {
    font-weight: 300;
    text-transform: uppercase;
    color: var(--color-main-dark);
    font-size: 26px;
    margin: 0;
}

.title-main {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-main);
    text-align: center;
}

.title-main .subtitle {
    font-size: 16px;
    color: #231f20;
    max-width: 500px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 1rem;
    padding-right: .5rem;
    padding-left: .5rem;
}

.btn-icon {
    background-color: #fff;
}

.btn-icon:hover {
    background-color: #f6ffce;
}

.btn-icon .icon {
    background-color: #949698;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.mm-wrapper__blocker {
    z-index: 91;
}

/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 200ms all ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#header #logo {
    width: 120px;
}

#header .btn-icon {
    cursor: pointer;
}

#header .btn-icon:hover {
    opacity: 0.8;
}

#header .btn-icon.social {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--color-main-dark);
    text-align: center;
}

#header .btn-icon.search {
    width: 45px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #062c01;
    background-color: var(--color-main-light);
    text-align: center;
    font-size: 20px;
}

#header .inner {
    background: rgb(255, 254, 253);
    background: linear-gradient(0deg, rgba(255, 254, 253, 1) 0%, rgba(215, 215, 215, 1) 100%);
}

/* product menu */
#nav-menu a {
    font-weight: 500;
    color: var(--color-main);
}

#nav-menu .nav-item {
    font-size: 15px;
    font-weight: 500;
}

#nav-menu .nav-item:hover {
    background-color: #d2e288;
}

#nav-menu .nav-item:hover a {
    color: #062c01;
}

#nav-menu .dropdown:hover #product-menu {
    display: block;
}

#nav-menu #product-menu {
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-color: #009042;
    min-width: 100%;
    max-width: 250px;
}

#nav-menu #product-menu .category a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#nav-menu #product-menu .category a:hover {
    color: #d2e288;
    background-color: var(--color-main-dark);
}

#nav-menu .nav-link {
    padding: .5rem .75rem;
}

#product-menu .subcategory {
    background-color: #e7e7e7;
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    height: 100%;
    display: none;
}

#product-menu .category:hover {
    background-color: #e7e7e7;
}

#product-menu .category:hover .subcategory {
    display: block;
}

#exame-online {
    background-color: #006834;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

/* search */
#search-modal {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#search-modal-wrapper {
    width: 90%;
    max-width: 500px;
}

#search-modal input {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #323a4d;
    padding: 40px 50px;
    font-size: 30px;
}

#search-modal #icon-search {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 10px;
}

#search-modal #icon-close {
    position: absolute;
    top: -5px;
    right: 5px;
    padding: 10px 0;
    font-size: 18px;
}

#search-modal :focus {
    outline: none !important;
    box-shadow: none !important;
}

.search-wrapper .search-dropdown {
    position: absolute;
    top: 50px;
    right: 0;
    width: 400px;
    background-color: #f2f0f7;
    border-radius: 5px;
}

.search-wrapper .search-dropdown .each {
    background-color: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
}

.search-wrapper .search-dropdown .each:hover,
.search-wrapper .search-dropdown .each.active {
    background-color: #e9f9ff;
}

#search-modal-wrapper.search-wrapper .search-dropdown {
    width: 100%;
    top: 60px;
}

/* product template */
.product-template .each {
    position: relative;
}

.product-template .each .flags {
    position: absolute;
    top: 10px;
    right: 5px;
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 14px;
    opacity: 0.75;
}

.product-template .each:hover .flags {
    opacity: 1;
}

.product-template .each .flag {
    border-radius: 20px;
    background-color: #447c9e;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}

.product-template .each .picture .alt-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.product-template .each:hover .picture .alt-image {
    opacity: 1;
}

.product-template .swatch {
    height: 20px;
    width: 20px;
}

#product-main-content #info-suffix {
    display: none !important;
}

/* cart menu */
.cart-backdrop {
    z-index: 1040 !important;
}

#cart-menu {
    position: fixed;
    z-index: 1045;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 90%;
    height: 100%;
    background: #FFF;
    transition: 400ms transform ease;
    transform: translate3d(100%, 0, 0);
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.cart-menu-open {
    overflow: hidden;
}

.cart-menu-open #cart-menu {
    transform: translate3d(0, 0, 0);
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.4);
}

/* instagram */
#instagram .likes {
    display: none;
}

/* banner */
#banner-home-slider .slick-arrow {
    background-color: rgba(255, 255, 255, 1);
}

#banner-home-slider .slick-prev {
    border-radius: 0 5px 5px 0;
}

#banner-home-slider .slick-next {
    border-radius: 5px 0 0 5px;
}

#banner-icon-home .slick-prev::before,
#banner-icon-home .slick-next::before {
    color: #fff;
}

.hero {
    -webkit-animation-name: color-transition;
    animation-name: color-transition;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes color-transition {
    0% {
        background-color: var(--color-main)
    }
    25% {
        background-color: var(--color-main-dark);
    }
    50% {
        background-color: var(--color-alt);
    }
    75% {
        background-color: var(--color-alt-dark);
    }
    100% {
        background-color: var(--color-main)
    }
}

@keyframes color-transition {
    0% {
        background-color: var(--color-main)
    }
    25% {
        background-color: var(--color-main-dark);
    }
    50% {
        background-color: var(--color-alt);
    }
    75% {
        background-color: var(--color-alt-dark);
    }
    100% {
        background-color: var(--color-main)
    }
}

#modo-manutencao {
    display: none !important;
}

.bar {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 75px;
    height: 4px;
    background-color: var(--color-main);
    transform: translateX(-50%);
}

.modal-title {
    font-weight: 500;
}

#crie-sua-joia a {
    font-weight: 600;
    color: var(--color-alt-dark);
}

#overlay-sobre .title {
    font-size: 20px;
}

#overlay-sobre .subtitle {
    font-size: 18px;
}

#overlay-sobre .btn {
    font-size: 16px;
}

#contact .btn-social-media {
    background-color: var(--color-main);
    color: #EFEFEF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 5px;
}

#contact .btn-social-media:hover {
    color: var(--color-main-dark);
}

#text-historia .title {
    font-size: 20px;
    text-align: center;
}

#text-historia .text {
    font-size: 16px;
}

#text-historia .bg {
    background-image: url('../images/bg-main-md.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 65%;
    min-height: 400px;
}

#partner-home {
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 10%;
}

#partner-home .tooltips {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    color: var(--color-main-dark);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 999;
    border-radius: 0px;
    min-height: 100%;
    max-height: 100%;
    overflow: auto;
    font-size: 14px;
}

#partner-home .each:hover .tooltips {
    display: block;
}

#processo-criacao {
    z-index: 9;
}

#processo-criacao .wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 30%;
    transform: translateY(-55%);
}

#processo-criacao .tooltips {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    color: var(--color-main-dark);
    top: 85%;
    left: 0%;
    width: 250%;
    display: none;
    z-index: 999;
    border-radius: 10px;
}

#processo-criacao .each:nth-child(n+3) .tooltips {
    left: auto;
    right: 0;
}

#processo-criacao .each:hover .tooltips {
    display: block;
}

#promo-featured-home .bar {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 75px;
    height: 4px;
    background-color: var(--color-main);
    transform: translateX(-50%);
}

#promo-featured-home .slick-dotted {
    overflow: visible;
}

#promo-featured-home .slick-dots {
    bottom: -35px;
}

#promo-featured-home .slick-inside-arrow .slick-prev::after,
#promo-featured-home .slick-inside-arrow .slick-next::after {
    background-color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 9;
    content: '';
}

#promo-featured-home .slick-inside-arrow .slick-prev::before,
#promo-featured-home .slick-inside-arrow .slick-next::before {
    color: var(--color-main);
    font-size: 25px;
    position: relative;
    z-index: 10;
}

#promo-featured-home .slick-next,
#promo-featured-home .slick-prev {
    top: 35%;
}

#curadoria .text-1 {
    font-size: 20px;
    text-align: center;
}

#curadoria .title-2 {
    font-size: 28px;
}

#curadoria .text-2 {
    font-size: 18px;
}

/* style spark */
.spark-0,
.spark-1,
.spark-2 {
    position: absolute;
    background-color: #3e7698;
    width: 0px;
    height: 0px;
    margin-top: -6px;
}

.spark-0 {
    top: 7px;
    left: 40%;
    animation: spark 2.4s infinite;
}

.spark-1 {
    top: 12px;
    left: 50%;
    animation: spark 2.4s infinite;
}

.spark-2 {
    top: 24px;
    left: 44%;
    animation: spark 2.4s 0.3s linear infinite;
}

/* style spark animation */
@keyframes spark {
    15% {
        height: 0px;
        width: 0px;
        transform: scale(0) rotate(0deg);
    }

    30% {
        height: 2px;
        width: 2px;
        transform: scale(0) rotate(45deg);
    }

    45% {
        height: 4px;
        width: 4px;
        transform: scale(0) rotate(67.5deg);
    }

    50% {
        transform: scale(1) rotate(90deg);
        height: 6px;
        width: 6px;
    }

    65% {
        transform: scale(1) rotate(135deg);
    }

    80% {
        transform: scale(1) rotate(157.5deg);
    }

    100% {
        transform: scale(1) rotate(180deg);
    }
}

#header-top {
    background-color: var(--color-main);
    color: #fff;
}

#header-top .sep {
    background-color: #5e7fb6;
    width: 3px;
    height: 30px;
    margin-right: .75rem;
    margin-left: .75rem;
}

#header-top a {
    color: #fff;
}

#banner-mini-home .each {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

#banner-mini-home .each .inside {
    border-radius: 20px;
}

#site-testimonial-home .each {
    text-align: center;
}

#site-testimonial-home .inside {
    border: 4px solid #88a6cc;
    border-radius: 20px;
}

#site-testimonial-home .image {
    max-width: 125px;
}

#site-testimonial-home .name {
    color: #89a6cc;
    margin-top: 1.5rem;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

#site-testimonial-home .text {
    margin-top: .5rem;
    font-size: 18px;
}

#article-home .each {
    background-color: #e2f3f0;
}

#article-home .title {
    font-size: 16px;
    color: #231f20;
    font-weight: 700;
}

#article-home .resume {
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary);
}

#institucional-home .each {
    background-color: #e2f3f0;
}

#institucional-home .title {
    font-size: 16px;
    color: #231f20;
    font-weight: 700;
}

#institucional-home .resume {
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary);
}

#institucional-home .slick-wrapper .container {
    padding: 0;
}

#institucional-home .slick-wrapper a {
    padding: .25rem;
}

#institucional-home .slick-prev-i,
#institucional-home .slick-next-i {
    font-size: 50px;
    position: absolute;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #939598;
}

#institucional-home .slick-prev-i {
    left: -55px;
}

#institucional-home .slick-next-i {
    right: -55px;
}

#footer {
    overflow: hidden;
    color: #fff;
}

#footer .inside {
    border-top: 6px solid #fff;
    background-color: #bcbec0;
}

#footer i.fa-chevron-right {
    font-size: 12px;
    display: none;
}

#footer .font-weight-bold {
    font-weight: 500 !important;
}

#footer a {
    color: #efefef;
}

#footer a:hover {
    color: #fff;
}

#footer .btn-social-media {
    background-color: var(--color-main-dark);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
}

#footer .btn-social-media:hover {
    color: #d2e288;
}

#footer .city {
    font-size: 22px;
    font-weight: 600;
}

#footer .branch {
    font-size: 18px;
    font-weight: 700;
}

#footer .text {
    font-size: 14px;
}

#footer .first::before {
    position: absolute;
    background-color: #e4f2e7;
    top: 0;
    bottom: 0;
    right: -200px;
    width: 10000px;
    content: ' '
}

#footer .first {
    position: relative;
    background-color: red;
}

#footer .second::before {
    position: absolute;
    background-color: #006834;
    top: 0;
    bottom: 0;
    left: -200px;
    width: 10000px;
    content: ' '
}

#footer .second {
    background-color: blue;
}

#dev {
    background-color: #002f18;
    border-top: 3px solid #fff;
}

#account-signup .box-fix ul {
    margin-bottom: 0;
    padding-left: 25px;
}

#account-signup .box-fix li {
    margin-bottom: 5px;
    color: #444;
}

#account-signup-form {
    max-width: 650px;
}

#account-signup-form label {
    color: var(--secondary);
    font-size: 13px;
    margin-bottom: 0.25rem;
}

#account-signup #steps .step {
    height: 8px;
    background-color: #ddd;
    border: 2px solid #fff;
}

#account-signup #steps .step.active {
    background-color: var(--color-main);
}

#account-signup #steps .step.done {
    background-color: var(--color-main-light);
}

#account-signup .label-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    background-color: #efefef;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}

#account-signup .custom-files {
    max-width: 180px;
}

#account-signup .btn-add {
    position: absolute;
    top: 8px;
    right: 6px;
}

#plano-list .portrait {
    width: 65px;
}

#plano-list .icon {
    font-size: 20px;
}

#plano-list .icon.off {
    color: #bbb;
}

#plano-list .icon.on {
    color: #3bc04d;
}

#plano-filter label {
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

#plano-filter {
    position: relative;
}

#plano-filter #plano-toggle {
    position: absolute;
    top: 0;
    right: 3px;
    color: #fff;
}

/* HOME VIDEOS */
#home-videos {
    background-color: #b1ded3;
    position: relative;
    overflow: hidden;
}

#home-videos .bg-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
}

#home-videos .container {
    max-width: 960px;
}

#home-videos .title {
    font-size: 30px;
    color: #161414;
    font-weight: 700;
    line-height: 40px;
}

#home-videos .text {
    font-size: 18px;
    color: #161414;
}

/* EXAMES */
#home-exames {
    background-color: #e7d1b9;
    position: relative;
    overflow: hidden;
}

#home-exames .bg-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
}

#home-exames .title-main {
    color: #161414;
}

#home-exames .slick-wrapper a {
    padding: .75rem;
}

#home-exames .slick-wrapper a .each {
    background-color: #fff;
}

#home-exames .slick-wrapper a .each img {
    max-width: 50%;
}

#home-exames .slick-wrapper .container {
    padding: 0;
}

#home-exames .slick-wrapper a {
    padding: .25rem;
}

#home-exames .slick-prev-i,
#home-exames .slick-next-i {
    font-size: 50px;
    position: absolute;
    top: 50%;
    display: block;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #939598;
}

#home-exames .slick-prev-i {
    left: -55px;
}

#home-exames .slick-next-i {
    right: -55px;
}

#home-exames .title {
    color: #231F20;
}

#convenio-home .each {
    max-width: 150px;
}