.quem-somos{
    /* width: 51%;  973px para 1900px , height: 1787 */
    width: 100%;
    height: 29%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
    overflow: hidden;
}
.title-quemSomos{
    font-family: 'Oswald Bolder';
    font-size: 48px;
    margin-bottom: 50px;
}
.boxAll{
    position: relative;
    width: 973px;
    /* max-width:  100%; */
    /* min-height: 50%; */
    /* border: 1px dotted rgb(255, 0, 0); */
}
.box{
    /* max-width: 59%; */
    /* height: 20%; */
    width: 568px;
    min-height: 186px;
    border: 1px solid #00C795;
    border-radius: 30px;
    font-family: 'Poppins Regular';
    letter-spacing: 0px;
    color: #00111C;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* display: inline-flex; */
}
.box p{
    margin: 40px;
    /* width: 488px; */
}
.bold{
    font-weight: bolder;
}
.boxOne{
    box-shadow: 5px 5px 10px #00000029;
}
.boxTwo{
    bottom: 20px;
    left: 41%;
    text-align: center;
    box-shadow: -5px 5px 10px #00000029;
}
.boxThree{
    margin-top: 45px;
    box-shadow: 5px 5px 10px #00000029;
}
.boxFour{
    bottom: 20px;
    left: 33%;
    text-align: center;
    box-shadow: -5px -5px 10px #00000029;
    z-index: 1;
}
.text-complemento{
    position: absolute;
    top: 0;
    left: 65%;
    font-size: 48px;
    letter-spacing: 0px;
    color: #00111C;
    font-family: 'Oswald Bolder';
    font-weight: bolder;
    opacity: 1;
    /* border: 1px dotted red; */
}
.ibridge{
    position: absolute;
    top: 24%;
    right: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;

}.ibridge-mobile{
    display: none;
}
.ibridge img{
    width: 50%;
    /* height: 119px; */
}
.ibridge p{
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 0px;
    color: #404447;
    opacity: 1;
    font-weight: bold;
}
.figure-complemento{
    display: flex;
    z-index: 1;
    /* justify-content: center; */
    /* align-items: center; */
    align-content: center;
    position: absolute;
    left: 58%;
    bottom: 32%;
}
#imgPensando{
    position: relative;
    left: 73%;
    z-index: 1;
    width: 100%;
    /* border: 1px solid; */
}
#linePensando{
    /* border: 1px solid; */
    width: 100%;
    position: absolute;
    top: 60%;
}
.figure-complementoTwo{
    position: absolute;
    top: 60%;
    z-index: 2;
    width: 35%;
}
.figure-complementoTwo-mobile{
    display: none;
}
.figure-complementoTwo img{
    width: 50%;
}
#lineLampada{
    position: absolute;
    top: 50%;
    right: 0;
}
#caixaLampada{
    position: relative;
    /* top: 100%; */
    left: 5%;
    z-index: 1;
}
.applayInfo{
    position: relative;
    left: 60%;
    bottom: 2.5%;
    z-index: 0;
}
#linhaApplay{
    position: relative;
    bottom: 20px;
    width: 1%;
}
.applayLogo-info{
    position: relative;
    right: 34%;
    display: flex;
    align-items: center;
}
.applayLogo-info p{
    font-size: 18px;
    letter-spacing: 0px;
    color: #00111C;
    margin-right: 15px;
}
.applayLogo-info img{
    width: 30%;
}
.trabalho-pratica{
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 100px;
    /* top: 8%; */
}
#figureNot{
    /* width: 45%; */
    width: 608px;;
}
.imagem-trabalhoPratica{
    /* border: 1px solid; */
    position: relative;
}
.bolha{
    width: 63px;
    height: 63px;
    right: 0;
    position: absolute;
}
.bolha1{
    top: 2%;
    right: 15%;
    animation: float 4s ease-in-out infinite;

}
.bolha2{
    top: 22%;
    right: 7%;
    animation: float2 4s ease-in-out infinite;
}
.bolha3{
    top: 45%;
    right: 5%;
    animation: float 4s ease-in-out infinite;
}
.text-pratica{
    width: 31%;
    margin-left: 5%;
}
.text-pratica h1{
    font-size: 48px;
    font-family: 'Oswald Bolder';
    font-weight: bolder;
}
.text-pratica p{
    font-size: 14px;
}
.content-produtos button a{
    text-decoration: none;
}
/* medias query*/
@media screen and (max-width: 1400px){
    #imgPensando{
        transition: 0.3s all;
        width: 70%;
    }
    .figure-complemento{
        transition: 0.3s all;
        left: 52%;
        bottom: 36%;
    }
}

@keyframes float{
    0%,100%{
        transform: translateY(0);
        transform: translateX(0);
    }
    50%{
        /* transform: translateY(-10px); */
        /* transform: translateX(10px); */
        transform: translate(-5px, 5px);
    }
}
@keyframes float2{
    0%,100%{
        transform: translateY(0);
        transform: translateX(0);
    }
    50%{
        /* transform: translateY(-10px); */
        /* transform: translateX(10px); */
        transform: translate(5px, -5px);
    }
}
