#diretrizes-conduta-modal {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 101;
  }
  
  .diretrizes-conduta-modal-content {
    background: rgb(250,0,105);
    background: -moz-linear-gradient(0deg, rgba(250,0,105,1) 0%, rgba(2,0,36,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(250,0,105,1) 0%, rgba(2,0,36,1) 100%);
    background: linear-gradient(0deg, rgba(250,0,105,1) 0%, rgba(2,0,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa0069",endColorstr="#020024",GradientType=1);
    color:#fff;
    padding: 20px;
    border-radius: 0px;
    max-width: 600px;
    max-height: 80%;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: relative;
    z-index: 10;
  }

  .diretrizes-conduta-modal-content h2,h3,h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0;
}

.diretrizes-conduta-modal-content h2 {
    font-size: 1.7rem;
}

.diretrizes-conduta-modal-content h3 {
    font-size: 1.3rem;

}
.diretrizes-conduta-modal-content h4 {
    font-size: 1.1rem;
}
  
  .diretrizes-conduta-modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    background-color: #fa0069;
    padding: 0rem 0.3rem;
    z-index: 1;
  }
  
  
.diretrizes-conduta-button {
    background-color: #fa0069;
    color: #fff;
    border: 0;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 1rem 0 2rem;
}  
.diretrizes-conduta-button:hover {
    color: #fa0069;
    background-color: #fff;
    border: 1px solid #fa0069;
}
