.elementor-22 .elementor-element.elementor-element-8d64d98{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22 .elementor-element.elementor-element-e39e9d1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-22 .elementor-element.elementor-element-8d64d98{--content-width:1280px;}}@media(max-width:1024px){.elementor-22 .elementor-element.elementor-element-8d64d98{--justify-content:space-evenly;--padding-top:20px;--padding-bottom:20px;--padding-left:50px;--padding-right:050px;}}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-8d64d98{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-e39e9d1 *//* Botão Matricule-se - Estado Normal */
.ae2-btn-solid {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  color: #ffffff;
  background: linear-gradient(135deg, #0b1b3a 0%, #12306a 55%, #0b1b3a 100%);
  box-shadow: 0 10px 24px rgba(11, 27, 58, 0.18);
  border: 1px solid rgba(11, 27, 58, 0.12);
  text-decoration: none;
  cursor: pointer;
}

/* Botão Matricule-se - Estado Hover */
.ae2-btn-solid:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0b1b3a 0%, #12306a 55%, #0b1b3a 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(11, 27, 58, 0.22);
}

/* Botão Matricule-se - Estado Focus (Acessibilidade) */
.ae2-btn-solid:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

/* Botão Matricule-se - Estado Active/Clique */
.ae2-btn-solid:active {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(11, 27, 58, 0.15);
}/* End custom CSS */