@import url(normalize.css);
.container {
  display: flex;
  width: 100%;
  max-width: 1440px; }

.container-fluid {
  display: flex;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.text-primary {
  color: #0F4E70; }

.text-center {
  justify-content: center; }

::-webkit-input-placeholder {
  text-align: center; }

header {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  flex-wrap: wrap; }
  header .logo {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center; }
    header .logo img {
      width: 100%;
      max-width: 70px;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  header .title {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center; }
  header .btns {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center; }
    header .btns a {
      text-decoration: none; }
      header .btns a button {
        background-color: #ffffff;
        padding: 1rem;
        box-sizing: border-box;
        color: #3888FF;
        border: 1px solid #3888FF;
        border-radius: 25px; }
        header .btns a button:hover {
          background-color: #0A3B85;
          color: #ffffff; }
  header .slider {
    background-color: #0A3B85;
    display: flex;
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    height: 450px;
    align-items: center; }
    header .slider h1 {
      color: #ffffff;
      font-size: 3rem;
      text-align: center; }

/*# sourceMappingURL=style.css.map */
