:root {
  --whatsapp-icon-color: #fff;
  --whatsapp-icon-hover: #000;
  --whatsapp-background-color: #00c800;
  --whatsapp-background-hover: #009600;
  --telegram-icon-color: #fff;
  --telegram-icon-hover: #fff;
  --telegram-background-color: #0060ff;
  --telegram-background-hover: #0044b3;
}

/* SweetAlert2 */
.swal2-container,
.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s, box-shadow .1s;
  border: 1px solid #333;
  border-radius: .1875em;
  background: rgba(0, 0, 0, 3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: #FFF;
  font-size: 1.125em;
}

/*botao flutuante WhatsApp*/
.whatsapp-icon {
  width: 50px;
  height: 50px;
  transform: scale(0.8) translate(22%, 20%);
  fill: var(--whatsapp-icon-color)
}

.whatsapp-float {
  position: fixed;
  cursor: pointer;
  width: 65px;
  height: 65px;
  right: 180px;
  bottom: 20px;
  transition: 1s;
  background-color: var(--whatsapp-background-color);
  border-radius: 50px;
  animation: w-pulse 3s infinite;
  -webkit-animation: w-pulse 3s infinite;
  -moz-animation: w-pulse 3s infinite;
  -o-animation: w-pulse 3s infinite;
  z-index: 99999
}

.whatsapp-float:hover {
  background-color: var(--whatsapp-background-hover)
}

.whatsapp-float:hover .whatsapp-icon {
  fill: var(--whatsapp-icon-hover)
}

@keyframes w-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0)
  }
}

@-webkit-keyframes w-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0)
  }
}

@-o-keyframes w-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0)
  }
}

@-ms-keyframes w-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0)
  }
}

@-moz-keyframes w-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0)
  }
}

/*botão flutuante Telegram*/
.telegram-icon {
  width: 50px;
  height: 50px;
  transform: scale(0.7) translate(20%, 30%);
  fill: var(--whatsapp-icon-color)
}

.telegram-float {
  position: fixed;
  cursor: pointer;
  width: 65px;
  height: 65px;
  right: 100px;
  bottom: 20px;
  transition: 1s;
  background-color: var(--telegram-background-color);
  border-radius: 50px;
  animation: t-pulse 3s infinite;
  -webkit-animation: t-pulse 3s infinite;
  -moz-animation: t-pulse 3s infinite;
  -o-animation: t-pulse 3s infinite;
  z-index: 9000
}

.telegram-float:hover {
  background-color: var(--telegram-background-hover)
}

.telegram-float:hover .telegram-icon {
  fill: var(--telegram-icon-hover)
}

@keyframes t-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 96, 255, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 96, 255, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 96, 255, 0)
  }
}

@-webkit-keyframes t-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 96, 255, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 96, 255, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 96, 255, 0)
  }
}

@-moz-keyframes t-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 96, 255, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 96, 255, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 96, 255, 0)
  }
}

@-o-keyframes t-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 96, 255, 1)
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 96, 255, 0)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 96, 255, 0)
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-search {
  color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  margin-bottom: 1rem !important;
  background: #fff;
  padding: 10px;
  pointer-events: auto;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transition-property: opacity, transform, -webkit-transform;
  transition-delay: .2s;
  opacity: 1;
  transform: none;
}

.get-started .content h3 {
  font-size: 36px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.section-bg {
  background-color: #000;
}

.grecaptcha-badge {
  visibility: hidden;
}

.obs {
  font-size: 14px;
  font-style: italic;
}

.small,
small-obs {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 0.500em;
  margin-bottom: 10px;
  margin-top: 10px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 100px;
  position: relative;
  color: #2e3135;
}

section {
  padding: 100px 0;
  overflow: hidden;
}

#hero {
  min-height: 100vh;
  height: auto;
  padding: 130px 0 90px;
  box-sizing: border-box;
}

#hero .hero-container {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 220px);
  justify-content: center;
  gap: 22px;
  padding-top: 0;
}

#hero .hero-container>img {
  width: min(820px, 94vw);
  max-width: min(820px, 94vw);
  height: auto;
  margin-bottom: 6px;
  image-rendering: -webkit-optimize-contrast;
}

#hero .hero-container .col-lg-6 {
  width: 100%;
  max-width: 860px;
}

#hero .hero-container .form-search {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 1rem !important;
  padding: 12px 14px;
}

#hero .hero-container small {
  margin-top: -2px;
  letter-spacing: 0.2px;
}

.navbar .area-restrita-link {
  margin-left: 14px;
  padding: 10px 18px !important;
  border: 1px solid #FF9900;
  border-radius: 0;
  background: #FF9900;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1;
  transition: all 0.25s ease;
}

.navbar .area-restrita-link:hover {
  background: #cc7a00;
  border-color: #cc7a00;
  color: #111 !important;
}

.navbar .area-restrita-link i {
  margin-right: 6px;
}

.navbar .area-restrita-link:before {
  display: none !important;
}

.form-search .gsc-control-cse,
.form-search .gsc-control-cse .gsc-control-wrapper-cse {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'Poppins', sans-serif !important;
}

.form-search .gsc-search-box,
.form-search table.gsc-search-box,
.form-search table.gsc-search-box td {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.form-search .gsc-input-box {
  height: 56px !important;
  border: 1px solid rgba(0, 0, 0, 0.16) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 0 14px !important;
}

.form-search .gsc-input-box-focus,
.form-search .gsc-input-box-hover {
  border-color: #FF9900 !important;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.14) !important;
}

.form-search input.gsc-input {
  height: 54px !important;
  line-height: 54px !important;
  padding: 0 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #1f1f1f !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 18px !important;
  border: 0 !important;
  outline: 0 !important;
}

.form-search input.gsc-input::placeholder {
  color: #6b6f75 !important;
  opacity: 1 !important;
}

.form-search input.gsc-search-button,
.form-search button.gsc-search-button,
.form-search .gsc-search-button-v2 {
  width: 56px !important;
  min-width: 56px !important;
  height: 56px !important;
  border: 1px solid #FF9900 !important;
  border-radius: 0 !important;
  background: #FF9900 !important;
  box-shadow: none !important;
  transition: all 0.25s ease !important;
}

.form-search input.gsc-search-button:hover,
.form-search button.gsc-search-button:hover,
.form-search .gsc-search-button-v2:hover {
  background: #cc7a00 !important;
  border-color: #cc7a00 !important;
}

.form-search .gsc-search-button-v2 svg,
.form-search .gsc-search-button-v2 svg path,
.form-search button.gsc-search-button svg,
.form-search button.gsc-search-button svg path {
  fill: #fff !important;
}

.form-search .gsc-branding,
.form-search .gcsc-more-maybe-branding-root,
.form-search .gsc-adBlock,
.form-search .gsc-above-wrapper-area,
.form-search .gsc-refinementsArea {
  display: none !important;
}