



:root {
  --main-blue: #0056b3;
  --light-blue: #e6f0ff;
  --text: #333;
  --bg: #f9f9f9;
}


.priv-header {
  background: var(--main-blue);
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.priv-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.priv-section {
  background: white;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.priv-section h2 {
  color: var(--main-blue);
  margin-top: 20px;
}

.priv-section ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px;
}

.priv-section a {
  color: var(--main-blue);
  text-decoration: underline;
}

.priv-footer {
  background: var(--main-blue);
  color: white;
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .priv-header h1 {
    font-size: 2rem;
  }

  .priv-section {
    padding: 20px;
  }
}





.camada-1{ width: 100%; height: auto;}
.camada-1 .camada-2{ width: 100%; height: auto;  padding-bottom: 56.25%; position: relative; border-radius: 8px;}

.camada-1 .camada-2 iframe{ width: 100%; position: absolute; border-radius: 8px; height: 100%;}

.margin-to-video{margin-top: 16px;}

@media (max-width: 768px) {
  
   
}

