body{
    padding-top: 3.5rem;
}

.about {
    display: flex;
    padding: 10px;
    height: 700px;
    gap: 4em;
    align-items: center;
    justify-content: center;
}


.foto {
    max-height: 600px;
    max-width: 600px;
}

.container-informacoes {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.informacoes,
.about h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    position: relative;
    z-index: 0;
    flex-direction: column;
    
}

.informacoes .texto {
    padding: 10px 10px 3px 25px;
    font-weight: bolder;
    line-height: 1.8em;
    margin-top: 10px;
    text-transform: none;
    
    text-align: justify;
    width: 45em;
    padding: 1rem;
}

.about h1 {
    justify-content: center;
    font-size: 5rem;
    font-weight: bolder;
}

.contato {
    display: flex;
    color: #ffffff;
    justify-content: center;
    bottom: 5em;
    margin-top: 0.3rem;
}

@media(max-width:1303px) {

    .foto {
        max-height: 500px;
        max-width: 500px;
    }

    .informacoes .texto {
        font-size: 0.8rem;
        padding: 1.5rem;
    }

    .about {
        gap: 3rem;
        padding: 10px;
    }
}

@media(max-width:1125px) {
    .about {
        height: 500px;
        gap: 2em;
        justify-content: center;
    }

    .foto {
        max-height: 400px;
        max-width: 400px;
    }

    .informacoes .texto {
        padding: 10px 10px 3px 25px;
        font-size: 0.6rem;
        text-align: justify;
        font-weight: bold;
        line-height: 2.2em;
        margin-top: 10px;
        width: 47em;
    }

    .about h1 {
        justify-content: center;
        font-size: 5rem;
        font-weight: bolder;
    }
}

@media(max-width:960px) {
    .about {

        height: 500px;
        gap: 2em;
        justify-content: center;
    }

    .foto {
        max-height: 300px;
        max-width: 300px;
    }

    .informacoes .texto {
        padding: 10px 10px 0px 25px;
        font-size: 0.47rem;
        text-align: justify;
        font-weight: bold;
        line-height: 2.2em;
        margin-top: 10px;
        width: 40em;
    }

    .about h1 {
        justify-content: center;
        font-size: 5rem;
        font-weight: bolder;
    }

    .contato {
        margin-top: 1em;
        font-size: 0.6rem;
    }

}

@media(max-width:700px) {
    .about {
        height: 500px;
        gap: 1em;
        justify-content: center;
    }

    .foto {
        max-height: 300px;
        max-width: 300px;
    }

    .informacoes .texto {
        padding: 5px 5px 0px 5px;
        font-size: 0.55rem;
        text-align: justify;
        font-weight: bold;
        line-height: 1.6em;
        margin-top: 10px;
        width: 35em;
    }

    .about h1 {
        justify-content: center;
        font-size: 2rem;
        font-weight: bolder;
    }

    .contato {
        margin-top: 1em;
    }

}

@media(max-width:520px) {
    html {
        max-width: 520px;
    }

    .foto {
        max-width: 300px;
    }

    .informacoes .texto {
        padding: 5px 5px 0px 5px;
        font-size: 0.55rem;
        text-align: justify;
        font-weight: bold;
        line-height: 1.6em;
        margin-top: 10px;
        width: 35em;
    }

    .about {
        display: block;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        height: 700px;
    }
}

@media(max-width: 430px) {
    .about {
        height: 800px;
    }

    .informacoes .texto {
        padding: 5px 5px 0px 5px;
        font-size: 0.55rem;
        text-align: justify;
        font-weight: bold;
        line-height: 1.6em;
        margin-top: 10px;
        width: 35em;
    }

    span {
        text-decoration: none;
        text-transform: none;
    }

}