

/* Start:/local/modules/OfertaPageHBox/style.css?17833343001040*/
.OfertaPageHBox {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.OfertaPageHBox a,
.OfertaPageHBox p,
.OfertaPageHBox span { 
    font-family: "Circe", sans-serif; 
    font-weight: 400;
    font-size: .9rem; 
    color: var(--color-text);
    letter-spacing: .3px
}

.OfertaPageHBox > * {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    margin-inline: 10px;
    padding-inline: 20px;
    padding-bottom: 50px;
    max-width: 1200px;
    background: #fff;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px;
}

.OfertaPageHBox h2 { margin-top: 20px; margin-bottom: 10px; font-size: 1rem; font-weight: 700; letter-spacing: .5px; text-align: left; color: black; }

.OfertaPageHBox h5 { font-weight: 600; margin-top: 30px;margin-bottom: 10px; font-weight: 600; }

.OfertaPageHBox p { fmargin-top: 10px; margin-bottom: 10px; }

.OfertaPageHBox > * a { color: black; text-decoration: underline; }
/* End */
/* /local/modules/OfertaPageHBox/style.css?17833343001040 */
