.elementor-kit-6{--e-global-color-primary:#273044;--e-global-color-secondary:#C8D844;--e-global-color-text:#FFFFFF;--e-global-color-accent:#AEBD34;--e-global-color-31c444d:#E8E8E2;--e-global-color-1a3ef03:#CACAC9;--e-global-color-ddec9a9:#7A7A79;--e-global-color-c64e10c:#232E48;--e-global-color-dd51abc:#d8d8cf;--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;font-family:"Public Sans", Sans-serif;}.elementor-kit-6 h1{font-family:"Archivo", Sans-serif;}.elementor-kit-6 h2{font-family:"Archivo", Sans-serif;}.elementor-kit-6 h3{font-family:"Archivo", Sans-serif;}.elementor-kit-6 h4{font-family:"Archivo", Sans-serif;}.elementor-kit-6 h5{font-family:"Archivo", Sans-serif;}.elementor-kit-6 h6{font-family:"Archivo", Sans-serif;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:0px;max-width: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 *//* Links a verde em todo o site */
a {
  color: #A9BD1F;
}
a:hover {
  color: #C6D92D;
}

::selection {
  background: #C6D92D;
  color: #232E48;
}
::-moz-selection {
  background: #C6D92D;
  color: #232E48;
}

/* ===== CARTÕES DE CURSO (home + página cursos) ===== */

/* 1. Tag verde da área — largura só do texto */
.curso-tag{
  width: fit-content !important;
  max-width: fit-content !important;
}

/* 2. Container geral do cartão — sem padding */
.curso-card{
  padding: 0 !important;
}

/* 3. Duração / Regime — layout em 2 colunas */
.curso-meta{
  display: flex;
  gap: 32px;
  font-family: 'Public Sans', sans-serif;
}
.curso-meta .curso-meta-label{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #9aa1b0;
}
.curso-meta .curso-meta-value{
  font-size: 15px;
  font-weight: 600;
  color: #232e48;
  margin-top: 3px;
}
/* ===== AVATAR DOS TESTEMUNHOS (classe na imagem) ===== */
.testemunho-foto,
.testemunho-foto img{
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
}

/* sobe o ícone dentro do círculo */
.testemunho-foto img{
  transform: translateY(-3px) !important;
}/* End custom CSS */