section.second , section.third , section.fourth{
    position: relative;
    height: 100vh;
    width: 100vw;
    padding: 0;
    background-attachment: scroll;
}

.content-page{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    gap: 4rem;
}

.content-page.C3{
    flex-direction: row;
}

.content-page.C3 .img{
    width: 40%;
    height: 80%;
}

.content-page.C4{
    gap: 0.5rem;
}

.content-page.C4 .last{
    height: 30%;
}

.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;
}

.text{
    width: 75%;
    font-size: 2rem;
    z-index: 1;
    text-align: justify;
    display: flex;
    justify-content: center;
}

.left{
    position: relative;
    left: 887px;
}

.animation-text1-top , .animation-text2-top{
    position: relative;
    top: 500px;
}

.img , .imgs{
    width: 80%;
    height: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.claro{
    color: white;
}

.green{
    width: 40%;
    font-size: 2rem;
    z-index: 1;
    text-align: justify;
    color: #fff;
    position: relative;
    left: 887px;
    opacity: 0;
}

.iconbg{
    position: absolute;
    width: 100%;
    height: 40%;
    top: -0%;
}

.oca{
    width: 200px;
    height: 200px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
}

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

