@import url("./fonts.css");

#section-lotoplus .extracto-header {
  color: #fff;
  font-family: "RobotoCondensed-Regular";
}

#section-lotoplus .extracto-header .title-header {
  font-size: 1.5em;
}

#section-lotoplus .extracto-header .header-strong {
  font-family: "Oswald-SemiBold";
  font-size: 1.5em;
}

#section-lotoplus .extracto-body .extracto-numeros .numero {
  color: #000;
  font-family: "Oswald-SemiBold";
}

#section-lotoplus .extracto-body .extracto-numeros .numero.medium {
  color: #000;
  font-size: 3.5em;
  font-family: "Oswald-SemiBold";
}

#section-lotoplus .extracto-premios table {
  color: #000;
  font-family: "RobotoCondensed-Bold";
}

#section-lotoplus .extracto-premios .strong {
  color: #000;
  font-family: "RobotoCondensed-Bold";
}

#section-lotoplus .extracto-footer {
  color: #000;
  font-size: 2em;
}

#section-lotoplus .extracto-footer .title {
  font-family: "RobotoCondensed-Regular";
}

#section-lotoplus .extracto-footer .strong {
  font-family: "Oswald-SemiBold";
}

#section-lotoplus .extracto-body {
  background-color: #fff;
  border-radius: 0 0 30px;
}

#section-lotoplus .extracto-body .title-modalidad {
  background-color: #ef3648;
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  margin: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 15px;
  text-align: center;
  line-height: 45px;
}

#section-lotoplus .extracto-body .title-modalidad > span {
  text-transform: uppercase;
}

#section-lotoplus .container-border {
  border-radius: 30px;
  border: 5px solid#ef3648;
  background-color: #fff;
}

#section-lotoplus .container-extracto {
  border-radius: 30px;
  border: 2px solid#ef3648;
  background-color: #ef3648;
  margin: 30px;
}

#section-lotoplus .jackpot {
  color: #000 !important;
  font-family: "Oswald-SemiBold";
}

#section-lotoplus .red {
  border-radius: 50%;
  background: url("../image/misc/redball.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#section-lotoplus .black {
  border-radius: 50%;
  background: url("../image/misc/blackball.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#section-lotoplus .no-data {
  font-family: "RobotoCondensed-Bold";
  font-size: 1.5em;
  color: #000;
}

@media (min-width: 320px) and (max-width: 480px) {
  #section-lotoplus .extracto-body .title-modalidad {
    font-size: 1.5em;
  }
}

section {
  /*padding-top: 92px;*/
  min-height: 100vh;
}

.intense-shadow {
  box-shadow: 6px 11px 10px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 11px 10px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 6px 11px 10px 2px rgba(0, 0, 0, 0.75);
}

a:hover {
  text-decoration: none !important;
}

.extracto {
  margin-bottom: 15px;
}

.extracto table th,
.table td {
  padding: 0;
  vertical-align: top;
  border-top: none;
  font-family: "RobotoCondensed-Regular";
  color: #000;
}

.extracto .table thead th {
  vertical-align: bottom;
  border-bottom: none;
}

.extracto .table tbody {
  font-family: "RobotoCondensed-Regular";
  line-height: 1.5em;
}

.numero {
  font-size: 4.5em;
}
.logo-imputacion {
  max-height: 150px;
}

/* Tables */
@media (min-width: 481px) and (max-width: 767px) {
  .numero {
    font-size: 3.75em;
  }
}

/* Phones */
@media (min-width: 320px) and (max-width: 480px) {
  .extracto {
    padding: 0;
    margin: 0;
  }

  .extracto .table thead th {
    vertical-align: bottom;
    border-bottom: none;
  }

  .extracto table th,
  .table td {
    font-size: 0.75em;
  }

  .numero {
    font-size: 3em;
  }
  .container-extracto {
    margin: 0 !important;
  }
}

.extracto-section {
  position: relative;
}

.extracto-section .container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 250px;
  background: #99c13f;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.extracto-section .container {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.titulo {
  text-align: right;
  padding-bottom: 25px;
}
