/*FONTES*/

/*Archivo*/
/*Source Serif 4*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');



section{
    padding-top: 10vw;
    width: 45%;
    margin: auto;
}

.categoria{
    font-family: "Archivo", sans-serif;
    font-weight: 300;
    font-size: 1.3vw;
    text-align: left;
}

.titular{
    font-family: "Source Serif 4", serif;
    font-weight: 800;
    font-size: 3.4vw;
    text-align: left;
    line-height: 1;
    margin-bottom: 1vw;
}

.perfilAutora{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.autora{
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-size: 1.3vw;
    text-align: left;
    margin-right: 1vw;
}
.fotoAutora{
    width: 2.5vw;
    border-radius: 50px;
}

.data{
    font-family: "Source Serif 4", serif;
    font-weight: 500;
    font-size: 1.3vw;
    text-align: left;
}

.texto{
    margin-top: 1vw;
    padding-top: 1vw;
    padding-left: 2vw;
    padding-right: 5vw;
    border-right: 1px solid #DC3534;
    margin-bottom: 10vw;
}
.texto p{
    font-family: "Source Serif 4", serif;
    font-weight: 500;
    font-size: 1.3vw;
    text-align: left;
    line-height: 1,5;
    margin-top: 1vw;
}
.texto p i{
    font-family: "Source Serif 4", serif;
    font-size: 1.3vw;
    text-align: left;
    line-height: 1,5;
}




@media (max-width: 800px) or (orientation: portrait){
    section{
        padding-top: 120px;
        width: 95%;
    }
    .texto{
        border-right: none;
        margin-bottom: 150px;
    }

    .categoria{
        font-size: 5vw;
        text-align: center;
        margin-bottom: 10px;
    }
    .titular{
        font-size: 9vw;
        text-align: center;
        margin-bottom: 15px;
    }

    .perfilAutora{
        flex-flow: column wrap;
    }
    .autora{
        font-size: 5vw;
        text-align: center;
        margin-bottom: 10px;
    }
    .fotoAutora{
        width: 30vw;
        border-radius: 100px;
        margin-bottom: 10px;
    }

    .data{
        width: 70%;
        margin: auto;
        font-size: 5vw;
        text-align: center;
        border-bottom: 1px solid #DC3534;
        margin-bottom: 15px;
    }
    .texto p{
        padding-left: 3vw;
        font-size: 5vw;
        margin-top: 6vw;
    }
    .texto p i{
        font-size: 5vw;
    }
}