.elementor-kit-9192{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-9192 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.destaque-box {
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.destaque-box:hover {
    border-color: #cccccc !important;
    transform: translateY(-4px);
}

.topico-linha {
    transition: all 0.3s ease;
}

.topico-linha #topico-numero {
    transition: color 0.3s ease, transform 0.3s ease;
}

.topico-linha:hover #topico-numero {
    color: #cccccc !important;
}

.elementor .e-9ab62f3-4bf47f4 {
    gap: 20px !important;
}

html {
    scroll-behavior: auto !important;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-col,
.form-full {
    width: 100%;
}

.form-full {
    margin-bottom: 20px;
}

.form-col input,
.form-col select,
.form-full textarea {
    width: 100%;
    box-sizing: border-box;
}

/* Mobile */
@media (max-width: 767px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

/* MOBILE — LARGURA 100%, ALTURA PROPORCIONAL */
@media (max-width: 1024px) {
  .elementor-background-slideshow__slide__image {
    background-image: url("https://tiagobrunet.com.br/wp-content/uploads/2026/07/Pedro-Flausino-3.png") !important;
    background-size: 100% auto !important; /* largura cheia, altura proporcional */
    background-position: center top !important;
    background-repeat: no-repeat !important;

    width: 100% !important;

    /* AQUI ESTÁ O SEGREDO 👇 */
    min-height: 900px !important; 
    /* Pode ajustar o valor. 200–400px geralmente resolve */
  }
  
    #menubar-177 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 2 !important;
    transform: none !important;
}

.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg {
    position: fixed !important;
}
}/* End custom CSS */