.elementor-390 .elementor-element.elementor-element-f74c3dd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-390 .elementor-element.elementor-element-bf5cdb7{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-bf5cdb7 *//* ================== RODAPÉ CASTELLON – CLARO ================== */

.footer-castellon.claro {
  background: #f7f7f7;
  color: #222;
  padding: 40px 20px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  box-sizing: border-box;
}

/* brilho suave animado ao fundo, bem discreto */
.footer-castellon.claro::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(200, 154, 91, 0.13), transparent 60%);
  top: -60px;
  right: -80px;
  opacity: 0.7;
  filter: blur(2px);
  animation: footerGlowClaro 14s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes footerGlowClaro {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate3d(-18px, 12px, 0) scale(1.05);
    opacity: 0.6;
  }
  100% {
    transform: translate3d(8px, -8px, 0) scale(1.02);
    opacity: 0.35;
  }
}

/* GRID PRINCIPAL DO RODAPÉ */
.footer-castellon-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.5fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* MAPA */
.footer-map iframe {
  width: 100%;
  min-height: 230px;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  display: block;
}

/* INFORMAÇÕES – usa grid, mas sem forçar demais no mobile */
.footer-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.footer-info-block {
  min-width: 0;
}

.footer-info-block h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 6px;
  color: #222;
  white-space: normal;
}

.footer-info-block p {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  margin: 0;
  word-wrap: break-word;
}

/* barra lateral de destaque nos títulos */
.footer-hours h4,
.footer-contact h4,
.footer-address h4 {
  position: relative;
  padding-left: 10px;
}

.footer-hours h4::before,
.footer-contact h4::before,
.footer-address h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 14px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #21b14f, #c89a5b);
}

/* links */
.footer-info a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    opacity 0.18s ease;
}

.footer-info a:hover {
  color: #111;
  border-color: rgba(33, 177, 79, 0.5);
  opacity: 1;
}

/* REDES SOCIAIS – garante alinhamento e evita “ir lá pra baixo” */
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 14px;
  min-width: 0;
}

.footer-social-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #777;
  white-space: nowrap;
}

.footer-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* ÍCONES COM LOGO (SVG) */
.social-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.social-icon svg {
  width: 16px;
  height: 16px;
  fill: #444;
  transition: fill 0.22s ease;
}

/* HOVER nos ícones */
.social-icon:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  border-color: rgba(33, 177, 79, 0.55);
  background: linear-gradient(135deg, #21b14f, #c89a5b);
}

.social-icon:hover svg {
  fill: #ffffff;
}

/* LINHA INFERIOR */
.footer-bottom {
  border-top: 1px solid #e0e0e0;
  margin-top: 26px;
  padding: 10px 20px 16px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  margin: 0;
  font-size: 11px;
  color: #777;
}

/* ================== RESPONSIVO ================== */

/* Tablet grande / notebook menor */
@media (max-width: 1024px) {
  .footer-castellon-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
    grid-template-rows: auto auto;
  }

  .footer-social {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* Tablet / mobile grande */
@media (max-width: 768px) {
  .footer-castellon.claro {
    padding: 32px 16px 0;
  }

  .footer-castellon-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-map iframe {
    min-height: 210px;
  }

  .footer-info {
    grid-template-columns: 1fr 1fr;
  }

  .footer-address {
    grid-column: 1 / -1;
  }

  .footer-social {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer-social-label {
    margin-bottom: 4px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .footer-info {
    grid-template-columns: 1fr;
  }

  .footer-social-icons {
    gap: 8px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
  }

  .social-icon svg {
    width: 15px;
    height: 15px;
  }
}/* End custom CSS */