/*Theme Name:moveisrohde
Author:Due Propaganda
Author URI:http://www.duepropaganda.com.br
*/
:root{
--red:#bd080d;
--red-dark:#9e0509;
--gold:#d3a000;
--cream:#f3f0e9;
--cream-dark:#e8e2d8;
--white:#fff;
--text:#2b1e0c;
--text-light:#665d55;
--border:#2c211824;
--serif:"Libertinus Serif",Georgia,serif;
--sans:Inter,Arial,sans-serif;
--container:1380px}
*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text);background:var(--white);overflow-x:hidden;font-size:16px}
html, body {overflow-x: clip}
[data-aos] {pointer-events:auto !important}
img{display:block;max-width:100%}
p{line-height:1.6em}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
h1,h2,h3{font-family:var(--serif);font-weight:600;line-height:1}
hr{border:none !important}
.centro{width:90%;max-width: 1360px; margin: auto}
.flex{display:flex}
.spacebetween{justify-content:space-between}
.center{justify-content:center}
.aligncenter{align-items:center}
.column{flex-direction:column}
.eyebrow{display:block;margin-bottom:18px;color:var(--gold);font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:50px;padding:0 24px;font-family:var(--sans);font-size:14px;font-weight:600;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}
.btn-arrow{font-size:21px;line-height:1;transition:transform .25s ease}
.btn:hover .btn-arrow{transform:translateX(5px)}
.btn-gold{background:var(--gold);color:var(--white)}
.btn-gold:hover{background:var(--red)}
.btn-outline{margin-top:10px;border:1px solid var(--gold);color:var(--white);background:var(--gold)}
.btn-outline:hover{background:var(--red);border-color:var(--red)}
.btn-cta{border:1px solid var(--gold);color:var(--white);background:transparent;border-radius:7px}
.btn-cta:hover{background:var(--gold)}
.btn-cta img{width:20px;height:20px}
.cta-section .btn{border-radius:7px;font-size:20px;padding:20px 30px}
.cta-section .btn img{width:25px;height:auto}
.hero{display:grid;grid-template-columns:minmax(300px,1fr) minmax(0,2fr);width:100%;min-height:760px;height:100vh;max-height:1000px}
.hero-slider{position:relative;min-width:0;min-height:0}
.rohdeSwiper,.hero-slide{width:100%;height:100%}
.hero-slide{position:relative;overflow:hidden}
.hero-slide > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%)}
.hero-caption{position:absolute;z-index:3;left:5%;bottom:5%}
.hero-caption h1,.hero-caption h2{color:var(--white);font-size:3.2em;line-height:.94;letter-spacing:-.025em}
.hero-caption h1 span,.hero-caption h2 span{color:var(--gold)}
.hero-caption p{max-width:480px;margin:22px 0 28px;color:var(--white);font-size:16px;line-height:1.6}
.swiper-button-prev,.swiper-button-next{width:54px;height:52px;margin-top:0;top:50%;transform:translateY(-50%);background-color:#bd080dcc;color:var(--white)}
.swiper-button-prev{left:0}
.swiper-button-next{right:0}
.swiper-button-prev::after,.swiper-button-next::after{font-size:19px;font-weight:600}
.swiper-pagination{bottom:26px!important}
.swiper-pagination-bullet{width:8px;height:8px;opacity:1;background:var(--white)}
.swiper-pagination-bullet-active{background:var(--gold)}
.hero-info{position:relative;z-index:5;display:flex;align-items:center;justify-content:center;background:var(--cream)}
.hero-info-inner{display:flex;flex-direction:column;align-items:center;width:min(100%,460px);padding:clamp(50px,7vw,90px) 40px 50px;text-align:center}
.logo-link{width:630px;max-width:90%}
.logo-link img{width:100%}
.hero-location{margin:2em auto;font-family:var(--serif);font-size:20px;font-style:italic;color:#2b1e0c;font-weight:400;letter-spacing:-.5px}
.hero-description{max-width:330px}
.hero-description p{font-size:16px;line-height:1.55}
.hero-whatsapp{display:inline-flex;align-items:center;gap:8px;margin-top:28px;color:var(--text);font-size:15px;font-weight:500;transition:color .2s ease}
.hero-whatsapp:hover{color:var(--red)}
.hero-whatsapp img{width:21px;height:21px}
.hero-menu{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;margin-top:3em;margin-bottom:6em;padding-top:3em;border-top:1px solid var(--border)}
.hero-menu a{position:relative;font-size:16px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:color .2s ease;color:#2b1e0c}
.hero-menu a::after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:var(--gold);transition:width .25s ease}
.hero-menu a:hover{color:var(--red)}
.hero-menu a:hover::after{width:100%}
#menu-mobile{display:none;position: fixed !important;top: 0 !important;right: 0 !important;width: 0 !important;height: 0 !important;z-index: 999999 !important;opacity: 0 !important;
    visibility:hidden !important;}
.redes a{margin:0 15px}
.redes img{width:30px}
.sobre{position:relative;display:grid;grid-template-columns:minmax(360px,1fr) minmax(0,2fr);min-height:520px;background:var(--cream)}
.sobre-empresa{display:flex;flex-direction:column;justify-content:center;padding:60px 10% 60px 60px;align-items:flex-start}
.sobre-empresa h2{margin-bottom:34px;font-size:clamp(45px,4.1vw,66px);line-height:.97;letter-spacing:-.02em}
.sobre-empresa p{margin-bottom:22px;color:var(--text);font-size:15px;line-height:1.7}
.foto-empresa{position:relative;min-height:620px;overflow:hidden}
.foto-empresa img{width:100%;height:100%;object-fit:cover;object-position:center}
.destaques-empresa{margin-top:3em;display:flex;width:60%;background:var(--red);color:var(--white);box-shadow:0 18px 50px #00000026}
.highlight-item{display:flex;align-items:center;gap:15px;min-height:150px;padding:25px;border-right:1px solid #ffffff59;width:50%}
.highlight-item:last-child{border-right:0}
.highlight-item > img{flex:0 0 auto;width:38px;height:38px;object-fit:contain}
.highlight-item div{display:flex;flex-direction:column}
.highlight-item strong{font-size:14px;line-height:1.25}
.highlight-item span{margin-top:8px;font-size:12px;line-height:1.4}
.products-section{padding:130px 5% 120px;background:var(--white)}
.section-heading{max-width:850px;margin:0 auto 55px;text-align:center}
.section-heading h2{font-size:clamp(48px,4vw,64px);line-height:1;letter-spacing:-.02em}
.section-heading p{margin-top:18px;color:var(--text-light);font-size:15px;line-height:1.6}
.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,3vw,50px);max-width:var(--container);margin:auto}
.product-card{text-align:center}
.product-image{display:block;overflow:hidden;aspect-ratio:1.18 / 1;background:var(--cream)}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.product-image:hover img{transform:scale(1.035)}
.product-content{padding-top:18px}
.product-content h3{font-size:30px;line-height:1}
.product-content p{margin-top:14px;color:var(--text-light);font-family:var(--serif);font-size:18px;line-height:1.25}
.product-link{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:var(--gold);font-size:13px;font-weight:700;transition:color .2s ease}
.product-link span{font-size:18px;transition:transform .2s ease}
.product-link:hover{color:var(--red)}
.product-link:hover span{transform:translateX(4px)}
.cta-section{display:flex;align-items:center;justify-content:center;min-height:150px;padding:60px 5%;background:linear-gradient(to right,#7a0a0b 46%,#b20e10 100%);color:var(--white)}
.cta-mark{margin-right:160px}
.cta-mark img{width:auto;height:130px;object-fit:contain}
.cta-text{display:flex;flex-direction:column;font-family:var(--serif);font-size:clamp(28px,2.7vw,42px);line-height:1.2em;margin-right:120px}
.cta-text span{color:var(--white)}
.cta-text strong{color:var(--gold);font-weight:600}
.footer{background:linear-gradient(to right,#eeebe5 0%,#fff 100%)}
.footer-main{display:flex;max-width:1380px;margin:auto;padding:80px 0}
.footer-brand{display:flex;align-items:center;justify-content:center;padding-right:60px;border-right:1px solid var(--border);width:30%}
.footer-brand img{width:260px;height:auto}
.footer-info{display:flex;padding-left:55px;width:70%}
.footer-contact{display:flex;flex-direction:column;padding-right:55px;font-size:14px;border-right:1px solid var(--border);width:45%;justify-content:center}
.footer-address{display:flex;flex-direction:row;padding-left:55px;font-size:14px;width:55%;align-items:center}
.footer-address p{line-height:1.8em;margin-left:9px}
.footer-contact > strong{margin-bottom:12px}
.footer-contact a,.footer-contact p{display:flex;align-items:flex-start;gap:9px;margin-top:10px;line-height:1.5}
.footer-contact a:hover{color:var(--red)}
.footer-contact img{flex:0 0 auto;width:18px;height:18px;margin-top:2px;object-fit:contain}
.footer-contact p span{margin-left:27px}
.footer-contact .redes{margin-top:30px}
.footer-contact .redes a{margin:0 30px 0 0;line-height:1.5}
.footer-contact .redes img{width:27px;height:auto}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1380px;margin:auto;padding:18px 7% 24px;border-top:1px solid var(--gold);color:#8b857f;font-size:11px}
.footer-bottom a{color:var(--text)}
.footer-bottom a:hover{color:var(--red)}
.interno{display:grid;grid-template-columns:33.3% 66.7%;width:100%;align-items:start}
.interno header{position:sticky;top:0;width:100%;height:100vh;display:flex;z-index: 00;}
.interno main{width:90%;min-width:0;margin:5%}
.interno header .hero-info{width:100%;height:100vh}
.menu-dropdown{width:100%;display:flex;flex-direction:column;align-items:center}
.menu-dropdown-toggle{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;padding:0;border:0;background:transparent;color:var(--text);font-family:var(--sans);font-size:16px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.menu-dropdown-toggle:hover{color:var(--red)}
.menu-arrow{display:inline-block;font-size:17px;line-height:1;transition:transform .25s ease}
.submenu{display:flex;flex-direction:column;align-items:center;gap:10px;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease,margin-top .35s ease}
.menu-dropdown.open .submenu{max-height:150px;opacity:1;margin-top:14px;padding-bottom:15px}
.menu-dropdown.open .menu-arrow{transform:rotate(180deg)}
.submenu a{font-family:var(--sans);font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);transition:color .2s ease}
.submenu a:hover{color:var(--red)}
.menu-dropdown-toggle::after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1px;background:var(--gold);transition:width .25s ease}
.menu-dropdown-toggle:hover::after,.menu-dropdown.open .menu-dropdown-toggle::after{width:100%}
#conteudo .eyebrow{font-weight:400;color:#000}
#conteudo .eyebrow a.current{color:#c99c00}
#conteudo h1{font-size:52px}
#conteudo h2{font-size:34px;color:#b20e10;margin:25px 0 10px}
#conteudo h3{text-align:left;color:var(--gold);font-style:italic;font-weight:800;font-size:30px;letter-spacing:-1px;margin:15px 0 5px}
#conteudo .eyebrow{display:block;margin-bottom:18px;font-family:var(--sans);font-size:13px;font-weight:400;color:#000;letter-spacing:.08em;text-transform:uppercase}
#conteudo .eyebrow a{color:#000;text-decoration:none}
#conteudo .eyebrow a.current{color:#c99c00}
#conteudo .product-card h3{text-align:center;margin:0}
#conteudo .product-link{margin:0}
#conteudo .product-content p{min-height:inherit;margin:8px 0 5px}
#conteudo h1{margin-bottom:15px}
#conteudo .conteudo .modula {margin-top:30px}
#formulario{margin-top:1em;display:flex;flex-direction:column;align-items:flex-start}
#formulario label{display:block;margin:2px 0 10px}
#formulario input,#formulario textarea{border:1px solid #BD900B;border-radius:3px;width:100%;padding:5px;font-family:var(--serif);font-size:24px;font-style:italic}
#formulario .linha{clear:both;width:100%;margin-bottom:15px;display:table}
#formulario .coluna{width:49%;float:left}
.enviar{background:#BD900B;cursor:pointer;color:#fff;font-size:1.6em}
.enviar:hover{background:#9f7702}
.wpcf7-form-control.wpcf7-text:focus-visible,.wpcf7-form-control.wpcf7-textarea:focus-visible{outline:1px solid #BD900B}
.wpcf7 form .wpcf7-response-output{margin: 0px !important;padding:10px !important;border: none !important;font-size: 16px !important;background-color:#f0f0f0;text-align:center;width:100%;}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{background-color:#ffb900!important;width:100%!important;height:auto!important;bottom:-25px!important;right:0!important;text-align:center!important;font-size:16px!important;border:none!important;color:#000!important}
.wpcf7-not-valid-tip{color:#FFF!important;font-size:10px!important;line-height:13px;position:absolute;top:-15px;right:0;background-color:red!important;font-weight:600!important}
#localizacao{background:linear-gradient(to right,#fff 0%,#eeebe5 100%);z-index:99;position:relative}
#localizacao .texto{width:50%}
#localizacao .mapa{width:48%}
html body .modula-items .modula-item .jtg-social-desktop-collapsed.jtg-social-expandable{display: none !important}
#flags{text-align:center !important;float:none !important;clear:inherit !important;display:flex;justify-content:center}
#flags li{margin:0px 8px !important}
#google_language_translator, #language{text-align:center !important;font-family:var(--sans) !important}
#glt-translate-trigger{text-shadow:none !important;box-shadow:none !important;border-radius:10px 10px 0 0;padding:10px 15px 15px 15px;font-family:Inter,Arial,sans-serif;font-style:italic;font-weight:400;font-size:16px}
@media (max-width: 1480px) {
.cta-mark{margin-right:60px}
.cta-text{margin-right:70px}
}
@media (max-width: 1300px) {
.destaques-empresa{margin-top:3em;display:flex;width:80%}
.cta-mark,.cta-text{margin-right:35px}
.footer-main{padding:80px 5%}
}
@media (max-width: 1100px) {
.destaques-empresa{width:100%}
.sobre-empresa{padding-right:80px}
.cta-section{gap:30px}
}
@media (max-width: 900px) {
.hero{display:block;height:auto;min-height:0;max-height:none}
.hero-slider{height:440px;min-height:440px}
.hero-caption h1, .hero-caption h2 {font-size:36px;line-height:15px}
.hero-caption p {max-width:880px;margin: 22px 0 30px;line-height: 12px;}
.hero-info{min-height:430px}
.hero-info-inner{padding:45px 25px}
.hero-menu{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:14px 25px}
.sobre{display:flex;flex-direction:column-reverse}
.sobre-empresa{padding:90px 7%}
.foto-empresa{min-height:500px}
.products-section{padding-top:120px}
.products-grid{grid-template-columns:1fr;max-width:650px}
.product-image{aspect-ratio:1.3 / 1}
.cta-section{flex-wrap:wrap;text-align:center}
.footer-main{grid-template-columns:1fr;gap:0;flex-direction:column}
.footer-brand{padding:0 0 35px;border-right:0;width:100%}
.footer-info{display:flex;padding-left:0;width:100%}
.footer-contact{padding-left:0;width:50%}
.footer-address{padding-left:55px;width:50%}
.footer-info{display:flex;padding-left:0;width:100%}
.footer-bottom{gap:8px;flex-direction:column}
.footer-contact{padding-right:15px}
.footer-address{padding-left:15px}
#localizacao .centro{flex-direction:column}
#localizacao .centro .texto{width:100%;text-align:center}
#localizacao .mapa{width:100%;height:auto;margin-top:1.5em;max-width:580px}
#localizacao .mapa img{width:100%}
}
@media (max-width: 600px) {
.hero-slider{min-height:inherit;height:360px}
.hero-slide > img{position:inherit}
.hero-overlay,.swiper-button-prev,.swiper-button-next{display:none}
.rohdeSwiper{height:auto!important}
.rohdeSwiper .swiper-wrapper{height:auto!important;align-items:flex-start}
.rohdeSwiper .hero-slide{width:100%!important;height:auto!important;display:flex!important;flex-direction:column!important}
.rohdeSwiper .hero-slide > img{width:100%!important;height:280px!important;flex:0 0 280px!important;display:block!important;object-fit:cover!important;object-position:center center}
.rohdeSwiper .hero-slide .hero-overlay{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:280px!important}
.rohdeSwiper .hero-slide .hero-caption{position:static!important;width:100%!important;height:auto!important;box-sizing:border-box;padding:22px 20px 28px!important;margin:0!important;transform:none!important;text-align:center;background:#fff}
.rohdeSwiper .hero-caption h1,.rohdeSwiper .hero-caption h2{margin-top:0!important;margin-bottom:8px!important}
.rohdeSwiper .hero-caption p{margin-bottom:0!important}
.rohdeSwiper .swiper-button-prev,.rohdeSwiper .swiper-button-next{top:200px!important;margin-top:0!important;transform:translateY(-50%)!important}
.hero-caption h1,.hero-caption h2{font-size:21px;color:var(--text)}
.hero-caption p{font-size:14px;margin:5px 0 0;color:var(--text)}
.redes{margin-top:3em}
.swiper-button-prev,.swiper-button-next{width:35px;height:45px}
.swiper-pagination{display:none}
.hero-info{min-height:280px}
.logo-link{width:250px}
.hero-description{max-width:300px}
.hero-menu{margin-top:30px}
.sobre-empresa{padding:75px 25px}
.sobre-empresa h2{font-size:45px}
.sobre-empresa p{font-size:14px}
.foto-empresa{min-height:320px}
.destaques-empresa{grid-template-columns:1fr;right:25px;width:100%!important}
.highlight-item{min-height:110px;flex-direction:column;text-align:center}
.products-section{padding:100px 25px}
.section-heading h2{font-size:46px}
.section-heading p{font-size:14px}
.product-content h3{font-size:29px}
.product-content p{font-size:17px}
.cta-section{flex-direction:column;gap:0;padding:0 5% 45px}
.cta-text,.cta-mark{margin-right:0;margin-bottom:30px}
.cta-text{font-size:32px}
.cta-mark{width:70px}
.footer-main{padding:50px 25px}
.footer-bottom{flex-direction:column;align-items:flex-start;padding:18px 25px 25px}
.hero-menu{display:none}
#menu-mobile{display:block!important;position:fixed!important;opacity:1!important;visibility:visible!important;transform:none!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important;will-change:transform;backface-visibility:hidden}
#menu-mobile .nav{position:fixed!important;top:60px!important;right:-320px!important;width:260px!important;max-width:85vw!important;height:auto!important;max-height:calc(100vh - 100px);background-color:#fff!important;border-radius:10px!important;box-shadow:-5px 5px 24px #0003!important;overflow-y:auto!important;padding:10px 0!important;transition:right .3s ease-in-out!important;z-index:9999998!important}
#menu-mobile .nav.ativo{right:20px!important}
#menu-mobile ul,#menu-hamburguer{margin:0!important;padding:0!important;list-style:none!important;width:100%}
#menu-mobile li{width:100%!important;padding:0!important;border-bottom:1px solid #cccccc85;list-style:none!important;text-align:right}
#menu-mobile li:last-child{border-bottom:none}
#menu-mobile li a{padding:12px 20px!important;display:block!important;color:#2b1e0c!important;text-decoration:none;font-size:.95em}
#menu-mobile li a:hover{color:#72BCE3!important;background-color:#f4f2eb}
#menu-mobile .sub-menu{padding:0!important;background-color:#faf8f5}
#menu-mobile li.has-child ul li a{padding:10px 25px 10px 10px !important;font-size:14px!important;color:#9c7900!important}
#menu-mobile li.has-child ul{margin-top:-5px!important;display:flex;flex-direction:column;align-items:end;text-align:right}
#menu-mobile li.has-child li{margin:0;padding-right:0}
#menu-mobile li.has-child ul li{border-bottom:0!important}
#menu-mobile li.has-child ul li a{padding:0 10px 0 0;font-size:15px;color:#9c7900}
#menu-mobile li.has-child li:first-child{padding-top:15px}
#menu-mobile li.has-child li:last-child{padding-bottom:0}
.hamb{cursor:pointer;display:flex!important;align-items:center;justify-content:center;flex-direction:column;height:60px;width:60px;padding:10px 10px 20px;border-radius:10px;background-color:#b20e10;border:none;position:fixed!important;top:15px!important;right:20px!important;z-index:9999999!important;opacity:1!important;visibility:visible!important;transform:none!important;-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important;opacity:1!important;visibility:visible!important}
.hamb-line{background:#fff;display:block;height:2px;position:relative;width:28px;border-radius:2px}
.hamb-line::before,.hamb-line::after{background:#fff;content:'';display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%;border-radius:2px}
.hamb-line::before{top:8px}
.hamb-line::after{top:-8px}
.hamb.ativo .hamb-line{background:transparent!important}
.hamb.ativo .hamb-line::before{transform:rotate(-45deg);top:0}
.hamb.ativo .hamb-line::after{transform:rotate(45deg);top:0}
.footer-info{flex-direction:column-reverse}
.footer-contact,.footer-address{width:100%;border:none;padding:0;justify-content:center}
.footer-contact a,.footer-contact .redes{justify-content:center}
.footer-address img{display:none}
.footer-address p,.footer-bottom p{text-align:center;margin:auto}
.footer-contact .redes a{margin:0 20px}
.interno{display:flex;flex-direction:column}
.interno header{position:inherit;height:inherit;width:100%;display:block}
.interno .hero-info{height:inherit!important;min-height:inherit!important}
.interno .hero-info .logo-link{width:200px}
.interno .hero-info-inner .hero-location,.interno .hero-info-inner .hero-description,.interno .hero-menu,.hero-info .redes{display:none}
#formulario .linha{margin-bottom:0}
#formulario .coluna{width:100%;float:none;margin-right:0!important}
.formulario p{margin-top:10px}
}
@media (max-width: 420px) {
.destaques-empresa{flex-direction:column;margin-top:30px;position:inherit;transform:inherit}
.highlight-item{border-right:none;border-bottom:1px solid #ffffff59;width:100%}
}