/*
Theme Name: BNElab final Theme (dev)
Theme URI: http://www.bne.es/bnelab/
Author: Serikat
Author URI: http://www.serikat.es
Description: Custom theme developing WP for BNElab project.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-menu, custom-post-types, featured-images, featured-image-header, translation-ready, responsive-layout, one-wide-column
Based on Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc.
Normalizing styles http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Icons-font
# Elements
# Forms
# Navigation
    ## Links
    ## Search
    ## Menus
# Accessibility
# Cookies
# Alignments
# Clearings
# Content
    ## Header
    ## Header Feature Image
    ## Posts and pages
    ## Home
    ## Archive
    ## Asides
    ## Comments
    ## Footer
    ## 404
    ## PROYECTOS
    ## SOBRE-BNELAB
    ## COLABORADORES
    ## Taxonomias listado
# Sidebar
    ## Widgets
# Infinite scroll
# Media
--------------------------------------------------------------*/

/* Import Google Font Roboto to local dev server */
@font-face {
font-family: 'Roboto';
src: url('css/fonts/google/Roboto-Regular.eot');
src: local('Roboto'), local('Roboto-Regular'),
     url('css/fonts/google/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
     url('css/fonts/google/Roboto-Regular.woff2') format('woff2'),
     url('css/fonts/google/Roboto-Regular.woff') format('woff'),
     url('css/fonts/google/Roboto-Regular.ttf') format('truetype'),
     url('css/fonts/google/Roboto-Regular.svg#Roboto') format('svg');
font-weight: 400;
font-style: normal;
}

/* Import Google Font Reem Kufi (latin) to local dev server */
@font-face {
  font-family: 'Reem Kufi';
  font-style: normal;
  font-weight: 400;
  src: url('css/fonts/google/reem-kufi-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Reem Kufi Regular'), local('ReemKufi-Regular'),
       url('css/fonts/google/reem-kufi-v4-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('css/fonts/google/reem-kufi-v4-latin-regular.woff2') format('woff2'),
       url('css/fonts/google/reem-kufi-v4-latin-regular.woff') format('woff'),
       url('css/fonts/google/reem-kufi-v4-latin-regular.ttf') format('truetype'),
       url('css/fonts/google/reem-kufi-v4-latin-regular.svg#ReemKufi') format('svg');
}

/* Efect Loading script BNElab */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fbcd20;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px;
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-5 14:30:41
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-800px);
            transform: translateZ(-800px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2017-12-5 13:51:15
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  99% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  99% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2017-12-1 14:34:43
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottomFUNCIONA {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottomFUNCIONA {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


@-webkit-keyframes image-pulse {
  0% {
    -webkit-transform: scale(1.01); }
  100% {
    -webkit-transform: scale(1.15); } }
@-moz-keyframes image-pulse {
  0% {
    -moz-transform: scale(1.01); }
  100% {
    -moz-transform: scale(1.15); } }
@keyframes image-pulse {
  0% {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01); }
  100% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadein-images {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.6; } }
@-moz-keyframes fadein-images {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.6; } }
@keyframes fadein-images {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.6; } }
@-webkit-keyframes movein {
  0% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes movein {
  0% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes movein {
  0% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Roboto', sans-serif;;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

.content-area ol {
  list-style-position: inside;
}


/* Taxonomias customizadas por CSS */

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  margin: 5px 10px 5px 5px;
  width: 15px;
  height: 15px;
}

form.searchandfilter {
    background: #eeeeee;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 3px 4px 0px rgba(107,105,107,0.71);
    -moz-box-shadow: 2px 3px 4px 0px rgba(107,105,107,0.71);
    box-shadow: 2px 3px 4px 0px rgba(107,105,107,0.71);
}

li .cat-item {
  display: block;
    background: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    border: 1px solid #747474;
    margin: 0 7px 7px 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

li .cat-item:focus {
    background: #920adb;
    border: 1px solid #920adb;
    color: #fff;
}

li .cat-item:hover {
    border: 1px solid #ddb109;
}

li .cat-item input[type="checkbox"]:checked + label {
  color: #ddb109;
  font-weight: bold;
}

li.filter-taxo-button {
    list-style: none;
    display: grid;
    padding-right: 10px;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid rgba(20, 20, 40, 0.1);
}

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #72727e;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }

h3 {
  font-family: "Reem Kufi", sans-serif;
  font-size: 1em;
  clear: both;
  line-height: 1;
  color: #434353;
text-transform: none;}

h1 {
  font-family: "Reem Kufi", sans-serif;
  font-size: 1em;
  clear: both;
  text-transform: uppercase;
  line-height: 1;
  color: #434353;
}

h3, h4, h5, h6, form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"], .comment-form label {
  font-family: "Reem Kufi", sans-serif;
  clear: both;
  line-height: 1;
  color: #72727e; }
  @media (max-width: 480px) {
    h1, h2, h3, h4, h5, h6, form button,
    form input[type="button"],
    form input[type="reset"],
    form input[type="submit"], .comment-form label {
      word-wrap: break-word; } }
  @media (min-width: 1600px) {
    h1, h2, h3, h4, h5, h6, form button,
    form input[type="button"],
    form input[type="reset"],
    form input[type="submit"], .comment-form label {
      font-size: 1.5em; } }

@media (max-width: 480px) {
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word; } }

.site-main h1 {
  font-size: 2.8935em; }
  @media (max-width: 480px) {
    .site-main h1 {
      font-size: 1.929em; } }
.site-main h2 { font-size: 2em; margin: 0.8em 0 0.4em;   }
.site-main h3 { font-size: 1.6em;  margin: 0.8em 0 0.6em; }
.site-main h4 { font-size: 1.33em; margin: 0 0 0.6em 0.6em; letter-spacing: 0.0877914952em; padding-top: 1.5em;}
.site-main h5 { font-size: 0.83em; margin: 1.5em 0 0.6em; letter-spacing: 0.0877914952em; }
.site-main h6 { font-size: 0.67em; margin: 1.5em 0 0.6em; letter-spacing: 0.1316872428em; }


  @media (max-width: 480px) {
    .site-main h2 { font-size: 1.5em; }
  }
  h3.heading-home {
      font-size: 1.5em;
      letter-spacing: 0.0877914952em;
      margin: 2em 0 1em 0;
      text-align: center;
  }
  @media (max-width: 480px) { h3.heading-home {font-size: 1.286em;}  }

  @media (min-width: 1100px) {
    .site-main h1, .site-main h2 {
      -webkit-transition: font-size 0.2s ease-in-out;
      -moz-transition: font-size 0.2s ease-in-out;
      transition: font-size 0.2s ease-in-out; } }

.sidebar h2 { color: #72727e; }

p {
  margin: 1em 0; }

strong {
  font-weight: 600; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 0 1em;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.286em;
  color: #122037;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;

  border-left-color: #276296;
  border-right-color: #276296;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;

  /*Borders - (Optional)*/
  border-left-style: solid;
  border-left-width: 15px;
  border-right-style: solid;
  border-right-width: 2px;
}

blockquote::before {
  color: #ccc;
  content: "\201C"; /*Unicode for Left Double Quote*/
  font-family: Georgia, serif;
  font-size: 3em;
}

blockquote:after { content: ""; }

blockquote p {  display: inline;  }

blockquote.home {
  margin: 0 0 1em;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.286em;
  color: #122037;
  color: #276296;
  padding: 0.5em 10px;
  background: none;
}

blockquote.home:before{
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 3em;
  color: #276296;
}

  blockquote cite,
  blockquote cite a {
    color: #a1a1a9; }

address {
  margin: 0 0 1em; }

pre {
  background: #f3f3f4;
  color: #3D3D3D;
  font-family: "Roboto", Courier, monospace;
  line-height: 1.929em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em 0 0 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.6666666667em;
  background-color: #F9F9F9;
  border: 1px dashed #2F6FAB;
  color: black;
  line-height: 1.1em;
  padding: 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #a1a1a9;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Icons-font
--------------------------------------------------------------*/

@font-face {
  font-family: 'FontBNElab';
  font-display: auto;
  src:  url('css/fonts/FontBNElab.eot');
  src:  local('FontBNElab'), local('FontBNElab'),
    url('css/fonts/FontBNElab.eot#iefix') format('embedded-opentype'),
    url('css/fonts/FontBNElab.woff') format('woff'),
    url('css/fonts/FontBNElab.ttf') format('truetype'),
    url('css/fonts/FontBNElab.svg#FontBNElab') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-1x { font-size: 1.5em; padding-top: 5px; margin: 5px 5px 0 0; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontBNElab' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-envelope-o:before {
  content: "\f003";
}
.fa-user:before {
  content: "\f007";
}
.fa-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-home:before {
  content: "\f015";
  margin-right: 7px;
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-users:before {
  content: "\f0c0";
  margin-right: 20px;
}
.fa-envelope:before {
  content: "\f003";
  margin-right: 7px;
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-archive:before {
  content: "\f187";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-share-alt:before {
  content: "\f1e0";
  margin-right: 17px;
  color: black;
  opacity: 0.5;
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-street-view:before {
    content: "\f21d";
    margin-right: 20px;
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-clock-o:before {
    content: "\f017";
    margin-right: 5px;
}
.fa-link:before {
  content: "\f0c1";
  margin-left: 5px;
}
.fa-cog:before {
  content: "\f013";
  color: #ddb109;
}
.fa-sign-out:before {
  content: "\f08b";
  color: #e8e8ea;
  opacity: 0.7;
}
.fa-cog:hover {
  content: "\f013";
  color: #ffcd0f;
}
.fa-sign-out:hover {
  content: "\f08b";
  color: #fff;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  overflow-x: hidden; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

::selection {
  /* WebKit/Blink Browsers */
  background: #2D456B;
  color: #FFFFFF;
  text-shadow: 0 1px 1px #000000; }

::-moz-selection {
  /* Gecko Browsers */
  background: #2D456B;
  color: #FFFFFF;
  text-shadow: 0 1px 1px #000000; }

body {
  background: #fff;
}

hr {
  background-color: #f3f3f4;
  border: 0;
  height: 4px;
  margin-bottom: 1em; }

/*
ul, ol {
  margin: 0 0 1em 1em;
}*/

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1em 1em; }

img {
  height: auto;
  max-width: 100%;
}

img.imagen-destacada {
    width: 100%;
}

table {
  margin: 0 auto;
  width: 75%; }
table tr th {
  text-align: left;
  background-color: #eeeeee;
  height: 40px;
  padding: 0.1975308642em 0.4444444444em; }
table tr td {
  border-bottom: 1px solid rgba(20, 20, 40, 0.1);
  width: 50%;
  height: 40px;
  padding: 0.1975308642em 0.4444444444em; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  font-size: 0.9em;
  letter-spacing: 0.1316872428em;
  color: #fdf1f2;
  text-shadow: 0 0 0 transparent;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #747474 #747474 #747474;
  border-radius: 12px;
  background: #122037;
  padding: 1em 4em;
  margin: 20px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form button:hover,
  form input[type="button"]:hover,
  form input[type="reset"]:hover,
  form input[type="submit"]:hover {
    background: #ffffff;
    border-color: #747474 #747474 #747474;
    color: #141428;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  form button:active,
  form input[type="button"]:active,
  form input[type="reset"]:active,
  form input[type="submit"]:active {
    background: #ffffff;
    border-color: #747474 #747474 #747474;
    color: #141428;;
    border-width: 3px 1px 1px; }
  form button:focus,
  form input[type="button"]:focus,
  form input[type="reset"]:focus,
  form input[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 1px 4px #c9c9c9;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  box-sizing: border-box;
  color: #72727e;
  border: 1px solid #d0d0d4;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    color: #434353;
    outline: none;
    box-shadow: 0 0 1px 4px #e8e8ea;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .sidebar input[type="text"]:focus, .sidebar
  input[type="email"]:focus, .sidebar
  input[type="url"]:focus, .sidebar
  input[type="password"]:focus, .sidebar
  input[type="search"]:focus, .sidebar
  textarea:focus {
    box-shadow: 0 0 1px 4px rgba(232, 232, 234, 0.3);
    font-size: 0.7em;
  }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
  padding: 0.7962962963em 0.4444444444em; }

input[type="search"] {
  padding: 0.4em 0.4444444444em;
  width: 30%; }

textarea {
  padding: 0.2962962963em 0.4444444444em;
  width: 100%; }

.post-password-form {
  background: #f3f3f4;
  padding: 3.375em 2.25em; }
  .post-password-form p {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto; }
  .post-password-form p:first-child {
    font-size: 0.6666666667em;
    text-transform: uppercase;
    letter-spacing: 0.0501777168em;
    line-height: 1.5em;
    text-transform: none; }
  .post-password-form label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.6666666667em;
    clear: both;
    text-transform: uppercase;
    line-height: 1;
    font-size: 0.6666666667em;
    color: #d0d0d4; }
  .post-password-form input[type="password"] {
    display: block;
    margin-bottom: 0.6666666667em;
    width: 100%; }
  .post-password-form input[type="submit"] {
    display: block; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2D456B;
  -webkit-transition-property: color, text-decoration, opacity;
  -moz-transition-property: color, text-decoration, opacity;
  transition-property: color, text-decoration, opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-weight: bold; }
  a:hover, a:focus, a:active, a:visited {
    color: #7486aa;
    -webkit-transition-property: color, text-decoration, opacity;
    -moz-transition-property: color, text-decoration, opacity;
    transition-property: color, text-decoration, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    /* background-color: #2D456B; */ }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: searchfield-cancel-button;
    transition: background 0.8s;
    position:relative;
    right:  10px;
}

.widget_search .search-field::-webkit-search-cancel-button{
    -webkit-appearance: searchfield-cancel-button;
    transition: background 0.8s;
    position:relative;
    right: 10px;
}

a.search-href {
    text-decoration: none;
    font-weight: normal;
    color: #72727e;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

span.keyword {
    color: #2c6832;
    text-transform: capitalize;
}

.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
    text-align: center;
    margin-top: 20px;
}

.pagination span, .pagination a {
    /* display:block;
    float:left; */
    margin: 0 5px 20px 0;
    /* padding: 6px 9px 5px 9px; */
    padding: 20px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    border-radius: 100%;
    vertical-align: middle;
}

.pagination a:hover{
    color:#fff;
    background: #3279BB;
}

.pagination .current{
    padding:6px 9px 5px 9px;
    background: #122037e3;
    color:#fff;
    margin: 0 5px 20px 0;
    padding: 20px;
    border-radius: 100%;
}

i.fa.fa-link.search {
    font-size: 0.6em;
}


/*--------------------------------------------------------------
## Sidebar Toggle Button
--------------------------------------------------------------*/
/*
**  Sidebar Toggle + Login icon
*/

.fa.fa-user.login {
    display: inline-block;
    font: normal normal normal 30px/1 FontAwesome;
    font-size: 30px;
    font-size: 30px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 20px;
    font-size: 2.1em;
    -webkit-animation: fadein 0.3s ease-out 1s backwards;
    -moz-animation: fadein 0.3s ease-out 1s backwards;
    animation: fadein 0.3s ease-out 1s backwards;
}

.no-js .sidebar-toggle {
  display: none; }

.sidebar-toggle {
  -webkit-animation: fadein 0.3s ease-out 1s backwards;
  -moz-animation: fadein 0.3s ease-out 1s backwards;
  animation: fadein 0.3s ease-out 1s backwards;
  display: block;
  content: "";
  display: table;
  box-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  padding: 0;
  outline: 0;
  font-size: 1em;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  margin: -0.6em 0 0;
  padding: 1.286em 1em 1.5em;
  z-index: 100; }
  .sidebar-toggle span, .sidebar-toggle span:before, .sidebar-toggle span:after {
    display: block;
    width: 1.5em;
    height: 3px;
    border-radius: 1px;
    line-height: 1;
    background: rgba(232, 232, 234, 0.7); }
  .sidebar-toggle span {
    text-indent: -9999px;
    -webkit-transition-property: color, background, opacity, width;
    -moz-transition-property: color, background, opacity, width;
    transition-property: color, background, opacity, width;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .sidebar-toggle span:before, .sidebar-toggle span:after {
      content: '';
      position: absolute;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 1.286em;
      -webkit-transition-property: color, background, opacity, width;
      -moz-transition-property: color, background, opacity, width;
      transition-property: color, background, opacity, width;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    .sidebar-toggle span:before {
      margin-top: -8px;
      width: 1.286em; }
    .sidebar-toggle span:after {
      margin-top: 8px;
      width: 1em; }
  .sidebar-toggle:hover {
    background: transparent;
    box-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
    border: 0 none; }
    .sidebar-toggle:hover span {
      -webkit-transition-property: color, background, opacity, width;
      -moz-transition-property: color, background, opacity, width;
      transition-property: color, background, opacity, width;
      -webkit-transition-duration: 0.15s;
      -moz-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      background: #fff; }
      .sidebar-toggle:hover span:before, .sidebar-toggle:hover span:after {
        -webkit-transition-property: color, background, opacity, width;
        -moz-transition-property: color, background, opacity, width;
        transition-property: color, background, opacity, width;
        -webkit-transition-duration: 0.15s;
        -moz-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        width: 1.5em;
        background: #fff; }
  .sidebar-toggle:active, .sidebar-toggle:visited, .sidebar-toggle:focus {
    box-shadow: 0 0 0 transparent; }
  .sidebar-toggled .sidebar-toggle {
    border: 0 none;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-property: color, background, opacity, -webkit-transform;
    -moz-transition-property: color, background, opacity, -moz-transform;
    transition-property: color, background, opacity, transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .sidebar-toggled .sidebar-toggle span {
      background: transparent;
      -webkit-transition: background 0.2s ease-in-out;
      -moz-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
      .sidebar-toggled .sidebar-toggle span:before, .sidebar-toggled .sidebar-toggle span:after {
        width: 1.5em;
        margin-top: 0;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transition-property: color, background, opacity, -webkit-transform;
        -moz-transition-property: color, background, opacity, -moz-transform;
        transition-property: color, background, opacity, transform;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        background: #FFFFFF;
        height: 4px; }
      .sidebar-toggled .sidebar-toggle span:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sidebar-toggled .sidebar-toggle span:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .sidebar-toggled .sidebar-toggle:hover {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center;
      -webkit-transition-property: color, background, opacity, -webkit-transform;
      -moz-transition-property: color, background, opacity, -moz-transform;
      transition-property: color, background, opacity, transform;
      -webkit-transition-duration: 0.15s;
      -moz-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
      .sidebar-toggled .sidebar-toggle:hover span:before, .sidebar-toggled .sidebar-toggle:hover span:after {
        background: #bcbcbc; }
  .sidebar-toggled.admin-bar .sidebar-toggle {
    top: 32px; }
    @media (max-width: 800px) {
      .sidebar-toggled.admin-bar .sidebar-toggle {
        top: 42px; } }
  .sidebar-closed .sidebar-toggle span {
    -webkit-animation: fadein 0.3s ease-out 0.4s backwards;
    -moz-animation: fadein 0.3s ease-out 0.4s backwards;
    animation: fadein 0.3s ease-out 0.4s backwards; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-menu {
  padding: 0;
  margin: 0 15px 0 0;
  list-style: none;
  float: right;
  word-break: break-all;
}

.nav-menu ul.sub-menu li{
  width: 200px;
}

.nav-menu li ul li {
  position:relative;
}

.nav-menu ul.sub-menu ul.sub-menu {
  right:-140px;
  top:0;
  display: none;
}

.nav-menu ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
  display: inline-block;
  margin-left: 200px;
  top:0;
}

.site-header .header-navigation {
  position: relative;
  float: right;
  display: block;
  right: 0;
  width: 10%;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1316872428em;
  line-height: 1;
  opacity: 1; }
  @media (max-width: 800px) {
    .site-header .header-navigation {
      width: 50%; } }
  .site-header .header-navigation a {
    display: block;
    width: 100%;
    font-size: 0.6666666667em;
    letter-spacing: 0.1316872428em;
    color: rgba(232, 232, 234, 0.7);
    text-decoration: none; }
    .site-header .header-navigation a:hover {
      color: #fff; }
  .site-header .header-navigation .menu-header-container {
    -webkit-animation: fadein 0.3s ease-out 1s backwards;
    -moz-animation: fadein 0.3s ease-out 1s backwards;
    animation: fadein 0.3s ease-out 1s backwards;
    position: relative;
    right: 3.375em;
    opacity: 1;
    z-index: 200;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    .site-header .header-navigation .menu-header-container ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      text-align: right;
      line-height: 0; }
      .site-header .header-navigation .menu-header-container ul li, .site-header .header-navigation .menu-header-container ul a {
        line-height: 1;
        margin: 0;
        padding: 0; }
      .site-header .header-navigation .menu-header-container ul li > ul {
        display: none; }
      .site-header .header-navigation .menu-header-container ul li {
        display: inline-block;
        position: relative;
        padding: 0;
        margin: 0 0.1975308642em; }
        .site-header .header-navigation .menu-header-container ul li a {
          padding: 0 0 1em 0.4444444444em; }
    .sidebar-toggled .site-header .header-navigation .menu-header-container {
      opacity: 0;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    .sidebar-closed .site-header .header-navigation .menu-header-container {
      -webkit-animation: fadein 0.3s ease-out 0.5s backwards;
      -moz-animation: fadein 0.3s ease-out 0.5s backwards;
      animation: fadein 0.3s ease-out 0.5s backwards; }
    @media (max-width: 800px) {
      .site-header .header-navigation .menu-header-container {
        display: none; } }

.sidebar .main-navigation {
  font-family: 'Roboto', sans-serif;
  font-size: 1.7em;
  clear: both;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold; }
  .sidebar .main-navigation h2 {
    display: none; }
  .sidebar .main-navigation .sub-menu {
    padding-left: 0.2em;
    border-left: 2px solid #d0d0d4; }
    .sidebar .main-navigation .sub-menu a {
      font-size: 1em;
      opacity: .6;
      padding: 1em 0; }
      .sidebar .main-navigation .sub-menu a:hover {
        opacity: 1; }
  .sidebar .main-navigation li {
    padding: 0;
    margin: 0; }
  .sidebar .main-navigation a {
    display: block;
    padding: 1.286em 0; }

.comment-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-block;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 0.6666666667em;
  clear: both;
  text-transform: uppercase;
  line-height: 1; }
.comment-navigation .nav-previous, .comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right; }

.site-main .comment-navigation, .site-main
.post-navigation {
  margin: 1.5em 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right; }

.posts-navigation .nav-previous {
  padding-right: 1em;
  text-align: right; }
.posts-navigation .nav-next {
  padding-left: 1em;
  text-align: left; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Roboto,Calibri,Arial,sans-serif;font-size:16px;line-height:1.2em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:0;flex-direction:row;width:100%;bottom:0}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:1.8em .8em;font-size:16px;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:100px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}.cc-revoke,.cc-window{display:grid}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin:.5em 0%}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:1em 2em 1em;width:80%}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:1.3em 1.2em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{padding:1em 1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f3f3f4;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #141428;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

blockquote.alignright, blockquote.alignleft {
  width: 14.64834375em; }
blockquote.alignleft {
  margin-left: 0; }
blockquote.alignright {
  margin-right: 0; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  position: relative;
  width: 100vw; }

#content{
  min-height: 800px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/* Login user back-end BNElab */
.login-user { margin-right: 20px; color: #e6e6e6; -webkit-animation: fadein 0.3s ease-out 1s backwards; -moz-animation: fadein 0.3s ease-out 1s backwards; animation: fadein 0.3s ease-out 1s backwards; }

span.name-user { color: #ddb109; }
span.name-user:hover { color: #ffcd0f; }


/*z-index: https://developer.mozilla.org/es/docs/Web/CSS/z-index */
.site-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em 1em 1em;
  margin-bottom: 0;
  background: #122037;
  -webkit-box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.24);
  -moz-box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.24);
  box-shadow: 0px 7px 20px 2px rgba(0,0,0,0.24);
}

.featured-image .site-header, .header-image .site-header, .blog.home .site-header, .error404 .site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}

.site-branding {
  -webkit-animation: fadein 0.3s ease-out 1s backwards;
  -moz-animation: fadein 0.3s ease-out 1s backwards;
  animation: fadein 0.3s ease-out 1s backwards;
  position: relative;
  margin: -18px 0 0 0;
  width: 18%;
  float: left;
  color: #fff;
  z-index: 9000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .site-branding h3 {
    font-size: 0.6666666667em;
    letter-spacing: 0.1316872428em;
    margin: 0 0 0.4444444444em;
    text-transform: none !important; }
    .site-branding h3 a {
      color: #e8e8ea;
      text-decoration: none;
      font-size: 2em; }
      .site-branding h3 a:hover {
        color: #fff; }

img.logo {
    margin-top: -10px;
}
  .site-branding h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.0377914952em;
    margin: 0;
    color: rgba(255, 255, 255, 0.6); }
  @media (max-width: 800px) {
    .site-branding {
      width: 50%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; } }
  .sidebar-toggled .site-branding {
    width: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

/* Banderas idiomas, mejorado los márgenes y espaciados para responsive */
.wpml-ls-legacy-list-horizontal>ul { padding: 1em 0.5em 0 0; }
.wpml-ls-legacy-list-horizontal { padding: 0.2em;     -webkit-animation: fadein 0.5s ease-out 1.1s backwards;
    -moz-animation: fadein 0.5s ease-out 1.1s backwards;
    animation: fadein 0.5s ease-out 1.1s backwards; }

/*Header menu*/

button.sidebar-toggle{
    display:none;
}

nav.main-navigation.menu-header{
  margin-top: 35px;
}

nav .menu-item{
  margin-left: 5px;
}

nav.main-navigation.menu-header .menu-item a:hover{
  color: #ddb109;
}

nav.main-navigation.menu-header li{
  display:inline-block;
  position:relative;
  text-transform: uppercase;
  margin-right: 20px;
}

nav.main-navigation.menu-header ul li ul.sub-menu{
  position: absolute;
  top: 20px;
  left: 0px;
  visibility:hidden;
  opacity: 0;
  background-color: #122037;
  padding-bottom: 10px;
  transition: visibility 0s, opacity 0.3s linear;
  margin-left:0;
}

nav.main-navigation.menu-header ul li a, nav.main-navigation.menu-header ul li ul.sub-menu a{
  font-size: 0.6666666667em;
  letter-spacing: 0.1316872428em;
  color: #ced4de;
  text-decoration: none;
  font-size: 16px;
}

nav.main-navigation.menu-header ul li ul.sub-menu li{
  margin-top: 10px;
}

nav.main-navigation.menu-header ul li ul.sub-menu a{
  margin-top: 10px;
  padding-left: 8px;
}

nav.main-navigation.menu-header ul li:hover ul.sub-menu{
  visibility: visible;
  opacity: 1;
}

ul li.menu-item-has-children::after{
  content: " \25BC";
}

.menu-header .search-form{
  float: right;
}

.menu-header .search-form .search-submit{
  display: none;
}

form.search-form{
  width:200px;
}

input.search-field {
  width: 0px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  background-color: rgb(18,32,55);
  background-image: url('images/searchicon.png');
  background-repeat: no-repeat;
  padding: 0px 0px 0px 20px;
  -webkit-transition: width 0.4s ease-in;
  transition: width 0.4s ease-in;
  border:none;
}

input.search-field:focus,.search-form:focus{
  width:200px;
}


/*--------------------------------------------------------------
## Header Feature Image
--------------------------------------------------------------*/
.site-header-image {
  -webkit-animation: fadein 2s ease-out backwards;
  -moz-animation: fadein 2s ease-out backwards;
  animation: fadein 2s ease-out backwards;
  position: relative;
  overflow: hidden;
  line-height: 0;
  z-index: -100;
}

.site-header-no-image {
    margin-top: 120px;
}

section.site-header-no-image-about {
  margin-top: 119px;
}

@media (max-width: 550px){
  section.site-header-no-image-about { margin-top: 131px; }
}

@media (max-width: 320px){
  section.site-header-no-image-about { margin-top: 142px; }
}

/* Custom video on front-page for height and other stuff */
.site-header-image-video {
  -webkit-animation: fadein 2s ease-out backwards;
  -moz-animation: fadein 2s ease-out backwards;
  animation: fadein 2s ease-out backwards;
  position: relative;
  overflow: hidden;
  line-height: 0;
  z-index: -100;
  height: 35vh;
}

/* Same code for video & image */
.site-header-image-video .section-image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

/* Custom height video a image-feature onlu for >1024px screen */
@media (min-width: 1024px){
    .site-header-image-video{
      height: 70vh;
    }

    .site-header-image {
      position: relative;
      width: 100%;
      height: 50vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: block; }
}

.content-area {
  padding: 1em 1em;
  margin: 0 auto;
  max-width: 70.443359375em;
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  -moz-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;  }
  @media (min-width: 1400px) {
    .content-area {
      font-size: 1.0em; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

footer.entry-footer.search {
    border-bottom: 3px dotted #f3f3f4;
}

.hentry.search:hover{
  background-color: #929292;
  color: white;
  transition: all ease-in-out .5s;
  transform: scale(1.07);
  border-radius: 1em 1em 0 0;
}

.hentry.search:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #F8E71C;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.hentry.search:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hentry {
  padding: 0.5em 0 2em;
  transition: all ease-in-out .5s;
}

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }


.entry-content.home {
  margin: 1.5em 0;
  text-align: center;
}

.entry-summary.search {
    margin-left: 1em;
    margin-right: 1em;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0;
  text-align: justify; }
  .page-content p:first-child,
  .entry-content p:first-child,
  .entry-summary p:first-child {
    margin-top: 0; }
  .page-content p:last-child,
  .entry-content p:last-child,
  .entry-summary p:last-child {
    margin-bottom: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

span.posted-on {
    float: right;
    /* color: #a1a1a9; */
    color: #58585F;
    font-weight: bold;
}

.entry-title.search:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #2c6832;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.entry-title.search:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

h3.entry-title.search {
    font-size: 1.929em;
}

h3.entry-title.search:hover{
  color: #2c6832;
}

span.separator {
    padding: 0 5px;
}

h2.entry-title.taxo {
    font-family: "Reem Kufi", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: #434353;
}

.entry-header .entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center; }
  .entry-header .entry-title a {
    text-decoration: none;
    color: #434353; }
    .entry-header .entry-title a:hover {
      color: #122037; }

.entry-header .entry-meta,
.entry-footer {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.0501777168em;
  line-height: 1.5em;
  color: #434353; }
  .entry-header .entry-meta a, .entry-content .entry-meta a,
  .entry-footer a {
    text-decoration: none;
    color: #434353; }
    .entry-header .entry-meta a:hover, .entry-content .entry-meta a:hover,
    .entry-footer a:hover {
      color: #ddb109; }
  .entry-header .entry-meta span,
  .entry-footer span {
    margin-right: 0.2em !important;
    display: inline-block;
    font-size: 1em; }

.post-navigation {
  margin: 0 0 2.25em;
  padding: 0 0 1.25em;
  border-bottom: 4px solid #f3f3f4; }
  .post-navigation a {
    text-decoration: none; }


/* Disable WhatsApp button on Desktop - Tutorial link: http://social.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .social-whatsapp {
  display: none !important;
    }
}

.social-link {
    padding: 4px 8px 4px 8px;
    color: black;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
}

.social-link:hover,.social-link:active {
    color: white;
}

.social-twitter, .social-facebook, .social-linkedin, .social-whatsapp, .social-rss, .social-email {
    border-radius: 30px;
}

.social-twitter:hover,.social-twitter:active {
    background: #0084b4;
}

.social-facebook:hover,.social-facebook:active {
    background: #2d4372;
}

.social-linkedin:hover,.social-linkedin:active {
    background: #006288;
}

.social-whatsapp:hover,.social-whatsapp:active {
    background: #009688;
}

.social-rss:hover, .social-rss:active{
    background: #fcb400;
}

.social-email:hover,.social-email:active {
    background: #9e9e9e;
}

.social-bnelab {
    float: right;
}

.breadcrumbs {
    display: inline-block;
}

.listing .body p{
  text-align: left;
}


/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.container-front {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-front {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container-front {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-front {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container-front {
      max-width: 1140px; } }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-md-4, .col-md-6, .col-md-12, .col-md-3 {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.border img {
transition: .5s ease;
}

.border img:hover{
box-shadow: 0 0 0 10px #b5b5b7;
transition: .5s ease;
}



.blog-home-content .site-main {
  overflow: hidden;
  background: #141428; }
.blog-home-content .section-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.blog-home-content article {
  -webkit-animation: fadein 2s ease-out backwards;
  -moz-animation: fadein 2s ease-out backwards;
  animation: fadein 2s ease-out backwards;
  position: relative;
  width: 50%;
  height: 32vw;
  margin: 0;
  padding: 0;
  float: left;
  border-bottom: 0;
  overflow: hidden; }
  @media (max-width: 800px) {
    .blog-home-content article {
      width: 100%;
      height: 100vh;
      float: none; } }
  .blog-home-content article:first-child {
    width: 100%;
    height: 100vh; }
    .blog-home-content article:first-child .section-image {
      -webkit-animation: fadein-images 1s ease-out backwards, image-pulse 15s ease-in-out infinite alternate;
      -moz-animation: fadein-images 1s ease-out backwards, image-pulse 15s ease-in-out infinite alternate;
      animation: fadein-images 1s ease-out backwards, image-pulse 15s ease-in-out infinite alternate; }
  .blog-home-content article:last-child {
    clear: right; }
  .blog-home-content article .section-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out; }
  .blog-home-content article .entry-header {
    padding: 0 1em;
    margin: 0 auto;
    max-width: 38.443359375em;
    font-size: 0.6666666667em;
    text-align: center; }
    @media (min-width: 1400px) {
      .blog-home-content article .entry-header {
        font-size: 0.8573333333em; } }
    @media (max-width: 800px) {
      .blog-home-content article .entry-header {
        font-size: 1em; } }
    .blog-home-content article .entry-header .entry-title {
      margin-top: 0;
      margin-bottom: 0.2962962963em; }
      .blog-home-content article .entry-header .entry-title a {
        text-decoration: none;
        color: white; }
        .blog-home-content article .entry-header .entry-title a:hover {
          color: #122037; }
  .blog-home-content article:first-child .entry-header {
    font-size: 1em; }
    @media (min-width: 1400px) {
      .blog-home-content article:first-child .entry-header {
        font-size: 1.286em; } }
.blog-home-content .posts-navigation {
  padding: 1em;
  margin: 1em auto 0;
  max-width: 38.443359375em; }

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.archive .page-header,
.search-results .page-header {
  padding: 2.25em 1em 2.34025em;
  margin: 0 0 2.25em;
  border-bottom: 4px solid #f3f3f4;
  text-align: center;
  color: #a1a1a9; }
  .archive .page-header .page-title,
  .search-results .page-header .page-title {
    font-size: 1.5em;
    color: #d0d0d4;
    margin: 0; }
  .archive .page-header .page-description,
  .search-results .page-header .page-description {
    font-style: italic;
    font-size: 0.6666666667em;
    letter-spacing: 0.0501777168em; }
    .archive .page-header .page-description p,
    .search-results .page-header .page-description p {
      margin: 0.4444444444em 0 0; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 5.0625em 0 2.25em; }

.comment-list {
  margin: 0 0 2.25em;
  padding: 0;
  list-style: none;
  content: "";
  display: table; }

.comment-list .children {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border-left: 4px solid #f3f3f4; }

.comment-list .children > li {
  padding-left: calc(32px + 0.8em); }

.comment-body {
  margin: 2.25em 0; }

.comment-author .avatar {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 0.6666666667em 0 0;
  border-radius: 100%; }

.comment-metadata,
.pingback .edit-link {
  font-size: 0.6666666667em;
  text-transform: uppercase;
  letter-spacing: 0.0501777168em;
  line-height: 1.5em; }
  .comment-metadata a,
  .pingback .edit-link a {
    text-decoration: none;
    color: #a1a1a9; }
    .comment-metadata a:hover,
    .pingback .edit-link a:hover {
      color: #122037; }

.comment-metadata {
  margin-bottom: 1em; }

.comment-metadata .edit-link,
.pingback .edit-link {
  margin-left: 1em; }

.comment-list .reply a {
  font-size: 0.6666666667em;
  text-transform: uppercase;
  letter-spacing: 0.0501777168em;
  line-height: 1.5em; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em; }
.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }
.comment-content > :first-child {
  margin-top: 0; }
.comment-content > :last-child {
  margin-bottom: 0; }
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-reply-title small {
  font-size: 0.6666666667em;
  text-transform: uppercase;
  letter-spacing: 0.0501777168em;
  line-height: 1.5em; }

@media (min-width: 800px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 32%;
    float: left;
    margin-right: 2%; }

  .comment-form-url {
    margin-right: 0; }

  .comment-form-comment {
    clear: both; } }
.comment-form label {
  display: block;
  font-size: 0.6666666667em;
  letter-spacing: 0.0877914952em;
  color: #d0d0d4;
  padding: 0 0 0.4444444444em; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%; }

.form-submit {
  content: "";
  display: table;
  width: 100%; }
  .form-submit input[type="submit"] {
    float: right; }

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: 0.6666666667em;
  letter-spacing: 0.0877914952em; }

.comment-form-comment {
  margin-bottom: 0; }

.form-allowed-tags {
  margin-top: 0;
  margin-bottom: 2.25em; }

.form-allowed-tags code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

.form-submit {
  margin-bottom: 0; }

.required {
  color: #122037; }

.no-comments {
  font-size: 0.6666666667em;
  text-transform: uppercase;
  letter-spacing: 0.0501777168em;
  line-height: 1.5em;
  text-align: center;
  color: #d0d0d4;
  border-top: 4px solid #f3f3f4;
  border-bottom: 4px solid #f3f3f4;
  padding: 1em 0; }

/*--------------------------------------------------------------
## Footer: Progress Bar reading + scroll me perspective;
--------------------------------------------------------------*/


/*
#toTop {
    background-color: #e3e3e3;
    border-radius: 8px 8px 8px 8px;
    bottom: 30px;
    color: #000;
    display: none;
    height: 45px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    opacity: .8;
    z-index: 10000;
    transition: all .2s ease-in-out 0s;
    width: 50px;
    height: 50px
}

#toTop:hover {
    background-color: #9e9e9e
}*/


/* Footer Links menu (above logos) */

ul#menu-footer-menu-es-bnelab, ul#menu-footer-menu-en-bnelab-ingles { display: inline-block; list-style: none; }

#menu-footer-menu-es-bnelab li, #menu-footer-menu-en-bnelab-ingles li { display: inline-block; position: relative; padding-bottom: 10px; margin-bottom: 10px; }

ul#menu-footer-menu-es-bnelab li:after, ul#menu-footer-menu-en-bnelab-ingles li:after { content:"·"; margin: 0 10px; text-decoration: none;}

ul#menu-footer-menu-es-bnelab li:last-child:after, ul#menu-footer-menu-en-bnelab-ingles li:last-child:after {content: ""; padding: 0;}

ul#menu-footer-menu-es-bnelab li:last-child:before, ul#menu-footer-menu-en-bnelab-ingles li:last-child:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontBNElab;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f003"; padding: 0;
  margin-right: 5px;
}

ul#menu-footer-menu-es-bnelab li:hover:last-child, ul#menu-footer-menu-en-bnelab-ingles li:hover:last-child {
  color: #ddb109; transition: .25s linear;
}

#progress-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
}

#progress-element {
    background-color: #0f2038;
    box-shadow: 1px 1px 5px #0f2038;
    height: 5px;
}

.scrollme.footer {
    overflow: hidden;
    perspective: 300px;
    transform-style: preserve-3d;
}
.site-footer {
  padding: 2em 0 2em;
  background-color: #122037;
  color: #d0d0d4;
  text-align: center;
}
.site-footer .site-info {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-footer .site-info li {
      display: inline-block;
      text-transform: uppercase;
      font-size: 0.5715555556em;
      letter-spacing: 0.0501777168em;
      margin: 0 0.6666666667em;
}
.site-footer a {
    display: inline-block;
    color: #b9b9bf;
    text-decoration: none;
}

.site-footer a:hover {  color: #ddb109; transition: .25s linear; }

/*
.site-footer li > a:before {
  content: "";
  position: absolute;
  width: 94%;
  height: 1px;
  bottom: 0;
  left: -10px;
  background: #ddb109;
  visibility: hidden;
  border-radius: 2px;
  transform: scaleX(0);
  transition: .25s linear;

}

.site-footer a:hover:before, .site-footer a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
*/

img.img-responsive-footer {
    max-width: 100%;
    height: auto;
    margin: 30px 20px;
    vertical-align: middle;
}

a.logos-margin { margin: 20px;  vertical-align: middle; }

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

section.error-404.not-found { margin: 0 15px; }

.error404 {
  background: #122037; }
  .error404 .site-main {
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 5.0625em 0 0; }
  .error404 .not-found {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 100vw; }
    .error404 .not-found .page-header,
    .error404 .not-found .page-content {
      padding: 0 1em;
      margin: 0 auto;
      max-width: 38.443359375em;
      color: white; }
  .error404 article {
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background: #141428;
    overflow: hidden; }
    .error404 article:nth-child(even) {
      background: rgba(20, 20, 40, 0.95); }
    .error404 article .section-inner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100vw; }
    .error404 article .entry-header {
      padding: 0 1em;
      margin: 0 auto;
      max-width: 38.443359375em; }
      @media (min-width: 1400px) {
        .error404 article .entry-header {
          font-size: 1.286em; }
          .error404 article .entry-header.sidebar-toggled {
            font-size: 1em; } }
      .error404 article .entry-header .entry-title {
        margin-top: 0;
        margin-bottom: 0.2962962963em; }
        .error404 article .entry-header .entry-title a {
          text-decoration: none;
          color: white; }
          .error404 article .entry-header .entry-title a:hover {
            color: #122037; }
  .error404.header-image .site-header-image {
    display: none; }

.error404 .site-content,
.search-no-results .site-content {
  padding-bottom: 100px; }
.error404 .site-footer,
.search-no-results .site-footer {
  position: fixed;
  bottom: 0;
  width: 100%; }

/*--------------------------------------------------------------
## PROYECTOS
--------------------------------------------------------------*/

/*********************************************************************************************
1.  Base code
*********************************************************************************************/
*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='grid-'] {
    float: left;
    /* padding: 5px; */
    width:100%;
}

.clear-grid{
    clear:both;
    float:inherit;
}
.container {
    margin:0%;
    width: 100%;
}

.centered {
  font-size: 2em;
  letter-spacing: 0.0877914952em;
  margin: 0 0 1.5em 0;
  text-decoration: underline;
  text-align: center;
}

.center-title-proyectos {
    font-size: 1.2em;
    letter-spacing: 0.0501777168em;
    margin: 0 0 1em 0;
    text-align: center;
}

.extra-excerpt{
  text-align: center;
  margin: 0.5em;
}

.container:after, .container:before {
    display: table;
    clear:both;
    content: " ";
}
.nest {
    margin:0 -10px;
    padding:0;
    width:auto;
}

/* Flex-box for proyectos
******************************************/

.parent {
  display: flex;
  flex-flow: row wrap;
}

.child {
  flex: 1 0 33.333%;
  min-width: 200px;
  color: white;
  text-align: center;
}

.child:nth-last-child(2):nth-child(3n) {
  min-width: 50%;
}

.child:nth-child(3n) {
  width: 33.333%;
}

.child:nth-child(5n,9n) {
  width: 50%;
}

.child:nth-child(7n) {
  width: 66.666%;
}

/* Image hover effect for DESTACADOS HOME BNELAB */
/* ********************************************* */

figure.destacados-home-bnelab {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  text-align: center;
}

figure.destacados-home-bnelab * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.destacados-home-bnelab img {
  opacity: 0.8;
  width: 100%;
}

figure.destacados-home-bnelab figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

figure.destacados-home-bnelab h2{
  font-weight: 200;
  background-color: #122037;
  opacity: 0.9;
  font-size: 1.5em;
  color: white;
  color: white;
  left: 0;
  right: 0;
  letter-spacing: 0.5px;
  margin: 0 auto;
  padding: 15px 0;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

figure.destacados-home-bnelab p {
  position: absolute;
  color: black;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  -webkit-transform: translateY(-20%) scale(0.7);
  transform: translateY(-20%) scale(0.7);

}

figure.destacados-home-bnelab .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.destacados-home-bnelab .square:before,
figure.destacados-home-bnelab .square:after,
figure.destacados-home-bnelab .square div:before,
figure.destacados-home-bnelab .square div:after {
  background-color: #f3f3f4;
  opacity: 0.9;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.destacados-home-bnelab .square:before,
figure.destacados-home-bnelab .square:after {
  width: 65%;
  height: 2px;
}
figure.destacados-home-bnelab .square div:before,
figure.destacados-home-bnelab .square div:after {
  width: 2px;
  height: 65%;
}
figure.destacados-home-bnelab .square:before,
figure.destacados-home-bnelab .square div:before {
  left: 0;
  top: 0;
}
figure.destacados-home-bnelab .square:after,
figure.destacados-home-bnelab .square div:after {
  bottom: 0;
  right: 0;
}
figure.destacados-home-bnelab a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.destacados-home-bnelab:hover img,
figure.destacados-home-bnelab.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.destacados-home-bnelab:hover h2,
figure.destacados-home-bnelab.hover h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
figure.destacados-home-bnelab:hover p,
figure.destacados-home-bnelab.hover p {
  opacity: 1;
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}
figure.destacados-home-bnelab:hover .square:before,
figure.destacados-home-bnelab.hover .square:before {
  width: 38%;
}
figure.destacados-home-bnelab:hover .square div:before,
figure.destacados-home-bnelab.hover .square div:before {
  height: 38%;
}
figure.destacados-home-bnelab:hover .square:after,
figure.destacados-home-bnelab.hover .square:after {
  width: 55%;
}
figure.destacados-home-bnelab:hover .square div:after,
figure.destacados-home-bnelab.hover .square div:after {
  height: 55%;
}


/* Image hover effect for GRID PROYECTOS */
/* ************************************* */

.grid-proyectos {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.grid-proyectos *,
.grid-proyectos *:before,
.grid-proyectos *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.grid-proyectos img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}

.grid-proyectos:before,
.grid-proyectos:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #122037;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.grid-proyectos:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.grid-proyectos:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.grid-proyectos figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 10px 40% 25px 20px;
}

.grid-proyectos figcaption:before,
.grid-proyectos figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #122037;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.grid-proyectos figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.grid-proyectos figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.grid-proyectos h3,
.grid-proyectos p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.grid-proyectos h3 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  color: #747474;
  margin: 0.5em auto;
  text-decoration: underline;
}

.grid-proyectos p {
  font-size: 0.8em;
  color: white;
  text-align: justify;
}

/*--------------------------------------------------------------
## SOBRE-BNELAB
--------------------------------------------------------------*/

@media only screen and (max-device-width:768px) and (min-device-width:1024px) and (orientation:portrait) {
    .carousel-caption {
        position: absolute;
        top: 50px;
        left: 45%;
        z-index: 10;
        color: #fff;
        text-align: justify
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .carousel-caption {
        position: absolute;
        top: 90px;
        left: 45%;
        z-index: 10;
        color: #fff;
        text-align: justify
    }
}

@media(max-width:768px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 60px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: justify
    }
}


/*--------------------------------------------------------------
## COLABORADORES
--------------------------------------------------------------*/

/**
 * ----------------------------------------
 * animation shadow-drop-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-center {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

h2.title-module {
  background-color: #122037;
  color: white;
  text-align: center;
  margin: 0;
  padding: 20px;
  font-family: "Reem Kufi", sans-serif;
}

h3.title-module{
  color: #122037;
  text-align: center;
  margin: 0;
  padding: 20px;
}

.columns li {
  border-radius: 0px;
  display: flex;
  flex-direction: column;
}

li.wide-one:hover, li.wide-two:hover{
  animation: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running shadow-drop-center;
}

a.about-bnelab-link {
    margin-top: auto;
    text-decoration: none;
}

.columns .cta {
  margin-top: auto;
  border-top: 1px dotted #122037;
  padding: 10px;
  text-align: center;
}
.columns .body {
  padding: 20px 30px;
  text-align: justify;
  letter-spacing: 0.03em;
}
.columns {
  list-style: none;
  margin: 2em;
  display: grid;
  grid-gap: 20px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
}
.columns .wide {
  grid-column-end: span 3;
}

.columns .contact {
  grid-column-end: span 4;
  text-align: center;
}

.body-contact{
  text-align: justify;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

.columns .wide-one, .wide-two {
  grid-column-end: span 2;
  border: 1px solid #122037;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
}


/*--------------------------------------------------------------
## Taxonomias (listado para single-dato.php)
--------------------------------------------------------------*/

h2.title-taxo {
  color: black;
  text-align: center;
  margin: 0;
  padding: 20px;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
}

.columns-taxo li {
  border-radius: 0px;
  display: flex;
  flex-direction: column;
}

.columns-taxo .cta {
  margin-top: auto;
  border-top: 1px dotted #122037;
  padding: 10px;
  text-align: center;
}
.columns-taxo .body-taxo {
  padding: 0 10px 20px 10px;
  text-align: justify;
  letter-spacing: 0.05em;
  font-size: 0.8em;
}
.columns-taxo {
  list-style: none;
  margin: 0;
  display: grid;
  margin-bottom: 30px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill,minmax(100px, 1fr));
  background: #eeeeee;
  border-radius: 10px;
  -webkit-box-shadow: 2px 3px 4px 0px rgba(107,105,107,0.71);
  -moz-box-shadow: 2px 3px 4px 0px rgba(107,105,107,0.71);
  box-shadow: 2px 3px 4px 0px rgba(107,105,107,0.71);
}

.columns-taxo .wide {
  grid-column-end: span 3;
}

.columns-taxo .contact {
  grid-column-end: span 4;
  text-align: center;
}

.columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four, .columns-taxo .taxo-five {
  grid-column-end: span 2;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
}

a.taxo-link {
    background: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    border: 1px solid #ddb109;
    margin: 0 7px 7px 0;
    text-decoration: none;
    display: inline-block;
}

a.taxo-link:hover {
    background: #ddb109;
    border: 1px solid #ddb109;
    color: #fff;
}

a.subtaxo-link {
    background: #fff;
    padding: 2px 7px;
    border-radius: 4px;
    border: 1px solid #07c411;
    margin: 0 7px 7px 0;
    text-decoration: none;
    display: inline-block;
}

a.subtaxo-link:hover {
    background: #07c411;
    border: 1px solid #07c411;
    color: #fff;
}

a.data-related {
    list-style: initial;
    display: list-item;
    margin: 10px 10px 10px 20px;
    text-decoration: none;
}

a.data-related:hover {  text-decoration: underline;  }

.listing {
    list-style: none;
    margin: 2em 5em;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
}

.listing li {
    border: 1px solid #72727e;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.listing li:hover{
  animation: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both running shadow-drop-center;
}

h3.popup {
    font-size: 1.6em;
    text-rendering: optimizespeed;
    font-family: "Reem Kufi", sans-serif;
    clear: both;
    line-height: 1;
    color: #fefe00;
    opacity: 0.7;
    text-transform: uppercase;
    margin: 30px 0;
    text-align: center;
}

.img-colaboradores {
    text-align: center;
    border-radius: 50%;
    border: 1px solid #454545;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #72727e, 0 0 0 4px #E2E2E2;
    margin: 0 auto;
    display: table-cell;
}

.img-colaboradores-popup {
    border-radius: 50%;
    border: 1px solid #454545;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #72727e, 0 0 0 4px #E2E2E2;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.img-colaboradores:hover {
    animation: 0.5s ease-in-out 0s 1 normal both running pulsate-bck;
    border-radius: 50%;
    border: 1px solid #454545;
    vertical-align: middle;
    box-shadow: 0 0 0 1px #72727e, 0 0 0 4px #E2E2E2;
    display: table-cell;
}

.listing .name {
    margin: 20px 0;
}

.listing .name h2 {
    font-size: 1.6em;
    text-rendering: optimizespeed;
    text-align: center;
}

.listing .body {
    padding: 10px 10px 30px 10px;
    text-rendering: optimizespeed;
}

.listing .social {
    margin-top: auto;
    border-top: 1px dotted #72727e;
    padding: 20px 10px;
    text-align: center;
}

.icon_bnelabpopup {
    text-align: center;
    margin-bottom: 30px;
}

/*
   --Grid system--
   Incompleto. Solo escrito lo necesario para esta plantilla por lo que
   es ampliable
*/

.col-1 {width: 8.33%;}

.col-2 {width: 16.66%;}

.col-3 {width: 25%;}

.col-4 {width: 33.33%;}

.col-5 {width: 41.66%;}

.col-6 {width: 50%;}

.col-7 {width: 58.33%;}

.col-8 {width: 66.66%;}

.col-9 {width: 75%;}

.col-10 {width: 83.33%;}

.col-11 {width: 91.66%;}

.col-12 {width: 100%;}

.mb-5{
  margin-bottom: 5%;
}

.mt-5{
  margin-top: 5%;
}

@media (max-width:768px){
  .col-4 {width:100%;}
}

/*
  --Fin de Grid System--
*/

/* Botones BNE */

.boton-bne {
  position: relative;
  display: inline-block;
  margin: 20px;
  max-width: 190px;
  width: 100%;
  color: #dcc319;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.boton-bne *,
.boton-bne:before,
.boton-bne:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.boton-bne:before,
.boton-bne:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #122037;
  border-color: transparent #122037;
}

.boton-bne img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.boton-bne figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

.boton-bne i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3em;
  z-index: 1;
}

.boton-bne a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.boton-bne:hover figcaption,
.boton-bne.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.boton-bne:hover:before,
.boton-bne.hover:before,
.boton-bne:hover:after,
.boton-bne.hover:after {
  border-width: 10px;
}

.boton-bne:hover:before,
.boton-bne.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.boton-bne:hover:after,
.boton-bne.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Fin Botones BNE */


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 813px) and (max-width: 1024px) {

    .grid-proyectos p {
      font-size: 0.7em;
      color: white;
      text-align: justify;
    }

    .grid-proyectos h3 {
      font-family: 'Reem Kufi', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      color: #747474;
      margin: 0.5em auto;
      text-decoration: underline;
    }

    .child {
      flex: 1 0 50%;
      min-width: 200px;
      color: white;
      text-align: center;
    }

    .grid-proyectos figcaption {
      padding: 20px 40% 25px 20px;
    }

    .img-colaboradores{ max-width: 70%; }

    .site-header-image {
      position: relative;
      width: 100%;
      height: 40vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
    }

    .site-header-image-video { height: 38vh; }

    #site-navigation a .login{
      margin-right: 80px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .grid-proyectos p {
      font-size: 0.7em;
      color: white;
      text-align: justify;
    }

    .grid-proyectos h3 {
      font-family: 'Reem Kufi', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      color: #747474;
      margin: 0.5em auto;
      text-decoration: underline;
    }

    .child {
      flex: 1 0 50%;
      min-width: 200px;
      color: white;
      text-align: center;
    }

    .grid-proyectos figcaption {
      padding: 30px 40% 25px 30px;
    }

    .img-colaboradores { max-width: 70%; }

    img.imagen-destacada { height: 60vh; }

    .site-header-image-video { height: 60vh; }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Portrait)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 600px) and (max-width: 960px) and (orientation: portrait){

    .grid-proyectos p {
      font-size: 0.7em;
      color: white;
      text-align: justify;
    }

    .grid-proyectos h3 {
      font-family: 'Reem Kufi', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      color: #747474;
      margin: 0.5em auto;
      text-decoration: underline;
    }

    .child {
      flex: 1 0 100%;
      min-width: 200px;
      color: white;
      text-align: center;
    }

    .grid-proyectos figcaption {
      padding: 30px 40% 25px 30px;
    }

    .img-colaboradores{ max-width: 70%; }

    img.imagen-destacada { height: 25vh; }

    .site-header-image-video { height: 40vh; }

    .site-header-image-video .section-image { height: 45vh; }

    #site-navigation a .login{
      margin-right: 80px;
    }

}

@media (min-width: 600px) and (max-width: 960px) and (orientation: landscape){
    img.imagen-destacada { height: 60vh; }

    .site-header-image-video { height: 70vh; }

    #site-navigation a .login{
      margin-right: 80px;
    }
}

/* iPhone X ( 375px x 812px ) portrait */
@media (min-width: 375px) and (max-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait){
    img.imagen-destacada { height: 69vh; }

    .site-header-image-video { height: 79vh; }

    #site-navigation a .login{
      margin-right: 80px;
    }
}


@media (min-width: 320px) and (max-width: 812px) and (orientation: landscape){
    img.imagen-destacada { height: 60vh; }

    .site-header-image-video { height: 100vh; }

    #site-navigation a .login{
      margin-right: 80px;
    }
}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait){

    .grid-proyectos p {
      font-size: 0.8em;
      color: white;
      text-align: justify;
    }

    .grid-proyectos h3 {
      font-family: 'Reem Kufi', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      color: #747474;
      margin: 0.5em auto;
      text-decoration: underline;
    }

    .child {
      flex: 1 0 100%;
      min-width: 200px;
      color: white;
      text-align: center;
    }

    .grid-proyectos figcaption {
      padding: 20px 40% 25px 20px;
    }

    .img-colaboradores{ max-width: 70%; }

    img.imagen-destacada {
      height: 40vh;
    }

    .site-header-image-video { height: 50vh; }

    .site-header-image-video .section-image { height: 470px; }
}

.grid-proyectos a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.grid-proyectos:hover h3,
.grid-proyectos.hover h3,
.grid-proyectos:hover p,
.grid-proyectos.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.grid-proyectos:hover:before,
.grid-proyectos.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.grid-proyectos:hover:after,
.grid-proyectos.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.grid-proyectos:hover figcaption:before,
.grid-proyectos.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.grid-proyectos:hover figcaption:after,
.grid-proyectos.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


/* Image hover effect for GRID HERRAMIENTAS */
/* ************************************* */

.grid-herramientas {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.grid-herramientas *,
.grid-herramientas *:before,
.grid-herramientas *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.grid-herramientas img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.grid-herramientas:before,
.grid-herramientas:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #123511;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.grid-herramientas:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.grid-herramientas:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.grid-herramientas figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 10px 40% 25px 20px;
}

.grid-herramientas figcaption:before,
.grid-herramientas figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #123511;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.grid-herramientas figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.grid-herramientas figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.grid-herramientas h3,
.grid-herramientas p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.grid-herramientas h3 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  color: #747474;
  margin: 0.5em auto;
  text-decoration: underline;
}

.grid-herramientas p {
  font-size: 0.8em;
  color: white;
  text-align: justify;
}


/*
  ## Device = Desktop >= 992px
  ## Screen = B/2 >= 992px
*/

@media only screen and (min-width: 992px) {
  .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four {
    border-right: 1px solid #636363;
  }

}

/*
  ##Device = iPhone X (landscape)
  ##Screen = B/w 812 to 375px
*/

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    .columns-taxo { grid-template-columns: repeat(auto-fill,minmax(150px, 1fr)) !important; }


    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four, .columns-taxo .taxo-five {
      grid-column-end: span 6 !important;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four {
        border-bottom: 1px solid #636363 !important;
        border-right: 0 !important;
    }
}

/*
  ##Device = Kindle Fire (portrait)
  ##Screen = B/w 800px to 1280px
*/

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: portrait) {
    .columns-taxo { grid-template-columns: repeat(auto-fill,minmax(120px, 1fr)) !important; }
}


/*
  ##Device = iPad Pro (portrait)
  ##Screen = B/w 1024px to 1366px
*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .columns-taxo { grid-template-columns: repeat(auto-fill,minmax(150px, 1fr)) !important; }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .listing {
        list-style: none;
        margin: 3em auto;
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    }

    .columns .wide-one, .columns .wide-two {
        grid-column-end: span 4;
        border: 1px solid #122037;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-four {
      border-right: 1px solid #636363;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four, .columns-taxo .taxo-five {
        grid-column-end: span 2;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .columns-taxo .taxo-four, .columns-taxo .taxo-five {
        grid-column-end: span 3;
        border-top: 1px solid #636363;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .columns-taxo {
      list-style: none;
      margin: 0;
      display: grid;
      grid-auto-flow: dense;
      grid-template-columns: repeat(auto-fill,minmax(110px, 1fr));
    }

    .grid-herramientas p {
      font-size: 0.7em;
      color: white;
      text-align: justify;
    }

    .grid-herramientas h3 {
      font-family: 'Reem Kufi', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      color: #747474;
      margin: 0.5em auto;
      text-decoration: underline;
    }

    .child {
      flex: 1 0 50%;
      min-width: 200px;
      color: white;
      text-align: center;
    }

    .grid-herramientas figcaption {
      padding: 20px 40% 25px 20px;
    }
}

@media only screen and (max-width: 823px) and (orientation: landscape) {
    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four, .columns-taxo .taxo-five {
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }
    .columns-taxo {
        grid-template-columns: repeat(auto-fill,minmax(150px, 1fr)) !important;
    }
}

@media (max-width: 1024px){
  button.sidebar-toggle{
    display:inherit;
  }

  #site-navigation .login{
    margin-right: 80px;
  }

  #site-navigation .login-user{
    margin-right: 80px;
  }

  nav.menu-header{
    display:none;
  }

  .site-header .header-navigation{
    width: 50%;
  }

  header .site-branding{
    width: 30%;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  button.sidebar-toggle{
    display:inherit;
  }

  .login-user{
    margin-left: 60px;
  }

  nav.menu-header{
    display:none;
  }

    .listing {
        list-style: none;
        margin: 3em auto;
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    }

    .columns .wide-one, .columns .wide-two {
        grid-column-end: span 4;
        border: 1px solid #122037;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four {
        border-right: 1px solid #636363;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four, .columns-taxo .taxo-five {
        grid-column-end: span 1;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .columns-taxo {
      margin: 0;
      list-style: none;
      display: grid;
      grid-auto-flow: dense;
      grid-template-columns: repeat(auto-fill,minmax(170px, 1fr));
    }

    .grid-herramientas p {
      font-size: 0.7em;
      color: white;
      text-align: justify;
    }

    .grid-herramientas h3 {
      font-family: 'Reem Kufi', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      color: #747474;
      margin: 0.5em auto;
      text-decoration: underline;
    }

    .child {
      flex: 1 0 50%;
      min-width: 200px;
      color: white;
      text-align: center;
    }

    .grid-herramientas figcaption {
      padding: 30px 40% 25px 30px;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .listing {
        list-style: none;
        margin: 2em 5em;
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    }

    .columns .wide-one, .columns .wide-two {
        grid-column-end: span 4;
        border: 1px solid #122037;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four {
        border-bottom: 1px solid #636363;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four, .columns-taxo .taxo-five {
        grid-column-end: span 6;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .columns-taxo {
      list-style: none;
      display: grid;
      grid-auto-flow: dense;
      grid-template-columns: repeat(auto-fill,minmax(110px, 1fr));
    }

    .grid-herramientas p {
      font-size: 0.7em;
      color: white;
      text-align: justify;
    }

    .grid-herramientas h3 {
      font-family: 'Reem Kufi', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      color: #747474;
      margin: 0.5em auto;
      text-decoration: underline;
    }

    .child {
      flex: 1 0 100%;
      min-width: 200px;
      color: white;
      text-align: center;
    }

    .grid-herramientas figcaption {
      padding: 30px 40% 25px 30px;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .listing {
        list-style: none;
        margin: 2em;
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
    }

    .columns .wide-one, .columns .wide-two {
        grid-column-end: span 4;
        border: 1px solid #122037;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four {
        border-bottom: 1px solid #636363;
    }

    .columns-taxo .taxo-one, .columns-taxo .taxo-two, .columns-taxo .taxo-three, .columns-taxo .taxo-four, .columns-taxo .taxo-five {
        grid-column-end: span 4;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
    }

    .grid-herramientas p {
      font-size: 0.8em;
      color: white;
      text-align: justify;
    }

    .grid-herramientas h3 {
      font-family: 'Reem Kufi', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      color: #747474;
      margin: 0.5em auto;
      text-decoration: underline;
    }

    .child {
      flex: 1 0 100%;
      min-width: 200px;
      color: white;
      text-align: center;
    }

    .grid-herramientas figcaption {
      padding: 20px 40% 25px 20px;
    }
}

.grid-herramientas a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.grid-herramientas:hover h3,
.grid-herramientas.hover h3,
.grid-herramientas:hover p,
.grid-herramientas.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.grid-herramientas:hover:before,
.grid-herramientas.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.grid-herramientas:hover:after,
.grid-herramientas.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.grid-herramientas:hover figcaption:before,
.grid-herramientas.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.grid-herramientas:hover figcaption:after,
.grid-herramientas.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*********************************************************************************************
2.  Mobile Grid
*********************************************************************************************/
.grid-m-4 {
    width: 33.33%;
}

/*********************************************************************************************
3.  Grid 720px+
*********************************************************************************************/
@media (min-width: 720px) {
    .grid-4 {
        width: 33.33%;
    }

    .grid-t-4 {
        width: 33.33%;
    }
}

/*********************************************************************************************
4.  Grid 1024px+
*********************************************************************************************/
@media only screen and (min-width: 1024px) {
    .grid-tl-4 {
        width: 33.33%;
    }
}


/*********************************************************************************************
5.  Grid 1200px+
*********************************************************************************************/
@media only screen and (min-width: 1200px) {
    .container {
        /* max-width:1180px; */
        max-width: 100%;
        margin:0 auto;
    }
    .container-fluid {
        max-width:100%;
        margin:0 5%;
    }
    .grid-d-4 {
        width: 33.33%;
    }
}

/*********************************************************************************************
6.  Helper classes
*********************************************************************************************/
img.scale, img.responsive {
    max-width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
## Tweets center css
--------------------------------------------------------------*/
/* https://codex.wordpress.org/Embeds */
.twitter-tweet {
   margin: auto;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  height: 100%;
  top: 120px;
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  overflow: scroll;
  overflow-x: hidden;
  z-index: 9000;
  background: rgba(18, 32, 55, 0.95);
  color: white;
  opacity: 0;
  -webkit-transition-property: -webkit-transform, width, opacity;
  -moz-transition-property: -moz-transform, width, opacity;
  transition-property: transform, width, opacity;
  -webkit-transition-duration: 0.4s, 0.4s, 1.4s;
  -moz-transition-duration: 0.4s, 0.4s, 1.4s;
  transition-duration: 0.4s, 0.4s, 1.4s;
  -webkit-transition-timing-function: ease-out, ease-in, ease-out;
  -moz-transition-timing-function: ease-out, ease-in, ease-out;
  transition-timing-function: ease-out, ease-in, ease-out;
  -webkit-transition-delay: 0.05s, 0.1s, 0.05s;
  -moz-transition-delay: 0.05s, 0.1s, 0.05s;
  transition-delay: 0.05s, 0.1s, 0.05s; }
  @media (min-width: 360px) {
    .sidebar {
      width: 21.972515625em;
      padding: 1.5em 0;
      background: rgba(18, 32, 55, 0.95);
      position: fixed;
      } }
  .sidebar .sidebar-inner {
    max-width: 25.62890625em;
    margin: 0 auto;
    padding: 0 3.375em;
    opacity: 0;
    -webkit-transition: opacity, 0.4s, ease-out;
    -moz-transition: opacity, 0.4s, ease-out;
    transition: opacity, 0.4s, ease-out; }
    @media (max-width: 480px) {
      .sidebar .sidebar-inner {
        padding: 0 1.5em; } }
  .sidebar::-webkit-scrollbar {
    display: none; }
  .sidebar ul, .sidebar ol {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar a {
    color: #72727e;
    text-decoration: none; }
    .sidebar a:hover {
      color: #FFFFFF;
      text-decoration: underline; }

.sidebar-toggled .sidebar {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  width: 100%;
  opacity: 1;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.2s, 0.25s;
  -moz-transition-duration: 0.2s, 0.25s;
  transition-duration: 0.2s, 0.25s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  @media (min-width: 800px) {
    .sidebar-toggled .sidebar {
      -webkit-transition-property: -webkit-transform, width, opacity;
      -moz-transition-property: -moz-transform, width, opacity;
      transition-property: transform, width, opacity;
      -webkit-transition-duration: 0.25s;
      -moz-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-delay: 0s, 0.15s, 0s;
      -moz-transition-delay: 0s, 0.15s, 0s;
      transition-delay: 0s, 0.15s, 0s; } }
.sidebar-toggled .sidebar-inner {
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity, 0.5s, ease-out, 1.2s;
  -moz-transition: opacity, 0.5s, ease-out, 1.2s;
  transition: opacity, 0.5s, ease-out, 1.2s; }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  padding: 0.5em 0;
  font-size: 1.8573333333em;
  color: #72727e;
  text-shadow: 0 1px 2px #000000;
}
/* footer image logos widget */
aside.widget.widget_media_image {
    margin: 20px;
    vertical-align: middle;
    display: inline-block;
}

.widget select, .widget input { max-width: 100%; }
@media (max-width: 480px) {
    .widget { padding: 1.5em 0; }
    .widget_search{ padding: 1em 0 3em 0; }
    aside.widget.widget_media_image { padding: 0; }
}

/* Search widget. */
.widget_search .search-field {
  width: 100%; }
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

figure {
  margin: 1em 0; }

ul{
	list-style-type: disc;
}
ul li{
	list-style-position: inside;
}
form ul{
 list-style-type: none;
}
.body-taxo *{
	text-align:left;
}

/*hack para ver arriba el menu en pantallas tablet y movil*/
 @media (max-width: 1024px) {
.sidebar{
	position:fixed;
}
}
/* elimina flechade menu*/
@media (max-width: 1024px) {
	ul li.menu-item-has-children::after {
    display:none;
	}
}

.sidebar .search-form{
	margin: 0 auto;
}

.sidebar .search-field{
	margin-top: 25%;
}

/*hack para ver arriba el menu en pantallas tablet y movil*/
 @media (max-width: 1024px) {
  .sidebar{
  	position:fixed;
  }
/* elimina flechade menu*/
	ul li.menu-item-has-children::after {
    display:none;
	}
}

@media (max-width: 320px){
  .sidebar{
    top: 135px;
  }
}

.sidebar .search-form{
	margin: 0 auto;
}

#search-2 input.search-field{
	background-image: none;
}
