/** IMPORTS **/
/** PALETA SITE **/
/** CORES **/
/** URL **/
/** PALETA SITE **/
/** CORES **/
/** Variaveis Globais **/
/** URL **/
@import url("https://fonts.googleapis.com/css2?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: Poppins, sans-serif;
}

body {
  margin: 0;
  background: url(../imgs/bg.jpg) top no-repeat;
  background-size: cover;
}
body .rodape-btn {
  font-size: 0.8rem !important;
}
body main {
  margin: 0;
}
body main .apresentacao {
  padding-top: 5rem;
}
body main .apresentacao h1 {
  color: #00e3ff;
  text-transform: uppercase;
  font-size: 3rem;
  margin-top: 1rem;
  text-align: left;
  font-weight: bold;
}
body main .apresentacao p {
  color: #fff;
  margin-top: 1rem;
  font-size: 1rem;
  text-align: left;
}
body main .apresentacao h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
body main .apresentacao header {
  padding: 0;
}
body main .apresentacao header .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .apresentacao .preco {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body main .apresentacao .preco .preco-selo {
  position: absolute;
  bottom: 90px;
  left: -40px;
  width: 128px;
}
body main .apresentacao .preco p.info {
  font-size: 0.8rem;
  text-align: center;
}
body main .apresentacao .formulario {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
body main .apresentacao .formulario h1 {
  color: #00e3ff;
  text-transform: uppercase;
  font-size: 3rem;
  margin-top: 1rem;
  text-align: left;
  font-weight: bold;
  width: 100%;
}
body main .apresentacao .formulario p {
  color: #fff;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 1rem;
}
body main .apresentacao .formulario form {
  width: 100%;
}
body main .apresentacao .formulario form label {
  display: none;
}
body main .apresentacao .formulario form input {
  background-color: rgba(52, 56, 57, 0.47);
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
}
body main .apresentacao .formulario form::placeholder {
  color: #aaadaf;
}
body main .apresentacao .formulario form .btn-secondary {
  background-color: rgba(47, 163, 224, 0.34);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  font-size: 2rem;
  margin-top: 1rem;
}
body main .apresentacao .formulario form .btn-secondary:hover {
  background-color: #2fa3e0;
  color: #000;
}
body main .apresentacao .imagem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
body main .apresentacao .btn-secondary {
  background-color: rgba(47, 163, 224, 0.34);
  color: #2fa3e0;
  border: 2px solid #2fa3e0;
  border-radius: 8px;
  font-size: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
body main .apresentacao .btn-secondary:hover {
  background-color: #2fa3e0;
  color: #fff;
  border-color: #fff;
}
body main .apresentacao .text-center {
  width: 100%;
}
body main .descubra {
  padding-bottom: 5rem;
  position: relative;
}
body main .descubra h2 {
  color: #00e3ff;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 5rem;
  text-align: center;
  font-weight: bold;
}
body main .descubra p {
  color: #fff;
  font-size: 1.2rem;
}
body main .descubra h4 {
  color: #fff;
}
body main .descubra ul {
  text-align: center;
  list-style-position: inside;
}
body main .descubra ul li {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
body main .descubra .info-mini {
  font-size: 0.8rem;
}
body main .descubra .btn-secondary {
  background-color: rgba(47, 163, 224, 0.34);
  color: #2fa3e0;
  border: 2px solid #2fa3e0;
  border-radius: 8px;
  font-size: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
body main .descubra .btn-secondary:hover {
  background-color: #2fa3e0;
  color: #fff;
  border-color: #fff;
}
body main .descubra p.small {
  font-size: 1.2rem;
}
body main .beneficios #preco2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .beneficios #preco2 h4 {
  color: #fff;
}
body main .beneficios #preco2 .preco-selo {
  position: absolute;
  bottom: 100px;
  right: 150px;
}
body main .beneficios .info {
  color: #fff;
  font-size: 0.8rem;
}
body main .beneficios .btn-secondary {
  background-color: rgba(47, 163, 224, 0.34);
  color: #2fa3e0;
  border: 2px solid #2fa3e0;
  border-radius: 8px;
  font-size: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
body main .beneficios .btn-secondary:hover {
  background-color: #2fa3e0;
  color: #fff;
  border-color: #fff;
}
body main .garantia #preco2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .garantia #preco2 .preco-selo {
  position: absolute;
  bottom: 30px;
  right: 150px;
}
body main .garantia h4 {
  color: #fff;
}
body main .garantia .info {
  color: #fff;
  font-size: 1.2rem;
}
body main .garantia .info-mini {
  color: #fff;
  font-size: 0.8rem;
}
body main .garantia .btn-secondary {
  background-color: rgba(47, 163, 224, 0.34);
  color: #2fa3e0;
  border: 2px solid #2fa3e0;
  border-radius: 8px;
  font-size: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
body main .garantia .btn-secondary:hover {
  background-color: #2fa3e0;
  color: #fff;
  border-color: #fff;
}
body #acessovideoModal .modal-body, body #acessovideoModal .modal-header {
  background-color: #021324;
}
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: #2fa3e0;
  font-weight: bolder;
  font-size: 1.8rem;
  text-transform: uppercase;
  background-color: rgba(47, 163, 224, 0.34);
  border: 1px solid #2fa3e0;
  box-shadow: 2px 2px 12px #fff;
  border-radius: 8px;
}
body main.main2 .btn.btn-success:hover {
  color: #2fa3e0;
  background-color: #fff;
}

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