.elementor-216 .elementor-element.elementor-element-179c823{--display:flex;--min-height:74vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:1;}.elementor-216 .elementor-element.elementor-element-179c823:not(.elementor-motion-effects-element-type-background), .elementor-216 .elementor-element.elementor-element-179c823 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.fullgest.pt/wp-content/uploads/2025/04/Vector-17.png");background-position:top right;background-repeat:no-repeat;}.elementor-216 .elementor-element.elementor-element-179c823::before, .elementor-216 .elementor-element.elementor-element-179c823 > .elementor-background-video-container::before, .elementor-216 .elementor-element.elementor-element-179c823 > .e-con-inner > .elementor-background-video-container::before, .elementor-216 .elementor-element.elementor-element-179c823 > .elementor-background-slideshow::before, .elementor-216 .elementor-element.elementor-element-179c823 > .e-con-inner > .elementor-background-slideshow::before, .elementor-216 .elementor-element.elementor-element-179c823 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://www.fullgest.pt/wp-content/uploads/2025/04/Vector-15.png");--background-overlay:'';background-position:bottom left;background-repeat:no-repeat;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-216 .elementor-element.elementor-element-e5cf56a{width:100%;max-width:100%;}.elementor-216 .elementor-element.elementor-element-61de371{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-216 .elementor-element.elementor-element-61de371:not(.elementor-motion-effects-element-type-background), .elementor-216 .elementor-element.elementor-element-61de371 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F24026;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-e5cf56a */.contact-section {
      position: relative;
      padding: 100px 0;
      background-color: #fff;
      overflow: hidden;
      width: 100%;
    }

    .container {
      max-width: 1300px;
      margin: 0 auto;
      display: flex;
      gap: 80px;
      padding: 0 40px;
      position: relative;
      z-index: 1;
      align-items: stretch;
    }

    .vector-bottom-left,
    .vector-top-right {
      position: absolute;
      z-index: 0;
      width: 160px;
    }

    .vector-bottom-left {
      bottom: 80px;
      left: 0;
    }

    .vector-top-right {
      top: 0;
      right: 0;
      transform: rotate(0deg);
    }

    
    a {
  color: inherit;  /* Faz o link herdar a cor do texto ao redor */
  text-decoration: none;  /* Remove o sublinhado */
    }


    .contact-text,
    .contact-form {
      flex: 1;
    }

    .contact-text h2 {
      color: #F24026;
      font-size: 32px;
      margin-bottom: 20px;
    }

    .contact-text p {
      font-size: 16px;
      margin-bottom: 10px;
      color: #333;
    }

    .contact-form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 40px;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px;
      font-size: 14px;
      border: 1px solid #999;
    }

    .contact-form textarea {
      min-height: 180px;
      resize: none; /* Impede redimensionamento */
    }

    .contact-form button {
      background-color: #F24026;
      color: white;
      padding: 8px 20px;
      border: none;
      cursor: pointer;
      border-radius: 5px;
      font-size: 16px;
      width: 25%; /* Largura do botão é 25% */
      max-width: 200px; /* Limita o tamanho máximo do botão */
    }

    footer {
      background-color: #F24026;
      color: white;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between; /* Alinha logo à esquerda e texto à direita */
      align-items: center;
    }

    .footer-logo {
      height: 40px;
      margin-right: 20px; /* Margem à direita entre o logo e o texto */
    }

    .footer-text {
      font-size: 14px;
      text-align: center; /* Centraliza o texto */
      flex-grow: 1;
    }

    .footer-text a {
      color: white;
      text-decoration: none;
    }

    /* Media Queries para Responsividade */
    @media (max-width: 768px) {
      /* Container (para ajustar o layout para coluna em telas pequenas) */
      .container {
        flex-direction: column;
        padding: 0 20px;
      }

      /* Ajusta o tamanho da imagem do logo */
      .logo {
        height: 40px;
      }

      /* Tamanho do texto no Hero */
      .hero h1 {
        font-size: 30px;
        line-height: 48px;
      }

      .hero p {
        font-size: 16px;
      }

      /* Formulário (deixa em coluna e com um pouco de espaço) */
      .contact-form {
        padding: 20px 0;
      }

      .contact-form button {
        width: 50%; /* O botão ocupa 50% da largura em telas pequenas */
        max-width: none; /* Remove o limite máximo */
      }

      .contact-text h2 {
        font-size: 28px;
      }

      .contact-text p {
        font-size: 14px;
      }

      /* Rodapé em dispositivos móveis */
      footer {
        flex-direction: column;
        text-align: center;
      }

      .footer-logo {
        margin-bottom: 10px;
      }

      .footer-text {
        font-size: 12px;
      }
    }
    .vector-bottom-left {
      bottom: 110px;
      left: 0;
    }
    /* Media Query para telas menores que 480px (smartphones muito pequenos) */
    @media (max-width: 480px) {
      .hero h1 {
        font-size: 24px;
        line-height: 36px;
      }

      .hero p {
        font-size: 14px;
      }

      .contact-form button {
        width: 60%; /* O botão ocupa 60% da largura em smartphones pequenos */
      }

      .contact-text h2 {
        font-size: 24px;
      }

      .contact-text p {
        font-size: 12px;
      }
    }
    
    
.contact-form button:hover {
  background-color: #d6361f; /* Um tom um pouco mais escuro que #F24026 */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-179c823 */.elementor-216 .elementor-element.elementor-element-179c823{
    margin-top: 40px;
}/* End custom CSS */