@font-face {
  font-family: "bebas";
  src: url("../font/BebasNeue-Regular.ttf");
}
@font-face {
  font-family: "bebasbook";
  src: url("../font/bebas-neue-book.otf");
}
@font-face {
  font-family: "montesserrat";
  src: url("../font/Montserrat-Regular.ttf");
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
}

#toast .toast-container {
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
}
#toast .toast-container .d-flex {
  background-color: black;
  color: #fff;
  border: 1px solid #eeee;
}

/* body {
    font-family: "Trebuchet MS", sans-serif;
    user-select: none;
    min-width: 300px;
    overflow: hidden;
    font-size: 14px;
    background-color: black;
    letter-spacing: 1.5px;
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    ::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba($cor_principal, 0.7);
    }
    .cabecalho {
        width: 100%;
        background-image: url("../img/fundo.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: $cor_principal;
        text-align: center;

        height: 150px;
        display: grid;
        align-items: center;
        position: relative;
        .titulo {
            font-size: x-large;
            text-transform: uppercase;
            color: $cor_fonte_principal;
            text-shadow: 0 0 10px #ffffff, -4px 16px 0px rgba(198, 146, 52, 0);
            div {
                padding-top: 10px;
                img {
                    height: 60px;
                }
                font-weight: bold;
            }
            z-index: 0;
        }

        .setaVoltar {
            position: absolute;
            top: 10px;
            left: 10px;
            cursor: pointer;
            width: 20px;
        }
        .opacidade {
            background-color: black;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            opacity: 0.5;
            z-index: -1;
        }
    }
    .containerGeral {
        @media (max-width: 480px) {
            min-height: calc(100vh - 320px);
        }

        min-height: calc(100vh - 250px);

        width: 100%;
        background-color: $cor_auxiliar;
        margin: 0 auto;
        box-shadow: 0 0.125rem 0.25rem rgba(white, 0.98);
        overflow: hidden auto;
        .qrcode,
        .valorpix {
            text-align: center;
            margin-top: 10px;
        }
        .valorpix {
            img {
                cursor: pointer;
            }
        }
        .descricaoDoacao,
        .descricaoOpcao {
            padding: 20px 15px 10px;
            text-align: center;
            font-size: medium;
        }
        .inputValor {
            display: grid;
            width: 100%;
            #inputValor,
            select {
                max-width: 300px;
                width: 100%;
                margin: 0 auto;
                height: 40px;
                padding: 0 10px;
                border-radius: 5px;
                border: 1px solid $cor_principal;
                background-color: $cor_auxiliar;
                font-size: x-large;
            }
            input:focus,
            select:focus {
                border: 1px solid $cor_principal;
                outline: none;
            }
        }
        .opcoesRadio {
            width: 100%;
            display: grid;
            align-items: center;
            justify-items: center;
            .radioOpcoes {
                display: flex;
                align-items: center;
                justify-items: center;
                width: 200px;
                label {
                    font-size: large;
                }
                .pix {
                    margin-left: 20px;
                    align-items: center;
                    display: flex;
                    justify-items: center;
                }
                .cartao {
                    display: flex;
                    align-items: center;
                    justify-items: center;
                }
                input[type="radio"]:after {
                    width: 18px;
                    height: 18px;
                    border-radius: 15px;
                    top: -2px;
                    left: -5px;
                    position: relative;
                    background-color: $cor_secundaria;
                    content: "";
                    display: inline-block;
                    visibility: visible;
                    border: 2px solid $cor_principal;
                }

                input[type="radio"]:checked:after {
                    width: 18px;
                    height: 18px;
                    border-radius: 15px;
                    top: -2px;
                    left: -5px;
                    position: relative;
                    background-color: $cor_principal;
                    content: "";
                    display: inline-block;
                    visibility: visible;
                    border: 2px solid $cor_principal;
                }
            }
        }
        .botoesDoacao {
            padding: 10px 15px 10px;
            align-items: center;
            justify-content: center;
            .botao {
                background: $cor_principal;
                padding: 10px;
                border-radius: 5px;
                text-align: center;
                font-weight: bold;
                margin: 5px auto;
                max-width: 300px;
                cursor: pointer;
                font-size: large;
            }
        }
    }
    .pagePagamento {
        overflow: hidden auto;
        .infodoacao {
            padding-top: 30px;
            span {
                //color: $cor_principal;
                font-weight: bold;
            }
        }
        #iframePagarme {
            width: 100%;
            height: calc(100vh - 220px);

            body::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                background-color: #f5f5f5;
            }

            body::-webkit-scrollbar {
                width: 7px;
                background-color: #f5f5f5;
            }

            body::-webkit-scrollbar-thumb {
                background-color: rgba($cor_principal, 0.7);
            }
        }
        .pagamentoEfetuado,
        .pagamentoNegado {
            overflow: auto;
            height: calc(100% - 2px);
            display: grid;
            align-items: center;
            justify-items: center;
            text-align: center;
            letter-spacing: 1px;
            padding: 0 10px;
            img {
                margin-bottom: 10px;
                filter: drop-shadow(1px 1px 2px #999);
            }
            .parabens {
                font-size: x-large;
                text-shadow: 0 0 10px #a9a3a3, -4px 16px 0px rgb(198 146 52 / 0%);
                margin-bottom: 20px;
            }
            .lembrete {
                font-size: x-small;
            }
        }
    }
    .checkout {
        padding-top: 0 !important;
        background-color: #eeee;
        object {
            width: 100%;
            height: calc(100% - 5px);
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
    }
    .pix {
        margin-top: 20px;
        text-align: center;
        img {
            width: 100%;
            max-width: 300px;
            border: 1px solid $cor_principal;
            border-radius: 5px;
        }
        #valorPix{
            font-size: x-large;
            margin-top: 10px;
            font-weight: bold;
        }
    }
    .rodape {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: black;
        color: $cor_secundaria;
        letter-spacing: 1.5px;
        .texto {
            font-size: large;
            margin-right: 15px;
            margin-left: 15px;
        }
        .img {
            margin-left: 15px;
            text-align: right;

            img {
                height: 35px;
            }
        }
    }
} */
.carregar {
  position: fixed;
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.carregar #preloader .inner {
  margin: 20px auto 0;
}
.carregar #preloader .inner .bolas {
  width: fit-content;
  margin: 0 auto;
}
.carregar .bolas > div {
  display: inline-block;
  background-color: #00ff63;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.carregar .bolas > div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0;
}
.carregar .bolas > div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s;
}
.carregar .bolas > div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s;
}
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.botao {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background-color: black;
  overflow: hidden auto;
}
body .cabecalho {
  width: 100%;
  height: 28vh;
  background-image: url("../img/fundo.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 480px) {
  body .cabecalho {
    background-image: url("../img/fundomobile.png");
    background-position: top;
    background-repeat: no-repeat;
  }
}
body .cabecalho .sombra {
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
body .cabecalho .sombra::after {
  content: "";
  height: 0 px;
  width: 100%;
  position: absolute;
  bottom: 0;
  box-shadow: 0px 0px 38px 47px black;
}
body .logo {
  position: relative;
  display: grid;
  top: -28px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body .logo img {
  width: 250px;
}
body .titulo {
  text-align: center;
  color: white;
  font-size: 27px;
  font-family: "bebas";
  letter-spacing: 4px;
  line-height: 1.25;
  position: relative;
}
body .titulo .subtitulo {
  font-family: "bebasbook";
  font-size: small;
  letter-spacing: 5px;
}
body .descricao {
  font-family: "montesserrat";
  color: white;
  font-size: 12px;
  width: 300px;
  text-align: center;
  letter-spacing: 1px;
  margin: 25px auto 0;
}
body .pagar {
  font-family: "montesserrat";
  margin: 25px auto 0;
  text-align: center;
  color: white;
}
body .pagar .botoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pagar .botoes .botao {
  width: 130px;
  background-color: white;
  padding: 5px;
  border: white;
  border-radius: 20px;
  margin: 15px 10px 5px;
  font-weight: 500;
  color: black;
  cursor: pointer;
}
body .pagar .botoes .botao:active {
  background-color: #00ff63;
}
body .infodoacao {
  width: 80%;
  margin: 30px auto 10px;
  font-family: "montesserrat";
  font-size: medium;
}
body .infodoacao .descricaoOpcao {
  margin-top: 10px;
  text-align: center;
  color: white;
}
body .infodoacao .inputValor {
  display: grid;
}
body .infodoacao .inputValor input,
body .infodoacao .inputValor select {
  margin: 5px auto;
  width: 250px;
  border: white;
  box-shadow: none !important;
  border-radius: 20px;
  padding: 8px;
  color: black;
}
body .infodoacao .inputValor input:focus,
body .infodoacao .inputValor select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
body .infodoacao .botoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .infodoacao .botoes .botao {
  width: 250px;
  background-color: #00ff63;
  padding: 8px;
  border: white;
  border-radius: 20px;
  margin: 10px 10px 5px;
  font-weight: 500;
  color: black;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
body .pix {
  margin-top: 20px;
  text-align: center;
}
body .pix img {
  width: 100%;
  width: 150px;
  border-radius: 5px;
}
body .pix #valorPix {
  font-size: x-large;
  margin-top: 10px;
  font-weight: bold;
  color: white;
}
body .pix .botoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pix .botoes .botao {
  width: 220px;
  background-color: white;
  padding: 5px;
  border: white;
  border-radius: 20px;
  margin: 15px 10px 5px;
  font-weight: 500;
  color: black;
}
body .pix .botoes .botao:active {
  background-color: #00ff63;
}
body .pagamentoEfetuado,
body .pagamentoNegado {
  width: 80%;
  margin: 20px auto 10px;
  font-family: "montesserrat";
  font-size: medium;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: white;
}
body .pagamentoEfetuado img,
body .pagamentoNegado img {
  margin: 10px 0 10px;
  width: 50px;
}
body .pagamentoEfetuado .parabens,
body .pagamentoNegado .parabens {
  font-size: large;
  font-weight: bold;
  margin: 10px 0;
}
body .pagamentoEfetuado .descricaoParabens,
body .pagamentoNegado .descricaoParabens {
  margin: 10px 0 20px;
  font-size: small;
}
body .pagamentoEfetuado .descricaoParabens .lembrete,
body .pagamentoNegado .descricaoParabens .lembrete {
  font-size: xx-small;
}
body .pagamentoEfetuado .botoes,
body .pagamentoNegado .botoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pagamentoEfetuado .botoes .botao,
body .pagamentoNegado .botoes .botao {
  width: 250px;
  background-color: white;
  padding: 8px;
  border: white;
  border-radius: 20px;
  margin: 10px 10px 5px;
  font-weight: 500;
  color: black;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
body .rodape {
  margin: 25px auto 5px;
}
body .rodape .logoUP {
  text-align: center;
}
body .rodape .logoUP img {
  width: 60px;
}
body .rodape .descricaoUP {
  margin: 10px 0;
  letter-spacing: 1px;
  font-family: "montesserrat";
  color: white;
  font-size: 11px;
  text-align: center;
  color: white;
}
body .rodape .redes {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .rodape .redes .botao {
  margin: 0 5px;
  cursor: pointer;
}
body .rodape .redes .botao img {
  width: 28px;
}