:root {
    --botones: var( --principal );
    --letras: var( --principal );
    --botonesLetrasContra: white;
    --grisback: #ebebeb;
}

html {
    height: 100%;
    font-size: 10px;
    overflow-x: hidden;
}
body {
    background-color: #FFFFFF;
    padding-top: 0px;
    height: 100%;
    overflow-x: hidden;
}
.logotipo img{
    object-fit: scale-down;
    max-width: 175px;
}
.img-responsive-footer, .img-responsive-header{
    width: 100%;
    max-width: 300px;
    max-height: 100px;
    object-fit: contain;
}
.tituloHome {
    font-size: 20px;
    color: black;
}
.gradiante-info-baner {
    width: 100%;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from( var(--secundario) ), to( var(--principal) ));
    background-image: linear-gradient(180deg, var(--secundario), var(--principal));
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#af32ea), to(#e8424e));
    background-image: linear-gradient(180deg, #af32ea, #e8424e);*/
    color: white;
    font-size: 17px;
    font-weight: bolder;
    padding: 15px;
    display: flex;
}
.gradiante-info-baner div{
    align-content: center;
}
.fechaSorteo {
    background-color: white;
    border-radius: 10px;
    color: black;
    float: right;
    width: 75px;
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}
/* Mas Estilos */
.Valign {
    display: flex;
    align-items: center;
    vertical-align: center;
 }
 .ValignResponsive {
     display: flex;
     align-items: center;
     vertical-align: center;
  }
 @media (max-width: 999px) {
     .ValignResponsive {
         display: block;
         align-items: center;
         vertical-align: center;
      }
 }
.divHeader{
    border:2px solid #ccc;
}
.divHeader div{
    padding-top: 5px;
    padding-bottom: 5px;
}
.enlaceFooter{
    display: inline-flex;
    align-items: center;
    vertical-align: center;
}
.enlaceFooter * {
    margin: 5px;
}
.enlaceFooter:hover{
    text-decoration: none;
}
.enlaceFooter .tituloHome:hover{
    /*font-size: 27px;*/
    box-shadow: 0px 1px 0px 0px rgb(0, 0, 0, 0.8);
}
.enlaceFooter img{
    max-width: 100%;
    height: auto;
    width: 35px; /*45*/
}
.banner{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 70vh;
    height: 600px; /*min 525*/
}
.borderTop {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: auto;
    /*min-height: 200px;*/
    min-height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}
.borderBottom {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
}
.precioBoleto {
    font-size: 25px;
    color: #1ec229;
}
.primerPremio {
    font-size: 14px;
    color: #244d9e;
}
.nombrePremio {
    font-size: 14px;
    color: #12274f;
    
    max-height: 43px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}
.precioBoletoTexto {
    font-size: 11px;
    color: #333;
}
.participa {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40px;
    color: #12274f;
    font-weight: 700;
}
.sorteosVigentes {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    /*color: #244d9e;*/
}
.franja-morada {
    height: 66px;
    background-color: #cd3a95;
}
.azul22 {
    color: #244d9e;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}
.azul18 {
    color: #244d9e;
    text-align: center;
    font-size: 18px;
}
.azul14 {
    color: #244d9e;
    text-align: center;
    font-size: 14px;
}
.ultimosGanadores {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 35px;
    color: #fff;
}
.numero {
    background: white;
    padding: 14px;
    color: black;
}
hr {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid #ccc;
}
.redondeado15 {
    border-radius: 15px;
    margin-bottom: 2rem;
}
.page-link,
.page-link-1,
.page-link-2 {
    display: inline-block;
    padding: .3rem .75rem;
    margin-left: 3px;
    border-radius: 10px;
    line-height: 1.25;
    color: #0e1f72;
    background-color: #fff;
    cursor: pointer;
    font-size: 17px;
}
.page-link:hover,
.page-link-1:hover,
.page-link-2:hover {
    color: #0e1f72;
    text-decoration-color: #0e1f72 ;
}
.page-link-selected {
    display: inline-block;
    padding: .3rem .75rem;
    margin-left: 3px;
    border-radius: 10px;
    line-height: 1.25;
    color: white;
    background-color: #0e1f72;
    border: 2px solid #0e1f72;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
}
center{
    margin: 15px;
}
.metodoPago {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
.textoAdvertencia {
    color: #ab5555;
}
.cardSorteo{
    max-width: 400px;
}
.tituloSorteoHome{
    text-align: left;
}
.sorteosVigentes{
    color: var( --principal );
}
.tituloSorteoHome table, .txtvalor, .precioBoleto, .primerPremio, .nombrePremio, .precioBoletoTexto, .primerPremio+span {
    color: var( --principal );
    font-size: 1.5rem;
}
.precioBoleto1{
    color: var( --principal );
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 2.2rem;
    padding-top: 5px;
}
.precioBoleto{
    font-weight: bold;
    font-size: 2rem;
}
.primerPremio{
    font-weight: bold;
    font-size: 1.6rem;
}
.TableNo{
    height: 72px;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}
@media (max-width: 900px) {
    .tituloSorteoHome{
        text-align: center;
    }
}
@media (max-width: 1200px) {
    .TableNo{
        border-radius: 70px 70px 0px 0px !important;
    }
}
.List ol {
    counter-reset: item;
}
.List li {
    display: block;
}
.List li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: bold;
}
.List ol li{
    padding: 5px;
    margin: 5px;
}
.List>ol>li{
    font-size: 2.5rem;
    color: var( --principal );
    font-weight: 400;
}
.List h1{
    color: var( --principal );
    font-size: 4.5rem;
}
.title{
    color: var( --principal );
}
h1.titleh1{
    color: var( --principal );
    font-size: 4.5rem;
    text-transform: uppercase;
}
/*
.QuienesSomos p{
    font-size: 1.5rem;
}
*/
.listaTitulo{
    padding-top: 15px;
    padding-bottom: 5px;
    list-style: square url('../img/rombo.png');
}

.FooterRight{
    border-right: 1px solid rgba(0,0,0,0.5);
    color: var( --principal );
    font-weight: bold;
}
@media (max-width: 997px) {
    .FooterRight{
        border-right: 0px solid rgba(0,0,0,0.0);
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.BotonComprarCard {
	background-color:var( --botones );
	border-radius:30px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 40px;
	text-decoration:none;
	margin: 10px;
}
.BotonComprarCard:hover, .BotonComprarCard:focus {
	text-decoration:none;
	color: white;
	background-color:var( --botones );
}
.BotonComprarCard:active {
	position:relative;
	top:1px;
}

.navbar{
    color: white;
    z-index:99;
    background-image: linear-gradient(180deg, var(--secundario), var( --principal ));
}
.navbar .dropdown-menu {
    background-image: linear-gradient(180deg, var(--secundario), var( --principal ));
}
.navbar .dropdown-menu li a {
    color: white;
    background-image: linear-gradient(180deg, var(--secundario), var( --principal ));
}
nav>div{
    display: flex;
    justify-content: center;
}
ul.nav>li{
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
nav li a{
    color: white !important;
    height: 100%;
    width: 100%;
    max-height: 25px;
    padding: 15px;
}
nav li:hover{
    background-color: rgba(0, 0, 0, 0.2);
}
nav li a:hover, nav li a:focus, nav li a:active{
    background-color: rgba(0, 0, 0, 0.0) !important;
}

@media (max-width: 1320px) {
    ul.nav>li{
        padding-left: 0px;
        padding-right: 0px;
    }
}

nav{
    margin-bottom: 0px !important;
    border: none !important;
    border-radius: 0 !important;
}
nav *{
    color: white !important;
    text-shadow: none !important;
}
.enlaceFooter{
    color: #3f81bb;
    text-shadow: none;
}

@media (max-width: 1200px) {
    nav>div{
        display: block;
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .navbar .dropdown-menu {
        width: 100%;
        /*height: 45px;*/
    }
}
.txtBanner1{
    color: black;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}
.txtBanner2{
    color: white;
    font-size: 7rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}
@media (max-width: 1200px) {
    .txtBanner1{
        font-size: 3rem;
    }
    .txtBanner2{
        font-size: 6rem;
    }
}
@media (max-width: 997px) {
    .txtBanner1{
        font-size: 2rem;
    }
    .txtBanner2{
        font-size: 3rem;
    }
}
.banner2{
    padding: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--secundario)), to(var( --principal )));
}
.txtBanner3{
    color: black;
    font-size: 3rem;
    font-weight: bold;
}
.txtBanner4{
    color: white;
    font-size: 2rem;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .txtBanner3{
        font-size: 2rem;
    }
    .txtBanner4{
        font-size: 1rem;
    }
}


.btnConsultarMisSorteos{
    color:#12274f;
}
.btnConsultarMisSorteos{
    color:#12274f;
    font-size: 2rem;
    font-weight: bolder;
}
@media (max-width: 600px) {
    .btnConsultarMisSorteos{
        font-size: 1.5rem;
    }
    .logotipo img{
        max-width: 100% !important;
    }
}


.BannerFigure{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 600px;
    min-height: 200px;
}
.BannerFigure .BannerCaption{
    color: #555;
    height: 100%;
    width: 100%;
    
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    
    top: 25%;
    left: 0;
}

.btnSuerte{
    border: none;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background-color: #12274f;
    color: #fff;
    width: 100%;
}
.btnSuerte:hover{
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
    background-color: #12274f;
    color: #fff;
}
.btn:active, .btn:focus {
    color: #fff !important;
}


.Muestra{
    text-align: center;
    font-weight: bold;
}
#numeroBoletos, #costoTotalBoleto{
    font-size: 3rem;
}
#misBoletos *{
    text-align: center !important;
}
#misBoletos{
    color: black;
}
.TablaSeleccionarBoleto{
    height: 500px;
    overflow-y: scroll;
    padding: 10px;
}
.circuloBoleto {
    font-size: 15px;
    display: inline-block;
    border: 2px solid #000;
    min-width: 90px;
    text-align: center;
    border-radius: 15px;
    min-height: 20px;
    margin: 5px;
    line-height: 40px;
    cursor: pointer;
}
.circuloBoletoVendido {
    font-size: 15px;
    display: inline-block;
    color: #000;
    border: 2px solid #000;
    background-color: red;
    min-width: 90px;
    text-align: center;
    border-radius: 15px;
    min-height: 20px;
    margin: 5px;
    line-height: 40px;
    cursor: no-drop;
}
.circuloBoletoPendiente {
  font-size: 15px;
  display: inline-block;
  color: #000;
  border: 2px solid #000;
  background-color: yellow;
  min-width: 90px;
  text-align: center;
  border-radius: 15px;
  min-height: 20px;
  margin: 5px;
  line-height: 40px;
  cursor: no-drop;
}
.circuloBoletoVendidoVerde {
  font-size: 15px;
  display: inline-block;
  border: 1px solid #000;
  min-width: 57px;
  text-align: center;
  border-radius: 50%;
  min-height: 19px;
  margin: 10px;
  line-height: 36px;
  background-color: green;
  cursor: no-drop;
  color: white;
}
@media (max-width: 900px) {
    .circuloBoleto {
        min-width: 40px;
    }
    .circuloBoletoVendido {
        min-width: 40px;
    }
    .circuloBoletoPendiente {
        min-width: 40px;
    }
}
.DivPrincipal {
    background-color: var(--grisback);
    padding-bottom: 30px
}
.StylePagina {
    color: white;
    position: relative;
    margin-top: -400px;
    text-align: center;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
    /*max-width: 75vw;*/
}
.backgroundPagina {
    border-top: solid 1px #000;
    background-color: var(--principal);
    width: 100%;
    height: 400px;
    position: relative;
}
.ContenedorSeleccionBoletos {
    background-color: white;
    padding-top: 16px;
    margin-top: -350px;
    border-radius: 15px;
    margin-bottom: 5em;
}
#btnAgregarOff:hover img{
    transform: scale(1.1);
}
#btnAgregarOn:hover img{
    transform: scale(1.1);
}
.ComprarImgBtn:hover img{
    transform: scale(1.1);
}
.BotonComprarCard:hover{
    transform: scale(1.050);
}
.TablaSeleccionarBoleto div:hover{
    transform: scale(1.1);
}

.TextGanador{
    color: #000;
}
.felicitacionganador{
    font-size: 2rem;
    color:  #1ec229;
    font-weight: bold;
}
.circuloBoletoSinPremio {
    background-color: #244d9e;
    color: #fff;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    min-height: 20px;
    font-size: 15px;
    min-width: 100px;
    margin: 10px;
}
.circuloBoletoGanador {
    background-color: var( --principal );
    color: #fff;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    min-height: 20px;
    font-size: 15px;
    min-width: 100px;
    margin: 10px;
}