@charset "UTF-8";
/* Custom Diana Aceves normalize.css*/
/*------------------------------------*\
    $NORMALIZE
\*------------------------------------*/
/* ==========================================================================
   VIEWPORT
   ========================================================================== */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*, *::before, *::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  display: block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent;
}

/**
 * Remove default margin.
 */
body {
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
a:focus {
  outline: 0;
  color: inherit;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
dd,
menu,
ol,
ul {
  list-style-image: none;
  list-style-type: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit],
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer; /* 2 */
  box-shadow: none;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search] {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: middle; /* 2 */
}

body, header, nav, main, footer, div, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
  outline: 0;
}

@font-face {
  font-family: "avenir"; /* Varias familias para varios tipos */
  src: url("fuentes/AvenirLTStd-Light.ttf");
}
@font-face {
  font-family: "yanone"; /* Varias familias para varios tipos */
  src: url("fuentes/yanoneKaffeesatz-Regular.ttf");
} /* sintaxis para varias fuentes */
@font-face {
  font-family: "yanone-Light"; /* Diferente familia para dif. tipo */
  src: url("fuentes/yanoneKaffeesatz-Light.ttf");
}
@font-face {
  font-family: "hanken-Light";
  /* Diferente familia para dif. tipo */
  src: url("fuentes/Hanken-Light.ttf");
}
@font-face {
  font-family: "hanken-Book";
  /* Diferente familia para dif. tipo */
  src: url("fuentes/Hanken-Book.ttf");
}
@font-face {
  font-family: "calibri"; /* Diferente familia para dif. tipo */
  src: url("fuentes/calibri.ttf");
}
@font-face {
  font-family: "calibri-light"; /* Diferente familia para dif. tipo */
  src: url("fuentes/calibril.ttf");
}
@font-face {
  font-family: "calibri-bold"; /* Diferente familia para dif. tipo */
  src: url("fuentes/calibrib.ttf");
}
@font-face {
  font-family: "CabinSketch-Regular"; /* Diferente familia para dif. tipo */
  src: url("fuentes/CabinSketch-Regular.otf");
}
@font-face {
  font-family: "Ubuntu"; /* Diferente familia para dif. tipo */
  src: url("fuentes/Ubuntu-R.ttf");
}
@font-face {
  font-family: "Ubuntu-Condensed"; /* Diferente familia para dif. tipo */
  src: url("fuentes/Ubuntu-C.ttf");
}
@font-face {
  font-family: "amaranth"; /* Diferente familia para dif. tipo */
  src: url("fuentes/Amaranth-Regular.otf");
}
@font-face {
  font-family: "amaranthI"; /* Diferente familia para dif. tipo */
  src: url("fuentes/Amaranth-Italic.otf");
}
@font-face {
  font-family: "futuraltl"; /* Diferente familia para dif. tipo */
  src: url("fuentes/FuturaLTCondLight.ttf");
}
/*  =======================------ Iconos------=======================  */
@font-face {
  font-family: "icomoon";
  src: url("fuentes/icomoon.eot?1bso1v");
  src: url("fuentes/icomoon.eot?1bso1v#iefix") format("embedded-opentype"), url("fuentes/icomoon.ttf?1bso1v") format("truetype"), url("fuentes/icomoon.woff?1bso1v") format("woff"), url("fuentes/icomoon.svg?1bso1v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flecha018-up:before {
  content: "\e9da";
}

/*
.icon-dcesta_400:before {
  content: "\e9c0";
}
.icon-subir_hueco2-05:before {
  content: "\e900";
}
.icon-subir_hueco3-04 .path1:before {
  content: "\e901";
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path2:before {
  content: "\ea06";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path3:before {
  content: "\ea07";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path4:before {
  content: "\ea08";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path5:before {
  content: "\ea09";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path6:before {
  content: "\ea0a";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path7:before {
  content: "\ea0b";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path8:before {
  content: "\ea0c";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path9:before {
  content: "\ea0d";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path10:before {
  content: "\ea0e";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-04 .path11:before {
  content: "\ea0f";
  margin-left: -0.9091796875em;
  color: rgb(255, 255, 255);
}
.icon-subir_hueco3-04 .path12:before {
  content: "\ea47";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path1:before {
  content: "\ea10";
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path2:before {
  content: "\ea11";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path3:before {
  content: "\ea12";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path4:before {
  content: "\ea15";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path5:before {
  content: "\ea16";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path6:before {
  content: "\ea17";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path7:before {
  content: "\ea18";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path8:before {
  content: "\ea19";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path9:before {
  content: "\ea2c";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path10:before {
  content: "\ea2d";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path11:before {
  content: "\ea2e";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path12:before {
  content: "\ea30";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-subir_hueco3-03 .path13:before {
  content: "\ea45";
  margin-left: -0.9091796875em;
  color: rgb(255, 255, 255);
}
.icon-subir_hueco3-03 .path14:before {
  content: "\ea46";
  margin-left: -0.9091796875em;
  color: rgb(0, 0, 0);
}
.icon-diana02:before {
  content: "\e012";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-diana03:before {
  content: "\e013";
}
.icon-radio-checked05:before {
  content: "\ea5f";
}
.icon-radio-checked06:before {
  content: "\ea60";
}
.icon-radio-checked031:before {
  content: "\ea61";
}
.icon-radio-checked03:before {
  content: "\ea5b";
}
.icon-radio-checked04:before {
  content: "\ea5c";
}
.icon-eye-outline05:before {
  content: "\e9d4";
}
.icon-full-moon2:before {
  content: "\e9d3";
}
.icon-radio-checked3:before {
  content: "\ea5d";
}
.icon-dot-circle-o:before {
  content: "\f193";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked4:before {
  content: "\ea5e";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-circle02:before {
  content: "\e93e";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-media-record-outline:before {
  content: "\e9d0";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-radio_button_unchecked:before {
  content: "\e836";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-fiber_manual_record:before {
  content: "\e061";
}
.icon-media-record:before {
  content: "\e9d2";
}
.icon-full-moon:before {
  content: "\e9d5";
}
.icon-image:before {
  content: "\e90d";
}
.icon-local_florist:before {
  content: "\e545";
}
.icon-tree02:before {
  content: "\e940";
}
.icon-goat:before {
  content: "\e954";
}
.icon-envira:before {
  content: "\f299";
}
.icon-home2:before {
  content: "\e906";
}
.icon-home02:before {
  content: "\e953";
}
.icon-starburst-outline:before {
  content: "\e960";
}
.icon-starburst:before {
  content: "\e95f";
}
.icon-alarm:before {
  content: "\e905";
}
.icon-56856:before {
  content: "\e9d6";
}
.icon-flecha24-right-white:before {
  content: "\e902";
}
.icon-flecha24-up-white:before {
  content: "\e903";
}
.icon-flecha24-left-white:before {
  content: "\e904";
}
.icon-flecha24-down-white:before {
  content: "\e907";
}
.icon-flecha23-right-circular-button:before {
  content: "\e908";
}
.icon-flecha23-left-circular-button:before {
  content: "\e909";
}
.icon-flecha23-down-circular-button:before {
  content: "\e90a";
}
.icon-flecha23-up-circular-button:before {
  content: "\e90b";
}
.icon-flecha29-black-chevron-left:before {
  content: "\e90c";
}
.icon-flecha29-black-chevron-right:before {
  content: "\e90e";
}
.icon-flecha29-black-chevron-up:before {
  content: "\e90f";
}
.icon-flecha29-black-chevron-down:before {
  content: "\e910";
}
.icon-flecha26-right:before {
  content: "\e911";
}
.icon-flecha26-up:before {
  content: "\e912";
}
.icon-flecha26-left:before {
  content: "\e913";
}
.icon-flecha26-down:before {
  content: "\e914";
}
.icon-flecha25-down-shape:before {
  content: "\e915";
}
.icon-flecha25-up-shape:before {
  content: "\e916";
}
.icon-flecha25-right-shape:before {
  content: "\e917";
}
.icon-flecha25-left-shape:before {
  content: "\e918";
}
.icon-flecha27-left:before {
  content: "\e919";
}
.icon-flecha27-right:before {
  content: "\e91a";
}
.icon-flecha27-up:before {
  content: "\e91b";
}
.icon-flecha27-down:before {
  content: "\e91c";
}
.icon-flecha30-left-triangularblack:before {
  content: "\e91d";
}
.icon-flecha30-right-triangularblack:before {
  content: "\e91e";
}
.icon-flecha30-up-triangularblack:before {
  content: "\e91f";
}
.icon-flecha30-down-triangularblack:before {
  content: "\e920";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-align-justify2:before {
  content: "\e026";
}
.icon-view_headline:before {
  content: "\e8ee";
}
.icon-menu02:before {
  content: "\e93f";
}
.icon-paragraph-justify:before {
  content: "\ea7a";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-format_align_justify:before {
  content: "\e235";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-double02-left:before {
  content: "\f100";
}
.icon-angle-double02-right:before {
  content: "\f101";
}
.icon-angle-double02-up:before {
  content: "\f102";
}
.icon-angle02-down:before {
  content: "\f107";
}
.icon-angle02-left:before {
  content: "\f104";
}
.icon-angle02-right:before {
  content: "\f105";
}
.icon-angle02-up:before {
  content: "\f106";
}
.icon-arrow-circle02-down:before {
  content: "\f01a";
}
.icon-arrow-circle02-left:before {
  content: "\f01c";
}
.icon-arrow-circle02-right:before {
  content: "\f01b";
}
.icon-arrow-circle02-up:before {
  content: "\f01d";
}
.icon-arrow-circle03-down:before {
  content: "\f0ab";
}
.icon-arrow-circle03-left:before {
  content: "\f0a8";
}
.icon-arrow-circle03-right:before {
  content: "\f0a9";
}
.icon-arrow-circle03-up:before {
  content: "\f0aa";
}
.icon-arrow-circle04-down:before {
  content: "\f191";
}
.icon-arrow-circle04-left:before {
  content: "\f192";
}
.icon-arrow-circle04-right:before {
  content: "\f18e";
}
.icon-arrow-circle04-up:before {
  content: "\f190";
}
.icon-arrow-circle05-down:before {
  content: "\e99e";
}
.icon-arrow-circle05-left:before {
  content: "\e9a0";
}
.icon-arrow-circle05-right:before {
  content: "\e9a1";
}
.icon-arrow-circle05-up:before {
  content: "\e99f";
}
.icon-arrow-circle06-down:before {
  content: "\e9a2";
}
.icon-arrow-circle06-left:before {
  content: "\e9a5";
}
.icon-arrow-circle06-right:before {
  content: "\e9a3";
}
.icon-arrow-circle06-up:before {
  content: "\e9a4";
}
.icon-arrow-circle07-down:before {
  content: "\e984";
}
.icon-arrow-circle07-left:before {
  content: "\e97b";
}
.icon-arrow-circle07-right:before {
  content: "\e97e";
}
.icon-arrow-circle07-up:before {
  content: "\e981";
}
.icon-arrow-circle08-down:before {
  content: "\e985";
}
.icon-arrow-circle08-left:before {
  content: "\e97c";
}
.icon-arrow-circle08-right:before {
  content: "\e97f";
}
.icon-arrow-circle08-up:before {
  content: "\e982";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-arrow-down-left:before {
  content: "\ea37";
}
.icon-arrow-down-right:before {
  content: "\ea35";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-up-left:before {
  content: "\ea31";
}
.icon-arrow-up-right:before {
  content: "\ea33";
}
.icon-arrow-white-down:before {
  content: "\ea51";
}
.icon-arrow-white-left:before {
  content: "\ea50";
}
.icon-arrow-white-right:before {
  content: "\ea4f";
}
.icon-arrow-white-up:before {
  content: "\ea52";
}
.icon-arrow03-down:before {
  content: "\f063";
}
.icon-arrow03-left:before {
  content: "\f060";
}
.icon-arrow03-right:before {
  content: "\f061";
}
.icon-arrow03-up:before {
  content: "\f062";
}
.icon-arrow04-down:before {
  content: "\e097";
}
.icon-arrow04-left:before {
  content: "\e094";
}
.icon-arrow04-right:before {
  content: "\e095";
}
.icon-arrow04-up:before {
  content: "\e096";
}
.icon-arrow05-down:before {
  content: "\ea3e";
}
.icon-arrow05-down-left:before {
  content: "\ea3f";
}
.icon-arrow05-down-right:before {
  content: "\ea3d";
}
.icon-arrow05-left:before {
  content: "\ea40";
}
.icon-arrow05-right:before {
  content: "\ea3c";
}
.icon-arrow05-up:before {
  content: "\ea3a";
}
.icon-arrow05-up-left:before {
  content: "\ea39";
}
.icon-arrow05-up-right:before {
  content: "\ea3b";
}
.icon-arrow06-down:before {
  content: "\e972";
}
.icon-arrow06-left:before {
  content: "\e974";
}
.icon-arrow06-right:before {
  content: "\e975";
}
.icon-arrow06-up:before {
  content: "\e973";
}
.icon-arrows02-down:before {
  content: "\ea1d";
}
.icon-arrows02-left:before {
  content: "\ea1a";
}
.icon-arrows02-right:before {
  content: "\ea1c";
}
.icon-arrows02-up:before {
  content: "\ea1b";
}
.icon-cancel:before {
  content: "\e921";
}
.icon-cara02:before {
  content: "\e812";
}
.icon-cara03:before {
  content: "\e813";
}
.icon-cara04:before {
  content: "\e811";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-caret-left:before {
  content: "\f0db";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-chevron-circle02-down:before {
  content: "\f13a";
}
.icon-chevron-circle02-right:before {
  content: "\f138";
}
.icon-chevron-circle02-left:before {
  content: "\f137";
}
.icon-chevron-circle02-up:before {
  content: "\f139";
}
.icon-chevron02-down:before {
  content: "\e92a";
}
.icon-chevron02-left:before {
  content: "\e92b";
}
.icon-chevron02-right:before {
  content: "\e92c";
}
.icon-chevron02-up:before {
  content: "\e935";
}
.icon-chevron03-down:before {
  content: "\e92d";
}
.icon-chevron03-left:before {
  content: "\e92e";
}
.icon-chevron03-right:before {
  content: "\e92f";
}
.icon-chevron03-up:before {
  content: "\e930";
}
.icon-chevron04-down:before {
  content: "\e931";
}
.icon-chevron04-left:before {
  content: "\e932";
}
.icon-chevron04-right:before {
  content: "\e933";
}
.icon-chevron04-up:before {
  content: "\e934";
}
.icon-chevron05-down:before {
  content: "\ea58";
}
.icon-chevron05-left:before {
  content: "\ea59";
}
.icon-chevron05-right:before {
  content: "\ea5a";
}
.icon-chevron05-up:before {
  content: "\ea57";
}
.icon-chevron06-left:before {
  content: "\e051";
}
.icon-chevron06-right:before {
  content: "\e053";
}
.icon-chevron06-down:before {
  content: "\e052";
}
.icon-chevron06-up:before {
  content: "\e054";
}
.icon-chevron07-down:before {
  content: "\f056";
}
.icon-chevron07-left:before {
  content: "\f053";
}
.icon-chevron07-right:before {
  content: "\f055";
}
.icon-chevron07-up:before {
  content: "\f054";
}
.icon-chevron08-down:before {
  content: "\f079";
}
.icon-chevron08-left:before {
  content: "\f078";
}
.icon-chevron08-right:before {
  content: "\f07a";
}
.icon-chevron08-up:before {
  content: "\f077";
}
.icon-chevron09-down:before {
  content: "\e5cf";
}
.icon-chevron09-left:before {
  content: "\e5d0";
}
.icon-chevron09-right:before {
  content: "\e5d1";
}
.icon-chevron09-up:before {
  content: "\e5ce";
}
.icon-chevron10-down:before {
  content: "\e313";
}
.icon-chevron10-left:before {
  content: "\e314";
}
.icon-chevron10-right:before {
  content: "\e315";
}
.icon-chevron10-up:before {
  content: "\e316";
}
.icon-chevron11-:before {
  content: "\e957";
}
.icon-chevron11-down:before {
  content: "\e956";
}
.icon-chevron11-left:before {
  content: "\e95a";
}
.icon-chevron11-up:before {
  content: "\e955";
}
.icon-chevron12-down:before {
  content: "\e962";
}
.icon-chevron12-left:before {
  content: "\e964";
}
.icon-chevron12-right:before {
  content: "\e963";
}
.icon-chevron12-up:before {
  content: "\e961";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-contract:before {
  content: "\e999";
}
.icon-eject:before {
  content: "\ea2b";
}
.icon-enlarge:before {
  content: "\e989";
}
.icon-enlarge2:before {
  content: "\e99a";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-eye:before {
  content: "\e000";
}
.icon-eye-outline04:before {
  content: "\e9cd";
}
.icon-visibility:before {
  content: "\e8f4";
}
.icon-file:before {
  content: "\e922";
}
.icon-file-empty:before {
  content: "\e924";
}
.icon-file-pdf:before {
  content: "\eae0";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-pdf2:before {
  content: "\eadf";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-file2:before {
  content: "\e124";
}
.icon-first:before {
  content: "\ea27";
}
.icon-flecha-circle02-down:before {
  content: "\e94d";
}
.icon-flecha-circle02-left:before {
  content: "\e94b";
}
.icon-flecha-circle02-right:before {
  content: "\e94c";
}
.icon-flecha-circle02-up:before {
  content: "\e94a";
}
.icon-flecha-circle03-down:before {
  content: "\e925";
}
.icon-flecha-circle03-left:before {
  content: "\e927";
}
.icon-flecha-circle03-right:before {
  content: "\e928";
}
.icon-flecha-circle03-up:before {
  content: "\e929";
}
.icon-flecha-circle04-down:before {
  content: "\e936";
}
.icon-flecha-circle04-left:before {
  content: "\e937";
}
.icon-flecha-circle04-right:before {
  content: "\e938";
}
.icon-flecha-circle04-up:before {
  content: "\e939";
}
.icon-flecha018-down:before {
  content: "\e9d7";
}
.icon-flecha018-left:before {
  content: "\e9d8";
}
.icon-flecha018-right:before {
  content: "\e9d9";
}
.icon-flecha018-up:before {
  content: "\e9da";
}
.icon-flecha019-up:before {
  content: "\e9db";
}
.icon-flecha02-down:before {
  content: "\e947";
}
.icon-flecha02-left:before {
  content: "\e949";
}
.icon-flecha02-right:before {
  content: "\e946";
}
.icon-flecha02-up:before {
  content: "\e948";
}
.icon-flecha020-down:before {
  content: "\e9dc";
}
.icon-flecha020-left:before {
  content: "\e9dd";
}
.icon-flecha020-right:before {
  content: "\e9de";
}
.icon-flecha020-up:before {
  content: "\e9df";
}
.icon-flecha021-down:before {
  content: "\e9e0";
}
.icon-flecha021-left:before {
  content: "\e9e1";
}
.icon-flecha021-right:before {
  content: "\e9e2";
}
.icon-flecha021-up:before {
  content: "\e9e3";
}
.icon-flecha022-down:before {
  content: "\e9e4";
}
.icon-flecha022-left:before {
  content: "\e9e5";
}
.icon-flecha022-right:before {
  content: "\e9e6";
}
.icon-flecha022-up:before {
  content: "\e9e7";
}
.icon-flecha03-down:before {
  content: "\e944";
}
.icon-flecha03-left:before {
  content: "\e941";
}
.icon-flecha03-right:before {
  content: "\e945";
}
.icon-flecha03-up:before {
  content: "\e943";
}
.icon-flecha04-down:before {
  content: "\e923";
}
.icon-flecha04-left:before {
  content: "\e93a";
}
.icon-flecha04-right:before {
  content: "\e93b";
}
.icon-flecha04-up:before {
  content: "\e93c";
}
.icon-flecha05-down:before {
  content: "\e93d";
}
.icon-flecha05-left:before {
  content: "\e942";
}
.icon-flecha05-right:before {
  content: "\e94e";
}
.icon-flecha05-up:before {
  content: "\e94f";
}
.icon-flecha06-down:before {
  content: "\e950";
}
.icon-flecha06-left:before {
  content: "\e951";
}
.icon-flecha06-right:before {
  content: "\e952";
}
.icon-flecha06-up:before {
  content: "\e958";
}
.icon-flechas07-down:before {
  content: "\e06b";
}
.icon-flechas07-left:before {
  content: "\e068";
}
.icon-flechas07-right:before {
  content: "\e06a";
}
.icon-flechas07-up:before {
  content: "\e069";
}
.icon-flechas08-down:before {
  content: "\e5db";
}
.icon-flechas08-left:before {
  content: "\e5c4";
}
.icon-flechas08-right:before {
  content: "\e5c9";
}
.icon-flechas08-up:before {
  content: "\e5d8";
}
.icon-flechas08-down-left:before {
  content: "\e129";
}
.icon-flechas08-down-right:before {
  content: "\e12a";
}
.icon-flechas08-right-right:before {
  content: "\e12b";
}
.icon-flechas08-up-left:before {
  content: "\e128";
}
.icon-flechas09-down-left:before {
  content: "\e0b5";
}
.icon-flechas09-down-right:before {
  content: "\e0b6";
}
.icon-flechas09-up-left:before {
  content: "\e0b2";
}
.icon-flechas09-up-right:before {
  content: "\e0b3";
}
.icon-flechas10-down:before {
  content: "\e40a";
}
.icon-flechas10-left:before {
  content: "\e409";
}
.icon-flechas10-right:before {
  content: "\e40b";
}
.icon-flechas10-up:before {
  content: "\e408";
}
.icon-flechas11-down:before {
  content: "\e31a";
}
.icon-flechas11-left:before {
  content: "\e317";
}
.icon-flechas11-right:before {
  content: "\e318";
}
.icon-flechas11-up:before {
  content: "\e319";
}
.icon-flechas12-down:before {
  content: "\e8e7";
}
.icon-flechas12-left:before {
  content: "\e8e4";
}
.icon-flechas12-right:before {
  content: "\e8e5";
}
.icon-flechas12-up:before {
  content: "\e8e6";
}
.icon-flechas13-down:before {
  content: "\e95e";
}
.icon-flechas13-left:before {
  content: "\e95c";
}
.icon-flechas13-right:before {
  content: "\e95b";
}
.icon-flechas13-up:before {
  content: "\e95d";
}
.icon-flechas14-down:before {
  content: "\e970";
}
.icon-flechas14-left:before {
  content: "\e96f";
}
.icon-flechas14-right:before {
  content: "\e96e";
}
.icon-flechas14-up:before {
  content: "\e96d";
}
.icon-flechas15-abajo:before {
  content: "\e9bd";
}
.icon-flechas15-adelante:before {
  content: "\e9be";
}
.icon-flechas15-arriba:before {
  content: "\e9bb";
}
.icon-flechas15-atras:before {
  content: "\e9bc";
}
.icon-flechas16-down:before {
  content: "\e992";
}
.icon-flechas16-down-left:before {
  content: "\e998";
}
.icon-flechas16-down-right:before {
  content: "\e997";
}
.icon-flechas16-left:before {
  content: "\e993";
}
.icon-flechas16-right:before {
  content: "\e994";
}
.icon-flechas16-up:before {
  content: "\e991";
}
.icon-flechas16-up-left:before {
  content: "\e996";
}
.icon-flechas16-up-right:before {
  content: "\e995";
}
.icon-flechas17-down:before {
  content: "\e983";
}
.icon-flechas17-down2:before {
  content: "\e978";
}
.icon-flechas17-left:before {
  content: "\e97a";
}
.icon-flechas17-left2:before {
  content: "\e977";
}
.icon-flechas17-right:before {
  content: "\e97d";
}
.icon-flechas17-right2:before {
  content: "\e976";
}
.icon-flechas17-up:before {
  content: "\e980";
}
.icon-flechas17-up2:before {
  content: "\e979";
}
.icon-forbid:before {
  content: "\e971";
}
.icon-forward:before {
  content: "\e969";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-in:before {
  content: "\e99c";
}
.icon-in-alt:before {
  content: "\e99d";
}
.icon-inbox:before {
  content: "\e122";
}
.icon-infinite:before {
  content: "\ea2f";
}
.icon-last:before {
  content: "\ea28";
}
.icon-layout:before {
  content: "\e9c6";
}
.icon-layout2:before {
  content: "\e9c7";
}
.icon-leer02:before {
  content: "\e005";
}
.icon-leer03:before {
  content: "\e006";
}
.icon-leer04:before {
  content: "\e007";
}
.icon-leer05:before {
  content: "\e00b";
}
.icon-libreoffice00:before {
  content: "\eae3";
}
.icon-loader:before {
  content: "\e105";
}
.icon-mail-envelope:before {
  content: "\e959";
}
.icon-mail-envelope-closed:before {
  content: "\e965";
}
.icon-mail-envelope-closed2:before {
  content: "\e966";
}
.icon-mail-envelope-closed3:before {
  content: "\e967";
}
.icon-mail-envelope-closed4:before {
  content: "\e968";
}
.icon-mail-envelope-open:before {
  content: "\e96a";
}
.icon-mail-envelope-open2:before {
  content: "\e96b";
}
.icon-mail-envelope-open3:before {
  content: "\e96c";
}
.icon-mail-envelope-open4:before {
  content: "\e986";
}
.icon-mail-envelope-open5:before {
  content: "\e987";
}
.icon-mail-envelope-open6:before {
  content: "\e988";
}
.icon-mail-envelope-open7:before {
  content: "\e98a";
}
.icon-mail-envelope-open8:before {
  content: "\e98b";
}
.icon-mail-envelope2:before {
  content: "\e98c";
}
.icon-media-stop:before {
  content: "\e9cb";
}
.icon-media-stop-outline:before {
  content: "\e9cf";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-mobile:before {
  content: "\e98d";
}
.icon-mobile2:before {
  content: "\e98e";
}
.icon-mobile3:before {
  content: "\e98f";
}
.icon-mobile4:before {
  content: "\f10b";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-nature_people:before {
  content: "\e407";
}
.icon-next2:before {
  content: "\ea2a";
}
.icon-note:before {
  content: "\e990";
}
.icon-number01:before {
  content: "\e9a6";
}
.icon-number02:before {
  content: "\e9a7";
}
.icon-number03:before {
  content: "\e9a8";
}
.icon-number04:before {
  content: "\e9a9";
}
.icon-number05:before {
  content: "\e9aa";
}
.icon-number06:before {
  content: "\e9ab";
}
.icon-number07:before {
  content: "\e9ac";
}
.icon-number08:before {
  content: "\e9ad";
}
.icon-number09:before {
  content: "\e9ae";
}
.icon-number10:before {
  content: "\e9af";
}
.icon-number11:before {
  content: "\e9b0";
}
.icon-number12:before {
  content: "\e9b1";
}
.icon-number13:before {
  content: "\e9b2";
}
.icon-number14:before {
  content: "\e9b3";
}
.icon-number15:before {
  content: "\e9b4";
}
.icon-number16:before {
  content: "\e9b5";
}
.icon-number17:before {
  content: "\e9b6";
}
.icon-number18:before {
  content: "\e9b7";
}
.icon-number19:before {
  content: "\e9b8";
}
.icon-number20:before {
  content: "\e9b9";
}
.icon-one-finger:before {
  content: "\e9c1";
}
.icon-one-finger-swipe-down:before {
  content: "\e9ca";
}
.icon-one-finger-swipe-left:before {
  content: "\e9c9";
}
.icon-one-finger-swipe-right:before {
  content: "\e9c8";
}
.icon-one-finger-swipe-up:before {
  content: "\e9bf";
}
.icon-out:before {
  content: "\e99b";
}
.icon-outbox:before {
  content: "\e123";
}
.icon-phone:before {
  content: "\e9ba";
}
.icon-phone2:before {
  content: "\e9c2";
}
.icon-phone3:before {
  content: "\e9c3";
}
.icon-phone4:before {
  content: "\e9c4";
}
.icon-phone5:before {
  content: "\e9c5";
}
.icon-phone_android:before {
  content: "\e324";
}
.icon-phone_iphone:before {
  content: "\e325";
}
.icon-play-circle-down:before {
  content: "\f021";
}
.icon-play-circle-left:before {
  content: "\f01f";
}
.icon-play-circle-right:before {
  content: "\f01e";
}
.icon-play-circle-up:before {
  content: "\f020";
}
.icon-play-down:before {
  content: "\e9cc";
}
.icon-play-left:before {
  content: "\e9ce";
}
.icon-play-right:before {
  content: "\e9d1";
}
.icon-play-up:before {
  content: "\e9e8";
}
.icon-play03-down:before {
  content: "\ea24";
}
.icon-play03-left:before {
  content: "\ea26";
}
.icon-play03-right:before {
  content: "\ea1e";
}
.icon-play03-up:before {
  content: "\ea25";
}
.icon-pointer:before {
  content: "\e9e9";
}
.icon-pointer2:before {
  content: "\e9ea";
}
.icon-pointer3:before {
  content: "\e9eb";
}
.icon-pointer4:before {
  content: "\e9ec";
}
.icon-previous2:before {
  content: "\ea29";
}
.icon-redo2:before {
  content: "\e9ed";
}
.icon-reply:before {
  content: "\e9ee";
}
.icon-reunion02:before {
  content: "\e9ef";
}
.icon-reunion03:before {
  content: "\e9f0";
}
.icon-reunion04:before {
  content: "\e9f1";
}
.icon-reunion05:before {
  content: "\e9f2";
}
.icon-shrink:before {
  content: "\e9f3";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-stop:before {
  content: "\f04f";
}
.icon-stop2:before {
  content: "\ea1f";
}
.icon-subtract:before {
  content: "\e9f4";
}
.icon-support:before {
  content: "\e9f5";
}
.icon-table02:before {
  content: "\ea71";
}
.icon-table02-02:before {
  content: "\ea72";
}
.icon-tablet:before {
  content: "\e9f6";
}
.icon-triangulo-down:before {
  content: "\e9f7";
}
.icon-triangulo02-down:before {
  content: "\e9f8";
}
.icon-triangulo02-left:before {
  content: "\e9f9";
}
.icon-triangulo02-right:before {
  content: "\e9fa";
}
.icon-triangulo02-up:before {
  content: "\e9fb";
}
.icon-triangulo04-down:before {
  content: "\e057";
}
.icon-triangulo04-left:before {
  content: "\e056";
}
.icon-triangulo04-right:before {
  content: "\e055";
}
.icon-triangulo04-up:before {
  content: "\e058";
}
.icon-triangulo05-down:before {
  content: "\f04c";
}
.icon-triangulo05-left:before {
  content: "\f04b";
}
.icon-triangulo05-right:before {
  content: "\f04e";
}
.icon-triangulo05-up:before {
  content: "\f04d";
}
.icon-triangulo06-down:before {
  content: "\e5c7";
}
.icon-triangulo06-left:before {
  content: "\e5c6";
}
.icon-triangulo06-right:before {
  content: "\e5c5";
}
.icon-triangulo06-up:before {
  content: "\e5c8";
}
.icon-triangulo07-down:before {
  content: "\e3c8";
}
.icon-triangulo07-left:before {
  content: "\e3c9";
}
.icon-triangulo07-right:before {
  content: "\e3cb";
}
.icon-triangulo07-up:before {
  content: "\e3ca";
}
.icon-triangulo08-01:before {
  content: "\e1c8";
}
.icon-triangulo08-02:before {
  content: "\e1c9";
}
.icon-triangulo08-03:before {
  content: "\e1ca";
}
.icon-triangulo08-09:before {
  content: "\e1cd";
}
.icon-triangulo08-94:before {
  content: "\e1cb";
}
.icon-triangulo09-01:before {
  content: "\e1cf";
}
.icon-triangulo09-02:before {
  content: "\e1d0";
}
.icon-triangulo09-03:before {
  content: "\e1d1";
}
.icon-triangulo09-04:before {
  content: "\e1d2";
}
.icon-triangulo10-down:before {
  content: "\e9fc";
}
.icon-triangulo10-left:before {
  content: "\e9fd";
}
.icon-triangulo10-right:before {
  content: "\e9fe";
}
.icon-triangulo10-up:before {
  content: "\e9ff";
}
.icon-triangulo11-down:before {
  content: "\ea00";
}
.icon-triangulo11-left:before {
  content: "\ea01";
}
.icon-triangulo11-right:before {
  content: "\ea02";
}
.icon-triangulo11-up:before {
  content: "\ea03";
}
.icon-triangulos02-down:before {
  content: "\ea23";
}
.icon-triangulos02-left:before {
  content: "\ea20";
}
.icon-triangulos02-right:before {
  content: "\ea21";
}
.icon-triangulos02-up:before {
  content: "\ea22";
}
.icon-undo2:before {
  content: "\ea04";
}
.icon-window-minimize:before {
  content: "\f2d1";
}
.icon-window-minimize2:before {
  content: "\f2d2";
}
.icon-zoom_out_map:before {
  content: "\e56b";
}
.icon-calculate:before {
  content: "\ea05";
}

*/
/*=========================  Estilos ocasionales  =========================*/
.padding05 {
  padding: 0.5em;
}

.ocultar {
  visibility: hidden;
  display: none;
}

.ocultar {
  visibility: hidden;
}

.centratex {
  text-align: center;
}

.indent03 {
  text-indent: 0.3em;
}

.indent05 {
  text-indent: 0.5em;
}

.indent07 {
  text-indent: 0.7em;
}

.indent10 {
  text-indent: 1em;
}

.indent15 {
  text-indent: 1.5em;
}

.subraya {
  text-decoration: underline;
}

.negrita {
  font-weight: bold;
}

.cursiva {
  font-style: italic;
}

/*================== E s t i l o s   G e n e r a l e s =====================*/
/* ----------------------- Fondos --------------------------*/
/*------------------------------------------------- Colores ------------------------------------*/
.verde {
  color: #00b502;
  text-align: center;
  margin: 0 auto;
}

.azul {
  color: blue;
  text-align: center;
  margin: 0 auto;
}

.marron {
  color: #5b3c00;
  border-bottom: 1px solid;
}

.blanco02 {
  color: white;
}

.marron02 {
  color: #8b4513;
}

.burdeos02 {
  color: #7f1e56;
  /* #7F1E57    cc0066 */
}

.marron03 {
  color: #8b4513;
}

/*@import "menuimg.scss";*/
html {
  /*  width: 100%; */
  /* 95% */
  /*      url(luz03.jpg)        */
  font-size: 16px;
  /* 663300 */
}

header, main {
  display: block;
}

body {
  background-color: #ffef90;
  background-image: url(img/25.jpg); /* 29  */
  width: 100vw;
  color: #6d3912;
  /* #5f3316 */
  height: 100%;
  font-family: "avenir", "ubuntu", "calibri", "Calibri Light", Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.75rem;
  /* 14 px */
}

a {
  color: rgb(141, 79, 13);
}

a:hover {
  color: rgb(220, 20, 60); /* rgb(238, 69, 103); */
}

main {
  position: relative;
  top: 0em;
  padding: 0% 0% 4% 0%;
  /*  1.5% 0% 0 0%   */
  width: 100%;
  height: 100%;
}

h1 {
  font-family: "avenir", "ubuntu", "calibri", "Calibri Light", Arial, Verdana, Helvetica, sans-serif;
  font-size: 3em;
  text-align: center;
}

.fotos_ale {
  width: 75%;
  margin: 0 auto;
}
.fotos_ale img {
  margin-top: 0.5em;
  border-radius: 3px;
}

/* --------------------------------- Imágenes primeras ---------------------------*/
.portada {
  background-color: #ffef90;
  background-image: url(img/25.jpg); /* 29  */
  width: 100%;
}

.imagenes01 {
  /*	position: relative;  */
  background-color: #ffef90;
  background-image: url(img/35.jpg); /* 29  */
}

.imagenes_luz {
  background-color: #ffef90;
  background-image: url(img/29.jpg); /* 35  */
}

.imagenes_verbo {
  background-color: #ffef90;
  background-image: url(img/34-25.jpg); /* 29  */
}

.wrapper {
  padding: 0;
}

.texto_imagenes {
  background-color: rgba(255, 255, 255, 0.35);
  margin: 0 auto;
  padding: 1em;
  width: 80%;
  font-size: 1.3em;
}
.texto_imagenes p {
  margin: 0 0 1em;
}
.texto_imagenes .correo {
  text-align: right;
}

.texto_portada {
  color: maroon;
}

.texto_01 {
  color: rgb(38, 53, 2);
}

.texto_luz {
  color: rgb(77, 45, 15);
}

.texto_verbo {
  color: rgb(114, 56, 3);
}

.poesia {
  color: brown;
}

/* ===================================== Galería =========================*/
/* ======================================================================*/
:root {
  --separa: 5px;
}

main {
  max-width: 100vw;
  width: 100%;
}

.galeria {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.item {
  padding: var(--separa);
  max-width: 33%;
}

.item img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  outline: 3px solid #fff;
}

.item img:hover {
  opacity: 1;
  cursor: pointer;
}

.modal {
  display: none;
}

.modal:target {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  background-color: hsl(39, 77%, 83%);
  /* background-image: radial-gradient(peru,SandyBrown, hsl(39, 77%, 83%), Chocolate, hsl(36, 100%, 84%),Goldenrod);  */
}

.imagen {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(36, 100%, 84%);
}

.alfa_todo .modal:target {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  background-color: hsl(300, 100%, 90%);
  /* background-image: radial-gradient(peru,SandyBrown, hsl(39, 77%, 83%), Chocolate, hsl(36, 100%, 84%),Goldenrod);  */
}

.alfa_todo .imagen {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(300, 100%, 90%);
}

@keyframes zoom {
  0% {
    opacity: 0.2;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.imagen a {
  margin: 0 4px;
}

.imagen img {
  max-width: 100%;
  width: 80vw;
  height: auto;
  border: 8px solid #fff;
  animation: zoom 0.5s ease-in-out;
  position: relative;
}

.imagen a:nth-child(2)::before {
  content: "X";
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 50%;
  border: 2px solid hsla(255, 50%, 50%, 0.5);
  background: hsl(180, 99%, 99%);
  color: hsla(255, 100%, 50%, 0.9);
  position: absolute;
  top: 20vh;
  left: 3vw;
  z-index: 5;
}

.imagen a:nth-child(2)::after {
  content: "X";
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 50%;
  border: 2px solid hsla(255, 50%, 50%, 0.5);
  background: hsl(180, 99%, 99%);
  color: hsla(255, 100%, 50%, 0.9);
  position: absolute;
  top: 20vh;
  right: 3vw;
  z-index: 5;
}

.imagen a:nth-child(2) {
  margin: 0;
  height: 100%;
}

.ant, .sig {
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
}

.ant {
  border-right: 20px solid hsl(28, 87%, 37%);
}

.sig {
  border-left: 20px solid hsl(28, 87%, 37%);
}

.ant:hover {
  border-right: 20px solid hsl(28, 87%, 57%);
}

.sig:hover {
  border-left: 20px solid hsl(28, 87%, 57%);
}

/* ===================================== Alfabético =========================*/
.texto_alfabetico {
  color: wheat;
}

.texto_alfabetico a {
  color: skyblue;
}

.alfabetico {
  background-image: url(img/19.jpg);
  color: yellow;
}
.alfabetico .reloj_texto {
  padding: 0.1em 0.5em;
  border-radius: 5px;
  background-color: rgba(255, 222, 173, 0.2) !important;
}

.alfabetico h2 {
  color: yellow;
  font-size: 1.5em;
  margin: 0.5em auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  display: inline-block;
  padding: 0.3em;
  width: 80%;
  text-align: center;
}

.galeria_alfa {
  /* 	width: 100%;
  	margin:0 auto;
  	display: flex;
  	justify-content: center;
  	flex-wrap: wrap; */
}

.alfa_primeras a, .alfa_luz a, .alfa_verbo a {
  font-weight: 900;
  font-size: 1.3em;
}

.alfa_primeras a:hover, .alfa_luz a:hover, .alfa_verbo a:hover {
  color: deepskyblue;
}

.alfa_primeras a {
  color: rgb(255, 153, 51);
}

.alfa_luz a {
  color: rgb(153, 204, 0);
}

.alfa_verbo a {
  color: darkgoldenrod;
}

.alfa_todo {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

/* ===================================== Galería ===========================*/
/* =================================== Alfabético =========================*/
/* ==================================================== Menú ================= */
/* ============================================================================*/
.seleccionado {
  padding: 0.3em 0.5em;
  background-color: rgb(128, 0, 0); /* rgba(220, 20, 60, 1) !important; */
  color: white; /* !important; */
  border-radius: 3px 3px 0 0;
}

nav {
  border-bottom: 5px solid rgb(129, 14, 14);
  background-color: rgb(219, 154, 110);
  width: 100%;
  text-align: center;
  margin: 0 auto;
  /*     transform: translate(-50%);
    -webkit-transform: translate(-50%); */
  position: relative;
}

header {
  position: sticky;
  top: 0px;
  z-index: 1;
}

nav a {
  font-family: "ubuntu_cond", "verlag", "yanone", "yanone-Light", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: rgb(85, 9, 9); /*rgb(85, 9, 9);*/ /*#ad0a2b*/
  margin: 0 15px;
  font-size: 22px;
  padding: 0.3em 0;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: rgb(255, 255, 255);
  top: 100%;
  animation: out 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}

nav a:hover {
  color: rgb(255, 255, 255);
}

nav a:hover:before {
  animation: in 0.2s cubic-bezier(1, 0, 0.58, 0.97) 1 both;
}

@keyframes in {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  100% {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@keyframes out {
  0% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
nav a:nth-child(1) {
  animation: show 0.2s 1.1s ease 1 both; /* Original .2s */
}

nav a:nth-child(2) {
  animation: show 0.2s 1.2s ease 1 both; /* Original .2s */
}

nav a:nth-child(3) {
  animation: show 0.2s 1.3s ease 1 both; /* Original .2s */
}

nav a:nth-child(4) {
  animation: show 0.2s 1.4s ease 1 both; /* Original .2s */
}

nav a:nth-child(5) {
  animation: show 0.2s 1.5s ease 1 both; /* Original .2s */
}

/* =========================================================== Reloj ================= */
/* .reloj { // border: 1px solid lightgreen;
  padding: 0.5em;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
   display: flex;
  align-items: center;
  justify-content: center;
}
  .reloj_texto { // border: 1px solid darkviolet;
	font-family: "avenir", "ubuntu", "calibri", "Calibri Light", Arial, Verdana, Helvetica, sans-serif;	
    padding: 0em;
	margin-right:.7em;
	font-size: 1.7em;
	color: #b1f572;  // No lo coge
} */
/* =========================================================== Reloj ================= */
.reloj {
  padding: 0.5em;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.reloj_texto {
  padding: 0em;
  margin-right: 0.7em;
}

/* ------------------------------------- Reloj -------------------------------*/
/* ------------------- Esfera reloj ---------------------*/
.outer_face {
  position: relative;
  width: 50px; /* 50 orig. width of clock - probar con 150 y 25 border-radius */
  height: 50px; /* 50 orig. height of clock - probar con 150 y 25 border-radius */
  border-radius: 25px; /* 25 orig. clock round corner radius */
  /* border-radius: 25px;  */ /* con 25px es curioso; clock round corner radius */
  background: #F0ECE0; /* white #FFDBC4 #FFFFAA #DBD5C9*/
  z-index: 0;
  box-shadow: inset 0 0 2px #BBBB00; /* #F0ECE0 crema suave */ /* gray */
  border: 0 solid gray; /* gray*/ /* thickness of outer border */
}

.outer_face::before, .outer_face::after, .outer_face .marker { /* time markers syle */
  content: "";
  position: absolute;
  width: 1.5px; /* width of 12-6 and 3-9 markers */
  height: 100%;
  background: #757500; /* horas 3,6,9,12 */ /* black; */
  z-index: 0;
  left: 50%;
  margin-left: -0.75px; /* -0.75px orig. set this value of 1/2 marker width */
  top: 0;
}

.outer_face::after {
  transform: rotate(90deg);
}

.outer_face .marker {
  background: #7E7E7E; /* gray */
  width: 1px; /* width of all other markers */
  margin-left: -0.5px; /* set this value of 1/2 marker width */
}

.outer_face .marker.oneseven {
  transform: rotate(30deg);
}

.outer_face .marker.twoeight {
  transform: rotate(60deg);
}

.outer_face .marker.fourten {
  transform: rotate(120deg);
}

.outer_face .marker.fiveeleven {
  transform: rotate(150deg);
}

.inner_face {
  position: relative;
  width: 84%;
  height: 84%;
  background-image: radial-gradient(#888800, #CBD268, #FFFEF9); /* 9D9D00, #FBF1CE   */
  /* background: #BBBB00; */ /* #F0ECE0; fondo esfera */ /* white  #FFE0CC #F0ECE0*/
  border-radius: 240px;
  z-index: 1000;
  left: 8%;
  top: 7%;
}

.rtl .inner_face {
  position: relative;
  width: 84%;
  height: 84%;
  background: white; /* white */
  border-radius: 240px;
  z-index: 1000;
  right: 8%;
  top: 7%;
}

.inner_face::before {
  /* clock center circle small */
  content: "";
  width: 3px; /* width of inner circle */
  height: 3px; /* height of inner circle */
  border-radius: 3px;
  margin-left: -1.5px; /* set this value of 1/2 width value*/
  margin-top: -1.5px; /* set this value of 1/2 height value*/
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 5px blue;
}

.hand, .hand.hour {
  position: absolute;
  width: 1px; /* width of hour hand */
  height: 30%; /* height of hour hand */
  top: 20%; /* original 15%       */ /* set top to 50% - height */
  left: 50%;
  margin-left: -0.5px; /* set this value to 1/2 width */
  background: black;
  transform: rotate(0deg);
  transform-origin: bottom;
  z-index: -1;
  box-shadow: 0 0 1.5px gray;
}

.hand.minute {
  height: 45%; /* height of min hand */
  top: 5%; /* set top to 50% - height */
  width: 1px; /* width of min hand */
  margin-left: -0.5px; /* set this value to 1/2 width */
}

.hand.second {
  height: 50%; /* height of sec hand */
  width: 1px; /* width of sec hand */
  margin-left: -0.5px; /* set this value to 1/2 width */
  top: 0;
  background: red;
}

/* ====================== Subir ======================= */
#irarriba {
  padding: 0px;
  position: fixed;
  font-weight: bold;
  display: none;
  right: 0.3em;
  bottom: 0.3em;
}
#irarriba a {
  display: block;
  line-height: 0.5em;
  font-size: 2rem;
  background-color: rgb(247, 129, 188) !important;
  border: 1px solid rgb(247, 129, 188) !important;
  color: rgb(220, 20, 60) !important; /*#F781BC*/
  border-radius: 50%;
  transition: all 1s ease;
}

#irarriba:hover a {
  filter: sepia(80%);
  /*	background-color:rgba(247, 129, 188, 0.5)!important;
  	border:1px solid rgba(247, 129, 188, 0.5)!important;  */
  /*	color:rgba(220, 20, 60, 0.5)!important; */ /*#F781BC*/
}

/* ====================== Fin  Subir ======================= */
/*------------------------------ MEDIA QUERIES ---------------------------------------------------------
--------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------- 850 ---------------------*/
@media screen and (max-width: 850px) {
  div.fotos div {
    max-width: 50%;
    padding: 0.1em 0;
  }
  h1 {
    font-size: 2em;
  }
  .alfa_todo {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100vw;
    padding: 0 2em;
  }
  .alfa_todo > div {
    width: 40vw;
    padding: 0 10px;
  }
}
/*----------------------------------------------------------- 500 ---------------------*/
@media screen and (max-width: 500px) {
  div.fotos div {
    max-width: 100%;
  }
  .texto_imagenes {
    padding: 0.5em;
    width: 100vw;
    /* font-size: 1.3em;
    p{margin: 0 0 1em;}
       .correo {text-align: right; } */
  }
  nav a {
    /* font-family: "ubuntu_cond", "verlag", "yanone", "yanone-Light", Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: rgb(85, 9, 9); */
    margin: 4px 3px;
    /* font-weight: normal; */
    font-size: 20px;
    padding: 0;
    letter-spacing: 0px;
    /* 		position: relative;*/
    display: inline-block;
    background-color: hsla(0, 0%, 100%, 0.1);
    line-height: 10px;
  }
  h1 {
    font-size: 1.5em;
  }
  .alfa_todo {
    display: block;
    width: 100vw;
    padding: 0 5px;
  }
  .alfa_todo > div {
    width: 95vw;
    /* padding: 0 3px; */
  }
}
/* -----------------------  Fin de @Media Queries -------------------------- */