@charset "UTF-8";
/*!
Theme Name: Antipoda
Theme URI: http://underscores.me/
Author: AntonioAndujar
Author URI: http://antonioandujar.es
Description: Tema realizado por AntonioAndujar y diseñado por Codesign
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: antipoda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready,
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Antipoda';
  src: url("font/OutOfMyLeague.ttf") format("truetype");
}

@font-face {
  font-family: 'ProximaNova';
  font-weight: normal;
  src: url("font/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'ProximaNova';
  font-weight: bold;
  src: url("font/ProximaNova-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Antipoda';
  src: url("font/Antipoda.eot?e3wyv2");
  src: url("font/Antipoda.eot?e3wyv2#iefix") format("embedded-opentype"), url("font/Antipoda.ttf?e3wyv2") format("truetype"), url("font/Antipoda.woff?e3wyv2") format("woff"), url("font/Antipoda.svg?e3wyv2#Antipoda") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iconantipoda-"], [class*=" iconantipoda-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Antipoda' !important;
  speak: never;
  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;
}

.iconantipoda-facebook:before {
  content: "\e900";
}

.iconantipoda-twitter:before {
  content: "\e901";
}

.iconantipoda-linkedin:before {
  content: "\e902";
}

.iconantipoda-vimeo:before {
  content: "\e903";
}

.iconantipoda-antipoda .path1:before {
  content: "\e904";
  color: #bd1824;
}

.iconantipoda-antipoda .path2:before {
  content: "\e905";
  margin-left: -4.375em;
  color: #1e1e1c;
}

.iconantipoda-antipoda .path3:before {
  content: "\e906";
  margin-left: -4.375em;
  color: #1e1e1c;
}

.iconantipoda-antipoda .path4:before {
  content: "\e907";
  margin-left: -4.375em;
  color: #bd1824;
}

.iconantipoda-flecha:before {
  content: "\e908";
  color: #fff;
}

.iconantipoda-flecha2:before {
  content: "\e909";
  color: #fff;
}

.iconantipoda-pinterest:before {
  content: "\e90a";
}

.iconantipoda-skype:before {
  content: "\e90b";
}

.iconantipoda-slack:before {
  content: "\e90c";
}

.iconantipoda-snapchat:before {
  content: "\e90d";
}

.iconantipoda-tiktok:before {
  content: "\e90e";
}

.iconantipoda-tumblr:before {
  content: "\e90f";
}

.iconantipoda-whatsapp:before {
  content: "\e910";
}

.iconantipoda-youtube:before {
  content: "\e911";
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.desktop {
  display: none;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover, a:focus, a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  position: absolute;
  top: 10px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* MENU PRINCIPAL */
.site-branding {
  width: 100vw;
}

.custom-logo-link {
  display: block;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

button:focus {
  outline: none;
}

.navbar-nav {
  margin: 0 14px 0;
}

.navbar-toggle {
  display: block;
  padding: 25px 10px 25px 10px;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  float: left;
  top: 15px;
  left: 15px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.navbar-toggle .icon-bar {
  height: 2px;
  width: 35px;
  display: block;
  background-color: #000;
  border-radius: 0;
  position: relative;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.navbar-toggle .icon-bar:after, .navbar-toggle .icon-bar:before {
  content: '';
  display: block;
  height: 2px;
  width: 35px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.navbar-toggle .icon-bar:before {
  top: 11px;
}

.navbar-toggle .icon-bar:after {
  top: -11px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    top: 0px;
    left: 0px;
  }
}

.menu-menu-principal-container {
  background: white;
  width: 100vw;
  height: 0;
  position: absolute;
  top: 66px;
  overflow: hidden;
  z-index: 10;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.menu-menu-principal-container #primary-menu {
  padding-top: 10px;
  display: block;
}

.menu-menu-principal-container #primary-menu li {
  width: 100%;
}

.menu-menu-principal-container a {
  font-family: "Antipoda", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 43px;
  letter-spacing: 5px;
  color: #000;
  padding-left: 26px;
}

.menu-menu-principal-container a:hover {
  color: #be1823;
}

.menu-menu-principal-container hr {
  background-color: #1e1e1c;
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.nav-open {
  overflow: hidden;
}

.nav-open .navbar-toggle {
  background-color: #fff;
}

.nav-open .navbar-toggle .icon-bar {
  background-color: transparent;
}

.nav-open .navbar-toggle .icon-bar:before, .nav-open .navbar-toggle .icon-bar:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
}

.nav-open .navbar-toggle .icon-bar:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-open .navbar-toggle .icon-bar:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-open .menu-menu-principal-container {
  height: calc(100vh - 74px);
}

.site-header {
  border-top: 1px solid #1e1e1c;
  border-bottom: 1px solid #1e1e1c;
  margin-top: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#menu-desktop {
  height: 55px;
}

#menu-desktop ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  width: 100%;
  padding: 0;
}

#menu-desktop ul li {
  text-align: center;
}

#menu-desktop ul li a {
  margin: 0 auto;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.56px;
  text-align: center;
  color: #1e1e1c;
  line-height: 55px;
  height: 55px;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  text-decoration: none;
}

#menu-desktop ul li a:hover {
  color: #be1823;
}

.redessociales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 15px;
  position: absolute;
  bottom: 10px;
}

.redessociales a {
  font-size: 20px;
  color: #1e1e1c;
}

.redessociales a:hover {
  color: #be1823;
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-header {
    padding: 0;
    margin-top: 55px;
  }
  .site-branding {
    border-bottom: 1px solid #1e1e1c;
    height: 55px;
    width: 100%;
  }
  .site-branding img {
    padding: 5px;
    height: 55px;
  }
  .redessociales {
    position: relative;
    bottom: 0;
  }
  .redessociales a {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

main {
  padding: 25px 0;
}

#home .swiper-container {
  margin-top: calc(20vh - 100px);
}

#home .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#home .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  max-height: 576px;
  margin: 0 auto;
}

#home .swiper-wrapper .swiper-slide a img {
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 576px;
}

#home .swiper-wrapper .swiper-slide a .title-box {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#home .swiper-wrapper .swiper-slide a .title-box .title, #home .swiper-wrapper .swiper-slide a .title-box .credito {
  font-size: 30px;
  letter-spacing: 1.83px;
  text-align: center;
  text-transform: uppercase;
  color: #be1823;
  font-family: "Antipoda", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  top: calc(50% - 40px);
  position: relative;
}

#home .swiper-wrapper .swiper-slide a .title-box .credito {
  color: #ffffff;
}

#home .swiper-wrapper .swiper-slide a:hover .title-box {
  opacity: 1;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: "\e909" !important;
  color: #fff;
  font-family: 'Antipoda' !important;
  font-size: 20px !important;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: "\e908" !important;
  color: #fff;
  font-family: 'Antipoda' !important;
  font-size: 20px !important;
}

@media (min-width: 768px) {
  main {
    padding: 55px 0;
  }
  #home .swiper-container {
    margin-top: 0;
  }
  #home .swiper-wrapper .swiper-slide a .title-box {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #home .swiper-wrapper .swiper-slide a .title-box .title, #home .swiper-wrapper .swiper-slide a .title-box .credito {
    font-size: 80px;
    letter-spacing: 5.83px;
    height: 80px;
    top: calc(50% - 90px);
  }
}

.botones-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.botones-grid .svg-wrapper {
  font-size: 13px;
  letter-spacing: 1.2px;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  color: #1e1e1c;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.botones-grid .svg-wrapper:hover, .botones-grid .svg-wrapper.is-checked {
  color: #be1823;
}

.botones-grid .svg-wrapper div {
  cursor: pointer;
}

.grid-sizer {
  width: 100%;
}

.grid-item {
  width: calc(100%);
  padding: 5px;
  position: relative;
}

.grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-item a {
  position: relative;
  display: block;
}

.grid-item a header {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.grid-item a header .entry-title, .grid-item a header .entry-cliente {
  font-size: 40px;
  letter-spacing: 2.7px;
  text-align: center;
  text-transform: uppercase;
  color: #be1823;
  font-family: "Antipoda", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 40px;
  top: calc(50% - 45px);
  position: relative;
  word-spacing: -14px;
  margin-bottom: 0;
}

.grid-item a header .entry-cliente {
  color: #ffffff;
}

@media (min-width: 768px) {
  .botones-grid {
    margin: 50px 0 35px;
  }
  .botones-grid .svg-wrapper {
    font-size: 14px;
    letter-spacing: 1.56px;
    padding: 0 15px;
  }
  .grid-sizer {
    width: 33%;
  }
  .grid-item {
    width: calc(33% - 4px);
    padding: 5px;
    max-height: 245px;
    position: relative;
  }
  .grid-item a header {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .grid-item a:hover header {
    opacity: 1;
  }
  .proyecto-1, .proyecto-6 {
    width: 66%;
    max-height: 500px;
  }
  .proyecto-1 a header .entry-title, .proyecto-1 a header .entry-cliente, .proyecto-6 a header .entry-title, .proyecto-6 a header .entry-cliente {
    font-size: 80px;
    letter-spacing: 5.83px;
    height: 80px;
    top: calc(50% - 90px);
    word-spacing: -20px;
  }
}

.title {
  margin-bottom: 30px;
}

.title span {
  color: #be1823;
  font-size: 35px;
}

.title h1, .title h2 {
  text-align: center;
  margin: 0;
}

body, button, input, select, optgroup, textarea {
  color: #1e1e1c;
}

h1, h2 {
  font-family: "Antipoda", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 36px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  word-spacing: -14px;
}

h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.82px;
  line-height: 20px;
}

h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .title {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .title span {
    font-size: 47px;
  }
  h1, h2 {
    font-size: 48px;
    letter-spacing: 3.5px;
    word-spacing: -17px;
  }
}

#proyecto .titonflechas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#proyecto .titonflechas .prev, #proyecto .titonflechas .next {
  width: 30px;
}

#proyecto .titonflechas .prev .nav-next, #proyecto .titonflechas .next .nav-previous {
  display: none;
}

#proyecto .titonflechas .post-navigation .nav-links {
  margin-top: 15px;
}

#proyecto .titonflechas .post-navigation .nav-links > div {
  padding: 0;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

#proyecto .titonflechas .post-navigation .nav-links .nav-previous .iconantipoda-flecha, #proyecto .titonflechas .post-navigation .nav-links .nav-next .iconantipoda-flecha {
  left: 0;
  position: absolute;
  top: 7px;
}

#proyecto .titonflechas .post-navigation .nav-links .nav-previous .iconantipoda-flecha2, #proyecto .titonflechas .post-navigation .nav-links .nav-next .iconantipoda-flecha2 {
  right: 0;
  position: absolute;
  top: 7px;
}

#proyecto .tituloproyecto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 20px;
  width: calc(100% - 60px);
}

#proyecto .tituloproyecto h2, #proyecto .tituloproyecto h1, #proyecto .tituloproyecto span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #1e1e1c;
  line-height: 22px;
  margin: 0;
  font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center;
  word-spacing: normal;
}

#proyecto .tituloproyecto .agencia h2 {
  color: #be1823;
}

#proyecto .tituloproyecto .tituloreal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#proyecto .tituloproyecto .tituloreal span {
  margin: 0 10px;
}

#proyecto .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#proyecto .info .principal {
  padding: 0;
}

#proyecto .info p {
  line-height: 1.4;
  color: #1e1e1c;
  letter-spacing: 0.13px;
  font-size: 14px;
  text-transform: uppercase;
}

#proyecto .info .cargo p {
  font-weight: bold;
}

#proyecto .info .cliente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#proyecto .info .cliente .cargo {
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}

#proyecto .info .cliente .nombre {
  padding-right: 0;
}

#proyecto .galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#proyecto .galeria .div-img {
  width: 100%;
  margin-bottom: 20px;
}

.div_contendor {
  position: relative;
  padding-bottom: 56.25%;
  /*panorámico*/
  padding-top: 25px;
  height: 0;
}

.div_contendor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #proyecto .tituloproyecto {
    border-bottom: solid 0.8px #414141;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding-bottom: 24px;
    width: 100%;
  }
  #proyecto .tituloproyecto h2, #proyecto .tituloproyecto h1, #proyecto .tituloproyecto span {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0;
    text-align: left;
  }
  #proyecto .tituloreal {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #proyecto .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  #proyecto .info .principal {
    padding: 0 15px;
  }
  #proyecto .info p {
    line-height: 1.38;
    letter-spacing: 0.13px;
    font-size: 16px;
  }
  #proyecto .info .cliente .cargo {
    padding: 0 15px;
  }
  #proyecto .info .cliente .nombre {
    padding-right: 15px;
  }
  .galeria .div-img {
    width: calc(50% - 25px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 25px);
            flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    margin-bottom: 50px;
  }
}

.flipflop {
  -webkit-transform: rotate(180deg) translateY(1px);
          transform: rotate(180deg) translateY(1px);
  display: inline-block;
  padding-left: 3px;
}

h2 .flipflop {
  -webkit-transform: rotate(180deg) translateY(-10px) translateX(5px);
          transform: rotate(180deg) translateY(-10px) translateX(5px);
  padding: 0;
}

.rojo {
  background-color: #be1823;
  color: #fff;
}

.negro {
  background-color: #1e1e1c;
  color: #fff;
}

.bloque-color {
  padding-top: 40px;
  padding-bottom: 20px;
}

.bloque-color h3 {
  line-height: 1.3;
}

.equipo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.equipo .miembro {
  margin-top: 30px;
}

.equipo .miembro .image {
  text-align: center;
}

.equipo .miembro h3 {
  color: #be1823;
  margin-top: 30px;
}

.equipo .miembro p {
  line-height: 1.38;
  font-size: 16px;
  letter-spacing: 0.44px;
}

.titulohistoria {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

.titulohistoria .container {
  position: relative;
}

.titulohistoria .container:after {
  content: "\e909";
  color: #1e1e1c;
  font-family: 'Antipoda';
  position: absolute;
  right: 20px;
  top: 33px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  font-size: 23px;
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.titulohistoria[aria-expanded="true"] .container:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.textohistoria {
  padding-top: 50px;
}

.textohistoria h3 {
  color: #be1823;
}

#productora .swiper-container {
  padding: 40px 50px;
}

#productora .swiper-container img {
  margin: 0 auto;
  display: block;
}

#productora .final {
  position: relative;
}

#productora .final img {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#productora .final h2, #productora .final a {
  text-align: center;
}

#productora .final h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

#productora .final a {
  color: #fff;
  margin: 0 auto 90px;
  display: block;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .equipo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .equipo .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .equipo .row .miembro {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  .equipo .row .image {
    text-align: left;
  }
  .bloque-color {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .titulohistoria {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .titulohistoria .container:after {
    top: 21px;
  }
}

.bloque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
}

.list-content h2 {
  margin-bottom: 50px;
}

.list-content p {
  font-size: 18px;
  margin: 0;
  line-height: 1.78;
  letter-spacing: 0.5px;
}

.list-content a {
  color: #be1823;
  text-decoration: underline;
}

.list-content input[type="text"], .list-content input[type="email"], .list-content input[type="url"], .list-content input[type="password"], .list-content input[type="search"], .list-content input[type="number"], .list-content input[type="tel"], .list-content input[type="range"], .list-content input[type="date"], .list-content input[type="month"], .list-content input[type="week"], .list-content input[type="time"], .list-content input[type="datetime"], .list-content input[type="datetime-local"], .list-content input[type="color"], .list-content textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  max-width: 100%;
}

.list-content label {
  text-align: left;
  width: 100%;
}

.list-content span.wpcf7-list-item {
  margin: 0;
}

.list-content button, .list-content input[type="button"], .list-content input[type="reset"], .list-content input[type="submit"] {
  margin-top: 30px;
  float: left;
}

.bloque-2 .list-content {
  display: block;
}

.bloque-mapa {
  padding: 0;
}

.bloque-mapa .list-content {
  padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .btn {
  background-color: transparent;
  border: solid 2px #be1823;
  color: #be1823;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:hover {
  color: #fff;
  background-color: #be1823;
  border: solid 2px #be1823;
}

.btn-secundary {
  color: #fff;
  background-color: #be1823;
}

.btn-secundary:hover {
  color: #be1823;
  background-color: transparent;
}

.telefono, .mail {
  width: 300px;
  height: 54px;
  line-height: 54px;
  padding: 0;
  margin: 15px auto;
  display: block;
}

.botones {
  margin: 50px auto 0;
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.bloque-5 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.bloque-6 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (min-width: 768px) {
  .bloque {
    width: 50%;
  }
  .bloque-2 .list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bloque-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .bloque-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .list-content {
    min-height: 550px;
  }
  .telefono, .mail {
    display: inline-block;
    margin: 15px;
  }
}

#error h1 {
  font-size: 100px;
}

#error h1, #error h2 {
  text-align: center;
  margin: 10px;
}

#error .alsuelo {
  -webkit-transform: translate3d(8px, 10px, 10px) rotate3d(0.8, -2, -0.9, 192deg);
          transform: translate3d(8px, 10px, 10px) rotate3d(0.8, -2, -0.9, 192deg);
  display: inline-block;
}

#blog .card-blog {
  padding: 0;
  max-width: 100%;
  margin: 10px 0;
  position: relative;
  background-color: #f6f6f6;
  border: none;
  border-radius: 0;
}

#blog .card-blog .cat-links {
  position: absolute;
  top: 0;
  right: 0;
}

#blog .card-blog .post_more a {
  color: #be1823;
}

#blog .card-blog .post_more a:hover {
  color: #fff;
}

#blog .card-blog .entry-content {
  margin-top: 7px;
}

#blog img {
  width: 100%;
}

.cat-links {
  background-color: #414141;
}

.cat-links a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  color: #ffffff;
  padding: 2px 20px 0;
  display: block;
}

.entry-title {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.82px;
  color: #be1823;
  font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 15px;
  word-spacing: normal;
}

.entry-title a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.82px;
  color: #be1823;
  font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.entry-title a:hover {
  text-decoration: none;
}

#blog-post .cat-links {
  display: block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.page-numbers {
  font-family: "Antipoda", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 32px;
  width: 38px;
  margin: 10px;
  letter-spacing: 5px;
  text-align: center;
  color: #1e1e1c;
  display: inline-block;
  padding-left: 7px;
}

.page-numbers:visited {
  color: #1e1e1c;
}

.page-numbers:hover {
  border-bottom: solid 2px #1e1e1c;
  color: #1e1e1c;
  text-decoration: none;
}

.page-numbers.current {
  color: #be1823;
  border-bottom: solid 2px #be1823;
}

.page-numbers.prev, .page-numbers.next {
  position: absolute;
  display: block;
  color: #be1823;
}

.page-numbers.prev:hover, .page-numbers.next:hover {
  border: none;
}

.page-numbers.prev .iconantipoda-flecha2::before, .page-numbers.prev .iconantipoda-flecha::before, .page-numbers.next .iconantipoda-flecha2::before, .page-numbers.next .iconantipoda-flecha::before {
  color: #be1823;
  font-size: 32px;
}

.page-numbers.prev {
  left: -50px;
}

.page-numbers.next {
  right: -50px;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 50px;
  width: 100%;
  position: relative;
}

.post-navigation {
  width: 100%;
  max-width: 940px;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 40px;
}

.nav-previous, .nav-next {
  padding: 10px 10px 10px 50px;
}

.nav-previous a:visited, .nav-next a:visited {
  color: unset;
}

.nav-previous a:hover, .nav-next a:hover {
  text-transform: none;
  text-decoration: none;
}

.nav-previous a .entradas-nav, .nav-next a .entradas-nav {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}

.nav-previous a .entradas-nav .nav-subtitle, .nav-next a .entradas-nav .nav-subtitle {
  color: #be1823;
}

.nav-previous a .entradas-nav .nav-title, .nav-next a .entradas-nav .nav-title {
  color: #1e1e1c;
}

.nav-previous .iconantipoda-flecha2::before, .nav-previous .iconantipoda-flecha::before, .nav-next .iconantipoda-flecha2::before, .nav-next .iconantipoda-flecha::before {
  color: #1e1e1c;
  font-size: 32px;
  position: absolute;
}

.nav-previous .iconantipoda-flecha2, .nav-next .iconantipoda-flecha2 {
  right: -20px;
  position: absolute;
  top: 7px;
}

.nav-previous .iconantipoda-flecha, .nav-next .iconantipoda-flecha {
  left: -40px;
  position: absolute;
  top: 7px;
}

.nav-next {
  padding: 10px 50px 10px 10px;
}

.share-div {
  border-top: solid 1px #b3b3b1;
  border-bottom: solid 1px #b3b3b1;
}

.social-share {
  color: #be1823;
  line-height: 48px;
  padding: 35px 0 30px;
  display: block;
  width: 100%;
  text-align: center;
}

.social-share h3 {
  line-height: 48px;
}

.social-share a:hover {
  text-decoration: none;
}

.social-share a span {
  color: #be1823;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.social-share a span::before {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: 50px;
  display: inline-block;
  text-align: center;
  height: 50px;
  border: solid 1px #be1823;
  line-height: 50px;
  margin: 0 7px;
  background-color: #fff;
}

.social-share a span:hover {
  color: #fff;
}

.social-share a span:hover::before {
  background-color: #be1823;
}

.list-related {
  padding: 0;
  margin-top: 30px;
}

.list-related .related-single {
  margin-bottom: 30px;
  padding: 0;
}

.list-related .related-single h3 {
  margin-top: 15px;
}

.list-related .related-single h3 a {
  color: #be1823;
}

.list-related .related-single h3 a:hover {
  color: #be1823;
  text-decoration: none;
}

.list-related .related-single img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 50%;
  min-height: 175px;
}

@media (min-width: 768px) {
  #blog .card-blog {
    max-width: calc(33% - 20px);
    margin: 10px;
  }
  .list-related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-related .related-single {
    max-width: 31%;
  }
  .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .social-share h3 {
    padding-right: 50px;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
  text-align: center;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 220px !important;
  /* Margin bottom by footer height */
  overflow-x: hidden;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;
  /* Set the fixed height of the footer here */
  line-height: 55px;
  /* Vertically center the text there */
}

.footer .site-info {
  color: #be1823;
  text-align: center;
}

.footer .site-info a {
  text-decoration: underline;
  color: #be1823;
}

.footer .site-info p {
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

.footer .site-info .creditos {
  margin-bottom: 20px;
}

.bloque-ribete {
  height: 55px;
  border-top: solid 1px #1e1e1c;
  border-bottom: solid 1px #1e1e1c;
  margin-bottom: 25px;
  line-height: 1;
  background-image: url("/wp-content/themes/antipoda/img/ribete_completo_ok.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 75%;
}

@media (min-width: 768px) {
  .bloque-ribete {
    margin-bottom: 0;
  }
  body {
    margin-bottom: 165px !important;
  }
  .footer {
    height: 110px;
    bottom: 55px;
    border-bottom: solid 1px #1e1e1c;
  }
  .footer .site-info a, .footer .site-info span, .footer .site-info p, .footer .site-info .creditos {
    display: inline-block;
    line-height: 55px;
    margin-bottom: 0;
  }
  .footer .site-info span.desktop:nth-of-type(3) {
    display: none;
  }
  .footer .site-info span {
    padding: 0 24px;
  }
  .footer .site-info .creditos {
    height: 55px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .footer .site-info span.desktop:nth-of-type(3) {
    display: inline-block;
  }
  .footer .site-info span.desktop:nth-of-type(4) {
    display: none;
  }
  .footer .site-info span {
    padding: 0 16px;
  }
}

@media (min-width: 1200px) {
  .footer .site-info span.desktop:nth-of-type(4) {
    display: inline-block;
  }
  .footer .site-info span {
    padding: 0 16px;
  }
  .footer .site-info .creditos {
    margin-bottom: 52px;
  }
}
/*# sourceMappingURL=style.css.map */