div#branco {
  height: 400px;
  position: relative;
  background: white;
}
.patrocinadores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.patrocinio h3 {
  text-align: start;
  color: rgb(43, 42, 42);
  font-size: 4em;
}
.patrocionoContent {
  display: flex;
  flex-direction: column;
  width: 100%;
}
img.pb {
  width: 100%;
}

.cada a {
  width: 100%!important;
}
.cat-list {
  display: flex;
  width: 40%;
  color: #112935 !important;

}
.catTitle {
  width: 0;
  overflow: hidden;
  transition: all 1s;
}
.cat-list > div {
  display: flex;
  align-items: center;
  transition: all 1s;
  width: 20px;
  cursor: pointer;
  margin-left: 20px;
}
.cat-list > div:hover {width: 150px;}
.cat-list > div:hover .catTitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  width: 90%;
  height: 20px;
}
.cat-list .color {
  width: 20px!important;
  height: 20px;
  border-radius: 50%;
}
.cat-list div:nth-child(1) .color {
  /* background-color: #ff6a3d; */
  background-color:#112935 !important;
}
.cat-list div:nth-child(2) .color {
  /* background-color: #fadb7d; */
  background-color: red!important;
  color: red!important;
}
.cat-list div:nth-child(2) .catTitle{
    color: red!important;
}
.cat-list div:nth-child(3) .color {
  /* background-color: #9daaf2; */
  background-color: #9aafd9;
}
.cat-list div:nth-child(4) .color {
  background-color: #cc3232;
}
.catActive {
  width: 100px;
}
.catActive .catTitle {
  width: 80px;
}
.patrocinadores div {
  width: 25%;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  position: relative;
}


.patrocinadores .cada.activeCada{
  display: flex!important;
}
.cada .corPatrocinio {
  transition: all 0.5s;
  opacity: 0;
}
.cada.activeCada .corPatrocinio,img.corPatrocinio {
  opacity: 1;
  width: 100%;
  position: absolute;
}

.cada:hover .corPatrocinio{
  opacity: 1;
  width: 100%;
  position: absolute;
}



.cat-open {width: 170px!important;}
.cat-open .catTitle {
  padding-left: 10px;
  width: 150px;
}
a.link-patrocinio {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.pb {
  transition: all 0.5s;
  position: absolute;
}
.patrocinio.col-md-12 {
    margin: 0px 5%;
    width: 90%;
}

h3.escondidin {
    margin: 0px!important;
    margin-bottom: 38px!important;
}

.patrocinadores {
    margin-bottom: 39px;
}
.cada.cat-2087 {
    width: 20%;
}

#logo > div > div > div > div.patrocinadores > div:nth-child(8) {
    width: 14%;
}
.patrocinadores {
    padding: 0px 10%;
}