﻿body {
    background-color: #c82018;
}

.bannerWeb {
    position: relative;
}

.fondo-color-pagina {
    background-color: #c82018;
}

.medio-div {
    display: block;
    border-radius: 15px;
    border: 0;
    background-color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 980px;
    width: 500px;
}

.medio-div-registro {
    display: block;
    border-radius: 15px;
    border: 0;
    background-color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 580px;
    width: 800px;
}

.medio-div-concurso {
    display: block;
    border-radius: 15px;
    border: 0;
    background-color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 440px;
    width: 500px;
}

.medio-div-device {
    display: none;
}

.medio-div-registro-device {
    display: none;
}

.medio-div-concurso-device {
    display: none;
}

.btn-siguiente {
    border: 0;
    text-align: center;
    color: white;
    background-color: #000000;
    font-family: fredokaone-regular;
    font-size: 22px;
    width: 200px;
    height: 40px;
    margin-top: -0.55rem;
}

.titulo-card-Text {
    font-family: fredokaone-regular;
    font-weight:bold;
    font-size: 36px;
    color: #000000;
}

.txt-codigo {
    border: solid;
    border-width: 2px;
    border-radius: 10px;
    font-family: arial;
    font-size: 16px;
    width: 250px;
    height: 35px;
    text-align: center;
}

.txt-messages {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.titulo-text-datos {
    font-family: fredokaone-regular;
    font-size: 12px;
    color: #000000;
}

.txt-registro-datos {
    font-family: arial;
    font-size: 14px;
    color: #171414;
}

.btn-participar {
    border: 0;
    text-align: center;
    color: white;
    background-color: #000000;
    font-family: fredokaone-regular;
    font-size: 22px;
    width: 200px;
    height: 40px;
    margin-top: -0.55rem;
}

.btn-participar-disable {
    border: 0;
    text-align: center;
    color: white;
    background-color: #d5d8dc;
    font-family: fredokaone-regular;
    font-size: 22px;
    width: 200px;
    height: 40px;
    margin-top: -0.55rem;
}

.txt-terminos-condiciones {
    font-family: arial;
    font-weight : bold;
    font-size: 12px;
    color: #000000;
}

.txt-felicidades {
    font-family: fredokaone-regular;
    font-size: 18px;
    color: #c82018;
}

.txt-sorteo {
    font-family: fredokaone-regular;
    font-weight: bold;
    font-size: 20px;
    color: #c82018;
}

.txt-blanco-sorteo {
    font-family: fredokaone-regular;
    font-size: 22px;
    color: white;
}

.medio-div-tienes-otro-codigo {
    display: block;
    border-radius: 15px;
    border: 0;
    background-color: #000000;
    margin-left: 100px;
    margin-right: 100px;
    height: 110px;
}

.btn-ingresa-aqui {
    border: 0;
    text-align: center;
    color: #000000;
    background-color: #e5e8e8;
    font-family: fredokaone-regular;
    font-size: 20px;
    width: 180px;
    height: 40px;
    margin-top: -0.55rem;
}

.txt-termino-sorteo {
    font-family: fredokaone-regular;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
}

.txt-suerte-sorteo {
    font-family: fredokaone-regular;
    font-size: 32px;
    color: #c82018;
}

.txt-ganadores-sorteo {
    font-family: fredokaone-regular;
    font-size: 20px;
    color: #c82018;
}

@media only screen and (max-width: 600px) {
    .medio-div {
        display: none;
    }

    .medio-div-device {
        display: block;
        border-radius: 15px;
        border: 0;
        background-color: white;
        height: 860px;
    }

    .btn-siguiente {
        border: 0;
        text-align: center;
        color: white;
        background-color: #000000;
        font-family: fredokaone-regular;
        font-size: 20px;
        width: 180px;
        height: 40px;
        margin-top: -0.55rem;
    }

    .titulo-card-Text {
        font-family: fredokaone-regular;
        font-size: 32px;
        color: #000000;
    }

    .txt-codigo {
        border: solid;
        border-width: 2px;
        border-radius: 10px;
        font-family: arial;
        font-size: 14px;
        width: 200px;
        height: 35px;
        text-align: center;
    }

    .txt-messages {
        font-family: arial;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
    }

    .txt-terminos-condiciones {
        font-family: arial;
        font-weight: bold;
        font-size: 10px;
        color: #000000;
    }

    .medio-div-registro {
        display: none;
    }

    .medio-div-registro-device {
        display: block;
        border-radius: 15px;
        border: 0;
        background-color: white;
        height: 700px;
    }

    .medio-div-concurso {
        display: none;
    }

    .medio-div-concurso-device {
        display: block;
        border-radius: 15px;
        border: 0;
        background-color: white;
        margin-top: 50px;
        margin-bottom: 50px;
        height: 480px;
    }

    .txt-felicidades {
        font-family: fredokaone-regular;
        font-size: 16px;
        color: #c82018;
    }

    .txt-sorteo {
        font-family: fredokaone-regular;
        font-weight: bold;
        font-size: 16px;
        color: #c82018;
    }

    .txt-blanco-sorteo {
        font-family: fredokaone-regular;
        font-size: 18px;
        color: white;
    }

    .medio-div-tienes-otro-codigo {
        display: block;
        border-radius: 15px;
        border: 0;
        background-color: #000000;
        margin-left: 50px;
        margin-right: 50px;
        height: 105px;
    }

    .btn-ingresa-aqui {
        border: 0;
        text-align: center;
        color: #000000;
        background-color: #e5e8e8;
        font-family: fredokaone-regular;
        font-size: 18px;
        width: 160px;
        height: 40px;
        margin-top: -0.55rem;
    }

    .txt-termino-sorteo {
        font-family: fredokaone-regular;
        font-weight: bold;
        font-size: 22px;
        color: #000000;
    }

    .txt-suerte-sorteo {
        font-family: fredokaone-regular;
        font-size: 22px;
        color: #c82018;
    }

    .txt-ganadores-sorteo {
        font-family: fredokaone-regular;
        font-size: 16px;
        color: #c82018;
    }

}


@font-face {
    font-family: 'arial';
    src: url('font/arial.ttf') format('truetype');
}

@font-face {
    font-family: 'fredokaone-regular';
    src: url('font/fredokaone-regular.ttf') format('truetype');
}
