.elementor-kit-6{--e-global-color-primary:#374659;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFA337;--e-global-color-121d95c:#FFFFFF;--e-global-color-2d1eaef:#2C65A8;--e-global-color-3ec2b52:#F6F8FB;--e-global-color-b3e2024:#1F1F1F;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-e124945-font-family:"Inter";--e-global-typography-e124945-font-size:15px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:16px;font-weight:700;color:var( --e-global-color-121d95c );border-radius:100px 100px 100px 100px;padding:10px 30px 10px 30px;}.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;}{}h1.entry-title{display:var(--page-title-display);}.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 */.card-hover {   
  position: relative;
  transition: width 0.8s ease;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  cursor: pointer;
  width: 250px;   
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #000;
}

.card-hover:hover {
  width: 643px;
  background: #333;  
  color: #fff;       
}

.card-hover:hover * {
  color: #fff !important;
}

/* Texto extra: começa invisível e sem espaço */
.card-hover .extra-text {
  opacity: 0;
  visibility: hidden;
  flex-basis: 0;          
  overflow: hidden;
  white-space: nowrap;
  margin-left: 0;
  transition: all 0.4s ease;
}

.card-hover:hover .extra-text {
  opacity: 1;
  visibility: visible;
  flex-basis: 300px;      
  margin-left: 10px;
}

.curso-subtitulo,
.curso-titulo {
  display: none;
  margin: 10px 0;
  color: #fff;
}

.card-hover:hover .curso-subtitulo,
.card-hover:hover .curso-titulo {
  display: block;
}

.card-hover .hover-descricao {
  max-height: 0;            /* começa sem ocupar altura */
  opacity: 0;
  visibility: hidden;
  overflow: hidden;         /* esconde conteúdo */
  white-space: normal;      
  word-wrap: break-word;    
  margin-top: 0px;         
  color: #fff;
  transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.card-hover:hover .hover-descricao {
  max-height: 500px;         /* valor  suficiente para o texto */
  opacity: 1;
  visibility: visible;
}

.card-hover:hover .hover-descricao {
  opacity: 1;
  visibility: visible;
}

.card-hover .hover-botao {
  display: inline-block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin-top: 10px;
  transition: height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  
  /* Alinhamento à esquerda */
  align-self: flex-start;      /* alinha no início do container flex */
}

/* No hover: aparece suavemente */
.card-hover:hover .hover-botao {
  height: 40px;              /* altura real do botão */
  opacity: 1;
  visibility: visible;
}/* End custom CSS */