@font-face {
  font-family: "BigNoodleTitling Regular";
  src: url("../fonts/nexa-bold/Nexa Bold.eot");
  src: local("☺"), url("../fonts/nexa-bold/Nexa Bold.woff") format("woff"),
    url("../fonts/nexa-bold/Nexa Bold.ttf") format("truetype"),
    url("../fonts/nexa-bold/Nexa Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed Light";
  src: url("../fonts/nexa-light/Nexa Light.eot");
  src: local("☺"), url("../fonts/nexa-light/Nexa Light.woff") format("woff"),
    url("../fonts/nexa-light/Nexa Light.ttf") format("truetype"),
    url("../fonts/nexa-light/Nexa Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BigNoodleTitling Regular";
  src: url("../fonts/big_noodle_titling.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/roboto/Roboto-Thin.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Condensed Light";
  src: url("../fonts/roboto/RobotoCondensed-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background: url("../img/fondos/Fondos_1_Pasmo.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #0e1623;
  min-height: 100vh;
}

.fondo {
  width: 50%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

.informaciontxt {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  bottom: 20px;
}

.personaje {
  width: 100%;
  height: auto;
}

.img-personaje {
  width: auto;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 20%;
}

.bienvenido {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.img-bienvenido {
  padding-top: 40%;
  width: 100%;
  margin: 0 auto;
}

.informacion {
  width: 100%;
  height: auto;
}

.txt-anterior {
  text-align: center;
  color: #fff;
  font-family: "BigNoodleTitling Regular";
  font-size: 35px;
  letter-spacing: 2px;
  width: 50%;
  display: block;
  margin: 0 auto 10px auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.botones {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.img-si,
.img-no {
  font-family: "BigNoodleTitling Regular";
  font-size: 24px;
  letter-spacing: 2px;
  border: 1px solid #3c4b5e;
  background-color: #0a121f;
  color: #fff;
  width: 207px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.img-si:hover,
.img-no:hover {
  background-color: #3c4b5e;
}

.img-si {
  margin-right: 10px;
}

.botones img {
  cursor: pointer;
}

.salir img {
  cursor: pointer;
}

.salir {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.img-salir {
  margin-top: 5px;
  width: 424px;
  font-family: "BigNoodleTitling Regular";
  font-size: 24px;
  letter-spacing: 2px;
  border: 1px solid #3c4b5e;
  background-color: #0a121f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.img-salir:hover {
  background-color: #3c4b5e;
}

@media screen and (min-width: 501px) and (max-width: 1025px) {
  .container {
    width: 100% !important;
  }
  .fondo {
    background-size: 100%;
    width: 100%;
    background-color: #0d2091;
  }

  .img-personaje {
    width: 75%;
    left: 14%;
    margin-top: 7%;
  }

  .img-bienvenido {
    width: 100%;
  }

  .txt-anterior {
    margin-top: 10%;
    font-size: 14pt;
  }

  .botones {
    flex-direction: column;
    align-items: center;
  }

  .img-no {
    content: url(../img/bienvenida/btn-no-m.png);
    margin-left: -4%;
    margin-top: 6%;
  }

  .img-no:hover {
    content: url(../img/bienvenida/btn-no-hover-m.png);
  }

  .img-salir {
    margin-top: 12%;
  }
  .txt-anterior {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
  }
}
@media screen and (max-width: 500px) {
  .container {
    background-size: 140%;
    background-position: top;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .fondo {
    background-size: 100%;
    width: 100%;
    background-color: #0d2091;
  }

  .img-personaje {
    width: 75%;
    left: 14%;
    margin-top: 7%;
  }

  .img-bienvenido {
    width: 100%;
  }

  .txt-anterior {
    margin-top: 0%;
    font-size: 14pt;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    width: 80%;
  }

  .botones {
    flex-direction: column;
    align-items: center;
  }

  .img-no {
    content: url(../img/bienvenida/btn-no-m.png);
    margin-left: -4%;
    margin-top: 6%;
  }

  .img-si:hover {
  }

  .img-no:hover {
    content: url(../img/bienvenida/btn-no-hover-m.png);
  }

  .salir {
  }

  .img-salir {
    margin-top: 20%;
  }
}
