/* Main Css File */
/* Texto corrido */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* Titulos */
@import url(https://fonts.googleapis.com/css?family=Anton&display=swap);
/* FUENTE DE ICONOS TELEBINGO */
@font-face {
  font-family: "telebingo";
  src: url("../fonts/telebingo.eot");
  src: url("../fonts/telebingo.eot?#iefix") format("embedded-opentype"), url("../fonts/telebingo.woff") format("woff"), url("../fonts/telebingo.ttf") format("truetype"), url("../fonts/telebingo.svg#telebingo") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "telebingo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "telebingo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-about:before {
  content: "\62"; }

.icon-x:before {
  content: "\63"; }

.icon-addcart:before {
  content: "\64"; }

.icon-back:before {
  content: "\65"; }

.icon-calendar:before {
  content: "\66"; }

.icon-carrito:before {
  content: "\67"; }

.icon-carton:before {
  content: "\68"; }

.icon-cartones:before {
  content: "\69"; }

.icon-down:before {
  content: "\6a"; }

.icon-edit:before {
  content: "\6b"; }

.icon-email:before {
  content: "\6c"; }

.icon-foward:before {
  content: "\6d"; }

.icon-ganadores:before {
  content: "\6e"; }

.icon-historias:before {
  content: "\6f"; }

.icon-user:before {
  content: "\70"; }

.icon-up:before {
  content: "\71"; }

.icon-tel:before {
  content: "\72"; }

.icon-search:before {
  content: "\73"; }

.icon-right:before {
  content: "\74"; }

.icon-premios:before {
  content: "\75"; }

.icon-pass:before {
  content: "\76"; }

.icon-left:before {
  content: "\77"; }

.icon-tw:before {
  content: "\61"; }

.icon-wa:before {
  content: "\78"; }

.icon-fb:before {
  content: "\79"; }

.icon-share:before {
  content: "\7a"; }

/* config */
/* fonts */
/* Colors */
body, html {
  height: 100%;
  font-size: 100%;
  font-weight: normal;
  background-color: #EEEEEE;
  color: #535353; }

.no-scroll {
  overflow: hidden; }

.page-wrap {
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -moz-transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -o-transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -ms-transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition: all 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  position: relative; }
  .page-wrap.slide {
    -webkit-transform: translateX(280px);
    -moz-transform: translateX(280px);
    -o-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px); }

h1, h2, h3 {
  font-family: "Anton", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #535353; }

h1 {
  color: #FFF;
  font-size: 2.25rem;
  letter-spacing: 1px; }

h4 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-bottom: .75rem; }

a:hover, a:active {
  text-decoration: none; }

p {
  font-size: 1rem; }

label {
  color: #535353;
  font-size: 1rem;
  font-weight: 700; }

.form-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0.35rem;
  border: 1px solid #D1D1D1;
  padding: .85rem 1rem;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  height: 48px; }

.btn {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 0.35rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: .85rem; }
  .btn.btn-primary, .btn.btn-primary:visited {
    background-color: #004FA1; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:visited:hover, .btn.btn-primary:visited:active {
      background-color: #00A1ED; }
    .btn.btn-primary.white, .btn.btn-primary:visited.white {
      background-color: #FFF;
      color: #004FA1; }
      .btn.btn-primary.white:hover, .btn.btn-primary.white:active, .btn.btn-primary:visited.white:hover, .btn.btn-primary:visited.white:active {
        background-color: #004FA1;
        color: #FFF; }
  .btn.btn-secondary, .btn.btn-secondary:visited {
    border: 2px solid #004FA1;
    background-color: transparent;
    color: #004FA1; }
    .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:visited:hover, .btn.btn-secondary:visited:active {
      background-color: #004FA1;
      color: #FFF; }
    .btn.btn-secondary.white, .btn.btn-secondary:visited.white {
      border-color: #FFF;
      color: #FFF; }
      .btn.btn-secondary.white:hover, .btn.btn-secondary.white:active, .btn.btn-secondary:visited.white:hover, .btn.btn-secondary:visited.white:active {
        background-color: #fff;
        color: #004FA1; }
  .btn.btn-brown {
    background-color: #004FA1;
    color: #FFF; }
  .btn.small {
    font-size: .75rem; }
  .btn.big {
    font-size: 1rem;
    padding: .65rem 1.25rem; }
  .btn .icon-foward {
    position: relative;
    top: 3px;
    font-size: 1rem; }
  .btn .icon-addcart {
    font-size: 1.35rem;
    position: relative;
    top: 4px;
    margin-right: 5px; }
  .btn.w100 {
    width: 100% !important;
    display: block !important; }

.link, .link:visited {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  vertical-align: top;
  color: #004FA1;
  text-transform: uppercase;
  font-weight: 700; }
  .link .icon-foward, .link:visited .icon-foward {
    position: relative;
    top: 3px; }
  .link .icon-back, .link:visited .icon-back {
    position: relative;
    top: 3px;
    margin-right: 5px; }
  .link:hover, .link:active, .link:visited:hover, .link:visited:active {
    color: #00A1ED; }
  .link.white, .link:visited.white {
    color: #FFF; }
    .link.white:hover, .link.white:active, .link:visited.white:hover, .link:visited.white:active {
      opacity: .7; }

.header-desktop {
  position: relative; }
  .header-desktop .header-top {
    background-color: #004FA1; }
    .header-desktop .header-top .container {
      padding-top: .5rem;
      padding-bottom: .5rem; }
    .header-desktop .header-top .logo {
      position: absolute;
      bottom: -2.65rem;
      display: block; }
    .header-desktop .header-top .consultar-top {
      padding-left: 1rem;
      width: 100%; }
      .header-desktop .header-top .consultar-top p.consultar-title {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: .85rem;
        color: #FFF;
        margin-bottom: 0;
        margin-right: .5rem; }
      .header-desktop .header-top .consultar-top .nro, .header-desktop .header-top .consultar-top .date {
        width: 140px;
        height: 36px;
        box-sizing: border-box;
        font-size: .75rem;
        color: #535353; }
      .header-desktop .header-top .consultar-top .nro {
        -webkit-border-radius: 0.35rem 0 0 0.35rem;
        -moz-border-radius: 0.35rem 0 0 0.35rem;
        border-radius: 0.35rem 0 0 0.35rem; }
      .header-desktop .header-top .consultar-top .date {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        cursor: pointer; }
      .header-desktop .header-top .consultar-top .btn-search {
        height: 36px;
        width: 42px;
        background-color: #00A1ED;
        -webkit-border-radius: 0 0.35rem 0.35rem 0;
        -moz-border-radius: 0 0.35rem 0.35rem 0;
        border-radius: 0 0.35rem 0.35rem 0;
        font-size: 1.25rem;
        color: #FFF; }
    .header-desktop .header-top .top-comprar {
      float: right; }
    .header-desktop .header-top .top-icons {
      display: inline-block;
      margin-bottom: 0;
      margin-left: 1rem;
      margin-top: .25rem;
      margin-bottom: .25rem;
      padding-left: 0;
      float: right; }
      .header-desktop .header-top .top-icons li {
        display: inline-block;
        border-left: 1px solid #FFF;
        padding-right: .45rem;
        padding-left: .45rem; }
        .header-desktop .header-top .top-icons li a {
          position: relative;
          display: block;
          height: 25px;
          box-sizing: border-box;
          color: #FFF;
          font-size: 1.25rem; }
          .header-desktop .header-top .top-icons li a.dropdown-toggle {
            padding: 0;
            vertical-align: top; }
            .header-desktop .header-top .top-icons li a.dropdown-toggle .user-name {
              display: inline-block;
              font-size: 1rem;
              vertical-align: top;
              margin-left: .5rem; }
            .header-desktop .header-top .top-icons li a.dropdown-toggle:after {
              font-family: "telebingo" !important;
              content: '\6a';
              font-style: normal !important;
              font-weight: normal !important;
              font-variant: normal !important;
              text-transform: none !important;
              speak: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              border: none;
              font-size: .75rem; }
        .header-desktop .header-top .top-icons li .dropdown-menu {
          position: relative;
          padding: 1rem;
          top: 12px !important;
          left: -15px !important; }
          .header-desktop .header-top .top-icons li .dropdown-menu:after {
            bottom: 100%;
            left: 25px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
          .header-desktop .header-top .top-icons li .dropdown-menu a:link, .header-desktop .header-top .top-icons li .dropdown-menu a:visited {
            display: block;
            position: relative;
            text-decoration: none;
            color: #535353;
            text-align: left;
            font-size: .95rem;
            line-height: 1.5rem;
            padding: .5rem 0;
            padding-right: 2rem;
            height: auto;
            box-sizing: border-box;
            vertical-align: middle;
            border-bottom: 1px solid #D1D1D1; }
            .header-desktop .header-top .top-icons li .dropdown-menu a:link:hover, .header-desktop .header-top .top-icons li .dropdown-menu a:link:active, .header-desktop .header-top .top-icons li .dropdown-menu a:visited:hover, .header-desktop .header-top .top-icons li .dropdown-menu a:visited:active {
              color: #004FA1;
              background-color: #fff; }
            .header-desktop .header-top .top-icons li .dropdown-menu a:link [class^="icon-"], .header-desktop .header-top .top-icons li .dropdown-menu a:visited [class^="icon-"] {
              position: relative;
              display: inline-block;
              width: 20px;
              margin-right: .5rem;
              color: #B1B1B1;
              text-align: center;
              font-size: 1.5rem;
              vertical-align: middle; }
            .header-desktop .header-top .top-icons li .dropdown-menu a:link::after, .header-desktop .header-top .top-icons li .dropdown-menu a:visited::after {
              vertical-align: middle;
              position: absolute;
              right: 0;
              top: 12px;
              font-family: "telebingo" !important;
              content: "\74";
              font-style: normal !important;
              font-weight: normal !important;
              font-variant: normal !important;
              text-transform: none !important;
              speak: none;
              line-height: 1;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .header-desktop .header-top .top-icons li .dropdown-menu a:link:last-child, .header-desktop .header-top .top-icons li .dropdown-menu a:visited:last-child {
              border-bottom: none; }
        .header-desktop .header-top .top-icons li:first-child {
          border: none; }
        .header-desktop .header-top .top-icons li .qty {
          display: block;
          position: absolute;
          right: -9px;
          top: -4px;
          width: 15px;
          height: 15px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          background-color: #E50019;
          font-size: .75rem;
          color: #FFF;
          text-align: center;
          line-height: .85rem; }
  .header-desktop .header-bottom {
    background-color: rgba(255, 255, 255, 0.3); }
    .header-desktop .header-bottom nav .nav a {
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease;
      padding-left: .75rem;
      padding-right: .75rem;
      color: #004FA1; }
      .header-desktop .header-bottom nav .nav a:hover, .header-desktop .header-bottom nav .nav a:active {
        color: #FF7E00; }

#footer {
  width: 100%;
  background-color: #2E2E2E;
  color: #FFF;
  font-size: .85rem;
  line-height: 1.1rem; }
  #footer .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  #footer .footer-2 {
    padding-top: 2rem; }
  #footer h4 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem; }
  #footer .footer-3 {
    padding-top: 2rem; }
    #footer .footer-3 h3 {
      font-family: "Anton", Arial, Helvetica, sans-serif;
      color: #FFF;
      font-size-adjust: 1.25rem; }
    #footer .footer-3 ul.apps {
      list-style: none;
      padding-left: 0;
      margin-left: 0; }
      #footer .footer-3 ul.apps li {
        display: inline-block;
        list-style: none;
        margin-right: 5px;
        margin-left: 5px; }
  #footer .btn.btn-secondary {
    border-color: #D1D1D1; }
  #footer .footer-4 {
    padding-top: 2rem; }
    #footer .footer-4 .btn.btn-secondary {
      border-color: #D1D1D1;
      width: 220px; }

.redes {
  list-style: none;
  margin: 0;
  padding: 0; }
  .redes li {
    display: inline-block;
    list-style: none;
    margin-right: 3px;
    margin-left: 3px; }

.header-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30; }
  .header-mobile .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px; }
  .header-mobile .logo {
    display: inline-block;
    width: 58px; }
  .header-mobile .mobile-cart {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    color: #FFF; }
    .header-mobile .mobile-cart .qty {
      display: block;
      position: absolute;
      right: -7px;
      top: -3px;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      background-color: #E50019;
      font-size: .75rem;
      color: #FFF;
      text-align: center;
      line-height: .95rem; }

.sec-home .header-mobile .content {
  height: 70px; }
.sec-home .header-mobile .logo {
  width: 70px; }

.slide-menu {
  overflow: auto;
  background: #FFF;
  width: 280px;
  height: 100%;
  position: fixed;
  -webkit-transform: translateX(-280px);
  -moz-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  transform: translateX(-280px);
  -webkit-transition: .25s ease-out all;
  -moz-transition: .25s ease-out all;
  -o-transition: .25s ease-out all;
  -ms-transition: .25s ease-out all;
  transition: .25s ease-out all;
  z-index: 50;
  border-right: 1px solid #D1D1D1; }
  .slide-menu .top-menu {
    background: #004FA1 url("../img/bg-menu-top.jpg") center bottom no-repeat;
    background-size: 100% 28px;
    padding: 3rem 1.5rem;
    padding-bottom: 3.5rem;
    vertical-align: middle; }
    .slide-menu .top-menu .btn.btn-secondary {
      display: inline-block;
      margin-right: .5rem; }
    .slide-menu .top-menu .link {
      display: inline-block;
      padding-top: .4rem;
      padding-bottom: .4rem; }
    .slide-menu .top-menu.logueado {
      text-align: center;
      padding-bottom: 2.5rem; }
      .slide-menu .top-menu.logueado .bienvenida {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: left;
        margin-bottom: 1rem; }
        .slide-menu .top-menu.logueado .bienvenida .icon-user {
          display: inline-block;
          width: 40px;
          height: 40px;
          border: 2px solid #FFF;
          color: #FFF;
          line-height: 43px;
          margin-right: 10px;
          -webkit-border-radius: 40px;
          -moz-border-radius: 40px;
          border-radius: 40px;
          vertical-align: middle;
          text-align: center; }
          .slide-menu .top-menu.logueado .bienvenida .icon-user:before {
            font-size: 1.5rem; }
        .slide-menu .top-menu.logueado .bienvenida .nombre {
          display: inline-block;
          font-weight: 700;
          color: #FFF;
          text-transform: uppercase;
          font-size: 1.1rem;
          margin-bottom: 0; }
          .slide-menu .top-menu.logueado .bienvenida .nombre .hola {
            display: block;
            font-size: .85rem;
            font-weight: normal;
            margin-bottom: 0;
            line-height: .85rem; }
          .slide-menu .top-menu.logueado .bienvenida .nombre .icon-foward {
            position: relative;
            top: 3px;
            font-size: 1rem; }
  .slide-menu .mobile-nav {
    padding: 1rem; }
    .slide-menu .mobile-nav ul.nav {
      margin: 0;
      padding: 0;
      list-style: none;
      display: block; }
      .slide-menu .mobile-nav ul.nav li {
        border-bottom: 1px solid #D1D1D1; }
        .slide-menu .mobile-nav ul.nav li a, .slide-menu .mobile-nav ul.nav li a:visited {
          display: block;
          position: relative;
          text-decoration: none;
          font-weight: bold;
          color: #535353;
          padding: .85rem 0;
          text-align: left;
          font-size: 1rem;
          line-height: 1rem;
          vertical-align: middle; }
          .slide-menu .mobile-nav ul.nav li a:hover, .slide-menu .mobile-nav ul.nav li a:active, .slide-menu .mobile-nav ul.nav li a:visited:hover, .slide-menu .mobile-nav ul.nav li a:visited:active {
            color: #004FA1; }
          .slide-menu .mobile-nav ul.nav li a [class^="icon-"], .slide-menu .mobile-nav ul.nav li a:visited [class^="icon-"] {
            position: relative;
            top: 4px;
            display: inline-block;
            width: 20px;
            margin-right: .5rem;
            color: #B1B1B1;
            text-align: center;
            font-size: 1.25rem; }
          .slide-menu .mobile-nav ul.nav li a .icon-addcart, .slide-menu .mobile-nav ul.nav li a:visited .icon-addcart {
            font-size: 1.5rem; }
          .slide-menu .mobile-nav ul.nav li a::after, .slide-menu .mobile-nav ul.nav li a:visited::after {
            vertical-align: middle;
            position: absolute;
            right: 0;
            top: 15px;
            font-family: "telebingo" !important;
            content: "\74";
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
        .slide-menu .mobile-nav ul.nav li:last-child {
          border-bottom: none; }
  .slide-menu .bottom-menu {
    padding: 1rem;
    text-align: center; }
    .slide-menu .bottom-menu figure {
      display: inline-block;
      max-width: 100px; }
  .slide-menu .redes {
    display: block;
    margin-bottom: 1rem; }

.handle {
  display: block;
  width: 17px;
  padding-left: 30px;
  font-size: 3rem;
  color: white !important;
  cursor: pointer;
  font-size: .85rem; }
  .handle:hover:after {
    color: black; }

.slide .handle {
  color: rgba(255, 255, 255, 0) !important; }

/* Mobile Toggle Menu icon (X ICON) */
.wsanimated-arrow {
  position: relative;
  z-index: 102;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
  cursor: pointer;
  height: 2px;
  width: 17px;
  background: #FFF;
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 7px; }

.wsanimated-arrow span:before {
  top: -7px;
  width: 23px; }

.wsanimated-arrow span:after {
  bottom: -7px;
  width: 17px; }

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
  transition: all 500ms ease-in-out; }

.slide .wsanimated-arrow span:after {
  width: 23px; }

.slide .wsanimated-arrow span {
  background-color: transparent; }

.slide .wsanimated-arrow span:before,
.slide .wsanimated-arrow.active span:after {
  top: 7px; }

.slide .wsanimated-arrow span:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 0px; }

.slide .wsanimated-arrow span:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

#mostrarcarton .modal-header {
  background-color: #FF7E00; }
  #mostrarcarton .modal-header h4 {
    font-family: "Anton", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #FFF; }


#mostrarcarton1 .modal-header {
  background-color: #FF7E00; }
  #mostrarcarton1 .modal-header h4 {
    font-family: "Anton", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #FFF; }

#mostrarcarton2 .modal-header {
  background-color: #FF7E00; }
  #mostrarcarton2 .modal-header h4 {
    font-family: "Anton", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #FFF; }


/*** MODAL AVISO ***/
#mostraraviso .modal-header {
  background-color: #E0007D; }


/*** MODAL RECUENTO ***/
#mostrarganadores .modal-header {
  background-color: #E0007D; }
  #mostrarganadores .modal-header h4 {
    font-family: "Anton", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #FFF; }

  .resultados-ganadores .top{
    display: block;
    border: 2px solid #D1D1D1;
    color: #535353;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.15rem;
    padding: .35rem;
  }

  .resultados-ganadores .titulo{
    color: #E0007D;
    font-size: 1.3rem;
    
  }

  .recuento-ganadores {
    margin-top: 5px;
  }
/*** MODAL FIN RECUENTO ***/

/* Modal tamaño fix */
.modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
}



.card {
  webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 1.5rem 1rem; }

/****************** INTERNAS **************/
#top-internas {
  background: transparent url("../img/bg-internas.png") center bottom no-repeat;
  background-size: 150% 100%;
  color: #FFF;
  font-size: 1rem; }
  #top-internas .container {
    padding-top: 3rem;
    padding-bottom: 5rem;
    text-align: center;
    max-width: 768px;
    margin: 0 auto; }
  #top-internas h4 {
    color: #FFF;
    font-weight: 700;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  #top-internas.bg-w {
    background: #FFF url("../img/bg-internas-w.png") center bottom no-repeat;
    background-size: 150% 100%; }
    #top-internas.bg-w .container {
      padding-bottom: 2.5rem; }

.content-interna {
  margin-top: -3rem; }
  .content-interna .container {
    padding-bottom: 6.5rem; }

.pagination .page-item {
  margin: .25rem; }
.pagination .page-link {
  color: #535353;
  border: none;
  webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  font-size: 1rem;
  background-color: transparent; }
.pagination .page-item.active .page-link {
  background-color: #004FA1; }
.pagination .page-item.disabled .page-link {
  color: #D1D1D1;
  background-color: transparent; }

.fb-login {
  display: block;
  width: 100%;
  background-color: #204989 !important; }
  .fb-login img {
    position: relative;
    top: -3px;
    margin-right: 5px; }

.frase {
  text-align: center; }
  .frase h2 {
    color: #E0007D; }

.sec-login .page-wrap {
  background: transparent url("../img/banner-right.png") right bottom no-repeat; }

.nav-internas ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .nav-internas ul.nav li {
    border-bottom: 1px solid #D1D1D1;
    vertical-align: middle; }
    .nav-internas ul.nav li a, .nav-internas ul.nav li a:visited {
      display: block;
      position: relative;
      text-decoration: none;
      font-weight: bold;
      color: #535353;
      padding: .85rem 0;
      text-align: left;
      font-size: 1rem;
      line-height: 1.25rem; }
      .nav-internas ul.nav li a:hover, .nav-internas ul.nav li a:active, .nav-internas ul.nav li a:visited:hover, .nav-internas ul.nav li a:visited:active {
        color: #004FA1; }
      .nav-internas ul.nav li a [class^="icon-"], .nav-internas ul.nav li a:visited [class^="icon-"] {
        position: relative;
        top: 5px;
        display: inline-block;
        width: 20px;
        margin-right: .5rem;
        color: #B1B1B1;
        text-align: center;
        font-size: 1.5rem; }
      .nav-internas ul.nav li a::after, .nav-internas ul.nav li a:visited::after {
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 17px;
        font-family: "telebingo" !important;
        content: "\74";
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .nav-internas ul.nav li:last-child {
      border-bottom: none; }

#internas-tabs .tabs-nav {
  background-color: #fff;
  padding-bottom: 0;
  text-align: center;
  border-bottom: 1px solid #D1D1D1; }
  #internas-tabs .tabs-nav .nav-tabs {
    justify-content: center;
    border-bottom: none; }
    #internas-tabs .tabs-nav .nav-tabs .nav-link {
      margin-bottom: 0;
      border: none;
      color: #535353;
      font-size: 1.1rem; }
      #internas-tabs .tabs-nav .nav-tabs .nav-link.active {
        border-bottom: 4px solid #E0007D;
        color: #E0007D; }
#internas-tabs .tab-content {
  padding-top: 1rem;
  padding-bottom: 2.5rem; }

.share-content {
  text-align: center; }
  .share-content ul {
    display: block;
    margin-bottom: 1rem;
    padding-left: 0;
    margin-left: 0;
    list-style: none; }
    .share-content ul li {
      display: inline-block;
      list-style: none;
      margin-left: .5rem;
      margin-right: .5rem; }

.contactar {
  display: block;
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  list-style: none; }
  .contactar li {
    display: inline-block;
    padding-left: .5rem;
    padding-right: .75rem;
    list-style-type: none;
    list-style: none;
    border-right: 1px solid #D1D1D1; }
    .contactar li a {
      color: #FF7E00;
      text-transform: uppercase;
      font-size: 1rem; }
    .contactar li:first-child {
      padding-left: 0; }
    .contactar li:last-child {
      border-right: none; }
    .contactar li .icon-tel, .contactar li .icon-email {
      display: inline-block;
      width: 25px;
      height: 25px;
      font-size: 1rem;
      border: 1px solid #FF7E00;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      text-align: center; }
      .contactar li .icon-tel:before, .contactar li .icon-email:before {
        position: relative;
        top: 3px; }

.sucursal {
  margin-bottom: 1.5rem; }
  .sucursal p {
    margin-bottom: .5rem; }

#noganador, #ganador {
  padding-top: 4rem; }
  #noganador .modal-header, #ganador .modal-header {
    position: relative;
    border-bottom: none; }
    #noganador .modal-header .img-mensaje, #ganador .modal-header .img-mensaje {
      position: absolute;
      left: 0;
      right: 0;
      top: -2rem;
      margin: 0 auto; }
    #noganador .modal-header .close, #ganador .modal-header .close {
      font-size: 1rem; }
  #noganador .modal-body, #ganador .modal-body {
    padding-top: 2rem;
    font-size: 1.25rem;
    text-align: center; }
  #noganador .modal-footer, #ganador .modal-footer {
    border-top: none;
    text-align: center;
    justify-content: center; }
  #noganador .footer-msj, #ganador .footer-msj {
    text-align: center;
    color: #E0007D;
    margin-bottom: .5rem; }

@keyframes moveAcross {
  0% {
    top: -300px;
    opacity: 0; }
  10% {
    opacity: .5; }
  20% {
    opacity: 1; }
  100% {
    top: 110%; } }
.confeti {
  overflow: hidden; }
  .confeti .confeti1 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    left: 0;
    top: -100px;
    animation: moveAcross 7s linear infinite; }
  .confeti .confeti2 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation-delay: -1s;
    animation: moveAcross 10s linear infinite; }
  .confeti .confeti3 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    top: -100px;
    right: 0px;
    margin: 0 auto;
    animation-delay: -2s;
    animation: moveAcross 8s linear infinite; }

.input-group {
  width: 100%;
  position: relative;
  margin-bottom: .5rem; }
  .input-group input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0.35rem;
    border: 1px solid #D1D1D1;
    padding: .85rem 1rem;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    height: 50px; }

.or {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #D1D1D1;
  text-align: center;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .or p {
    position: absolute;
    left: 0;
    right: 0;
    top: -.75rem;
    display: block;
    margin-bottom: -1.5rem;
    background-color: #EEEEEE;
    padding: 0;
    margin: 0 auto;
    width: 25px;
    height: 20px;
    text-align: center; }

.allsliders {
  position: relative; }
  .allsliders .slick-prev,
  .allsliders .slick-next {
    width: 50px;
    height: 50px;
    z-index: 20;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .allsliders .slick-prev.slick-disabled,
    .allsliders .slick-next.slick-disabled {
      opacity: 0 !important; }
  .allsliders .slick-prev:before,
  .allsliders .slick-next:before {
    color: #535353 !important;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    font-family: "telebingo" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem; }
  .allsliders .slick-prev::before {
    content: '\77'; }
  .allsliders .slick-next:before {
    content: '\74'; }
  .allsliders .slick-next {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -2.75rem; }
  .allsliders .slick-prev {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: -2.75rem; }

.preguntas-frecuentes .box h4 {
  display: block;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  padding-right: 3rem;
  font-weight: 700;
  margin-bottom: .75rem;
  cursor: pointer; }

.preguntas-frecuentes .box h4 .icon-down {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  position: absolute;
  right: 0;
  top: 0; }

.preguntas-frecuentes .box h4:hover {
  color: #FF7E00; }

.preguntas-frecuentes .box.active h4 {
  color: #FF7E00; }
  .preguntas-frecuentes .box.active h4 .icon-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.preguntas-frecuentes .box {
  padding: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #D1D1D1; }
  .preguntas-frecuentes .box p {
    margin-bottom: .5rem; }

.preguntas-frecuentes .box .respuesta {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  display: none; }

.preguntas-frecuentes:last-child .box {
  border-bottom: none; }

#banner-home {
  position: relative;
  height: 420px;
  overflow: hidden; }
  #banner-home .gradient {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  #banner-home .home-slider {
    position: relative; }
    #banner-home .home-slider .slide {
      position: relative; }
      #banner-home .home-slider .slide .content {
        position: absolute;
        max-width: 1140px;
        padding-top: 90px;
        padding-left: 2rem;
        padding-right: 2rem;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        z-index: 10; }
        #banner-home .home-slider .slide .content .slide-desc {
          position: relative;
          float: right;
          max-width: 360px;
          text-align: center; }
          #banner-home .home-slider .slide .content .slide-desc p {
            color: #FFF; }
        #banner-home .home-slider .slide .content .top {
          margin-bottom: 0;
          color: #FFF;
          text-shadow: 3px 2px rgba(0, 0, 0, 0.3); }
        #banner-home .home-slider .slide .content h2 {
          color: #FFEE00;
          padding-bottom: .5rem;
          text-shadow: 3px 2px rgba(0, 0, 0, 0.3);
          letter-spacing: 1px; }

#consultar-home {
  position: relative;
  width: 100%;
  min-height: 380px;
  background: transparent url("../img/bg-home.png") center top no-repeat;
  z-index: 5;
  margin-top: -6rem; }

.consultar-container {
  position: relative;
  top: -4rem; }
  .consultar-container h2 {
    font-size: 2rem;
    color: #FFF;
    display: block;
    text-align: center;
    letter-spacing: 2px; }

.consultar-box {
  background-color: #fff;
  padding: 2rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.35); }
  .consultar-box .nro-carton {
    width: 100%;
    position: relative;
    margin-bottom: .5rem; }
    .consultar-box .nro-carton input {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 0.35rem;
      border: 1px solid #D1D1D1;
      padding: .85rem 3.2rem;
      width: 100%;
      box-sizing: border-box;
      color: #000;
      height: 50px; }
    .consultar-box .nro-carton .icon-carton {
      position: absolute;
      left: .85rem;
      top: .35rem;
      font-size: 1.95rem;
      color: #D1D1D1; }
    .consultar-box .nro-carton .icon-about {
      position: absolute;
      right: .85rem;
      top: .35rem;
      font-size: 1.75rem;
      color: #878787;
      cursor: pointer; }
  .consultar-box .date {
    width: 100%;
    position: relative;
    margin-bottom: .5rem; }
    .consultar-box .date .custom-select {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 0.35rem;
      border: 1px solid #D1D1D1;
      padding: .85rem 3.2rem;
      width: 100%;
      box-sizing: border-box;
      color: #535353;
      height: 50px;
      cursor: pointer;
      background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 0.85rem center/8px 10px;
      background-size: 15px auto; }
    .consultar-box .date .icon-carton {
      position: absolute;
      left: .85rem;
      top: .35rem;
      font-size: 1.95rem;
      color: #D1D1D1; }
  .consultar-box .btn-search {
    display: block;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    background-color: #004FA1;
    -webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
    font-size: 1.15rem;
    color: #FFF;
    vertical-align: middle; }
    .consultar-box .btn-search .icon-search {
      vertical-align: middle;
      margin-left: .5rem;
      font-size: 1.5rem; }
  .consultar-box .link {
    display: block;
    text-align: center;
    margin-top: 1rem; }

.todavia-jugaste {
  position: relative;
  top: -2rem;
  text-align: center; }
  .todavia-jugaste h2 {
    font-size: 1.45rem;
    color: #FFF;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: .75rem; }
  .todavia-jugaste .btn.btn-primary {
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    margin-bottom: .5rem; }
  .todavia-jugaste .link {
    display: block;
    font-size: 1rem;
    margin-top: .75rem; }

.banners-home {
  width: 100%;
  position: relative;
  margin-top: -7rem;
  z-index: 6; }
  .banners-home h2 {
    font-size: 2rem;
    color: #FFF;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 1.5rem; }
  .banners-home .banners-home-columns {
    display: flex;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0007d+0,f75d21+56,ff7e00+100 */
    background: #e0007d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e0007d 0%, #f75d21 56%, #ff7e00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e0007d 0%, #f75d21 56%, #ff7e00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e0007d 0%, #f75d21 56%, #ff7e00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0007d', endColorstr='#ff7e00',GradientType=0 );
    /* IE6-9 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .banners-home .banners-home-columns .banner {
      position: relative;
      width: 50%;
      padding: 2rem 3rem;
      color: #EEEEEE;
      background: transparent url("../img/bg-banners.png") bottom right no-repeat;
      box-sizing: border-box; }
      .banners-home .banners-home-columns .banner .content {
        max-width: 70%; }
      .banners-home .banners-home-columns .banner h3 {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        color: #FFF;
        margin-bottom: .5rem;
        text-transform: none; }
      .banners-home .banners-home-columns .banner p {
        font-weight: .85rem;
        line-height: 1.2rem; }
      .banners-home .banners-home-columns .banner .img {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0; }
      .banners-home .banners-home-columns .banner.col-right {
        border-left: 2px solid rgba(255, 255, 255, 0.35); }
        .banners-home .banners-home-columns .banner.col-right .img {
          bottom: 20px; }

#resultados-home {
  background: #EEEEEE url("../img/bg-home-results.png") center top no-repeat; }
  #resultados-home .container {
    padding-bottom: 7rem; }

.ultimos-resultados {
  margin-top: 5rem; }
  .ultimos-resultados h2 {
    font-size: 2rem;
    color: #535353;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 1rem; }
  .ultimos-resultados .desc-ultimo-sorteo {
    margin-bottom: 2rem; }
    .ultimos-resultados .desc-ultimo-sorteo .fecha-ultimo-sorteo {
      padding-right: 1rem;
      margin-right: 1rem;
      border-right: 1px solid #878787; }
    .ultimos-resultados .desc-ultimo-sorteo a {
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease;
      vertical-align: top;
      color: #004FA1; }
      .ultimos-resultados .desc-ultimo-sorteo a .icon-foward {
        position: relative;
        top: 3px; }
      .ultimos-resultados .desc-ultimo-sorteo a:hover {
        color: #00A1ED; }
  .ultimos-resultados .desc-ultimo-sorteo .fecha-ultimo-sorteo, .ultimos-resultados .desc-ultimo-sorteo a {
    display: inline-block; }

#carton-semana-home {
  background: #FFEE00 url("../img/bg-bottom.png") center top no-repeat;
  color: #FFF; }
  #carton-semana-home .container {
    padding-bottom: 1.5rem; }
  #carton-semana-home .carton-de-semana {
    background: transparent url("../img/bg-carton.png") center top no-repeat;
    background-size: 100% 100%;
    margin-top: -3rem; }
    #carton-semana-home .carton-de-semana .carton {
      display: block;
      padding: 2rem;
      margin: 0; }
  #carton-semana-home .carton-desc {
    padding: 2rem; }
    #carton-semana-home .carton-desc .top {
      margin-bottom: 0; }
    #carton-semana-home .carton-desc h3 {
      font-size: 1.75rem;
      color: #E0007D;
      margin-top: 0;
      margin-bottom: 1rem; }
  #carton-semana-home .proximo-sorteo {
    text-align: center;
    padding-top: 2rem; }
    #carton-semana-home .proximo-sorteo h3 {
      font-size: 2rem;
      color: #FFEE00;
      margin-top: 0;
      margin-bottom: 1.5rem; }
    #carton-semana-home .proximo-sorteo .count-down {
      display: block; }
      #carton-semana-home .proximo-sorteo .count-down .count {
        display: inline-block;
        margin-left: .5rem;
        margin-right: .5rem;
        text-align: center; }
        #carton-semana-home .proximo-sorteo .count-down .count .nro {
          display: block;
          background-color: #fff;
          width: 100px;
          padding-top: 1rem;
          padding-bottom: 1rem;
          -webkit-border-radius: 0.35rem;
          -moz-border-radius: 0.35rem;
          border-radius: 0.35rem;
          -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
          -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
          text-align: center;
          vertical-align: middle;
          font-family: "Anton", Arial, Helvetica, sans-serif;
          font-size: 2.75rem;
          line-height: 2.75rem;
          color: #E0007D; }
        #carton-semana-home .proximo-sorteo .count-down .count .desc {
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          font-size: .95rem;
          color: #FFF; }

.select-date {
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto; }
  .select-date .label-date {
    color: #FFF;
    margin-bottom: .25rem; }
  .select-date .dropdown-toggle {
    position: relative;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    padding: .75rem 1rem;
    text-align: left;
    padding-left: 4.5rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 380px; }
    .select-date .dropdown-toggle:before {
      position: absolute;
      left: 1rem;
      top: .65rem;
      font-family: "telebingo" !important;
      content: "\66";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 2.75rem;
      color: #D1D1D1; }
    .select-date .dropdown-toggle:after {
      position: absolute;
      right: 1.25rem;
      top: 1.5rem;
      font-family: "telebingo" !important;
      content: "\6a";
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.25rem;
      color: #535353;
      border: none; }
    .select-date .dropdown-toggle .label {
      display: block;
      font-size: .75rem;
      color: #878787;
      text-transform: uppercase;
      font-weight: 400;
      line-height: 1rem; }
    .select-date .dropdown-toggle .nro {
      font-size: 1rem; }
  .select-date .dropdown-menu {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-border-radius: 0 0 0.35rem 0.35rem;
    -moz-border-radius: 0 0 0.35rem 0.35rem;
    border-radius: 0 0 0.35rem 0.35rem; }
    .select-date .dropdown-menu a {
      border-bottom: 1px solid #D1D1D1;
      padding: .65rem 0;
      font-size: 1rem;
      color: #535353;
      font-weight: 700; }
      .select-date .dropdown-menu a:last-child {
        border-bottom: none; }

.resultados-grupo {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D1D1D1;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 1.25rem; }
  .resultados-grupo .grupo-titulo {
    background-color: #E0007D;
    padding: 1.5rem 1.75rem;
    width: 30%;
    color: #FFF;
    text-align: center;
    box-sizing: border-box; }
    .resultados-grupo .grupo-titulo .top {
      display: block;
      border: 2px solid #FFF;
      color: #FFF;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      font-size: 1.15rem;
      padding: .35rem; }
    .resultados-grupo .grupo-titulo .titulo {
      font-family: "Anton", Arial, Helvetica, sans-serif;
      color: #FFEE00;
      font-size: 1.5rem;
      margin-bottom: .25rem; }
    .resultados-grupo .grupo-titulo .titulo-desc {
      color: #FFEE00;
      margin-bottom: 0; }
      .resultados-grupo .grupo-titulo .titulo-desc p {
        margin-bottom: 0; }
  .resultados-grupo .resultados {
    text-align: left;
    width: 70%;
    padding: 1.75rem 2rem;
    box-sizing: border-box; }
    .resultados-grupo .resultados .nro {
      display: inline-block;
      width: 38px;
      height: 38px;
      border: 1px solid #D1D1D1;
      -webkit-border-radius: 38px;
      -moz-border-radius: 38px;
      border-radius: 38px;
      margin: .45rem;
      text-align: center;
      font-size: 1rem;
      font-weight: bold;
      line-height: 35px;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); }

.resultados-grupo-carton {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D1D1D1;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 1.25rem; }
  .resultados-grupo-carton .grupo-titulo {
    background-color: #FFF;
    padding: 1rem 1.75rem;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    width: 30%; }
    .resultados-grupo-carton .grupo-titulo .titulo {
      display: block;
      width: 100%;
      padding-top: 1rem;
      padding-bottom: 1rem;
      background-color: #E50019;
      font-family: "Anton", Arial, Helvetica, sans-serif;
      color: #FFF;
      font-size: 1.25rem;
      margin-bottom: 0; }
  .resultados-grupo-carton .grupo-img {
    padding: 1rem;
    margin: 0; }
  .resultados-grupo-carton .resultados {
    text-align: left;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    width: 70%; }
    .resultados-grupo-carton .resultados h4 {
      font-family: "Anton", Arial, Helvetica, sans-serif;
      color: #E50019;
      font-size: 1.25rem;
      margin-top: .75rem; }
    .resultados-grupo-carton .resultados .nro {
      display: inline-block;
      border: 1px solid #D1D1D1;
      -webkit-border-radius: 0.35rem;
      -moz-border-radius: 0.35rem;
      border-radius: 0.35rem;
      margin: .15rem;
      text-align: center;
      font-size: .85rem;
      padding: .5rem;
      border: 1px solid #D1D1D1; }
    .resultados-grupo-carton .resultados .btn.btn-primary {
      display: block;
      margin-top: 1rem;
      margin-bottom: .5rem; }

.comprar-card {
  webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  .comprar-card .carton-img {
    position: relative;
    background-color: #000;
    webkit-border-radius: 0.35rem 0.35rem 0 0;
    -moz-border-radius: 0.35rem 0.35rem 0 0;
    border-radius: 0.35rem 0.35rem 0 0; }
    .comprar-card .carton-img .img {
      display: block;
      overflow: hidden;
      webkit-border-radius: 0.35rem 0.35rem 0 0;
      -moz-border-radius: 0.35rem 0.35rem 0 0;
      border-radius: 0.35rem 0.35rem 0 0;
      opacity: .8; }
      .comprar-card .carton-img .img img {
        width: 100%;
        height: auto; }
    .comprar-card .carton-img .btn.btn-primary {
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      bottom: -1.5rem;
      padding-top: .65rem;
      padding-bottom: .65rem;
      max-width: 260px;
      margin: 0 auto;
      font-size: .9rem; }
  .comprar-card .elegir-nros {
    padding: 1.5rem 1rem;
    padding-top: 2.5rem; }
    .comprar-card .elegir-nros p {
      font-size: 1rem; }

.nros-lista {
  text-align: center; }
  .nros-lista .nro-carton:link, .nros-lista .nro-carton:visited {
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    display: inline-block;
    padding: .5rem .5rem;
    padding-right: 1.5rem;
    margin: .25rem .1rem;
    webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
    border: 2px solid #E0007D;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #E0007D; }
    .nros-lista .nro-carton:link .delete, .nros-lista .nro-carton:visited .delete {
      display: none;
      position: absolute;
      right: 5px;
      top: 10px;
      width: 14px;
      height: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      border-radius: 14px;
      background-color: #fff;
      vertical-align: middle;
      text-align: center;
      color: #E0007D;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: .8rem;
      line-height: 15px; }
    .nros-lista .nro-carton:link:hover, .nros-lista .nro-carton:link.selected, .nros-lista .nro-carton:visited:hover, .nros-lista .nro-carton:visited.selected {
      background-color: #E0007D;
      color: #FFF; }
    .nros-lista .nro-carton:link.selected .delete, .nros-lista .nro-carton:visited.selected .delete {
      display: block; }

#cartonelegido .modal-header {
  background-color: #E0007D;
  text-align: left;
  justify-content: flex-start; }
  #cartonelegido .modal-header h4 {
    display: inline-block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
    #cartonelegido .modal-header h4 .top {
      display: block;
      font-size: .75rem;
      color: rgba(255, 255, 255, 0.75);
      font-weight: normal; }
    #cartonelegido .modal-header h4:first-child {
      border-left: none;
      padding-left: 0; }
#cartonelegido .cancel {
  width: 100%;
  display: block; }

.numeros-lista .resultados-grupo {
  border: none; }
  .numeros-lista .resultados-grupo .grupo-titulo {
    background-color: transparent;
    padding: .5rem 0; }
    .numeros-lista .resultados-grupo .grupo-titulo .top {
      color: #535353;
      border-color: #D1D1D1; }
    .numeros-lista .resultados-grupo .grupo-titulo .titulo {
      color: #E0007D; }
  .numeros-lista .resultados-grupo .resultados {
    padding: 0; }

.btn-addcart, .btn-removecart {
  display: block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle; }
  .btn-addcart .icon-addcart, .btn-removecart .icon-addcart {
    float: left;
    font-size: 1rem;
    margin-top: -.35rem; }
    .btn-addcart .icon-addcart:before, .btn-removecart .icon-addcart:before {
      position: relative;
      font-size: 1.5rem;
      margin-right: 10px;
      top: 3px; }
  .btn-addcart .price, .btn-removecart .price {
    font-weight: normal;
    font-size: 1rem;
    float: right;
    padding-top: 3px; }

.btn-comprar {
  display: block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle; }
  .btn-comprar .left {
    float: left;
    font-size: 1rem; }
    .btn-comprar .left:before {
      position: relative;
      font-size: 1.5rem;
      margin-right: 10px;
      top: 3px; }
  .btn-comprar .price {
    font-weight: normal;
    font-size: 1rem;
    float: right; }

.metodos-list {
  padding: 0;
  margin-left: 0; }
  .metodos-list li {
    display: block;
    padding: .5rem;
    border: 1px solid #D1D1D1;
    webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
    cursor: pointer;
    margin-bottom: .5rem; }
    .metodos-list li .label {
      float: left;
      font-size: .95rem;
      margin-bottom: 0;
      vertical-align: middle; }
      .metodos-list li .label img {
        max-height: 40px;
        max-width: 80px;
        vertical-align: middle; }
    .metodos-list li .check {
      -webkit-transition: all 200ms ease;
      -moz-transition: all 200ms ease;
      -o-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
      transition: all 200ms ease;
      display: block;
      width: 15px;
      height: 15px;
      float: right;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      border: 1px solid #D1D1D1;
      margin-top: 5px;
      margin-right: 10px; }
    .metodos-list li.selected .check {
      background-color: #FF7E00; }

.resumen-compra {
  padding: 1rem; }
  .resumen-compra .line-r {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #D1D1D1;
    font-size: 1.1rem; }
    .resumen-compra .line-r .nro {
      font-size: 1.15rem; }
    .resumen-compra .line-r:last-child {
      border-bottom: none;
      padding-bottom: 0; }

.cart-item {
  position: relative;
  display: flex;
  flex-direction: row;
  webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  margin-bottom: .5rem; }
  .cart-item .img {
    display: block;
    width: 47%;
    box-sizing: border-box;
    webkit-border-radius: 0.35rem;
    -moz-border-radius: 0.35rem;
    border-radius: 0.35rem;
    overflow: hidden;
    padding: .5rem;
    padding-right: 0; }
    .cart-item .img img {
      max-width: 100%;
      height: auto; }
  .cart-item .item-content {
    position: relative;
    width: 53%;
    box-sizing: border-box;
    padding: .75rem 1rem; }
    .cart-item .item-content h4 {
      display: inline-block;
      padding: .5rem 1.25rem;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 1rem;
      color: #FFF;
      margin-bottom: .5rem;
      background-color: #E0007D;
      webkit-border-radius: 0.35rem;
      -moz-border-radius: 0.35rem;
      border-radius: 0.35rem; }
      .cart-item .item-content h4 .top {
        font-weight: normal;
        display: block;
        color: rgba(255, 255, 255, 0.75);
        font-size: .65rem;
        margin-bottom: .1rem;
        text-transform: uppercase; }
    .cart-item .item-content p.desc {
      display: block;
      color: #878787;
      font-size: .85rem;
      margin-bottom: .5rem;
      line-height: 1rem; }
      .cart-item .item-content p.desc .top {
        font-weight: normal;
        display: block;
        color: #878787;
        font-size: .7rem;
        margin-bottom: 0;
        text-transform: uppercase; }
    .cart-item .item-content p.precio {
      color: #535353;
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: 700; }
  .cart-item .delete {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #E50019;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 27px; }

   

.icon-input {
  width: 100%;
  position: relative;
  margin-bottom: .5rem; }
  .icon-input input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0.35rem;
    border: 1px solid #D1D1D1;
    padding: .85rem 3.2rem;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    height: 50px; }
  .icon-input .ico {
    position: absolute;
    left: .85rem;
    top: .35rem;
    font-size: 1.95rem;
    color: #D1D1D1; }

.card.login-box {
  padding: 1.75rem 1.25rem; }
  .card.login-box .btn.btn-primary {
    display: block;
    width: 100%;
    text-align: center; }

.prev-next .btn {
  margin-bottom: .5rem;
  width: 100%; }
  .prev-next .btn.inactive {
    color: #878787;
    border-color: #878787; }

.ico-success {
  margin-top: -3.35rem; }

#banner-interna {
  position: relative;
  height: 420px;
  overflow: hidden; }
  #banner-interna .gradient {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  #banner-interna .bg-banner {
    position: relative; }
    #banner-interna .bg-banner .content {
      position: absolute;
      max-width: 1140px;
      padding-top: 120px;
      padding-left: 2rem;
      padding-right: 2rem;
      left: 0;
      right: 0;
      top: 0;
      margin: auto;
      z-index: 10; }
      #banner-interna .bg-banner .content .slide-desc {
        position: relative;
        float: left;
        max-width: 360px;
        text-align: center; }
        #banner-interna .bg-banner .content .slide-desc p {
          color: #FFF; }
      #banner-interna .bg-banner .content p.top {
        margin-bottom: 0;
        color: #FF7E00;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }
      #banner-interna .bg-banner .content h2 {
        color: #FFF;
        padding-bottom: .5rem;
        text-shadow: 3px 2px rgba(0, 0, 0, 0.3);
        letter-spacing: 1px; }

.card.card-article {
  display: block;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: .75rem;
  z-index: 20;
  color: #535353;
  overflow: hidden; }
  .card.card-article .img {
    display: block;
    -webkit-border-radius: 0.35rem 0 0 0.35rem;
    -moz-border-radius: 0.35rem 0 0 0.35rem;
    border-radius: 0.35rem 0 0 0.35rem; }
    .card.card-article .img img {
      width: 100%;
      height: auto; }
  .card.card-article .content {
    padding: 1.25rem 1rem; }
    .card.card-article .content .fecha {
      font-size: .85rem;
      margin-bottom: 0;
      color: #FF7E00; }
    .card.card-article .content h3 {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 1.1rem; }
    .card.card-article .content p {
      line-height: 1.35rem; }
  .card.card-article.horizontal {
    flex-direction: row;
    align-items: stretch; }
    .card.card-article.horizontal .img {
      display: block;
      width: 40%;
      overflow: hidden;
      webkit-border-radius: 0.35rem;
      -moz-border-radius: 0.35rem;
      border-radius: 0.35rem; }
      .card.card-article.horizontal .img img {
        height: 100%;
        max-height: 100px;
        width: auto; }
    .card.card-article.horizontal .content {
      width: 60%; }
  .card.card-article.ganador .content {
    text-align: center; }
    .card.card-article.ganador .content h3 {
      color: #FF7E00; }

.slide-destacadas .card.card-article {
  margin-left: .5rem;
  margin-right: .5rem; }

#top-internas.bg-confeti {
  background: #EEEEEE url("../img/bg-internas-confeti.png") center bottom no-repeat;
  background-size: auto 100%; }

.list-jugar {
  padding-left: 1.25rem; }
  .list-jugar li {
    font-size: 1rem;
    margin-bottom: .75rem; }
    .list-jugar li .title {
      font-family: "Anton", Arial, Helvetica, sans-serif;
      color: #E0007D;
      font-size: 1.25rem;
      letter-spacing: 1px; }

.otras-historias {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #D1D1D1; }

/*****************************************************
                 MEDIA-QUERIES                                         
***************************************************/
/* Large Devices, Wide Screens (col-lg)  */
@media (min-width: 1200px) {
  .card {
    padding: 2rem; }

  .card.card-article.horizontal .img img {
    height: auto;
    width: 100%;
    max-height: 100%; }

  .article-content {
    padding-top: 4rem; }

  .modal-elegir .modal-footer .btn {
    display: inline-block;
    width: auto; }

  #cartonelegido .cancel {
    display: inline-block;
    width: auto;
    height: 48px; }

  .cart-item .img {
    width: 35%; }
  .cart-item .item-content {
    width: 65%; }

  #top-internas.bg-confeti {
    background-size: 100% auto; }

  .prev-next {
    display: flex;
    flex-direction: row; }
    .prev-next .btn {
      margin: 0 .5rem; }
    .prev-next .btn-prev {
      text-align: left; }
    .prev-next .btn-next {
      text-align: right; } }
/* Landscape tablets and medium desktops (col-md) */
@media (min-width: 992px) and (max-width: 1199px) {
  .card {
    padding: 2rem; }

  .card.card-article.horizontal .img img {
    height: auto;
    width: 100%;
    max-height: 100%; }

  .article-content {
    padding-top: 4rem; }

  .modal-elegir .modal-footer .btn {
    display: inline-block;
    width: auto; }

  #cartonelegido .cancel {
    display: inline-block;
    width: auto;
    height: 48px; }

  .cart-item .img {
    width: 35%; }
  .cart-item .item-content {
    width: 65%; }

  #top-internas.bg-confeti {
    background-size: 100% auto; }

  .prev-next {
    display: flex;
    flex-direction: row; }
    .prev-next .btn {
      margin: 0 .5rem; }
    .prev-next .btn-prev {
      text-align: left; }
    .prev-next .btn-next {
      text-align: right; } }
/* Portrait tablets and small desktops (col-sm) */
/* Landscape phones and portrait tablets (col-xs) */
@media (max-width: 767px) {
  body, html {
    font-size: 90%; }

  html {
    overflow-x: hidden; }

  h1 {
    font-size: 2rem; }

  #banner-home {
    height: 360px; }
    #banner-home .home-slider .slide .content .slide-desc {
      text-align: center;
      max-width: 100%;
      float: none; }
      #banner-home .home-slider .slide .content .slide-desc h2 {
        font-size: 1.5rem;
        margin-bottom: 0; }
      #banner-home .home-slider .slide .content .slide-desc .btn.btn-primary.big {
        font-size: .95rem;
        padding: .5rem 1rem; }

  #consultar-home {
    background-size: auto 100%; }

  .consultar-container h2 {
    font-size: 1.75rem; }
  .consultar-container .nro-carton input, .consultar-container .date .custom-select, .consultar-container .btn-search {
    padding-top: .5rem;
    padding-bottom: .5rem;
    height: 42px;
    font-size: 1rem; }

  #top-internas .container {
    padding-top: 6rem; }

  .resultados-grupo {
    flex-direction: column; }
    .resultados-grupo .grupo-titulo {
      width: 100%; }
    .resultados-grupo .resultados {
      width: 100%; }

  .resultados-grupo-carton {
    flex-direction: column;
    text-align: center; }
    .resultados-grupo-carton .grupo-titulo {
      width: 100%; }
    .resultados-grupo-carton .resultados {
      width: 100%;
      text-align: center; }

  #banner-interna {
    height: 320px; }
    #banner-interna .bg-banner .content .slide-desc {
      text-align: center;
      max-width: 100%;
      float: none; }
      #banner-interna .bg-banner .content .slide-desc h2 {
        font-size: 1.5rem;
        margin-bottom: 0; }
      #banner-interna .bg-banner .content .slide-desc .btn.btn-primary.big {
        font-size: .95rem;
        padding: .5rem 1rem; }
    #banner-interna .bg-banner img {
      margin-left: -50%; }

  .sticky-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    background-color: #FFF;
    z-index: 10;
    border-top: 1px solid #D1D1D1; }

  .card.card-article .content h3 {
    font-size: 1rem; }

  .allsliders .slick-prev,
  .allsliders .slick-next {
    background-color: #fff; }
  .allsliders .slick-prev:hover, .allsliders .slick-prev:focus, .allsliders .slick-next:hover, .allsliders .slick-next:focus {
    background-color: #fff; }
  .allsliders .slick-next {
    right: 0; }
  .allsliders .slick-prev {
    left: 0; } }
/* Portrait phones and smaller */
/* lowest resolution */

/*# sourceMappingURL=telebingo.css.map */

.header-desktop .header-top .top-icons li a.user-session {
  padding: 0;
  vertical-align: top;
}


.header-top .top-icons li a.user-session{
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
 
  padding: 0px;
  vertical-align: top;
  display: inline-block;
  font-size: 1rem
}

/*
.user-session{
  

  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  margin-left: .5rem;
  padding: 0;
  
}
*/
/*
.header-desktop .header-top .top-user li a {
  position: relative;
  display: block;
  height: 25px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1;
}
*/  


.error {
  border: 2px solid #a94442 !important;
  background-color: #FEEBEB;
}


.cardboard {
  display: none;
  /* border: 1px solid #aeaeae; */
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 15px;
  /* max-width: 1000px;  */
}
  .cardboard h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #5a5a5a;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px; }
    .cardboard h2 span {
      font-size: 16px;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-weight: 400; }
  .cardboard .cantada {
    width: 33.33%;
    float: left; }
  .cardboard .sorteo-header {
    padding: 20px;
    background-color: #e0007d;
    text-align: center; }
    .cardboard .sorteo-header .titulo-sorteo {
      border: 3px solid #FFF;
      padding: 7px;
      text-align: center;
      margin-bottom: 5px; }
      .cardboard .sorteo-header .titulo-sorteo h4 {
        font-family: 'Anton', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 26px;
        letter-spacing: 1px;
        /* color: $fucsia;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #FFF;
        -webkit-text-fill-color: transparent; */
        color: #FFF;
        padding: 0;
        margin: 0; }
    .cardboard .sorteo-header .sorteo-pozo p {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #FFF;
      padding-bottom: 0; }
    .cardboard .sorteo-header .sorteo-pozo h3 {
      font-family: 'Anton', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 36px;
      color: #ffef00;
      text-transform: uppercase;
      text-shadow: 0 1px 0 rgba(24, 24, 25, 0.35); }
      .cardboard .sorteo-header .sorteo-pozo h3 span {
        font-size: 25px; }
  .cardboard .sorteo-content {
    padding: 15px;
    background-color: #fff;
    text-align: center;
    min-height: 180px; }
    .cardboard .sorteo-content p {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #8c8787; }
    .cardboard .sorteo-content .sorteo-numeros {
      text-align: center;
      margin-bottom: 10px; }
      .cardboard .sorteo-content .sorteo-numeros span {
        /*
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0px;
        border: 1px solid #dfdfdf;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #fff;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #5a5a5a;
        text-align: center;
        line-height: 35px; 
        */
        
        
        display: inline-block;
        width: 38px;
        height: 38px;
        border: 1px solid #D1D1D1;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        border-radius: 38px;
        margin: .40rem;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        line-height: 35px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
        


      }
    .cardboard .sorteo-content a, .cardboard .sorteo-content .btn-primary {
      display: block; }
  .cardboard.carton-comprado {
    margin-left: auto;
    margin-right: auto;
    float: none; }

.resumen-compra {
  background-color: #eeeeee;
  padding: 15px; }
  .resumen-compra h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #5a5a5a;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    padding: 10px 15px;
    border: 1px solid #5a5a5a; }
  .resumen-compra .item {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #707070;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dbdbdb; }
    .resumen-compra .item strong {
      font-family: 'Anton', Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #5a5a5a;
      display: block;
      margin-bottom: 4px;
      letter-spacing: 1px; }
  .resumen-compra .btn-primary {
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 15px 20px;
    margin-top: 20px; }

.cardboard.seleccionado {
  display: block; }


@media (max-width: 767px){
  .cardboard .cantada {
    width: 100%;
    float: none;
  }

}



@media (max-width: 480px) {
#mostrarganadores .modal-header h4 {
    font-family: "Anton", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    color: #FFF; }

  .resultados-ganadores .top{
    display: block;
    border: 2px solid #D1D1D1;
    color: #535353;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px !important;
    padding: .35rem;
  }

  .resultados-ganadores .titulo{
    color: #E0007D;
    font-size: 0.9rem !important;
    
  }      
}

/*
.cardboard .cantada {
    width: 33.33%;
    float: left;
}
.cantada {
    margin-bottom: 30px!important;
}
*/

.table-bordered td, .table-bordered th {
  /* border: 1px solid #dee2e6; */
  border: none;
}

#loader{
  background:   url("../img/ajax-loader.gif");
  background-repeat:no-repeat;
  background-position: center center;
  height: 66px;
  padding: 50px 0;
  display: none;
}
/*
.delete remove-cart-item span:hover{
  cursor: hand !important;
}
*/

.delete:hover{
  cursor:pointer; 
  cursor:hand !important;
}

.alert{
  z-index: 999999 !important;
}