body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #011d91;
  color: #333333;
}
.containercad2
{
 align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  font-family:'Lucida Sans, 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p {
  font-size: 17px;
}

header {
  background-color: #03790d;
  color: white;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
  text-align: center;
}

.navbar-brand img {
  height: 50px;
  max-height: 60px;
  object-fit: contain;
}

.navbar .navbar-brand {
  margin: 0 auto;
}

.navbar-nav {
  margin: 0 auto;
  text-align: center;
}

.navbar-collapse {
  justify-content: center;
}

.navbar-brand :hover {
  transition: transform 0.5s;
  transform: scale(1.2);
}
.navbar-nav .nav-link {
  color: rgb(43, 226, 52);
  transition: color 0.3s;
  transition: transform 0.5s;
}
.navbar-nav .nav-link:hover {
  color: #008216;
  transition: color 0.3s ease;
  transform: scale(1.1);
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

main {
  background-color: white;
  padding: 30px;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

footer {
  border-radius: 20px;
}

.custom-footer {
  background-color: #1d3a1d;
  color: #f0eaff;
  padding: 20px 20px 20px 2px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  gap: 30px;
}

.footer-logo h4 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #84f7b8;
}

.footer-links a {
  display: block;
  color: #2aa80a;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #b2ffa8;
}

.footer-social p {
  margin-bottom: 8px;
}

.social-icons a {
  margin-right: 10px;
  color: #84f78e;
  font-size: 20px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #4e934c;
  padding-top: 10px;
  font-size: 14px;
}


/*formatações para o corpo da pagina, main, header e etc.
formatações específicas (para coisas específicas de cada pagina, sla kkkkk)

tabela pg preços*/
.tabela-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.tabela-servicos {
  border-collapse: collapse;
  width: 60%;
  max-width: 600px;
  text-align: center;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tabela-servicos th {
  background-color: #00ff95;
  color: white;
  padding: 15px;
  font-size: 18px;
  border: 2px solid rgb(4, 34, 0);
}

.tabela-servicos td {
  padding: 12px;
  border: 2px solid #75ff7c;
  background-color: #f9f9f9;
}

.tabela-servicos tr:hover td {
  background-color: #a9ffa6;
  transition: 0.3s;
}

/*fim da formatação da tabela 
ps: ficou bom ta slk*/


/*carousel negócio preços, css
não é por nada não, mas ja me sinto profissional*/

.carousel-caption {
  background-color: rgba(0, 238, 32, 0.7);
  border-radius: 12px;
  padding: 15px;
}

.carousel-indicators button {
  background-color: #00ea1f;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(28%) sepia(82%) saturate(6536%) hue-rotate(250deg) brightness(90%) contrast(108%);
}

.carousel-item img {
  height: 100%;
  object-fit: cover; /* faz a imagem ficar em 100% da tela, pra não acontecer *aquilo* dnv */
}


/*css do formulário (vou ficar doido aq)*/

.custom-form {
  background-color: #f5ebff;
  border: 2px solid #84f793;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(132, 247, 151, 0.15);
  margin-top: 20px;
}

.custom-form .form-group {
  margin-bottom: 15px;
}

.custom-form label {
  font-weight: 500;
  color: #466c30;
}

.custom-form .btn-primary {
  background-color: #3fd464;
  border-color: #3fd45f;
}

.custom-form .btn-primary:hover {
  background-color: #2cb738;
  border-color: #2cb76b;
}


/*formatação do negocio do ajuda e suporte*/

.faq-section {
  background-color: #f5f0fc; /* roxo claro */
  border-radius: 10px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(88, 160, 106, 0.1);
}

.accordion-button {
  background-color: #fff;
  color: #2c7830;
  font-weight: 500;
  border: none;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #e5d7f5;
  color: #1b6121;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: #fff;
  border-left: 4px solid #84e088;
  padding: 15px 20px;
  border-radius: 0 0 6px 6px;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}


/*formatação do cadastro, acho  ps: desisti*/
.btnLimpar
{
  color: white;
  background-color: #2c7839;
  border-radius: 5px ;
}

.footer-links  {
  text-align: center;
  color: white;
}



style
.fixed-img {
    height: 200px;
    object-fit: cover;
}

.card-grid:hover .card {
  filter: blur(3px);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.card-grid .card:hover {
  filter: none;
  transform: scale(1.1);
  z-index: 5;
  position: relative;
}

.card img {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: scale(1.0);
}

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
}

.card-grid .card {
    transition: transform 0.3s ease, filter 0.3s ease;
    z-index: 1;
}

.card-grid .card:hover {
    transform: scale(1.05);
    z-index: 10;
}
.card-grid:hover ~ .blur-overlay {
    opacity: 1;
}

.card-grid .card:hover ~ .blur-overlay {
    opacity: 1;
}
/*Cadastro 2*/
.cadastrocep{
text-align: center;

}
.labelespaco
                {
                    margin-right: 130px;
    
                }
                .labelespaco1
                {
                    margin-right: 122px;
    
                }
                .labelespaco2
                {
                    margin-right: 155px;
    
                }

                .container {
                    max-width: 600px;
                    margin: auto;
                    background-color: white;
                    padding: 30px;
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                    border-radius: 8px;
                }
                
                label {
                    margin-top: 10px;
                    font-weight: bold;
                }
                
                input{
                    padding: 8px;
                    margin-top: 5px;
                    border: 1px solid #ccc;
                    border-radius: 4px;
                }
                
                .normal {
                    margin-top: 20px;
                    padding: 10px;
                    background-color: #21489b;
                    color: white;
                    font-weight: bold;
                    border-radius: 4px;
                }
.pesquisar
{
    size: 3px;
    padding: 10px 35px 10px 35px;
    background-color: #21489b;
    color: white;
    font-weight: bold;
    border-radius: 4px;
}

