/******************/
/*** OVERIDE ***/
.main .container {width: 100%; padding: 0; margin:0;}

@media (min-width: 1200px){
  .main .container {width: 100%; padding-left: 0; padding-right: 0;}
}

@media (min-width: 768px) {
  .main .container {width: 100%; padding: 0; margin:0;}
}

#footer {
  margin-top: 0;
}

/***************/
/*** TOP BLOCK ***/

.privacy-img-container {
  width: 100%;
  height: 90vh;
  background-image: url(/sites/default/files/inline-images/privacidade/privacy-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display:none;
}

/*****************/
/*** TEXT BLOCK ***/

p{
  margin:0;
}

br{
   content: " ";
   display: block;
   margin: 10px 0;
   line-height:22px;
}

.text{
  margin-bottom:50px;
  font-size:1.75rem;
}

.text-bold{
  margin-bottom:10px;
  font-size:2rem;
}

.text-title{
  margin-bottom:10px;
  font-size:2rem;
  font-weight:500;
  text-align:left;
}

.text-title-2{
  margin-bottom:10px;
  font-size:2rem;
  font-weight:400;
  text-align:left;
  margin-left:50px;
  color: rgb(29, 33, 39)
}

.text-2{
  margin-bottom:50px;
  font-size:1.75rem;
  margin-left:50px;
}

.text-title-3{
  margin-bottom:50px;
  font-size:1.75rem;
  color: rgb(29, 33, 39);
  font-weight:500;
}

.block-block-content35b96fb4-0678-462f-8948-3ae37eaf2fe3 {
  background: #FBFBFB;
}

.privacy-wrapper {
  background: white;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.privacy-wrapper img {
  width: 15%;
  margin-top:15%;
}

.privacy-text-container {
  width: 80%;
  margin-top:50px;
  margin-bottom:50px;
}

/*////////////////*/
/* MEDIA QUERRIES */

@media only screen and (max-width: 1200px) {
  .privacy-wrapper img {
    margin-top:20%;
  }
}

@media only screen and (max-width: 993px) {
  .privacy-wrapper img {
    margin-top:10%;
    width:25%;
  }
}

@media only screen and (max-width: 500px) {
  .privacy-wrapper img {
    margin-top:50px;
    margin-bottom:20px;
    width:40%;
  }
  
  .text-2, .text-title-2{
    margin-left:20px;
  }
}
  