.main-section {
  height: 500px;
}

.criamos-section {
  color: #fff;
  background-color: #73c054;
  background-image: url('../images/001.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  line-height: 31px;
  display: flex;
  position: relative;
  box-shadow: inset 0 5px 11px 5px #0003;
}

.criamos-section.second {
  background-image: url('../images/002.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.estande-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.lanca-section {
  background-color: #fff;
  padding-bottom: 80px;
}

.pin-section {
  color: #fff;
  background-color: #73c054;
  background-image: url('../images/003.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.menu-div {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.social-div {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.content-div {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.criamos-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 800px;
  height: 100%;
  display: flex;
}

.criamos-title {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  line-height: 22px;
  display: flex;
}

.criamos-p {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.text-span {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.bold-text {
  font-size: 55px;
}

.estande-content {
  z-index: 2;
  width: 70%;
  max-width: 800px;
  position: relative;
}

.estande-items {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.estande-item-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  border: 3px solid #73c054;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-item, .text-item-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.estande-item-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: right;
  background-color: #fff;
  border: 3px solid #73c054;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-item-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-left {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading, .heading-2 {
  color: #73c054;
  font-size: 20px;
  line-height: 20px;
}

.lp-euroimmun {
  background-color: #f9f9f9;
  font-family: Hanken Grotesk, sans-serif;
}

.image {
  width: 210px;
  height: auto;
}

.image-2 {
  height: 24px;
  padding: 3px;
}

.div-block {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 780px;
  display: flex;
}

.image-3 {
  width: 20px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-4 {
  object-fit: contain;
  height: 180px;
}

.image-paralax {
  height: 180px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-paralax.top {
  inset: 0% 0% auto auto;
}

.image-5 {
  object-fit: cover;
  border-radius: 20px;
  max-width: 320px;
  height: 190px;
}

.text-block {
  color: #4e4e4e;
  background-color: #f9f9f9;
  border-radius: 120px;
  padding: 21px 68px;
  font-size: 26px;
  position: absolute;
  box-shadow: 0 2px 15px 3px #0003;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.container {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 60px;
  display: flex;
}

.container.line {
  border-bottom: 3px solid #fff;
}

.container.smae-padding {
  padding-bottom: 95px;
}

.container.flex-left {
  justify-content: center;
  align-items: flex-start;
}

.div-block-6 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-size: 20px;
  display: grid;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.div-block-8 {
  height: 260px;
  position: relative;
}

.image-7 {
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.lancamento-section {
  padding-bottom: 100px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
}

.paragraph {
  width: 70%;
}

.link-block {
  color: #333;
  background-color: #d4d4d4;
  border-radius: 100px;
  margin-top: 25px;
  padding: 19px 30px;
  text-decoration: none;
}

.image-8 {
  width: 300px;
  margin-top: -60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 22px;
  line-height: 26px;
  display: flex;
}

.image-9 {
  width: 240px;
}

.heading-3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 34px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block-11 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.image-10 {
  width: 200px;
}

.link {
  text-decoration: none;
}

.text-block-2 {
  color: #333;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .criamos-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .criamos-title {
    text-align: center;
    line-height: 20px;
  }

  .bold-text {
    line-height: 50px;
  }

  .estande-item-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .estande-item-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-item-left {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .text-left, .heading {
    text-align: center;
  }

  .heading-2 {
    align-self: center;
  }

  .image-5 {
    order: -1;
  }

  .container.line {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.flex-left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .image-8 {
    display: none;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image-9 {
    order: -1;
    height: auto;
    overflow: visible;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .image-paralax {
    display: none;
    overflow: hidden;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .criamos-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .criamos-section.second {
    padding-top: 60px;
  }

  .menu-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .criamos-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span {
    line-height: 25px;
  }

  .bold-text {
    font-size: 38px;
    line-height: 40px;
  }

  .estande-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .estande-itle {
    text-align: center;
  }

  .estande-items {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-paralax {
    display: none;
  }

  .image-5 {
    max-width: 100%;
    display: block;
  }

  .container.smae-padding {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.flex-left, .div-block-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph {
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}


