* {
	margin: 0;
	padding: 0;
}

.horoscopo {
    width: 24.5% !important;
    display: block;
    position: relative;
    float: left;
    margin-left: 0.5% !important;
    height: 310px;
    overflow: auto;
    padding: 1%;
}

.horoscopo::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.horoscopo::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
.horoscopo::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.data {
    font-size: 12px;
}

.previsao {
    display: block;
    position: relative;
    width: 100%;
}

.menu {
    width: 99.5%;
    min-height: 150px;
    border: 1px solid #ffd133;
    background: #ffd133;
}

#lista {
    list-style: none;
}

.li {
    float: left;
    display: block;
    position: relative;
	text-align: center;
    text-transform: uppercase;
    margin-top: 4%;
}

.linka {
    width: 100%;
    padding: 15px 10px;
    text-decoration: none;
    color: #fff !important;
}

.logotipo {
    width: 10%;
    display: block;
    position: relative;
    float: left;
}

.significado {
    width: 99%;
    margin-top: 1%;
    margin-left: 0.5%;
}

.significado::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.significado::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
.significado::-webkit-scrollbar-thumb {
    background: #dad7d7;
}


.title {
    width: 100%;
    text-align: center;
    border-bottom: 0.5px solid #ffd133;
}

h1 {
    font-size: 1.5em;
}

.conteudo {
    width: 90%;
    left: 5%;
    display: block;
    position: relative;
    padding: 1%;
}

.footer {
    display: block;
    position: relative;
    width: 99%;
    height: 250px;
}

body {
    background: url("images/filtro-dos-sonhos.png") no-repeat;
    background-position: center;
}

#top-menu li a {
	font-size: 12px !important;
}