body{
    background-color: #eeeeee;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  padding-top: 57px;

}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000021;
  /* cor do background que vai ocupar o body */
  z-index: 9999;
  /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .loader {
  position: absolute;
  top: 50%;
  /* centralizar a parte interna do preload (onde fica a animação)*/
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader {
  width: 100px;
  height: 100px;
}

.loader>.card {
  height: 80px;
  align-items: center;
  padding: 10px;
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  /* margin: 0 0 10px 12px; */
  width: 50px;
}


@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

/* prelaod do buscar */
#preloader-buscar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 50px;
  background-color: transparent !important;
  /* cor do background que vai ocupar o body */
  z-index: 9999;
  /* z-index para jogar para frente e sobrepor tudo */
}

#preloader-buscar .loader-buscar {
  position: absolute;
  top: 50%;
  /* centralizar a parte interna do preload (onde fica a animação)*/
  left: 54%;
  transform: translate(-50%, -50%);
}

.loader-buscar {
  width: 50px;
  height: 50px;
}

.loader-buscar>.card {
  height: 50px;
  width: 50px;
  align-items: center;
  padding: 10px;
}

.loader-wheel-buscar {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 25px;
  /* margin: 0 0 10px 12px; */
  width: 25px;
}

#favoritarUsuario.active {
  background-color: #e9c917 !important;
}

.topDesktop {
  top: 80px !important;
}

.topMobile {
  top: 57px !important;
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


.text-danger{
  color: #8b1f1e !important;
}

.card-info-destaque  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.card-info-destaque {
	position: relative;
  height: 250px;


}

.perfil-img{
  /* position: relative; */
  overflow: hidden; /* Garante que o conteúdo excedente seja cortado */
  width: 100%;      /* Pode ser 100% ou um valor fixo, conforme seu layout */
  height: 250px;    /* Defina a altura desejada para o container */
}

.perfil-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; /* Remove possíveis espaços em branco abaixo da imagem */
}

.card-destaque h1:hover {
	text-decoration: underline
}

.card-info-destaque:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 1%, rgba(255, 255, 255, 0) 29%);
  border-radius: 0.75rem;
}

.card-text-destaque {
	position: absolute;
	bottom: 0px;
	padding: 0 10px 5px;
	width: 100%;
	color: #fff
}

.card-text-destaque a {
	color: #fff;
	text-decoration: none
}

.card-text-destaque h1 {
	font-size: 16px;
	font-weight: 700
}

.card-text-destaque h2 {
	font-size: 13px;
	font-weight: 600
}

.card-text-destaque p {
	font-size: 14px;
	font-weight: 400
}



.section-1{
    background: url('../imagens/bg-header.webp?v=1.0') no-repeat top;
    background-size: cover;
    min-height: 600px;
    padding-top: 30px;
}



.nabar-reset{
    background-color: #fff !important;

   padding-left: 25px;
   padding-right: 25px;
}

.info-destaque{
  margin-top: -465px;
}
.info-destaque .img-destaque{
  margin-top: -150px;
}

.info-destaque h1{
  color: #fff;
  font-weight: 600;
}
.info-destaque p{
  color: #fff;
}

.info-destaque h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.info-destaque h3 img {
  margin-right: 10px;
  vertical-align: middle;
}



.btn-danger {
  background: linear-gradient(to right, #8b1f1e, #ba0f0d);
  color: #fff;
  border: none;
  border-radius: 30px;
  transition: background 1s ease;
}

.btn-danger:hover {
  background: linear-gradient(to right, #ba0f0d, #8b1f1e); 
  color: #fff;
}


.btn-light-menu {
  background: linear-gradient(to right, #171717, #000000);
  color: #fff !important;
  border: none;
  border-radius: 30px;
  transition: background 1s ease;
}

.btn-light-menu:hover {
  background: linear-gradient(to right, #ba0f0d, #8b1f1e); 
  color: #fff;
}

.bg-menu-mobile-right {
  background: linear-gradient(to right, #000000,  #171717);

}






.btn-outline-red {
  background: transparent; /* Fundo transparente */
  color: #ba0f0d; /* Cor inicial do texto */
  border: 2px solid #ba0f0d; /* Remove a borda padrão */
  border-radius: 30px; /* Bordas arredondadas */
  font-weight: 400; /* Texto destacado */
  transition: all 0.3s ease; /* Transição suave para interatividade */
}

.btn-outline-red:hover {
  color: #fff; /* Cor do texto no hover */
  border-color: transparent; /* Remove o gradiente na borda no hover */
}


.btn-outline-red {
  background: transparent; /* Fundo transparente */
  color: #ba0f0d; /* Cor inicial do texto */
  border: 2px solid #ba0f0d; /* Remove a borda padrão */
  border-radius: 30px; /* Bordas arredondadas */
  font-weight: 400; /* Texto destacado */
  transition: all 0.3s ease; /* Transição suave para interatividade */
}

.btn-outline-red:hover {
  background: linear-gradient(to right, #8b1f1e, #ba0f0d); /* Gradiente no fundo ao passar o mouse */
  color: #fff; /* Cor do texto no hover */
  border: 2px solid #ba0f0d; /* Borda vermelha */
}

.btn-outline-white {
  background: #fff; /* Fundo branco */
  color: #ba0f0d; /* Cor inicial do texto */
  border: 2px solid #ba0f0d; /* Borda vermelha */
  border-radius: 30px; /* Bordas arredondadas */
  font-weight: 400; /* Texto destacado */
  transition: all 0.3s ease; /* Transição suave para interatividade */
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
  background: #fff !important; /* Fundo branco */ 
  color: #ba0f0d; /* Cor do texto no hover */
  border: 2px solid #ba0f0d; /* Borda vermelha */
}

.btn-outline-white-favoritar {
  background: #fff; /* Fundo branco */
  color: #ba0f0d; /* Cor inicial do texto */
  border: 2px solid #e9c917; /* Borda vermelha */
  border-radius: 30px; /* Bordas arredondadas */
  font-weight: 400; /* Texto destacado */
  transition: all 0.3s ease; /* Transição suave para interatividade */
}

.btn-outline-white-favoritar:hover {
  background: linear-gradient(to right, #ddbc06, #ebcc1d); /* Gradiente no fundo ao passar o mouse */
  color: #fff; /* Cor do texto no hover */
  border: 2px solid #e9c917; /* Borda vermelha */
}





.box-info-vantagens-1 {
  float: left;
  width: 100%;
  min-height: 338px;
  background-color: #6e0201;
  background: url('../imagens/bg-info.jpg') no-repeat top;
  background-size: cover;
  margin-top: -100px;
  border-radius: 40px;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.box-info-vantagens-1 p{
  color: #fff;
}

.box-info-vantagens-1 h3{
  font-size: 37px;
  font-weight: normal;
  color: #fff;
}

.box-info-vantagens-1 h3 span{
  font-weight: bold;
}

.box-info-vantagens-2{
  float: left;
  width: 100%;
  min-height: 338px;
  background-color: #ffffff;
  margin-top: -100px;
  border-radius: 40px;
  padding: 40px 30px;
}
.box-info-vantagens-2 h3{ 
  color: #8f311a;

}.box-info-vantagens-2 p{
  color: #8f311a;
}

.box-cadastra-se{
  float: left;
  width: 100%;
  margin-top: -20px;
  text-align: center;
}

.section-2{
  background-color: #fff;
  padding-bottom: 15px;
}

.section-3{
  background-color: #fff;
  padding-bottom: 0px;
  padding-top: 100px;
}

.section-3 h3{
  color: #583132;
  font-size: 22px;
}


.section-3 h2{
  color: #8b1f1e;
  font-size: 26px;
}

.section-3 h5{
  color: #583132;
  font-weight: 400;
  font-size: 25px;

}

.section-4{
  background-color: #dcd6d5;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 h4{
  color: #583132;
  font-size: 22px;
}


.section-4 h3{
  color: #583132;
  font-size: 37px;
}


.section-4 p{
  color: #620e0d;
  font-size: 23px;
}


.section-5{
  background-color: #fff;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-footer{
  background-color: #9b1211;
  background: url('../imagens/bg-footer.jpg') no-repeat top;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}

.box-info-footer{
  float: left;
  width: 100%;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 30px;
  margin-bottom: 30px;

}
.box-info-footer h4{
  color: #951211;
  font-size: 37px;
  font-weight: bold;
}
.box-info-footer p{
  color: #470908;
  font-size: 15px;
}

footer h5{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

footer .nav-link {
  color: #dbdbdb !important; 
  font-size: 15px;
  font-weight: 300;
}
.p-direitos{
  color: #fff;
  font-weight: 300;
}

.nav-redes-footer a{
  color: #8f311a !important;
}

.card{
  border: none;
    border-radius: 25px;
}
.card-header {
  border-radius: 25px 25px 0 0 !important;
}

.section-registro{
  background: url('../imagens/bg-registro.jpg?v=3') no-repeat top;
  background-size: contain;
  min-height: 765px;
  padding-top: 30px;

}
.section-registro-1{
    margin-bottom: 20px;
}

.section-buscar{
  /* background: url('../imagens/bg-perfil.jpg') no-repeat top; */
  background-size: cover;
  min-height: 330px;
  padding-top: 30px;

}
.section-buscar-1{
  margin-top: -300px;
}

.filtros-aqui {
  position: sticky;
  top: 90px; /* Distância do topo da tela */
  z-index: 10; /* Certifique-se de que está acima de outros elementos */
}

.section-perfil{
  /* background: url('../imagens/bg-perfil.jpg') no-repeat top; */
  background-size: cover;
  min-height: 330px;
  padding-top: 30px;

}
.section-perfil-1{
  margin-top: -300px;
}



.img-perfil img{
  border: solid 3px #fff;
  border-radius: 0px;
}

.box-info-perfil ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.box-info-perfil ul li{
  /* color: #fff; */
}

.box-info-perfil h1{
  font-weight: bold;
}
.box-info-perfil h2{
  font-weight: bold;
  font-size: 22px;
}
.box-info-perfil p{
  font-size: 25px;
  font-size: 17px;
}


.box-info-caracteristicas ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.box-info-caracteristicas ul li{
  color: #000;
  font-size: 13px;
}



/* Skeleton Loader Container */
.skeleton-container {

  width: 100%; /* Garante que ocupa toda a largura */
  margin: 0; /* Remove margem extra */
  padding: 0; /* Remove padding extra */
}

/* Skeleton Card */
.skeleton-card {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: pulse 1.5s infinite ease-in-out;
  width: 100%; /* Garante que cada cartão preencha corretamente */
}

/* Skeleton Image Placeholder */
.skeleton-image {
  width: 100%;
  height: 150px;
  background: #e0e0e0;
  border-radius: 8px;
}

/* Skeleton Text Placeholder */
.skeleton-line {
  width: 100%;
  height: 16px;
  background: #e0e0e0;
  border-radius: 4px;
}

.skeleton-line.short {
  width: 60%; /* Linha curta */
}


.h2-blog{
  font-weight: 300;
    font-size: 21px;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
      background-color: #e0e0e0;
  }
  50% {
      background-color: #f5f5f5;
  }
  100% {
      background-color: #e0e0e0;
  }
}

.nav-perfil{
  border-radius: 20px 20px 0 0;
}
.btn-favoritar-mobile{
  height: 36px !important;
}

.btn-filtro{
  padding: 0 20px 0;
}

.custom-shadow-up {
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.5); /* Sombra apenas para cima */
}

.col-buscar-mobile{
  padding-left: 0;
  padding-right: 0;
}
.card-destaque{
  padding: 1%;
}

@media screen and (max-width:1200px) {

  .section-1{
    background: url(../imagens/bg-header.webp?v=1.0) no-repeat 75%;
  }

  .h1, h1 {
    font-size: 2rem;
  }

  .info-destaque {
    font-size: 16px;
  }
}

@media screen and (max-width:768px) {

  .btn-saibamais-mobile{
    font-size: 18px;
  }

  #total-users{
    font-size: 20px;
    font-weight: 600;
  }

  .card-text-destaque li{
    font-size: 13px;
  }


  .container-fluid-mobile{
    --bs-gutter-x: --bs-gutter-x: 0rem;
  }

  .container-mobile{
    --bs-gutter-x: --bs-gutter-x: 0rem;
  }

  .box-info-caracteristicas ul li{
    font-size: 13px  !important;
  }
  

  .section-3{
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }

  .section-1{
    min-height: 412px;
    background: url(../imagens/bg-header.webp?v=1.0) no-repeat 77%;
    background-size: cover;
  }

  .info-destaque h1 {
    font-size: 16px;
  }

  .info-destaque h3 {
    font-size: 14px;
  }
  .info-destaque p{
    font-size: 13px;
  }

  .info-destaque{
    margin-top: -234px;
  }

  .filtros-aqui {
    position: static; /* Desativa a fixação no mobile */
}

  .box-info-perfil ul li, .box-info-perfil h1, .box-info-perfil h2, .box-info-perfil p{
    color: #000;
  }

  .section-buscar{
    min-height: 260px;
  }

  .section-registro{
    background: url('../imagens/bg-registro-mobile.jpg?v=3') no-repeat top;
    background-size: contain;
    padding-top: 210px;
    min-height: auto;
  }

  .section-buscar-1{
    margin-top: -250px;

  }


  .img-perfil{
    margin-bottom: 20px;
  }
  

  .nabar-reset{
    padding-left: 0px;
    padding-right: 0px;
    z-index: 9999;
  }

 

  .info-destaque .img-destaque{
    margin-top: 0;
  }

  .box-info-vantagens-2{
    margin-top: 0;

  }

  .section-3 h5{
font-size: 17px;
  }

  .section-4 p{
    font-size: 18px;
  }



}

@media screen and (max-width:375px) {

  .box-info-caracteristicas ul li{
    font-size: 12px  !important;
  }
  
}