@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Sintony:400,700';
@import 'https://fonts.googleapis.com/css?family=Lora';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700';

@font-face {
  font-family: "Econs";
  src: url("../fonts/ee_icon.eot?h9tvst");
  src: url("../fonts/ee_icon.eot?h9tvst#iefix") format("embedded-opentype"), url("../fonts/ee_icon.ttf?h9tvst") format("truetype"), url("../fonts/ee_icon.woff?h9tvst") format("woff"), url("../fonts/ee_icon.svg?h9tvst#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Fonts */
/* header espectador antiguo */
/* Media Queries */
/* Categorias */
/* Mixins */
@-webkit-keyframes backhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-moz-keyframes backhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-o-keyframes backhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes backhide {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

/* line 4, ../sass/assets/_bloques.sass */
.widget.popular-posts {
  background-color: #f0f0f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 33px 20px;
  display: inline-block;
  margin: 0 auto 50px;
  width: 100%;
}

/* line 11, ../sass/assets/_bloques.sass */
.widget.popular-posts h2.widget-title {
  font-family: "Merriweather", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #457ec5;
  text-transform: none;
  margin: 0 0 20px;
  line-height: 100%;
}

/* line 17, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 20, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li {
  margin: 0 0 19px;
  clear: both;
  min-height: 40px;
  height: auto;
  cursor: pointer;
}

/* line 161, ../sass/assets/_variables.sass */
.widget.popular-posts .wpp-list li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/* line 28, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li:hover .name {
  display: block;
}

/* line 30, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li:hover .link {
  display: none;
}

/* line 33, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li.activo .name {
  display: none;
}

/* line 36, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li.activo .wp-group:after {
  background-color: #457ec5;
  background-position: -37px -5px;
}

/* line 41, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li a:first-child img {
  float: left;
  width: 43px;
  height: 43px;
}

/* line 45, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li .wp-group {
  float: left;
  margin: 0 0 0 5px;
  max-width: 50%;
  position: relative;
  padding: 0 25px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 45, ../sass/assets/_bloques.sass */
  .widget.popular-posts .wpp-list li .wp-group {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

/* line 56, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li .wp-group:after {
  content: "";
  display: block;
  background: #c9c9c9;
  position: absolute;
  top: 3px;
  right: 2px;
  width: 30px;
  height: 30px;
  background-color: #c9c9c9;
  border-radius: 15px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -19px -4px;
  background-size: 140px auto;
}

/* line 71, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li .wpp-post-title,
.widget.popular-posts .wpp-list li .name {
  display: inline-block;
  vertical-align: top;
  line-height: 120%;
  font-size: 14px;
  padding: 0.2em 0.5em 0;
  color: #000000;
  width: auto;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 71, ../sass/assets/_bloques.sass */
  .widget.popular-posts .wpp-list li .wpp-post-title,
  .widget.popular-posts .wpp-list li .name {
    padding: 0.2em 0 0;
  }
}

/* line 81, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li .link {
  display: block;
  vertical-align: top;
  width: auto;
  line-height: 0.9375rem;
  padding: 0.2em 0.5em 0;
  display: none;
  vertical-align: top;
  line-height: 90%;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 81, ../sass/assets/_bloques.sass */
  .widget.popular-posts .wpp-list li .link {
    padding: 0.2em 0 0;
  }
}

/* line 92, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li .link a {
  color: #457ec5;
  font-size: 16px;
}

/* line 95, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li .link.activo {
  display: block;
}

/* line 97, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li .wpp-stats {
  display: block;
  vertical-align: top;
  line-height: 19px;
  font-size: 0.75rem;
  height: 19px;
  position: relative;
  padding: 0 0.5em;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 97, ../sass/assets/_bloques.sass */
  .widget.popular-posts .wpp-list li .wpp-stats {
    padding: 0.2em 0 0;
  }
}

/* line 122, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li .wp-views-bar {
  float: left;
  width: auto;
  height: 43px;
  background-color: #000000;
  display: block;
  vertical-align: top;
  max-width: 41%;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 122, ../sass/assets/_bloques.sass */
  .widget.popular-posts .wpp-list li .wp-views-bar {
    max-width: 100%;
    width: 100%;
  }
}

/* line 134, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li:first-child .wpp-post-title,
.widget.popular-posts .wpp-list li:first-child .name {
  color: #457ec5;
}

/* line 136, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li:first-child .wp-views-bar {
  background-color: #457ec5;
}

/* line 138, ../sass/assets/_bloques.sass */
.widget.popular-posts .wpp-list li:first-child .wpp-stats {
  color: #457ec5;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 145, ../sass/assets/_bloques.sass */
  .widget.popular-posts .wpp-list li .wpp-stats {
    width: 100%;
    float: none;
    display: block;
    clear: both;
  }
}

/* line 158, ../sass/assets/_bloques.sass */
article.post {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0 auto 30px;
  padding: 0 0 20px;
  border-bottom: solid 1px #457ec5;
  clear: both;
}

/* line 164, ../sass/assets/_bloques.sass */
article.post:first-child {
  border-top: none;
  margin: 25px 0 20px;
}

/* line 167, ../sass/assets/_bloques.sass */
article.post .entry-header {
  border: none;
  padding: 0 0 0 70px;
  margin: 0 0 20px;
  position: relative;
}

/* line 172, ../sass/assets/_bloques.sass */
article.post .entry-header .photo_author {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #457ec5;
  border-radius: 30px;
  overflow: hidden;
  border: #457ec5 2px solid;
}

/* line 179, ../sass/assets/_bloques.sass */
article.post .entry-header .photo_author img {
  width: 100%;
  height: auto;
}

/* line 182, ../sass/assets/_bloques.sass */
article.post .entry-header .page-title {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin: 0 0 7px;
}

/* line 191, ../sass/assets/_bloques.sass */
article.post .entry-header .page-title span,
article.post .entry-header .page-title a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 100%;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  color: #000000;
}

/* line 198, ../sass/assets/_bloques.sass */
article.post .entry-header .posted-on {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  margin: 0 0 7px;
  color: #000000;
  font-family: "Merriweather", serif;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 0;
}

/* line 210, ../sass/assets/_bloques.sass */
article.post .entry-header .posted-on .screen-reader-text {
  display: none;
}

/* line 212, ../sass/assets/_bloques.sass */
article.post .entry-header .posted-on span,
article.post .entry-header .posted-on a {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 220, ../sass/assets/_bloques.sass */
article.post .entry-header .section_name {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  margin: 0 0 7px;
}

/* line 226, ../sass/assets/_bloques.sass */
article.post .entry-header .section_name span,
article.post .entry-header .section_name a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 100%;
  color: #000000;
}

/* line 231, ../sass/assets/_bloques.sass */
article.post .entry-header .entry-title {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  margin: 0 0 7px;
}

/* line 237, ../sass/assets/_bloques.sass */
article.post .entry-header .entry-title span,
article.post .entry-header .entry-title a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #457ec5;
  font-weight: normal;
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1.5625rem;
}

/* line 240, ../sass/assets/_bloques.sass */
article.post .entry-header .author_name {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}

/* line 244, ../sass/assets/_bloques.sass */
article.post .entry-header .author_name .screen-reader-text {
  display: none;
}

/* line 246, ../sass/assets/_bloques.sass */
article.post .entry-header .author_name span,
article.post .entry-header .author_name a {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* line 255, ../sass/assets/_bloques.sass */
article.post .entry-content {
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* line 260, ../sass/assets/_bloques.sass */
article.post .entry-content a {
  display: inline !important;
}

/* line 262, ../sass/assets/_bloques.sass */
article.post .entry-content h3.entry-title {
  margin: 0 0 30px;
}

/* line 264, ../sass/assets/_bloques.sass */
article.post .entry-content h3.entry-title a {
  color: #457ec5;
  font-family: "Merriweather", serif;
  font-size: 17px;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* line 271, ../sass/assets/_bloques.sass */
article.post .entry-content .more-link,
article.post .entry-content a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #457ec5;
  font-weight: 400;
  letter-spacing: -0.2px;
  margin: 20px auto;
}

/* line 279, ../sass/assets/_bloques.sass */
article.post .entry-content .more-link img,
article.post .entry-content a img {
  display: block;
  width: 100%;
}

/* line 282, ../sass/assets/_bloques.sass */
article.post .entry-content .more-link.video,
article.post .entry-content a.video {
  position: relative;
  width: 150px;
}

/* line 285, ../sass/assets/_bloques.sass */
article.post .entry-content .more-link.video:after,
article.post .entry-content a.video:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: right top;
}

/* line 297, ../sass/assets/_bloques.sass */
article.post .entry-content .more-link.alignleft,
article.post .entry-content a.alignleft {
  margin: 0 30px 30px 0;
  float: left;
  width: 150px;
}

/* line 301, ../sass/assets/_bloques.sass */
article.post .entry-content .more-link.alignright,
article.post .entry-content a.alignright {
  margin: 0 0 30px 30px;
  float: right;
  width: 150px;
}

/* line 305, ../sass/assets/_bloques.sass */
article.post .entry-content .more-link.aligncenter,
article.post .entry-content a.aligncenter {
  margin: 0 auto;
  float: none;
  width: 150px;
}

/* line 309, ../sass/assets/_bloques.sass */
article.post footer.entry-footer {
  border: none;
}

/* line 311, ../sass/assets/_bloques.sass */
article.post footer.entry-footer span {
  margin-left: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 316, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .cat-links,
article.post footer.entry-footer .tags-links {
  margin-left: 0;
  display: block;
  float: none;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 100%;
  color: #666666;
}

/* line 324, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .cat-links span,
article.post footer.entry-footer .tags-links span {
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin: 0 0.5em 0 0;
  float: left;
  display: inline-block;
}

/* line 331, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .cat-links span:after,
article.post footer.entry-footer .tags-links span:after {
  content: ":";
}

/* line 333, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .cat-links ul,
article.post footer.entry-footer .tags-links ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

/* line 338, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .cat-links ul li,
article.post footer.entry-footer .tags-links ul li {
  display: inline-block;
}

/* line 340, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .cat-links a,
article.post footer.entry-footer .tags-links a {
  font-size: 14px;
  line-height: 100%;
  color: #eb212e;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
}

/* line 348, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .comments-link a {
  display: block;
  width: 180px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  background-color: #fec900;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
}

/* line 359, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .comments-link a:after {
  content: "";
  width: 9px;
  height: 11px;
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -6px -10px;
  margin: 0 0 0 0.5em;
  vertical-align: middle;
}

/* line 369, ../sass/assets/_bloques.sass */
article.post footer.entry-footer .comments-link a .screen-reader-text {
  display: none;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 376, ../sass/assets/_bloques.sass */
  article.post .entry-content .more-link img {
    display: block;
    float: none;
    width: 150px;
  }
}

/* line 383, ../sass/assets/_bloques.sass */
.widget_search {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #457ec5;
  padding: 20px 23px;
  margin: 0 0 30px;
}

/* line 193, ../sass/assets/_variables.sass */
.widget_search input,
.widget_search label,
.widget_search select,
.widget_search button,
.widget_search textarea,
.widget_search submit {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0;
}

/* line 211, ../sass/assets/_variables.sass */
.widget_search input:focus,
.widget_search label:focus,
.widget_search select:focus,
.widget_search button:focus,
.widget_search textarea:focus,
.widget_search submit:focus {
  outline: 0;
}

/* line 391, ../sass/assets/_bloques.sass */
.widget_search:after {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}

/* line 396, ../sass/assets/_bloques.sass */
.widget_search form {
  position: relative;
}

/* line 398, ../sass/assets/_bloques.sass */
.widget_search label {
  display: block;
  width: 100%;
  height: auto;
}

/* line 402, ../sass/assets/_bloques.sass */
.widget_search label .screen-reader-text {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 100%;
  margin: 0 0 17px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  display: block;
}

/* line 411, ../sass/assets/_bloques.sass */
.widget_search label .search-field {
  width: 209px;
  float: left;
  display: inline-block;
  background-color: #FFFFFF;
  height: 50px;
  padding: 0 20px;
  font-family: "Merriweather", serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #000000;
}

/* line 422, ../sass/assets/_bloques.sass */
.widget_search .search-submit {
  width: 50px;
  height: 50px;
  float: right;
  background-color: #000000;
  color: #FFFFFF;
  text-indent: -9999999px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 2px -30px;
  cursor: pointer;
}

/* line 433, ../sass/assets/_bloques.sass */
.widget_search .widget-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 21px;
  color: #FFFFFF;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 15px;
}

@media (min-width: 0) and (max-width: 958px) {

  /* line 445, ../sass/assets/_bloques.sass */
  .widget_search label .search-field {
    width: 549px;
  }
}

@media (min-width: 371px) and (max-width: 490px) {

  /* line 450, ../sass/assets/_bloques.sass */
  .widget_search label .search-field {
    width: 258px;
  }
}

@media (min-width: 300px) and (max-width: 370px) {

  /* line 455, ../sass/assets/_bloques.sass */
  .widget_search label .search-field {
    width: 203px;
  }
}

/* line 460, ../sass/assets/_bloques.sass */
#list-blogs {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
}

/* line 465, ../sass/assets/_bloques.sass */
#list-blogs .widget-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 21px;
  font-weight: 100;
  letter-spacing: -0.2px;
  width: 100%;
  height: auto;
  line-height: 27px;
  display: block;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 12%;
  font-weight: bold;
}

/* line 119, ../sass/assets/_variables.sass */
#list-blogs .widget-title:before,
#list-blogs .widget-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000000;
  top: 49%;
  width: 10%;
}

/* line 127, ../sass/assets/_variables.sass */
#list-blogs .widget-title:before {
  left: 0;
}

/* line 129, ../sass/assets/_variables.sass */
#list-blogs .widget-title:after {
  right: 0;
}

/* line 467, ../sass/assets/_bloques.sass */
#list-blogs .sections,
#list-blogs>ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  padding: 10px;
}

/* line 473, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li,
#list-blogs>ul.sections>li {
  border-bottom: solid 1px #457ec5;
  cursor: pointer;
  position: relative;
}

/* line 477, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li:after,
#list-blogs>ul.sections>li:after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-color: #457ec5;
  width: 29px;
  height: 29px;
  background-color: #457ec5;
  border-radius: 14.5px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 15px;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -19px -1px;
}

/* line 490, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li:last-child,
#list-blogs>ul.sections>li:last-child {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

/* line 499, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li:last-child:hover,
#list-blogs>ul.sections>li:last-child:hover {
  height: auto;
  padding: 0;
}

/* line 502, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li:last-child ul.authors,
#list-blogs>ul.sections>li:last-child ul.authors {
  margin: 15px 0 0;
}

/* line 504, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li:last-child ul.authors li,
#list-blogs>ul.sections>li:last-child ul.authors li {
  line-height: initial;
  font-weight: normal;
}

/* line 508, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li:hover:after,
#list-blogs>ul.sections>li:hover:after {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -39px -2px;
  background-color: #c9c9c9;
  width: 29px;
  height: 29px;
  background-color: #c9c9c9;
  border-radius: 14.5px;
  overflow: hidden;
}

/* line 514, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li:hover ul.authors,
#list-blogs>ul.sections>li:hover ul.authors {
  height: auto;
  overflow: scroll;
  visibility: visible;
  padding: 10px 10px 30px;
}

/* line 519, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li ul.authors,
#list-blogs>ul.sections>li ul.authors {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.05);
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 529, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li ul.authors>li,
#list-blogs>ul.sections>li ul.authors>li {
  padding: 0 0 0 14px;
  margin: 0 0 35px;
  position: relative;
  line-height: initial;
}

/* line 534, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li ul.authors>li:before,
#list-blogs>ul.sections>li ul.authors>li:before {
  content: ".";
  display: inline-block;
  vertical-align: middle;
  color: #457ec5;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: 1px;
}

/* line 543, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li ul.authors>li a,
#list-blogs .sections.sections>li ul.authors>li span,
#list-blogs>ul.sections>li ul.authors>li a,
#list-blogs>ul.sections>li ul.authors>li span {
  line-height: 100%;
  font-weight: normal;
  font-size: 16px;
}

/* line 546, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li ul.authors>li a:last-child,
#list-blogs .sections.sections>li ul.authors>li span:last-child,
#list-blogs>ul.sections>li ul.authors>li a:last-child,
#list-blogs>ul.sections>li ul.authors>li span:last-child {
  color: #457ec5;
}

/* line 548, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li>a,
#list-blogs .sections.sections span,
#list-blogs>ul.sections>li>a,
#list-blogs>ul.sections span {
  font-size: 17px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 35px 0 0;
  margin: 0 0 15px;
  color: #000000;
  line-height: 120%;
}

/* line 558, ../sass/assets/_bloques.sass */
#list-blogs .sections.sections>li>a:last-child,
#list-blogs .sections.sections span:last-child,
#list-blogs>ul.sections>li>a:last-child,
#list-blogs>ul.sections span:last-child {
  color: #457ec5;
}

/* line 563, ../sass/assets/_bloques.sass */
#list-custom-categories {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
}

/* line 568, ../sass/assets/_bloques.sass */
#list-custom-categories .widget-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 100;
  letter-spacing: -0.2px;
  width: 100%;
  height: auto;
  line-height: 1.375rem;
  display: block;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 12%;
  font-weight: bold;
}

/* line 119, ../sass/assets/_variables.sass */
#list-custom-categories .widget-title:before,
#list-custom-categories .widget-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000000;
  top: 49%;
  width: 10%;
}

/* line 127, ../sass/assets/_variables.sass */
#list-custom-categories .widget-title:before {
  left: 0;
}

/* line 129, ../sass/assets/_variables.sass */
#list-custom-categories .widget-title:after {
  right: 0;
}

/* line 570, ../sass/assets/_bloques.sass */
#list-custom-categories .widget-content {
  background-color: #f0f0f0;
  padding: 10px 10px 10px;
}

/* line 573, ../sass/assets/_bloques.sass */
#list-custom-categories ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  padding: 0 0 30px;
  list-style: none;
}

/* line 579, ../sass/assets/_bloques.sass */
#list-custom-categories ul>li {
  border-bottom: solid 1px #457ec5;
  cursor: pointer;
  position: relative;
  padding: 24px 0;
}

/* line 584, ../sass/assets/_bloques.sass */
#list-custom-categories ul>li a {
  font-size: 1rem;
  font-weight: 400;
  color: #457ec5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 589, ../sass/assets/_bloques.sass */
#list-custom-categories ul>li a:hover {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
}

/* line 593, ../sass/assets/_bloques.sass */
#list-custom-categories .view-more {
  width: 100%;
  background-color: #457ec5;
  color: #FFFFFF;
  height: 49px;
  line-height: 49px;
  display: block;
  text-align: center;
}

/* line 599, ../sass/assets/_bloques.sass */
#recent-posts-2 {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
}

/* line 604, ../sass/assets/_bloques.sass */
#recent-posts-2 .widget-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 100;
  letter-spacing: -0.2px;
  width: 100%;
  height: auto;
  line-height: 1.375rem;
  display: block;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 12%;
  font-weight: bold;
}

/* line 119, ../sass/assets/_variables.sass */
#recent-posts-2 .widget-title:before,
#recent-posts-2 .widget-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000000;
  top: 49%;
  width: 10%;
}

/* line 127, ../sass/assets/_variables.sass */
#recent-posts-2 .widget-title:before {
  left: 0;
}

/* line 129, ../sass/assets/_variables.sass */
#recent-posts-2 .widget-title:after {
  right: 0;
}

/* line 606, ../sass/assets/_bloques.sass */
#recent-posts-2 ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  padding: 10px 10px 30px;
  list-style: none;
}

/* line 612, ../sass/assets/_bloques.sass */
#recent-posts-2 ul>li {
  border-bottom: solid 1px #457ec5;
  cursor: pointer;
  position: relative;
  padding: 24px 0;
}

/* line 617, ../sass/assets/_bloques.sass */
#recent-posts-2 ul>li a {
  font-size: 1rem;
  font-weight: 400;
  color: #457ec5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 622, ../sass/assets/_bloques.sass */
#recent-posts-2 ul>li a:hover {
  color: #666666;
}

/* line 627, ../sass/assets/_bloques.sass */
#list-blogs-2 {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
}

/* line 632, ../sass/assets/_bloques.sass */
#list-blogs-2 .widget-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 100;
  letter-spacing: -0.2px;
  width: 100%;
  height: auto;
  line-height: 1.375rem;
  display: block;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 12%;
  font-weight: bold;
}

/* line 119, ../sass/assets/_variables.sass */
#list-blogs-2 .widget-title:before,
#list-blogs-2 .widget-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000000;
  top: 49%;
  width: 10%;
}

/* line 127, ../sass/assets/_variables.sass */
#list-blogs-2 .widget-title:before {
  left: 0;
}

/* line 129, ../sass/assets/_variables.sass */
#list-blogs-2 .widget-title:after {
  right: 0;
}

/* line 634, ../sass/assets/_bloques.sass */
#list-blogs-2 ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  padding: 10px 10px 30px;
  list-style: none;
}

/* line 640, ../sass/assets/_bloques.sass */
#list-blogs-2 ul>li {
  border-bottom: solid 1px #457ec5;
  cursor: pointer;
  position: relative;
  padding: 24px 0;
}

/* line 645, ../sass/assets/_bloques.sass */
#list-blogs-2 ul>li a {
  font-size: 1rem;
  font-weight: 400;
  color: #457ec5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 650, ../sass/assets/_bloques.sass */
#list-blogs-2 ul>li a:hover {
  color: #666666;
}

/* line 655, ../sass/assets/_bloques.sass */
#the-most-ee {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
}

.most_popular .the_most_ee {
  max-height: 302px;
  overflow: auto;
}

/* line 660, ../sass/assets/_bloques.sass */
#the-most-ee h2.the_most_ee {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 21px;
  font-weight: 100;
  letter-spacing: -0.2px;
  width: 100%;
  height: auto;
  line-height: 1.375rem;
  display: block;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 12%;
  font-weight: bold;
}

/* line 119, ../sass/assets/_variables.sass */
#the-most-ee h2.the_most_ee:before,
#the-most-ee h2.the_most_ee:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000000;
  top: 49%;
  width: 10%;
}

/* line 127, ../sass/assets/_variables.sass */
#the-most-ee h2.the_most_ee:before {
  left: 0;
}

/* line 129, ../sass/assets/_variables.sass */
#the-most-ee h2.the_most_ee:after {
  right: 0;
}

/* line 662, ../sass/assets/_bloques.sass */
#the-most-ee .sub_title {
  border: none;
  display: inline-block;
  height: 3rem;
  font-size: 16px;
  line-height: 3rem;
  margin: 0;
  padding: 0;
  background-color: #457ec5;
  color: #FFFFFF;
}

/* line 672, ../sass/assets/_bloques.sass */
#the-most-ee .sub_title.active {
  background-color: #f0f0f0;
  color: #457ec5;
}

/* line 675, ../sass/assets/_bloques.sass */
#the-most-ee .content_1,
#the-most-ee .content_2 {
  background-color: #f0f0f0;
  padding: 20px 10px 30px;
}

#the-most-ee .content_1,
#the-most-ee .content_2 {
  max-height: 383px;
  overflow: auto;
}

/* line 678, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list,
#the-most-ee .content_1 ul,
#the-most-ee .content_2 .wpp-list,
#the-most-ee .content_2 ul {
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 681, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li,
#the-most-ee .content_1 ul>li,
#the-most-ee .content_2 .wpp-list>li,
#the-most-ee .content_2 ul>li {
  border-bottom: solid 1px #457ec5;
  cursor: pointer;
  position: relative;
  padding: 18px 0;
  text-align: left;
  margin: 0;
}

/* line 688, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li h5,
#the-most-ee .content_1 ul>li h5,
#the-most-ee .content_2 .wpp-list>li h5,
#the-most-ee .content_2 ul>li h5 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 691, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li h5 a,
#the-most-ee .content_1 ul>li h5 a,
#the-most-ee .content_2 .wpp-list>li h5 a,
#the-most-ee .content_2 ul>li h5 a {
  display: inline-block;
  text-decoration: none;
}

/* line 694, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li a,
#the-most-ee .content_1 ul>li a,
#the-most-ee .content_2 .wpp-list>li a,
#the-most-ee .content_2 ul>li a {
  font-size: 16px;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #457ec5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 700, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li a:hover,
#the-most-ee .content_1 ul>li a:hover,
#the-most-ee .content_2 .wpp-list>li a:hover,
#the-most-ee .content_2 ul>li a:hover {
  color: #666666;
}

/* line 702, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li small,
#the-most-ee .content_1 ul>li small,
#the-most-ee .content_2 .wpp-list>li small,
#the-most-ee .content_2 ul>li small {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #000000;
}

/* line 706, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li .photo,
#the-most-ee .content_1 ul>li .photo,
#the-most-ee .content_2 .wpp-list>li .photo,
#the-most-ee .content_2 ul>li .photo {
  float: left;
  margin: 0 10px 10px 0;
  width: 50px;
}

/* line 710, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li .wp-views-bar,
#the-most-ee .content_1 ul>li .wp-views-bar,
#the-most-ee .content_2 .wpp-list>li .wp-views-bar,
#the-most-ee .content_2 ul>li .wp-views-bar {
  display: inline-block;
  margin: 0 auto;
  width: auto !important;
}

/* line 714, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li .wp-views-bar:before,
#the-most-ee .content_1 ul>li .wp-views-bar:before,
#the-most-ee .content_2 .wpp-list>li .wp-views-bar:before,
#the-most-ee .content_2 ul>li .wp-views-bar:before {
  content: "-";
  font-size: 1rem;
  line-height: 1rem;
  color: #000000;
}

/* line 719, ../sass/assets/_bloques.sass */
#the-most-ee .content_1 .wpp-list>li .wpp-stats,
#the-most-ee .content_1 ul>li .wpp-stats,
#the-most-ee .content_2 .wpp-list>li .wpp-stats,
#the-most-ee .content_2 ul>li .wpp-stats {
  display: inline-block;
}

/* line 724, ../sass/assets/_bloques.sass */
#tag_cloud-2 {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
}

/* line 729, ../sass/assets/_bloques.sass */
#tag_cloud-2 .widget-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 100;
  letter-spacing: -0.2px;
  width: 100%;
  height: auto;
  line-height: 1.375rem;
  display: block;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 12%;
  font-weight: bold;
}

/* line 119, ../sass/assets/_variables.sass */
#tag_cloud-2 .widget-title:before,
#tag_cloud-2 .widget-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000000;
  top: 49%;
  width: 10%;
}

/* line 127, ../sass/assets/_variables.sass */
#tag_cloud-2 .widget-title:before {
  left: 0;
}

/* line 129, ../sass/assets/_variables.sass */
#tag_cloud-2 .widget-title:after {
  right: 0;
}

/* line 731, ../sass/assets/_bloques.sass */
#tag_cloud-2 .tagcloud {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  padding: 10px 10px 30px;
  list-style: none;
}

/* line 737, ../sass/assets/_bloques.sass */
#tag_cloud-2 .tagcloud a {
  font-size: 1rem !important;
  line-height: 1.625rem !important;
  font-weight: 400;
  color: #457ec5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0.5em 0 0;
}

/* line 744, ../sass/assets/_bloques.sass */
#tag_cloud-2 .tagcloud a:hover {
  color: #666666;
}

/* line 749, ../sass/assets/_bloques.sass */
#posts-date {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
}

/* line 754, ../sass/assets/_bloques.sass */
#posts-date .widget-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 21px;
  font-weight: 100;
  letter-spacing: -0.2px;
  width: 100%;
  height: auto;
  line-height: 1.375rem;
  display: block;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 12%;
  font-weight: bold;
}

/* line 119, ../sass/assets/_variables.sass */
#posts-date .widget-title:before,
#posts-date .widget-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000000;
  top: 49%;
  width: 10%;
}

/* line 127, ../sass/assets/_variables.sass */
#posts-date .widget-title:before {
  left: 0;
}

/* line 129, ../sass/assets/_variables.sass */
#posts-date .widget-title:after {
  right: 0;
}

/* line 756, ../sass/assets/_bloques.sass */
#posts-date>ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  padding: 10px;
  max-height: 262px;
  overflow: auto;
}

/* line 761, ../sass/assets/_bloques.sass */
#posts-date>ul>li {
  padding: 10px 0 10px 14px;
  margin: 0 0 10px;
  position: relative;
  line-height: initial;
  border-bottom: solid 1px #457ec5;
  font-size: 16px;
}

/* line 767, ../sass/assets/_bloques.sass */
#posts-date>ul>li:before {
  content: ".";
  display: inline-block;
  vertical-align: middle;
  color: #457ec5;
  position: absolute;
  left: 0;
  top: 16px;
  line-height: 1px;
}

/* line 776, ../sass/assets/_bloques.sass */
#posts-date>ul>li a,
#posts-date>ul>li span {
  line-height: 100%;
  font-weight: normal;
}

/* line 779, ../sass/assets/_bloques.sass */
#posts-date>ul>li a:last-child,
#posts-date>ul>li span:last-child {
  color: #457ec5;
}

/* line 784, ../sass/assets/_bloques.sass */
#author-profile {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
  background-color: #457ec5;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 792, ../sass/assets/_bloques.sass */
#author-profile .widget-title {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 100%;
  margin: 0 0 17px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

/* line 801, ../sass/assets/_bloques.sass */
#author-profile .author-profile .author-pic {
  padding: 0;
  margin: 0 auto 1em;
  width: 105px;
  height: 105px;
  background-color: #457ec5;
  border-radius: 52.5px;
  overflow: hidden;
  float: left;
}

/* line 806, ../sass/assets/_bloques.sass */
#author-profile .author-profile .author-pic img {
  width: 100%;
  height: auto;
}

/* line 809, ../sass/assets/_bloques.sass */
#author-profile .author-profile .author-fullname {
  float: right;
  width: 55%;
  word-wrap: break-word;
  height: 105px;
  line-height: 105px;
  vertical-align: middle;
  color: #FFFFFF;
  display: inline-block;
}

/* line 818, ../sass/assets/_bloques.sass */
#author-profile .author-profile .author-fullname span {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 825, ../sass/assets/_bloques.sass */
#author-profile .author-profile .author-description {
  width: 100%;
  display: block;
  clear: both;
  margin: 20px 0 0 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
}

/* line 834, ../sass/assets/_bloques.sass */
#author-profile .author-profile .author-description a {
  color: #FFFFFF;
  display: inline-block;
}

/* line 837, ../sass/assets/_bloques.sass */
#author-profile .author-profile>a {
  display: block;
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
  font-size: 12px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin: 20px auto 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 854, ../sass/assets/_bloques.sass */
  #author-profile .author-profile .author-fullname {
    width: 80%;
  }
}

@media (min-width: 300px) and (max-width: 370px) {

  /* line 859, ../sass/assets/_bloques.sass */
  #author-profile .author-profile .author-fullname {
    width: 50%;
  }
}

@media (min-width: 371px) and (max-width: 490px) {

  /* line 864, ../sass/assets/_bloques.sass */
  #author-profile .author-profile .author-fullname {
    width: 50%;
  }
}

/* line 869, ../sass/assets/_bloques.sass */
#list-blogs {
  margin: 0 0 40px;
  width: 100%;
  height: auto;
  display: block;
}

/* line 874, ../sass/assets/_bloques.sass */
#list-blogs .widget-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 21px;
  font-weight: 100;
  letter-spacing: -0.2px !important;
  width: 100%;
  height: auto;
  line-height: 27px;
  display: block;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 0 12%;
  font-weight: bold;
}

/* line 119, ../sass/assets/_variables.sass */
#list-blogs .widget-title:before,
#list-blogs .widget-title:after {
  content: "";
  position: absolute;
  height: 1px;
  border-top: 1px solid #000000;
  top: 49%;
  width: 10%;
}

/* line 127, ../sass/assets/_variables.sass */
#list-blogs .widget-title:before {
  left: 0;
}

/* line 129, ../sass/assets/_variables.sass */
#list-blogs .widget-title:after {
  right: 0;
}

/* line 876, ../sass/assets/_bloques.sass */
#list-blogs .authors {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f0f0f0;
  padding: 10px;
  font-size: 16px;
  max-height: 262px;
  overflow: auto;
}

/* line 881, ../sass/assets/_bloques.sass */
#list-blogs .authors>li {
  border-bottom: solid 1px #457ec5;
  cursor: pointer;
  padding: 10px 0;
}

/* line 885, ../sass/assets/_bloques.sass */
#list-blogs .authors>li a,
#list-blogs .authors>li span {
  line-height: 100%;
  font-weight: normal;
  color: #000000;
}

/* line 889, ../sass/assets/_bloques.sass */
#list-blogs .authors>li a:last-child,
#list-blogs .authors>li span:last-child {
  color: #457ec5;
}

/* line 896, ../sass/assets/_bloques.sass */
.single-post header h3.blog-title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 6px 0 42px;
}

/* line 902, ../sass/assets/_bloques.sass */
.single-post header h3.blog-title a {
  color: #000000;
}

/* line 904, ../sass/assets/_bloques.sass */
.single-post header h1.page-title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Merriweather", serif;
  color: #000000;
  font-weight: 400;
  margin: 0 0 45px;
  padding: 0;
}

/* line 912, ../sass/assets/_bloques.sass */
.single-post header.entry-header {
  border: none;
}

/* line 914, ../sass/assets/_bloques.sass */
.single-post header.entry-header h1.entry-title {
  color: #457ec5;
  font-weight: normal;
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 24px;
}

/* line 917, ../sass/assets/_bloques.sass */
.single-post .entry-content figure.wp-caption {
  display: block;
  height: auto;
}

/* line 920, ../sass/assets/_bloques.sass */
.single-post .entry-content figure.wp-caption img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

/* line 925, ../sass/assets/_bloques.sass */
.single-post .entry-content figure.wp-caption .wp-caption-text {
  margin: 10px auto 0;
  font-size: 1rem;
  line-height: 1.4375rem;
  display: inline-block;
  width: 100%;
}

/* line 931, ../sass/assets/_bloques.sass */
.single-post .entry-content figure.wp-caption .wp-caption-text b {
  font-weight: bold;
}

/* line 945, ../sass/assets/_bloques.sass */
.single-post .entry-content p {
  font-size: 17px;
  line-height: 24px;
  font-family: "Merriweather", serif;
  color: #000000;
  margin: 0 0 40px;
}

/* line 951, ../sass/assets/_bloques.sass */
.single-post .entry-content p:empty {
  font-size: 0rem;
  line-height: 0rem;
}

/* line 954, ../sass/assets/_bloques.sass */
.single-post .entry-content p a {
  color: #eb212e;
  word-break: break-all;
}

/* line 945, ../sass/assets/_bloques.sass */
.single-post .entry-content p span {
  font-size: 17px;
  line-height: 24px;
}

/* line 957, ../sass/assets/_bloques.sass */
.single-post footer.entry-footer {
  border: none;
}

/* line 959, ../sass/assets/_bloques.sass */
.single-post footer.entry-footer span {
  margin-left: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 964, ../sass/assets/_bloques.sass */
.single-post footer.entry-footer .cat-links,
.single-post footer.entry-footer .tags-links {
  margin-left: 0;
  display: block;
  float: none;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 100%;
  color: #666666;
}

/* line 972, ../sass/assets/_bloques.sass */
.single-post footer.entry-footer .cat-links .screen-reader-text,
.single-post footer.entry-footer .tags-links .screen-reader-text {
  font-size: 0.875rem;
  line-height: 100%;
  color: #000000;
  margin: 0 0.5em 0 0;
  float: left;
  display: inline-block;
}

/* line 979, ../sass/assets/_bloques.sass */
.single-post footer.entry-footer .cat-links .screen-reader-text:after,
.single-post footer.entry-footer .tags-links .screen-reader-text:after {
  content: ":";
}

/* line 981, ../sass/assets/_bloques.sass */
.single-post footer.entry-footer .cat-links ul,
.single-post footer.entry-footer .tags-links ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

/* line 986, ../sass/assets/_bloques.sass */
.single-post footer.entry-footer .cat-links ul li,
.single-post footer.entry-footer .tags-links ul li {
  display: inline-block;
}

/* line 988, ../sass/assets/_bloques.sass */
.single-post footer.entry-footer .cat-links a,
.single-post footer.entry-footer .tags-links a {
  font-size: 0.875rem;
  line-height: 100%;
  color: #666666;
  display: inline-block;
  vertical-align: top;
}

/* line 999, ../sass/assets/_bloques.sass */
#primary .author-profile {
  background-color: #457ec5;
  padding: 30px;
  margin: 0 0 50px;
  text-align: right;
}

/* line 1004, ../sass/assets/_bloques.sass */
#primary .author-profile:after {
  content: "";
  width: 100%;
  clear: both;
  height: 1px;
  display: block;
}

/* line 1010, ../sass/assets/_bloques.sass */
#primary .author-profile figure.author-pic {
  width: 105px;
  height: 105px;
  background-color: #c9c9c9;
  border-radius: 52.5px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
}

/* line 1016, ../sass/assets/_bloques.sass */
#primary .author-profile figure.author-pic img {
  width: 100%;
  height: auto;
}

/* line 1019, ../sass/assets/_bloques.sass */
#primary .author-profile span.author-fullname {
  float: left;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
  width: 105px;
  clear: left;
  text-align: center;
  margin: 15px auto;
  text-transform: uppercase;
}

/* line 1028, ../sass/assets/_bloques.sass */
#primary .author-profile p.author-description {
  display: inline-block;
  width: 410px;
  height: auto;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 28px;
  font-family: "Merriweather", serif;
  vertical-align: top;
  text-align: left;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 1041, ../sass/assets/_bloques.sass */
  #primary .author-profile {
    padding: 17px;
  }

  /* line 1043, ../sass/assets/_bloques.sass */
  #primary .author-profile span.author-fullname {
    float: right;
    clear: right;
    width: 60%;
    height: auto;
    text-align: left;
    display: inline-block;
    margin: 40px 0 0 0;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }

  /* line 1053, ../sass/assets/_bloques.sass */
  #primary .author-profile p.author-description {
    width: 100%;
    margin: 17px auto;
  }
}

/* line 1062, ../sass/assets/_bloques.sass */
.site-content #section_title,
.site-content .section_title {
  background-color: #457ec5;
  width: 100%;
  min-height: 45px;
  margin: 0 0 25px;
  /* padding: 10px 13px; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* line 1069, ../sass/assets/_bloques.sass */
.site-content #section_title .entry-header,
.site-content .section_title .entry-header {
  border: none;
}

/* line 1072, ../sass/assets/_bloques.sass */
.site-content #section_title h2.section-title a,
.site-content .section_title h2.section-title a {
  font-size: 21px;
  line-height: 1.875rem;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  margin-left: 12px;
}

/* line 1079, ../sass/assets/_bloques.sass */
.site-content #section_title h3.blog-title a,
.site-content .section_title h3.blog-title a {
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  color: #000000;
  display: inline-block;
  font-weight: 400;
}

/* line 1086, ../sass/assets/_bloques.sass */
.site-content #primary .entry-header {
  border: none;
}

/* line 1088, ../sass/assets/_bloques.sass */
.site-content #primary h3.blog-title {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-family: "Merriweather", serif;
  font-weight: 400;
  margin: 0 0 35px;
  padding: 0;
}

/* line 1095, ../sass/assets/_bloques.sass */
.site-content #primary h3.blog-title a {
  color: #000000;
  font-size: 37px;
  text-decoration: none;
  line-height: 39px;
}

/* line 1102, ../sass/assets/_bloques.sass */
.search article.post .entry-header {
  padding: 0;
}

/* line 1106, ../sass/assets/_bloques.sass */
.search .site-content .page-header h1.page-title {
  font-size: 30px;
  line-height: 29px;
  font-family: "Merriweather", serif;
  color: #000000;
  font-weight: 400;
  margin: 0 0 21px;
  padding: 0;
}

/* line 1114, ../sass/assets/_bloques.sass */
/* .search .site-content .page-header h1.page-title span {
    padding-bottom: 0!important;
    margin: 0!important;
    border-bottom: none!important;
} */


.page-header {
  display: block;
  width: 100%;
  clear: both;
  padding-bottom: 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
}

/* line 1119, ../sass/assets/_bloques.sass */
.search .site-content .entry-summary .more-link {
  display: block;
  width: 100%;
  /* font-size: 1.0625rem; */
  font-size: 16px !important;
  color: #457ec5;
  font-weight: 400;
  letter-spacing: -0.2px;
  margin: 20px auto;
}

/* line 1127, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer {
  border: none;
  margin: 20px auto;
  padding: 0 0 0 70px;
  position: relative;
}

/* line 1132, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer a {
  color: #457ec5;
  font-weight: normal;
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

/* line 1137, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .byline .author img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #457ec5;
  border-radius: 30px;
  overflow: hidden;
  border: #457ec5 2px solid;
}

/* line 1144, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .page-title {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  font-family: "Merriweather", serif;
  font-weight: bold;
  margin: 0 0 7px;
}

/* line 1153, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .page-title span,
.search .site-content .entry-footer .page-title a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 100%;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  color: #000000;
}

/* line 1160, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .posted-on {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  margin: 0 0 7px;
  color: #000000;
  font-family: "Merriweather", serif;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 0;
}

/* line 1172, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .posted-on .screen-reader-text {
  display: none;
}

/* line 1174, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .posted-on span,
.search .site-content .entry-footer .posted-on a {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 13px;
  line-height: 0.75rem;
  font-weight: 400;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 1182, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .section_name {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  margin: 0 0 7px;
}

/* line 1188, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .section_name span,
.search .site-content .entry-footer .section_name a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 100%;
  color: #000000;
}

/* line 1193, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .entry-title {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  margin: 0 0 7px;
}

/* line 1199, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .entry-title span,
.search .site-content .entry-footer .entry-title a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #457ec5;
  font-weight: normal;
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.5625rem;
}

/* line 1202, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .author_name {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
}

/* line 1206, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .author_name .screen-reader-text {
  display: none;
}

/* line 1208, ../sass/assets/_bloques.sass */
.search .site-content .entry-footer .author_name span,
.search .site-content .entry-footer .author_name a {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 0.75rem;
  line-height: 0.75rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* line 1223, ../sass/assets/_bloques.sass */
.home article.post .entry-content .more-link {
  color: #457ec5;
}

/* line 1231, ../sass/assets/_bloques.sass */
.home .site-content #primary .site-main .type-post header .page-title a {
  color: #457ec5;
}

.site-content #primary .site-main {
  /* max-height: 2386px;
  overflow: auto; */
}

.site-main {
  font-size: 16px;
}

/* line 8, ../sass/general.sass */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* line 14, ../sass/general.sass */
* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../sass/general.sass */
a {
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 21, ../sass/general.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 24, ../sass/general.sass */
p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 27, ../sass/general.sass */
span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 30, ../sass/general.sass */
ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 34, ../sass/general.sass */
.site {
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  color: #000000;
}

/* line 40, ../sass/general.sass */
.site .site-inner .site-content {
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 44, ../sass/general.sass */
.site .site-inner .site-content .feed {
  width: 60px;
  float: right;
}

/* line 47, ../sass/general.sass */
.site .site-inner .site-content .feed:before {
  content: "RSS";
  font-size: 0.75rem;
  color: #666666;
  line-height: 30px;
}

/* line 52, ../sass/general.sass */
.site .site-inner .site-content .feed a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  font-size: 0;
  background-image: url("../img/rss.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 61, ../sass/general.sass */
.site .site-inner .site-content #primary {
  width: 620px;
  float: left;
  margin: 25px 0 0;
  padding: 0 0 0 20px;
}

/* line 66, ../sass/general.sass */
.site .site-inner .site-content #secondary {
  width: 326px;
}

/* line 68, ../sass/general.sass */
.site .site-inner .site-content #secondary.sidebar {
  float: right;
  margin: 25px 0 0;
  padding: 0 20px 0 0;
}

/* line 72, ../sass/general.sass */
.site .site-inner .widget {
  border-top: none;
}

@media (min-width: 0) and (max-width: 958px) {

  /* line 78, ../sass/general.sass */
  .site .site-inner .site-content {
    padding: 10px;
  }

  /* line 80, ../sass/general.sass */
  .site .site-inner .site-content #primary {
    width: 100%;
    padding: 0;
  }

  /* line 83, ../sass/general.sass */
  .site .site-inner .site-content #secondary {
    width: 100%;
    padding: 0;
  }

  /* line 86, ../sass/general.sass */
  .site .site-inner .site-content #secondary.sidebar {
    padding: 0;
  }
}

/* line 92, ../sass/general.sass */
header#masthead {
  width: 100%;
  margin: 0 auto;
  /* padding: 30px 0 0; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  color: #000000;
}

/* line 98, ../sass/general.sass */
header#masthead .site-header-main {
  /* max-width: 78%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  margin: 0 auto;
}

@media (max-width: 1450px) {
  header#masthead .site-header-main {
    max-width: 100%;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper {
    max-width: 86%;
  }
}

/* line 103, ../sass/general.sass */
header#masthead .site-header-main .header-izq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
}

@media (min-width: 0) and (max-width: 1024px) {

  /* line 103, ../sass/general.sass */
  header#masthead .site-header-main .header-izq {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 109, ../sass/general.sass */
header#masthead .site-header-main .header-izq .site-branding {
  width: 342px;
  height: auto;
  display: block;
  padding: 10px 0px 0px 63px;
  clear: both;
  margin: 0;
}

@media (min-width: 0) and (max-width: 1024px) {

  /* line 109, ../sass/general.sass */
  header#masthead .site-header-main .header-izq .site-branding {
    padding: 0 0 5px 0;
    width: 200px;
    margin: 0 auto;
  }
}

/* line 120, ../sass/general.sass */
header#masthead .site-header-main .header-izq .site-branding a {
  display: block;
  width: 400px;
  height: 63px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

/* line 128, ../sass/general.sass */
header#masthead .site-header-main .header-izq .site-branding #logo_blogs_ee {
  /* width: 287px; */
  display: block;
  background-size: 100% auto;
}

/* line 132, ../sass/general.sass */
header#masthead .site-header-main .header-izq .site-branding #logo_blogs_ee img {
  width: 100%;
  height: auto;
}

/* line 135, ../sass/general.sass */
header#masthead .site-header-main .header-izq .site-branding .last_update {
  width: 100%;
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #000000;
  margin: 0;
  text-align: center;
  font-family: "Sintony", sans-serif;
}

/* line 144, ../sass/general.sass */
header#masthead .site-header-main .header-izq .site-branding .last_update span {
  color: #C02020;
  font-family: "Sintony", sans-serif;
}

/* line 147, ../sass/general.sass */
header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update {
  width: auto;
  display: inline-block;
  line-height: 58px;
  float: left;
}

@media (min-width: 0) and (max-width: 1024px) {

  /* line 147, ../sass/general.sass */
  header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 8px;
    line-height: 0;
  }

  /* line 157, ../sass/general.sass */
  header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content {
    margin: 0 auto;
  }

  /* line 159, ../sass/general.sass */
  header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content .last_update {
    color: #666;
  }
}

/* line 161, ../sass/general.sass */
header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content {
  padding-left: 16px;
}

@media (min-width: 0) and (max-width: 1024px) {

  /* line 161, ../sass/general.sass */
  header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content {
    padding-left: 0;
  }
}

/* line 165, ../sass/general.sass */
header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content .last_update {

  font-size: 12px;
  text-transform: lowercase;
  vertical-align: middle;
  padding-bottom: 13px;
  text-align: center;
}

.last_update {
  margin-top: 14px;
}


/* line 170, ../sass/general.sass */
header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content .last_update:first-letter {
  text-transform: uppercase;
}

/* line 172, ../sass/general.sass */
header#masthead .site-header-main .header-der {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
}

@media (min-width: 0) and (max-width: 1024px) {

  /* line 172, ../sass/general.sass */
  header#masthead .site-header-main .header-der {
    display: none;
  }
}

/* line 181, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks {
  width: auto;
  display: inline-block;
  margin-right: 20px;
}

/* line 185, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 188, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks {
  margin: 20px 0;
  display: inline-block;
  vertical-align: middle;
}

/* line 192, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul {
  display: inline-block;
}

/* line 194, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

/* line 199, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #999;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* line 211, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i.facebook:hover {
  background: #3b579e;
}

/* line 213, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i.facebook:before {
  content: "";
  font-family: "Econs", sans-serif;
  font-size: 18px;
  display: inline-block;
  font-style: initial;
}

/* line 220, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i.twitter:hover {
  background: #00b1ec;
}

/* line 222, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i.twitter:before {
  content: "";
  font-family: "Econs", sans-serif;
  font-size: 18px;
  display: inline-block;
  font-style: initial;
}

/* line 229, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i.youtube:hover {
  background: #cd1724;
}

/* line 231, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i.youtube:before {
  content: "";
  font-family: "Econs", sans-serif;
  font-size: 18px;
  display: inline-block;
  font-style: initial;
}

/* line 238, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i.instagram:hover {
  background: #125688;
}

/* line 240, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ft-ee-menus-ee-menu-social-networks .block__content .social_networks ul li a i.instagram:before {
  content: "";
  font-family: "Econs", sans-serif;
  font-size: 18px;
  display: inline-block;
  font-style: initial;
}

/* line 246, ../sass/general.sass */
header#masthead .site-header-main .header-der .icons_social {
  float: left;
  height: 35px;
  margin-right: 20px;
}

/* line 250, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ee-users-services-exclusive-subscribe-btn {
  width: auto;
  margin-right: 20px;
}

/* line 253, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ee-users-services-exclusive-subscribe-btn .botones {
  vertical-align: middle;
  background: #ffc403;
  color: #000;
  font-size: 0.8125rem;
  cursor: pointer;
  height: 35px;
  line-height: 13px;
  padding: 10px 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffc403;
  width: 100%;
  margin: 0 auto;
  max-width: 110px;
  display: block;
}

/* line 271, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ee-users-services-exclusive-subscribe-btn .botones:hover {
  border: 1px solid #d1d1d1;
  background: #f3f3f3;
  color: #000;
}

/* line 275, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ee-users-services-exclusive-subscribe-btn .botones a {
  color: #000;
  font-size: 12px
}

/* line 280, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ee-users-services-register-services-login .block-login a {
  display: inline-block;
  vertical-align: middle;
  background: #000;
  color: #fff;
  font-size: 12px;
  width: 110px;
  height: 35px;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* line 293, ../sass/general.sass */
header#masthead .site-header-main .header-der #block-ee-users-services-register-services-login .block-login a:hover {
  border: 1px solid #d1d1d1;
  background: #f3f3f3;
  color: #000;
}

/* line 297, ../sass/general.sass */
header#masthead .site-header-main .weather_forecast {
  float: right;
}

/* line 300, ../sass/general.sass */
header#masthead .site-header-main .sub_menu .menu {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
  width: 100%;
}

/* line 305, ../sass/general.sass */
header#masthead .site-header-main .sub_menu .menu li {
  float: left;
  margin: 0 8px;
}

/* line 308, ../sass/general.sass */
header#masthead .site-header-main .sub_menu .menu li a {
  font-family: "Sintony", sans-serif;
  color: #666666;
  font-size: 0.75em;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  display: block;
  letter-spacing: -0.1px;
}

/* line 317, ../sass/general.sass */
header#masthead .site-header-menu {
  position: relative;
  z-index: 2;
  max-width: 1360px;
  display: block;
  margin: 0 auto;
  clear: both;
  background: #000000;
}

/* line 326, ../sass/general.sass */
header#masthead .site-header-menu nav ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding: 0 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 331, ../sass/general.sass */
header#masthead .site-header-menu nav ul li {
  list-style: none;
  text-align: center;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: -1px;
}

/* line 338, ../sass/general.sass */
header#masthead .site-header-menu nav ul li>a {
  color: #FFFFFF;
  font-size: 0.9375rem;
  line-height: 41px;
  font-family: "Sintony", sans-serif;
  cursor: pointer;
  padding: 0 0.8em;
  height: 41px;
  letter-spacing: -0.03em;
  font-weight: bold;
  float: left;
  display: inline-block;
  vertical-align: middle;
}

/* line 351, ../sass/general.sass */
header#masthead .site-header-menu nav ul li>a:hover {
  background: #9F041B;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(12%, #000000), color-stop(88%, #9f041b));
  background: -webkit-linear-gradient(bottom, #000000 12%, #9f041b 88%);
  background: -moz-linear-gradient(bottom, #000000 12%, #9f041b 88%);
  background: -o-linear-gradient(bottom, #000000 12%, #9f041b 88%);
  background: linear-gradient(to top, #000000 12%, #9f041b 88%);
  background: -o-linear-gradient(bottom, #000 12%, #9F041B 88%);
  background: -moz-linear-gradient(bottom, #000 12%, #9F041B 88%);
  background: -webkit-linear-gradient(bottom, #000 12%, #9F041B 88%);
  background: -ms-linear-gradient(bottom, #000 12%, #9F041B 88%);
}

/* line 358, ../sass/general.sass */
header#masthead .site-header-menu nav ul li>a>a {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  color: #cccccc;
}

/* line 361, ../sass/general.sass */
header#masthead .site-header-menu nav ul li>a>ul {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  visibility: visible;
  height: auto;
}

/* line 366, ../sass/general.sass */
header#masthead .site-header-menu nav ul li#menu-95522 a {
  background: #9F041B;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(12%, #000000), color-stop(88%, #9f041b));
  background: -webkit-linear-gradient(bottom, #000000 12%, #9f041b 88%);
  background: -moz-linear-gradient(bottom, #000000 12%, #9f041b 88%);
  background: -o-linear-gradient(bottom, #000000 12%, #9f041b 88%);
  background: linear-gradient(to top, #000000 12%, #9f041b 88%);
  background: -o-linear-gradient(bottom, #000 12%, #9F041B 88%);
  background: -moz-linear-gradient(bottom, #000 12%, #9F041B 88%);
  background: -webkit-linear-gradient(bottom, #000 12%, #9F041B 88%);
  background: -ms-linear-gradient(bottom, #000 12%, #9F041B 88%);
}

/* line 373, ../sass/general.sass */
header#masthead .site-header-menu nav ul li ul.menu-interno {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  background: #000000;
  z-index: 2;
  width: 279px;
  height: 0;
  overflow: hidden;
  display: block;
  text-align: left;
}

/* line 385, ../sass/general.sass */
header#masthead .site-header-menu nav ul li ul.menu-interno li {
  width: 125px;
  margin: 0;
  height: auto;
  text-align: left;
}

/* line 390, ../sass/general.sass */
header#masthead .site-header-menu nav ul li ul.menu-interno li:hover {
  background: #888;
}

/* line 392, ../sass/general.sass */
header#masthead .site-header-menu nav ul li ul.menu-interno li:first-child {
  margin: 0;
  width: 125px;
  background-image: none;
}

/* line 396, ../sass/general.sass */
header#masthead .site-header-menu nav ul li ul.menu-interno li a {
  width: 100%;
  display: block;
  border-right: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100%;
  padding: 10px 12px;
  height: auto;
}

/* line 404, ../sass/general.sass */
header#masthead .site-header-menu nav ul li ul.menu-interno li a:hover {
  background: transparent;
}

/* line 407, ../sass/general.sass */
header#masthead .site-header-menu nav ul li ul.menu-interno li.first a {
  background-image: none;
}

/* line 409, ../sass/general.sass */
header#masthead .site-header-menu nav ul li ul.menu-interno.menu-activo {
  visibility: visible;
  height: auto;
}

/* line 412, ../sass/general.sass */
header#masthead .site-header-menu nav ul li.first {
  background: #000000;
  width: 41px;
}

/* line 415, ../sass/general.sass */
header#masthead .site-header-menu nav ul li.first a {
  width: 100%;
  display: block;
  background-image: url("../img/home.png");
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 422, ../sass/general.sass */
header#masthead .site-header-menu nav ul li.has-children span {
  position: relative;
  padding-right: 12px;
}

/* line 425, ../sass/general.sass */
header#masthead .site-header-menu nav ul li.has-children span:after {
  content: "";
  margin-left: -30px;
  right: 0;
  top: 41%;
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #FFF;
  position: absolute;
  pointer-events: none;
}

/* line 437, ../sass/general.sass */
header#masthead .site-header-menu nav .sfsiplus_norm_row {
  width: 140px !important;
}

/* line 439, ../sass/general.sass */
header#masthead .site-header-menu nav .block-ee_custom_blocks {
  float: left;
}

/* line 441, ../sass/general.sass */
header#masthead .site-header-menu nav #blu_radio {
  float: right;
}

/* line 450, ../sass/general.sass */
header#masthead .block-login>div>a {
  padding: 7px 10px;
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: relative;
  top: -6px;
  margin-left: 0px;
  border-radius: 3px;
  color: #fff;
  background-color: #bb2922;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 468, ../sass/general.sass */
header#masthead .block-login>div.register>a {
  margin-left: 1px;
}

/* line 470, ../sass/general.sass */
header#masthead .block-login>div>a:hover {
  background-color: #96211b;
}

/* line 472, ../sass/general.sass */
header#masthead .block-login .login {
  position: relative;
  padding: 0 2px;
  line-height: 13px;
  margin-top: 8px;
  display: inline-block;
  float: left;
}

/* line 479, ../sass/general.sass */
header#masthead .block-login .login span.ico-login {
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../img/sprites.png) -232px -421px no-repeat;
  text-indent: -9999px;
  top: -8px;
  position: relative;
}

/* line 487, ../sass/general.sass */
header#masthead .block-login .login.active a {
  background: #000;
  color: #FFF;
}

/* line 490, ../sass/general.sass */
header#masthead .block-login .register {
  position: relative;
  padding: 0 2px;
  line-height: 13px;
  margin-top: 8px;
  display: inline-block;
  float: right;
}

/* line 497, ../sass/general.sass */
header#masthead .block-login .login:hover,
header#masthead .block-login .register:hover {
  color: #fff;
}

/* line 500, ../sass/general.sass */
header#masthead .block-login .login.active a {
  color: #fff;
}

/* line 502, ../sass/general.sass */
header#masthead .block-login .login:hover .ico-font {
  color: #FFF;
}

/* line 504, ../sass/general.sass */
header#masthead .block-login .register:hover a,
header#masthead .block-login .login:hover a {
  color: #FFF;
}

/* line 506, ../sass/general.sass */
header#masthead .block-login .form_login {
  background: #FFF;
  border: 1px solid #ccc;
  border-top: 3px solid #000;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 42px;
  width: 312px;
  z-index: 2;
}

/* line 517, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form {
  text-align: left;
  color: #333;
}

/* line 518, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .item-list {
  float: left;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  text-align: left;
  font: inherit;
  border-top: 1px dotted #ccc;
}

/* line 525, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .item-list ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 530, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .item-list ul li a {
  color: #666;
  font-family: "Lora", serif;
  font-weight: 100;
}

/* line 534, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .item-list ul li a:hover {
  text-decoration: underline;
}

/* line 539, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .form-item label {
  font-weight: normal;
  padding: 5px 0;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  display: block;
}

/* line 546, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .form-item label.option input {
  width: auto;
}

/* line 548, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .form-item input {
  border: 1px solid #CCC;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 0.9em;
  padding: 7px 5px;
  width: 95%;
}

/* line 555, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .recuperar {
  display: inline-block;
  margin-right: 15px;
}

/* line 558, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .recuperar a {
  color: #7492a4;
}

/* line 560, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .form-submit {
  background: url("../img/arrow-input.png") no-repeat 6px 5px #f7f7f7;
  background: url("../img/arrow-input.png") no-repeat 6px 5px, -webkit-linear-gradient(top, #f7f7f7 72%, #ebebeb 100%);
  background: url("../img/arrow-input.png") no-repeat 6px 5px, -moz-linear-gradient(top, #f7f7f7 72%, #ebebeb 100%);
  background: url("../img/arrow-input.png") no-repeat 6px 5px, -o-linear-gradient(top, #f7f7f7 72%, #ebebeb 100%);
  background: url("../img/arrow-input.png") no-repeat 6px 5px, -webkit-gradient(linear, left top, left bottom, color-stop(72%, #f7f7f7), to(#ebebeb));
  background: url("../img/arrow-input.png") no-repeat 6px 5px, linear-gradient(top, #f7f7f7 72%, #ebebeb 100%);
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0 3px 2px #d2d2d2;
  box-shadow: 0 3px 2px #d2d2d2;
  border: 0;
  color: #7492a4;
  text-transform: uppercase;
  height: 20px;
  padding: 0 18px;
  font-size: 0.75em;
}

/* line 574, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .form-submit:hover {
  background-position: 6px -10px;
}

/* line 576, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .crear_cuenta {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 580, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .crear_cuenta a {
  color: #666;
  font-family: "loraregular", serif;
}

/* line 583, ../sass/general.sass */
header#masthead .block-login .form_login #user-login-form .crear_cuenta a em {
  text-transform: uppercase;
}

/* line 585, ../sass/general.sass */
header#masthead .block-login a {
  color: #c02020;
}

/* line 588, ../sass/general.sass */
header#masthead .update {
  color: #c02020;
}

/* line 591, ../sass/general.sass */
header#masthead #block-ee_custom_blocks-25 {
  border: 1px solid #d7d7d7;
  border-top: none;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  position: relative;
  float: right;
  margin-top: -5px;
  border-top: 0;
  z-index: 10;
}

/* line 606, ../sass/general.sass */
header#masthead .icons_social .sfsi_plus_widget .sfsiplus_norm_row {
  width: 100px;
}

/* line 608, ../sass/general.sass */
header#masthead .icons_social .sfsi_plus_widget .sfsiplus_norm_row .shuffeldiv {
  width: 25px !important;
  height: 25px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 5px;
}

/* line 614, ../sass/general.sass */
header#masthead .icons_social .sfsi_plus_widget .sfsiplus_norm_row .shuffeldiv .sfsiplus_inerCnt {
  width: 25px !important;
  height: 25px !important;
}

/* line 617, ../sass/general.sass */
header#masthead .icons_social .sfsi_plus_widget .sfsiplus_norm_row .shuffeldiv .sfsiplus_inerCnt a {
  width: 25px !important;
  height: 25px !important;
  border-radius: 100%;
  background: url("../img/sprites.png") 0 0 no-repeat;
}

/* line 622, ../sass/general.sass */
header#masthead .icons_social .sfsi_plus_widget .sfsiplus_norm_row .shuffeldiv .sfsiplus_inerCnt a#sfsiplusid_facebook {
  background-position: -160px -269px;
}

/* line 624, ../sass/general.sass */
header#masthead .icons_social .sfsi_plus_widget .sfsiplus_norm_row .shuffeldiv .sfsiplus_inerCnt a#sfsiplusid_google {
  background-position: -210px -269px;
}

/* line 626, ../sass/general.sass */
header#masthead .icons_social .sfsi_plus_widget .sfsiplus_norm_row .shuffeldiv .sfsiplus_inerCnt a#sfsiplusid_twitter {
  background-position: -185px -269px;
}

/* line 628, ../sass/general.sass */
header#masthead .icons_social .sfsi_plus_widget .sfsi_plus_wDiv {
  width: 120px !important;
}

@media (min-width: 0) and (max-width: 1024px) {

  /* line 632, ../sass/general.sass */
  header#masthead {
    width: 100%;
    /*93 */
    margin: 0 auto;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    color: #000000;
    position: relative;
  }

  #hrg {
    color: white;
  }

  /* line 639, ../sass/general.sass */
  header#masthead .menu-mobile {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 14px;
    left: 5px;
    display: block;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 648, ../sass/general.sass */
  header#masthead .menu-mobile .button_burger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 654, ../sass/general.sass */
  header#masthead .menu-mobile .button_burger .line {
    width: 25px;
    height: 3px;
    margin-top: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 665, ../sass/general.sass */
  header#masthead .menu-mobile .button_burger .l1 {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }

  /* line 667, ../sass/general.sass */
  header#masthead .menu-mobile .button_burger .l2 {
    -webkit-transform: translate(-50%, -2.5px);
    -moz-transform: translate(-50%, -2.5px);
    -ms-transform: translate(-50%, -2.5px);
    -o-transform: translate(-50%, -2.5px);
    transform: translate(-50%, -2.5px);
  }

  /* line 669, ../sass/general.sass */
  header#masthead .menu-mobile .button_burger .l3 {
    -webkit-transform: translate(-50%, 5px);
    -moz-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    -o-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
  }

  /* line 672, ../sass/general.sass */
  header#masthead .menu-mobile.open_menu .button_burger {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* line 674, ../sass/general.sass */
  header#masthead .menu-mobile.open_menu .button_burger .line.l1 {
    -webkit-transform: translate(-50%, -3px) rotate(-45deg);
    -moz-transform: translate(-50%, -3px) rotate(-45deg);
    -ms-transform: translate(-50%, -3px) rotate(-45deg);
    -o-transform: translate(-50%, -3px) rotate(-45deg);
    transform: translate(-50%, -3px) rotate(-45deg);
  }

  /* line 676, ../sass/general.sass */
  header#masthead .menu-mobile.open_menu .button_burger .line.l2 {
    opacity: 0;
  }

  /* line 678, ../sass/general.sass */
  header#masthead .menu-mobile.open_menu .button_burger .line.l3 {
    -webkit-transform: translate(-50%, -3px) rotate(45deg);
    -moz-transform: translate(-50%, -3px) rotate(45deg);
    -ms-transform: translate(-50%, -3px) rotate(45deg);
    -o-transform: translate(-50%, -3px) rotate(45deg);
    transform: translate(-50%, -3px) rotate(45deg);
  }

  /* line 680, ../sass/general.sass */
  header#masthead .options-mobile {
    background: url(../img/sprites.png) no-repeat scroll -3px -502px transparent;
    border-right: 0;
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    margin: 10px 7px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
  }

  /* line 694, ../sass/general.sass */
  header#masthead .site-header-main .site-branding {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 12px;
  }

  /* line 699, ../sass/general.sass */
  header#masthead .site-header-main .site-branding a {
    display: block;
    width: 200px;
    height: 30px;
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    margin: 0 auto 8px;
  }

  /* line 708, ../sass/general.sass */
  header#masthead .site-header-main .site-branding #logo_blogs_ee {
    width: 200px;
    display: block;
    background-size: 100% auto;
    height: 45px;
    margin: 19px auto 0;
  }

  /* line 714, ../sass/general.sass */
  header#masthead .site-header-main .site-branding #logo_blogs_ee img {
    width: 100%;
    height: auto;
  }

  /* line 717, ../sass/general.sass */
  header#masthead .site-header-main .site-branding .last_update {
    width: 200px;
    display: block;
    font-size: 0.75rem;
    line-height: 0.75rem;
    color: #000000;
    text-align: center;
    font-family: "Sintony", sans-serif;
    margin: 0 auto 10px;
  }

  /* line 726, ../sass/general.sass */
  header#masthead .site-header-main .site-branding .last_update span {
    color: #990000;
    display: none;
  }

  /* line 729, ../sass/general.sass */
  header#masthead .site-header-main .sub_menu {
    display: none;
  }

  /* line 731, ../sass/general.sass */
  header#masthead .site-header-main .icons_social {
    display: none;
  }

  /* line 733, ../sass/general.sass */
  header#masthead .site-header-menu {
    background: transparent;
    width: 100%;
    height: auto;
    position: relative;
    display: none;
  }

  /* line 740, ../sass/general.sass */
  header#masthead .site-header-menu.open {
    display: block;
  }

  /* line 742, ../sass/general.sass */
  header#masthead .site-header-menu nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* line 744, ../sass/general.sass */
  header#masthead .site-header-menu nav:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 16px;
    z-index: 10000;
    width: 23px;
    height: 11px;
    background: url(../img/sprites.png) -262px -381px no-repeat;
  }

  /* line 753, ../sass/general.sass */
  header#masthead .site-header-menu nav ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    float: none;
    height: auto;
    background: #252525;
    display: none;
  }

  /* line 761, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li {
    float: none;
    vertical-align: top;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
    height: auto;
    width: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #6b6868;
    cursor: pointer;
  }

  /* line 777, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li.menu-seleccionado {
    background-color: #000000;
  }

  /* line 779, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li:first-child {
    display: none;
  }

  /* line 781, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li.has-children {
    height: auto;
  }

  /* line 783, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li.has-children:after {
    display: block;
    content: "";
    width: 14px;
    height: 10px;
    background: url(../img/sprites.png) no-repeat scroll -32px -440px transparent;
    position: absolute;
    top: 24px;
    right: 5%;
    margin-left: -7px;
    margin-top: -5px;
  }

  /* line 794, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li a {
    color: #FFFFFF;
    text-align: left;
    font-family: "Sintony", sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 17px 0.78em;
    display: block;
    width: 80%;
    height: auto;
    line-height: 100%;
    border-right: none;
    font-weight: normal;
    float: none;
  }

  /* line 808, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li a span {
    font-weight: normal;
  }

  /* line 810, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li a span:after {
    display: none;
  }

  /* line 812, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li a:hover {
    background: #000000;
  }

  /* line 815, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li.menu-seleccionado:after {
    background: url(../img/sprites.png) no-repeat scroll -45px -440px transparent;
  }

  /* line 818, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li#menu-95522 a {
    background: transparent;
  }

  /* line 820, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li ul.menu-interno {
    position: static;
    z-index: 2;
    width: 100%;
    overflow: visible;
    display: none;
    height: auto;
  }

  /* line 827, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li ul.menu-interno li {
    width: 49%;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
  }

  /* line 161, ../sass/assets/_variables.sass */
  header#masthead .site-header-menu nav ul li ul.menu-interno li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
  }

  /* line 834, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li ul.menu-interno li a {
    width: 100%;
    display: block;
    border-right: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 100%;
    font-size: 0.875rem;
    padding: 12px 10px;
  }

  /* line 842, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li ul.menu-interno li:first-child {
    width: 49%;
  }

  /* line 844, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li ul.menu-interno li:first-child a {
    background-image: none;
  }

  /* line 846, ../sass/general.sass */
  header#masthead .site-header-menu nav ul li ul.menu-interno.menu-activo {
    display: block;
    visibility: visible;
  }

  /* line 849, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    height: auto;
    display: none;
  }

  /* line 857, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks li {
    width: 100%;
    display: block;
  }

  /* line 860, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search {
    float: none;
    display: none;
  }

  /* line 863, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search:after {
    content: "";
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10000;
    width: 23px;
    height: 11px;
    background: url(../img/sprites.png) -262px -381px no-repeat;
  }

  /* line 873, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search .link-search a {
    display: none;
  }

  /* line 875, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search .link-search .icon-search {
    display: none;
  }

  /* line 877, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search .link-search .container-search {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #252525;
    border-bottom: 1px solid #6b6868;
    border-top: 1px solid #6b6868;
    border-left: none;
    border-right: none;
    padding: 8px 15px;
    display: none;
  }

  /* line 888, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search form .container-inline {
    width: 100%;
  }

  /* line 890, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search form .container-inline input.form-submit {
    float: left;
    width: 10%;
    background: url(../img/sprites.png) -231px -381px no-repeat !important;
  }

  /* line 894, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search form .container-inline .form-item {
    float: right;
    width: 90%;
  }

  /* line 897, ../sass/general.sass */
  header#masthead .site-header-menu nav .block-ee_custom_blocks .block-search form .container-inline .form-item input.form-text {
    float: right;
    width: 100%;
    background-color: transparent;
    color: #FFFFFF;
  }

  /* line 902, ../sass/general.sass */
  header#masthead .site-header-menu.search {
    background: red;
    display: block;
  }

  /* line 905, ../sass/general.sass */
  header#masthead .site-header-menu.search .section-menu {
    display: none;
  }

  /* line 907, ../sass/general.sass */
  header#masthead .site-header-menu.search .block-ee_custom_blocks {
    display: block;
  }

  /* line 909, ../sass/general.sass */
  header#masthead .site-header-menu.search .block-ee_custom_blocks .block-search {
    display: block;
  }

  /* line 912, ../sass/general.sass */
  header#masthead .site-header-menu.search .block-ee_custom_blocks .block-search .link-search .container-search {
    display: block;
  }

  /* line 914, ../sass/general.sass */
  header#masthead .site-header-menu.search #blu_radio {
    margin: 52px 0 0 0;
  }

  /* line 917, ../sass/general.sass */
  header#masthead .site-header-menu.search nav:before {
    display: none;
  }

  /* line 919, ../sass/general.sass */
  header#masthead .block-login {
    display: none;
  }

  /* line 921, ../sass/general.sass */
  header#masthead #blu_radio {
    display: none;
    position: static;
    bottom: 0;
    float: none;
    width: 100%;
    height: 58px;
  }

  /* line 928, ../sass/general.sass */
  header#masthead #blu_radio .botton-blue-radio {
    width: 100%;
  }

  /* line 930, ../sass/general.sass */
  header#masthead #blu_radio .botton-blue-radio a {
    width: 100%;
    height: 58px;
    display: block;
    background: url("../img/blublumenumovil.jpg") center top repeat-x;
  }

  /* line 935, ../sass/general.sass */
  header#masthead #blu_radio .botton-blue-radio a img {
    display: none;
  }


  /* line 944, ../sass/general.sass */
  header#masthead.open:after {
    display: none;
  }

  /* line 946, ../sass/general.sass */
  header#masthead.open .l-region--navigation {
    background: initial;
    padding: 0;
  }

  /* line 950, ../sass/general.sass */
  header#masthead.open .site-header-menu:before {
    display: none;
  }

  /* line 953, ../sass/general.sass */
  header#masthead.open .site-header-menu nav ul {
    display: block;
  }

  /* line 956, ../sass/general.sass */
  header#masthead.open .site-branding a {
    background-image: url("../img/logo-ee-mobile.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }

  /* line 961, ../sass/general.sass */
  header#masthead.open .site-branding .last_update {
    display: none;
  }

  /* line 963, ../sass/general.sass */
  header#masthead.open .menu-mobile {
    background-position: -47px -459px;
  }

  /* line 965, ../sass/general.sass */
  header#masthead.open .options-mobile {
    background-position: -48px -502px;
  }

  /* line 967, ../sass/general.sass */
  header#masthead.open #blu_radio {
    display: block;
  }
}

/* line 971, ../sass/general.sass */
.sfsi_plus_widget {
  float: left;
  width: 116px;
  margin: 0 0 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 977, ../sass/general.sass */
.sfsi_plus_widget .shuffeldiv {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0.5em;
}

/* line 981, ../sass/general.sass */
.sfsi_plus_widget .shuffeldiv .sfsiplus_inerCnt {
  display: block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

/* line 991, ../sass/general.sass */
.block-search {
  position: relative;
  float: left;
}

/* line 993, ../sass/general.sass */
.block-search:hover a {
  background: none !important;
}

/* line 995, ../sass/general.sass */
.block-search:hover a span {
  background-color: #fff;
  background-position: -92px -482px;
}

/* line 998, ../sass/general.sass */
.block-search a {
  display: block;
  padding: 6px 6px 6px 14px;
  border: none;
}

/* line 1002, ../sass/general.sass */
.block-search a span {
  display: block;
  width: 29px;
  height: 29px;
  background: #c02020 url("../img/sprites.png") -92px -452px no-repeat;
  border-radius: 2px;
}

/* line 1012, ../sass/general.sass */
.block-search a.active span {
  background-color: #fff;
  background-position: -92px -482px;
}

/* line 1017, ../sass/general.sass */
.botton-blue-radio {
  float: left;
}

/* line 1020, ../sass/general.sass */
.block-search img,
.botton-blue-radio img {
  display: block;
}

/* line 1023, ../sass/general.sass */
.container-search {
  cursor: pointer;
  right: 0;
}

/* line 1029, ../sass/general.sass */
.link-search:hover .container-search {
  display: block;
}

/* line 1032, ../sass/general.sass */
.ico-search {
  color: #FFF;
  font-size: 1.5em;
}

/* line 1036, ../sass/general.sass */
.icon-search {
  background: url("../img/sprites.png") -98px -56px;
  display: block;
  height: 21px;
  width: 21px;
}

/* line 1042, ../sass/general.sass */
.container-search {
  border: 11px solid #000;
  width: 310px;
  z-index: 100;
  background: #FFF;
  position: absolute;
  display: none;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 1042, ../sass/general.sass */
  .container-search {
    display: block;
  }
}

/* line 1053, ../sass/general.sass */
.block-search .form-item-search {
  float: left;
}

/* line 1056, ../sass/general.sass */
.block-search form input.form-text {
  border: none;
  font-size: 1em;
  height: 35px;
  margin: 0;
  padding: 0;
  text-indent: 7px;
  width: 225px;
}

/* line 1064, ../sass/general.sass */
.block-search form input.form-submit {
  background: url("../img/sprites.png") -66px 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: transparent;
  cursor: pointer;
  float: right;
  height: 35px;
  margin: 0;
  padding: 0;
  width: 61px;
}

/* line 1076, ../sass/general.sass */
.block-search form input.form-submit:hover {
  background: url("../img/sprites.png") -66px 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: transparent;
  cursor: pointer;
  float: right;
  height: 35px;
  margin: 0;
  padding: 0;
  width: 61px;
}

/* line 1088, ../sass/general.sass */
.block-search .form-item {
  display: inline-block;
}

/* line 1091, ../sass/general.sass */
.top_ten_block {
  border-bottom: 1px dotted #000;
  overflow: hidden;
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  margin: 0 0 15px;
}

/*header#masthead
 * width: 100%
 * max-width: 1000px
 * margin: 0 auto
 * padding: 30px 0 0
 * +border-box
 * +fonts-general
 * .site-header-main
 *   .site-branding
 *     width: 400px
 *     height: auto
 *     display: inline-block
 *     margin: 0 0 12px
 *     a
 *       display: block
 *       width: 400px
 *       height: 63px
 *       background-image: url("../img/logo.svg")
 *       background-repeat: no-repeat
 *       background-position: center center
 *       background-size: 100% auto
 *       margin: 0 0 8px
 *     #logo_blogs_ee
 *       width: 100%
 *       display: block
 *       background-size: 100% auto
 *       img
 *         width: 100%
 *         height: auto
 *     .last_update
 *       width: 100%
 *       display: block
 *       font-size: rem(12)
 *       line-height: rem(12)
 *       color: $negro
 *       margin: 0
 *       span
 *         color: $rojo
 *   .weather_forecast
 *     float: right
 *   .icons_social
 *     float: right
 *   .site-header-menu
 *     width: 100%
 *     background-color: $negro
 *     height: 45px
 *     line-height: 45px
 *     nav
 *       ul
 *         +reset
 *         list-style: none
 *         text-align: left
 *         li
 *           display: inline-block
 *           margin: 0 0 0 25px
 *           position: relative
 *           &:first-child
 *             margin: 0 0 0 13px
 *           &:hover
 *             >a
 *               +transitions-hover(1s)
 *               color: $txt-footer
 *             >ul
 *               +transitions-hover(1s)
 *               visibility: visible
 *               height: 135px
 *           ul
 *             visibility: hidden
 *             position: absolute
 *             left: -13px
 *             top: 45px
 *             background: $negro
 *             z-index: 2
 *             width: 340px
 *             height: 0
 *             overflow: hidden
 *             li
 *               width: 135px
 *               margin: 0 0 0 25px
 *               &:first-child
 *                 margin: 0 0 0 25px
 *           a
 *             color: $blanco
 *             font-size: rem(15)
 *             line-height: rem(15) */
/* line 1188, ../sass/general.sass */
.tax-categoria header#masthead {
  margin: 0 0 25px;
}

/* line 1192, ../sass/general.sass */
.tax-categoria #primary .page-header h1.page-title {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-family: "Merriweather", serif;
  color: #000000;
  font-weight: 400;
  margin: 0 0 35px;
  padding: 0;
}

/* line 1204, ../sass/general.sass */
.category #primary h3.blog-title {
  font-size: 35px;
  line-height: 45px;
  font-family: "Merriweather", serif;
  color: #000000;
  font-weight: 400;
  margin: 0 0 35px;
  padding: 0;
}

/* line 1214, ../sass/general.sass */
.site-info {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1221, ../sass/general.sass */
.site-info p {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
  font-family: "Merriweather", serif;
  color: #000000;
}

/* line 1229, ../sass/general.sass */
footer.site-footer {
  width: 100%;
  background-color: #000000;
  padding: 10px 10px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* line 1234, ../sass/general.sass */
footer.site-footer .foot_a {
  padding: 0 0 10px;
}

/* line 1236, ../sass/general.sass */
footer.site-footer .foot_a>img {
  display: none;
}

/* line 1238, ../sass/general.sass */
footer.site-footer .foot_a:before {
  content: "";
  display: block;
  width: 237px;
  height: 33px;
  background-image: url("../img/logoblanco.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  float: left;
}

/* line 161, ../sass/assets/_variables.sass */
footer.site-footer .foot_a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/* line 1249, ../sass/general.sass */
footer.site-footer .foot_a .weather {
  float: right;
  display: inline-block;
  vertical-align: top;
  height: 33px;
  line-height: 33px;
  font-size: 15px;
}

/* line 1255, ../sass/general.sass */
footer.site-footer .foot_a .weather .city {
  color: #cccccc;
  font-size: 12px;
  line-height: 0.75rem;
}

/* line 1259, ../sass/general.sass */
footer.site-footer .foot_a .weather .icon_6 {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  background-image: url("../img/sprite.png");
  background-position: -68px 0;
  background-repeat: no-repeat;
}

/* line 1271, ../sass/general.sass */
footer.site-footer .main-navigation {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid #666666 1px;
  padding: 15px 30px 15px;
}

/* line 1275, ../sass/general.sass */
footer.site-footer .main-navigation .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1277, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu {
  margin: 0 auto !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

/* line 1282, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu>li.footerparent {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(98%/4);
  width: -moz-calc(98%/4);
  width: calc(98%/4);
  margin: 0 0 0.5em;
}

/* line 1287, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu>li.footerparent>a {
  color: #ffffff;
  font-size: 14px;
  line-height: 0.875rem;
  font-family: "Merriweather", serif;
  text-align: left;
  font-weight: bold;
  margin: 0 0 20px;
  display: block;
}

/* line 1296, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu>li.footerparent .secciones,
footer.site-footer .main-navigation .content .menu>li.footerparent .red_de_portales,
footer.site-footer .main-navigation .content .menu>li.footerparent .servicios,
footer.site-footer .main-navigation .content .menu>li.footerparent .ediciones {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1299, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu>li.footerparent .secciones li,
footer.site-footer .main-navigation .content .menu>li.footerparent .red_de_portales li,
footer.site-footer .main-navigation .content .menu>li.footerparent .servicios li,
footer.site-footer .main-navigation .content .menu>li.footerparent .ediciones li {
  margin: 0 0 0.5em;
}

/* line 1301, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu>li.footerparent .secciones li a,
footer.site-footer .main-navigation .content .menu>li.footerparent .red_de_portales li a,
footer.site-footer .main-navigation .content .menu>li.footerparent .servicios li a,
footer.site-footer .main-navigation .content .menu>li.footerparent .ediciones li a {
  color: #ccc;
  font-size: 10px;
  line-height: 0.75rem;
  font-family: "Merriweather", serif;
  text-align: left;
  font-weight: 100;
}

/* line 1308, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu li:nth-child(1) {
  width: 300px;
}

/* line 1310, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu li:nth-child(1) li {
  float: left;
  width: -webkit-calc(98%/2);
  width: -moz-calc(98%/2);
  width: calc(98%/2);
}

/* line 1313, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu li:nth-child(2) {
  width: 240px;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 1313, ../sass/general.sass */
  footer.site-footer .main-navigation .content .menu li:nth-child(2) {
    width: 100%;
  }
}

/* line 1317, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu li:nth-child(3) {
  width: 185px;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 1317, ../sass/general.sass */
  footer.site-footer .main-navigation .content .menu li:nth-child(3) {
    width: 100%;
  }
}

/* line 1321, ../sass/general.sass */
footer.site-footer .main-navigation .content .menu li:nth-child(4) {
  width: 110px;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 1321, ../sass/general.sass */
  footer.site-footer .main-navigation .content .menu li:nth-child(4) {
    width: 100%;
  }
}

/* line 1325, ../sass/general.sass */
footer.site-footer .social-navigation {
  float: left;
  width: 140px;
  margin: 0 0 0 30px;
}

/* line 1330, ../sass/general.sass */
footer.site-footer .social-navigation li span {
  color: #cccccc;
  font-size: 12px;
  line-height: 0.75rem;
  font-family: "Merriweather", serif;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 25px;
}

/* line 1339, ../sass/general.sass */
footer.site-footer .social-navigation ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 1343, ../sass/general.sass */
footer.site-footer .social-navigation ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0.5em;
}

/* line 1347, ../sass/general.sass */
footer.site-footer .social-navigation ul li a {
  display: block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-image: url("../img/sprite.png");
}

/* line 1354, ../sass/general.sass */
footer.site-footer .social-navigation ul li.facebook a {
  background-position: -46px -122px;
}

/* line 1357, ../sass/general.sass */
footer.site-footer .social-navigation ul li.twitter a {
  background-position: -2px -122px;
}

/* line 1360, ../sass/general.sass */
footer.site-footer .social-navigation ul li.google_plus a {
  background-position: -91px -122px;
}

/* line 1362, ../sass/general.sass */
footer.site-footer .members {
  float: right;
  width: 237px;
  margin: 0 30px 15px 0;
}

/* line 1367, ../sass/general.sass */
footer.site-footer .members li span {
  color: #cccccc;
  font-size: 12px;
  line-height: 0.75rem;
  font-family: "Merriweather", serif;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 1375, ../sass/general.sass */
footer.site-footer .members li .members {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1378, ../sass/general.sass */
footer.site-footer .members li .members li {
  display: inline-block;
  float: right;
  vertical-align: top;
}

/* line 1382, ../sass/general.sass */
footer.site-footer .members li .members li a {
  display: inline-block;
  vertical-align: bottom;
}

/* line 1385, ../sass/general.sass */
footer.site-footer .members li .members li.iab {
  padding-top: 29px;
  margin: 0 20px 0 0;
}

/* line 1388, ../sass/general.sass */
footer.site-footer .site-info {
  margin: 0;
  clear: both;
  border-bottom: none;
  padding: 30px 40px 10px;
  border-top: solid #666666 1px;
}

/* line 1394, ../sass/general.sass */
footer.site-footer .site-info p,
footer.site-footer .site-info a {
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: #cccccc;
  font-family: arial;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 1404, ../sass/general.sass */
  footer.site-footer .foot_a:before {
    width: 43px;
    height: 43px;
    background-image: url("../img/sprite.png");
    background-position: left -75px;
    background-repeat: no-repeat;
    background-size: auto auto;
  }

  /* line 1411, ../sass/general.sass */
  footer.site-footer .main-navigation {
    padding: 15px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1415, ../sass/general.sass */
  footer.site-footer .main-navigation .menu>li.footerparent.first,
  footer.site-footer .main-navigation .menu>.footerparent.second,
  footer.site-footer .main-navigation .menu>.footerparent.third,
  footer.site-footer .main-navigation .menu>.footerparent.last,
  footer.site-footer .main-navigation .menu>.list-footer {
    width: 100%;
  }

  /* line 1417, ../sass/general.sass */
  footer.site-footer .main-navigation .menu>li.footerparent.first span,
  footer.site-footer .main-navigation .menu>.footerparent.second span,
  footer.site-footer .main-navigation .menu>.footerparent.third span,
  footer.site-footer .main-navigation .menu>.footerparent.last span,
  footer.site-footer .main-navigation .menu>.list-footer span {
    background-color: #1c1c1c;
    padding: 10px;
  }

  /* line 1420, ../sass/general.sass */
  footer.site-footer .main-navigation .menu>li.footerparent.first ul,
  footer.site-footer .main-navigation .menu>.footerparent.second ul,
  footer.site-footer .main-navigation .menu>.footerparent.third ul,
  footer.site-footer .main-navigation .menu>.footerparent.last ul,
  footer.site-footer .main-navigation .menu>.list-footer ul {
    display: none;
    padding: 10px 0 10px 10px;
  }

  /* line 1423, ../sass/general.sass */
  footer.site-footer .main-navigation .menu>li.footerparent.first ul li,
  footer.site-footer .main-navigation .menu>.footerparent.second ul li,
  footer.site-footer .main-navigation .menu>.footerparent.third ul li,
  footer.site-footer .main-navigation .menu>.footerparent.last ul li,
  footer.site-footer .main-navigation .menu>.list-footer ul li {
    width: 100%;
  }

  /* line 1425, ../sass/general.sass */
  footer.site-footer .main-navigation .menu>li.footerparent.first ul.menu-activo,
  footer.site-footer .main-navigation .menu>.footerparent.second ul.menu-activo,
  footer.site-footer .main-navigation .menu>.footerparent.third ul.menu-activo,
  footer.site-footer .main-navigation .menu>.footerparent.last ul.menu-activo,
  footer.site-footer .main-navigation .menu>.list-footer ul.menu-activo {
    display: block;
  }

  /* line 1427, ../sass/general.sass */
  footer.site-footer .main-navigation .menu>li.footerparent {
    margin: 0 0 2px;
  }

  /* line 1429, ../sass/general.sass */
  footer.site-footer .main-navigation .menu>li.footerparent span {
    margin: 0;
  }

  /* line 1431, ../sass/general.sass */
  footer.site-footer .social-navigation {
    margin: 0;
    width: 50%;
  }

  /* line 1434, ../sass/general.sass */
  footer.site-footer .members {
    margin: 0;
    width: 45%;
  }

  /* line 1437, ../sass/general.sass */
  footer.site-footer .members li {
    width: 100%;
  }

  /* line 1439, ../sass/general.sass */
  footer.site-footer .members li .members {
    width: 100%;
  }

  /* line 1441, ../sass/general.sass */
  footer.site-footer .members li .members li {
    display: inline-block;
    vertical-align: bottom;
  }

  /* line 1444, ../sass/general.sass */
  footer.site-footer .members li .members li.andiarios {
    width: 28%;
    float: left;
    margin: 0 0 0 10px;
  }

  /* line 1448, ../sass/general.sass */
  footer.site-footer .members li .members li.andiarios a {
    margin: 20px 0 0;
  }

  /* line 1450, ../sass/general.sass */
  footer.site-footer .members li .members li.iab {
    width: 48%;
    margin: 0;
    float: right;
    margin: 0 10px 0 0;
    padding-top: 39px;
  }
}

/* line 1460, ../sass/general.sass */
.navigation {
  width: 100%;
  display: inline-block;
  margin: 22px 0 55px;
}

/* line 1464, ../sass/general.sass */
.navigation .screen-reader-text {
  display: none;
}

/* line 1466, ../sass/general.sass */
.navigation .nav-links {
  width: 100%;
  text-align: center;
}

/* line 1469, ../sass/general.sass */
.navigation .nav-links .page-numbers {
  padding: 16px 20px;
  margin: 0 0.2em;
  display: inline-block;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 13px;
  line-height: 0.875rem;
  text-transform: uppercase;
  border-radius: 5px;
}

@media (min-width: 0) and (max-width: 768px) {

  /* line 1484, ../sass/general.sass */
  .navigation .nav-links .page-numbers {
    padding: 5px 8px;
    margin: 0;
    vertical-align: top;
  }
}

/* line 1491, ../sass/general.sass */
.aligncenter {
  margin: 0 auto;
  display: block;
}

/**
 * 12.2 - Galleries */
/* line 1499, ../sass/general.sass */
.gallery {
  margin: 0 -1.16667% 1.75em;
}

/* line 1502, ../sass/general.sass */
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.14007% 2.28013%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

/* line 1510, ../sass/general.sass */
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

/* line 1513, ../sass/general.sass */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

/* line 1516, ../sass/general.sass */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* line 1519, ../sass/general.sass */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

/* line 1522, ../sass/general.sass */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

/* line 1525, ../sass/general.sass */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

/* line 1528, ../sass/general.sass */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

/* line 1531, ../sass/general.sass */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 1534, ../sass/general.sass */
.gallery-icon img {
  margin: 0 auto;
}

/* line 1537, ../sass/general.sass */
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.61538;
  padding-top: 0.53846em;
}

/* line 1546, ../sass/general.sass */
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* Make sure embeds and iframes fit their containers. */
/* line 1551, ../sass/general.sass */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

/* line 1557, ../sass/general.sass */
p>embed,
p>iframe,
p>object,
p>video {
  margin-bottom: 0;
}

/* line 1561, ../sass/general.sass */
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1564, ../sass/general.sass */
.wp-audio-shortcode,
.wp-video {
  margin-top: 0;
  margin-bottom: 1.75em;
}

/* line 1569, ../sass/general.sass */
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
  padding-bottom: 0;
}

/* line 1573, ../sass/general.sass */
.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

/* line 1577, ../sass/general.sass */
.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.71429em 0;
}

/* line 1580, ../sass/general.sass */
.wp-playlist-item .wp-playlist-item-length {
  top: 0.71429em;
}

/* line 1583, ../sass/general.sass */
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  word-wrap: normal !important;
}

/* line 1594, ../sass/general.sass */
.updated:not(.published) {
  display: none;
}

/* line 1597, ../sass/general.sass */
.social-box {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 20px;
  height: 40px;
}

/* line 161, ../sass/assets/_variables.sass */
.social-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/* line 1608, ../sass/general.sass */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

/* line 1613, ../sass/general.sass */
.marker,
.form-required {
  color: #f00;
}

/**
 * 8.0 - Alignments
 */
/* line 1620, ../sass/general.sass */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

/* line 1624, ../sass/general.sass */
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

/* line 1629, ../sass/general.sass */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/* line 1635, ../sass/general.sass */
blockquote.alignleft {
  margin: 0.31579em 1.47368em 1.47368em 0;
}

/* line 1639, ../sass/general.sass */
blockquote.alignright {
  margin: 0.31579em 0 1.47368em 1.47368em;
}

/* line 1643, ../sass/general.sass */
blockquote.aligncenter {
  margin-bottom: 1.47368em;
}

/* line 1647, ../sass/general.sass */
.widget_text .ads {
  background: #f4f4f4;
  text-align: center;
  font-size: 0.65em;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

/* line 1654, ../sass/general.sass */
.widget_text .ads h6 {
  padding: 5px 0;
  text-transform: uppercase;
  color: #666;
  font-weight: 100;
}

@media (max-width: 768px) {

  /* line 1664, ../sass/general.sass */
  .site-header.open .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu {
    overflow: initial;
  }
}

@media (max-width: 768px) {

  /* line 1668, ../sass/general.sass */
  /* .site-header.open .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu {
    height: auto;
  } */
}

/* line 1671, ../sass/general.sass */
.l-region--navigation {
  width: 100%;
  position: relative;
  background: #f7f9f9;
  padding: 0;
}

@media (max-width: 768px) {

  /* line 1671, ../sass/general.sass */
  .l-region--navigation {
    padding: 10px;
  }
}

/* line 1678, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu {
  background: #161616;
  position: relative;
}

@media (max-width: 768px) {

  /* line 1678, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu {
    max-height: 0;
    overflow: hidden;
  }
}

/* line 1684, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper {
  position: relative;
  z-index: 2;
  /* max-width: 60%; */
  display: block;
  margin: 0 auto;
  clear: both;
}

/* line 1691, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 768px) {

  /* line 1691, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu {
    padding: 0;
    width: 100%;
    display: block;
    height: -webkit-calc(100vh - 330px);
    height: -moz-calc(100vh - 330px);
    height: calc(100vh - 330px);
    overflow: scroll;
  }
}

/* line 1700, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li {
  /* list-style: none;
  text-align: center;
  -webkit-perspective: 2000px;
     -moz-perspective: 2000px;
          perspective: 2000px;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: -1px; */
  margin-bottom: -4px;
  background-color: initial;
  /* margin-top: 2px; */
}

@media (max-width: 768px) {

  /* line 1700, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li {
    text-align: left;
    border-bottom: 1px solid #646464;
    -webkit-perspective: none;
    -moz-perspective: none;
    perspective: none;
    overflow: hidden;
    display: block;
    /* padding: 0; */
    position: relative;
  }

  /* line 1715, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li:last-child {
    border-bottom: none;
  }
}

/* line 1717, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li a {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 2.8125rem;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 768px) {

  /* line 1717, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li a {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {

  /* line 1729, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.expanded .icon-menu {
    width: 60px;
    height: 46px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* line 1737, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.expanded .icon-menu:after {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  position: relative;
  left: -4px;
  display: inline-block;
  vertical-align: middle;
  border-top: solid 1px transparent;
  border-bottom: solid 1px #666;
  border-left: solid 1px #666;
  border-right: solid 1px transparent;
  -webkit-transform: rotate(-45deg) translate(11px, 7px);
  -moz-transform: rotate(-45deg) translate(11px, 7px);
  -ms-transform: rotate(-45deg) translate(11px, 7px);
  -o-transform: rotate(-45deg) translate(11px, 7px);
  transform: rotate(-45deg) translate(11px, 7px);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 768px) {

  /* line 1737, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.expanded .icon-menu:after {
    position: absolute;
    left: -webkit-calc(100% - 60px);
    left: -moz-calc(100% - 60px);
    left: calc(100% - 60px);
    top: -webkit-calc(50% - 14px);
    top: -moz-calc(50% - 14px);
    top: calc(50% - 14px);
    width: 20px;
    height: 20px;
  }
}

/* line 1761, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.expanded.hover .icon-menu:after {
  border-top: solid 1px #fff;
  border-bottom: solid 1px transparent;
  border-right: solid 1px #fff;
  border-left: solid 1px transparent;
  -webkit-transform: rotate(-45deg) translate(7px, 11px);
  -moz-transform: rotate(-45deg) translate(7px, 11px);
  -ms-transform: rotate(-45deg) translate(7px, 11px);
  -o-transform: rotate(-45deg) translate(7px, 11px);
  transform: rotate(-45deg) translate(7px, 11px);
}

@media (max-width: 768px) {

  /* line 1761, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.expanded.hover .icon-menu:after {
    -webkit-transform: rotate(-45deg) translate(2px, 16px);
    -moz-transform: rotate(-45deg) translate(2px, 16px);
    -ms-transform: rotate(-45deg) translate(2px, 16px);
    -o-transform: rotate(-45deg) translate(2px, 16px);
    transform: rotate(-45deg) translate(2px, 16px);
  }
}

/* line 1769, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu {
  /* width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px); */
  width: -webkit-calc(28%);
  width: -moz-calc(28%);
  width: calc(28%);
  min-width: 230px;
  padding: 0;
  background: #161616;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-top-width: 4px;
  -webkit-transform: rotateX(-89.5deg);
  -moz-transform: rotateX(-89.5deg);
  transform: rotateX(-89.5deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-width: 1024px) {

  /* line 1769, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu {
    position: relative;
    /* max-height: 0; */
    background: #010101;
    border-bottom-width: 0px;
    border-top-width: 0px;
    width: 100%;
    max-height: 1000px;
    opacity: 1;
    transform: rotateX(0);
    /* -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    /* border-bottom-width: 2px;
    border-top-width: 4px; */
  }
}

/* line 1793, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul {
  width: 100%;
  display: block;
}

/* line 1796, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul li {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  /* border-bottom: 1px solid #2c2c2c; */
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 768px) {

  /* line 1796, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul li {
    border-bottom: 1px solid black;
  }
}

/* line 1805, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul li a {
  color: #e9e9e9;
  padding: 0 12px;
  line-height: 2.1875rem;
  display: block;
  width: 100%;
  text-decoration: none;
}

@media (max-width: 768px) {

  /* line 1805, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul li a {
    padding-left: 40px;
  }
}

/* line 1813, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul li:after {
  display: none;
}

/* line 1815, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul li:hover {
  padding: 0;
  background: black;
}

@media (max-width: 768px) {

  /* line 1815, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul li:hover {
    padding: 0;
  }
}

@media (max-width: 768px) {

  /* line 1821, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.open .submenu {
    max-height: 1000px;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    border-bottom-width: 2px;
    border-top-width: 4px;
  }
}

@media (max-width: 768px) {

  /* line 1830, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.open .submenu ul li a {
    padding-left: 40px;
  }
}

/* line 1834, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.hover .line {
  opacity: 1;
}

/* line 1836, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.hover .submenu {
  opacity: 1;
  /* transform: transform: rotateX(-90deg); */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

@media (max-width: 768px) {

  /* line 1836, ../sass/general.sass */
  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.hover .submenu {
    max-height: 100%;
    /*55*/
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0);
    border-bottom-width: 2px;
    border-top-width: 4px;
  }
}

/* line 1845, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .line {
  display: none;
}

/* line 1848, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li:hover .line {
  display: block;
}

/* line 1850, ../sass/general.sass */
.l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .middle-menu {
  width: 100%;
  height: 4px;
  background-color: #161616;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.menuparent .expanded .has-children .selected .menu-desktop {
  border: 1px solid white;
}

@media (min-width: 320px) and (max-width: 479px) {

  #hrg {
    color: white;

  }

  header#masthead.open {
    min-height: 100%
      /*76*/
    ;
    padding: 0;
    position: fixed;
    z-index: 10000;
    background-color: black;
  }

  .block__content {
    max-height: 471px;
    overflow: auto;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu ul li,
  .title-li {
    background-color: black;
  }

  .menuparent .expanded .has-children .selected .menu-desktop {
    border: 1px groove black;
  }

  .submenu .sub-men {
    transform: rotateX(0);
  }

}

@media (min-width: 480px) and (max-width: 599px) {

  header#masthead.open {
    background-color: black;
  }


  #hrg {
    color: white;

  }
}

@media (min-width: 600px) and (max-width: 799px) {

  .site-header {
    background-color: black;
  }

  header#masthead.open {
    /* min-height: 64%; */
    max-height: 700px;
    padding: 0;
    position: fixed;
    z-index: 10000;
    background-color: black;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu {
    max-height: 695px;
    overflow: auto;
    width: 33%;
    border-color: rgb(10, 10, 10);
  }

  .l-region--navigation {
    width: 65%;
  }

  .widget.popular-posts {
    background-color: #ffffff;
  }

  .SubMenuMenu-Buttons,
  .SubMenuMenu-SocialMedia,
  #gcse-search-mob {
    display: block;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu {
    transform: rotateX(0);
  }

  #hrg {
    color: white;

  }

}

@media (min-width: 800px) and (max-width: 767px) {
  header#masthead.open {
    background-color: black;
  }


  .submenu .sub-men {
    transform: rotateX(0);
  }

  #hrg {
    color: white;

  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  header#masthead.open {
    max-height: 700px;
    padding: 0;
    position: fixed;
    z-index: 10000;
    min-height: 100%;
    /*68*/
    max-width: 522px;
    background-color: black;
  }

  .site .site-inner .site-content {
    margin-top: 3%;
  }

  .l-region--navigation {
    background: #ffffff;
  }

  .header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content .last_update {
    display: none;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li {
    border: 1px groove black;
  }

  .SubMenuMenu-Buttons,
  header#masthead .site-header-main .header-der {
    display: none;
  }

  .SocialNetworks-Icon_footerLockIcon,
  .SocialNetworks-Icon_footerFbIcon,
  .SocialNetworks-Icon_footerTwIcon,
  .SocialNetworks-Icon_footerYtIcon,
  .SocialNetworks-Icon_footerIgIcon {
    margin: 0;
  }

  .block__content {
    width: 516px;
    max-height: 600px;
    overflow: auto;
  }

  #googleSearch .gsc-control-cse .gsc-control-wrapper-cse table.gsc-search-box td.gsc-search-button,
  .liHeader,
  .Navbar-Link_menu {
    display: none;
  }

  .submenu .sub-men {
    transform: rotateX(0);
  }

  .site-header.open .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu {
    overflow: initial;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu {
    max-height: 0;
    overflow: hidden;

  }

  header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 8px;
    line-height: 0;
  }

  header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content {
    margin: 0 auto;
  }

  header#masthead .menu-mobile {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 14px;
    left: 5px;
    display: block;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu {
    display: block;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li .submenu {
    transform: rotateX(0);
  }

  .SocialNetworks-Icon {
    margin: 0 3px;
  }

  #hrg {
    color: white;
  }

}


@media (min-width: 1025px) and (max-width: 1450px) {
  header#masthead.open {
    max-height: 700px;
    padding: 0;
    position: fixed;
    z-index: 10000;
    background-color: black;
  }

  header#masthead .site-header-main {
    max-width: 94%;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper {
    max-width: 80%;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.hover .submenu {
    border-color: black;
    width: 29%;
    max-height: 745px;
    overflow: auto;
  }

  #menu-desktop {
    border: 1px groove white !important;
  }

  .SubMenuMenu-SocialMedia,
  #gcse-search-mob,
  .SubMenuMenu-Buttons,
  .gsc-control-wrapper-cse,
  td.gsc-search-button {
    display: none;
  }


  header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content .last_update {
    display: inline-block;
  }

}

@media (min-width: 1451px) {
  header#masthead.open {
    max-height: 700px;
    padding: 0;
    position: fixed;
    z-index: 10000;
    background-color: black;
  }

  header#masthead .site-header-main {
    max-width: 77%;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper {
    max-width: 68%;
  }

  .l-region--navigation #block-ft-ee-menus-ee-desktop-main-menu .menu-block-wrapper ul.menu li.hover .submenu {
    border-color: black;
    width: 29%;
    max-height: 745px;
    overflow: auto;
  }

  #menu-desktop {
    border: 1px groove white !important;
  }

  .SubMenuMenu-SocialMedia,
  .gcse-search-mob,
  .SubMenuMenu-Buttons,
  .gsc-control-wrapper-cse,
  td.gsc-search-button {
    display: none;
  }

  header#masthead .site-header-main .header-izq #block-ee-custom-blocks-last-update .block__content .last_update {
    display: inline-block;
  }

  .l-region--navigation {
    margin-top: -1%;
  }

}