:root {
  --custom-color: #133874;
  --custom-secondary-color: #e81574;
  --custom-secondary-color-hover: #bb0e5c;
  --success-light: #2ad367;
  --success-light-hover: #139642;
}

html, body {
  width: 100vw;
  overflow-x: hidden !important;
  color: #444;
}

header {
  z-index: 999;
  overflow: hidden;
}

img {
  max-width: 100%;
}

section {
  position: relative;
}

#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;
}

.white-logo {
  filter: brightness(0) invert(1);
}

.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);
}

.text-custom {
  color: var(--custom-color);
}

.h-90 {
  height: 90%;
}

.bg-purple {
  background: #5f3a7f !important;
}

header .logo-section {
  background: #0005;
  backdrop-filter: blur(5px);
  border-radius: 0 0 15px 15px;
}

header .logo-section img {
  padding: 5px 0;
  height: 50px !important;
  filter: brightness(0) invert(1);
}

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;
}

section#section-slide .titulo strong {
  font-weight: 600;
}

#section-slide .conteudo {
  text-align: center;
}

#section-slide .conteudo img {
  width: 75%;
}

.imagem-fundo {
  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;
}

#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 #como-funciona > .titulo {
  font-size: 3.7rem;
  line-height: 4.7rem;
  letter-spacing: 0;
  font-weight: 100;
}

#section-como-funciona #como-funciona > .conteudo {
  display: grid;
  gap: 0;
  grid-template-columns: 50% auto;
  align-items: center;
  font-size: 1.25rem;
  text-wrap: pretty;
}

#section-como-funciona #como-funciona > .conteudo .item-border {
  box-shadow: 0 5px 10px 0 #3336;
  border-radius: 0 15px 15px 0;
  border: 5px solid #8cd4a0;
  border-left: 0;
  position: relative;
  font-weight: 200;
}

#section-como-funciona #como-funciona > .conteudo .item-border:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 5px solid #8cd4a0;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: -12px;
  right: 50px;
}

#section-como-funciona #como-funciona > .conteudo .item-border:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 5px solid #8cd4a0;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  bottom: 50px;
  right: -12px;
}

#section-como-funciona #como-funciona > .conteudo .item-border .item-conteudo:after {
  content: '';
  position: absolute;
  width: 55px;
  height: calc(100% - 50px);
  background: none;
  top: -5px;
  right: -5px;
  border-radius: 0 14px 0 0;
  z-index: 0;
  border: 7px solid #fff;
  border-bottom: 0;
  border-left: 0;
}

#section-como-funciona #como-funciona > .conteudo .item-border strong {
  color: #5e3a7e;
  font-weight: 700;
}

#section-como-funciona #como-funciona .titulo span {
  color: #5e3a7e;
  font-weight: bold;
}

#section-como-funciona #como-funciona .segundo-conteudo,
#section-faq #como-usar {
  position: relative;
  border-radius: 15px;
  border: 3px solid #8cd4a0;
  padding: 15px 0;
  box-shadow: 0 10px 15px 0 #3335;
}

#section-faq #como-usar {
  border-width: 7px;
}

#section-como-funciona #como-funciona > .segundo-conteudo:before,
#section-faq #como-usar:before {
  content: '';
  width: 25px;
  height: 25px;
  border: 4px solid #8cd4a0;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: -13px;
  left: 100px;
}

#section-faq #como-usar:before {
  background: #326695;
  width: 30px;
  height: 30px;
  top: -18px;
}

#section-como-funciona #como-funciona > .segundo-conteudo:after,
#section-faq #como-usar:after {
  content: '';
  width: 25px;
  height: 25px;
  border: 4px solid #8cd4a0;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  bottom: -13px;
  right: 100px;
}

#section-faq #como-usar:after {
  background: #5d387d;
  width: 30px;
  height: 30px;
  bottom: -18px;
}

#section-como-funciona #como-funciona > .segundo-conteudo .borda-conteudo:before,
#section-faq #como-usar .borda-conteudo:before {
  position: absolute;
  top: -3px;
  left: 125px;
  justify-items: legacy;
  content: '';
  width: 30%;
  height: 3px;
  background: linear-gradient(90deg, white 75%, transparent);
}

#section-como-funciona #como-funciona > .segundo-conteudo .borda-conteudo {
  overflow: hidden;
}

#section-faq #como-usar .borda-conteudo:before {
  height: 7px;
  top: -7px;
  left: 130px;
  background: linear-gradient(90deg, #5d387d 75%, transparent);
}

#section-como-funciona #como-funciona > .segundo-conteudo .borda-conteudo:after,
#section-faq #como-usar .borda-conteudo:after {
  position: absolute;
  bottom: -3px;
  right: 125px;
  justify-items: legacy;
  content: '';
  width: 30%;
  height: 3px;
  background: linear-gradient(-90deg, white 75%, transparent);
}

#section-faq #como-usar .borda-conteudo:after {
  height: 7px;
  bottom: -7px;
  right: 130px;
  background: linear-gradient(-90deg, #5d387d 75%, transparent);
}

#section-como-funciona #como-funciona .segundo-conteudo .conteudo {
  font-size: 1.35rem;
  text-align: left;
  padding: 0 35px;
}

section#section-vantagens #vantagens .logo-segsmart {
  text-align: center;
  filter: grayscale(1);
}

section#section-vantagens #vantagens .logo-segsmart img {
  height: 65px;
}

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 {
  font-weight: bold;
  font-size: 3.25rem;
  line-height: 3rem;
  color: #79348d;
  font-style: italic;
}

section#section-vantagens #vantagens .sessao-titulo div.subtitulo {
  font-size: 1.4rem;
  color: #464646;
}

section#section-vantagens #vantagens .lista-vantagens {
  border: 3px solid #1e6585;
  border-radius: 15px;
  box-shadow: 0 10px 15px 0 #3335;
  overflow: hidden;
}

section#section-vantagens #vantagens .lista-vantagens .item img {
  width: auto !important;
}

section#section-vantagens #vantagens .lista-vantagens .owl-nav {
  position: absolute;
  bottom: 1.5rem;
  left: 50px;
  display: flex;
  width: auto;
  white-space: nowrap;
}

section#section-vantagens #vantagens .lista-vantagens .owl-nav button {
  background: #4d4b50;
  color: #fff;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#section-teste-gratis .borda-suporte {
  border-left: 5px solid #5d3880;
  padding-left: 15px;
}

#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: #773283;
}

#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-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-depoimentos #depoimentos .card-depoimento div {
  position: relative;
  z-index: 3;
}

#section-depoimentos #depoimentos .card-depoimento:before,
#section-depoimentos #depoimentos .card-depoimento:after {
  content: '';
  position: absolute;
  border-radius: 10px;
}

#section-depoimentos #depoimentos .card-depoimento:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(33deg, #804089 0%, transparent 30%, transparent 70%, #377591 100%);
  z-index: 1;
}

#section-depoimentos #depoimentos .card-depoimento:after {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fbfbfb;
  z-index: 2;
}


#section-faq #como-usar {
  background: #5d387d;
  border-radius: 25px;
}

#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;
}

@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;
}

.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;
}
