@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(../fonts/GothamRnd-Medium.otf);
}

main>.img-1,
main>.img-2 {
  position: absolute;
  z-index: 3;
}

main>.img-1 {
  left: 0;
  top: 130%
}

main>.img-2 {
  right: 0;
  top: 150%
}


/* general */

* {
  margin: 0;
  padding: 0;
  font-family: 'Gotham Rounded Medium';
  overflow-x: hidden;
}

.content {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 50px;
}

.text-pink {
  color: #840d78 !important;
}

.text-gray {
  color: #6f6f6f !important
}

.text-yellow {
  color: #fcca43!important
}

.pink {
  color: white;
  background-color: #840d78;
  width: 300px;
}


/* slide-1 */

.slide-1 {
  background-color: #5e1660;
  padding: 50px 0;
  z-index: 2
}

.slide-1>.content {
  background-image: url('../images/section_1/teste.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%
}

.maquina-back {
  position: absolute;
  top: -10%;
  left: 4%;
  max-height: 100%
}

.maquina-right {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  display: none
}

.maquina-left {
  position: absolute;
  left: 0;
  top: 25%;
  width: 250px;
  height: auto;
  display: none
}

.div-slide-1 {
  position: absolute;
  top: 5%;
}

.slide-1>.content>h1 {
  margin-top: 50px;
  max-width: 750px;
  font-size: 50px;
  line-height: 1.25
}

.slide-1>.content>h2 {
  max-width: 750px;
  font-size: 35px;
  line-height: 1.25
}

.slide-1>.content>p {
  max-width: 675px;
  margin-top: 50px;
  font-size: 22px
}

.slide-1 .image-1,
.slide-1-mobile .image-1 {
  margin-bottom: 50px;
}


/* card custom */

.card-custom {
  height: auto;
  width: auto;
  display: block;
  padding: 20px 40px;
  max-width: 560px;
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  border-radius: 10px;
  float: right;
}

.div {
  font-size: 22px;
}

.card-custom>div {
  text-align: center;
  max-width: 458px;
  margin: 0 auto;
}


/* card-mobile */

.card-custom-mobile {
  height: auto;
  width: auto;
  display: block;
  padding: 20px 40px;
  max-width: 560px;
  position: relative;
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, .2);
  border-radius: 10px;
  float: right;
  margin-top: 50px;
}

.div-mobile {
  text-align: center;
  max-width: 458px;
  margin: 0 auto;
}


/* form card */

.form-card {
  padding-bottom: 20px
}

.input-custom {
  height: 55px;
  width: 100%;
  padding: 0 20px;
  border-radius: 10px;
  margin: 5px auto;
  border: 1px solid #5e1660;
}

.input-custom:active,
.input-custom:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../images/section_1/seta.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.button-card {
  width: 100%;
  height: 65px;
  text-align: center;
  border: none;
  background-color: #840d78;
  color: white;
  border-radius: 10px;
  margin-top: 2rem;
}


/* slide-2 */

.slide-2 {
  padding: 50px 0;
}

.slide-2 .shape {
  margin-top: 100px;
}

.slide-2>.grid {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(2, 1fr)
}

.slide-2 .grid .grid-item-2>h1 {
  font-size: 50px;
  line-height: 1.25;
  margin-top: 55px;
  margin-bottom: 5px;
}

.slide-2 .grid .grid-item-2>p {
  max-width: 400px;
}

.slide-2 .grid .grid-item-1 {
  position: relative
}

.slide-2 p {
  margin-bottom: 5px;
}

.slide-2 .box {
  position: absolute;
  top: 65%;
  text-align: center;
  right: 16%;
  overflow: hidden;
}

.slide-2 .box>.span-1,
.box>.span-2 {
  font-size: 22px;
  color: white;
}

.slide-2 .box>.span-3 {
  font-size: 85px;
  color: #fcca43;
  line-height: 1
}

.slide-2>.img-1,
.slide-2>.img-2 {
  position: absolute;
}

.slide-2>.img-1 {
  top: 12%
}

.slide-2>.img-2 {
  right: 0;
  top: 18%
}


/* slide 2 mobile */

.slide-2-mobile {
  text-align: center;
  padding: 50px 0;
}

.slide-2-mobile .item-1>h1 {
  margin-bottom: 50px;
}

.slide-2-mobile .item-1>p {
  max-width: 100%;
  font-size: 18px !important;
}


/* slide-3 */

.slide-3 {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.entry {
  text-align: center;
  margin-bottom: 100px;
  overflow: hidden
}

.entry>h1 {
  font-size: 60px;
  max-width: 870px;
  margin: 20px auto;
}

.entry>span {
  background-color: #840d78;
  color: white;
  padding: 5px;
}

.button-custom {
  border: none;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto;
}

.slide-3 .box>div>p {
  max-width: 300px;
  margin: 15px auto;
  font-size: 18px
}


/* slide 4 */

.slide-4 {
  padding: 50px 0
}

.slide-4 .entry>h1 {
  font-size: 60px;
}

.slide-4 .grid {
  display: grid;
  grid-template-columns: 3fr 1.5fr;
}

.slide-4 .grid-item-2>p {
  font-size: 18px;
  margin: 40px 0;
}

.background {
  background-color: transparent;
  border: 3px solid #840d78;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 600px;
  height: 600px;
}

.background span {
  background-color: #840d78;
  border-radius: 40px;
  font-size: 22px;
  position: absolute;
  padding: 5px 15px;
  z-index: 2
}

.background .span-1 {
  top: 20%;
  left: 10%
}

.background .span-2 {
  top: 30%;
  left: 10%
}

.background .span-3 {
  top: 40%;
  left: 10%
}

.background .span-4 {
  top: 40%;
  right: 9%
}

.background .span-5 {
  top: 50%;
  right: 13%
}

.background .span-6 {
  top: 60%;
  right: 17%
}

.background .span-7 {
  top: 70%;
  right: 24%
}

.slide-4 .grid-item-1 {
  position: relative;
}

.slide-4 .grid-item-1>img {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 10%
}

.circle-1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #840d78;
  position: absolute;
  left: 23%;
  top: 0%;
  padding: 10px;
}


/* slide 5 */

.slide-5 {
  background-color: #5e1761;
  padding: 50px 0;
}

.slide-5 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.slide-5 .grid-item-1>h1 {
  font-size: 60px;
  max-width: 300px
}

.slide-5 .grid-item-1>p {
  max-width: 400px;
  font-size: 18px;
}

.slide-5 .grid-item-2 .img-1 {
  left: 55%;
  top: 15%
}

.slide-5 .grid-item-2 {
  background-image: url('../images/section_5/shape.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.slide-5 .circle {
  width: 100px;
  height: 100px;
  background-color: #840d78;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.slide-5 .gains {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-5 .gains label,
.slide-5 .gains span {
  display: block;
}

.slide-5 .obs {
  font-size: 13px;
  max-width: 100% !important;
}

.slide-5 .obs span {
  display: block;
  margin: 5px 0;
}


/* range */

input[type=range] {
  -webkit-appearance: none;
  -moz-apperance: none;
  border-radius: 6px;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #673260), color-stop(50%, #ccc));
  background-image: -moz-linear-gradient(left center, #673260 50%, #673260 15%, #ccc 50%, #ccc 100%);
}

input[type="range"]::-moz-range-track {
  border: none;
  background: none;
  outline: none;
}

input[type=range]:focus {
  outline: none;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 2px solid #673260;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}

input[type=range]:hover {
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none !important;
  background-color: #fff;
  border: 2px solid #673260;
  height: 13px;
  width: 13px;
  border-radius: 50%;
}


/* footer */

#footer {
  width: 100%;
  height: auto;
  background-color: white;
  color: #5e1761;
  font-size: 18px;
}

#footer>div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1450px;
  margin: 0 auto;
  padding: 50px 20px;
}

#footer>div:nth-child(1)>* {
  margin: 0 10px;
}

#footer>div:nth-child(1)>img {
  align-self: flex-start;
}

#footer>div:nth-child(1) .informations {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  list-style: none;
  height: 200px;
}

#footer>div:nth-child(1) .informations li {
  display: flex;
  align-items: center;
}

#footer>div:nth-child(1) .informations li>img {
  margin-right: 10px;
}

#footer>div:nth-child(1) .informations li:nth-last-child(2) {
  color: #da007f;
}

#footer>div:nth-child(1) .social-medias {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer>div:nth-child(1) .social-medias>div:nth-last-child(1) {
  margin-bottom: 20px;
}

#footer>div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(218, 0, 127);
  color: white;
  padding: 15px 0;
}


/* responsivo */

.slide-1-mobile {
  background-color: #5e1761;
  overflow: hidden;
  background-size: contain;
  padding-bottom: 50px
}

.slide-1-mobile .paragraph>.title-slide-1 {
  font-size: 40px !important;
}

.slide-1-mobile .paragraph>.subtitle-slide-1 {
  font-size: 20px;
  margin-top: 10px;
  display: block;
  text-align: center;
}

.slide-1-mobile .paragraph>p {
  font-size: 18px !important;
  margin-top: 20px;
}

@media only screen and (max-width: 1320px) {
  .background .span-1 {
    top: 20%;
    left: 4%
  }
  .background .span-2 {
  top: 30%;
    left: 5%
  }
  .background .span-3 {
    top: 40%;
    left: 7%
  }
  .background .span-4 {
    top: 37%;
    right: 4%
  }
  .background .span-5 {
    top: 47%;
    right: 8%
  }
  .background .span-6 {
    top: 56%;
    right: 14%
  }
  .background .span-7 {
    top: 64%;
    right: 24%
  }
}

@media only screen and (max-width: 1250px) {
  .slide-4 .grid {
    display: block
  }
  .slide-4 .grid-item-1 {
    background-image: url('../images/section_4/teste.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 900px
  }
  .slide-4 .background,
  .slide-4 .grid-item-1>img {
    display: none;
  }
  .slide-4 .grid-item-2 p {
    text-align: center
  }
}

@media screen and (max-width: 600px) {
  .slide-4 .grid-item-1 {
    height: 400px !important
  }
}

@media screen and (max-width: 1024px) {
  .slide-4 .grid-item-1 {
    height: 600px
  }
}

@media only screen and (max-width: 1320px) {
  .background .span-1 {
    top: 20%;
    left: 4%
  }
  .background .span-2 {
    top: 30%;
    left: 5%
  }
  .background .span-3 {
    top: 40%;
    left: 7%
  }
  .background .span-4 {
    top: 37%;
    right: 4%
  }
  .background .span-5 {
    top: 47%;
    right: 8%
  }
  .background .span-6 {
    top: 56%;
    right: 14%
  }
  .background .span-7 {
    top: 64%;
    right: 24%
  }
}

@media only screen and (max-width: 1250px) {
  .slide-4 .grid {
    display: block
  }
  .slide-4 .grid-item-1 {
    background-image: url('../images/section_4/teste.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 900px
  }
  .slide-4 .background,
  .slide-4 .grid-item-1>img {
    display: none;
  }
  .slide-4 .grid-item-2 p {
    text-align: center
  }
}

@media screen and (max-width: 600px) {
  .slide-4 .grid-item-1 {
    height: 400px !important
  }
}

@media screen and (max-width: 1024px) {
  .slide-4 .grid-item-1 {
    height: 600px
  }
}

@media screen and (max-height: 600px) {
  .card-pop-up {
    top: 0;
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 1150px) {
  /* slide 5 */
  .slide-5 .grid {
    display: block;
  }
  .slide-5 .grid-item-1 {
    margin: 50px 0;
    text-align: center;
  }
  .slide-5 .grid-item-1>h1,
  .slide-5 .grid-item-1>p {
    max-width: 100%
  }
  .slide-5 .grid-item-1 .card-custom {
    margin: 0 auto;
  }
  .slide-5 {
    background-color: #5e1761;
  }
}

@media screen and (min-width: 1475px) {
  .maquina-right,
  .maquina-left {
    display: block
  }
}

@media only screen and (max-width: 860px) {
  .entry {
    text-align: center;
    margin-bottom: 100px;
    overflow: hidden
  }
  h1 {
    font-size: 40px !important;
  }
  .entry>h1 {
    font-size: 40px !important;
    max-width: 100%;
  }
  .entry>span {
    color: white;
    padding: 5px;
  }
}

@media screen and (max-width: 1129px) {
  .slide-1-mobile,
  .slide-2-mobile {
    display: block;
  }
  .slide-1,
  .slide-2 {
    display: none;
  }
  .card-custom-mobile {
    float: none;
    position: inherit;
    max-width: 100%;
  }
  .slide-1-mobile .image-1,
  .slide-1-mobile .image-2 {
    text-align: center
  }
  .paragraph {
    text-align: center
  }
  .slide-1-mobile .image-1 {
    margin-top: 50px;
  }
  .slide-1-mobile .image-2 {
    margin: 50px 0;
  }
}

@media screen and (min-width: 1130px) {
  .slide-1-mobile,
  .slide-2-mobile {
    display: none;
  }
}

@media screen and (max-width: 490px) {
  .slide-5 .button-custom {
    width: 100%;
  }
}

@media screen and (max-width: 1625px) {
  .footer .items-footer li {
    font-size: 14px;
  }
}

@media screen and (max-width: 510px) {
  .slide-5 .gains {
    display: block;
    font-size: 18px;
  }
  .slide-5 .gains span {
    margin-bottom: 1rem;
  }
  .slide-5 .gains label {
    margin: 0 !important;
  }
}

@media screen and (min-width: 644px) {
  .slide-5 .card-custom {
    padding: 20px 0;
  }
}

@media screen and (max-width: 830px) {
  #footer>div:nth-child(1) .social-medias {
    width: 100%;
    align-items: center;
    border-top: 1px solid rgba(218, 0, 127, .2);
    margin-top: 50px;
    padding-top: 50px;
  }
  #footer>div:nth-child(1) .social-medias>div.image-wrapper {
    margin: 15px 0;
  }
  #footer>div:nth-child(1) .social-medias>div.image-wrapper+div {
    margin-top: 0;
  }
}

@media screen and (max-width: 510px) {
  #footer>div:nth-child(1)>img {
    display: none;
  }
  #footer>div:nth-child(1) .informations {
    margin: 0 auto;
  }
}

#footer .image-wrapper a,
#footer .image-wrapper a:hover {
  text-decoration: none;
}

#initial .indication-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #e7e7e7;
}

#initial .indication-container>label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #1e1e1e;
}

#initial .indication-container>input {
  background-color: #f1f1f1;
  border-color: green !important;
  height: 55px;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
  padding: 0 16px;
  transition: border-color 0.3s, background-color 0.3s;
}

select:required:invalid {
  color: #6f6f6f !important;
}

select option {
  color: black !important;
}

.link-address {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
}