.blur {

    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6) !important
}


.cta-exit {
    background: var(--lblue2);
    padding: 10px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.cta-exit h3,
.cta-exit p {
    color: var(--gray3);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}

.cta-exit-content p {
    font-weight: bold;
}


.cta-modal-whatsapp {
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--lblue1) 0%, var(--lblue3) 50%, var(--lblue1) 100%);
    padding: 25px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;

    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.cta-modal-whatsapp h3 {
    color: var(--f4f4f4);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}

.cta-modal-whatsapp svg {
    position: relative;
    top: 0px;
    width: 36px;
    height: 36px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--f4f4f4);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.radius7 {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    overflow: hidden;
}


.ctaOne {
    position: relative;
    padding-top: 65px;
    padding-bottom: 30px;
    /*background: var(--lblue2);*/
    min-height: 600px;
    display: flex;
    align-items: center;
}

.ctaOne:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -78%;
    width: 100%;
    height: 100%;
    /*height: calc(100% + 100px);*/

    background: var(--dgreen2);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    z-index: 2;

    background: var(--dblue1);
    background: -webkit-linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
    background: -moz-linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
    background: -ms-linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
    background: -o-linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
    background: linear-gradient(140deg, var(--dblue1) 25%, var(--dblue3) 100%);
}

@media only screen and (max-width: 767px) {
    .ctaOne:before {
        right: -95%;
    }
}

@media only screen and (max-width: 991px) {
    .text-home {
        padding-right: 30px;
    }
}


.contentCta {
    position: relative;
    z-index: 3;
}


.ctaOne h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
    color: var(--dblue2);
}

.ctaOne h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
    color: var(--dblue2);
}

.imgbanner img {
    width: 80%;
}

.ctaOne h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
    color: var(--white);
}

.ctaOne h3 img {
    width: 125px;
    margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .ctaOne {
        margin-top: 0px;

    }
}

.overflow {
    overflow: hidden !important;
}

.social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}

.color-white {
    color: var(--white) !important
}

.color-dblue {
    color: var(--dblue2) !important;
}

.color-lblue {
    color: var(--lblue2) !important;
}
.color-whats {
    color: var(--Whats1) !important;
}

.color-orange {
    color: var(--orange2) !important;
}

.color-green {
    color: var(--sysgreen) !important;
}

.color-dgreen {
    color: var(--dgreen2) !important;
}

.bg-color-green {
    background: var(--sysgreen) !important;
}

.bg-white {
    background: var(--white);
}

.bg-dblue {
    background: var(--dblue2);
}

.bg-lblue {
    background: var(--lblue2);
}

.bg-f4f4f4 {
    background: var(--f4f4f4);
}

.bg-orange {
    background: var(--orange2);
}

.bg-blackrgba1 {
    background: var(--blackrgba1);
}

.radius50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bg-f4f4f4 {
    background: var(--f4f4f4);
}

.bg-f1f1f1 {
    background: var(--f1f1f1);
}

.bg-dgreen {
    background: var(--dgreen2);
}

.bg-dgreen1 {
    background: var(--dgreen1);
}

.btn {
    font-family: var(--theme-font);
    font-size: 16px;
    line-height: 1.1;
    font-weight: normal;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);
    box-sizing: border-box;
    transition: all 0.4s;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.btn:hover,
.btn:focus {
    background-color: var(--gray5);
    border-color: var(--gray5);
    color: var(--white);
}


.btn.btn-center {
    margin: 0 auto;
    width: auto;
    min-width: 160px
}

.btn.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

.btn.btn-lgp {
    padding: 12px 60px;
    font-size: 16px;
}

.btn.btn-md {
    padding: 8px 20px
}

.btn.btn-sm {
    padding: 5px 25px;
}

.btn.round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn.btn-mw {
    min-width: 190px
}

.btn-arrow {
    position: relative;
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 49%;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
    opacity: 1;
    right: -2rem;
}


.btn-arrow svg {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 49%;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn:focus svg,
.btn:hover svg {
    fill: var(--white);
    opacity: 1;
    right: -2rem;
}


.btn-orange {
    color: var(--white);
    border: 2px solid var(--orange2);
    background-color: var(--orange2);

}

.btn-orange:hover,
.btn-orange:focus {
    background-color: var(--orange3);
    border-color: var(--orange3);
    color: var(--white)
}

.btn-lblue {
    color: var(--white);
    border: 2px solid var(--lblue2);
    background-color: var(--lblue2);

}

.btn-lblue:hover,
.btn-lblue:focus {
    background-color: var(--lblue3);
    border-color: var(--lblue3);
    color: var(--white)
}


.btn-dgreen {
    color: var(--white);
    border: 2px solid var(--dgreen2);
    background-color: var(--dgreen2);

}

.btn-dgreen:hover,
.btn-dgreen:focus {
    background-color: var(--dgreen3);
    border-color: var(--dgreen3);
    color: var(--white)
}

.btn-dblue {
    color: var(--white);
    border: 2px solid var(--dblue2);
    background-color: var(--dblue2);

}

.btn-dblue-color {
    color: var(--black);
}

.btn-dblue-color svg {
    fill: var(--black) !important;
}

.btn-dblue:hover,
.btn-dblue:focus {
    background-color: var(--dblue1);
    border-color: var(--dblue1);
    color: var(--white)
}

.btn-dblue-color:hover,
.btn-dblue-color:focus {
    color: var(--black);
}

.btn-whatsapp {
    color: var(--white);
    border: 2px solid var(--Whats1);
    background-color: var(--Whats1);

}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background-color: var(--Whats2);
    border-color: var(--Whats2);
    color: var(--white)
}


.link-btn {
    display: inline-block;
    font-size: 1.2rem;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: var(--gray5);
}

.link-btn.btn-inline {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible;
    color: var(--gray5);
}

.link-btn.btn-inline:before,
.link-btn.btn-inline:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: auto;
    right: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: var(--gray5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.link-btn.btn-inline:before {
    width: 100%;
}

.link-btn.btn-inline:hover:after {
    width: 100%;
    right: auto;
    left: 0;
    background: var(--dblue2);
}

.link-btn.btn-inline:hover {
    color: var(--dblue2);
}


.selo-revendedor {
    position: fixed;
    left: 15px;
    bottom: 50px;
    z-index: 9;
    width: 125px;
    height: 125px;
}

.selo-revendedor p {
    font-size: 14px;
    margin: 0px;
}

@media only screen and (max-width: 575px) {
    .selo-revendedor {
        position: fixed;
        left: 10px;
        bottom: 60px;
        z-index: 9;
        width: 100px;
        height: 100px;
    }
}


iframe {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.aboutus-item {
    padding: 30px 40px 30px 40px;
    border-style: solid;
    border-width: 0 0 0 0;
    background-color: transparent;
    background-image: linear-gradient(110deg, var(--lblue1) 0%, var(--lblue2) 100%);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-box {
    text-align: center;
}

.aboutus-item:active,
.aboutus-item:focus,
.aboutus-item:hover {
    -webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

}

.aboutus-item .content-box h3 {
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.aboutus-item .content-box p {
    color: var(--white);
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}


.aboutus-item .icon-main {
    background: transparent;
    position: relative;
    display: block;
    margin: 0px auto 20px;
    width: 100px;
    height: 100px;
    padding: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}

.aboutus-item:active .icon-main,
.aboutus-item:focus .icon-main,
.aboutus-item:hover .icon-main {
    -webkit-box-shadow: 0px 5px 35px 0px var(--lbluergba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--lbluergba3);
    box-shadow: 0px 5px 35px 0px var(--lbluergba3);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.aboutus-item .icon-main svg {
    position: relative;
    top: -3px;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

.aboutus-item .overlay {
    z-index: 2;
    background: transparent;
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.aboutus-item.bg-s1 {
    background-image: linear-gradient(110deg, var(--lblue1) 0%, var(--lblue3) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s2 {
    background-image: linear-gradient(110deg, var(--lblue3) 0%, var(--lblue1) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s3 {
    background-image: linear-gradient(110deg, var(--lblue1) 0%, var(--lblue3) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s4 {
    background-image: linear-gradient(110deg, var(--lblue3) 0%, var(--lblue1) 100%);
    background-size: 100% 100%;
}


.aboutus-item:active.bg-s1,
.aboutus-item:focus.bg-s1,
.aboutus-item:hover.bg-s1,
.aboutus-item:active.bg-s2,
.aboutus-item:focus.bg-s2,
.aboutus-item:hover.bg-s2,
.aboutus-item:active.bg-s3,
.aboutus-item:focus.bg-s3,
.aboutus-item:hover.bg-s3,
.aboutus-item:focus.bg-s4,
.aboutus-item:hover.bg-s4 {
    background-size: 200% 200%;
    background-position: 50% 0% !important;
}


.adress-item {
    padding: 0px 0px 20px 0px;
    width: 100%;
    display: block;
    position: relative;
    background: var(--f4f4f4);
    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
}


.adress-item:hover,
.adress-item:focus {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    background: var(--white);
    -webkit-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
    box-shadow: 0px 10px 36px -5px var(--blackrgba3);
}

.adress-item p {
    margin: 0px;
    font-weight: bold;
    line-height: 1.1;
    font-size: 16px !important;
    color: var(--gray1)
}


.adress-item .icon {
    margin: -75px auto 0px !important;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: var(--f4f4f4);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    width: 100px;
    height: 100px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--lbluergba9)

}

.adress-item .icon svg {
    position: relative;
    top: 6px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.adress-item .social-icons li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
}


.adress-item .social-icons li a svg {
    position: relative;
    top: 3px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.site-heading h1,
.site-heading h2,
.site-heading h3 {
    color: var(--lblue2);
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.1;
}

.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 0;
}


.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
}

/*
.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 60px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
*/

.site-heading.text-left h1::before,
.site-heading.text-left h2::before,
.site-heading.text-left h3::before {
    left: 0;
    margin-left: 0;
}

.site-heading.text-left h1::after,
.site-heading.text-left h2::after,
.site-heading.text-left h3::after {
    left: 30px;
    margin-left: 0;
}


#location .main-nav-slider,
#services .main-nav-slider,
#clients .main-nav-slider {

}

#location .location-button-next,
#location .location-button-prev,
#services .clients-button-next,
#services .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#location .location-button-next,
#location .location-button-prev,
#services .clients-button-next,
#services .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    border: none;
    background-color: var(--lbluergba5);
    width: 50px;
    height: 50px;
    border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    left: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#location .location-button-next,
#services .clients-button-next,
#clients .clients-button-next {
    right: 15px;
}

#location .location-button-prev,
#services .clients-button-prev,
#clients .clients-button-prev {
    left: 15px;
}

#location .location-button-next img,
#location .location-button-prev img,
#services .clients-button-next img,
#services .clients-button-prev img,
#clients .clients-button-next img,
#clients .clients-button-prev img {
    height: 15px;
    width: auto;
    display: block;
}

#location .location-button-next:hover,
#location .location-button-prev:hover,
#services .clients-button-next:hover,
#services .clients-button-prev:hover,
#clients .clients-button-next:hover,
#clients .clients-button-prev:hover {
    box-shadow: none;
    opacity: 1;
    background-color: var(--lblue2);
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

#location .swiper-slide,
#services .swiper-slide {
    align-self: stretch !important;
}


.btn-animation {
    animation: pulsew 1s infinite;
}

.btn-scale12 {
    animation: scaleone 2s infinite;
}

@keyframes pulsew {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


@keyframes scaleone {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-top: 1px solid var(--f4f4f4);
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    cursor: pointer;
    padding: 20px 55px;
    padding-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--special-font) !important;
    background: var(--lblue2);
    color: var(--white);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.accordion-box .block .acc-btn.active {
    color: var(--white);
    background: var(--lblue1);
}

.accordion-box .block .acc-btn .icon {
    position: absolute;
    left: 25px;
    top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: var(--white);
}

.accordion-box .block .acc-btn .icon svg {
    position: relative;
    left: 0px;
    top: -3px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    /*stroke: var(--white);*/
    fill: var(--white);
}


.accordion-box .block .acc-btn.active .icon {
    transform: scaleY(-1);
    color: var(--dblue2);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 25px 25px 30px 25px;
    background: var(--f4f4f4)
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--white)
}


.accordion-box .block .acc-content .text,
.accordion-box .block .acc-content p {
    color: var(--gray3) !important;
}


.accordion-box.style-three .block .acc-btn {
    padding: 20px 25px;
    padding-right: 35px;
    font-family: var(--special-font) !important;
}

.accordion-box.style-three .block .acc-btn .icon {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    left: auto;
    right: 25px;
}

.accordion-box.style-three .block .acc-btn .icon:before {
    font-size: 32px;
}


.list-item {
    margin-top: 10px;
    text-align: left;
}

.list-item li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.1;
    width: 100%;
    display: block;
    float: left;
    font-weight: bold;
    color: var(--lblue2)
    /*text-transform:uppercase;*/
}

.list-item li span {
    width: 22px;
    height: 22px;
    background: var(--dblue2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: var(--white);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


.content_post ul {
    display: inline-block;
    width: auto;
    padding: 10px;
}

.content_post ul > li {
    margin: 0px 5px;
    padding: 3px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    opacity: 1.0;
    transition: opacity .2s ease-in-out;
    list-style-type: disc;
}

.content_post ul > li:hover {
    opacity: 1.0;
}

.content_post ul:hover > li:not(:hover) {
    opacity: 0.8;
}


.item-pneu {
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    display: block;
    background: var(--white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.item-pneu p {
    color: var(--black);
    font-weight: bold;
}


.item-pneu:focus,
.item-pneu:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);

    -webkit-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    box-shadow: 0px 10px 45px -5px var(--blackrgba3);
}


.item-servicos {
    padding: 20px 20px;
    text-align: left;
    width: 100%;
    display: block;
    background: var(--white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.item-servicos:focus,
.item-servicos:hover {
    -webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.brandList {
    width: calc(16.666667% - 20px);
    margin: 10px;
}

@media only screen and (max-width: 991px) {
    .brandList {
        width: calc(33.33333% - 30px);
        margin: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .brandList {
        width: calc(50% - 30px);
        margin: 15px;
    }
}

.box-img-hover {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.box-img-hover:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}


.img-hover img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    cursor: pointer;
}

.img-hover img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-hover:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.05) rotate(0deg);
    -moz-transform: scale(1.05) rotate(0deg);
    -o-transform: scale(1.05) rotate(0deg);
    -ms-transform: scale(1.05) rotate(0deg);
    transform: scale(1.05) rotate(0deg);
}

.img-hover span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover span i {
    left: calc(50% - 28px);
    top: calc(80% - 29px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: var(--white);
    opacity: 0;
    height: 58px;
    width: 56px;
    line-height: 56px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 1.0s ease 0.3s;
    -moz-transition: all 1.0s ease 0.3s;
    -o-transition: all 1.0s ease 0.3s;
    -ms-transition: all 1.0s ease 0.3s;
    transition: all 1.0s ease 0.3s;
}

.img-hover:hover span i {
    top: calc(50% - 29px);
    opacity: 1;
}

.img-hover:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.img-hover img,
.img-hover img,
.img-hover span:after {
    transition: all 1.0s ease-in-out;
}


.tcontent {
    background: var(--f1f1f1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 0;
    color: var(--gray1);
    margin: 0;
    position: relative;
    border-top: 0px solid var(--lblue2);
    z-index: 2 !important;
    padding: 30px;
}

.tcontent .titletest {
    font-size: 24px;
    color: var(--gray1);
}

.tcontent .desctest {
    font-size: 18px;
    color: var(--lblue2);
}

.tcontent .nameceo {
    font-size: 20px;
    color: var(--gray5);
}

.tcontent .namebusiness {
    font-size: 18px;
    color: var(--dblue2);
    margin: 0px !important;
}


#testimonial .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

#testimonial .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--dblue2);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 24px;
    flex-shrink: 0;
}

#testimonial .name p {
    margin: 0;
    color: var(--gray3);
}


#testimonial .stars {
    display: block;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 10px;
    color: var(--syellow2)
}

#testimonial .text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-style: italic;
    color: var(--gray3);
    position: relative;
    z-index: 2
}

#testimonial .text p {
    margin: 0 !important;
    color: var(--gray3);
}

#testimonial .author {
    display: block;
    width: 100%;
    font-weight: bold !important;
    color: var(--gray3) !important;
    position: relative;
    z-index: 1
}

#testimonial .author strong {
    color: var(--gray3) !important;
}


#testimonial .quote {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 0
}

#testimonial .quote img {
    width: 60px;
    opacity: .3
}

#testimonial .stars {
    display: block;
    width: 100%;
    padding-top: 15px;
    margin-bottom: 10px;
    color: var(--syellow2)
}

#testimonial .stars svg {
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--syellow2) !important;
    transition: .6s cubic-bezier(0.25, 1, 0.5, 1)
}

.about-image-list {
    position: relative;
    z-index: 10
}


.about-images {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.about-images:focus,
.about-images:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);

    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}

.about-images img {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}


.about-images img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.shadow-03 {
    -webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
    box-shadow: 0px 5px 35px 0px var(--blackrgba3);
}


.text-gradient-lblue-dblue {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-lblue-dblue {
    background-image: linear-gradient(to right, var(--sysblue), var(--sysblue), var(--lightcolor1), var(--sysblue), var(--sysblue));
}

.text-shadow-large {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.text-shadow-extra-large {
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}

.text-shadow-double-large {
    text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}




h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    color: var(--text-dark)
}

h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: -.5px
}

h2 {
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: -.3px
}

h3 {
    font-size: 1.75rem;
    line-height: 1.4
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    color: var(--text-light);
    font-weight: 400
}

.lead {
    font-size: 1.25rem;
    font-weight: 500
}

.btn {
    font-family: Outfit, sans-serif;
    font-weight: 600;
    border-radius: 8px;
    transition: all .3s ease;
    text-transform: none
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px #00000026
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white)
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.card {
    border: none;
    border-radius: 12px;
    transition: all .3s ease;
    overflow: hidden
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px #0000001f !important
}

.card-body {
    padding: 1.5rem
}

.form-control {
    border: 2px solid var(--border-light);
    border-radius: 8px;
    padding: .75rem 1rem;
    font-family: Outfit, sans-serif;
    transition: all .3s ease
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .2rem #19868a26
}

.form-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: .5rem
}


.accordion-button {
    font-weight: 600;
    color: var(--text-dark);
    border: none
}

.accordion-button:not(.collapsed) {
    background-color: var(--eeeeee);
    color:  var(--dblue2);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--dblue2);
}

img {
    max-width: 100%;
    height: auto
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.text-primary {
    color: var(--primary-color) !important
}

.text-secondary {
    color: var(--secondary-color) !important
}

.bg-primary {
    background-color: var(--primary-color) !important
}

.bg-secondary {
    background-color: var(--secondary-color) !important
}

.border-primary {
    border-color: var(--primary-color) !important
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 1.75rem
    }

    section {
        padding: 3rem 0
    }

    .hero-section {
        min-height: 500px
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translate(-30px)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.fade-in-up {
    animation: fadeInUp .6s ease-out
}

.slide-in-left {
    animation: slideInLeft .6s ease-out
}







/* ===========================================
   HEADER
   =========================================== */
.lp-header {
    /*background: linear-gradient(
            135deg,
            var(--dark) 0%,
            var(--dark-alt) 55%,
            #0F3460 100%
    );*/
    background: var(--white);
    color: var(--white);
    padding: 80px 20px 90px;
    position: relative;
    overflow: hidden;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}





.lp-header:before {
    left: 0;
    z-index:1;
    top: 0;
    height: 100%;
    content: " ";
    position: absolute;
    width: 100%;
    /*background-color:rgba(155, 211, 174,.7);*/

    background: linear-gradient(221deg, var(--lightcolor1), var(--lblue1), var(--lightcolor1));
    background-size: 300% 300%;
    -webkit-animation: bg-gradient-animator 16s ease infinite;
    -moz-animation: bg-gradient-animator 16s ease infinite;
    -o-animation: bg-gradient-animator 16s ease infinite;
    animation: bg-gradient-animator 16s ease infinite;
    opacity: 0.80;
}

@-webkit-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-moz-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@-o-keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}

@keyframes bg-gradient-animator {
    0% {
        background-position: 96% 0%
    }
    50% {
        background-position: 5% 100%
    }
    100% {
        background-position: 96% 0%
    }
}


/* Círculos decorativos */
/*.lp-header::before,
.lp-header::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.lp-header::before {
    width: 400px;
    height: 400px;
    top: -80px;
    right: -80px;
    background: rgba(201, 168, 76, 0.07);
}

.lp-header::after {
    width: 450px;
    height: 450px;
    bottom: -100px;
    left: -100px;
    background: rgba(201, 168, 76, 0.05);
}*/

.lp-header__logo-img {
    max-height:125px;
    width: auto;

}

.lp-header__title {
    font-family: var(--font-title);
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.lp-header__subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1.25rem;
}

.lp-header__mission {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.80);
    max-width: 680px;
    margin: 0 auto 0.75rem;
    line-height: 1.85;
}

/* ===========================================
   BOTÃO PRIMÁRIO
   =========================================== */
.lp-btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--dark) !important;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 18px rgba(201, 168, 76, 0.40);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-btn-primary:hover,
.lp-btn-primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(201, 168, 76, 0.55);
    color: var(--dark) !important;
}

/* ===========================================
   TÍTULOS DE SEÇÃO
   =========================================== */
.lp-section-title {
    font-family: var(--font-title);
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.75rem;
}

.lp-section-title--light { color: var(--white); }

.lp-section-subtitle {
    font-size: 1.05rem;
    color: var(--text-light);
    max-width: 620px;
    line-height: 1.85;
}

.lp-section-subtitle--light { color: rgba(255, 255, 255, 0.75); }

/* ===========================================
   SEÇÃO: POR QUE CÓDIGO 27
   =========================================== */
.lp-why { background-color: var(--white); }

.lp-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.6rem;
    color: var(--white);
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.30);
}

.lp-card-title {
    font-family: var(--font-title);
    font-size: 1.15rem;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.lp-card-text {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.75;
}

/* ===========================================
   SEÇÃO: 3 FASES
   =========================================== */
.lp-phases {
    background: linear-gradient(160deg, var(--phase-bg) 0%, var(--dark) 100%);
}

.lp-phase-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 168, 76, 0.20);
    border-radius: var(--radius);
    padding: 36px 28px;
    color: var(--white);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-phase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.30);
}

/* Card destaque — Fase 2 */
.lp-phase-card--featured {
    background: rgba(201, 168, 76, 0.12);
    border-color: var(--gold);
    box-shadow: 0 0 0 1px var(--gold), var(--shadow);
}

.lp-phase-card__number {
    font-family: var(--font-title);
    font-size: 4.5rem;
    font-weight: 700;
    color: rgba(201, 168, 76, 0.12);
    position: absolute;
    top: 8px;
    right: 18px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.lp-phase-card__title {
    font-family: var(--font-title);
    font-size: 1.35rem;
    color: var(--gold-light);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(201, 168, 76, 0.25);
}

.lp-phase-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-phase-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1.1rem;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
}

.lp-phase-card__list li .fa-check-circle {
    color: var(--gold);
    font-size: 1.05rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* ===========================================
   BANNER INFORMATIVO
   =========================================== */
.lp-banner-info { background-color: var(--gold); }

.lp-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.lp-info-item__icon {
    font-size: 1.9rem;
    color: var(--dark);
    margin-bottom: 4px;
}

.lp-info-item__label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: rgba(26, 26, 46, 0.72);
}

.lp-info-item__value {
    font-family: var(--font-title);
    font-size: 1.45rem;
    color: var(--dark);
}

/* ===========================================
   FORMULÁRIO
   =========================================== */
.lp-form { background-color: var(--bg-light); }

.lp-form-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 48px 40px;
    box-shadow: var(--shadow);
    border-top: 5px solid var(--gold);
}

/* Inputs e selects */
.lp-input {
    border-radius: 8px !important;
    border: 1px solid #DDDDDD;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    background-color: #FAFAFA;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-input:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.18) !important;
    background-color: var(--white);
    outline: none;
}

/* BS5 form-label */
.form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--dark);
    margin-bottom: 0.4rem;
}

/* Checkbox personalizado */
.lp-checkbox .form-check-input {
    width: 1.15em;
    height: 1.15em;
    border-color: #AAAAAA;
    cursor: pointer;
    margin-top: 0.15em;
}

.lp-checkbox .form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold);
}

.lp-checkbox .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.25);
}

.lp-checkbox .form-check-label {
    font-size: 0.9rem;
    color: var(--text);
    cursor: pointer;
}

/* Aviso de prazo */
.lp-form-notice {
    background: rgba(201, 168, 76, 0.10);
    border-left: 4px solid var(--gold);
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 0.9rem;
    color: var(--dark-alt);
    line-height: 1.6;
}

/* ===========================================
   FOOTER
   =========================================== */
.lp-footer { background-color: var(--dark); }

.lp-footer__tagline {
    font-family: var(--font-title);
    font-size: 1.1rem;
    color: var(--gold-light);
}

.lp-footer__sub {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.65);
}

.lp-footer__copy {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.38);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 12px;
}

/* ===========================================
   RESPONSIVIDADE
   =========================================== */
@media (max-width: 767.98px) {
    .lp-header {
        padding: 50px 16px 60px;
    }

    .lp-form-card {
        padding: 28px 18px;
    }

    .lp-phase-card {
        padding: 28px 20px;
    }
}





.contact-map-area {
    width: 100%;
    line-height: 0.01px;
    position: relative;
    z-index: 1;
}

.contact-map-area iframe {
    height: 100%;
    width: 100%;
    filter: grayscale(100) brightness(0.9);
    position: absolute;
    inset: 0;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}
@media (max-width: 767.98px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-map-area iframe {
        min-height: 500px;
    }
}

.contact-map-area .contact-info-wrap {
    background: var(--whitergba9);
    display: inline-block;
    border-bottom: 5px solid var(--lblue2);
    box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.15);
}

.contact-map-area .contact-info-wrap .contact-info-thumb img {
    width: 100%;
}
.contact-map-area .contact-info-wrap .list-wrap {
    padding: 40px;
}
.contact-map-area .contact-info-wrap .list-wrap li:not(:last-child) {
    border-bottom: 1px solid var(--lblue2);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.contact-map-area .contact-info-wrap .list-wrap .contact-info-card {
    display: flex;
    gap: 20px;
}
.contact-map-area .contact-info-wrap .list-wrap .contact-info-card .contact-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--lblue2);
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dblue2);
}
.contact-map-area .contact-info-wrap .list-wrap .contact-info-card p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dblue2);
    margin-bottom: 5px;
}
.contact-map-area .contact-info-wrap .list-wrap .contact-info-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -0.4em;
    line-height:1.1
}

.contact-info-icon svg{
    position: relative;
    top: -1px;
    width: 30px;
    height: 30px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


/* ===========================================
   HEADER — GRUPO DE CTAs
   =========================================== */
.lp-header__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* Botão secundário (outline dourado) */
.lp-btn-secondary {
  background: transparent;
  color: var(--gold) !important;
  font-weight: 700;
  border: 2px solid var(--gold);
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 18px rgba(201, 168, 76, 0.15);
  transition: transform 0.2s ease,
              box-shadow 0.2s ease,
              background 0.2s ease,
              color 0.2s ease;
}

.lp-btn-secondary:hover,
.lp-btn-secondary:focus,
.lp-btn-secondary:focus-visible,
.lp-btn-secondary:active {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--dark) !important;        /* ← texto escuro no hover */
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201, 168, 76, 0.35);
}

/* Mobile: botões em coluna */
@media (max-width: 575.98px) {
  .lp-header__cta-group {
    flex-direction: column;
    align-items: center;
  }

  .lp-header__cta-group .btn {
    width: 100%;
    max-width: 320px;
  }
}



/* ===========================================
   SEÇÃO: CTA CARDS (substitui formulário)
   =========================================== */
.lp-cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: var(--radius);
  padding: 40px 32px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lp-cta-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* Card primário — fundo escuro */
.lp-cta-card--primary {
  background: linear-gradient(145deg, var(--dark) 0%, var(--dark-alt) 100%);
  border: 1px solid rgba(201, 168, 76, 0.30);
  box-shadow: var(--shadow);
}

.lp-cta-card--primary .lp-cta-card__title,
.lp-cta-card--primary .lp-cta-card__text {
  color: rgba(255, 255, 255, 0.88);
}

.lp-cta-card--primary .lp-cta-card__title {
  color: var(--gold-light);
}

/* Card secundário — fundo branco */
.lp-cta-card--secondary {
  background: var(--white);
  border: 2px solid var(--gold);
  box-shadow: var(--shadow);
}

.lp-cta-card--secondary .lp-cta-card__title {
  color: var(--dark);
}

.lp-cta-card--secondary .lp-cta-card__text {
  color: var(--text-light);
}

/* Ícone */
.lp-cta-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 16px rgba(201, 168, 76, 0.35);
  flex-shrink: 0;
}

/* Ícone outline (card 2) */
.lp-cta-card__icon--outline {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  box-shadow: none;
}

/* Título e texto */
.lp-cta-card__title {
  font-family: var(--font-title);
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.lp-cta-card__text {
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

/* Rodapé informativo */
.lp-form-notice {
  background: rgba(201, 168, 76, 0.10);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 0.9rem;
  color: var(--dark-alt);
  line-height: 1.6;
  max-width: 680px;
}

/* Mobile */
@media (max-width: 575.98px) {
  .lp-cta-card {
    padding: 28px 20px;
  }
}
