@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Lato:wght@400;700;900&display=swap");
:root{box-sizing:border-box}html,body{overflow-x:hidden}html{width:100%;height:auto;min-height:100vh;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{position:relative;font-family:"Inter",sans-serif;font-size:14px;font-weight:normal;letter-spacing:0.04em;color:#000;width:100%;height:100vh;min-height:100%;min-width:320px;overflow-x:hidden;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body>main{position:relative;min-height:100vh;z-index:1}h1,h2,h3,h4,h5,h6{font-family:"Lato",sans-serif;font-weight:900}h1,h2,h3,h4,p,blockquote,figure,ol,ul{margin:0;padding:0}main,section,li{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit}a,button{color:inherit;transition:0.3s;cursor:pointer}a{text-decoration:none}button{overflow:visible;border:0;font:inherit;-webkit-font-smoothing:inherit;letter-spacing:inherit;background:none;cursor:pointer;padding:0}a,img{display:block}*,*::before,*::after{box-sizing:inherit}input:not([type="checkbox"]),input:not([type="radio"]),textarea,select,button{appearance:none;-webkit-appearance:textfield}::-moz-focus-inner{padding:0;border:0}:focus{outline:0}:selection{background-color:#000}img{max-width:100%;height:auto;border:0}[type="search"]::-webkit-search-cancel-button{appearance:none;display:none}.container{width:100%;margin-right:auto;margin-left:auto}@media (max-width: 767px){.container{padding-left:10px;padding-right:10px}}@media only screen and (min-width: 576px){.container{max-width:540px}}@media only screen and (min-width: 768px){.container{max-width:720px}}@media only screen and (min-width: 992px){.container{max-width:960px}}@media only screen and (min-width: 1200px){.container{max-width:1500px}}@media (max-width: 767px){.hide-sm{display:none !important}}@media (min-width: 1024px){.hide-lg{display:none !important}}.flex{display:flex}@media (min-width: 1024px){.flex--lg{display:flex}}@media (max-width: 767px){.flex--sm{display:flex}}.flex--space-between{justify-content:space-between}.flex--space-arround{justify-content:space-around}.flex--middle{justify-content:center}.flex--center{align-items:center}.flex--start{align-items:flex-start}.flex--row-inverse{flex-direction:row-reverse}.button{width:100%;max-width:150px;height:30px;text-align:center;background-color:#fb7e32;border-radius:0.2em;transform:scale(1);transition:all 0.3s ease;color:#fff;font-weight:800;font-size:16px;line-height:19px;display:flex;align-items:center;justify-content:center}.button:hover{transform:scale(0.98);background-color:#fb7e32e0}.button--secondary{background-color:transparent;border:1px solid #fff;color:#fff}.button--secondary:hover{background-color:#fff;border:1px solid #fff;color:#24a7ff}.slick__button{max-width:30px;position:absolute;top:55%;transform:translateY(-50%);z-index:2}.slick__button--prev{left:2vw}.slick__button--next{right:2vw}.slick-dots{position:absolute;left:50%;transform:translateX(-50%);display:flex;font-size:0;z-index:2}.slick-dots li{margin:0 5px}.slick-dots li.slick-active button{background-color:#ff743d !important;border-radius:25px;width:30px}.slick-dots li button{background-color:#fff;border-radius:100%;width:13px;height:13px}.slick-dots--gray li button{background-color:#C8C8C8}header{padding:10px 0;width:100%;z-index:3;background:#303030;height:90px}@media (max-width: 768px){header{padding:0;position:fixed;height:auto}}.logo{max-width:170px;margin:0 auto}.menu-logo{margin-top:1rem}.flex--middle{justify-content:space-between;display:flex;align-items:center;padding:0 3rem}@media (max-width: 968px){.flex--middle{flex-direction:row-reverse;justify-content:space-between;padding:0 1rem;gap:4rem}}@media (max-width: 767px){.flex--middle{justify-content:unset;gap:5rem}}nav{width:100%;height:60px;position:relative}nav .logo-holder{max-width:200px;margin-left:8rem}nav .menu-links{display:flex;gap:1.5rem;color:#ffffff;font-size:1.1rem}@media (max-width: 968px){nav .menu-links{display:none}}nav .menu-right{display:flex;color:#fff}nav .menu-right>li{display:inline-block}nav .menu-right>li>a{padding:20px;font-weight:600}.menu__button{left:0;width:40px;display:block}@media (max-width: 767px){.menu__button{width:20px}}.menu__button svg{fill:#fff;width:100%}.menu__aside{max-width:390px;width:90%;height:100%;position:fixed;top:0;left:0;background-color:#303030;z-index:6;transform:translateX(-200%);transition:0.3s}.menu-is-open .menu__aside{transform:translateX(0)}.menu__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#303030;opacity:0.8;z-index:2;opacity:0;pointer-events:none}.menu-is-open .menu__overlay{pointer-events:initial;opacity:0.8}.menu__close{position:absolute;right:10px;top:10px;z-index:3}.menu__close svg path{fill:#fff}.menu__list{padding-top:10vh}.menu__list .menu-item{color:#fff;margin:5px 0;padding:10px 0;padding-left:20px;border-bottom:1px solid #000}.footer{background-color:#2b2b2a;color:#fff;padding:30px 0}.footer .container{width:80%;max-width:1180px}.footer__about{padding:0 20px 0 20px}@media (max-width: 767px){.footer__about{padding:0}}.footer__about img{width:100%;max-width:190px;height:100%}@media (max-width: 767px){.footer__about img{margin:20px auto 40px auto}}@media (min-width: 1024px){.footer__about p{max-width:70%;font-size:1rem}}@media (max-width: 767px){.footer__about p{font-weight:300;line-height:30px;padding-bottom:20px;text-align:center}}.footer__links{border:1px solid #fff;border-left:0;border-right:0;margin:20px 0;padding:20px;height:100%;gap:4.2rem}@media (max-width: 767px){.footer__links{justify-content:center}}@media (min-width: 1024px){.footer__list{padding-right:50px}}.footer__list .menu-item{font-weight:300;font-size:15px;line-height:30px}.footer__list .menu-item:first-of-type{font-weight:700;font-size:18px;line-height:30px}.footer__badge{font-weight:700;font-size:20px;line-height:30px;text-transform:uppercase}.footer__badge .icon-badge{height:28px;margin-left:10px}.footer__copyright small,.footer__copyright address{font-style:normal;font-weight:300;font-size:1rem;line-height:30px}@media (max-width: 767px){.footer__copyright small,.footer__copyright address{display:block;text-align:center}}.footer__copyright small{margin:auto}.home__banner-tv img{width:100%}@media (min-width: 1024px){.home__banner-tv img{margin-top:-1rem}}.home__banner-tv .slick-dots{bottom:0}.home__title{font-weight:700;color:#000}.home__title--3{font-size:26px;line-height:30px;text-align:center;margin-bottom:50px;display:block}@media (max-width: 767px){.home__title--3{font-size:20px;margin-top:20px;margin-bottom:20px}}.home__shelf-body{width:100%;margin:0 auto;background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/bancada_1440.jpg);background-size:cover;background-repeat:no-repeat;background-position:top;height:704px;max-width:1600px}@media (min-width: 1700px){.home__shelf-body{height:800px}}@media (max-width: 1024px){.home__shelf-body{background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/bg_mobile_airfryer-147x300-1.jpg);height:auto}}.home__shelf-body .slick-dots{bottom:8rem}@media (min-width: 1500px){.home__shelf-body .slick-dots{bottom:9rem}}@media (max-width: 1280px){.home__shelf-body .slick-dots{bottom:7rem}}@media (max-width: 767px){.home__shelf-body .slick-dots{bottom:2%}}.home__shelf-buy{display:block}@media (max-width: 767px){.home__shelf-list .slick__button{padding:10px}.home__shelf-list .slick__button--prev{left:-4vw}.home__shelf-list .slick__button--next{right:-4vw}.home__shelf-list .slick__button .icon-arrow svg{width:11px}.home__shelf-list .slick__button .icon-arrow svg path{fill:#303030}}.home__shelf-content{position:relative;opacity:0;transition:0.3s;padding:50px 10px}@media (min-width: 1800px){.home__shelf-content{padding:6rem !important}}@media (min-width: 1024px){.home__shelf-content{padding:5vw 6vw}}.home__shelf-content.slick-current{opacity:1}.home__shelf-content.slick-slide{display:flex;justify-self:center;margin:auto}@media (max-width: 968px){.home__shelf-content.slick-slide{flex-direction:column}}@media (max-width: 767px){.home__shelf-content.slick-slide{flex-direction:column;height:847px;text-align:center}}@media (min-width: 1024px){.home__shelf-text{text-align:left;padding:0 3rem;width:52%}}@media (max-width: 1129px){.home__shelf-text{padding:0}}@media (max-width: 968px){.home__shelf-text{margin:0 auto}}@media (max-width: 767px){.home__shelf-text{padding:1rem}}.home__shelf-text h2{font-size:1.975rem;font-weight:900;background:#FF743D;padding:5px 15px;width:fit-content;color:#ffffff}@media (max-width: 767px){.home__shelf-text h2{font-size:1.5rem;text-align:left;margin-top:-2rem}}.home__shelf-text .text_info{color:#111111;margin-top:3rem}@media (max-width: 767px){.home__shelf-text .text_info{line-height:1;margin-top:1rem}}.home__shelf-text .text_info h3{font-size:1.3rem;font-weight:900;text-transform:uppercase;margin-top:2rem;display:flex;gap:0.5rem;align-items:center;margin-left:36px}@media (max-width: 767px){.home__shelf-text .text_info h3{font-size:0.875rem;text-align:left;margin-left:25px}}.home__shelf-text .text_info h3::before{content:'';background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/image-5-1.png);background-size:cover;background-repeat:no-repeat;width:28px;height:24px;position:absolute;margin-left:-35px}@media (max-width: 767px){.home__shelf-text .text_info h3::before{width:20px;height:19px;margin-left:-26px}}.home__shelf-text .text_info p{margin-top:1rem;font-size:1.1rem;font-weight:700;text-align:left;font-family:'Lato', sans-serif}@media (min-width: 1024px){.home__shelf-text .text_info p{margin-left:2.3rem}}@media (max-width: 767px){.home__shelf-text .text_info p{font-size:0.8rem;padding:0 1.6rem}}.home__shelf-img{margin:auto;max-width:330px}@media (max-width: 968px){.home__shelf-img{max-width:100%;margin-top:3rem}}@media (max-width: 767px){.home__shelf-img{margin-top:2rem;max-width:95% !important}}@media (min-width: 1280px){.home__shelf-img{max-width:650px}}@media screen and (min-width: 1024px) and (max-width: 1279px){.home__shelf-img{max-width:100%;margin-top:3.5rem}}@media (min-width: 1700px){.home__shelf-img{max-width:750px}}.home__shelf-img.second{margin-top:0}@media (min-width: 1728px){.home__shelf-img.second{max-width:650px !important}}@media (max-width: 968px){.home__shelf-img.second{margin-top:4rem}}@media screen and (min-width: 1024px) and (max-width: 1279px){.home__shelf-img.second{margin-top:4rem}}@media (max-width: 767px){.home__shelf-img.second{margin-top:3rem;max-width:90% !important}}.home__shelf-read-more{margin-top:2rem;color:#ffffff;font-weight:700;font-size:1.03rem;display:flex;background:#ff743d;border-radius:40px;padding:5px 25px;width:9rem;line-height:29px;transition:0.2s;cursor:pointer}.home__shelf-read-more:hover{filter:brightness(0.9)}@media (max-width: 968px){.home__shelf-read-more{margin:1.2rem auto}}@media (max-width: 767px){.home__shelf-read-more{width:7rem;padding:0 21px;margin:auto;margin-top:1.5rem;margin-bottom:-2.5rem;font-size:0.8rem}}.home__shelf-read-more.final{margin-top:-22rem}.home__shelf-buyzone{position:relative;padding:50px 0 0}@media (min-width: 1024px){.home__shelf-buyzone{padding:70px 0}}.home__shelf-buyzone .slick-dots{bottom:-40px}.home__shelf-box{transition:0.3s}.home__shelf-box:hover{opacity:0.9;transform:scale(0.95)}.home__shelf-box .button{margin:0 auto}.home__recipe{background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/image-8-1.png);background-size:cover;background-repeat:no-repeat;padding:4rem;margin:auto;display:flex;flex-direction:column}@media (max-width: 767px){.home__recipe{background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/image-8.png);background-size:cover;background-repeat:no-repeat;padding:50px 20px}}.home__recipe .home__recipe-mondial{max-width:1400px;margin:0 auto;margin-bottom:-2rem}@media (max-width: 767px){.home__recipe .home__recipe-mondial{margin-bottom:2rem}}.home__recipe-list{margin-bottom:2rem}@media (min-width: 1025px){.home__recipe-list{max-width:1130px;margin:0 auto}}@media (max-width: 767px){.home__recipe-list .slick__button{display:none !important}}.home__recipe-list .slick__button svg path{fill:#a2a2a2}.home__recipe-list .slick__button--next{position:absolute;right:1vw}.home__recipe-list .slick__button--next svg{width:24px;height:24px}.home__recipe-list .slick__button--prev{position:absolute;left:1vw}.home__recipe-list .slick__button--prev svg{width:24px;height:24px}.home__recipe-list .slick-dots{bottom:-36px}.home__recipe-list .slick-dots li button{background:#c8c8c8}.home__recipe-item{margin-top:3rem;background-color:#ffffff;border-radius:1.5rem;margin:0.1rem;margin-top:3rem}@media (max-width: 767px){.home__recipe-item{margin-top:0}}@media (min-width: 1024px){.home__recipe-item.slick-slide{display:flex;gap:2rem}}@media (max-width: 968px){.home__recipe-item.slick-slide{width:100%}}.home__recipe-item img{height:auto;width:52%;border-radius:1.5rem}@media (max-width: 767px){.home__recipe-item img{width:auto}}@media (max-width: 968px){.home__recipe-item img{width:100%}}.home__recipe-content{display:flex;flex-direction:column;justify-content:space-evenly;text-align:left;gap:0.6rem}@media screen and (max-width: 968px) and (min-width: 767px){.home__recipe-content{padding:2rem;height:20rem}}@media (max-width: 767px){.home__recipe-content{padding:1rem}}.home__recipe-content h3{font-size:1.3rem;line-height:24px}.home__recipe-content p{font-weight:400;font-size:16px;line-height:19px;max-width:450px;margin-top:-2rem}@media (max-width: 767px){.home__recipe-content p{margin-bottom:20px;font-size:0.875rem;margin-top:0.5rem}}.home__recipe-badges{display:flex;align-items:center;gap:10px}.home__badges{width:31%;height:1.8rem;color:#fff;background-color:#FF743D;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;line-height:17px;margin-top:30px}.home__badges:first-of-type{margin-left:0}.home__badges--blue{background-color:#5164a9}.home__badges--green{background-color:#6cab45}@media (max-width: 767px){.home__badges{font-size:0.7rem}}.home__recipe-timer{display:flex;align-items:center;color:#a4a4a4;font-weight:600;font-size:16px;line-height:24px}@media (max-width: 767px){.home__recipe-timer{margin-top:10px}}.home__recipe-timer .icon-timer{background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/Vector-2.png);background-size:cover;background-repeat:no-repeat;width:20px;height:21px;margin-right:10px}.home__box{position:relative}@media (max-width: 767px){.home__box{flex-direction:column;padding-bottom:40px}}@media (min-width: 1024px){.home__box--inverse{flex-direction:row-reverse}}@media (max-width: 767px){.home__box--inverse{flex-direction:column}}.home__box-text{padding:0 20px;position:relative;z-index:3;height:100%}@media (min-width: 1024px){.home__box-text{width:50%;padding:0}}.home__box-text h3{color:#ff743d;font-weight:600;font-size:25px;line-height:30px}@media (min-width: 1024px){.home__box-text h3{font-size:35px;line-height:42px}}@media (max-width: 767px){.home__box-text h3{text-align:center;margin:20px 0}}.home__box-text p{font-weight:300;font-size:16px;line-height:20px;text-align:center;color:#000000}@media (min-width: 1024px){.home__box-text p{font-size:20px;line-height:30px;text-align:justify}}@media (min-width: 1024px){.home__text-content{max-width:505px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}}.home__box-img{position:relative}@media (min-width: 1024px){.home__box-img{width:50%}.home__box-img::after{content:"";width:50%;height:100%;position:absolute;top:0}.home__box-img--right::after{right:-10%;background:linear-gradient(270deg, #fff 38.01%, rgba(255,255,255,0) 66.22%)}.home__box-img--left::after{left:-10%;background:linear-gradient(90deg, #fff 38.01%, rgba(255,255,255,0) 66.22%)}}.home__box-img img{width:100%}.home__products{padding:0 6rem;margin-top:5rem}@media (max-width: 767px){.home__products{padding:0 1.5rem;margin-top:5rem}}.home__products .container{padding-left:0;padding-right:0;max-width:1150px}.home__products h3{font-size:2.7rem;text-align:center}@media (max-width: 767px){.home__products h3{font-size:1.3rem}}.home__products ul{display:grid;gap:5rem 4.5rem;grid-template-columns:repeat(4, 1fr);margin-top:3rem}@media (max-width: 1024px){.home__products ul{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 768px){.home__products ul{grid-template-columns:repeat(2, 1fr);gap:2rem 1rem}}.home__products ul li article{height:22rem}.home__products ul li article img{width:95%;height:auto;margin:auto}@media (max-width: 968px){.home__products ul li article img{width:9.75rem;height:9.75rem}}.home__products ul li article h3{font-size:1.05rem;font-weight:900}@media (max-width: 767px){.home__products ul li article h3{font-size:0.8rem}}.home__products ul li article p{text-align:center;margin-top:1rem}@media (max-width: 767px){.home__products ul li article p{font-size:0.7rem;line-height:1.2}}.home__products ul li article span{font-size:0.775rem;font-weight:700;color:#FF743D;text-decoration:underline}@media (max-width: 767px){.home__products ul li article span{font-size:0.6rem}}.home__products .home__products-read-more{background:#FF743D;border-radius:1.1rem;color:#ffffff;font-size:1.1rem;font-weight:700;margin:auto;padding:0.5rem 3rem;display:flex;justify-content:center;margin-top:5rem}.home__youtube{margin:0 auto;text-align:center;margin-top:6rem;margin-bottom:2rem}.home__youtube h3{font-size:2.7rem;margin-bottom:3rem}@media (max-width: 767px){.home__youtube h3{font-size:1.8rem}}.home__youtube iframe{width:80%}@media (max-width: 968px){.home__youtube iframe{width:100%}}@media (max-width: 767px){.home__youtube iframe{height:13rem}}.home__you-are-now{margin:0 auto;text-align:center;margin-top:8rem;margin-bottom:2rem;max-width:1150px}.home__you-are-now h3{font-size:2.5rem;margin-bottom:3rem}@media (max-width: 767px){.home__you-are-now h3{font-size:1.8rem}}.home__you-are-now .container{padding-left:0;padding-right:0}.home__you-are-now ul li .content-drawer{display:none}.home__you-are-now ul li a{margin:auto;background:#EDEDED;color:#111111;font-weight:600;display:flex;align-items:center;padding:0.4rem 0.9rem;text-align:left;width:90%;height:4rem;margin-bottom:0.5rem}.home__you-are-now ul li a::after{content:'';background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/Vector-3.png);background-size:contain;background-repeat:no-repeat;width:1rem;height:1rem;display:flex;margin-left:auto;margin-top:0.2rem}@media (max-width: 767px){.home__you-are-now ul li a{font-size:0.875rem;width:100%;height:5rem;margin-bottom:0.3rem}.home__you-are-now ul li a span{width:20rem}}.home__you-are-now ul li.open a::after{content:'';background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/Vector-1.png);background-size:contain;background-repeat:no-repeat;width:1rem;height:1rem;display:flex;margin-left:auto;margin-top:0.2rem}.home__you-are-now ul li.open .content-drawer{display:block;background:#F7F7F7;width:90%;margin:auto;padding:3rem;text-align:left;font-size:1rem;color:#111;font-family:'Inter', sans-serif;margin-top:-0.8rem;margin-bottom:1rem}.home__you-are-now ul li.open .content-drawer p{width:70%}.home__you-are-now ul li.open .content-drawer iframe{width:100%}@media (max-width: 767px){.home__you-are-now ul li.open .content-drawer{padding:2rem !important;width:100%}.home__you-are-now ul li.open .content-drawer iframe{width:100%}.home__you-are-now ul li.open .content-drawer p{width:100%}}.home__you-are-now ul li.open .video-iframe{margin:0 auto;justify-content:center;display:flex}.home__you-are-now ul li.open .video-iframe iframe{width:auto}.home__you-are-now ul li.open .cesto-removivel{padding:3rem}.home__you-are-now ul li.open .cesto-removivel .sub-content-menu{display:flex;gap:3rem;margin-top:2rem}@media (max-width: 767px){.home__you-are-now ul li.open .cesto-removivel .sub-content-menu{flex-direction:column}}.home__you-are-now ul li.open .cesto-removivel .sub-content-menu .sub-content-info h4{margin-bottom:1rem}.home__you-are-now ul li.open .cesto-removivel .sub-content-menu .sub-content-info ul{margin-bottom:1rem}.home__you-are-now ul li.open .cesto-removivel .sub-content-menu .sub-content-info ul li{line-height:24px;align-items:center;display:flex;margin-left:1rem}.home__you-are-now ul li.open .cesto-removivel .sub-content-menu .sub-content-info ul li::before{content:'.';color:#000000;font-weight:bold;font-size:2rem;margin-top:-1rem}@media (max-width: 767px){.home__you-are-now ul li.open .cesto-removivel .sub-content-menu .sub-content-info ul li{gap:5px;margin-top:0.4rem}}.home__you-are-now ul li.open .area-plana{padding:3rem}.home__you-are-now ul li.open .area-plana img{margin-top:1rem}.home__you-are-now ul li.open .area-plana h4{margin-top:2rem;color:#F7773F;width:30%;text-align:center;margin-left:2rem}@media (max-width: 767px){.home__you-are-now ul li.open .area-plana h4{width:100%;margin-left:0}}.home__you-are-now ul li.open .dicas-profissinal{display:grid;line-height:30px;padding:2rem 3rem}.home__you-are-now ul li.open .dicas-profissinal span{margin-top:0.4rem}.home__you-are-now ul li.open .assistencia-tecnica{padding:1rem 3rem}.home__you-are-now ul li.open .assistencia-tecnica p{margin-top:1rem}.home__you-are-now ul li.open .assistencia-tecnica .link-menu-drawer a{background:transparent;margin-left:-1rem;margin-top:2rem}.home__you-are-now ul li.open .assistencia-tecnica .link-menu-drawer a span{font-weight:400;text-decoration:underline;display:flex;gap:0.3rem}.home__you-are-now ul li.open .assistencia-tecnica .link-menu-drawer a span:before{content:'';background:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/07/link-one.png);background-size:contain;background-repeat:no-repeat;display:block;width:1rem;height:1rem}.home__you-are-now ul li.open .assistencia-tecnica .link-menu-drawer a:after{display:none}.home__you-are-now .acessorios{padding:3rem !important}.home__you-are-now .acessorios h4{margin-bottom:1rem;margin-top:1rem}.home__you-are-now .acessorios ul{margin-bottom:1rem}.home__you-are-now .acessorios ul li{line-height:24px;align-items:center;display:flex;margin-left:1rem}.home__you-are-now .acessorios ul li::before{content:'.';color:#000000;font-weight:bold;font-size:2rem;margin-top:-1rem}.home__newsletter{padding:20px 0 40px 0;background-color:#ededed}@media (min-width: 1024px){.home__newsletter{padding:70px 0}}.home__newsletter h4{font-size:1.5rem;line-height:36px;text-align:center}@media (min-width: 1024px){.home__newsletter h4{font-size:45px;line-height:55px;text-align:left}}.home__newsletter small{margin-top:20px;display:block;font-weight:400;font-size:13px;line-height:16px;text-align:center}.home__newsletter-list{padding:10px 0}@media (min-width: 1024px){.home__newsletter-list{padding:30px 0}}.home__newsletter-item{margin:5px 0;display:flex}.home__newsletter-item .icon-check{width:16px;height:16px;background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/2023/06/Vector.png);background-size:contain;background-repeat:no-repeat;margin-right:20px}@media (max-width: 767px){.home__newsletter-item{align-items:center;width:60%;margin:15px auto}.home__newsletter-item span{font-size:14px;font-weight:600}}.home__newsletter-container{margin:0 auto;max-width:1040px;width:100%;padding:0 10px}.home__newsletter-container .home__newsletter-title-image{display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.home__newsletter-container .home__newsletter-title-image{flex-direction:column-reverse;font-size:1.5rem}.home__newsletter-container .home__newsletter-title-image img{height:90px}}@media (min-width: 1024px){.home__form{display:flex;background-color:#fff;border-radius:6px}}.home__form input{width:100%;border:none;padding:10px 20px;box-sizing:border-box;border-radius:6px;font-size:1.2rem}.home__form input::placeholder{font-family:"Inter",sans-serif;font-weight:300;font-size:1.5rem;line-height:22px;color:#757575}@media (max-width: 767px){.home__form input{border:1px solid #dcdcdc;border-radius:6px;height:60px}}.home__form button.disabled-button{color:#303030;background-color:#B1B1B1;cursor:not-allowed;width:100%;height:60px;font-size:20px;font-weight:700;line-height:24px;text-transform:uppercase;border-radius:6px;margin:10px 0}@media (min-width: 1024px){.home__form button.disabled-button{font-size:30px;line-height:43px;margin:6px;width:290px;height:calc(70px - 6px)}}@media (max-width: 767px){.home__form button.disabled-button{display:flex;justify-content:center;align-items:center}}.home__form button{background:#FF743D;color:#fff;width:100%;height:60px;font-size:20px;font-weight:700;line-height:24px;text-transform:uppercase;border-radius:6px;margin:10px 0;cursor:pointer}@media (min-width: 1024px){.home__form button{font-size:30px;line-height:43px;margin:6px;width:290px;height:calc(70px - 6px)}}@media (max-width: 767px){.home__form button{display:flex;justify-content:center;align-items:center}}.home__about{padding:70px 0}.home__about img{margin:0 auto}@media (max-width: 767px){.home__about img{max-width:178px}}@media (max-width: 767px){.home__about .description{margin:20px 0;font-weight:300;font-size:12px;line-height:15px;text-align:center;padding-left:20px;padding-right:20px}}@media (min-width: 1024px){.home__about .description{margin:50px 0}}.home__about .full-banner{width:100%;margin-top:50px;max-width:inherit}.home__about h4{color:#000000;text-align:center;font-weight:500;font-size:14px;line-height:17px}@media (min-width: 1024px){.home__about h4{font-size:30px;line-height:36px}}.product header{background-color:#303030}.product main{padding-top:70px}.product__banner-tv{position:relative}.product__banner-tv picture{width:100%}.product__banner-tv picture img{width:100%}.product__float-text{width:100%;position:absolute;top:5vh;left:50%;transform:translateX(-50%);text-align:center}@media (max-width: 767px){.product__float-text{padding:0 10px}}.product__float-text h1{color:#ff743d;font-weight:800;font-size:21px;line-height:25px;margin-top:20px}@media (min-width: 1024px){.product__float-text h1{white-space:nowrap;font-size:50px;line-height:61px;margin-top:0}}.product__float-text h2{font-weight:800;font-size:20px;line-height:24px;color:#303030}@media (min-width: 1024px){.product__float-text h2{font-size:40px;line-height:48px}}.product__highlights{background-color:#2c2c2c}.product__highlights-list{flex-wrap:wrap;position:relative}@media (min-width: 1024px){.product__highlights-list{top:-100px}}@media (max-width: 767px){.product__highlights-list{padding:30px 20px 0 20px}}.product__highlights-item{padding-bottom:40px}@media (min-width: 1024px){.product__highlights-item{width:40%}}.product__highlights-item h3{color:#ff743d;font-weight:600;font-size:23px;line-height:28px;margin-bottom:10px}@media (min-width: 1024px){.product__highlights-item h3{font-size:35px;line-height:42px}}.product__highlights-item p{color:#ffffff;font-weight:300;font-size:14px;line-height:19px}@media (min-width: 1024px){.product__highlights-item p{font-size:24px;line-height:29px}}@media (min-width: 1024px){.product__highlights-item--right{text-align:right}.product__highlights-item--right .icon-highlight img{margin-left:auto}}@media (max-width: 767px){.product__highlights-item{text-align:center}.product__highlights-item img{margin:0 auto}}.product__capacity{padding-bottom:50px;background-color:#2c2c2c}.product__capacity h3{color:#ff743d;font-weight:800;font-size:23px;line-height:28px;text-align:center;padding-top:20px;padding-bottom:20px}@media (min-width: 1024px){.product__capacity h3{padding-top:0;font-size:50px;line-height:61px}}.product__capacity p{color:#ffffff;font-weight:300;font-size:18px;line-height:22px;text-align:center;margin-bottom:10px}@media (min-width: 1024px){.product__capacity p{text-align:left;font-size:24px;line-height:29px;max-width:850px;margin:0 auto}}.product__layer-img{position:relative}.product__img-group{padding:40px}.product__cover-img,.product__cover-base{width:80%;position:absolute;top:40%;left:50%;transform:translate(-50%, -50%);transition:0.3s}.product__cover-img{z-index:2}.product__cover-base{z-index:1}@media (max-width: 767px){.product__tips{flex-wrap:wrap}}@media (max-width: 767px){.product__tips-list{order:1}}.product__tips-item{margin:20px 0}.product__tips-button{background-color:transparent;width:177px;height:54px;border:2px solid #ff743d;color:#ff743d;font-weight:700;font-size:17px;line-height:21px;border-radius:7px;transition:0.3s}.product__tips-button:hover{background-color:#ff743d;color:#fff}@media (min-width: 1024px){.product__tips-button{width:245px;height:75px;font-size:24px;line-height:29px}}@media (max-width: 767px){.product__group-img{order:0}}.product__box{padding:20px 0;position:relative}@media (min-width: 1024px){.product__box{padding:50px 0}}.product__box--bg{background-image:url(//airfryermondial.dev.mondialgroup.com.br/wp-content/uploads/mondial/bg-marmore.png)}@media (min-width: 1024px){.product__box-text{width:50%}}.product__box-text--bigger h3{color:#ff743d;font-weight:800;font-size:23px;line-height:28px;text-transform:uppercase;text-align:center}@media (min-width: 1024px){.product__box-text--bigger h3{text-align:left;font-size:34px;line-height:41px}}.product__box-text--bigger p{color:#303030;font-weight:600;margin-top:10px;font-size:16px;line-height:19px}@media (min-width: 1024px){.product__box-text--bigger p{font-size:25px;line-height:30px}}.product__box-text--bigger ul{list-style:disc;padding-left:20px;padding-top:20px}.product__box-text--bigger li{color:#303030;display:list-item;font-weight:600;font-size:16px;line-height:19px}@media (min-width: 1024px){.product__box-text--bigger li{font-size:25px;line-height:30px}}.product__box-text--normal h3{color:#ff743d;font-weight:600;font-size:23px;line-height:28px;text-align:center}@media (min-width: 1024px){.product__box-text--normal h3{text-align:left;font-size:30px;line-height:36px}}.product__box-text--normal p{color:#303030;font-weight:400;font-size:16px;line-height:19px;margin-top:20px;text-align:center}@media (min-width: 1024px){.product__box-text--normal p{text-align:left;font-size:20px;line-height:25px}}.product__box-img{min-height:279px;padding:10px 0;cursor:pointer}@media (min-width: 1024px){.product__box-img{min-height:500px;position:initial;width:50%;padding:0}}.product__box-img:hover .product__img-bottom{transform:translateX(-60%)}.product__img-top,.product__img-bottom{position:absolute;right:0;z-index:2}@media (max-width: 767px){.product__img-top,.product__img-bottom{max-width:196px}}.product__img-bottom{z-index:1;transition:0.3s}@media (max-width: 767px){.product__img-bottom{max-width:initial;max-height:259px}}.product__banner-text{position:relative}.product__box-content{padding:40px;background:#303030}@media (min-width: 1024px){.product__box-content{width:50%;max-width:550px;position:absolute;top:50%;left:4vw;transform:translateY(-50%);opacity:0.9}}.product__box-content h3{font-weight:600;font-size:23px;line-height:28px;text-align:center;margin-bottom:10px;color:#ff743d}@media (min-width: 1024px){.product__box-content h3{font-size:30px;line-height:36px;text-align:left}}.product__box-content p{font-weight:400;color:#ffffff;margin:10px 0;font-size:16px;line-height:25px;text-align:center}@media (min-width: 1024px){.product__box-content p{text-align:left;font-size:17px;line-height:25px}}.product__description{background:#303030;padding:50px 0}.product__dimensions{padding-bottom:60px}.product__description-text h4{color:#ff743d;font-weight:800;font-size:20px;line-height:30px;margin-bottom:10px;text-align:center}@media (min-width: 1024px){.product__description-text h4{text-align:left;font-size:27px;line-height:33px}}.product__description-text p{color:#fff;font-weight:300;font-size:12px;line-height:30px}@media (min-width: 1024px){.product__description-text p{font-size:20px;line-height:30px}}.product__made{color:#fff;font-weight:700;margin-top:50px;margin-bottom:20px;display:block;font-size:12px;line-height:30px}@media (min-width: 1024px){.product__made{margin-bottom:0;font-size:20px;line-height:30px}}.product__about{padding:50px 0}.product__about img{margin:0 auto 70px auto}.product__about p{font-weight:300;font-size:20px;line-height:30px;margin-bottom:20px}