.barra-superior {
    background-color: #c1122a;
    height: 30px;
    width: 100%;
    margin-bottom: 0.8%;
}
/*
.banner {
    background-image: url('img/capa.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
    width: 100%;
}
*/
.formulario {
    background-color:  #7031a7;
    border-radius: 30px;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    /* Para que uma parte do formulário fique acima do banner */
    z-index: 1;
}

.formulario h3 {
    font-size: 1.6rem;
    text-align: center;
}

.formulario p {
    font-size: 1.2rem;
    text-align: center;
}

.formulario button {
    width: 100%;
    color: #c1122a;
    background-color: #ecc41b;
    border: 0px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
}

.titulo {
    padding-left: 20px;
    color:  #7031a7;
    font-size: 3rem;
    font-weight: 700;
    margin-top: 50px;
    line-height: 3.4rem;
}

.texto-explicativo {
    padding-left: 20px;
    margin-top: 20px;
    font-size: 1.5rem;
    text-align: justify;
}

.conteudo-banner {
    margin-top: -20px;
    /* Ajusta a posição para que o conteúdo fique abaixo do banner */
}

.escolha-uninta {
    width: 100%;
    padding: 10px;
    background-color: #7031a7;
}

.container h1 {
    margin: 5% 0 5% 0;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
}

.titulo-esc {
    font-size: 1.7rem;
    padding-bottom: 3%;
    color: #fff;
    text-align: justify;
    font-weight: 400;
}

.Bconhecer {
    width: 35%;
    margin: 3% auto;
}

.conhecer {
    width: 70%;
    margin: 0 15%;
}

.f-social {
    background-image: url('img/f-social/f-social.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Impede a repetição da imagem */
    height: 570px;
    position: relative;
    width: 100%;
}

.f-social h3 {
    margin-top: 15%;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #c1122a;
}

.f-social p {
    margin: 5% 0 5% 5%;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: justify;
    color: #c1122a;
}

.f-social .p-social {
    width: 70%;
    margin: 0 auto;
    padding: 2% 3%;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-color: #c1122a;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
}

.f-social a {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.f-social a:hover {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #ecc41b;
    text-decoration: none;
}

.jornada {
    background-image: url('img/jornada/bg-jor.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1080px;
}

.jornada h3 {
    margin-top: 15%;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.jornada p {
    margin: 5% 0 5% 5%;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: justify;
    color: #fff;
}
.footer{
    width: 100%;
}
.footer img{
    width: 100%;
}
#confirmacao-txt p{
    font-size:1.2rem;
    margin-top: 0;
}
@media (max-width: 575px) {
    .formulario {
        margin-top: 30px;
        }
    .titulo {
    font-size: 2rem;
    line-height: 2.8rem;
    }
    .Bconhecer {
    width: 80%;
    margin: 5% auto;
    }
    .conhecer {
    width: 90%;
    margin: 0 5%;
    }
    .f-social {
    height: 100%;
    }
   .f-social .row {
    display: grid;
    grid-template-rows: auto auto; 
    text-align: center; 
    }
    .f-social .col-md-6:first-child {
    order: 2; /* Manda a imagem para a segunda posição */
    }
    .f-social .col-md-6:last-child {
    order: 1; /* Manda o texto para a primeira posição */
    }
    .f-social img {
    max-width: 100%; /* Garante que a imagem fique responsiva */
    height: auto;
    margin-top: 20px;
    }
    .f-social .p-social {
    width: 90%;
    margin: 0 auto;
    }
    .jornada {
    height: 800px;
    }

}