.elementor-7894 .elementor-element.elementor-element-4b5c5d3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a5df9a8 */html,
body {
  margin: 0;
  padding: 0;
  background: #f8f6f2 !important;
}

.copa-page {
  min-height: 100vh;
  max-width: 430px;
  margin: 0 auto;
  padding: 26px 20px 40px;
  background-color: #f8f6f2;
  background-image:
    radial-gradient(rgba(0, 0, 0, 0.08) 0.6px, transparent 0.6px),
    radial-gradient(rgba(0, 0, 0, 0.035) 0.8px, transparent 0.8px);
  background-size: 10px 10px, 24px 24px;
  background-position: 0 0, 6px 8px;
  font-family: 'Baloo 2', sans-serif;
  color: #111;
  position: relative;
  overflow: hidden;
}

.copa-header {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
}

.logo-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #111;
  border-radius: 999px;
  box-shadow: 3px 3px 0 #111;

  overflow: hidden;
  background: #fff;
}

.copa-logo {
  width: 190px;
  max-width: none;
  display: block;
  margin: 0;

  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

/* SEÇÃO INFORMAÇÕES */

.copa-info-section {
  position: relative;
  z-index: 2;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

/* GRID DATA + HORÁRIO */

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

/* CARDS */

.info-card {
  background: #ffffff;
  border: 2px solid #111;
  border-radius: 17px;
  padding: 14px 13px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  box-shadow: 2px 2px 0 #111;
  overflow: hidden;
  position: relative;
}

.info-local {
  min-height: 76px;
  box-shadow:
    2px 2px 0 #111,
    inset 0 4px 0 #6ea925;
}

.info-small {
  min-height: 74px;
  align-items: center;
}

.info-grid .info-small:nth-child(1) {
  box-shadow:
    2px 2px 0 #111,
    inset 0 4px 0 #d60b10;
}

.info-grid .info-small:nth-child(2) {
  box-shadow:
    2px 2px 0 #111,
    inset 0 4px 0 #091bdc;
}
/* ÍCONES BASE */

.info-icon {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #111;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}



/* TEXTO */

.info-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.info-label {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .3px;
}

.info-label.green,
.info-label.red,
.info-label.blue {
  color: #111;
}

.info-content p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  color: #111;
}

.info-small .info-content p {
  font-size: 17px;
}

/* COMO VAI FUNCIONAR */

.copa-rules-section {
  position: relative;
  z-index: 2;
  margin-top: 42px;
}


/* TÍTULO */

.section-title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.section-title span {
  display: inline-block;
  background: #111;
  color: #fff;
  border: 2px solid #111;
  border-radius: 999px;
  padding: 9px 20px 7px;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
  box-shadow: 3px 3px 0 #ffdd1f;
}

/* LISTA */

.rules-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.rule-item {
  background: #fff;
  border: 2px solid #111;
  border-radius: 16px;
  padding: 11px 13px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 2px 2px 0 #111;
}

.rule-dot {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid #111;
  margin-top: 4px;
  background: #091bdc;
}

.rule-item:nth-child(2) .rule-dot {
  background: #d60b10;
}

.rule-item:nth-child(3) .rule-dot {
  background: #6ea925;
}

.rule-item:nth-child(4) .rule-dot {
  background: #ffdd1f;
}

.rule-item:nth-child(5) .rule-dot {
  background: #111;
}

.rule-item p {
  margin: 0;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.18;
  color: #111;
}

.rule-item strong {
  font-weight: 800;
}

/* LISTA DE ITENS */

.rules-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.rule-item {
  background: #fff;
  border: 2px solid #111;
  border-radius: 16px;
  padding: 13px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  box-shadow: 3px 3px 0 #111;
}

.rule-dot {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #091bdc;
  border: 1.5px solid #111;
  margin-top: 5px;
}

.rule-item:nth-child(2) .rule-dot {
  background: #d60b10;
}

.rule-item:nth-child(3) .rule-dot {
  background: #6ea925;
}

.rule-item:nth-child(4) .rule-dot {
  background: #fdf33d;
}

.rule-item:nth-child(5) .rule-dot {
  background: #F6F6F7;
}

.rule-item p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  color: #111;
}

.rule-item strong {
  font-weight: 700;
}

/* CTA */

.copa-cta-section {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  padding-bottom: 28px;
  text-align: center;
}

.copa-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;

  background: #ffdd1f;
  color: #111;

  border: 2px solid #111;
  border-radius: 18px;

  font-size: 21px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .3px;

  box-shadow: 3px 3px 0 #111;
  transition: transform .15s ease, box-shadow .15s ease;
}

.copa-cta-button:hover {
  color: #111;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #111;
}

.copa-cta-button:active {
  transform: translate(3px, 3px);
  box-shadow: none;
}

.cta-ball {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-right: 10px;
  transform: rotate(-12deg);
}/* End custom CSS */