body {
  margin: 0;
  padding: 0;
}

b {
  font-weight: bold;
  color: #9f022f;
}

.opening-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.image-container {
  position: relative;
  display: flex;
}
.textabre-container {
  position: relative;
  margin-left: 33px;
  margin-right: 33px;
  max-width: 1100px;
  margin: 20px auto;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #9f022f;
}

@media only screen and (max-width: 1200px) {
  .textabre-container {
    max-width: 800px;
  }
}

@media only screen and (max-width: 800px) {
  .textabre-container {
    max-width: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .textabre-container {
    max-width: 400px;
    font-size: 23px;
  }
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
  margin-top: 50px;
}
.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  color: #9f022f;
  background-color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.social-icons a:hover {
  background-color: #ffffff;
  color: #006558;
}
.social-icons svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.wrapper {
  max-width: 1249px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}
.wrapperinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #ffffff;
}
.wrapperinfo-defesas {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: #ffffff;
}
.goalpost {
  width: 90vw;
  height: 30vw;
  background-color: white;
  position: relative;
}
.goal-area {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2px;
  padding: 10px;
}
.division {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2vw;
  position: relative;
}
.goalsidepic {
  height: 30vw;
  z-index: 3;
  position: absolute;
  width: 2vw;
}
.goalpostpic {
  height: 1.63vw;
  z-index: 1;
  position: absolute;
}
.subdivision {
  max-height: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 25vw;
  margin-left: 1px;
  margin-right: 1px;
}
.goal-side {
  width: 12px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
}
.goal-side:first-child {
  left: -12px;
}
.goal-side:last-child {
  right: -12px;
}
.goal {
  display: flex;
  justify-content: center;
}
.circle {
  width: 1.3vw;
  height: 1.3vw;
  background-color: #555;
  border-radius: 50%;
  margin: 1vw;
  transition: transform 1s ease-in-out;
}
.circle-container {
  width: 1.3vw;
  height: 1.3vw;
  margin: 0.3vw;
}
.rede {
  height: 29.63vw;
  width: 91.3vw;
  z-index: 1;
  top: 0.8vw;
  position: absolute;
  opacity: 0.3;
}
.goal {
  transform: scale(0.8);
}
.hr {
  max-width: 300px;
  color: #006558;
}
.championship-display {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #b4b4b4;
  margin-bottom: 1px;
  margin-top: 1px;
  margin-right: 15px;
  text-transform: uppercase;
}
.date-display {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  color: #b4b4b4;
  margin-bottom: 1px;
  margin-top: 1px;
  text-transform: uppercase;
}
.game-display {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 22px;
  color: #4c4c4c;
  margin-bottom: 1px;
  margin-top: 1px;
  text-transform: uppercase;
}
.club-display {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: grey;
  margin-bottom: 1px;
  margin-top: 5px;
  text-transform: uppercase;
}
.batedor {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: grey;
  margin-bottom: 1px;
  margin-top: 5px;
  margin-right: 10px;
  text-transform: uppercase;
}
.championship-display-defesas {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #9f022f;
  margin-bottom: 1px;
  margin-top: 1px;
  margin-right: 15px;
  text-transform: uppercase;
}
.date-display-defesas {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  color: #9f022f;
  margin-bottom: 1px;
  margin-top: 1px;
  text-transform: uppercase;
}
.game-display-defesas {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 22px;
  color: #4c4c4c;
  margin-bottom: 1px;
  margin-top: 1px;
  text-transform: uppercase;
}
.club-display-defesas {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: grey;
  margin-bottom: 1px;
  margin-top: 5px;
  text-transform: uppercase;
}
.batedor-defesas {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  color: grey;
  margin-bottom: 1px;
  margin-top: 5px;
  margin-right: 10px;
  text-transform: uppercase;
}
.timeline-container,
.timeline-container-defesas {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 35px;
}
.timeline-cursor,
.timeline-cursor-defesas {
  width: 30%;
  margin: 0 10px;
}
.timeline-cursor2 {
  width: 30%;
  margin: 0 10px;
}
.play-button,
.stop-button,
.play-button-defesas,
.stop-button-defesas {
  padding: 0;
  margin-right: 10px;
  color: black;
  border: none;
  cursor: pointer;
  font-size: 26px;
  display: flex;
  align-items: center;
  background-color: transparent;
  justify-content: center;
}
.play-button.hidden,
.stop-button.hidden,
.play-button-defesas.hidden,
.stop-button-defesas.hidden {
  display: none;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.circle.scaled {
  animation: scaleUp 0.5s ease-in-out forwards;
  transform: scale(1);
  opacity: 1;
}
.imagem-seq {
  max-width: 100%;
  height: auto;
  margin: auto;
}
input.timeline-cursor {
  -webkit-appearance: none;
  appearance: none;
  height: 1px;
  width: 25%;
  background: #dddddd;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
input.timeline-cursor::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: black;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
input.timeline-cursor::-moz-range-thumb {
  background-color: black;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -9px;
}
input.timeline-cursor-defesas {
  -webkit-appearance: none;
  appearance: none;
  height: 1px;
  width: 25%;
  background: #dddddd;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
input.timeline-cursor-defesas::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: black;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
input.timeline-cursor-defesas::-moz-range-thumb {
  background-color: black;
  height: 20px;
  width: 20px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -9px;
}

.cont1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
}
.cont2 {
  margin: 0 05%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -1vw;
}
.cont3 {
  margin: 0 05%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: scale(0.8);
  margin-bottom: 8px;
}
.circulo {
  width: 2.3vw;
  height: 2.3vw;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.verde {
  background-color: #006558;
}
.vermelho {
  background-color: #ffa500;
}
.branco {
  background-color: #9f022f;
}
.texto {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-top: 2.5vw;
  width: 103px;
}
.gol {
  position: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #006558;
  margin-top: 2.5vw;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.cont2 {
  margin: 0 05%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -1vw;
}
.fora {
  position: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 2.5vw;
  font-size: 30px;
  margin-right: 10px;
  color: orange;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.defendido {
  position: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-top: 2.5vw;
  margin-right: 10px;
  text-align: center;
  letter-spacing: -1px;
  color: #006558;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .defendido{
    font-size: 27px;
    text-align: center;
  }
}

.disputas {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-top: 2.5vw;
  margin-right: 10px;
  letter-spacing: -1px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.disputas2 {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 2.5vw;
  margin-right: 10px;
  letter-spacing: -1px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.cobrancas {
  display: flex;
  justify-content: center;
  align-items: center;
  position: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-top: 2.5vw;
  letter-spacing: -1px;
  color: black;
  text-transform: uppercase;
}
.barra {
  position: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-top: 2.5vw;
  margin-right: 10px;
  color: rgb(223, 223, 223);
  text-transform: uppercase;
}
.paragraph {
  max-width: 670px;
  margin: 70px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2.06rem;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.line-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 55px;
}
.line {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.circles-container {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0px;
}
.info {
  font-size: 14px;
  margin-right: 10px;
  margin: 20px 20px 0 20px;
}
.div-canvas {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  background-color: white;
}

.section--credits {
  color: #001838;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  margin: 9.375rem auto 6.875rem;
  max-width: 30.625rem;
  text-align: center;
}
.credits__title {
  font-size: 0.9rem;
  color: #006558;
  font-weight: bold;
  margin-bottom: 0.25rem;
  padding-bottom: 0rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.hrcredit {
  color: #001838;
  border-color: #001838;
}
.credit__role {
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 0px;
}
.credit__role2 {
  text-align: center;
  display: inline-block;
  color: #001838;
  width: 100%;
  margin-bottom: 14px;
  margin-top: 0px;
}
.credit__role3 {
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #001838;
  width: 100%;
}
.credit__role4 {
  text-align: center;
  display: inline-block;
  color: #001838;
  margin-bottom: 50px;
  width: 100%;
}
.flex-container-totais {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  overflow-x: auto;
}
.set-container-totais {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.8);
  box-sizing: border-box;
}
.circle-container-totais {
  min-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.circle-totais {
  border-radius: 50%;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
}
.green-totais {
  background-color: #006558;
}
.red-totais {
  background-color: orange;
}
.blue-totais {
  background-color: #9f022f;
}
.set-name-totais {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #888888;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .flex-container-totais {
    justify-content: center;
  }
  .set-container-totais {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .flex-container-totais {
    justify-content: center;
  }
  .set-container-totais {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 642px) {
  .sm {
    display: flex;
  }
  .gd {
    display: none;
  }
}
@media screen and (min-width: 642px) {
  .sm {
    display: none;
  }
  .gd {
    display: flex;
  }
}
.imagens {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.graph {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.images-fotos {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.container-dados {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.nome-dados {
  letter-spacing: -2px;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  color: #006558;
  font-weight: 900;
  text-align: center;
}
.nome-dados-sm {
  letter-spacing: -2px;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  color: #006558;
  font-weight: 900;
}
.blocktext {
  display: flex;
}
.idade-dados {
  letter-spacing: -1px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #818181;
  font-weight: 600;
  margin-right: 10px;
}
.idade-anos {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #818181;
  font-weight: 800;
  letter-spacing: -1px;
}
.container-dados {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.container-dados-sm {
  position: relative;
  max-width: 400px;
  top: -58px;
  left: 50px;
}
.texto-sobre-imagem-dados {
  max-width: 670px;
  margin: 70px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2.06rem;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.tooltip {
  position: absolute;
  background-color: white;
  color: black;
  font-family: "Open Sans", sans-serif;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  transform: translate(-25%, -200%);
  z-index: 9999;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
}

.goal-image-container:hover .tooltip {
  display: block;
}

.tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  box-shadow: 0 2px 4px rgba(0.2, 0.2, 0.2, 0);
}

@media (max-width: 768px) {
  .tooltip {
    font-size: 12px;
  }
}
.custom-tooltip {
  display: none;
}
.file-sequence-defesas {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.wrapper-defesas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.figcaption {
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
  font-style: italic !important;
  text-align: center;
  max-width: 670px;
  padding-bottom: 50px;
  margin: 4px auto;
}

.container-graph {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
}

@media (max-width: 569px) {
  .container-graph {
    transform: scale(0.8);
  }
}

@media (max-width: 465px) {
  .container-graph {
    transform: scale(0.6);
  }
}

.center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#donut-container-graph {
  position: relative;
  width: 500px; /* Increased width */
  height: 375px; /* Adjusted height proportionally */
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
}

.center-text-graph-122 {
  font-family: "Open Sans", sans-serif;
  font-size: 94px;
  font-weight: 900;
  color: grey;
  position: absolute;
  padding-top: 89px;
}
.center-text-graph {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  max-width: 164px;
  color: grey;
  position: absolute;
  padding-top: 199px;
  line-height: 28px;
}

canvas-graph {
  position: absolute;
  top: 0;
  left: 0;
}

.legend-graph {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  margin-top: 10px; /* Adjust spacing */
}

.legend-item-graph {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.legend-item-graph-21 {
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #9f022f;
  position: absolute;
  padding-left: 23px;
  padding-top: 49px;
}

.legend-item-graph-defendidos {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  max-width: 164px;
  color: #9f022f;
  position: absolute;
  padding-top: 121px;
  padding-left: 0px;
  line-height: 28px;
}

.legend-item-graph-17 {
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #ffa500;
  position: absolute;
  padding-top: 49px;
}

.legend-item-graph-fora {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  max-width: 164px;
  color: #ffa500;
  position: absolute;
  padding-top: 121px;
  width: 89px;
  line-height: 28px;
}

.legend-item-graph-84 {
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: #006558;
  position: absolute;
  padding-top: 49px;
}

.legend-item-graph-gols {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  max-width: 164px;
  color: #006558;
  position: absolute;
  padding-top: 121px;
  padding-left: 10px;
  line-height: 28px;
}

.canvas-donut {
  display: block;
  width: 100%; /* Adjust canvas width to 100% of its container */
  height: 100%; /* Adjust canvas height to 100% of its container */
  transform: rotate(-90deg);
}

.graph-gols {
  position: absolute;
  padding-right: 500px;
  padding-top: 195px;
}

.graph-fora {
  position: absolute;
  padding-left: 400px;
  padding-top: 46px;
}

.graph-defendidos {
  position: absolute;
  padding-left: 254px;
  bottom: 500px;
}

/* 360 GIRANDO ---------------   */

#progress-bar-container {
  width: 100%;
  background-color: #ffffff;
  height: 10px;
}

#progress-bar2 {
  width: 0;
  height: 100%;
  background-color: #9f022f;
  transition: width 0.2s ease-in-out;
}

#canvas-container {
  position: relative;
  display: flex;
}

.canvas1 {
  width: 100%;
  height: 100%;
  cursor: grab;
}

.canvas1:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/*tabela artilheiros*/

.wrapper-tabela {
  max-width: 47%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 680px) {
  .wrapper-tabela {
    max-width: 90%;
  }
}

.table-artilharia {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

.th-artilharia,
.td-artilharia,
.th-artilharia2 {
  padding: 8px;
}

.th-artilharia {
  background-color: #f6f6f6;
  text-align: justify;
}

.th-artilharia2 {
  background-color: #f6f6f6;
  text-align: justify;
}

/* Define classes for odd and even rows */
.odd-row-artilharia {
  background-color: #fff;
  color: #9f022f;
}

.even-row-artilharia {
  background-color: #fff;
  color: #006558;
}

@media (max-width: 768px) {
  .wrapper-tabela {
    padding: 0;
  }
  .th-artilharia,
  .th-artilharia2 {
    width: auto;
  }
  .table-artilharia {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .table-artilharia {
    font-size: 14px;
  }
}

/*matches---------------------*/
/* Your custom styles */
/* Your custom styles */
.logo-matches {
  width: 60px; /* Set the logo width to 60px */
  height: 60px; /* Allow the height to adjust proportionally */
  margin-left: 20px;
  margin-right: 20px;
}

/* Styles for the match elements */
.match-matches {
  padding: 10px;
  margin: 10px;
  display: flex;
  justify-content: space-between; /* Adjust the spacing between elements */
  align-items: center;

  text-align: center; /* Center-align text */
  font-family: "Open Sans", sans-serif; /* Apply Open Sans font to the entire match element */
}

.goal-images {
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}


.goal-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: center;
  width: 50px;
  word-wrap: break-word;
}


.phase-matches {
  font-size: 14px; /* Increase the font size for "fase" */
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.team-logo-matches {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.goal-image {
  margin-bottom: -4px;
}

.team-name-matches {
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: -1px;
}

.team1-name {
  /* Style for team1 name */
  margin-top: 5px;
}

.team2-name {
  /* Style for team2 name */
  margin-top: 5px;
}

.score-matches {
  /* Style for the entire score section */
  font-size: 24px;
  margin-top: -15px;
}

.score-number {
  /* Style for the score numbers */
  font-weight: 900;
  font-size: 40px;
  color: #333; /* Customize the color of the numbers */
}

.score-x {
  /* Style for the "x" in the score */
  font-size: 22px;
  color: #777; /* Customize the color of the "x" */
  margin: 0 5px; /* Add margin around the "x" */
  vertical-align: 6px;
  
}

hr {
  width: 250px; /* Set the horizontal line width to 250px */
}


/*compara*/


.nome-dados-comp {
  letter-spacing: -2px;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #006558;
  font-weight: 900;
  text-align: center;
}
