.body {
  background-color: #fffaa1;
  font-family: 'Cocogoose pro trial', sans-serif;
}

.logo {
  display: block;
  max-width: 350px;
}

.h1-titulo {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 56px;
  line-height: 72px;
  text-align: center;
}

.glass {
  position: absolute;
  left: 2%;
  top: auto;
  right: auto;
  bottom: 8%;
  width: 30%;
}

.floater {
  position: absolute;
  left: auto;
  top: -27%;
  right: -21%;
  bottom: 0%;
  display: block;
  width: 50%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.content-divisor {
  position: relative;
  width: auto;
  padding-top: 200px;
  padding-bottom: 200px;
}

.content-divisor.banner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-divisor.hero {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.titulo-decription {
  font-family: 'Cocogoose pro trial', sans-serif;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
}

.titulo-decription.form {
  margin-bottom: 24px;
  color: #000;
  font-size: 56px;
  line-height: 60px;
}

.content-topic {
  position: relative;
}

.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper.title-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-card-collection {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  min-height: 670px;
}

.content-roll {
  position: relative;
  width: 100%;
  height: 400vh;
  margin-right: auto;
  margin-left: auto;
}

.collection {
  position: absolute;
  left: 90px;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 10;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}

.content-discovery {
  position: relative;
  width: 400%;
  height: 100%;
}

.card-summer {
  position: relative;
  width: 25%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  float: left;
  background-color: rgba(97, 76, 76, 0);
}

.heading-card-summer {
  position: relative;
  left: -65px;
  top: 4%;
  right: auto;
  bottom: auto;
  z-index: 6;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 11vw;
  line-height: 10vw;
  text-shadow: 0 5px 8px rgba(0, 0, 0, 0.19);
}

.text-summer {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -8%;
  z-index: 2;
  width: 35%;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.background-blue {
  position: relative;
  width: 90%;
  height: 95%;
  max-width: 1368px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 48px;
  background-color: #0075ff;
}

.background-blue.red {
  background-color: #ff0942;
}

.mulher-curtir {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  z-index: 3;
  width: auto;
  height: 110%;
}

.collection-heading {
  z-index: 5;
  margin-bottom: 0px;
  margin-left: 27px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
}

.hero-arguments-slider-nav {
  left: 1225px;
  top: 84px;
  right: auto;
  bottom: 0px;
  width: 56px;
  height: 56px;
  margin-top: 0px;
  margin-bottom: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  background-color: #fff;
  background-image: url('../images/pointer-right.svg');
  background-position: 55% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #0096ff;
}

.hero-arguments-slider-nav:hover {
  background-color: #f0f0f0;
}

.hero-arguments-slider-nav.left {
  left: 0px;
  right: auto;
  background-image: url('../images/pointer-left.svg');
  background-position: 48% 50%;
}

.hero-features-slider {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding: 8px 12px 8px 28px;
  border-radius: 14px;
  background-color: transparent;
}

.hero-features-slide-card {
  overflow: hidden;
  margin-right: 16px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 16px;
  box-shadow: 0 7px 16px 1px rgba(0, 0, 0, 0.48);
}

.hero-features-slider-mask {
  overflow: visible;
  width: 100%;
  height: 200px;
  max-width: 160px;
}

.img-collection {
  width: auto;
  height: 100%;
  max-width: none;
  margin-left: -52px;
}

.card-heading {
  position: relative;
  z-index: 3;
  margin-top: -53px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.form-container {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.text-form {
  margin-bottom: 56px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}

.shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2c2c2c), color-stop(23%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(360deg, #2c2c2c, hsla(0, 0%, 100%, 0) 23%);
}

.banner-app {
  position: relative;
  height: 500px;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
  background-color: #0075ff;
}

.p-banner {
  width: 50%;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.image-2 {
  width: 216px;
  margin-bottom: 32px;
}

.app-down {
  width: 120px;
  margin-right: 8px;
  float: left;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 32px;
  -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;
}

.logo-footer {
  width: 216px;
}

.geregere {
  position: absolute;
  left: 7%;
  top: -7%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 120px;
  opacity: 1;
  color: #b85f5f;
}

.chair {
  position: absolute;
  left: 52%;
  top: -6%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 110%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.pinapple {
  position: absolute;
  left: -14%;
  top: 9%;
  right: 0%;
  bottom: auto;
  width: 40%;
}

.mockup {
  position: absolute;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: 0%;
  height: 100%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.laptok {
  position: absolute;
  left: auto;
  top: 3%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: auto;
  height: 85%;
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}

.explorator {
  position: absolute;
  left: auto;
  top: 0%;
  right: -4%;
  bottom: 0%;
  width: auto;
  height: 100%;
}

.theater {
  position: absolute;
  left: auto;
  top: 0%;
  right: -5%;
  bottom: 0%;
  width: 25%;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.bottle {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1%;
  width: 15%;
  -webkit-transform: rotate(31deg);
  -ms-transform: rotate(31deg);
  transform: rotate(31deg);
}

.link-collection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
}

.link-banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
}

@media (max-width: 991px) {
  .logo {
    width: 300px;
  }
  .h1-titulo {
    font-size: 48px;
    line-height: 56px;
  }
  .glass {
    left: -18%;
    display: none;
  }
  .titulo-decription {
    font-size: 48px;
    line-height: 60px;
  }
  .titulo-decription.form {
    font-size: 48px;
  }
  .content-wrapper {
    max-width: none;
    padding-right: 64px;
    padding-left: 64px;
  }
  .theme-card-collection {
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
    height: 550px;
  }
  .content-roll {
    height: 400vh;
  }
  .collection {
    left: 69px;
    bottom: 1%;
  }
  .heading-card-summer {
    left: -40px;
    top: -20px;
    z-index: 6;
    font-size: 92px;
    line-height: 92px;
  }
  .text-summer {
    position: relative;
    left: 0px;
    top: 11px;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
  }
  .background-blue {
    padding-left: 32px;
  }
  .mulher-curtir {
    left: 60%;
    top: -48px;
  }
  .collection-heading {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .hero-arguments-slider-nav {
    left: 631px;
    top: 88px;
    opacity: 0;
  }
  .hero-features-slider-mask {
    height: 160px;
    max-width: 160px;
  }
  .card-heading {
    font-size: 16px;
  }
  .text-form {
    font-size: 16px;
  }
  .banner-app {
    width: 100%;
    max-width: none;
    padding: 32px;
  }
  .p-banner {
    width: 60%;
    font-size: 24px;
    line-height: 30px;
  }
  .app-down {
    position: relative;
    z-index: 4;
    width: 15%;
  }
  .mockup {
    left: auto;
    top: 12%;
    right: -6%;
    bottom: 0%;
    height: 80%;
  }
  .laptok {
    top: 29px;
  }
  .explorator {
    left: auto;
    top: auto;
    right: -7%;
    bottom: 0%;
    height: 90%;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 240px;
  }
  .h1-titulo {
    width: 90%;
    font-size: 40px;
    line-height: 48px;
  }
  .titulo-decription {
    font-size: 40px;
    line-height: 48px;
  }
  .titulo-decription.form {
    font-size: 40px;
  }
  .content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .theme-card-collection {
    position: relative;
    overflow: visible;
    height: auto;
  }
  .content-roll {
    height: auto;
  }
  .collection {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-color: #fff;
    opacity: 1;
  }
  .content-discovery {
    width: 100%;
  }
  .card-summer {
    width: 100%;
  }
  .heading-card-summer {
    left: -29px;
    font-size: 64px;
  }
  .text-summer {
    top: -13px;
  }
  .background-blue {
    height: 500px;
    padding-left: 24px;
  }
  .mulher-curtir {
    left: auto;
    top: 10%;
    right: 0%;
    bottom: 0%;
    height: 90%;
  }
  .collection-heading {
    position: relative;
    margin-top: 16px;
    margin-bottom: 4px;
    color: #0075fc;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .hero-features-slider {
    padding-bottom: 0px;
    padding-left: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hero-features-slider-mask {
    height: 120px;
    max-width: 120px;
  }
  .card-heading {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 8%;
    z-index: 12;
    margin-top: 0px;
    margin-bottom: 0px;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    line-height: 18px;
  }
  .text-form {
    font-size: 16px;
    line-height: 24px;
  }
  .p-banner {
    width: 80%;
  }
  .image-2 {
    padding-bottom: 16px;
  }
  .geregere {
    position: absolute;
    left: 0%;
    top: -34px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .chair {
    left: 45%;
    top: -2%;
    height: 70%;
  }
  .mockup {
    top: 38%;
    right: 0%;
    height: 60%;
  }
  .laptok {
    top: 37px;
    right: 27px;
    height: 40%;
  }
  .explorator {
    right: -3%;
    height: 80%;
  }
  .theater {
    right: 13%;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 230px;
  }
  .h1-titulo {
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }
  .glass {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 250px;
  }
  .floater {
    left: auto;
    top: -10%;
    right: -28%;
    bottom: auto;
    width: 200px;
  }
  .content-divisor {
    margin-top: 48px;
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .content-divisor.banner {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .content-divisor.hero {
    margin-top: 0px;
  }
  .titulo-decription {
    font-size: 24px;
    line-height: 30px;
  }
  .titulo-decription.form {
    font-size: 24px;
    line-height: 32px;
  }
  .content-topic {
    height: auto;
  }
  .content-wrapper {
    padding-right: 31px;
    padding-left: 31px;
  }
  .content-wrapper.title-logo {
    padding-right: 0px;
    padding-left: 0px;
  }
  .theme-card-collection {
    position: relative;
    overflow: visible;
    height: auto;
  }
  .content-roll {
    overflow: visible;
    height: auto;
  }
  .collection {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 -10px 10px -7px rgba(0, 0, 0, 0.24);
    opacity: 0;
  }
  .content-discovery {
    width: 100%;
  }
  .card-summer {
    overflow: hidden;
    width: 100%;
    height: 650px;
    margin-bottom: 0px;
    float: none;
  }
  .heading-card-summer {
    left: -20px;
    top: -2px;
    font-size: 54px;
    line-height: 64px;
  }
  .text-summer {
    left: -7px;
    top: 5px;
    z-index: 5;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
  .background-blue {
    height: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .mulher-curtir {
    left: 7%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 70%;
  }
  .collection-heading {
    position: relative;
    z-index: 4;
    margin-top: 12px;
    color: #0175fc;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
  }
  .hero-arguments-slider-nav {
    left: auto;
    top: 68px;
    right: 0px;
    width: 40px;
    height: 40px;
  }
  .hero-arguments-slider-nav.left {
    top: 68px;
  }
  .hero-features-slider {
    margin-bottom: 10px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
  }
  .hero-features-slide-card {
    margin-right: 12px;
    padding-right: 0vw;
    padding-left: 0px;
    border-radius: 16px;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.7);
  }
  .hero-features-slider-mask {
    height: 132px;
    max-width: 120px;
  }
  .img-collection {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    height: 100%;
    margin-left: 0px;
    float: none;
  }
  .card-heading {
    position: relative;
    top: 68px;
    z-index: 10;
    display: block;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0 4px 9px #000;
  }
  .form-container {
    width: 100%;
    max-width: none;
  }
  .text-form {
    font-size: 12px;
    line-height: 18px;
  }
  .banner-app {
    height: 400px;
    padding: 24px 16px;
  }
  .p-banner {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .image-2 {
    width: 140px;
    margin-bottom: 8px;
    padding-bottom: 0px;
  }
  .app-down {
    width: 60px;
    margin-right: 2px;
  }
  .logo-footer {
    width: 120px;
  }
  .geregere {
    position: absolute;
    left: 0%;
    top: -11%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .chair {
    left: -4%;
    top: 33%;
    height: 60%;
  }
  .pinapple {
    top: 414px;
    width: 40%;
  }
  .laptok {
    left: 10%;
    top: auto;
    right: 0%;
    bottom: 6%;
    height: 50%;
    max-width: none;
  }
  .explorator {
    right: -14%;
    height: 60%;
    max-width: none;
  }
  .theater {
    top: 3%;
    width: 55%;
  }
  .bottle {
    bottom: -13%;
    width: 30%;
  }
}

@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-Semilight-trial.ttf') format('truetype'), url('../fonts/Cocogoose-Pro-Light-trial.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-Light-Italic-trial.ttf') format('truetype'), url('../fonts/Cocogoose-Pro-Semilight-Italic-trial.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-Thin-Italic-trial.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-Italic-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-Thin-trial.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-UltraLight-Italic-trial.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-Ultralight-trial.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Cocogoose pro trial';
  src: url('../fonts/Cocogoose-Pro-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}