@import "reset.css";
body{ font-family: 'Inter', sans-serif; /*background: #494f4d;*/ background: #f8f8f8; font-weight: 400; color: #1C210A; font-size: 16px; } 
.container{ width: 1400px; margin: 0 auto; position: relative; }

.page-home{ background: #b6b6b6; }

h1,h2,h3{ line-height: 100%; font-weight: 800; font-style: normal; font-family: 'Rajdhani', sans-serif; }
h4,h5,h6{ line-height: 100%; font-weight: 600; font-style: normal; font-family: 'Rajdhani', sans-serif; }
strong{ font-weight: 700; }

[data-button]{ display: inline-block; background: #000; font-weight: 600; padding: 14px 30px; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; }
[data-button]:hover{ background: #fff; color: #000;  }

.title h2{ color: #5f7a51; text-transform: uppercase; font-size: 14px; margin-bottom: 8px; position: relative; display: flex; align-items: center; gap: 10px; }
.title h2:before{ content: ""; width: 40px; height: 4px; display: block; background: #5f7a51; }
.title h3{ color: #1C210A; font-size: 40px; margin-bottom: 10px;; line-height: 110%; }
.title-center{ text-align: center;  }
.title-center h3{ text-align: center; padding: 0 300px; }
.title-center p{ text-align: center; padding: 0 400px; }

.topo{ position: fixed; width: 100%; z-index: 999; padding: 14px 0; }
.topo .abre-menu{ display: none; }
.topo .container{ display: flex; align-items: center; justify-content: space-between; }
.topo .marca{ width: 180px; transition: .5s; }
.topo .marca img{ max-width: 100%; height: auto; }
.topo .links{ display: flex; gap: 30px; }
.topo .links nav ul{ display: flex; gap: 30px; }
.topo .links nav ul li a{ font-family: 'Rajdhani', sans-serif; font-weight: 600; color: #fff; text-transform: uppercase; font-size: 16px; }
.topo .links nav ul li a:after{ background: #5f7a51; width: 0; height: 2px; margin-top: 2px; transition: .5s; content: ""; display: block; }
.topo .links nav ul li a:hover:after{ width: 100%; }
.topo:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 0; background: #000; transition: .5s; }
.topo.active:before{ height: 100%; }
.topo.active .marca{ width: 140px; }
.topo .btn-icons{ display: flex; gap: 20px; align-items: center; }


.menu-mobile{ position: fixed; top: 0; display: none; left: 0; width: 100%; height: 100%; background: #000; z-index: 888; padding-top: 100px; }
.menu-mobile nav ul{ display: flex; gap: 20px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.menu-mobile nav ul li a{ font-family: 'Rajdhani', sans-serif; font-weight: 600; color: #fff; text-transform: uppercase; font-size: 16px; }
.menu-mobile .redes{ display: flex; align-items: center; justify-content: center; margin-top: 20px; gap: 14px; padding-top: 20px; border-top: #3A3A3A solid 1px; }


.banner-home{ position: relative; width: 100%; height: 100vh; overflow: hidden; }
.banner-home img{ width: 100%; height: auto; display: block;  }
.banner-home .text{ width: 100%; position: absolute; left: 0; z-index: 20; height: 100%; display: flex; align-items: center; }
.banner-home .text h2{font-family: 'Rajdhani', sans-serif; color: #fff; font-size: 70px; font-weight: 500; margin-bottom: 10px; }
.banner-home .text h2 span{ color: #5f7a51; font-weight: 800; }
.banner-home .text p{  color: #fff; font-weight: 300; font-size: 16px; margin-bottom: 26px;  }
.banner-home .text a{ display: inline-block; background: #5f7a51; font-weight: 600; padding: 14px 30px; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; margin-right: 10px; }
.banner-home .text a:hover{ background: #fff; color: #5f7a51;  }

.boxes-home{ position: relative; width: 100%; height: auto; padding: 60px 0 30px 0; background: url(../img/mask.png) center right no-repeat; }
.boxes-home .container{ display: flex; gap: 20px; justify-content: space-between; align-items: center; }
.boxes-home .item{ color: #fff; position: relative; width: calc(100% / 6 ); display: block; cursor: default;  }
.boxes-home .item .text{ position: absolute; z-index: 20; width: 100%; top: 30px; left: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.boxes-home .item .text h3{ color: #fff; font-family: 'Rajdhani', sans-serif; font-weight: 600; text-transform: uppercase; font-size: 16px; }
.boxes-home .item .text img{ width: 60px; height: auto; margin-bottom: 16px; }
.boxes-home .item img{ width: 100%; height: auto; transition: .5s; }
.boxes-home .item:hover img{ transform: scale(1.05); }

.instagram-home{  position: relative; width: 100%; height: auto; margin: 30px 0 0 0; }
.instagram-home .container{ display: flex; gap: 50px; justify-content: space-between; align-items: center; }
.instagram-home .text{ width: 200px; }
.instagram-home .text span{color: #5f7a51; font-weight: 800; font-size: 18px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif;  }
.instagram-home .text h3{ font-family: 'Rajdhani', sans-serif; color: #000; font-weight: 800; font-size: 28px; text-transform: uppercase;  margin:10px 0; }
.instagram-home .text a{ background: #000; display: flex; align-items: center; gap: 10px; justify-content: center; padding: 14px 30px;   }
.instagram-home .text a:hover{ background: #fff; color: #000;  }
.instagram-home .text a span{ transition: .5s; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; font-weight: 600; }
.instagram-home .text a:hover span{ color: #000; }
.instagram-home .text a:hover img{ filter: brightness(0) invert(0); }
.instagram-home .feed-instagram{ width: 80%; }

.franquia-home{ position: relative; width: 100%; height: auto; background: #5f7a51; }
.franquia-home .container{ display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.franquia-home .text{ width: 35%; }
.franquia-home .text h2{ color: #fff; font-size: 50px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; margin-bottom: 16px; }
.franquia-home .text h2 span{ font-weight: 800; color: #000; }
.franquia-home .text a{ background: #000; display: inline-block; padding: 14px 30px; font-weight: 600; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif;  }
.franquia-home .text p{ color: #fff;  margin-bottom: 16px; }
.franquia-home .text a:hover{ background: #fff; color: #000;  }
.franquia-home .image{ width: 65%; }
.franquia-home .image img{ width: 100%; height: auto;  }

.rodape{ background: #000; width: 100%; height: auto; padding: 40px 0 0 0; }
.rodape .flex{ align-items: start; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.rodape .box h3{  font-weight: 800; color: #fff; font-size: 20px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; margin-bottom: 10px;  }
.rodape .box img{ max-width: 100px; }
.rodape .box ul li{ margin-bottom: 10px; }
.rodape .box a{ color: #fff; font-size: 14px; opacity: .5; }
.rodape .box .tel{margin-bottom: 10px; display: block; background: url(../img/phone.png) left center no-repeat; padding:5px 0 5px 33px;}
.rodape .box .email{margin-bottom: 10px; display: block; background: url(../img/mail.png) left center no-repeat; padding:5px 0 5px 33px;}
.rodape .box .endereco{margin-bottom: 10px; display: block; background: url(../img/maps.png) left center no-repeat; padding:5px 0 5px 33px;}
.rodape .bottom{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 20px 0 20px 0; margin-top: 20px; border-top: #1C210A solid 1px; }
.rodape .bottom .redes{ display: flex; align-items: center; gap: 14px; }
.rodape .bottom a{ opacity: .5; }
.rodape .bottom span{ color: #fff; font-size: 14px; opacity: .5; }
.rodape a:hover{ opacity: 1; }

/* BANNER INTERNA */
.banner-interna{ background:#000;  width: 100%; position: relative; height: auto; padding: 100px 0 40px 0; }
.banner-interna .container{ display: flex; gap: 100px; align-items: center; justify-content: space-between; }
.banner-interna .text{ width: 50%; }
.banner-interna .text .title h3{ color: #fff; }
.banner-interna .text p{ margin-bottom: 30px; color: #fff; }
.banner-interna .btn-banner-interna{  display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.banner-interna .btn-banner-interna [data-button]{ background: #5f7a51; color: #fff; }
.banner-interna .btn-banner-interna [data-button]:hover{ background: #fff; color: #5f7a51;  }

/* FRANQUEADO */
.cadastro-seja-associado{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.cadastro-seja-associado .title{ width: 100%; }
.cadastro-seja-associado .txt{ max-width: 500px; }
.cadastro-seja-associado .box{ display: flex; gap:40px; justify-content: space-between; align-items: start; }
.cadastro-seja-associado .box .formulario{ background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; width: 60%; }
.cadastro-seja-associado .box .formulario h3{ font-size: 30px; margin-bottom: 20px; }
.cadastro-seja-associado .box .formulario p{ margin-bottom: 30px; }
.cadastro-seja-associado .box .formulario form{ width: 100%; }
.cadastro-seja-associado .box .formulario form .group { display: flex; width: 100%; gap: 20px; margin-bottom: 20px; }
.cadastro-seja-associado .box .formulario form .group .item{ width: calc(100% / 2 - 10px); }
.cadastro-seja-associado .box .formulario form .full { width: 100%; gap: 20px; margin-bottom: 20px; }
.cadastro-seja-associado .box .formulario form .item{ display: flex; flex-direction: column; }
.cadastro-seja-associado .box .formulario form .item label{ margin-bottom: 8px; font-size: 14px; font-weight: 600; }
.cadastro-seja-associado .box .formulario form .item label small{ color: #D72727; }
.cadastro-seja-associado .box .formulario form .item input{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.cadastro-seja-associado .box .formulario form .item select{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 40px; }
.cadastro-seja-associado .box .formulario form .item textarea{ background: #f8f8f8; color: #999; font-family: "Sora", sans-serif; font-weight: 400; font-size: 16px; border: #ebebe9 solid 1px; width: calc(100% - 40px); padding: 0 20px; height: 120px; }
.cadastro-seja-associado .box .formulario form .item input::placeholder { color: #999999;  }
.cadastro-seja-associado .box .formulario form .input{ width: 50%; }
.cadastro-seja-associado .box .formulario form .select{ width: 50%; }
.cadastro-seja-associado .box .formulario form  .aceito{ padding: 10px; background: #f8f8f8; border: #ebebe9 solid 1px; font-weight: 700; display: flex; gap: 10px; align-items: center; }
.cadastro-seja-associado .box .formulario form  .aceito span{ font-weight: 700; font-size: 10px; }
.cadastro-seja-associado .box .formulario form  .aceito input{ width: 17px; height: 17px; }
.cadastro-seja-associado .box .formulario form .radio{ display: flex; align-items: center; justify-content: start; gap: 5px; font-size: 14px; }
.cadastro-seja-associado .box .formulario form .radio input{ width: 14px; height: 14px; }
.cadastro-seja-associado .box .formulario form .btns{ border-top: #ebebe9 solid 1px; padding-top: 20px; display: flex; gap: 20px; flex-wrap: wrap; }
.cadastro-seja-associado .box .apoio{ background: #fff; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 30px; width: 30%; }
.cadastro-seja-associado .box .apoio .title h3{ font-size: 30px; }
.cadastro-seja-associado .box .apoio .item{ padding: 16px 0; border-bottom: #ebebe9 solid 1px; }
.cadastro-seja-associado .box .apoio .item span{ font-family: 'Rajdhani', sans-serif; font-weight: 700; text-transform: uppercase; color: #5f7a51; font-size: 14px; display: block; margin-bottom: 8px;}
.cadastro-seja-associado .box .apoio .item a{ color: #3A3A3A; font-weight: 700; font-size: 14px; display: block; }
.mapa-fale-conosco{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #5f7a51; }
.mapa-fale-conosco .flex{ justify-content: space-between; align-items: center; }
.mapa-fale-conosco .title{ width: 70%; color: #fff; }
.mapa-fale-conosco .title h2{ color: #fff; }
.mapa-fale-conosco .title h2:before{ background: #fff; }
.mapa-fale-conosco .mapa{ margin-top: 20px; }
.mapa-fale-conosco .mapa iframe{ width: 100%; }


/* SOBRE */
.boxes-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; background: #fff; }
.boxes-quem-somos .cont{ display: flex; flex-wrap: wrap; gap: 20px; }
.boxes-quem-somos .cont .item{ width: calc(100% / 3 - 54px); box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; position: relative; }
.boxes-quem-somos .cont .item:before{ content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 50px; display: block; background: #5f7a51;}
.boxes-quem-somos .cont .item span{ color: #5f7a51; font-size: 16px; margin-bottom: 10px; display: block; font-weight: 700; }
.boxes-quem-somos .cont .item h3{ font-size: 22px; margin-bottom: 10px; }
.apresentacao-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.apresentacao-quem-somos .cont{ display: flex; align-items: center; justify-content: space-between;  }
.apresentacao-quem-somos .cont .left{ width: 50%; }
.apresentacao-quem-somos .cont .right{ width: 50%; border-left: #5f7a51 solid 5px; padding-left: 30px; }
.apresentacao-quem-somos .cont .right p{ margin: 15px 0; }
.estrutura-quem-somos{ width: 100%; position: relative; height: auto; padding: 40px 0; }
.estrutura-quem-somos .top{ display: flex; gap: 40px; align-items: center; justify-content: space-between; }
.estrutura-quem-somos .btn-estrutura{ display: flex; gap: 10px; margin: 0 0 30px auto; width: 90px; }
.estrutura-quem-somos .galeria a{ display: block; width: 100%; height: 100%; }
.estrutura-quem-somos .galeria a:before{ content: ""; width: 100%; height: 100%; background: url(../img/mask-galeria.png) bottom center no-repeat; background-size: cover; position: absolute; z-index: 10; left: 0; bottom: 0; display: block; }
.estrutura-quem-somos .galeria a h3{ position: absolute; left: 20px; bottom: 40px; background: #000; border-left: #5f7a51 3px solid; z-index: 20; padding: 10px 20px; color: #fff; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.estrutura-quem-somos .galeria a img{ width: 100%; height: auto; }
.estrutura-quem-somos .cta{ width: calc(100% - 80px); margin-top: 20px; border-left: #5f7a51 solid 6px; background:#000; display: flex; align-items: center; padding: 40px; justify-content: space-between; }
.estrutura-quem-somos .cta .title{ width: 70%; }
.estrutura-quem-somos .cta .title h2{ color: #fff; }
.estrutura-quem-somos .cta .title h3{ color: #fff; }
.estrutura-quem-somos .cta .title p{ color: #fff; opacity: .6; }
.estrutura-quem-somos .cta [data-button]{ background: #5f7a51; color: #fff; }
.estrutura-quem-somos .cta [data-button]:hover{ background: #fff; color: #5f7a51;  }

/* TEXTO */
.page-texto{ padding: 40px 0; }
.page-texto h1{ font-size: 40px; margin-bottom: 16px; }
.page-texto h2{ font-size: 34px; margin-bottom: 16px; }
.page-texto h3{ font-size: 30px; margin-bottom: 16px; }
.page-texto h4{ font-size: 26px; margin-bottom: 16px; }
.page-texto h5{ font-size: 22px; margin-bottom: 16px; }
.page-texto h6{ font-size: 18px; margin-bottom: 16px; }
.page-texto p{ margin-bottom: 16px; }
.page-texto ul{ list-style: disc; margin-bottom: 16px; padding-left: 20px; }
.page-texto ul li{ margin-bottom: 16px; }
.page-texto ol{ list-style: decimal; margin-bottom: 16px; padding-left: 20px; }
.page-texto ol li{ margin-bottom: 16px; }

/* OBRIGADO */
.modal-sucesso { background: #5f7a51; position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 9999; }
.modal-sucesso .box { overflow: hidden; position: absolute; top: 50%; background: #fff; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 400px; border-radius: 30px; color: #4c0010; padding: 70px 80px; display: flex; align-items: center; justify-content: center; } 
.modal-sucesso .box a { font-family: 'Rajdhani', sans-serif; font-weight: bold; background: #000; color: #fff; font-size: 14px; text-transform: uppercase; position: absolute; right: 0; top: 0; padding: 10px 30px; }
.modal-sucesso .box h2 { color: #5f7a51; text-transform: uppercase; font-size: 36px; }


/* LOJA INTERNAS */
.clear{ clear: both; }
.page-internas{ width: 100%; position: relative; padding: 40px 0;}
.wc-block-checkout__sidebar.is-sticky{ top: 80px; }
.wc-block-components-text-input{ margin-bottom: 16px; }
.woocommerce .woocommerce-ordering select { vertical-align: top; padding: 10px 5px; }
.woocommerce ul.products{ display: flex; flex-wrap: wrap; gap: 20px; margin: 0; }
.woocommerce ul.products:before{ display: none; }
.woocommerce ul.products li.product{  padding: 0 0 60px 0; margin: 0; width: calc(100% / 4 - 16px); }
.woocommerce ul.products li.product .button{ position: absolute; bottom: 0; display: inline-block; background: #5f7a51; border-radius: 0; border: #5f7a51 solid 1px; font-weight: 600; padding: 14px 30px; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; }
.woocommerce ul.products li.product .button:hover{ background: #fff; color: #5f7a51;  }
.woocommerce ul.products li.product .woocommerce-loop-product__title{  color: #5f7a51; font-size: 20px; }
.woocommerce ul.products li.product .price{ font-size: 14px; }
.woocommerce .woocommerce-ordering { margin: 0 6px 2em 0; }
.woocommerce ul.products li.product a.woocommerce-loop-product__link{ overflow: hidden; }
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover img{ transform: scale(1.0400); }
.woocommerce-result-count{ display: none; }
.woocommerce div.product{ display: flex; gap: 30px; flex-wrap: wrap; }
.woocommerce div.product .summary .price{ font-size: 30px; margin-bottom: 10px; font-family: 'Rajdhani', sans-serif; }
.woocommerce div.product .summary .woocommerce-product-details__short-description{ font-size: 18px; margin-bottom: 10px; }
.woocommerce div.product .related{ width: 100%; }
.woocommerce div.product form.cart .button{ display: inline-block; background: #5f7a51; border-radius: 0; border: #5f7a51 solid 1px; font-weight: 600; padding: 14px 30px; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; }
.woocommerce div.product form.cart .button:hover{ background: #fff; color: #5f7a51;  }
.woocommerce .quantity .qty { width: auto; text-align: center; padding: 12px; margin-right: 10px; }
.woocommerce div.product .summary .product_meta span{ display: block; margin-bottom: 10px; }
.sku_wrapper{ display: flex !important; gap: 5px; }
.sku{ display: flex !important; }
.posted_in a{ color: #5f7a51; }
.woocommerce div.product .related h2{ color: #1C210A; font-size: 40px; margin-bottom: 10px;; line-height: 110%; }
.woocommerce div.product div.images.woocommerce-product-gallery{width: 30%; }
.woocommerce-page div.product div.summary{ width: 65%; }
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{ padding: 10px; border-radius: 0; }
form.woocommerce-checkout{ position: relative; padding-bottom: 760px; }
form.woocommerce-checkout #order_review_heading{ display: none; }
form.woocommerce-checkout .woocommerce-checkout-review-order{ position: absolute; right: 0; top: 0; width: 50%; }
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button{ background: #5f7a51; border-radius: 0; border: #5f7a51 solid 1px; font-weight: 600; color: #fff; font-size: 14px; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; }
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover{ background: #fff; color: #5f7a51;  }
#place_order{ background: #5f7a51 !important; border-radius: 0 !important; border: #5f7a51 solid 1px !important; font-weight: 600 !important; color: #fff !important; font-size: 14px !important; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; }
#place_order:hover{ background: #fff !important; color: #5f7a51 !important;  }
.woocommerce-button{ background: #5f7a51 !important; border-radius: 0 !important; border: #5f7a51 solid 1px !important; font-weight: 600 !important; color: #fff !important; font-size: 14px !important; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; }
.woocommerce-button:hover{ background: #fff !important; color: #5f7a51 !important;  }
#customer_login h2{ font-size: 24px; }
#customer_login a{ color: #5f7a51; }
.woocommerce form .form-row .required { visibility: hidden; }
.onsale{ display: none; }
.woocommerce-info { border-top-color: #5f7a51; }
.woocommerce-info:before { color: #5f7a51; }
.woocommerce-info a{ color: #5f7a51; }
.woocommerce-MyAccount-navigation{ background: #5f7a51; }
.woocommerce-MyAccount-navigation ul li a{ background: #5f7a51; border-bottom: #f8f8f8 solid 1px; display: block; padding: 14px 10px; font-weight: 600 !important; color: #fff !important; font-size: 14px !important; text-transform: uppercase; font-family: 'Rajdhani', sans-serif;  }
.woocommerce-MyAccount-navigation ul li a:hover{ background: #000;  }
.woocommerce-MyAccount-content{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; padding: 20px; background: #fff; width: 65% !important; font-size: 14px; }
.woocommerce-MyAccount-content p{ margin-bottom: 16px; }
.woocommerce-MyAccount-content a{ color: #5f7a51; }
.woocommerce-MyAccount-content .button{ background: #5f7a51 !important; border-radius: 0 !important; border: #5f7a51 solid 1px !important; font-weight: 600 !important; color: #fff !important; font-size: 14px !important; text-transform: uppercase; font-family: 'Rajdhani', sans-serif; }
.woocommerce-MyAccount-content .button:hover{ background: #fff !important; color: #5f7a51 !important;  }
.woocommerce-MyAccount-content h2{ font-size: 20px; margin-bottom: 10px; }
.woocommerce-MyAccount-content address{ line-height: 170%; }

.gtranslate_wrapper{ display:flex; gap:10px; justify-content: center; }
a.glink img{ opacity:1 !important; }
[data-gt-lang="en"]{  order: 2; }

/* Responsivos */
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1450.98px) { 
    .container{ width: 1200px; } 
}

/* Large devices (desktops, less than 1200px) */
 @media (max-width: 1199.98px) {
    .container{ width: 90%; }
    .banner-home{ height: auto; } 
    .banner-home .text h2{ font-size: 60px; }
    .instagram-home .text { width: 260px; }
    .franquia-home .text{ width: 42%; }
    .franquia-home .text h2{ font-size: 40px; }
    .franquia-home .text p{ font-size: 14px; }
    .woocommerce ul.products li.product{  padding: 0 0 40px 0; }
    .woocommerce ul.products li.product .button{ font-size: 12px; padding: 10px 16px; }
    .woocommerce-MyAccount-content{  width: 62% !important;  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  .banner-home .text h2{ font-size: 40px; }
  .banner-home .text p{  font-size: 14px;  }
  .topo .links nav{ display: none; }
  .topo .abre-menu{ display: block; }
  .boxes-home .container{ flex-wrap: wrap; justify-content: center; }
  .boxes-home .item{ width: calc(100% / 3 - 40px); }
  .boxes-home .item .text img{ width: 50px; }
  .instagram-home .text { text-align: center; width: 100%; }
  .instagram-home .feed-instagram{ width: 100%; }
  .instagram-home .container{ gap: 10px; flex-direction: column; }
  .franquia-home .text{ width: 50%; }
  .franquia-home .text h2{ font-size: 30px; margin-bottom: 8px; }
  .franquia-home .text p{ font-size: 12px; }
  .franquia-home .container{ gap: 20px; }
  .rodape .bottom span{ font-size: 12px; }
  .rodape .flex{ flex-direction: column; align-items: center; gap: 20px; }
  .rodape .box{ width: 100%; text-align: center; }
  .rodape .box .tel{ background: none; padding: 0; }
  .rodape .box .email{ background: none; padding: 0; }
  .rodape .box .endereco{ background: none; padding: 0; }
  .rodape .bottom{ flex-direction: column; text-align: center; gap: 10px; }
  .banner-interna .text{ width: 100%; }
  .cadastro-seja-associado .box{ flex-direction: column; }
  .cadastro-seja-associado .box .formulario{ width: calc(100% - 60px); }
  .cadastro-seja-associado .box .apoio{ width: calc(100% - 60px); }
  .apresentacao-quem-somos .cont{ flex-direction: column; }
  .apresentacao-quem-somos .cont .left{ width: 100%; }
  .apresentacao-quem-somos .cont .right{ width: 100%; border: none; padding-left: 0; }
  .estrutura-quem-somos .top{ flex-direction: column; gap: 0px; align-items: start; }
  .estrutura-quem-somos .top .text{ margin-bottom: 16px; }
  .woocommerce ul.products li.product{ width: calc(100% / 3 - 16px) !important; margin: 0 !important; }
  .woocommerce div.product div.images.woocommerce-product-gallery{width: 45%; }     
  .woocommerce-page div.product div.summary{ width: 50%; }
  form.woocommerce-checkout{ position: relative; padding-bottom: 780px; }
  .btn-icons .gtranslate_wrapper{ display: none; }
  .menu-mobile .gtranslate_wrapper{ justify-content: center; margin-top: 20px; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .topo .marca{ width: 150px; }
  .banner-home .text{ align-items: end; height: 90%; }
  .banner-home .text h2{ font-size: 30px; margin-bottom: 6px; }
  .banner-home .text p{ margin-bottom: 14px; }
  .banner-home .text a { padding: 12px 16px; font-size: 12px; }
  .boxes-home .item .text{ top: 18px; }
  .franquia-home .container{ flex-direction: column; }
  .franquia-home .text{ width: 100%; text-align: center; padding-top: 30px; }
  .franquia-home .image{ width: 100%; }
  .boxes-quem-somos .cont{ flex-direction: column; }
  .boxes-quem-somos .cont .item{width: calc(100% / 1 - 40px);}
  .estrutura-quem-somos .cta{ flex-direction: column; align-items: start; }
  .estrutura-quem-somos .cta .title{ width: 100%; }
  .estrutura-quem-somos .cta .title p{ margin-bottom: 16px; }
  .cadastro-seja-associado .box .formulario form .group{ flex-direction: column; }
  .cadastro-seja-associado .box .formulario form .group .item { width: calc(100% / 1); }  
  .woocommerce div.product div.images.woocommerce-product-gallery{width: 100%; }     
  .woocommerce-page div.product div.summary{ width: 100%; }
  .woocommerce div.product{ gap: 0; }
  form.woocommerce-checkout{ position: relative; padding-bottom: 0; }
  form.woocommerce-checkout .woocommerce-checkout-review-order{ position: relative; right: initial; margin-top: 20px; top: initial; width: 100%; }
  .woocommerce-MyAccount-content{  width: calc(100% - 40px) !important; margin-top: 20px; }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .topo .marca{ width: 120px; }
  .banner-home .text{  height: 95%; }
  .banner-home .text h2{ font-size: 24px; }
  .banner-home .text p{ font-size: 10px; }
  .banner-home .text a { padding: 10px 14px; font-size: 11px; }
  .boxes-home .item{ width: calc(100% / 2 - 40px); }
  .boxes-home .item .text h3{ font-size: 12px; }
  .franquia-home .text a{ padding: 10px 14px; font-size: 11px; }
  .modal-sucesso .box{ width: 80%; padding: 70px 20px; }
  .title h3{ font-size: 30px; }
  .woocommerce ul.products li.product{ width: calc(100% / 2 - 16px) !important; margin: 0 !important; }
}

