:root {
  --main-bg-color: #18B76B;
}

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Hanken Grotesk', sans-serif;
}

.header{
  background-color: var(--main-bg-color);
  min-height: 1000px;
  position: relative;
  overflow: hidden;
}

.header:before{
  content: '';
  width: 250px;
  border: 1px solid #fff;
  height: 100px;
  display: block;
  position: absolute;
  top: -40px;
  left: -60px;
  border-radius: 50px;
}

.header header{
  text-align: center;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.icon-livre {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 70px;
  height: 60px;
  overflow: hidden;
}

.icon-livre:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: 0;
  border: 20px solid transparent;
  border-right-color: #08CF80;
}

.icon-livre:after {
  content: '';
  position: absolute;
  left: 0;
  right: -20px;
  bottom: -20px;
  border: 20px solid transparent;
  border-top-color: #08CF80;
}



.banner{
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 100px auto;
}

.banner-video{
  position: absolute;
  background-color: #f2f2f2;
  height: 100%;
  width: 78%;
  right: -48%;
  rotate: 28deg;
  border-radius: 23%;
  top: -29%;
  z-index: 0;
  overflow: hidden;
}

.banner-video .figure{
  width: 74%;
  rotate: -28deg;
  position: absolute;
  top: 25%;
  left: -13%;
}

.banner-content{
  width: 44%;
  color: #fff;
  padding-left: 20px;
}

.banner-title{
  font-size: 2.8em;
}

.banner-title b{
  background: #53575A25;
  padding: 0 15px;
  border-radius: 5px;
  font-style: italic;
}

.banner-description{
  margin-top: 20px;
  font-size: 1.4em;
}

.banner-list{
  list-style: none;
  display: flex;
  max-width: 300px;
  justify-content: space-between;
  margin-top: 15px;
}

.banner-list li{
  background: #53575A25;
  padding: 5px 15px;
  border-radius: 5px;
}

.banner-button{
  margin-top: 60px;
  padding: 18px 60px;
  background: #fff;
  border: none;
  border-radius: 40px;
  color: #18B76B;
  text-decoration: none;
  display: inline-block;
}

.sobre{
  display: flex;
  max-width: 1100px;
  margin: 150px auto;
  text-align: center;
  position: relative;
}

.sobre::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 8px;
  background-color: #3E4244;
  top: 100px;
  left: 0;
  right: 70px;
  margin: auto;
  border-radius: 20px 0 20px 0;
}

.sobre-content{
  max-width: 500px;
  color: #fff;
  margin-left: 40px;
}

.sobre-title{
  display: inline-block;
  max-width: 230px;
  font-size: 2.8em;
  margin-top: 120px;
  font-weight: normal;
  line-height: 100%;
}

.sobre-description{
  margin-top: 40px;
}


.livre-section{
  padding: 80px;
  text-align: center;
  position: relative;
}

.livre-title {
  width: 220px;
  position: absolute;
  right: -50%;
  text-align: left;
  top: 20%;
  left: 0;
  margin: auto;
}

.informations{
  background-color: #18B76B;
  padding: 80px 0;
  color: #fff;
}

.informations-header{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
}

.informations-header div{
  padding-right: 20px;
}

.informations-header-title {
  font-size: 2em;
  width: 400px;
  margin-bottom: 10px;
}

.informations-header-description {
  margin-top: 20px;
  margin-left: 20px
}

.informations-header img{
  margin-top: -165px;
  max-width: 500px;
}

.informations-footer{
  max-width: 1100px;
  margin: 50px auto 0;
  text-align: center;
  position: relative;

}

.informations-footer::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 8px;
  background-color: #3E4244;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  border-radius: 20px 0 20px 0;
}

.information-footer-title{
  font-size: 2.5em;
  font-weight: normal;
  max-width: 300px;
  display: inline-block;
  line-height: 120%;
}

.information-footer-description{
  max-width: 400px;
  display: block;
  margin: 40px auto 0;
}

footer{
  background-color: #18B76B;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

.art-footer{
  position: absolute;
  bottom: 0;
  right: 0;
}

footer::before {
  content: '';
  width: 200px;
  height: 800px;
  position: absolute;
  left: -100px;
  bottom: 0;
  display: block;
  border: 1px solid #fff;
  border-radius: 85px 85px 0 0;
}


@media only screen and (max-width: 1280px) {
  .livre-title {
    right: -65%;
    top: 20%;
    left: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .banner {
    flex-direction: column;
  }

  .banner-content {
    width: 100%;
  }

  .icon-livre:before{
    border-right-color: #fff;
  }

  .icon-livre:after{
    border-top-color: #fff;
  }

  .banner-video {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    height: 800px;
    width: 119%;
    left: -10%;
    rotate: -25deg;
    border-radius: 23%;
    z-index: 0;
    overflow: hidden;
    margin-top: 150px;
  }

  .banner-video .figure {
    width: 54%;
    rotate: 25deg;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .banner-content {
    text-align: center;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .banner-list {
    margin: 15px auto 0;
  }

  .sobre img{
    position: absolute
  }

  .sobre-content {
    margin: 0 auto;
    padding: 0 20px;
  }

  .sobre::before{
    right: 0;
  }
  .livre-title {
    right: 100px;
  }
  .livre-section img{
    width: 90%;
  }
 
  .informations{
    overflow: hidden;
  }
  .informations-header img {
    margin-top: -120px;
  }
  .informations-footer img{
    width: 90%;
    position: relative;
    z-index: 1;
  }
}


@media only screen and (max-width: 700px) {
  .sobre img{
    display: none;
  }

  .sobre {
    margin: 0 auto 100px;
  }

  .banner-video .figure {
    width: 70%;
  }

  .livre-section img {
    width: 100%;
  }

  .livre-title {
    right: 150px;
    position: relative;
    margin-bottom: 40px;
  }
  .informations-header{
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
  .informations-header img {
    margin-top: 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .informations-header div {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    width: 100%;
  }
  .informations-header-title {
    margin: 0 auto;
    width: 100%;
  }
  .informations-footer::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 221px;
    background-color: #fff;
    left: -8%;
    right: 0;
    top: -434px;
    rotate: -13deg;
    margin: auto;
    border-radius: 20px 0 20px 0;
  }
  .art-footer {
    max-height: 150px;
  }
}

@media only screen and (max-width: 500px) {
  .banner-video .figure {
    width: 90%;
  }
  footer::before{
    display: none;
  }
}