:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 34px;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

strong {
  color: #c2d500;
  font-weight: 700;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 50%;
}

.heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #1c858f, #24b7c4);
  -webkit-background-clip: text;
  background-clip: text;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-items: stretch;
}

.main {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/fondo-web.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: auto;
}

.container-grid {
  padding: 100px 60px;
}

.footer {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-legal {
  font-size: 16px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1c858f;
  border-radius: 11px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  body {
    background-image: linear-gradient(#0000003d, #000 53%, #0000003d);
  }

  .grid {
    width: 100%;
  }

  .main {
    background-image: linear-gradient(0deg, #000, #fff0), linear-gradient(#0000003d, #00000042 50%, #0000003d), url('../images/fondo-web.png');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, cover;
  }

  .footer {
    flex-flow: column;
  }

  .text-legal {
    margin: 10px auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 30px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }

  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  p {
    line-height: 30px;
  }

  .main {
    background-image: linear-gradient(0deg, #000, #fff0), linear-gradient(#0000003d, #00000080 50%, #0000), url('../images/fondo-web.png');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, cover;
  }

  .container-grid {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-legal {
    font-size: 14px;
  }

  .button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

#w-node-b32ef87b-eaae-a88b-d0ae-4e3392ab98f1-20155f2b {
  justify-self: start;
}

#w-node-_2968d974-0f5a-4289-8a43-68e9b18ebab3-20155f2b {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-b32ef87b-eaae-a88b-d0ae-4e3392ab98f1-20155f2b, #w-node-_2968d974-0f5a-4289-8a43-68e9b18ebab3-20155f2b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


