.home-slider-wrapper {
  width: var(--wrapperWidth);
  max-width: var(--wrapperMaxWidth);
  /* padding: var(--mainMenu-padding); */
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-pack: end;
  justify-content: center;
  z-index: 1;
  /* position: absolute;
  left: 10vw;
  right: 10vw; */
  bottom: 5rem;
}

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

.homeSliderTitle img {
  margin-bottom: 20px;
}

.homeSliderTitle .sup-title {
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.21875px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.homeSliderTitle .sup-title span { color: var(--color-base); }

.homeSliderTitle .title {
  font-weight: bold;
  font-size: calc(60px + 0.5vw);
  line-height: 67px;
  letter-spacing: -1.09375px;
  color: var(--color-contrast);
  margin-bottom: 20px;
}

.homeSliderTitle .subtitle {
  font-weight: bold;
  font-size: 34px;
  letter-spacing: -0.21875px;
  color: var(--color-base);
  max-width: 820px;
  margin-right: 30px;
}

.homeSliderForm .form-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.21875px;
  color: var(--color-contrast);
  max-width: 720px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.btnContacto {
  /* display: none; */
  background: var(--color-base);
  border-radius: 31px;
  padding: 12px 5px;
  min-width: 180px;
  /* font-family: Roboto; */
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 60px;
}

.homeSliderForm .form-text{
  visibility: hidden;
  /* display: none; */
}

.homeSliderForm .form-buttons{
  display: none;
}

.btnEnviarFormulario {
  background: var(--color-base);
  border-radius: 31px;
  padding: 20px;
  min-width: 180px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: white;
}

.btnEnviarFormularioWhite {
  background: var(--color-base);
  border-radius: 31px;
  padding: 20px;
  min-width: 180px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: white;
}

.btnComprar{
  min-width: 294px;
  position: absolute;
  z-index: 2;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}

.btnEnviarFormulario:hover { background: var(--color-tint);  }
.btnEnviarFormulario:focus { background: var(--color-shade); }

.btnEnviarFormularioWhite:hover { background: var(--color-tint);  }
.btnEnviarFormularioWhite:focus { background: var(--color-shade); }

.homeSliderForm {
  margin-top: 3vh;
  /* margin-bottom: 10vh; */
}

.homeSliderForm .form-buttons input {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  border-radius: 31px;
  padding: 20px 30px;
  margin-right: 20px;
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 20px;
  height: 60px;
  width: calc((100% / 3) - 23px);
}

.homeSliderForm .form-buttons input::-webkit-input-placeholder {
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.homeSliderForm .form-buttons input:-ms-input-placeholder {
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.homeSliderForm .form-buttons input::-ms-input-placeholder {
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.homeSliderForm .form-buttons input::-webkit-input-placeholder, .homeSliderForm .form-buttons textarea::-webkit-input-placeholder {
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.homeSliderForm .form-buttons input::-moz-placeholder, .homeSliderForm .form-buttons textarea::-moz-placeholder {
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.homeSliderForm .form-buttons input:-ms-input-placeholder, .homeSliderForm .form-buttons textarea:-ms-input-placeholder {
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.homeSliderForm .form-buttons input::-ms-input-placeholder, .homeSliderForm .form-buttons textarea::-ms-input-placeholder {
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.homeSliderForm .form-buttons input::placeholder,
.homeSliderForm .form-buttons textarea::placeholder {
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  /* line-height: 21px; */
  line-height: revert;
  color: #FFFFFF;
}

.homeSliderForm .form-buttons form {
  display: -webkit-box;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.homeSliderForm .form-buttons form > div{
  /* max-width: 845px; */
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
}

.homeSliderForm .form-buttons textarea{
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  width: calc(100% - 82px);
  height: 60px;
  max-height: 100px;
  max-width: 800px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

#home .flickity-page-dots { display: none;}
/* #home .flickity-slider { -webkit-transform: none !important; transform: none !important; } */
#home .flickity-button { background: transparent !important; z-index: 1 }
#home .flickity-prev-next-button { width: 50px; height: 50px; }
#home .flickity-button-icon { fill: rgba(255, 255, 255, 0.5) !important; }
#home .flickity-button:disabled { display: none; }
#home .flickity-button:focus { outline: none; box-shadow: 0 0 0 5px grey; }
#home .next { right: 50px !important; }
#home .previous { left: 50px !important; }

@media (min-width:930px) and (max-width:1460px), (max-height:890px) {
  .homeSliderTitle .title {
    font-size: 51px;
    line-height: 51px;
  }

  .homeSliderTitle .subtitle {
    font-size: 24px;
  }

  .homeSliderForm .form-buttons input,
  .btnEnviarFormulario{
    padding: 15px 20px;
  }

  .homeSliderForm {
    margin-top: 3vh;
    /* margin-bottom: 10vh; */
  }

  #home .previous { display:none !important; }
  #home .next { right: 20px !important; } 
}

@media (min-width:930px) and (max-width:1460px){
  .home-slider-wrapper {
    margin: 0 auto;
    left: auto;
    right: auto;
  }
}

@media all and (max-width:930px) {
  #home .flickity-page-dots { display: block;}
  #home .flickity-page-dots {
    bottom: 0px;
    display: -webkit-box;
    display: flex;
    left: 0% !important;
    z-index: 1;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  /* dots are lines */
  #home .flickity-page-dots .dot {
    height: 4px;
    width: calc(100%/3);
    margin: 0;
    border-radius: 0;
  }

  .homeSliderTitle .title {
    font-size: 51px !important;
    line-height: 47px !important;
  }

  .homeSliderTitle .subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .homeSliderForm {
    display: none;
  }

  .homeSliderForm {
    margin-bottom: 10vw !important;
    margin-top: 2vw !important;
  }

  .home-slider-wrapper {
    height: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    z-index: 1;
    position: initial;
  }

  .btnContacto {
    display: block;
    margin-top: 30px;
  }
  #home .previous { display: none !important; }
  #home .next { display: none !important; }
}

@media (min-height:0px) and (max-height:650px) {
  .homeSliderTitle .title {
    font-size: 40px !important;
    line-height: 47px !important;
  }

  .homeSliderTitle .subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .homeSliderForm {
    display: none;
  }

  .homeSliderForm {
    margin-bottom: 10vw !important;
    margin-top: 2vw !important;
  }

  .home-slider-wrapper {
    margin: 0 auto;
    height: 85%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    z-index: 1;
    position: initial;
    left: auto !important;
    right: auto !important;
  }

  .homeSliderTitle img {
    height: 15%;
    margin-bottom: 10px;
  }
  .btnContacto {
    display: block;
    margin-top: 5vh;
    min-width: 150px;
    padding: 10px 4px;
    font-size: 16px;
  }
}

#form-modal input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px 20px;
  margin: 0;
  width: 100%;
}

#form-modal textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 8px 20px;
  width: 100%;
  min-height: 70px;
  max-height: 150px;
  min-width: 100%;
}

#form-modal .btnEnviarFormulario {
  padding: 15px;
  margin-bottom: 0.5rem;
}

#form-modal .btnEnviarFormulario:hover {
  color: white;
  background: var(--color-shade); 
}

@media (min-width:0px) and (max-width:460px){
  .homeSliderTitle .sup-title{
    font-size: 16px;
    margin-bottom: 0px;
  }
  .homeSliderTitle .title {
    font-size: 30px !important;
    line-height: 34px !important;;
  }
  .homeSliderTitle .subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
  }
  .btnContacto {
    margin-top: 30px;
    font-size: 16px;
    padding: 8px 5px;
    min-width: 140px;
  }
}


@media (min-height:0px) and (max-height:300px){
  .homeSliderTitle .sup-title{
    font-size: 16px;
    margin-bottom: 0px;
  }
  .homeSliderTitle .title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  .homeSliderTitle .subtitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
  }
  .btnContacto {
    margin-top: 30px;
    font-size: 16px;
    padding: 8px 5px;
    min-width: 140px;
  }
}

.modal-container .content p {
  margin: 1.5rem 0;
  padding-bottom: 0;
}