* {
  margin: 0;
  padding: 0;
  font-family: 'Anton', sans-serif;
}

body {
  font-family: 'Anton', sans-serif;
  height: 100vh;
  width: 100vw;
  background-image: url('../img/fondo 2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #03598b;
}

.header {
  text-align: left;
  padding-left: 100px;
}

.logo {
  padding-top: 30px;
}

h1 {
  color: #fff;
  padding: 30px 0;
  margin-left: -10px;
}

#confetti-canvas {
  position: fixed;
  top: 0;
  left: 0;
}

.lateral {
  background: #f0f1e3;
  height: 100vh;
  width: 50vw;
  position: fixed;
  z-index: 101;
  font-size: 72px;
  text-align: center;
  left: -50vw;
}

.lateral p {
  font-size: 64px;
}

.slideIn {
  animation: 0.5s slidein ease-in;
  left: 0;
}

.slideOut {
  animation: 0.5s slideout ease-out;
  left: -50vw;
}

@keyframes slidein {
  from {
    left: -50vw;
    /* width: 0%; */
  }

  to {
    left: 0;
    /* width: 50vw; */
  }
}

@keyframes slideout {
  from {
    left: 0;
    /* width: initial; */
  }
  to {
    left: -50vw;
    /* width: 0%; */
  }
}

#canasta {
  width: 250px;
  padding: 20px;
  height: 70px;
  background-color: #ff9300;
  position: absolute;
  right: -160px;
  top: 350px;
  transform: rotate(270deg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5%;
  transition: all 0.5s ease-in;
  letter-spacing: 2px;
  font-weight: light;
  font-size: 32px;
  color: #ffffff;
  box-shadow: none;
  letter-spacing: 3px;
}

.lateral h2 {
  padding: 20px 0;
  font-size: 96px;
  position: relative;
}

.lateral h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  width: 200px;
  height: 10px;
  background-color: #333333;
}

.lateral > p {
  font-size: 48px;
}

.lateral ul {
  padding: 20px 0;
  list-style: none;
}

.lateral ul li {
  padding: 20px 0;
}

.modal,
.modal-cliente {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal {
  z-index: 101;
}

.modal-cliente {
  z-index: 100;
  display: flex;
  overflow-y: auto;
  align-items: flex-start;
}

.modal-cliente > .container {
  margin: 100px 0 300px 0;
}

.container {
  border-radius: 1rem;
  background-color: #ffffff !important;
}

#cliente {
  display: flex;
  flex-direction: column;
  padding: 3rem;
}

.form_group {
  display: flex;
  flex-direction: column;
  font-size: 32px;
  padding: 1rem;
}

.form_label {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.form_control {
  border-radius: 0.5rem;
  outline: 0;
  border: 2px solid rgba(27, 67, 189, 1);
  padding: 25px;
  font-size: 2rem;
  font-family: 'Anton', sans-serif;
  /* font-weight: bold; */
}

.alert {
  font-size: 2rem !important;
}

.esInvalido {
  border: 1px solid red;
}

button {
  z-index: 100;
}

button:disabled {
  filter: grayscale(1);
}

.interno {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.interno > * {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: #333333;
}

.interno > h2 {
  font: size 4rem;
}

.desc {
  font-weight: bold;
  color: #ffc107;
}

#empezar {
  margin-top: 15px;
  margin-bottom: 20px;
  z-index: 99;
  font-family: 'Anton', sans-serif;
}

button {
  padding: 15px;
  outline: 0;
  border: 0;
  font-size: 30px;
  border-radius: 6px;
  cursor: pointer;
  background: #ff9300;
  font-weight: bold;
  box-shadow: 0 4px 16px rgba(27, 67, 189, 1);
  transition: all 0.2s ease;
  letter-spacing: 3px;
  color: #fff;
}

td {
  position: relative;
}

.logo-medio {
  position: absolute;
  width: 170px;
  height: 170px;
  z-index: 100;
  top: 30%;
}

canvas {
  position: absolute;
  top: 3.8%;
  left: 3.15%;
}

td.the_wheel {
  background-image: url(../img/base.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  margin-top: -200px;
}

.titulo {
  width: 800px;
  height: 700px;
  top: 30%;
  left: 44%;
  z-index: 99;
  margin-top: -160px;
}

.indicador {
  position: absolute;
  left: 43.5%;
  width: 120px;
  height: 120px;
  top: 4%;
  z-index: 100;
}

h1,
p {
  margin: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .header {
    height: 30vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo {
    width: 70%;
  }
  .logo > img {
    width: 100%;
  }

  h1 {
    margin-top: 40px;
    font-size: 72px;
  }

  h1 > .desc {
    vertical-align: top;
  }

  .principal {
    font-size: 92px;
    letter-spacing: 10px;
    font-style: italic;
    font-weight: bolder;
  }
  .peq {
    font-size: 56px;
    vertical-align: top;
  }

  button {
    font-size: 72px;
    margin-top: 50px;
    padding: 25px;
  }

  #continuar {
    font-size: 2rem;
  }

  .logo {
    width: 370px;
    height: 150px;
  }

  .interno > * {
    font-size: 5rem;
    color: #ffffff;
    text-shadow: #333333;
  }

  .interno > h2 {
    font: size 6rem;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1920px) {
  .lateral h2 {
    font-size: 68px;
  }
  .lateral p,
  .lateral li {
    font-size: 48px;
  }
  .label p {
    font-size: 32px;
    color: #ffffff;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) {
  .header {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
  }

  h1 {
    margin-left: 20px;
    padding: 30px;
  }
  button {
    font-size: 72px;
    margin-top: 50px;
    padding: 25px;
  }
}
