.page-template-page-cert {
  font-family: Poppins;
}

.page-template-page-cert footer, .page-template-page-cert header {
  display: none;
}

.w-100 {
  width: 100%;
}

.text-azul {
  color: #007cff;
}

.text-celeste {
  color: #0099d5;
}

.bg-celeste {
  background-color: #0099d5;
}

.text-negro {
  color: #000;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pb-5 {
  padding-bottom: 2em;
}

.page-template-page-cert h1 {
  font-size: 3.5vw;
}

.borde-azul {
  border-right: 1px solid #007cff;
}

.bloque_total {
  background-image: url(../img/certificado_circulo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
}

.bg-certificado {
  background-image: url(../img/certificado_bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.cabecera-certificado {
  padding-top: 500px;
}

.bg-azul-certificado {
  background-color: #033158;
}

.fs-1-grande {
  font-size: 8rem;
}

.logo-certificado {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .cabecera-certificado {
    padding-top: 300px;
  }
}