.privacy {
  background: #000;
  color: #fff;;
}

.privacy .container {
    margin: 0 auto;
    padding: 80px;
    border-radius: 8px;
}

.privacy img {
    margin: 157px auto 0;
    width: 21%;

}

.privacy h1 {
    font-size: 2.2em;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
	margin-top: 30px
}

.privacy h2 {
    font-size: 1.5em;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 4px solid #DEB27E;
    padding-left: 10px;
}

.privacy p {
    margin-bottom: 15px;
    color: #fff;
    text-align: justify;
}

.privacy p a {
  color: #DEB27E;
}

.privacy ul {
    padding-left: 0; 
    margin-bottom: 20px;
}

.privacy li {
    list-style: none;  
    position: relative;  
    padding-left: 20px; 
    margin-bottom: 10px;        
    color: #555555;
}

.privacy li::after {
    content: '';            
    position: absolute; 
    left: 0;
    top: 8px; 
    height: 8px; 
    width: 8px;
    background-color: #DEB27E;
    border-radius: 50%;
}

/* --- Estilos para tablets --- */
@media (max-width: 992px) {
  .privacy .container {
    padding: 20px;
  }

  .privacy h1 {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .privacy h2 {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 12px;
    padding-left: 8px;
    border-left-width: 3px;
  }

  .privacy p {
    font-size: 0.95em;
    margin-bottom: 12px;
  }

  .privacy li {
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 0.95em;
  }

  .privacy li::after {
    height: 7px;
    width: 7px;
    top: 7px;
  }
}

/* --- Estilos para mobile --- */
@media (max-width: 576px) {
  .privacy .container {
    padding: 15px;
  }

  .privacy img {
    width: 34%;
  }

  .privacy h1 {
    font-size: 1.5em;
    margin-bottom: 12px;
    margin-top: 150px;
  }

  .privacy h2 {
    font-size: 1.1em;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 6px;
    border-left-width: 3px;
  }

  .privacy p {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  .privacy ul {
    margin-bottom: 15px;
  }

  .privacy li {
    padding-left: 16px;
    margin-bottom: 6px;
    font-size: 0.9em;
  }

  .privacy li::after {
    height: 6px;
    width: 6px;
    top: 6px;
  }
}

@media (max-width: 380px) {
    .privacy img {
        width: 51%;
    }
}
