.elementor-253 .elementor-element.elementor-element-337286b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-253 .elementor-element.elementor-element-fd4baa0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-253 .elementor-element.elementor-element-2c6cf0c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-253 .elementor-element.elementor-element-aa13843{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-253 .elementor-element.elementor-element-aa13843::before, .elementor-253 .elementor-element.elementor-element-aa13843 > .elementor-background-video-container::before, .elementor-253 .elementor-element.elementor-element-aa13843 > .e-con-inner > .elementor-background-video-container::before, .elementor-253 .elementor-element.elementor-element-aa13843 > .elementor-background-slideshow::before, .elementor-253 .elementor-element.elementor-element-aa13843 > .e-con-inner > .elementor-background-slideshow::before, .elementor-253 .elementor-element.elementor-element-aa13843 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-253 .elementor-element.elementor-element-83ba071 > .elementor-widget-container{background-image:url("https://optionloggalpoes.com.br/wp-content/uploads/2025/06/servicos.png");}.elementor-253 .elementor-element.elementor-element-04f9870{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-72420da *//* Banner com imagem */
.banner-container {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
              url('http://optionloggalpoes.com.br/wp-content/uploads/2025/06/banner_galpao.png') center center / cover no-repeat;
}

.banner-content {
  max-width: 900px;
  z-index: 2;
}

.banner-content h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #ffffff;
}

.banner-content p {
  font-size: 1.6rem;
  margin-bottom: 32px;
  color: #ffffff;
}

.banner-button {
  display: inline-block;
  padding: 16px 32px;
  background-color: #003366;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 40px;
}

.banner-button:hover {
  background-color: #002244;
  color: #f4f4f4;
}

.banner-filter {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 16px 24px;
  border-radius: 10px;
  max-width: 850px;
  margin: 40px auto 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  text-align: left;
}

.filter-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.filter-tabs button {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #003366;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.filter-tabs .active {
  border-color: #003366;
}

.filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.filter-form select,
.filter-form input[type="text"],
.filter-form input[list] {
  padding: 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  flex: 1 1 180px;
  min-width: 160px;
  height: 44px;
  box-sizing: border-box;
}

.filter-form button {
  background-color: #003366;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 32px;
  font-weight: bold;
  cursor: pointer;
  flex: 0 0 auto;
  white-space: nowrap;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-form button:hover {
  background-color: #002244;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-953abcd */.imoveis-destaque {
  background-color: #f4f8fc;
  padding: 100px 20px;
  text-align: center;
}

.imoveis-destaque h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #003366;
  margin-bottom: 32px;
}

/* Separador visual reutilizável */
.separador {
  width: 60px;
  height: 3px;
  background-color: #003366;
  margin: 0 auto 48px auto;
  border-radius: 2px;
}

.galeria-imoveis {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.item-imovel {
  max-width: 300px;
  text-align: center;
}

.item-imovel img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.item-imovel img:hover {
  transform: scale(1.03);
}

.item-imovel p {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #003366;
}

.botao-ver-imoveis {
  display: inline-block;
  margin-top: 48px;
  padding: 16px 32px;
  background-color: #003366;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.botao-ver-imoveis:hover {
  background-color: #002244;
  color: #f4f4f4;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87cb005 */.sobre-nos {
  background-color: #f4f8fc;
  padding: 100px 20px;
  text-align: center;
}

.sobre-nos h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #003369;
  margin-bottom: 40px;
}

.sobre-nos p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  color: #003366;
  text-align: justify;
  padding: 0 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83ba071 */.servicos-oferecidos {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 20px 80px 20px;
  text-align: center;
  background: url('https://optionloggalpoes.com.br/wp-content/uploads/2025/06/bg-textura-leve.png') center center / cover no-repeat;
}

/* Separador padrão */
.separador {
  width: 60px;
  height: 3px;
  background-color: #003366;
  margin: 0 auto 48px auto;
  border-radius: 2px;
}

.servicos-oferecidos h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #003366;
  margin-bottom: 24px;
}

.servicos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 60px; /* Maior distância até o texto */
}

.servico {
  background-color: #003366;
  color: #ffffff;
  width: 300px;
  height: 160px;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.3s ease;
  padding: 0 10px; /* Evita quebras em textos maiores */
}

.servico:hover {
  transform: scale(1.05);
}

.descricao-servico {
  font-size: 1.8rem;
  font-weight: 700;
  color: #003366;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 20px;
  border-left: 4px solid #003366;
  border-right: 4px solid #003366;
  background-color: #f4f8fc;
  border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d65d983 */.ofereca-imovel {
  background-color: #f4f8fc;
  padding: 100px 20px;
  text-align: center;
}

.ofereca-container {
  max-width: 900px;
  margin: 0 auto;
}

.ofereca-imovel h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #003366;
  margin-bottom: 24px;
}

.ofereca-imovel p {
  font-size: 1.6rem;
  color: #003366;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 40px;
}

.ofereca-botao {
  display: inline-block;
  padding: 16px 32px;
  background-color: #003366;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.ofereca-botao:hover {
  background-color: #002244;
  color: #f4f4f4;
}/* End custom CSS */