body, html {
    overflow-x: hidden;
}
body {
	font-family: "Noto Sans", serif;
	background-color: #F6F6FB;
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7D7D7D;
}

header {
    height: 85px;
    background-color: #fff;
}

.navbar-brand img {
    height: 70px;
}

.search-form {
   position: relative;
}

.search-form input {
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 2px;
    height: 40px;
}

.search-form button  {
    background-color: transparent;
    border: none;
    font-size: 20px;
	position: absolute;
    top: 8px;
    right: 10px;
}

#footer {
    background-color: #fff;
    height: 110px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.foot-text {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #7D7D7D;
}

.principal {
    padding-bottom: 100px;
    padding-top: 30px;
}

.side-top {
    background: #D2CFF7;
    border-radius: 4px 4px 0px 0px;
    height: 35px;
    padding: 5px 10px;
}

.side-links {
    list-style: none;
	margin: 0px;
	padding: 0px;
}


.side-links li {
    background: #fff;
    height: 35px;
    padding: 5px 10px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.side-links li a {
	font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #7D7D7D;
	width: 100%;
}

.item-post {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
}

.item-post img {
    width: 85px;
    height: 71px;
    object-fit: cover;
	flex-shrink: 0;
}

.item-post span {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.item-post i {
    color: #000000;
}

.item-post div {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.titulo-1 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

@media (max-width: 767px) {

	
#footer {
    height: 100%;
}
	
.navbar-brand img {
    height: auto;
}
	
	
	
}


