  .overlayForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente escuro */
    display: none;
    z-index: 1;
  }

  .containerForm {
  position: fixed;
  width: 412px;
  height: 100vh; /* Ocupa toda a altura da página */
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.2s ease-in-out;
  right: 0;
  z-index: 9999999999;
  overflow-y: auto; /* Adiciona a barra de rolagem vertical quando necessário */
}

.containerForm *{
    color: #353535;
}

.form-containerForm {
  padding: 60px;
}

#openBtnForm {
cursor: pointer;
/*background-color: #4CAF50;*/
color: #fff;
border: none;
padding: 10px;
border-radius: 5px;
outline: none;
}

.closeBtnForm {
position: absolute;
top: 2%; /* Ajuste a porcentagem conforme necessário */
right: 5%; /* Ajuste a porcentagem conforme necessário */
cursor: pointer;
}

 /* Estilo padrão do link */
 .meuLink-form {
    color: white; 
    text-decoration: none; 
  }
  
/* Estilo do link quando clicado */
  .meuLink-form:active {
    color: white;
  }
  
.tamanho-input{
  width: 260px;
  background-color: #f5f6fa;
  border: none;
  height: 35px;
  border-radius: 4px 4px 4px 4px;
}

.tamanho-botao{
     width: 260px;
  border-radius: 4px 4px 4px 4px;	
}

#negrito{
font-weight:600;	
}

#checarbox-info{
 height:15px;
 width:15px;	
}

.info:disabled {
  background-color: #dedfe4; /* Cor quando desabilitado */
  color: #ffffff; /* Cor do texto quando desabilitado */
}

.info:not(:disabled) {
  background-color: #148fda; /* Cor quando habilitado */
  color: #ffffff; /* Cor do texto quando habilitado */
}


.font-form{
 font-size:12px;	
}

#imgform{
  width:205px;
  margin-left: 25px;
  margin-bottom: 15px;
}

@media screen and (max-width:500px) {
#logo-posicao{
  margin-left: 67px;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
  font-weight: bold;
}

.btn-style {
  padding: 0.9em 2em;
  border: 1px solid white;
  border-radius: 35px;
  font-weight: bold;
  font-size: 25px;
}

.lead {
  font-size: 24px !important;
  font-weight: 300;
  margin-top: 19px;
  margin-bottom: 29px;
}

.font-form{
 font-size:18px;	
}

#imgform{
  position: absolute;
  top: 2%;
  right: 26%;
  cursor: pointer;
}

}

@media screen and (max-width:390px) {
#logo-posicao{
  margin-left: 22px;
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
  font-weight: bold;
}

.btn-style {
  padding: 0.9em 2em;
  border: 1px solid white;
  border-radius: 35px;
  font-weight: bold;
  font-size: 25px;
}

.lead {
  font-size: 24px !important;
  font-weight: 300;
  margin-top: 19px;
  margin-bottom: 29px;
}

.form-containerForm {
  padding: 40px !important;
}

}

#formContainer h5{
    font-size: 20px;
    margin: 0;
}

#formContainer input{
    margin: 0;
}

#formContainer button{
    padding: 5px;
    cursor: pointer;
}



