.elementor-kit-6{--e-global-color-primary:#241F21;--e-global-color-secondary:#54595F;--e-global-color-text:#FFECB3;--e-global-color-accent:#F3D210;--e-global-typography-primary-font-family:"Poppins";--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;}{}h1.entry-title{display:var(--page-title-display);}@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 */body {
        display: flex;
        flex-direction: column;
        min-height: 100vh; /* Ensures body takes up full viewport height */
    }

    .elementor-location-footer { /* Targets your Elementor footer */
        margin-top: auto; /* Pushes the footer to the bottom */
    }

.btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #FFD465 0%, #FBCB5E 55%, #F6B84C 100%);
  color: #111;
  font-weight: 800;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;

  transition: transform 0.35s cubic-bezier(0.25, 1, 0.3, 1),
              box-shadow 0.35s ease,
              filter 0.35s ease;
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  filter: brightness(1.05);
}

.btn-primary:focus-visible {
  outline: 2px solid #FFE28A;
  outline-offset: 2px;
}

.btn-ghost {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #E9DFB2;
  border-radius: 14px;
  backdrop-filter: blur(8px) saturate(130%);
  -webkit-backdrop-filter: blur(8px) saturate(130%);
  cursor: pointer;
  text-decoration: none;

  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn-ghost:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  filter: brightness(1.08);
}

.btn-ghost:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

.btn-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #FFD465 0%, #FBCB5E 55%, #F6B84C 100%);
  color: #111;
  font-weight: 800;
  border: none;
  border-radius: 14px;
  padding: 8px 24px;
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.35s ease, filter 0.35s ease;
}

.btn-details:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 20px rgba(255, 212, 101, 0.6);
}

.btn-details:active {
  filter: brightness(1.05);
  box-shadow: 0 3px 10px rgba(255, 212, 101, 0.4);
}

.btn-details:focus-visible {
  outline: 2px solid #FFE28A;
  outline-offset: 2px;
}

.btn-details .elementor-button-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn-details:hover .elementor-button-icon {
  transform: translateX(15px);
}

.max-container {
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.my-box {
  display: inline-block;
  height: 50px;
  line-height: 20px;
}

/* Forçar altura fixa na imagem */
.elementor-loop-container .elementor-post__thumbnail {
    min-height: 250px !important;
    max-height: 250px !important;
    height: 250px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8f8f8;
    overflow: hidden;
    padding: 20px;
}

.elementor-loop-container .elementor-post__thumbnail img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

/* Garantir que todos os cards tenham a mesma altura */
.elementor-loop-container .elementor-post {
    display: flex;
    flex-direction: column;
    height: 100%;
}/* End custom CSS */