@font-face {
  font-family: "DINCondensed-Regular";
  src: url("/fonts/DINCondensed-Regular.woff") format("woff");
}

body {
  font-family: "DINCondensed-Regular";
  margin: unset;
  background: black;
  color: white;

  text-transform: uppercase;
}

header {
  background: #d81921;
  height: 5em;
}

.main-content section {
  width: 90%;
  margin: auto;
  margin-bottom: 5rem;
}

.logo {
  background-image: url(/source/logoSP.png);
  width: 12em;
  height: 5em;
  margin: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide {
  width: 100%;
  margin: auto;
  background-image: url(/source/web.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30vw;
}

#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 30vw;
}

.slide {
  display: none;
  position: absolute;
}

.slide.crown {
  background-image: url(/source/web.png);
}

.slide.slots {
  background-image: url(/source/baner_web.jpg);
}

.slide.crown .button {
  margin-top: 3em;
  border: 3px solid white;
  width: 15vw;
  padding: 0.5em 1em;
  border-radius: 3rem;
  text-align: center;
  color: white;
}

.slide.crown .button a {
  color: white;
  text-decoration: unset;
  font-size: 1.5rem;
}

.intro-content p {
  font-size: 2.5vw;
  text-transform: uppercase;
  margin: unset;
}

.intro-content {
  width: 50%;
  padding-top: 100px;
  margin-left: 7vw;
}

.logo-sgs {
  width: 50%;
  margin: auto;
  height: 20vw;
  background-image: url(/source/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3rem;
}

.body-landing h2 {
  text-align: center;
  font-size: 3rem;
}

.col-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

video#myVideo {
  width: 60%;
}
.como-ver {
  text-align: center;
  width: 50%;
}

.col-2 h3 {
  font-size: 2rem;
}

button#playButton {
  display: none;
}

.como-ver p {
  font-size: 1.5rem;
  width: 65%;
  margin: auto;
}

div#more-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10rem;
}

.more-info-content {
  width: 20%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  height: fit-content;
}

.faq-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

div#faq-1,
div#faq-2,
div#faq-3,
div#faq-4,
div#faq-5 {
  width: 50%;
  height: 9rem;
  /* background-size: 100%; */
  /* background-size: cover; */
  background-position: center right;
  background-repeat: no-repeat;
}
p.faq-answer {
  margin: unset;
  font-size: 2.5vw;
  line-break: auto;
}

div#faq-1 {
  background-image: url(/source/1.png);
}
div#faq-2 {
  background-image: url(/source/2.png);
}
div#faq-3 {
  background-image: url(/source/3.png);
}
div#faq-4 {
  background-image: url(/source/4.png);
}
div#faq-5 {
  background-image: url(/source/5.png);
  width: 5%;
}

p.faq-result {
  margin: auto;
  font-size: 1.5vw;
  text-align: center;
  line-break: auto;
  width: 70%;
  margin-top: 1vw;
}

.col-1 {
  margin-top: 5rem;
}

.col-1 .more-info-content {
  width: 100%;
}

.col-1 .faq-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.col-1 p.faq-result {
  text-align: left;
  margin: unset;
  width: 95%;
  margin-left: 1.5rem;
}

section.actions {
  text-align: center;
  width: 40%;
  margin-bottom: 10rem;
}

section.actions {
  text-align: center;
}

.actions h2 {
  font-size: 3rem;
}

.actions p {
  font-size: 1.5rem;
}

.separador1,
.separador2 {
  background: white;
  height: 6.5px;
  margin-top: -0.5vw;
}

.separador2 {
  margin-top: unset;
}

.separador1::before {
  content: "";
  background: radial-gradient(
    closest-side ellipse at 45% center,
    hsl(4deg 20% 90%) 0%,
    hsl(4deg 10% 70% / 50%) 30%,
    transparent 95%
  );
  left: 20%;
  top: -2.3rem;
  filter: blur(5px);
  position: relative;
  width: 10%;
  height: 5em;
  display: block;
}

.separador1::after {
  background: radial-gradient(
    closest-side ellipse at 45% center,
    hsl(0deg 0% 100%) 0%,
    hsl(0deg 0% 100% / 50%) 30%,
    transparent 95%
  );
  left: 70%;
  top: -8.3rem;
  filter: blur(5px);
  position: relative;
  width: 7em;
  height: 7em;
  display: block;
  content: "";
}

.separador2::before {
  content: "";
  background: radial-gradient(
    closest-side ellipse at 45% center,
    hsl(4deg 20% 90%) 0%,
    hsl(4deg 10% 70% / 50%) 30%,
    transparent 95%
  );
  left: 37%;
  top: -2.3rem;
  filter: blur(5px);
  position: relative;
  width: 30%;
  height: 5em;
  display: block;
}

footer {
  background: #1f2225;
  border-top: 1px solid white;
  padding-bottom: 1rem;
}

footer h2 {
  font-weight: unset;
}

.info-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 50%;
  margin: auto;
  font-size: 13px;
  margin-bottom: 1rem;
}

.legal,
.about-us {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.info-footer a {
  color: #cecece;
  text-transform: initial;
  text-decoration: unset;
}

.media-footer {
  border-top: 1px solid #ffffff26;
}

.media-content img {
  width: 25px;
  filter: invert(100%);
}

.media-content {
  width: 100%;
  margin: auto;
  text-align: center;
}

@media (max-width: 600px) {
  header {
    height: 3em;
  }
  .logo {
    height: 3em;
  }
  #slider {
    height: 80vw;
  }
  .intro-content {
    width: 90%;
    margin: auto;
    padding-top: 1rem;
  }
  .slide.crown,
  .slide.slots {
    background-size: cover;
    height: 79vw;
    background-position-x: right;
    background-position-y: bottom;
  }
  .slide.crown {
    background-image: url(/source/mov.jpg);
  }
  .slide.slots {
    background-image: url(/source/baner_mov.jpg);
  }
  .separador1,
  .separador2 {
    height: 3px;
    margin-top: -1vw;
  }
  .separador1::before {
    content: "";
    background: radial-gradient(
      closest-side ellipse at 45% center,
      hsl(4deg 20% 90%) 0%,
      hsl(4deg 10% 70% / 50%) 30%,
      transparent 95%
    );
    left: 10%;
    top: -0.5rem;
    filter: blur(5px);
    position: relative;
    width: 30%;
    height: 1em;
    display: block;
  }
  .separador1::after {
    background: radial-gradient(
      closest-side ellipse at 45% center,
      hsl(0deg 0% 100%) 0%,
      hsl(0deg 0% 100% / 50%) 30%,
      transparent 95%
    );
    left: 85%;
    top: -2rem;
    filter: blur(5px);
    position: relative;
    width: 3em;
    height: 2em;
    display: block;
    content: "";
  }
  .intro-content p {
    font-size: 1.3rem;
  }
  .slide.crown .button a {
    font-size: inherit;
  }
  .col-1 {
    margin-top: 3rem;
  }
  .logo-sgs {
    width: 100%;
    height: 10rem;
  }
  .body-landing h2 {
    font-size: 1.5rem;
  }
  .col-2 {
    display: flex;
    flex-direction: column;
  }
  .col-2 h3 {
    font-size: 1.5rem;
  }
  .como-ver p {
    width: 100%;
    font-size: 1rem;
  }

  video#myVideo {
    width: 90%;
  }
  .como-ver {
    width: 90%;
  }
  div#more-info {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .more-info-content {
    width: 50%;
  }
  p.faq-answer {
    font-size: 1.5rem;
  }
  div#faq-1,
  div#faq-2,
  div#faq-3,
  div#faq-4,
  div#faq-5 {
    height: 6rem;
    background-size: 16vw;
  }
  p.faq-result {
    width: 70%;
    font-size: 1rem;
  }
  div#faq-5 {
    background-image: url(/source/5.png);
    width: 20%;
  }
  .actions h2 {
    font-size: 2rem;
  }
  section.actions {
    width: 90%;
  }
  section.actions {
    width: 90%;
    margin-bottom: 2rem;
  }
  .separador2::before {
    content: "";
    background: radial-gradient(
      closest-side ellipse at 45% center,
      hsl(4deg 20% 90%) 0%,
      hsl(4deg 10% 70% / 50%) 30%,
      transparent 95%
    );
    left: 21%;
    top: -0.4rem;
    filter: blur(5px);
    position: relative;
    width: 65%;
    height: 1em;
    display: block;
    background: -webkit-radial-gradient(
      closest-side,
      ellipse at 45% center,
      hsl(4deg 20% 90%) 0%,
      hsl(4deg 10% 70% / 50%) 30%,
      transparent 90%
    );
    -webkit-filter: blur(5px);
  }
  .info-footer {
    width: 90%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
  /* Estilos para iPad en modo vertical */
  #slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 55vw;
  }
  .slide.crown,
  .slide.slots {
    height: 55vw;
    background-size: 100%;
    background-position: bottom;
  }
  .slide.crown {
    background-image: url(/source/mov.jpg);
  }

  .slide.slots {
    background-image: url(/source/baner_mov.jpg);
  }
  .logo-sgs {
    width: 100%;
    height: 40vw;
  }
  .body-landing h2 {
    font-size: 2.5rem;
  }
  .col-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  video#myVideo {
    width: 100%;
  }
  .como-ver {
    width: 100%;
  }
  .como-ver p {
    width: 85%;
  }
  div#more-info {
    margin-top: 1rem;
  }
  p.faq-result {
    font-size: 1rem;
    margin-top: auto;
  }
  div#faq-1,
  div#faq-2,
  div#faq-3,
  div#faq-4,
  div#faq-5 {
    height: 4rem;
    background-size: contain;
  }
  p.faq-answer {
    margin: unset;
    font-size: 1.3rem;
    line-break: auto;
  }
  .more-info-content {
    width: 22%;
  }
  .col-1 {
    margin-top: 2rem;
  }
  div#faq-5 {
    background-image: url(/source/5.png);
    width: 8%;
  }
  section.actions {
    width: 80%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  /* Estilos para iPad en modo horizontal */
  .intro-content {
    width: 50%;
    padding-top: 40px;
    margin-left: 7vw;
  }
  div#more-info {
    margin-top: 3rem;
  }
  p.faq-result {
    font-size: 1rem;
    margin: auto;
  }
  div#faq-1,
  div#faq-2,
  div#faq-3,
  div#faq-4,
  div#faq-5 {
    height: 5rem;
    background-size: contain;
  }
  section.actions {
    width: 60%;
  }
}
