.elementor-1608 .elementor-element.elementor-element-22083e6{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--overlay-opacity:0.31;--overlay-mix-blend-mode:multiply;--padding-top:50px;--padding-bottom:50px;--padding-left:150px;--padding-right:150px;overflow:visible;}.elementor-1608 .elementor-element.elementor-element-22083e6:not(.elementor-motion-effects-element-type-background), .elementor-1608 .elementor-element.elementor-element-22083e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://menuvisas.ca/wp-content/uploads/2025/06/AnyConv.com__Design-sem-nome-9.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1608 .elementor-element.elementor-element-22083e6::before, .elementor-1608 .elementor-element.elementor-element-22083e6 > .elementor-background-video-container::before, .elementor-1608 .elementor-element.elementor-element-22083e6 > .e-con-inner > .elementor-background-video-container::before, .elementor-1608 .elementor-element.elementor-element-22083e6 > .elementor-background-slideshow::before, .elementor-1608 .elementor-element.elementor-element-22083e6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1608 .elementor-element.elementor-element-22083e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#004870;--background-overlay:'';}.elementor-1608 .elementor-element.elementor-element-22083e6.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1608 .elementor-element.elementor-element-8c82d84{width:var( --container-widget-width, 88% );max-width:88%;--container-widget-width:88%;--container-widget-flex-grow:0;}.elementor-1608 .elementor-element.elementor-element-8c82d84.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-1608 .elementor-element.elementor-element-22083e6{--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;--justify-content:center;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-1608 .elementor-element.elementor-element-8c82d84{width:100%;max-width:100%;}}@media(min-width:768px){.elementor-1608 .elementor-element.elementor-element-22083e6{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-8c82d84 */.form-menuvisas {
  background: rgba(0, 0, 0, 0.45);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  max-width: 600px;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.form-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.form-header .logo-form {
  width: 70px;
  height: auto;
}

.form-header h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Aplica o estilo base para todos os inputs e selects */
.form-menuvisas input,
.form-menuvisas textarea,
.form-menuvisas select {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  outline: none;
  background-color: #fff;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  appearance: none; /* Remove o visual padrão do navegador */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-menuvisas input::placeholder,
.form-menuvisas textarea::placeholder,
.form-menuvisas select::placeholder {
  color: #777;
}

.form-menuvisas textarea {
  resize: none;
  height: 90px;
}

/* SETA PERSONALIZADA PARA TODOS OS NOVOS SELECTS */
.form-menuvisas select {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23777" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px; /* Impede que o texto fique por cima da seta */
  cursor: pointer;
}

.botao-alinhado-direita {
  text-align: right;
}

/* BOTÃO DE ENVIAR ESTILO WEBINAR (LARANJA) */
.form-menuvisas .wpcf7-submit {
  width: auto;
  max-width: 100%;
  background-color: #FD6502; /* Laranja Menu Visas */
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.form-menuvisas .wpcf7-submit:hover {
  background-color: #e55a02; /* Laranja mais escuro no hover */
  transform: translateY(-2px); /* Efeito de flutuar ao passar o mouse */
}

/* MENSAGENS DE ERRO E SUCESSO DENTRO DO FORMULÁRIO */
.form-menuvisas .wpcf7-response-output {
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 10px;
  border: none !important;
}

.form-menuvisas .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #4caf50;
}

.form-menuvisas .wpcf7-response-output.wpcf7-validation-errors,
.form-menuvisas .wpcf7-response-output.wpcf7-acceptance-missing {
  background-color: #e53935;
}

.form-menuvisas .wpcf7-not-valid-tip {
  color: #fff !important;
}

/* MENSAGENS GLOBAIS (FORA DO FORMULÁRIO) */
.wpcf7-response-output {
  background-color: #4caf50; 
  color: #fff !important;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
  border: none !important;
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  background-color: #e53935 !important;
  color: #fff !important;
}

/* Esconde a pergunta (placeholder) de dentro da lista de opções */
.form-menuvisas select option[value=""] {
  display: none;
}

/* CORREÇÃO DOS CHECKBOXES (Lista VIP) */
.form-menuvisas input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  margin-bottom: 0 !important;
  margin-right: 10px !important;
  padding: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  cursor: pointer;
}

/* Ajuste do texto ao lado da caixinha */
.form-menuvisas span.wpcf7-list-item {
  display: block !important;
  margin: 0 0 12px 0 !important;
}

.form-menuvisas span.wpcf7-list-item-label {
  color: #fff !important;
  font-size: 14px !important;
  cursor: pointer;
  vertical-align: middle !important;
}/* End custom CSS */