@font-face {
    font-family: 'TCCC-UnityHeadline';
    src: url('../fonts/TCCC-UnityHeadline-Light.woff2') format('woff2'),
    url('../fonts/TCCC-UnityHeadline-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TCCC-UnityHeadline';
    src: url('../fonts/TCCC-UnityHeadline-Bold.woff2') format('woff2'),
    url('../fonts/TCCC-UnityHeadline-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TCCC-UnityHeadline';
    src: url('../fonts/TCCC-UnityHeadline-Black.woff2') format('woff2'),
    url('../fonts/TCCC-UnityHeadline-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TCCC-UnityHeadline';
    src: url('../fonts/TCCC-UnityHeadline-Medium.woff2') format('woff2'),
    url('../fonts/TCCC-UnityHeadline-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

:root {
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;

    font-family: 'TCCC-UnityHeadline', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e10816;
}

strong {
    font-weight: 900;
}

a {
    color: #e10816;
}

a:hover {
    text-decoration: underline;
}

a:hover,
a:active,
a:visited {
}

.btn {
    background-color: #e10816;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: none;
    text-decoration: none;
    border: 4px solid #fff;

    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.btn:hover {
    text-decoration: none;
}

h3 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.57;
    letter-spacing: 0.3px;
    text-transform: none;
}

header {
    display: flex;
    justify-content: flex-end;
}

header ul.menu {
    margin: 0;
    list-style-type: none;
    background-color: #fff;
    padding: 26px 35px;

}

header ul.menu li {
    margin: 0 15px;
    padding: 0;
    display: inline-block;
}

header ul.menu li a {
    font-family: TCCC-UnityHeadline;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -0.24px;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid #fff;

}

header ul.menu li a.activo,
header ul.menu li a:hover {
    text-decoration: none;
    border-color: #e10816;
}

.content-wrapper {
    max-width: 1200px;
    min-height: 100%;
    /*height: 100%;*/
    margin: auto;
    background: #fff url('../images/bg-desktop.png') 100% -110px no-repeat;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding-bottom: 40px;
}

.content-wrapper .content {
    margin: 0 100px 0 0;
    padding: 0;
    max-width: 620px;
    text-align: center;
}

.content-wrapper .content h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 37px;
    margin: 30px 100px 0 0;
}

.content-wrapper .content p {
    font-size: 28px;
}

.content-wrapper .content p.premio {
    font-size: 33px;
}

.content-wrapper .content .info {
    text-transform: uppercase;
    font-size: 31px;
    margin-top: 40px;
    padding: 0 210px 0 20px;
}

.content-wrapper .content .info p {
    margin: 0;
    padding: 0;
}

.premio .info {
    min-height: 400px;
    background: transparent url("../images/balon.png") 100% 0 no-repeat;
}

.premio.maillot .info {
    background-image: url("../images/maillot.png");
}

.info.participa h2 {
    font-size: 30px;
    text-transform: none;
}

.info.participa p {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.mi-apuesta {
    border-radius: 15px;
    border: solid 1px #dd0016;
    padding: 25px 10px;
    font-size: 18px;
    margin: 25px 0;
}

.mi-apuesta span.pais {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-transform: none;
}

.mi-apuesta span.pais img {
    display: inline-block;
    top: 3px;
    position: relative;
}

.mi-apuesta ul {
    margin: 0 10px;
    padding: 0;
    display: inline-block;
    list-style-type: none;
}

.mi-apuesta ul li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #777;
    text-align: center;
    border-radius: 8px;
}

.mi-apuesta ul li.activa {
    background-color: green;
}

.form-error {
    border: 1px solid #dd0016;
    background: #ddb3b8 url("../images/input-cancel.png") 10px 50% no-repeat;
    color: #e10816;
    padding: 20px 20px 20px 40px;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    display: block;
    margin: 15px 0;
    border-radius: 15px;
    text-align: left;
}

.form-group-center {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.form-group-center label {
    flex: 0 0 50%;
}

.form-group {
    display: flex;
    flex-flow: row;
}

.form-group label {
    flex: 0 0 50%;
}

.form-group label:first-child {
    margin-right: 15px;
}

form {
    margin-top: 20px;
}

form label {
    margin-bottom: 20px;
    text-align: left;
    display: block;
}

form label span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-transform: none;
    margin-left: 8px;
}

form label textarea {
    margin-top: 3px;
    padding: 10px 15px;
    border-radius: 15px;
    border: solid 1px #dd0016;
    width: 100%;
    height: 100px;
}

form label input[type=email],
form label input[type=file],
form label input[type=text] {
    padding: 10px 15px;
    border-radius: 15px;
    border: solid 1px #dd0016;
    width: 100%;
    padding-right: 35px;
    background: transparent url("../images/input-cancel.png") 50% 50% no-repeat;
    background-position: right 8px center;
}

form label input[type=email].ok,
form label input[type=text].ok {
    background-image: url("../images/input-ok.png");
}

form label input[type=file] {
    position: relative;
    background-image: none;
}

form label input[type=file]::-webkit-file-upload-button {
    display: none;
}

form label input[type=file]::after {
    content: ' ';
    display: inline-block;
    right: 10px;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 22px;
    background: transparent url("../images/input-file.png") 50% 50% no-repeat;
}

form label input[type=file]:hover::after {
}

form label input[type=file]:active::after {
}

.contacto {
    padding: 0 170px 0 10px !important;
    margin-top: 10px !important;
}

.instrucciones {
    padding: 0 170px 0 10px !important;
    margin-top: 10px !important;
}

.instrucciones ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    background: transparent url("../images/flechas.png") 50% 56px no-repeat;
}

.instrucciones ul li {
    margin: 30px 0 0 0;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.21;
    letter-spacing: 0.14px;
    font-weight: normal;
    text-transform: none;
    flex: 0 0 50%;
    background: transparent url("../images/carrito.png") 50% 0 no-repeat;
    padding-top: 110px;
}

.instrucciones ul li.factura {
    background-image: url("../images/factura.png");
}

.instrucciones ul li.regalo {
    background-image: url("../images/regalo.png");
}

.instrucciones ul li.sobre {
    background-image: url("../images/sobre.png");
}

footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    background-color: #e10816;
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

footer ul li {
    margin: 0;
    padding: 10px 20px;
    display: inline-block;
    height: 40px;
    line-height: 20px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

/** Ventanas */
.ventana {
    display: none;
}

.ventana.visible {
    display: block;
}

/** Textos */
.content-wrapper .content.text h1 {
    margin-top: 0;
    font-size: 35px;
}

.content-wrapper .content.text .info {
    text-align: left;
    font-size: 14px;
    text-transform: none;
    padding-right: 110px;
}

.content-wrapper .content.text .bg-blanco {
    background-color: #fff;
    padding: 15px;
}

.content-wrapper .content.text .info ul li,
.content-wrapper .content.text .info p {
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0;
}

.content-wrapper .content.text .info h5 {
    margin: 25px 0 10px 0;
    font-size: 1.3em;
    font-weight: bold;
}

.content-wrapper .content.text .info h6 {
    margin: 10px 0;
    font-size: 1em;
    text-transform: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

    body {
        height: auto;
    }

    h2 {
        margin: 0;
    }

    .content-wrapper {
        background-image: none;
        height: inherit;
        min-height: inherit;
        display: block;
    }

    .content-wrapper .content {
        margin: 0;
    }

    .content-wrapper .content h1 {
        margin: 0 !important;
        line-height: 0.94;
        letter-spacing: 0.25px;
        font-size: 33px;
        padding-bottom: 150px;
        background: transparent url("../images/header-movil.png") 50% 100% no-repeat;
    }

    .content-wrapper .content .info {
        padding: 0 20px;
        margin-top: 10px;
    }

    .premio .info {
        background-image: none !important;
    }

    .premio .info p.premio {
        background: url("../images/balon.png") 50% 100% no-repeat;
        padding-bottom: 230px;
    }

    .premio.maillot .info p.premio {
        background: url("../images/maillot.png") 50% 100% no-repeat;
        padding-bottom: 320px;
    }

    .mi-apuesta ul {
        margin: 0;
    }

    .contacto {
        margin: 0 !important;
        padding: 20px !important;
    }

    .instrucciones {
        margin: 0 !important;
        padding: 0 !important;
    }

    .instrucciones ul {
        background-size: 100px auto;
    }

    form label {
        margin-top: 15px;
    }

    .form-group {
        display: block;
    }

    .form-group label:first-child {
        margin: 0;
    }

    .form-group-center {
        display: block;
    }

    header {
        padding: 20px 0;
        display: block;
    }

    header ul.menu {
        text-align: center;
        margin: 0;
        padding: 0;
    }

    footer {
        padding: 12px 0;
    }

    footer ul li {
        display: block;
        margin: 12px;
    }

}







