.elementor-kit-12{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#A28153;--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;background-color:#000000;}.elementor-kit-12 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);}@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 */.gradient1 {
  background: linear-gradient(0deg, #471E00, #ff6a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient2 {
  background: linear-gradient(90deg, #F56818, #E13224);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient3 {
  background: linear-gradient(90deg, #CFBC8C, #C89A45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient4 {
  background: linear-gradient(90deg, #E5E5E5, #323232);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-cinechrome-glow {
  position: relative;
  display: inline-block;
  padding: 14px 32px;
  font-size: 1.1rem;
  color: white;
  background: linear-gradient(90deg, #ff6a00, #ff934f);
  border: none;
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.4);
  transition: all 0.3s ease;
}

.button-cinechrome-glow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 220, 180, 0.05) 0%,
    rgba(255, 220, 180, 0.3) 45%,
    rgba(255, 220, 180, 0.6) 50%,
    rgba(255, 220, 180, 0.3) 55%,
    rgba(255, 220, 180, 0.05) 100%
  );
  transform: skewX(-20deg);
  animation: kodakSweep 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes kodakSweep {
  0% {
    left: -80%;
  }
  100% {
    left: 130%;
  }
}

.button-cinechrome-glow:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #ff8300, #ffbb55);
  box-shadow: 0 0 24px rgba(255, 140, 0, 0.5);
}


/* CONTÊINER */
.MM-packages-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 60px 0;
  flex-wrap: wrap;
}

/* CARD */
.MM-package-card {
  background: #111;
  color: #fff;
  padding: 35px;
  width: 320px;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.3s;
  position: relative;
}

.MM-package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 40px rgba(0,0,0,0.5);
  border-color: rgba(201,168,106,0.4);
}

/* TÍTULO */
.MM-package-title {
  font-family: "Playfair Display", serif;
  font-size: 1.7rem;
  margin-bottom: 15px;
  color: #C9A86A;
}

/* INFO */
.MM-package-info {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 18px;
}

/* DIVISOR */
.MM-divider {
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.08);
  margin: 18px 0;
}

/* SUBTÍTULO */
.MM-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #C9A86A;
}

/* LISTA */
.MM-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

.MM-list li {
  margin-bottom: 6px;
  font-size: 0.95rem;
  opacity: 0.85;
}

/* PREÇO */
.MM-price {
  font-size: 1.6rem;
  font-family: "Playfair Display", serif;
  margin: 18px 0;
  color: #fff;
}

/* BOTÃO */
.MM-btn {
  background: #C9A86A;
  color: #000;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  transition: 0.25s;
}

.MM-btn:hover {
  background: #e1c184;
  transform: translateY(-3px);
}

/* PREMIUM */
.MM-package-card.premium {
  border: 2px solid rgba(201,168,106,0.6);
  transform: scale(1.05);
}

.MM-package-card.premium:hover {
  transform: translateY(-6px) scale(1.05);
}

/* BADGE */
.MM-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #C9A86A;
  color: #111;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .MM-packages-container {
    flex-direction: column;
    align-items: center;
  }
  
  .MM-package-card.premium {
    transform: scale(1);
  }
}



/* CONTAINER */
.MM-testimonials-container {
  padding: 100px 20px;
  text-align: center;
}

/* TÍTULO */
.MM-heading-center {
  color: var(--mm-accent);
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 50px;
}

/* GRID */
.MM-testimonials-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CARD */
.MM-testimonial-card {
  background: #111;
  padding: 28px;
  width: 300px;
  border-radius: 14px;
  border: 1px solid rgba(201,168,106,0.3);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
  transition: 0.3s;
}

.MM-testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(201,168,106,0.6);
}

/* TEXTO */
.MM-testimonial-text {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 12px;
  font-style: italic;
}

/* AUTOR */
.MM-testimonial-author {
  color: #C9A86A;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
  .MM-testimonials-grid {
    flex-direction: column;
    align-items: center;
  }
}

/* ==== GLOW ANIMADO NO CARD ==== */

.MM-testimonial-card {
  background: #0c0c0c;
  padding: 28px;
  width: 300px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  border: 1px solid rgba(201,168,106,0.22);
  box-shadow: 0 0 0 rgba(201,168,106,0);
}

.MM-testimonial-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(201,168,106,0.7);
  box-shadow: 0 0 25px rgba(201,168,106,0.28);
}

/* Glow animado passando */
.MM-testimonial-card::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 250%;
  height: 250%;
  background: radial-gradient(circle, rgba(201,168,106,0.18) 0%, rgba(0,0,0,0) 60%);
  animation: glowMove 6s linear infinite;
  opacity: 0;
  transition: 0.4s;
}

.MM-testimonial-card:hover::before {
  opacity: 1;
}

@keyframes glowMove {
  0% { transform: translate(0%, 0%); }
  50% { transform: translate(30%, 30%); }
  100% { transform: translate(0%, 0%); }
}


/* === CONTAINER ADICIONAIS === */

.MM-addons-container {
  background: #0b0b0b;
  padding: 60px 30px;
  border-radius: 16px;
  color: #fff;
  width: 100%;
  max-width: 900px;
  margin: auto;
  border: 1px solid rgba(201,168,106,0.3);
  box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

.MM-addons-title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #C9A86A;
  margin-bottom: 35px;
}

/* LISTA */
.MM-addons-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.MM-addons-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 1rem;
}

.MM-addons-list li span:first-child {
  color: #fff;
  font-weight: 300;
}

.MM-addons-list .price {
  font-weight: 500;
  color: #C9A86A;
}

/* ÚLTIMO ITEM — A COMBINAR */
.MM-addons-list li.acombinar .price {
  font-style: italic;
  color: #bbb;
}

/* MOBILE */
@media(max-width: 768px){
  .MM-addons-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }
}


/* ====== PRAZOS DE ENTREGA ====== */

.MM-deadline-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}

.MM-deadline-card {
  background: #0c0c0c;
  color: #fff;
  border: 1px solid rgba(201,168,106,0.35);
  border-radius: 16px;
  padding: 35px;
  width: 300px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0,0,0,0.4);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* Glow sutil contínuo */
.MM-deadline-card::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -120%;
  width: 250%;
  height: 250%;
  background: radial-gradient(circle, rgba(201,168,106,0.14) 0%, rgba(0,0,0,0) 65%);
  animation: deliveryGlow 9s ease-in-out infinite;
  opacity: 0.7;
}

@keyframes deliveryGlow {
  0%   { transform: translate(0%, 0%); }
  50%  { transform: translate(28%, 24%); }
  100% { transform: translate(0%, 0%); }
}

/* Título */
.MM-deadline-title {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  color: #C9A86A;
  margin-bottom: 10px;
}

/* Tempo */
.MM-deadline-time {
  font-size: 1rem;
  opacity: 0.85;
}

/* Mobile */
@media (max-width: 768px) {
  .MM-deadline-container {
    flex-direction: column;
    align-items: center;
  }
}



/* ==== DESTINATION SECTION ==== */

.MM-destination-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 160px 40px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
}

/* Overlay escuro cinematográfico */
.MM-destination-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)
  );
}

/* Conteúdo */
.MM-destination-content {
  position: relative;
  max-width: 720px;
  z-index: 2;
}

/* Título */
.MM-destination-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  margin-bottom: 16px;
  color: #C9A86A;
  letter-spacing: -1px;
}

/* Texto */
.MM-destination-text {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
}

/* Botão claro */
.MM-btn-light {
  background: rgba(255,255,255,0.85);
  color: #111;
}

.MM-btn-light:hover {
  background: #ffffff;
  color: #000;
  transform: translateY(-3px);
}

/* MOBILE */
@media(max-width: 768px){
  .MM-destination-title { font-size: 2.2rem; }
  .MM-destination-text { font-size: 1rem; }
}/* End custom CSS */