@charset "UTF-8";
/*
Theme Name: Prado Nuevo -Temas
Theme URI: https://www.pradonuevo.es/
Author: Juan Pablo Delgado Cámara
Author URI: https://www.linkedin.com/in/jpablo-delgado-camara/
Description: Este tema ha sido desarrollado para la página web de la vida y obra de Luz Amparo Cuevas. Para mayor Gloria de Dios por medio de la Santísima Virgen María.
Version: 2020.1
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  overflow: hidden; }

img {
  display: block;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

a {
  display: block;
  text-decoration: none; }

video {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center; }

audio {
  display: block; }

p a {
  display: inline; }

li {
  list-style-type: none; }

table, tr, td {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  scroll-behavior: smooth; }

body {
  font: normal normal normal 100%/140% Fakt Pro Medium, "Roboto", sans-serif;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #4e4e4e;
  background: white;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 100%; }

form input, form textarea, form select {
  font: normal normal normal 100%/140% Fakt Pro Medium, "Roboto", sans-serif;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  background-color: transparent;
  /* appearance: none; */
  display: block; }

a {
  color: #4e4e4e; }

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../luzamparo/fonts/Gilroy-ExtraBold.otf"); }

@font-face {
  font-family: "Gilroy-Light";
  src: url("../luzamparo/fonts/Gilroy-Light.otf"); }

@font-face {
  font-family: "Mantis-Informal";
  src: url("../luzamparo/fonts/mantisinformaltext-webfont.ttf"); }

@font-face {
  font-family: "Mantis-Informal-italic";
  src: url("../luzamparo/fonts/mantisinformaltext-italic-webfont.ttf"); }

@font-face {
  font-family: "Freehand";
  src: url("../luzamparo/fonts/freehand-bold-webfont.ttf"); }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: auto;
  align-content: auto;
  min-height: 100vh;
  color: white;
  background: white; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px; }
  @media only screen and (max-width: 700px) {
    header {
      height: 50vh; } }
  @media only screen and (max-width: 700px) {
    header nav {
      height: 50vh; } }
  header nav .menu-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: auto;
    align-content: auto; }
    @media only screen and (max-width: 700px) {
      header nav .menu-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px; } }
    header nav .menu-top i {
      font-size: 2em;
      color: white; }
      header nav .menu-top i:hover {
        color: #8ac800;
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      header nav .menu-top i.fas {
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
        header nav .menu-top i.fas.fa-times {
          display: none;
          -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg); }
          header nav .menu-top i.fas.fa-times.active {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
            header nav .menu-top i.fas.fa-times.active:hover {
              -webkit-transform: scale(1, 1) rotate(90deg) skew(0, 0) translate(1px, 1px);
              -ms-transform: scale(1, 1) rotate(90deg) skew(0, 0) translate(1px, 1px);
              transform: scale(1, 1) rotate(90deg) skew(0, 0) translate(1px, 1px); }
        header nav .menu-top i.fas.fa-bars:hover {
          -webkit-transform: scale(1, 1) rotate(180deg) skew(0, 0) translate(1px, 1px);
          -ms-transform: scale(1, 1) rotate(180deg) skew(0, 0) translate(1px, 1px);
          transform: scale(1, 1) rotate(180deg) skew(0, 0) translate(1px, 1px); }
  header nav .menu-topmenu-container {
    display: none; }
    header nav .menu-topmenu-container ul {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50px;
      z-index: 1;
      background-color: #7c7661;
      opacity: 0.8;
      padding: 0 10% 0px 10%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: auto;
      align-content: auto; }
      @media only screen and (max-width: 700px) {
        header nav .menu-topmenu-container ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: auto;
          align-content: auto;
          height: 50vh; } }
      header nav .menu-topmenu-container ul li {
        color: white;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 5px;
        opacity: 0.5;
        text-transform: uppercase;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        @media only screen and (max-width: 700px) {
          header nav .menu-topmenu-container ul li {
            width: 50%; } }
        header nav .menu-topmenu-container ul li a {
          color: #ffffff; }
        header nav .menu-topmenu-container ul li:hover {
          opacity: 0.9;
          background-color: rgba(128, 127, 127, 0.2);
          border-bottom: 2px solid rgba(238, 238, 238, 0.2); }
        header nav .menu-topmenu-container ul li.current-menu-item {
          opacity: 1;
          letter-spacing: 0.5mm;
          font-weight: 800; }
          header nav .menu-topmenu-container ul li.current-menu-item:hover {
            background-color: rgba(128, 127, 127, 0.2); }
          header nav .menu-topmenu-container ul li.current-menu-item a {
            color: #ffffff;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease; }
            header nav .menu-topmenu-container ul li.current-menu-item a:hover {
              color: white; }

main {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  main.home {
    overflow: hidden; }
  main.page {
    overflow: auto; }
  main .chivato {
    padding: 25px 50px;
    font-size: 2em;
    position: fixed;
    top: 5%;
    left: 0;
    background: black;
    color: white;
    z-index: 1;
    display: none; }
  main .subir {
    position: fixed;
    bottom: 5%;
    right: calc(50% - 25px);
    width: 50px;
    height: 50px;
    opacity: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    main .subir i {
      font-size: 2.5em;
      color: white;
      opacity: 0.5;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      main .subir i:hover {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  main .apartados {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: auto;
    align-content: auto; }
    @media only screen and (max-width: 1095px) {
      main .apartados {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: auto;
        align-content: auto; } }
    main .apartados:nth-child(even) {
      background: #f8ecc2; }
    main .apartados:nth-child(odd) {
      background: #f0e0a8; }
    main .apartados .scroll {
      position: fixed;
      width: 50px;
      height: 50px;
      right: calc( 50% - 25px);
      bottom: 8%; }
      main .apartados .scroll i {
        font-size: 2.5em;
        color: white;
        opacity: 0.5; }
    main .apartados .texto-crono {
      height: 20%;
      padding: 50px; }
      main .apartados .texto-crono h1 {
        font-size: 3em;
        font-family: 'Gilroy-Bold';
        font-weight: 700; }
        @media only screen and (max-width: 710px) {
          main .apartados .texto-crono h1 {
            font-size: 2em; } }
    main .apartados .texto {
      width: 50%;
      height: auto;
      padding: 50px; }
      @media only screen and (max-width: 1095px) {
        main .apartados .texto {
          width: 100%;
          height: auto; } }
      main .apartados .texto h1 {
        font-size: calc(1.525rem + 6.3vw);
        font-family: 'Gilroy-Bold';
        font-weight: 700;
        -webkit-text-stroke-color: #4e4e4e;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: .012em;
        margin-bottom: 20px;
        color: #d51d00; }
        main .apartados .texto h1::after {
          content: '';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100vh;
          height: 50px;
          background-image: url("../luzamparo/img/seplineadec.png");
          background-repeat: no-repeat; }
        @media only screen and (min-width: 1095px) {
          main .apartados .texto h1 {
            font-size: 5em; } }
      main .apartados .texto h2 {
        font-size: calc(1.525rem + 4vw);
        font-family: 'Gilroy-Bold';
        font-weight: 500;
        color: #887558;
        margin-bottom: 15px; }
        main .apartados .texto h2::after {
          content: '';
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100vh;
          height: 50px;
          background-image: url("../luzamparo/img/seplineadec.png");
          background-repeat: no-repeat; }
        @media only screen and (min-width: 1095px) {
          main .apartados .texto h2 {
            font-size: 4em; } }
      main .apartados .texto h3 {
        font-family: 'Gilroy-Bold';
        font-weight: 500;
        color: #887558;
        margin-bottom: 10px;
        font-size: 2.5em; }
      main .apartados .texto h4 {
        font-family: 'Gilroy-Bold';
        font-weight: 500;
        color: #887558;
        margin-bottom: 10px;
        font-size: 2em; }
      main .apartados .texto h5 {
        font-family: 'Gilroy-Bold';
        font-weight: 300;
        color: #887558;
        margin-bottom: 10px;
        font-size: 1.2em; }
      main .apartados .texto .pPrimero {
        line-height: 1.5em;
        margin-bottom: 20px;
        font-family: "Mantis-Informal";
        color: #7c7661;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
      main .apartados .texto p {
        line-height: 1.5em;
        margin-bottom: 20px;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
        font-family: "Mantis-Informal";
        color: #7c7661; }
        main .apartados .texto p span {
          font-weight: 500;
          font-size: 1.5em; }
    main .apartados .imagen-pequena {
      padding: 30px 0  0 50px;
      width: 500px; }
      @media only screen and (max-width: 550px) {
        main .apartados .imagen-pequena {
          width: 300px;
          padding: 30px 0 0 0; } }
      main .apartados .imagen-pequena img {
        margin-bottom: 20px; }
      main .apartados .imagen-pequena span {
        font-family: "Mantis-Informal";
        color: #7c7661;
        margin-top: 20px;
        font-size: 1em; }
    main .apartados .imagen {
      width: 50%;
      height: auto;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      @media only screen and (max-width: 1095px) {
        main .apartados .imagen {
          width: 100%;
          height: auto; } }
      main .apartados .imagen:hover {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9); }
      main .apartados .imagen span {
        background: #4e4e4e;
        color: #ffffff;
        position: absolute;
        font-family: "Mantis-Informal";
        width: 100%;
        bottom: 0;
        height: auto;
        padding: 5px; }
        @media only screen and (max-width: 500px) {
          main .apartados .imagen span {
            font-size: 0.8em;
            height: auto; } }
      main .apartados .imagen img {
        height: 100vh;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        -webkit-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0; }
        @media only screen and (min-width: 1095px) {
          main .apartados .imagen img {
            height: 100vw;
            -o-object-position: 80% 50%;
            object-position: 80% 50%; } }
        @media only screen and (min-width: 1400px) {
          main .apartados .imagen img {
            height: 100vh; } }
        @media only screen and (max-width: 800px) {
          main .apartados .imagen img {
            max-height: 50vh;
            -o-object-position: 80% 50%;
            object-position: 80% 50%; } }
    main .apartados .slider {
      width: 100%;
      background: #7c7661;
      overflow: hidden;
      position: relative; }
    main .apartados .grande {
      height: auto;
      background: #4e4e4e;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      main .apartados .grande .slide {
        padding: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        main .apartados .grande .slide .parrafoSlide {
          margin: 0 0 0 50px;
          font-family: "Mantis-Informal";
          width: 60%; }
        main .apartados .grande .slide h2 {
          width: 40%;
          font-family: "Gilroy-Bold"; }
    main .apartados .puntos {
      width: 150%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-left: calc( 50% - 140px);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      border-bottom: 2px solid #8ac800; }
      main .apartados .puntos ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        main .apartados .puntos ul li {
          width: 10%;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: 1em;
          font-family: "Mantis-Informal";
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s;
          cursor: pointer;
          opacity: 0.5; }
          main .apartados .puntos ul li.este {
            opacity: 1;
            font-size: 1.2em;
            font-weight: bold;
            color: #8ac800; }
            main .apartados .puntos ul li.este::after {
              border-color: transparent transparent #8ac800 transparent; }
          main .apartados .puntos ul li::after {
            content: '';
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 12px 12px 12px;
            border-color: transparent transparent #639a00 transparent; }
    main .apartados .columnas {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    main .apartados .columna {
      width: 25%;
      height: 90vh;
      background-color: salmon;
      -webkit-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      overflow: hidden;
      position: relative; }
    main .apartados .columnas > :nth-child(1) {
      background: url("../luzamparo/img/iglesia-penascosa.jpg") no-repeat center center/cover scroll; }
    main .apartados .columnas > :nth-child(2) {
      background: url("../luzamparo/img/2 PILA DE BAUTISMO  EN PEÑASCOSA DONDE BAUTIZARON A LUZ AMPARO.JPG") no-repeat center center/cover scroll; }
    main .apartados .columnas > :nth-child(3) {
      background: url("../luzamparo/img/Pesebre desde la sierra 2.jpg") no-repeat center center/cover scroll; }
    main .apartados .columnas > :nth-child(4) {
      background: url("../luzamparo/img/ubicacion-pesebre.jpg") no-repeat center center/cover scroll; }
    main .apartados .columna:hover {
      background-color: black;
      width: 30%; }
    main .apartados .columna .contenido {
      width: 100%;
      position: relative;
      z-index: 10; }
    main .apartados .columna video {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      top: 0;
      left: 0;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      z-index: 1;
      opacity: 0;
      -webkit-transition: all .8s ease .4s;
      -o-transition: all .8s ease .4s;
      transition: all .8s ease .4s; }
    main .apartados .columna h2 {
      width: 20%;
      font-size: 3em;
      color: white;
      -webkit-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease;
      margin: 0 auto; }
    main .apartados .columna h3 {
      width: 20%;
      font-size: 2em;
      color: white;
      margin: 10px auto 20px;
      opacity: 0;
      /*height: 0;*/
      -webkit-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease;
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px); }
    main .apartados .columna p {
      width: 20%;
      font-size: 1.5em;
      color: white;
      font-style: italic;
      opacity: 0;
      /*height: 0;*/
      margin: 0 auto;
      -webkit-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px); }
    main .apartados .columna:hover h3, main .apartados .columna:hover p {
      /*height: 20px;*/
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    main .apartados .lateral {
      opacity: 0;
      width: 0%; }
    main .apartados .abierto, main .apartados .abierto:hover {
      width: 100%; }
    main .apartados .columna.abierto h3, main .apartados .columna.abierto p {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px); }
    main .apartados .cerrado {
      width: 0%; }
    main .apartados .abierto h2, main .apartados .abierto h3, main .apartados .abierto p {
      text-align: left;
      width: 80%; }
    main .apartados .abierto .lateral {
      opacity: 1;
      position: absolute;
      width: calc( 50% - 200px);
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      padding: 0 100px;
      top: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    main .apartados .abierto.columna video {
      opacity: 1; }
  main .main__seccion {
    position: relative;
    overflow: hidden; }
    main .main__seccion.main__seccion-features {
      width: 100%;
      background-color: #f7f7f7; }
      main .main__seccion.main__seccion-features h2 {
        color: #666;
        width: 100%;
        height: 30px;
        margin: 30px auto 0px auto;
        text-align: center;
        text-transform: uppercase; }
      main .main__seccion.main__seccion-features .tabs__linea {
        width: 30px;
        height: 3px;
        background-color: #32c5d2;
        margin: 0 auto 30px auto; }
      main .main__seccion.main__seccion-features .seccion-features__buttons {
        width: 100%; }
        main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: auto;
          align-content: auto;
          width: 100%;
          padding: 0 10% 0px 10%;
          height: 200px; }
          main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .buttons__list--triangulo {
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-bottom: 15px solid #2f353b;
            border-right: 15px solid transparent;
            border-left: 15px solid transparent;
            position: absolute;
            top: 265px;
            left: 22%;
            z-index: 2; }
          main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .list__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: auto;
            align-content: auto;
            text-transform: uppercase;
            width: 100%;
            height: 50%; }
            main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .list__item i {
              font-size: 3em;
              color: #cfd9e6; }
            main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .list__item span {
              color: #cfd9e6; }
              @media (max-width: 500px) {
                main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .list__item span {
                  display: none; } }
            main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .list__item h3 {
              color: #525e64; }
            main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .list__item.activo {
              color: #32c5d2; }
              main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .list__item.activo i {
                color: #32c5d2; }
              main .main__seccion.main__seccion-features .seccion-features__buttons .buttons__list .list__item.activo span {
                color: #32c5d2; }
      main .main__seccion.main__seccion-features .seccion-features__tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: auto;
        align-content: auto;
        width: 100%;
        padding: 50px;
        background-color: #2f353b;
        color: white; }
        main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item {
          display: none; }
          main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item.ver {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: auto;
            align-content: auto; }
            @media (max-width: 500px) {
              main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item.ver {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
                -ms-flex-pack: distribute;
                justify-content: space-around;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -ms-flex-line-pack: auto;
                align-content: auto; } }
          main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item .izquierda {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-line-pack: auto;
            align-content: auto;
            width: 70%; }
            @media (max-width: 500px) {
              main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item .izquierda {
                width: 100%;
                height: auto; }
                main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item .izquierda p {
                  max-width: 100%; } }
            main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item .izquierda h3 {
              font-size: 2em;
              margin-bottom: 20px;
              text-transform: uppercase; }
            main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item .izquierda p {
              max-width: 90%;
              color: #838e9a;
              margin-bottom: 20px; }
            main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item .izquierda a {
              min-width: 20%;
              min-height: 30px;
              color: #ffffff;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              text-transform: uppercase;
              background: #32c5d2;
              border-color: #32c5d2; }
          main .main__seccion.main__seccion-features .seccion-features__tabs .tabs__item img {
            max-width: 300px;
            padding: 5px;
            border: 1px solid rgba(255, 255, 255, 0.1); }

.menu-icono {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .menu-icono i {
    color: white;
    font-size: 3em; }

.main__via {
  width: 100%;
  height: 700%;
  background: #4e4e4e;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.via__section {
  width: 100%;
  height: calc( 100% / 7);
  opacity: .8;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background: no-repeat 50% 20% / cover; }
  .via__section--seis {
    background-image: url("../luzamparo/img/Luz Amparo en Éxtasis.jpg"); }
  .via__section--cuatro {
    background-image: url("../luzamparo/img/escanear0018.jpg"); }
  .via__section--tres {
    background-image: url("../luzamparo/img/20150110004028_00001-rc.jpg"); }
  .via__section--dos {
    background-image: url("../luzamparo/img/dibujo-amparo-nina.jpg"); }
  .via__section--uno {
    background-image: url("../luzamparo/img/Cuadro-Luz-Amparo-Elvira-Soriano.jpg"); }
  .via__section #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }
  .via__section * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .via__section .video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99; }
  .via__section .video-foreground,
  .via__section .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  @media (min-aspect-ratio: 16 / 9) {
    .via__section .video-foreground {
      height: 300%;
      top: -100%; } }
  @media (max-aspect-ratio: 16 / 9) {
    .via__section .video-foreground {
      width: 300%;
      left: -100%; } }

.via__section h2 {
  opacity: 0; }

.via__section a {
  opacity: 0; }

.via__section .p-texto-principal {
  opacity: 0; }

.via__section .p-texto {
  opacity: 0; }

.via__section--grande {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
  .via__section--grande .via-section-textos {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 100%;
    top: 65%;
    background-color: rgba(78, 78, 78, 0.5); }
    @media (min-width: 1000px) {
      .via__section--grande .via-section-textos {
        top: 70%; } }
    @media (max-width: 460px) {
      .via__section--grande .via-section-textos {
        top: 47%; } }
    @media (max-width: 360px) {
      .via__section--grande .via-section-textos {
        top: 45%; } }
    @media (max-height: 420px) {
      .via__section--grande .via-section-textos {
        top: 40%; } }
    @media (max-height: 320px) {
      .via__section--grande .via-section-textos {
        top: 32%; } }
    .via__section--grande .via-section-textos h2 {
      height: 20%;
      width: 100%;
      opacity: 1;
      line-height: 1.2em;
      padding: 10px 50px 0 50px;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      font-size: 2.5em;
      font-family: 'Gilroy-Bold';
      font-weight: 700;
      -webkit-text-stroke-color: #fff;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: .012em;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      @media (max-height: 420px) {
        .via__section--grande .via-section-textos h2 {
          font-size: 2em; } }
      @media (max-width: 810px) {
        .via__section--grande .via-section-textos h2 {
          font-size: 2em; } }
      @media (max-width: 400px) {
        .via__section--grande .via-section-textos h2 {
          font-size: 1.5em;
          height: 12%; } }
      @media (max-width: 356px) {
        .via__section--grande .via-section-textos h2 {
          padding: 10px 30px 0 30px; } }
    .via__section--grande .via-section-textos .p-texto-principal {
      height: auto;
      min-height: 100px;
      opacity: 1;
      font-size: 1.8em;
      line-height: 1.1em;
      font-family: "Freehand";
      color: #fdfdb0;
      padding: 10px 50px 10px 50px; }
      @media (max-width: 460px) {
        .via__section--grande .via-section-textos .p-texto-principal {
          font-size: 1.5em;
          min-height: auto; } }
      @media (max-width: 400px) {
        .via__section--grande .via-section-textos .p-texto-principal {
          font-size: 1.3em; } }
      @media (max-width: 356px) {
        .via__section--grande .via-section-textos .p-texto-principal {
          padding: 10px 30px 0 30px; } }
      @media (max-height: 420px) {
        .via__section--grande .via-section-textos .p-texto-principal {
          font-size: 1.2em; } }
    .via__section--grande .via-section-textos .p-texto {
      height: 50%;
      opacity: 1;
      font-size: 1.1em;
      font-family: "Mantis-Informal";
      line-height: 1.4em;
      padding: 10px 50px 0 50px; }
      @media (max-width: 460px) {
        .via__section--grande .via-section-textos .p-texto {
          width: 100%;
          font-size: 1em; } }
      @media (max-width: 356px) {
        .via__section--grande .via-section-textos .p-texto {
          padding: 10px 30px 0 30px; } }
    .via__section--grande .via-section-textos a {
      position: absolute;
      height: 10%;
      z-index: 2;
      left: 3%;
      bottom: 129px;
      min-height: 40px;
      min-width: 140px;
      max-width: 210px;
      padding: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      opacity: 1;
      color: white;
      font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 12px;
      border: 2px solid white; }
      @media (max-width: 600px) {
        .via__section--grande .via-section-textos a {
          min-width: auto;
          max-width: auto;
          width: 140px;
          font-size: 0.9em;
          margin-left: 30px;
          right: 20px;
          bottom: 129px;
          border-radius: 0px; } }
      .via__section--grande .via-section-textos a.info {
        background-color: #8ac800;
        -webkit-transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
        -o-transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
        transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07); }

.arbol-fondo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .arbol-fondo .arbol-fondo-elemento.uno {
    width: 400px;
    height: 116px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    background-image: url("../luzamparo/img/Arbol-top.png");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 700px) {
      .arbol-fondo .arbol-fondo-elemento.uno {
        width: 500px;
        height: 142px; } }
    @media (min-width: 900px) {
      .arbol-fondo .arbol-fondo-elemento.uno {
        width: 800px;
        height: 232px; } }
  .arbol-fondo .arbol-fondo-elemento.dos {
    width: 26px;
    height: 1033px;
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 0;
    background-image: url("../luzamparo/img/Arbol-medio.png");
    background-size: cover; }
    @media (min-height: 1250px) {
      .arbol-fondo .arbol-fondo-elemento.dos {
        height: 2000px; } }
  .arbol-fondo .arbol-fondo-elemento.tres {
    width: 38px;
    height: 128px;
    position: absolute;
    right: 0;
    bottom: 129px;
    background-image: url("../luzamparo/img/Arbol-medio-1.png");
    background-size: cover; }
  .arbol-fondo .arbol-fondo-elemento.cuatro {
    width: 800px;
    height: 129px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../luzamparo/img/Arbol-base.png");
    background-repeat: no-repeat;
    background-size: cover; }

.main__lineas {
  width: 250px;
  height: 300px;
  z-index: 2;
  position: absolute;
  top: 8%;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lineas__item {
  width: 100px;
  height: 29px;
  background-image: url("../luzamparo/img/hoja-menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
  position: absolute;
  right: 0;
  cursor: pointer; }
  .lineas__item.uno {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: 5px; }
  .lineas__item.dos {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 30px; }
  .lineas__item.tres {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: 55px;
    right: -5px; }
  .lineas__item.cuatro {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 85px;
    right: -8px; }
  .lineas__item.cinco {
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: 118px;
    right: -12px; }
  .lineas__item.seis {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 165px;
    right: -18px; }
  .lineas__item:hover {
    opacity: 1; }
  .lineas__item .texto-fondo {
    color: wheat;
    font-weight: 900;
    font-family: 'Inconsolata';
    font-size: .8em;
    width: 60px;
    position: absolute;
    top: 15%;
    right: 27%;
    text-align: right; }
    .lineas__item .texto-fondo.cuatro {
      right: 17%; }

.lineas__item--grande {
  width: 198px;
  height: 57px;
  opacity: 1;
  position: absolute;
  right: 0; }
  .lineas__item--grande.dos {
    right: -4px; }
  .lineas__item--grande.tres {
    top: 84px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    right: -15px; }
  .lineas__item--grande.cuatro {
    top: 108px;
    right: -16px; }
  .lineas__item--grande.cinco {
    top: 141px;
    right: -32px;
    -webkit-transform: rotate(-53deg);
    -ms-transform: rotate(-53deg);
    transform: rotate(-53deg); }
  .lineas__item--grande.seis {
    top: 188px;
    right: -37px;
    -webkit-transform: rotate(-57deg);
    -ms-transform: rotate(-57deg);
    transform: rotate(-57deg); }
  .lineas__item--grande .texto-fondo {
    color: white;
    font-weight: 900;
    font-family: "Inconsolata";
    font-size: 1.2em;
    position: absolute;
    top: 31%;
    right: -40%;
    width: 100%;
    text-align: left; }
    .lineas__item--grande .texto-fondo.cuatro {
      right: -31%; }

section.tabs {
  width: 100%;
  height: 40vh;
  min-height: 470px;
  padding-top: 50px;
  border-bottom: 2px solid #639a00;
  position: relative; }
  @media only screen and (min-height: 800px) {
    section.tabs {
      height: 52vh;
      min-height: 300px; } }
  @media only screen and (min-height: 900px) {
    section.tabs {
      height: 40vh; } }
  @media only screen and (min-height: 1050px) {
    section.tabs {
      height: 35vh; } }
  section.tabs ul.menu {
    height: 70px;
    width: 90%;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: auto;
    align-content: auto;
    text-align: center; }
    @media only screen and (max-width: 530px) {
      section.tabs ul.menu {
        width: 100%; } }
    section.tabs ul.menu li {
      width: calc( 100% / 4);
      height: 50px;
      padding: 10px 0;
      border-bottom: 1px solid grey;
      text-transform: uppercase;
      font-family: "Gilroy-Light";
      color: grey;
      cursor: pointer;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 450px) {
        section.tabs ul.menu li {
          font-size: 0.8em; } }
      section.tabs ul.menu li.este-tabs {
        background: #639a00;
        color: white; }
  section.tabs .article-tabs {
    width: 100%;
    max-width: 900px;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(50px) translateX(50px) rotate(10deg);
    -ms-transform: translateY(50px) translateX(50px) rotate(10deg);
    transform: translateY(50px) translateX(50px) rotate(10deg);
    -webkit-filter: blur(50px);
    filter: blur(50px); }
    @media only screen and (max-width: 530px) {
      section.tabs .article-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; } }
    section.tabs .article-tabs.ver-tabs {
      opacity: 1;
      -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
      -ms-transform: translateY(0px) translateX(0px) rotate(0deg);
      transform: translateY(0px) translateX(0px) rotate(0deg);
      -webkit-filter: blur(0px);
      filter: blur(0px); }
      section.tabs .article-tabs.ver-tabs h4 {
        padding-left: 30px;
        color: #887558;
        font-size: 1.9em;
        font-family: "Gilroy-Bold"; }
      section.tabs .article-tabs.ver-tabs .p-tabs {
        padding-left: 30px;
        font-family: "Mantis-Informal";
        color: #a08357; }
      section.tabs .article-tabs.ver-tabs ul.contenidoTabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: auto;
        align-content: auto;
        width: 100%;
        height: 70vh;
        padding-left: 30px;
        padding-top: 10px;
        padding-right: 10px; }
        section.tabs .article-tabs.ver-tabs ul.contenidoTabs li {
          width: 100%;
          font-family: "Mantis-Informal";
          font-size: 1em;
          text-align: left;
          color: #7c7661;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          border: 0;
          text-transform: none; }

footer {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: auto;
  align-content: auto; }
  footer .footer-expandir {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px; }
    footer .footer-expandir.footer-activo {
      display: none; }
    footer .footer-expandir i {
      font-size: 2em;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      color: white;
      opacity: 0.5;
      cursor: pointer; }
      @media only screen and (max-width: 600px) {
        footer .footer-expandir i {
          font-size: 1.5em; } }
      footer .footer-expandir i:hover {
        opacity: 1;
        color: #8ac800;
        -webkit-transform: rotateX(180deg) scale(1.2);
        transform: rotateX(180deg) scale(1.2); }
  footer .footer-content {
    width: 100%;
    height: 100%;
    background-color: #4e4e4e;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: auto;
    align-content: auto; }
    footer .footer-content.footer-inactivo {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    footer .footer-content #copyright {
      color: white;
      width: 70%;
      height: 100%;
      font-family: 'Inconsolata';
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: auto;
      align-content: auto; }
      @media only screen and (max-width: 600px) {
        footer .footer-content #copyright {
          width: 60%; } }
    footer .footer-content .izq {
      width: 10%;
      height: 100%;
      left: 0;
      padding: 10px; }
      footer .footer-content .izq i {
        font-size: 2em;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        display: none;
        cursor: pointer; }
        @media only screen and (max-width: 600px) {
          footer .footer-content .izq i {
            font-size: 1.5em; } }
        footer .footer-content .izq i:hover {
          opacity: 1;
          color: #8ac800;
          -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }
        footer .footer-content .izq i.footer-activo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
          -webkit-box-pack: flex;
          -ms-flex-pack: flex;
          justify-content: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-line-pack: auto;
          align-content: auto; }
    footer .footer-content .der {
      width: 20%;
      height: 100%;
      right: 0;
      background-color: #444444; }
      @media only screen and (max-width: 600px) {
        footer .footer-content .der {
          width: 30%; } }
      footer .footer-content .der ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: auto;
        align-content: auto;
        padding: 10px;
        width: 100%; }
        footer .footer-content .der ul i {
          font-size: 1.5em;
          opacity: 0.7;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          color: #a8a8a8; }
          @media only screen and (max-width: 600px) {
            footer .footer-content .der ul i {
              font-size: 1em; } }
          footer .footer-content .der ul i:hover {
            opacity: 1;
            color: #8ac800; }
