* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Questrial", sans-serif;
  font-weight: lighter;
}

.limit {
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.descriptionColor {
  background-color: #0d1320;
}

@media (min-width: 1201px) {
  body {
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  .videoContainer {
    max-width: 1200px;
  }
  .benefitsContainer {
    max-width: 1200px;
  }
  .slider {
    max-width: 1200px;
  }
}
.descriptionContainer {
  display: flex;
  align-items: center;
  height: 800px;
  flex-direction: row;
  background-color: #0d1320;
  background: #0d1320;background: linear-gradient(to right, #0d1320, #202227);
  color: white;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.textDescriptionContainer {
  width: 75%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 3%;
}
.titleContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.title {
  display: block;
  font-size: 70px;
  align-self: center;
  text-align: center;
}

.titleBlue {
  display: block;
  font-size: 70px;
  background: linear-gradient(0.25turn, #57d2bd, #60cac1, #39c3dd);;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 15px;
}
.description {
  font-size: 50px;
  text-align: center;
}
.buttonContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.buttonContainer a {
  width: 300px;
  margin-right: 0;
}
.button {
  width: 100%;
  height: 50px;
  background: linear-gradient(0.25turn, #57d2bd, #60cac1, #39c3dd);
  border-color: #51d3bd;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.button span {
  color: #06090e;
  font-size: 25px;
  font-weight: bold;
}

.imgDescription {
  width: 40%;
  height: 80%;
  padding: auto, 0px;
  display: flex;
  justify-content: end;
}

.imgDescriptionMobile {
  display: none;
}
.imgBuild {
  width: auto;
  height: 100%;
}

.limitVideo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #dcf5f9;
}

.videoContainer {
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoFrame {
  width: 90%;
  height: 80%;
  box-shadow: 0px 3px 6px #00000029;
}

.benefitsTitleContainer {
  background-color: #effbf9;
  padding-top: 20px;
}

.limitSlider {
  width: 100%;
  background-color: #effbf9;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slider {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.slidesContainer {
  height: calc(100vh - 2rem);
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  overflow: scroll;
  scroll-behavior: smooth;
}
.slidesContainer {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slidesContainer::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.slide {
  width: 100%;
  list-style: none;
  flex: 1 0 100%;
}

.benefits {
  display: flex;
  flex-direction: row;
  background-color: #effbf9;
  width: 100%;
  height: 500px;
}

.benefitsAsset {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgSmartphone {
  width: 70%;
  height: auto;
}
.vertical {
  width: 50%;
}
.benefitsTextContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 60%;
  height: 100%;
  padding: 3%;
  bottom: 150px;
}
.hiperTitle {
  text-align: center;
  font-size: 70px;
  color: #06090e;
}
.subtitle {
  text-align: center;
  font-size: 40px;
  color: #06090e;
}
.paragraph {
  font-size: 35px;
  color: #06090e;
  text-align: center;
}
.dotsContainer {
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  z-index: +4;
}

.dot {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #d9d6d6;
  border-radius: 10px;
  margin-left: 5px;
  cursor: pointer;
}
.currentDot {
  background-color: #4cc7d0;
  border: 1px solid #4cc7d0;
}

.packagesContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background-color: #dcf5f999;
}

.dogAssetContainer {
  position: relative;
  width: 100%;
}

.dogAsset {
  position: absolute;
  bottom: 50px;
  left: 10px;
  width: 200px;
  height: 250px;
}

.packagesTextContainer {
  width: 85%;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.backgroundImage {
  position: relative;
  width: 100%;
  z-index: -1;
}
.imgCity {
  position: absolute;
  bottom: 0px;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 480px;
}
.packagesChoices {
  width: auto;
}
.packegeChoice {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.smallLogo {
  width: 38px;
  height: 45px;
}
.textChoice {
  font-size: 30px;
  margin-left: 10px;
  font-weight: bold;
}

.contactContainer {
  background-color: #0d1320;
  width: 100%;
  height: 570px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.assetFormContainerMobile {
  display: none;
}

.assetFormContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
}
.contactLogo {
  height: 90%;
}
.formContainer {
  margin-top: 80px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.formTitle {
  color: #ffffff;
  font-size: 28px;
}
.inputContainer {
  background-color: transparent;
  width: 70%;
  height: 45px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.textInput {
  background-color: transparent;
  border: 1px solid #707070;
  width: 90%;
  border-radius: 33px;
  height: 100%;
  font-size: 25px;
  text-align: right;
  color: #ffffff;
  padding-right: 5%;
  padding-left: 5%;
}
.textInput::placeholder {
  font-family: "Questrial", sans-serif;
}
.textInput:focus {
  background: #34b8c2;
  outline: none;
}

.textAreaContainer {
  background-color: transparent;
  width: 70%;
  height: 150px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.textArea {
  border: 1px solid #707070;
  border-radius: 33px;
  background-color: transparent;
  width: 90%;
  height: 100%;
  font-size: 25px;
  text-align: right;
  color: #ffffff;
  resize: none;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 8px;
}
.textArea:focus {
  background: #34b8c2;
  outline: none;
}
.textArea::placeholder {
  font-family: "Questrial", sans-serif;
}

.checksContainer {
  margin-top: 5%;
  width: 67%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #ffffff;
  text-align: end;
}

.buttonFormContainer {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
.buttonForm {
  width: 50%;
  height: 35px;
  background: transparent
    linear-gradient(90deg, #06090e 0%, #233457 51%, #06090e 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 42px;
  border-color: #0d1320;
  color: white;
}

.validating {
  width: 60%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.validating {
  display: flex;
  color: #fff;
}

#validateNameText {
  display: none;
}
#validateEmailText {
  display: none;
}
.loadingContainer {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: "column";
}
.loading {
  color: #fff;
}

.lds-dual-ring {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 3px;
  border-radius: 50%;
  border: 2px solid #57d2bd;
  border-color: #57d2bd transparent #57d2bd transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 800px) {
  .buttonContainer {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .buttonContainer a {
    width: 250px;
    margin-right: 0;
  }

  .button {
    width: 100%;
    height: 45px;
  }
  .descriptionContainer {
    display: flex;
    align-items: center;
    height: 700px;
    flex-direction: row;
    background-color: #0d1320;
    color: white;
  }

  .textDescriptionContainer {
    width: 55%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    align-items: center;
  }
  .titleContainer {
    display: inline-block;
  }

  .title {
    display: block;
    font-size: 50px;
    text-align: center;
  }

  .titleBlue {
    display: block;
    font-size: 50px;
    text-align: center;
  }

  .description {
    font-size: 30px;
  }
  .imgDescription {
    width: 45%;
    height: 80%;
    padding: auto, 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .videoContainer {
    height: 500px;
    background-color: #dcf5f9;
  }

  .benefitsAsset {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .imgSmartphone {
    width: 80%;
    height: auto;
  }
  .benefitsTextContainer {
    padding: 5%;
  }

  .hiperTitle {
    text-align: center;
    font-size: 60px;
    color: #06090e;
  }
  .subtitle {
    font-size: 35px;
  }
  .paragraph {
    font-size: 30px;
  }

  .packagesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

  .dogAssetContainer {
    position: relative;
    width: 100%;
  }

  .dogAsset {
    position: absolute;
    bottom: 50px;
    left: 10px;
    width: 120px;
    height: 150px;
  }

  .packagesTextContainer {
    width: 85%;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .packagesTextContainer .subtitle {
    font-size: 28px;
  }
  .backgroundImage {
    position: relative;
    width: 100%;
    z-index: -1;
  }
  .imgCity {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
  }
  .packagesChoices {
    width: auto;
  }
  .packegeChoice {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .smallLogo {
    width: 23px;
    height: 30px;
  }
  .textChoice {
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
  }
  .contactContainer {
    background-color: #0d1320;
    width: 100%;
    height: 670px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .assetFormContainer {
    width: 35%;
  }
  .contactLogo {
    width: 100%;
    height: auto;
  }
  .formContainer {
    width: 60%;
    padding: 3%;
  }
  .formTitle {
    text-align: center;
    padding: 3%;
  }
  .inputContainer {
    background-color: transparent;
    width: 100%;
    height: 45px;
    margin-top: 10px;
  }

  .textInput {
    width: 100%;
  }

  .textAreaContainer {
    background-color: transparent;
    width: 100%;
  }

  .textArea {
    width: 100%;
  }

  .checksContainer {
    margin-top: 5%;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #ffffff;
    text-align: end;
  }

  .buttonFormContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .buttonForm {
    width: 50%;
    height: 35px;
    background: transparent
      linear-gradient(90deg, #06090e 0%, #233457 51%, #06090e 100%) 0% 0%
      no-repeat padding-box;
    border-radius: 42px;
    border-color: #0d1320;
    color: white;
  }

  .validating {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .validating p {
    color: #ffffff;
  }
}

@media (max-width: 650px) {
  .descriptionContainer {
    height: 400px;
  }
  .textDescriptionContainer {
    width: 70%;
  }
  .titleContainer {
    display: inline-block;
  }
  .title {
    font-size: 30px;
  }
  .titleBlue {
    font-size: 30px;
  }
  .description {
    font-size: 20px;
  }
  .buttonContainer a {
    width: 200px;
    margin-right: 0;
  }
  .button {
    width: 100%;
    height: 30px;
    border-radius: 18px;
  }
  .button span {
    font-size: 16px;
  }
}
@media (max-width: 610px) {
  .dogAssetContainer {
    display: none;
  }
  .videoContainer {
    height: 450px;
  }
}

@media (max-width: 450px) {
  .descriptionContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 600px;
  }

  .textDescriptionContainer {
    width: 100%;
    height: 50%;
  }
  .titleContainer {
    display: flex;
    flex-direction: column;
  }

  .title {
    font-size: 25px;
  }

  .titleBlue {
    display: inline;
    font-size: 30px;
    margin-left: 3px;
  }
  .description {
    font-size: 20px;
  }
  .buttonContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .buttonContainer a {
    width: 200px;
    margin-right: 0;
  }
  .button {
    width: 100%;
    height: 35px;
    border-radius: 18px;
  }
  .button span {
    font-size: 18px;
  }
  .imgDescription {
    display: none;
  }
  .imgDescriptionMobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .imgBuild {
    width: 100%;
    height: auto;
  }
  .imgHome {
    width: 80%;
  }

  .videoContainer {
    height: 300px;
  }
  .slider {
    width: 100%;
    height: 300px;
    /* overflow: hidden; */
  }
  .benefits {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 300px;
  }

  .benefitsAsset {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45%;
  }
  .imgSmartphone {
    width: 80%;
  }
  .benefitsTextContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 55%;
    height: 100%;
    padding-left: 0;
  }

  .benefitsTextContainer .buttonContainer a {
    width: 150px;
  }
  .hiperTitle {
    font-size: 33px;
  }
  .subtitle {
    font-size: 25px;
  }
  .paragraph {
    font-size: 25px;
    width: 80%;
  }
  .dotsContainer {
    bottom: 10px;
  }
  .dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #d9d6d6;
    border-radius: 50px;
    margin-left: 3px;
  }
  .currentDot {
    background-color: #4cc7d0;
    border: 1px solid #4cc7d0;
  }

  .packagesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 700px;
    background-color: #dcf5f999;
  }

  .dogAssetContainer {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .dogAsset {
    position: static;
    width: 170px;
    height: 170px;
  }

  .packagesTextContainer {
    width: 75%;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .packagesTextContainer .subtitle {
    font-size: 18px;
    line-height: 150%;
  }

  .backgroundImage {
    width: 100%;
  }
  .imgCity {
    width: 100%;
    height: 200px;
  }
  .packagesChoices {
    width: auto;
  }
  .packegeChoice {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .smallLogo {
    width: 26px;
    height: 33px;
  }
  .textChoice {
    font-size: 18px;
    margin-left: 10px;
  }

  .contactContainer {
    background-color: #0d1320;
    width: 100%;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .assetFormContainerMobile {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .contactLogoMobile {
    width: 220px;
    height: auto;
    position: absolute;
    right: 0;
  }
  .assetFormContainer {
    display: none;
  }
  .contactLogo {
    position: absolute;
    left: 80%;
    height: 250px;
    margin-top: 74%;
  }
  .formContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
  }
  .formTitle {
    width: 90%;
    font-size: 25px;
    text-align: center;
  }
  .inputContainer {
    width: 90%;
    height: 35px;
  }

  .textInput {
    width: 90%;
    font-size: 16px;
  }

  .textAreaContainer {
    width: 90%;
    height: 100px;
  }

  .textArea {
    width: 90%;
    height: 100%;
    font-size: 16px;
    border-radius: 18px;
  }
  .checksContainer {
    font-size: 12px;
  }
  .buttonFormContainer {
    width: 70%;
  }
  .buttonForm {
    width: 70%;
  }
  .validating {
    width: 70%;
  }
}
