.mx-20 {
    margin: 0px 20px;
}

.acesso-title {
    font-weight: bold;
    font-size: 20px;
}

.acesso-subtitle {
    font-weight: bold;
    font-size: 24px;
}

.fixed-font-size {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.weather-title {
    font-size: 1.25rem;
}

.upper_first_letter:first-letter {
    text-transform: uppercase;
}

.noscript {
    font-size: 12px;
    width: 270px;
    background: gray;
    padding: 20px;
    text-align: center;
    border-radius: 35px;
    color: white;
    position: fixed;
    right: 25px;
    bottom: 30px;
    z-index: 999999;
}

.noscript:before {
    content: "";
    position: absolute;
    border-right: 34px solid gray;
    border-top: 18px solid gray;
    border-bottom: 18px solid transparent;
    right: 5px;
    bottom: -18px;
}