/*------------------------------------------------------CEBEÇALHO*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Now Bold';
    zoom: 1;
    /*transform: scale(1.0);
    transform-origin: 0 0;*/
}

header {
    margin: auto;
    height: auto;
    width: auto;
}

.logo-topo {
    display: block;
    margin: 0px auto;
}

h1 {
    color: #5FBEB7;
    font-family: 'Ibarra Real Nova';
}

h2 {
    font-size: 24pt;
    text-align: center;
    color: #5FBEB7;
    font-family: 'Ibarra Real Nova';
}

/*-------------------------------------------------------------*/

.div-corpo {
    display: block;
    width: auto;
    height: auto;
}

/*----------------------------------------------------MENU*/

aside {
    padding: 0;
    margin: auto;
    width: 20%;
    text-align: center;
    display: block;
    float: left;
    padding-bottom: 2%;
}

.div-previsao-do-tempo {
    width: 90%;
    margin: auto;
    margin-top: 3%;
    text-align: center;

}

.div-previsao-do-tempo h2 {
    font-size: 24px;
    padding-bottom: 5%;
}

.clima image {
    position: relative;
}

.retangulo-topo {
    padding: 3%;
    margin: auto;
    width: 80%;
    height: 4px;
    border-top: 4px solid #5FBEB7;
    opacity: 0.40;
}

.mudar-cor {
    margin-top: 20px;
}

.mudar-cor a:hover {
    color: #5FBEB7;
}

.nav-list {
    position: relative;
    list-style: none;
    font-size: 12pt;
}

.nav-list li {
    margin-bottom: 54px;
}

.navegacao-bottom {
    text-align: center;
}

.nav-list a {
    text-decoration: none;
    color: #33323D;
}

.retangulo-bottom {
    margin: auto;
    width: 80%;
    height: 4px;
    border-top: 4px solid #5FBEB7;
    opacity: 0.4;
}

/*-------------------------------------------------------------------*/

#div-corpo-superior {
    overflow: auto;
    margin-top: 3%;
    height: auto;
}

.div-conteudo-principal {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    float: left;
    width: 80%;
    text-align: center;
}

.div-conteudo {
    clear: both;
    display: block;
    width: 50%;
    margin: auto;
    text-align: center;
    margin-top: 10%;
}

#div-corpo-inferior {
    width: 95%;
    height: auto;
    margin: auto;
    margin-top: 2%;
    text-align: center;
}

/* ----------------------------------RODAPÉ---------------------*/

.rodape {
    padding: 0;
    margin: auto;
    margin-top: 2%;
    padding-bottom: 2%;
    padding-top: 1%;
    position: relative;
    background-color: #5FBEB7;
    width: 100%;
    text-align: center;
    display: block;

}

.rodape-superior {
    display: block;
    margin: 0px auto;
    text-align: center;
}

.logo-bottom {
    margin: 0px auto;
    width: 150px;
    /*padding-left: 50px;*/
}

.nav-list-bottom {
    /*   Normal: width=auto quando tem todas as abas*/
    margin: auto;
    width: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 2% 0;
}

.nav-list-bottom a {
    text-decoration: none;
    color: white;
    padding: 20px;
    font-size: 16px;
}

.nav-list-bottom a:hover {
    color: black;
}

.copyright {
    text-align: center;
    color: white;
}

.btn-voltar-inicio {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: black;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.btn-voltar-inicio img {
    display: block;
    margin: 10px auto;
    width: 30px;
}