:root {
  --bg-color: #ff6705;
  --color_kkprincipal: #ea4d6a;
  --color_kksecundario: #ffc2c6;
  
  --font-normal: EMIGRE_REG;
  --font-ultra: EMIGRE_ULTRA;
  --font-especial: LCS;
}

@font-face {
  font-family: 'LCS';
  src: url('../fonts/LCScript-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'EMIGRE_REG';
  src: url('../fonts/emigre-Reg.woff2') format('woff2');
}

@font-face {
  font-family: 'EMIGRE_ULTRA';
  src: url('../fonts/emigre-Ultra.woff2') format('woff2');
}

@font-face {
  font-family: 'EMIGRE_ULTRA';
  src: url('../fonts/emigre-Ultra.woff2') format('woff2');
}

@font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url('../fonts/HVD Fonts - BrandonGrotesque-Bold.woff') format('woff');
}
@font-face {
  font-family: 'BrandonGrotesque-Black';
  src: url('../fonts/HVD Fonts - BrandonGrotesque-Black.woff') format('woff');
}

@font-face {
  font-family: 'BrandonGrotesque';
  src: url('../fonts/HVD Fonts - BrandonGrotesque-Regular.woff') format('woff');
}


.btn-default:focus {
  outline: none;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  z-index: 1;
  font-size: 60px;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  opacity: 1;
  /* padding: 13px; */
  height: auto;
  line-height: 21px;
  background-color: transparent;
  border-radius: 100%;
  padding: 10px;
  color: var(--color_kkprincipal);
}

.modal-content {
  /*background: #ff6705;*/
  background: #fff;
}

.modal-body {
  border-radius: 5px;
}

.modal-body h2 {
  color: #000;
  padding: 0 0px 0 15px;
  margin: 15px 0 20px;
}

.legales {
  scrollbar-color: #ff6705 #fff;
  position: relative;
  padding: 15px;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-family: var(--font-regular);
  line-height: normal;
  max-height: 500px;
  overflow-y: auto;
  text-align: justify;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: none;
  border-radius: 0;
  font-size: 37px;
  font-family: var(--font-ultra);
  color: black;
  padding: 0px 20px;
}

header {
  position: relative;
}

a,
a:visited,
a:focus {
  color: white;
}

p.ultimosorteo a {
  text-decoration: underline;
}

a:hover {
  color: white;
  opacity: 0.9;
}

.img-responsive {
  margin: 0 auto;
}

.bandera_izq,
.bandera_der {
  width: 394px;
  height: 300px;
  position: absolute;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.bandera_izq {
  background-image: url(../images/bandera-izq.png);
  background-position: top left;
  left: 0;
}

.bandera_der {
  background-image: url(../images/bandera-der.png);
  background-position: top right;
  right: 0;
}

.como_participar {
  position: relative;
  margin-top: 50px;
}

.como_participar .bg_comoparticipar_izq,
.como_participar .bg_comoparticipar_der {
  width: 425px;
  height: 733px;
  position: absolute;
  background-size: contain;
  top: 160px;
  background-repeat: no-repeat;
  z-index: -1;
}

.como_participar .bg_comoparticipar_izq {
  background-image: url(../images/elementos-cumple--izq.png);
  background-position: center left;
  left: 0;
}

.como_participar .bg_comoparticipar_der {
  background-image: url(../images/elementos-cumple-der.png);
  background-position: center right;
  right: 0;
}

.como_participar p {
  color: white;
  font-size: 33px;
  line-height: normal;
  font-family: var(--font-regular);
}

.como_participar p.black {
  color: black;
}

.ganadores {
  position: relative;
}

.ganadores .bg_ganadores_izq,
.ganadores .bg_ganadores_der {
  width: 335px;
  height: 705px;
  position: absolute;
  background-size: contain;
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.ganadores .bg_ganadores_izq {
  background-image: url(../images/pizza-izq.png);
  background-position: center left;
  left: 0;
}

.ganadores .bg_ganadores_der {
  background-image: url(../images/pizza-der.png);
  background-position: center right;
  right: 0;
}

.ganadores {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.ganadores h2 {
  font-family: var(--font-ultra);
  font-size: 40px;
  color: black;
}

.ganadores p {
  font-family: var(--font-normal);
  font-size: 25px;
  LINE-HEIGHT: NORMAL;
  color: white;
  font-weight: normal;
}

h2.format_h2 {
  font-size: 98px;
  font-family: 'BrandonGrotesque-Bold';
  color: var(--color_kkprincipal);
}

h2.format_h2_datos {
  font-size: 61px;
  font-family: var(--font-ultra);
  color: black;
  text-transform: uppercase;
  margin: 40px 0;
}

h2.format_h2_datos span {
  color: #ff6705;
}

h3.format_h3 {
  font-size: 48px;
  font-family: var(--font-ultra);
  color: black;
  text-transform: uppercase;
}

h3.format_h3 span {
  color: white;
}

input::placeholder {
  color: white !important;
  font-family: var(--font-regular);
  font-size: 27px;
}

label.form-label {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 0px 10px;
}

.form-control {
  background: #f7f7f7;
  line-height: normal;
  border: 1px solid #000;
  padding: 26px 15px 27px !important;
  color: #000;
  font-size: 27px;
  border-radius: 15px;
  box-shadow: 2px 2px 2px 2px #f7f7f7;
}

.aceptotyc {
  text-transform: uppercase;
  font-family: var(--font-normal);
  color: black;
  min-height: 30px;
  font-size: 20px;
  text-align: left;
  line-height: 20px;
  font-weight: 400;
}

.aceptotyc a {
  font-weight: bold;
  color: #a8a8a8;
}

.redes {
  display: block;
  align-content: center;
  flex-direction: row;
  align-items: center;
  padding: 25px 0;
}

.redes p {
  display: inline-block;
  font-size: 44px;
  line-height: 34px;
  font-family: var(--font-ultra);
  text-transform: uppercase;
  padding: 10px 0 0;
  color: white;
}

.redes a {
  display: inline-block;
  padding: 0 10px;
}

@media (min-width:992px) {
  .ultimosorteo {
    max-width: 70%;
  }
}

@media (min-width:1200px) {
  .ultimosorteo {
    max-width: 60%;
  }
}

.ultimosorteo {
  font-size: 30px;
  color: black;
  margin: 55px auto 0;
  position: relative;
  line-height: 35px;
}

a.boton-datos {
  position: absolute;
  right: 30px;
  bottom: -10px;
}

.bottom-img {
  margin-top: 100px;
}

.top50 {
  margin-top: 50px;
}

.top100 {
  margin-top: 100px;
}

.top150 {
  margin-top: 150px;
}

.top200 {
  margin-top: 200px;
}

img.signosplay {
  margin: 340px 0 0;
}

.msgFile {
  display: block;
  position: absolute;
  bottom: 11px;
  left: 40px;
  color: var(--color_kkprincipal);
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 100;
  font-size: 21px;
  font-family: 'BrandonGrotesque-Bold';
}

p.ultimosorteo:after {
  content: "";
  height: 40px;
  background: url(/images/flecha.png);
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: contain;
  margin-top: 40px;
}

.legales ul {
  list-style: none;
  padding-left: 0px;
}

.legales ul ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.boxganadores {
  display: flex;
  justify-content: center;
}

img.img-responsive.top50.productospromo.gifbox {
  max-width: 320px;
}

p.ultimosorteo:after {
  content: "";
  height: 0;
  background: none;
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: contain;
  margin-top: 0;
}

.emojiformat {
  height: 34px;
  line-height: 10px;
  margin-bottom: 9px;
}

.bandera_der img.signosplay {
  position: absolute;
  right: 0;
}

img.signosplay {
  margin: 520px 0 0;
}

@media only screen and (max-width: 1800px) {
  img.signosplay {
    margin: 520px 0 0;
    max-width: 560px;
  }
}

@media only screen and (max-width: 1920px) {

  .bandera_izq,
  .bandera_der {
    width: 250px;
  }

  .logo {
    max-width: 270px;
    padding-right: 20px;
  }

  .participaconsolas,
  .productospromo,
  .revisaganadores {
    width: 485px;
  }

  .ganadores .bg_ganadores_izq,
  .ganadores .bg_ganadores_der {
    width: 175px;
  }

  .como_participar .bg_comoparticipar_izq,
  .como_participar .bg_comoparticipar_der {
    width: 200px;
  }

  h2.format_h2 {
    font-size: 30px;
  }

  h3.format_h3 {
    font-size: 38px;
  }

  .como_participar p {
    font-size: 19.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 0;
    font-weight: 400;
  }

  h2.format_h2_datos {
    font-size: 39px;
    line-height: 40px;
  }

  h2.format_h2_datos span {
    font-size: 29px;
  }

  a.boton-datos img {
    width: 230px;
  }

  a.boton-datos {
    bottom: 5px;
  }

  img.signosplay {
    margin: 420px 0 0;
    max-width: 500px;
  }
}

@media only screen and (max-width: 1200px) {

  a.boton-datos {
    position: relative;
    right: 0;
  }

  .signosplay {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .redes {
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    padding: 37px 0;
    text-align: left;
  }
}

@media only screen and (max-width: 991px) {

  .top200,
  .top100,
  .top50 {
    margin-top: 20px;
  }

  img.img-responsive.top50.productospromo.gifbox {
    max-width: 200px;
    margin-top: 10px;
  }

  .logo {
    width: 540px;
    margin-top: 0px;
    padding: 20px;
    margin-bottom: 0;
  }

  .ganadores .bg_ganadores_izq,
  .ganadores .bg_ganadores_der {
    width: 280px;
    height: 545px;
    position: absolute;
    background-size: contain;
    top: 420px;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: top;
  }

  .ganadores .bg_ganadores_izq {
    left: -10px !important;
    background-position: -180px;
  }

  .ganadores .bg_ganadores_der {
    right: -10px !important;
    background-position: 180px;
  }

  h2.format_h2 {
    font-size: 30px;
  }

  .productospromo {
    width: 480px;
    padding: 0 00px 20px;
  }

  .participaconsolas,
  .revisaganadores {
    width: 280px;
    padding: 0 10px 20px;
  }

  .bandera_izq,
  .bandera_der {
    width: 140px;
  }

  .logo-footer {
    width: 100%;
    max-width: 140px;
    margin-top: 40px;
  }

  /* .redes {
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    padding: 37px 0;
    text-align: left;
    } */
  .redes a {
    margin: 5px 0;
  }

  .como_participar {
    margin-top: 0;
  }

  .ultimosorteo {
    font-size: 28px;
    color: black;
    margin-top: 10px;
    padding: 0 30px;
    margin-bottom: 10px;
    line-height: 30px;
  }

  h2.format_h2_datos {
    font-size: 24px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 26px;
  }

  img.revisaganadores-mob {
    width: 100% !important;
  }

  h3.format_h3 {
    font-size: 25px;
  }

  .redes p {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    font-family: var(--font-ultra);
    text-transform: uppercase;
    padding: 10px 0 0;
    color: white;
  }

  .como_participar p {
    font-size: 23px;
    line-height: 23px;
    margin: 10px;
  }

  input::placeholder {
    font-size: 17px;
  }

  .form-control {
    font-size: 23px;
  }

  .btn-default {
    font-size: 27px;
  }

  .ganadores p {
    font-size: 20px;
  }

  .ganadores h2 {
    font-size: 30px;
  }

  .redes img {
    width: 20px;
  }

  .w50 {
    width: 50% !important;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
  }

  .col-md-6.w50.redes {
    justify-content: flex-end;
    margin-top: 10px;
  }

  .msgFile {
    font-size: 8px;
    bottom: 10px;
  }

  p.ultimosorteo:after {
    height: 20px;
    margin-top: 10px;
  }

  .boxganadores {
    display: block;
    justify-content: center;
  }

  img.img-responsive.top50.productospromo {
    max-width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  img.signosplay {
    margin: 420px 0 0;
    max-width: 110px;
  }

  img.img-responsive.top50.productospromo.gifbox {
    max-width: 130px;
    margin-top: 10px;
  }

  .ultimosorteo {
    font-size: 18px;
    color: black;
    margin-top: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }

  p.ultimosorteo:after {
    height: 0;
  }
}



#ticketInpt {
  display: none;
}

p.siguenos {
  margin-top: 50px;
}

#ticketLabel {
  position: relative;
  width: 100%;
  display: block;
  background: var(--color_kksecundario);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  border-radius: 15px;
}

#ticketImg {
  font-size: 21px;
  font-family: 'BrandonGrotesque-Bold';
  background: #f1a0a2;
  color: white;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 7px;
  border-radius: 15px;
}

.fondoHeader {
  position: relative;
}

.fondoHeader img {
  width: 100%;
  max-width: inherit !important;
}

.imgPelota {
  position: absolute;
  top: -20%;
  left: calc(50% - 150px);
  max-width: 300px;
}

.imgPelota img {
  width: 100%;
  max-width: inherit !important;
}

.pasos {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .pasos {
    width: 992px;
  }
}

.pasos img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

.como_participar p.remember {
  color: #fff;
  margin-top: 20px;
  text-transform: inherit
}

.promotionText {
  color: #fff;
  margin-top: 20px;
  line-height: 16px;
  font-size: 16px;
}

footer {
  margin-top: 75px;
  margin-bottom: 0px;
  display: inline-block;
}

footer img {
  width: 100%;
}

.redes {
  padding: 14px 0 0px
}

.redes p {
  font-size: 26px;
  line-height: 26px;
  padding: 15px 0 0;
}

.redes a {
  padding: 0 5px;
  display: inline-flex;
  margin-left: 5px;
}

.redes img {
  max-width: 50px;
}

@media only screen and (max-width: 500px) {
  footer {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 991px) {
  footer {
    display: block;
  }
}

@media only screen and (max-width: 500px) {

  .participaconsolas,
  .revisaganadores {
    padding: 15px 0px 20px;
    width: 220px;
    margin-left: 30%;
    s
  }

  .logo {
    width: 200px;
    padding: 20px 0 10px;
  }

  .pasos img {
    max-width: 75%;
  }

  .como_participar p {
    font-size: 18px;
    line-height: 20px
  }

  .redes {
    margin-top: 18px !important;
    padding: 0 !important;
  }

  .redes p {
    font-size: 16px;
    line-height: 16px;
    padding: 0;
  }

  .redes a {
    margin-top: 0;
  }

  .rico {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 400px) {
  .redes {
    margin-top: 22px !important;
  }

  .redes p {
    font-size: 13px;
    line-height: 13px;
  }
}


@media only screen and (min-width: 1600px) {
  .promotionText {
    padding: 0 150px
  }

  .redes {
    padding: 12px 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  footer .w50 {
    width: 60% !important;
  }

  footer .w50:nth-child(1) {
    width: 40% !important;
  }

  /* .redes p {
		font-size: 20px;
		line-height: 20px;
		padding: 5px 0 0;
		margin-top: -10px;
	} */
  .redes a {
    padding: 0 5px;
    margin-top: 0px;
  }

  .redes img {
    max-width: 40px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .redes a {
    margin-top: -5px;
  }

  .redes p {
    padding: 0
  }

  .col-md-6.w50.redes {
    margin-top: 0 !important;
  }
}

.ucase {
  text-transform: uppercase;
}

.bold {
  font-weight: 900;
}

.ultra {
  font-family: var(--font-ultra);
}

/* mobile first */
.mano {
  position: absolute;
  left: -6.5rem;
  top: 9rem;
  width: 47%;
}

@media (min-width:1200px) {
  .mano {
    position: absolute;
    left: -15rem;
    top: 8rem;
  }
}

@media (min-width:992px) {
  .mano {
    position: absolute;
    left: -15rem;
    top: 8rem;
    width: 40%;
  }
}
h2#linkform {
  font-family: 'BrandonGrotesque-Bold';
  text-transform: none;
  color: var(--color_kkprincipal);
}
.form-box {
  border-radius: 20px;
  max-width: 60%;
  margin: 0px auto 20px;
  position: relative;
  background-color: #fff;
  padding: 0px 0 0px;
}

.form-box .izq {
  background: url(../images-p2/papelitos-form-izq.png) -20px center no-repeat;
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: -70px;
  top: 0;
}

.form-box .der {
  background: url(../images-p2/papelitos-form-der.png) 100% center no-repeat;
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  right: -70px;
  top: 0;
}

.form-box .top {
  background: url(../images-p2/papelitos-form-top.png) center top no-repeat;
  height: 100%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
}

.form-box .premios {
  background: url(../images-p2/premios.png) center bottom no-repeat;
  background-size: 100%;
  height: 100%;
  width: inherit;
  display: inline-block;
  position: absolute;
  bottom: -170px;
  left: -130px;
  right: -110px;
}

@media (min-width:1400px) {
  .form-box .premios {
    bottom: -230px;
  }
}

@media (min-width:1700px) {
  .form-box .premios {
    bottom: -230px;
  }
}

.form-box .izq.mobile {
  background: url(../images-p2/mobile-papelitos-form-izq.png) -20px top no-repeat;
  left: -25px;
}

.form-box .top.mobile {
  background: url(../images-p2/mobile-papelitos-form-top.png) center top no-repeat;
}

.form-box .premios.mobile {
  background: url(../images-p2/mobile-premios.png) -12px bottom no-repeat;
  bottom: -80px;
  left: 0;
  right: 0;
  height: 100%;
  background-size: 100%;
}

#btnEnviar {
  background-color: var(--color_kkprincipal);
  color: #fff;
  font-size: 40px;
  font-family: 'BrandonGrotesque-Black';
  border-radius: 5px;
  box-shadow: none;
  width: 100%;
  margin-top: 15px;
  text-transform: none;
  max-width: 240px;
  border-radius: 30px;
}

@media (min-width:1200px) {
  .form-fields {
    max-width: 90%;
    margin: 0 5%;
  }
}

.calendario {
  margin-top: 200px;
}

.calendario a:hover {
  opacity: 1;
}

.productos img {
  width: 100%;
}

.productos .productos2 {
  margin-top: -185px;
  max-width: 90%;
}

.cumple {
  margin-top: 85px;
}


.redesm {
  margin: 30px auto 40px;
}

.redesm img:not(.logo-footer) {
  width: 30px;
  margin: 0 5px;
}

.redesm p {
  font-size: 16px;
  line-height: 18px;
  font-family: var(--font-ultra);
  text-transform: uppercase;
  color: white;
  margin-top: 10px
}
.ganatext {
  font-size: 40pt;
  text-transform: uppercase;
  color: var(--color_kkprincipal);
  line-height: 70px;
  margin-bottom: 40px;
}
p.ganatext strong {
  font-family: 'BrandonGrotesque-Black';
}

.logokk {
  max-width: 400px;
}
.container.pasos img {
  max-width: 140px;
}
.container.pasos p {
  color: var(--color_kkprincipal);
  text-transform: none;
  font-family: 'BrandonGrotesque';
  line-height: 37px;
  font-size: 21pt;
}
.como_participar .format_h2 {
  font-size: 40px;
  margin: 40px 0 30px;
}
.bgbox {
  background: var(--color_kksecundario);
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  padding: 10px 20px;
}
.form-fields input {
  background: var(--color_kksecundario);
  text-transform: none;
  padding: 25px 40px !important;
  border: none;
}
.form-fields input::placeholder {
  color: var(--color_kkprincipal) !important;
  font-size: 21px;
  font-family: 'BrandonGrotesque-Bold';
}
.checkbox.aceptotyc {
  color: #a8a8a8;
  text-align: center;
  font-size: 23pt;
  text-transform: none;
  font-family: 'BrandonGrotesque';
}

@media (max-width:992px) {
  .productos .productos2 {
    margin-top: -125px;
  }
}

@media (max-width:768px) {
  .ultimosorteo .festival {
    max-width: 58%;
    display: inline-block;
  }

  .form-box {
    max-width: 90%;
  }

  .form-box .top {
    top: -55px;
  }

  .form-box .left {
    top: -55px;
  }

  .form-box .der {
    top: -55px;
  }

  .aceptotyc {
    font-size: 19px;
  }

  .form-fields {
    margin-top: 50px;
  }

  .calendario {
    margin-top: 150px;
  }

  .cumple {
    margin-top: 45px;
  }

  .cumple img {

    max-width: 90%;
  }

  .ganatext {
    font-size: 19pt;
    text-transform: uppercase;
    color: var(--color_kkprincipal);
    line-height: 40px;
    margin-bottom: 40px;
    padding: 0 10px;
}
.logokk {
  max-width: 260px;
}
.bgbox {
  background: var(--color_kksecundario);
  text-align: center;
  margin: 0 auto 20px;
  border-radius: 30px;
  padding: 10px 20px;
}
.checkbox.aceptotyc {
  font-size: 16pt;
}
.form-fields input {
  padding: 25px 20px !important;
}

.form-fields input::placeholder {
  color: var(--color_kkprincipal) !important;
  font-size: 18px;
  font-family: 'BrandonGrotesque-Bold';
}
.msgFile {
  left: 20px;
  font-size: 18px;
  max-width: 149px;
  text-wrap: wrap;
  text-align: left;
  line-height: 17px;
  height: 51px;
  bottom: 0px;
  vertical-align: middle;
  display: flex;
  align-items: center;

}
}
#btnEnviar img {
  width: 30px;
  margin: 0 0 7px;
  padding: 0;
}