body {
  background-color: #fdfdfd;
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 120px;
  line-height: 80%;
  font-weight: 800;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3e007d;
  font-size: 24px;
  line-height: 112%;
  font-weight: 800;
  letter-spacing: 4%;
}

p {
  margin-bottom: 0px;
  color: #999;
  font-size: 20px;
  line-height: 128%;
  letter-spacing: 0px;
}

.container {
  width: auto;
  max-width: 1250px;
  margin-right: 48px;
  margin-left: 48px;
}

.container.container-setion {
  width: 100%;
  margin-top: 148px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 168px;
  padding-bottom: 168px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-home-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-home-right-block {
  width: 50%;
  background-image: url('../images/beatriz-lobo-portrait.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero-home-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-home {
  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;
  background-color: #3e007d;
  color: #fff;
}

.lets-talk {
  position: fixed;
  right: 64px;
  bottom: 64px;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  height: 144px;
  -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;
  border-radius: 72px;
  background-color: #7b3dff;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .1);
}

.lets-talk-img-mail {
  width: 36px;
  height: 36px;
}

.details-block {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.details-block-single {
  width: 32%;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
}

.section-heading {
  position: absolute;
  left: 1%;
  z-index: 0;
  display: block;
  color: rgba(62, 0, 125, .05);
}

.lets-talk-img-text {
  position: absolute;
}

.link-lg {
  color: #3e007d;
  font-size: 24px;
  line-height: 112%;
  font-weight: 800;
  letter-spacing: 4%;
  text-decoration: none;
}

.p-hero {
  margin-top: 48px;
  margin-left: 96px;
  padding-right: 68px;
  color: hsla(0, 0%, 100%, .75);
}

@media (max-width: 991px) {
  .container {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container.container-setion {
    width: 100%;
    margin-top: 96px;
  }
  .section {
    padding: 124px 48px;
  }
  .hero-home-left-block {
    width: 100%;
    height: 50%;
    margin-top: 64px;
    margin-bottom: 36px;
    padding-right: 48px;
    padding-left: 48px;
  }
  .hero-home-right-block {
    width: 100%;
    height: 740px;
  }
  .hero-home-block-container {
    height: auto;
    min-height: 95vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lets-talk {
    right: 24px;
    bottom: 24px;
  }
  .details-block-single {
    width: 100%;
  }
  .p-hero {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 64px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
  .container {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container.container-setion {
    margin-top: 64px;
  }
  .section {
    padding-right: 32px;
    padding-left: 32px;
  }
  .hero-home-left-block {
    height: auto;
    margin-top: 128px;
    margin-bottom: 36px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .hero-home-right-block {
    height: 520px;
  }
  .hero-home-block-container {
    height: auto;
    min-height: auto;
  }
  .lets-talk {
    width: 116px;
    height: 116px;
  }
  .details-block {
    margin-top: 24px;
  }
  .details-block-single {
    width: 100%;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
  }
  .section-heading {
    left: -1%;
  }
  .lets-talk-img-text {
    max-width: 80%;
  }
  .link-lg {
    font-size: 20px;
  }
  .p-hero {
    margin-top: 24px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 64px;
  }
  .container {
    overflow: hidden;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 128px;
  }
  .hero-home-left-block {
    height: auto;
    margin-top: 96px;
    margin-bottom: 36px;
  }
  .hero-home-right-block {
    height: 360px;
  }
  .hero-home-block-container {
    min-height: auto;
  }
  .lets-talk {
    right: 16px;
    bottom: 16px;
    width: 96px;
    height: 96px;
  }
  .lets-talk-img-mail {
    width: 24px;
    height: 24px;
  }
  .section-heading {
    left: -2%;
  }
  .p-hero {
    margin-top: 24px;
  }
}

