@import url("https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap");
#frontLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none; }
  #frontLayer #manoRobot {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 972px;
    height: 1041px;
    background-image: url(../imgs/mano-robot.png);
    background-size: 100% 100%;
    margin: auto;
    z-index: 12;
    transform-origin: bottom left;
    transform: rotate(180deg);
    transition: 1s all; }
    #frontLayer #manoRobot.visible {
      transform: rotate(0deg); }
    #frontLayer #manoRobot .contenedorMano {
      position: absolute;
      bottom: 21.5%;
      right: 20.6%;
      width: 43%;
      height: 76.6%;
      border-radius: 40px; }

@media (max-width: 768px) {
  #frontLayer #manoRobot {
    width: 100% !important;
    height: 100% !important;
    transform: rotate(0deg);
    bottom: 0;
    background-image: none;
    display: none; }
    #frontLayer #manoRobot .contenedorMano {
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-radius: 0;
      margin: auto; }
    #frontLayer #manoRobot.visible {
      display: block; } }
/*@import '../libs/fonts/style.css';*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Afacad Flux", sans-serif;
  /*font-family: 'BentonSansBBVA';*/
  /*font-weight: 300;*/ }
  html p, body p {
    font-size: 1.3rem;
    font-weight: 400; }
    html p b, body p b {
      font-weight: 800; }
  html h1, body h1 {
    font-size: 6rem; }

#unity-canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  margin: 0;
  padding: 0; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-image: url(../imgs/fondo.jpg);
  background-size: cover;
  background-position: center;
  /*display: none;*/ }
  #loading .logo {
    max-width: 180px; }

.btn {
  padding: 0.55rem 2rem;
  border-radius: 100px;
  background-color: #865FD9;
  border-color: #865FD9;
  font-size: 1.3rem; }
  .btn:hover, .btn:active {
    background-color: #a588e3;
    border-color: #a588e3; }

section {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 30px);
  height: auto;
  max-height: calc(100% - 30px);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  z-index: 9;
  transition: .5s all; }
  section.hide {
    bottom: -100%; }

.owl-carousel .item {
  text-align: center; }
  .owl-carousel .item input {
    text-align: center;
    font-size: 1.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: none !important;
    border-radius: 100px;
    color: black;
    transition: 0.2s all; }
    .owl-carousel .item input:focus {
      background-color: rgba(255, 255, 255, 0.7); }
  .owl-carousel .item .contenedorFeedbackOk {
    display: none; }

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #865FD9; }

#regalo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-image: url(../imgs/fondo.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  border: none;
  border-radius: 0;
  z-index: 9;
  transition: .5s all;
  overflow-y: auto; }
  #regalo.hide {
    bottom: -100%; }

/*# sourceMappingURL=style.css.map */
