@import url(https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900);/* http://www.wpbeginner.com/wp-themes/how-to-style-your-wordpress-comments-layout/ */


.Comments h3 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  color: var(--second-color);
}

/* Styles CommentsList WordPress */
ol.commentlist {
  list-style:none;
  margin-bottom: 2rem;
}
ol.commentlist li {
  margin-left: 0;
  margin-bottom: 2rem;
}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {
  border-bottom: thin dotted var(--main-color);
  padding:1em;
}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 1rem; }
ol.commentlist li.comment div.vcard cite.fn {}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 1rem 1rem;
  border-radius: 50%;
}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.comment-metadata { font-size: .75rem; }
ol.commentlist li.comment div.comment-meta {}
ol.commentlist li.comment div.comment-meta a {}
ol.commentlist li.comment p { margin-bottom: 1rem; }
ol.commentlist li.comment ul {
  list-style:none;
  margin: 0 0 1rem 2rem;
}
ol.commentlist li.comment div.reply { font-size: .75rem; }
ol.commentlist li.comment div.reply a {}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 1rem 0 0;
}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 .25rem .25rem;
  border-left: medium solid #333;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 .25rem .25rem;
  border-left: medium solid #555;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 .25rem .25rem;
  border-left: medium solid #777;
}
ol.commentlist li.comment ul.children li.depth-5 {
  margin: 0 0 .25rem .25rem;
  border-left: medium solid #999;
}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background-color:#FEFEFE; }
ol.commentlist li.odd { background-color: #EFEFEF; }
ol.commentlist li.parent { border-left: thick solid #111; }
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* Styles CommentsForm WordPress */
div#respond {}
h3#reply-title {}
h3#reply-title small {}
form#commentform {
  padding: 1rem;
  background-color: var(--bg-color);
}
form#commentform p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form#commentform p.comment-notes { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
form#commentform label { font-weight: bold; }
form#commentform input:not([type="submit"]),
form#commentform textarea {
  padding: .5rem;
  border: thin solid var(--second-color);
  background-color: var(--bg-alternate-color);
  color: var(--main-color);
  font-size: 1rem;
  font-family: var(--main-font);
  resize: none;
}
p.comment-form-author {}
p.coment-form-author label {}
p.comment-form-author input#author {}
p.comment-form-email {}
p.comment-form-email label {}
p.comment-form-email input#email {}
p.comment-form-url {}
p.comment-form-url label {}
p.comment-form-url input#url {}
span.required {
  color: var(--main-color);
  font-weight: bold;
}
p.comment-form-comment {}
p.comment-form-comment label {}
p.comment-form-comment textarea#comment {}
p.must-log-in {}
p.logged-in-as {}
p.comment-notes {}
p.form-allowed-tags {}
p.form-allowed-tags code {}
p.form-submit {}
input#submit {
  margin-left: auto;
  padding: 1rem;
  width: 50%;
  font-family: var(--main-font);
  font-size: 1.25rem;
  font-weight: bold;
  background-color: var(--main-color);
  color: var(--bg-color);
  cursor: pointer;
  outline: 0;
  border: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
input#submit:hover { background-color: var(--second-color); }
@charset "UTF-8";

/*!
 Theme Name: Gustavo Valdes Theme
Theme URI: https://gustavovaldes.com.ar
Author: Ministerio de Coordinación y Planificación
Author URI: https://ezequiel.com/
Description: Sitio del Gobernador de Corrientes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, full-width, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, theme-options, translation-ready
Text Domain:
Staff: @nfrette, @ezequiel
*/

/* ********** Reset ********** */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: var(--main-font), var(--secondary-font), var(--alternate-font);
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--text-color);
  background-color: var(--bg-modal-color);
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1.25rem;
}

body {
  overflow-x: hidden;
  background-color: var(--bg-color);
}

a {
  text-decoration: none;
  color: var(--link-color);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

li {
  margin-left: 1rem;
  list-style-position: inside;
}

/* ********** Header & Panel Navigation ********** */

.Header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.Header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: var(--header-color);
}

.Header-container {
  position: relative;
  margin: 0 auto;
  max-width: var(--container-width);
}

@media screen and (min-width: 64em) {
  .Header {
    position: relative;
  }
}

.Logo {
  margin-right: 10px;
  z-index: 999;
}

.Logo a {
  font-size: 2rem;
  text-decoration: none;
  color: var(--main-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.Logo a:hover {
  opacity: .75;
}

.Logo img {
  max-width: 80px;
  position: absolute;
  top: 6px;
  left: 10px;
}

@media screen and (min-width: 64em) {
  .Logo {
    position: static;
    width: 10%;
  }

  .Logo img {
    position: relative;
    max-width: 105px;
    top: 0;
    left: 0;
  }
}

.Panel {
  position: fixed;
  z-index: 998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: auto;
  background-color: var(--second-modal-color);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  /* De arriba */
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  /* De abajo */
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  /* De la izquierda */
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  /* De la derecha */
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.Panel.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.Panel-btn {
  position: absolute;
  z-index: 999;
  top: -.5rem;
  right: 0;
}

.hamburger:focus {
  outline: 0;
  border: 0;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: var(--main-color);
}

@media screen and (min-width: 64em) {
  .Panel {
    position: static;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: visible;
    background-color: transparent;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .Panel-btn {
    display: none;
  }
}

/* ********** Menu ********** */

.Menu {
  margin: 0  auto;
  padding: calc(var(--header-height)/2) 0;
}

.Menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  text-align: left;
}

.Menu li {
  margin-left: 0;
  padding: .5em 0;
}

.Menu a {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none;
  color: var(--menu-font-color);
  -webkit-transition: all .04s ease;
  transition: all .04s ease;
}

.Menu a a:hover {
  height: 45px;
  border-bottom: 5px solid #3bd4e2;
  color: #3bd4e2 !important;
  font-weight: 600;
}

@media screen and (min-width: 64em) {
  .Menu {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    margin-top: 5.5em;
    text-align: center;
  }

  .Menu ul:not(.sub-menu) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
  }

  .Menu .active a {
    border-bottom: 5px solid #3bd4e2;
  }

  .Menu a {
    padding: 0 .5rem;
    font-size: 15px;
    height: 40px;
  }

  .Menu a:hover {
    border-bottom: 5px solid #3bd4e2;
  }
}

@media screen and (min-width: 64em) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
  }

  .sticky .Menu {
    margin-top: 1em;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .sticky .Logo img {
    max-width: 65px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

li {
  list-style: none;
  margin-left: 0;
  color: var(--medium-grey);
}

/* WordPress Submenu Classes */

.sub-menu a {
  font-size: .85rem;
}

@media screen and (min-width: 64em) {
  .sub-menu {
    position: absolute;
    top: var(--header-height);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: var(--second-modal-color);
    opacity: 0;
    visibility: hidden;
  }

  .sub-menu a {
    padding: 0 1rem;
    font-size: .85rem;
    text-align: left;
    border-top: medium solid transparent;
  }

  .menu-item-has-children {
    position: relative;
  }

  .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.logo-valdes {
  width: 90%;
}

.navbar {
  padding: 0;
}

.nav-menu {
  width: 100%;
  z-index: 100;
  background-color: var(--light-grey);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: .8em;
}

@media screen and (min-width: 64em) {
  .nav-menu {
    padding: 0;
  }
}

.menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.menu li {
  padding: .5em 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 64em) {
  .menu li {
    padding: 0 1em;
    border: none;
  }
}

.nav-link {
  color: var(--menu-font-color) !important;
  font-weight: 500;
  display: block;
  height: 47px;
  -webkit-transition: .04s;
  transition: .04s;
}

.nav-social {
  display: none;
}

.nav-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-social i {
  color: #ccc;
  max-width: 36px;
  font-size: 2.6em;
  border-radius: 4px;
  padding: 2px 5px 3px;
  margin: 0 6px;
  -webkit-transition: .2s;
  transition: .2s;
}

.nav-social i:hover {
  color: var(--main-color);
}

.navbar-light .navbar-toggler {
  border: none;
}

.menu {
  margin-bottom: 0;
}

/* ********** Content ********** */

.Content-container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: var(--container-width);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: 'about' 'main' 'small-news' 'cards' 'sidebar' 'ejes' 'contact' 'features';
  grid-gap: 3rem;
}

@media screen and (min-width: 1600px) {
  .Content-container {
    max-width: 1500px;
  }
}

.Main {
  grid-area: main;
}

.About {
  grid-area: about;
}

.Sidebar {
  grid-area: sidebar;
}

.SmallNews {
  grid-area: small-news;
}

.Cards {
  grid-area: cards;
}

.Ejes {
  grid-area: ejes;
}

.Contact {
  grid-area: contact;
}

.Pagination,
.Comments {
  grid-area: features;
}

@media screen and (min-width: 64em) {
  .Content-container {
    margin: 1rem auto;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 2.2fr 1fr;
    grid-template-rows: repeat(5, auto);
    grid-template-areas: 'about about' 'main sidebar' 'small-news sidebar' 'features sidebar' 'cards cards' 'ejes ejes' 'contact contact';
  }

  .Content-container.Page {
    grid-template-columns: 2.2fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'main  sidebar';
  }

  .Content-container.Page.Sidebar-left {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    grid-template-areas: 'sidebar main';
  }
}

.Content-container.Page {
  grid-template-columns: 100%;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: 'main' 'sidebar';
}

.Content-container.Page.FullWidth {
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-template-areas: 'main';
}

.Main p {
  margin: .5rem 0;
}

@media screen and (min-width: 64em) {
  .Sidebar {
    max-height: 1048px;
  }
}

.Pagination,
.Comments {
  padding: 1rem;
  border: thin solid var(--border-color);
  background-color: var(--bg-alternate-color);
}

.section-title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: var(--dark-grey);
}

.Main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.Main.MainSection {
  margin-top: -60px;
}

@media screen and (min-width: 64em) {
  .Main.MainSection {
    width: 90%;
  }
}

.twitter-aside {
  position: relative;
  background-color: #fff;
  padding: 1em;
  min-width: 300px;
}

.customisable-border,
.timeline-TweetList-tweet {
  border-top: 1px solid rgba(15, 70, 100, 0.12);
}

article#twitter-timeline-profile-3 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 10px 5px rgba(0, 0, 0, 0.04), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 10px 5px rgba(0, 0, 0, 0.04), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.twitter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: #fff;
}

.twitter-icon:before {
  content: '';
  background: url(/images/twitter-icon.png?2b8e0cba2be5ac31c77b7e8fed23a768) left top no-repeat;
  width: 65px;
  height: 65px;
  margin-right: 10px;
}

.twitter-user {
  font-size: 1em;
  font-weight: 700;
  color: #55acee;
}

@media screen and (min-width: 64em) {
  .twitter-user {
    font-size: 1.5em;
  }
}

.twitter-user i {
  font-size: 1.7em;
}

.About {
  border-radius: 3px;
  padding: 1.6em;
  margin-top: -75px;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 11px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 5px 11px 3px rgba(0, 0, 0, 0.09);
}

@media screen and (min-width: 64em) {
  .About {
    padding: 1.6em 3em;
  }
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 64em) {
  .about-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-img {
  width: 50%;
  background-color: var(--medium-grey);
  border-radius: 50%;
  border: 10px solid #fff;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 5px 33px #0000001a;
          box-shadow: 0px 5px 33px #0000001a;
}

.about-img img {
  border-radius: 50%;
}

@media screen and (min-width: 37.5em) {
  .about-img {
    width: auto;
  }
}

@media screen and (min-width: 64em) {
  .about-img {
    min-width: 170px;
    min-height: 170px;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    min-width: 175px;
  }

  .about-img img {
    border-radius: 0;
  }
}

.about-text-container {
  width: 100%;
}

.about-title {
  font-weight: 700;
  color: var(--dark-grey);
}

.about-text {
  color: var(--medium-grey);
  font-size: 1.08em;
  margin-bottom: 5px;
}

.btn-mas {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--main-color);
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding-bottom: 2px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn-mas a:hover {
  color: #fff;
}

@media screen and (min-width: 48em) {
  .btn-mas {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .btn-mas {
    width: 20%;
    margin-left: 0;
  }
}

.btn-mas p {
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 2px;
}

/* ********** Footer ********** */

.Footer {
  background-color: var(--dark-grey);
}

.Footer-container {
  margin: 0 auto;
  padding: 4rem 1rem;
  max-width: var(--container-width);
  min-height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.Footer-container > div {
  width: 100%;
}

.Footer-container p {
  margin-bottom: 0;
  color: var(--medium-grey);
}

@media screen and (min-width: 64em) {
  .Footer-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }

  .Footer-container > div {
    width: 50%;
  }

  .Footer-container > div:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* ********** Widget ********** */

.Widget {
  margin: 0 auto 1rem;
  max-width: calc(var(--container-width) / 2);
}

.Widget h3 {
  font-size: 1rem;
}

.Widget mark {
  display: block;
  font-size: 1.5rem;
  text-align: right;
  background-color: var(--main-color);
  color: var(--bg-color);
}

.cards-section,
.card-section.Category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 48.5em) {
  .cards-section,
  .card-section.Category {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.card-item {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 64em) {
  .card-item {
    width: 30%;
  }
}

.card-title {
  font-weight: 500;
  font-size: 12px;
}

@media screen and (min-width: 64em) {
  .card-title {
    font-size: 1.5rem;
    font-weight: bold;
  }
}

[rel="category tag"] {
  font-size: 12px;
  padding: 0 6px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: var(--main-color);
}

/* ********** Search ********** */

.Search {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Search label {
  border-radius: 0 4px 4px 0;
  padding: .5em 1rem;
  outline: 0;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--bg-color);
  background-color: var(--main-color);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-bottom: 0;
}

.Search label:hover {
  color: var(--main-color);
  opacity: .75;
}

.Search input[type="search"] {
  border-radius: 3px 0 0 3px;
  width: 100%;
  padding: 1em;
  outline: 0;
  border: 0;
  font-family: var(--main-font);
  font-size: 1rem;
  color: var(--bg-color);
  background-color: var(--main-modal-color);
}

.Search input[type="search"]::-webkit-input-placeholder {
  color: var(--bg-color);
}

.Search input[type="search"]:-ms-input-placeholder {
  color: var(--bg-color);
}

.Search input[type="search"]::-ms-input-placeholder {
  color: var(--bg-color);
}

.Search input[type="search"]::placeholder {
  color: var(--bg-color);
}

.Search input[type="submit"],
.Search .screen-reader-text {
  display: none;
}

.Search-results {
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  background-color: var(--bg-alternate-color);
  border: thin solid var(--border-color);
}

.Search-results h3 {
  font-size: 1.5rem;
}

.Search-results mark {
  font-size: 1.25rem;
  font-weight: bold;
  background-color: transparent;
}

/* ********** Social Media ********** */

.header-social-menu {
  display: none;
}

@media screen and (min-width: 64em) {
  .header-social-menu {
    display: block;
  }
}

.SocialMedia ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
}

.SocialMedia-header li {
  padding: 0 7px;
}

.SocialMedia-header li a {
  color: #ccc;
}

.SocialMedia-header li a:hover {
  color: var(--main-color);
}

.SocialMedia .sr-text {
  display: none;
}

.SocialMedia a {
  font-size: 2.25em !important;
}

@media screen and (min-width: 64em) {
  .SocialMedia a {
    font-size: 2rem;
  }
}

.SocialMedia a::before {
  content: '\F19A';
  display: inline-block;
  font-family: 'Font Awesome 5 Brands';
}

.SocialMedia a[href*="facebook"]::before {
  content: '\F082';
}

.SocialMedia a[href*="twitter"]::before {
  content: '\F081';
}

.SocialMedia a[href*="github"]::before {
  content: '\F09B';
}

.SocialMedia a[href*="codepen"]::before {
  content: '\F1CB';
}

.SocialMedia a[href*="instagram"]::before {
  content: '\F16D';
}

.SocialMedia a[href*="youtube"]::before {
  content: '\F167';
}

.small-news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2em 0;
  background-color: #fff;
}

.small-thumbnail {
  max-width: 110px;
  height: 100px;
  margin-right: 20px;
}

.small-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 64em) {
  .small-thumbnail {
    max-width: 200px;
    min-width: 200px;
    height: 130px;
    margin-right: 32px;
  }
}

.small-info {
  padding: var(--padding);
  padding-left: 0;
  padding-bottom: 0;
  max-width: 60%;
}

.small-info .card-title {
  margin-bottom: 0;
}

.small-info p {
  margin-bottom: .2rem;
}

@media screen and (min-width: 64em) {
  .small-info {
    max-width: 80%;
  }
}

.small-title {
  font-size: 14px;
}

@media screen and (min-width: 64em) {
  .small-title {
    font-size: 1.75rem;
  }
}

.PostCard {
  max-width: calc(var(--container-width) / 3);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.PostCard-thumbnail {
  min-width: 350px;
  width: 100%;
  height: 193px;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .PostCard-thumbnail {
    max-width: 350px;
  }
}

.PostCard .card-title {
  font-size: 1.5em;
}

.PostCard img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.PostCard p {
  color: var(--medium-grey);
}

.PostCard:hover figcaption:after {
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
}

.PostCard figcaption {
  position: relative;
  width: 90%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 2em 1em;
  background-color: #fff;
  border-bottom: solid 10px #ededed;
  -webkit-transition: .5s;
  transition: .5s;
}

.PostCard figcaption:hover {
  -webkit-box-shadow: 0 5px 11px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 5px 11px 3px rgba(0, 0, 0, 0.09);
}

.PostCard figcaption:after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0px;
  right: 0;
  bottom: -10px;
  height: 10px;
  background: #4be7f7;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.PostCard .leer-mas {
  color: var(--main-color);
}

.PostCard h2 {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 37.5em) {
  .PostCard {
    max-width: calc(var(--container-width) / 2);
  }
}

@media screen and (min-width: 64em) {
  .PostCard {
    max-width: var(--container-width);
  }
}

.thumbnail-container {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

.Main .PostContent {
  padding: 1em;
  -webkit-box-shadow: 0px 2px 5px 1px #0000003b;
          box-shadow: 0px 2px 5px 1px #0000003b;
  border-radius: 3px;
}

@media screen and (min-width: 64em) {
  .Main .PostContent {
    padding: 2.5em 6.5em;
  }
}

.PostContent {
  padding: 1rem;
  border: thin solid var(--border-color);
  background-color: #fff;
}

.PostContent p {
  color: var(--medium-grey);
  font-family: 'Open Sans';
}

.PostContent .Title {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: var(--margin);
}

.PostContent .post-footer {
  margin-top: 3em;
  border-top: 1px solid;
  border-color: var(--border-color);
  padding-top: 2em;
}

.twitter-share {
  display: none;
}

.tag-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tag-date a:hover {
  color: #fff;
}

.tag-date .date {
  color: var(--medium-gray);
}

.date-border {
  width: 100%;
  padding: 3px 0;
  margin: var(--margin) 0;
  margin-top: 25px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--border-color);
}

blockquote {
  font-size: 1.5em;
  line-height: 1.4em;
  margin: calc(var(--margin)*2) 0;
  margin-left: 20px;
  -webkit-box-shadow: -4px 0px #ccc;
  box-shadow: -4px 0px #ccc;
  padding-left: 20px;
}

blockquote p {
  color: var(--dark-grey) !important;
}

.Pagination {
  color: var(--second-color);
}

.Pagination nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Pagination > * {
  font-size: 4vw;
}

@media screen and (min-width: 37.5em) {
  .Pagination > * {
    font-size: 1.25rem;
  }
}

.Pagination .current {
  font-weight: bold;
  font-size: 2em;
}

.ejes-section,
.ejes-container,
.eje-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ejes-container {
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: calc(var(--margin)*3) 0;
}

@media screen and (min-width: 64em) {
  .ejes-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.eje-item {
  margin: var(--margin) 0;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .eje-item {
    width: 22%;
  }
}

.eje-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.eje-img,
.eje-title {
  margin-bottom: var(--margin);
}

.eje-title {
  color: var(--dark-grey);
  font-family: var(--main-font);
  font-weight: 700;
}

.eje-text {
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 500;
  color: var(--medium-grey);
}

.form-contacto {
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
}

.form-contacto input,
.form-contacto select,
.form-contacto textarea {
  color: #666;
  border-color: darkgray;
  padding: 10px;
  width: 100%;
  margin: 10px 0;
  border: 2px solid #dcdcdc;
  border-radius: 4px;
}

.form-contacto input[type='submit'] {
  border: none;
  color: #fff;
  background-color: var(--main-color);
  width: 100%;
  cursor: pointer;
}

.form-contacto input[type='submit']:hover {
  background-color: #76bb20e0;
}

.form-contacto input[type='submit']:active {
  background-color: #6aa91c;
}

@media screen and (min-width: 64em) {
  .form-contacto input[type='submit'] {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .form-contacto {
    padding: 2em 14em;
  }
}

.formulario-active {
  opacity: 1;
  left: 0;
  -webkit-box-shadow: inset -1px 2px 33px rgba(0, 0, 0, 0.141176);
          box-shadow: inset -1px 2px 33px rgba(0, 0, 0, 0.141176);
}

.NotFound {
  padding: 2rem;
  font-size: 1.25rem;
  text-align: center;
  background-color: var(--bg-alternate-color);
  border: thin solid var(--border-color);
}

.NotFound .fa-frown {
  display: block;
  margin-bottom: 2rem;
  font-size: 3rem;
}

.Author {
  padding: 1rem;
  border: thin solid var(--border-color);
  background-color: var(--bg-alternate-color);
}

.Author h3 {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  text-align: center;
  color: var(--second-color);
}

.Author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 37.5em) {
  .Author-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.Author-info img {
  margin-bottom: 1em;
  max-width: 150px;
  border-radius: 50%;
}

/* ********** WordPress Custom Header ********** */

.WP-Header {
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 442px;
}

.WP-Header-branding {
  position: absolute;
  width: 100%;
  height: calc(100% - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.WP-Header-title {
  font-size: 13vw;
  color: #fff;
  text-shadow: 2px 2px 15px #000;
  position: absolute;
  left: 13%;
  font-weight: bolder;
  font-family: var(--main-font);
}

.WP-Header-title a:hover {
  color: #fff;
}

.WP-Header-title a:after {
  content: url("/JonMircha/wp-content/uploads/2018/08/hablemos.png");
  position: relative;
  top: -12px;
}

.WP-Header-description {
  width: 60%;
  font-size: 3.5vw;
}

@media screen and (min-width: 64em) {
  .WP-Header-description {
    width: 80%;
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 64em) {
  .WP-Header {
    top: 0;
  }

  .WP-Header-title {
    font-size: 6vw;
  }
}

.wp-custom-header {
  position: absolute;
  width: 100%;
  height: 70vh;
  max-height: 442px;
  overflow: hidden;
}

.wp-custom-header > img,
.wp-custom-header > iframe,
.wp-custom-header > video {
  height: 100%;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 75%;
     object-position: 75%;
}

@media screen and (min-width: 64em) {
  .wp-custom-header > img {
    height: auto;
  }
}

.wp-custom-header > button,
#wp-a11y-speak-polite {
  display: none;
}

/* ********** Hero Image ********** */

.HeroImage {
  width: 100%;
  background-repeat: no-repeat;
  background-image: var(--bg-url);
  background-size: var(--bg-size);
  background-position-x: var(--bg-x);
  background-position-y: var(--bg-y);
  min-height: 30vh;
}

@media screen and (min-width: 64em) {
  .HeroImage {
    margin-top: 60px;
    min-height: 40vh;
    margin-top: 0;
    background-position-y: 0;
    background-position-x: 0;
  }
}

.HeroImage > div {
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.HeroImage h1 {
  padding: 0 1rem;
  width: 80%;
  font-size: 7vw;
}

@media screen and (min-width: 64em) {
  .HeroImage h1 {
    width: 75%;
    font-size: 4.5vw;
  }
}

.HeroImage p {
  width: 60%;
  font-size: 3.5vw;
}

@media screen and (min-width: 64em) {
  .HeroImage p {
    width: 80%;
    font-size: 1.5vw;
  }
}

.HeroImage img {
  border-radius: 50%;
}

