@charset "UTF-8";
/*------------------------------------
  Default Styles
------------------------------------*/
/* line 4, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
html {
  font-size: 14px;
  overflow-x: hidden;
}

/* line 9, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

/* line 24, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
a {
  color: #78186D;
  outline: none;
}

/* line 28, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
a:focus,
a:hover {
  color: #63145a;
}

/* line 33, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
.nav-link {
  color: #78186D;
}

/* line 36, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
.nav-link:focus,
.nav-link:hover {
  color: #555;
}

/* line 41, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
/* line 48, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* line 53, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
/* line 60, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
/* line 69, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
::-moz-selection {
  color: #fff;
  background-color: #78186D;
}

/* line 73, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
::selection {
  color: #fff;
  background-color: #78186D;
}

/* line 78, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
.g-bg-primary ::-moz-selection {
  color: #78186D;
  background-color: #fff;
}

/* line 82, Y:/Diseño/Clientes/ihawards.com/web-ihawards/assets/unify/css/scss/core/_style.scss */
.g-bg-primary ::selection {
  color: #78186D;
  background-color: #fff;
}

/*# sourceMappingURL=../unify-core.map */