.navbar {
    background: url('../img/fake-banner.jpg') no-repeat center center;
    color: white;
    padding-top: 25px !important;
}

.logo-big {
    width: auto !important;
    margin-top: -27px !important;
    position: absolute;
    left: 50%;
    margin-left: -63px;
    height: 105px !important;
    text-align: center;
}

.logo-small {
    margin-top: -19px !important;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    height: 105px !important;
    text-align: center;
    width: auto !important;
}


.tombola-card {
    border: 8px solid #2eceff;
    background: #083050;
    border-radius: 30px;
    margin-bottom: 15px;
    box-shadow: 3px 3px 2px 1px black;
    position: relative;
    z-index: 2;
}

.tombola-card--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.tombola-card-link {
    width: calc(100% / 5);
}

.meridiana{
    font-family: 'Merienda One', cursive;
}

.yellow-color{
    color: #f9b233;
}
.blue-color{
    color: #0abaf0;
}
.red-color{
    color: #efcd91;
}

.tombola-card-number {
    border: 5px solid;
    background: #efcd91;
    margin: 5px auto;
    border-radius: 100%;
    font-size: 36px;
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 57px;
    font-weight: bold;
    color: #a72630;
    font-family: 'Merienda One', cursive;
    box-shadow: 1px 1px 0px 1px black;
    transition: 0.26s ease all;
}
.tombola-card-number:hover, .visited{
    box-shadow: 0 0 6px #2eceff;
    color: #457382;
    background: #d2c9b8;
    transition: 0.36s ease all;
    transform: scale(1.05);
}
.header-small {
    height: auto!important;
}

.max-img{
    max-height: 150px;
}


@media screen and (max-width: 990px) {
    .header-small {
        min-height: 80vh!important;
    }
}

@media screen and (max-height: 700px) {
    .header-small {
        min-height: 100vh!important;
    }
}

@media screen and (max-height: 600px) {
    .header-small {
        min-height: 140vh!important;
    }
}
@media screen and (max-width: 340px) {
    .header-small {
        min-height: 100vh!important;
    }
}

@media screen and (max-width: 340px)  and (max-height: 700px) {
    .header-small {
        min-height: 130vh!important;
    }
}


@media screen and (max-width: 340px)  and (max-height: 600px) {
    .header-small {
        min-height: 140vh!important;
    }
}


@media screen and (max-height: 400px) {
    .header-small {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
    .tombola-card-number {
        height: 50px;
        width: 50px;
        line-height: 40px;
        font-size: 28px;
    }
}


@media screen and (max-width: 1400px) {
    .logo-big {
        height: 82px!important;
        top: -20px!important;
        margin: 0!important;
        padding: 0!important;
    }
}

.brs {
    background-size: contain !important;
    background-color: #2eceff !important;
}


.rays {
    padding: 10px;
    background: url("../img/wp_01.png") no-repeat center center;
    background-size: 100% 100%;
}


@media screen and (max-width: 580px) {
    .rays {
        border: 5px solid #2eceff;
        padding: 5px;
    }

    .tombola-card {
        border: 5px solid #2eceff;
    }

    .tombola-card--wrapper {
        padding: 5px;
    }

    .tombola-card-link {
        width: calc(100% / 3);
    }
}

