.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:"Albert Sans";--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){margin-block-end: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{padding-inline-end:0px;padding-inline-start:0px;}@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 */.comic-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  height: 60px;
  width: 140px;
  color: #011754;
  background-color: #fc8404;
  border: 2px solid #f26700;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #e04c03;
  transition: all 0.3s ease;
  cursor: pointer;
}

.comic-button:hover {
  background-color: #fff;
  color: #011754;
  border: 2px solid #f26700;
  box-shadow: 5px 5px 0px #f26700;
}

.comic-button:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}

/* Botões das Etapas */ 
.comic-button-etapas {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  height: 60px;
  width: 100%;
  color: #011754;
  background-color: #fc8404;
  border: 2px solid #f26700;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #e04c03;
  transition: all 0.3s ease;
  cursor: pointer;
}

.comic-button-etapas:hover {
  background-color: #fff;
  color: #011754;
  border: 2px solid #f26700;
  box-shadow: 5px 5px 0px #f26700;
}

.comic-button-etapas:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}

/* Botões das Ensinos */ 

.comic-button-e {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  height: 60px;
  width: 100%;
  color: #011754;
  background-color: #fc8404;
  border: 2px solid #f26700;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #e04c03;
  transition: all 0.3s ease;
  cursor: pointer;
}

.comic-button-e:hover {
  background-color: #fff;
  color: #011754;
  border: 2px solid #f26700;
  box-shadow: 5px 5px 0px #f26700;
}

.comic-button-e:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}

@media (max-width: 768px) {
  .elementor-element.e-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important; /* espaço entre os botões */
  }

  .comic-button {
    width: 100% !important;
  }

  /* Garante que cada container de botão também expanda */
  .elementor-widget-container {
    width: 100% !important;
  }
}/* End custom CSS */