section.second , section.third , section.fourth , section.fifth{
    position: relative;
    height: 100vh;
    width: 100%;
}

.content-page{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;    
}

.scrollpage{
    position: absolute;
}

#foia1{
    position: absolute;
    top: 100%;
    left: 100%;
    height: 60vh;
    transform: translate(-100% , -100%);
}
  
#foia2{
    position: absolute;
    transform: rotate(180deg);
    top: 0%;
    left: 0%;
    height: 50vh;
}

#foia3{
    position: absolute;
    top: 20%;
    left: 0%;
    height: 70vh;
}

#foia4{
    position: absolute;
    top: 60%;
    left: 100%;
    height: 60vh;
    transform: translate(-100% , -100%) rotate(180deg) scaleX(-1);
}

.text{
    width: 40%;
    font-size: 2rem;
    z-index: 1;
    text-align: justify;
}

.text .center{
    text-align: center;
}

.animation-text1-left{
    position: relative;
    left: 887px;
}

.animation-text2-right{
    position: relative;
    left: -887px;
}

.iconbg{
    position: absolute;
    height: 100%;
    width: 27%;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0%;
}

.content-page.C4{
    flex-direction: column;
    justify-content: center;
    gap: 7rem;
}

.content-page.C4 .text{
    width: 70%;
}

.img , .icones{
    width: 45%;
    height: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.icones{
    gap: 1rem;
}

.imgs{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    z-index: 10;
    padding: 2rem;
}

.imgs img{
    height: 80%;
    width: 100%;
}

p{
    margin: 0;
}

.icones{
    align-items: center;
    justify-content: space-around;
}

.animation-icon1-right{
    position: relative;
    left: 500px;
}

.animation-icon2-left{
    position: relative;
    left: -500px;
}

.icones img{
    width: 150px;
    height: 150px;
    background-color: #fff;
    padding: 1rem;
    border-radius: 20px;
}

.icon-texts{
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: space-around;
}

.icon-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.icon-text img{
    width: 250px;
    height: 250px;
}

.icon-text p{
    font-size: 2rem;
}

.animation-text4-opa{
    opacity: 0;
}

.animation-text5-left{
    position: relative;
    left: 887px;
}

.imgfull{
    height: 100%;
    width: 45%;
    z-index: 10;
    background-size: cover;
}

.green{
    width: 40%;
    font-size: 2rem;
    z-index: 1;
    text-align: justify;
    color: #fff;
}

.animation-text3-right{
    position: relative;
    left: -930px;
}

.animation-text6-opa{
    opacity: 0;
    padding: 0;
}