:root {
    --botones: var( --principal );
    --letras: var( --principal );
    --botonesLetrasContra: white;
    --color2: #eb4345;
    --color3: #1ec229;
    --color4: #cd3a95;
    --color5: #ab5555;
    --color6: #ebebeb;
    --grisback: #ebebeb;
    --letrasmenu: black;
}

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%;
    object-fit: contain;
    max-width: 300px;
}
.img-responsive-header{
    position: relative;
    top: -20px;
    height: 135px;
    z-index: -1;
    
    max-width: 150px;
    left: 70px;
}
nav .div-img-header{
    width: 100vw;
    height: 1px;
    text-align: left;
    justify-content: left;
}
@media (max-width: 1200px) {
    .img-responsive-header{
        position: relative;
        top: -5px;
        height: 100px;
        z-index: -1;
    }
}
@media (max-width: 767px) {
    nav .div-img-header{
        width: 100vw;
        height: 1px;
        text-align: center;
        justify-content: center;
    }
    .img-responsive-header{
        position: relative;
        top: -120px;
        height: 135px;
        z-index: -1;
        
        left: -25px;
        max-width: 150px;
    }
}
.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: 100%;
    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%;
}
.borderTop:hover {
    padding-bottom: 5px;
}
.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;
} */
.sorteosVigentes{
    color: black;
}
.tituloSorteoHome table, .txtvalor, .precioBoleto, .primerPremio, .nombrePremio, .precioBoletoTexto, .primerPremio+span {
    color: black;
    font-size: 1.5rem;
}
.precioBoleto1{
    color: black;
    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-toggle{
    margin-top: 30px !important;
}
.navbar-toggle:hover{
    opacity: 0.5;
}
.navbar{
    position: fixed !important;
    width: 100vw;

    color: var( --letrasmenu );
    z-index:99;
    /* background-color: #6e6e6e !important; */
    /* background-color: var( --secundario ) !important; */
    background-color: white !important;
    
    box-shadow: 0px 6px 12px 4px rgba(0,0,0,0.54);
}
@media (max-width: 1200px) {
    .navbar{
        box-shadow: 0px 3px 1px 1px rgba(0,0,0,1);
    }
}
.navbar .dropdown-menu {
    color: var( --letrasmenu );
    /* background-image: linear-gradient(180deg, var(--secundario), var( --principal )); */
}
.navbar .dropdown-menu li a {
    color: var( --letrasmenu );
    /* background-image: linear-gradient(180deg, var(--secundario), var( --principal )); */
}


nav li a {
    height: 100%;
    width: 100%;
    max-height: 25px;
    padding: 15px;
}
.textoGris {
    color: #9c9c9c;
}
.metodoPagoSeleccionado {
    background-color: #2ed5a0;
    color: white;
}
.circuloBoletoSeleccionado {
    font-size: 15px;
    display: inline-block;
    border: 1px solid #000;
    min-width: 84px;
    text-align: center;
    border-radius: 50%;
    min-height: 50px;
    margin: 10px;
    line-height: 50px;
    background-color: #244d9e;
    color: white;
}

nav{
    margin-bottom: 0px !important;
    border-radius: 0 !important;
    /* border: none !important; */
    border-top: 30px solid var( --principal ) !important;
    border-bottom: 30px solid var( --principal ) !important;
}
@media (max-width: 1200px) {
    nav{
        border-top: 10px solid var( --principal ) !important;
        border-bottom: 10px solid var( --principal ) !important;
    }
}
/*
@media (max-width: 767px) {
    nav{
        height: 115px;
    }
}*/
nav *{
    color: var( --letrasmenu );
    text-shadow: none !important;
}
nav>div{
    display: flex;
    justify-content: right;
    float: right;
    height: 100px;
}
ul.nav>li{
    /*padding: 10px;
    padding-left: 5px;
    padding-right: 5px;*/

    height: 100px;
    display: flex;
    align-items: center;
}
nav li a{
    color: var( --letrasmenu ) !important;
    height: 100%;
    width: 100%;
    max-height: 25px;
    padding: 15px;
    
    border-right: 2px solid #000;
    height: 150px;
}
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;
}
.navbar-collapse{
    width: 85%;
    max-width: 85%;
}
@media (max-width: 1320px) {
    ul.nav>li{
        height: 50px;
    }
    .navbar-collapse{
        max-width: 80%;
    }
}
@media (max-width: 1200px) {
    nav>div{
        display: block;
        justify-content: center;
    }
    .navbar .dropdown-menu {
        width: 100%;
    }
}
@media (max-width: 997px) {
    nav li a{
        border-right: 2px solid #000;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .nav{
        overflow-y: scroll;
    }
    .navbar-collapse{
        min-height: 600px;
        margin-top: 25px;
        width: 100%;
        max-width: 100%;
        overflow-y: scroll;
    }
}
.enlaceFooter{
    color: #3f81bb;
    text-shadow: none;
}
.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;

    margin-top: 150px;
}
.BannerFigure .BannerCaption{
    color: #555;
    height: 100%;
    width: 100%;
    
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    
    top: 25%;
    left: 0;
}
@media (max-width: 1200px) {
    .BannerFigure{
        margin-top: 100px;
    }
}

.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 !important;
    color: #fff !important;
    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 *{
    
}
#misBoletos{
    color: black;
}
.TablaSeleccionarBoleto{
    height: 500px;
    overflow-y: scroll;
    padding: 10px;
}
.circuloBoleto {
    font-size: 15px;
    display: inline-block;
    border: 2px solid #2c9905;
    min-width: 65px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 5px;
    min-height: 20px;
    margin: 2px;
    line-height: 27px;
    cursor: pointer;
    font-weight: 600;
}
.circuloBoletoVendido {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border: 2px solid #000;
    background-color: black;
    min-width: 65px;
    /*min-width: 90px;*/
    text-align: center;
    border-radius: 5px;
    /*border-radius: 15px;*/
    min-height: 20px;
    margin: 2px;
    /*margin: 5px;*/
    /*line-height: 40px;*/
    line-height: 27px;
    cursor: no-drop;
}
/* .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: #fff;
    /* color: #000; */
    border: 2px solid #12274f;
    background-color: #12274f;
    min-width: 65px;
    /*min-width: 90px;*/
    text-align: center;
    border-radius: 5px;
    /*border-radius: 15px;*/
    min-height: 20px;
    margin: 2px;
    /*margin: 5px;*/
    /*line-height: 40px;*/
    line-height: 27px;
    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;
} */
/* @media (max-width: 900px) {
    .circuloBoleto {
        min-width: 40px;
    }
    .circuloBoletoVendido {
        min-width: 40px;
    }
    .circuloBoletoPendiente {
        min-width: 40px;
    }
} */
.DivPrincipal {
    background-color: var(--grisback);
    padding-bottom: 30px;
    margin-top: 50px;
}
.StylePagina {
    color: white;
    position: relative;
    margin-top: -370px;
    text-align: center;
    justify-content: center;
    
    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 {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    min-height: 20px;
    font-size: 15px;
    min-width: 100px;
    border-radius: 5px;
    margin: 5px;
    border: 2px solid var( --secundario );
    background-color: white;
    color: #000;
    font-weight: 600;
}
.circuloBoletoGanador {
    color: #fff;
    border: 2px solid #000;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    min-height: 20px;
    font-size: 15px;
    min-width: 100px;
    border-radius: 5px;
    margin: 5px;
    border: 2px solid var( --secundario );
    background-color: var( --principal );
    color: var( --botonesLetrasContra );
    font-weight: 600;
}
.gradiante-info-baner:first-child{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.principal-menu-left{
    display: block;
    position: fixed;
    float: left;
    transform: scale(1.5);
    height: 25px;
    top: 55px;
    left: 25px;
}
.principal-menu-left:hover, .principal-menu-right:hover{
    transform: scale(1.6);
}

.principal-menu-right{
    display: block;
    position: fixed;
    transform: scale(1.5);
    height: 25px;
    float: right;
}
@media (min-width: 1201px) {
    .principal-menu-right{
        top: 95px;
    }
}
@media (max-width: 1200px) {
    .principal-menu-left{
        top: 20px;
    }
    .principal-menu-right{
        top: 60px;
    }
}
@media (min-width: 768px) {
    .principal-menu-right{
        left: 25px;
    }
}
@media (max-width: 767px) {
    .principal-menu-left{
        top: 45px;
    }
    .principal-menu-right{
        right: 80px;
        top: 45px;
    }
}

.carousel, .carousel-inner{
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    border-radius: 5px;
}
.img-responsive-carousel{
    object-fit: cover !important;
    object-position: 50% 50%;
    width: 100% !important;
    height: 100% !important;
}
.carousel-inner .item{
    width: 100%;
    height: 100%;
}
.carousel-control{
    background-image: none !important;
}
@media (max-width: 767px) {
    .carousel, .carousel-inner{
        width: 90vw !important;
        height: 90vw !important;
    }
}
.separador-menu{
    margin-top: 75px;
}
@media (max-width: 1200px) {
    .separador-menu{
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .separador-menu{
        margin-top: 25px;
    }
}
.separador-menu-2{
    margin-top: 160px;
}
@media (max-width: 1200px) {
    .separador-menu-2{
        margin-top: 118px;
    }
}
@media (max-width: 767px) {
    .separador-menu-2{
        margin-top: 120px;
    }
}
.contenedor-consultarboletos{
    min-height: 25vh;
    padding-top: 30px;
    max-width: 90vw;
}
@media (max-width: 1200px) {
    .contenedor-consultarboletos{
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .contenedor-consultarboletos{
        padding-top: 25px;
    }
}
