@font-face {
    font-family: 'Inter-Regular';
    src: url('./fonts/Inter/Inter-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('./fonts/Inter/Inter-Bold.ttf');
    font-weight: 400;
}

a {
    text-decoration: none;
    color: black;
}

.__PL_MEDIA_OLD_FIX img {
    width: 100%;
}

._MB_EMAG_DETAIL {
    overflow: hidden;
    background-color: white;
}

._MB_EMAG_DETAIL  p {
    font-size: 1.1rem;
    padding-left: 21rem;
    padding-right: 21rem;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

._MB_EMAG_DETAIL strong {
    font-family: 'Inter-Bold', sans-serif;
}


._MB_EMAG_DETAIL  p:has(img) {
    padding-left: 0;
    padding-right: 0;
}

._MB_EMAG_DETAIL  p img, ._MB_EMAG_DETAIL  img {
    width: 100%;
}

.mt-5 {
    margin: 5px 0;
}

@media screen and (max-width: 1000px) {
    ._MB_EMAG_DETAIL  p {
    padding-left: 0rem;
    padding-right: 0rem;
}

}