/*!
Theme Name: reto
Theme URI: http://underscores.me/
Author: Ainara Latorre
Author URI: https://ainaralatorre.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reto

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

reto is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* ==========================================================================
     GENERAL
   ========================================================================== */
body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 16px;
}
p a {
  color: #dfa83b;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
.btn {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 16px 20px 15px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.btn:hover {
  background: #444;
}
.btn.sec {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  font-size: 16px;
  padding: 12px 30px 10px;
}
.btn.sec:hover {
  background: #dfa83b;
  border-color: #dfa83b;
}
@media (max-width: 1025px) {
  .btn {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .btn {
    font-size: 16px;
  }
}
w#wpadminbar {
  display: none;
}
whtml,
whtml[lang="es"] {
  margin-top: 0 !important;
}
#feedly-mini {
  display: none !important;
}

a, #cookie-notice .cn-button, #cookie-notice .cn-button:hover {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/* plugin cookies */
.cn-notice-text {font-size: 14px;}
#cookie-notice .cn-button {border: unset;text-shadow:unset;text-transform: uppercase;}
#cookie-notice .cn-button {
    margin-left: 10px;
    background-color: #dfa83b;
    background-image: unset;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto auto;
    background-origin: padding-box;
    background-clip: border-box;
    color: #000;
}
#cookie-notice .cn-button:hover {
    color: #dfa83b;
    background-color: #fff;
    background-image: unset;
}
/* ==========================================================================
     LAYOUT & TEXT FORMAT
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 18px;
  }
}
/* ==========================================================================
     HEADER
   ========================================================================== */
#masthead {
  position: relative;
  padding: 20px 0 30px;
  margin-bottom: 22px;
  box-sizing: border-box;
}
#masthead .site-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
#masthead .site-branding a {
  display: block;
}
#masthead .site-branding #site-navigation {
  margin-left: 40px;
  position: relative;
  bottom: 1px;
}
#masthead .site-branding #site-navigation .visible-responsive {
  display: none;
}
#masthead .logo {
  display: block;
  width: 236px;
}
#masthead .buscador label {
  font-weight: 300;
  font-size: 15px;
}
#masthead .buscador label .screen-reader-text {
  padding-right: 3px;
}
#masthead .buscador input[type="search"] {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding: 5px 1px 5px 22px;
  box-sizing: border-box;
  outline: none;
  max-width: 184px;
  font-size: 14px;
  background: url(images/search.png) no-repeat 1px 5px;
  background-size: 16px 16px;
}
#masthead .buscador input[type="submit"] {
  display: none;
}
#masthead .row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 10px;
}
#masthead .row1 .header-social {
  margin-right: 40px;
}
#masthead .row1 .btn-wrapper {
  margin-right: 20px;
}
#masthead .row1 .logo-bcc img {
  width: 78px;
}
#masthead #site-navigation {
  margin-top: 25px;
}
#masthead #site-navigation ul {
  margin: 0;
  padding: 0;
}
#masthead #site-navigation ul li {
  list-style: none;
  display: inline-block;
}
#masthead #site-navigation ul li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-right: 25px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#masthead #site-navigation ul li a:hover {
  color: #dfa83b;
}
#masthead #site-navigation ul li.current-cat a,
#masthead #site-navigation ul li.current-menu-item a {
  color: #dfa83b;
}
#masthead #site-navigation ul li:last-child a {
  margin-right: 0 !important;
}
@media (max-width: 1190px) {
  #masthead #site-navigation ul li a {
    font-size: 13px;
    margin-right: 20px;
  }
}
@media (max-width: 1110px) {
  #masthead .logo {
    width: 200px;
  }
  #masthead #site-navigation ul li a {
    margin-right: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 1025px) {
  #masthead {
    margin-bottom: 0;
  }
  #masthead #site-navigation ul li a:hover {
    color: #000;
  }
  #masthead #site-navigation ul li.current-cat a,
  #masthead #site-navigation ul li.current-menu-item a {
    color: #000;
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  #masthead {
    margin: 0 0 20px;
    padding: 20px 0;
  }
  #masthead .logo {
    width: 180px;
  }
}
.social ul {
  margin: 0;
}
.social ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
.social ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0 5px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  /*@media (max-width: 700px) {
					width: 22px;
					height: 22px;
					border-radius: 22px;
					margin: 0 2px;
					i { font-size: 12px; line-height: 2 }
				}
				@media (max-width: 500px) {
					width: 20px;
					height: 20px;
					border-radius: 20px;
					margin: 0 2px;
					i { font-size: 11px; line-height: 20px }
				}*/
}
.social ul li a i {
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.social ul li a.facebook i {
  ffont-size: 15px;
}
.social ul li a:hover {
  background: #ccc;
  background: #dfa83b;
}
/*header responsive*/
@media (min-width: 1025px) {
  .button_container {
    display: none;
  }
}
@media (max-width: 1024px) {
  #site-navigation {
    display: none;
  }
  #masthead .site-branding {
    display: block;
  }
  #masthead .row1 {
    display: none;
  }
  #masthead #site-navigation.open {
    display: block;
    width: 100%;
    height: 90vh;
    position: absolute;
    top: 63px;
    left: 0;
    z-index: 10000;
    background: #dfa83b;
    margin-left: 0;
  }
  #masthead #site-navigation.open ul {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    background: #dfa83b;
    padding: 10px 20px 10px 24px;
  }
  #masthead #site-navigation.open ul li {
    display: block;
  }
  #masthead #site-navigation.open ul li a {
    display: block;
    padding: 10px 0;
  }
  #masthead #site-navigation.open .visible-responsive {
    display: block;
    padding: 0 22px;
  }
  #masthead #site-navigation.open .visible-responsive .buscador {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #masthead #site-navigation.open .visible-responsive .buscador input[type="search"] {
    border-color: #000;
    width: 100%;
    max-width: 230px;
  }
  #masthead #site-navigation.open .visible-responsive .btn {
    text-align: center;
    max-width: 340px;
    font-size: 13px;
    margin-top: 15px;
  }
  #masthead #site-navigation.open .visible-responsive .btn:hover {
    background: #fff;
    border-color: #000;
  }
}
@media (max-width: 700px) {
  #masthead #site-navigation.open {
    top: 60px;
  }
}
.button_container {
  position: absolute;
  top: 35px;
  right: 28px;
  height: 20px;
  width: 24px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.button_container span {
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}
@media (max-width: 700px) {
  .button_container {
    top: 32px;
  }
}
/* ==========================================================================
     FOOTER
   ========================================================================== */
footer {
  margin: 5px 0 30px;
}
footer .footer-wrapper {
  padding-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
footer .site-info .logo {
  width: 132px;
}
footer .site-info .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-top: 30px;
}
footer .site-info .cols .col1 {
  margin-right: 50px;
}
footer .site-info .cols .col1 .tit-footer {
  margin-bottom: 23px;
}
footer .site-info .cols .col1 p {
  font-size: 18px;
}
footer .site-info .cols .col1 a {
  color: #000;
}
footer .site-info .cols .col1 a:hover {
  color: #dfa83b;
  text-decoration: none;
}
footer .site-info .cols .col2 .tit-footer {
  margin-bottom: 41px;
}
footer .site-info .cols .col2 .social ul {
  margin: 0;
  padding: 0;
}
footer .site-info .cols .col2 .social ul li:first-child a {
  margin-left: 0;
}
footer .last-col {
  border-left: 1px solid #000;
  padding-left: 20px;
}
footer .last-col .logo-bcc {
  width: 90px;
  margin-bottom: 30px;
}
footer .last-col p {
  font-size: 14px;
  font-weight: 400;
}
footer .last-col ul {
  margin: 40px 0 0;
  padding: 0;
}
footer .last-col ul li {
  list-style: none;
  display: inline-block;
}
footer .last-col ul li a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
}
footer .last-col ul li a:hover {
  color: #dfa83b;
}
footer .last-col ul li:after {
  display: inline-block;
  content: " · ";
  padding: 0 5px 0 10px;
}
footer .last-col ul li:last-child:after {
  display: none;
}
@media (max-width: 1024px) {
  footer .footer-wrapper {
    display: block;
    padding-top: 10px;
  }
  footer .site-info .cols {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  footer .site-info .cols .col1 {
    margin-right: 0;
  }
  footer .last-col {
    border-left: none;
    border-top: 1px solid #000;
    padding: 30px 0 0;
    margin-top: 10px;
  }
  footer .last-col ul {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  footer .site-info .cols {
    display: block;
  }
  footer .site-info .cols .col1 .tit-footer {
    margin-top: 30px;
    margin-bottom: 18px;
  }
  footer .site-info .cols .col2 .tit-footer {
    margin-top: 30px;
    margin-bottom: 18px;
  }
  footer .site-info .cols .col2 .social {
    margin-bottom: 30px;
  }
}
@media (max-width: 410px) {
  footer .site-info .cols .col1 p {
    font-size: 15px;
  }
}
.colaboradores {
  background: #eee;
  margin: 0 0 45px;
  padding: 80px 0 90px;
}
.colaboradores .tit-footer {
  margin-bottom: 20px;
}
.colaboradores img {
  width: 100%;
}
.colaboradores .visible-mobile {
  display: none;
}
@media (max-width: 768px) {
  .colaboradores {
    padding: 60px 0 70px;
  }
  .colaboradores .visible-desktop {
    display: none;
  }
  .colaboradores .visible-mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  .colaboradores {
    padding: 40px 0 40px;
  }
}
.tit-footer {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
/* ==========================================================================
     HOME
   ========================================================================== */
.posts-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 40px;
}
.posts-grid article.post {
  width: calc(100%/3 - 13px);
  margin-right: 19.5px;
  margin-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 560px;
  overflow: hidden;
}
.posts-grid article.post .entry-header {
  box-sizing: border-box;
  padding: 20px 0;
  z-index: 10;
}
.posts-grid article.post .entry-header a.cat {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}
.posts-grid article.post .entry-header .footer-wrapper {
  display: block;
  border-top: 2px solid #dfa83b;
  border-bottom: 2px solid #dfa83b;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.posts-grid article.post .entry-header a.more {
  display: block;
  text-transform: uppercase;
  color: #dfa83b;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px 3px 9px;
}
.posts-grid article.post .entry-header a.more .ico-arrow {
  position: relative;
  top: 1px;
  margin-left: 5px;
  display: inline-block;
  width: 22px;
  height: 13px;
  background: url(images/arrow.png) no-repeat 0 0;
  background-size: cover;
}
.posts-grid article.post .entry-header h2 {
  max-width: 620px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 20px;
  margin-top: 5px;
  padding-right: 30px;
  /* mostrar sólo 3 líneas */
  position: relative;
  max-height: 3.8em;
  overflow: hidden;
}
.posts-grid article.post .entry-header h2:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.posts-grid article.post .entry-header h2:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.posts-grid article.post .entry-header h2 a {
  text-decoration: none;
  color: #000;
}
.posts-grid article.post a.post-thumbnail {
  height: 60%;
  border-bottom: 5px solid #dfa83b;
  overflow: hidden;
  z-index: 1;
}
.posts-grid article.post a.post-thumbnail img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.posts-grid article.post a.post-thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.posts-grid article.post:hover .entry-header h2,
.posts-grid article.post:hover .entry-header .tag {
  opacity: 0.5;
}
.posts-grid article.post:hover .entry-header .footer-wrapper {
  background: #dfa83b;
}
.posts-grid article.post:hover .entry-header .footer-wrapper a.more {
  margin-left: 10px;
  color: #000;
}
.posts-grid article.post:hover .entry-header .footer-wrapper a.more .ico-arrow {
  background-image: url(images/arrow-hover.png);
}
@media (max-width: 1023px) {
  .posts-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .posts-grid article.post {
    width: 49% !important;
    margin-right: 0 !important;
    height: 490px;
  }
  .posts-grid article.post .entry-header h2 {
    font-size: 23px;
    margin: 12px 0 0;
  }
}
@media (max-width: 700px) {
  .posts-grid article.post {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 16px;
    height: auto;
  }
  .posts-grid article.post a.post-thumbnail {
    display: block;
    height: 240px !important;
  }
  .posts-grid article.post .entry-header {
    min-height: 0;
    padding-bottom: 60px !important;
  }
  .posts-grid article.post .entry-header h2 {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .posts-grid article.post {
    hheight: 420px;
  }
  .posts-grid article.post .entry-header {
    padding: 15px 0;
  }
  .posts-grid article.post .entry-header h2 {
    font-size: 18px;
  }
}
body.home .posts-grid article.post:nth-child(1),
body.category .posts-grid article.post:nth-child(1) {
  width: calc(100%/3 * 2 - 6.5px);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1;
}
body.home .posts-grid article.post:nth-child(2),
body.category .posts-grid article.post:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3;
}
body.home .posts-grid article.post:nth-child(3),
body.category .posts-grid article.post:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4;
}
body.home .posts-grid article.post:nth-child(4),
body.category .posts-grid article.post:nth-child(4) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5;
  margin-right: 0;
}
body.home .posts-grid article.post:nth-child(5),
body.category .posts-grid article.post:nth-child(5) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6;
}
body.home .posts-grid article.post:nth-child(6),
body.category .posts-grid article.post:nth-child(6) {
  width: calc(100%/3 * 2 - 6.5px);
  margin-right: 0;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
          order: 7;
}
body.home .posts-grid article.post:nth-child(7),
body.category .posts-grid article.post:nth-child(7) {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
          order: 8;
}
body.home .posts-grid article.post:nth-child(8),
body.category .posts-grid article.post:nth-child(8) {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
          order: 9;
}
body.home .posts-grid article.post:nth-child(9),
body.category .posts-grid article.post:nth-child(9) {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
          order: 10;
  margin-right: 0;
}
body.home .posts-grid .banner-wrapper,
body.category .posts-grid .banner-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2;
  margin-right: 0;
}
.post-2x {
  width: calc(100%/3 * 2 - 6.5px);
}
.last {
  margin-right: 0;
}
.banner-wrapper {
  width: calc(100%/3 - 13px);
  margin-right: 0;
  margin-bottom: 35px;
  box-sizing: border-box;
  padding: 40px 35px;
  background: #dfa83b;
}
.banner-wrapper .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0;
  height: 100%;
  text-align: center;
}
.banner-wrapper h2 {
  font-weight: 400;
  font-size: 37px;
  margin: 0 0 15px;
  text-transform: uppercase;
  line-height: 1;
}
.banner-wrapper p {
  color: #000;
  line-height: 1.3;
  font-size: 24px;
  font-size: 22px;
  margin: 15px 0 50px 4px;
  margin-top: 0 !important;
}
.banner-wrapper p span {
  font-size: 18px;
}
@media (max-width: 1025px) {
  .banner-wrapper h2 {
    font-size: 35px;
  }
  .banner-wrapper p {
    font-size: 20px;
  }
  .banner-wrapper p span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .banner-wrapper h2 {
    font-size: 33px;
  }
  .banner-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .banner-wrapper {
    padding: 40px 20px;
  }
  .banner-wrapper h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .banner-wrapper p {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
#banner-footer,
#banner-post {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#banner-footer .banner-wrapper,
#banner-post .banner-wrapper {
  width: 100%;
  -webkit-box-ordinal-group: inherit;
  -webkit-order: inherit;
          order: inherit;
  margin-bottom: 0;
  padding: 55px 0;
  height: 100%;
}
#banner-footer .banner-wrapper .container,
#banner-post .banner-wrapper .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 25px;
  height: 100%;
  text-align: left;
}
#banner-footer .banner-wrapper .txt-wrapper p,
#banner-post .banner-wrapper .txt-wrapper p {
  margin-bottom: 0;
}
#banner-footer .banner-wrapper .txt-wrapper p,
#banner-post .banner-wrapper .txt-wrapper p,
#banner-footer .banner-wrapper .txt-wrapper p span,
#banner-post .banner-wrapper .txt-wrapper p span {
  font-size: 24px;
}
#banner-footer .banner-wrapper a.btn,
#banner-post .banner-wrapper a.btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
          flex: 0 0 300px;
  text-align: center;
  -webkit-align-self: center;
          align-self: center;
}
#banner-footer.scrollDown,
#banner-post.scrollDown {
  -webkit-transform: translateY(220px);
          transform: translateY(220px);
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
}
@media (max-width: 768px) {
  #banner-footer .banner-wrapper .container,
  #banner-post .banner-wrapper .container {
    padding: 0 20px;
  }
  #banner-footer .banner-wrapper a.btn,
  #banner-post .banner-wrapper a.btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
            flex: 0 0 250px;
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  #banner-footer .banner-wrapper,
  #banner-post .banner-wrapper {
    text-align: center;
    padding: 40px 0;
  }
  #banner-footer .banner-wrapper .container,
  #banner-post .banner-wrapper .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: center;
  }
  #banner-footer .banner-wrapper .txt-wrapper,
  #banner-post .banner-wrapper .txt-wrapper {
    margin-bottom: 24px;
  }
  #banner-footer .banner-wrapper a.btn,
  #banner-post .banner-wrapper a.btn {
    width: 100%;
    -webkit-align-self: auto;
            align-self: auto;
    height: auto;
    margin: 0 auto;
  }
}
#banner-footer {
  display: none;
}
#banner-footer .col1 h2 {
  margin-bottom: 8px !important;
}
#banner-footer .col1 p {
  margin: 0 !important;
}
#banner-footer .col2 {
  padding-top: 5px;
}
#banner-footer a.close {
  width: 22px;
  height: 22px;
  background: url(images/close.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 22px;
  right: 24px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#banner-footer a.close:hover {
  opacity: 1;
}
#banner-post {
  position: static;
  height: auto;
  margin: 50px 0 0;
}
@media (max-width: 1023px) {
  .banner-wrapper {
    width: 49%;
  }
}
@media (max-width: 700px) {
  .banner-wrapper {
    width: 100%;
  }
}
.wp-pagenavi {
  margin: 10px auto 50px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 2px solid #dfa83b;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  margin: 0 3px;
}
.wp-pagenavi a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wp-pagenavi a:hover {
  background: #dfa83b;
  color: #fff;
}
.wp-pagenavi span.current {
  background: #dfa83b;
}
body.home .entry-header .tag,
body.category .entry-header .tag {
  display: none;
}
body.single .post-side div.tag {
  display: none;
}
body.single .share {
  margin: 50px 0 90px;
}
/* ==========================================================================
     CATEGORY
   ========================================================================== */
body.category .posts-grid {
  position: relative;
  padding-bottom: 45px;
}
body.category #main .cat-intro {
  padding: 4px 0 20px;
}
body.category #main .cat-intro .cat {
  text-transform: uppercase;
  font-size: 14px;
  color: #dfa83b;
  margin-bottom: 10px;
  font-weight: 700;
}
body.category #main .cat-intro h1 {
  font-weight: normal;
  font-weigth: 400;
  font-size: 50px;
  color: #dfa83b;
  margin: 0 0 20px;
  line-height: 1.1;
}
body.category #main .cat-intro .desc,
body.category #main .cat-intro .desc p {
  font-weigth: 400;
  font-size: 20px;
}
@media (max-width: 1025px) {
  body.category #main .cat-intro {
    padding-bottom: 0;
  }
}
/* ==========================================================================
     POST
   ========================================================================== */
.post-related .posts-grid article.post:last-child {
  margin-right: 0;
}
@media (max-width: 1025px) and (min-width: 767px) {
  .post-related .posts-grid article.post {
    width: calc(100%/3 - 13px) !important;
  }
}
body.single article.post .post-header {
  ddisplay: flex;
  margin-bottom: 40px;
}
body.single article.post .post-header .post-side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
          flex: 0 0 340px;
  padding-right: 20px;
}
body.single article.post .post-header .img-post a {
  display: block;
}
body.single article.post .post-header .img-post img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  body.single article.post .post-header {
    display: block;
  }
  body.single article.post .post-header .post-side {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
body.single article.post .post-side .tag {
  text-transform: uppercase;
  margin: 5px 0 0;
}
body.single article.post .post-side .tag a {
  color: #000;
  font-weight: 900;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
body.single article.post .post-side .tag a:hover {
  color: #dfa83b;
}
body.single article.post .post-side .entry-title {
  font-weight: 300;
  color: #000;
  margin: 15px 0 25px;
  font-size: 38px;
  line-height: 1.2;
}
body.single article.post .post-side .entry-title a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
body.single article.post .post-side .tags {
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 15px;
}
body.single article.post .post-side .tags .sep:last-child {
  display: none;
}
body.single article.post .post-content {
  mmax-width: 1050px;
}
body.single article.post .post-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.single article.post .post-content p {
  line-height: 1.6;
  font-size: 17px;
}
body.single article.post .post-content p.intro {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 34px;
  line-height: 1.3;
}
body.single article.post .post-content h2,
body.single article.post .post-content h3 {
  font-weigth: 700;
  margin: 40px 0 20px;
  line-height: 1.2;
}
body.single article.post .post-content h2 strong,
body.single article.post .post-content h3 strong {
  font-weight: 700;
}
body.single article.post .post-content h2 {
  font-size: 35px;
}
body.single article.post .post-content h2 span {
  padding-right: 10px;
}
body.single article.post .post-content h3 {
  font-size: 28px;
}
body.single article.post .post-content h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  body.single article.post .post-header {
    margin-bottom: 35px;
  }
  body.single article.post .post-side .entry-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body.single article.post .post-side .tags {
    margin-bottom: 20px;
    font-size: 13px;
  }
  body.single article.post .post-content p {
    font-size: 16px;
  }
  body.single article.post .post-content p.intro {
    font-size: 25px;
  }
  body.single article.post .post-content h2 {
    font-size: 31px;
  }
}
.share {
  border-top: 2px solid #dfa83b;
  border-bottom: 2px solid #dfa83b;
  padding: 12px 0;
  margin-right: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-content: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.share p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.share .social ul li a {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  margin: 0 3px;
}
.share .social ul li a i {
  font-size: 15px;
  line-height: 26px;
  position: relative;
}
.share .social ul li a.facebook i {
  ffont-size: 14px;
}
.share .social ul li a.twitter i {
  left: 1px;
}
p.related {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  padding: 10px 0 5px;
  margin-top: 75px;
}
@media (max-width: 768px) {
  p.related {
    margin-top: 70px;
  }
}
/* ==========================================================================
     ERROR404
   ========================================================================== */
body.error404 .site-main {
  padding: 80px 50px 80px 50px;
}
body.error404 .page-header {
  display: inline-block;
  background: url(//img.weblogssl.com/g/r/svg/wondering.svg?v=129);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 36px;
}
body.error404 .page-title {
  padding: 0 50px 0 0;
  line-height: 48px;
  display: inline-block;
}
@media (max-width: 767px) {
  body.error404 .site-main {
    padding: 50px 20px;
  }
  body.error404 .page-title {
    font-size: 26px;
    line-height: 1.3;
  }
}
/* ==========================================================================
     BUSCADOR
   ========================================================================== */
body.search .page-header .page-title {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-bottom: 40px;
}
body.search .page-header .page-title span {
  color: #dfa83b;
  padding-left: 3px;
}
body.search .posts-grid article.post:nth-child(3n) {
  margin-right: 0;
}
body.search section.no-results,
body.search section.not-found {
  padding: 80px 0 90px;
}
body.search section.no-results .page-header .page-title,
body.search section.not-found .page-header .page-title {
  font-size: 22px;
}
@media (max-width: 1025px) {
  body.search .page-header .page-title {
    margin-bottom: 20px;
  }
}
