/* INICIO DAS NORMALIZAÇÕES */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
  color: #313131;
}

.overflow-hidden {
  overflow: hidden;
}

img {
  border-style: none;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
  -webkit-appearance: button;
}

input {
  font-size: 1em;
}

textarea {
  overflow: auto;
  font-size: 1.1em;
}

[hidden] {
  display: none;
}

button,
textarea,
select,
input {
  outline: 0;
}

@media (min-width: 1299px) {
  .containerWidth {
    max-width: 1299px;
    padding: 0;
  }
}

.containerWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

/* FIM DAS NORMALIZAÇÕES */

header .top {
  height: 170px;
  background-image: url('/assets/images/BannerPhantoms.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

header .bottom {
  background: #3e157b;
}

header .bottom .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

header .bottom .content .left {
  display: flex;
  align-items: center;
  gap: 42px;
}

header .bottom .content .left .logo {
  display: flex;
}

header .bottom .content .left .logo a {
  display: flex;
}

header .bottom .content .left .logo img {
  width: 60px;
}

header .bottom .content .menu {
  display: flex;
  gap: 32px;
  align-items: center;
}

header .bottom .content .menu a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

header .bottom .content .menu a:hover {
  text-decoration: underline;
}

#containerAd {
  background: #070c3815;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  padding-inline: 20px;
}

#containerAd .ad {
  background: #ffffff;
  max-width: 1400px;
  max-height: 200px;
  border-radius: 4px;
}

#containerAd .carousel-item1 img {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
}


#news {
  background: #070c3815;
}

#news .content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 64px 0;
}

#news .content .top {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

#news .content .top .main {
  max-width: 667px;
  height: 510px;
  width: 100%;
  padding: 12px;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 32px #00000018;
  display: flex;
  flex-direction: column;
  gap: 16px;

}

#news .content .top .main a {
  display: flex;
}

#news .content .top .main img {
  width: 100%;
  border-radius: 2px;

}

#news .content .top .main .new {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#news .content .top .main .new .title {
  display: flex;
  flex-direction: column;
}

#news .content .top .main .new .title a {
  display: flex;
  text-decoration: none;
  color: #313131;
}

#news .content .top .main .new .title strong {
  text-transform: uppercase;
  font-size: 12px;
  color: #3e157b;
}

#news .content .top .main .new .title h2 {
  font-size: 20px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: unset;
}

#news .content .top .main .new p {
  font-size: 14px;
  color: #909090;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news .content .top .side {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

#news .content .top .side .sub {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 400px;
}

#news .content .top .side .sub .new {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: white;
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 32px #00000018;
}

#news .content .top .side .sub .new a {
  display: flex;
}

#news .content .top .side .sub .new img {
  width: 180px;
  height: 101px;
  border-radius: 2px;
}

#news .content .top .side .sub .new .texts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: -webkit-fill-available;
  justify-content: space-between;
}

#news .content .top .side .sub .new .texts a {
  display: flex;
  text-decoration: none;
  color: #313131;
}

#news .content .top .side .sub .new .texts strong {
  font-size: 14px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news .content .top .side .sub .new .texts span {
  color: #909090;
  font-size: 12px;
}

#news .content .top .side .ad {
  background: #ffffff;
  width: 100%;
  height: 78px;
  border-radius: 4px;
}

#news .content .bottom {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 32px;
}

#news .content .bottom .new {
  box-shadow: 0px 0px 32px #00000018;
  border-radius: 4px;
}

#news .content .bottom .new img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
  display: flex;
}


#news .content .bottom .new .texts {
  background: white;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}

#news .content .bottom .new .texts a {
  text-decoration: none;
  display: flex;
  color: #313131;
}

#news .content .bottom .new .texts strong {
  font-size: 13px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#news .content .bottom .new .texts span {
  color: #909090;
  font-size: 12px;
}

#calendar {
  background: #070c3815;
}

#calendar .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 64px;
}

#calendar .content .title {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #bcbcbc;
}

#calendar .content .title h1 {
  font-weight: 600;
  padding-bottom: 12px;
  color: #3e157b;
  margin: 0;
  line-height: unset;
}

#calendar .content .schedules {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 32px;
}

#calendar .content .schedules .schedule {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
  background: white;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0px 0px 32px #00000018;
}

#calendar .content .schedules .schedule img {
  width: 160px;
  height: 140px;
  object-fit: cover;
  border-radius: 2px;
}

.escudo-mini{
  width:22px !important;
  height:22px !important;
  object-fit:contain;
  margin-right:6px;
}

.placar{
  font-weight:800;
}

#calendar .content .schedules .schedule .texts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 260px;
}

#calendar .content .schedules .schedule .texts span {
  color: #909090;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

#calendar .content .schedules .schedule .texts .main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#calendar .content .schedules .schedule .texts .main a {
  text-decoration: none;
  color: #313131;
}

#calendar .content .schedules .schedule .texts .main p {
  font-size: 12px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#calendar .content .schedules .schedule .buttons {
  width: 100%;
}

#calendar .content .schedules .schedule .buttons a {
  text-decoration: none;
  color: white;
  background: #3e157b;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  justify-content: center;
  border-radius: 4px;
  padding: 4px 0;
}

footer {
  background: linear-gradient(#3e157b, #040722);
}

footer .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
}

footer .content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .content .top .image img {
  width: 180px;
}

footer .content .top .socials {
  display: flex;
  gap: 16px;
}

footer .content .top .socials a {
  text-decoration: none;
  color: #d19106;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

footer .content .top .socials a i {}

footer .content .down {
  display: flex;
  justify-content: space-between;
}

footer .content .down .about {
  max-width: 440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

footer .content .down .about .title {
  position: relative;
}

footer .content .down .about .title::after {
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 6px;
  background: #d19106;
  width: 50px;
  bottom: -12px;
  left: 0;
  margin-top: 10px;
}

footer .content .down .about .title strong {
  text-transform: uppercase;
  font-weight: 500;
  color: white;
}

footer .content .down .about p {
  color: #e6e6e6;
  font-size: 14px;
  line-height: 1.8em;
}

footer .content .down .about .infos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .content .down .about .infos span {
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

footer .content .down .about .infos span i {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d19106;
  color: white;
  border-radius: 32px;
  font-size: 22px;
}

footer .content .down .links {
  display: flex;
  gap: 164px;
}

footer .content .down .links .link {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

footer .content .down .links .link .title {
  position: relative;
}

footer .content .down .links .link .title::after {
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 6px;
  background: #d19106;
  width: 50px;
  bottom: -12px;
  left: 0;
  margin-top: 10px;
}

footer .content .down .links .link .title strong {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

footer .content .down .links .link .anchors {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

footer .content .down .links .link .anchors a {
  color: white;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
}

footer .content .down .links .link .anchors a:hover {
  color: white;
  transition: all .3s;
}

footer .content .down .links .link .anchors a i {}

footer .content .copyright {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 32px;
  position: relative;
}

footer .content .copyright span {
  color: #909090;
  font-size: 12px;
}

footer .content .copyright .desenvolvedor span {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

footer .content .copyright .desenvolvedor span img {
  width: 100px;
  display: flex;
}

/* RESPONSIVIDADE GERAL */

#responsiveHeader {
  display: none;
  background: #3e157b;
}

#responsiveHeader .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
}

#responsiveHeader .content .logo a {
  display: flex;
}

#responsiveHeader .content .logo img {
  width: 90px;
}

#responsiveHeader .content .responsive label[for="responsiveMenuButton"] {
  display: none;
  background: transparent;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
  height: 60px;
  font-weight: bold;
}

#responsiveHeader .content .responsive #responsiveMenuButton {
  display: none;
}

#responsiveHeader .content .responsive #responsiveMenu {
  display: none;
}

#responsiveHeader .content .responsive #responsiveMenu label {
  position: absolute;
  right: 16px;
  top: 10px;
  color: #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent {
  background: #ffffff;
  width: 80%;
  padding: 46px 0px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  position: absolute;
  bottom: 0;
  top: 0;
  align-items: flex-start;
  overflow: auto;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .image {
  padding: 0 26px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .image img {
  width: 140px;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links {
  width: 100%;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links details[open] summary~* {
  animation: sweep .3s ease-in-out;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links details summary {
  list-style: none;
  border-bottom: 1px solid #cccccc;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links details summary::-webkit-details-marker {
  display: none;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links details[open] summary {
  background: #65908f;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links details[open] .link {
  color: #ffffff;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links details summary .link {
  display: block;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  color: #2f2f2f;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links details .sublinks {
  display: flex;
  flex-direction: column;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .links details .sublinks a {
  border-bottom: 1px solid #ccc;
  padding: 16px;
  text-decoration: none;
  color: #65908f;
  font-size: 14px;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .socials a {
  text-decoration: none;
  color: #3e157b;
  font-size: 32px;
  transition: all .3s;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .socials a:hover {
  color: #007a40;
  transition: all .3s;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .copyright {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 32px;
  position: relative;
  width: 100%;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .copyright span {
  font-size: 12px;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .copyright .desenvolvedor span {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

#responsiveHeader .content .responsive #responsiveMenu .responsiveMenuContent .copyright .desenvolvedor img {
  width: 100px;
  display: flex;
}

@media(max-width: 890px) {
  header {
    display: none;
  }

  #responsiveHeader {
    display: block;
  }

  #responsiveHeader .content .responsive label[for="responsiveMenuButton"] {
    display: flex;
    justify-content: center;
  }

  #responsiveHeader .content .responsive #responsiveMenuButton:checked~#responsiveMenu {
    left: 0;
    opacity: 100;
    transition: all .3s;
    visibility: visible;
  }

  #responsiveHeader .content .responsive #responsiveMenu {
    visibility: hidden;
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    left: -200px;
    transition: all .3s;
  }

  #responsiveHeader .content .responsive #responsiveMenuButton:checked~.overlay {
    background: #0009;
    visibility: visible;
    opacity: 100;
    z-index: 3;
    transition: all .5s;
  }

  #responsiveHeader .content .responsive #responsiveMenuButton:checked~body {
    overflow: hidden;
  }

  #responsiveHeader .content .responsive .overlay {
    position: absolute;
    visibility: hidden;
    background: transparent;
    opacity: 0;
    transition: all .5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2000px;
  }

  #news .content {
    gap: 32px;
  }

  #news .content .top {
    flex-direction: column;
    gap: 32px;
  }

  #news .content .top .main {
    height: unset;
    max-width: unset;
  }

  #news .content .bottom {
    grid-template-columns: repeat(1, 2fr);
  }

  #news .content .bottom .new img {
    height: unset;
  }

  #calendar .content .schedules {
    grid-template-columns: repeat(1, 2fr);
  }

  #calendar .content .schedules .schedule {
    flex-direction: column;
    gap: 18px;
  }

  #calendar .content .schedules .schedule .texts {
    max-width: unset;
  }

  #calendar .content .schedules .schedule .buttons a {
    padding: 6px 0;
  }

  footer .content .top {
    flex-direction: column;
    gap: 26px;
  }

  footer .content .down {
    flex-direction: column;
    gap: 64px;
  }

  footer .content .down .links {
    flex-direction: column;
    gap: 32px;
  }
}