.app-footer {
  margin-left: 0px;
  background-color: #e5e5e5;
  padding: 0.5rem 0;
  height: 90px;
}

.app-footer .app-footer__inner {
  background-color: #e5e5e5;
  height: 90px;
}

.newsletter_rodape {

  display: block;

}

.newsletter_rodape_texto {

  text-align: left;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #625451;
  width: 340px;

}

.informacoesContato {

  margin-left: 0px;
  margin-top: 0px;

}

.informacoesContato .containerRodape {
  width: 31%;
  padding-top: 1rem;
}

.informacoesContato .emailContato {
  font-family: "Open Sans";
  font-size: 1rem;
  color: #495057;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
}

.iconeEmailContato {
  width: 35px;
  height: 35px;
  margin-right: 0.5rem;
}

.informacoesContato .linkEmailContato {
  text-decoration: none;
  height: fit-content;
  color: #495057;
}

.informacoesContato .cadastroEmailTitulo {
  font-family: "Open Sans";
  font-size: 1rem;
  color: #495057;
  font-weight: bold;
  text-align: center;
}

.informacoesContato .iconeCadastroEmail {
  width: 20px;
  margin-left: 8px;


}

.informacoesContato .cadastroEmailInput {

  background-color: white;
  display: flex;
  border-radius: 5px;
  max-width: 450px;
  margin-bottom: 12px;

}

.informacoesContato .cadastroEmailInput.invalidEmailInput {
  border: 1px solid red;
}

.informacoesContato .textoCadastroEmail {
  border: none;
  flex: 2 1;
  margin: 0 auto;
  background-color: none;
  padding-left: 10px;
}

.informacoesContato .textoCadastroEmail:focus {
  outline: none;
}

.informacoesContato .envioCadastroEmail {
  background-color: #681139;
  color: white !important;
  display: inline !important;
  height: 29px !important;
  border-radius: 0.1rem !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  letter-spacing: 0.04em !important;
  width: 77px !important;
  font-weight: bold !important;
  margin-right: -18px !important;
  text-align: center !important;
  padding-top: 3px !important;

}

.informacoesContato .envioCadastroEmail:hover {
  background: #7f3457 !important;
}

.informacoesContato .retornoCadastro {
  color: #681139;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.informacoesContato .retornoCadastro.semRetorno {
  display: none;
}

.rodape {


  padding-left: 10px;
  background-color: #e5e5e5;
  height: 80px;
  align-items: center;

}

a {
  color: #495057;
}

.rodape-contato-email {


  font-family: "Open Sans";
  font-size: 12px;
  color: #495057;
  display: flex;
  text-align: right;
  padding-top: 1.5rem;


}

.informacoesContato .textoLogo {
  font-family: "Open Sans";
  font-size: 12px;
  color: #495057;

}

.email_contato {

  padding-top: 0px;
}

.imagemLogo {
  width: 177px;

}

.imagemLogo_col {

     margin-top: 1px;
     /* position: absolute; */
     /* margin-left: 335px; */

}

.imagemLogoConcertacao {

  /* margin-left: 50px; */
  width: 105px;

}

.imagemLogoConcertacao_col {

  padding-top: 0px;

}

.powered {


    min-width: 120px;
    padding-top: 25px;
    margin-left: -25px;
    color: #575557;
    font-weight: 600;


}

@media (max-width: 768px) {
  .informacoesContato .cadastroEmail.containerRodape {
    padding-top: 9rem !important;
    width: 45% !important;
  }

  .informacoesContato .linkEmailContato {
    width: 15px !important;
    font-size: 14px !important;
  }

  .informacoesContato .imagemLogo {
    width: 105px !important;
    height: initial !important;
    margin-top: -5px;

  }
  .rodape {
    height: 95px;
  }
  .informacoesContato .textoLogo {
    display: none !important;
  }
}

.rodape1{
  /* width: 100%; */
  height: 215px;
  background-color: #3AC09A;
  display: flex; 
  justify-content: center; 
  align-items: center;
  
}

.rodape-logo{
width:1280px;
height: 91px;
justify-content: space-between;
padding:10px 0px 10px 0px;

display: flex;

}
.logo-img {
  width: 100%;
  height: auto;
}

.partner {
 
  width: 469px;
  height: 60px;
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact{
  width:100%;
  height: 52px;
  background-color: #681139;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 100px 15px 100px;
}
@media (max-width:768px){
  .contact {
    width: 100%;
    height: 80px;
    background-color: #681139;
    /* display: flex; */
    display: block;
   
    align-items: center;
    /* padding: 15px 100px 15px 100px; */
    padding-left: 35px;
    padding-top: 8px;
}
}

.contact img{
  width: 16.25;
  height: 16.25;
  padding-left: 1.88px;
  padding-top: 1.88px;
}
.partner {
  text-align: center;
  padding: 20px;
}

.partner-container {
  display: flex;
  
  justify-content: center;
  gap: 20px; /* Espaçamento entre as caixas */
}


@media (max-width: 1400px) {
  .partner-box {
    width: 110px; /* Ajuste para telas até 1400px */
    height: 45px;
  }
}

@media (max-width: 1200px) {
  .partner-box {
    width: 100px; /* Ajuste para telas até 1200px */
    height: 40px;
  }
}

@media (max-width: 992px) {
  .partner-box {
    width: 90px; /* Ajuste para telas até 992px */
    height: 35px;
  }
}



@media (max-width: 480px) {
  .partner-box {
    width: 70px; /* Ajuste para telas até 480px */
    height: 25px;
  }
}
/* Ajustes de responsividade */
.footer {
  background-color: #3AC09A;
  color: white;
  padding: 20px 0;
  width: 100%;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: flex;
  
  justify-content: space-between;
  padding-bottom: 20px;
  
}

.footer-logo img {
  /* width: 100px; */
}

.footer-partners, .footer-navigation {
 
  padding: 10px;
  display: flex;
  color: black;
  align-items: center;
}

.footer-partners h3 {
  margin-bottom: 10px;
}

.partner-box {
  width: 120px;
  height: 50px;
  background-color: #151313;
  margin: 5px;
  display: inline-block;
  opacity: 60%;
  
}
@media (max-width: 768px) {
  .partner-box {
    width: 50px; /* Ajuste para telas até 768px */
    height: 50px;
  }
}



.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 20px;
}

.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-info svg {
  margin-right: 10px;
}

.contact-info p {
  margin: 0;
}

/* Media Queries */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
  }

  .footer-navigation {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.footer-navigation {
  display: flex;
  justify-content: center; /* Centraliza os itens horizontalmente */
  align-items: center; /* Centraliza os itens verticalmente */
  flex-wrap: wrap; /* Permite quebra de linha em telas menores */
}

.navbar-nav {
  display: flex; /* Aplica flexbox aos itens da lista */
   /* Permite quebra de linha se necessário */
  list-style: none; /* Remove bullets da lista */
  padding: 0;
  margin: 0;
}

.nav-item {
  margin: 10px;
}

.nav-link {
  display: flex;
  align-items: center; /* Alinha o texto ao centro verticalmente */
  color: white;
  text-decoration: none;
  padding: 5px 10px;
 
  border-radius: 5px;
}



/* Media Queries */
@media (max-width: 768px) {
  .navbar-nav {
    justify-content: center; /* Centraliza os itens em telas menores */
  }
}

.img-footer{
  display: flex;
  margin-left: 78px;
}

@media (max-width: 768px) {
  .img-footer{
    display: flex;
    /* justify-content: space-between; */
    margin-left: 0px !important;
   
  }

    .imagemLogo{
    margin-left: 0px !important;
      height: 50px !important;
    }
    .imagemLogoConcertacao{
      height: 50px !important; 
    }
}

@media (max-width: 768px) {
  .navbar .container-fluid{
   justify-content: start;
   
  }
}