* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

@media (min-width: 300px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 19px;
  }
}

div {
}

@media (min-width: 300px) {
  div {
  }
}

.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  text-decoration: none;
}

a {
  text-decoration: none;
}

a {
  font-size: 13px;
}

a {
  /*font-size: 20px;*/
}

a {
  font-size: 20px;
}

a {
  color: #6d8de1;
}

#footer a:active, a:hover {
  color: #fcf8f8;
  text-decoration: none;
  font-weight: bold;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline: 0;
}

.uk-link, a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

.uk-link:hover, a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

a:focus, a:hover {
  color: #efefef;
  text-decoration: underline;
}

a {
  /*color: #aaaaaa;*/
  text-decoration: none;
  background-color: transparent;
}

a:focus, a:hover {
  /*color: #4885ed;*/
  text-decoration: underline;
}

a:active {
  background: #4885ed;
}

a:active {
  /*background: white;*/
}

a:focus, a:hover {
  color: rgb(255,255,255);
  text-decoration: underline;
}

a:active {
  background: white;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

a:focus, a:hover {
  color: #4885ed;
  text-decoration: underline;
}

a:active {
  background: #4885ed;
  color: #4885ed;
}

/* ========================================
   RODAPE PADRAO - Workline System
   ======================================== */

.footer-section {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url('../img/fundo2026.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #f8fafb;
  border-top: 3px solid #ffffff;
  padding: 50px 0 30px;
  transition: var(--transition);
}

.footer-column {
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-section h3,
.footer-column h3 {
  font-size: 1.1rem;
  margin-bottom: 25px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-section h3 i {
  color: var(--accent-light);
  font-size: 1.3rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 15px 0;
  background-color: transparent;
}

.footer-links a {
  color: #f1f2f7;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  font-size: 0.95rem;
}

.footer-links .fa-home {
  color: #FF0000 !important;
}

.footer-links a:hover {
  color: var(--accent-light);
  transform: translateX(8px);
}

.footer-links i {
  margin-right: 12px;
  font-size: 20px;
  color: var(--accent-light);
}

.social-footer {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.social-footer a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #06a5ff 0%, #0b6293 100%);
  border-radius: 50%;
  border: 0.5px solid #ffffff;
  transition: var(--transition);
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(6, 165, 255, 0.3);
}

.social-footer a.social-facebook {
  background: #0b2a5b;
}

.social-footer a.social-youtube {
  background: #d81f1f;
}

.social-footer a.social-instagram {
  background: #c55a11;
}

.social-footer a.social-whatsapp {
  background: #0d5f2a;
}

.social-footer a:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 20px rgba(6, 165, 255, 0.5);
}

.footer-text {
  color: #f3f3f5;
  font-size: 0.9rem;
  margin: 8px 0;
  background-color: transparent;
}

.footer-top-space {
  height: 0;
}

.footer-whatsapp-row {
  margin: 0 0 5px;
  padding-top: 0;
  padding-bottom: 10px;
  text-align: center;
}

.footer-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #ffffff;
  background: #0d5f2a;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 18px rgba(13, 95, 42, 0.35);
  transition: var(--transition);
}

.footer-whatsapp-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(13, 95, 42, 0.45);
  color: #ffffff !important;
}

.footer-copyright {
  font-size: 0.8rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 0;
  transition: var(--transition);
  cursor: pointer;
}

.footer-copyright:hover {
  color: var(--accent-light);
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(6, 165, 255, 0.5);
  transform: scale(1.02);
}

.footer-copyright a {
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-copyright a:hover {
  color: #06a5ff !important;
  transform: scale(1.05);
  text-shadow: 0 0 10px rgba(6, 165, 255, 0.5);
}

/* Seção de Localização */
.footer-location {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(6, 165, 255, 0.3);
  border-radius: 8px;
  padding: 10px 15px;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: var(--transition);
}

.footer-location:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(6, 165, 255, 0.5);
  box-shadow: 0 0 15px rgba(6, 165, 255, 0.2);
}

.footer-location i {
  font-size: 0.8rem;
  color: var(--accent-light);
  margin-bottom: 6px;
}

.footer-location p {
  color: #f1f2f7;
  font-size: 0.65rem;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

/* Localização Compacta (3 colunas) */
.footer-location-compact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-location-compact p {
  color: #f1f2f7;
  font-size: 0.7rem;
  margin: 4px 0;
  line-height: 1.2;
}

.maps-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #c55a11;
  color: white !important;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.65rem;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(6, 165, 255, 0.3);
}

.maps-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(6, 165, 255, 0.5);
  color: white !important;
}

/* Maps Link Compacto */
.maps-link-compact {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #FF6600 0%, #FF5500 100%);
  color: white !important;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(255, 102, 0, 0.4);
  margin-top: 8px;
}

.maps-link-compact:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 102, 0, 0.6);
  color: white !important;
}

.footer-cnpj {
  font-size: 0.55rem;
  font-style: italic;
}

@media (max-width: 768px) {
  .footer-section {
    padding: 30px 0 20px;
  }

  .footer-column {
    padding: 0;
    margin-bottom: 30px;
  }

  .footer-section h3,
  .footer-column h3 {
    font-size: 1rem;
  }

  .social-footer {
    justify-content: flex-start;
  }

  .footer-links a {
    font-size: 0.8rem;
  }

  .footer-links i {
    margin-right: 8px;
    font-size: 16px;
  }

  .footer-location {
    padding: 8px 12px;
    margin: 10px 0;
  }

  .footer-location i {
    font-size: 0.65rem;
  }

  .footer-location p {
    font-size: 0.55rem;
    margin: 0 0 6px 0;
  }

  .maps-link {
    font-size: 0.55rem;
    padding: 3px 8px;
  }

  .footer-location-compact p {
    font-size: 0.6rem;
    margin: 3px 0;
  }

  .maps-link-compact {
    font-size: 0.65rem;
    padding: 4px 10px;
    margin-top: 6px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

