section#geral,
section#emBreve,
section#asseguramos {
  min-height: 35vh;
  padding: 3vw;
}

section#geral {
  min-height: 50vh;
  padding: 5vw 8vw;
}

section#geral {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px;
  color: white;
  font-size: clamp(16px, 5vw, 18px);
  background-image: url(../new_img/PÁGINA\ OPORTUNIDADES.webp);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --larguraShift: 320px;
}

section#geral>div {
  min-height: 80px;
  /* width: clamp(30vw, 100%, 290px); */
  color: black;
  font-size: clamp(18px, 5vw, 22px);
  line-height: clamp(22px, 4vh, 32px);
}

#geral.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.button-container {
  margin-top:2rem;
  display: flex;
  justify-content: space-evenly;
    width: 90%;
}

.retangular-button {

  background-color: #193264;
  color: #000000;
  border: 2px solid #ffffff;
  padding: 25px 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
 /* margin: 0 95px; */
  font-size: 19px;
      display: flex;
    align-items: center;
    justify-content: center;
    max-width: 380px;
}

.retangular-button:hover {
  /*background-color: #999999;*/
  background-color: #007bff;
  color: #FFFFFF;
}

section#emBreve a {
  cursor: pointer;
  font-weight: bolder;
}

section#emBreve a:hover {
  text-decoration: underline;
}

section#emBreve {
  display: flex;
  justify-content: center;
}

section#emBreve>div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  gap: 8vh;
  font-size: clamp(16px, 5vw, 17px);
  font-weight: lighter;
  align-items:center;
}

section#emBreve>div:nth-of-type(1)>div:last-of-type {
  display: flex;
  gap: clamp(15px, 10vw, 40px);
  justify-content: center;
}

section#emBreve>div:nth-of-type(1)>div:last-of-type>div {
  min-height: 40px;
  font-weight: normal;
}

section#emBreve>div:nth-of-type(1)>div:last-of-type>div {
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

section#emBreve>div:nth-of-type(1)>div:last-of-type>div:nth-of-type(2) {
  background-image: url(../img/facebook_candidato.png);
}

section#emBreve>div:nth-of-type(1)>div:last-of-type>div:nth-of-type(1) {
  background-image: url(../img/linkedin_candidato.png);
}

section#consciencia {
  min-height: 35vh;
  padding: 10vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  font-size: clamp(18px, 5vw, 24px);
  background-image: url(../img_menor/PÁGINA\ OPORTUNIDADES\ 2.png);
  display: flex;
  align-items: center;
  justify-content: center;
}

section#consciencia div {
  text-align: center;
}

#consciencia{
  font-size: 39px !important;
}



section#consciencia>div>div:last-of-type {
  opacity: 0;
  font-weight: 800;
}

section#asseguramos {
  display: flex;
  column-gap: 5vw;
  row-gap: 5vw;
  align-items: flex-start;
  justify-content: center;
}

section#asseguramos>div {
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 10vw, 15px);
  justify-content: center;
  align-items: center;
}

section#asseguramos>div>div {
  text-align: center;
}

section#asseguramos>div>div:nth-of-type(1) {
  border-radius: 50%;
  border: 3px solid brown;
  color: brown;
  width: 45px;
  height: 45px;
  font-size: clamp(20px, 7vw, 30px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
}

section#asseguramos>div>div:nth-of-type(2),
section#asseguramos>div>div:nth-of-type(3) {
  color: gray;
}

section#asseguramos>div>div:nth-of-type(2) {
  max-width: 280px;
  font-size: clamp(18px, 5vw, 20px);
  line-height: clamp(22px, 5vh, 25px);
  min-height: 75px;
}

section#asseguramos>div>div:nth-of-type(3) {
  max-width: 300px;
  font-size: clamp(14px, 5vw, 16px);
  line-height: clamp(18px, 5vh, 20px);
}

@media screen and (min-width: 1366px) {



  #pqFirst {
    margin-left: 5px;
  }

}

@media only screen and (max-width: 650px) {
  section#geral {
    justify-content: center;
    align-items: flex-start;
    background-color: #d9d9d9;
    overflow: hidden;
    padding: 0;
    min-height: 350px;
  }

  section#geral>div {
    margin-top: clamp(10px, 5vh, 20px);
    width: clamp(180px, 80%, 320px);
    text-align: center;
    font-size: clamp(18px, 5vw, 24px);
    line-height: clamp(24px, 8vw, 28px);

  }

  #emBreve>div>div {
    text-align: center;
  }

  section#asseguramos {
    flex-direction: column;
    align-items: center;
  }

  section#asseguramos>div {
    gap: 10px;
  }

  section#asseguramos>div>div:nth-of-type(2) {
    min-height: unset;
  }
}

#feedback {
  background-color: #333;
  color: #ffffff;
  padding: 50px 0;
}

.containerBalao {
  max-width: 800px;
  margin: 0 auto;
}



.balao {
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 60px;
  max-width: 315px;
  text-align: left;
  position: relative;
  font-family: var(--fontExtraBold);
  box-sizing: border-box;
  flex: 1 0 30%;
}

.balao {
    background-color: #fff;
    color: #333; /* Cor do texto nos balões */
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 60px;
   	font-weight:700;
    text-align: left;
    position: relative;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    font-family: var(--fontExtraBold);
    box-sizing: border-box; /* Faz com que o padding seja incluído no tamanho total do balão */
    flex: 1 0 30%; /* Cresce para preencher o espaço, não encolhe, base de 30% */
}

.baloes {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 100px;
  justify-items:center;
  padding:0px 30px;
}

.balao p {
  text-align: center;
  line-height: 1.3;
}

.balao::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0;
  border-color: #fff transparent transparent;
}

#pqFirst {
  min-height: 40vh;
  padding: 5vh 0 8vh 0;
}

#pqFirst>div:nth-of-type(1) {
  font-family: var(--fontExtraBold);
  font-size: var(--fontSizeTitulos);
  margin: 2vh auto 4vh auto;
  width: max-content;
  max-width: 100%;
  text-align: center;
}

#pqFirst>div:nth-of-type(2) {
  display: flex;
  gap: 4.9vw;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#pqFirst>div:nth-of-type(2)>div {
  max-width: 215px;
  min-width: 110px;
  line-height: 20px;
  text-align: center;
  opacity: 0;
  font-weight:600;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(2) {
  margin-top: -45px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(4) {
  margin-top: -30px;
}

#pqFirst>div:nth-of-type(2)>div>div:nth-of-type(1) {
  min-width: 110px;
  height: 110px;
  aspect-ratio: 1/1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(1)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 2.png);
  margin-left: 40px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 1.png);
  margin-left: 40px;
  margin-top: 45px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(3)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 6.png);
  margin-left: 40px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(4)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 7.png);
  margin-left: 40px;
  margin-top: 30px;
}

#pqFirst>div:nth-of-type(2)>div:nth-of-type(5)>div:nth-of-type(1) {
  background-image: url(../new_img/ICON\ 5.png);
  margin-left: 40px;
}

@media (max-width: 1536px) and (min-width: 1520px) {
 

  #pqFirst {
    margin-left: 150px;
  }

 
}

@media (max-width: 1092px) and (min-width: 1080px) {


  #pqFirst {
    margin-left: 150px;
  }

 

 


}

@media screen and (min-width: 1920px) {

  

  section#emBreve>div:nth-of-type(1)>div:last-of-type {
    font-size: 25px;
  }

  #pqFirst>div:nth-of-type(1) {
    margin-left: 715px;
  }

  #pqFirst>div:nth-of-type(2) {
    margin-left: 190px;
  }



  #pqFirst {
    margin-left: 27px;
  }
}

@media screen and (min-width: 1800px) {

 



  section#emBreve>div:nth-of-type(1)>div:last-of-type {
    font-size: 25px;
  }

  #pqFirst>div:nth-of-type(1) {
    margin-left: 695px;
  }

  #pqFirst>div:nth-of-type(2) {
    margin-left: 260px;
  }



  #pqFirst {
    margin-left: 45px;
  }
}

@media screen and (max-width: 1366px) {
 
  #pqFirst>div:nth-child(2) {
    margin-left: -5px;
  }



  #pqFirst {
    margin-left: 60px;
  }

 




  #rodape>div:nth-of-type(1) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  #feedback>div {
    margin-left: 0px;
  }

  #pqFirst {
    margin-left: -15px !important;
  }


  #feedback>div>p {
    margin-left: 0px;
  }

  #feedback>div>h2 {
    margin-left: 0px;
  }



  




  .retangular-button {

    background-color: #193264;
    color: #000000;
    border: 2px solid #000000;
    padding: 20px 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 3px;
    font-size: 20px;
  }

  .balao {
    max-width: calc(-2% - -182px);
  }
}

.centralizar-diferencas {
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}

.centralizar-diferencas div {
  margin: 0 !important;
}

.centralizar-diferencas>div:nth-of-type(2) {
  display: flex !important;
  justify-content: center;
  width: 100%;
  gap: 3rem;
  flex-wrap: wrap;
}

.centralizar-diferencas .fadeInUp {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center
}

.centralizar-feedback{
  display: flex;
  align-items: center;
  flex-direction: column;
}



@media only screen and (max-width: 640px){
  .baloes{
    grid-template-columns: 1fr;
  }
  
  section#geral, section#emBreve, section#asseguramos{
  	padding:5vw 0;
  }
  
  .button-container{
  	margin-bottom:25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  section#emBreve>div:nth-of-type(1){
  gap:4vh;
  }
  section#emBreve>div:nth-of-type(1)>div:last-of-type{
  	gap:10px
  }
  .centralizar-diferencas{
  	gap:3rem
  }
  #pqFirst{
  	margin-left:0px !important
  }
  
   .centralizar-feedback h2{
  text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
  }
  
  .baloes{
   margin-top:0px;
  gap:45px
  }
  
  .balao{
  margin-bottom:10px;
    max-width:80%
  }
  
  #feedback>div>p{
  margin-top:45px !important;
  }
  
  #feedback{
  padding:35px 20px 20px !important;
  }
}