@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Kumbh Sans", sans-serif;
    color: #fff;
}

.imagem {
    height: 400px;
    background-image: linear-gradient(to bottom, transparent 0%, #231f20 95%, #231f20 100%), url("images/gabi_feedbacks.png");
    background-position: center;
    background-size: cover;
	backdrop-filter: blur(10px);
}

.imagem img{
    position: relative;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 300px;
    width: 300px;
}
.container{
    background-color: #231f20;
}
.texto{
    flex: 1;
    align-self: flex-end;
    text-align: center;
    padding: 25px;
}
.texto h1{
    padding-bottom: 15px;
}
.texto h2{
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 80%;
}
.texto h3{
    padding-top: 6px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 90%;
    margin: 0 auto;
}
.texto p{
    font-size: 15px;
}

button {
    margin: 18px;
    margin-top: 40px;
    
    font-size: 35px;
    padding: 10px 18px;
    color: #382c29;
    font-weight: 600;
    box-shadow: 0 0 5px #ce8d26, 0 0 25px #ce8d26;
    border: none;
    border-radius: 10px;
}
button:hover {
    box-shadow: 0 0 5px #ce8d26, 
    0 0 25px #ce8d26, 0 0 50px #ce8d26, 
    0 0 100px #ce8d26, 0 0 200px #ce8d26;
}
#botaoAncora2{
    margin-top: 60px;
}
.grid{
    margin: 10px auto;
    display:grid;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    align-self: center;
    justify-content: center;
    max-width: 80%;
}

.box{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.box img{
    width: 90px;
}

.feedbacks{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}
.feedbacks img{
    max-width: 70%;
    border-radius: 10px;
    
}

.lista{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 15px;

}
.tituloinvest{
    font-size: 45px;
    
}
.desc{
    font-size: 30px;
    color: #ce8d26;
    padding-bottom: 10px;


}
#desconto{
    color: #fff;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;

}
@-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffb642, 0 0 40px #ffb642, 0 0 50px #ffb642, 0 0 60px #ffb642, 0 0 70px #ffb642;
    }
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ce8d26, 0 0 40px #ce8d26, 0 0 50px #ce8d26, 0 0 60px #ce8d26, 0 0 70px #ce8d26, 0 0 80px #ce8d26;
    }
  }
.cortado{
    text-decoration: line-through;
    color: #a5a090;
    font-size: 40px;
    margin-right: 10px;
}
.investimento h2{
    padding: 5px;
    font-size: 30px;
    margin: 0;
}
.precoatual {
    display: inline-flex;
    padding: 10px;
    padding-bottom: 15px;
    
}
.precoatual h3{
    color: #c9c4b6;
    padding-top: 16px;
    padding-right: 15px;
    font-size: 30px;
    font-weight: 600;
    
}
.precoatual h1{
    color: #fff;
    font-size: 50px;
    padding-top: 5px;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}
.investimento p{
    color: #a5a090;
    padding-bottom: 20px;
    font-size: 20px;
}
@-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffb642, 0 0 40px #ffb642, 0 0 50px #ffb642, 0 0 60px #ffb642, 0 0 70px #ffb642;
    }
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ce8d26, 0 0 40px #ce8d26, 0 0 50px #ce8d26, 0 0 60px #ce8d26, 0 0 70px #ce8d26, 0 0 80px #ce8d26;
    }
  }
.vagas{
    font-size: 35px;
    color: #fff;
}

.containersobre{
    margin-top: 10px;
    display: inline-flex;
    gap: 5%;
}

.containersobre h1{
    font-size: 25px;
}
.insta{
    
    display: inline-flex;
    gap: 8px;
    padding: 5px;
}

.insta button{
    margin: 0;
    padding: 0;
    display: inline-flex;
    box-shadow: none;
    border: none;
    background-color: transparent;
    font-size: 18px;
    color:#ce8d26;
}
.insta button img{
    margin-top: 3px;
    padding-right: 3px;
}
.insta button p{
    font-size: 17px;
    color:#ce8d26;
}
.rightsobre img{
    border-radius: 10px;
    width: 180px;
}

.texto2{
    flex: 1;
    align-self: flex-end;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.investimento  p{
    font-size: 17px;
}
.investimento .outext {
    font-size: 23px;
    font-weight: 600;
}



/*media screen ate 460px*/
@media screen and (max-width: 460px){
   .containersobre{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
   }
   
   .lista{
    text-align: start !important;
}
   
   
}
@media screen and (min-width:460px) and (max-width: 1820px){
    .leftsobre h1{
        font-size: 25px;
        text-align: start !important;
    }
    .leftsobre h3{
        font-size: 18px;
        /*align text from start*/
        text-align: start !important;
    }
}
@media screen and (min-width:570px) and (max-width: 1820px){
    .rightsobre img{
        border-radius: 10px;
        width: 250px;
    }
    .leftsobre{
        padding-top: 0px;
    }
    .grid{
        display: inline-flex;
    }
   
    
}


@media screen and (min-width:800px) and (max-width: 1200px){
    .imagem{
        height: 1000px;
    }
    .imagem img{
        height: 400px;
        width: 400px;
    }
    .texto h1{
        font-size: 40px;
    }
    .texto h2{
        font-size: 30px;
    }
    .texto h3{
        font-size: 20px;
        max-width: 85%;
    }
    button{
        font-size: 40px;
        padding: 15px 30px;
    }
    
}
@media screen and (min-width:1200px) and (max-width: 2000px){
    .imagem{
        height: 1400px;
    }
    .imagem img{
        height: 600px;
        width: 600px;
    }
    .texto h1{
        font-size: 50px;
    }
    .texto h2{
        font-size: 40px;
    }
    .texto h3{
        font-size: 30px;
        max-width: 80%;
    }
    button{
        font-size: 60px;
        padding: 20px 40px;
        margin-top: 70px;
    }
}
@media screen and (min-width:800px) and (max-width: 2000px){
    .feedbacks{
        max-width: 75%;
        margin: 0 auto;
    }
    .investimento p{
        max-width: 60%;
        margin: 0 auto;
    }
    .texto h3{
        max-width: 70%;
        margin: 0 auto;
    }
}
 