.whatsapp {
  position: fixed;
  right: 2rem;
  bottom: 6rem;
  z-index: 10;
}
.whatsapp img {
  width: 3rem;
}

.text-green {
  color: #7fc34d;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

body {
  background-image: url(../images/Logincadastro-beluck.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
}
@media only screen and (max-width: 576px) {
  body form {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

.carousel-item svg {
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .carousel-item svg {
    height: 366px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-item svg {
    height: unset;
  }
}

.raffle_i .card {
  background-color: transparent !important;
}
.raffle_i .card .card-body div {
  color: white;
}
.raffle_i .neon {
  animation: pulsate 3s infinite alternate;
  border-radius: 0.3rem;
  border-color: #fff;
}
@keyframes pulsate {
  100% {
    box-shadow: 0 0 0.06rem #fff, 0 0 0.03rem #fff, 0 0 0.6rem #579900, 0 0 0.3rem #579900, 0 0 0.9rem #579900, inset 0 0 0.4rem #579900;
  }
  0% {
    box-shadow: 0 0 0.05rem #fff, 0 0 0.01rem #fff, 0 0 0.5rem #579900, 0 0 0.2rem #579900, 0 0 0.7rem #579900, inset 0 0 0.3rem #579900;
  }
}
.raffle_i .textrem {
  font-size: 1.2rem;
}

.btn-b {
  background-color: #579900;
  color: white;
}

.btn-b2 {
  background-color: rgba(140, 199, 63, 0.9);
  color: white;
}
.btn-b2:hover {
  background-color: rgb(140, 199, 63);
  color: white;
  box-shadow: 0 2px 8px rgba(106, 210, 145, 0.7);
}

.bg_black {
  background-color: rgba(0, 0, 0, 0.3);
}

.container {
  grid-area: container;
  padding: 20px;
}
.container.center {
  display: flex;
  align-items: center;
}

.shadow-box-l {
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
}

.shadow-box-r {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
}

.shadow-label {
  text-shadow: 0 0px 30px #000000, 0 0px 15px #000000;
}

.blur {
  background-color: rgba(0, 0, 0, 0.3);
}

.carousel-top {
  position: absolute;
  right: 20%;
  top: 0.2rem;
  left: 20%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0.2rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-full {
  position: absolute;
  right: 0%;
  top: 0rem;
  bottom: 0rem;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.raffle .card-header {
  overflow: hidden;
  max-height: 11rem;
  min-height: 11rem;
}
.raffle .card-header .img-fluid {
  max-height: 11rem;
}
.raffle .card-body > .row:first-child > .col-md-5 {
  min-height: 4rem;
}
.raffle .raffle-view .card-title {
  min-height: 7rem;
}

.pad-top {
  padding-top: 5rem;
}

.btn-perso {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap");
}
.btn-perso * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.btn-perso .button {
  position: relative;
  padding: 12px 24px;
  font-size: 1rem;
  color: #dcb068;
  text-shadow: 0 0 15px #dcb068;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: 0.5s;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .btn-perso .button {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.btn-perso .button:hover {
  color: #fff;
  box-shadow: 0 0 0px #dcb068;
  text-shadow: 0px 0px 6px black;
}
.btn-perso .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dcb068;
  z-index: -1;
  transform: scale(0);
  transition: 0.3s;
  text-shadow: 0px 0px 6px black;
}
.btn-perso .button:hover::before {
  transform: scale(1);
  transition-delay: 0.3s;
  box-shadow: 0 0 10px #dcb068, 0 0 20px #dcb068, 0 0 30px #dcb068;
}

.heightmodal {
  height: 400px;
}

.modal {
  border: none !important;
}

footer .logo-footer {
  width: 12rem;
}
footer .icon-media {
  width: auto;
  flex: 0 0 auto;
}
footer .icon-media svg {
  width: 40px;
  height: 40px;
  fill: #dcb068;
  display: flex;
  transition: 0.3s;
}
footer .icon-media svg:hover {
  width: 46px;
  height: 46px;
}

.nav-logo {
  padding-left: 1em;
}

a {
  color: #dcb068;
}

/*# sourceMappingURL=layout.css.map */
