@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, span, html, body, a {
  font-family: 'Josefin Slab', serif;
  font-weight: 100; }

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

html {
  background-color: #c0c0c0; }

#header {
  cursor: pointer;
  height: 100%;
  background-color: #000000;
  opacity: .8; }
  #header .al-header {
    height: 100%;
    overflow: hidden;
    cursor: pointer !important; }
    #header .al-header .al-icon {
      margin: auto 30%;
      top: 50%;
      margin-top: -60px;
      cursor: pointer !important;
      height: 110px;
      width: 100%;
      position: relative;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      @media only screen and (max-width: 900px) {
        #header .al-header .al-icon {
          margin: auto 15%; } }
      @media only screen and (max-width: 600px) {
        #header .al-header .al-icon {
          margin: auto; } }
      #header .al-header .al-icon .al-line:before {
        content: '';
        position: absolute;
        background-color: #ffffff;
        width: 100px;
        height: 3px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon .al-left:before {
        top: 47px;
        left: 6px;
        -ms-transform: rotate(-60deg);
        /* IE 9 */
        -o-transform: rotate(-60deg);
        /* IE 9 */
        -moz-transform: rotate(-60deg);
        /* IE 9 */
        -webkit-transform: rotate(-60deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-60deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon .al-left:after {
        content: '';
        background-color: #ffffff;
        position: absolute;
        top: 91px;
        left: 24px;
        width: 15px;
        height: 2px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -o-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon .al-right:before {
        top: 47px;
        left: 55px;
        -ms-transform: rotate(60deg);
        /* IE 9 */
        -o-transform: rotate(60deg);
        /* IE 9 */
        -moz-transform: rotate(60deg);
        /* IE 9 */
        -webkit-transform: rotate(60deg);
        /* Chrome, Safari, Opera */
        transform: rotate(60deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon .al-right:after {
        content: '';
        background-color: #ffffff;
        position: absolute;
        top: 91px;
        left: 122px;
        width: 15px;
        height: 2px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -o-transform: rotate(0deg);
        /* IE 9 */
        -moz-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon .al-center:before {
        top: 70px;
        left: 44px;
        width: 75px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon .al-center:after {
        content: 'lexia';
        font-family: 'Josefin Slab', serif;
        font-weight: 100;
        font-size: 80px;
        position: absolute;
        left: 145px;
        top: 10px;
        width: 400px;
        height: 120px;
        color: #ffffff; }
      #header .al-header .al-icon .al-si:after {
        content: '#Si';
        font-family: 'Josefin Slab', serif;
        font-weight: 100;
        font-size: 75px;
        position: absolute;
        left: 300px;
        top: 10px;
        width: 50px;
        height: 50px;
        color: #ffffff; }
        @media only screen and (max-width: 900px) {
          #header .al-header .al-icon .al-si:after {
            font-size: 55px; } }
        @media only screen and (max-width: 600px) {
          #header .al-header .al-icon .al-si:after {
            top: 30pxpx;
            left: 280px;
            font-size: 30px; } }
    #header .al-header .al-icon:hover {
      opacity: .3; }
      #header .al-header .al-icon:hover .al-left:before {
        top: 50px;
        left: 15px;
        -ms-transform: rotate(60deg);
        /* IE 9 */
        -o-transform: rotate(60deg);
        /* IE 9 */
        -moz-transform: rotate(60deg);
        /* IE 9 */
        -webkit-transform: rotate(60deg);
        /* Chrome, Safari, Opera */
        transform: rotate(60deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon:hover .al-left:after {
        top: 8px;
        left: 30px;
        width: 20px;
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -o-transform: rotate(180deg);
        /* IE 9 */
        -moz-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon:hover .al-right:before {
        top: 50px;
        left: 63px;
        -ms-transform: rotate(-60deg);
        /* IE 9 */
        -o-transform: rotate(-60deg);
        /* IE 9 */
        -moz-transform: rotate(-60deg);
        /* IE 9 */
        -webkit-transform: rotate(-60deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-60deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon:hover .al-right:after {
        top: 8px;
        left: 125px;
        width: 20px;
        -ms-transform: rotate(-180deg);
        /* IE 9 */
        -o-transform: rotate(-180deg);
        /* IE 9 */
        -moz-transform: rotate(-180deg);
        /* IE 9 */
        -webkit-transform: rotate(-180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-180deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon:hover .al-center:before {
        top: 14px;
        left: 54px;
        width: 70px;
        -ms-transform: rotate(270deg);
        /* IE 9 */
        -o-transform: rotate(270deg);
        /* IE 9 */
        -moz-transform: rotate(270deg);
        /* IE 9 */
        -webkit-transform: rotate(270deg);
        /* Chrome, Safari, Opera */
        transform: rotate(270deg);
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
      #header .al-header .al-icon:hover .al-center:after {
        content: ' Conóceme'; }
        @media only screen and (max-width: 600px) {
          #header .al-header .al-icon:hover .al-center:after {
            font-size: 50px;
            top: 35px;
            left: 130px; } }
      #header .al-header .al-icon:hover .al-si:after {
        content: ''; }

.al-vista {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

.al-vista.al-menu-open {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(500px) skew(10deg, 0deg) translate3d(-5px, -40px, -30px);
  -moz-transform: perspective(500px) skew(10deg, 0deg) translate3d(-5px, -40px, -30px);
  -o-transform: perspective(500px) skew(10deg, 0deg) translate3d(-5px, -40px, -30px);
  transform: perspective(500px) skew(10deg, 0deg) translate3d(-5px, -40px, -30px);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

.al-vista.al-menu-open:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 1000px solid #000000;
  border-bottom: 50px solid #000000;
  border-right: 15px solid #000000;
  opacity: .6;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(500px) skew(0deg, 0deg) translate3d(12px, 0px, 1px);
  -moz-transform: perspective(500px) skew(0deg, 0deg) translate3d(12px, 0px, 1px);
  -o-transform: perspective(500px) skew(0deg, 0deg) translate3d(12px, 0px, 1px);
  transform: perspective(500px) skew(0deg, 0deg) translate3d(12px, 0px, 1px);
  -webkit-box-shadow: 10px 0px 5px #000000;
  -moz-box-shadow: 10px 0px 5px #000000;
  box-shadow: 10px 0px 5px #000000; }

#nav {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -1000px;
  left: 0;
  z-index: 99;
  background-color: #000000;
  opacity: .8;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  #nav .al-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #ffffff; }
    #nav .al-menu li {
      margin: 0 5px;
      position: relative;
      overflow: hidden;
      text-align: center;
      margin-bottom: 15px;
      border-bottom: 1px solid transparent;
      border-top: 1px solid transparent;
      padding-bottom: 10px; }
      #nav .al-menu li .al-title {
        text-transform: uppercase;
        padding: 15px 10px;
        font-size: 30px;
        margin: 10px;
        margin-bottom: 0; }
      #nav .al-menu li .al-show-hover {
        position: relative;
        margin-left: -10000px;
        padding: 5px;
        margin-bottom: 0;
        text-indent: 30px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s; }
    #nav .al-menu li:hover {
      border-bottom: 1px solid #ffffff;
      border-top: 1px solid #ffffff; }
      #nav .al-menu li:hover .al-show-hover {
        margin-left: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
  #nav .al-close-menu {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    padding: 10px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    color: grey;
    opacity: .4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
  #nav .al-close-menu:hover {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 1; }

#nav.al-menu-open {
  top: 0px;
  -webkit-transition: all 1s ease 0.8s;
  -moz-transition: all 1s ease 0.8s;
  -o-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s; }

/*# sourceMappingURL=main.css.map */
