@charset "UTF-8";


#sobre{
    --sobre-header-safe: clamp(96px, 13svh, 128px);
    --sobre-progress-safe: clamp(60px, 9svh, 88px);
    --sobre-section-height: max(100svh, 640px);
    height: 100vh;
    height: var(--sobre-section-height);
    min-height: 640px;
    min-height: var(--sobre-section-height);
    width: 100vw;
    display: flex;
    align-items: center;
    color: white;
    box-sizing: border-box;
    padding: 0;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    justify-content: center;
    overflow: hidden;
}


#sobreContainer{
    width: 70%;
    height: 100%;
    background-color: var(--myligthblue);
    border-radius: 120px;  
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sobreDiv{
  padding: var(--sobre-header-safe) 0 var(--sobre-progress-safe);
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;

}

.sobreDiv:first-child{
  background-color: var(--mydarkblue);

}

.sobreDiv h2:not(:first-child){
  font-size: 3vw !important;
}


.progress-bar_wrap {
  position: absolute;
  bottom: clamp(20px, 3svh, 32px);
  left: 25%;
  width: 50%;
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, .2);
  z-index: 20;
}

.progress-bar {
  position: absolute;
  border-radius: 40px;
  background-color: var(--myred);
}



#minhaFoto{
  display: flex;
  justify-content: center;
  align-items: end;
  background-color: var(--myred);
  width: 400px;
  aspect-ratio: 1/1;
  border-radius: 50% 50% 0 0;

}

#minhaFoto img{
    height: 93%;
}

#descricaoFoto{
  margin-left: 15px;
}

#descricaoFoto h2{
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.char{
  transform: translateY(-115px);
}


.sobreDiv:nth-child(2){
  flex-direction: column;
}

.servicos{
  height: 100%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}


.servico{
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
  max-height: 35%;
  margin-bottom: 20px;
}

#animation svg{
  height: 200px !important;
}
#animation{
  z-index: 99 !important;
}

.descricaoServico{
  text-align: justify;
  width: 100%;
  font-size: 1.2rem;
}

.conteudoWrapper{
  width: 88%;
}

.descricaoServico{
  padding: 0 6px;
}



.servico p{
  height: fit-content;
  margin-bottom: 0;
}
.tituloServico{
  font-family: 'Acorn', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.4vw;
  text-align: center;
  margin: 0 !important;
}




.divCentralizar{
  height: 100%;
  width: 6% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


.barraDecoracao, .divUlAnimation span, .divUlAnimation{
  color:  var(--myred);
  font-weight: 700;
  font-size: 50px;
}



.sobreDiv:nth-child(3){
  flex-direction: column;
}


.sobreDiv:nth-child(3) h2, .sobreDiv:nth-child(2) h2{
  font-size: 4vw;
  margin-bottom: 25px;
}

.sobreDiv:nth-child(3) .col{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: fit-content;
}

.sobreDiv:nth-child(3) .col h3{
  width: 100% !important;
  text-align: center;
}

.sobreDiv:nth-child(3) .row{
  height: fit-content !important;
}


.sobreDiv:nth-child(3) ul, li{
  list-style: none;
  padding: 0;
  text-justify: start;
  text-align: start;
}


.sobreDiv:nth-child(3) li{
  padding-left: 10px;
  margin-bottom: 10px;
}

.sobreDiv:nth-child(3) li i{
  color: var(--myred);
  margin-right: 10px;
}

.sobreDiv:nth-child(3) hr{
  height: 10vw;
  width: 1px;
  padding: 0;
  border: solid 1px ;
  color: var(--myred);
}


.divUlAnimation{
  width: 60%;
  text-align: end;
}

.divUlAnimation span, .divUlAnimation{
  font-family: "Pixelify Sans", sans-serif;
}
.dva1{
  margin-bottom: 16px;
  text-align: start !important; 

}

@media screen and (max-width:1024px) {
  
  .tituloServico{
    font-size: 2.4vw;
  }

  .descricaoServico{
    font-size: 1.8vw;
  }

  .barraDecoracao, .divUlAnimation span, .divUlAnimation{
    font-size: 30px;
  }

  .tsd3, .sobreDiv:nth-child(3) .row hr{
    display: none;
  }
  .sobreDiv:nth-child(3) .row{
    flex-direction: column-reverse;
  }
 
  .sobreDiv:nth-child(3) .row h3{
    width: 60% !important;
    text-align: start;
    margin: auto;
    padding-left: 10px;
    margin-bottom: 8px;
  }

  .ulTSD3{
    width: 60%;
    text-align: center;
  }

  .ulTSD3 li{
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .progress-bar_wrap{
    display: none;
  }

  #sobre{
    height: auto;
    min-height: 0;
    padding: 0;
  }

  #sobreContainer{
    height: auto;
    flex-wrap: wrap;
    overflow-y: hidden;
  }
  .sobreDiv{
    height: auto;
    min-height: 100svh;
    padding: 110px 0 48px;
  }

}

@media screen and (max-width:500px) {

  #animation{
    display: none;
  }

  .sobreDiv{
    padding: 96px 0 64px;
  }

  .tituloSobreDiv{
    font-size: 10vw !important;
  }

  .sobreDiv:first-child{
    flex-direction: column;
    
  }

  .sobreDiv:first-child h2{
    font-size: 10vw;
    margin: auto;
  }
    
  .sobreDiv:nth-child(3) .row h3{
    text-align: center;
  }

  
  #descricaoFoto p{
    font-size: 5vw;
  }


  #minhaFoto, #minhaFoto img, #descricaoFoto{
    width: 80%;

  }

  .tituloServico{
    font-size: 4.4vw;
  }

  .descricaoServico{
    font-size: 3.2vw;
  }

  .barraDecoracao, .divUlAnimation span, .divUlAnimation{
    font-size: 20px;
  }



}
