
@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 100;
  src:
    url("../../fonts/rawline-100.woff2") format("woff2"),
    url("../../fonts/rawline-100.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 100;
  src:
    url("../../fonts/rawline-100i.woff2") format("woff2"),
    url("../../fonts/rawline-100i.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 200;
  src:
    url("../../fonts/rawline-200.woff2") format("woff2"),
    url("../../fonts/rawline-200.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 200;
  src:
    url("../../fonts/rawline-200i.woff2") format("woff2"),
    url("../../fonts/rawline-200i.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 300;
  src:
    url("../../fonts/rawline-300.woff2") format("woff2"),
    url("../../fonts/rawline-300.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 300;
  src:
    url("../../fonts/rawline-300i.woff2") format("woff2"),
    url("../../fonts/rawline-300i.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 400;
  src:
    url("../../fonts/rawline-400.woff2") format("woff2"),
    url("../../fonts/rawline-400.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 400;
  src:
    url("../../fonts/rawline-400i.woff2") format("woff2"),
    url("../../fonts/rawline-400i.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 500;
  src:
    url("../../fonts/rawline-500.woff2") format("woff2"),
    url("../../fonts/rawline-500.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 500;
  src:
    url("../../fonts/rawline-500i.woff2") format("woff2"),
    url("../../fonts/rawline-500i.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 600;
  src:
    url("../../fonts/rawline-600.woff2") format("woff2"),
    url("../../fonts/rawline-600.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 600;
  src:
    url("../../fonts/rawline-600i.woff2") format("woff2"),
    url("../../fonts/rawline-600i.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 700;
  src:
    url("../../fonts/rawline-700.woff2") format("woff2"),
    url("../../fonts/rawline-700.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 700;
  src:
    url("../../fonts/rawline-700i.woff2") format("woff2"),
    url("../../fonts/rawline-700i.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 800;
  src:
    url("../../fonts/rawline-800.woff2") format("woff2"),
    url("../../fonts/rawline-800.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 800;
  src:
    url("../../fonts/rawline-800i.woff2") format("woff2"),
    url("../../fonts/rawline-800i.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: normal;
  font-weight: 900;
  src:
    url("../../fonts/rawline-900.woff2") format("woff2"),
    url("../../fonts/rawline-900.woff") format("woff");
}

@font-face {
  font-family: rawline;
  font-style: italic;
  font-weight: 900;
  src:
    url("../../fonts/rawline-00.woff2") format("woff2"),
    url("../../fonts/rawline-100.woff") 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.jpg");
  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;
  }

}
