@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');



.mobile {
    background: #E0F5FE;
    width: 390px;
    height: 844px;
    margin: auto;
    padding: 0%;
}

.home {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.052px;
    margin: 0;
}

p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.052px;
}

.bar {
    width: 390px;
    height: 350px;
    flex-shrink: 0;
    border-radius: 32px 32px 0px 0px;
    background: #47D061;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.margenes {
    display: flex;
    flex-direction: column;
    width: 320px;
}

.textos {
    display: flex;
    flex-direction: column;
    padding-top: 67px;
    width: 320px;
    align-items: flex-start;
}

.botonera {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

.puntos {
    display: flex;
    align-items: center;
    gap: 12px;
}

.boton-encendido {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 19px;
    background: #FFF;
}

.boton-apagado {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    border-radius: 19px;
    background: #2EBA48;
}

h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: -0.052px;
    padding-left: 9px;
    text-decoration: none;
    cursor: pointer;
}

a {
    text-decoration: none;
}