﻿@keyframes fadeInLeft{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInRight{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInTop{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{from{transform:scale(0.5);opacity:0}to{transform:scale(1);opacity:1}}.fadeInLeft.show-animate{animation:fadeInLeft 1s ease-out forwards}.fadeInRight.show-animate{animation:fadeInRight 1s ease-out forwards}.fadeInTop.show-animate{animation:fadeInTop 1s ease-out forwards}.fadeInBottom.show-animate{animation:fadeInBottom 1s ease-out forwards}.zoomIn.show-animate{animation:zoomIn 1s ease-out forwards}@media(min-width: 992px){.fade-left,.fade-right,.fade-top,.fade-bottom,.zoomIn{opacity:0}}.show-animate{opacity:1}.swiper{width:100%;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:center}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}*{margin:0px;padding:0px;box-sizing:border-box;font-family:"Montserrat",sans-serif}img{width:100%;height:auto}section{overflow-x:hidden}.section-padding{padding:65px 0}.sticky-div{position:sticky;top:130px;z-index:4}.overflow-unset{overflow:unset !important}.moreText{display:none}.go-top-btn{background:#1c1c1c;height:55px;width:55px;right:15px;bottom:10px;position:fixed;z-index:10;font-size:20px;text-align:center;border-radius:50%;border:2px solid rgba(0,0,0,0);box-shadow:0 0 10px 3px rgba(108,98,98,.2);color:#1f1f1f;text-decoration:none;transition:all .4s;display:none;cursor:pointer}.go-top-btn i{display:block;line-height:52px;color:#fff}.sticky-div{position:sticky !important;top:130px;z-index:4}*{scrollbar-width:auto;scrollbar-color:#f5f3ef #fff}*::-webkit-scrollbar{width:11px}*::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}*::-webkit-scrollbar-thumb{background-color:#f5f3ef;border-radius:10px;border:3px solid #fff}*::-webkit-scrollbar-thumb:hover{background-color:#2f4f4f}h1,h2,h3,h4,h5{margin-bottom:1rem;margin:0;padding:0;font-weight:600}ul,ol{padding:0;margin:0}li{list-style:none;color:#171717}a{color:#171717;text-decoration:none;transition:.4s ease}p{color:#171717;margin-bottom:15px;font-size:1em;line-height:22px}.section-title h1,.section-title h2{font-size:3em;font-weight:700;font-family:"Montserrat",sans-serif}.section-title span{text-transform:uppercase;font-size:.9em;display:block}.int-typography h2,.int-typography h3,.int-typography h4{margin-bottom:10px}.int-typography ul{margin-bottom:10px}.int-typography ul li{list-style-type:disc;list-style-position:inside;margin-bottom:5px;font-size:1em}.divider{background:#f5f3ef;-webkit-mask-image:url(../img/logo/divider.svg);-webkit-mask-position:center center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:url(../img/logo/divider.svg);mask-position:center center;mask-size:contain;mask-repeat:no-repeat;width:55px;height:25px}header .top_menu{border-bottom:1px solid #e8edf1;background-color:#1c1c1c;padding:5px}@media only screen and (min-width: 768px)and (max-width: 991px){header .top_menu{display:none}}@media only screen and (min-width: 576px)and (max-width: 767px){header .top_menu{display:none}}@media(max-width: 575px){header .top_menu{display:none}}header .top_menu .dn_btn{display:inline-block;font-size:13px;margin-right:40px;font-weight:normal;color:#fff;transition:all 300ms linear 0s}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .dn_btn{margin-right:10px}}header .top_menu .dn_btn:hover{color:#f5f3ef}header .top_menu .header-social a{color:#fff;transition:all 300ms linear 0s}header .top_menu .header-social a:hover{color:#f5f3ef}header .top_menu .header-social a i{margin-right:10px}@media only screen and (min-width: 992px)and (max-width: 1199px){header .top_menu .header-social a i{margin-right:6px}}header .top_menu .contact-menu a{display:inline-block !important;font-size:13px}header .header-area{background-color:#2f4f4f;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;position:fixed;top:0;left:0;width:100%;z-index:5}header .header-area::before{position:absolute;top:0;left:-2rem;display:block;width:25vw;height:100%;content:"";background:#c6a972;transform:skewX(20deg);border-right:5px solid #fff;z-index:-1}@media(max-width: 720px){header .header-area::before{width:50vw}}header .header-area.sticky{background:#2f4f4f}header .header-area.sticky .nav-branding{color:#000}header .header-area.sticky .nav-menu .menu li a{color:#000}header .header-area.sticky .top_menu{display:none}header .header-area .header-main{display:flex;justify-content:space-between;padding:0px 50px;height:106px;align-items:center}header .header-area .header-main .logo{padding:0 15px}header .header-area .header-main .logo img{height:120px;object-fit:contain}header .header-area .header-main .nav-menu{padding:0 15px}header .header-area .header-main .nav-menu .menu .menu-item{display:inline-block;margin-left:30px;position:relative}@media only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item{margin-left:10px}}header .header-area .header-main .nav-menu .menu .menu-item:first-child{margin-left:0}header .header-area .header-main .nav-menu .menu .menu-item>a{display:block;padding:12px 0;font-size:16px;color:#fff;font-weight:600;transition:all .3s ease}@media only screen and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item>a{font-size:15px}}header .header-area .header-main .nav-menu .menu .menu-item>a .plus{display:inline-block;height:10px;width:10px;position:relative;margin-left:3px;pointer-events:none}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::before,header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{content:"";position:absolute;box-sizing:border-box;left:50%;top:50%;background:#fff;height:2px;width:100%;transform:translate(-50%, -50%);transition:all .3s ease}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{transform:translate(-50%, -50%) rotate(-90deg)}header .header-area .header-main .nav-menu .menu .menu-item>a::after{content:"";display:block;margin:auto;height:3px;width:0;position:relative;top:1px;background:rgba(0,0,0,0);transition:all .3s}header .header-area .header-main .nav-menu .menu .menu-item>a:hover{color:#c6a972}header .header-area .header-main .nav-menu .menu .menu-item>a:hover .plus::before,header .header-area .header-main .nav-menu .menu .menu-item>a:hover .plus:after{background-color:#f5f3ef}header .header-area .header-main .nav-menu .menu .menu-item>a:hover::after,header .header-area .header-main .nav-menu .menu .menu-item>a.active-nav::after{width:100%;background:#c6a972}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{box-shadow:0 0 10px rgba(0,0,0,.2);width:250px;position:absolute;left:0;top:100%;background-color:#fff;padding:10px 0;border-top:3px solid #2f4f4f;transform:translateY(10px);transition:all .3s ease;opacity:0;visibility:hidden}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item{display:block;margin:0 20px}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a{display:block;font-size:14px;font-weight:600;color:#000;transition:all .4s ease}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover{color:#58baba;padding-left:4px}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a::after{display:none}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu{transform:translateY(0);opacity:1;visibility:visible}header .header-area .header-main .nav-menu .menu .has-children:hover>a .plus::after{transform:translate(-50%, -50%) rotate(0deg)}}@media(max-width: 991px){header .header-area .header-main .nav-menu{position:fixed;right:-280px;visibility:hidden;width:280px;height:100%;top:0;overflow-y:auto;background-color:#222;z-index:1000;padding:15px 0;transition:all .5s ease}header .header-area .header-main .nav-menu .menu .menu-item{display:block;margin:0}header .header-area .header-main .nav-menu .menu .menu-item>a{color:#fff;padding:12px 15px;border-bottom:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item>a .plus::before,header .header-area .header-main .nav-menu .menu .menu-item>a .plus::after{background-color:#fff}header .header-area .header-main .nav-menu .menu .menu-item>a::after{display:none}header .header-area .header-main .nav-menu .menu .menu-item:first-child a{border-top:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{width:100%;position:relative;opacity:1;visibility:visible;border:none;background-color:rgba(0,0,0,0);box-shadow:none;transform:translateY(0px);padding:0px;left:auto;top:auto;max-height:0;overflow:hidden}}@media only screen and (max-width: 991px)and (min-width: 1200px)and (max-width: 1399px),only screen and (max-width: 991px)and (min-width: 992px)and (max-width: 1199px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu{height:auto}}@media(max-width: 991px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item{margin-left:0}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a{padding:12px 25px;color:#fff;border-bottom:1px solid #333}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover{padding-left:25px}header .header-area .header-main .nav-menu .menu .has-children a{display:flex;justify-content:space-between;align-items:center}header .header-area .header-main .nav-menu .menu .has-children.active>a .plus::after{transform:translate(-50%, -50%) rotate(0deg)}}header .header-area .header-main .open-nav-menu{height:34px;width:40px;margin-right:15px;display:none;align-items:center;justify-content:center;cursor:pointer}header .header-area .header-main .open-nav-menu span{display:block;height:4px;width:40px;background-color:#f5f3ef;position:relative}header .header-area .header-main .open-nav-menu span::after,header .header-area .header-main .open-nav-menu span::before{content:"";position:absolute;left:0;width:100%;height:100%;background-color:#f5f3ef;box-sizing:border-box}header .header-area .header-main .open-nav-menu span::before{top:-9px}header .header-area .header-main .open-nav-menu span::after{top:9px}@media(max-width: 991px){header .header-area .header-main .open-nav-menu{display:flex}}header .header-area .header-main .close-nav-menu{font-size:27px;background-color:rgba(0,0,0,0);color:#f5f3ef;margin:0 0 15px 15px;cursor:pointer;display:none;align-items:center}header .header-area .header-main .close-nav-menu img{width:16px}@media(max-width: 991px){header .header-area .header-main .close-nav-menu{display:flex}}header .header-area .header-main .menu-overlay{position:fixed;z-index:999;background-color:rgba(0,0,0,.5);left:0;top:0;height:100%;width:100%;visibility:hidden;opacity:0;transition:all .3s ease}@media(max-width: 991px){header .header-area .header-main .menu-overlay.active{visibility:visible;opacity:1}header .header-area .header-main .nav-menu.open{visibility:visible;right:0px}}header .header-area .contact-btn .btn-main{background-color:#c6a972;padding:18px 30px}header .header-area .contact-btn .btn-main::after{background-color:#1c1c1c}header .header-area .contact-btn .btn-main:hover{color:#fff}.padding-banner{padding-top:136px}@media(max-width: 991px){.padding-banner{padding-top:106px}}@media(min-width: 992px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2{top:8px;left:calc(100% + 21px);opacity:0;visibility:hidden;width:250px}header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2{top:0;opacity:1;visibility:visible}}@media(max-width: 992px){header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a{padding:12px 45px}header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover{padding-left:45px}}.footer-area{position:relative;background-color:#2f4f4f;padding-top:60px}.footer-area .footer-top{border-bottom:1px solid #ccc}@media(max-width: 991px){.footer-area .footer-top .single-footer-caption{margin-bottom:40px}}.footer-area .footer-top .single-footer-caption .footer-logo{position:relative;margin-bottom:20px;display:flex;justify-content:center}.footer-area .footer-top .single-footer-caption .footer-logo img{height:90px;object-fit:contain;filter:brightness(0) invert(1)}.footer-area .footer-top .single-footer-caption .footer-cap ul{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:15px}.footer-area .footer-top .single-footer-caption .footer-cap ul li{margin:0 10px}.footer-area .footer-top .single-footer-caption .footer-cap ul li a{color:#fff;font-size:16px;font-weight:300;margin-bottom:20px;display:block;transition:.4s ease}.footer-area .footer-top .single-footer-caption .footer-cap ul li a:hover{color:#f5f3ef;transform:translateY(-2px)}.footer-area .footer-bottom{padding-bottom:20px;padding-top:30px}.footer-area .footer-bottom img{width:125px;height:52px}.footer-area .footer-bottom .footer-copy-right p{color:#fff;font-weight:300;font-size:16px;font-family:"Montserrat",sans-serif;line-height:2;margin-bottom:12px}@media only screen and (min-width: 768px)and (max-width: 991px){.mob-center{text-align:center}}@media only screen and (min-width: 576px)and (max-width: 767px){.mob-center{text-align:center}}@media(max-width: 575px){.mob-center{text-align:center}}.slider-area{background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/banners/hero-bg.webp);background-repeat:no-repeat;background-size:cover;margin-top:140px}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.slider-area{margin-top:107px}}.slider-area .slider-height{height:200px;background-size:cover}.slider-area .slider-height .hero-cap h1{color:#f5f3ef;font-size:45px;font-weight:700;line-height:1}@media only screen and (min-width: 576px)and (max-width: 767px){.slider-area .slider-height .hero-cap h1{font-size:40px}}@media(max-width: 575px){.slider-area .slider-height .hero-cap h1{font-size:35px}}.slider-area .slider-height .hero-cap .ajust-link{color:#f5f3ef;font-weight:500}.slider-area .slider-height .hero-cap .ajust-link:hover{color:#c6a972}.slider-area .slider-height .hero-cap .color-w{color:#f5f3ef;margin:0}.slider-area .hero-overly{position:relative;z-index:1}.slider-area .hero-overly::before{position:absolute;content:"";width:100%;height:100%;left:0;top:0;bottom:0;right:0;z-index:-1;background-repeat:no-repeat}.blog-area{padding:65px 0;overflow-y:hidden}.blog-area .home-blog-single{transition:.4s ease}.blog-area .home-blog-single .blog-img-cap .blog-img{overflow:hidden;position:relative;height:190px;object-fit:cover;border-radius:8px 8px 0 0}.blog-area .home-blog-single .blog-img-cap .blog-img img{width:100%;max-width:100%;height:344px;object-fit:cover;transform:scale(1);transition:all .5s ease-out 0s;border-radius:8px 8px 0 0}.blog-area .home-blog-single .blog-img-cap ul{background:#f3f3f3}.blog-area .home-blog-single .blog-img-cap ul li{background:#1c1c1c;display:inline-block;font-size:14px;font-family:"Montserrat",sans-serif;font-weight:300;color:#787878;padding:20px 30px 20px 120px;margin-right:50px;font-weight:500;color:#fff}@media only screen and (min-width: 992px)and (max-width: 1199px){.blog-area .home-blog-single .blog-img-cap ul li{padding:20px 30px 20px 60px}}@media only screen and (min-width: 768px)and (max-width: 991px){.blog-area .home-blog-single .blog-img-cap ul li{padding-top:20px;padding-left:20px}}@media(max-width: 575px){.blog-area .home-blog-single .blog-img-cap ul li{padding-top:20px;padding-left:20px}}.blog-area .home-blog-single .blog-img-cap .blog-cap{background:#f3f3f3;padding:20px 20px 20px 30px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;border-radius:0 0 8px 8px}@media only screen and (min-width: 576px)and (max-width: 767px){.blog-area .home-blog-single .blog-img-cap .blog-cap{min-height:0px}}@media only screen and (min-width: 768px)and (max-width: 991px){.blog-area .home-blog-single .blog-img-cap .blog-cap{min-height:0px}}@media(max-width: 575px){.blog-area .home-blog-single .blog-img-cap .blog-cap{min-height:0px}}.blog-area .home-blog-single .blog-img-cap .blog-cap h3{color:#191d34;font-size:18px;font-weight:700;line-height:1.4;margin-bottom:20px;display:block}@media only screen and (min-width: 768px)and (max-width: 991px){.blog-area .home-blog-single .blog-img-cap .blog-cap h3{font-size:19px}}@media only screen and (min-width: 576px)and (max-width: 767px){.blog-area .home-blog-single .blog-img-cap .blog-cap h3{font-size:19px}}@media(max-width: 575px){.blog-area .home-blog-single .blog-img-cap .blog-cap h3{font-size:19px}}.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn{position:relative;padding-left:50px}.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before{position:absolute;content:"";width:35px;height:2px;left:0px;top:50%;transform:translateY(-50%);background:#000}.blog-area .home-blog-single:hover{box-shadow:0px 22px 57px 0px rgba(34,41,72,.05)}.blog-area .home-blog-single:hover .blog-img img{transform:scale(1.1)}.brands-area{background:#1c1c1c;padding:20px 0}.brands-area img{filter:brightness(0) invert(1);height:61px !important;object-fit:contain !important}button.btn-main{border:none}.btn-main{background:#2f4f4f;box-shadow:rgba(50,50,93,.25) 0px 2px 5px -1px,rgba(0,0,0,.3) 0px 1px 3px -1px;padding:13px 20px;text-transform:uppercase;font-family:"Montserrat",sans-serif;color:#fff;cursor:pointer;display:inline-block;font-size:14px;border-radius:5px;-moz-user-select:none;font-weight:400;letter-spacing:1px;cursor:pointer;transition:color .4s linear;position:relative;z-index:1;overflow:hidden}.btn-main::after{position:absolute;content:"";width:0;height:100%;top:0;right:0;z-index:-1;background-color:#f5f3ef;border-radius:5px;box-shadow:inset 2px 2px 2px 0px hsla(0,0%,100%,.5),7px 7px 20px 0px rgba(0,0,0,.1),4px 4px 5px 0px rgba(0,0,0,.1);transition:all .3s ease}.btn-main:hover{color:#000}.btn-main:hover:after{left:0;width:100%}.btn-main:active{top:2px}.btn-two{position:relative;line-height:1;text-decoration:none;display:flex;align-items:center;justify-content:space-between;max-width:fit-content;background-color:#2f4f4f;color:#fff;border-radius:10rem;padding:5px 10px;margin:20px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .3s;box-shadow:3px 3px 25px -5px rgba(0,0,0,.2);transition:.3s ease-in}.btn-two:hover{background-color:#1c1c1c;transform:scale(1.03)}.btn-two:hover .icon .i1{transition:transform .3s ease-in-out;transform:translate(180%, -200%)}.btn-two:hover .icon .i2{transition:transform .3s ease-in-out .1s;transform:translate(0px, 0px) rotate(-30deg)}.btn-two span,.btn-two .txt{font-weight:600;font-size:16px;padding:10px 20px}.btn-two .icon{flex-shrink:0;width:30px;height:30px;position:relative;color:#c6a972;background-color:#fff;border-radius:50%;display:grid;place-items:center;overflow:hidden}.btn-two .icon .i1,.btn-two .icon .i2{color:#c6a972;font-size:14px;margin:0;position:absolute;transform:translate(0%, 0%) rotate(-30deg)}.btn-two .icon .i2{transform:translate(-200%, 180%) rotate(-30deg)}.btn-arrow{position:relative;text-transform:uppercase;font-size:.75rem;letter-spacing:.1rem;font-weight:800;transition:.3s all ease;color:#1c1c1c;display:inline-block}.btn-arrow:after{transition:.3s all ease;position:absolute;content:"➜";top:50%;transform:translateY(-50%);right:0;opacity:0;visibility:hidden}.btn-arrow:hover{padding-right:30px;color:#2f4f4f}.btn-arrow:hover:after{opacity:1;visibility:visible}.card-product{overflow:hidden;margin:10px 0;border-radius:25px;border:3px solid rgba(217,217,217,.05);box-shadow:5px 5px 10px rgba(0,0,0,.1);transition:.4s ease}.card-product:hover{transform:translateY(-5px)}.card-product:hover .card-prod-content{background-image:linear-gradient(140deg, #58baba 0%, #2F4F4F 99%)}.card-product:hover .card-prod-content::before{background-color:#f5f3ef;height:70px}.card-product:hover .cart-img img{transform:scale(1.02)}.card-product:hover .btn-a{background-color:#c6a972;border:2px solid #f5f3ef !important}.card-product:hover .btn-a i{color:#f5f3ef}.card-product .cart-img{overflow:hidden;width:100%;height:270px;background-color:#f6f6f6}@media only screen and (min-width: 992px)and (max-width: 1199px){.card-product .cart-img{height:210px}}@media(max-width: 575px){.card-product .cart-img{height:200px}}.card-product .cart-img img{width:100%;height:100%;object-fit:cover;background-image:url(../img/gallery/about.webp);transition:.3s ease}.card-product .card-prod-content{display:flex;align-items:center;justify-content:space-between;background-image:linear-gradient(90deg, #2F4F4F 0%, #58baba 99%);position:relative;padding:30px 25px 35px;transition:.5s ease;height:120px}.card-product .card-prod-content::before{position:absolute;height:60px;width:6px;background:#c6a972;content:"";left:0;transition:.3s}.card-product .card-prod-content h2,.card-product .card-prod-content h3{margin-bottom:0;font-size:1.1em;word-break:break-word;hyphens:auto;font-weight:600;margin-right:10px;text-transform:uppercase;line-height:1.1;position:relative;transition:.3s ease;color:#f5f3ef}.card-product .card-prod-content .btn-a{height:55px;width:55px;border:2px solid #1c1c1c;line-height:55px;font-size:18px;color:#1c1c1c;display:flex;align-items:center;justify-content:center;transition:.3s;border-radius:50%;text-align:center}@media(max-width: 575px){.card-product .card-prod-content .btn-a{height:45px;width:45px}}.card-03{position:relative;box-shadow:0 0 20px rgba(0,0,0,.1);background:#fff}.card-03:hover .box-image .image img{transform:scale(1.03)}.card-03:hover .box-image .image::before{opacity:.2}.card-03:hover .box-image .box-icon::before{border-top:30px solid #767676}.card-03:hover .box-image .box-icon .icon i{color:#fff}.card-03:hover .box-image .box-icon .icon img{filter:brightness(0) invert(1)}.card-03:hover .box-image .box-icon .icon::before{top:-50%}.card-03:hover .card-content .btns span{color:#fff}.card-03:hover .card-content .btns span::before{width:100%;transition:.5s ease;opacity:1}.card-03 .box-image{position:relative;border-radius:5px;height:260px;z-index:1}.card-03 .box-image .image{position:relative;overflow:hidden;width:100%;height:100%}.card-03 .box-image .image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;z-index:1;transition:.3s ease}.card-03 .box-image .image img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.card-03 .box-image .image img.obj-contain{object-fit:contain}.card-03 .box-image .box-icon{position:absolute;width:100%;height:80px;left:0;bottom:0}.card-03 .box-image .box-icon::before{content:"";position:absolute;right:2px;bottom:-29px;border-top:30px solid #e7e0e0;border-right:29px solid rgba(0,0,0,0);-webkit-transition:all 500ms ease;transition:all 500ms ease;z-index:1}.card-03 .box-image .box-icon .icon{position:absolute;width:65px;height:65px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f5f5f8;bottom:-30px;right:30px;z-index:1}.card-03 .box-image .box-icon .icon i{font-size:35px;color:#f5f3ef;transition:.3s ease}.card-03 .box-image .box-icon .icon img{width:100%;height:100%;object-fit:contain;padding:15px}.card-03 .box-image .box-icon .icon::before{transition-duration:800ms;position:absolute;width:200%;height:200%;content:"";top:110%;left:50%;background-color:#2f4f4f;transform:translateX(-50%);border-radius:50%;transition:.5s ease;z-index:-1}.card-03 .card-content{position:relative;display:flex;flex-direction:column;justify-content:space-between;background:#fff;padding-top:20px}.card-03 .card-content .text-box{position:relative;display:block;padding:20px 25px;min-height:170px}@media only screen and (min-width: 992px)and (max-width: 1199px){.card-03 .card-content .text-box.adjust-height{min-height:273px}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.card-03 .card-content .text-box.adjust-height{min-height:auto}}.card-03 .card-content .text-box.no-height{min-height:auto}@media only screen and (min-width: 768px)and (max-width: 991px){.card-03 .card-content .text-box{min-height:205px}}.card-03 .card-content .text-box h2,.card-03 .card-content .text-box h3,.card-03 .card-content .text-box .title{font-size:22px;font-weight:600;line-height:26px;text-transform:uppercase;letter-spacing:-0.02rem;margin-bottom:10px;min-height:50px}.card-03 .card-content .text-box p,.card-03 .card-content .text-box .text{font-size:16px;line-height:26px;letter-spacing:-0.02em;color:#555}.card-03 .card-content .btns{position:relative;display:block}.card-03 .card-content .btns span{position:relative;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;line-height:24px;text-transform:uppercase;letter-spacing:.016em;color:#000;background-color:#f5f5f8;padding:8px 40px 8px;-webkit-transition:all 500ms ease;transition:all 500ms ease;z-index:1}.card-03 .card-content .btns span::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#2f4f4f;width:50%;margin:0 auto;opacity:0;transition:all .4s linear;z-index:-1}.card-top{width:100%;height:300px;padding:10px;background:#eee;position:relative;z-index:1;border-radius:25px;overflow:hidden;transition:.3s ease;border:3px solid hsla(0,0%,100%,.2);box-shadow:0 0 30px -5px rgba(0,0,0,.2)}@media only screen and (min-width: 992px)and (max-width: 1199px){.card-top{height:320px}}@media(max-width: 575px){.card-top{height:300px}}.card-top:hover{transform:scale(1.01);box-shadow:rgba(0,0,0,.35) 0px 5px 15px}.card-top:hover .content h3::after{width:18%}.card-top:hover .image img{transform:scale(1.02)}.card-top:hover .btn-cp i{padding-left:5px}.card-top::before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.75) 30%, rgba(255, 255, 255, 0) 100%);z-index:1}.card-top .image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.card-top .image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.4s ease}.card-top .content{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;position:absolute;padding:20px;top:0;left:0;z-index:1}.card-top .content .title{position:relative;text-transform:uppercase;color:#fff;font-size:28px;font-weight:700;margin:5px 0}@media only screen and (min-width: 992px)and (max-width: 1199px){.card-top .content .title{font-size:22px}}@media only screen and (min-width: 576px)and (max-width: 767px){.card-top .content .title{font-size:22px}}@media(max-width: 575px){.card-top .content .title{font-size:20px}}.card-top .content .title::after{content:"";display:block;position:absolute;top:-10px;left:0;width:15%;height:4px;background-color:#f5f3ef;transition:.4s ease-in-out}.card-top .content .sub-title{font-size:20px;font-weight:700;text-transform:uppercase;color:#f5f3ef}@media only screen and (min-width: 992px)and (max-width: 1199px){.card-top .content .sub-title{font-size:18px}}@media only screen and (min-width: 576px)and (max-width: 767px){.card-top .content .sub-title{font-size:16px}}@media(max-width: 575px){.card-top .content .sub-title{font-size:16px}}.card-top .content p{font-size:14px;font-weight:300;color:#eee;margin:5px 0;line-height:30px;width:60%}@media only screen and (min-width: 992px)and (max-width: 1199px){.card-top .content p{font-size:13px}}@media only screen and (min-width: 576px)and (max-width: 767px){.card-top .content p{font-size:13px}}@media(max-width: 575px){.card-top .content p{font-size:12px;line-height:25px}}.card-top .content .btn-cp{display:inline-block;width:fit-content;align-items:center;font-size:.9em;font-weight:300;color:#fff;background:#2f4f4f;padding:5px 20px;border-radius:20px;transition:.3s ease-in}.card-top .content .btn-cp i{margin-left:5px;transition:.2s ease-in}.card-diferentials{background:hsla(0,0%,100%,.05);border-radius:10px;padding:20px;margin-bottom:20px;text-align:center;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);transition:.3s;min-height:285px}@media only screen and (min-width: 1200px)and (max-width: 1399px){.card-diferentials{min-height:300px}}@media only screen and (min-width: 992px)and (max-width: 1199px){.card-diferentials{min-height:325px}}@media only screen and (min-width: 768px)and (max-width: 991px){.card-diferentials{min-height:200px}}@media only screen and (min-width: 576px)and (max-width: 767px){.card-diferentials{min-height:200px}}@media(max-width: 575px){.card-diferentials{min-height:200px}}@media(max-width: 320px){.card-diferentials{min-height:200px}}.card-diferentials:hover{transition:.5s;transform:translateY(-5px);border-color:hsla(0,0%,100%,.3)}.card-diferentials:hover .icon{background:#2f4f4f}.card-diferentials:hover .icon i{color:#fff}.card-diferentials:hover h3{color:#2f4f4f}.card-diferentials .icon{width:80px;height:80px;margin:0 auto 15px;background:#f8f8f8;border-radius:50%;display:flex;align-items:center;justify-content:center}.card-diferentials .icon i{font-size:32px;color:#2f4f4f}.card-diferentials h3{font-size:24px;color:#fff;font-weight:bold;margin-bottom:20px}.card-diferentials p{font-size:18px;color:#ccc}.img-gallery{position:relative;overflow:hidden;z-index:1;width:100%;height:300px;cursor:pointer;transition:.3s ease-in}@media only screen and (min-width: 992px)and (max-width: 1199px){.img-gallery{height:340px}}@media only screen and (min-width: 768px)and (max-width: 991px){.img-gallery{height:360px}}@media only screen and (min-width: 576px)and (max-width: 767px){.img-gallery{height:360px}}@media(max-width: 575px){.img-gallery{height:390px}}.img-gallery:hover .thumbnail img{transform:scale(1.07);filter:brightness(1)}.img-gallery:hover .inner .title{color:#2f4f4f}.img-gallery:hover .inner .btn-link i{margin-left:10px}.img-gallery:hover::after{top:-25%;right:-55%}.img-gallery:hover .inner{transform:translateY(-10px) translateX(-50%)}.img-gallery:hover .inner span::after{bottom:-55px;left:-111px}.img-gallery::after{content:"";position:absolute;background-image:url(../img/gallery/shape-1.webp);height:100%;width:100%;top:-70%;right:-60%;z-index:0;background-repeat:no-repeat;transition:.3s ease;opacity:.6}.img-gallery .thumbnail{width:100%;height:100%;overflow:hidden}.img-gallery .thumbnail img{width:100%;height:100%;overflow:hidden;object-fit:cover;object-position:center;filter:brightness(0.9);transition:.3s ease}.img-gallery .inner{padding:15px 15px;text-align:center;text-transform:capitalize;position:absolute;bottom:25px;left:50%;transform:translateX(-50%);width:85%;background:#fff;overflow:hidden;z-index:10;transition:.3s ease;border-radius:5px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px}.img-gallery .inner .title{margin-bottom:2px;transition:.3s;font-weight:700;font-size:16px;line-height:30px;color:#1c1c1c}@media only screen and (min-width: 992px)and (max-width: 1199px){.img-gallery .inner .title{font-size:18px}}@media only screen and (min-width: 768px)and (max-width: 991px){.img-gallery .inner .title{font-size:18px}}@media only screen and (min-width: 576px)and (max-width: 767px){.img-gallery .inner .title{font-size:22px}}@media(max-width: 575px){.img-gallery .inner .title{font-size:24px}}.img-gallery .inner .btn-link{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#5d666f;font-size:15px;position:relative;margin:5px 0}@media only screen and (min-width: 992px)and (max-width: 1199px){.img-gallery .inner .btn-link{font-size:13px}}@media only screen and (min-width: 768px)and (max-width: 991px){.img-gallery .inner .btn-link{font-size:12px}}.img-gallery .inner .btn-link i{font-size:15px;margin-left:5px;transition:.3s ease}.cta-area{background-image:url(../img/banners/cta-bg.webp);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center;overflow:hidden;box-shadow:inset 0 0 0 1000px rgba(21,22,22,.35);padding:100px 0}.cta-area .cta-caption h2{color:#fff;font-size:50px;font-weight:700;line-height:1.5;margin:0}@media only screen and (min-width: 768px)and (max-width: 991px){.cta-area .cta-caption h2{font-size:50px}}@media only screen and (min-width: 768px)and (max-width: 991px){.cta-area .cta-caption h2{font-size:45px}}@media(max-width: 575px){.cta-area .cta-caption h2{font-size:40px;margin-bottom:20px}}.cta-area .cta-caption p{color:#fff;font-size:18px}.cta-area .btn-main i{font-size:3em}.contact-section{position:relative;padding:100px 0;color:#fff;overflow-y:hidden;background:linear-gradient(0deg, #2F4F4F 0%, #1C1C1C 100%)}.contact-section .contact-background{position:absolute;inset:0;overflow:hidden}.contact-section .contact-background .contact-shape{position:absolute}.contact-section .contact-background .contact-shape.shape-1{top:5rem;left:2.5rem;width:16rem;height:16rem;background-image:url(../img/logo/cesto-fritadeira-icon.webp);background-position:center;background-size:contain;background-repeat:no-repeat;filter:brightness(0) invert(1);animation:move-slow 4s infinite;opacity:.2}@media(min-width: 1880px){.contact-section .contact-background .contact-shape.shape-1{opacity:.5}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px){.contact-section .contact-background .contact-shape.shape-1{top:0rem}}@media(max-width: 575px){.contact-section .contact-background .contact-shape.shape-1{right:0;left:auto}}.contact-section .contact-background .contact-shape.shape-2{bottom:2.5rem;right:2.5rem;width:20rem;height:20rem;background-image:url(../img/logo/peneira.webp);background-position:center;background-size:contain;background-repeat:no-repeat;filter:brightness(0) invert(1);animation:move-slow 4s infinite;opacity:.2}@media(min-width: 1880px){.contact-section .contact-background .contact-shape.shape-2{opacity:.5}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px){.contact-section .contact-background .contact-shape.shape-2{top:27rem;bottom:auto}}@media(max-width: 575px){.contact-section .contact-background .contact-shape.shape-2{top:40rem;bottom:auto}}.contact-section .contact-background .contact-shape.shape-3{top:5rem;right:5rem;width:10rem;height:10rem;border-radius:.5rem;transform:rotate(45deg);background-image:url(../img/logo/projetos-sob-medida-icon.webp);background-position:center;background-size:contain;background-repeat:no-repeat;filter:brightness(0) invert(1);animation:move-slow-x 4s infinite;opacity:.2}@media(min-width: 1880px){.contact-section .contact-background .contact-shape.shape-3{opacity:.5}}@media(max-width: 575px){.contact-section .contact-background .contact-shape.shape-3{display:none}}.contact-section .contact-background .contact-shape.shape-4{bottom:0rem;left:5rem;width:15rem;height:15rem;border-radius:.5rem;transform:rotate(12deg);background-image:url(../img/logo/projetos-sob-medida-icon.webp);background-position:center;background-size:contain;background-repeat:no-repeat;filter:brightness(0) invert(1);animation:move-slow-x 4s infinite;opacity:.2}@media(min-width: 1880px){.contact-section .contact-background .contact-shape.shape-4{opacity:.5}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.contact-section .contact-background .contact-shape.shape-4{display:none}}.contact-section .section-container{position:relative;z-index:4}.contact-section .contact-title{font-size:2.5rem;font-family:"Montserrat",sans-serif;font-weight:700;margin-bottom:.5rem}@media(min-width: 768px){.contact-section .contact-title{font-size:3rem}}.contact-section .divider{background:#fff}.contact-section p{color:hsla(0,0%,100%,.9);margin-bottom:1rem}.contact-section .contact-icon{width:3rem;height:3rem;background:hsla(0,0%,100%,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-section .contact-info-title{font-size:1.25rem;font-family:"Montserrat",sans-serif;font-weight:700;margin-bottom:5px;color:#fff}.contact-section .contact-info-text{color:hsla(0,0%,100%,.7)}.contact-section .contact-form-inner{position:relative;background:hsla(0,0%,100%,.1);backdrop-filter:blur(0.5rem);border:1px solid hsla(0,0%,100%,.2);padding:1.5rem;border-radius:1rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}@media(min-width: 768px){.contact-section .contact-form-inner{padding:2rem}}.contact-section .contact-form-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}@keyframes move-slow{0%,100%{transform:translateY(-10px)}50%{transform:translateY(0)}}@keyframes move-slow-x{0%,100%{transform:translateX(-10px)}50%{transform:translateX(0)}}@media(min-width: 992px){.menu-sidebar{display:flex;justify-content:end}}.accordion{box-shadow:rgba(0,0,0,.16) 0px 1px 4px;padding:20px;background:#fff;border-radius:5px;margin:5px}@media(min-width: 992px){.accordion{width:95%}}.accordion .accordion-item{border:none}.accordion .accordion-item:not(:last-child){border-bottom:1px solid #e5e5e5}.accordion .accordion-item button[aria-expanded=true]{border-bottom:1px solid #f5f3ef}.accordion .accordion-item button[aria-expanded=true] .icon{color:#58baba}@media(max-width: 991px){.accordion{padding:0 20px}}.accordion button{position:relative;display:block;text-align:left;width:100%;padding:1em 0;color:#161616;font-size:1rem;font-weight:400;border:none;background:none;outline:none;transition:.4s ease}.accordion button:hover,.accordion button:focus{cursor:pointer;color:#58baba}.accordion button:hover::after,.accordion button:focus::after{cursor:pointer;color:#2f4f4f;border:1px solid #2f4f4f}.accordion button .accordion-title{padding:1em 1.5em 1em 0;font-weight:600;font-size:18px}.accordion button .icon{display:inline-block;position:absolute;top:18px;right:0;width:22px;height:22px;border:1px solid;border-radius:22px;color:#1c1c1c}.accordion button .icon::before{display:block;position:absolute;content:"";top:9px;left:5px;width:10px;height:2px;background:currentColor}.accordion button .icon::after{display:block;position:absolute;content:"";top:5px;left:9px;width:2px;height:10px;background:currentColor}.accordion button[aria-expanded=true]{color:#2f4f4f}.accordion button[aria-expanded=true] .icon::after{width:0}.accordion button[aria-expanded=true]+.accordion-content{opacity:1;max-height:100%;transition:all 200ms linear;will-change:opacity,max-height}@media(max-width: 991px){.accordion button[aria-expanded=true]+.accordion-content{overflow-y:scroll}}.accordion .accordion-content{opacity:0;max-height:0;overflow:hidden;transition:opacity 200ms linear,max-height 200ms linear;will-change:opacity,max-height}.accordion .accordion-content p,.accordion .accordion-content li{font-size:.9rem;font-weight:300;margin:2em 0}.accordion .accordion-content p a:hover,.accordion .accordion-content li a:hover{color:#f5f3ef;padding-left:5px}@media(max-width: 991px){.accordion .accordion-content p{font-weight:600;color:#1c1c1c;padding-bottom:5px}}.home-form{border-top:3px solid color-mix(in srgb, #2F4F4F, #fff 65%);padding:65px 0}.home-form form,.home-form input,.home-form label,.home-form p,.home-form textarea{color:#000 !important}.home-form .contact-card .fa-contact{background:color-mix(in srgb, #2F4F4F, #fff 80%);padding:10px;width:50px;height:45px;text-align:center;float:left;margin-right:20px;border-radius:50%}.home-form .contact-card .fa-contact i{font-size:25px;color:#2f4f4f}.home-form .contact-card .content p{font-size:16px;font-weight:600;height:45px;display:flex;align-items:center}.home-form .contact-card .content p a{color:#000}.home-form .contact-card .content p a:hover{color:#f5f3ef}.form-contact label{font-size:14px}.form-contact .form-group{margin-bottom:30px}.form-contact .form-group .btn-prod button,.form-contact .form-group .btn-prod a{width:80%;margin-left:0}.form-contact .form-control{color:#f5f3ef;border:1px solid #e5e6e9;border-radius:0px;height:48px;padding-left:18px;font-size:13px;background:rgba(0,0,0,0);width:100%}.form-contact .form-control:focus{outline:0;box-shadow:none}.form-contact .form-control::placeholder{font-weight:300;color:#999}.form-contact textarea{border-radius:0px;height:100% !important;padding-top:20px}.form-contact button{border:none}#form-prod-int{padding:20px;border-radius:8px}.h3-form{font-size:20px;color:#1c1c1c}.h3-form i{color:#f5f3ef;font-size:18px;position:relative;top:5px}.whats-form{background:#22ba59;margin-left:20px}.whats-form::after{background-color:#01a43d}@keyframes sweep{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}.whatsapp{position:fixed;width:60px;height:60px;bottom:75px;right:15px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;z-index:100;animation:sweep 1.5s ease-in-out;display:flex;justify-content:center}.whatsapp-icon{margin-top:13px}.contact-section{padding:65px 0 0}.contact-section .info-container{background:#fff;box-shadow:rgba(0,0,0,.07) 0px 1px 2px,rgba(0,0,0,.07) 0px 2px 4px,rgba(0,0,0,.07) 0px 4px 8px,rgba(0,0,0,.07) 0px 8px 16px,rgba(0,0,0,.07) 0px 16px 32px,rgba(0,0,0,.07) 0px 32px 64px;position:relative;padding:20px;border-radius:8px}.contact-section .info-container .contact-info{display:flex}.contact-section .info-container .contact-info:not(:last-child){margin-bottom:35px}.contact-section .info-container .contact-info h3{font-size:1.1em;font-weight:500;color:#000;margin-bottom:5px}.contact-section .info-container .contact-info h3 a:hover{color:#f5f3ef}.contact-section .info-container .contact-info p{color:#383838;margin-bottom:0}.contact-section .info-container .contact-info .icon{color:#2f4f4f;margin-right:10px;font-size:1.6em;min-width:35px}.contact-section .info-container::after{content:"";position:absolute;display:block;height:115%;width:85%;border-radius:0%;left:-30px;top:-20px;z-index:-1;border-radius:8px;opacity:.8;border:3px solid color-mix(in srgb, #58baba, #fff 40%);background:#58baba}.contact-section .btn-contact{display:flex}@media(max-width: 576px){.contact-section .btn-contact{display:flex;flex-wrap:wrap;justify-content:center}}@media(max-width: 576px){.contact-section .btn-contact .btn-main{margin-left:0;width:80%}}.banner-area{position:relative}.banner-area .swiper-slide img{clip-path:circle(0% at 0 50%);position:relative;object-fit:contain;object-position:center}@media only screen and (min-width: 768px)and (max-width: 991px){.banner-area .swiper-slide img{object-position:right}}.banner-area .swiper-slide-active img{clip-path:circle(150% at 0 50%);transition:2s ease;transition-property:clip-path !important}.banner-area .swiper-pagination-bullet{height:11px;width:11px;margin:0 7px !important;transition:.5s;background:#000}.banner-area .swiper-pagination-bullet:hover{transform:scale(1.2);box-shadow:0 0 2px hsla(0,0%,100%,.5)}.banner-area .swiper-pagination-bullet-active{width:25px;border-radius:8px;background:#2f4f4f}.banner-area .swiper-pagination-bullet-active:hover{transform:scale(1);box-shadow:none}.section-segments{position:relative;z-index:1;background:#f1f1f1;padding:120px 0}@media(max-width: 991px){.section-segments{padding-bottom:60px}}@media(max-width: 767px){.section-segments{padding-bottom:50px}}.section-segments::before{position:absolute;right:0;top:0;content:"";height:100%;width:35%;background:#1c1c1c;z-index:-1}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-segments::before{height:100%;width:28%}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-segments::before{height:40%;width:100%;top:auto;bottom:0}}.section-segments .title-area2{margin-bottom:50px}.section-segments .box-btn{text-align:right;float:right;margin-bottom:15px}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-segments .box-btn{text-align:left;float:left;margin-left:30px}}.section-segments .box-btn .btn-two{transform:scale(1.32)}.section-segments .box-btn .btn-two:hover{background-color:#c6a972;transform:scale(1.38)}.section-segments .side-img{position:absolute;left:0;bottom:0;z-index:-1}@media(max-width: 991px){.section-segments .side-img{display:none}}.section-segments .segmentSwiper{position:relative}.section-segments .segmentSwiper .swiper-scrollbar{position:relative;margin-top:5px;height:5px;width:100%;background:rgba(198,169,114,.8)}.section-segments .segmentSwiper .swiper-scrollbar .swiper-scrollbar-drag{background:#2f4f4f}.section-segments .segmentSwiper .swiper-pagination{position:absolute;width:100%;height:4px;top:auto;bottom:0;left:0px;background:rgba(198,169,114,.6);border-radius:100px}.section-segments .segmentSwiper .swiper-pagination .swiper-pagination-progressbar-fill{background:#2f4f4f;border-radius:100px}.section-segments .segmentSwiper .navs{position:relative;width:100%;height:60px;margin-top:10px}@media(min-width:1400px),only screen and (min-width: 992px)and (max-width: 1199px){.section-segments .segmentSwiper .navs{width:150px}}@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.section-segments .segmentSwiper .navs{width:150px}}.section-segments .segmentSwiper .navs .swiper-button-next,.section-segments .segmentSwiper .navs .swiper-button-prev{position:absolute;top:0;bottom:auto;margin:0;transform:translateY(0)}.section-segments .segmentSwiper .navs .swiper-button-next::after,.section-segments .segmentSwiper .navs .swiper-button-prev::after{font-size:20px;color:#f5f3ef;font-weight:600}.title-area2{position:relative;margin-top:15px;margin-bottom:30px}.title-area2.white h2,.title-area2.white h3,.title-area2.white .title{color:#fff}.title-area2.white p{color:#fff}.title-area2.white span,.title-area2.white .subtitle{color:#fff}.title-area2 span,.title-area2 .subtitle{position:relative;display:block;max-width:fit-content;text-transform:uppercase;color:#000;font-weight:400;font-size:1rem;letter-spacing:.2em;padding:8px 15px;padding-left:65px;margin-bottom:20px;border-radius:2px}.title-area2 span::before,.title-area2 .subtitle::before{position:absolute;content:"";top:50%;left:5px;transform:translateY(-50%);width:50px;height:3px;background:#1c1c1c;opacity:.8}.title-area2 h2,.title-area2 h3,.title-area2 .title{color:#171717;font-size:2.8rem;line-height:3rem;font-weight:500;text-transform:uppercase;margin-top:-0.25em}.title-area2 h2 b,.title-area2 h3 b,.title-area2 .title b{font-weight:300}.title-area2 h2 b.tam2,.title-area2 h3 b.tam2,.title-area2 .title b.tam2{font-size:1.8rem}@media only screen and (min-width: 992px)and (max-width: 1199px){.title-area2 h2,.title-area2 h3,.title-area2 .title{font-size:2.4rem;line-height:2.6rem}}@media only screen and (min-width: 576px)and (max-width: 767px),(max-width: 575px){.title-area2 h2,.title-area2 h3,.title-area2 .title{font-size:1.8rem;line-height:2.2rem}}.title-area2 p{margin-top:20px;color:#171717}.title-area2 .shape{height:30px;width:200px;position:relative;margin-top:10px !important}@media only screen and (min-width: 992px)and (max-width: 1199px){.title-area2 .shape{width:200px}}.title-area2 .shape::before{position:absolute;content:"";width:100%;height:100%;top:0px;left:0;background-image:url(../img/banners/divider-shape2.webp);background-size:100%;background-repeat:no-repeat;background-position:center}.title-area2.text-center{text-align:center}.title-area2.text-center span,.title-area2.text-center .subtitle{left:50%;transform:translateX(-50%)}.title-area2.text-center .shape{margin:0 auto}.title-area2.dark h2,.title-area2.dark h3,.title-area2.dark .title{color:#fff}.section-about{overflow:hidden;position:relative}.section-about .image-about{position:relative;margin-bottom:35px;padding:0 20px}.section-about .image-about .inner-about{position:relative;padding-right:100px;padding-bottom:55px}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .image-about .inner-about{padding-right:5px}}@media only screen and (min-width: 576px)and (max-width: 767px){.section-about .image-about .inner-about{padding-right:0;padding-bottom:0}}@media(max-width: 575px){.section-about .image-about .inner-about{padding-right:0;padding-bottom:0}}.section-about .image-about .inner-about .image-1{width:100%;height:570px;position:relative;display:inline-block;margin-bottom:0px;z-index:1}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .image-about .inner-about .image-1{padding-right:60px;height:460px}}@media(max-width: 575px){.section-about .image-about .inner-about .image-1{height:420px}}.section-about .image-about .inner-about .image-1 img{width:90%;height:100%;border-radius:10px;object-fit:cover;object-position:center}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .image-about .inner-about .image-1 img{width:90%}}@media only screen and (min-width: 576px)and (max-width: 767px){.section-about .image-about .inner-about .image-1 img{width:100%}}@media(max-width: 575px){.section-about .image-about .inner-about .image-1 img{width:100%}}.section-about .image-about .inner-about .image-1::before{position:absolute;left:-30px;bottom:-63px;width:61%;height:105px;background-image:radial-gradient(rgb(0, 80, 9) 18%, transparent 18%);background-position:14px 14px;background-size:16px 16px;background-color:hsla(0,0%,100%,0);z-index:-1;content:""}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .image-about .inner-about .image-1::before{right:15px}}@media only screen and (min-width: 576px)and (max-width: 767px){.section-about .image-about .inner-about .image-1::before{bottom:-26px}}@media(max-width: 575px){.section-about .image-about .inner-about .image-1::before{bottom:-26px}}.section-about .image-about .inner-about .image-2{width:300px;height:400px;position:absolute;right:0;bottom:0;margin-bottom:0;z-index:1}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .image-about .inner-about .image-2{width:225px;height:320px;bottom:-80px}}@media only screen and (min-width: 576px)and (max-width: 767px){.section-about .image-about .inner-about .image-2{display:none}}@media(max-width: 575px){.section-about .image-about .inner-about .image-2{display:none}}.section-about .image-about .inner-about .image-2 img{height:100%;width:100%;border-radius:15px;object-fit:cover;object-position:center}.section-about .image-about .inner-about .image-2::before{content:"";position:absolute;right:10px;top:-265px;width:130px;height:245px;border-radius:5px;background-image:url(../img/logo/elements-about.webp);background-size:contain;background-repeat:no-repeat;opacity:.5;z-index:1}@media only screen and (min-width: 992px)and (max-width: 1199px){.section-about .image-about .inner-about .image-2::before{right:0px;top:-280px;width:120px;height:250px;z-index:-2}}.about-area{padding:65px 0}@media(max-width: 991px){.about-area{padding:45px 0 65px}}.about-area .style-img{position:relative;width:85%;margin:0 auto;padding:8px;z-index:1}.about-area .style-img img{width:100%;height:400px;object-fit:cover;object-position:center;background-color:#eee;border-radius:10px;box-shadow:0px 0px 20px 8px rgba(0,0,0,.2)}@media(max-width: 575px){.about-area .style-img img{max-height:250px}}.about-area .style-img::before{content:"";position:absolute;display:block;z-index:-1;right:-17px;bottom:-25px;width:50%;height:60%;border-radius:10px;background-color:rgba(0,0,0,0);background:radial-gradient(circle, #1C1C1C 10%, transparent 0%);background-size:1em 1em;opacity:1}.about-area .style-img::after{content:"";position:absolute;display:block;height:75%;width:75%;border-radius:0%;left:-30px;top:-20px;z-index:-2;border-radius:8px;opacity:.7;border:3px solid #2f4f4f}.about-area .ajust-style-int::before{content:"";left:-29px;bottom:-16px;right:0}.about-area .ajust-style-int::after{content:"";left:160px}@media only screen and (min-width: 992px)and (max-width: 1199px){.about-area .ajust-style-int::after{left:135px}}@media only screen and (min-width: 576px)and (max-width: 767px){.about-area .ajust-style-int::after{left:145px}}@media(max-width: 575px){.about-area .ajust-style-int::after{left:28%}}.about-area .section-title .counter-section span{text-transform:uppercase;font-size:.9em;display:inline}.about-area .section-title .counter-section span strong{font-size:1rem;color:#1c1c1c}.about-area .service-wrapper{-webkit-transition:all .5s ease;transition:all .5s ease;min-height:280px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px;padding:20px;border-radius:8px;position:relative}@media only screen and (min-width: 992px)and (max-width: 1199px){.about-area .service-wrapper{min-height:350px}}@media only screen and (min-width: 768px)and (max-width: 991px){.about-area .service-wrapper{min-height:345px}}.about-area .service-wrapper h3{font-size:20px}.about-area .service-wrapper p{font-size:15px}.about-area .service-wrapper .icon{width:60px;height:60px;line-height:45px;-webkit-transition:all .5s ease;transition:all .5s ease;color:#2f4f4f;box-shadow:rgba(0,0,0,.24) 0px 3px 8px;border-radius:8px}.about-area .service-wrapper .icon .uim-svg{display:inline-block;height:1.2em;vertical-align:-0.4em;font-size:34px}.about-area .service-wrapper .icon .uim-svg img{width:40px}.about-area .service-wrapper .big-icon{position:absolute;right:0;bottom:0;opacity:.05;-webkit-transition:all .5s ease;transition:all .5s ease}.about-area .service-wrapper .big-icon .uim-svg{font-size:34px;transition:all .5s ease}.about-area .service-wrapper:hover{-webkit-box-shadow:0 10px 25px rgba(47,60,78,.15) !important;box-shadow:0 10px 25px rgba(47,60,78,.15) !important;background:#fff;-webkit-transform:translateY(-8px);transform:translateY(-8px);border-color:rgba(0,0,0,0) !important}.about-area .service-wrapper:hover .hover-img{width:95px}.about-area .service-wrapper:hover .big-icon{z-index:-1;opacity:.1;margin-bottom:-10px}.about-area .service-wrapper:hover .big-icon .uim-svg{font-size:160px}.about-area .service-wrapper:hover .icon{background:#f5f3ef !important;color:#c6a972 !important}.about-area .service-wrapper .content .title{-webkit-transition:all .5s ease;transition:all .5s ease;font-weight:500}.tabs-box .tab-btn-box{position:relative;max-width:100%;margin-bottom:20px}.tabs-box .tab-btn-box .tab-btns{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:left;border-radius:10px}.tabs-box .tab-btn-box .tab-btns .tab-btn{position:relative;display:inline-block;text-align:center;font-size:14px;line-height:20px;font-weight:500;text-transform:uppercase;padding:12px 20px;margin:5px;cursor:pointer;color:#1c1c1c;border-radius:10px;border:1px solid #1c1c1c;z-index:1;transition:all 500ms ease}@media(min-width:1400px),only screen and (min-width: 1200px)and (max-width: 1399px){.tabs-box .tab-btn-box .tab-btns .tab-btn{min-width:150px}}@media only screen and (min-width: 992px)and (max-width: 1199px){.tabs-box .tab-btn-box .tab-btns .tab-btn{min-width:100px}}@media only screen and (min-width: 768px)and (max-width: 991px){.tabs-box .tab-btn-box .tab-btns .tab-btn{min-width:fit-content}}.tabs-box .tab-btn-box .tab-btns .tab-btn::before{position:absolute;content:"";width:calc(100% + 2px);height:calc(100% + 2px);left:0px;top:0px;border-radius:10px;z-index:-1;opacity:0;transition:all 500ms ease;background:#2f4f4f}.tabs-box .tab-btn-box .tab-btns .tab-btn.active-btn{color:#fff}.tabs-box .tab-btn-box .tab-btns .tab-btn.active-btn::before{opacity:1}.tabs-content.white .tab .inner-box p{color:#000}.tabs-content .tab{display:none}.tabs-content .tab.active-tab{display:block}.tabs-content .inner-box{max-height:300px;overflow-y:auto}.tabs-content .inner-box p{font-size:16px;font-weight:300;margin-bottom:15px}.diferentials-area{background:linear-gradient(135deg, #2F4F4F, #1C1C1C);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center;overflow:hidden;box-shadow:inset 0 0 0 1000px rgba(21,22,22,.5);padding:100px 0}.diferentials-area .section-title{color:#fff}.diferentials-area .section-title .divider{width:200px}.diferentials-area .swiper-button-prev,.diferentials-area .swiper-button-next{position:absolute;top:55%;height:50px;width:50px;cursor:pointer;font-size:1.25rem;text-align:center;line-height:50px;background:#fff;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.23);transform:translateY(-50%);transition:transform .1s linear;z-index:3}.diferentials-area .swiper-button-prev::after,.diferentials-area .swiper-button-next::after{font-size:20px;color:#000018;font-weight:600}.section-text2{background:rgba(47,79,79,.1)}.section-text2 .style-box-image1{position:relative;transition:all .3s ease-in-out;background:#fff;border:1px solid #f5f3ef;text-align:center;border-radius:2px;height:515px;width:100%}.section-text2 .style-box-image1 img{position:relative;width:100%;height:100%;border-radius:3px;object-fit:cover;object-position:center}.swiper .swiper-button-prev,.swiper .swiper-button-next{position:absolute;top:55%;height:50px;width:50px;cursor:pointer;font-size:1.25rem;text-align:center;line-height:50px;background:#fff;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.23);transform:translateY(-50%);transition:transform .1s linear;z-index:3}.swiper .swiper-button-prev::after,.swiper .swiper-button-next::after{font-size:20px;color:#000018;font-weight:600}@media(min-width: 768px){.int-page-1 .ajust-float{width:55%;float:left;margin-right:20px}}.int-page-1 .ajust-float img{border-radius:5px;min-height:400px;object-fit:cover}@media(min-width: 992px){.int-page-1 .padding-lg-right{padding-right:5%}}.int-page-1 .swiper-button-prev,.int-page-1 .swiper-button-next{position:absolute;top:55%;height:50px;width:50px;cursor:pointer;font-size:1.25rem;text-align:center;line-height:50px;background:#fff;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.23);transform:translateY(-50%);transition:transform .1s linear;z-index:3}.int-page-1 .swiper-button-prev::after,.int-page-1 .swiper-button-next::after{font-size:20px;color:#000018;font-weight:600}.int-page-1 p{text-align:justify;hyphens:auto;word-break:break-word}.boxExpand{margin:10px 0;padding:10px 0}.boxExpand #contentExpand{position:relative;max-height:200px;overflow:hidden;transition:max-height .8s ease-in-out}.boxExpand #contentExpand ul li{list-style-position:inside}.boxExpand #contentExpand.expanded{max-height:5000px}.boxExpand #contentExpand.expanded::before{display:none}.boxExpand #contentExpand::before{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:90px;z-index:2;background:linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%)}.boxExpand .btn-expand{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:80px;top:0px;cursor:pointer;font-size:16px;font-weight:500;z-index:2;border:none;outline:none;transition:.3s ease;background:rgba(0,0,0,0)}.boxExpand .btn-expand i{position:relative;display:flex;align-items:center;justify-content:center;color:#2f4f4f;bottom:0px;font-size:40px;transition:.3s ease}.map-site ul li{margin-bottom:10px}.map-site ul li i{color:#2f4f4f}.map-site ul li a{color:#000;text-transform:uppercase;font-size:.9em}.map-site ul li a:hover{color:#f5f3ef;padding-left:5px}.politica-de-privacidade h2{margin-top:15px}.lgpd{position:fixed;bottom:4%;left:2%;max-width:360px;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:rgba(99,99,99,.2) 0px 2px 8px 0px;z-index:9999}.lgpd .title{font-weight:600;color:#1f2937}.lgpd .description{margin-top:1rem;font-size:.875rem;line-height:1.25rem;color:#4b5563}.lgpd .description a{color:#3b82f6}.lgpd .description a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.lgpd .actions{display:flex;align-items:center;justify-content:end;margin-top:1rem;-moz-column-gap:1rem;column-gap:1rem;flex-shrink:0}.lgpd .actions .pref{font-size:.75rem;line-height:1rem;color:#1f2937;-webkit-text-decoration-line:underline;text-decoration-line:underline;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);border:none;background-color:rgba(0,0,0,0)}.lgpd .actions .pref:hover{color:#9ca3af}.lgpd .actions .pref:focus{outline:2px solid rgba(0,0,0,0);outline-offset:2px}.lgpd .actions .accept{font-size:.75rem;line-height:1rem;background-color:#111827;font-weight:500;border-radius:.5rem;color:#fff;padding-left:1rem;padding-right:1rem;padding-top:.625rem;padding-bottom:.625rem;cursor:pointer;border:none;transition:all .15s cubic-bezier(0.4, 0, 0.2, 1)}.lgpd .actions .accept:hover{background-color:#374151}.lgpd .actions .accept:focus{outline:2px solid rgba(0,0,0,0);outline-offset:2px}/*# sourceMappingURL=style.css.map */
