@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.go_back_to_begin {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #ffc107;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 99999;
  padding: 0 !important;
}
.go_back_to_begin svg {
  width: 100%;
}

body {
  font-family: "Roboto";
  font-size: 14px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: unset;
}

h1, h2, h3, h4, h5, h6, button, .title, .montserrat {
  font-family: "Poppins", sans-serif;
}

.vcenter {
  align-items: center;
}

.halign-left {
  display: flex;
  justify-content: left;
}

.halign-right {
  display: flex;
  justify-content: right;
}

.halign-center {
  display: flex;
  justify-content: center;
}

img {
  transition: 0.3s ease-in-out;
}

img:hover {
  scale: 1.05;
}

.card-animation {
  transition: 0.3s ease-in-out;
}

.card-animation:hover {
  transform: translateY(-0.5rem);
}

.backBlakNoise {
  background-image: url(../imagens/png_svg/noise.png);
  mix-blend-mode: soft-light;
}

.whatsapp_btn {
  z-index: 999999;
  width: 60px;
  height: 60px;
  position: fixed;
  left: 30px;
  bottom: 30px;
  border-radius: 50%;
  background-color: #1BD741;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp_btn svg {
  display: block;
  width: 80%;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 10px 0 !important;
}

.btn-purple {
  background-color: #7744d9;
  color: white;
  border-radius: 15px;
  padding: 10px 20px;
}
.btn-purple:hover {
  background-color: rgba(119, 68, 217, 0.8);
  color: white;
}

.bg-purple {
  background-color: rgba(119, 68, 217, 0.2);
}

.noise-bg {
  background-image: url(assets/img/landing/conference/noise.png);
  mix-blend-mode: soft-light;
  opacity: 12%;
}

.text-purple {
  color: #7744D9;
}

.menu-icon {
  width: 37px;
  height: 39px;
}