body{
  background-image: url('../figs/web/fondo.png');
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

h1{
  color: #fff;
}
p{
  color: #fff;
}
.politica-p {
  display: flex;
  align-items: center;
}

.logoa_p {
  height: auto;
}

/* Suscripcion*/
.susc_p {
  height: 200px;
}
.sus-pr {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .logoa_p {
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .logoa_p {
    width: 100%;
  }
}
