/*
div {
    border: 1px solid red
}
*/

/* Geral */

body {
    font-family: Arial, sans-serif;
    background: #fafafa;
    margin: 0;
}

.container {
    width: 1200px;
    margin: auto;
}

.header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}



/* Topo/ Linhas */

.linha {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 1px solid #e0e0e0;
}

.clima-linha {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 1px solid #e0e0e0;
}

.topo {
    width: 1200px;
    padding: 4px;
    margin: 0 auto;   
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



/* Menu Superior */

.linha-vertical1 {
  position: absolute;
  right: 93px;
  width: 1px;
  height: 35px;               
  background-color: rgba(59, 59, 59, 0.2);
}

.logo {
    display: flex;
    justify-content: center;
    padding: 7px;
}

.logo img {
    width: 230px;
    align-items: center;
}

.logo-menu {
    font-family: "Marcellus", serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    left: 0;
}

.logo-menu img {
    align-items: left;
    width: 25px;
    position: static;
    margin-right: 4px; 
}

.conta {
    font-family: "Marcellus", serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 0;
    margin-right: 100px;
}

.conta img {
    align-items: left;
    width: 25px;
    position: static;
    margin-right: 4px; 
}

.pesquisar {
    font-family: "Marcellus", serif;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    right: 0;
}

.pesquisar img {
    align-items: left;
    width: 25px;
    position: static; 
    margin-right: 4px; 
}



/* Menu Principal */

.menu {
    display: flex;
    gap: 30px;
    font-family: "Globobrand Display";
    font-size: 18px;
    text-decoration: none;
    justify-content: space-between;
    width: 100%;
    padding: 4px;
}

.menu a,
.menu a:visited {
    text-decoration: none;
}

.g1 { color: #c21c10; }
.oglobo { color: #005aa5; }
.valor { color: #036936; }
.ge { color: #008744; }
.cartola { color: #ff7f00; }
.globoplay { color: #b31d4f; }
.gshow { color: #ff6600; }
.receitas { color: #822694; }
.quem { color: #3f353f; }
.g1jogos { color: #880000; }



/* Clima */

.clima-topo {
    width: 1200px;
    margin: 0 auto;   
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    gap: 6px;
    padding: 8px;
    font-size: 13px;
    font-weight: bold;
}

.clima-topo img {
    width: 50px;
    height: auto;
}

.temp {
    color: #484545;
}

.temp b {
    color: #000;
}



/* Banner */

.banner img {
    width: 100%;
    border-radius: 6px;
    padding-top: 20px;
}



/* Layout Geral */

.layout-flex {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.lado-esquerdo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



/* Notícia Grande */

.linha-horizontal {
    width: 580px;  
    height: 1px;          
    background-color: rgba(59, 59, 59, 0.2);
    margin: 20px;
}

.noticia-grande {
    font-family: "Hind", sans-serif;
    font-weight: 500;
}

.noticia-grande h2 {
    color: rgb(211, 0, 0);
    font-size: 55px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 6px;
}

.noticia-grande ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style-position: inside;
}

.noticia-grande li {
    display: flex;
    align-items: center; 
    gap: 6px;
    font-size: 16px;
    color: #000;
}

.noticia-grande ul li a {
    text-decoration: none;
    color: rgb(36, 36, 36);
    font-size: 19px;
    font-family: "Hind", sans-serif;
}

.noticia-grande li::before {
    content: "•";
    color: red;
    font-size: 18px;
    line-height: 1.2;
}



/* Notícias Destaque */

.linha-vertical3 {
  width: 2px;     
  height: 900px;           
  margin-top: 30px;
  background-color: rgba(59, 59, 59, 0.2);
}

.noticias-destaque {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.noticias-coluna1,
.noticias-coluna2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.noticias-destaque h3 {
    font-size: 19px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 12px;
}

.noticias-destaque ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    list-style-position: inside;
}

.noticias-destaque li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 16px;
    color: #000;
}

.noticias-destaque ul li a {
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



/* Coluna 1 */

.noticias-coluna1 li::before {
    content: "•";
    color: rgb(0, 179, 39);
    font-size: 18px;
    line-height: 1.2;
}

.noticias-coluna1 h3 a {
    text-decoration: none;
    color: rgb(0, 179, 39);
}



/* Coluna 2 */

.noticias-coluna2 li::before {
    content: "•";
    color: rgb(255, 119, 0);
    font-size: 18px;
    line-height: 1.2;
}

.noticias-coluna2 h3 a {
    text-decoration: none;
    color: rgb(255, 119, 0);
}



/* Notícias Pequenas */

.noticia-pequena {
    width: 250px;
    border-radius: 6px;
}

.noticia-pequena2 {
    width: 240px;
    border-radius: 6px;
}

.noticia-pequena img,
.noticia-pequena2 img {
    width: 100%;
}



/* Grade de Notícias */

.grade-noticias {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 750px;
}

.card {
    width: 195px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
}

.card h3 {
    font-size: 19px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 12px;
}

.card h3 a {
    text-decoration: none;
    color: rgb(211, 0, 0);
}

.card ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    list-style-position: inside;
}

.card li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 16px;
    color: #000;
}

.card li::before {
    content: "•";
    color: red;
    font-size: 18px;
    line-height: 1.2;
}

.card ul li a {
    color: black;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
}

.card img {
    width: 100%;
    border-radius: 10px;
}
