.main-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    width: 100%;
    margin: 0 auto;
    gap:50px;
}

.section-apresentation{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column-reverse;
    align-items: center;
    margin-top:150px;
}

.apresentation-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
}

.text{
    background-image: url("../assets/textPrincipalMobile.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 74px;
    display: flex;
    flex-direction: column;
    align-items:center;
}

.text >img{
    width: 90%;
}

.text > h1{
    color: var(--color-browndark);
    font-family: 'Inter';
    font-size: 30px; 
    text-align: center;
}

.text > span{
    color: var(--color-browndark);
    font-family: 'Inter';
    font-size: 30px; 
    text-align: center;
}


.apresentation-text > span{
    color: var(--color-browndark);
    font-family: 'Tenor Sans';
    margin-bottom: 10px;
}

.apresentation-text >img{
    width: 100%;
}

#crp {
    color: var(--color-browndark);
    font-family: 'Tenor Sans'; 
}

.apresentation-text > p{
    color: var(--color-grey);
    font-family: 'Inter';
    text-align: center;
    width: 250px;
}

.apresentation-text > h2{
    color: var(--color-browndark);
    font-family: 'Inter';
    font-size: 20px;
}

.apresentation-image{
    display: flex;
    justify-content: center;
}

.apresentation-image >img{
    width: 90%;
}

@media (min-width: 768px){
    .text { 
        background-size: 80%;
        width: 70%;
        height: 111px;
    }

    #crp {
        font-size: 20px;
    }

    .apresentation-text > p {
        width: 64%;
        font-size: 20px;
    }

    .apresentation-text > h2 {
        font-size: 30px;
    }

    .apresentation-image >img{
        width: 70%;
    }
}


@media (min-width: 1024px){
    .main-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        align-content: space-around;
        gap:30px;
    }
    
    .section-apresentation{
        width: 90%;
        height: 560px;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
    }

    .text{
        background-image: url("../assets/textPrincipal.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        width: 452px;
        height: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 100px;
    }
    
    .apresentation-text{
        width: 38%;
        /* height: 800px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 50px;
    }
    
    .apresentation-text > span{
        color: var(--color-browndark);
        font-family: 'Tenor Sans';
        font-size: 18px;
        text-align: center;
    }
    
    .apresentation-text >img{
        width: 520px;
    }
    
    #crp {
        color: var(--color-browndark);
        font-family: 'Tenor Sans';
        font-size: 20px;  
    }
    
    .apresentation-text > p{
        color: var(--color-grey);
        font-family: 'Inter';
        font-size: 24px;
        width: 100%;
    }
    
    .apresentation-text > h2{
        color: var(--color-browndark);
        font-family: 'Inter';
        font-size: 35px;
        text-align: center;
    }
    
    .apresentation-image{
        width: 70%;
        display: flex;
        justify-content: center;
    }

    .apresentation-image >img {
        width: 670px;
        height: 670px;
    }

    .individual-para {
        width: 100%;
    }

}

@media (min-width: 1440px){
    .apresentation-image {
        width: 70%;
        height: 800px;
    }
    .apresentation-image >img {
        width: 800px;
        height: 780px;
    }

    .text{
        width: 540px;
    }

    #crp {
        font-size: 30px;
    }

    .apresentation-text > p {
        font-size: 30px;
    }

    .apresentation-text > h2 {
        font-size: 40px;
    }

    .apresentation-text > span {
        font-size: 20px;
    }

    #apresentation-button{
        width: 480px;
        height: 100px;
        font-size: 25px;
    }
}


@media (min-width: 2500px){
    .apresentation-image {
        width: 50%;
        height: 800px;
        display: flex;
        justify-content: flex-start;
    }
}
