.parallax-wrapper {
    width: 70%;
    margin: 0 auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    margin-top: 225px;
}

.parallax-section {
    background-image: url('/images/IMG_HOME_1200x563.jpg');
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoomInParallax 1.5s ease-out forwards;
    transform: scale(0.9);
    opacity: 0;
}

.parallax-content {
    max-width: 1200px;
    padding-bottom: 20px;
    width: 100%;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.principalBody {
    background-color: #f0f0f0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0px auto;
    width: 70%;
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tituloSobreNos{
    width: 70%;
    background-color: #f0f0f0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    align-content: center;
    margin: 0 auto;
    background-color: #ffffff;
    font-family: 'Calibri', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 15px;
}

.tituloSobreNosH3{
    font-size: 1.5rem;
    font-weight:500;
    align-items: center;
    text-align: center;
}

.principalSobreNos{
    width: 70%;
    background-color: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.coluna-esquerda {
  flex: 1 1 50%;
  font-family: 'Calibri', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

.paragrafoNormal{
  text-indent: 2em;
  line-height: 1.6;
}

.coluna-direita {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: 'Calibri', sans-serif;
}

.principalSobreNosCard {
  padding: 25px 20px;
  color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.principalSobreNosCard h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.principalSobreNosCard p{
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    text-align: justify;
}

.principalSobreNosCard.missao {
  background-color: #a7d6f1;
  color: #ffffff;
}

.principalSobreNosCard.visao {
  background-color: #4a75cc; /* azul médio */
}

.principalSobreNosCard.valores {
  background-color: #3135ad; /* azul escuro */
}

.principalSobreNosCard ul {
  margin: 0;
  padding-left: 20px;
}

.cards-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    background: white;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    flex: 1 1 300px;
    max-width: 250px;
    text-align: center;
}

.card h3{
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card p{
    font-family:"Calibri", sans-serif;
}

.card span img{
    display: inline-flex;
    width: 150px !important;
    max-width: 150px !important;
    height: 150px;
    max-height: 150px;
    text-align: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-saiba-mais {
    background-color: #0047ff;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 25px;
    border-radius: 30px;
    border: 3px solid white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.btn-saiba-mais:hover {
    background-color: #0033cc;
    transform: scale(1.05);
}

.drop-cap {
  text-align: justify;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
}

.drop-cap .cap {
  float: left;
  font-size: 3.5em;
  line-height: 1;
  font-weight: bold;
  margin-right: 8px;
  margin-top: 4px;
  font-family: 'Georgia', serif;
}

.formLogin{
  display: flex;
  flex-direction: column;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}

.formGeralRegister{
  width: 100%;
  max-width: 100%;
}

.formGeralRegister label{
  width: 500px;
}

.formGeralRegister input{
  width: 500px;
}