@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body{
  /*font-family: 'Montserrat', sans-serif !important;*/
  font-family: 'Lato', sans-serif !important;
}


.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Cor preta com opacidade 0.2 */
  z-index: 99999999;
  display: none; /* Inicialmente escondido */
}

.loader {
  border: 10px solid #efeee8;
  border-top: 10px solid #0032A0; /* Cor do preloader */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.15s linear infinite;
  position: absolute;
  top: 50%;
  left: 52%;
  margin-top: -60px;
  margin-left: -60px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg); /* Começa a girar */
  }
  100% {
    transform: rotate(360deg); /* Gira completamente */
  }
}

.center{
  text-align: center !important;
}

.img-premio-home{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.click-btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Suaviza o movimento e a sombra */
}

.click-btn:active {
  transform: translateY(5px); /* Move o botão 5px para baixo */
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); /* Reduz a sombra ao clicar */
}

.azul_padrao{
  color:#1D4270 !important;
  border-color: #1D4270 !important;
}


.white_toggle{
  color:#ffffff !important;
  border-color: #ffffff !important;
}

@keyframes zoomInOut {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

.zoom-effect {
  animation: zoomInOut 1s infinite;
}

.navbar-nav .nav-link.active {
  border-bottom: #FFF solid 3px !important;
}
.area{
  min-height: 50vh;
}
.disabled {
  pointer-events: none; 
  opacity: 0.6;
  cursor: not-allowed;
}
.error{
  font-size: 11px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 5px;
  padding: 4px;
  
}

h1 {
  text-align: center !important;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

h1::after {
  content: '';
  display: block;
  width: 10%; /* Ajuste a largura da linha */
  height: 2px; /* Espessura da linha */
  background-color: #000; /* Cor da linha */
  margin: 10px auto 0; /* Espaço entre o texto e a linha */
  border-radius: 2px; /* Suavizar as bordas da linha */
}

.am{
  color: #e9ca2e;
}


.topo{
  height: 40px;
  background-color: #1D4270;
  top: 0;
  padding: 0 !important;
}

.element-social{
  text-align: right !important;
  width: 25%;
  float: right;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 18px; 
}
.element-info a{
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
}
.el-social{
  color: #fff;
  cursor: pointer;
  margin-right: 6px;
  height: 20px;
}

.element-info{
    line-height: 40px;
    padding-left: 20px;
    font-size: 13px;
}

.element-info li{
  float: left;
  list-style: none;
  padding: 0px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;

}
.navbar-capital{
  background-color:#1D4270 !important;
  height: 60px;
}

#logo {
  background-image: url('../images/capital_logo_borda.png');
  background-repeat: no-repeat !important;
  background-size: 97px 55px;
  background-position: center;
  height: 80px;
  width: 200px;
}



.navbar-capital .navbar-nav .nav-link {
  margin: 0 15px; /* Espaçamento entre os links */
  font-size: 18px !important;
  color: #FFF !important;
  font-weight: bold;
}

.navbar-capital .navbar-nav .nav-link:hover {
    /*color: #ffffff !important;*/
    border-bottom: #FFF solid 3px !important;
}


/* Centraliza a newsletter no topo */
.newsletter {
  text-align: center;
  margin: 5px auto;
  width: 100%;
  height: 70px;
}

.newsletter h5 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.newsletter input[type="email"] {
  padding: 8px;
  margin-right: 5px;
  width: 250px;
  border: none;
  border-radius: 5px;
}

.newsletter button {
  padding: 8px 15px;
  background-color: #007BFF;
  color: #FFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.newsletter button:hover {
  background-color: #0056b3;
}

.footer {
  height: 360px;
  padding: 20px;
  background-color: #1D4270;
  color: #FFF;
  width: 100%;
}


.footer-content {
  display: flex;
  flex-wrap: wrap; /* Adicionado para responsividade */
}

.footer-content > div {
  flex: 1;
}

/* Estilos adicionais para cada seção do footer */
.footer-logo {
  background-image: url('../images/capital_logo_borda.png'); /* Altere o caminho da imagem conforme necessário */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 80px;
  width: 100%;
  margin: 0 auto; /* Centraliza horizontalmente */
}

.footer-menu, .footer-contato, .footer-social {
  flex:1;
  padding: 10px; /* Adicionado para espaçamento interno */

}

.footer-social {
align-items: center;
}

ul.footer-links {
    list-style-type: none; /* Remove os marcadores da lista */
    padding: 0; /* Remove o preenchimento padrão */
    margin: 0; /* Remove a margem padrão */
}

ul.footer-links li a.link-rodape {
    text-decoration: none; /* Remove o sublinhado dos links */
    color: #FFF; /* Cor do texto dos links */
}

ul.footer-links li a.link-rodape:hover {
    color: #007BFF; /* Cor do texto dos links ao passar o mouse */
}

.footer-spam {
  border-top: 1px solid #fff;
  font-size: 13px;
  text-align: center;
  width: 100%;
}
.carousel-control-prev-icon {
  background-color: #000 !important;
}

.carousel-control-next-icon {
  background-color: #000 !important;
}
.element-info-movel {
  display: none;
}

.whats{
    background-image: url('../images/whatsapp.png');
    position: fixed;
    background-repeat: no-repeat;
    bottom: 50px;
    right: 50px;
    background-size: contain; /* Ajusta a imagem para caber dentro do círculo sem cortar */
    background-position: center; /* Centraliza a imagem */
    height: 70px;
    width: 70px;
    cursor: pointer;
  }

  .cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Inicialmente escondido */
}

.cookie-message {
    margin-bottom: 10px;
}

.cookie-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.cookie-button:hover {
    background-color: #0056b3;
}

.menu-mobile{
  display: none;
}


.navbar-toggler-mobile{
  display: none;
}

/* Responsivo para telas menores */
@media (max-width: 768px) {

  .loader {
    left: 60%;
  }

  .area{
    min-height: 70vh;
  }
  .navbar-toggler-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1D4270; /* Cor da borda */
    border-radius: 8px; /* Bordas arredondadas */
    background-color: #FFF; /* Cor de fundo */
    color: #1D4270; /* Cor do texto e do ícone */
    padding: 8px 16px; /* Espaçamento interno */
    text-decoration: none; /* Remove sublinhado */
    font-size: 14px; /* Tamanho do texto */
    font-weight: bold;
    transition: 0.3s; /* Animação suave */
  }
  
  .navbar-toggler-mobile:hover {
    background-color: #1D4270; /* Fundo ao passar o mouse */
    color: #FFF; /* Cor do texto ao passar o mouse */
  }
  
  .navbar-toggler-mobile i {
    margin-right: 8px; /* Espaçamento entre o ícone e o texto */
    font-size: 16px;
  }


  .menu-mobile {
    display: flex;
    background-color: #1D4270;
    color: #FFF;
    width: 100%;
    height: 60px;
    bottom: 0px;
    z-index: 99;
    position: fixed;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .menu-mobile-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    position: relative;
  }
  
  .menu-mobile-item span {
    text-align: center;
    font-size: 11px;
  }
  
  .menu-mobile-item.center {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    color: #1D4270;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .menu-mobile-item.center span {
    font-size: 12px;
    font-weight: bold;
  }
  
  .menu-mobile-item i {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .whats{
    background-image: url('../images/whatsapp.png');
    position: fixed;
    background-repeat: no-repeat;
    bottom: 70px;
    right: 30px;
    background-size: contain; /* Ajusta a imagem para caber dentro do círculo sem cortar */
    background-position: center; /* Centraliza a imagem */
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
  
  #logo {
  height: 50px;
  width: 100px;
  background-position-y: -6px;

}
.nav-link {
  display: inline-block !important;
}
.topo{
  height: 60px;
}

.element-social{
  display: none;
}
.element-info {
  display: none;
}
.element-info-movel li{
  float: left;
  list-style: none;
  padding: 0px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.element-info-movel a{
  text-decoration: none;
  cursor: pointer;
  color: #FFF;
}

.element-info-movel {
  display: flex;
  flex-direction: column; /* Alinha os itens em coluna */
}

.element-info-movel li {
  margin-bottom: 0px; /* Espaço entre os itens */
}

.element-info-movel li:first-of-type {
  margin-bottom: 0; /* Remove a margem inferior do primeiro item */
}

.newsletter h5 {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer{
  height: auto !important;
}

.footer-spam {
  font-size: 13px;
}

.footer-spam-developer{
  margin-bottom:40px;
}
  .footer-content {
    flex-direction: column;
  }


  .footer > div {
    margin: 10px 0;
  }

  .footer-menu, .footer-contato, .footer-social {
  align-items: left !important;
}
  
  /* Centralizar os links da navbar */
.navbar-capital .navbar-nav {
  width: 100%;
  margin-left: -12 !important;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: left;
  width: 100%;
  background-color: #1D4270;
  z-index: 9999;
  position: absolute;

}


}



@media (max-width: 479px){
  .area{
    min-height: 100vh;
  }
  .element-info-movel li{
    font-size: 12px;
    text-align: center;
  }
  
}



@media (max-width: 600px) {
  .footer-logo {
    max-width: 140px; /* Tamanho máximo da logo em telas menores */
  }
}