header {
	padding-top: 100px !important;
	padding-bottom: 20px !important;
}

#overview .section-title{
	padding-bottom: 15px !important;
}

.read-in-all{
	padding-top: 0 !important;
}

#feedback{
	padding-bottom: 0!important;
}

.btn-yellow {
    background-color: #ffdf5c;
    color: #202020;
}
.btn-yellow:hover {
    background-color: #ffdf5c;
    color: #fff;
}

/* Bandeira idioma */
.lang {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 78px;
    background-color: #e6e6e6;
    border-radius: 0 0 4px 4px;
    padding: 3px 13px 7px 9px;
    margin-top: 4px;
    margin-left: -11px;
    z-index: 9999;
    z-index: 1000;
    border: 1px solid #e6e6e6;
    border-top-width: 1px;
    border-top-width: 0;
    white-space: nowrap;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.4);
}