@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

body{
    font-family: "PT Sans", Helvetica, sans-serif !important;
}

@media (max-width: 700px) {

    ._form-content {
        width: 92% !important;
    }

  .container {
    grid-template-columns:auto !important;
    grid-template-areas:
      "header header header header"
      "main main main main"
      "footer footer footer footer" !important;
  }

  .btn {
    padding: 0px 4px -5px 4px;
    margin: -50px 0px 0px 0px;
}

  .button {
      background: #f54266;
      color: #fff;
      border: none;
      position: relative;
      font-size: 2.0em;
      padding: 0.5em 0.8em;
      cursor: pointer;
      transition: 800ms ease all;
      outline: none;
      border-radius: 7px;
  }

  .botonNext.btnNext {
      text-align: center !important;
      font-size: 23px;
      margin: -20px 64px;
      font-size: 2.4em !important;
  }

  ._form_element {
      margin: 0 0 20px !important;
      padding: 16px 6px !important;
      width: 100%;
  }

}
@media (max-width: 350px) {
    .container {
    grid-template-columns:auto !important;
    grid-template-areas:
      "header header header header"
      "main main main main"
      "footer footer footer footer" !important;
  }
    ._form-content {
        width: 92% !important;
    }

    ._form_element {
      margin: 0 0 20px !important;
      padding: 16px 6px !important;
      width: 100%;
  }
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    "header header header header"
    ". main main ."
    ". main2 main2 ."
    "footer footer footer footer";
}


.box1{
    grid-column:2/3;
}
.item-1 {
  grid-area: header;
  align-self: center;
  justify-self: center;
}
.item-2 {
  grid-area: main;
  align-self: center;
  justify-self: center;

}

.item-3 {
  grid-area: footer;
}
.imagecenter{
    display: grid;

    grid-template-rows: auto auto auto;
    background-color: orange;
}


body > div > div.item.item-2 {
  max-width: 750px;
}

ul {  padding-left:50px;list-style:none; }
li { margin-bottom:10px; }
ul li:before {
    font-family: 'FontAwesome';
    content: '\f061';
    margin:0 5px 0 -30px;
    color: rgb(0, 186, 2);
}

b, strong {
    font-weight: 700;
}


/********** Form - Start ******************/
._field7 label {
    font-size: 30px !important;
}



._field8, ._field9,._field10,
._field11,._field12,._field13,
._field14,._field15,._field16,
._field17,._field20,._field21,
._field22,._field23,._field24,
._field25,._x59474950,._x58174081,
._button-wrapper, ._field26, ._field27,
._field28, ._field29, ._field30,
._field31, ._field32{
    display:none;
}

._form_element *{
  font-size: 28px !important;
}

._form_element  {
    border-left: 4px solid #18a689;
}
._form_element {
    border: 3px solid gray;
    border-left: 4px solid #18a689;
    border-radius: 5px;
    padding: 20px 5px 20px 5px;
    margin-bottom: 30px;
}


/************* Form - End ***************/


.btn3{
  color: rgb(255, 255, 255);
  background-color: #f54266;
  box-shadow: 0 0 25px rgba(0,0,0,0.2), 0 0 15px rgba(0,0,0,0.2), 0 0 3px rgba(0,0,0,0.4);
  border-radius: 134px;
  border: 1px solid rgba(0,0,0,0.13);
  padding: 13px 35px;
  font-size: 18px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  display: inline-block;
  text-align: center !important;
  text-decoration: none !important;
}

button{
  background:#f54266;
  color:#fff;
  border:none;
  position:relative;
  font-size:1.2em;
  padding: 0.5em 0.8em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  border-radius: 7px;
}

button:hover{
  background:#ca3d5a;
  color:#fff;
}


