@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");

body {
  background-color: #f2f2f2;
  font-family: "Poppins", sans-serif;
  background-image: url(../img/bg.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #555757;
}

a {
  color: white;
}

a:hover {
  color: #bb221c;
}

.footer a:hover {
  color: #e0e0e0;
  text-decoration: underline;
}

#igreja_por_cod:hover {
  color: #bb221c;
}

section {
  min-height: 1050px;
  display: flex;
  justify-content: center;
}

#doacao {
  height: 100%;
  margin: 30px;
  -webkit-box-shadow: 2px 3px 14px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 3px 14px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 3px 14px -1px rgba(0, 0, 0, 0.75);
  background: #fff;
  border-radius: 10px;
}

#doacao img {
  max-width: 240px;
  margin: 2rem 0;
}

.conteudo-doacao {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  padding-bottom: 30px;
}

.transferencia {
  width: 100%;
  margin: 0 !important;
}

.header {
  text-align: center;
  padding: 0 0 5px 0;
}

.header img {
  max-width: 240px;
  margin: 2rem 0;
}

.header h1 {
  font-weight: bold;
  font-size: 1.5em;
  padding: 18px;
  color: #bb221c;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

header {
  background-color: #bb221c;
  color: white;
  font-size: 10px;
}

footer {
  background-color: #bb221c;
  color: white;
  font-size: 10px;
  padding: 20px 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

#enviar-formulario {
  width: 80%;
}

.form-doacao {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.form-doacao input,
.form-doacao select {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-doacao h3 {
  color: #bb221c;
  text-align: center;
  font-weight: bold;
}

.form-doacao form div {
  margin: 20px 0;
}

.enviar {
  background-color: rgba(46, 134, 222, 1);
  color: #fff;
  font-size: 20px;
  padding: 12px 30px !important;
  border: none;
  padding: 10px 30px;
  color: #fff;
  border-radius: 3px;
  margin: 0 2px;
  font-size: 14px;
}

.enviar:hover {
  cursor: pointer;
  opacity: 0.9;
}

#agradecimento {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}

.title {
  margin: 40px;
  font-size: 2em;
  font-weight: bold;
}

.content .status-doacao {
  color: #ffc600;
  text-decoration: underline;
  margin-bottom: 10px;
}

header .container {
  text-align: right;
}

header .container button {
  padding: 0;
  border: none;
  margin: 0;
  cursor: pointer;
}

header .container button img:hover {
  filter: grayscale(0) !important;
}

.language-img {
  width: 30px;
}

.alternar_selecao_igreja {
  color: #2e86de;
  font-size: 0.7em;
  cursor: pointer;
}
.alternar_selecao_igreja:hover {
  color: #fff;
}

#igreja_por_codigo div,
#igreja_por_regional div:last-of-type {
  margin: 3px 0;
}

.desativada {
  display: none;
  opacity: 0;
}

.ativada {
  display: block;
  opacity: 1;
}

#nome_igreja {
  padding: 0 5px;
  color: #da241c;
}

.identifica_igreja {
  display: flex;
  width: 100%;
}

div > input[type="radio"] {
  opacity: 0;
  width: 100;
  height: 30px;
  background-color: blue;
  position: relative;
  z-index: 1;
}

.radio_box label {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #ccc;
  border-right: inherit;
  top: 0;
  left: 0;
  color: #737;
  font-size: 12px;
}

.radio_box {
  height: 30px;
  width: 100%;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0 auto !important;
}

.radio_box:first-child label {
  border-radius: 5px 0 0 5px;
}

.radio_box:last-child label {
  border-radius: 0px 5px 5px 0;
  border-right: 2px solid #ccc;
}

.radio_box input:checked + label {
  background-color: #bb221c;
  top: 0;
  left: 0;
  border: 2px solid #bb221c !important;
  z-index: 2;
  color: #fff;
}

input::-webkit-input-placeholder {
  font-size: 0.8em;
  line-height: 26px;
}

.loader {
  color: #fff;
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999;
}
.loader:after,
.loader:before {
  box-sizing: border-box;
  display: none;
}
.loader.is-active {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.loader.is-active:after,
.loader.is-active:before {
  display: block;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.loader[data-text]:before {
  position: fixed;
  left: 0;
  top: 50%;
  color: currentColor;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.loader[data-text=""]:before {
  content: "Loading";
}
.loader[data-text]:not([data-text=""]):before {
  content: attr(data-text);
}
.loader[data-text][data-blink]:before {
  animation: blink 1s linear infinite alternate;
}
.loader-default[data-text]:before {
  top: calc(50% - 63px);
}
.loader-default:after {
  content: "";
  position: fixed;
  width: 48px;
  height: 48px;
  border: 8px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  animation: rotation 1s linear infinite;
}
.loader-default[data-half]:after {
  border-right-color: transparent;
}
.loader-default[data-inverse]:after {
  animation-direction: reverse;
}

.favorecido {
  text-align: left;
  margin: 10px;
}

.favorecido p {
  padding: 5px 0;
}

.conta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.conta div {
  margin: 0;
}

.imagem-banco,
.info-conta {
  margin: 0px !important;
}

.conta .bradesco,
.conta .itau,
.conta .santander {
  margin-right: 10px;
}

.mg-conta {
  margin-right: 10px !important;
}

.conta .bradesco,
.conta .caixa,
.conta .bb,
.conta .itau,
.conta .santander,
.conta .brb,
.conta .outras_contas {
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 10px;
}

.itau .imagem-banco {
  padding: 0;
}

.info-conta p {
  font-weight: bold;
  padding: 5px;
}

.bradesco {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #d6201f;
}

.outras_contas {
  background: darkgray;
}

.brb {
  background: #727375;
}

.brb img {
  width: 72px !important;
}

.caixa {
  background: #0072bc;
}

.santander {
  background: #ea0000;
}

.santander .imagem-banco {
  padding: 0 0;
}

.bb {
  background: #fde100;
}

.itau {
  background: #f5821f;
}

.itau img {
  width: 40px;
}

.bb img {
  width: 160px;
}

.caixa img {
  width: 100px;
}

.imagem-banco {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.bb .info-conta {
  color: inherit !important;
}

.info-conta {
  width: 100%;
  display: flex;
  font-size: 0.8em;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

.transferencia_banc {
  margin: 10px 0 30px 0;
  color: white;
}

.separador {
  width: 130px;
  border: solid 1px #fff;
}

.fav-title {
  color: #bb221c;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

#separador-conta-igreja {
  font-size: 1.5em;
  font-weight: bold;
  justify-content: center;
  margin: 15px 0;
}

#separador-conta-igreja .separador {
  border: solid 1px #fff;
  width: 70px;
  border-top: solid 2px #b5b5b566;
  top: 13px;
  margin: 0 10px;
  position: relative;
}

.alerta-igreja {
  text-align: center;
  font-size: 0.8em;
  color: #bb221c;
  margin: 10px 0;
}

.input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
  border: 1px solid;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 3em;
  justify-content: flex-start;
  line-height: 2;
  padding: calc(0.5em - 1px) calc(0.75em - 1px);
  position: relative;
  vertical-align: top;
}

div label {
  font-weight: bold;
}

.tipo-pagamento {
  display: flex;
}

.error {
  font-size: 0.8em;
  color: red;
  font-weight: normal;
  margin: 4px;
}

.bandeiras {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-wrapper {
  display: flex;
  justify-content: center;
}

.jp-card-container,
.jp-card-front,
.jp-card-back {
  margin: 0 !important;
}

.dados-do-cartao {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#conteudo-boleto p {
  margin: 25px 0;
}

.clipboard-pix {
  display: flex;
      align-items: center;
  margin: 5px 0px !important;
  }
  
  #pix-key {
    padding-right: 50px;
  }
  
  .btn-pix {
    height: 3em;
      border: 1px solid;
      border-color: #333;
      margin-left: -50px;
      width: 50px;
      background: #bc3525;
      border-radius: 4px;
      color: white;
      z-index: 999;
      cursor: pointer;
  }
  
#doacao .clipboard-pix .btn-pix img svg {
  margin: 0;
  width: 60%
}

.pix-instruncao p, .dados-pix label {
text-transform: uppercase;
    color: #bb221c;
    text-decoration: underline;
}

.pix-instruncao ul li {
line-height: 2rem;
    padding-left: 2rem;
}

.pix-instruncao ul li span {
display: inline;
    background: #bd7870;
    color: white;
font-style: italic;
    padding: 0 9px;
}

.pix-instruncao .step {
    background: #bb221c;
    margin: 0 auto;
    margin-right: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    float: left;
}
