* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

.body {
    width: 92%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header {
    display: flex;
    background-color: #000;
    justify-content: space-between;
    padding: 3px;
    width: 98vw !important;
}

.header ul {
    display: flex;
    list-style-type: none;
}

.header ul li {
    padding: 14px;
}

.header a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
}

.header img {
    height: 18px;
    margin-right: 8px;
}

.header2 {
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    border-bottom: solid 1px #dfdfdf;
}

.header2 div {
    padding: 12px;
    background-color: #c7c7c7;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

.header2 div img {
    height: 14px;
    margin-right: 5px;
}

.logo {
    height: 40px;
}

nav {
    border-bottom: solid 1px #dfdfdf;
    height: 20px;
}

nav ul {
    display: flex;
    justify-content: space-around !important;
    list-style-type: none;
}

nav a {
    text-decoration: none;
    color: #000;
    font-size: 10px;
}

.propag {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.propag p {
    font-size: 8px;
    padding: 4px;
}

.propag img {
    width: 100%;
    border: solid 1px #000;
}

.conteudo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.conteudo h2{
    font-size: 28px;
}

.conteudo1 {
    width: 70%;
}

.conteudo2 {
    width: 28.5%
}

.conteudo1 p {
    margin-top: 6px;
    font-size: 14px;
}

.item {
    display: flex;
    align-items: center;
    font-size: 10px !important;
}

.marcker {
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background-color: red;
    margin-right: 5px;
}

.noticias {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.noticias div {
    display: flex;
    flex-direction: column;
}

.colunanot {
    width: 32%;
}

.colunanot div {
    margin-bottom: 15px;
}

.noticias a {
    text-decoration: none;
    color: #000;
}

.imagemnoticia1 {
    width: 100%;
    border-radius: 10px;
    border: solid 1px #000;
}

.noticia2{
    margin-bottom: 15px;
}

.noticia2 a{
    color: #000;
    text-decoration: none;
}

.noticia2 h3{
    background-color: #c7c7c7;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: -4px;
    padding: 8px;
    border: solid 1px #000;
}

.imagemnoticia2 {
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.especialistas {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin: 20px 0;
    border-top: solid 1px red;
    border-bottom: solid 1px #c7c7c7;
}

.especialista {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 23%;
    font-size: 10px;
}

.especialista img{
    height: 60px;
    margin-right: 10px;
    border-radius: 5px;
}