@import url("https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e6e6e8;
  border-bottom: 3px solid #ababac;
  color: #707070;
  padding: 0px 20px;
  height: 110px;
}

.navbar a {
  text-decoration: none;
  color: #707070;
  font-family: "Roboto Condensed", serif;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.nav-links a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #707070;
  font-weight: 600;
  font-size: 1.2rem;
}

.nav-links a:hover,
.nav-btn {
  background-color: #e1f32c;
  transition: all 0.2s;
}

.nav-links a:hover,
.nav-btn:hover {
  background-color: #4c444b;
}

.nav-links a:hover,
.nav-btn:hover li {
  color: white;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  background-color: #333;
  height: 3px;
  width: 25px;
  margin: 3px 0;
}

#adminBtn{
  display: none;
}

main {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(230, 230, 232);
}
@keyframes FadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
  }
}

@keyframes FadeInRigth {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeInTop {
  from {
      opacity: 0;
      transform: translateY(-40%);
  }
  to { opacity: 1 }
}

@keyframes Noticias {
  from {
      opacity: 0;
      transform: translateY(-10%);
  }
  to { opacity: 1 }
}

.animation-fadeinleft {
  animation: FadeInLeft 2s ease;
}
.animation-fadeinRight {
  animation: FadeInRight 2s ease;
}
.animation-fadeinTop{
  animation: FadeInTop 2s ease;
}
.animation-noticias{
  animation: Noticias 2s ease
}

.container {
  width: 60%;
}
.container-main {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  background-color: rgb(230, 230, 232);
}

.container-txt {
  width: 45%;
  height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-txt h1 {
  font-size: 60px;
  color: rgb(82, 82, 82);
  font-family: "Kdam Thmor Pro", serif;
  line-height: 80px;
}

.container-txt #teste-gratuitamente {
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  box-sizing: border-box;
}

.container-video {
  height: 550px;
}

.container-video video{
  height: 100%;
}

.container-imgs img {
  height: 100%;
  opacity: 0;
  animation: fadeInOut 5s infinite;
  height: 550px;
  right: 20%;
  position: absolute;
}

.container-imgs img:nth-child(1) {
  animation-delay: 0.5s;
}

.container-imgs img:nth-child(2) {
  animation-delay: 3s;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  } /* invisível no início */
  10%,
  40% {
    opacity: 1;
  } /* visível durante este intervalo */
  50% {
    opacity: 0;
  } /* começa a desaparecer */
  100% {
    opacity: 0;
  } /* permanece invisível até o próximo ciclo */
}

.container-txt #teste-gratuitamente {
  background-color: #e1f32c;
  margin-top: 15%;
  border: none;
  color: #453e47;
  border-radius: 10px;
  padding: 10px 45px;
  font-style: italic;
  font-weight: bold;
  transition: 1s all ease;
}

.container-txt #teste-gratuitamente:hover {
  border: 0.5px solid #453e47;
  padding: 15px 50px;
}

.container-txt p {
  width: 48%;
  margin-top: 5%;
  color: rgb(82, 82, 82);
  font-size: 17px;
}

.destaques-semana {
  width: 100%;
  margin-bottom: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.destaques-semana-txt {
  background-color: #e1f32c;
  padding: 10px 0 10px 70px;
  font-weight: bolder;
  font-family: "Roboto Condensed", serif;
  font-size: 20px;
}

.destaques-semana-box {
  background-color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
}

.destaques-semana-matchs{
  position: relative;
  display: flex;
  gap: 50px;
  animation: FadeInLeft 1s all;
}

.destaques_card{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed", serif;
  font-weight: bold;
  gap: 10px;
  animation: FadeInLeft 1s all;
}

.destaques_card div{
  text-align: center;
  
}

.destaques_card:hover{
  cursor: pointer;
}
.destaques_card img{
  height: 200px;
}

#destaques_x{
  font-size: 90px;
  font-family: "Kdam Thmor Pro", serif;
  color: #e1f32c;
}

.destaques_card div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 80%;
}


.bi-arrow-left,
.bi-arrow-right {
  font-size: 25px;
  cursor: pointer;
}

.container-2 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.container-calendario {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.calendario-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.calendario-head .calendario-head-month {
  display: flex;
  gap: 20px;
  font-family: "Roboto Condensed", serif;
}

.calendario-head .calendario-head-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.calendario-head .calendario-head-date .day-1,
.day-2,
.day-3,
.day-4,
.day-5,
.day-6 {
  border: 0.5px solid black;
  width: 100px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-family: "Roboto Condensed", serif;
}

calendario-head .calendario-head-date 
.day-1 p,
.day-2 p,
.day-3 p,
.day-4 p,
.day-5 p,
.day-6 p{
  text-align: center;
}

.day-1 p{
  text-align: center;
}

.container-2 .container-calendario {
  width: 1150px;
}

.container-2 .container-calendario .container-partidas .card-partida {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 500px;
  height: 150px;
  cursor: pointer;
  font-family: "Roboto Condensed", serif;
  transition: all 1s;
  padding: 15px;
}


.cardPartidaDadosDiv{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.cardPartidaCampeonatoDiv{
  width: 100%;
  border-top: 1px solid rgb(241, 240, 240);
  padding-top: 10px;
  height: 100%;
}

.cardPartidaCampeonatoDiv div p{
  font-weight: bold;
}
 



.partida-times img {
  width: 40px;
  height: 40px;
}

.container-2 .container-calendario .container-partidas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  width: 100%;  
  gap: 25px;
  margin-top: 50px;
}

.spinner {
  margin-top: 10%;
  display: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #474bff;
  animation: spinner-bulqg1 0.8s infinite linear alternate,
       spinner-oaa3wk 1.6s infinite linear;
}

@keyframes spinner-bulqg1 {
  0% {
     clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
     clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }

  25% {
     clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }

  50% {
     clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  62.5% {
     clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  75% {
     clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }

  100% {
     clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes spinner-oaa3wk {
  0% {
     transform: scaleY(1) rotate(0deg);
  }

  49.99% {
     transform: scaleY(1) rotate(135deg);
  }

  50% {
     transform: scaleY(-1) rotate(0deg);
  }

  100% {
     transform: scaleY(-1) rotate(-135deg);
  }
}

.loader {
  
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    border: 5px solid blue;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

.partida-horario {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.bold {
  font-weight: bolder;
}
.partida-times {
  height: 100px;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.placar {
  display: flex;
  justify-content: space-between;
  width: 150px;
  font-weight: bold;
  color: #817c83;
}

.nogames__div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Condensed", serif;
}

.nogames__div img {
  width: 30px;
  height: 30px;
}

.campeonatoimg{
  height: 35px;
  width: 35px;
}

.carrossel-nomes-times {
  margin-top: 100px;
}

.marquee-1,
.marquee-2,
.marquee-3 {
  height: 35px; /* Altura da "janela" */
  overflow: hidden; /* Esconde o que está fora da área visível */
  position: relative;
  display: flex;
  flex-direction: column;
}

.marquee-1 img {
  position: absolute;
  height: 100%;
  animation: scrollImageInverted 25s linear infinite;
}

.marquee-2 img {
  position: absolute;
  height: 100%;
  animation: scrollImage 35s linear infinite;
}

.marquee-3 img {
  position: absolute;
  height: 100%;
  animation: scrollImageInverted 35s linear infinite;
}
@keyframes scrollImage {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-30%);
  }
}

@keyframes scrollImageInverted {
  0% {
    transform: translateX(-32%);
  }
  100% {
    transform: translateX(0%);
  }
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin: 100px 0;
  font-family: "Roboto Condensed";
}
table {
  width: 800px;
  height: 750px;
}

.div-mes-tabela {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

tr {
  text-align: center;
  border-bottom: 1px solid red;
}
.container table {
  padding: 15px 0 0 0;
}
.standings {
  height: 100%;
}
.standings .legenda {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}

#clubeTitle{
  width: 210px; text-align: center;
}
.news {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.noticia {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  padding: 10px 5px;
  cursor: pointer;
  border-left: 5px solid rgb(67, 192, 67);
  margin-bottom: 25px;
  padding-left: 10px;
}



.noticia .noticia_img {
  width: 100%;
}

.noticia img {
  width: 100%;
}
.before-footer {
  background-color: #e1f32c;
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.before-footer a {
  text-decoration: none;
   text-align: center;
}

.before-footer h1 {
  font-size: 3rem;
  color: #73746d;
  font-family: "Kdam Thmor Pro", serif;
}

footer {
  background-color: #453e47;
  color: #fff;
  padding: 20px 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-section h2 {
  margin-bottom: 10px;
}

.footer-section p {
  margin: 5px 0;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-section a:hover {
  cursor: pointer;
  color: #d6ff32;
}

.bi-whatsapp {
  margin-right: 10px;
}

@media (max-width: 375px) {
  /*Mobile - Telefones pequenos*/
  .menu-toggle {
    display: flex;
  }

  .navbar {
    width: 100vw;
    padding: 0;
    justify-content: space-around;
  }

  nav .logo img {
    width: 100px;
  }

  .navbar a {
    width: 100px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    height: 20%;
    gap: 0;
  }

  .nav-links {
    margin-top: 5%;
    z-index: 1000;
  }

  .nav-links a {
    width: 100%;
    background-color: #e6e6e8;
  }

  .nav-links a li {
    width: 100%;
  }

  .nav-links .nav-btn {
    background-color: #d6ff32;
  }

  .nav-links.active {
    display: flex;
  }

  .destaques-semana-box{
    padding: 20px 0;
  }
  
  .destaques-semana-matchs{
    width: 100px;
  }
  
  .destaques_card{
    width: 100px;
  }

  main {
    justify-content: flex-start;
  }

  .container {
    width: 100%;
  }

  .container-main .container-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-main .container-txt h1 {
    line-height: 60px;
  }

  .container-main .container-txt p {
    text-align: center;
  }

  main .container .container-main .container-txt h1 {
    font-size: 3rem;
    text-align: center;
  }

  .container .container-video {
    display: none;
  }

  .container-txt #teste-gratuitamente {
    padding: 10px 10px;
    font-size: 0.8rem;
    margin-top: 50px;
  }

  .container-2 {
    width: 100%;
    justify-content: flex-start;
  }

  .container-calendario {
    width: 100%;
  }

  .calendario-head {
    flex-direction: column;
  }

  .calendario-head .calendario-head-month {
    justify-content: center;
  }

  .calendario-head .calendario-head-date {
    margin-top: 30px;
  }

  .calendario-head .calendario-head-date .day-1,
  .day-2,
  .day-3,
  .day-4,
  .day-5,
  .day-6 {
    width: 130px;
  }
  .calendario-head .calendario-head-date .day-1,
  .day-2,
  .day-3,
  .day-4,
  .day-5,
  .day-6 p {
    font-size: 0.8rem;
  }

  .container-2 .container-calendario {
    width: 100%;
  }

  .partida-times{
    width: 100px;
    
  }
  
  #day-none {
    display: none;
  }

  .before-footer h1 {
    font-size: 1.7rem;
  }

  .container-2 .container-calendario .container-partidas{
    grid-template-columns: 1fr;
  }
  

  .container-2 .container-calendario .container-partidas .card-partida{
    width: 100%;
    scale: 0.9;
  }
  section{
    flex-direction: column;
  }
  .news{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .standings{
    width: 100%;
  }


  .div-mes-tabela{
    display: flex;
    justify-content: center;
  }

  table{
    width: 100%;
  }

  table tr td span{
    display: none;
  }

  #clubeTitle{
    width: 20px;
  }

  #time{
    justify-content: center;
  }

  .standings .legenda{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    margin-left: 0px;
  }

  .footer-container{
    gap: 20px;
  }

.footer-section{
  width: 200px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-section p{
  margin: 0;
}

.logo{
  width: 100%;
  display: flex;
  justify-content: center;
}
}

@media (min-width: 376px) and (max-width: 750px) {
  /*Mobile - Telefones médios e grandes*/
  .menu-toggle {
    display: flex;
  }

  .navbar {
    width: 100vw;
    padding: 0;
    justify-content: space-around;
  }

  nav .logo img {
    width: 100px;
  }

  .navbar a {
    width: 100px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    height: 20%;
    gap: 0;
  }

  .nav-links {
    margin-top: 5%;
    z-index: 1000;
  }

  .nav-links a {
    width: 100%;
    background-color: #e6e6e8;
  }

  .nav-links a li {
    width: 100%;
  }

  .nav-links .nav-btn {
    background-color: #d6ff32;
  }

  .nav-links.active {
    display: flex;
  }

  .destaques-semana-box{
    padding: 20px 0;
  }
  
  .destaques-semana-matchs{
    width: 100px;
  }
  
  .destaques_card{
    width: 100px;
  }


  main {
    justify-content: flex-start;
  }

  .container {
    width: 100%;
  }

  .container-main .container-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-main .container-txt h1 {
    line-height: 60px;
  }

  .container-main .container-txt p {
    text-align: center;
  }

  main .container .container-main .container-txt h1 {
    font-size: 3rem;
    text-align: center;
  }

  .container .container-video {
    display: none;
  }

  .container-txt #teste-gratuitamente {
    padding: 10px 10px;
    font-size: 0.8rem;
    margin-top: 50px;
  }

  .container-2 {
    width: 100%;
    justify-content: flex-start;
  }

  .container-2 .container-calendario {
    width: 100%;
  }

  .calendario-head {
    flex-direction: column;
  }

  .calendario-head .calendario-head-month {
    justify-content: center;
  }

  .calendario-head .calendario-head-date {
    margin-top: 30px;
  }

  .calendario-head .calendario-head-date .day-1,
  .day-2,
  .day-3,
  .day-4,
  .day-5,
  .day-6 {
    width: 130px;
  }
  .calendario-head .calendario-head-date .day-1,
  .day-2,
  .day-3,
  .day-4,
  .day-5,
  .day-6 p {
    font-size: 0.8rem;
  }

  .partida-times{
    width: 100px;
  }

  #day-none {
    display: none;
  }

  .before-footer h1 {
    font-size: 1.7rem;
  }

  .container-2 .container-calendario .container-partidas{
    grid-template-columns: 1fr;
  }

  

  .container-2 .container-calendario .container-partidas .card-partida{
    width: 100%;
    scale: 0.9;
  }
  section{
    flex-direction: column;
  }
  .news{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .standings{
    width: 100%;
  }
  .div-mes-tabela{
    display: flex;
    justify-content: center;
  }

  table{
    width: 100%;
  }

  table tr td span{
    display: none;
  }

  .standings .legenda{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    text-align: center;
  }
  #clubeTitle{
    width: 20px;
  }

  .footer-container{
    gap: 20px;
  }

.footer-section{
  width: 200px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-section p{
  margin: 0;
}

.logo{
  width: 100%;
  display: flex;
  justify-content: center;
}
}

@media (min-width: 751px) and (max-width: 950px) {
  /*Mobile - Telefones médios e grandes*/
  .menu-toggle {
    display: flex;
  }

  .navbar {
    padding: 0;
    justify-content: space-around;
  }

  nav .logo img {
    width: 100px;
  }

  .navbar a {
    width: 100px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #f2f2f2;
    width: 100%;
    text-align: center;
    height: 20%;
    gap: 0;
  }

  .nav-links {
    margin-top: 5%;
    z-index: 1000;
  }

  .nav-links a {
    width: 100%;
    background-color: #e6e6e8;
  }

  .nav-links a li {
    width: 100%;
  }

  .nav-links .nav-btn {
    background-color: #d6ff32;
  }

  .nav-links.active {
    display: flex;
  }

  .destaques-semana-box{
    padding: 20px 0;
  }
  
  .destaques-semana-matchs{
    width: 100px;
  }
  
  .destaques_card{
    width: 100px;
  }


  main {
    justify-content: flex-start;
  }

  .container {
    width: 100%;
  }

  .container-main .container-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-main .container-txt h1 {
    line-height: 60px;
  }

  .container-main .container-txt p {
    text-align: center;
  }

  main .container .container-main .container-txt h1 {
    font-size: 3rem;
    text-align: center;
  }

  .container .container-video {
    display: none;
  }

  .container-txt #teste-gratuitamente {
    padding: 10px 10px;
    font-size: 0.8rem;
    margin-top: 50px;
  }

  .container-2 {
    width: 100%;
    justify-content: flex-start;
  }

  .container-2 .container-calendario {
    width: 100%;
  }

  .calendario-head {
    flex-direction: column;
  }

  .calendario-head .calendario-head-month {
    justify-content: center;
  }

  .calendario-head .calendario-head-date {
    margin-top: 30px;
  }

  .calendario-head .calendario-head-date .day-1,
  .day-2,
  .day-3,
  .day-4,
  .day-5,
  .day-6 {
    width: 130px;
  }
  .calendario-head .calendario-head-date .day-1,
  .day-2,
  .day-3,
  .day-4,
  .day-5,
  .day-6 p {
    font-size: 0.8rem;
  }


  .partida-times{
    width: 100px;
  }

  #day-none {
    display: none;
  }

  .before-footer h1 {
    font-size: 1.7rem;
  }

  .container-2 .container-calendario .container-partidas{
    grid-template-columns: 1fr
  }

  

  .container-2 .container-calendario .container-partidas .card-partida{
    width: 500px;
    scale: 0.9;
  }
  section{
    flex-direction: column;
  }
  .news{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .standings{
    width: 100%;
  }
  .div-mes-tabela{
    display: flex;
    justify-content: center;
  }

  table{
    width: 100%;
  }

  .standings .legenda{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    text-align: center;
  }

  .footer-container{
    gap: 20px;
  }

.footer-section{
  width: 200px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-section p{
  margin: 0;
}

.logo{
  width: 100%;
  display: flex;
  justify-content: center;
}
}

@media (min-width: 951px) and (max-width: 1126px) {
  main {
    justify-content: flex-start;
  }

  .container {
    width: 100%;
  }

  .container-main .container-txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-main .container-txt h1 {
    line-height: 60px;
  }

  .container-main .container-txt p {
    text-align: center;
  }

  main .container .container-main .container-txt h1 {
    font-size: 3rem;
    text-align: center;
  }

  .container .container-video {
    display: none;
  }


  .container-txt #teste-gratuitamente {
    padding: 10px 0;
    margin-top: 5%;
  }

  .container-2 {
    width: 100%;
    justify-content: flex-start;
  }

  .container-2 .container-calendario {
    width: 100%;
  }
  .calendario-head {
    flex-direction: column;
  }

  .calendario-head .calendario-head-month {
    justify-content: center;
  }

  .calendario-head .calendario-head-date {
    margin-top: 30px;
  }

  .calendario-head .calendario-head-date .day-1,
  .day-2,
  .day-3,
  .day-4,
  .day-5,
  .day-6 {
    width: 130px;
  }
  .calendario-head .calendario-head-date .day-1,
  .day-2,
  .day-3,
  .day-4,
  .day-5,
  .day-6 p {
    font-size: 0.8rem;
  }

  #day-none {
    display: none;
  }

  section{
    flex-direction: column;
  }
  .news{
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .container-2 .container-calendario .container-partidas .card-partida{
    width: 400px;
  }
}

@media (min-width: 1127px) and (max-width: 1600px) {
  .container {
    width: 80%;
  }

  .container .container-imgs img {
    right: 10%;
  }
}

@media (min-width: 1601px) and (max-width: 1900px) {
  .container {
    width: 70%;
  }

  .container .container-imgs img {
    right: 10%;
  }
}


