#linkRegulamento {
  margin-top: 50px;
}

.currentPage {
  font-size: 13px;
  font-weight: bold;
}

.midias-sociais {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
}

.midias {
  padding-left: 10%;
  display: flex;
  height: 50%;
  width: 100%;
  align-items: flex-end;
  justify-content: start;
}

.media-icons {
  width: 17px;
  margin-right: 10px;
}

#more {
  margin-left: 20px;
  height: 1vw;
  width: 1vw;
  cursor: pointer;
}

.links {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: start;
  padding-left: 2vw;
}

#sub-links {
  transition: ease-in-out;
  position: absolute;
  display: none;
}

.icon {
  width: 230px;
  height: 135px;
  object-fit: cover;
}

.sidebar {
  width: 188px;
  height: 100vh;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  font-size: 11px;
}

.item{

  font-weight: bold;
}

.link {
  display: block;
  font-weight: bold;
  cursor: pointer;
  margin-left: 20px;
  margin-bottom: 30px;
}

.icon {
  width: 100%;
}

.menu {
  margin: 20px;
}

.menu > .item {
  margin-bottom: 8px;
}

.menu.footer-menu {
  margin: 0px !important;
}


.downbar {
  font-size: 11px;
  font-weight: bold;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  height: 8vh;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: fixed;
  z-index: 100000;
}

.footer-image {
  height: 12vh;
}

.grupo-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grupo-links-item {
  margin: 0 5px;
}

#more-footer {
  margin-left: 1vw;
  height: 1vw;
  width: 1vw;
  cursor: pointer;
}

.sub-links-footer {
  display: none;
}

.sub-link-footer-item {
  margin: 0 4px;
}

.footer-bar {
  display: none;
}

#menuControl {
  display: none;
}

.menu-button {
  display: none;
}

.responsive-menu {
  display: none;
}

#compromissoSocial {
  height: 15px;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 30px;
}

#social {
  margin-bottom: 7px;
}
#social:hover {
  cursor: pointer;
}
#compromissos {
  display: none;
  position: absolute;
}
.mais-info {
  margin: 7px 0;
}

#compromissoSocialFooter {
  
}

#compromissovis {
  display:block;
  
}
#compromissoinv {
 
  padding-top:7px;
}
#compromissoSocialFooter:hover {
  cursor: pointer;
}

#compromissosFooter {
  display: none;
}
.oculto{
  display:none;
}
.compromisso-footer {
  margin: 0 7px;
}

@media only screen and (max-width: 1366px) {
  .midias {
    height: 25% !important;
  }
}

@media only screen and (max-width: 800px) {
  .sidebar {
    display: none;
  }
  .menu-hamburger {
    color: #fff;
    background-color: #c9c9c9;
    padding: 5px 8px;
    border-radius: 5px;
  }
  .footer-bar {
    opacity: 0;
    display: none;
  }

  .menu-button {
    border-radius: 10px;
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 14;
  }
  .responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 999999;
  }
  .responsive-menu-list {
    background-color: #f9f9f9;
    height: 100%;
    overflow: scroll;
  }
  .responsive-menu-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 10px;
    background-color: #f9f9f9;
  }
  .first-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .logo-menu {
    height: 12vh;
  }
  .close-button {
    padding-right: 30px;
  }
}
