@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');

body {
    background-image: url('../img/bg-bets.webp');
    background-image: url('../img/bg-bets.webp'), radial-gradient(82.91% 82.91% at 50% 27.49%, #07B839 0%, #008828 40.1%, #02280A 100%);
    background-position: center center;
    font-family: 'Passion One', cursive;
    font-weight: 400;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0;
    background-attachment: fixed;
    max-width: 100% !important;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
    font-family: 'Passion One', cursive;
    font-weight: 700;
    color: #FFE70B;
}
h3 {
    font-size: 1.8rem;
    letter-spacing: 1px;
}
p, span {
    font-family: 'Passion One', cursive;
    font-weight: 400;
}
a {
    text-decoration: none;
}
ol {
    counter-reset: reset-counter;
    list-style: none;
    padding-left: 0;
}
ol li {
    margin: 0 0 1rem 0;
    counter-increment: reset-counter;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}
.nro-ganador {
    color: #FFE70B;
    font-size: 2.8rem;
    line-height: 0;
}
ol li::before {
    content: counter(reset-counter);
    color: #C84C41;
    background:#FFE70B;
    font-size: 1.5rem;
    font-weight: bold;
    width: 40px;
    height: 30px;
    padding: 8px 16px;
    border-radius: 30px;
    margin-right: 10px;
    line-height: 1.4;
}
ol li:first-child::before {
    position: relative;
    bottom: 5px;
}
/* ol li:first-child {
    color: #FFE70B;
    font-size: 2.8rem;
    line-height: 0;
} */
a.navbar-brand img {
    width: 238px;
    height: auto;
}
.title-color {
    background: transparent;
    background: linear-gradient(180deg, #FDCB4A 21.88%, #F2A644 67.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.form-control {
    padding: 0.375rem 0.75rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFE70B;
    background-color: transparent;
    border: 2px solid #FFE70B;
    border-radius: 8px;
}
.input-group-text {
    font-size: 1.3rem;
    color: #FFE70B;
    background-color: transparent;
    border: 2px solid #FFE70B;
    border-right: 0;
    border-radius: 8px;
}
.form-select {
    padding: 0.4rem 2.25rem 0.375rem 0.75rem;
    font-size: 1.3rem;
    color: #FFE70B;
    background-color: transparent;
    /**background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='#fff' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);**/
    border: 2px solid #FFE70B;
    border-radius: 8px;
}
.form-select:focus {
    border-color:#FFE70B;
}
.form-control:focus {
    background-color:transparent;
    border-color: #FFE70B;
    color:#fff;
}
input#select-bicho::placeholder {
    color: #fff;
}
.form-label {
    margin-bottom: 0;
    color: #FFE70B;
    font-size: 1.2rem;
    letter-spacing: .5px;
}
button.apostar {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    margin-top: 29px !important;
    font-size: 1.9rem;
    padding: 0 20px;
    line-height: 1.4;
    background: linear-gradient(180deg, #FDCB4A 21.88%, #F2A644 67.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.line {
    border: 2px solid #FFE70B;
    border-radius: 24px;
    padding: 30px;
}
.bicho, .numbers {
    display: block;
    text-align: center;
}
.form-check {
    display: inline-block;
    padding-left: 0;
}
.form-check .form-check-input {
    display: none;
}
label.form-check-label {
    background: #FFE70B;
    color: #C84C41;
    font-size: 1.5rem;
    width: 36px;
    height: 36px;
    border-radius: 40px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 1px;
}
.form-check input:checked ~ .form-check-label {
    background: #C84C41;
    color: #FFE70B;
    transition: ease .5s;
}
.form-control:disabled {
    background-color: transparent;
}
.price-container {
    max-width: 285px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding-top: 40px;
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.align-result {
    display: flex;
    justify-content: flex-end;
}
.text-result {
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
}
.price-title {
    font-size: 3rem;
    color: #FFE70B;
    display: block;
}
.price {
    font-size: 4rem;
    color:#fff;
    display: block;
}
.logo img {
    width: 300px;
}
footer {
    margin-top: 30px;
    color: #fff;
    font-weight: 400;
    font-size: .85rem;
    height: 50px;
}
.copy {
    text-align: center;
    padding-top: 25px;
}
.copy a {
    color: #fff;
}
.copy a:hover {
    color: #FFE70B;
}
.contacts {
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
.contacts a {
    color: #fff;
    padding: 0 20px;
}
.contacts a:hover {
    color: #FFE70B;
}

/* Responsive */

@media (max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}
@media (min-width: 769px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    .bicho, .numbers {
        display: block;
        text-align: center;
    }
    .form-bet {
        margin-left: 10px;
    }
    button.apostar {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
}
@media (max-width: 425px) {
    .text-result {
        font-size: 1.5rem;
    }
    .price-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    button.apostar {
        font-size: 1.5rem;
    }
    ol li {
        font-size: 1.8rem;
        line-height: 0;
    }
    ol li::before {
        padding: 4px 12px;
        line-height: 1;
    }
    .boton-volver {
        justify-content: center !important;
        margin-top: 20px;
        margin-left: 5px;
    }
    .logoCenter{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 375px) {
    /* ol li:first-child {
        font-size: 2rem;
    } */
}
@media (max-width: 320px) {
    .bicho, .numbers {
        display: block;
        text-align: center;
    }
    .form-bet {
        margin-left: 10px;
    }
    button.apostar {
        margin-top: 27px !important;
        margin-bottom: 0;
    }
    .line {
        margin-left: 5px;
    }    
}

@media(max-width: 575px){
    .centered{
        padding-top: 30px;
        margin-top: 25px;
    }
}

@media(max-width: 320px){
    .centered{
        padding-top:0px;
        margin-top: 10px;
    }
}

.centrar{
    display: flex;
    justify-content: right;
    align-items: flex-start;
}
.centerRinght{
    display: flex;
    justify-content: right;
    align-items: center;
}

.centrado{
    display: flex;
    justify-content: center;
    align-items: center;
}
.centerLeft{
    display: flex;
    justify-content: left;
    align-items: center;
}
