.hero {
    height: 92vh;
    background: url("/imagenes/paginas/index/hero.jpg") lightgray 50% / cover
        no-repeat;
    border-radius: 0 0 64px 64px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 70px;
}
.caption {
    max-width: 550px;
    text-align: end;
    color: #fff;
    text-align: right;
    font-family: "Darker Grotesque";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}

/* Servicio */
.servicios img {
    height: 450px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #dbdbdb;
}

.experiencia {
    border-radius: 64px 64px 0 0;
    background: #01264e;
    display: flex;
    padding: 56px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.experiencia p {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 114.286% */
}

/* marcas */
.marcas {
    padding: 40px 0;
}
.card-marca {
    background-color: white;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem;
    height: 130px;
}

@media (max-width: 767.98px) {
    .hero{
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    height: 90vh;
    }
    .caption {
        margin-top: 170px;
        max-width: none;
        text-align: end;
        color: #fff;
        text-align: center;
        font-family: "Darker Grotesque";
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px;
    }

    .experiencia{
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        padding: 2rem;
    }
    .experiencia p {
        color: #fff;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 1rem;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
    }

}
