/** IMPORTS **/
/** PALETA SITE **/
/** CORES **/
/** URL **/
/** PALETA SITE **/
/** CORES **/
/** Variaveis Globais **/
/** URL **/
@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,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&display=swap");
/*@each $font in $fonts {
    @font-face {
        font-family: nth($font, 1);
        $value: nth($font, 2);

        @if type_of($value) == 'list' {
            @each $val in $value {
                src: url(getFontURl($val));
            }
        } @else {
            src: url(getFontURl($value));
        }
    }
}*/
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-black.otf);
  font-weight: 900;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-blackit.otf);
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "Anguita Sans Bold Italic";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-boldit.otf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-extralight.otf);
  font-weight: 100;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-extralightit.otf);
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-light.otf);
  font-weight: 200;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-lightit.otf);
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-medium.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-mediumit.otf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-regular.otf);
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-regularit.otf);
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-semibold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-semiboldit.otf);
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-thin.otf);
  font-weight: 50;
}
@font-face {
  font-family: "Anguita Sans";
  src: url(../fonts/Anguita_Sans/Fontspring-DEMO-anguitasans-thinit.otf);
  font-weight: 50;
  font-style: italic;
}
/** PALETA SITE **/
/** CORES **/
.banner {
  position: relative;
  height: 100%;
  padding: 11px 0 16px;
  margin: 0 auto;
  text-align: center;
}

.dg-container {
  position: relative;
  width: 100%;
  height: 370px;
}

.dg-wrapper {
  width: 30%;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.dg-wrapper .dg-center {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 2px 2px 15px #212529a8;
}

.dg-wrapper a {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.dg-wrapper a:first-child {
  z-index: 2;
}

.dg-wrapper a img {
  display: block;
  border-radius: 25px;
  background: #fff;
}

.dg-wrapper .media .media-body h5 {
  text-align: left;
  color: #1f1f1e !important;
  font-size: 1.4rem;
  font-weight: bold;
}
.dg-wrapper .media .media-body p {
  font-size: 0.8rem;
  color: #231F20 !important;
  font-weight: bold;
  text-align: left;
}

.dg-wrapper a.dg-transition {
  transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
  transition: all 0.2s ease-in-out;
}

.dg-container nav {
  display: none;
}

.dg-container nav span:hover {
  opacity: 1;
}

.dg-container nav span.dg-next {
  background-position: top right;
  margin-left: 10px;
}

.banner #lightButton2 {
  position: absolute;
  bottom: 0;
}

.banner .button {
  position: relative;
  z-index: 5;
}

.banner .button li {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3rem 0.5rem;
  background: #068e9f;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.banner .button .light {
  background: #1f1f1e;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

::-webkit-scrollbar {
  width: 0.7em;
}

::-webkit-scrollbar-thumb {
  background-color: #068e9f;
}

::scrollbar-thumb {
  background-color: #068e9f;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-track-piece {
  background-clip: padding-box;
  box-shadow: none;
  background-color: #fff;
}

::scrollbar-track, html::scrollbar-track-piece {
  background-clip: padding-box;
  box-shadow: none;
  background-color: #fff;
}

::selection {
  background: #068e9f;
  color: #fff;
  text-shadow: none;
}

* {
  font-family: Montserrat, sans-serif;
}

.texto-azul-claro {
  color: #00e3ff;
}

.btn-neon-azul {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #00e3ff;
  background-color: rgba(0, 227, 255, 0.47);
  border: 2px solid #00e3ff;
  border-radius: 8px;
  margin: 10rem 0;
}
.btn-neon-azul:hover {
  background-color: #00e3ff;
  color: #fff;
  border-color: #fff;
}

body {
  margin: 0;
}
body main {
  margin: 0;
}
body main .apresentacao {
  background: url(../imgs/bg1.jpg) top no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
}
body main .apresentacao .masthead {
  margin-top: 3rem;
}
body main .apresentacao .masthead img {
  width: 50%;
}
body main .apresentacao h1 {
  color: #00e3ff;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 3rem 0;
  text-align: center;
  font-weight: bold;
}
body main .apresentacao p {
  color: #fff;
  margin: 3rem 0;
  font-size: 1.4rem;
  text-align: center;
}
body main .apresentacao .btn-neon-azul {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #00e3ff;
  background-color: rgba(0, 227, 255, 0.47);
  border: 2px solid #00e3ff;
  border-radius: 8px;
  margin: 3rem 0;
}
body main .apresentacao .btn-neon-azul:hover {
  background-color: #00e3ff;
  color: #fff;
  border-color: #fff;
}
body main .section2 {
  background: url(../imgs/bg2.jpg) top no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
}
body main .section2 h1 {
  color: #fff;
  text-transform: none;
  font-size: 4rem;
  margin: 10rem 0;
  text-align: left;
  font-weight: bold;
}
body main .section2 h1 .texto-azul-claro {
  font-weight: normal;
}
body main .section2 p {
  color: #fff;
  margin: 10rem 0;
  font-size: 2rem;
  text-align: left;
}
body main .section2 .desc2 {
  margin-left: 10rem;
}
body main .section2 img.setas {
  margin: 5rem 0;
}
body main .section3 {
  background: url(../imgs/bg3.jpg) center no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
}
body main .section3 h1 {
  color: #fff;
  text-transform: none;
  font-size: 4rem;
  margin: 10rem 0;
  text-align: center;
  font-weight: bold;
}
body main .section3 .opcoes {
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 16px;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
body main .section3 .opcoes li {
  margin: 2.5rem 0;
  font-size: 2rem;
  color: #fff;
  text-align: left;
}
body main .section3 h2 {
  color: #fff;
  text-transform: none;
  font-size: 4rem;
  margin: 10rem 0;
  text-align: center;
  font-weight: bold;
}
body main .section3 p.instrucoes-botao {
  font-size: 2rem;
  color: #fff;
  margin-top: 50rem;
  text-align: center;
}
body main .section3 .btn-neon-verde {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #96ff00;
  background-color: rgba(150, 255, 0, 0.42);
  border: 2px solid #96ff00;
  border-radius: 8px;
  margin: 10rem 0;
}
body main .section3 .btn-neon-verde:hover {
  background-color: #96ff00;
  color: #fff;
  border-color: #fff;
}
body main .section4 {
  background: url(../imgs/bg4.jpg) center no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
}
body main .section4 h1 {
  color: #fff;
  text-transform: none;
  font-size: 4rem;
  margin: 10rem 0;
  text-align: left;
  font-weight: bold;
}
body main .section4 p.primeiro {
  color: #fff;
  font-size: 2rem;
  text-align: left;
}
body main .section4 p.primeiro b {
  color: #00e3ff;
}
body main .section4 .preco-bx {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 5rem;
  color: #fff;
}
body main .section4 .preco-bx b.apenas {
  font-size: 4rem;
  color: #fff;
}
body main .section4 .preco-bx .preco {
  color: #00e3ff;
  text-shadow: 2px 2px 8px #00e3ff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body main .section4 .preco-bx .preco span.simbolo {
  font-size: 2rem;
  align-self: flex-start;
}
body main .section4 .preco-bx .preco span.centavos {
  font-size: 2rem;
  align-self: flex-end;
}
body main .section4 .preco-bx .preco b {
  font-size: 6rem;
  line-height: 1;
}
body main .section4 .preco-bx b.mes {
  font-size: 4rem;
  font-weight: bold;
}
body main .section4 .preco-bx p.a-vista {
  font-size: 2rem;
}
body main .section4 .preco-bx h3 {
  font-size: 3rem;
  text-align: center;
}
body main .section4 p.segundo {
  margin: 3rem 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
body main .section4 p.segundo b {
  color: #fff;
}
body main .section4 .btn-neon-verde {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #96ff00;
  background-color: rgba(150, 255, 0, 0.42);
  border: 2px solid #96ff00;
  border-radius: 8px;
  margin: 10rem 0;
}
body main .section4 .btn-neon-verde:hover {
  background-color: #96ff00;
  color: #fff;
  border-color: #fff;
}
body main .section5 {
  background: url(../imgs/bg5.jpg) center no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
  position: relative;
}
body main .section5 h1 {
  color: #fff;
  text-transform: none;
  font-size: 2rem;
  margin: 10rem 0;
  text-align: left;
  font-weight: bold;
  position: absolute;
  top: 400px;
  width: 500px;
}
body main .section5 p {
  color: #fff;
  font-size: 2rem;
  text-align: left;
  margin: 5rem 0;
}
body main .section5 b {
  color: #fff;
  font-size: 2rem;
  text-align: left;
}
body main .section5 .btn-neon-azul {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #00e3ff;
  background-color: rgba(0, 227, 255, 0.47);
  border: 2px solid #00e3ff;
  border-radius: 8px;
  margin: 10rem 0;
}
body main .section5 .btn-neon-azul:hover {
  background-color: #00e3ff;
  color: #fff;
  border-color: #fff;
}
body main .section5 .logo-cnpj-vida-esplendida {
  background-color: #fff;
  margin-bottom: 3rem;
  padding: 1rem;
}
body main .section5 .logo-cnpj-vida-esplendida .logo {
  margin-right: 3rem;
}
body main .section5 .logo-cnpj-vida-esplendida .whatsapp {
  margin-left: 3rem;
  color: #4caf50;
}
body #acessovideoModal .modal-body, body #acessovideoModal .modal-header {
  background: url(../imgs/bg.jpg);
  background-size: cover;
}
body #acessovideoModal .modal-header h5.modal-title {
  color: #fff;
}
body #acessovideoModal .modal-header button {
  color: #fff;
}
body main.main2 {
  background: url(../imgs/bg.jpg) top no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body main.main2 h1 {
  font-size: 5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
body main.main2 .apresentacao2 .titulo {
  font-size: 4rem;
  color: #fff;
  margin-top: 1rem;
  font-weight: bold;
}
body main.main2 .apresentacao2 p {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 2rem;
}
body main.main2 p {
  color: #fff;
  font-size: 2rem;
  margin-top: 5rem;
}
body main.main2 .titulo-botao {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 1rem;
}
body main.main2 .texto-botao {
  font-weight: bold;
  margin-top: 10rem;
}
body main.main2 .texto-abaixo-do-botao {
  color: #fff;
  font-weight: lighter;
}
body main.main2 .texto-fim {
  font-weight: bold;
}
body main.main2 .btn.btn-success {
  color: #fff;
  font-weight: bolder;
  font-size: 1.8rem;
  text-transform: uppercase;
  background-color: #27ff45;
  border: 1px solid #fff;
  box-shadow: 2px 2px 12px #fff;
  border-radius: 8px;
}
body main.main2 .btn.btn-success:hover {
  color: #27ff45;
  background-color: #fff;
}

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