.portfolio-navbar.bg-navbar2 {
  background-color: #036!important;
  color: blue;
}

.portfolio-block.website.pattern {
  /*background: #30599e url("../../assets/img/home/church-mask.webp?h=6f7821ee79ddc9c597dcee7cbf0ac9cb");*/
  background: linear-gradient(120deg, #00264d, #30599e);
  color: white;
}

#screen {
  display: inline-block;
  margin: 10px auto;
  padding: 7px 15px 4px 15px;
  background: rgb(32,111,201);
  text-align: center;
  border-radius: 10px;
  border: 1px solid black;
  font-size: 18px;
  line-height: 1;
  font-family: 'Electrolize', sans-serif;
  color: var(--bs-gray-200);
  box-shadow: inset 0 0 10px #333, inset 0 1px 1px #0A0B0D, 0px 1px #E6E6E6;
}

.tit1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.cita-biblica {
  padding: 1rem;
  font-family: Alike, serif;
  font-size: 17px;
  background: #eaf9ff;
  border-radius: 9px;
  border-style: solid;
  border-color: #cef1ff;
  color: black;
}

legend {
  margin-top: -2.2rem!important;
  background-color: white;
  display: inline-block!important;
  width: auto!important;
}

fieldset {
  padding: 1rem;
  border: 1px solid silver;
  border-radius: 7px;
  margin-bottom: 4rem;
}

