/* Configuração básica para o corpo */
body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(15.34deg, #DCE6EF 39.24%, #EDF0F3 88.51%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    height: 100vh;
    overflow: hidden; /* Impede rolagem da página */
    box-sizing: border-box;
    padding: 10px;
}

/* Container da logo */
.logo-container {
    text-align: center;
    /*max-width: 360px;*/
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 82px;
}

.logo {
    display: block;
    margin: 0 auto;
    /*width: 100%;
    max-width: 367px;*/
    width: 648.33px;
    height: 170.88px;
}

#nomeCidade {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 31px;
    color: #929DAE;
    margin: 5px 0;
    margin-bottom: -72px;
    margin-top: 53px;
}

#tituloPrevisao {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 81px;
    line-height: 1.2;
    margin-bottom: 50px;
}

/* Boxes principais para previsão */
.boxPrincipal {
    width: 891.92px;
    /*max-width: 454px;*/
    height: 430.37px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 34px;
    overflow: hidden; /* Esconde o excesso */
    box-sizing: border-box;
    background-color: rgba(251, 255, 255, 0.28);
}

.boxInterno1 {
    width: 856.62px;
    height: 410.97px;
    /*background-color: rgba(251, 255, 255, 0.28);
    padding: 2px;*/
    border-radius: 35px;
    box-sizing: border-box;
}

.boxInterno2 {
    width: 826.51px;
    height: 365.05px;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 37px;
    box-sizing: border-box;
    overflow-y: auto; /* Permite rolagem interna se necessário */
    margin-top: 21.46px;
    margin-left: 21.26px;
}

.diaSemana {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 41px;
    color: #0F7CE7;
    line-height: 49.62px;
    /*width: 363px;*/
    width: 408px;
    height: 50px;
    /*margin: 0;*/
    margin-right: 280px;
    margin-top: 41px;
}

/* Informações internas da previsão */
.infosInternas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.infoLinha {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 90%;
    margin-top: 15px;
}

.iconeTemperatura {
    width: 202.19px;
    height: 151.99px;
}

.possibilidadeChuva {
    font-size: 30px;
    color: #929DAE;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    margin-top: 5px;
    width: 75px;
    height: 45px;
}

.chuvaProbabilidade {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: -127px;
    width: 0%;
}

.iconeMenorTemparatura{
    width: 34.43px;
    height: 35.36px;
}

.chuvaMM{
    display: flex;
    /*align-items: center;*/
    gap: 2px;
    /*margin-left: -131px;*/
    margin-top: 23px;
}

.mmChuvas{
    font-size: 104px;
    font-weight: 700;
    color: #1A2025;
    line-height: 125.86px;
    width: 160px;
    height: 126px;
}

.mmChuva{
    font-size: 38px;
    color: #1A2025;
    margin-top: 5px;
    line-height: 45.99px;
    text-align: center;
    width: 65px;
    height: 46px;
    /*margin-left: -88px;*/
}

.temperaturas {
    /*text-align: right;*/
    margin-right: 41px;
    margin-left: -24px;
}

.tempMax, .tempMin {
    display: block;
    font-size: 28px;
    color: #333;
    line-height: 37.52px;
}

.tempMax {
    font-family: 'Inter', 'sans-serif';
    font-weight: 400;
    color: #929DAE;
    margin-top: 3px;
    text-align: left;
    /*font-size: 31px;
    font-weight: 400;
    line-height: 37.52px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;*/

}

.tempMin {
    font-family: 'Inter', 'sans-serif';
    font-weight: 400;
    color: #929DAE;
    margin-top: 3px;
    margin-bottom: 17px;
    text-align: left;
    /*font-size: 31px;
    line-height: 37.52px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;*/

}

.linhaSeparadora {
    border-left: 1px solid #D6DDE3;
    height: 132px;
    margin: 0 10px;
    /*margin-left: 2px;*/
}

.paragrafoMinimo{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 30.26px;
    margin-top: 13px;
}

.paragrafoMaximo{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 27px;
}

/* Responsividade para telas menores */
@media (max-width: 600px) {
    .logo {
        max-width: 283px;
        margin-top: 15px;
    }

    #tituloPrevisao {
        font-size: 24px;
        margin-top: -5px;
    }

    #nomeCidade {
        font-size: 11px;
        margin-top: 30px;
    }

    .boxPrincipal {
        width: 90%;
        height: 28%; /* Ajusta a altura em telas menores */
    }

    /*.iconeTemperatura {
        width: 85px;
        height: 70px;
    }*/
}
