:root {
  --custom-color: #133874;
  --custom-color-hover: #0e2955;
  --custom-secondary-color: #e81574;
  --custom-secondary-color-hover: #bb0e5c;
  --success-light: #2ad367;
  --success-light-hover: #139642;
}

html * {
  scroll-behavior: smooth !important;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

header {
  z-index: 999;
}

img {
  max-width: 100%;
}

section {
  position: relative;
}

.btn {
  border-radius: 15px;
}

#preloader {
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--custom-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: loader-animation 1s linear infinite;
  animation: loader-animation 1s linear infinite;
}

.text-custom-secondary {
  color: var(--custom-secondary-color);
}

.shadow-success-light {
  box-shadow: 0 0 2rem 0 #9dfcbf;
}

.text-shadow-light {
  text-shadow: 1px 1px 10px #fff5;
}

.bg-success-light {
  background-color: var(--success-light);
}

.text-success-light {
  color: var(--success-light);
}

.btn-success-light {
  background-color: var(--success-light);
  border-color: var(--success-light);
  color: #fff !important;
}

.btn-success-light:hover,
.btn-success-light:focus,
.btn-success-light:active,
.btn-success-light:active:focus {
  background-color: var(--success-light-hover);
  border-color: var(--success-light-hover);
}

.btn-custom-secondary {
  background-color: var(--custom-secondary-color);
  border-color: var(--custom-secondary-color);
  color: #fff !important;
}

.btn-custom-secondary:hover,
.btn-custom-secondary:focus,
.btn-custom-secondary:active,
.btn-custom-secondary:active:focus {
  background-color: var(--custom-secondary-color-hover);
  border-color: var(--custom-secondary-color-hover);
}

.btn-custom {
  background-color: var(--custom-color);
  border-color: var(--custom-color);
  color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom:active:focus {
  background-color: var(--custom-color-hover);
  border-color: var(--custom-color-hover);
}

.text-custom {
  color: var(--custom-color);
}

.h-90 {
  height: 90%;
}

header .navbar .navbar-brand img {
  height: 50px !important;
}

header .navbar-nav .nav-link {
  font-weight: 600;
}

header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--success-light);
}

#section-slide {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#section-slide .fundo-slide,
#section-como-funciona .fundo-como-funciona,
#section-teste-gratis .fundo-teste-gratis,
#section-planos .fundo-planos,
#section-faq .fundo-faq {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#section-slide img.slide-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  min-height: 100%;
}

#section-slide img.slide-tela {
  position: absolute;
  width: 35vw;
  top: calc(50% - 7vw);
  left: 66%;
  z-index: 2;
}

#section-slide .slide-content {
  position: relative;
  z-index: 2;
  padding: 5rem;
  top: 5rem;
}

#section-slide .slide-content span {
  display: block;
  letter-spacing: -0.2rem;
}

#section-slide .slide-content .linha-01 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 3rem;
}

#section-slide .slide-content .linha-02 {
  text-transform: uppercase;
  color: #e91270;
  font-size: 3.85rem;
  line-height: 3.35rem;
  font-weight: bold;
}

#section-slide .slide-content .linha-03 {
  text-transform: uppercase;
  color: #2ad469;
  font-size: 3.75rem;
  line-height: 3.25rem;
  font-weight: bold;
}

#section-slide .slide-content .linha-04 {
  color: #fff;
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: lighter;
  font-style: italic;
  position: relative;
  top: -.5rem;
}

#section-slide .slide-content .linha-05 {
  text-transform: uppercase;
  color: #2ad469;
  font-size: 3.75rem;
  line-height: 4rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1rem;
}

#section-slide .slide-content .btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 1.5rem;
  font-size: 1.75rem;
  box-shadow: 0 0 2rem 0 #9dfcbf;
  padding: .3rem 1rem;
}

#section-como-funciona .fundo-como-funciona {
  object-position: top;
}

#section-como-funciona #como-funciona {
  color: #fff;
}

#section-como-funciona #como-funciona .title {
  font-size: 3.7rem;
  line-height: 4.7rem;
  letter-spacing: 0;
  font-weight: 100;
}

#section-como-funciona #como-funciona .second-content .title {
  font-size: 3rem;
  line-height: 3.25rem;
}


#section-como-funciona #como-funciona .title span {
  background: #e81574;
  font-weight: bold;
  text-transform: uppercase;
}

#section-como-funciona #como-funciona .second-content .title span {
  margin-left: 5px;
  padding: 0 5px;
  text-transform: none;
}

#section-como-funciona #como-funciona .content {
  font-size: 1.5rem;
  text-align: justify;
}

section#section-vantagens #vantagens .logo-segsmart {
  text-align: center;
  filter: grayscale(1);
}

section#section-vantagens #vantagens .sessao-titulo div {
  width: fit-content;
  margin: auto;
  text-align: center;
}

section#section-vantagens #vantagens .sessao-titulo div.sobretitulo {
  font-size: 3.3rem;
  line-height: 3rem;
  color: #464646;
  font-style: italic;
  font-weight: 100;
}

section#section-vantagens #vantagens .sessao-titulo div.titulo {
  background: linear-gradient(to right, rgba(41, 210, 103, 1) 40%, rgba(253, 133, 1, 1) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4rem;
  line-height: 3.5rem;
}

section#section-vantagens #vantagens .sessao-titulo div.subtitulo {
  font-size: 1.4rem;
  color: #464646;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem,
section#section-depoimentos #depoimentos .card-depoimento {
  position: relative;
  background: #fbfbfb;
  text-align: center;
  padding: 20px;
  height: 100%;
  box-shadow: 3px 3px 10px 0 #3335;
  border-radius: 10px;
  display: grid;
  transition: .2s ease-in-out;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem:hover {
  box-shadow: 3px 3px 10px 0 #3338;
  transform: scale(1.015) !important;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem div,
section#section-depoimentos #depoimentos .card-depoimento div {
  position: relative;
  z-index: 3;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem:before,
section#section-vantagens #vantagens .lista-vantagens .card-vantagem:after,
section#section-depoimentos #depoimentos .card-depoimento:before,
section#section-depoimentos #depoimentos .card-depoimento:after {
  content: '';
  position: absolute;
  border-radius: 10px;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem:before,
section#section-depoimentos #depoimentos .card-depoimento:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(33deg, rgba(48, 210, 104, 1) 0%, transparent 30%, transparent 70%, rgba(253, 142, 23, 1) 100%);
  z-index: 1;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem:after,
section#section-depoimentos #depoimentos .card-depoimento:after {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fbfbfb;
  z-index: 2;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem .imagem {
  width: 100px;
  height: 100px;
  margin: 15px auto;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem .imagem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem .titulo {
  color: #454545;
  font-size: 1.5rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem .conteudo {
  color: #454545;
}

#section-teste-gratis .teste-gratis-anuncio {
  display: grid;
  grid-template-columns: 40% 60%;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-destaque {
  color: #fff;
  background: #ff8500;
  text-align: center;
  padding: 30px 15px;
  border-radius: 25px;
  border: 3px solid #ffb635;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-destaque .texto-destaque-01 {
  font-size: 2.75rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
  font-weight: 100;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-destaque .texto-destaque-02 {
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-destaque .texto-destaque-03 {
  font-size: 1.75rem;
  line-height: 1.65rem;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo {
  display: grid;
  grid-template-columns: 50% 50%;
  background: #fff;
  height: auto;
  align-self: center;
  padding: 10px 15px 10px 35px;
  text-align: center;
  border-radius: 0 25px 25px 0;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo img {
  height: 75px;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo .item {
  padding: 15px;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo .item:first-child {
  border-right: 2px solid #dadada;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo .item .titulo {
  font-weight: 600;
  color: #454545;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo .item .conteudo {
  color: #454545;
}

#section-teste-gratis .texto-sem-compromisso {
  color: #fff;
}

#section-teste-gratis .texto-sem-compromisso .subtitulo {
  font-size: 2.25rem;
  line-height: 2rem;
  font-weight: 100;
  font-style: italic;
}

#section-teste-gratis .texto-sem-compromisso .titulo {
  font-size: 2.25rem;
  line-height: 2rem;
  font-weight: 600;
}

#section-planos .card-plano {
  background: #00000045;
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  color: #fff;
  border-radius: 20px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #57329791;
  box-shadow: 0 0 5px 0 #333333b3;
  transition: .2s ease-in-out;
  position: relative;
  z-index: 9;
}

#section-planos .card-plano:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  z-index: -1;
  border-width: 5px 5px 0 0;
  border-color: #573297c2;
  border-style: solid;
  opacity: 0;
  transition: .2s ease-in-out;
}

#section-planos .card-plano:hover:before {
  opacity: 1;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}

#section-planos .card-plano:hover {
  box-shadow: 0 0 10px 0 #ffffffba;
}

#section-planos .card-plano .titulo {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}

#section-planos .card-plano .preco {
  text-align: center;
  font-weight: 500;
}

#section-planos .card-plano .preco .preco-original {
  text-decoration: line-through;
  font-weight: 100;
}

#section-planos .card-plano .preco .preco-atual {
  font-size: 5rem;
  line-height: 5rem;
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 700;
}

#section-planos .card-plano .preco .periodo {
  margin-top: -7px;
}

#section-planos .card-plano .preco .preco-atual span {
  font-size: 40%;
  font-weight: 500;
}

#section-planos .card-plano .preco .preco-atual span.centavos {
  line-height: 3.4rem;
}

#section-planos .card-plano .detalhes ul {
  list-style: none;
  padding: 0 0 0 1rem;
}

#section-planos .card-plano .detalhes ul li {
  margin-bottom: 5px;
}

#section-planos .card-plano .detalhes ul li .mdi.mdi-triangle:before {
  transform: rotate(90deg);
}

#section-planos .logo-segsmart {
  text-align: center;
}

#section-planos .logo-segsmart img {
  filter: brightness(0) invert(1);
}

#section-depoimentos .titulo-sessao {
  color: #474747;
}

#section-depoimentos .titulo-sessao span {
  color: #ff8500;
}

#section-depoimentos .card-depoimento .depoimento {
  text-align: left;
  text-wrap: pretty;
}

#section-depoimentos .card-depoimento .cliente {
  display: grid;
  grid-template-columns: 30% auto;
  text-align: left;
  align-items: center;
}

#section-depoimentos .card-depoimento .cliente .nome {
  color: #313d79;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1rem;
}

#section-depoimentos .card-depoimento .cliente .empresa {
  color: #555;
  font-style: italic;
  font-size: .8rem;
}

#section-depoimentos .card-depoimento .cliente .estrelas {
  color: #27d56c;
}

#section-depoimentos .card-depoimento .cliente .imagem {
  border-radius: 50%;
  overflow: hidden;
  width: 75px;
  height: 75px;
}

#section-faq #como-usar {
  background: linear-gradient(45deg, rgba(255, 133, 0, 1) 10%, rgba(42, 212, 105, 1) 90%);
  border-radius: 25px;
}

#section-faq #faq .titulo {
  color: #fd8300;
}

#section-faq #faq #accordionFaq .accordion-item {
  margin-bottom: 1rem;
  border-radius: 15px;
  overflow: hidden;
}

#section-faq #faq #accordionFaq button.accordion-button {
  box-shadow: none;
  font-weight: 600;
  color: #444444;
}

#section-faq #faq #accordionFaq button.accordion-button:hover,
#section-faq #faq #accordionFaq button.accordion-button:active,
#section-faq #faq #accordionFaq button.accordion-button:focus,
#section-faq #faq #accordionFaq button.accordion-button:hover:active {
  box-shadow: none;
}

#section-faq #faq #accordionFaq .accordion-button:not(.collapsed) {
  background: none;
  color: #444444;
}

#section-faq #faq #accordionFaq .accordion-button::after {
  content: unset !important;
}

#section-faq #faq #accordionFaq .accordion-body {
  color: #444;
  font-weight: normal;
  font-size: 1rem;
  padding-top: 0;
  text-align: left;
  text-wrap: pretty;
}


div#modalVideo .modal-dialog {
  background: none;
}

div#modalVideo .modal-dialog .modal-content {
  background: none;
  border: 0;
}

div#modalVideo .modal-dialog .modal-content .modal-header {
  border: 0;
}

div#modalVideo .modal-dialog .modal-content .modal-header button {
  filter: brightness(0) invert(1);
}

div#modalVideo .modal-dialog .modal-content .modal-body {
  padding: 0;
}

div#modalVideo video {
  max-width: 100%;
  margin: auto;
}

[data-tipo="video"] {
  cursor: pointer;
}

.btn-cadastro-header i:before {
  transform: rotate(45deg);
}

@keyframes loader-animation {
  to {
    transform: rotate(360deg);
  }
}

.btn-whatsapp-flutuante {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0cc243;
  box-shadow: 0 0 2rem 0 #9dfcbf;
  border-radius: 50%;
  color: #fff;
  z-index: 9999;
  animation: pulse 1s infinite linear;
  font-size: 3rem;
}

.card:has(#quantidade-licencas) {
  background: rgba(0, 0, 0, .1);
}

#quantidade-licencas {
  color: #fff;
}

#quantidade-licencas button {
  color: #fff;
  background: #2ad367
}

#quantidade-licencas button.disabled {
  background: rgba(100, 100, 100, .5);
}


a.btn.btn-lg.btn-success-light.shadow-success-light {
  padding: 15px 20px !important;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 700;
}

p.m-0 {
  margin-left: 20px !important;
}

#home main {
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}

.politica_cookies {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 99999;
}

.politica_cookies .conteudo-lgpd {
  width: 80vw;
  margin: auto;
  background: rgba(255, 255, 255, .9);
  padding: 1rem;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-size: .9rem;
}

.politica_cookies .conteudo-lgpd .btn-cookies {
  font-size: .9rem;
  border-radius: 20px;
}

.banner img {
  width: 100%;
  height: 100%
}

@media screen and (max-width:768px) {
  .banner {
    max-height: 180px
  }

  .banner img {
    height: 180px;
    object-fit: cover
  }
}