/* -----------------------------------------------
   RESET DE INPUTS PADRÕES
-------------------------------------------------- */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

/* -----------------------------------------------
   LAYOUT BÁSICO E FUNDO
-------------------------------------------------- */
html {
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 70px;
  background-color: #2C2D2E;
  color: #ccc;
  text-align: center;
}

#corpo {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: left; 
  max-width: 1400px;
  box-sizing: border-box;
}

a:link,
a:visited {
  color: #2C2D2E;
  text-decoration: underline;
  transition: color 0.3s ease;
}

a:hover {
  color: #7C37F4;
  text-decoration: underline;
}

a:active {
  color: #2C2D2E;
  text-decoration: underline;
}

/* -----------------------------------------------
   FONTES PERSONALIZADAS (Local)
-------------------------------------------------- */
@font-face {
  font-family: 'Raleway-Thin';
  src: url('../font/Raleway-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway-Light';
  src: url('../font/Raleway-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../font/Raleway-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../font/Raleway-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../font/Raleway-ExtraBold.ttf') format('truetype');
}

/* -----------------------------------------------
   MENU SUPERIOR FIXO
-------------------------------------------------- */
.menu-topo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-topo .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-topo nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.menu-topo nav ul li {
  display: flex;
  align-items: center;
  position: relative;
}

.menu-topo nav a {
  font-family: 'Raleway-Bold', arial;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s ease;
  padding: 0 5px;
}

.menu-topo nav a:hover {
  color: #7C37F4;
}

.menu-topo .logo img {
  height: 40px;
  object-fit: contain;
}

.menu-topo nav ul li:not(:last-child)::after {
  content: "|";
  color: #888888;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
}

/* -----------------------------------------------
   BANNER PRINCIPAL COM SOBREPOSIÇÃO
-------------------------------------------------- */
.hero-banner {
  position: relative;
  background-image: url('../images/banner-01-1920x1050.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  z-index: 1;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-banner .conteudo {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
}

/* -----------------------------------------------
   TIPOGRAFIA – FONTE E COR
-------------------------------------------------- */
.font-menu {
  font-family: 'Raleway-Regular', arial;
  color: #FFFFFF;
  font-size: 14px;
}

.font-banner-fina {
  font-family: 'Raleway-Thin', arial;
  color: #FFFFFF;
  font-size: 120px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.font-banner-grossa {
  font-family: 'Raleway-ExtraBold', arial;
  color: #FFFFFF;
  font-size: 100px;
  letter-spacing: -5px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.font-titulo-fina {
  font-family: 'Raleway-Thin', arial;
  color: #CCCCCC;
  font-size: 80px;
  letter-spacing: -1px;
}

.font-titulo-grossa {
  font-family: 'Raleway-ExtraBold', arial;
  color: #CCCCCC;
  font-size: 60px;
  letter-spacing: -3px;
}

.font-texto {
  font-family: 'Raleway-Light', arial;
  color: #CCCCCC;
  font-size: 18px;
  line-height: 24px;
}

.font-texto-cinza {
  font-family: 'Raleway-Light', arial;
  color: #2C2D2E;
  font-size: 18px;
  line-height: 24px;
}

.font-titulo-paginas {
  font-family: 'Raleway-Bold', arial;
  color: #444444;
  font-size: 22px;
}

.font-texto-paginas {
  font-family: 'Raleway-Light', arial;
  color: #2C2D2E;
  font-size: 16px;
  line-height: 26px;
}

.font-texto-paginas-italic {
  font-family: 'Raleway-Light', arial;
  color: #2C2D2E;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}

.font-texto-titulo-cinza {
  font-family: 'Raleway-ExtraBold', arial;
  color: #2C2D2E;
  font-size: 20px;
  line-height: 36px;
}

.font-titulo-fina-cinza {
  font-family: 'Raleway-Thin', arial;
  color: #2C2D2E;
  font-size: 80px;
  letter-spacing: -1px;
}

.font-titulo-grossa-cinza {
  font-family: 'Raleway-ExtraBold', arial;
  color: #2C2D2E;
  font-size: 60px;
  letter-spacing: -3px;
}

.font-titulo-depoimento {
  font-family: 'Raleway-Bold', arial;
  color: #666666;
  font-size: 16px;
}

.font-texto-depoimento {
  font-family: 'Raleway-Light', arial;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}
.font-cidade-depoimento {
  font-family: 'Raleway-Light', arial;
  color: #666666;
  font-size: 12px;
}
.font-titulo-rodape {
  font-family: 'Raleway-ExtraBold', arial;
  color: #CCCCCC;
  font-size: 28px;
}
.font-titulo-menor-rodape {
  font-family: 'Raleway-Bold', arial;
  color: #CCCCCC;
  font-size: 24px;
}
.font-texto-rodape {
  font-family: 'Raleway-Light', arial;
  color: #CCCCCC;
  font-size: 16px;
  line-height: 22px;
}
.font-link-rodape {
  font-family: 'Raleway-Regular', arial;
  color: #CCCCCC;
  font-size: 16px;
}
.font-institucional-rodape {
  font-family: 'Raleway-Regular', arial;
  color: #2C2D2E;
  font-size: 14px;
  letter-spacing: 2px;
}
.font-texto-aviso {
  font-family: 'Raleway-Regular', arial;
  color: #707070;
  font-size: 14px;
}

/* -----------------------------------------------
   BOTÕES DE ASSINATURA (VARIAÇÕES)
-------------------------------------------------- */
input[type=submit],
#botao-assinatura-01 {
  width: 100%;
  height: 60px;
  background-color: #7C37F4;
  font-family: 'Raleway-Bold', Arial;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #7C37F4;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#botao-assinatura-01:hover {
  background-color: #4C4E50;
  color: #FFFFFF;
  border: 1px solid #4C4E50;
}

#botao-assinatura-02 {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  font-family: 'Raleway-Bold', Arial;
  font-size: 14px;
  color: #7C37F4;
  text-align: center;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#botao-assinatura-02:hover {
  background-color: #4C4E50;
  color: #FFFFFF;
  border: 1px solid #4C4E50;
}

#botao-assinatura-03 {
  width: 100%;
  height: 60px;
  background-color: #4C4E50;
  font-family: 'Raleway-Bold', Arial;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #4C4E50;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#botao-assinatura-03:hover {
  background-color: #7C37F4;
  color: #FFFFFF;
  border: 1px solid #7C37F4;
}

/* -----------------------------------------------
   MUDAR COR TEXTO SELECIONADO
-------------------------------------------------- */
::selection {
  background: #7C37F4; 
  color: #ffffff;
}
::-moz-selection {
  background: #7C37F4;
  color: #ffffff;
}

/* -----------------------------------------------
   CONTAINER DEPOIMENTOS
-------------------------------------------------- */
.container-depoimentos {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(124, 55, 244, 0.08);
}

/* -----------------------------------------------
   LINKS RODA PÉ
-------------------------------------------------- */
.footer-menu a {
  color: #CCCCCC;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-menu a:hover {
  color: #7C37F4;
  transform: scale(1.05);
}

/* -----------------------------------------------
   BARRA DE LOADING
-------------------------------------------------- */
.loading-bar {
  position: relative;
  width: 122px;
  height: 4px;
  background-color: #504E51;
  overflow: hidden;
}

.loading-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background-color: #ffffff;
  animation: loadmove 1.5s cubic-bezier(0.4, 0, 0.2, 0.7) infinite;
}

@keyframes loadmove {
  0%   { left: -60%; }
  71%  { left: 100%; }
  100% { left: 100%; }
}

.tela-carregando {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2C2D2E;
  z-index: 9999;
}
