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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: #3c5362;
  background-image: url('../images/Diseño-sin-título-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 1450px;
}

.heading {
  color: #deb092;
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  font-size: 38px;
  font-weight: 600;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  color: #deb092;
}

.text-block-2 {
  color: #fff;
  font-weight: 500;
}

.text-span {
  font-weight: 400;
}

.image2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: none;
  overflow: visible;
}

@media screen and (max-width: 479px) {
  .section {
    background-image: none;
    background-size: auto;
    height: 3060px;
  }

  .heading {
    font-size: 35px;
  }

  .text-block {
    font-size: 18px;
  }

  .heading-2 {
    padding-left: 0;
  }

  .text-block-2 {
    text-align: left;
  }

  .container, .container-2, .container-3, .container-4, .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image2 {
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    display: block;
    overflow: visible;
  }
}
