@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  color: #363636;
  line-height: 2rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a, .nav-link2 {
    text-decoration: none;
    color: #363636;
}


.btn-default {
  background-color: #a80000;
  color: #fff;
  border-color: #a80000;
}
.btn-default:hover {
  background-color: #8e0000;
}

.btn-primary {
    background-color: #218EBC;
    border-color: #218EBC;
}
.btn-primary:hover {
    color: #fff;
    background-color: #145a92;
    border-color: #145a92;
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.5s alternate;
  animation: fadeIn 0.5s alternate;
  
}

.default-bg {
    background-color: transparent;
    background-image: linear-gradient(45deg, #0b7ddf 0%, #68ce21 100%);
}

.nav-item {
  margin: 10px 20px;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: 91px;
}

.navbar-collapse ul li .nav-link {
    color: #fff !important;
}

.navbar-collapse ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style-type: none;
}
.navbar-collapse ul li {
  padding: 6px 0;
}
.navbar-collapse ul li a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
}
.navbar-collapse ul li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff95;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.navbar-collapse ul li a:hover {
  color: #ffffff95;
}
.navbar-collapse ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}

.list-group-item {
  border: none;
}

.list-group-item-spam {
  padding: 3px;
  font-size: 10px;
  margin-left: 10px;
  border-radius: 5px;
}

.teams {
  display: flex;
  flex-wrap: wrap;
}
.teams li {
  list-style: none;
  padding: 1rem;
  background-color: black;
  border: 1px solid #dad7d7;
  margin: 5px;
  width: 140px;
  text-align: center;
  border-radius: 5px;
}
.teams li img {
  filter: grayscale(100%);
  opacity: 0.7;
}
.teams li img:hover {
  filter: grayscale(0%);
  opacity: initial;
}

.footer {
    background-image: linear-gradient(360deg, #ffffff 0, #eee 70%, #eaeaea 100%)
}
.footer-logo {
    filter: grayscale(1);
}

.desc-p {
    font-size: 14px;
    text-align: justify;
}
.footer .footer-itens {
  display: flex;
  list-style: none;
  margin-top: 10px;
  flex-wrap: wrap;
}
.footer .footer-itens li {
  margin-right: 10px;
  font-size: 0.9rem;
}

.footer .footer-itens:last-child {
  margin-right: 0;
}
.footer .footer-itens .alink {
  padding: 0 20px;
}
.footer .alinkSocial {
  font-size: 1.5rem;
  padding: 0 5px;
}

.showfixedcontent {
  margin-top: 130px;
  margin-bottom: 30px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
}
.slideshow-container img {
  border: 1px solid #dfdfdf;
}
.slideshow-container a {
  text-decoration: none;
  color: #363636;
}
.slideshow-container a:hover {
  color: #0a58ca;
}

/* Slides */
.mySlides {
  display: none;
}

.mySlides2 {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: 16px;
  color: #888;
  font-size: 2rem;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
}

.prev {
  left: 16px;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 16px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #8e0000;
}

.over-ck {
  height: 225px;
  overflow-y: auto;
  overflow-x: hidden;
}

.over-ck633 {
  height: 633px;
  overflow-y: auto;
  overflow-x: hidden;
}

.over-ck-two {
  height: 522px;
  overflow-y: auto;
  overflow-x: hidden;
}

.subtitle-bottom li {
  padding: 5px;
  font-size: 11px;
}
.subtitle-bottom i {
  margin-right: 5px;
}
.subtitle-bottom .classified {
  color: blue;
}
.subtitle-bottom .positionUp, .subtitle-bottom .victory {
  color: green;
}
.subtitle-bottom .positionDown, .subtitle-bottom .defeat {
  color: red;
}
.subtitle-bottom .same, .subtitle-bottom .atie {
  color: gray;
}
.subtitle-bottom .regulation {
  flex-grow: 10;
  text-align: right;
}

.artillery-avatar {
border-radius: 50%;
max-width: 58px;
max-height: 58px;
}

.spwt {
  width: 20px;
  text-align: center;
}

.over-m {
  background: #212529 !important;
}
.over-m h5 {
  color: rgba(255, 255, 255, 0.55);
}
.over-m .list-group a {
  background: #212529 !important;
  color: rgba(255, 255, 255, 0.55);
}

.sizenumber {
  font-size: 4rem;
  margin-top: 30px;
}

.sizex {
  font-size: 2rem;
  margin-top: 30px;
}

.adjust-a img {
  border: 1px solid #dfdfdf;
}

.adjust-b {
  font-size: 2rem;
}
.adjust-b img {
  padding-bottom: 10px;
}

@media (min-width: 1024px) {

    .showTitleItemBefore {
        display: flex !important;
    }

    .hiddenTitleItemTable {
        display: none !important;
    }
}

@media (max-width: 991px) {
  .over-m {
    overflow-y: visible;
    overflow-x: hidden;
    max-height: 150px;
  }
  .sizenumber {
    font-size: 3rem;
    margin-top: 30px;
  }
  .sizex {
    font-size: 1rem;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .adjust-b {
    font-size: 1rem;
  }
  .adjust-b img {
    max-height: 40px;
    max-width: 60px;
  }
  .sizenumber {
    font-size: 2rem;
    margin-top: 10px;
  }
  .sizex {
    font-size: 1rem;
    margin-top: 10px;
  }
  .hiddenTitleItemTable{
      display:initial !important;
  }
  .showTitleItemBefore {
      display:none !important;
  }
}
@media (max-width: 550px) {
  .ofx {
    overflow-x: auto;
  }
  .mofx {
    max-width: 415px;
  }
  .adjust {
    padding-left: 0 !important;
  }
  .adjust-a {
    padding: 0;
  }
  .over-ck {
    overflow-x: auto;
  }
}
.timeline-with-icons {
  border-left: 1px solid hsl(0deg, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  /*background-color: #fff;*/
  color: #a80000;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-with-icons .timeline-icon .timeline-green {
  color: green;
  font-size: 1.5rem;
}
.timeline-with-icons .timeline-icon .timeline-yellow {
  color: yellow;
  font-size: 1.5rem;
}
.timeline-with-icons .timeline-icon .timeline-black {
  color: black;
  font-size: 1.5rem;
}
.timeline-with-icons .timeline-icon .timeline-blue {
  color: blue;
  font-size: 1.5rem;
}

.blob-on {
  background: rgb(15, 81, 50);
  border-radius: 50%;
  margin: 10px;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 0 rgb(15, 81, 50);
  transform: scale(1);
  animation: pulseON 2s infinite;
}

@keyframes pulseON {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(15, 81, 50, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
.blob-off {
  background: rgb(20, 22, 25);
  border-radius: 50%;
  margin: 10px;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 0 0 rgb(20, 22, 25);
}

.textsizesum{
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.titleh3sum {
    font-size: 1.3rem;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.flex-items:nth-child(1) {
  display: none;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(2) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    left: 0;
    order: 0;
}

.flex-items:nth-child(3) {
    display: inline;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(4) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    border-right: 1px solid #dee2e6 !important;
    left: 0;
    position: sticky;
    background-color: #fff;
}

.flex-items:nth-child(5) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(6) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(7) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(8) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(9) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(10) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(11) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-container-view-details-teams {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.flex-items-view-details-teams:nth-child(1) {
    display: inline;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    min-width: 170px;
    position: sticky;
    left: 0;
    border-right: 1px solid #dee2e6 !important;
    background-color: #fff;
    overflow-wrap: break-word;
}

.flex-items-view-details-teams:nth-child(2), .flex-items-view-details-teams:nth-child(3), .flex-items-view-details-teams:nth-child(4), .flex-items-view-details-teams:nth-child(5) {
    display: inline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.min-fix-40 {
min-width: 45px;
text-align: center;
}
.min-fix-150{
min-width: 130px;
}

.linha {
    display: flex;
    flex-flow: row wrap;
    padding: 10px;
    #opcional
}

.coluna-50 {
    width: 50%;
}

.coluna-33 {
    width: 33%;
}

.coluna-20 {
    width: 20%;
}

.flex-num-justify {
  text-align: center;
  min-width: 40px;
}

.flex-name-size {
  min-width: 100px;
}

.placar-ul {
  list-style: none;
}
.placar-ul li{
  padding: 10px;
}

.col-hover{
  padding-bottom: 10px;
  border-radius: 3px;
}
.col-hover:hover{
  background-color: #E9ECEF;
}

.flex-container-atletas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  min-width: 1380px;
}

.flex-container-atletas .flex-items {
  margin: 10px 5px 0px 5px;
}
.flex-container-atletas .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 10px;
  width: 10px;
}
.flex-container-atletas .flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}
.flex-container-atletas .flex-items:nth-child(3) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
}

.flex-container-atletas .flex-items:nth-child(4) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 250px;
  width: 250px;
}

.flex-container-atletas .flex-items:nth-child(5) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(6) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(7) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(8) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(9) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(10) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(11) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(12) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(13) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(14) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(15) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  min-width: 70px;
  width: 70px;
}

.flex-container-atletas .flex-items:nth-child(16) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    min-width: 70px;
    width: 70px;
}

.flex-container-atletas .flex-items:nth-child(17) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    min-width: 70px;
    width: 70px;
}

.atletas-min{
  overflow: auto;
  max-height: 900px;
}

.flex-items input[type="time"]{
  text-align: center;
}

.flex-items input[type="time"]::-webkit-calendar-picker-indicator{
  background: none;
  display:none;  
}

.table-title-sticky {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

#buttonSumulas {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: none;
}

#buttonSumulas li {
    margin: 10px;
}

#buttonSumulas li a {
    color: #fff;
}

.carousel-inner {
    background-color: #1f4445;
}

.carousel-image-mask {
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
}

.carousel-caption {
    text-shadow: 2px 1px #222;
}

.carousel-indicators [data-bs-target] {
    border: 1px solid #222;
}

.carousel-caption {
    right: 90px;
    left: 90px;
    padding: 0;
    bottom: 0;
}

.carousel-caption h5 {
    font-size: 30px;
    text-align: center;
}

.carousel-caption p {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

.buttons a {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    line-height: 52px;
    background-color: #eaeaea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
    background-image: linear-gradient(top, #f6f6f6, #eaeaea);
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    font-size: 20px;
    color: #9f9f9fde;
    text-align: center
}

.buttons a:active {
	top: 1px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6); 
	background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6); 
	background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: linear-gradient(top, #eaeaea, #f6f6f6);
}

.buttons a:hover {
    background: -webkit-linear-gradient(#0F80D8, #67CC27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buttons a::before{
		content: '';
		position: absolute;
		z-index: -1;
		top: -8px;
		right: -8px;
		bottom: -8px;
		left: -8px;
		background-color: #eaeaea;
		-moz-border-radius: 140px;
		-webkit-border-radius: 140px;
		border-radius: 140px;
	    opacity: 0.5;		
}

.buttons a:active::before {
	top: -9px;
}

.buttons a:hover::before { opacity: 1; }

.buttons a:hover::before {
	background-color: #b00b0b;
}

.buttons a i { border: 0; }

.buttons a i {
    border: 0;
}

.scroll {
  overflow-y: scroll;
  display: inline-block;
}

.scrollYNone {
   overflow-y: hidden;
   display: inline-block;
}
.scroll--simple::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scroll--simple::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.scroll--simple::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.scroll--simple::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.scroll--simple::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.textarea-height-default{
    height: 150px;
}

@media (max-width: 425px) {
    .carousel-item {
        height: 150px !important;
    }
    .item-vertical img {
        width: 100% !important;
    }
    .item-vertical {
        height: auto !important;
    }
    .carousel-caption {
        right: 50px;
        left: 50px;
    }

    .carousel-caption h5 {
        font-size: 14px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    .buttons {
        text-align: center;
    }

        .buttons a {
            margin: 10px
        }
}

@media (max-width: 375px) {
    .carousel-item {
        height: 150px !important;
    }
    .item-vertical {
        height: auto !important;
    }
    .carousel-caption {
        right: 40px;
        left: 40px;
    }

    .carousel-caption h5 {
        font-size: 13px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    .buttons {
        text-align: center;
    }

        .buttons a {
            margin: 10px
        }
}

@media (max-width: 320px) {
    .navbar img {
        width: 100%;
        height: 40px;
    }
    .carousel-item {
        height: 150px !important;
    }
    .item-vertical {
        height: auto !important;
    }
    .carousel-caption {
        right: 30px;
        left: 30px;
    }
    .carousel-caption h5 {
        font-size: 12px;
    }

    .carousel-caption p {
        font-size: 12px;
    }
    .buttons {
        text-align: center;
    }
    .buttons a {
        margin: 10px
    }
}

.container-grid-duplas {
    display: grid;
    grid-template-columns: 1fr 6fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        ". . . . . . .";
}

.duplas-avatar:nth-child(2) {
    margin-left: -10px;
}

.duplas-avatar:nth-child(3) {
    max-width: 38px;
    max-height: 38px;
    margin-left: -10px;
    margin-bottom: -19px;
}

.avatar-card-jogos {
    height: 32px;
    width: 32px
}

.nome-dupla {
    font-size: 0.8rem;
}

.duplas-avatar-confrontos {
    max-width: 40px;
    max-height: 40px;
}

.duplas-avatar-confrontos:nth-child(2) {
    margin-left: -10px;
}

.duplas-avatar-confrontos:nth-child(3) {
    max-width: 28px;
    max-height: 28px;
    margin-left: -10px;
    margin-bottom: -14px;
}

.over-ck-duplas {
    height: 670px;
}

.over-ck-bolao {
    height: 670px;
}

.listTeams .accordion-button:not(.collapsed) {
    color: initial;
    background: none;
    box-shadow: none;
}

.listTeams .viewListPlayers {
    list-style: none;
    padding: 0;
}

.listTeams .accordion-button {
    padding: 1rem 0rem;
}

.flex-container-bolao {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  min-width: 1076px;
}

.flex-container-bolao .flex-items {
    margin: 10px 5px 0px 5px;
}
.flex-container-bolao .flex-items:nth-child(1) {
    display: none;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}
.flex-container-bolao .flex-items:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 45px;
    min-width: 45px;
    cursor: not-allowed;
}
.flex-container-bolao .flex-items:nth-child(3) {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-container-bolao .flex-items:nth-child(4) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 100px;
    min-width: 100px;
    border-right: transparent !important;
    position: initial;
}

.flex-container-bolao .flex-items:nth-child(5) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 100px;
    min-width: 100px;
}

.flex-container-bolao .flex-items:nth-child(6) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-container-bolao .flex-items:nth-child(7) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 65px;
    min-width: 65px;
}
    .flex-container-bolao .flex-items:nth-child(8) {
        display: none;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        align-self: auto;
        order: 0;
    }

@media (max-width:1199px) {
    .flex-container-bolao {
        flex-wrap: wrap;
        flex-direction: column;
        min-width: initial;
        margin-bottom: 50px;
        padding: 20px 0;
        border: 1px solid #ced4da;
        border-radius: 5px;
    }

    .flex-container-bolao-titles {
        display: none;
    }

        .flex-container-bolao .flex-items:nth-child(2) {
            order: 0;
            margin: 0 auto;
        }
        .flex-container-bolao .flex-items:nth-child(3) {
            order: 1;
        }
        .flex-container-bolao .flex-items:nth-child(4) {
            order: 2;
            width: auto;
            margin-bottom: 10px;
        }
        .flex-container-bolao .flex-items:nth-child(5) {
            order: 4;
            width: auto;
            margin-bottom: 10px;
        }
        .flex-container-bolao .flex-items:nth-child(6) {
            order: 3;
        }
        .flex-container-bolao .flex-items:nth-child(7) {
            order: 5;
            margin: 0 auto;
        }
}

.bannerImagesVertical {
    max-width: 380px;
    max-height: 475px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.btn-h-sumaries {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem
}

.h-DualTeams {
    word-wrap: break-word;
    min-height: 64px;
    margin-bottom: 5px;
}

.container-operators {
  position: relative;
}


.container-operators .myOperators, .container-operators .myOperatorsOne, .container-operators .myOperatorsTwo {
    display: none;
    padding: 20px;
    text-align: center;
}

    .container-operators .prev, .container-operators .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 16px;
        color: #888;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

.container-operators .next {
    position: absolute;
    right: 12px;
    border-radius: 3px 0 0 3px;
}

.container-operators .prev {
    left: 12px;
}

.container-operators .prev:hover, .next:hover {
    background-color: #f1f1f1f1;
    color: #888;
}

.container-operators .operator-info-text {
    font-size: 0.8rem;
    background-color: #f1f1f1f1;
    padding: 3px 15px;
    cursor: default
}

.athlete-image-profile {
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: rgba(1,1,1,0.2) 1px 1px 5px}

.custom-checkbox {
    width: 1.5em;
    height: 1.5em;
}