:root {
  --afro-orange: #ff7a00;
  --afro-orange-2: #ff8a1f;
  --afro-yellow: #ffaa00;
  --afro-teal: #0f5f6d;
  --afro-teal-2: #0b4b57;
  --afro-cream: #f3f0e4;
  --afro-cream-2: #efe7d7;
  --afro-dark: #1c1c1e;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-VariableFont_wght.ttf")
    format("truetype-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1200px) {
  .header-container {
    max-width: 1440px !important;
  }
  .container {
    max-width: 1140px;
  }
}

.afro-eventos-page {
  padding: 0;
  font-family: "Sora", "Montserrat", sans-serif;
}

.afro-eventos {
  background-color: var(--afro-cream);
  background-image: url("../images/afronegocio-bg-claro.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 42px 0 80px;
  position: relative;
  overflow: hidden;
}

.afro-eventos .detalhe1 {
  background: url("../images/afronegocio-detalhe1.png") top right;
  background-size: contain;
  display: block;
  width: 165px;
  height: 227px;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  transform-origin: top right;
}

.afro-eventos .detalhe4 {
  background: url("../images/afronegocio-detalhe4.png") top right;
  background-size: contain;
  display: block;
  width: 148px;
  height: 189px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transform-origin: top left;
}

@media (max-width: 576px) {
  .afro-eventos .detalhe1 {
    transform: scale(0.5);
  }

  .afro-eventos .detalhe4 {
    transform: scale(0.5);
  }
}

.afro-eventos-header {
  text-align: center;
  margin-bottom: 24px;
}

.afro-eventos-title {
  color: #0f5f6d;
  font-weight: 600;
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  line-height: 1.15;
  margin: 0 auto;
  max-width: 860px;
}

.afro-eventos-featured {
  display: flex;
  justify-content: center;
  margin: 18px 0 20px;
}

.afro-eventos-featured-card {
  display: grid;
  grid-template-columns: 40% 1fr;
  padding: 2rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  align-items: center;
  /* background: #0b4b57; */
  border-radius: 14px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

.afro-eventos-featured-card::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - (25vw + 30px));
  background-color: #095262;
  border-radius: 2rem;
}

@media (min-width: 992px) {
  .afro-eventos-featured-card::before {
    top: 0;
    left: auto;
    right: 0;
    width: 90%;
    height: 100%;
  }
}

.afro-eventos-featured-media {
  border-radius: 1.3rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
}

.afro-eventos-featured-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  position: relative;
  border: solid 2px #ffffff;
  border-radius: 1.3rem;
}

.afro-eventos-featured-title {
  color: #ffffff;
  position: relative;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 1.3rem 0 1rem;
}

.afro-eventos-featured-excerpt {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.35;
  opacity: 0.95;
}

.afro-eventos-featured-meta {
  margin: 10px 0 0;
  font-size: 0.85rem;
  opacity: 0.9;
}

.afro-eventos-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 55px 0 50px;
}

.afro-eventos-divider-line {
  display: block;
  height: 2px;
  background: rgba(11, 75, 87, 0.35);
  flex: 1;
  max-width: 340px;
}

.afro-eventos-divider-x {
  font-weight: 700;
  color: rgba(11, 75, 87, 0.6);
  text-transform: uppercase;
}

.afro-eventos-detalhe {
  position: relative;
  width: 100%;
}

.afro-eventos-detalhe .detalhe {
  background: url(../images/afronegocio-detalhe5.png) top right no-repeat;
  background-size: contain;
  display: block;
  width: clamp(100px, 15vw, 139px);
  height: 343px;
  position: absolute;
  top: -110px;
  left: 0;
  transform: scale(1);
  transform-origin: top left;
}

@media (max-width: 1365px) {
  .afro-eventos-detalhe .detalhe {
    transform: scale(0.5);
  }
}

.afro-eventos-subtitle {
  text-align: center;
  margin: 0 0 18px;
  font-weight: 900;
  color: #0b4b57;
  letter-spacing: 0.4px;
  font-size: clamp(1.7rem, 7vw, 2.5rem);
}

.afro-eventos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.afro-eventos-item {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  color: #0b4b57;
}

.afro-eventos-item-media {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
}

.afro-eventos-item-media img {
  width: 100%;
  height: clamp(5rem, 26vw, 10rem);
  object-fit: cover;
  object-position: center;
  display: block;
  border: solid 2px #095262;
  border-radius: 12px;
}

.afro-eventos-item-title {
  font-weight: 700;
  font-size: clamp(0.9rem, 4vw, 1.3rem);
  line-height: 1.25;
}

.afro-eventos-empty {
  text-align: center;
  padding: 32px 16px;
  color: #0b4b57;
}

@media (max-width: 992px) {
  .afro-eventos-featured-card {
    grid-template-columns: 1fr;
  }

  .afro-eventos-featured-media img {
    height: 220px;
  }

  .afro-eventos-grid {
    grid-template-columns: 1fr;
  }

  .afro-eventos-item {
    /* grid-template-columns: 1fr; */
  }

  .afro-eventos-item-media img {
    /* height: 200px; */
  }
}
