@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap");
/* ------ SEÇÃO TOP INFO MENU ------ */
.top-info-menu {
  padding: 5px;
  line-height: 30px;
  background: #f2f2f2;
  font-size: 0.8rem;
}
.top-info-menu a {
  text-decoration: none;
  color: #443838;
}
@media (min-width: 576px) {
  .top-info-menu {
    font-size: 1rem;
  }
  .top-info-menu .top-contato {
    text-align: right;
  }
}
.top-info-menu .svgicon {
  width: 25px;
  margin-right: 5px;
  margin-bottom: 2px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(76%) saturate(6350%) hue-rotate(281deg) brightness(105%) contrast(111%) !important;
}
.top-info-menu .top-pesquisa input[type=text], .top-info-menu .top-pesquisa textarea {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}
.top-info-menu .top-pesquisa button {
  border: 1px solid #ccc !important;
}
.top-info-menu .top-pesquisa button:hover img {
  filter: invert(100%) !important;
}

/* ------ SEÇÃO MENU TOP ------ */
.menu-top .fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}
.menu-top nav {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
.menu-top .logo {
  height: 55px;
}
.menu-top .navbar {
  background-color: white !important;
}
@media (min-width: 1024px) {
  .menu-top .ativo {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: dodgerblue !important;
  }
  .menu-top .nav-link.ativo::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 5px;
    background-color: dodgerblue;
    top: 5px !important;
  }
  .menu-top .nav-link:hover {
    color: dodgerblue;
  }
  .menu-top .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 5px;
    background-color: dodgerblue;
    transition: width 0.3s;
    top: 5px !important;
  }
  .menu-top .nav-link:hover::after {
    width: 40px;
  }
}

/* ------ SEÇÃO FOOTER ------ */
.footer {
  background-color: #1c2331;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
  /* --- BOTÃO SCROLL-TO-TOP --- */
}
.footer .st-footer {
  color: whitesmoke;
}
.footer strong {
  color: whitesmoke;
}
.footer .justificado {
  text-align: justify;
}
.footer .wr-lottie {
  opacity: 0.2;
  z-index: 1;
  position: absolute;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .footer .wr-lottie {
    display: none;
  }
}
.footer .logo {
  width: 180px;
}
.footer hr {
  width: 60px;
  background-color: #0f7598;
  color: #0f7598;
  opacity: 1 !important;
  height: 2px;
  margin-top: 0;
  padding-top: 0;
}
.footer a {
  text-decoration: none;
  color: whitesmoke;
}
.footer a img {
  width: 24px;
  margin-right: 10px;
}
.footer .modal-body {
  height: 600px !important;
}
.footer #scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}
.footer #scrollToTop .progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.footer #scrollToTop .progress-circle circle {
  fill: none;
  stroke-width: 5;
  stroke: #ddd;
}
.footer #scrollToTop #progress {
  stroke: #fff;
  stroke-dasharray: 125.6;
  stroke-dashoffset: 125.6;
  transition: stroke-dashoffset 0.3s;
}
.footer #scrollToTop .arrow {
  position: absolute;
  width: 30px;
}
.footer #scrollToTop.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* ------ COPYRIGHT ------ */
.copyright {
  text-align: center;
  color: whitesmoke;
  background: #3a054e;
}

/* ------ OVERLAY PRETO ------ */
.drk:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.6;
  z-index: 1;
}

/* ------ BANNER SEÇÃO ------ */
.banner-section {
  position: relative;
  width: 100% !important;
  height: 530px;
  overflow: hidden;
  /* . banner-section-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .banner-section-divider svg {
    position: relative;
    display: block;
    width: calc(153% + 1.3px);
    height: 56px;
  }

  .banner-section-divider .shape-fill {
    fill: #ffffff;
  }
  */
}
.banner-section .background {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: zoom 20s infinite alternate ease-in-out;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .titulo {
  color: whitesmoke;
  font-family: "Catamaran", serif;
  font-weight: 800;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
@media (min-width: 768px) {
  .banner-section .titulo {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.banner-section .sub-titulo {
  color: whitesmoke;
  font-family: "Catamaran", serif;
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
}

/* ---- REMOVE BORDA DOS VÍDEOS --- */
video {
  filter: grayscale(0);
}

/* --- HORIZONTAL DIVIDER --- */
.h-divider {
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.titulo-secao {
  margin-bottom: 40px;
}
.titulo-secao .sub-titulo-secao {
  color: #1c809a;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2rem;
  position: relative;
  text-transform: uppercase;
}
.titulo-secao h2 {
  color: #6d01a3;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: -5px;
  margin-bottom: 0;
  position: relative;
}

/* --- LGPD BOX --- */
#lgpdBox .toast-header {
  font-weight: 700;
  font-size: 1rem;
}
#lgpdBox #aceiteLGPD {
  display: none;
  height: 100px;
}
#lgpdBox .toast-body {
  color: #152540;
  text-align: justify;
}
#lgpdBox .toast-body a {
  text-decoration: none;
  color: #152540;
  font-weight: bold;
}
#lgpdBox .toast-body strong {
  color: black;
}

/* ------ SVG DIVIDER BANNER TOP ------ */
.shapedivider-banner-top {
  overflow: hidden;
  position: relative;
}
.shapedivider-banner-top::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 90px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/></svg>');
}
@media (min-width: 768px) {
  .shapedivider-banner-top::before {
    background-size: 100% 90px;
    background-position: 50% 100%;
  }
}
@media (min-width: 1025px) {
  .shapedivider-banner-top::before {
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 60px;
    background-position: 50% 100%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23ffffff"/></svg>');
  }
}
@media (min-width: 2100px) {
  .shapedivider-banner-top::before {
    background-size: 100% calc(2vw + 60px);
  }
}

/* ------ SVG WAVE DIVIDER ------ */
.wave-inverted {
  width: 100%;
  height: 150px;
}

.teste {
  height: 1200px;
}

/* --- INÍCIO LOADER --- */
.loader {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.loader-inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader-icon-wrapper {
  height: 80px; /* Reduzido para aproximar o logo da sombra */
}

.loader-icon-animator {
  animation: pulse 3.5s ease-in-out infinite; /* Animação sem rotação */
}

.loader-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 180px;
  height: 70px;
  transform: translateY(-10px); /* Ajuste fino para aproximar da sombra */
}

.loader-icon-animator,
.loader-floor {
  display: block;
  text-align: center;
}

.loader-floor-shadow {
  display: inline-block;
  width: 70px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  transform: translateY(-5px); /* Sombra mais próxima do logo */
  animation: shadowPulse 3.5s ease-in-out infinite;
}

.loader-text {
  color: #273555;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  position: relative;
  height: 1.2em;
  width: 250px;
  margin-top: 10px; /* Espaço sutil entre sombra e texto */
}

.loader-text-phrase {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: fadeText 9s ease-in-out infinite;
}

.loader-text-phrase:nth-child(1) {
  animation-delay: 0s;
}

.loader-text-phrase:nth-child(2) {
  animation-delay: 3s;
}

.loader-text-phrase:nth-child(3) {
  animation-delay: 6s;
}

/* Animação de pulsação para o logo (sem rotação) */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  25% {
    transform: scale(1.1); /* Apenas escala */
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
/* Animação ajustada para a sombra */
@keyframes shadowPulse {
  0% {
    transform: translateY(-5px) scale(1, 1);
    opacity: 0.25;
  }
  25% {
    transform: translateY(-5px) scale(1.2, 1); /* Sincronizado com a escala do logo */
    opacity: 0.35;
  }
  50% {
    transform: translateY(-5px) scale(1, 1);
    opacity: 0.25;
  }
  75% {
    transform: translateY(-5px) scale(1.2, 1);
    opacity: 0.35;
  }
  100% {
    transform: translateY(-5px) scale(1, 1);
    opacity: 0.25;
  }
}
/* Animação do texto (inalterada) */
@keyframes fadeText {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Responsividade */
@media (max-width: 768px) {
  .loader-icon {
    width: 120px;
    height: 46px;
  }
  .loader-icon-wrapper {
    height: 80px; /* Reduzido para manter proporção */
  }
  .loader-floor-shadow {
    width: 50px;
    height: 5px;
    transform: translateY(-3px); /* Ajuste para telas menores */
  }
  .loader-text {
    font-size: 0.7rem;
    letter-spacing: 3px;
    margin-top: 8px;
  }
}
/* --- FIM LOADER --- */

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