.elementor-kit-6{--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;}.elementor-kit-6 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;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container em grid responsivo */
.amelia-v2-container .am-employees-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

/* Cada card de funcionário */
.amelia-v2-container .am-employee {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Efeito ao passar o mouse */
.amelia-v2-container .am-employee:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

/* Foto do funcionário */
.amelia-v2-container .am-employee img {
  border-radius: 50%;
  width: 140px !important;
  height: 140px !important;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #0073e6; /* cor do destaque, pode trocar */
}

/* Nome */
.amelia-v2-container .am-employee-name {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 6px;
}

/* Cargo/descrição */
.amelia-v2-container .am-employee-position {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 15px;
}

/* Botão de agendamento */
.amelia-v2-container .am-employee .am-button {
  display: inline-block;
  background: #0073e6 !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  text-transform: uppercase;
  font-size: 0.9rem !important;
  font-weight: 600;
  transition: background 0.2s ease;
}

/* Hover no botão */
.amelia-v2-container .am-employee .am-button:hover {
  background: #005bb5 !important;
}/* End custom CSS */