.elementor-6 .elementor-element.elementor-element-1f26c32{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8cf8d14 *//* ===== ARANCIA DESTINOS · FULL WIDTH BACKGROUND FIX ===== */

html,
body {
  overflow-x: hidden;
}

#ar-destinos-page {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  padding-left: 16px;
  padding-right: 16px;

  background:
    radial-gradient(circle at 0% 0%, rgba(198,123,61,.14), transparent 26%),
    radial-gradient(circle at 100% 10%, rgba(67,95,75,.10), transparent 24%),
    linear-gradient(180deg, #fbf7f1 0%, #f4ede1 100%);
}

#ar-destinos-page .ar-destinos__container {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

/* Ajuste móvil */
@media (max-width: 720px) {
  #ar-destinos-page {
    padding-left: 12px;
    padding-right: 12px;
  }
}/* End custom CSS */