@font-face {font-family: "Myriad Pro";
  src: url("fonts/3dd6e9888191722420f62dd54664bc94.eot"); /* IE9*/
  src: url("fonts/3dd6e9888191722420f62dd54664bc94.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/3dd6e9888191722420f62dd54664bc94.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/3dd6e9888191722420f62dd54664bc94.woff") format("woff"), /* chrome、firefox */
  url("fonts/3dd6e9888191722420f62dd54664bc94.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/3dd6e9888191722420f62dd54664bc94.svg#MyriadPro-Regular") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Myriad Pro Bold";
  src: url("fonts/63f7c4ed344e79ed1cf58a1817e6ff0d.eot"); /* IE9*/
  src: url("fonts/63f7c4ed344e79ed1cf58a1817e6ff0d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/63f7c4ed344e79ed1cf58a1817e6ff0d.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/63f7c4ed344e79ed1cf58a1817e6ff0d.woff") format("woff"), /* chrome、firefox */
  url("fonts/63f7c4ed344e79ed1cf58a1817e6ff0d.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/63f7c4ed344e79ed1cf58a1817e6ff0d.svg#MyriadPro-Bold") format("svg"); /* iOS 4.1- */
}


body{
  border: 0px;
  margin: 0px;
  font-family: Myriad Pro;

}

.DIVER{
  position: absolute;
  width: auto !important;
  margin-top: 50px;
  margin-left: 10px;
}

.frame{
  width: 70%;
  height: 100%;
}

.over{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .7;
  z-index: 1000;
}

.imgload{
  top: 50%;
  left: 50%;
  margin-left: -20px;
  position: fixed;
  z-index: 1001;
}

.loading{
  display: none;
}

.pasos{
  width: 400px;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
}

.head{

  width: 100%;
  height: 110px;
   background-image: url("../img/ic_head.png");
   background-size: 100% 100%;
}


.yellowheader{
  width: 100%;
  height: 20px;
  background-color: #FFCB00;
}

.content{
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 140px;
}

.foot{

  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background-color: #2F1B46;
  color: white;
  text-align: right;
  vertical-align: middle;
}

.mitad{
  width: 49%;
  height: 100%;
  display: inline-block;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;

}

.img1_{
}

.img2_{
  text-align: right;
}

.img1{
  width: auto;
  height: 70%;
  margin-left: 10%;
  margin-top: 13px
}
.img2{
  width: 330px;
  height: auto;
  margin-right: 30px;
  margin-top: 30px
}

.img3{
  width: auto;
  height: 100px;
  margin-left: 10%;
  margin-top: 16px
}

.foot_data{
  display: inline-block;
  font-size: 11px;
  margin-top: 20px;
  text-align: left;
  margin-left: 15px;
  margin-right: 50px;
  height: 80px;
  vertical-align: top;
  font-family: Myriad Pro;
}

.textop{
  font-size: 43px;
  font-family: Myriad Pro;
  color: #333333;
  margin-top: 20px
}

.titulop{
  font-size: 22px;
  font-family: Myriad Pro;
  color: #333333;
}

.input_boteo{
  width:340px;
   height: 50px;
   padding: 5px;
   box-sizing: border-box;
   border: 1px solid #aa7fb0;
   border-radius: 7px;
   background-color: #FFFFFF;
  color:#333333;
   font-size: 20px;
   resize: none;
   text-align: center;
     font-family: Myriad Pro;
}



.input_boteo_MXN{
  width:90px;
   height: 50px;
   padding: 5px;
   box-sizing: border-box;
   border: 1px solid #aa7fb0;
   border-radius: 7px;
   background-color: #FFFFFF;
   font-size: 29px;
   resize: none;
   text-align: center;
  font-family: Myriad Pro;

}

.boton{
    font-family: Myriad Pro;
  width:190px;
   height: auto;
   padding: 4px;
   box-sizing: border-box;
   border: 2px solid #aa7fb0;
   border-radius: 7px;
   background-color: #6B1E75;
   color: #FFFFFF;
   font-size: 22px;
   resize: none;
   text-align: center;
}


.opciones{
  width: auto;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-family: Myriad Pro;
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}

.supersize{
  font-size: 44px;
  color: #333333;
  font-family: Myriad Pro Bold;
}

.opt{
  width: 25px;
  height: 25px;
  margin-right: 10px
}

.opdiv{
  vertical-align: middle;
  cursor: pointer;
}

.textop2{
  font-size: 53px;
  font-family: Myriad Pro Bold;
  color: #333333;
      margin-top: 40px;
}

.textop3{
  font-size: 43px;
  width: 670px;
  font-family: Myriad Pro;
  color: #333333;
    margin: 40px auto;

}

.textop4{
  font-size: 43px;
    width: 1000px;
  font-family: Myriad Pro;
  color: #333333;


  margin: 40px auto;
}

@media screen and (max-width: 1000px) {
  .textop4{
    font-size: 43px;
      width: 90%;
    font-family: Myriad Pro;
    color: #333333;


    margin: 40px auto;
  }
}

@media screen and (max-width: 700px) {


    .pasos{
      width: 250px;
      height: auto;
      margin-top: 10px;
    }

  .img1{
    width: auto;
    height: 70%;
    margin-left: 10%;
    margin-top: 13px
  }
  .img2{
    width: 200px;
    height: auto;
    margin-right: 20px;
    margin-top: 30px
  }

  .head{
    height: 90px;
  }

  .yellowheader{
    height: 15px;
  }

  .titulop{
    font-size: 18px;
  }

  .textop{
    font-size: 25px;
  }

  .textop2{
    font-size: 40px;
  }

  .textop3{
    font-size: 30px;
    width: 370px;

        margin: 20px auto;
  }

  .textop4{
    font-size: 30px;
    width: 370px;
        margin: 20px auto;
  }

  .content{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }


  .foot{
    text-align: center;
  }


  .frame{
    width: 100%;
    height: 100%;
  }

}


@media screen and (max-width: 400px) {




  .img1{
    width: auto;
    height: 65%;
    margin-left: 10%;
    margin-top: 13px
  }
  .img2{
    width: 150px;
    height: auto;
    margin-right: 20px;
    margin-top: 30px
  }

  .head{
    height: 90px;
  }

  .yellowheader{
    height: 15px;
  }

  .titulop{
    font-size: 19px;
  }

  .textop{
    font-size: 18px;
    line-height: 14px;
  }

  .content{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }


  .foot{

    height: 90px;

    text-align: center;
  }

  .img3{
    width: auto;
    height: 40px;
    margin-left: 20px;
    margin-top: 20px
  }

  .foot_data{

    display: inline-block;
    font-size: 10px;
    margin-top: 27px;

    margin-left: 5px;
    vertical-align: top;
    font-family: Myriad Pro;
    line-height: 0px;
  }

  .input_boteo{
    width:320px;
     height: 43px;
     font-size: 16px;
  }

  .textop2{
    font-size: 30px;
  }

    .textop3{
      font-size: 22px;
      width: 90%;
          margin: 20px auto;
    }

    .textop4{
      font-size: 22px;
      width: 90%;
          margin: 20px auto;
    }

    .foot{
      position:inherit;
    }


    .content{

      margin-bottom: 10px;
    }

}
