

.line-p {
    width: 22%;
    height: 4px;
    background-color: #a60000;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
}

.line-p2 {
    width: 33.4%;
    height: 4px;
    background-color: #a60000;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
}

.line-separar {
    background-color: #a60000;
    height: 4px;
    width: 400px;
    display: center;
    margin: auto;
    border-radius: 14px;
}

.titulos-conteudos {
    margin-right: 800px;
}

.align-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: auto;
}

.foto-carreira {
    display: flex;
    justify-content: center;
    gap: 5%;
    width: 100%;
}

.img-text {
    width: 23%;
    height: 27rem;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5%;
}
.img-text img{
    width: 90%;
    margin-top: 5%;
    border-radius: 5%;
}
.img-text p{
    margin-top: 20px;
    width: 90%;
    height: 90%;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 7%;
}
.img-text:hover {
    transform: scale(1.09);
}

.img-text span {
    text-shadow: 0 0 5px var(--main-color);
}

/* Tablet */

@media (max-width: 768px){
    .img-text{
        width: 80%;
        height: auto;
        margin-top: 10px;
    }
    .align-content {
        display: flex;
        align-items: stretch;
    }
    .foto-carreira{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Celular */

@media (max-width: 480px) {
    .foto-carreira{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .align-content {
        display: flex;
        align-items: stretch;
    }
    a{
        font-size: 0.8em;
    }
}
