/* RESPONSIVE SITIO WEB */

@media (min-width: 320px) and (max-width: 484px){

.token50 {
    position: relative;
    width: 80px;
    margin: auto;
    padding: 60px 0 50px;
}
.certamenTitularText {
    position: relative;
    width: 180px;
    margin: auto;
    background: #E91D29;
    padding: 10px;
    border-radius: 50px;
}
.certamenTitularText h1 {
    font-size: 14px;
    font-family: SpeedeeBold;
    margin: 0;
    text-align: center;
    color: #fff;
}
.titular {
    width: 90%;
    margin: 20px auto;
}
section.certamenContent {
    position: relative;
    background: #000;
}
.certamenBody {
    background: url(../images/background.png);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.btnDownload {
    width: 100%;
    margin: auto;
    padding: 30px;
}
.btnDownload a {
    background: #FCBA1E;
    display: block;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-family: SpeedeeBold;
    color: #000;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.3s;
}
.bases {
    width: 90%;
    margin: auto;
    padding: 10px 0;
}
.bases .top h1 {
    margin: 0;
    font-size: 16px;
    font-family: SpeedeeBold;
    color: #fff;
}
.bottom {
    background: #fff;
    padding: 40px;
    border-radius: 0 0 30px 30px;
}
.bottom ul li {
    list-style: auto;
    font-size: 14px;
    font-family: Speedee;
}

}


@media (min-width: 568px) and (max-width: 736px){

.token50 {
    position: relative;
    width: 80px;
    margin: auto;
    padding: 60px 0 50px;
}
.certamenTitularText {
    position: relative;
    width: 180px;
    margin: auto;
    background: #E91D29;
    padding: 10px;
    border-radius: 50px;
}
.certamenTitularText h1 {
    font-size: 14px;
    font-family: SpeedeeBold;
    margin: 0;
    text-align: center;
    color: #fff;
}
.titular {
    width: 90%;
    margin: 20px auto;
}
section.certamenContent {
    position: relative;
    background: #000;
}
.certamenBody {
    background: url(../images/background.png);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.btnDownload {
    width: 100%;
    margin: auto;
    padding: 30px;
}
.btnDownload a {
    background: #FCBA1E;
    display: block;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-family: SpeedeeBold;
    color: #000;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.3s;
}
.bases {
    width: 90%;
    margin: auto;
    padding: 10px 0;
}
.bases .top h1 {
    margin: 0;
    font-size: 16px;
    font-family: SpeedeeBold;
    color: #fff;
}
.bottom {
    background: #fff;
    padding: 40px;
    border-radius: 0 0 30px 30px;
}
.bottom ul li {
    list-style: auto;
    font-size: 14px;
    font-family: Speedee;
}
}


@media (min-width: 768px) and (max-width: 800px){

.token50 {
    position: relative;
    width: 80px;
    margin: auto;
    padding: 60px 0 50px;
}
.certamenTitularText {
    position: relative;
    width: 180px;
    margin: auto;
    background: #E91D29;
    padding: 10px;
    border-radius: 50px;
}
.certamenTitularText h1 {
    font-size: 14px;
    font-family: SpeedeeBold;
    margin: 0;
    text-align: center;
    color: #fff;
}
.titular {
    width: 90%;
    margin: 20px auto;
}
section.certamenContent {
    position: relative;
    background: #000;
}
.certamenBody {
    background: url(../images/background.png);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.btnDownload {
    width: 100%;
    margin: auto;
    padding: 30px;
}
.btnDownload a {
    background: #FCBA1E;
    display: block;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-family: SpeedeeBold;
    color: #000;
    border-radius: 50px;
    padding: 10px;
    transition: all 0.3s;
}
.bases {
    width: 90%;
    margin: auto;
    padding: 10px 0;
}
.bases .top h1 {
    margin: 0;
    font-size: 16px;
    font-family: SpeedeeBold;
    color: #fff;
}
.bottom {
    background: #fff;
    padding: 40px;
    border-radius: 0 0 30px 30px;
}
.bottom ul li {
    list-style: auto;
    font-size: 14px;
    font-family: Speedee;
}
}


@media (min-width:800px) and (max-width: 1050px){

.token50 {
    position: relative;
    width: 80px;
    margin: auto;
    padding: 60px 0 50px;
}
.certamenTitularText {
    position: relative;
    width: 180px;
    margin: auto;
    background: #E91D29;
    padding: 10px;
    border-radius: 50px;
}
.certamenTitularText h1 {
    font-size: 14px;
    font-family: SpeedeeBold;
    margin: 0;
    text-align: center;
    color: #fff;
}
.titular {
    width: 90%;
    margin: 20px auto;
}
section.certamenContent {
    position: relative;
    background: #000;
}
.certamenBody {
    background: url(../images/background.png);
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}
.btnDownload {
    width: 50%;
    margin: auto;
    padding: 70px 70px 30px;
}


}