:root {
    --bg-color: #ff6705;
    --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');
    }
    .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:#ff6705;
    }
    .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;
    }
    body{
      background-image: url(../images-p2/backgroundv2.jpg);
      background-size: cover;
      font-family: EMIGRE_REG;
      min-width: 360px;
      background-color: #fc680a;
    }
    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: var(--font-ultra);
    color: black;
    text-transform: uppercase;
    }
    h2.format_h2_datos {
    font-size: 61px;
    font-family: var(--font-ultra);
    color: black;
    text-transform: uppercase;
    margin: 22px 0 42px;
    }
    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{
    color: #ff6705;
    }
    .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: none;
    position: absolute;
    bottom: 16px;
    left: 230px;
    color: #000;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 100;
    }
    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: 51px;
      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: 48px;
        max-width: 100%;
        margin: 19px 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;
      margin-top: 10px;
  }
  
  #ticketImg { 
    font-size: 22px;
    position: relative;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 40px;
  }
  
  .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: 40px;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;
    	}
	.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%; }
}
.form-box { 
    border-radius: 20px;
    max-width: 55%;
    margin: 100px auto 20px;
    position: relative;
    background-color: #fff;
    padding: 40px 24px 40px;
}
.form-group.text-left {
    margin-bottom: 29px;
}
.form-box .izq {
    background: url(../images-p2/04-IZQ-form.png) -20px center no-repeat;
    height: 100%;
    width: 340px;
    display: inline-block;
    position: absolute;
    left: -250px;
    top: 20px;
    background-size: contain;
}
.form-box .der {
    background: url(../images-p2/05-DER-form.png) 100% center no-repeat;
    height: 100%;
    width: 335px;
    display: inline-block;
    position: absolute;
    right: -248px;
    top: -3px;
    background-size: contain;
}
.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;
}
.bott50.mobnopad {
    margin: 30px 0 22px;
}

.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
}
img.img-responsive.bott50.participaconsolas2 {
    margin-top: 50px;
}
img.img-responsive.participaconsolas {
  width: 100%;
	margin-top:60px;
}
.bott50{
  margin-bottom: 50px;
}
.boxfoot {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  margin: 0 auto 50px;
  gap: 30px;
  padding: 0 20px;
}
img.img-responsive.logofoot {
  max-width: 270px;
}
img.mob-7a.img-responsive {
    max-width: 490px;
}
img.img-responsive.btnred {
    width: 47px !important;
    max-width: unset;
}
@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/prod_m.png) no-repeat;
    left: 60px;
    height: 280px;
    background-position: center;
    bottom: auto;
    top: -180px;
    background-size: contain;
}
.form-box .top.mobile {
  background: url(../images-p2/05-DER-form-mob.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: #ff6705;
  color: #fff;
  font-size: 40px;
  font-family: var(--font-ultra);
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #ff6705;
  width: 100%;
  margin-top: 25px;
}

.mobile-padding {
    padding: 0 20px 0px;
    margin-bottom: 20px;
}
.imgbox {
  padding: 65px;
    background: white;
}
.imgbox img {
    max-width: 610px;
    width: 100%;
}
.headerimg {
    margin-bottom: 32px;
}
.ganapizza {
    max-width: 846px;
    width: 100%;
}
.discl{
  font-size: 25px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 10px 0 0;
    font-weight: 400;
}
img.mob-7a.img-responsive {
    max-width: 495px;
    margin-top: 37px;
}
.como-participar {
    width: 317px;
    margin-top: 23px;
    margin-bottom: 45px;
}
.como_participar {
    position: relative;
    margin-top: -56px !important;
}
@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;
}

@media (max-width:992px){
  .productos .productos2 {
    margin-top: -125px;
  }
}

.subfoot {
  display: flex;
  gap: 30px;
  align-items: center;
}

@media (max-width:768px){
  .mob-7a{
    margin-top: 250px;
	  padding: 20px;
  }
.form-box .izq.mobile {
    background: url(../images-p2/prod_m.png) no-repeat;
    left: -2px;
    height: 450px;
    background-position: center;
    bottom: auto;
    top: -310px;
    background-size: contain;
    width: 100%;
}

    .boxmobpasos {
        margin-bottom: 320px;
    }
    img.mob-7a.img-responsive {
        max-width: 100%;
        margin-top: 0;
        width: 460px;
    }
.form-control {
    padding: 22px 15px !important;

}
.discl {
    font-size: 25px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 10px 0 0;
    font-weight: 400;
    width: 100%;
}

  .subfoot {
    display: flex;
    gap: 30px;
    align-items: center;
}
  .boxfoot {
    display: flex;
    justify-content: center;
    max-width: 740px;
    margin: 0 auto 50px;
    gap: 20px;
    flex-direction: column;
    align-content: center;
}
  .ultimosorteo .festival { 
    max-width: 58%;
    display: inline-block;
  }
  
  .form-box { 
    max-width: 90%;
  }
  .form-box .top {
    top: -145px;
  }
  .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%;
  }

img.img-responsive.logofoot {
display: none;
}
    .mob-7a {
        margin-top: 0px;
        padding: 20px;
    }

    .mobnopad{
  padding: 0;
  margin: 0 !important;
}
.imgbox {
    padding: 27px;
    background: white;
}
    .imgbox img {
        max-width: 269px;
        width: 100%;
    }
    img.img-responsive.bott50.participaconsolas2 {
        margin-top: 20px;
        max-width: 195px;
        margin-bottom: 20px;
    }


    
}

@media only screen and (max-width: 450px){  
	
	img.img-responsive.bott50.participaconsolas2 {
    max-width: 280px;
    margin: 30px auto 10px;
}
	
	img.img-responsive.participaconsolas {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
}
.subfoot img {
    max-width: 170px;
}

  .form-box .top.mobile,
  .form-box .izq.mobile {
    background-size: 330px;
  }
.form-box .izq.mobile {
    background: url(../images-p2/prod_m.png) no-repeat;
    left: 0px;
    height: 260px;
    background-position: center;
    bottom: auto;
    top: -160px;
    background-size: contain !important;
}


}

