@font-face {
  font-family: 'Euronics';
  src: url('Euronics-Heavy.woff2') format('woff2'),
      url('Euronics-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euronics';
  src: url('EuronicsRegular.woff2') format('woff2'),
      url('EuronicsRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euronics';
  src: url('Euronics-Black.woff2') format('woff2'),
      url('Euronics-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: 'Euronics';
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
}
* {
  box-sizing: border-box;
}
.form-body {
  background-image: url(../img/form-bg-plants.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #f7f7f7;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

a {
  color: #000;
}

.header {
  display: table;
  text-align: right;
  padding-top: 80px;
  text-decoration: none;
}
.header a {
  text-decoration: none;
}
h1 {
  font-size: 56px;
  color: #1a438a;
  font-weight: 900;
  margin: 0;
  line-height: 1;
  text-decoration: none;
}
.header img {
  width: 206px;
  margin-top: -8px;
}

.row {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
.row-full {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

/* section 1 */
.section-1 {
  width: 100%;
  background-image: url(../img/section-1-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  margin-top: -36px;
}
.section-1 .column-left {
  width: 40%;
  text-align: center;
}
.section-1 .column-right {
  width: 60%;
}
.section-1 .column-right img {
  position: relative;
  width: 100%;
  top: -45px;
}

/* section 2 */
.section-2 {
  width: 100%;
}
.section-2 .column-left {
  width: 50%;
}
.section-2 .column-left img {
  width: 100%;
  text-align: center;
}
.section-2 .column-right {
  width: 50%;
  padding: 40px 0;
}
.section-2 .column-right p {
  font-size: 22px;
  margin-bottom: 100px;
  padding-right: 80px;
}
.blue-button {
  display: flex;
  width: 208px;
  height: 56px;
  font-family: 'Euronics';
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border: none;
  outline: none;
  background: rgb(102,169,217);
  background: linear-gradient(90deg, rgba(102,169,217,1) 0%, rgba(29,69,137,1) 100%);
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  cursor: pointer;
}

/* section 3 */
.section-3 {
  position: relative;
  width: 100%;
  padding: 40px 0 0 0;
}
.section-3:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #ffcc05;
  z-index: -1;
}
.section-3 .row {
  flex-direction: column;
  max-width: 1100px;
}
.section-3 h2 {
  width: 100%;
  font-size: 24px;
  color: #fff;
  padding: 0 12px;
  margin-bottom: 42px;
}
.section-3 .list {
  width: 100%;
  display: flex;
}
.section-3 .list .item {
  width: 33.333333%;
  padding: 0 12px;
}
.section-3 .list .item .item-content {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  padding: 50px 28px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.6);
}
.section-3 .list .item .item-content .number {
  display: inline-block;
  width: 100%;
  font-size: 36px;
  color: #1a438a;
  font-weight: 900;
  margin-bottom: 15px;
}
.section-3 .list .item .item-content .arrow {
  display: inline-block;
  width: 100px;
  height: 32px;
  background-image: url(../img/section-3-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 20px;
}

/* section regulamento */
.section-regulamento {
  padding: 60px 0 100px 0;
}
.section-regulamento .row {
  justify-content: center;
}
.section-regulamento a {
  font-size: 21px;
}

/* section 4 */
.section-4 {
  width: 100%;
}
.section-4 .column-left {
  width: 50%;
}
.section-4 .column-left img {
  width: 100%;
  text-align: center;
}
.section-4 .column-right {
  width: 50%;
  padding-left: 40px;
}
.section-4 .column-right h2 {
  width: 100%;
  font-size: 24px;
  margin-bottom: 30px;
}
.section-4 .column-right p {
  line-height: 1.2;
  margin-bottom: 30px;
  padding-right: 40px;
}
.section-4 .column-right p span {
  display: block;
  font-size: 11px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* footer */
.footer {
  display: flex;
  width: 100%;
  justify-content: end;
  margin: 140px 0 20px 0;
}
.footer a {
  display: block;
  width: 150px;
}


/* section form */
.form-content {
  margin-bottom: 40px;
}
.form-content .row2 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.section-form-without,
.section-form-with {
  display: none;
}
.section-form {
  width: 100%;
  /* background-image: url(../img/form-bg-1.png); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-top: -36px;
}
.section-form.row2 {
  flex-direction: column;
}
.section-form h2 {
  font-size: 64px;
  font-weight: normal;
  line-height: 1.2;
  margin: 200px auto 0 auto;
  padding-right: 80px;
}
.section-form h2.small {
  font-size: 48px;
}
.section-form h2 span {
  font-weight: 900;
}
.section-form .form {
  width: 80%;
  margin: 120px auto 0 auto;
  padding-right: 80px;
}
.section-form .form img {
  width: 100%;
}
.section-form input[type=text],
.section-form input[type=email],
.section-form input[type=number] {
  width: 100%;
  height: 100px;
  font-family: 'Euronics';
  font-size: 30px;
  border: 1px solid #dddddd;
  background-color: rgb(255 255 255 / 90%);
  padding: 0 50px;
  margin: 0 0 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: textfield;
}
.section-form input[type=submit] {
  width: 270px;
  height: 70px;
  float: right;
  margin-top: 20px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.section-form .half {
  width: 50%;
  float: left;
}
.section-form .half.half-left {
  padding-right: 10px;
}
.section-form .half.half-right {
  padding-left: 10px;
}
.message-ok {
  display: none;
}
.back-link {
  display: table;
  margin: 56px 0 0 0;
}
.submitbutton.disable {
  pointer-events: none;
  opacity: 0.6;
}

@media only screen and (max-width: 900px) {

.form-body {
  background-image: none;
}
.section-form h2 {
  font-size: 34px;
  margin: 60px auto 0 auto;
}
.section-form .form {
  width: 100%;
  margin: 40px auto 0 auto;
  padding-right: 0;
}
.section-form input[type=text], .section-form input[type=email], .section-form input[type=number] {
  padding: 0 25px;
}

h1 {
  font-size: 36px;
}
.header {
  padding-top: 40px;
}
.header img {
  width: 138px;
}

.row {
  display: block;
  padding: 0 20px;
}
.section-1 .column-left,
.section-1 .column-right,
.section-2 .column-left,
.section-2 .column-right,
.section-4 .column-left,
.section-4 .column-right {
  width: 100%;
}
.section-1 {
  margin-top: 20px;
  padding-top: 20px;
}
.section-2 .column-right p {
  padding-right: 0;
}
.section-3 .list {
  flex-direction: column;
}
.section-3 .list .item {
  width: 100%;
  margin-bottom: 24px;
}
.section-regulamento {
  text-align: center;
}
.section-4 .column-right {
  padding-left: 0;
}

}