*,
*::before,
*::after {
  box-sizing: border-box;
}

.site-header {
  background: var(--header);
}

.branding {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 16px 0;
}

.logo img {
  display: block;
  width: 350px;
  max-width: 80vw;
  height: auto;
}

#access {
  background: var(--green);
  margin-bottom: -13px;
  position: relative;
  z-index: 20;
}

.nav-desktop {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

.nav-desktop > li {
  position: relative;
  background: var(--green);
}

.nav-desktop > li.current {
  background: var(--green-current);
}

.nav-desktop > li:hover {
  background: var(--green-dark);
}

.nav-desktop a {
  color: #fff;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1;
}

.nav-desktop a:hover,
.nav-desktop li:hover > a,
.nav-desktop .current > a {
  color: #fff;
}

.nav-desktop a > span {
  display: block;
  padding: 17px 30px;
  text-transform: none;
}

.nav-desktop .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--green-dark);
  z-index: 30;
}

.nav-desktop .has-children:hover > .sub-menu,
.nav-desktop .has-children:focus-within > .sub-menu {
  display: block;
}

.nav-desktop .sub-menu li:hover,
.nav-desktop .sub-menu li.current {
  background: #52ae53;
}

.nav-desktop .sub-menu a > span {
  padding: 12px 20px;
  font-size: 19px;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  top: 7px;
}

.page-wrap {
  width: min(100%, var(--container));
  margin-inline: auto;
  padding-inline: 20px;
}

.interior {
  padding: 50px 20px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.split-media img,
.split-media.stack img {
  display: block;
  width: 100%;
}

.split-media.stack {
  display: grid;
  gap: 20px;
}

.entry-content h1,
.split-text h1,
.interior h1,
.galeria-page h1 {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 400;
  color: var(--green);
  margin: 0 0 20px;
  line-height: 1.2;
  text-align: left;
}

.split-text h2,
.interior h2 {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.2;
}

.split-text p,
.interior p,
.galeria-page > p {
  margin: 0 0 1em;
}

.h-missao {
  color: var(--cyan);
}

.h-visao {
  color: var(--orange);
}

.h-valores,
.h-mural-kicker {
  color: var(--pink);
}

.h-mural-kicker {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-display);
}

.mural-page .split-text p {
  color: #000;
}

.h-verde,
.h-verde span {
  color: #008000;
}

.h-musica {
  color: #ff00ff;
}

.azul {
  color: var(--cyan);
}

.verde {
  color: var(--green);
}

.rosa {
  color: var(--pink);
}

.laranja {
  color: var(--orange);
}

.tamanho24 {
  font-size: 24px;
  font-weight: bold;
}

.lista-aviso {
  font-weight: bold;
  color: var(--pink);
}

.lista-link {
  color: #339966;
  font-weight: 700;
}

.home-sliders {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cyclone {
  position: relative;
  overflow: hidden;
  background: #000;
}

.cyclone-slides {
  position: relative;
  aspect-ratio: 1000 / 600;
}

.cyclone-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.cyclone-slide.active {
  opacity: 1;
  z-index: 1;
}

.cyclone-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cyclone-pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 3;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 3px #000;
}

.cyclone-pager span.active {
  color: #888;
}

.cyclone-prev,
.cyclone-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #fff;
  opacity: 0;
}

.cyclone:hover .cyclone-prev,
.cyclone:hover .cyclone-next {
  opacity: 0.85;
}

.cyclone-prev {
  left: 8px;
}

.cyclone-next {
  right: 8px;
}

.cyclone-prev span,
.cyclone-next span {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.cyclone-prev span {
  transform: rotate(-135deg);
  margin-left: 10px;
}

.cyclone-next span {
  transform: rotate(45deg);
  margin-left: 4px;
}

.home-welcome {
  padding: 85px 20px;
}

.home-welcome .split-media {
  margin-top: -60px;
}

.welcome-copy .kicker {
  margin: 0;
  font-family: var(--font-title);
  font-size: 32px;
  color: #ff6600;
}

.welcome-copy h2 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 400;
  color: var(--green);
}

.welcome-copy .lead {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--green);
  margin-bottom: 40px;
}

.saiba-mais {
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: 20px 40px;
  font-family: var(--font-title);
  font-size: 20px;
  transition: background 0.4s;
}

.saiba-mais:hover {
  background: var(--cyan);
  color: #fff;
}

.home-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.home-trio img {
  width: 100%;
  height: 569px;
  object-fit: cover;
  display: block;
}

.home-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 80px 0;
  text-align: center;
}

.home-blocks h3 {
  margin: 0 0 25px;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 400;
}

.home-blocks img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.strip-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.strip-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fotos {
  transition: 0.4s;
  display: block;
}

.fotos:hover {
  outline: 4px solid #d976a3;
  outline-offset: -10px;
  filter: contrast(150%);
}

.wp-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0;
  margin-top: 10px;
}

.wp-gallery .gallery-item {
  display: block;
  text-align: center;
  padding: 10px;
}

.wp-gallery img {
  border: 2px solid #cfcfcf;
  width: auto;
  max-width: 100%;
  height: auto;
}

.contact-form .form-label {
  font-size: 16px;
  margin-bottom: 0;
}

.campo_nome,
.campo_texto {
  border: 1px solid #e6e6e6;
  font-size: 12px;
  width: 90%;
  color: var(--text);
  font-family: var(--font);
}

.campo_nome {
  padding: 20px 5px;
  height: auto;
}

.campo_texto {
  padding: 10px 8px;
  font-size: 1em;
  height: 138px;
}

.campo_enviar {
  border: 1px solid #e6e6e6;
  background: var(--cyan);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  width: 80px;
  height: 40px;
  cursor: pointer;
}

.obrigatorio {
  color: var(--pink);
  font-weight: bold;
}

.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.form-feedback {
  min-height: 1.4em;
}

.site-footer {
  background: var(--footer);
  color: #7a7a7a;
}

.footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
}

.widget-title {
  font-family: var(--font-title);
  font-size: 16px;
  color: #555;
  text-align: left;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin: 0 0 6px;
}

.footer-col a {
  color: #999;
}

.footer-col a:hover {
  color: #555;
}

.footer-col p {
  margin: 0 0 8px;
}

.footer-phone {
  font-size: 40px;
  margin-top: 25px;
  font-family: var(--font-display);
  color: #555;
  line-height: 1.1;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bar {
  background: var(--cyan);
  color: #fff;
  text-align: center;
  padding: 7px 16px 18px;
}

.footer-bar p {
  margin: 0 0 15px;
  font-size: 13px;
}

.footer-bar a {
  color: #fff;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.footer-socials img {
  width: 32px;
  height: 32px;
  display: block;
}

.social-rail {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 25;
  background: #026d7f;
  display: flex;
  flex-direction: column;
}

.social-rail a {
  display: block;
  padding: 8px;
  line-height: 0;
}

.social-rail a:hover {
  background: #0a4852;
}

.social-rail img {
  width: 18px;
  height: 18px;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 26;
  width: 50px;
  height: 55px;
  border: 0;
  background: rgba(0, 0, 0, 0.06);
  color: var(--green-dark);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.28);
}

.to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(96vw, 1100px);
  max-height: 88vh;
  width: auto;
  height: auto;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  line-height: 1;
}

.lightbox-close {
  top: 12px;
  right: 20px;
}

.lightbox-prev {
  left: 12px;
}

.lightbox-next {
  right: 12px;
}

@media (max-width: 780px) {
  .nav-toggle {
    display: block;
  }

  .nav-desktop {
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-desktop.open {
    display: flex;
  }

  .nav-desktop .sub-menu {
    position: static;
    display: none;
    min-width: 0;
  }

  .nav-desktop .has-children.open > .sub-menu {
    display: block;
  }

  .home-sliders,
  .split,
  .home-trio,
  .home-blocks,
  .strip-gallery,
  .footer-widgets,
  .wp-gallery {
    grid-template-columns: 1fr;
  }

  .home-welcome .split-media {
    margin-top: 0;
  }

  .home-welcome,
  .home-blocks,
  .interior {
    padding: 30px 16px;
  }

  .home-trio img {
    height: auto;
  }

  .footer-phone {
    font-size: 28px;
  }

  .split-text h1,
  .interior h1,
  .galeria-page h1 {
    font-size: 36px;
  }

  .wp-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .wp-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .logo img {
    width: 260px;
  }
}
