.titulosPrivacidad {
    font-family: Gotham;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #d40081;
}

.textoPrivacidad {
    font-family: Gotham;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
    color: rgb(0, 35, 97);
}



@media (min-width: 250px) {
    .contendorPrivacidad {
      padding-right: 3rem!important;
      padding-left: 3rem!important;
    }
  }
