/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #000;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 0px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background-color: #fff;
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
@font-face {
  font-family: "Flaticon";
  src: url("flaticon.eot");
  src: url("flaticon.eot#iefix") format("embedded-opentype"), url("fonts/flaticon.woff") format("woff"), url("fonts/flaticon.ttf") format("truetype"), url("fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  display: inline-block;
  font-family: Flaticon;
  font-style: normal;
  line-height: 20px;
  margin-left: 0px;
  text-align: center;
  width: 35px;
  font-size: 18px;
}
.flaticon-arrow:before {
  content: "\e000";
}
.flaticon-arrow487:before {
  content: "\e001";
}
.flaticon-arrowhead7:before {
  content: "\e002";
}
.flaticon-behance2:before,
li .flaticon-behance2:after {
  content: "\e003";
}
.flaticon-carnival17:before {
  content: "\e004";
}
.flaticon-clock1:before {
  content: "\e005";
}
.flaticon-email20:before,
li .flaticon-email20:after {
  content: "\e006";
}
.flaticon-facebook12:before,
li .flaticon-facebook12:after {
  content: "\e007";
}
.flaticon-flickr10:before,
li .flaticon-flickr10:after {
  content: "\e008";
}
.flaticon-hourglass1:before {
  content: "\e009";
}
.flaticon-human17:before {
  content: "\e00a";
}
.flaticon-like18:before {
  content: "\e00b";
}
.flaticon-link5:before {
  content: "\e00c";
}
.flaticon-linkedin11:before,
.flaticon-linkedin11:after {
  content: "\e00d";
}
.flaticon-menu1:before {
  content: "\e00e";
}
.flaticon-menu10:before {
  content: "\e00f";
}
.flaticon-rss24:before,
li .flaticon-rss24:after {
  content: "\e010";
}
.flaticon-search4:before {
  content: "\e011";
}
.flaticon-share12:before,
li .flaticon-share12:after {
  content: "\e012";
}
.flaticon-social:before,
li .flaticon-social:after {
  content: "\e013";
}
.flaticon-thumbs26:before {
  content: "\e014";
}
.flaticon-vimeo3:before {
  content: "\e015";
}
.flaticon-youtube18:before {
  content: "\e016";
}
.flaticon-zoom24:before {
  content: "\e017";
}
.flaticon-zoom25:before {
  content: "\e018";
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/josefinsans/v34/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJRLSzt.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: italic;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/josefinsans/v34/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VRLSzt.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/josefinsans/v34/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMZhKg.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/s/josefinsans/v34/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XbMZhKg.ttf) format('truetype');
}
@font-face {
  font-family: 'bebasregular';
  src: url('fonts/BEBAS___-webfont.eot');
  src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BEBAS___-webfont.woff') format('woff'), url('fonts/BEBAS___-webfont.ttf') format('truetype'), url('fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url('fonts/BebasNeue-webfont.eot');
  src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ikusuteitoregular';
  src: url('fonts/ikusuteito.eot');
  src: url('fonts/ikusuteito.eot?#iefix') format('embedded-opentype'), url('fonts/ikusuteito.woff') format('woff'), url('fonts/ikusuteito.ttf') format('truetype'), url('fonts/ikusuteito.svg#ikusuteitoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dj_grossnormal';
  src: url('fonts/djgross.eot');
  src: url('fonts/djgross.eot?#iefix') format('embedded-opentype'), url('fonts/djgross.woff') format('woff'), url('fonts/djgross.ttf') format('truetype'), url('fonts/djgross.svg#dj_grossnormal') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rawengulksansregular';
  src: url('fonts/rawengulksans-094.eot');
  src: url('fonts/rawengulksans-094.eot?#iefix') format('embedded-opentype'), url('fonts/rawengulksans-094.woff') format('woff'), url('fonts/rawengulksans-094.ttf') format('truetype'), url('fonts/rawengulksans-094.svg#rawengulksansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
}
body {
  background: #f7f7f7;
  font-family: 'rawengulksansregular';
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'bebas_neueregular', sans-serif;
  font-weight: normal;
}
img {
  height: auto;
  max-width: 100%;
}
#cabeza {
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
  text-align: left;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#cabeza a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #010101;
  display: block;
  padding: 4px;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-shadow: 0 0 1px #fff;
}
#cabeza a:hover {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1px #000;
}
#cabeza h1 {
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0.3em 0 0 0;
  vertical-align: middle;
}
#cabeza h1 a {
  background-image: url(../touch-icon-ipad-retina.png);
  background-position: left 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  display: block;
  padding-left: 46px;
  margin-left: 10px ;
  padding-top: 3px;
}
#cabeza nav {
  clear: both;
}
#cabeza nav ul {
  background: transparent;
  font-size: 1.5em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#cabeza nav ul a {
  color: #000;
}
#cabeza .toggle {
  border-bottom: none;
  clear: both;
  display: none;
  float: right;
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 16px 0 0;
  vertical-align: middle;
}
#cabeza .toggle:hover {
  font-weight: normal;
}
#cabeza .toggle:before {
  color: #cccccc;
  line-height: 1.5em;
  font-size: 1.2em;
}
#content {
  padding-top: 57px;
}
#content a {
  color: #010101;
}
#content .comic-description {
  font-size: 1.15em;
  padding: 0 3em 3em;
}
#content .compartir {
  float: right;
  padding-right: 3em;
}
#content .compartir h4 {
  margin: 0;
  text-align: right;
}
#content .compartir .compartir-redes {
  margin: 0;
  padding: 1em 0 0 0;
  list-style-type: none;
  text-align: right;
}
#content .compartir .compartir-redes li {
  display: inline-block;
  vertical-align: bottom;
}
#content .compartir .compartir-redes li a {
  border-radius: 17px;
  color: white;
  display: inline-block;
  background-color: #ccc;
  margin: 0.25em;
  height: 34px;
  text-align: center;
  line-height: 34px;
  width: 34px;
}
#content .compartir .compartir-redes li a:before {
  line-height: 34px;
  font-size: 14px;
}
#content .compartir .compartir-redes li a:after {
  display: none;
}
#content .compartir .compartir-redes li .twitter:hover {
  background-color: #00aced;
}
#content .compartir .compartir-redes li .facebook:hover {
  background-color: #3b5998;
}
#content .compartir .compartir-redes li .tumblr:hover {
  background-color: #32506d;
}
#content .compartir .compartir-redes li .reddit:hover {
  background-color: #FE4400;
}
#content .compartir .compartir-redes li .stumbleupon:hover {
  background-color: #EA4B24;
}
#content .creadores {
  padding: 0;
  list-style-type: none;
}
#content .creadores > li {
  background-color: white;
  padding: 1em;
  margin-bottom: 4em;
}
#content .creadores > li li:after {
  display: none;
}
#content .redes {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .redes li {
  margin: 0;
}
#flechas {
  padding: 0 3em 8em;
}
#flechas a {
  display: block;
  background-image: url(../img/prev.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  font-size: 0;
  color: transparent;
  width: 70px;
  height: 70px;
}
#flechas #anterior {
  float: left;
}
#flechas #siguiente {
  float: right;
  background-image: url(../img/next.svg);
}
.js #cabeza nav {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.js #cabeza .toggle {
  display: inline-block;
}
.show-menu #cabeza nav {
  max-height: 150px;
}
.show-menu #cabeza .toggle {
  background-color: transparent;
}
#footer {
  background: #212121;
  color: #fff;
  padding: 4px 1em;
  position: relative;
  text-align: left;
}
#footer .redes-propias {
  position: absolute;
  right: 15px;
  top: 3px;
}
#footer .redes-propias a {
  color: white;
}
#footer .redes-propias a:before {
  line-height: 20px;
  font-size: 16px;
  margin: 0;
  width: 20px;
}
#footer p {
  margin: 0;
}
#footer p img {
  margin-right: 5px;
}
#zoom-area {
  background: white;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}
#zoom-area .zoom-close {
  color: #000;
  display: inline-block;
  font-family: 'bebas_neueregular', sans-serif;
  font-size: 1.3em;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}
#zoom-area .zoom-wrapper {
  width: 100%;
  margin: 0.3em;
}
#zoom-area .zoom-wrapper img {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.coming-soon {
  padding: 3em 6em;
}
.coming-soon h3 {
  font-size: 2.2em;
}
.coming-soon h3 span {
  font-size: 1.6em;
  font-weight: bold;
}
.coming-soon h3 strong {
  font-size: 1.3em;
}
.grid {
  list-style-type: none;
  margin: 1em;
  padding: 0;
  text-align: center;
}
.grid li {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 3em;
  line-height: 1.8em;
}
.grid li h2 {
  margin: 0;
  padding-bottom: 0.4em;
}
.grid .item {
  display: block;
}
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-image: url(../img/prev.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  font-size: 0;
  color: transparent;
  border-radius: 0;
  display: none;
  position: absolute;
  left: 0;
  top: -57px;
  height: 100%;
  width: 40px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-image: url(../img/next.svg);
  left: auto;
  right: 0;
}
.owl-theme .owl-controls .owl-pagination {
  padding: 0 3em;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  color: #000;
  background-color: transparent;
  font-family: 'dj_grossnormal';
  font-size: 1.5em;
  height: 30px;
  margin: 5px 0 0;
  padding: 2px 8px;
}
.paginas {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.single {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 1em;
}
@media only screen and (min-width: 615px) {
  .creadores > li {
    clear: both;
  }
  .creadores > li img {
    float: left;
    margin: 1.5em;
    max-width: 250px;
  }
  .creadores > li:nth-child(even) {
    text-align: right;
  }
  .creadores > li:nth-child(even) img {
    float: right;
  }
  .creadores > li:nth-child(even) li:before,
  .creadores > li:nth-child(odd) li:after {
    display: none;
  }
  .creadores > li:nth-child(even) li:after {
    display: inline-block !important;
    font-family: Flaticon;
    font-style: normal;
    line-height: 20px;
    margin-left: 0px;
    text-align: center;
    width: 35px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 900px) {
  .owl-theme .owl-controls .owl-buttons div {
    display: block;
  }
}
@media only screen and (orientation: landscape) {
  .grid li {
    margin-left: 1%;
    margin-right: 1%;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (orientation: portrait) {
  .grid li {
    width: 45%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
  }
}
.visually-hidden {
  display: none;
}
/* Owl */
.owl-item img,
.owl-wrapper {
  max-height: 100%;
}
/* HELPERS */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
