@charset "utf-8";

/**********************************************************************************************
    PREVISÃO TEMPO
**********************************************************************************************/

.area_previsao_tempo { padding: 20px; font-size: 0;}
.area_previsao_tempo .cont_previsao_tempo { padding: 0 10px; }
.area_previsao_tempo .previsao_tempo { background: #e9ecef; margin: 0 10px; text-align: center; padding: 20px 10px; border-radius: 4px; min-height: 216px; }
.area_previsao_tempo .previsao_tempo .area_texto_prev_tempo .e_data_prev_tempo { font-size: 16px; font-weight: 600; margin-bottom: 15px; color: #47474b; }
.area_previsao_tempo .previsao_tempo .area_icone_prev_tempo { background: #4b7bec; background: linear-gradient(to right, #036b98, #0c7dad); position: relative; width: 100px; height: 100px; margin: auto; border-radius: 100%; }
.area_previsao_tempo .previsao_tempo .area_icone_prev_tempo img { position: absolute; top: 50%;  transform: translate(-50%, -50%); width: 80%; height: 80%; }
.area_previsao_tempo .previsao_tempo .temperatura {margin-top: 15px; }
.area_previsao_tempo .previsao_tempo .temperatura .temp { font-size: 16px; font-weight: 600; display: inline-block; margin: 0 20px;  color: #3498db;}
.area_previsao_tempo .previsao_tempo .temperatura .temp:last-child { color: #e67e22; }