.sobre-banner{
    margin-top: -87px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.sobre-banner .container{
    position: absolute;
    top: 245px;
    left: 375px;
}
.inovation-title h2{

    font-family: 'Fira Sans';
    font-weight: bolder;
    font-size: 40px;
    line-height: 44px;
    color: #F8F9FA;

}
.inovation-title p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    margin-top: 16px;
    color: #F8F9FA;
}
.faca-parte p{

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #F8F9FA;
}
.faca-parte img{
    margin-left: -70px;
}
.pilares{
    position: relative;
    width: 100%;
   
    background: url('../img/sobre/background.png');
}
.pilares h3{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    color: #F8F9FA;
}
.trio{
    width: 100%;
    position: relative;
    padding-bottom: 390px;
}
.tecnologia{
    position: absolute;
    left: 190px;
    top: 40px;
    z-index: 3;
    width: 364px;
    height: 363px;
}
.processo{
    position: absolute;
    top: 80px;
    left: -120px;
    z-index: 1;
    width: 364px;
    height: 363px;
}
.pessoa{
    position: absolute;
    z-index: 2;
    right: -30px;
    top: 120px;
    width: 364px;
    height: 363px;
}
.processo-hover, .pessoa-hover, .tecnologia-hover{
    display: none;
}
.tecnologia:hover .tecnologia-hover{
    display: block;
    position: absolute;
    top: -9px;
    left: -10px;
}
.processo:hover .processo-hover{
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
}
.pessoa:hover .pessoa-hover{
    display: block;
    position: absolute;
    top: 36px;
    left: 36px;
    width: 364px;
    height: 363px;
}

.pilares p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.box-border{
    padding: 32px 0;
    border-top: 1px solid #009892;
    border-left: 1px solid #009892;
    border-right: 1px solid #009892;
    border-radius: 8px 8px 0 0;
    
}
.down-arrow{
    position: absolute;
    left: 48%;
    bottom: -22px;   
}
.the-six p{
    font-family: 'Open Sans';

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #495057;
}
.title-consultoria{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #495057;
}
.position-image-absolute{
    position: relative;
}
.position-image-absolute h3.title-inn-c{
    position: absolute;
    bottom: 42px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    left: 0;

    margin: 0;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #F8F9FA;
}
.position-image-absolute:hover h3.title-inn-c{
    animation: fadeOut 0.3s;
    animation-fill-mode: forwards;
}
.infos-c{
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    text-align: center;
    animation: fadein 0.3s;
    animation-fill-mode: forwards;
}
.infos-c h3{
    padding: 0 20px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #F8F9FA;
}
.infos-c p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding: 0 24px;
    margin-top: 8px;
    line-height: 18px;
    display: block;
    text-align: center;
    color: #F8F9FA;
}
.position-image-absolute:hover .infos-c{
    display: block;
}


.more-link{
    position: relative;
    z-index: 999;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: white;
}
.more-link:hover{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: white;
    text-decoration: none;
}
.more-link img{
    margin-left: 5px;
    margin-top: -2px;
}
.hover{
    display: none;
}
.more-link:hover .ahover{

    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}
.more-link:hover .hover{
    display: inline-block !important;
    margin-left: 1px;

    animation: fadein 1.5s;
    animation-fill-mode: forwards;
}

.about-end{
    width: 100%;
    min-height: 50px;
    padding: 120px 0;
    background: url('../img/sobre/bg-footer.png');
    background-size: cover;
}
.about-end h4{

    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #F8F9FA;
}
.about-end p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #F8F9FA;
    opacity: 0.8;
}
.about-end a{
    border: 1px solid #009892;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 25px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #F8F9FA;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 10px 0px;
}
.about-end a:hover{
    background: #009892;
    border: 1px solid #009892;
    color: white;
    text-decoration: none;
}
.world-icon{
    position: absolute;
    top: -200px;
}
.parceiros-inn img{
    margin: 0 auto;
    text-align: center;
    opacity: 0.2;
}
.parceiros-inn img:hover{
    animation: fadein 1s;
    animation-fill-mode: forwards;
}
@keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeOut{
    from { opacity: 1; }
    to   { opacity: 0; }
}