  .duvida {
    margin-top: .5em;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 4px;
    font-size: .9em;
    align-items: baseline;
  }

  button#open-modal{
    padding: 0.6rem 1.2rem;
    color:rgba(0, 132, 255, 0.993) ;
    border-radius: 25px;
    align-items: center;
    padding: 0 20px;
    width: 14em;
    height: 50px;
    font-size: .8em;
    opacity: 0.8;
    transition: 0.4s;
  }
  button#open-modal:hover{
    opacity: 1.2;
  }
  button#close-modal{
    display: flex;
    text-align: center;
    justify-content: right;
    align-items: center;
    margin-top: -4em; 
    margin-right: -2em;
  }
  #fade,
  #modal{
    transition: .5s;
    opacity: 1;
    pointer-events: all;
  }
  
  #fade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  #modal{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 10;
    width: 600px;
    max-width: 90%;
    padding: 1.2rem;
    border-radius: .5rem;
  }
  .modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .modal-body p{
    margin-bottom: 1rem;
  }
  #modal.hide,
  #fade.hide{
    opacity: 0;
    pointer-events: none;
  }
  #modal.hide{
    top: 0;
  }


/* Segundo modal */
  #abrirModal{ 
    color: rgba(0, 132, 255, 0.993);
    border-radius: 25px;
    opacity: 0.8;
    transition: 0.4s;
    font-weight: bold;
}
#meuModal.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-conteudo {
  background-color: #fefefe;
  margin: auto;
  margin-top: 10em;
  padding: 1.2rem;
  border: 1px solid #888;
  width: 600px;
  max-width: 90%;
  border-radius: 0.5rem;
  height: auto;
  display: block;
  
}

.fechar:hover,
.fechar:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

h5.conta{
  width: auto;
  display: block;
  justify-content: left;
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

div.fechar{
  display: flex;
  text-align: center;
  justify-content: right;
  align-items: center;
  margin-top: -.8em; 
  margin-right: -1em;
}
span.fechar {
  background-color: #cccccc88;
  color: #aaaaaa;
  width: 25px;
  height: auto;
  font-size: 15px;
  border-radius: 5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

p.conta{
  padding-bottom: 1em;
  display: block;
  text-align: center;

}
div.conta{
  margin-top: 1em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
a.conta{
  width: 13em;
  padding: .4em ;
  background-color: #f8961e;
  border-radius: 1em;
  color: white;
  font-weight: bold;
  text-decoration: none;
}



/* modal whats */
@media (min-width: 1024px) {
.whatsapp{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  }
  #openModalBtn{
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 1000;
  }
  
  .whats{
    width: 2em;
    height: 2em;
    padding: .5em;
    border-radius: 50px;  
    background-color: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: auto;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
  }
}

.whats:hover{
  background-color: #fff;
  color: #25d366;
}
/* modal do whats aberto */
.whatsapp-modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); /* Cor de fundo */
  background-color: rgba(0,0,0,0.4); /* Fundo com transparência */
}

.whatsapp-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* Centraliza o modal */
  padding: 20px;
  border: 1px solid #888;
  width: 650px;
  max-width: 90%;
  padding: 1.2rem;
  border-radius: .5rem;
  height: auto;
}

.whatsapp-close {
  background-color: #cccccc88;
  color: #aaaaaa;
  width: 25px;
  height: auto;
  font-size: 15px;
  border-radius: 5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.whatsapp-close:hover,
.whatsapp-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

h5.whats-titulo{
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.aviso-whats{
  font-size: 1.2em;
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
.opcoes-contato{
 
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/* botao azul */
.opcao1{
  display: flex;
  width: 40%;
  height: auto;
  border-radius: 50px;  
  background-color: rgba(0, 132, 255, 0.993);
  justify-content: center;
  align-items: center;
  border: 1px solid #0084fffd;
}
.opcao1:hover{
  color: #fff;
  padding: 0;
}
.icon-blue {
  padding: .5em;
  border-radius: 50px;  
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: auto;
  font-size: 30px;
  background-color: #fff;
  color: rgba(0, 132, 255, 0.993);
  margin-left: -1em;
  width: 2.1em;
  height: 2.2em;
  box-shadow: none; 
  border: 1px solid #0084fffd;
}
.icon-blue:hover {
  background-color:  rgba(0, 132, 255, 0.993);
  color: #fff;
  box-shadow: none; 
}
.whats-escolha-seplag{
  width: 9em;
  height: 4em;
  padding: .3em;
  margin-left: 10px;
  color: #fff;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: .5em;
}
.opcao2{
  display: flex;
  width: 40%;
  height: auto;
  border-radius: 50px;
  background-color:#f8961e;
  justify-content: center;
  align-items: center;
}
.whats-escolha-dti{
  width: 9em;
  height: 4em;
  padding: .3em;
  margin-left: 10px;
  color: #fff;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: .5em;
}
.icon-orange{
  padding: .5em;
  border-radius: 50px;  
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: auto;
  font-size: 30px;
  background-color: #fff;
  color: #f8961e;
  margin-left: -1em;
  width: 2.1em;
  height: 2.2em;
  box-shadow: none; 
  border: 1px solid #f8961e;
}
.icon-orange:hover{
  color: #fff;
  background-color: #f8961e;
  box-shadow: none;
}
.whats-texto{
  text-decoration: none;
}
/* modal whats para cell */
@media (max-width: 1023px) {
  .whatsapp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 45px;
    right: 7px;
    }
    #openModalBtn{
      width: 50px;
      height: 50px;
      bottom: 40px;
      right: 40px;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      z-index: 1000;
    }
    
    .whats{
      width: 2em;
      height: 2em;
      padding: .5em;
      border-radius: 50px;  
      background-color: #25d366;
      color: #fff;
      display: flex;
      align-items: center;
      text-align: center;
      margin-top: auto;
      font-size: 30px;
      box-shadow: 1px 1px 2px #888;
    }
  /* modelo aberto  */
  .whatsapp-modal-content {
    background-color: #fefefe;
    margin: 55% auto; /* Centraliza o modal */
    padding: 20px;
    border: 1px solid #888;
    width: 650px;
    max-width: 90%;
    padding: 1.2rem;
    border-radius: .5rem;
    height: auto;
  }
  /* Duas opcoes de contato */
  .opcoes-contato{
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .opcao1{
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 50px;  
    background-color: rgba(0, 132, 255, 0.993);
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em;
  }
  .icon-blue {
    background-color: #fff;
    color: rgba(0, 132, 255, 0.993);
    padding: .4em;
    margin-left: 0em;
    width: 1.9em;
    height: 1.9em;
    font-size: 1.9em;
    border-radius: 50px;
    border: 1px solid #0084fffd;
    box-shadow: none; 
  }
  .icon-blue:hover {
    background-color:  rgba(0, 132, 255, 0.993);
    color: #fff;
    box-shadow: none; 
  }
  .whats-escolha-seplag{
    width: 9em;
    height: 4em;
    padding: .3em;
    font-size: .9em;
    margin: auto;
    color: #fff;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: .5em;
  }
  .opcao2{
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 50px;  
    background-color:#f8961e;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
  }
  .icon-orange {
    background-color: #fff;
    color:#f8961e;
    padding: .4em;
    margin-left: 0em;
    width: 1.9em;
    height: 1.9em;
    font-size: 1.9em;
    border-radius: 50px;
    border: 1px solid #f8961e;
    box-shadow: none; 
  }
  .icon-orange:hover {
    background-color: #f8961e;
    color: #fff;
    box-shadow: none; 
  }
  .whats-escolha-dti{
    width: 9em;
    height: 4em;
    padding: .3em;
    font-size: .9em;
    margin: auto;
    color: #fff;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: .5em;
  }
}