/**
 * Folha de estilo da página Convocatórias
 */

#convocatorias
{
  padding: 0 0 35px;
}

#convocatorias .page-thumb,
#convocatoria .page-thumb
{
  position: relative;
  width: 986px;
  height: 350px;
  background-color: #EEE;
  background-size: cover;
  background-position: center;
  margin-top: 45px;
  overflow: hidden;
}

#convocatorias .page-content h1
{
  font-family: 'PT Sans', 'Myriad Pro Semibold', 'Myriad Pro', 'Myriad', 'Segoe UI', sans-serif;
  font-weight: normal;
  font-size: 36px;
  color: #464646;
  border-bottom: 1px solid #f58466;
  padding: 0 0 15px;
  margin: 45px 0 50px;
}

#convocatoria .page-content
{
  margin-top: 50px;
}
