.elementor-kit-8{--e-global-color-primary:#4C9A8C;--e-global-color-secondary:#F18B6A;--e-global-color-text:#4D5E69;--e-global-color-accent:#F18B6A;--e-global-color-f804439:#E07F5E;--e-global-color-e3ea5ed:#4C9A8C;--e-global-color-f7729aa:#F9F7F4;--e-global-color-a5a9a66:#4D5E69;--e-global-color-68d9341:#F5D76F;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h4{color:var( --e-global-color-primary );}.elementor-kit-8 h5{color:var( --e-global-color-a5a9a66 );}.elementor-kit-8 h6{color:var( --e-global-color-a5a9a66 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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 *//* El contenedor de la imagen Black Friday */
.category-black-friday .idea-viaje,
.tag-black-friday .idea-viaje {
  position: relative;
  overflow: hidden;   /* 👉 AQUÍ ES DONDE SE CORTA LA CINTA */
}

/* La cinta diagonal */
.category-black-friday .idea-viaje::before,
.tag-black-friday .idea-viaje::before {
  content: "BLACK FRIDAY";
  position: absolute;
  top: 25px;          /* posición vertical que ya te gustó */
  left: -32px;
  background-color: #000000;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 38px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transform: rotate(-45deg);
  z-index: 5;
  white-space: nowrap;
}/* End custom CSS */