@charset "UTF-8";
html, body {
  background-color: #110f00;
  font-family: "Scheherazade", serif;
  font-size: 14px; }

@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px; } }

a, p, h1, h2, h3, h4, h5, h6 {
  color: #a09c7a;
  line-height: 1.4em; }

a {
  text-decoration: none;
  outline: rgba(255, 255, 255, 0); }
  a:hover {
    color: #a09c7a;
    text-decoration: underline; }
  a.grey {
    color: #999999; }

.no-desktop {
  display: initial; }

@media (min-width: 992px) {
  .no-desktop {
    display: none; } }

#eeeee-container {
  position: relative;
  max-width: 95vw;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1850px;
  overflow: hidden; }
  #eeeee-container #eeeee {
    position: absolute;
    width: 1850px;
    height: 708px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    #eeeee-container #eeeee span.char {
      width: 12.67px;
      height: 22px;
      display: inline-block;
      float: left;
      font-family: 'Helvetica', sans-serif;
      font-weight: 400;
      color: #211d05;
      padding: 0 1px;
      transition: color 0.6s ease-in-out;
      font-size: 16px; }
    #eeeee-container #eeeee span.white {
      color: #b8b8a5 !important; }
    #eeeee-container #eeeee span.yellow {
      color: #a09c7a; }
  @media screen and (max-width: 992px) {
    #eeeee-container #eeeee {
      transform: translateY(-50%) translateX(-49.4%); } }
  @media (min-width: 992px) {
    #eeeee-container #eeeee {
      width: 3504px;
      height: 1010px; }
      #eeeee-container #eeeee span.char {
        width: 15px;
        height: 18px;
        display: inline-block;
        float: left;
        font-family: 'Helvetica', sans-serif;
        font-weight: 400;
        color: #211d05;
        padding: 15px 12px;
        transition: color 0.6s ease-in-out;
        font-size: 32px; }
      #eeeee-container #eeeee span.yellow {
        color: #a09c7a; } }

/**
 * HEADER [header]
 * Header de la página
 */
header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%; }
  header .navbar {
    padding: 50px 20px 15px;
    background-color: rgba(17, 15, 0, 0);
    transition: background-color 0.5s ease-out;
    display: block; }
    header .navbar.collapsed {
      background-color: rgba(17, 15, 0, 0.95);
      height: 100vh; }
    header .navbar button.navbar-toggler {
      margin: auto;
      border: none;
      outline: rgba(0, 0, 0, 0);
      float: none;
      display: block; }
      header .navbar button.navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url(../img/navbar-toggler-icon.png);
        background-size: 20px 12px; }
      header .navbar button.navbar-toggler .navbar-toggler-icon {
        background-image: url(../img/window-icon-close.png);
        background-size: 18px 18px; }
    header .navbar div.navbar-collapse:before {
      width: 2px;
      height: 32px;
      content: ' ';
      background-color: #9f9b7a;
      display: block;
      margin: auto; }
  header ul, header li {
    margin: 0;
    padding: 0;
    list-style: none; }
  header ul {
    text-align: center;
    padding: 10px 0; }
    header ul li a.nav-link {
      position: relative;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 15px;
      padding-right: 15px;
      line-height: 1.3em; }
      header ul li a.nav-link:after, header ul li a.nav-link:before {
        content: ' ';
        height: 2px;
        width: 0;
        position: relative;
        left: 0;
        top: -3px;
        transform: translateY(-50%);
        background-color: #a09c7a;
        transition: width 0.3s ease-out;
        display: inline-block;
        margin: 0 10px; }
      header ul li a.nav-link:hover:before, header ul li a.nav-link:hover:after, header ul li a.nav-link:focus:before, header ul li a.nav-link:focus:after, header ul li a.nav-link.active:before, header ul li a.nav-link.active:after {
        width: 35px; }
  @media screen and (min-width: 992px) {
    header {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      width: auto; }
      header .navbar {
        padding: 48px 71px; }
        header .navbar button.navbar-toggler {
          display: none; }
        header .navbar div.navbar-collapse:before {
          display: none; }
      header ul, header li {
        margin: 0;
        padding: 0;
        list-style: none; }
      header ul {
        text-align: left; }
        header ul li a.nav-link {
          position: relative;
          padding: 0;
          padding-left: 75px;
          line-height: 1.3em; }
          header ul li a.nav-link:after {
            display: none; }
          header ul li a.nav-link:before {
            content: ' ';
            height: 2px;
            width: 0;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #a09c7a;
            transition: width 0.3s ease-out; }
          header ul li a.nav-link:hover:before, header ul li a.nav-link:focus:before, header ul li a.nav-link.active:before {
            width: 55px; } }

/**
 * FOOTER [footer]
 * Estilos del footer de la página
 */
footer {
  width: 100%;
  border-top: 2px solid #3a3729;
  bottom: 0;
  padding-top: 10px;
  z-index: 12; }
  footer .footer-wrapper {
    background-color: #3a3729; }
    footer .footer-wrapper .container {
      height: 75px; }
      footer .footer-wrapper .container .row {
        justify-content: center;
        font-size: 14px; }
    footer .footer-wrapper span {
      color: #a09c7a; }
    footer .footer-wrapper a {
      display: inline-block;
      padding: 0 8px; }
      footer .footer-wrapper a:last-child {
        border-right: none; }
  @media screen and (min-width: 992px) {
    footer {
      width: 100%;
      border-top: 2px solid #3a3729;
      bottom: 0;
      padding-top: 10px;
      z-index: 10; }
      footer .footer-wrapper {
        background-color: #3a3729; }
        footer .footer-wrapper .container {
          height: 75px; }
        footer .footer-wrapper span {
          color: #a09c7a; }
        footer .footer-wrapper a {
          display: inline-block;
          padding: 0 8px; }
          footer .footer-wrapper a:last-child {
            border-right: none; } }

/**
 * MAIN [main]
 * Estilos generales del contenedor de secciones
 */
main {
  position: absolute;
  width: 100%;
  height: 0;
  z-index: 11; }
  main section.window {
    height: 0%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.7s ease-out;
    overflow: hidden;
    background-color: rgba(17, 15, 0, 0.8); }
    main section.window.show {
      height: 100%;
      display: block; }
      main section.window.show .window-dialog {
        opacity: 1; }
    main section.window .window-dialog {
      width: 100%;
      height: 100%;
      padding-top: 55px;
      padding-bottom: 110px;
      padding-right: 20px;
      padding-left: 20px;
      opacity: 0;
      transition: opacity 0.3s ease-out; }
      main section.window .window-dialog .window-content {
        max-width: 445px;
        margin: auto;
        max-height: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        min-height: 500px; }
        main section.window .window-dialog .window-content .simplebar-track.simplebar-vertical::before {
          content: ' ';
          position: absolute;
          height: 100%;
          width: 3px;
          background-color: #3a3729;
          left: 50%;
          margin-left: -1px;
          z-index: 0; }
        main section.window .window-dialog .window-content .simplebar-scrollbar {
          cursor: pointer; }
          main section.window .window-dialog .window-content .simplebar-scrollbar:before {
            opacity: 1;
            background-color: #a09c7a; }
        main section.window .window-dialog .window-content a.btn-close {
          width: 28px;
          height: 28px;
          background-color: transparent;
          display: block;
          margin: 0 auto 30px auto;
          padding: 5px;
          opacity: 0;
          position: relative;
          transition: background-color 0.2s ease-out;
          overflow: hidden; }
          main section.window .window-dialog .window-content a.btn-close:before {
            content: '';
            background-image: url(../img/window-icon-close.png);
            background-position: center;
            background-size: 18px 18px;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 28px;
            height: 28px;
            transition: transform 0.2s ease-in-out; }
          main section.window .window-dialog .window-content a.btn-close:hover {
            background-color: #3a3729; }
            main section.window .window-dialog .window-content a.btn-close:hover:before {
              transform: rotate(90deg); }
        main section.window .window-dialog .window-content h1, main section.window .window-dialog .window-content h2, main section.window .window-dialog .window-content h3, main section.window .window-dialog .window-content h4, main section.window .window-dialog .window-content h5, main section.window .window-dialog .window-content h6 {
          text-align: center;
          line-height: 2em;
          font-family: Helvetica, Verdana, sans-serif;
          font-size: 25px;
          text-transform: uppercase;
          font-weight: 400; }
        main section.window .window-dialog .window-content .window-scroll {
          max-height: 35vh;
          overflow: auto; }
          main section.window .window-dialog .window-content .window-scroll.no-scroll {
            overflow: hidden;
            max-height: auto; }
          main section.window .window-dialog .window-content .window-scroll .window-scroll-content {
            padding: 0 30px 0 30px; }
            main section.window .window-dialog .window-content .window-scroll .window-scroll-content p, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h1, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h2, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h3, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h4, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h5, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h6 {
              text-align: left;
              font-family: "Scheherazade", serif;
              font-weight: 400;
              font-size: 15px; }
              main section.window .window-dialog .window-content .window-scroll .window-scroll-content p.center, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h1.center, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h2.center, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h3.center, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h4.center, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h5.center, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h6.center {
                text-align: center; }
            main section.window .window-dialog .window-content .window-scroll .window-scroll-content h1, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h2, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h3, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h4, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h5, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h6,
            main section.window .window-dialog .window-content .window-scroll .window-scroll-content p.grey {
              color: #999999; }
  main p.button {
    text-align: center;
    padding: 40px 0; }
    main p.button a {
      display: inline-block;
      background-color: #3a3729;
      padding: 5px;
      text-decoration: none; }
      main p.button a span {
        font-family: Helvetica, sans-serif;
        border: 2px solid #a09c7a;
        display: block;
        padding: 7px 35px;
        color: #a09c7a;
        font-weight: 600; }
      main p.button a:hover {
        background-color: #a09c7a; }
        main p.button a:hover span {
          border: 2px solid #3a3729;
          color: #3a3729; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  main section.window .window-dialog .window-content a.btn-close {
    margin-bottom: 120px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  main section.window .window-dialog .window-content a.btn-close {
    margin-bottom: 55px; } }

@media screen and (min-width: 992px) {
  main {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9; }
    main section.window {
      height: 0%;
      width: 100%;
      position: fixed;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      transition: all 0.7s ease-out;
      overflow: hidden;
      background-color: rgba(17, 15, 0, 0.8); }
      main section.window.show {
        height: 100%;
        display: block; }
        main section.window.show .window-dialog {
          opacity: 1; }
      main section.window .window-dialog {
        width: 100%;
        height: 100%;
        padding-top: 100px;
        padding-bottom: 110px;
        opacity: 0;
        transition: opacity 0.3s ease-out; }
        main section.window .window-dialog .window-content {
          max-width: 445px;
          margin: auto;
          max-height: 100%;
          height: 100%;
          position: relative;
          overflow: hidden;
          min-height: 500px; }
          main section.window .window-dialog .window-content .simplebar-track.simplebar-vertical::before {
            content: ' ';
            position: absolute;
            height: 100%;
            width: 3px;
            background-color: #3a3729;
            left: 50%;
            margin-left: -1px;
            z-index: 0; }
          main section.window .window-dialog .window-content .simplebar-scrollbar {
            cursor: pointer; }
            main section.window .window-dialog .window-content .simplebar-scrollbar:before {
              opacity: 1;
              background-color: #a09c7a; }
          main section.window .window-dialog .window-content a.btn-close {
            opacity: 1; }
          main section.window .window-dialog .window-content h1, main section.window .window-dialog .window-content h2, main section.window .window-dialog .window-content h3, main section.window .window-dialog .window-content h4, main section.window .window-dialog .window-content h5, main section.window .window-dialog .window-content h6 {
            text-align: center;
            line-height: 2em; }
          main section.window .window-dialog .window-content .window-scroll {
            max-height: 35vh;
            overflow: auto; }
            main section.window .window-dialog .window-content .window-scroll.no-scroll {
              overflow: hidden;
              max-height: auto; }
            main section.window .window-dialog .window-content .window-scroll .window-scroll-content {
              padding: 0 30px 0 0; }
              main section.window .window-dialog .window-content .window-scroll .window-scroll-content p, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h1, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h2, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h3, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h4, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h5, main section.window .window-dialog .window-content .window-scroll .window-scroll-content h6 {
                text-align: left; }
              main section.window .window-dialog .window-content .window-scroll .window-scroll-content p.grey {
                color: #999999; }
    main p.button {
      text-align: center;
      padding: 40px 0; }
      main p.button a {
        display: inline-block;
        background-color: #3a3729;
        padding: 5px;
        text-decoration: none; }
        main p.button a span {
          font-family: Helvetica, sans-serif;
          border: 2px solid #a09c7a;
          display: block;
          padding: 7px 35px;
          color: #a09c7a; }
        main p.button a:hover {
          background-color: #a09c7a; }
          main p.button a:hover span {
            border: 2px solid #3a3729;
            color: #3a3729; } }

@media screen and (max-height: 480px) {
  main p.button {
    padding: 10px 0; } }

/**
 * BRAND [#brand]
 * Estilos del brand de la página
 */
#brand {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 95px 30px 20px;
  z-index: 0;
  text-align: center; }
  #brand a {
    font-size: 16px; }
    #brand a:hover {
      text-decoration: none; }
  @media screen and (min-width: 992px) {
    #brand {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 430px;
      padding: 47px 90px;
      z-index: 10;
      line-height: 1.3em;
      z-index: 1;
      text-align: left; }
      #brand a {
        font-size: 18px; }
        #brand a:hover {
          text-decoration: none; } }

/**
 * #home [#home]
 * Estilos de la home
 */
#home {
  position: absolute;
  height: calc(100vh - 280px);
  width: 100vw;
  transform: translateY(-37%);
  top: 50%;
  z-index: 0;
  height: 100vh;
  transform: none;
  top: 0;
  padding: 188px 0 100px; }
  @media screen and (min-width: 992px) {
    #home {
      position: absolute;
      height: calc(100% - 330px);
      width: 100%;
      transform: translateY(-50%);
      top: 50%;
      height: 100vh;
      top: 0;
      transform: none; } }

/**
 * SECTION-CONOCENOS [#section-conocenos]
 * Estilos específicos de la sección de conócenos
 */
#section-conocenos .window-scroll-content p, #section-conocenos .window-scroll-content span {
  text-align: center; }

#section-conocenos .social {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%; }
  #section-conocenos .social:before {
    content: ' ';
    background-color: #a09c7a;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #section-conocenos .social ul, #section-conocenos .social li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #section-conocenos .social ul {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%; }
    #section-conocenos .social ul li {
      display: inline-block;
      margin: 0; }
      #section-conocenos .social ul li a {
        width: 57px;
        height: 46px;
        display: block;
        background-image: url(../img/btn-social-bg.svg);
        background-repeat: no-repeat;
        background-size: 57px auto;
        background-position: center;
        color: white;
        text-decoration: none;
        line-height: 50px;
        text-align: center;
        transition: color 0.5s ease-in-out; }
        #section-conocenos .social ul li a i {
          line-height: 0; }
        #section-conocenos .social ul li a:hover {
          color: #a09c7a; }

@media screen and (min-width: 992px) {
  #section-conocenos .window-scroll-content p, #section-conocenos .window-scroll-content span {
    text-align: center; }
  #section-conocenos .social {
    display: block;
    position: absolute;
    bottom: 200px;
    left: 0;
    width: 100%; }
    #section-conocenos .social:before {
      content: ' ';
      background-color: #a09c7a;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    #section-conocenos .social ul, #section-conocenos .social li {
      margin: 0;
      padding: 0;
      list-style: none; }
    #section-conocenos .social ul {
      position: relative;
      z-index: 1;
      text-align: center;
      width: 100%; }
      #section-conocenos .social ul li {
        display: inline-block;
        margin: 0 10px; }
        #section-conocenos .social ul li a {
          width: 60px;
          height: 48px;
          display: block;
          background-image: url(../img/btn-social-bg.svg);
          background-repeat: no-repeat;
          background-size: 60px 48px;
          background-position: center;
          color: #ffffff;
          text-decoration: none;
          line-height: 52px;
          text-align: center;
          transition: color 0.3s ease-in-out; }
          #section-conocenos .social ul li a i {
            line-height: 0; }
          #section-conocenos .social ul li a:hover {
            color: #a09c7a; } }
