@font-face {
  font-family: opensans;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/light.woff2) format("woff2"), url(https://s3.glbimg.com/cdn/fonts/opensans/light.woff) format("woff"), url(https://s3.glbimg.com/cdn/fonts/opensans/light.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: opensans;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/regular.woff2) format("woff2"), url(https://s3.glbimg.com/cdn/fonts/opensans/regular.woff) format("woff"), url(https://s3.glbimg.com/cdn/fonts/opensans/regular.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: opensans;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.woff2) format("woff2"), url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.woff) format("woff"), url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: opensans;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/bold.woff2) format("woff2"), url(https://s3.glbimg.com/cdn/fonts/opensans/bold.woff) format("woff"), url(https://s3.glbimg.com/cdn/fonts/opensans/bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
/* Colors */
/* Fonts */
.world-cup {
  padding-top: 16px;
}
.world-cup__header {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.world-cup__header-image {
  border-right: 1px solid #D6D6D6;
  padding-right: 10px;
  margin-right: 10px;
  margin-left: 16px;
}
.world-cup__header-link {
  font-family: var(--sans-serif-font);
  font-weight: 600;
  color: var(--dark-gray);
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}
.world-cup__header-link::before {
  content: attr(data-foo) "Veja tabela completa";
}

@media screen and (min-width: 900px) {
  .world-cup {
    padding-top: 0;
  }
  .world-cup__header {
    margin: 0 0 15px;
  }
  .world-cup__header-image {
    width: 123px;
    height: 18px;
    margin-left: 0;
    padding-right: 12px;
    margin-right: 12px;
  }
  .world-cup__header-link {
    font-size: 16px;
    gap: 8px;
  }
}
.world-cup__container {
  min-height: 118px;
}
.world-cup__card {
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e8e8e8;
  width: 266px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 12px 12px 14px;
}
.world-cup__item-group {
  font-family: var(--sans-serif-font);
  font-size: 11px;
  font-weight: 700;
  color: var(--primaryColor);
  text-align: center;
  text-transform: uppercase;
}
.world-cup__item-live {
  display: flex;
  align-items: center;
  justify-content: center;
}
.world-cup__item-live-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  color: var(--gray);
  margin: 0;
  padding-top: 5px;
}
.world-cup__item-dot-live {
  width: 9px;
  height: 9px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #F54545;
  margin-right: 6px;
  animation: animate 2s linear infinite;
}
@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.world-cup__item-datetime {
  display: flex;
  justify-content: center;
}
.world-cup__item-datetime span {
  font-family: var(--sans-serif-font);
  font-size: 11px;
  line-height: 15px;
  color: var(--gray);
}
.world-cup__item-game {
  display: flex;
  justify-content: space-between;
}
.world-cup__item-score {
  align-self: flex-end;
}
.world-cup__item-team-a {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 35%;
}
.world-cup__item-team-b {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 35%;
}
.world-cup__country {
  font-family: var(--sans-serif-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: var(--gradiente-inicial);
}
.world-cup__goal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  color: var(--primaryColor);
}
.world-cup__versus {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: var(--gradiente-inicial);
}
.world-cup__img-flag-a, .world-cup__img-flag-b {
  width: 33px;
  height: 17px;
}
.world-cup__carousel {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.world-cup__carousel-container {
  display: flex;
  gap: 16px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding: 0 16px 16px;
}
.world-cup__carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  margin-bottom: 24px;
}
.world-cup__carousel-control-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--light-gray);
}
.world-cup__carousel-item--selected {
  background-color: var(--primaryColor);
}
.world-cup__card-title {
  font-family: var(--sans-serif-font);
  font-size: 12px;
  font-weight: 700;
  color: var(--primaryColor);
  text-align: center;
  margin-bottom: 4px;
}
.world-cup__card-text {
  font-family: var(--sans-serif-font);
  font-size: 10px;
  font-weight: 400;
  color: var(--primaryColor);
  text-align: center;
  margin: 0 16px 17px;
}
.world-cup__card-btn {
  font-family: var(--sans-serif-font);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  line-height: 12px;
  color: white;
  text-align: center;
  padding: 3px 53px;
  border-radius: 10px;
  background-color: var(--primaryColor);
  margin: 0 44px;
}
.world-cup__item-round {
  display: none;
}
.world-cup__card-link {
  text-decoration: none;
  display: contents;
}

@media screen and (min-width: 661px) {
  .world-cup__carousel-control {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .world-cup__container {
    min-height: 163px;
  }
  .world-cup__card {
    border-radius: 0;
    box-shadow: none;
    border: none;
    width: 49%;
    padding: 0;
  }
  .world-cup__carousel-container {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    overflow-x: unset;
    padding: 0;
    gap: 0;
  }
  .world-cup .world-cup__carousel {
    max-width: 1162px;
  }
  .world-cup__card--veja-mais {
    display: none;
  }
  .world-cup__carousel {
    padding: 0 16px 16px;
    border-radius: 7px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #e8e8e8;
    margin-bottom: 23px;
  }
  .world-cup__item-round {
    display: flex;
    font-size: 11px;
    font-family: var(--sans-serif-font);
    font-weight: 400;
    color: var(--dark-gray);
    text-transform: uppercase;
  }
  .world-cup__card-item {
    display: flex;
    max-width: 572px;
    align-items: center;
    padding: 0 0 16px 24px;
    margin-right: 24px;
    border-bottom: 1px solid #ebebeb;
  }
  .world-cup .world-cup__card-item:last-child {
    margin-right: 0;
  }
  .world-cup .world-cup__carousel-container :nth-child(3) .world-cup__card-item {
    border-bottom: none;
    padding: 0 0 0 24px;
    margin-bottom: 0;
  }
  .world-cup .world-cup__carousel-container :nth-child(4) .world-cup__card-item {
    border-bottom: none;
    padding: 0 0 0 24px;
    margin-bottom: 0;
  }
  .world-cup .word-cup__container-round {
    width: 16%;
    position: relative;
    top: 7px;
  }
  .world-cup__container-game {
    width: 84%;
  }
  .world-cup__item-group {
    text-align: start;
    margin-bottom: 4px;
  }
  .world-cup__item-team-a {
    flex-direction: row;
    align-items: end;
    width: 35%;
  }
  .world-cup__item-team-b {
    flex-direction: row-reverse;
    width: 35%;
  }
  .world-cup__country-a {
    margin-left: 16px;
  }
  .world-cup__country-b {
    margin-right: 16px;
  }
  .world-cup__img-flag-a, .world-cup__img-flag-b {
    width: 50px;
    height: 26px;
  }
  .world-cup__item-game {
    justify-content: space-evenly;
  }
  .world-cup__item-live {
    height: 14px;
    margin-bottom: 4px;
    margin-top: 11px;
  }
  .world-cup__item-dot-live {
    margin-top: 4px;
  }
  .world-cup__item-datetime {
    margin-bottom: 4px;
  }
  .world-cup__card-link {
    display: none;
  }
}
.world-cup__dashboard-container {
  display: flex;
  align-items: center;
  margin: 0 16px;
  border-radius: 5px;
  background-color: var(--primaryColor);
  padding: 10px 16px;
}
.world-cup__dashboard-container a {
  text-decoration: none;
}
.world-cup__dashboard-content {
  display: flex;
  align-items: center;
}
.world-cup__dashboard-link {
  color: #ffffff;
  font-size: 14px;
  font-family: var(--sans-serif-font);
  font-weight: 600;
  margin-left: 11px;
}
.world-cup__arrow-right-icon {
  margin-left: 10px;
}

@media screen and (min-width: 900px) {
  .world-cup__dashboard-container {
    margin: 0;
    padding: 10px 24px;
  }
  .world-cup__dashboard-link {
    margin: 0 6px 0 16px;
  }
  .world-cup__arrow-right-icon {
    margin-left: 0;
  }
  .world-cup__dashboard-container {
    max-width: 1168px;
  }
}

/*# sourceMappingURL=style.css.map */
