.phito-ann,
.phito-ann *,
.phito-ann :before,
.phito-ann :after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.phito-ann {
    background: #3d2c5a;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    padding: 10px;
    display: flex
}

.phito-ann-item {
    letter-spacing: .48px;
    color: #ffffffeb;
    text-align: center;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.phito-ann-strong {
    letter-spacing: .48px;
    color: #fbe89a;
    font-family: Poppins, Arial, sans-serif;
    font-size: 11.8px;
    font-weight: 700;
    line-height: 18px
}

.phito-ann-texto {
    letter-spacing: .48px;
    color: #ffffffeb;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.phito-ann-dot {
    background: #fff6;
    border-radius: 2px;
    flex: none;
    width: 4px;
    height: 4px;
    display: none
}

.phito-ann-item-extra {
    display: none
}

@media (width>=768px) {
    .phito-ann {
        min-height: 38px;
        padding: 10px 24px
    }
    .phito-ann-item-extra {
        display: block
    }
    .phito-ann-dot {
        margin: 0 60px;
        display: block
    }
}

@media (width>=1024px) {
    .phito-ann {
        min-height: 38px;
        padding: 10px 32px
    }
    .phito-ann-dot {
        margin: 0 60px;
        display: block
    }
}

.phito-ann-oculta {
    display: none
}