/**
Theme Name: Astra Child
Template:   astra
Text Domain: astra-child
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body .ast-main-header-nav-open {
  overflow: hidden;
}

/* STICKY HEADER */
.main-header-bar {
  top: 0;
  position: fixed;
  width: 100% !important;
  transition: background-color 0.5s ease;
  z-index: 999;
}

.main-header-bar.scrolled {
  background-color: #1a2f26d9 !important;
  border-bottom: 2px solid rgba(219, 190, 113) !important;

}

#servicos,
#quem-somos,
#diferenciais,
#equipe,
#contato {
  scroll-margin-top: 144px;
}

.menu-link {
  color: #F5F2ED !important;
}

.menu-link:hover {
  color: #DBBE71 !important;
}

.enviar-contato-form {
  border-color: #2C2927;
  color: #2C2927;
}

/* HAMBURGUER */
.ast-mobile-menu-trigger-fill {
  background: #F0EEDB !important;
}

body.ast-main-header-nav-open #ast-hf-menu-1 {
  display: block;
  border-radius: 0 0 4px 4px;
}

body.ast-main-header-nav-open .ast-primary-header-bar {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.ast-mobile-popup-drawer.active .ast-mobile-popup-inner {
  background: linear-gradient(145deg, #2c3e37 0%, #1e2d25 100%);
}

/* FOOTER */
.site-footer {
  background-color: #F2F1E5;
}

.site-footer .ast-builder-grid-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* Contatos footer */
.site-footer .site-footer-section:nth-child(1) {
  text-align: left;
  align-items: flex-start;
}


/* nossas redes footer */
#block-9 {
    margin: 0 0 0.8em 0;
}

.site-footer .site-footer-section:nth-child(2) {
  text-align: right;
  align-items: flex-end;
}

.site-footer .site-footer-section:nth-child(2) .wp-block-social-links {
  justify-content: flex-end;
}

/* copyright footer */
.site-below-footer-inner-wrap {
  text-align: center !important;
 justify-content: center !important;
}

/* Responsive */
@media (max-width: 768px) {
	#ast-hf-menu-1 {
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		background: white;
		z-index: 999;
		display: none;
		background-color: rgba(0, 0, 0, 0.9) !important;
	}
	
	#ast-hf-menu-1 li a {
		border: none;
	}
	
	.site-footer .ast-builder-grid-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .site-footer .site-footer-section {
    width: 100%;
    margin-bottom: 20px;
    text-align: center !important;
    align-items: center !important;
  }

  .site-footer .site-footer-section .wp-block-social-links {
    justify-content: center !important;
  }

  /* Make footer headings consistent */
  .site-footer .widget-title,
  .site-footer .widget-title a {
    font-size: 14px !important;  /* adjust to match "CONTATOS" */
    line-height: 1.4em !important;
    white-space: nowrap; /* prevent breaking into 2 lines */
    text-transform: uppercase;
  }
}