@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.BgBacktoschool {
  background-color: #1E458E;
}

.SeccionForm {
  margin-top: 70px;
  font-family: 'Montserrat', sans-serif;
}

.container-custom {
  max-width: 745px;
    margin: 0 auto;
}

.boxForm {
  background-color: #fff;
    border-radius: 25px;
    padding: 20px 40px;
    margin-bottom: 2rem;
}

.form-row {
  margin-bottom: 1rem;
}

label {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}

label span {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

label input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #000;
}

label input:focus {
  outline: none;
}

.form-btn {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.form-text {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.btnSubmit {
  background-color: #95C93E;
  border: 0;
  border-radius: 50px;
  padding: 5px 30px;
  font-weight: 700;
  font-size: 24px;
  cursor: pointer;
}

.listPremios {
  margin-bottom: 2rem;
}
.listPremios h2 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.listPremios ul {}
.listPremios ul li {
  color: #95C93E;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.boxImgGel {
  display: flex;
  position: relative;
}

.gelFloat {
  position: absolute;
  bottom: 0;
  max-height: 460px;
}

.gelFloat-left {
  left: -263px;
}

.gelFloat-right {
  right: -263px;
}

.boxUtiles {
  position: relative;
}

.utilesFloat {
  position: absolute;
  bottom: -100px;
  max-height: 800px;
}

.utilesFloat-left {
  left: -30%;
}

.utilesFloat-right {
  right: -25%;
}

.boxSubirRecibo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.boxSubirRecibo--inner {
      display: flex;
}

.imgRecibo {
    max-width: 100px;
}

/* ////////// GRACIAS PAGE ////////////////// */

.boxGracias-title {
  text-align: center;
}

.boxGracias-title .title {
  color: #A1CC3E;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
}

.imgBorderFloat {
  position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -426px;
    height: 1490px;
}

/* ////////// GRACIAS PAGE ////////////////// */

@media (max-width: 991px){
  .imgBorderFloat {
      margin-left: -360px;
  }
}

@media (max-width: 767px){

  .boxGracias-title .title {
    font-size: 45px;
    line-height: 55px;
}

  .form-btn {
    flex-direction: column;
}

.listPremios ul li {
    font-size: 20px;
    line-height: 24px;
}

label span {
    font-size: 20px;
    line-height: 30px;
}

.form-text {
    font-size: 20px;
    line-height: 30px;
}

.btnSubmit {
    font-size: 20px;
}

}

@media (max-width: 575px){

  .boxGracias-title .title {
    font-size: 32px;
    line-height: 42px;
}

}

@media (max-width: 420px){

    .boxSubirRecibo--inner {
      justify-content: space-between;
  }

}

@media (min-width: 768px){
  .boxSubirRecibo--inner {
    gap: 8%;
}
  .imgRecibo {
    max-width: 230px;
  }
  .boxSubirRecibo {
      width: 77%;
  }
}