.pc {
  background-color: #194d75;
  color: #fff !important;
  padding: 2%;
}
.containerParceiro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#consultor {
  width: 360px;
}
.boxSub1 {
    border-radius: 30px;
    width: 550px;
    height: 200px;
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    position: sticky;
  text-align: justify;
}
.boxSub1 h3 {
  text-align: justify;
}
p.tituloSub.pcSub.text-white {
    margin-bottom: 15px !important;
}
#time {
  font-style: italic;
  font-weight: bold;
}
/* .modalA {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5%;
} */
span.inbox {
    cursor: pointer;
    font-size: 25px;
    margin-left: 10px;
    padding: 0.5%;
    color: #194d75;
    border-radius: 10%;
    background: #f2d377;
    box-shadow: 20px 20px 60px #242424, -20px -20px 60px #c3950a;
}
.svTituloParceiro {
    font-size: 4rem;
    font-family: fontLogo;
    font-weight: bold;
    color: #58595b;
  
}

@media (max-width: 398px) {

  #consultor {
    width: 360px;
    margin-bottom: 10%;
}
  
}