.cid-smrXWCiPvU .navbar.navbar-short .navbar-logo a img {
    height: 4.8rem !important;
}

.linksRodape:hover{
    text-decoration: underline !important;
    color: white;
}
.linksRodape{
    color: white;
}

.cursor{
    cursor: context-menu; 
}
.negrito{
    font-weight: bold !important;
    background-color: #E5E5E5 ;
}
.negrito:hover{
    font-weight: bold !important;
    background-color: #E5E5E5 ;
}

.underline{
    border-top: 2px solid #003352;
    width: 120px;
    display: flex;
    margin-bottom: 8px;
    margin:0 auto;
    margin-top: 5px;
}
.sombra:hover{
    
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1) !important;
    
}
#convenios-content {
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.convenio-item > img {
    max-width: 250px;
    max-height: 100px;
    margin-bottom: 20px;
    justify-content: center !important;
    align-items: center !important;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1031 !important;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #CCCCCC;
    display: block;
    transition: 0.3s;
    font-size: 25px !important;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #ffff;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

  
  #accordion .card{
    background-color: #f5f5f5;
    margin: 30px 10px;
  }

 #accordion .card-header{
   
   display: flex;
   justify-content: center;
 }

 #accordion button{
  color: #003352;
  
}
