/** General CSS - Other Elements*/
/** Padding Container */
@media only screen and (max-width: 1390px) {
  body:not(.elementor-editor-active) .elementor-container {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  body:not(.elementor-editor-active) .elementor-container .gap--s {
    padding: 0 !important;
  }
  body:not(.elementor-editor-active) .e-container:not(.e-container--column) {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  body:not(.elementor-editor-active) .e-container:not(.e-container--column) .gap--s {
    padding: 0 !important;
  }
}
.no-padding {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .curso-column {
    height: auto !important;
  }
  .curso-column .elementor-widget-container > img {
    object-fit: contain !important;
  }
}
.gap--s {
  gap: 3em;
}
.image-style {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15);
}
.image-style > div {
  height: auto;
}
.image-style .elementor-widget-container > img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.image-stretch {
  height: 100% !important;
}
@media (max-width: 1024px) {
  .elementor-14327 .elementor-element.elementor-element-192f7e10 {
    --min-height: auto !important;
  }
}
/** Footer - Custom CSS */
.footer__menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 !important;
  padding: 0 !important;
}
.footer__menu ul li > a {
  white-space: normal !important;
  padding: 0.25em 0 !important;
  margin: 0.25em 0 !important;
}
.footer__menu ul li > a:after {
  background-color: var(--e-global-color-primary) !important;
  border-radius: 10px;
}
/** Subfooter Style - Custom CSS */
.subfooter__menu nav {
  justify-content: flex-end;
}
.subfooter__menu nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  gap: 2.5em;
}
.subfooter__menu nav ul li > a {
  font-size: 12px !important;
  white-space: normal !important;
  padding: 0.25em 0 !important;
  margin: 0.25em 0 !important;
}
.subfooter__menu nav ul li > a:after {
  background-color: var(--e-global-color-primary) !important;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .subfooter__menu nav ul {
    gap: 1em;
  }
}
.hm-cards__wrapper > .elementor-container {
  gap: 1em;
}
.hm-cards__wrapper > .elementor-container .hm-cards {
  border-radius: 12px !important;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.hm-cards__wrapper > .elementor-container .hm-cards:hover {
  transform: translateY(-5px);
}
.hm-cards__wrapper > .elementor-container .hm-cards .elementor-icon-box-description {
  margin-top: 2.5em;
  margin-left: -4em;
}
@media only screen and (max-width: 767px) {
  .hm-cards__wrapper > .elementor-container .hm-cards .elementor-icon-box-description {
    margin-left: 0em;
  }
}
/** Custom ActiveCampain CSS - Footer*/
.cta-footer ._form-content, .active-campain__wrapper ._form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}
.cta-footer ._form-content ._field-wrapper input, .active-campain__wrapper ._form-content ._field-wrapper input {
  border-radius: 8px !important;
  border: 1px solid #cdcdcd;
  max-width: 100% !important;
}
.cta-footer ._form-content ._form_element > ._form-label, .active-campain__wrapper ._form-content ._form_element > ._form-label {
  font-family: "Poppins" !important;
}
.cta-footer ._form-content ._checkbox-radio, .active-campain__wrapper ._form-content ._checkbox-radio {
  margin-top: 0.5em;
  display: flex !important;
}
.cta-footer ._form-content ._checkbox-radio > span > label, .active-campain__wrapper ._form-content ._checkbox-radio > span > label {
  font-family: "Poppins" !important;
}
.cta-footer ._form-content ._button-wrapper, .active-campain__wrapper ._form-content ._button-wrapper {
  grid-column: span 2 !important;
}
.cta-footer ._form-content ._button-wrapper #_form_5_submit, .cta-footer ._form-content ._button-wrapper #_form_3_submit, .active-campain__wrapper ._form-content ._button-wrapper #_form_5_submit, .active-campain__wrapper ._form-content ._button-wrapper #_form_3_submit {
  width: 100% !important;
  color: white !important;
}
.cta-footer ._form-branding, .active-campain__wrapper ._form-branding {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .cta-footer ._form-content {
    display: flex !important;
    flex-direction: column;
  }
}
.active-campain__wrapper ._form-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  /*display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 1em;
        grid-row-gap: 1em;*/
}
.active-campain__wrapper ._form-content ._field-wrapper input {
  border-radius: 8px !important;
  border: 1px solid #cdcdcd;
  max-width: 100% !important;
}
.active-campain__wrapper ._form-content ._form_element > ._form-label {
  font-family: "Poppins" !important;
}
.active-campain__wrapper ._form-content ._checkbox-radio {
  margin-top: 0.5em;
  grid-column: span 2 !important;
  display: flex !important;
}
.active-campain__wrapper ._form-content ._checkbox-radio > span > label {
  font-family: "Poppins" !important;
}
.active-campain__wrapper ._form-content ._button-wrapper {
  grid-column: span 2 !important;
}
.active-campain__wrapper ._form-content ._button-wrapper #_form_3_submit {
  width: 100% !important;
  color: white !important;
}
.active-campain__wrapper ._form-branding {
  display: none !important;
}
/** Contact Form 7 - Custom CSS */
.premium-cf7-container input.wpcf7-text {
  max-width: 100%;
}
/** Page Submit Recurso - Steps */
.recurso--box {
  position: relative;
  border: 1px solid #f37021;
  border-radius: 20px;
  padding: 1.5em;
  margin-bottom: 2.5em;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15);
}
.recurso--box:before {
  width: auto;
  height: auto;
  position: absolute;
  content: "1";
  top: -35px;
  left: 10px;
  color: #f37021;
  z-index: -1;
  font-size: 28px;
  font-weight: 600;
  background-color: white;
  padding: 0 0.75em;
  border-radius: 50%;
  border: 1px solid #f37021;
}
#step-1:before {
  content: "1";
}
#step-2:before {
  content: "2";
}
#step-3:before {
  content: "3";
}
/** Search Header bar - Full Page */
input.elementor-search-form__input.input-text {
  max-width: 100% !important;
}
/** Recurso Grid */
.recursos-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 2em;
  grid-auto-flow: row;
}
@media only screen and (max-width: 1024px) {
  .recursos-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .recursos-grid--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
