#partners {
  margin-top: 40px; }
  #partners .sponsors {
    text-align: center;
    padding: 30px 0; }
    #partners .sponsors #anchor-partners-oferecimento li {
      margin: 0 35px 11px 0; }
    @media screen and (max-width: 782px){
      #partners .sponsors #anchor-partners-oferecimento li {
      margin: 0;
      max-height: 100%;
      }
      #partners .sponsors #anchor-partners-oferecimento li a{
      padding: 0;}
      #partners .sponsors #anchor-partners-oferecimento ul {
        display: flex;
        flex-direction: column;
      }
    }
    #partners .sponsors .title {
      color: #1f1f1f;
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 20px;
      font-weight: lighter;
      margin-bottom: 30px;
      margin-top: 0;
      text-transform: none;
      text-align: center; }
  #partners .partners-overlay {
    display: block;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  #partners .sponsors ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px !important;
    gap: 40px;
    align-content: center;
    justify-content: center; }
  #partners .sponsors li {
    color: #777;
    width: 100%;
    max-width: 110px;
    height: 100%;
    max-height: 84px;
    font-size: 0.75em;
    position: relative;
    margin: 0 8px 11px 0;
    vertical-align: top;
    display: inline-block; }
    /* @media (min-width: 1024px) {
      #partners .sponsors li {
        width: 11%; } } */
  #partners .sponsors a {
    color: #777;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    #partners .sponsors a .enterprise-excerpt {
      background: #fff;
      border-radius: 4px;
      border: 1px solid #f2f2f2;
      display: none;
      left: -26%;
      min-height: 100px;
      padding: 20px;
      position: absolute;
      top: 7px;
      visibility: visible;
      width: 210px;
      z-index: 999999;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      #partners .sponsors a .enterprise-excerpt p {
        font-family: 'gotham_bookregular', sans-serif;
        font-size: 13px;
        text-align: center;
        line-height: 14px;
        margin: 11px 0;
        word-wrap: break-word; }
      #partners .sponsors a .enterprise-excerpt img {
        display: block;
        margin: 0 auto;
        object-fit: scale-down;
      }
    #partners .sponsors a img {
      width: 100%;
      height: 100%;
      object-fit: scale-down;
      display: inline-block;
    }
    #partners .sponsors a:hover .enterprise-excerpt {
      display: block; }
    #partners .sponsors a:hover .partners-overlay {
      opacity: 0.3; }
  #partners .sponsors.sponsors-oferecimento li {
    max-width: 170px;
    max-height: 108.5px;
  }
  #partners .sponsors.sponsors-patrocinadores-master li,
  #partners .sponsors.sponsors-patrocinadores-full li
   {
    max-width: 140px;
    max-height: 86.8px;
  }
  #partners .sponsors.sponsors-oferecimento a .enterprise-excerpt {
    width: 265px; }
  #partners .sponsors.sponsors-oferecimento img {
    max-width: 100%;
    height: auto;
    object-fit: scale-down;
  }
  @media (max-width: 768px) {
    #partners .sponsors.container {
      overflow: hidden; }
      #partners .sponsors.container .enterprise-excerpt {
        display: none; }
    #partners .sponsors .partners-overlay {
      display: none; } }

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