/* ===================================================== */
/* PÁGINA DE EDIÇÕES ANTERIORES                          */
/* ===================================================== */


/* Classe principal da página */
.edicoes {
  position: relative;
  max-width: 1230px;
  width: 100%;
  box-sizing: border-box;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  text-align: left;
}


/* ===================================================== */
/* TÍTULO E INTRODUÇÃO                                   */
/* ===================================================== */

/* Título principal */
.edicoes h1 {
  color: #AF0F12;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: bold;
}

/* Texto abaixo do título */
.edicoes .edicoes-intro {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 28px;
  color: #292929;
  text-align: center;
}

/* ===================================================== */
/* TROFÉU                                                */
/* ===================================================== */


.edicoes .trofeu-lateral {
    position: absolute;
    top: 30px;
    right: -180px;
    width: 220px;
    height: auto;
}


/* ===================================================== */
/* TROFÉU LATERAL                                        */
/* ===================================================== */

.edicoes .trofeu-lateral {
  position: absolute;
  top: 30px;
  right: -180px;
  width: 220px;
  height: auto;
}

/* ===================================================== */
/* TABELA DAS EDIÇÕES                                    */
/* ===================================================== */

/* Tabela principal */
.edicoes table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 18px;
}

/* Cada célula da tabela */
.edicoes td {
  vertical-align: middle;
}

/* Célula da imagem */
.edicoes td:first-child {
  width: 160px;
}

/* ===================================================== */
/* IMAGENS DAS EDIÇÕES                                   */
/* ===================================================== */

.edicoes table img {
  width: 141px;
  height: 95px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* ===================================================== */
/* TEXTOS E LINKS                                        */
/* ===================================================== */

/* Texto de cada edição */
.edicoes table p,
.edicoes table td {
  font-size: 18px;
  line-height: 1.45;
  color: #292929;
}

/* Link do ano e área */
.edicoes table a {
  color: #2E5881;
  font-weight: bold;
  text-decoration: none;
}

/* Hover dos links */
.edicoes table a:hover {
  color: #AF0F12;
  text-decoration: underline;
}

.edicoes h1,
.edicoes p,
.edicoes td,
.edicoes strong,
.edicoes a {
  font-family: inherit;
  text-align: left;
}

body,
td,
th,
p,
intro {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

/* Centraliza conteúdo das linhas */
.edicoes td {
  vertical-align: middle;
}

/* ===================================================== */
/* RESPONSIVO                                            */
/* ===================================================== */

@media (max-width: 768px) {
  .edicoes > img:first-of-type {
    float: none;
    display: block;
    width: 160px;
    margin: 0 auto 20px;
  }

  .edicoes h1 {
    font-size: 28px;
  }

  .edicoes table img {
    width: 120px;
    height: 85px;
  }

  .edicoes td:first-child {
    width: 130px;
  }
}.edicoes strong {
    font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
}
.edicoes table tr td .edições a {
    font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
}
.edicoes table tr td p a {
    font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
}
.edicoes table tr td .azul a {
    font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, sans-serif;
}
