﻿:root{
  --blue:#123f73;
  --blue-dark:#071f38;
  --yellow:#ffc400;
  --text:#16212b;
  --muted:#6f7c86;
  --bg:#f4f6f7;
  --line:#dde3e7;
  --white:#fff;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:"Inter",Arial,sans-serif;
  color:var(--text);
  background:#fff;
}

a{text-decoration:none;color:inherit}

img{display:block;max-width:100%}

button,input,select,textarea{
  font:inherit;
}

.container{
  width:min(1180px,calc(100% - 38px));
  margin:0 auto;
}

.site-header{
  background:#fff;
  border-bottom:1px solid #e6eaed;
  position:sticky;
  top:0;
  z-index:40;
}

.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:30px;
}

.brand img{
  width:142px;
  max-height:58px;
  object-fit:contain;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:24px;
  margin-left:auto;
}

.main-nav a{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  color:#34434e;
}

.main-nav a:hover{
  color:var(--blue);
}

.header-whatsapp{
  background:var(--yellow);
  color:var(--blue-dark);
  font-size:11px;
  text-transform:uppercase;
  font-weight:900;
  padding:14px 16px;
}

.eyebrow{
  display:block;
  color:var(--yellow);
  font-size:10px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.eyebrow.dark{
  color:var(--blue);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  border:1px solid transparent;
}

.btn-yellow{
  background:var(--yellow);
  color:var(--blue-dark);
}

.btn-yellow:hover{
  background:#ffd52e;
}

.btn-outline-light{
  border-color:rgba(255,255,255,.45);
  color:#fff;
}

.hero-market{
  background:
    radial-gradient(circle at 80% 20%,rgba(255,196,0,.12),transparent 28%),
    linear-gradient(120deg,#071f38,#123f73);
  color:#fff;
  padding:78px 0;
}

.hero-market-grid{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:65px;
  align-items:center;
}

.hero-copy h1{
  margin:14px 0 20px;
  font:800 clamp(50px,6vw,82px)/.9 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
  max-width:760px;
}

.hero-copy h1 em{
  color:var(--yellow);
  font-style:normal;
}

.hero-copy p{
  max-width:700px;
  color:#d9e2ea;
  line-height:1.8;
  font-size:15px;
}

.hero-actions{
  display:flex;
  gap:10px;
  margin-top:28px;
  flex-wrap:wrap;
}

.hero-search-card{
  background:#fff;
  color:var(--text);
  padding:30px;
  border-top:5px solid var(--yellow);
}

.hero-search-card>span{
  color:var(--blue);
  font-size:9px;
  font-weight:900;
  letter-spacing:1.8px;
}

.hero-search-card h2{
  margin:5px 0 20px;
  font:800 34px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}

.hero-search-card form{
  display:grid;
  gap:10px;
}

.hero-search-card input,
.hero-search-card select{
  width:100%;
  min-height:48px;
  border:1px solid var(--line);
  padding:0 13px;
  background:#fff;
}

.hero-search-card button{
  min-height:48px;
  border:0;
  background:var(--blue);
  color:#fff;
  font-weight:800;
  text-transform:uppercase;
  cursor:pointer;
}

.category-strip{
  background:#eef2f4;
  padding:28px 0;
}

.category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.category-card{
  background:#fff;
  border:1px solid var(--line);
  padding:24px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:15px;
  min-height:190px;
}

.category-card:hover{
  border-color:var(--yellow);
}

.category-number{
  color:var(--yellow);
  font:800 38px/1 "Barlow Condensed",sans-serif;
}

.category-card strong{
  display:block;
  font:800 28px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
  color:var(--blue-dark);
}

.category-card p{
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}

.category-card b{
  grid-column:2;
  color:var(--blue);
  font-size:10px;
  text-transform:uppercase;
}

.section{
  padding:70px 0;
}

.section-heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:25px;
  margin-bottom:30px;
}

.section-heading h2{
  margin:5px 0 0;
  font:800 44px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}

.section-heading>a{
  font-size:11px;
  color:var(--blue);
  font-weight:800;
  text-transform:uppercase;
}

.listing-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.listing-card{
  background:#fff;
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  min-width:0;
}

.listing-card:hover{
  border-color:#cbd5dc;
  box-shadow:0 12px 28px rgba(6,33,58,.08);
}

.listing-image{
  display:block;
  height:220px;
  background:#eef2f4;
  position:relative;
  overflow:hidden;
}

.listing-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.image-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#e8edf0,#f6f8f9);
  color:#96a2ab;
  font:800 27px "Barlow Condensed",sans-serif;
}

.image-placeholder.large{
  min-height:450px;
}

.listing-type{
  position:absolute;
  top:12px;
  left:12px;
  background:var(--blue-dark);
  color:#fff;
  padding:7px 9px;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
}

.sold-badge{
  position:absolute;
  top:12px;
  right:12px;
  background:#922;
  color:#fff;
  padding:7px 9px;
  font-size:8px;
  font-weight:900;
}

.listing-body{
  padding:18px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.listing-code{
  color:var(--blue);
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
}

.listing-body h3{
  margin:7px 0 10px;
  font:800 24px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}

.spec-row{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}

.spec-row span{
  background:#f0f3f5;
  color:#596873;
  padding:5px 7px;
  font-size:9px;
  font-weight:700;
}

.location{
  color:var(--muted);
  font-size:11px;
}

.listing-footer{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid #edf0f2;
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:10px;
}

.price small{
  display:block;
  color:#8a959d;
  font-size:8px;
  text-transform:uppercase;
  margin-bottom:3px;
}

.price strong{
  color:var(--blue-dark);
  font:800 23px "Barlow Condensed",sans-serif;
}

.detail-link{
  color:var(--blue);
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}

.empty-market{
  grid-column:1/-1;
  padding:50px;
  background:#f5f7f8;
  border:1px dashed #ccd5da;
  text-align:center;
}

.empty-market strong{
  display:block;
  color:var(--blue);
  font-size:18px;
}

.empty-market p{
  color:var(--muted);
  font-size:13px;
}

.commercial-banner{
  background:var(--blue-dark);
  color:#fff;
  padding:60px 0;
  border-top:7px solid var(--yellow);
}

.commercial-grid{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:45px;
}

.commercial-grid h2{
  margin:8px 0;
  max-width:700px;
  font:800 43px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}

.commercial-grid p{
  max-width:720px;
  color:#cfdbe4;
  line-height:1.7;
  font-size:13px;
}

.catalog-hero{
  background:var(--blue-dark);
  color:#fff;
  padding:50px 0;
}

.catalog-hero h1{
  margin:8px 0;
  font:800 55px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}

.catalog-hero p{
  color:#cbd6df;
}

.catalog-section{
  padding:35px 0 70px;
  background:#f5f7f8;
}

.catalog-filter{
  background:#fff;
  border:1px solid var(--line);
  padding:18px;
  display:grid;
  grid-template-columns:1.5fr repeat(4,1fr) auto;
  gap:10px;
  align-items:end;
}

.catalog-filter label{
  display:block;
  color:#68747d;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:5px;
}

.catalog-filter input,
.catalog-filter select{
  width:100%;
  height:44px;
  border:1px solid var(--line);
  background:#fff;
  padding:0 10px;
  font-size:12px;
}

.catalog-filter button{
  height:44px;
  border:0;
  background:var(--yellow);
  color:var(--blue-dark);
  padding:0 17px;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
}

.catalog-result-bar{
  margin:20px 0;
  display:flex;
  gap:6px;
  color:#66747f;
  font-size:12px;
}

.catalog-result-bar strong{
  color:var(--blue);
}

.product-detail{
  padding:35px 0 70px;
  background:#f5f7f8;
}

.back-catalog{
  display:inline-block;
  margin-bottom:20px;
  color:var(--blue);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}

.detail-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:30px;
  align-items:start;
}

.detail-gallery,
.detail-info,
.description-card{
  background:#fff;
  border:1px solid var(--line);
}

.main-photo{
  min-height:480px;
  background:#eef2f4;
}

.main-photo img{
  width:100%;
  height:480px;
  object-fit:contain;
}

.thumb-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border-top:1px solid var(--line);
}

.thumb-grid img{
  width:100%;
  height:140px;
  object-fit:cover;
  background:#fff;
}

.detail-info{
  padding:30px;
}

.detail-type{
  display:inline-block;
  background:var(--blue-dark);
  color:#fff;
  padding:7px 9px;
  font-size:8px;
  text-transform:uppercase;
  font-weight:900;
}

.detail-code{
  display:block;
  color:var(--blue);
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
  margin-top:16px;
}

.detail-info h1{
  margin:7px 0 22px;
  font:800 45px/.95 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}

.detail-price{
  background:#f4f7f8;
  padding:18px;
  border-left:5px solid var(--yellow);
  margin-bottom:20px;
}

.detail-price small{
  display:block;
  color:#7a8790;
  font-size:9px;
  text-transform:uppercase;
}

.detail-price strong{
  color:var(--blue-dark);
  font:800 34px "Barlow Condensed",sans-serif;
}

.detail-specs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}

.detail-specs>div{
  background:#fff;
  padding:13px;
}

.detail-specs span{
  display:block;
  color:#89949c;
  font-size:8px;
  text-transform:uppercase;
}

.detail-specs strong{
  display:block;
  margin-top:3px;
  font-size:12px;
}

.btn-interest{
  width:100%;
  margin-top:22px;
}

.interest-note{
  text-align:center;
  color:#81909a;
  font-size:10px;
  line-height:1.5;
}

.unavailable-box{
  margin-top:20px;
  background:#efe3e3;
  color:#8a3434;
  padding:15px;
  font-size:12px;
  font-weight:700;
}

.description-card{
  margin-top:25px;
  padding:30px;
}

.description-card h2{
  margin:5px 0 18px;
  font:800 34px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}

.description-text{
  color:#596771;
  line-height:1.8;
  font-size:13px;
}

.related-section{
  margin-top:45px;
}

.site-footer{
  background:#071a2c;
  color:#fff;
}

.footer-grid{
  padding:45px 0;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:50px;
}

.footer-brand img{
  width:150px;
  background:#fff;
  padding:7px;
}

.footer-brand p{
  max-width:380px;
  color:#aebdca;
  font-size:12px;
  line-height:1.7;
}

.footer-grid>div:not(.footer-brand){
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer-grid strong{
  color:var(--yellow);
  font-size:10px;
  text-transform:uppercase;
  margin-bottom:3px;
}

.footer-grid a{
  color:#c6d0d8;
  font-size:11px;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  color:#6f8290;
  padding:15px 0;
  font-size:9px;
}

@media(max-width:1050px){
  .main-nav{
    display:none;
  }

  .header-whatsapp{
    margin-left:auto;
  }

  .hero-market-grid{
    grid-template-columns:1fr;
  }

  .listing-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .catalog-filter{
    grid-template-columns:repeat(3,1fr);
  }

  .detail-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .header-inner{
    min-height:70px;
  }

  .brand img{
    width:120px;
  }

  .header-whatsapp{
    font-size:8px;
    padding:11px 10px;
  }

  .hero-market{
    padding:55px 0;
  }

  .hero-copy h1{
    font-size:54px;
  }

  .category-grid,
  .listing-grid{
    grid-template-columns:1fr 1fr;
  }

  .catalog-filter{
    grid-template-columns:1fr 1fr;
  }

  .commercial-grid{
    align-items:flex-start;
    flex-direction:column;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer-brand{
    grid-column:1/-1;
  }
}

@media(max-width:520px){
  .container{
    width:min(100% - 24px,1180px);
  }

  .header-whatsapp{
    display:none;
  }

  .hero-copy h1{
    font-size:46px;
  }

  .category-grid,
  .listing-grid,
  .catalog-filter{
    grid-template-columns:1fr;
  }

  .section-heading{
    align-items:flex-start;
    flex-direction:column;
  }

  .catalog-filter button{
    width:100%;
  }

  .main-photo,
  .main-photo img{
    height:330px;
    min-height:330px;
  }

  .detail-info h1{
    font-size:38px;
  }

  .detail-specs{
    grid-template-columns:1fr;
  }

  .thumb-grid img{
    height:90px;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }
}

/* EQUIPMAQ SLIDER V1 */

.listing-slider{
  position:relative;
}

.listing-slides{
  width:100%;
  height:100%;
  position:relative;
}

.listing-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .55s ease;
}

.listing-slide.active{
  opacity:1;
}

.slide-dots{
  position:absolute;
  left:50%;
  bottom:10px;
  transform:translateX(-50%);
  display:flex;
  gap:5px;
  z-index:4;
}

.slide-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(0,0,0,.18);
}

.slide-dot.active{
  width:16px;
  border-radius:5px;
  background:var(--yellow);
}

.main-photo{
  position:relative;
  overflow:hidden;
}

.detail-main-image{
  display:none;
  width:100%;
  height:480px;
  object-fit:contain;
  background:#fff;
}

.detail-main-image.active{
  display:block;
}

.gallery-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:52px;
  border:0;
  background:rgba(7,31,56,.82);
  color:#fff;
  font-size:30px;
  cursor:pointer;
  z-index:6;
}

.gallery-prev{left:12px}
.gallery-next{right:12px}

.thumb-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:6px;
  padding:8px;
  background:#fff;
}

.gallery-thumb{
  padding:0;
  border:3px solid transparent;
  background:#fff;
  cursor:pointer;
}

.gallery-thumb.active{
  border-color:var(--yellow);
}

.gallery-thumb img{
  width:100%;
  height:100px;
  object-fit:cover;
}

.technical-card{
  margin-top:25px;
  background:#fff;
  border:1px solid var(--line);
  padding:30px;
}

.technical-heading h2{
  margin:5px 0 22px;
  font:800 36px/1 "Barlow Condensed",sans-serif;
  text-transform:uppercase;
}

.technical-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}

.technical-row{
  min-height:58px;
  padding:13px 15px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}

.technical-row span{
  color:#798690;
  font-size:10px;
  text-transform:uppercase;
}

.technical-row strong{
  color:var(--blue-dark);
  font-size:12px;
  text-align:right;
}

@media(max-width:600px){
  .detail-main-image{
    height:330px;
  }

  .gallery-thumb img{
    height:72px;
  }

  .technical-grid{
    grid-template-columns:1fr;
  }
}

/* EQUIPMAQ GRADE ORGANIZADA V2 */

.listing-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(250px,280px)) !important;
  gap:22px !important;
  justify-content:start !important;
  align-items:stretch !important;
}

.listing-card{
  width:100% !important;
  max-width:280px !important;
  min-width:0 !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
}

.listing-image{
  width:100% !important;
  height:220px !important;
  flex:0 0 220px !important;
}

.listing-body{
  min-height:228px !important;
  display:flex !important;
  flex-direction:column !important;
}

.listing-body h3{
  min-height:48px;
}

.listing-footer{
  margin-top:auto !important;
}

.catalog-section .listing-grid,
.section .listing-grid,
.related-section .listing-grid{
  justify-content:start !important;
}

@media (min-width:1180px){
  .listing-grid{
    grid-template-columns:repeat(4,1fr) !important;
  }

  .listing-card{
    max-width:none !important;
  }
}

@media (min-width:850px) and (max-width:1179px){
  .listing-grid{
    grid-template-columns:repeat(3,1fr) !important;
  }

  .listing-card{
    max-width:none !important;
  }
}

@media (min-width:560px) and (max-width:849px){
  .listing-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .listing-card{
    max-width:none !important;
  }
}

@media (max-width:559px){
  .listing-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  .listing-card{
    width:100% !important;
    max-width:none !important;
  }

  .listing-image{
    height:240px !important;
    flex-basis:240px !important;
  }
}

/* FIM EQUIPMAQ GRADE ORGANIZADA V2 */

/* EQUIPMAQ GRADE DEFINITIVA V3 */

/*
  Forca a vitrine a crescer da esquerda para a direita.
  Evita distribuicao dos cards pelas extremidades da pagina.
*/
.catalog-section .listing-grid,
.section .listing-grid,
.related-section .listing-grid{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:flex-start !important;
  align-items:stretch !important;
  align-content:flex-start !important;
  gap:24px !important;
  width:100% !important;
}

/* Desktop: 4 cards por linha */
.catalog-section .listing-card,
.section .listing-card,
.related-section .listing-card{
  flex:0 0 calc((100% - 72px) / 4) !important;
  width:calc((100% - 72px) / 4) !important;
  max-width:calc((100% - 72px) / 4) !important;
  min-width:0 !important;
  margin:0 !important;
  height:auto !important;
  align-self:stretch !important;
}

/* Garante altura visual uniforme */
.catalog-section .listing-body,
.section .listing-body,
.related-section .listing-body{
  display:flex !important;
  flex-direction:column !important;
  min-height:235px !important;
}

.catalog-section .listing-body h3,
.section .listing-body h3,
.related-section .listing-body h3{
  min-height:50px !important;
}

.catalog-section .listing-footer,
.section .listing-footer,
.related-section .listing-footer{
  margin-top:auto !important;
}

/* Tela intermediaria: 3 por linha */
@media (max-width:1100px){
  .catalog-section .listing-card,
  .section .listing-card,
  .related-section .listing-card{
    flex-basis:calc((100% - 48px) / 3) !important;
    width:calc((100% - 48px) / 3) !important;
    max-width:calc((100% - 48px) / 3) !important;
  }
}

/* Tablet: 2 por linha */
@media (max-width:820px){
  .catalog-section .listing-grid,
  .section .listing-grid,
  .related-section .listing-grid{
    gap:18px !important;
  }

  .catalog-section .listing-card,
  .section .listing-card,
  .related-section .listing-card{
    flex-basis:calc((100% - 18px) / 2) !important;
    width:calc((100% - 18px) / 2) !important;
    max-width:calc((100% - 18px) / 2) !important;
  }
}

/* Celular: 1 por linha */
@media (max-width:560px){
  .catalog-section .listing-card,
  .section .listing-card,
  .related-section .listing-card{
    flex-basis:100% !important;
    width:100% !important;
    max-width:100% !important;
  }
}

/* FIM EQUIPMAQ GRADE DEFINITIVA V3 */

/* EQUIPMAQ FOOTER FINAL V1 */

.equipmaq-footer{
  margin-top:64px;
  background:#071d2c;
  color:#fff;
}

.equipmaq-footer-main{
  max-width:1180px;
  margin:0 auto;
  padding:52px 0 42px;
}

.equipmaq-footer-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1.15fr 1.35fr;
  gap:42px;
}

.equipmaq-footer-brand{
  display:inline-block;
  color:#f4c900;
  font-size:28px;
  line-height:1;
  font-weight:900;
  letter-spacing:-1px;
}

.equipmaq-footer-about p{
  max-width:270px;
  margin:16px 0 0;
  color:#9eacb5;
  font-size:11px;
  line-height:1.7;
}

.equipmaq-footer-block strong{
  display:block;
  margin-bottom:15px;
  color:#f4c900;
  font-size:10px;
  font-weight:800;
  letter-spacing:1.4px;
}

.equipmaq-footer-block p,
.equipmaq-footer-block a{
  display:block;
  margin:0 0 8px;
  color:#c6d0d6;
  font-size:10px;
  line-height:1.5;
  text-decoration:none;
}

.equipmaq-footer-block a:hover{
  color:#f4c900;
}

.equipmaq-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  max-width:1180px;
  margin:0 auto;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.12);
  color:#748793;
  font-size:9px;
}

@media(max-width:1220px){
  .equipmaq-footer-main,
  .equipmaq-footer-bottom{
    margin-left:32px;
    margin-right:32px;
  }
}

@media(max-width:850px){
  .equipmaq-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:32px;
  }
}

@media(max-width:560px){
  .equipmaq-footer{
    margin-top:42px;
  }

  .equipmaq-footer-main{
    padding-top:38px;
  }

  .equipmaq-footer-main,
  .equipmaq-footer-bottom{
    margin-left:20px;
    margin-right:20px;
  }

  .equipmaq-footer-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .equipmaq-footer-bottom{
    flex-direction:column;
    gap:7px;
  }
}

/* FIM EQUIPMAQ FOOTER FINAL V1 */
