@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
body {
  width: 100%;
  height: 100vh;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(img/fondo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #25d366;
}

section#formulario {
  width: 100%;
  height: auto;
}

section#formulario .cont-general {
  width: 60%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* offset-x | offset-y | blur-radius | color */
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

section#formulario .cont-general .cont-izq {
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px 0px 0px 20px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#formulario .cont-general .cont-izq .cont-gralizq {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#formulario .cont-general .cont-izq .cont-gralizq .cont-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#formulario .cont-general .cont-izq .cont-gralizq .cont-top img {
  width: 70%;
  height: auto;
}

section#formulario .cont-general .cont-izq .cont-gralizq .cont-center {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: auto;
}

section#formulario .cont-general .cont-izq .cont-gralizq .cont-center img {
  width: 100%;
  height: auto;
}

section#formulario .cont-general .cont-izq h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #2E333F;
  margin: 0px;
  font-weight: normal;
  text-align: center;
}

section#formulario .cont-general .cont-izq h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #2E333F;
  margin: 10px 0px;
  font-weight: normal;
  text-align: center;
}

section#formulario .cont-general .cont-der {
  width: 50%;
  height: 100%;
  background-color: #2e333f;
  border-radius: 0px 20px 20px 0px;
  padding: 30px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1366px) {
  section#formulario .cont-general {
    height: 75vh;
  }
  section#formulario .cont-general .cont-izq .cont-gralizq .cont-top img {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  section#formulario .cont-general {
    width: 90%;
    height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  section#formulario .cont-general .cont-izq {
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
  }
  section#formulario .cont-general .cont-izq .cont-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#formulario .cont-general .cont-izq .cont-center {
    width: 70%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#formulario .cont-general .cont-izq .cont-center picture .cont-img {
    width: 100%;
    height: auto;
  }
  section#formulario .cont-general .cont-izq h2 {
    font-size: 18px;
    margin: 0px;
  }
  section#formulario .cont-general .cont-der {
    width: 100%;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
  }
  section#formulario .cont-general .cont-der h1 {
    margin: 5px 0px;
  }
}
/*# sourceMappingURL=style.css.map */