body {
    margin: 0;
}
.show-on-large {
    display: block;
}
 .show-on-small {
    display: none;
}
.main {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    background: url('../img/main-bg.jpg') no-repeat right center #FFFFFF;
}
.main section {
    width: 845px;
    height: 100%;
    background: url('../img/section-bg.png') no-repeat right center transparent;
}
.main section .info {
    height: 100%;
    width: 63%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.main section .info img.logo {
    width: 214px;
}
.main section .info div.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #60bfa8;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
.main section .info div.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #305a70;
    padding-right: 7rem;
}
.main section .info div.winners {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    font-family: 'Montserrat', sans-serif;
    color: #305a70;
    padding: 2rem 0;
    margin: 2rem 0 3rem;
}
 .main section .info div.winners img {
     float: left;
}
.main section .info div.winners a {
    color: #305a70;
    margin-left: 5px;
    font-size: 17px;
    float: left;
    text-decoration: none;              
}
.main section .info div.winners a:hover {
    text-decoration: underline;
 }
.main section .info div.winners span {
    color: #60bfa8;
    margin-left: 15px;
    font-size: 17px;
    float: left;
}
.main section .info div.app {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #81838a;
}
.main section .info div.app img {
    float: left;
}
.main section .info div.app span.custom-text {
    float: right;
    margin-top: 0.55rem;
    margin-left: 1rem;
    width: 55%;
}
.main section .info div.app span.extra-text {
    display: inline-block;
}
.main section .info div.footer { 
    margin-top: 6rem;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 15px;
}
.main section .info div.footer div.socials {
    width: 50%;
    float: left;
}  
.main section .info div.footer div.socials a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 37px;
    width: 37px;
    background-color: transparent;
    background-image: url("../img/socials.png");
}
.main section .info div.footer div.socials a.facebook {
    background-position: 0 0px;
}
.main section .info div.footer div.socials a.instagram {
    background-position: 37px 0px;
}
.main section .info div.footer div.socials a.facebook:hover {
    background-position: 0 37px;
}
.main section .info div.footer div.socials a.instagram:hover {
    background-position: 37px 37px;
}
.main section .info div.footer div.socials span.follow {
    float: left;
    margin-top: 10px;
}
.main section .info div.footer div.socials span.play-text,
.main section .info div.footer div.socials span.uy-text {
    display: none;
}
.main section .info div.footer div.copyright {
    float: right;
    text-align: right;
    margin-top: 15px;
    font-size: 11px;
}    
.main section .info div.byc {
    font-family: 'Montserrat', sans-serif;
    margin: 5px 0;
    text-align: right;
    font-size: 11px;
}
.main section .info div.byc a {
    text-decoration: none;
    color: #333333;
}
.main section .info div.byc a:hover {
    text-decoration: underline;
    color: #111111;
}
/* Page */
.page {
    width: 1280px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}
.page header {
    border-bottom: 1px solid #eee;
} 
.page header img {
    margin: 1rem 1.5rem;
}
.page section {
    margin-bottom: 5rem;
}
.page section h2 {
    margin: 2rem 1.5rem;
    font-weight: 500;
    font-size: 1.8rem;
}
.page section ol {
    list-style-type: none;
    margin: 0 1rem;
}
.page section ol li {
    counter-increment: count-me;
    margin-bottom: 1rem;
}
.page section ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.6em;
    top: .0em;
    color: #60bfa8;
    font-weight: 500;
}
.page footer {
    border-top: 1px solid #eee;
    padding: 2rem;
    margin-bottom: 2rem;
}   
.page footer div.socials {
    width: 50%;
    float: left;
}  
.page footer div.socials a {
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 37px;
    width: 37px;
    background-color: transparent;
    background-image: url("../img/socials.png");
}
.page footer div.socials a.facebook {
    background-position: 0 0px;
}
.page footer div.socials a.instagram {
    background-position: 37px 0px;
}
.page footer div.socials a.facebook:hover {
    background-position: 0 37px;
}
.page footer div.socials a.instagram:hover {
    background-position: 37px 37px;
}
.page footer div.socials span.follow {
    float: left;
    margin-top: 10px;
}
.page footer div.copyright {
    float: right;
    text-align: right;
    margin-top: 15px;
    font-size: 11px;
} 
/* MEDIA QUERIES */
/* Small only */
@media screen and (max-width: 39.9375em) {
    .show-on-large {
        display: none;
    }
    .show-on-small {
        display: block;
    }
    .main {
        width: auto;
        height: 100%;
        padding: 0 1.5rem;
        background: url('../img/main-mobile-bg.jpg') no-repeat left top #FFFFFF;
        text-align: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .main section {
        width: 100%;
        background: none;
    }
    .main section .info {
        width: 100%;
        display: inline-block;
    }
    .main section .info img.logo {
        width: 160px;
        margin-top: 2rem;
    }
    .main section .info div.title {
        font-size: 22px;
        color: #ffffff;                    
        margin-bottom: 0.5rem;
        margin-top: 4rem;
        font-weight: 600;
    }
    .main section .info div.subtitle {
        font-size: 17px;                   
        color: #ffffff;                   
        padding: 0 20px;
    }    
    .main section .info div.app {
        font-size: 14px;
        color: #FFFFFF;
        margin: 2rem auto;
        overflow: hidden;
    }
    .main section .info div.app img {
        float: none;
    }
    .main section .info div.app span.custom-text {
        float: none;
        margin-top: 0.8rem;
        margin-left: 0;
        display: block; 
        width: auto;                 
    }
    .main section .info div.app span.extra-text {
        display: none;
    }    
    .main section .info div.winners {
        border-top: none;
        border-bottom: none;
        color: #ffffff;
        margin: 2.5rem 0 1rem;
    }
    .main section .info div.winners img {
        margin-top: 4px;
        float: none;
        vertical-align: top;
    }
    .main section .info div.winners a {
        color: #ffffff;
        font-weight: bold;
        margin-left: 5px;
        font-size: 13px;
        float: none;
        text-decoration: none;              
    }
    .main section .info div.winners a:hover {
        text-decoration: none;
     }
    .main section .info div.winners span {
        float: none;
        color: #ffffff;
        margin-left: 5px;
        margin-top: 1px;
        font-size: 12px;
    }
    .main section .info div.footer { 
        font-family: 'Montserrat', sans-serif;
        color: #FFFFFF;
        position: fixed;
        bottom: 1rem;
        width: 100%;
    }
    .main section .info div.footer div.socials {
        float: left;
    }  
    .main section .info div.footer div.socials a {
        display: inline-block;
        float: left;
        margin-right: 5px;
        height: 37px;
        width: 37px;
        background-color: transparent;
        background-image: url("../img/socials-mobile.png");
    }                    
    .main section .info div.footer div.socials span.follow {
        display: none;
    }    
    .main section .info div.footer div.socials span.play-text,
    .main section .info div.footer div.socials span.uy-text {
        display: inline-block;
        float: left;
        font-weight: 600;
    }
    .main section .info div.footer div.socials span.play-text {
        margin-top: 5px;
        font-size: 22px;
    }
    .main section .info div.footer div.socials span.uy-text {
        margin-top: 12px;
        font-size: 15px;                
    }
    .main section .info div.footer div.copyright {
        float: right;             
        margin-top: 5px;           
        font-size: 11px;          
        margin-right: 3rem;
    } 
    .main section .info div.byc {
        margin: 0;
        text-align: center;
        font-size: 12px;
        bottom: 15px;
        position: fixed;
        right: 24px;
    }
    .main section .info div.byc a,
    .main section .info div.byc a:hover {
        color: #FFFFFF;
    }
    /* Page */
   .page {
        width: 100%;
        margin: 0 auto;
    }
    .page header img {
        margin: 1rem 1rem;
        width: 150px;
    }
    .page section {
        margin-bottom: 4rem;
    }
    .page section h2 {
        margin: 1.5rem 1rem;
        font-size: 1.2rem;
    }
    .page section ol {
        margin-left: 0.2rem;
        margin-right: 1rem;
        font-size: 0.95rem;
    }
    .page footer {
        padding: 2rem 1rem;
    }
    .page footer div.socials {
        width: 70%;
    }                         
}    
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .main {
        width: 100%;
        background-size: contain;
    }
    .main section {
        width: 80%;
        background-size: contain;
    }
    .main section .info {
        width: 62%;
        padding-left: 1rem;
        display: inline-block;
    }        
    .main section .info img.logo {
        width: 100px;
        margin: 1rem 0 0;
    }            
    .main section .info div.title {
        font-size: 20px;
        margin-bottom: 0.5rem;
        margin-top: 1rem;            
    }
    .main section .info div.subtitle {
        font-size: 15px;          
    }
    .main section .info div.winners {
        padding: 0.5rem 0;
        margin: 1rem 0;
        overflow: hidden;
    }
    .main section .info div.winners img {
        width: 15px;
    }
    .main section .info div.winners a {
        font-size: 13px;
    }
    .main section .info div.winners span{
        display: none;                
    }
    .main section .info div.app {
        font-size: 13px;            
    }
    .main section .info div.app img {
        width: 180px;
    }
    .main section .info div.app span.custom-text {
        float: left;
        margin-top: 0.7rem;
        width: 40%;            
    }
    .main section .info div.app span.extra-text {
        display: none
    }
    .main section .info div.footer div.copyright {
        margin-top: 5px;
    }
    .main section .info div.byc {
        margin: 0;
        width: 50%;
        display: inline-block
    }     
}