.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;
  }
}

.body {
  background-color: #00586f;
}

.mainsection {
  background-image: url('../images/fondo.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.contenedorprincipal {
  width: 100%;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.tituloconstruccion {
  color: #af0268;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 55px;
}

.textcontainer {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  max-width: 940px;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
}

.sepvertical20px {
  height: 40px;
}

.sephorizontal20px {
  background-image: url('../images/lineaPunteada.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block {
  width: 100%;
  height: 0;
}

.image {
  object-fit: fill;
}

.container {
  width: 50%;
}

.adornoalto {
  background-image: url('../images/adorno.svg');
  background-position: 50%;
  background-size: cover;
  width: 33%;
  min-height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.adornobajo {
  background-image: url('../images/adorno.svg');
  background-position: 50%;
  background-size: cover;
  width: 33%;
  height: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .mainsection {
    background-image: url('../images/fondoVertical2.svg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contenedorprincipal {
    flex-flow: column;
  }

  .tituloconstruccion {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 55px;
    line-height: 60px;
  }

  .textcontainer {
    flex-flow: column;
    order: 9999;
    width: 75%;
  }

  .text-block {
    text-align: center;
  }

  .sepvertical20px {
    height: 20px;
  }

  .sephorizontal20px {
    background-image: url('../images/lineaPunteadaHorizontal.svg');
    background-size: contain;
    width: 75%;
    height: 20px;
    margin: 20px auto;
  }

  .container {
    order: -9999;
    width: 75%;
  }

  .adornoalto {
    display: none;
    inset: 0% 0% auto auto;
  }

  .adornobajo {
    display: none;
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .contenedorprincipal {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tituloconstruccion {
    font-size: 35px;
    line-height: 40px;
  }

  .textcontainer, .container {
    width: 90%;
  }
}


