a {
  color: #d0222f;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  min-height: 70px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.02);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #262626;
}

.image {
  margin-top: 0px;
  padding-top: 5px;
}

.nav-link {
  margin-left: 10px;
  border-bottom: 1px none #000;
  font-family: Raleway, sans-serif;
  color: #262626;
  font-size: 14px;
}

.nav-link:hover {
  border-style: none;
  border-width: 2px 2px 0px;
  border-color: #d0222f;
  color: #d0222f;
  font-weight: 400;
}

.submit-button {
  min-height: 40px;
  min-width: 120px;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 5px;
  background-color: #27b062;
  font-weight: 700;
}

.submit-button.btn_login {
  border: 1px solid #27b062;
  background-color: #fff;
  color: #27b062;
  font-size: 14px;
}

.submit-button.btn_sign_up {
  font-size: 14px;
}

.body {
  font-family: Raleway, sans-serif;
  color: #262626;
  font-size: 16px;
  line-height: 1.5em;
}

.nav-link-2 {
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.nav-link-3 {
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.text-block {
  font-size: 24px;
}

.image-2 {
  margin-top: 200px;
}

.text-block-2 {
  margin-top: 140px;
  color: #262626;
  font-size: 24px;
  line-height: 1.5;
}

.button {
  min-height: 50px;
  min-width: 200px;
  margin-top: 50px;
  padding-top: 13px;
  border: 0px none transparent;
  border-radius: 5px;
  background-color: #27b062;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: rgba(39, 176, 98, 0.8);
}

.button.btn_empty_green {
  display: block;
  margin-left: 20px;
  padding-top: 13px;
  padding-left: 30px;
  border: 1px solid #27b062;
  background-color: #fff;
  background-image: url('../images/ic_play_movie2x_1ic_play_movie@2x.png');
  background-position: 20px 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  color: #27b062;
}

.button.btn_empty_green:hover {
  background-color: rgba(39, 176, 98, 0.8);
  background-image: url('../images/ic_play_movie_white2x_1ic_play_movie_white@2x.png'), url('../images/ic_play_movie2x_1ic_play_movie@2x.png');
  background-position: 21px 50%, 20px 50%;
  background-size: 21px, 21px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.button.red_button {
  padding-left: 37px;
  background-color: #d0222f;
  background-image: url('../images/ic_play_movie_white2x_1ic_play_movie_white@2x.png');
  background-position: 20px 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button.red_button:hover {
  background-color: rgba(208, 34, 47, 0.8);
}

.link {
  color: #d0222f;
}

.link.link_tell_us {
  color: #fff;
}

.text-block-3 {
  margin-top: 15px;
  color: #262626;
  font-size: 12px;
}

.div-block {
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #f1fbfe;
}

.text-block-4 {
  clear: right;
}

.image-3 {
  margin-left: 14px;
  clear: right;
}

.image-4 {
  margin-top: 10px;
  margin-left: 20px;
}

.text-block-5 {
  margin-top: -36px;
  margin-left: 125px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  color: #262626;
  font-size: 12px;
  line-height: 1.4em;
}

.button-2 {
  min-height: 40px;
  min-width: 120px;
  margin-top: 15px;
  margin-left: 20px;
  float: right;
  clear: none;
  border-radius: 5px;
  background-color: #27b062;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.button-2.btn_green {
  float: none;
  clear: none;
  font-family: Raleway, sans-serif;
}

.button-2.btn_green:hover {
  background-color: rgba(39, 176, 98, 0.8);
}

.button-2.btn_empty_green {
  float: left;
  clear: left;
  border: 1px solid #27b062;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  color: #27b062;
}

.button-2.btn_empty_green:hover {
  background-color: rgba(39, 176, 98, 0.8);
  color: #fff;
}

.text-block-6 {
  margin-top: 300px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
}

.text-block-7 {
  color: #262626;
  line-height: 1.5;
  font-weight: 400;
}

.grid {
  margin-top: 170px;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.text-block-8 {
  margin-left: 30px;
  font-weight: 700;
}

.text-block-9 {
  margin-left: 30px;
  line-height: 1.5;
}

.div-block-2 {
  margin-bottom: 60px;
}

.div-block-3 {
  margin-top: 60px;
}

.div-block-4 {
  margin-top: 60px;
}

.div-block-5 {
  margin-top: 60px;
}

.column {
  margin-top: 170px;
}

.section {
  margin-top: 50px;
  background-color: #f8f8f8;
  line-height: 1.5;
}

.section-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de585f), to(#fb756d));
  background-image: linear-gradient(180deg, #de585f, #fb756d);
}

.text-block-10 {
  margin-top: 0px;
  padding-top: 0px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.columns {
  margin-bottom: 0px;
  padding-bottom: 180px;
}

.slider {
  position: relative;
  height: 330px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

.columns-2 {
  margin-top: 0px;
}

.container-2 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.text-block-11 {
  margin-top: 100px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}

.slide-nav {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 460px;
}

.image-5 {
  margin-top: 100px;
}

.text-block-12 {
  display: none;
  margin-top: 20px;
  color: #fff;
}

.div-block-6 {
  float: left;
  clear: none;
}

.div-block-7 {
  margin-top: -386px;
  margin-left: 559px;
  padding-top: 0px;
  float: left;
  clear: none;
}

.div-block-8 {
  display: block;
  float: left;
  clear: none;
}

.valuer_name {
  margin-top: 40px;
  font-weight: 700;
}

.valuer_comment {
  margin-top: 125px;
  font-size: 22px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 700;
}

.valuer_comment.juscelino {
  font-size: 18px;
}

.valuer_photo {
  max-width: 500px;
}

.image-6 {
  margin-top: 100px;
  margin-left: 30px;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.image-7 {
  display: block;
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-13 {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.button-3 {
  display: block;
  max-width: 300px;
  min-height: 50px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 5px;
  background-color: #27b062;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  background-color: rgba(39, 176, 98, 0.8);
}

.container-3 {
  padding-bottom: 101px;
}

.section-3 {
  background-color: #f8f8f8;
}

.grid-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-10 {
  display: block;
  width: 300px;
  height: 400px;
  margin-top: 100px;
  margin-left: 20px;
  float: left;
}

.div-block-10.first {
  margin-left: 0px;
}

.text-block-14 {
  margin-top: 30px;
  color: #262626;
  font-size: 24px;
  font-weight: 700;
}

.container-4 {
  padding-bottom: 0px;
}

.text-block-15 {
  margin-top: 20px;
  color: #262626;
}

.text-block-16 {
  margin-top: 20px;
  color: #262626;
}

.text-block-17 {
  margin-top: 20px;
  color: #262626;
}

.section-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #de585f;
}

.text-block-18 {
  margin-top: 50px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.text-block-19 {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.button-4 {
  display: block;
  max-width: 300px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #27b062;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.button-4:hover {
  background-color: rgba(39, 176, 98, 0.8);
}

.container-5 {
  padding-bottom: 71px;
}

.footer {
  background-image: linear-gradient(181deg, #de585f, #fb756d);
}

.text-block-20 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.image-8 {
  margin-top: 10px;
  float: right;
  clear: both;
}

.container-6 {
  padding-bottom: 100px;
}

.footer_link {
  color: #fff;
  font-size: 14px;
}

.text-block-21 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.list-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

.unordered-list {
  margin-top: 20px;
  margin-bottom: 0px;
  float: none;
  list-style-type: none;
}

.list-item-2 {
  margin-bottom: 0px;
}

.div-block-11 {
  width: 220px;
  float: left;
}

.image-9 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 30%;
  margin-top: 61px;
  margin-right: 0px;
  float: right;
}

.image-10 {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  margin-top: 0px;
}

.image-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 18%;
  margin-top: 2400px;
  margin-left: 0px;
  float: left;
}

.div-block-12 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.left-arrow {
  margin-left: -80px;
}

.right-arrow {
  margin-right: -80px;
}

.image-19 {
  margin-left: 15px;
}

.image-20 {
  margin-left: 15px;
}

.image-21 {
  margin-left: 15px;
}

.image-22 {
  margin-left: 15px;
}

.image-23 {
  margin-left: 15px;
}

.social_networks {
  position: static;
  display: block;
  min-width: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 315px;
  float: none;
}

.columns-3 {
  margin-top: 30px;
  margin-bottom: 100px;
  padding-bottom: 0px;
}

.nav-menu {
  float: left;
  font-family: Raleway, sans-serif;
}

.nav-menu:hover {
  color: #d0222f;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8;
  min-height: 70px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
}

.nav-link-4 {
  float: none;
  clear: none;
  font-size: 14px;
}

.nav-link-4:hover {
  color: #d0222f;
  font-size: 14px;
}

.nav-link-4.w--current {
  color: #d0222f;
}

.nav-link-5 {
  padding-right: 15px;
  padding-left: 15px;
  float: none;
  clear: none;
  font-size: 14px;
}

.nav-link-5:hover {
  color: #d0222f;
}

.nav-link-5.w--current {
  color: #d0222f;
}

.nav-link-6 {
  float: none;
  clear: none;
  font-size: 14px;
}

.nav-link-6:hover {
  color: #d0222f;
}

.nav-link-6.w--current {
  color: #d0222f;
}

.nav-menu-2 {
  margin-left: 152px;
  float: none;
  clear: none;
}

.div-block-13 {
  margin-top: -6px;
  float: right;
}

.body-2 {
  font-family: Raleway, sans-serif;
}

.section-6 {
  min-height: 400px;
  background-image: url('../images/help_pattern2x.png'), -webkit-gradient(linear, left top, left bottom, from(#de585f), to(#fb756d));
  background-image: url('../images/help_pattern2x.png'), linear-gradient(180deg, #de585f, #fb756d);
  background-position: 0px 0px, 0px 0px;
  background-size: 125px, auto;
}

.heading {
  margin-top: 140px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.text-span-3 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  text-decoration: line-through;
}

.button-5 {
  display: block;
  width: 200px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #27b062;
  font-weight: 700;
  text-align: center;
}

.text-block-22 {
  margin-top: 339px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

.columns-4 {
  margin-top: 50px;
}

.text-block-23 {
  margin-top: 100px;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
}

.text-block-24 {
  display: block;
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.image-24 {
  float: right;
}

.image-25 {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-25 {
  margin-top: 0px;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
}

.text-block-26 {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.image-26 {
  display: block;
  margin-top: 87px;
  margin-right: auto;
  margin-left: auto;
}

.image-27 {
  display: block;
  margin-top: 191px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.text-block-27 {
  margin-top: 100px;
  font-size: 3.125rem;
  font-weight: 700;
}

.columns-5 {
  margin-top: 39px;
}

.columns-6 {
  margin-top: 130px;
}

.section-7 {
  margin-top: 100px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #de585f;
}

.text-block-28 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.text-block-29 {
  margin-top: 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.container-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-30 {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-block-30.red_link {
  color: #d0222f;
}

.text-block-31 {
  margin-top: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 3.125rem;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.div-block-14 {
  margin-top: 140px;
}

.div-block-15 {
  border-radius: 5px;
  background-color: #d0222f;
}

.div-block-15:hover {
  background-color: rgba(208, 34, 47, 0.8);
}

.text-block-32 {
  min-height: 50px;
  min-width: 200px;
  margin-top: 50px;
  padding-top: 13px;
  padding-right: 15px;
  padding-left: 56px;
  border-radius: 5px;
  background-image: url('../images/ic_play_movie_white2x_1ic_play_movie_white@2x.png');
  background-position: 21px 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.text-block-32:hover {
  text-decoration: none;
}

.text-block-32.clean_link {
  text-align: left;
  text-decoration: none;
}

.text-block-33 {
  min-height: 50px;
  min-width: 200px;
  border: 1px solid #27b062;
  border-radius: 5px;
  color: #27b062;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.text-block-33:hover {
  color: #fff;
}

.div-block-16 {
  background-image: url('../images/ic_play_movie2x_1ic_play_movie@2x.png');
  background-position: 46px 15px;
  background-size: 21px;
  background-repeat: no-repeat;
}

.div-block-16:hover {
  min-height: 50px;
  min-width: 200px;
  margin-top: 50px;
  margin-left: 20px;
  padding-top: 13px;
  padding-right: 15px;
  padding-left: 30px;
  background-color: rgba(39, 176, 98, 0.8);
  background-image: url('../images/ic_play_movie_white2x_1ic_play_movie_white@2x.png'), url('../images/ic_play_movie2x_1ic_play_movie@2x.png');
  background-position: 46px 14px, 46px 15px;
  background-size: 21px, 21px;
  background-repeat: no-repeat, no-repeat;
}

.columns-7 {
  color: #fff;
}

.div-block-17 {
  float: none;
  clear: none;
  border: 1px solid #27b062;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/ic_play_movie2x_1ic_play_movie@2x.png');
  background-position: 21px 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

.div-block-17:hover {
  background-color: rgba(39, 176, 98, 0.8);
  background-image: url('../images/ic_play_movie_white2x_1ic_play_movie_white@2x.png');
  background-position: 20px 13px;
  background-size: 21px;
  background-repeat: no-repeat;
}

.text-block-34 {
  margin-top: 50px;
  margin-left: 20px;
  padding: 13px 15px 9px 30px;
  color: #27b062;
  font-size: 14px;
  font-weight: 700;
}

.text-block-34:hover {
  color: #fff;
}

.text-block-35 {
  margin-top: 0px;
  margin-left: 30px;
  padding: 13px 15px 9px 30px;
  color: #27b062;
  font-size: 14px;
  font-weight: 700;
}

.text-block-35:hover {
  color: #fff;
}

.div-block-18 {
  min-height: 50px;
  min-width: 200px;
  margin-top: 50px;
  margin-left: 20px;
  border: 1px solid #27b062;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/ic_play_movie2x_1ic_play_movie@2x.png');
  background-position: 18px 13px;
  background-size: 21px;
  background-repeat: no-repeat;
}

.div-block-18:hover {
  background-color: rgba(39, 176, 98, 0.8);
  background-image: url('../images/ic_play_movie_white2x_1ic_play_movie_white@2x.png');
  background-position: 18px 14px;
  background-size: 21px;
  background-repeat: no-repeat;
}

.image-28 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 100%;
  margin-top: 400px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-19 {
  display: block;
  width: 281.85px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border: 1px solid #cacaca;
  background-color: #f8f8f8;
}

.section-8 {
  line-height: 1;
}

.link-2 {
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
}

.link-2:hover {
  text-decoration: underline;
}

.div-block-20 {
  display: block;
  margin-top: 100px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block {
  position: absolute;
}

.link-3 {
  color: #d0222f;
}

.youtube {
  display: none;
  width: 282px;
  height: 500px;
}

.youtube-2 {
  width: 283px;
  height: 500px;
}

.modal {
  position: fixed;
  z-index: 9;
  display: none;
  min-height: 5000px;
  min-width: 100%;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.div-block-21 {
  max-width: 400px;
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.1);
}

.button-6 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #27b062;
  font-weight: 700;
  text-align: center;
}

.image-31 {
  margin-right: -8px;
  float: right;
}

.div-block-22 {
  max-width: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-36 {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.link-block-3 {
  float: right;
}

.bold-text {
  font-size: 18px;
}

.noticia {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.div-block-23 {
  margin-top: 30px;
}

.columns-8 {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}

.columns-9 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}

.section-9 {
  padding-bottom: 50px;
  background-color: #f6f6f6;
  background-image: url('../images/bg_depoimentos2x.png');
  background-position: 0px 0px;
}

.heading-3 {
  margin-top: 90px;
}

.div-block-29 {
  min-height: 300px;
  background-color: #fff;
}

.div-block-29.depoimento {
  min-height: 0px;
}

.image-44 {
  margin-top: 50px;
  margin-left: 20px;
}

.text-block-37 {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.div-block-30 {
  margin-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #f6f6f6;
}

.text-block-38 {
  width: 230px;
  font-weight: 700;
}

.text-block-39 {
  width: 230px;
  font-size: 14px;
}

.image-45 {
  width: 50px;
  margin-left: 10px;
}

.div-block-31 {
  width: 50px;
}

.div-block-32 {
  width: 100px;
}

.columns-10 {
  margin-top: 10px;
}

.columns-11 {
  margin-top: 20px;
}

.div-block-33 {
  min-height: 230px;
}

.div-block-34 {
  width: 235px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.button-7 {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #27b062;
  font-weight: 700;
}

.heading-4 {
  margin-top: 40px;
  font-size: 38px;
}

.div-block-35 {
  margin-top: 0px;
}

.div-block-36 {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}

.heading-5 {
  margin-bottom: 0px;
}

.heading-6 {
  margin-bottom: 0px;
}

.heading-7 {
  margin-bottom: 0px;
}

.heading-8 {
  margin-bottom: 0px;
}

.section-10 {
  padding-bottom: 50px;
}

.button-8 {
  min-height: 50px;
  min-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 5px;
  background-color: #27b062;
  font-weight: 700;
  text-align: center;
}

.button-9 {
  min-width: 300px;
  margin-top: 30px;
  padding: 20px 0px;
  border-radius: 5px;
  background-color: #27b062;
  font-weight: 700;
  text-align: center;
}

.heading-9 {
  margin-top: 50px;
}

.div-block-49 {
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 122, 255, 0.1);
}

.button-10 {
  position: static;
}

.text-block-42 {
  margin-top: 8px;
  float: left;
  text-align: center;
}

.button-11 {
  position: relative;
  margin-right: auto;
  margin-left: 15px;
  float: left;
  border-radius: 5px;
}

.div-block-50 {
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}

.top_homers {
  background-color: #f6f6f6;
}

.button-12 {
  margin-top: 10px;
  border-radius: 5px;
  background-color: #27b062;
  font-weight: 700;
}

.container-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-10 {
  margin-top: 66px;
}

.button-13 {
  min-width: 250px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #ffca00;
  color: #262626;
  font-weight: 700;
  text-align: center;
}

.image-53 {
  margin-top: 5px;
}

.text-block-43 {
  margin-top: 10px;
}

.container-11 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-11 {
  margin-top: 0px;
}

.text-block-44 {
  margin-top: 20px;
  font-weight: 700;
}

.button-14 {
  min-width: 250px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #7b3cca;
  font-weight: 700;
  text-align: center;
}

.div-block-51 {
  max-width: 400px;
  margin-top: 170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.text-block-45 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.text-block-46 {
  margin-top: 40px;
  color: #fff;
  font-size: 38px;
  text-align: center;
}

.text-block-47 {
  font-size: 16px;
}

.text-block-48 {
  font-size: 16px;
}

.heading-12 {
  margin-top: 20px;
}

.heading-13 {
  margin-top: 20px;
}

.text-block-49 {
  font-size: 16px;
  line-height: 1.5;
}

.text-block-50 {
  font-size: 16px;
  line-height: 1.5;
}

.text-block-51 {
  font-size: 16px;
  line-height: 1.5;
}

.text-block-52 {
  font-size: 16px;
}

.heading-14 {
  margin-top: 20px;
}

.heading-15 {
  margin-top: 20px;
}

.heading-16 {
  margin-top: 20px;
}

.heading-17 {
  margin-top: 20px;
}

.div-block-52 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-11 {
  background-color: #f6f6f6;
}

.div-block-53 {
  max-width: 402px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-53 {
  font-size: 16px;
}

.button-15 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 50px;
  border-radius: 5px;
  background-color: #27b062;
  font-weight: 700;
}

.heading-18 {
  margin-top: 90px;
}

.columns-12 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-13 {
  margin-top: 105px;
}

.div-block-54 {
  min-height: 70px;
  margin-top: 70px;
}

.heading-19 {
  margin-bottom: 0px;
  text-align: center;
}

.container-14 {
  margin-top: 75px;
}

.html-embed {
  margin-top: 30px;
}

.mobile_entrar {
  display: none;
}

.nav-link-7 {
  display: none;
}

.text-block-54 {
  font-size: 16px;
  line-height: 1.5;
}

.link-block-4 {
  margin-top: 20px;
  margin-left: 20px;
}

.columns-13 {
  margin-top: 20px;
}

.section-12 {
  margin-top: 50px;
  padding-bottom: 100px;
  background-color: #f6f6f6;
}

.container-15 {
  margin-top: 50px;
}

.div-block-55 {
  border-radius: 50px;
  background-color: #de585f;
}

.text-block-55 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.columns-14 {
  margin-top: 40px;
}

.columns-15 {
  margin-top: 20px;
}

.heading-20 {
  margin-top: 100px;
}

.box_depoimento {
  min-height: 520px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 3px 4px rgba(0, 0, 0, 0.1);
}

.text-block-56 {
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-57 {
  margin-top: 30px;
}

.div-block-56 {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-58 {
  text-align: center;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9d162;
}

.columns-16 {
  margin-top: 30px;
}

.heading-21 {
  margin-top: 100px;
}

.section-14 {
  padding-bottom: 100px;
  background-color: #f6f6f6;
}

.div-block-57 {
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.button-16 {
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #27b062;
  font-weight: 700;
  text-align: center;
}

.text-block-59 {
  margin-top: 20px;
}

.link-block-5 {
  margin-top: 20px;
}

.section-15 {
  padding-bottom: 100px;
}

.text-block-60 {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .button {
    margin-top: 20px;
    margin-left: 0px;
  }
  .button.btn_empty_green {
    display: block;
    width: 0px;
    height: 0px;
    margin-top: -50px;
    margin-left: 210px;
    float: left;
    clear: both;
  }
  .image-4 {
    margin-top: 10px;
    margin-left: 10px;
  }
  .text-block-5 {
    margin-left: 100px;
  }
  .button-2.btn_green {
    display: block;
    margin-top: -50px;
    margin-left: 610px;
    float: left;
  }
  .button-2.btn_empty_green {
    display: block;
    margin-top: -50px;
    margin-left: 480px;
    float: left;
  }
  .text-block-10 {
    margin-left: 20px;
  }
  .slider {
    display: block;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-nav {
    margin-left: 0px;
  }
  .text-block-12 {
    margin-left: 20px;
  }
  .div-block-7 {
    margin-top: 0px;
    margin-left: 100px;
  }
  .valuer_comment {
    margin-top: -29px;
  }
  .valuer_photo {
    display: none;
  }
  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .div-block-10 {
    width: 100%;
    max-width: 100%;
    margin-top: 120px;
    margin-left: 0px;
    clear: both;
  }
  .div-block-10.first {
    width: 100%;
    margin-top: 0px;
  }
  .section-4 {
    border-bottom-style: none;
  }
  .image-9 {
    display: none;
  }
  .image-11 {
    display: none;
  }
  .left-arrow {
    display: none;
    margin-left: 0px;
  }
  .right-arrow {
    display: none;
    margin-right: 0px;
  }
  .icon-2 {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  }
  .menu-button {
    display: none;
  }
  .icon-3 {
    display: none;
  }
  .image-12 {
    display: block;
  }
  .image-13 {
    width: auto;
    margin-top: 0px;
  }
  .social_networks {
    margin-left: 200px;
  }
  .icon-4 {
    color: #d0222f;
  }
  .slide {
    max-width: 800px;
  }
  .lightbox-link {
    float: left;
  }
  .div-block-18 {
    margin-top: -50px;
    margin-left: 216px;
    float: left;
  }
  .image-29 {
    display: none;
  }
  .image-30 {
    display: none;
  }
  .div-block-21 {
    padding-bottom: 20px;
  }
  .image-31 {
    position: static;
  }
  .text-block-36 {
    padding: 20px;
    font-weight: 400;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    display: none;
  }
  .nav-link-2 {
    display: none;
  }
  .nav-link-3 {
    display: none;
  }
  .image-2 {
    display: none;
    margin-top: 40px;
  }
  .button.btn_empty_green {
    display: none;
  }
  .button.red_button {
    display: block;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-3 {
    display: none;
  }
  .div-block {
    width: 100%;
    margin-top: 20px;
  }
  .image-4 {
    float: left;
  }
  .text-block-5 {
    margin-top: -25px;
    margin-left: 124px;
    float: left;
  }
  .button-2.btn_green {
    display: none;
  }
  .button-2.btn_empty_green {
    display: none;
  }
  .text-block-6 {
    margin-top: 80px;
    text-align: center;
  }
  .slider {
    display: block;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-7 {
    margin-top: 20px;
    margin-left: 20px;
  }
  .valuer_comment {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 20px;
    font-size: 20px;
  }
  .image-6 {
    margin-top: 30px;
    margin-left: 20px;
  }
  .text-block-20 {
    float: none;
    clear: none;
    text-align: center;
  }
  .image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .icon-3 {
    display: block;
  }
  .image-14 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-15 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-17 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .social_networks {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .div-block-15 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-52 {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-left: 20px;
  }
  .nav-link {
    display: block;
    overflow: visible;
  }
  .nav-link-2 {
    display: none;
  }
  .nav-link-3 {
    display: none;
  }
  .image-2 {
    display: none;
    margin-top: 40px;
  }
  .text-block-2 {
    margin-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.red_button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-3 {
    display: none;
  }
  .div-block {
    width: auto;
  }
  .image-4 {
    margin-top: 0px;
    margin-left: 10px;
    float: left;
  }
  .text-block-5 {
    position: relative;
    margin-top: 10px;
    margin-left: 0px;
    float: left;
    clear: none;
  }
  .button-2.btn_green {
    display: none;
  }
  .button-2.btn_empty_green {
    display: none;
  }
  .text-block-6 {
    margin-top: 50px;
    text-align: center;
  }
  .text-block-7 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .text-block-8 {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }
  .text-block-9 {
    margin-left: 0px;
    text-align: center;
  }
  .div-block-2 {
    margin-bottom: 0px;
  }
  .section {
    margin-top: 0px;
  }
  .text-block-10 {
    margin-top: 30px;
    margin-left: 0px;
    line-height: 1.5;
    text-align: center;
  }
  .columns {
    padding-bottom: 100px;
  }
  .slider {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .text-block-12 {
    font-size: 14px;
    text-align: center;
  }
  .div-block-7 {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .valuer_name {
    margin-top: 5px;
  }
  .valuer_comment {
    margin-top: -15px;
    font-size: 17px;
  }
  .valuer_comment.juscelino {
    font-size: 15px;
  }
  .image-6 {
    margin-top: 30px;
    margin-left: 20px;
  }
  .image-7 {
    margin-top: 100px;
  }
  .container-3 {
    padding-bottom: 80px;
  }
  .div-block-10 {
    margin-top: 150px;
  }
  .div-block-10.first {
    margin-top: 80px;
  }
  .text-block-14 {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.5;
  }
  .container-4 {
    padding-bottom: 0px;
  }
  .text-block-15 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-16 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-17 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-18 {
    margin-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
    font-weight: 700;
  }
  .text-block-19 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .text-block-20 {
    display: block;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }
  .image-8 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .container-6 {
    display: block;
    padding-top: 50px;
  }
  .div-block-12 {
    max-width: 800px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .left-arrow {
    display: none;
    margin-top: 0px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  }
  .right-arrow {
    display: none;
  }
  .icon-2 {
    display: block;
  }
  .menu-button {
    display: block;
    color: #d0222f;
  }
  .icon-3 {
    display: block;
  }
  .image-13 {
    margin-top: 0px;
  }
  .container-7 {
    margin-top: 20px;
  }
  .image-14 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-15 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-17 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-2 {
    margin-top: -100px;
  }
  .social_networks {
    display: block;
    margin-left: 16px;
    float: left;
  }
  .column-3 {
    margin-top: 20px;
  }
  .column-4 {
    margin-top: 20px;
  }
  .nav-menu-2 {
    background-color: #f5d2d4;
  }
  .menu-button-2.w--open {
    background-color: #f5d2d4;
  }
  .column-5 {
    margin-bottom: 30px;
  }
  .text-block-22 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-28 {
    line-height: 1.5;
  }
  .text-block-29 {
    line-height: 1.5;
  }
  .text-block-31 {
    font-size: 2.5rem;
  }
  .lightbox-link-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-32.clean_link {
    text-align: center;
  }
  .div-block-18 {
    display: none;
    max-width: 100%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-28 {
    display: none;
  }
  .div-block-19 {
    margin-top: 20px;
  }
  .youtube {
    margin-top: 0px;
  }
  .link-block-2 {
    margin-top: 30px;
  }
  .div-block-21 {
    max-width: 300px;
  }
  .div-block-22 {
    max-width: 300px;
  }
  .image-32 {
    border-top-left-radius: 10px;
  }
  .text-block-36 {
    padding: 10px;
  }
  .image-33 {
    display: none;
  }
  .image-34 {
    display: none;
  }
  .image-35 {
    display: none;
  }
  .image-36 {
    display: none;
  }
  .image-37 {
    display: none;
  }
  .heading-2 {
    margin-left: 20px;
  }
  .div-block-24 {
    margin-top: 20px;
  }
  .div-block-25 {
    margin-top: 20px;
  }
  .div-block-26 {
    margin-top: 20px;
  }
  .div-block-27 {
    margin-top: 20px;
  }
  .div-block-28 {
    margin-top: 20px;
  }
  .image-38 {
    width: 300px;
  }
  .image-39 {
    width: 300px;
  }
  .image-40 {
    width: 300px;
  }
  .image-41 {
    width: 300px;
  }
  .image-42 {
    width: 300px;
  }
  .image-43 {
    display: none;
  }
  .heading-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-38 {
    text-align: center;
  }
  .text-block-39 {
    text-align: center;
  }
  .image-45 {
    margin-left: 0px;
  }
  .div-block-33 {
    margin-top: 15px;
  }
  .heading-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-40 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-37 {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-38 {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-39 {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-40 {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-41 {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-42 {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-43 {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-44 {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-45 {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-46 {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-47 {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-48 {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-41 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .image-46 {
    width: 100%;
  }
  .image-47 {
    width: 100%;
  }
  .image-48 {
    width: 100%;
  }
  .image-49 {
    width: 100%;
  }
  .image-50 {
    width: 100%;
  }
  .image-51 {
    width: 100%;
  }
  .image-52 {
    width: 100%;
  }
  .link-5 {
    display: inline;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .heading-9 {
    margin-left: 10px;
  }
  .text-block-42 {
    margin-left: 34px;
  }
  .button-11 {
    margin-left: 75px;
  }
  .heading-10 {
    margin-top: 0px;
  }
  .heading-11 {
    margin-top: 0px;
  }
  .image-54 {
    margin-top: 29px;
  }
  .image-55 {
    margin-top: 40px;
  }
  .div-block-51 {
    margin-top: 140px;
  }
  .text-block-46 {
    margin-top: 0px;
    line-height: 1.5;
  }
  .div-block-52 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-15 {
    width: 100%;
    text-align: center;
  }
  .container-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-13 {
    margin-top: 34px;
  }
  .mobile_entrar {
    display: block;
  }
  .nav-link-7 {
    display: block;
  }
  .link-block-4 {
    margin-left: 50px;
  }
  .container-15 {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .box_depoimento {
    margin-top: 20px;
  }
  .div_produto {
    margin-top: 20px;
  }
  .link-block-5 {
    margin-left: 50px;
  }
  .image-56 {
    margin-top: 40px;
  }
  .container-16 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BoldItalic.ttf') format('truetype'), url('../fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}