.bannerTeam::before {
    background-color: #698ae0;
}
.dosis__content {
    padding: 30px 10px;
}
.dosis__capsula {
    max-width: 360px;
    width: 100%;
    height: 175px;
    display: flex;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 30px auto;
}
.dosis__capsula > img {
    width: auto;
    max-width: 90px;
    object-fit: cover;
    height: 100%;
    margin-right: 10px;
}
.dosis__resumen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.textoAjustado {
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 70px;
}
.textoAjustado figcaption > a,
.dosis__resumen > small,
.dosis__resumen > a {
    font-family: 'Open Sans', sans-serif;
    color: #868686;
}
.textoAjustado figcaption > a {
    font-weight: 700;
}
.dosis__resumen > small {
    font-size: 14px;
}
.dosis__resumen > a {
    text-decoration: underline;
    font-size: 14px;
}
.entradaCard {
    height: 320px;
}
.entrada__detalleInferior {
    height: 125px;
}
@media (min-width: 768px) {
    .dosis__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .dosis__content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .bannerTeam::before {
        background-color: transparent;
    }
    .bg-innovacion {
        background-color: #698ae0;
    }
}

/* ESTILOS PARA IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    @media (min-width: 768px) {
        .dosis__content {
            display: flex;
            flex-wrap: wrap;
        }
    }
}
