*,
*::before,
*::after {
  box-sizing: border-box;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 20;
  background: #111;
  color: #fff;
  padding: 8px 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  padding: 10px 0 20px;
  background-color: transparent;
  background-image: url("/assets/img/bg-relogio.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(110deg, #f9f9f7 40%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.91;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.hero-left,
.hero-right {
  width: 50%;
  padding: 10px;
}

.hero-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  width: calc(50% - 30px);
}

.widget {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.widget-last {
  margin-bottom: 0;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 41%;
  max-width: 41%;
  height: auto;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li,
.contact-list a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--muted);
  text-decoration: none;
}

.contact-icon {
  position: relative;
  top: 5px;
  display: flex;
  margin-right: 3.5px;
}

.contact-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--accent);
}

.contact-text {
  align-self: center;
  padding-left: 5px;
  text-align: center;
}

.social-widget {
  font-size: 0;
  line-height: 1;
}

.ig {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
}

.ig svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: fill 0.3s;
}

.ig:hover {
  background: var(--ig-hover);
  opacity: 0.9;
}

.ig:hover svg {
  fill: var(--ig-hover-icon);
}

.fachada {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  max-width: 60%;
  height: auto;
  border-radius: 25px;
}

.photo-row {
  position: relative;
  z-index: 2;
  padding: 0;
}

.photo-grid {
  display: flex;
  flex-wrap: wrap;
}

.photo-spacer {
  width: 59.665%;
}

.photo-circle-col {
  width: 40%;
  margin-top: -300px;
  padding: 0;
  text-align: center;
}

.aliancas {
  display: inline-block;
  vertical-align: middle;
  width: 86%;
  max-width: 86%;
  height: auto;
  border-radius: 50%;
}

.not-found {
  min-height: 70vh;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.not-found a {
  color: #fff;
}

@media (min-width: 1025px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  .hero {
    padding: 80px 20px;
  }

  .hero-left,
  .hero-right,
  .photo-spacer,
  .photo-circle-col {
    width: 100%;
    margin-left: 0;
  }

  .hero-left {
    margin-top: 20px;
    padding: 0;
  }

  .hero-right,
  .photo-spacer {
    display: none;
  }

  .photo-circle-col {
    margin-top: -80px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .photo-row {
    padding: 0 20px;
  }
}
