body {
    border-bottom: 10px solid #e892f0;
    font-family: 'Nunito', sans-serif;
}

.relative {
    position: relative;
}

.nunito-book {
    font-family: 'Nunito', sans-serif;
}

.nunito-black {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
}

.nunito-medium {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.oswald {
    font-family: 'Nunito', sans-serif;
}

.accumulated-miloto {
    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-miloto {
    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;
}

.miloto-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: 337px;
    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;
}

.border-bottom-white {
    border-bottom: 3px solid #FFF;
}

.pink-separator {
    height: 20px;
    width: 100%;
    border-top: 1px dashed #145c9c;
}

.navbar-nav .nav-item {
    margin-right: 10px;
}

.text-circle {
    border: 3px solid #145c9c;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: auto;
}

.bg-yellow-colorloto {
    background-color: #FFC427;
}

.border-right-blue {
    border-right: 3px solid #145c9c;
}

.border-left-blue {
    border-left: 3px solid #145c9c;
}

.border-right-blue-6p {
    border-right: 6px solid #145c9c;
}

.margin-logo {
    margin-left: 2%;margin-right: 4%;
}

.dark-blue {
    color: #0B4E97 !important;
}

.carousel-indicators button {
    background-color: #145c9c !important;
}

.light-blue {
    color: #44d1f7;
}

.title-points {
    font-size: 50px;
}

.next-contest-new {
    color: #f80003;
    font-size: 40px;
    margin-top: -16px;
    margin-bottom: -10px;
}

.next-context-millions {
    font-size: 14px;
}

.pink-color {
    color: #f80003;
}

.white-color {
    color: #FFF !important;
}

.automatic-date {
    margin-top: -10px;
}

#map {
    height: 400px;
    width: 100%;
}

#what-is {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    background-position: 0% 60%;
}

#how-to-play {
    background-image: url('https://www.codificatuidea.com/baloto/static/miloto/img/miloto-bg-red.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-opacity {
    background-image: url('https://www.codificatuidea.com/baloto/static/miloto/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: #145c9c;
}

.contest-info {
    width: 80%;
    margin: auto;
    line-height: 30px;
    font-size: 18px;
}

.ways-to-win {
    color: #145c9c;
    font-size: 60px;
    line-height: 60px;
    background-image: url('https://www.codificatuidea.com/baloto/static/miloto/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: #61dafc !important;
    color: #145c9c !important;
    font-family: 'nunito-black';
    font-weight: bold;
    font-size: 35px;
    padding: 0px 20px; 
    border: 3px solid #145c9c;
}

.nav-pills .nav-link {
    background-color: #e6e6e6 !important;
    color: #999999 !important;
    font-family: 'nunito-black';
    font-weight: bold;
    font-size: 35px;
    padding: 0px 20px;
    border: 3px solid #999999;
}

.pill-1 {
    border-radius: 30px !important;
    margin-right: 20px;
}

.pill-2 {
    border-radius: 30px !important;
}

.yellow-ball {
    background-image: url(https://www.codificatuidea.com/baloto/static/miloto/img/yellow-ball.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: 900;
    width: 70px;
    height: 70px;
    padding-top: 8px;
    font-size: 32px;
    color: #FFF;
    border-radius: 50px;
    box-shadow: 5px 5px 5px -1px rgb(0 0 0 / 50%);
}

.red-ball {
    background-image: url(https://www.codificatuidea.com/baloto/static/miloto/img/red-ball.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'nunito-medium';
    font-weight: bold;
    width: 70px;
    height: 70px;
    padding-top: 8px;
    text-decoration: underline;
    font-size: 32px;
    color: #FFF;
    border-radius: 50px;
    box-shadow: 5px 5px 5px -1px rgb(0 0 0 / 50%);
}

#banner-results {
    background-image: url(https://www.codificatuidea.com/baloto/static/miloto/img/results-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;   
}

#results-table td {
    color: #145c9c;
}

#results-table th {
    background-color: #1C1D3D;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

#results-table th:first-of-type {
    border-radius: 30px 0px 0px 30px;
}

#results-table th:last-of-type {
    border-radius: 0px 30px 30px 0px;
}

.center-90 {
    width: 85%;
    margin: auto;
}

.yellow-ball-results {
    background-image: url(https://www.codificatuidea.com/baloto/static/miloto/img/yellow-ball.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2px;
    color: #000;
    width: 28px;
    text-align: center;
    margin: auto;
}

.pink-ball-results {
    background-image: url(https://www.codificatuidea.com/baloto/static/miloto/img/red-ball.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2px;
    color: #FFF;
    width: 28px;
    text-align: center;
    margin: auto;
}

.yellow-color {
    color: #FFF203;
}

.border-right {
    border-right: 1px solid #FFF203 !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;
}

.banner-title {
    font-weight: bold;
    font-size: 35px;
    color: #FFF;
    border-radius: 0px 0px 20px 20px;
    margin-top: 130px;
}

#bannerSubtitle {
    font-weight: bold;
    font-size: 35px;
    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-size: cover;
    background-position: center;
    margin-top: 100px;
    padding-top: 30px;
}

#luck .title {
    font-size: 70px;
}

.yellow-ball-big {
    background-image: url(https://www.codificatuidea.com/baloto/static/miloto/img/webp/yellow-ball-big.webp);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'nunito-medium';
    font-weight: bold;
    width: 100px;
    height: 100px;
    padding-top: 8px;
    text-decoration: underline;
    font-size: 50px;
    color: #000;
    text-align: center;
}

.red-ball-big {
    background-image: url(https://www.codificatuidea.com/baloto/static/miloto/img/webp/red-ball-big.webp);
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'nunito-medium';
    font-weight: bold;
    width: 100px;
    height: 100px;
    padding-top: 8px;
    text-decoration: underline;
    font-size: 50px;
    color: #FFF;
    position: absolute;
    text-align: center;
}

.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: 'nunito-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;
}

.mobile-flex {
    display:none
}

.no-mobile-flex {
    display:flex
}

#revanchaBg {
    background-image: url('https://www.codificatuidea.com/baloto/static/miloto/img/fondo_revancha_nuevo.jpg');
    background-size: cover;
    background-position: top;
}
.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;
}
.container-results {
    margin-left: 40px;
    width: 70%;
}

.container-contest {
    background-color: #fff592;
    color: #e892f0;
    border-radius: 30px;
    padding: 10px 5px;
    font-weight: bold;
}

.container-results strong{
    font-size: 13px;
    margin-top: -20px;
}
.border-bottom-results {
    border-bottom: 2px dotted #145c9c;
    margin-bottom: 10px;
}
#revanchaBg .table-responsive td {
    border-color: #000 !important;
}
.lh15 {
    line-height: 27px;
}
.millones-margin {
    margin-top: -10px;
}

#milotoBg {
    background-image: url('https://www.codificatuidea.com/baloto/static/miloto/img/fondo_miloto_nuevo.jpg');
    background-size: cover;
    background-position: top;
}

.millones-fondo {
    background-color: #61dafc;
    margin: 5px;
    border-radius: 30px;
    padding: 5px;
}

.millones-fondo-revancha {
    background-color: #0a5fd9;
    margin: 5px;
    border-radius: 70px;
    padding: 5px;
}

.bg-blue-gradient th {
    padding: 15px;
}

#milotoBg .table-responsive td {
    border-color: #000 !important;
    padding: 9px;
}
.millones-results {
    font-size: 2rem;
}
.total-results {
    font-size: 2rem;
}

.lh30 {
    line-height: 30px;
}

.date-margin{
    margin-left: -19px;
}

.navbar .nav-link {
    color: #145c9c !important;
    font-weight: bold;
}

#contenedor_luck {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 8px;
    max-width: 540px;
    margin: auto;
}

#contenedor_luck .row {
    opacity: 0.7;
}

.pointer {
    cursor: pointer;
}

.bet-way {
    background-color: #61dafc;
    border-radius: 20px;
    font-weight: bold;
    width: 86%;
    margin: auto;
    font-size: 19px;
    padding-bottom: 3px;
}

.border-top {
    background-color:#145c9c;
    height: 4px;
    width: 50px;
    margin: 20px auto;
}

.table-points-miloto thead {
    background-color: #f9de75;
    color: #0B4E97;
    border-radius: 20px;
}

.btn-yellow {
    background-color: #61dafc;
    border-color: #61dafc;
    color:#FFF !important;
    border-radius: 20px;
    font-weight: bold;
}

.btn-yellow:hover {
    border-color: #61dafc !important;
    color:#61dafc !important;
}

.btn-yellow:focus {
    border-color: #61dafc !important;
    color:#61dafc !important;
}

.btn-yellow-real {
    background-color: #f9de75;
    border-color: #f9de75;
    color:#FFF !important;
    border-radius: 10px;
    font-weight: bold;
}

.btn-yellow-real:hover {
    border-color: #f9de75 !important;
    color:#f9de75 !important;
}

.btn-yellow-results {
    background-color: #f9e34b;
    border-color: #f9e34b;
    color:#1d4475 !important;
    border-radius: 20px;
    font-weight: bold;
}

.btn-yellow-results:hover {
    background-color: #FFF !important;
}

.btn-detail {
    background-color: #4d99c9;
    border-color: #4d99c9;
    color:#FFF !important;
    border-radius: 20px;
    font-weight: bold;
    border-radius: 20px !important;
}

.btn-detail:hover {
    border-color: #4d99c9 !important;
    color:#4d99c9 !important;
    background-color: #FFF !important;
}

.btn-pink {
    background-color: #ff7dde;
    border-color: #ff7dde;
    color:#FFF !important;
    border-radius: 20px;
    font-weight: bold;
}

.btn-pink:hover {
    border-color: #ff7dde !important;
    color:#ff7dde !important;
}

.bg-light-blue {
    background-color: #fff993 !important;
    color:#0B4E97 !important;
}

.vertical-separator {
    border-right: 1px dashed #145c9c;
    width: 58%;
    height: 100%;
}

#container-home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sorteo-description {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px !important;
    padding: 10px;
    width: 90%;
    padding-left: 20px;
}

.terms-font {
    font-size: 10px;
    text-align: justify;
    width: 80%;
}

.container-schedule {
    border: 3px solid #61dafc;
    border-radius: 30px;
}

.container-schedule .col-md-8 {
    background-color: #61dafc;
    border-radius: 30px;
}

#container-que-es {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.miloto-title {
    background-size: cover;
}

#container-banner-results {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-dark-blue {
    border-color: #145c9c !important;
    color: #145c9c !important;
    text-transform: uppercase;
    font-size: 12px !important;
}

.video-item {
    cursor: pointer;
    color: #145c9c !important;
    padding: 20px;
    background-color: #FFF;
    border-radius: 20px;
    text-align: center;
    line-height: 17px;
    font-size: 16px;
    min-height: 160px;
    padding-top: 50px;
}

.what-is-description {
    font-size: 16px;
    line-height: 20px;
}

.arrow {
    display: none;
}

#arrow-1 {
    display: block;
}

#carouselExampleControls .carousel-control-prev-icon{
    filter: invert(100%);
}

#carouselExampleControls .carousel-control-next-icon{
    filter: invert(100%);
}

#carouselExampleControls .carousel-control-prev {
    left: -12%;
}

#carouselExampleControls .carousel-control-next {
    right: -12%;
}

.table-points-miloto th:first-of-type {
    border-radius: 30px 0px 0px 30px;
}

.table-points-miloto th:last-of-type {
    border-radius: 0px 30px 30px 0px;
}

.table-points-miloto td {
    border-bottom-width: 0px !important;
    color: #44d1f7;
}

#results-table td {
    border-bottom-width: 0px !important;
}

.title-next-contest {
    font-size: 20px;
    margin-top: 0px;
}

.contest-blue {
    background-color: #145c9c;
    padding: 13px;
    line-height: 20px;
    border-radius: 50px 0px 0px 50px;
    padding-left: 20px;
}

.contest-yellow {
    background-color: #0B4E97;
    color: #FFF;
    border-radius: 0 50px 50px 0;
}

.time-days {
    float: left;
    width: 30%;
    border-right: 2px solid #44d1f7;
    text-align: center;
}

.description-next-contest {
    font-size: 18px;
    margin-top: -10px;
}

#defaultCountdown .nunito-medium {
    font-weight: bold;
    font-size: 30px;
}

.container-next-contest {
    border-radius: 50px;
    background-color: #61dafc;
    box-shadow: 5px 5px 5px -1px rgb(0 0 0 / 50%) !important;
}

#bannerThirdTitle {
    color: #145c9c;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
    font-size: 60px;
}

#containerAcumuladoBanner {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    padding: 10px 0px;
    margin-top: 30px;
}

.millones-text {
    font-size: 30px;
    color: #145c9c;
}

.accumulated-number {
    font-size: 70px;
    color: #145c9c;
    margin-top: -20px;
    margin-bottom: -20px;
}

.logo-miloto-banner {
    position: relative;
}

.logo-miloto-banner img {
    height: 90px;
    position: absolute;
    top: 50px;
    right: -45px;
}

.logo-revancha-banner {
    position: relative;
}

.logo-revancha-banner img {
    height: 90px;
    position: absolute;
    top: 50px;
    left: -45px;
}

.text-shadow {
    text-shadow: 3px 3px 3px rgba(0,0,0,0.6);
}

.f-10 {
    font-size: 10.5px;
}

.f-12 {
    font-size: 12px;
}

.video-max {
    max-width: 608px;
    margin: auto;
}

.filter-arrow {
  -webkit-filter: drop-shadow(5px 5px 5px #000);
  filter: drop-shadow(5px 5px 5px #000);
}

.carousel-control-prev {
    opacity: 1 !important;
}

.points-places {
    font-weight: bold;
    font-size: 28px;
}

#footer a {
    text-decoration: none;
    font-size: 15px;
}

#footer {
    padding-bottom: 100px;
    font-size: 15px;
    line-height: 18px;
    background-color: #efefef;
}

#socialFooter {
    font-size: 16px;
}

.blue-separator-dotted {
    border-top: 3px dotted #145c9c;
    margin-top: 28px;
}

.bet-columns .mb-4 {
    min-height: 120px;
}

.logo-miloto-banner div {
    margin-right: 10px;
}

#bgGrayGradient{
    background-image: linear-gradient(
    315deg,
    hsl(0deg 0% 97%) 0%,
    hsl(137deg 0% 96%) 60%,
    hsl(0deg 0% 94%) 100%
    );
}

#milotoBgNew {
    background-color: rgba(0, 0, 0, 0.05);
    border: 2px solid #145c9c;
    border-radius: 30px;
}

.bg-gray {
    background-color: #eef0f1;
}

.br-header-left {
    border-radius: 30px 0px 0px 30px;
}

.br-header-right {
    border-radius: 0px 30px 30px 0px;
}

.bg-table {
    background-color: #eef0f1;
    border-radius: 30px;
}

.sign {
    font-size: 20px;
    font-weight: bold;
}

.container-balls-results {
    background-color: #FFF;
    border: 4px solid #a4172c;
    padding: 10px;
    border-radius: 50px;
    padding-right: 20px;
}

.light-color {
    color: #FFF;
}
.bell-icon {
    position: absolute;
    top: -55px;
    left: 39%;
    background-color: #ffe903;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    text-align: center;
    padding-top: 15px;
}
.bell-icon img {
    width: 58%;
}
.form-icon {
    position: absolute;
    top: -55px;
    left: 39%;
    background-color: #ffe903;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    text-align: center;
    padding-top: 15px;
}
.form-icon img {
    width: 58%;
    margin-left: 6%;
    margin-top: 15%;
}
.way-icon {
    position: absolute;
    top: -55px;
    left: 39%;
    background-color: #ffe903;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    text-align: center;
    padding-top: 15px;
}
.way-icon img {
    width: 58%;
    margin-top: 9%;
}
.confirmation-icon {
    position: absolute;
    top: -55px;
    left: 39%;
    background-color: #ffe903;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    text-align: center;
    padding-top: 15px;
}
.confirmation-icon img {
    width: 45%;
    margin-top: 9%;
}
.btn-yes {
    background-color: #ffe903;
    color: #145c9c;
}
.btn-no {
    background-color: #c0d1e9;
    color: #FFF;
}
.btn-yesno {
    border-radius: 50px;
    font-family: 'nunito-black';
    font-size: 22px;
    width: 55px;
    height: 55px;
    text-align: center;
    border: none;
}
#resultsModal .modal-dialog {
    --bs-modal-bg: transparent !important;
    background-size: cover;
    background-position: center;
    border: 15px solid #e7eaee;
    border-radius: 30px;
}
#resultsModal .modal-content {
    border: none !important;
}
#resultsModal .modal-header {
    border: none;
    padding: 0;
}
#resultsModal .modal-body .description {
    font-size: 22px;
    line-height: 26px;
}
#resultsModal .btn-close {
    filter: invert(1);
}
#resultsModal {
    top: 10%;
}
.btn-email {
    border: 1px solid #145c9c;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    margin: auto;
}
.btn-email img {
    width: 50%;
}
.btn-email:hover {
    background-color: #ffe903;
    border: none;
}
.btn-wp {
    border: 1px solid #145c9c;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    margin: auto;
}
.btn-wp img {
    width: 50%;
    margin-top: 5px;
}
.btn-wp:hover {
    background-color: #ffe903;
    border: none;
}
.btn-selected {
    background-color: #ffe903;
    border: none;
}
.btn-end {
    background-color: #ffe903;
    padding: 0px 10px;
    border-radius: 30px;
}
.confirmation-text {
    font-size: 20px;
    line-height: 22px;
}
.btn-icon {
    background-color: transparent;
    border: none;
}
.dis-none {
    display: none;
}
.terms-content {
    height: 200px;
    overflow: auto;
    padding: 20px;
}
#resultsModal .btn-success {
    border-radius: 30px !important;
    background-color: #05d788 !important;
    border-color: #05d788 !important;
}
#subscribeContainer {
    border: 1px solid #145c9c;
    border-radius: 30px;
    padding: 5px;
}
.want-subscribe {
    font-size: 15px;
    line-height: 17px;
    margin-top: 2px;
}
#luckContainer {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 100px;
}
#infoHomeContainer {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 20px;
}

#milotoTitle {
    color: #fff993;
    font-size: 40px;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 20px;
}

#milotoDescription {
    color: #fff993;
    font-weight: bold;
}

#contestInfo {
    padding-top: 23%;
    padding-bottom: 9%;
    background-position: top;
    margin-top: 32%;
    padding-left: 33%;
    padding-right: 5%;
}

#chooseContainer {
    background-color: #44d1f7;
    color: #FFF;
    border-radius: 30px;
    padding: 10px;
    font-weight: bold;
}

.pink-light {
    color: #e892f0;
}

.yellow-light {
    color: #fff993;
}

.container-how-play {
    background-color: #44d1f7;
    color: #FFF;
    border-radius: 30px;
    padding: 10px;
    font-weight: bold;
}

.dark-pink {
    color: #ff7dde;
}

.content-video-light {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(0,221,255,1) 100%);
    padding: 10px;
    border-radius: 20px;
}

.content-video-dark {
    background: rgb(11,67,135);
    background: linear-gradient(180deg, rgba(11,67,135,1) 0%, rgba(255,255,255,1) 50%);
    padding: 10px;
    border-radius: 20px;
}

#resultsDetailBanner {
    padding-top: 100px;
    padding-bottom: 280px;
    background-size: cover;
}

#newAccumulatedContainer {
    background-color: #fff993;
    border-radius: 20px;
    padding: 20px;
}

#winnersContainer {
    background-color: #FFF;
    border-radius: 20px;
    padding: 10px;
}

#priceInfoContainer {
    background-color: #62dafc;
    border-radius: 20px;
    padding: 30px;
    padding-top: 10px;
    margin-top: 25px;
}

.border-countdown {
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
}

.shared-accumulated {
    margin-bottom: -15px;
    font-size: 60px
}

.big-accumulated {
    margin-top: -10px;
    margin-bottom: -25px;
    font-size: 55px
}

.aciertos {
    border-radius: 20px;
    border: 4px solid #10226a;
    margin: 5px;
    margin-left: -30px;
    background: #FFF;
    margin-right: 30px;
}

.results-accumulated-title {
    color: #FFF;
    font-size: 2rem;
    margin-top: 80px;
}

.results-accumulated-number {
    color: #FFF;
    font-size: 11rem;
    margin-top: -50px;
    margin-bottom: -60px;
}

.results-accumulated-millions {
    color: #FFF;
    font-size: 5rem;
}

.fs-aciertos {
    font-size: 4rem;
    margin-top: -20px;
    margin-bottom: -15px;
}

.shadow-inner {
    text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0px 2px 0 #000,
    0px -2px 0 #000,
    -2px 0px 0 #000,
    2px 0px 0 #000,
    1px 2px 0 #000,
    -1px 2px 0 #000,
    1px -2px 0 #000,
    -1px -2px 0 #000,
    2px 1px 0 #000,
    -2px 1px 0 #000,
    2px -1px 0 #000,
    -2px -1px 0 #000;
}

.mless30 {
    margin-left: -30px;
}

.question-bordered {
    border: 2px solid #61dafc;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 20px !important;
}

#allno {
    background-color: #61dafc;
    padding: 20px;
    margin-bottom: -40px;
}

#allyes {
    background-color: #e693f0;
    padding: 20px;
    margin-bottom: -40px;
}

#allresults {
    background-color: #fff993;
}

.btn-white {
    border-color: #064679;
    background-color: #FFF;
    border-radius: 20px;
    font-weight: 700;
    color:#064679;
}

@media (min-width: 768px) {
    .col-md-99 {
        flex: 0 0 auto;
        width: 69%;
    }
}