@charset "UTF-8";
/** IMPORTS **/
/** PALETA SITE **/
/** CORES **/
/** URL **/
/** PALETA SITE **/
/** CORES **/
/** Variaveis Globais **/
/** URL **/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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: "Ethnocentric";
  src: url(../fonts/Ethnocentric/ethnocentricrg.otf);
}
@font-face {
  font-family: "Ethnocentric";
  src: url(../fonts/Ethnocentric/ethnocentricrg_it.otf);
  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;
}

.titulo, .titulos {
  font-family: Ethnocentric;
  font-size: 4rem;
  font-weight: bold;
  color: rgba(0, 103, 109, 0.73);
  text-shadow: 2px 2px 12px rgba(0, 161, 166, 0.85), -2px -2px 12px rgba(0, 161, 166, 0.85), 2px -2px 2px rgba(0, 0, 0, 0.5), -2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 2px #fff;
  /* Tamanho e cor do contorno */
  text-stroke: 3px #fff;
  position: relative;
}

.texto {
  font-family: Montserrat sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: justify !important;
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
}
body .rodape-btn {
  font-size: 0.8rem !important;
}
body #main {
  margin: 0;
}
body #main #banner {
  background: url("../imgs/fundo.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
body #main #banner .container-fluid {
  height: 100%;
}
body #main #banner .container-fluid .row {
  height: 100vh;
}
body #main #banner .container-fluid .row [class^=col-] {
  max-height: 100%;
}
body #main #banner .container-fluid .row .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body #main #banner .container-fluid .row .header header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #main #banner .container-fluid .row .header header .titulo {
  margin-top: 5rem;
  font-size: 5rem;
}
body #main #banner .container-fluid .row .header header .btn-outline-primary {
  border: 5px solid #00e7e9;
  padding: 1.8rem;
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5rem;
  transition: 0.8s;
  border-radius: unset;
}
body #main #banner .container-fluid .row .header header .btn-outline-primary:hover {
  background-color: rgba(0, 231, 233, 0.79);
  color: #fff;
  border-color: #fff;
}
body #main #banner .container-fluid .row .img-robo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
body #main #banner .container-fluid .row .img-robo div.robo {
  position: relative;
}
body #main #banner .container-fluid .row .img-robo div.robo::before {
  position: absolute;
  content: url("../imgs/bannerdetalhe3.png");
  top: 0;
  left: 180px;
  width: 140px;
  height: 140px;
  opacity: 0;
  /* A imagem começa invisível */
  animation: fadeIn 2s ease-in-out forwards;
}
body #main #banner::before {
  content: url(../imgs/bannerdetalhe2.png);
  position: absolute;
  top: 80px;
  left: 0;
  margin-left: 5rem;
  animation: rotate360 3s linear infinite;
}
body #main #banner::after {
  content: url(../imgs/bannerdetalhe1.png);
  position: absolute;
  bottom: 80px;
  left: 0;
  opacity: 0;
  /* A imagem começa invisível */
  animation: fadeIn 2s ease-in-out forwards;
}
body #main #beneficios {
  background: url("../imgs/fundo-beneficios.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding: 5rem 0;
  margin: 0;
  position: relative;
}
body #main #beneficios .container-fluid {
  height: 100%;
}
body #main #beneficios .container-fluid header {
  margin-top: 5rem;
}
body #main #beneficios .container-fluid .row [class^=col-] {
  max-height: 100%;
}
body #main #beneficios .container-fluid .row .textos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
body #main #beneficios .container-fluid .row .texto {
  font-size: 1.5rem;
  padding: 15rem;
}
body #main #beneficios .container-fluid .row.beneficios-icons {
  margin: 5rem 15rem;
  height: max-content;
}
body #main #beneficios .container-fluid .row.beneficios-icons [class^=col-] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max-content;
}
body #main #beneficios .container-fluid .row.beneficios-icons figure {
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #main #beneficios .container-fluid .row.beneficios-icons figure img.icone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
}
body #main #beneficios .container-fluid .row.beneficios-icons figure figcaption {
  height: max-content;
}
body #main #beneficios .container-fluid .row.beneficios-icons figure figcaption .texto {
  text-align: center !important;
  padding: 1rem !important;
}
body #main #fotos-servicos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../imgs/fundo-fotos-servicos.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
body #main #fotos-servicos .container-fluid {
  height: 100%;
  padding: 15rem;
}
body #main #fotos-servicos .container-fluid header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #main #fotos-servicos .container-fluid header .texto {
  font-size: 1.5rem;
  margin: 10rem 0;
}
body #main #fotos-servicos .container-fluid header:before {
  position: absolute;
  content: url(../imgs/detalhefinaltexto.png);
  top: 10rem;
  left: 0;
  margin: 0 15rem;
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}
body #main #fotos-servicos .container-fluid .row .texto {
  font-size: 1.5rem;
  padding: 15rem;
}
body #main #fotos-servicos .container-fluid .row.fotos {
  max-height: max-content;
}
body #main #fotos-servicos .container-fluid .row.fotos [class^=col-] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #main #fotos-servicos .container-fluid .row.fotos [class^=col-] figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
}
body #main #fotos-servicos .container-fluid .row.fotos [class^=col-] figure img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: transparent;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.85);
}
body #main #fotos-servicos .container-fluid .row.fotos [class^=col-] figure figcaption {
  height: max-content;
  position: absolute;
}
body #main #fotos-servicos .container-fluid .row.fotos [class^=col-] figure figcaption .texto {
  padding: 1.8rem;
}
body #main #fotos-servicos:before {
  position: absolute;
  content: url(../imgs/bannerdetalhe2.png);
  top: -80px;
  right: -80px;
  animation: rotate360 3s linear infinite;
}
body #main #fotos-servicos:after {
  position: absolute;
  content: url(../imgs/detalhefotos1.png);
  bottom: 0;
  margin: 5rem 0;
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}
body #main #livros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../imgs/fundo-livros.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
}
body #main #livros .container-fluid {
  height: 100%;
  padding: 15rem;
}
body #main #livros .container-fluid header {
  padding: 5rem 0;
}
body #main #livros .container-fluid header h1.titulo {
  color: #fff;
  text-shadow: unset;
  -webkit-text-stroke: unset;
  /* Tamanho e cor do contorno */
  text-stroke: unset;
}
body #main #livros .container-fluid .maos-e-livros {
  height: 100%;
}
body #main #livros .container-fluid .maos-e-livros .mao-esquerda figure, body #main #livros .container-fluid .maos-e-livros .mao-direita figure {
  height: 100%;
}
body #main #livros .container-fluid .maos-e-livros .mao-esquerda figure img, body #main #livros .container-fluid .maos-e-livros .mao-direita figure img {
  height: 100%;
  opacity: 0;
  /* A imagem começa invisível */
  animation: fadeIn 2s ease-in-out forwards;
}
body #main #livros .container-fluid .maos-e-livros #carouselLivros {
  width: 100%;
}
body #main #livros .container-fluid .maos-e-livros #carouselLivros .carousel-inner .carousel-item .row img {
  height: 100%;
  object-fit: cover;
}
body #main #livros .container-fluid .maos-e-livros #carouselLivros .carousel-control-prev {
  bottom: -100px;
  top: unset;
  left: 38%;
}
body #main #livros .container-fluid .maos-e-livros #carouselLivros .carousel-control-next {
  bottom: -100px;
  top: unset;
  right: 38%;
}
body #main #final {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../imgs/fundo-final.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
body #main #final .container-fluid {
  height: 100%;
  padding: 15rem;
}
body #main #final .container-fluid header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body #main #final .container-fluid header .texto {
  font-size: 1.5rem;
  margin: 5rem 0;
  position: relative;
}
body #main #final .container-fluid header .texto b {
  width: 100%;
  text-align: center;
}
body #main #final .container-fluid header .texto:before {
  position: absolute;
  content: url(../imgs/detalhefinaltexto.png);
  top: -10rem;
  left: -100px;
  margin: 0 1rem;
  animation: fadeIn 2s ease-in-out forwards;
  transform: rotate(180deg);
}
body #main #final .container-fluid header .texto:after {
  position: absolute;
  content: url(../imgs/detalhefinaltexto.png);
  bottom: -10rem;
  right: -100px;
  margin: 0 1rem;
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}
body #main #final .container-fluid header .incentivo {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
body #main #final .container-fluid .row .texto {
  font-size: 1.5rem;
  padding: 15rem;
}
body #main #final:before {
  position: absolute;
  content: url(../imgs/detalhefotos1.png);
  top: 0;
  left: 0;
  margin: 5rem 0;
  transform: rotate(180deg);
}
body #main #final:after {
  position: absolute;
  content: url(../imgs/detalhefotos1.png);
  bottom: 0;
  right: 0;
  margin: 5rem 0;
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}
body footer {
  background: url(../imgs/fundo-footer.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
body footer .container-fluid {
  padding: 10rem 0;
}
body footer .container-fluid header h2.titulo {
  font-family: Montserrat sans-serif;
  font-size: 2rem;
  color: #fff;
  border: none;
  text-shadow: unset;
  -webkit-text-stroke: unset;
  text-stroke: unset;
}
body footer .container-fluid a {
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}
body footer .container-fluid a img {
  max-width: 64px !important;
  width: 64px;
  height: 64px;
}
body footer .container-fluid img.logo {
  margin: 5rem 0;
}
body footer:before {
  position: absolute;
  content: url(../imgs/detalhetopofooter.png);
  top: 0;
  right: 0;
  margin: 0 1rem;
  animation: fadeIn 2s ease-in-out forwards;
}
body footer:after {
  position: absolute;
  content: url(../imgs/detalhebottomfooter.png);
  bottom: 0;
  left: 0;
  margin: 0 1rem;
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}
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;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* No início, invisível */
    transform: scale(0.5);
    /* A imagem começa menor */
  }
  100% {
    opacity: 1;
    /* No final, totalmente visível */
    transform: scale(1);
    /* A imagem volta ao tamanho normal */
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
    /* Começa na posição inicial */
  }
  100% {
    transform: rotate(360deg);
    /* Roda 360 graus */
  }
}

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