.container-list-clubs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 35px;
}

.container-list-clubs .header {
  background-color: #000000;
  padding: 10px;
  margin: 0;
  width: 100%;
}

.container-list-clubs .header .row-container{
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-list-clubs .header .year {
  width: 15%;
  text-align: center;
}

.container-list-clubs .header .year .year-text {
  font-size: 61px;
  color: #fff;
  letter-spacing: 10px;
}

.container-list-clubs .header .countries {
  width: 80%;
  /* display: flex; */
  /* background-color: #ffffff; */
}

.container-list-clubs .header .countries .list-countries {
    display: flex;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 15px;
    justify-content: space-evenly;
}

.container-list-clubs .header .countries .list-countries .country {
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: 1px;
}

.container-list-clubs .header .countries .list-countries .country.selected {
  background-color: #000000;
  color: #ffffff;
  cursor: initial;
}

.container-list-clubs .sponsor-row {

  background-color: #dddddd;
  padding: 10px;
  margin: 0;
  width: 100%;
  
}

.container-list-clubs .sponsor-row .row-container{
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container-list-clubs .sponsor-row .sponsor {
  width: 23%;
  text-align: center;
  font-size: 30px;
  display: none;
}

.container-list-clubs .sponsor-row .sponsor.sponsor-large {
  font-size: 50px;
}

.container-list-clubs .sponsor-row .sponsor span{
  color: white;
}

.container-list-clubs .sponsor-row .sponsor img {
  max-width: 100%;
}




.container-country-clubs {
  /* display: flex; */
  /* flex-direction: column; */
  /* padding: 10px; */
  margin: 0;
  width: 100%;
}

.container-country-clubs .container{
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}



.container > .row-clubs-container:nth-child(2) {

  margin-top: 0px !important;
}

.container > .row-clubs-container {

  margin-top: 85px !important;
}

.row-clubs-title + .row-clubs-container {
  margin-top: 0px !important;
}

.container-country-clubs > .container > .row-clubs-container > .column-clubs {
  /* margin: 0 10px; */
  gap: -18px;
}

.container-country-clubs .row {
  display: flex;
  gap: 50px;
}

.container-country-clubs .row .text-country {
  font-size: 41px;
  height: 130px;
  display: flex;
  align-items: center;
}

.container-country-clubs .row .column {
  flex: 1;
  /* padding: 10px; */
}

.container-country-clubs .container .column .button-create-club {
  display: flex;
  align-items: center;
  background-color: #444444;
  color: #ffffff;
  border-radius: 57px;
  padding: 10px;
  font-size: 25px;
  width: 370px;
  margin: 20px 0 0px 0;
}

.container-country-clubs .container .column .button-create-club .icon {
  /* display: inline-block; */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #444444;
  text-align: center;
  font-size: 64px;
  line-height: 100%;
  /* vertical-align: middle; */
}

.container-country-clubs .container .column .button-create-club .text {
  flex: 1;
  margin: 0px 20px;
  width: 139px;
   /* Ajusta el ancho según tus necesidades */
  text-align: center;
  font-size: 36px;
  line-height: 39px;
}




.table-profile{
  margin: 0;
}


.container-country-clubs .table-header-profile {
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  /* width: 100%; */
}
.container-country-clubs .rectangulo {
  width: 100%;
  height: 254px;
  background-color: #232B36;
  z-index: 1;
  position: relative;
  border-radius: 20px;
}

.container-country-clubs .rectangulo-pequeno {
    width: 95%;
    height: 94%;
    border-radius: 35px 35px 0px 0px;
    background-color: #75154D;
    z-index: 2;
    /* position: absolute; */
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.container-country-clubs .columnas {
  display: flex;
  height: 100%;
  position: static;
  align-items: normal;
}

.container-country-clubs .columna {

}
.container-country-clubs .columna:first-child::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
    position: absolute;
    left: 5px;
}

.container-country-clubs .columna:last-child::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  right: 0px;
}

.container-country-clubs .profile-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-country-clubs .profile-container  .row {
  color: white;
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}

.container-country-clubs .profile-container  .row .logo, .container-country-clubs .profile-container  .row .club-name, .container-country-clubs .profile-container  .row .flag {
  padding: 1px;
  margin: 0 auto;
}

.container-country-clubs .profile-container .row .logo{
  font-size: 30px
}

.container-country-clubs .profile-container .row .club-name{
  font-size: 38px;
}

.container-country-clubs .profile-container .box-left {
  flex: 1;
  color: white;
  line-height: 123px;
}

.container-country-clubs .profile-container .box-left .row:first-child{
  display: flex;
  align-items: flex-end;
}

.container-country-clubs .dorsal-header-container{
  font-size: 178px;
  font-family: Arial;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.container-country-clubs .nombre-header-container{
  font-size: 50px;
  font-family: Arial;
  margin-left:2px;
}

.container-country-clubs .rectangulo-pequeno .box-right {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}


.container-country-clubs .rectangulo-pequeno .photo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}
.container-country-clubs .container-flag{
    display: flex;
    align-items: center;
    /*background-color: black;*/
    width: 50%;
    height: 45px;
    border-radius: 10px;
    margin: 0 auto;
}

.container-country-clubs .flag{
  width: 100%;
}

.container-country-clubs .rectangulo-pequeno .photo img{
  max-width: 225px !important;
  width: 100%;
  border-radius: 100%;
}

.container-country-clubs .column-flag-image{
      display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

.container-country-clubs .column-flag-text{
    width: 100%;
}

.container-country-clubs .name-country{
  font-family: Arial;
  font-size: 1.1rem;
}

.container-country-clubs .table-info-profile {
  display: flex;
  flex-direction: column;
}

.container-country-clubs .table-info-profile .row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.container-country-clubs .table-info-profile .column {
  flex: 1;
  padding: 10px;
  border:0;
  text-align: ce;
}

.container-country-clubs .table-info-profile .column .label{
  color: white;
  font-size: 12px;
}

.container-country-clubs .table-info-profile .row:last-child {
  border-top: none;
  gap: 0;
}

.container-country-clubs .table-info-profile .rounded {
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}



.container-info-club-metadata{
    width: 100%;
    margin: 72px auto;
}

.container-info-club-metadata .row .logo img{
    width: 160px;
    height: 75px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.container-country-clubs .row .logo img{
    width: 160px;
    height: 75px;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.container-info-club-metadata  .profile-container{
   width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}




.container-info-club-metadata .profile-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-info-club-metadata .profile-container  .row {
  color: white !important;
  width: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-info-club-metadata .profile-container  .row .logo, .container-info-club-metadata .profile-container  .row .club-name, .container-info-club-metadata .profile-container  .row .flag {
  padding: 10px;
  margin: 0 auto;
}

.container-info-club-metadata .profile-container .row .logo{
  /* font-size: 30px; */
  padding: 0;
  margin: 0;
}

.container-info-club-metadata .profile-container .row .club-name{
  font-size: 60px;
  line-height: 60px;
}

.container-info-club-metadata .profile-container .box-left {
  flex: 1;
  color: white;
  line-height: 123px;
}

.container-info-club-metadata .profile-container .box-left .row:first-child{
  display: flex;
  align-items: flex-end;
}

.container-info-club-metadata .container-flag{
  display: flex;
    align-items: center;
    width: 50%;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
}

.container-info-club-metadata .container-flag .container-club{
    display: flex;
    align-items: center;
    background-color: black;
    height: 45px;
    border-radius: 10px;
    margin: 0 auto;
}

.container-info-club-metadata .flag{
  width: 100%;
}


.container-info-club-metadata .profile-container {
  max-width: inherit;
}

.container-info-club-metadata .profile-container .row .flag {
    padding: 10px;
    margin: 0 auto;
}

.container-info-club-metadata .column-flag-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

.container-info-club-metadata .column-flag-text {
    width: 100%;
}

.container-info-club-metadata .table-info-profile .row .column:first-child .label{
  text-decoration: underline;
  color: #a9a6a6;
}

.container-list-clubs .table-info-profile .row .column:first-child .label{
  text-decoration: underline;
  color: #a9a6a6;
}

.container-info-club-metadata .table-info-profile .row {
    display: flex;
    border: 1px solid white;
    background-color: #75154D;
    margin-top: 20px;
}

.container-info-club-metadata .table-info-profile .column .label {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}



.container-country-clubs .table-info-profile .row {
    display: flex;
    border: 1px solid white;
    background-color: #75154D;
    margin-top: 20px;
}

.container-country-clubs .table-info-profile .column .label {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
}



.container-info-club-metadata .table-info-profile .column .respo {
    color: white;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 500;
}

.container-country-clubs .table-info-profile .column .respo {
    color: white;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 500;
}


.container-info-club-metadata .table-info-profile .rounded .column:not(:first-child){
  text-align: center;
}

.container-info-club-metadata .table-info-profile .rounded {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.container-info-club-metadata .table-info-profile .column {
    flex: 1;
    padding: 30px 10px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-top-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
}

.container-country-clubs .table-info-profile .rounded .column:not(:first-child){
  text-align: center;
}

.container-country-clubs .table-info-profile .rounded {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.container-country-clubs .container-flag .container-club {
    display: flex;
    align-items: center;
    height: 45px;
    border-radius: 10px;
    margin: 0 auto;
}

@media(max-width: 1199px){
  .container-info-club-metadata .container-flag{
    width: 70%;
  }
}
.name-country {
    font-size: 100%;
  }
@media(max-width: 1100px){

  .container-country-clubs .container-flag{
    display: flex;
    align-items: center;
    width: 50%;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
  }
  
}
@media(max-width: 1024px){
  .container-list-clubs .header .year{
    width: auto;
  }
  
}
@media(max-width: 960px){
  .container-country-clubs .row{
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .container-country-clubs > .container > .row-clubs-container > .column-clubs{
    margin-top: 50px;
  }

  .container-country-clubs > .container > .row-clubs-container > .column-clubs:first-child{
    margin-top: 0px;
  }

  .container-info-club-metadata .profile-container .row .club-name {
    font-size: 7vw;
  }

  .container-country-clubs .profile-container .row .club-name {
    font-size: 7vw;
  }

  .container-info-club-metadata .container-flag {
      width: 77%;
  }

  .container-country-clubs .container-flag {
      width: 77%;
  }

  .container-info-club-metadata .row .logo img{
    margin: 0;
    padding: 0;
  }

  .container-country-clubs .row .logo img{
    margin: 0;
    padding: 0;
  }

}

@media(max-width: 780px){
  .container-country-clubs .rectangulo-pequeno{
    transform: none;
    height: 100%;
    position: static;
    margin: 0 auto;
  }
  .container-list-clubs .header .row-container{
    flex-direction: column;
  }

  .container-list-clubs .header .countries .list-countries{
    padding: 2px;
  }

  .container-list-clubs .header .countries .list-countries .country{
    margin: 0;
  }

  .container-info-club-metadata .profile-container .row .logo{
    margin: 20px 15px;
  }

  .container-info-club-metadata .column-flag-text {
    flex: 1;
  }

  .name-country {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .container-info-club-metadata .profile-container .row .flag-image{
    width: 40px;
    height: auto;
  }

  .container-country-clubs .profile-container .row .flag-image{
    width: 40px;
    height: auto;
  }


  .container-info-club-metadata .column-flag-image{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-info-club-metadata .container-flag .container-club{
    display: flex;
    align-items: center;
    background-color: black;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
  }

  .container-country-clubs .container-flag .container-club{
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
  }

  .container-info-club-metadata{
    margin: 22px auto 40px auto;
  }

}

@media(max-width: 540px){

  .container-info-club-metadata .table-info-profile .column {
    text-align: center;
  }

  .container-info-club-metadata .container-flag .container-club{
    flex-direction: column;
    height: auto;
    width: 100%;
    text-align: center;
  }

  .container-country-clubs .container-flag .container-club{
    flex-direction: column;
    height: auto;
    width: 100%;
    text-align: center;
  }




}


@media(max-width: 475px){

  .container-list-clubs .header .year .year-text {
      font-size: 41px;
  }

  .container-country-clubs .container .column .button-create-club .text {
    flex: 1;
    margin: 0px 20px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }

  .container-country-clubs .container .column .button-create-club {
    min-width: 247px;
    width: 60%;
  }

  .container-list-clubs .header .countries .list-countries{
    flex-direction: column;
    align-items: center;
  }
}

@media(max-width: 370px){
  .name-country {
    font-size: 0.9rem;
  }
}