/* line 1, ../scss/omega_starterkit.scss */
body, html {
  overflow-x: hidden;
  font-display: swap; }

@font-face {
  font-display: swap; }
/* line 91, ../scss/omega_starterkit.scss */
ul, ol {
  padding: 0;
  margin: 0; }
  /* line 93, ../scss/omega_starterkit.scss */
  ul li, ol li {
    list-style-type: none; }

/* line 119, ../scss/omega_starterkit.scss */
a {
  color: inherit; }

/* line 120, ../scss/omega_starterkit.scss */
a, input, li, textarea, select, button, span {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none; }

/* line 121, ../scss/omega_starterkit.scss */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 126, ../scss/omega_starterkit.scss */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

/* line 127, ../scss/omega_starterkit.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#b0b0b0', Direction=135, Strength=3); }

/* line 133, ../scss/omega_starterkit.scss */
header, main, footer {
  float: left;
  width: 100%; }

/* line 137, ../scss/omega_starterkit.scss */
header {
  box-shadow: 0px 7px 7px #0000004d; }
  /* line 139, ../scss/omega_starterkit.scss */
  header .logo {
    display: flex;
    width: 100%;
    justify-content: center;
    background: url("../images/FRANJA_FOOTER.jpg") top center no-repeat; }
  /* line 145, ../scss/omega_starterkit.scss */
  header #header-layout {
    background: url("../images/FONDO_SUPERIOR.jpg") top center no-repeat; }
  /* line 148, ../scss/omega_starterkit.scss */
  header #block-none {
    max-width: 700px;
    margin: 20px auto; }
    /* line 153, ../scss/omega_starterkit.scss */
    header #block-none .text-formatted p {
      text-transform: uppercase;
      text-align: center;
      color: #84A7AC;
      font-weight: bold;
      font-size: 30px; }
      /* line 159, ../scss/omega_starterkit.scss */
      header #block-none .text-formatted p strong {
        color: #d37d00;
        display: block; }
      /* line 163, ../scss/omega_starterkit.scss */
      header #block-none .text-formatted p:last-child {
        font-size: 15px;
        text-align: center;
        word-break: break-all;
        color: #666;
        text-transform: initial;
        font-weight: lighter; }

/* line 176, ../scss/omega_starterkit.scss */
#block-navegacionprincipal {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  /* line 181, ../scss/omega_starterkit.scss */
  #block-navegacionprincipal:before {
    content: "";
    width: 100%;
    background: url("../images/HEADER_BOTONERA.png") top center no-repeat;
    top: -100px;
    padding-top: 100px; }
  /* line 189, ../scss/omega_starterkit.scss */
  #block-navegacionprincipal #superfish-main {
    display: flex;
    justify-content: space-between;
    width: 705px;
    align-items: center; }
    /* line 196, ../scss/omega_starterkit.scss */
    #block-navegacionprincipal #superfish-main li a {
      color: #84A7AC;
      text-transform: uppercase;
      font-size: 17px;
      width: 102px;
      text-align: center; }
