.rotas-single-article {
  background: #f8fafb;
}

.rotas-article-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.rotas-article-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 30, 55, .90) 0%, rgba(16, 47, 85, .74) 58%, rgba(16, 47, 85, .42) 100%);
}

.rotas-article-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 128px 0 100px;
}

.rotas-article-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
  font-family: Saira, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.rotas-article-breadcrumbs a,
.rotas-article-breadcrumbs span {
  color: #fff;
}

.rotas-article-breadcrumbs a:hover {
  color: #f8a00f;
}

.rotas-article-kicker {
  margin: 0 0 13px;
  color: #f8a00f;
  font-family: Saira, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.rotas-article-hero h1 {
  max-width: 880px;
  margin: 0;
  font-family: Saira, sans-serif;
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.rotas-article-hero h1 a,
.rotas-article-hero h1 a:hover {
  color: #fff;
}

.rotas-article-hero__brush {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 72px;
  object-fit: cover;
  object-position: bottom;
  pointer-events: none;
}

.rotas-article-content {
  color: #344150;
  font-size: 16px;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.rotas-article-content > :first-child {
  margin-top: 0;
}

.rotas-article-content h2,
.rotas-article-content h3,
.rotas-article-content h4 {
  clear: both;
  color: #17365d;
  font-family: Saira, sans-serif;
  font-weight: 700;
  line-height: 1.28;
}

.rotas-article-content h2 {
  margin: 38px 0 15px;
  font-size: 30px;
}

.rotas-article-content h3 {
  margin: 30px 0 13px;
  color: #24400e;
  font-size: 24px;
}

.rotas-article-content h4 {
  margin: 26px 0 12px;
  font-size: 20px;
}

.rotas-article-content p {
  margin: 0 0 19px;
}

.rotas-article-content ul,
.rotas-article-content ol {
  margin: 0 0 22px 22px;
  padding: 0;
}

.rotas-article-content li {
  margin-bottom: 8px;
}

.rotas-article-content a {
  color: #a02d20;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rotas-article-content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0 22px;
  border-radius: 8px;
}

.rotas-article-content img.alignright {
  float: right;
  max-width: 42%;
  margin: 6px 0 22px 26px;
}

.rotas-article-content img.alignleft {
  float: left;
  max-width: 42%;
  margin: 6px 26px 22px 0;
}

.rotas-article-content blockquote {
  margin: 28px 0;
  padding: 22px 26px;
  border-left: 5px solid #f8a00f;
  border-radius: 0 8px 8px 0;
  background: #f4f7f8;
  color: #17365d;
}

.rotas-recent-list {
  display: flex;
  flex-direction: column;
}

.rotas-recent-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
}

.rotas-recent-item:first-child {
  border-top: 0;
  padding-top: 2px;
}

.rotas-recent-item__image,
.rotas-recent-item__image img,
.rotas-recent-item__placeholder {
  display: block;
  width: 76px;
  height: 64px;
  border-radius: 6px;
}

.rotas-recent-item__image img {
  object-fit: cover;
}

.rotas-recent-item__placeholder {
  display: grid;
  place-items: center;
  background: #f8a00f;
  color: #17365d;
  font-family: Saira, sans-serif;
  font-weight: 800;
}

.rotas-recent-item__title {
  color: #fff;
  font-family: Saira, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.rotas-recent-item:hover .rotas-recent-item__title {
  color: #f8a00f;
}

.rotas-recent-empty {
  color: #fff;
  font-size: 14px;
}

/* Viagens TOP: the cards themselves are rendered by the canonical Elementor
 * loop item; this wrapper only reproduces the responsive grid around them. */
.rotas-destination-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.rotas-destination-grid__item,
.rotas-destination-grid__item > .elementor {
	display: flex;
	width: 100%;
	height: 100%;
}

.rotas-destination-grid__item > .elementor > .elementor-element,
.rotas-destination-grid__item > .elementor > .e-con {
	width: 100%;
	height: 100%;
}

.rotas-destination-grid__empty {
	grid-column: 1 / -1;
	margin: 0;
	text-align: center;
}

@media (max-width: 1024px) {
	.rotas-destination-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.rotas-destination-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}
}

@media (max-width: 767px) {
  .rotas-article-hero {
    min-height: 430px;
  }

  .rotas-article-hero__inner {
    width: min(100% - 38px, 1180px);
    padding: 110px 0 82px;
  }

  .rotas-article-kicker {
    font-size: 14px;
  }

  .rotas-article-hero h1 {
    font-size: clamp(31px, 10vw, 43px);
  }

  .rotas-article-content {
    font-size: 16px;
    line-height: 1.72;
  }

  .rotas-article-content h2 {
    margin-top: 32px;
    font-size: 25px;
  }

  .rotas-article-content h3 {
    font-size: 21px;
  }

  .rotas-article-content img.alignright,
  .rotas-article-content img.alignleft {
    float: none;
    max-width: 100%;
    margin: 10px 0 22px;
  }
}
