:root {
  --white: white;
  --black: black;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

.body-gradient {
  color: #3192d3;
  background-image: url('../images/fundo.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: FSAlbert Pro, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.header-content-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.pd-top-80 {
  padding-top: 80px;
}

.hero-section-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mid-page-form-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mid-page-content-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.footer-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 600px;
}

.pd-btm-80 {
  padding-bottom: 80px;
}

.image {
  height: 120px;
}

.pd-top-40 {
  padding-top: 40px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.mid-page-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mid-page-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.form-title {
  width: 100%;
}

.logo-casa-saude-amares {
  height: 200px;
}

.replace-this-div {
  color: #000;
  background-color: #fff;
  border: 1px dashed #e5e5e5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  display: flex;
}

.form-wrap {
  width: 100%;
}

.search-bar-top {
  color: #2b6488;
  background-color: #fff;
  border: 1px solid #2b6488;
  border-radius: 10px;
  width: auto;
  display: flex;
}

.search-bar-inside-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 12px;
  display: flex;
}

.search-bar-inside-content.border-left {
  border-left: 1px solid #2b6488;
}

.search-bar-icon {
  width: 20px;
  height: 20px;
}

.lp-hero-title {
  text-align: center;
  width: 90%;
}

.search-text {
  font-size: 16px;
}

.text-p {
  margin-bottom: 0;
  font-weight: 300;
}

.strong-italic {
  font-style: italic;
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .body-gradient {
    font-size: 22px;
  }

  .logo-casa-saude-amares {
    height: 240px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  .pd-top-80 {
    padding-top: 100px;
  }

  .footer-img {
    min-height: 800px;
  }

  .pd-btm-80 {
    padding-bottom: 100px;
  }

  .image {
    height: 140px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mid-page-content-left {
    max-width: none;
  }

  .mid-page-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mid-page-content-right {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h4 {
    font-size: 26px;
  }

  .body-gradient {
    font-size: 16px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-img {
    min-height: 200px;
  }

  .image {
    height: 100px;
  }

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

  .logo-casa-saude-amares {
    height: 150px;
  }

  .search-text {
    font-size: 14px;
    line-height: 1.1;
  }

  .strong-italic.dont-break {
    white-space: normal;
  }
}


@font-face {
  font-family: 'FSAlbert Pro';
  src: url('../fonts/FSAlbertPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FSAlbert Pro';
  src: url('../fonts/FSAlbertPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FSAlbert Pro';
  src: url('../fonts/FSAlbertPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FSAlbert Pro';
  src: url('../fonts/FSAlbertPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FSAlbert Pro';
  src: url('../fonts/FSAlbertPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FSAlbert Pro';
  src: url('../fonts/FSAlbertPro-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'FSAlbert Pro';
  src: url('../fonts/FSAlbertPro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FSAlbert Pro';
  src: url('../fonts/FSAlbertPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}