/*GENERAL
--------------------------------------*/
:root {
    --lh-blue: #003E51;
    --lh-green: #43B02A;
    --lh-lightgrey: #ECF7EA;
    scroll: auto;
}

body {
    font-family: "Red Hat Display", serif;
    color: var(--lh-blue);
    background: #fff;
}

body.pace-running:before {
    opacity: 1
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: currentColor;
}

a {
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    line-height: 1.4;
}

h1 {
    font-size: 6.125rem;
    line-height: 1.1;
    font-weight: 900;
}

h2 {
    font-size: 2.8125rem;
    line-height: 1.2;
    font-weight: 900;
}

h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 800;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 800;
}

.vw-50 {
    width: 50vw !important;
}

.vh-50 {
    height: 50vh !important;
}

.fw-extrabold {
    font-weight: 800;
}

.fw-black {
    font-weight: 900;
}

.lh-xs {
    line-height: .9;
}

.w-fit {
    width: fit-content;
}

.text-justify {
    text-align: justify;
}

.lh-btn {
    border-radius: 5px 25px 5px 25px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    height: 1;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
}

.lh-btn-small {
    border-radius: 5px 25px 5px 25px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    height: 1;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.lh-block-full {
    height: 100vh;
}

.color-blue,
.hover-blue:hover {
    color: var(--lh-blue) !important;
}

.color-green,
.hover-green:hover {
    color: var(--lh-green) !important;
}

.color-lightgrey,
.hover-lightgrey:hover {
    color: var(--lh-lightgrey) !important;
}

.bg-blue,
.bghover-blue:hover {
    background-color: var(--lh-blue) !important;
}

.bg-green,
.bghover-green:hover {
    background-color: var(--lh-green) !important;
}

.bg-lightgrey,
.bghover-lightgrey:hover {
    background-color: var(--lh-lightgrey) !important;
}

.bg-lightgreen {
    background-color: rgb(236 247 234);
}

.bd-blue,
.bdhover-blue:hover {
    border-color: var(--lh-blue) !important;
}

.bd-green,
.bdhover-green:hover {
    border-color: var(--lh-green) !important;
}

.bd-lightgrey,
.bdhover-lightgrey:hover {
    border-color: var(--lh-lightgrey) !important;
}

.rounded-big-ts {
    border-radius: 7.5rem 0 0 0;
}

.rounded-big-te {
    border-radius: 0 7.5rem 0 0;
}

.rounded-big-be {
    border-radius: 0 0 7.5rem 0;
}

.rounded-big-bs {
    border-radius: 0 0 0 7.5rem;
}

.rounded-small-ts {
    border-top-left-radius: 1.625rem;
}

.rounded-small-te {
    border-top-right-radius: 0 1.625rem;
}

.rounded-small-bs {
    border-bottom-left-radius: 1.625rem;
}

.rounded-small-be {
    border-bottom-right-radius: 1.625rem;
}

.gradient-opacity:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.gradient-opacity.opacity-small:before {
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%);
}

.logo-title {
    width: 155px;
}

.video {
    width: 100%;
    max-height: calc(100% - 10rem);
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}

.video-cover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video .player {
    width: 100%;
    height: 100%;
}

.ico-play {
    width: 40px;
    height: 40px;
}

.w-content {
    width: fit-content;
}

.box-wp {
    position: fixed;
    bottom: 30px;
    background: #25d366;
    left: 25px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999999;
    color: #fff;
    font-size: 36px;
}

.box-wp:hover {
    background-color: #000;
}

#inner-main-content {
    height: 100%;
    border-radius: 3.125rem 0 3.125rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#main-container {
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.parallax-mirror {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.pace-done #main-container {
    opacity: 1 !important
}

.pace-done .parallax-mirror {
    opacity: 1
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.inner-wrapper {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 15px;
}

.inner-wrapper.col-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

a.btn,
input.btn {
    height: 68px;
    padding: 0 40px;
    line-height: 68px;
    background: #1780eb;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    margin: 0 auto 0 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

a.btn:hover,
input.btn:hover {
    background: #268ffb;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: currentColor;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

:focus::-webkit-input-placeholder {
    opacity: .3
}

:focus::-moz-placeholder {
    opacity: .3
}

:focus:-ms-input-placeholder {
    opacity: .3
}

:focus:-moz-placeholder {
    opacity: .3
}

/*Marquee*/
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-img {
    width: 100%;
    max-width: 600px;
}


.marquee-container .marquee {
    display: flex;
    width: max-content;
    column-gap: 24px;
}

.marquee-inner-1,
.marquee-inner-2 {
    display: flex;
    align-items: center;
}

.marquee-container.straight .marquee-inner-1 {
    animation: slide-har 50s linear infinite;
}

.marquee-container.straight .marquee-inner-2 {
    animation: slide-har 50s linear infinite;
}

.marquee-container.reverse .marquee-inner-1 {
    animation: slide-hareverse 50s linear infinite;
}

.marquee-inner-2 {
    animation: slide-hareverse 50s linear infinite;
}

.marquee-text {
    padding: 0 5px;
}

@keyframes slide-har {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-hareverse {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}



/*LAYOUT
--------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    transition: all .3s;
}

#header.headroom--unpinned {
    transform: translateY(-150px);
}

#header.headroom--not-top {
    background: #fff;
}

#logo {}

#logo img {}

#nav {}

#nav ul {}

#nav li {}

#nav a {}

.slicknav_menu {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    display: none;
    z-index: 10;
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    background: rgb(67 176 42 / 90%);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 82px;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 15px 0 0;
}

.slicknav_nav ul {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slicknav_nav li {
    margin-bottom: 30px;
    color: #fff
}

.slicknav_nav li a.active,
.slicknav_nav li a.focus,
.slicknav_nav a:hover {
    color: #00a651;
    background: unset;
}

.slicknav_btn {
    background: unset;
    margin: 20px 5px 6px;
}

.slicknav_menu .slicknav_icon-bar {
    background: var(--lh-green);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer {}

.footer-col {}

#footer-logo {}

#footer small {}

#footer ul a .arrow {
    transform: rotate(-45deg);
    margin-right: 5px;
}

#footer-social a {
    width: 2.7rem;
    height: 2.7rem;
    line-height: 1;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lh-green);
    font-size: 1.6rem;
    border-radius: 50%;
}

/*HOME
--------------------------------------*/
#home-main {
    padding-top: 16rem;
}

#home-solutions {}

/*SERVICES
--------------------------------------*/
.service-ico {
    max-height: 40px;
}

/*SINGLE
--------------------------------------*/
.single-slider .slide {
    width: 380px;
    flex-shrink: 0;
}

.single-slider .slide.big {
    width: 676px;
}

.single-slider .slide span {
    width: 11.6rem;
    height: 2.8rem;
    background: white;
    text-align: center;
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--lh-blue);
    line-height: 2.8rem;
    display: block;
    position: absolute;
    border-radius: 10px 0 10px 0;
    top: 70px;
    right: -50px;
}

.single-slider.full-slider .slide span {
    width: unset;
    top: unset;
    right: unset;
    bottom: 110px;
    left: -20px;
    padding: 0 20px;
}

.single-slider.full-slider .slide p {
    position: absolute;
    padding: 20px;
    left: 0;
    bottom: calc(110px - 7.8rem);
    color: white;
}

.single-slider.full-slider .slide:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 62, 81, 0) 0%, rgba(0, 62, 81, 1) 100%);
}

.single-video .container-lg {
    overflow: hidden;
    border-radius: 0 3.125rem 0 0;
}

.single-2-cols .img-container {
    height: 16.25rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 2.3rem;
}

/*FRANCHISING 
--------------------------------------*/
#franchising-video img {
    max-width: 850px;
    border-radius: 0 3.75rem 0 0;
}

#franchising-video span {
    display: inline-block;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    padding: 0.5rem 1.25rem;
    background: white;
    font-weight: bold;
    border-radius: .625rem 0 .625rem 0;
    z-index: 1;
}

#franchising-slider .slide {
    width: 410px;
    height: 373px;
    flex-shrink: 0;
}

#franchising-slider .slide-ico {
    width: 98px;
    height: 98px;
}

#agendemos {
    background-color: var(--lh-blue);
    color: var(--lh-lightgrey);
    transition: all .3s;
}

#agendemos:hover {
    background-color: var(--lh-lightgrey);
    color: var(--lh-blue);
    transition: all .3s;
}

/*LH360
--------------------------------------*/
.lh360-slider .slide {
    width: 100%;
    max-width: 480px;
}


/*CONTACT
--------------------------------------*/
.grecaptcha-badge {
    visibility: hidden;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    height: 3rem;
}

.iti__country-list,
.iti__selected-dial-code {
    color: #000;
}

#bottom-contact label {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--lh-green);
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 1;
}

#bottom-contact input:not([type="submit"]),
#bottom-contact select,
#bottom-contact textarea {
    width: 100%;
    border-style: solid;
    border-color: #999;
    border-width: 0 0 1px;
    position: relative;
}

#bottom-contact input:not([type="submit"]),
#bottom-contact select {
    height: 3rem;
    line-height: 3rem;
    /*padding-top: 1.6rem;*/
}

#bottom-contact textarea {
    height: calc(100% - 1.8rem);
}

#bottom-contact button {
    border: unset;
    transition: all .3s;
}

#contact-form .parsley-errors-list {
    display: none;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #ff5252;
    text-align: center;
    padding: 0 5px;
}

#contact-form .parsley-errors-list.filled {
    display: block;
}

#contact-form #contact-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
}

#contact-form #contact-loader #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background: url(../img/loader.svg) no-repeat center;
}

#contact-form #contact-msg-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: 1;
}

#contact-form #contact-msg-text h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: var(--lh-green);
    line-height: 1.5;
}

#contact-form #contact-msg-text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}

/*MQ
--------------------------------------*/
@media screen and (min-width: 992px) {
    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-unset {
        height: unset !important;
    }

    .vh-lg-50 {
        height: 50vh !important;
    }

    .vh-lg-100 {
        height: 100vh !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-unset {
        width: unset !important;
    }

    .vw-lg-50 {
        width: 50vw !important;
    }

    .vw-lg-100 {
        width: 100vw !important;
    }
}

@media screen and (max-width: 991px) {
    .lh-block-full {
        height: auto;
        padding: 50px 0;
    }

    :root {
        font-size: 13px;
        text-align: center;
    }

    #nav {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .rounded-big-ts {
        border-radius: 3rem 0 0 0;
    }

    .rounded-big-te {
        border-radius: 0 3rem 0 0;
    }

    .rounded-big-be {
        border-radius: 0 0 3rem 0;
    }

    .rounded-big-bs {
        border-radius: 0 0 0 3rem;
    }

    #home-main {
        padding-top: 100px;
    }

    #single-feats img {
        max-width: 100px;
    }

    #single-slider .slide {
        width: 280px;
    }

    #franchising-slider .slide {
        width: 310px;
        height: 300px;
    }

    #franchising-slider .slide-ico {
        width: 70px;
        height: 70px;
    }

    .lh360-slider .slide {
        max-width: 360px;
    }
}