.layout-orgulhos {
  position: relative;
  padding-top: 30px;
}
.layout-orgulhos .btn-pink {
  display: block;
}
@media (min-width: 1026px) {
  .layout-orgulhos .btn-pink {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .layout-orgulhos .btn-pink {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .layout-orgulhos {
    height: auto;
  }
}
.layout-orgulhos .ball {
  border-radius: 90px;
}
.layout-orgulhos .ball:hover .content {
  display: block !important;
  transition: 3s !important;
}
.layout-orgulhos .ball .content {
  padding-top: 10px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .layout-orgulhos .ball .content {
    display: block !important;
  }
}
.layout-orgulhos .ball .content h3 {
  font-size: 22px;
  margin: 0;
}
.layout-orgulhos .ball .content small {
  color: #266bc0;
}

.orgulhos-geral .ball {
  margin-top: 15px;
}
.orgulhos-geral .content {
  display: block !important;
  transition: 3s !important;
}

/*# sourceMappingURL=orgulhos.css.map */
