
@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 100;
  src:
    url("../fonts/rawline-100.html") format("woff2"),
    url("../fonts/rawline-101.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 100;
  src:
    url("../fonts/rawline-100i.html") format("woff2"),
    url("../fonts/rawline-100i-2.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 200;
  src:
    url("../fonts/rawline-200.html") format("woff2"),
    url("../fonts/rawline-201.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 200;
  src:
    url("../fonts/rawline-200i.html") format("woff2"),
    url("../fonts/rawline-200i-2.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 300;
  src:
    url("../fonts/rawline-300.html") format("woff2"),
    url("../fonts/rawline-301.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 300;
  src:
    url("../fonts/rawline-300i.html") format("woff2"),
    url("../fonts/rawline-300i-2.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/rawline-400.html") format("woff2"),
    url("../fonts/rawline-401.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 400;
  src:
    url("../fonts/rawline-400i.html") format("woff2"),
    url("../fonts/rawline-400i-2.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 500;
  src:
    url("../fonts/rawline-500.html") format("woff2"),
    url("../fonts/rawline-501.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 500;
  src:
    url("../fonts/rawline-500i.html") format("woff2"),
    url("../fonts/rawline-500i-2.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 600;
  src:
    url("../fonts/rawline-600.html") format("woff2"),
    url("../fonts/rawline-601.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 600;
  src:
    url("../fonts/rawline-600i.html") format("woff2"),
    url("../fonts/rawline-600i-2.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/rawline-700.html") format("woff2"),
    url("../fonts/rawline-701.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 700;
  src:
    url("../fonts/rawline-700i.html") format("woff2"),
    url("../fonts/rawline-700i-2.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 800;
  src:
    url("../fonts/rawline-800.html") format("woff2"),
    url("../fonts/rawline-801.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 800;
  src:
    url("../fonts/rawline-800i.html") format("woff2"),
    url("../fonts/rawline-800i-2.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 900;
  src:
    url("../fonts/rawline-900.html") format("woff2"),
    url("../fonts/rawline-901.html") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 900;
  src:
    url("../fonts/rawline-00.html") format("woff2"),
    url("../fonts/rawline-101.html") format("woff");
}

body {
  font-family: 'rawline';
}


.text-blue {
 color:#1351B4
}

.btn-cta {
  padding: 8px 36px;
  background: #1351B4 0 0 no-repeat padding-box;
  border: none;
  box-shadow: 0 2px 3px #00000029;
  border-radius: 24px;
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}

.btn-cta:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 993px) {
  .btn-cta {
    width: 100%!important;
  }
}

.bg-image-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../image/blue/faixa.html");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height:100vh;
}

.index-card {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.index-card  .btn-cta {
  margin-top: 24px;
}


@media (max-width: 480px) {
  .bg-image-blue {
    align-items: end;
  }

  .index-card {
    border-radius: 24px 24px 0px 0px;
  }

  .index-card  .btn-cta {
    margin-bottom: 24px;
  }

}