@font-face {
    font-family: 'gotham-book';
    src: url('https://www.codificatuidea.com/fonts/GothamBook.eot');
    src: local('☺'), url('https://www.codificatuidea.com/fonts/GothamBook.woff') format('woff'), url('https://www.codificatuidea.com/fonts/GothamBook.ttf') format('truetype'), url('https://www.codificatuidea.com/fonts/GothamBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-black';
    src: url('https://www.codificatuidea.com/fonts/Gotham-Black_1.eot');
    src: local('☺'), url('https://www.codificatuidea.com/fonts/Gotham-Black_1.woff') format('woff'), url('https://www.codificatuidea.com/fonts/Gotham-Black_1.ttf') format('truetype'), url('https://www.codificatuidea.com/fonts/Gotham-Black_1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-medium';
    src: url('https://www.codificatuidea.com/fonts/Gotham-Medium_1.eot');
    src: local('☺'), url('https://www.codificatuidea.com/fonts/Gotham-Medium_1.woff') format('woff'), url('https://www.codificatuidea.com/fonts/Gotham-Medium_1.ttf') format('truetype'), url('https://www.codificatuidea.com/fonts/Gotham-Medium_1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'oswald';
	src: url('https://www.codificatuidea.com/fonts/Oswald-Regular.eot');
	src: local('☺'), url('https://www.codificatuidea.com/fonts/Oswald-Regular.woff') format('woff'), url('https://www.codificatuidea.com/fonts/Oswald-Regular.ttf') format('truetype'), url('https://www.codificatuidea.com/fonts/Oswald-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.gotham-book {
    font-family: 'gotham-book';
}

.gotham-black {
    font-family: 'gotham-black';
}

.gotham-medium {
    font-family: 'gotham-medium';
}

.oswald {
    font-family: 'oswald';
}

.accumulated-baloto {
    background-color: #DE2027;
    font-size: 70px;
    color: #FFF;
    padding: 5px;
    padding-right: 70px;
    border-radius: 0px 50px 50px 0px;
    text-shadow: 3px 3px 2px rgba(0,0,0,0.6);
}

.accumulated-revancha {
    background-color: #DE2027;
    font-size: 70px;
    color: #FFF;
    padding: 5px;
    padding-left: 70px;
    border-radius: 50px 0px 0px 50px;
    text-shadow: 3px 3px 2px rgba(0,0,0,0.6);
}

.millions-baloto {
    color: #FFF;
    font-size: 30px;
    padding: 5px 40px;
    width: 43%;
    text-align: center;
    margin: auto;
    margin-right: 14%;
    font-weight: bold;
}

.millions-revancha {
    color: #FFF;
    font-size: 30px;
    padding: 5px 40px;
    width: 43%;
    text-align: center;
    margin: auto;
    margin-left: 14%;
    font-weight: bold;
}

.first-banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    width: 100%;
    background-position: center;
}

.text-end {
    text-align: right;
}

.logo-banner-home {
    margin-top: -50px;
}

#footer-banner {
    background-color: #FFF;
    margin-top: 16px;
}

.baloto-banner-image {
    margin-left: 5%;
    margin-bottom: -30px;
    width: 40%;
    margin-top: 45px;
}

.revancha-banner-image {
    margin-left: 5%;
    margin-bottom: -30px;
    width: 40%;
    margin-top: 45px;
}

.banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 480px;
    width: 100%;
    background-position: center;
    background-color: #122663;
}

.banner-logo {
    min-height: 100px;
}

.bg-blue {
    background-color: #064678;
    color: #FFF;
}

.bg-pink {
    background-color: #f80003;
    color: #FFF;
}

.bg-lines {
    background-image: url('/baloto/static/img/fondo-franjas.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.border-bottom-white {
    border-bottom: 3px solid #FFF;
}

.nav-link {
    color: #000 !important;
}

.pink-separator {
    height: 20px;
    background-color: #f80003;
    width: 100%;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

.text-circle {
    border: 3px solid #020045;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;
}

.border-right-blue {
    border-right: 3px solid #020045;
}

.dark-blue {
    color: #020045;
}

.carousel-indicators button {
    background-color: #020045 !important;
}

.light-blue {
    color: #064678;
}

.title-points {
    font-size: 50px;
}

.next-contest-baloto {
    background-color: #f80003;
    color:#FFF;
    padding: 5px 10px;
    width: 70%;
    margin: auto;
}

.next-contest-revancha {
    background-color: #064678;
    color:#FFF;
    padding: 5px 10px;
    width: 70%;
    margin: auto;
}

.next-context-millions {
    font-size: 12px;
}

.pink-color {
    color: #f80003;
}

.white-color {
    color: #FFF !important;
}

.automatic-date {
    margin-top: -10px;
}

#map {
    height: 400px;
    width: 100%;
}

#what-is {
    background-image: url('/baloto/static/img/baloto-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#how-to-play {
    background-image: url('/baloto/static/img/baloto-bg-red.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-opacity {
    background-image: url('/baloto/static/img/opacity.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bet-cost {
    font-size: 100px;
}

.bet-cost {
    font-size: 60px;
}

.bet-cost-100 {
    font-size: 80px;
}

.bet-cost-70 {
    font-size: 70px;
}

.bet-cost-80 {
    font-size: 90px;
}

.calendar-bet {
    font-size: 40px;
    margin-top: -20px;
}

.medium-blue {
    color: #262e69;
}

.contest-info {
    width: 80%;
    margin: auto;
    line-height: 30px;
    font-size: 18px;
}

.ways-to-win {
    color: #262e69;
    font-size: 60px;
    line-height: 60px;
    background-image: url('/baloto/static/img/ways-to-win-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-opacity-black{
    background: rgb(51,51,51);
background: linear-gradient(90deg, rgba(51,51,51,0) 0%, rgba(51,51,51,0.835171568627451) 51%, rgba(51,51,51,0) 100%);
}

.nav-pills .nav-link.active {
    background-color: #f80003 !important;
    color: #FFF !important;
    font-family: 'gotham-medium';
    font-weight: bold;
    font-size: 20px;
    padding: 10px 40px; 
}

.nav-pills .nav-link {
    background-color: #e6e6e6 !important;
    color: #999999 !important;
    font-family: 'gotham-medium';
    font-weight: bold;
    font-size: 20px;
    padding: 10px 40px;
}

.pill-1 {
    border-radius: 30px 0px 0px 30px !important;
}

.pill-2 {
    border-radius: 0px 30px 30px 0px !important;
}

.yellow-ball {
    background-image: url(/baloto/static/img/yellow-ball.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'gotham-medium';
    font-weight: bold;
    width: 54px;
    height: 54px;
    padding-top: 8px;
    text-decoration: underline;
    font-size: 23px;
    color: #000;
}

.red-ball {
    background-image: url(/baloto/static/img/red-ball.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'gotham-medium';
    font-weight: bold;
    width: 54px;
    height: 54px;
    padding-top: 8px;
    text-decoration: underline;
    font-size: 23px;
    color: #FFF;
}

#banner-results {
    background-image: url(/baloto/static/img/results-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;   
}

#results-table th {
    background-color: #1C1D3D;
    color: #FFF;
}

#results-table th:first-of-type {
    border-radius: 30px 0px 0px 0px;
}

#results-table th:last-of-type {
    border-radius: 0px 30px 0px 0px;
}

.center-90 {
    width: 85%;
    margin: auto;
}

.yellow-ball-results {
    background-color: #fdff01;
    border-radius: 50px;
    padding: 2px;
    color: #000;
    width: 30px;
    text-align: center;
    margin: auto;
}

.pink-ball-results {
    background-color: #ee2a4e;
    border-radius: 50px;
    padding: 2px;
    color: #FFF;
    width: 30px;
    text-align: center;
    margin: auto;
}

.yellow-color {
    color: #fdff01;
}

.border-right {
    border-right: 1px solid #fdff01 !important;
}

.border-pink {
    border-top: 1px solid #ee2a4e;
    border-bottom: 1px solid #ee2a4e;
}

.border-right-pink {
    border-right: 1px solid #ee2a4e;
}

.black-color {
    color: #000;
}

#bannerTitle {
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    border-radius: 0px 0px 20px 20px;
    margin-top: 30px;
}

#bannerSubtitle {
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    width: 73%;
    margin: auto;
    margin-top: -10px;
    margin-bottom: 20px;
}

.footer-menu {
    color: #FFF !important;
    text-decoration: none;
}

.footer-menu:hover {
    text-decoration: underline;
}

.c-pointer {
    cursor: pointer;
}

.text-justify {
    text-align: justify;
}

#luck {
    background-image: url('/baloto/static/img/animation.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 690px;
    position: relative;
    background-position: center;
}

#luck .title {
    font-size: 70px;
}

.yellow-ball-big {
    background-image: url(/baloto/static/img/yellow-ball-big.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'gotham-medium';
    font-weight: bold;
    width: 130px;
    height: 130px;
    padding-top: 8px;
    text-decoration: underline;
    font-size: 70px;
    color: #000;
    position: absolute;
    text-align: center;
}

.red-ball-big {
    background-image: url(/baloto/static/img/red-ball-big.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'gotham-medium';
    font-weight: bold;
    width: 130px;
    height: 130px;
    padding-top: 8px;
    text-decoration: underline;
    font-size: 70px;
    color: #FFF;
    position: absolute;
    text-align: center;
}

#ball1 {
    bottom: 1%;
    left: 23%;
}

#ball2 {
    bottom: 23%;
    left: 31%;
}

#ball3 {
    bottom: 34%;
    left: 45%;
}

#ball4 {
    bottom: 23%;
    right: 31%;
}

#ball5 {
    bottom: 1%;
    right: 23%;
}

#ball6 {
    bottom: 10px;
    left: 45%;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #DDD !important;
}

#secondFooter {
    padding-bottom: 9rem;
}

.included-tax {
    text-align: center;
    background-color: #adc2d347;
    color: #064678;
    font-family: 'gotham-medium';   
    padding: 2px 10px;
    border-radius: 20px;
    margin: auto;
    width: 100px;
    margin-top: -15px;
    font-size: 12px;
    margin-left: 42%;
}

.icon-ways-to-win {
    min-height: 230px;
}

.p-icon {
    padding: 3rem;
}

.icon-ways-to-win-margin img {
    margin-top: 3rem;
}

.avaliable {
    font-size: 12px;
}

.mobile {
    display: none;
}

.no-mobile {
    display: block;
}

#revanchaBg {
    background-image: url('https://codificatuidea.com/baloto/static/img/revancha_fondo.jpg');
    background-size: cover;
    background-position: top;
    max-height: 447px;
}
.bg-red-gradient {
    background: rgb(131,2,32);
    background: linear-gradient(90deg, rgba(131,2,32,1) 0%, rgba(121,4,30,1) 100%);
}
.bg-red-gradient th {
    padding: 34px;
}
.table-title {
    font-size: 12px;
}
.bg-revancha-balls {
    background: rgb(136,3,30);
    background: linear-gradient(90deg, rgba(136,3,30,1) 0%, rgba(107,8,26,1) 100%);
    border-radius: 0 0 0 40px;
}
.container-results {
    margin-left: 40px;
    width: 70%;
}

.container-results strong{
    font-size: 13px;
    margin-top: -20px;
}
.border-bottom-results {
    border-bottom: 2px solid #FFFA;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#revanchaBg .table-responsive td {
    border-color: #000 !important;
}
.lh15 {
    line-height: 15px;
}
.millones-margin {
    margin-top: -10px;
}

#balotoBg {
    background-image: url('https://codificatuidea.com/baloto/static/img/baloto_fondo.jpg');
    background-size: cover;
    background-position: top;
    max-height: 447px;
}
.bg-blue-gradient {
    background: rgb(4,97,167);
    background: linear-gradient(90deg, rgba(4,97,167,1) 0%, rgba(9,60,139,1) 100%);
}
.bg-blue-gradient th {
    padding: 34px;
}
.bg-baloto-balls {
    background: rgb(5,87,160);
    background: linear-gradient(90deg, rgba(5,87,160,1) 0%, rgba(8,64,141,1) 100%);
    border-radius: 0 0 0 40px;
}
#balotoBg .table-responsive td {
    border-color: #000 !important;
}
.millones-results {
    font-size: 2rem;
}
.total-results {
    font-size: 1.5rem;
}