.titulo-imagen{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.titulo-imagen p {
    position: absolute;
    font-family: Bebas Neue;
    font-size: 80px;
}

.titulo-imagen img{
    width: 100%;
}

.equipo{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card{
    width: 80%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.imagen-card{
    margin-right: 30px;
    margin-left: 30px;
}

.imagen-card img{
    width: 200px;
}

.presentacion-card h4{
    font-family: Hind Madurai;
    font-weight: 500;
    font-size: 40px;
}

.presentacion-card span {
    color:grey;
}

.presentacion-card p {
    margin-top: 15px;
    text-align: justify;
    font-family: Quicksand;
    font-size: 15px;
}

/*--------------------------*/

@media (max-width: 866px) {
    .titulo-imagen p {
        font-size: 30px;
    }

    .card{
        flex-direction: column;
    }

    .presentacion-card h4{
        font-size: 20px;
    }

    .imagen-card{
        margin: auto;
    }

    .card:nth-child(2){
        display: flex;
        flex-direction: column-reverse;
    }

}
