.llamada  {
    display: flex;
    flex-direction: column;
    align-items: left;

    color: #ffffff;
    text-align: left;
    
    background-image: url(../IMG/equipo2.jpeg);
    background-position: center;
    background-size: cover;

    padding-top: 12.25rem;
    padding-bottom: 2.5rem;
}

.llamada__titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 1.5rem;
}

.llamada__texto {
    font-size: 1.25rem;
    line-height: normal;

    margin: 0;
}


@media screen and (min-width: 768px){
    .llamada__texto{
        max-width: 600px;
    }
}

@media screen and (min-width: 1024px) {
    .llamada {
        background-image: url(../IMG/equipo2.jpeg);
        background-position: center;
        background-size: cover;
        height: 50vh;
        padding-top: 8.25rem;
    }

    .llamada__titulo {
        font-size: 3.25rem;
        margin-bottom: 2rem;
        margin-top: 8rem;
    }
}