/*Ajustando logo footer*/
@media screen and (max-width: 767px) {
  .kl-footer__info > a >img {
    margin: auto;
}


/*Ajustando CTA*/
@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
  
  .hs-cta-img, .kl-rich-text img  {
    height: auto !important;
    max-width: 100%;
  }
  
  
}


@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-family: Montserrat, sans-serif;
    color: #4D4D4D;
  }
}



/* Paragraphs */
@media screen and (max-width: 767px) {
  p {
    font-size: 13px;
    line-height: 1.375;
  }
}

/* Headings */
@media screen and (max-width: 767px) {
  h1 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    color: #4D4D4D;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    color: #4D4D4D;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    color: #4D4D4D;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #4D4D4D;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    color: #4D4D4D;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }
}