.ribbon-estatico-prepa-ptesfr {
  background-color: #31576C;
  padding-bottom: 8px;
  padding-top: 8px;
}

.container-estatico-prepa-ptesfr a{
  font-family: "DM Sans", sans-serif;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.parrafoestatico {
  font-family: "DM Sans", sans-serif;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 540px){
    .container-estatico-prepa-ptesfr a {
        font-size: 0.7em;
    }

    .parrafoestatico {
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media (max-width: 390px){
    .container-estatico-prepa-ptesfr a {
        font-size: 0.6em;
    }
}

@media (max-width: 344px){
    .container-estatico-prepa-ptesfr a {
        font-size: 0.55em;
    }
}