html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

p {
  color: #8f8f8f;
}

.terms {
  text-align: justify;
  color: black;
  width: 100%;
  height: 15rem;
  overflow: scroll;
  margin: 3rem 0 3rem;
  border: 0.2rem solid lightgrey;
  background-color: #fcf4da;
  box-shadow: 0.5rem 0.5rem rgba(189, 174, 174, 0.2);
}

.terms h1,
h2,
h3 {
  text-align: center;
}

label {
  margin-left: 1rem;
}

#choose-file {
  width: 100%;
}

.freep {
  font-size: 10px;
  color: grey;
}

.btn {
  margin-top: 35px;
}

.form-control {
  margin: 0px 0px 10px 0px;
}

/* Headings */
.up {
  position: fixed;
  top: 30px;
  right: 10px;
  margin-right: 15px;
  z-index: 1;
}

.up i {
  padding: 4.5%;
}

.big-heading {
  font-family: 'Kaushan Script', cursive;
  font-size: 3.5rem;
  line-height: 1.3;
  color: #00c2cb;
  padding-left: 70px;
}

.boxIcon {
  position: absolute;
  left: 333px;
  top: 16px;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */

.container-fluid {
  padding: 7% 10%;
}

/* Sections */

.form-section {
  background-color: #e5ccc0;
  color: #fea69b;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-section {
  background-color: #f7eceb;
  background-image: url(../images/backgroundIcons.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Navigation Bar */

.navbarReg {
  padding: 0 0 1rem !important;
}

.modal.show .modal-dialog {
  max-width: 60em;
  color: black;
  text-align: left;
}

.modalbutton {
  margin: 0 0 1.5em;
}

/* .navbar-brand {
  font-family: 'Sansita Swashed', cursive;
  font-size:2.5rem;
  font-weight: bold;
  color: #000;
} */

/* .nav-item {
  padding: 0 7px;
} */

/* .nav-link {
  font-size: 0.9rem;
  font-family: 'Kaushan Script', cursive;
} */

/* Buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Section */

#title {
  background-color: #f9f9f9;
  color: #fea69b;
  text-align: left;
}

#formOne {
  background-color: pink;
  color: #fea69b;
  text-align: left;
}

#title .container-fluid {
  padding: 3% 15% 15%;
}

/*logoIMG*/

.logo-image {
  width: 35%;
  position: absolute;
  left: 0;
}

.form-image {
  width: 80%;
  position: absolute;
  left: 0;
  top: -32px;
}

.form-image-fact {
  width: 80%;
  position: absolute;
  right: 0;
  top: -60px;
}

.form-image-cot {
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

/* Title Image */

.title-image {
  width: 100%;
  position: absolute;
  right: 4%;
  top: -54px;
}

.pasos-title {
  color: #fea69b;
  font-size: 3.5em;
  padding-bottom: 50px;
  font-family: 'Kaushan Script', cursive;
  text-decoration: underline;
}

/* .header-text {
  font-size: 3rem;
  line-height: 1.5;
} */

.header-image {
  margin-left: 0;
}

/* Features Section */

#features {
  position: relative;
}

#featCont {
  padding: 5% 15%;
}

.feature-title {
  font-size: 0.8rem;
}

.feature-box {
  padding: 4.5%;
}

.icon-como {
  color: #79d3d3;
  margin: 2.5rem;
  transition: transform .2s;
}

.icon {
  color: #79d3d3;
  margin-bottom: 1rem;
  transition: transform .2s;
}

.icon:hover {
  color: #64B6AC;
  transform: scale(1.5);
}

.upIcon {
  color: #fea69b;
  margin: 0 auto;
  font-size: 3.5em;
  display: block;
  opacity: 35%;
  transition: transform .2s;
}

.upIcon:hover {
  color: #64B6AC;
  transform: scale(1.2);
}

/* Testimonial Section */

#testimonials {
  background-color: #f9f9f9;
  color: black;
  padding: 40px 0px 0px 0px;
}

.testimonial-text {
  font-size: 2.5rem;
  line-height: 1.5;
  color: #00c2cb;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}


#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */

#pricing {
  padding: 100px;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.pricing-column {
  padding: 3% 2%;
}

/* CTA Section */


/* Footer Section */


/* Footer Section */
.contactTitle {
  font-size: 2.5rem;
  font-family: 'Kaushan Script', cursive;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  margin: 30px;
}

.social-footer {
  display: inline-flex;
}

.fb {
  background-image: url(../images/facebook.png);
  /* width: 40px;
  height: 40px;
  background-size: contain; */
}

.itgm {
  background-image: url(../images/insta.png);
  /* width: 40px;
  height: 40px;
  background-size: contain; */
}

.whats {
  background-image: url(../images/whatsapp.png);

}

.form-check {
  COLOR: #8f8f8f;
}

.regbutton {
  margin: 0 auto;
}

.carousel-control-prev-icon {
  background-color: #fea69b;
  width: 20%;
  height: 10%;
  border-radius: 20px;
}

.carousel-control-next-icon {
  background-color: #fea69b;
  width: 20%;
  height: 10%;
  border-radius: 20px;
}

.factLook {
  text-align: left;
  display: block;
  color: #00c2cb;
  font-size: 20px;
}

.pricing h3 {
  font-size: 10px;
}

#gracias {
  text-align: center;
}

.fa-10x {
  font-size: 20em;
}

.thanksLogo {
  display: inline-flex;
  margin: -60px;
}

.logo-image-thanks {
  width: 50%;
  margin: 0 auto 60px 0;
}

.back {
  padding: 11px;
  font-family: 'Kaushan Script', cursive;
  background-color: #00c2cb;
  text-align: center;
  color: white;
  display: flow-root;
  width: 9%;
  margin: 47px auto 0;
}

.thanks-title {
  color: #00c2cb;
  font-size: 3.5em;
  padding-bottom: 50px;
  font-family: 'Kaushan Script', cursive;
  text-decoration: underline;
}


/* @media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
  float: left;
    width: 94%;
    margin: 0 auto;
}
} */
@media (max-width: 360px) {
  .nav-link {
    font-size: 5rem;
  }
}


@media (max-width: 1028px) {

  /* .navbar-toggler:not(:disabled):not(.disabled){
  margin: auto;
  font-size: 2.5em;
}
.navbar {
    padding: 0 0 1.5rem;
}
.nav-link {
  font-size: 4rem;
} */
  .feature-title {
    font-size: 2.5rem;
  }

  #title {
    text-align: center;
    overflow: auto;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }

  .logo-image {
    position: static;
    width: 100%;
    margin-bottom: 16px;
  }

  .big-heading {
    font-family: 'Kaushan Script', cursive;
    font-size: 5rem;
    line-height: 1;
    color: #00c2cb;
    padding-left: 0;
    margin-top: 15px;
  }

  .testimonial-text {
    font-size: 2.8rem;
    color: #00c2cb;
  }

  .form-title {
    font-size: 2em;
  }

  .pasos-title {
    font-size: 5em;
  }

  .container-fluid {
    padding: 20% 10%;
  }

  .form-image-mob {
    width: 60%;
    right: 0;
    top: 0;
    position: inherit;
  }

  .form-image-cot {
    width: 75%;
    right: 0;
    top: 0;
    position: inherit;
  }

  .form-control {
    margin: 0px 0px 10px 0px;
    padding: 24px;
  }

  .factLook {
    text-align: center;
    display: block;
    color: #00c2cb;
    font-size: 2.5em;
  }

  .fa-4x {
    font-size: 7em;
  }

  .feature-box {
    padding: 2.5%;
  }

  .btn {
    padding: 20px;
    font-size: 2em;
  }

  input {
    font-size: 1.8em;
  }

  .upIcon {
    font-size: 5em;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 2em;
  }
}