.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section-header {
  display: block;
  height: 490px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/desktop.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width: 990px){
  .section-header{
    background: url('../images/mobile.jpg') no-repeat center center;
    background-size: cover;
  }
}

@media(min-width: 1280px){
  .section-header{
    height: 700px;
  }
}

@media(min-width: 1440px){
  .section-header{
    height: 800px;
  }
}

@media(min-width: 1780px){
  .section-header{
    height: 850px;
  }
}


.section {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/bg-clube.jpg) repeat;
  background-size: 100%;
}

.grid {
  margin-bottom: 120px;
  grid-column-gap: 71px;
  -ms-grid-columns: 1.5fr 1.25fr;
  grid-template-columns: 1.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 1;
}

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

.body.body2 {
  background: url(../images/bg-clube.jpg) repeat;
  background-size: 100%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #8ba77e;
  font-size: 22px;
  text-align: center;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 34px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 90%;
  margin: 0 auto 40px auto;
  line-height: 30px;
}

@media(min-width: 990px){
  .paragraph {
    width: 600px;
    margin: 0 auto 40px auto;
    line-height: 30px;
  }
}

.submit-button {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 7px;
  background-color: #806542;
  font-size: 16px;
  font-weight: 600;
}

.form {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.form-block {
  margin-bottom: 0px;
}

.text-field {
  height: 45px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1.5px solid #2b2b2b;
  border-radius: 7px;
  font-size: 15px;
}

.text-field:focus {
  border-color: #8ba77e;
}

.section-2 {
  padding-top: 120px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #2b2b2b;
  font-size: 22px;
  line-height: 20px;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 26px;
}

.container {
  max-width: 1100px;
}

.grid-2 {
  display: none;
  margin-bottom: 170px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #c4c98f;
  font-size: 22px;
  line-height: 20px;
}

.div-block {
  display: inline-block;
  margin-right: 19px;
  margin-bottom: 21px;
  margin-left: 0px;
  border-radius: 10px;
  background-color: #c4c98f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-block:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.paragraph-3 {
  margin-bottom: 0px;
  padding: 9px 15px;
  color: #fff;
  font-weight: 600;
}

.section-3 {
  padding-top: 25px;
  padding-bottom: 25px;
  background: url(../images/bg-clube.jpg) repeat;
  background-size: 100%;
  color: #fff;
}

.paragraph-4 {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  color: #2b2b2b;
  font-weight: 600;
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  color: #8a1002;
}

.image-2 {
  display: none;
}


.image-3 {
  border-radius: 40px;
}

.image-4 {
  width: 400px;
  border-radius: 40px;
}

.div-block-4 {
  border-radius: 30px;
  background-color: rgba(139, 167, 126, 0.47);
}

.form-block-copy {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-field-copy {
  height: 45px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1.5px solid #2b2b2b;
  border-radius: 7px;
  font-size: 15px;
}

.text-field-copy:focus {
  border-color: #2b2b2b;
}

.text-field-copy.tfc-2 {
  margin-right: 15px;
  margin-left: 15px;
}

.submit-button-copy {
  width: 100%;
  height: 45px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 7px;
  background-color: #8a1002;
  font-size: 16px;
  font-weight: 600;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #2b2b2b;
  font-size: 22px;
  text-align: center;
}

.div-block-5 {
  margin-bottom: 170px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #2b2b2b;
  font-size: 22px;
  line-height: 20px;
}

.section-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-5 {
  margin-top: 25px;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.div-block-6 {
  display: block;
  width: 600px;
  margin-top: 185px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-2-copy {
  margin-bottom: 0px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 26px;
}

.section-header-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/desktop.jpg');
  background-position: 100% 50%;
  background-size: 1600px;
  background-repeat: no-repeat;
}

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

  .grid.fade {
    margin-bottom: 60px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-2 {
    padding-top: 50px;
  }

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

  .grid-2 {
    display: none;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-3 {
    margin-bottom: 40px;
    text-align: center;
  }

  .div-block-3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .submit-button-copy {
    background-color: #8a1002;
  }

  .div-block-5 {
    margin-bottom: 60px;
  }

  .section-header-copy {
    background-position: 92% 50%;
  }
}

@media screen and (max-width: 767px) {
  .form-copy {
    display: block;
  }

  .text-field-copy.tfc-2 {
    margin: 20px 0px;
  }

  .paragraph-5 {
    line-height: 28px;
  }
}

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

  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 71px;
    grid-row-gap: 26px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid.fade {
    margin-bottom: 82px;
  }

  .heading {
    font-size: 18px;
    line-height: 30px;
  }

  .form {
    width: 100%;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 31px;
    text-align: center;
  }

  .paragraph-2 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .grid-2 {
    display: none;
    margin-bottom: 101px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading-3 {
    text-align: center;
  }

  .div-block {
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-4 {
    margin-top: 9px;
    margin-left: 0px;
    line-height: 27px;
    text-align: center;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    display: none;
    width: 300px;
  }

  .image-2 {
    display: block;
    width: 180px;
  }

  .image-3 {
    width: 320px;
  }

  .image-4 {
    width: 320px;
  }

  .div-block-3 {
    display: none;
    text-align: center;
  }

  .div-block-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bg-3.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg-3.jpg');
    background-position: 0px 0px, 100% 50%;
  }

  .form-block-copy {
    padding-right: 25px;
    padding-left: 25px;
  }

  .form-copy {
    width: 100%;
  }

  .heading-4 {
    line-height: 33px;
  }

  .div-block-5 {
    margin-bottom: 94px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
  }

  .heading-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-6 {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
  }

  .paragraph-2-copy {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-header-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 220px;
    background-position: 52% 50%;
    background-size: 700px;
  }
}

#w-node-_9e7eb708-1585-b7e4-2d12-cbeaa446d895-48778222 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7edd414c-6960-a54c-7694-05ec007ed221-48778222 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d57f9e21-e7f9-9603-9acb-59fc483238a2-48778222 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63721d48-7410-8f3e-baf3-8c26064ea8c2-48778222 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ff60fbd5-41e7-7b5e-97ba-679b8a3b4948-48778222 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cef2bdc5-dfe0-64f6-ffc0-f8d5414169ea-48778222 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cef2bdc5-dfe0-64f6-ffc0-f8d5414169ef-48778222 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7edd414c-6960-a54c-7694-05ec007ed221-48778222 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_63721d48-7410-8f3e-baf3-8c26064ea8c2-48778222 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cef2bdc5-dfe0-64f6-ffc0-f8d5414169ef-48778222 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}



