/* Jurado */
.judge-container{
  padding: 0 0 8%;
  width: 60.5%;
  margin: auto;
}
#judges{
  padding-top: 10%;
}
#reviewers{
  padding-top: 5%;
}
#local{
  padding-top: 4%;
}
.judge-title{
  text-align: center;
  font-family: Montserrat-Bold;
  color: var(--primary);
  font-size: 1.6rem;
}
.judge-item{
  flex-grow: 1;
  flex-basis: 0;
  margin: 1%;
  text-align: center;
  transition: transform .2s;
}
.judge-item:hover{
  transform: scale(1.05);
}
.judge-item-img{
  width: 115px;
  height: auto;
  border-radius: 50%;
}
.judge-item-name{
  font-family: Montserrat-Bold;
  color:var(--secondary);
  margin-top: 5%;
  border-radius: 1%;
}
.judge-item-title{
  margin-bottom: 1%;
}
.judge-item-place{
  font-family: Montserrat-Bold;
  color:var(--dark-gray);
}
.btn-sphere-judge{
  width: 10px !important;
  height: 10px !important;
  border:solid !important;
  border-radius: 50%;
}
.btn-arrow-judge-right{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 50px;
  height: 50px;
  margin-right: -200%;
}
.btn-arrow-judge-left{
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
  width: 50px;
  height: 50px;
  margin-left: -200%;
}
.btn-sphere-judge-container{
  margin-bottom: -1rem;
}
.btn-sphere-judge.active{
  background-color: black !important;
}
/* Media queries */
@media (max-width: 1100px) {

}
@media (max-width: 1400px) {
  #judges{
    padding-top: 20%;
  }

}