/*
Theme Name: Geomil
Description: Tema desenvolvido baseado no Hello Theme for Elementor
Author: Enspire Marketing e Desenvolvimento
Author URI: https://enspire.com.br
Author Email: suporte@enspire.com.br
Version: 1.0.0
Text Domain: hello-elementor-child
Template: hello-elementor
*/
/*
Add your custom styles here
*/
/* ============================
   Hello Elementor - Child Theme
   Fonte: Bricolage Grotesque (Google Fonts)
   Cor primária: #000957
   ============================ */

/* Importa a família (variações: 300 400 500 600 700 — ajuste conforme necessário) */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root{
  /* Cor primária do tema */
  --site-primary: #000957;

  /* Espaço para outras cores que você queira padronizar */
  --site-text: #111111;
  --site-bg: #ffffff;

  /* Escala de fontes (ajuste se quiser) */
  --font-sans: 'Bricolage Grotesque', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Reset / base */
html, body {
  height: 100%;
  font-family: var(--font-sans);
  color: var(--site-text);
  background-color: var(--site-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.fa, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

/* Aplicar cor primária em elementos comuns */
a, a:visited {
  color: var(--site-primary);
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: initial;
  outline: none;
}

/* Cabeçalhos — usar Bricolage Grotesque com peso mais forte */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
  color: var(--site-text);
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.15;
  /* melhora contraste quando usado em headings */
}

/* Forçar a cor primária em elementos "accent" do tema */
button, .elementor-button, input[type="submit"], .wp-block-button .wp-block-button__link {
  background-color: var(--site-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  padding: 0.6em 1rem;
  border-radius: 6px;
}

/* Inputs, selects, textareas */
input, textarea, select {
  font-family: var(--font-sans);
  color: var(--site-text);
}

/* Cabeçalho do site (ex.: logo textual) */
.site-title, .site-branding {
  font-family: var(--font-sans);
  color: var(--site-primary);
}

/* Elementos do Elementor que costumam usar cores do tema */
/* Ajuste seletores conforme sua estrutura se necessário */
.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3 {
  font-family: var(--font-sans);
}

/* Links de navegação */
.main-navigation a,
.elementor-nav-menu a {
  color: var(--site-text);
}

/* Forçar cor primária em estados ativos / hover de itens de menu */
.main-navigation .current-menu-item > a,
.elementor-nav-menu .elementor-item.elementor-item-active,
.elementor-nav-menu a:hover {
  color: var(--site-primary);
}

/* Acessibilidade: foco visível */
:focus {
  outline: 3px solid color-mix(in srgb, var(--site-primary) 20%, white);
  outline-offset: 2px;
}

/* Ajustes específicos do Hello / Elementor (escopo amplo) */
/* .elementor, .elementor * {
  font-family: var(--font-sans) !important;
} */

/* Pequenas melhorias tipográficas */
strong { font-weight: 600; }
em { font-style: italic; }

/* Responsividade: tamanhos base (ajuste conforme preferir) */
html { font-size: 16px; }
@media (max-width: 768px) {
  html { font-size: 15px; }
}
@media (max-width: 480px) {
  html { font-size: 14px; }
}

/* Se desejar, defina a cor primária como variável CSS usada por componentes */
:root {
  --color-primary-500: var(--site-primary);
}

/* Slides */
/* Container da paginação */
#hero-slide .swiper-pagination {
  display: flex;
  justify-content: space-between; /* distribui os bullets */
  align-items: center;
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Cada bullet */
#hero-slide .swiper-pagination-bullet {
  flex: 1;                  /* cada ponto ocupa espaço igual */
  margin: 0 4px;            /* espaço entre eles */
  height: 6px;
  border-radius: 2px;
  cursor: pointer;
}

#swiper-projetos .elementor-swiper-button {
  top: initial !important;
  bottom: -120px !important;
  border: 1px solid var(--e-global-color-8493586);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  aspect-ratio: 1;
  background-color: var(--e-global-color-f4c5226);
}
#swiper-projetos .elementor-swiper-button:hover,
#swiper-projetos .elementor-swiper-button:focus {
  border: 1px solid var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  outline: none !important;
}

#swiper-projetos svg{
  fill: var(--e-global-color-449ea26) !important;
}

#swiper-projetos .elementor-swiper-button:hover svg,
#swiper-projetos .elementor-swiper-button:focus svg{
  fill: var(--e-global-color-f4c5226) !important;
}


#swiper-projetos .elementor-swiper-button-next{
  right: initial !important;
  left: 80px !important;
}

/* Botões do swiper */
#swiper-projetos .swiper-button-prev,
#swiper-projetos .swiper-button-next {
  position: static;          /* remove posição absoluta padrão */
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#swiper-projetos .swiper-button-prev::after,
#swiper-projetos .swiper-button-next::after {
  font-size: 22px;           /* tamanho do ícone padrão */
}

@media(max-width: 1024px){
  #swiper-projetos .elementor-swiper-button {
  width: 40px;
  height: 40px;
  bottom: -80px !important;
}
  #swiper-projetos .swiper-button-prev::after,
  #swiper-projetos .swiper-button-next::after {
    font-size: 16px;           /* tamanho do ícone padrão */
  }
}

/* Hover */
#swiper-projetos .swiper-button-prev:hover,
#swiper-projetos .swiper-button-next:hover {
  border-color: #000957;
  color: #000957;
}
@media(min-width: 1024px){
.form-inline .forminator-design--basic{
    display: flex;
    gap: 1rem;
}

.form-inline .forminator-row:not(.forminator-row-last){
  flex: 1;
}
}


.form-inline input, .form-inline .forminator-button-submit{
  height: 60px !important;
  border-radius: 4px;
}
.form-light .forminator-button-submit{
  background-color: var(--e-global-color-31ed6e3);
  color: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.form-light .forminator-button-submit:hover,
.form-light .forminator-button-submit:focus{
  background-color: var(--e-global-color-primary);
  color: white;
}
.form-light .forminator-button-submit::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23000957' d='M16.15 13H5q-.425 0-.712-.288T4 12t.288-.712T5 11h11.15L13.3 8.15q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L19.3 11.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.575 4.575q-.3.3-.712.288t-.713-.313q-.275-.3-.288-.7t.288-.7z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-light .forminator-button-submit:hover::after,
.form-light .forminator-button-submit:focus::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M16.15 13H5q-.425 0-.712-.288T4 12t.288-.712T5 11h11.15L13.3 8.15q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L19.3 11.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.575 4.575q-.3.3-.712.288t-.713-.313q-.275-.3-.288-.7t.288-.7z'%3E%3C/path%3E%3C/svg%3E");
}
.form-light input{
  border: 1px solid #ccc;
}
.form-light input:hover,
.form-light input:focus{
  outline: none !important;
  border-color: var(--e-global-color-31ed6e3);
}
.form-light label{
  display: none !important;
}