@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");

.supertitle {
  font-family: "Quicksand", sans-serif;
  font-size: 180px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
}

.h1,
h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 52px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  /* //movil
  @media (max-width: 480px) {
    font-size: 32px;
  } */
}
@media (max-width: 1024px) {
    h1{
        font-size: 40px;
    }
}

.h2,
h2 {
  font-family: "Quicksand", sans-serif;
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  /* //movil
  @media (max-width: 480px) {
    font-size: 28px;
  } */
}

.h3,
h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  /* //movil
  @media (max-width: 480px) {
    font-size: 16px;
  } */
}
@media (max-width: 1024px) {
    h3{
        font-size: 18px;
    }
}

.h4,
h4 {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  /* //movil
  @media (max-width: 480px) {
    font-size: 14px;
  } */
}

.big-p {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  /* //movil
  @media (max-width: 480px) {
    font-size: 12px;
  } */
}

.p-bold{
  font-family: "Quicksand", sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

p, .p {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
}

.p-small {
  font-family: "Quicksand", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
}

.font-menu {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
}

.buttons-font-small {
  font-family: "Quicksand", sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

.buttons-font {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  /* //movil
  @media (max-width: 480px) {
    font-size: 11px;
  } */
}

.sub-pricefont {
  font-family: "Quicksand", sans-serif;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.78;
  letter-spacing: normal;
}

.title-g-footer{
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
}
