@import url(reset.css);
@import url(menu.css);
@import url(footer.css);


.sms-section{
    display: flex;
    margin: 20px;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap
}

.texto-sms{
    font-size: 20px;
    max-width: 500px;
}

.texto-sms h1{
    margin: 20px;
}

.beneficios-sms{
    font-size: 20px;
    align-items: center;
    margin: 30px;
}

.sms-lista{
    position: relative;
}

.beneficios li{
    margin: 20px;
}

.beneficios li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0170b9;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;

}