*{
text-decoration: none !important;
outline: 0 !important;
list-style:none;
}
.row {
  margin: 0 !important;
  padding: 0;
}
@font-face {
 font-family: Speedee;
 src: url("../fonts/Speedee_Rg.ttf"); /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: SpeedeeBold;
 src: url("../fonts/Speedee_Bd.ttf"); /* TTF file for CSS3 browsers */
}

body {
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  position: relative;
  margin: 0 auto;

}
.container-in {
    max-width: 1100px;
    margin: 0 auto;
}
.desktop{
  display: block;
}
.responsive{
  display: none;
}
section.certamenContent {
    position: relative;
}
.certamenBody {
    background: url(../images/background.png);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.token50 {
    position: relative;
    width: 120px;
    margin: auto;
    padding: 100px 0 50px;
}
.token50 img{
  width: 100%;
}
.certamenTitularText {
    position: relative;
    width: 270px;
    margin: auto;
    background: #E91D29;
    padding: 10px;
    border-radius: 50px;
}
.certamenTitularText h1 {
    font-size: 20px;
    font-family: SpeedeeBold;
    margin: 0;
    text-align: center;
    color: #fff;
}
.titular {
    width: 50%;
    margin: 50px auto;
}
.titular img{
  width: 100%;
}
.btnDownload {
    width: 50%;
    margin: auto;
    padding: 70px;
}
.btnDownload a {
    background: #FCBA1E;
    display: block;
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-family: SpeedeeBold;
    color: #000;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.3s;
}
.bases {
    width: 70%;
    margin: auto;
    padding: 10px 0;
}
.top {
    background: #E91D29;
    padding: 20px;
    text-align: center;
    border-radius: 30px 30px 0 0;
}
.bottom {
    background: #fff;
    padding: 60px;
    border-radius: 0 0 30px 30px;
}
.bases .top h1{
    margin: 0;
    font-size: 26px;
    font-family: SpeedeeBold;
    color: #fff;
}
.bottom ul {
    margin: 0;
    padding: 0;
}
.bottom ul li {
    list-style: auto;
    font-size: 16px;
    font-family: Speedee;
}
.personajes {
    position: relative;
    width: 100%;
    top: -60px;
}
.personajes img{
  width: 100%;
}
.footer {
    position: absolute;
    background: #fcba1f;
    padding: 20px;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.footer p{
  font-family: 'Speedee';
  font-size: 14px;
  color: #000;
  text-align: center;
  margin: 0;
}