/*
 * PRIVACY
 */
header#masthead {
  background: #292a2f;
  height: 90px;
}

section#primary .col-8 {
  margin-bottom: 50px;
  padding: 0 25px;
  flex: 0 0 100%;
  font-size: 115%;
}

h1.entry-title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #8cdffb;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3em;
}

h1 img {
  margin-bottom: 30px;
}

h1 span {
  color: #1AC0F8;
}

h5 {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.7;
}

p {
  font-size: 0.8em;
  color: #6E7074;
  text-align: justify;
  line-height: 1.9;
}

ul {
  font-size: 0.9em;
  color: #6E7074;
  text-align: justify;
  line-height: 1.9;
}

div#content section#primary {
  margin-left: auto;
  margin-right: auto;
}

header.entry-header {
  padding-top: 11px;
  background: url('/wp-content/themes/wp-bootstrap-starter-child/fidzup/img/pages/opt-out/viepriveeetoptout_cadena.svg') no-repeat center top;
}

section#primary {
  padding-top: 25px;
  -moz-box-shadow: 10px 10px 100px 0px #656565;
  -webkit-box-shadow: 10px 10px 100px 0px #656565;
  -o-box-shadow: 10px 10px 100px 0px #656565;
  box-shadow: 10px 10px 100px 0px #656565;
}

#opt-out {
  height: fit-content;
  border: 1px solid #1AC0F8;
  border-radius: 15px;
  padding: 20px 30px;
}

#opt-out h4{
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.7;
}

#opt-out a {
  display: flex;
  align-items: center;
  justify-content: center;
}
