@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.wp-embed {
    font-family: 'Lato' !important;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 1px 1px 4px 0px #e9e9e9;
}

.lh-image img {
    width: 80px;
    height: auto;
}

.lh-image {
    margin-right: 20px;
}

.txt-interes {
    font-size: 16px;
    margin-bottom: 7px;
    color: #979797;
    display: block;
    font-weight: 400;
}

.txt-titulo {
    font-size: 19px;
    color: #000 !important;
    font-weight: 600;
}

