.elementor-kit-5{--e-global-color-primary:#FFFBF0;--e-global-color-secondary:#5B3727;--e-global-color-text:#2B2B2B;--e-global-color-accent:#B78B3E;--e-global-color-0adbb73:#E6E6E6;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lora";--e-global-typography-accent-font-weight:500;--e-global-typography-f14e977-font-family:"Lora";--e-global-typography-f14e977-font-size:24px;--e-global-typography-f14e977-font-style:italic;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-5 p{margin-block-end:20px;}.elementor-kit-5 a{color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-weight:600;font-style:italic;}.elementor-kit-5 h1{color:#111111;font-family:"Lora", Sans-serif;}.elementor-kit-5 h2{font-family:"Lora", Sans-serif;}.elementor-kit-5 h3{font-size:25px;}.elementor-kit-5 h4{color:#2B2B2BE0;font-family:"Lora", Sans-serif;font-weight:400;font-style:italic;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:14px;}.elementor-kit-5 p{margin-block-end:20px;}.elementor-kit-5 h1{font-size:27px;}.elementor-kit-5 h2{font-size:20px;}.elementor-kit-5 h3{font-size:20px;}.elementor-kit-5 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo inicial da barra de pesquisa */
.barra-de-busca .elementor-search-form__container {
  width: 0; /* Começa com largura zero */
  opacity: 0;
  overflow: hidden;
  transition: width 0.4s ease, opacity 0.3s ease;
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  box-shadow: none;
  white-space: nowrap;
  height: 60px;
  background: #f9f6f0;
  border-radius: 8px;
}

/* Estilo quando a barra está ativa */
.barra-de-busca.ativa .elementor-search-form__container {
  width: 22px; /* Expande para esta largura */
  opacity: 1;
  padding: 0px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Estilo para o campo de texto */
.barra-de-busca input[type="search"] {
  width: 100%;
  height: 100%;
  padding: 0px 0px;
  border: none;
  outline: none;
  font-size: 1rem;
  background: transparent;
  color: #333;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* Estilo para o botão de busca */
.barra-de-busca button[type="submit"] {
  background-color: #c7a86e;
  color: #fff;
  border: none;
  padding: 0px 0px;
  cursor: pointer;
  font-size: 1rem;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background-color 0.3s ease;
}

.barra-de-busca button[type="submit"]:hover {
  background-color: #b2925a;
}

/* Alinhar a barra de pesquisa verticalmente */
.barra-de-busca {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/* Remover espaço em brando lateral no mobile

 */
html, body{
    overflow-x: hidden !important; 
}/* End custom CSS */