@font-face {
  font-family: future ;
  src: url(../ASSETS/FuturaNowVar-Roman.ttf);
}
/* GoldCoast FontFace */
@font-face {
  font-family: 'GothamBook';
  src: url('../ASSETS/Gotham-Book.woff2') format('woff2'),
      url('../ASSETS/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../ASSETS/Gotham-Medium.woff2') format('woff2'),
      url('../ASSETS/Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamBold';
  src: url('../ASSETS/Gotham-Bold.woff2') format('woff2'),
      url('../ASSETS/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamUltra';
  src: url('../ASSETS/Gotham-Ultra.woff2') format('woff2'),
      url('../ASSETS/Gotham-Ultra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamHTF';
  src: url('../ASSETS/GothamHTF-Medium.woff2') format('woff2'),
      url('../ASSETS/GothamHTF-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamHTF-Ultra';
  src: url('../ASSETS/GothamHTF-Ultra.woff2') format('woff2'),
      url('../ASSETS/GothamHTF-Ultra.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamHTF-Black';
  src: url('../ASSETS/GothamHTF-Black.woff2') format('woff2'),
      url('../ASSETS/GothamHTF-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MyriadPro';
  src: url('../ASSETS/MyriadPro-Regular.woff2') format('woff2'),
      url('../ASSETS/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Handkick';
  src: url('../ASSETS/Handkick-Regular.woff2') format('woff2'),
      url('../ASSETS/Handkick-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamHTF-Book';
  src: url('../ASSETS/GothamHTF-Book.woff2') format('woff2'),
      url('../ASSETS/GothamHTF-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* FIN GoldCoast FontFace */
/* <span class="strong underline"></span> */
/* <span class="strong"></span> */
/* <span class="strong">1.&nbsp; </span> */
/* &nbsp; */
/* 
<br>
<br> 
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.strong {
  font-family: 'GothamBold';
  font-weight: 500;
  line-height: 14px;
}
.underline {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
html, body {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body{
  height: calc(100vh - 250px);
  background-color: #FFF;
  font-family: 'GothamHTF';
  overflow-y: hidden;
  padding-bottom: 0px;
}
.bodyPMT{
  width:100vw !important;
  height: 100vh !important;
  background-color: #FFF;
  font-family: 'GothamHTF';
  overflow-y: hidden;
  padding-bottom: 0px;
}
.containerLandscape {
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: #FFF;
  position: absolute;
  z-index: 1000;
}
.containerLandscape .landscapeMsn {
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  padding: 15px;
}
.containerLandscape .landscapeMsn img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.containerLandscape .landscapeMsn h1 {
  width: fit-content;
  height: fit-content;
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #E30A1C;
  margin: 0 auto;
  text-align: center;
}
.container.oculto{
  opacity: 0;
  pointer-events: none;
}
.containerCabecera {
  /*  background-image: url("../IMG/SVG/banner_encabezado_1024.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  /background-size: cover;  */
  width: 100%;
  /* height: 96px;   */
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
}
.containerCabeceraPMT {
  /*  background-image: url("../IMG/SVG/banner_encabezado_1024.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  /background-size: cover;  */
  width: 100% !important;
  height: 96px !important;   
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 5vh;
}

.containerCabecera img{
  aspect-ratio: auto;
  width: 100%;

}
.containerCabeceraPMT img{
  aspect-ratio: auto;
  width: 100%;
  

}
.containerCabeceraFull{
  /*  background-image: url("../IMG/SVG/banner_encabezado_1024.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  /background-size: cover;  */
  width: 100%;
  /* height: 96px;   */
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
}
.containerCabeceraFullPMT{
  /*  background-image: url("../IMG/SVG/banner_encabezado_1024.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  /background-size: cover;  */
  width: 100%;
  /* height: 96px;   */
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
}

.containerCabeceraFull img{
  width: 100%;
}

.container{
  max-width: 414px;
  width: 100%;
  /* height: calc(100vh - 100px); */
  height: 50vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 1;
  transition: opacity 0.5s ease;
  margin: 0 auto;
  /* border: 2px solid black; */
}
.containerPMT{
  max-width: 414px;
  width: 100%;
  /* height: calc(100vh - 100px); */
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 1;
  transition: opacity 0.5s ease;
  margin: 0 auto;
  /* border: 2px solid black; */
}
.containerPhase3 {
  height: 35vh;
}
.containerPhase5 {
  height: 45vh;
}
.containerPhase6 .normalFont {
  text-align: center;
  font-size: 26px;
  font-family: 'GothamHTF-Ultra';
  font-weight: 500;
  letter-spacing: 0px;
   
}


.containerPhase6 .containerPhase6Foto {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content:flex-start ;
  align-items: center;
}

.normalFont {
  text-align: center;
  font-size: 32px;
  font-family: 'GothamHTF-Ultra';
  font-weight: 900;
  letter-spacing: 0px;
  color: #000;
}
.thinFont {
  text-align: center;
  font-size: 15px;
  font-family: 'GothamHTF-Book';
  font-weight: 300;
  letter-spacing: 0px;
  color: #000;
}
/*Phase01*/
.phase1-Sub {
  width: 100%;
  color: #000;
}
.phase1-SubRed {
  color: #E30A1C;
}
.phase1-Txt{
  width: 252px;
  color: #000;
  margin-top:20px;
}
/*Phase02*/

/*Phase03*/

/*Phase04*/

/*Phase05*/

/*Phase06*/

.containerButton{
  width: 100%;
  height: fit-content;
  position: fixed;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 7vh;
}
.containerButtonPhase6 {
  width: 100%;
  height: fit-content;
  position: fixed;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.txtVolver {
  font-family: 'GothamHTF-Black';
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 10px;
}

.containerDate{
  width: 100%;
  position: fixed;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
  font-family: 'GothamHTF-Book';
  font-weight: 300;
  letter-spacing: 0px;
  color: #000;
  /* margin-bottom: 15vh;*/

  bottom: 3vh;
}
.containerDate p {

  text-align: center;
  font-size: 11px;
  font-family: 'GothamHTF-Book';
  font-weight: 300;
  letter-spacing: 0px;
  color: #000;
}

.fontDate{
  display: block;
  text-align: left;
  font-size: 11px;
  font-family: 'GothamHTF-Book';
  font-weight: 300;
  letter-spacing: 0px;
  color: #000;
  /* overflow: scroll; */
}

.fontLoserBold{
  text-align: center;
  font-size: 30px;
  font-family: 'GothamBold';
  font-weight: 900;
  letter-spacing: 0px;
  color: #000;
}

.fontLoserThin{
  text-align: center;
  font-size: 25px;
  font-family: 'GothamHTF-Book';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
}

.fontWinnerThin{
  text-align: center;
  font-size: 35px;
  font-family: 'GothamHTF-Book';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
}

.fontWinnerBold{
  text-align: center;
  font-size: 40px;
  font-family: 'GothamBold';
  font-weight: 500;
  letter-spacing: 0px;
  color: #0000;
}

.fontWinnerParrafThin{
  text-align: center;
  font-size: 12px;
  font-family: 'GothamHTF-Book';
  font-weight: 300;
  letter-spacing: 0px;
  color: #000;
}

.fontWinnerParrafBold{
  text-align: center;
  font-size: 15px;
  font-family: 'GothamBold';
  font-weight: 800;
  letter-spacing: 0px;
  color: #000;
}

.fontErrorThin{
  margin-top: 20px;
  width: 240px;
  text-align: center;
  font-size: 20px;
  font-family: 'GothamHTF-Book';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
}

.fontErrorBold{
  margin-top: 20px;
  width: 240px;
  text-align: center;
  font-size: 20px;
  font-family: 'Gotham';
  font-weight: 900;
  letter-spacing: 0px;
  color: #000;
}

.containerCounter{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 3vh;
}

.containerTitle{
  display: block;
  margin-bottom: 5vh;
}
.firstTitle{
  width: 100%;
  height: fit-content;
  display: block;
}
.firstTitle img {
  width: fit-content;
  height: fit-content;
  display: block;
  margin: 0 auto;
}
.firstTitle p {
  width: 100%;
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  vertical-align: text-bottom;
  font-weight: 200;
  font-family: Handkick;
  color: #E30A1C;
  border: 1px solid lightblue;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.containerPhase{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.containerPhase6 {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start ;
  align-items: center;
}
.containerPhase7 {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start ;
  align-items: center;
}
.contentScroll {
  width: 345px;
  height: 280px;
  overflow: scroll;
}
.contentScrollTxt1 {
  width: 345px;
  height: fit-content;
  color:#000;
  margin-top: 20px;
  text-align: left;
}
.contentScrollTxt2 {
  width: 345px;
  height: fit-content;
  color:#000;
  margin-top: 10px;
  text-align: center;
}

.contContinuarVolver {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.containerButton a.volverFoto {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  font-family: 'GothamHTF-Black';
  font-size: 16px;
  font-weight: 500;
  color:#000;
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 2vh;
  text-transform: uppercase;
}
.disableBtn{
  opacity: 0.5;
  pointer-events: none;
}
.containerImgCamara {
  width: 246px;
  height: 246px;
  background-color:#D8D8D8;
  border:1px solid #979797;
}


/*Camera properties*/

.capture{
  margin-top: 0px;
  width: 85%;
  max-height: 275px;
  object-fit: cover;
}

video{
  width: 85%;
  max-height: 275px;
  object-fit: cover;
  background:rgba(139, 0, 0, 0.189) ;
}

canvas{
  width: 85%;
  max-height: 275px;
  object-fit: cover;
  display: none;
}

.containerButton button{
  width: 246px;
  height: 54px;
  font-size: 32px;
  font-family: 'GothamHTF-Black';
  font-weight: 900;
  line-height: 0px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 25px;
  border:0px !important;
  background-color: #E30A1C;
  color: #FFF;
  cursor: pointer;
  padding: 0px 20px;
}
.containerButton button.CamaraBtn{
  width: 72px;
  height: 72px;
  background-color: transparent;
  border-radius: 0px;
  padding: 0px 0px;
  cursor: pointer;
}


.divImg{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.contCheckBox {
  width: 80%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.divPhase{
  margin-bottom:28px ;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  width:fit-content;
  /* margin-left: 39px; */
  justify-content: center;
  align-items: flex-end;
}

.containerPhase4 .divPhase{
  margin-bottom:0px ;
  align-items: flex-start;
}
.containerPhase4 .containerPhase {
  height: fit-content !important;
}
.contCheckBox .divPhase {
  width: 100%;
  margin-bottom:20px ;
  display: flex;
  flex-direction: row;
  justify-content: left;

}

.containerPhase h3{
  margin-left:10px ;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: 'GothamHTF';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
}

.containerTitle h4{
  text-align: center;
  font-size: 30px;
  font-family: 'GothamHTF';
  font-weight: 900;
  letter-spacing: 0px;
  color: #000;
}

.consentTitle{
  text-align: center;
  font-size: 12px;
  font-family: 'GothamBold';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
}
.containerTitle h5{
  text-align: center;
  font-size: 14px;
  font-family: 'GothamBold';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
}
.contest{
  text-align: center;
  font-size: 22px;
  font-family: 'GothamHTF';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
}
.contestRedBold{
  text-align: center;
  font-size: 20px;
  font-family: 'GothamHTF-Black';
  font-weight: 500;
  letter-spacing: 0px;
  color: #E30B1C;
  text-transform: uppercase;
}
.contestBlackBold{
  text-align: center;
  font-size: 20px;
  font-family: 'GothamHTF-Black';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
}

.backCounter{
  /* background-image: url(../IMG/contador.png);
  background-repeat: no-repeat;
  background-size: 201px;*/
  width: 242px;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  /*margin-left: 15px;
    margin-top: 34px; */
}

.frontCounter{
  /* background-image: url(../IMG/brillo_reloj.png);
  background-repeat: no-repeat; */
  background-size: 201px;
  width: 201px;
  position: relative;
  height: 130px;
}

.counter{
  top: 23px;
  width: 100%;
  /* margin-left: 23px; */
  display: flex;
  justify-content: center;
  font-family: 'GothamHTF-Ultra';
  font-size: 60px;
  border: 3px solid #E30B1C;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.counterSeparator {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-left: 5px;
  margin-right: 5px;
}
.minutes{
  display:flex;
  width: 87px;
  /* justify-content: space-between; */
}
.minutes,
.seconds{
  /* margin-left: 23px; */
  display: flex;
  justify-content: center;
  gap:6px;
  width: 87px;
  /* justify-content: space-between; */
}
.minutes div,
.seconds div{
  width: 37.8px;
}
.minutes .tick {
  text-align: right;
}
.seconds .tick {
  text-align: left;
}


.contWinnerLooser {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.bodyWinnerLooser {
  height: calc(100vh - 0px);
}
.bodyWinnerLooser .container {
  height: 50vh;
}
.bodyWinnerLooser .contWinnerLooser {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imageOhhhh{
  width: auto;
  height: 95px;
  margin: 0 auto;
  margin-bottom: 3vh;
}
.imageGenial{
  width: auto;
  height: 95px;
  margin: 0 auto;
  margin-bottom: 3vh;
}
.imageVamos{
  width: auto;
  height: 140px;
  margin: 0 auto;
}

.timeOutTxt {
  width: 290px;
  font-family: 'GothamHTF-Ultra';
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.timeOutTxt2 {
  width: 290px;
  font-family: 'GothamHTF-Ultra';
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.genialTxt {
  width: 290px;
  font-family: 'GothamHTF-Ultra';
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.genialTxt2 {
  width: 290px;
  font-family: 'GothamHTF-Ultra';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.genialSubTxt {
  max-width: 330px;
  font-family: 'GothamHTF';
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}


.loserTitle{
  text-align: center;
  font-size: 45px;
  font-family: 'Gotham';
  font-weight: 900;
  letter-spacing: 0px;
  color: #000;
}

.imgOkFont{
  text-align: center;
  font-size: 40px;
  font-family: 'Gotham';
  font-weight: 900;
  letter-spacing: 2.3px;
  color: #000;
  opacity: 1;
}

.fontLittleBold{
  text-align: center;
  font-size: 12px;
  font-family: 'GothamBold';
  font-weight: 500;
  letter-spacing: 0px;
  color: #000;
}



.sorryFont{
  text-align: center;
  font-size: 35px;
  font-family: 'GothamBold';
  font-weight: 900;
  letter-spacing: 0px;
  color: #000;
}

.sorrythinFont{
  text-align: center;
  font-size: 20px;
  font-family: 'GothamHTF-Book';
  font-weight: 300;
  letter-spacing: 0px;
  color: #000;
}

/* .titleStart{
    width: 70%;
    height: fit-content;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 900;
    font-size: 329px;
    letter-spacing: 72.42px;
    line-height: 340px;
    color: #FFFFFF;
} */

.startImg{
  width: 237px;
  height: 183px;
}

.parrafStart{
  width: 70%;
  text-align: left;
  font-weight: 500;
  font-size: 120px;
  letter-spacing: 72.42px;
  line-height: 20px;
  color: #000;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 0px;
  border: 3px solid #E30A1C;
  box-shadow: 8px 18px 62px #23154F4A;
  position: relative;
}

/* input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 2px solid #ffffffb7;
} */

/* Establecer el estilo del símbolo de verificación */
input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #E30A1C;
}


.containerTel {
  width: 230px;
  height: 42px;
  display: flex;
  position: relative;
  align-items: center;
  align-items: flex-start;
  border-radius: 10px;
  border: 3px solid #E30B1C;
  background-color: #FFF;
  text-align: center;
  /* box-shadow: 8px 18px 62px #23154F4A;
  font-family: 'GothamHTF';
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000;*/

}
.containerTel p {
  height: 35px;
  font-family: 'GothamBold';
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  color: #000;
  margin-left: 10px;
  margin-top: 1px;
}
.isAndroid{
  display: flex;
  align-items: baseline;
}

input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 65%;
  height: 35px;
  border: transparent;
  position: relative;
  /* background: #000; */
  background-color: transparent;
  text-align: left;
  font-family: 'GothamBold';
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #000;
  margin-left: 4px;
  margin-top: 1px;
}


input[type="text"]:focus {
  outline: none;
}

.containerBtnImg{
  width: auto;
  height: 48px;
  border-radius: 66px;
  border: 4px solid #e3e3e3;
  box-shadow: 8px 18px 62px #23154F4A;
  position: relative;
  background: #BA2C2C;
  text-align: center;
  font-family: 'Gotham';
  font-weight: 900;
  font-size: 25px;
  letter-spacing: 0px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.containerBtnImg p{
  margin-right: -4px;
}

.divImg img{
  margin-bottom: 30px;
}
.fotoTicketTxt {
  font-family: 'GothamHTF';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.imageCamara {
  width: 72px;
  height: 56px;
  margin-bottom: 30px;
}
.imageTicket {
  width: 246px;
  height: 154px;
  margin-bottom: 0px !important;
}

.inputImg {
  display: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
 
/*IPHONE PRO 12/13/14/15 PRO Y MINI */
@media screen and (max-height: 850px) and (orientation: portrait) {

}
/*IPHONE PRO 12/13/14/15 PRO Y MINI */
@media screen and (max-height: 700px) and (orientation: portrait) {
  .containerPMT {
    
    width: 100%;
    /* height: calc(100vh - 100px); */
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 1;
    transition: opacity 0.5s ease;
    margin: 0 auto;
    /* border: 2px solid black; */
  }
  .containerCabeceraFullPMT {
    display: flock;
  }
  .containerCabeceraFullPMT img{
  aspect-ratio: auto;
  width: 100%;
  }

  .containerTitle {
      display: block;
      margin-bottom: 3vh;
  }

  .containerCounter {
    margin-bottom: 3vh;
  }
  .backCounter{
    width: fit-content;
  }
  .counter {
    width: 100%;
    font-size: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .minutes, .seconds {
    width: fit-content;
    gap: 3px;
  }
  .minutes div, .seconds div {
    width: 26px;
  }

  .firstTitle img {
    max-width: 200px;
    height: 105px;
  }
  .normalFont {
    font-size: 28px;
  }
  .thinFont {
    font-size: 15px;
  }
  .container {
    height: 60vh;
  }
  .containerPhase3 {
    height: 40vh;
  }
  .containerPhase5 {
    height: 50vh;
  }
  .containerPhase6 .normalFont {
    font-size: 24px;
  }
  .contentScroll {
    width: 320px;
    height: 220px;
    overflow: scroll;
  }
  .contentScrollTxt1 {
    width: 320px;
    height: fit-content;
    color:#000;
    margin-top: 20px;
    text-align: left;
  }
  .contentScrollTxt2 {
    width: 320px;
    height: fit-content;
    color:#000;
    margin-top: 10px;
    text-align: center;
  }

  .contCheckBox .divPhase {
    margin-bottom: 15px;
  }
  .containerPhase h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .fotoTicketTxt {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .imageCamara {
    width: 62px;
    height: 46px;
    margin-bottom: 20px;
  }
  .imageTicket {
    width: 226px;
    height: 134px;
    margin-bottom: 0px !important;
  }
  .containerButton button {
    width: 246px;
    height: 54px;
    padding: 0px 5px;
    font-size: 32px;
  }

  .containerImgCamara {
    width: 200px;
    height: 200px;
    background-color: #D8D8D8;
    border: 1px solid #979797;
  }
  .containerButton button.CamaraBtn {
    width: 55px;
    height: 55px;

  }
  .containerButton button.CamaraBtn img{
    width: 55px;
    height: 55px;

  }
    /*Camera properties*/

.capture{
  margin-top: 0px;
  width: 75%;
  max-height: 230px;
  object-fit: cover;
}

video{
  width: 75%;
  max-height: 230px;
  object-fit: cover;
  background:rgba(139, 0, 0, 0.189) ;
}

canvas{
  width: 75%;
  max-height: 230px;
  object-fit: cover;
  display: none;
}
.genialTxt {
  width: 290px;
  font-size: 22px;
  line-height: 26px;
}
.genialTxt2 {
  width: 290px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.genialSubTxt {
  max-width: 90%;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
.timeOutTxt {
  width: 290px;
  font-size: 26px;
  line-height: 30px;
}
.timeOutTxt2 {
  width: 290px;
  font-size: 20px;
  line-height: 22px;
}
}
@media screen and (max-height: 600px) and (orientation: portrait) {
  
  .containerCabecera {
    display: none;
  }
  .containerCabeceraFull {
    display: block;
  }
  

  .containerCabeceraFull img{
  aspect-ratio: auto;
  width: 100%;
  }
  .counter {
    width: 100%;
    font-size: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .minutes, .seconds {
    width: fit-content;
  }
  .minutes div, .seconds div {
    width: 23px;
  }
  .firstTitle img {
    max-width: 150px;
    height: 85px;
  }
  .contentScroll {
    width: 300px;
    height: 175px;
    overflow: scroll;
  }
  .contentScrollTxt1 {
    width: 320px;
    height: fit-content;
    color:#000;
    margin-top: 10px;
    text-align: left;
  }
  .contentScrollTxt2 {
    width: 320px;
    height: fit-content;
    color:#000;
    margin-top: 5px;
    text-align: center;
  }
  .containerButton button {
    width: 210px;
    height: 40px;
    padding: 0px 10px;
    font-size: 26px;
  }
  .normalFont {
    font-size: 24px;
  }
  .thinFont {
    font-size: 13px;
  }
  .contCheckBox .divPhase {
    margin-bottom: 15px;
  }
  .containerPhase h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .containerDate p {
    font-size: 10px;
  }
  .imageCamara {
    width: 52px;
    height: 36px;
    margin-bottom: 20px !important;
  }
  .fotoTicketTxt {
    font-family: 'GothamHTF';
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
  }
  .imageTicket {
    width: 190px;
    height: 100px;
    margin-bottom: 10px;
  }

  .containerPhase6 .normalFont {
    font-size: 22px;
  }
  /*Camera properties*/

.capture{
  margin-top: 0px;
  width: 75%;
  max-height: 200px;
  object-fit: cover;
}

video{
  width: 75%;
  max-height: 200px;
  object-fit: cover;
  background:rgba(139, 0, 0, 0.189) ;
}

canvas{
  width: 75%;
  max-height: 200px;
  object-fit: cover;
  display: none;
}

}
@media screen and (max-width: 375px) and (orientation: portrait) {

   /*Camera properties*/
  .capture{
    margin-top: 0px;
    width: 70%;
    max-height: 180px;
    object-fit: cover;
  }

  video{
    width: 70%;
    max-height: 180px;
    object-fit: cover;
    background:rgba(139, 0, 0, 0.189) ;
  }

  canvas{
    width: 70%;
    max-height: 180px;
    object-fit: cover;
    display: none;
  }

  /*PREMIOS*/
  .imageOhhhh{
    height: 80px;
  }
  .imageGenial {
    height: 60px;
  }
  .genialTxt {
    width: 290px;
    font-size: 22px;
    line-height: 26px;
  }
  .genialTxt2 {
    width: 290px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .genialSubTxt {
    max-width: 90%;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .timeOutTxt {
    width: 290px;
    font-size: 26px;
    line-height: 30px;
  }
  .timeOutTxt2 {
    width: 290px;
    font-size: 20px;
    line-height: 22px;
  }
  .containerButton button {
    width: 190px;
    height: 35px;
    padding: 0px 10px;
    font-size: 22px;
  }
  .txtVolver {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 415px) {
  .containerPMT {
    width: 100%;
    max-width: none;
    /* height: calc(100vh - 100px); */
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 1;
    transition: opacity 0.5s ease;
    margin: 0 auto;
    /* border: 2px solid black; */
}
.containerCabeceraFullPMT {
  width: 100vw;
  height: auto;
  display: flex;
  /* width: 100%;
  height: auto;
  margin: 0 auto; */
  margin-top: 0px;
}
.containerCabeceraFull {
  width: 100%;
  /* height: 96px; */
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
}
.containerCabeceraPMT {
  /* width: 100% !important; */
  /* height: 96px !important; */
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 15vh;
}
.containerCabeceraFullPMT img {
  width: 100%;
}
}
@media screen and (min-width: 430px) and (orientation: landscape) {
  #containerButton,
  #containerDate {
      position: relative;
  }
}
