* {
  -moz-hyphens: none;
}
a {
  outline: none !important;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 0.4em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
button,
input,
textarea {
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
}
input,
textarea {
  color: #141412;
}
input:focus,
textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #e05d22;
  background: -webkit-linear-gradient(top,#e05d22 0%,#d94412 100%);
  background: linear-gradient(to bottom,#e05d22 0%,#d94412 100%);
  border: none;
  border-bottom: 3px solid #b93207;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
}
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #ed6a31;
  background: -webkit-linear-gradient(top,#ed6a31 0%,#e55627 100%);
  background: linear-gradient(to bottom,#ed6a31 0%,#e55627 100%);
  outline: none;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #d94412;
  background: -webkit-linear-gradient(top,#d94412 0%,#e05d22 100%);
  background: linear-gradient(to bottom,#d94412 0%,#e05d22 100%);
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px;
}
.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px;
}
::-webkit-input-placeholder {
  color: #7d7b6d;
}
:-moz-placeholder {
  color: #7d7b6d;
}
::-moz-placeholder {
  color: #7d7b6d;
}
:-ms-input-placeholder {
  color: #7d7b6d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: Sintony, Arial, Helvetica, Georgia, serif;
  line-height: 1.3;
}
h1 {
  font-family: Sintony, Arial, Helvetica;
  font-size: 48px;
  margin: 33px 0;
}
h2 {
  font-family: Sintony, Arial, Helvetica;
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-family: Sintony, Arial, Helvetica;
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-family: Sintony, Arial, Helvetica;
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-family: Sintony, Arial, Helvetica;
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  width: inherit;
  max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  width: inherit;
  max-width: 100%;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}
body,
html {
  height: 100% !important;
}
#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#navbar {
  width: 100%;
  clear: both;
}
ul.nav-menu,
div.nav-menu > ul {
  padding: 0;
  margin: 0;
}
ul.nav-menu {
  float: right;
  height: 36px;
  margin-bottom: -1px;
}
.nav-menu li {
  display: inline-block;
  position: relative;
}
.nav-menu li a {
  color: #7B8696;
  display: inline-block;
  float: left;
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  padding: 0px 7px 14px 8px;
  margin: 0;
  font-family: Sintony, Arial, Helvetica;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 6px solid transparent;
}
.nav-menu li a span {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-left: 3px;
  margin-top: -2px;
  margin-bottom: -1px;
  float: right;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
  color: #4D5660;
}
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #F2F2F2;
}
.nav-menu .sub-menu,
.nav-menu .children {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  padding: 0;
  margin: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
  border: none;
  padding: 10px 0 10px 16px;
  margin: 0px;
  width: 178px;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
  color: #1b58e0;
  font-weight: 700;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
  display: block;
  padding: 15px 0 10px 10px;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  color: #7b8696;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
#menu-item-7.current-post-parent a,
#menu-item-7.current-menu-item a,
#menu-item-7.current-post-ancestor a,
#menu-item-7.current-menu-parent a {
  border-color: #e53e35;
}
#menu-item-7 a:hover {
  border-color: #e53e35;
}
#menu-item-4.current-post-parent a,
#menu-item-4.current-post-ancestor a,
#menu-item-4.current-menu-parent a,
#menu-item-4.current-menu-item a {
  border-color: #1b58e0;
}
#menu-item-4:hover a,
#menu-item-4 a:hover {
  border-color: #1b58e0;
}
#menu-item-6.current-post-parent a,
#menu-item-6.current-post-ancestor a,
#menu-item-6.current-menu-parent a,
#menu-item-6.current-menu-item a {
  border-color: #f8ae17;
}
#menu-item-6 a:hover {
  border-color: #f8ae17;
}
#menu-item-5.current-post-parent a,
#menu-item-5.current-post-ancestor a,
#menu-item-5.current-menu-parent a,
#menu-item-5.current-menu-item a {
  border-color: #9841d6;
}
#menu-item-5 a:hover {
  border-color: #9841d6;
}
#menu-item-8.current-post-parent a,
#menu-item-8.current-post-ancestor a,
#menu-item-8.current-menu-parent a,
#menu-item-8.current-menu-item a {
  border-color: #41c441;
}
#menu-item-8 a:hover {
  border-color: #41c441;
}
.notfound {
  font-family: Sintony, Arial, Helvetica;
  text-transform: none;
  font-weight: 700;
  color: #4D5660;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 5px 0;
}
#colophon {
  background: url("https://incargo.news/es/wp-content/themes/lancargo/img/footer.png") repeat-x top center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #EAEAEA;
  float: left;
  width: 100%;
}
#colophon h3 {
  display: none;
}
#colophon ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#colophon ul li {
  list-style-type: none;
  display: inline-block;
}
#colophon ul li a {
  color: #777;
  display: inline-block;
  float: left;
  text-decoration: none;
  font-size: 17px;
  line-height: 34px;
  padding: 0 5px;
  margin: 0 5px;
}
#colophon ul li a:hover {
  color: #000;
}
#colophon .current_page_item > a,
#colophon .current_page_ancestor > a,
#colophon .current-menu-item > a,
#colophon .current-menu-ancestor > a {
  color: #000;
}
#colophon .site-info {
  text-align: right;
  font-size: 12px;
  line-height: 24px;
}
#signup {
  float: left;
  height: 75px;
  width: 425px;
}
#signup h2 {
  font-family: Sintony, Arial, Helvetica;
  text-transform: uppercase;
  font-weight: 700;
  color: #4D5660;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 5px 0;
}
#mce-EMAIL {
  border: none;
  float: left;
  background: #fff;
  border-radius: 2px 0px 0px 2px;
  width: 347px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 39px;
  height: 39px;
  color: #7A8797;
  font-family: Sintony, Arial, Helvetica;
  font-size: 12px;
  text-transform: uppercase;
}
#mc-embedded-subscribe {
  border: none;
  float: left;
  font-size: 17px;
  color: #fff;
  background: #7A8797;
  line-height: 39px;
  height: 39px;
  width: 63px;
  padding: 0px;
  border-radius: 0px 2px 2px 0px;
}
.no-svg .links #lancargo {
  background: url("https://incargo.news/es/wp-content/themes/lancargo/img/lancargo.png");
}
.no-svg .links #masair {
  background: url("https://incargo.news/es/wp-content/themes/lancargo/img/masair.png");
}
.no-svg .links #tamn {
  background: url("https://incargo.news/es/wp-content/themes/lancargo/img/tamn.png");
}
.links {
  float: right;
}
.links #lancargo {
  background: url("https://incargo.news/es/wp-content/themes/lancargo/img/lancargo.svg");
  width: 100px;
  height: 48px;
  float: left;
  margin-top: 8px;
  margin-left: 50px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.links #masair {
  background: url("https://incargo.news/es/wp-content/themes/lancargo/img/masair.svg");
  width: 131px;
  height: 53px;
  float: left;
  margin-top: 8px;
  margin-left: 50px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.links #tamn {
  background: url("https://incargo.news/es/wp-content/themes/lancargo/img/tamn.svg");
  width: 100px;
  height: 44px;
  float: left;
  margin-top: 8px;
  margin-left: 50px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
html,
body {
  background-color: #ffffff;
}
.page-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.in-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.col {
  float: left;
  margin: 0 10px;
}
.firstcol {
  margin-left: 0;
}
.lastcol {
  margin-right: 0;
}
.colspan1 {
  width: 60px;
}
.colspan2 {
  width: 140px;
}
.colspan3 {
  width: 220px;
}
.colspan4 {
  width: 300px;
}
.colspan5 {
  width: 380px;
}
.colspan6 {
  width: 460px;
}
.colspan7 {
  width: 540px;
}
.colspan8 {
  width: 620px;
}
.colspan9 {
  width: 700px;
}
.colspan10 {
  width: 780px;
}
.colspan11 {
  width: 860px;
}
.colspan12 {
  width: 940px;
}
#main {
  float: left;
  width: 100%;
}
.no-svg  header#masthead a.home-link h1.site-title {
  background-image: url("https://incargo.news/es/wp-content/themes/lancargo/img/logo.png");
}
header#masthead {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0px 0px 0px;
  margin-bottom: 26px;
  border-bottom: 1px solid #E1E1E1;
  box-shadow: #e1e1e1 0px 0px 6px;
  float: left;
}
header#masthead a.home-link {
  display: block;
  float: left;
}
header#masthead a.home-link h1.site-title {
  margin: 19px 0 0 0;
  padding: 0;
  float: left;
  background-image: url("https://incargo.news/es/wp-content/themes/lancargo/img/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 235px;
  height: 72px;
}
header#masthead a.home-link .with-logo {
  overflow: hidden;
  text-indent: -9999em;
}
header#masthead #social {
  float: right;
  clear: right;
}
header#masthead #social ul {
  padding: 0;
  margin: 7px 0 0 0;
}
header#masthead #social ul li {
  display: inline-block;
  list-style-type: none;
}
header#masthead #social ul li a {
  transition: color 0.25s;
  text-decoration: none;
  color: #7B8696;
  font-size: 12px;
  line-height: 1.75em;
  padding: 0 2px;
  margin: 0 0px;
  font-family: Sintony, Arial, Helvetica;
  font-weight: 400;
}
header#masthead #social ul li a:hover,
header#masthead #social ul li a.current {
  color: #001F5A;
}
header#masthead #social ul .facebook a {
  color: #00f;
}
header#masthead #social ul .twitter a {
  color: #09f;
}
header#masthead #social ul .googleplus a {
  color: #f90;
}
header#masthead #social ul .youtube a {
  color: #D00;
}
header#masthead #social ul .vimeo a {
  color: #09a;
}
header#masthead #social ul .flickr a {
  color: #0ac;
}
header#masthead #header-contents {
  overflow: hidden;
}
header#masthead .header-grp {
  float: right;
}
header#masthead #searchform {
  float: right;
  overflow: hidden;
  clear: right;
  height: 32px;
  margin: 3px 7px 0 0;
}
header#masthead #searchform #s {
  background: #fff;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  line-height: 20px;
  height: 29px;
  width: 162px;
  font-size: 16px;
  padding: 0;
  font-family: Sintony, Arial, Helvetica;
  color: #002874;
}
header#masthead #searchform #s:focus {
  border-color: #ccc;
}
header#masthead #searchform #searchsubmit {
  color: #7B8696;
  font-size: 15px;
  border: none;
  background: #F2F2F2;
  line-height: 32px;
  height: 32px;
  padding: 0;
  width: 32px;
}
header#masthead #searchform label {
  display: none;
}
body.single #main {
  margin: 0 auto;
  max-width: 950px;
  float: none;
}
.hentry {
  width: 580px;
  padding: 10px 0 0 20px;
  float: left;
}
.breadcrumbs {
  font-family: Sintony, Arial, Helvetica;
  font-size: 14px;
  color: #7C8695;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.breadcrumbs a {
  text-decoration: none;
  color: #7C8695;
}
.breadcrumbs a:last-child {
  font-weight: 700;
}
body .hentry .breadcrumbs a:hover {
  background: none !important;
}
.entry-content {
  width: 490px;
  padding-left: 90px;
}
.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
  max-width: 1040px;
  padding: 0 376px 0 60px;
}
.entry-thumbnail img {
  display: block;
  margin: 0 auto 10px;
}
.entry-header {
  margin-bottom: 10px;
  width: 490px;
  padding-left: 90px;
  float: left;
}
.entry-header .entry-cachito-thumbnail {
  overflow: hidden;
  float: left;
  margin-left: -90px;
  width: 63px;
  clear: left;
  height: 111px;
}
.entry-header .entry-cachito-thumbnail img {
  margin: -269px 0 0 0;
  max-width: 580px;
  width: 580px !important;
}
.entry-thumbnail {
  width: 580px;
  float: left;
  height: 269px;
  overflow: hidden;
}
.entry-thumbnail img {
  margin: 0;
  max-width: 580px;
}
.entry-title {
  font-weight: 400;
  font-size: 18px;
  font-family: Sintony, Arial, Helvetica;
  color: #515860;
  line-height: 1.2em;
  margin: 18px 0 14px 0px;
  float: left;
  margin-top: -59px;
  text-transform: uppercase;
}
.entry-title a {
  color: #4D5660;
  text-decoration: none;
  text-transform: uppercase;
}
g:hover {
  color: #7C8695;
}
.single #page,
.archive.category #page,
body.error404 #page {
  background: url("https://incargo.news/es/wp-content/themes/lancargo/img/trama.png") repeat 0 0;
  float: left;
  width: 100%;
}
.entry-meta {
  clear: both;
  font-size: 15px;
  font-family: Sintony, Arial, Helvetica;
  line-height: 16px;
  margin-top: -95px;
  float: left;
}
.entry-meta a {
  text-decoration: none;
  color: #333;
}
.entry-meta .thedate {
  float: left;
  padding-right: 14px;
  border-right: 1px solid;
}
.entry-meta .thedate i {
  margin-right: 7px;
}
.entry-meta .thecategories {
  float: left;
  margin-left: 14px;
}
.entry-meta .thecategories i {
  margin-right: 3px;
}
.entry-meta .thecategories ul {
  display: inline;
  padding: 0;
  margin: 0;
}
.entry-meta .thecategories ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
.entry-meta .thecategories ul li a {
  font-size: 14px;
}
.entry-footer {
  width: 600px;
  float: left;
  border-top: 2px solid #BBC2CA;
  padding-top: 19px;
  padding-bottom: 96px;
}
.entry-footer .tags {
  float: left;
  clear: both;
}
.entry-footer .tags ul {
  padding: 0;
  margin: 0;
  float: left;
}
.entry-footer .tags ul li.title {
  font-family: Sintony, Arial, Helvetica;
  font-weight: 700;
  font-size: 12px;
  color: #4D5660;
  line-height: 19px;
}
.entry-footer .tags ul li {
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
  margin-right: 8px;
}
.entry-footer .tags ul li a {
  float: left;
  line-height: 19px;
  color: #fff;
  background-color: #7A8797;
  padding: 0 6px;
  font-family: Sintony, Arial, Helvetica;
  font-weight: 400;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 0.25s ease-in;
  margin-bottom: 4px;
}
.entry-footer .tags ul li a:hover {
  background-color: #4D5660;
}
.hentry.without-thumb .entry-title {
  margin: 10px 0 0 0;
}
.hentry.without-thumb .entry-meta {
  margin: 10px 0 0 0;
}
.hentry.thumb-small .entry-thumbnail {
  width: 309px;
  height: 200px;
  float: left;
  margin-left: -90px;
  margin-right: 25px;
  margin-bottom: 15px;
}
.hentry.thumb-small .entry-meta {
  margin-top: 10px;
  clear: none;
}
.hentry.thumb-small .entry-title {
  margin-top: 0px;
  clear: none;
  width: 240px;
}
.entry-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-family: Asap, Arial, Helvetica;
  font-size: 15px;
}
.entry-content h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: Sintony, Arial, Helvetica;
  color: #808998;
  font-weight: 700px;
  margin-bottom: 1em;
  margin-top: 0px;
}
.entry-content h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: Sintony, Arial, Helvetica;
  color: #808998;
  font-weight: 700px;
  margin-bottom: 1em;
  margin-top: 0px;
}
.entry-content h4 {
  font-family: Asap, Arial, Helvetica;
  font-size: 15px;
  font-weight: 700px;
  margin-bottom: 1em;
  color: #808998;
  margin-top: 0px;
}
.entry-content a,
.comment-content a {
  text-decoration: none;
}
.entry-content {
  padding-bottom: 43px;
}
.entry-content p,
.entry-content li,
.entry-content td {
  font-family: Asap, Arial, Helvetica;
  font-size: 15px;
  line-height: 22px;
  color: #808998;
}
.entry-content a:hover,
.comment-content a:hover {
  text-decoration: underline;
}
.entry-content blockquote {
  font-size: 24px;
  width: 466px;
  padding: 4px 24px 4px 0px;
  background: #333;
  margin: 0em 0 41px;
  text-align: right;
  float: left;
}
.no-svg .entry-content blockquote:before {
  background-image: url("https://incargo.news/es/wp-content/themes/lancargo/img/quote.png");
}
.entry-content blockquote:before {
  content: " ";
  background-color: #333;
  float: left;
  display: block;
  width: 82px;
  height: 82px;
  margin-left: -92px;
  margin-top: -4px;
  margin-bottom: -4px;
  background-image: url("https://incargo.news/es/wp-content/themes/lancargo/img/quote.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.entry-content blockquote p {
  margin: 0;
  padding: 4px 24px 4px 0;
  float: left;
  width: 100%;
  margin-top: -4px;
  margin-bottom: -4px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.entry-content blockquote p span {
  width: 160%;
  height: 160%;
  left: -30%;
  top: -30%;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: url(https://incargo.news/es/wp-content/themes/lancargo/#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
  position: absolute;
  z-index: 1;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.entry-content blockquote cite,
.entry-content blockquote small {
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
  width: 80%;
  overflow: hidden;
  float: right;
  position: relative;
  z-index: 2;
  -ms-word-break: normal;
  word-break: normal;
  -moz-hyphens: none;
  hyphens: none;
}
.entry-content blockquote cite:before {
  content: "\201C";
}
.entry-content blockquote cite:after {
  content: "\201D";
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin-left: -60px;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin-right: -60px;
}
.o-bg {
  position: fixed;
  z-index: 1000000;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}
.lightbox.lightbox-q-2,
.lightbox.lightbox-q-1 {
  margin-left: 0px !important;
}
.lightbox {
  width: 651px;
  margin: 1em 0 2em -135px;
  overflow: hidden;
}
.lightbox .item:hover .theover span.top {
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  background-color: rgba(255,255,255,0.4) !important;
  z-index: 2;
  border-radius: 90px;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  box-sizing: border-box;
}
.lightbox .item:hover .theover span.top i {
  font-size: 40px;
  line-height: 94px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
}
.lightbox .item:hover .theover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.lightbox .item {
  width: 192px;
  height: 143px;
  margin-right: 25px;
  float: left;
  position: relative;
  overflow: hidden;
}
.lightbox .item .theover {
  background-color: #333;
  position: absolute;
  z-index: 2;
  width: 192px;
  height: 143px;
  top: 0;
  left: 0;
}
.lightbox .item .theover a {
  display: block;
  width: 192px;
  height: 143px;
  float: left;
}
.lightbox .item .theover span.top {
  box-sizing: border-box;
  transition: all 0.25s;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  z-index: 2;
  border-radius: 40px;
}
.lightbox .item .theover span.top i {
  transition: all 0.25s;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}
.lightbox .item .theover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lightbox .item img {
  z-index: 1;
}
.lightbox .controls a {
  color: #fff;
}
.lightbox .controls .prev {
  position: fixed;
  z-index: 1000002;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-left: -510px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}
.lightbox .controls .next {
  position: fixed;
  z-index: 1000002;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #000;
  top: 50%;
  right: 50%;
  margin-right: -492px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}
.lightbox .controls .close {
  color: #7C8695 !important;
  top: 50%;
  left: 50%;
  font-size: 16px;
  position: fixed;
  z-index: 1000003;
  margin-left: 430px;
  margin-top: -225px;
}
.lightbox .lightbox-content-item {
  display: block;
  position: fixed;
  z-index: 560;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 945px;
  height: 475px;
  background: #fff;
  margin-left: -472px;
  margin-top: -237px;
  z-index: 1000001;
}
.lightbox .lightbox-content-item h3 {
  float: left;
  font-size: 18px;
  font-family: Sintony, Arial, Helvetica;
  font-weight: 400;
  color: #4D5660;
  margin-left: 35px;
  margin-top: 46px;
  margin-right: 90px;
  margin-bottom: 20px;
  line-height: 18px;
  text-transform: uppercase;
  clear: none;
  width: 450px;
}
.lightbox .lightbox-content-item .content {
  float: left;
  margin-left: 35px;
  margin-right: 90px;
  clear: none;
  width: 450px;
}
.lightbox .lightbox-content-item .content p,
.lightbox .lightbox-content-item .content li {
  color: #7C8695;
  margin-top: 0px;
}
.lightbox .lightbox-content-item img {
  float: left;
  width: initial;
}
.acordeon {
  width: 600px;
  margin: 1em 0 2em -90px;
  border-bottom: 1px solid;
  border-bottom-color: #ccc;
  overflow: hidden;
}
.acordeon .item {
  padding-left: 20px;
  width: 580px;
  float: left;
  border-top: 1px solid;
  border-top-color: #ccc;
  position: relative;
}
.acordeon .item h2 {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.acordeon .item h2 a {
  color: #798696;
  font-size: 16px;
  font-family: Sintony, Arial, Helvetica;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 45px;
  float: left;
  width: 100%;
  transition: color 0.25s ease-in;
}
.acordeon .item h2 a em {
  font-style: normal;
  font-weight: 400;
  float: left;
  line-height: 45px;
}
.acordeon .item h2 a .state {
  display: block;
  float: left;
  width: 20px;
  text-align: center;
  margin-right: 5px;
  line-height: inherit;
  margin-top: 14px;
  font-size: 17px;
}
.acordeon .item h2 a .state .closed {
  display: block;
}
.acordeon .item h2 a .state .open {
  display: none;
}
.acordeon .item .desc {
  clear: both;
  font-size: 14px;
  font-family: Sintony, Arial, Helvetica;
  color: #798696;
  padding: 10px 5px 22px;
  float: left;
}
.acordeon .item.current:before {
  content: " ";
  display: block;
  position: absolute;
  top: -1px;
  left: 26px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}
.acordeon .item:hover h2 {
  color: #fff;
}
.acordeon .item:hover h2 a {
  color: #fff !important;
}
.acordeon .item.current h2,
.acordeon .item:hover h2 {
  padding-left: 20px;
  margin-left: -20px;
  width: 580px;
}
.acordeon .item.current h2 a,
.acordeon .item:hover h2 a {
  color: #fff !important;
}
.acordeon .item.current .state .closed,
.acordeon .item:hover .state .closed {
  display: none;
}
.acordeon .item.current .state .open,
.acordeon .item:hover .state .open {
  display: block;
}
body .hentry.category-noticias .acordeon .item.current h2 a:hover {
  color: #fff !important;
}
.tab {
  width: 600px;
  margin-left: -88px;
  border-bottom: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 3em;
}
.tab .titulos {
  padding: 0 0 0 0px;
  margin: 0;
  width: 600px;
  float: left;
}
.tab .titulos li {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tab .titulos li a {
  font-family: Sintony, Arial, Helvetica;
  font-size: 14px;
  line-height: 38px;
  padding: 0 10px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid transparent;
  color: #4D5660;
  display: block;
  float: left;
  text-decoration: none;
}
.tab .titulos li a:hover {
  background: #333;
  color: #fff;
}
.tab .titulos li.current a {
  border-color: #ccc #ccc transparent #ccc;
  color: #333;
}
.tab .titulos li.current a:hover {
  background-color: #333;
  color: #fff !important;
}
.tab .titulos li.first-blank {
  width: 50px;
  height: 39px;
  border-bottom: 1px solid #ccc;
}
.tab .titulos li.last-blank {
  width: auto;
  height: 39px;
  border-bottom: 1px solid #ccc;
}
.tab .items {
  position: relative;
  overflow: hidden;
  clear: both;
}
.tab .items .item {
  display: none;
  overflow: hidden;
  padding: 24px 20px;
  color: #7C8695;
}
.tab .items .item .desc {
  float: left;
}
.tab .items .item .desc img {
  display: block;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.tab .items .item .desc p,
.tab .items .item .desc ul,
.tab .items .item .desc li {
  margin-top: 0px;
}
.tab .items .item.current {
  display: block;
}
.tab.tab-collapsed.wmenu .cabecera li.current .fa-caret-up {
  display: inline !important;
  margin-left: 6px !important;
}
.tab.tab-collapsed.wmenu .cabecera li.current .fa-caret-down {
  display: none !important;
  margin-left: 0px !important;
}
.tab.tab-collapsed.wmenu .titulos {
  display: block;
}
.tab.tab-collapsed .ontitulos {
  padding: 0 0 0 17px;
  margin: 0px;
  position: relative;
}
.tab.tab-collapsed .ontitulos .cabecera {
  display: block !important;
  border-bottom: 2px solid #E5E5E5;
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 0 -20px;
  width: 600px;
}
.tab.tab-collapsed .ontitulos .cabecera li {
  display: inherit;
  clear: both;
}
.tab.tab-collapsed .ontitulos .cabecera li a {
  background-color: #333;
  font-family: Sintony, Arial, Helvetica;
  font-size: 14px;
  line-height: 38px;
  padding: 0 10px;
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
}
.tab.tab-collapsed .ontitulos .cabecera li a i {
  display: none;
}
.tab.tab-collapsed .ontitulos .cabecera li a .fa-caret-down {
  display: inline !important;
  margin-left: 6px;
}
.tab.tab-collapsed .ontitulos .cabecera li.current {
  display: block;
}
.tab.tab-collapsed .ontitulos .cabecera li.current a {
  border: none;
}
.tab.tab-collapsed .ontitulos .cabecera li.current a .fa-caret-down {
  display: inline;
  margin-left: 6px;
}
.tab.tab-collapsed .ontitulos .cabecera .blank {
  display: none;
}
.tab.tab-collapsed .titulos {
  display: none;
  padding: 0 0 0 0px;
  margin: 0;
  width: 560px;
  float: left;
  position: absolute;
  left: 17px;
  top: 39px;
  z-index: 10;
  width: 170px;
}
.tab.tab-collapsed .titulos li {
  display: block;
  clear: both;
  width: 100%;
  border: none;
}
.tab.tab-collapsed .titulos li a {
  border: none;
  width: 100%;
  background-color: #333;
  color: #fff;
}
.tab.tab-collapsed .titulos li a i {
  display: none;
}
.tab.tab-collapsed .titulos li.current {
  display: block;
}
.tab.tab-collapsed .titulos li.current a {
  border: none;
}
.tab.tab-collapsed .titulos li.current a .fa-caret-down {
  display: none;
  margin-left: 6px;
}
.tab.tab-collapsed .titulos .blank {
  display: none;
}
body .hentry .tab .titulos li.current a:hover {
  color: #fff !important;
}
.galeria {
  position: relative;
  float: left;
  width: 580px;
  height: 480px;
  margin-bottom: 30px;
  margin-left: -90px;
}
.galeria * {
  transition: opacity 0.5s, width 0.25s, height 0.25s ease-out;
}
.galeria .items {
  float: left;
  height: 580px;
  width: 100%;
  display: block;
}
.galeria .item {
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
}
.galeria .item .desc {
  width: 490px;
  padding: 12px 0px;
  position: relative;
  top: 0px;
  right: -38px;
  font-family: Sintony, Arial, Helvetica;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  background-color: #333;
  color: #fff;
  overflow: hidden;
  color: #333;
}
.galeria .item .imagen {
  width: 578px;
  height: 350px;
  display: block;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: center center;
}
.galeria .item .imagen img {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  float: left;
}
.galeria .item.current {
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}
.galeria .item.current .desc {
  width: 490px;
  padding: 12px 25px;
  max-height: auto;
  color: #fff;
  transition: color 0.5s width 0.5s ease-in 0s, padding 0.75s;
}
.galeria .item.current img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galeria .next {
  right: -43px;
  top: 322px;
  width: 45px;
  height: 45px;
  background-color: #333;
  color: #fff;
  position: absolute;
  display: block;
  text-align: center;
}
.galeria .next .fa {
  font-size: 24px;
  line-height: 45px;
}
.galeria .prev {
  right: -43px;
  top: 367px;
  width: 45px;
  height: 45px;
  background-color: #333;
  color: #fff;
  position: absolute;
  display: block;
  text-align: center;
}
.galeria .prev .fa {
  font-size: 24px;
  line-height: 45px;
}
.galeria .next:hover,
.galeria .prev:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}
.galeria .dots {
  position: absolute;
  right: 10px;
  top: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 7px;
  z-index: 3;
}
.galeria .dots li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5px 0;
}
.galeria .dots li a {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #D0CFD4;
  border-radius: 9px;
}
.galeria .dots li a:hover {
  border-color: #ddd;
  background-color: #ddd;
}
.galeria .dots li.current a {
  border-color: #ddd;
  background-color: #ddd;
}
table.tablepress {
  width: 600px;
  margin: 1em 0 2em -90px;
}
table.tablepress thead th {
  font-size: 15px;
  color: #fff;
  background-color: #333;
}
table.tablepress thead th.column-2,
table.tablepress thead th.column-4,
table.tablepress thead th.column-6,
table.tablepress thead th.column-8 {
  background-color: #444;
}
table.tablepress td,
table.tablepress th {
  border-left: 1px solid #CCCCCC;
  padding: 10px 9px;
  font-family: Asap, Arial, Helvetica;
  font-size: 14px;
  border-top: 0px;
}
table.tablepress td:hover:after {
  content: " ";
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background-color: #333;
}
table.tablepress td.column-1:hover:after {
  display: none;
}
table.tablepress td {
  color: #4D5660;
}
table.tablepress td:hover {
  cursor: pointer;
  background-color: #fff;
  color: #333;
}
table.tablepress tr {
  border-bottom: none;
}
table.tablepress tr td {
  border-bottom: none;
  position: relative;
}
table.tablepress tr:hover {
  background-color: transparent;
}
table.tablepress tr:hover td {
  background-color: #fff;
}
table.tablepress td.column-1,
table.tablepress tr:hover td.column-1 {
  background-color: #444;
  color: #fff;
  border-left: transparent;
}
table.tablepress .row-2 td:before {
  content: " ";
  display: block;
  position: absolute;
  top: -1px;
  left: 18px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}
table.tablepress .row-2 td.column-1:before {
  display: none;
}
.the-hentries {
  width: 100%;
  float: left;
  padding-bottom: 150px;
  padding-top: 40px;
  background-color: #fff;
}
.the-hentries .in-wrap {
  padding-bottom: 141px;
}
.archive.category #main .page-wrap {
  width: 978px;
}
.archive.category .hentry.thebigpost {
  width: 950px;
  margin-left: 14px;
  float: left;
  transition: all 0.5s ease-in;
}
.archive.category .hentry.thebigpost .breadcrumb {
  width: 450px;
  float: left;
  padding-left: 25px;
  padding-top: 15px;
  font-family: Sintony, Arial, Helvetica;
}
.archive.category .hentry.thebigpost .breadcrumb ul {
  padding: 0;
  margin: 0;
}
.archive.category .hentry.thebigpost .breadcrumb ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  color: #7C8695;
}
.archive.category .hentry.thebigpost .breadcrumb ul li a {
  text-decoration: none;
  color: #7C8695;
}
.archive.category .hentry.thebigpost .breadcrumb ul li.thecat {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.archive.category .hentry.thebigpost .entry-thumbnail {
  float: right;
  width: 470px;
  height: 330px;
}
.archive.category .hentry.thebigpost .entry-thumbnail a {
  display: block;
  width: 470px;
  height: 330px;
  position: relative;
  background-color: #333;
}
.archive.category .hentry.thebigpost .entry-thumbnail a span.top {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -77px;
  margin-left: -77px;
  color: #fff;
  width: 125px;
  height: 125px;
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  z-index: 2;
  border-radius: 125px;
}
.archive.category .hentry.thebigpost .entry-thumbnail a span.top i {
  color: #fff;
  font-size: 64px;
  line-height: 135px;
}
.archive.category .hentry.thebigpost .entry-thumbnail a em {
  position: absolute;
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: 53px;
  margin-left: -77px;
  font-size: 19px;
  font-family: Asap, Arial, Helvetica;
  text-transform: uppercase;
  width: 125px;
  text-align: center;
  font-style: normal;
  opacity: 0;
  filter: alpha(opacity=0);
}
.archive.category .hentry.thebigpost .entry-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.archive.category .hentry.thebigpost .entry-thumbnail a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.archive.category .hentry.thebigpost .entry-summary {
  border: none;
  float: left;
  padding: 20px 25px 10px;
  background-color: #fff;
  width: 455px;
  border-bottom: 5px solid #333;
  z-index: 4;
  position: relative;
}
.archive.category .hentry.thebigpost .entry-summary .entry-header {
  width: 450px;
}
.archive.category .hentry.thebigpost .entry-summary .entry-title {
  font-size: 22px;
  font-weight: 400;
  color: #4D5660;
  font-family: Sintony, Arial, Helvetica;
}
.archive.category .hentry.thebigpost .entry-summary .entry-title a {
  color: #4D5660;
}
.archive.category .the-hentries .hentry .entry-summary .entry-title,
.archive.category .the-hentries .hentry .entry-summary p {
  padding-right: 20px;
}
.archive.category .the-hentries .hentry .entry-summary .entry-title {
  line-height: 1.2em;
  margin: 0px 15px 13px 0px;
}
.archive.category .hentry {
  float: left;
  width: 275px;
  padding-left: 25px;
  margin: 0 13px;
  padding-top: 0px;
  padding-bottom: 35px;
}
.archive.category .hentry .entry-thumbnail {
  float: right;
  width: 300px;
  height: 192px;
  margin-left: -25px;
}
.archive.category .hentry .entry-thumbnail a {
  display: block;
  width: 300px;
  height: 192px;
  position: relative;
  background-color: #333;
}
.archive.category .hentry .entry-thumbnail a span.top {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  color: #fff;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  z-index: 2;
  border-radius: 80px;
}
.archive.category .hentry .entry-thumbnail a span.top i {
  color: #fff;
  font-size: 48px;
  line-height: 94px;
}
.archive.category .hentry .entry-thumbnail a em {
  position: absolute;
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -40px;
  font-size: 14px;
  font-family: Asap, Arial, Helvetica;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  font-style: normal;
  opacity: 0;
  filter: alpha(opacity=0);
}
.archive.category .hentry .entry-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.archive.category .hentry .entry-thumbnail a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.archive.category .hentry .entry-header {
  width: 275px;
  float: left;
  text-transform: uppercase;
  color: #4D5660;
  padding-left: 0px;
  margin-bottom: 0px;
}
.archive.category .hentry .entry-title {
  margin-top: 0px;
  font-size: 15px;
}
.archive.category .hentry .entry-summary {
  margin-top: 10px;
  font-size: 14px;
  font-family: Asap, Arial, Helvetica;
  color: #7C8695;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  float: left;
  padding-bottom: 15px;
}
.archive.category .hentry .entry-meta {
  margin: 0;
  border: none;
  font-size: 14px;
}
.archive.category .hentry .entry-meta * {
  border: none;
}
.archive.category .pcargar {
  float: left;
  width: 100%;
  position: absolute;
  bottom: -60px;
  left: 0px;
}
.archive.category #cargar-mas {
  width: 134px;
  height: 46px;
  display: block;
  margin: 95px auto 0;
  position: relative;
  clear: both;
}
.archive.category #cargar-mas.transition span.progress {
  width: 134px;
}
.archive.category #cargar-mas span.bg {
  position: absolute;
  display: block;
  width: 134px;
  height: 46px;
  z-index: 1;
  background-color: #333;
}
.archive.category #cargar-mas span.progress {
  transition: width 1.5s ease-out 0.2s;
  position: absolute;
  display: block;
  width: 0px;
  height: 46px;
  z-index: 1;
  background-color: #222;
}
.archive.category #cargar-mas em {
  position: absolute;
  text-decoration: none;
  font-style: normal;
  font-family: Sintony, Arial, Helvetica;
  font-size: 14px;
  color: #fff;
  width: 134px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  z-index: 2;
}
body.error404 .entry-error {
  width: 720px;
  float: none;
  margin: 0 auto;
}
body.error404 .entry-error .breadcrumb {
  width: 450px;
  float: left;
  padding-left: 35px;
  padding-top: 15px;
  font-family: Sintony, Arial, Helvetica;
}
body.error404 .entry-error .breadcrumb ul {
  padding: 0;
  margin: 0;
}
body.error404 .entry-error .breadcrumb ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  color: #7C8695;
}
body.error404 .entry-error .breadcrumb ul li a {
  text-decoration: none;
  color: #7C8695;
  padding-left: 12px;
}
body.error404 .entry-error .breadcrumb ul li.thecat {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
body.error404 .entry-error .entry-summary .entry-header {
  width: 660px;
  margin: 0 auto 20px;
  padding: 0;
  float: none;
  overflow: hidden;
}
body.error404 .entry-error .entry-summary .entry-header .entry-title {
  width: 660px;
  margin: 0;
  padding: 0;
  color: #003E7E;
  font-family: Sintony, Arial, Helvetica;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
}
body.error404 .entry-error .entry-summary .entry-header .entry-title .l {
  float: left;
}
body.error404 .entry-error .entry-summary .entry-header .entry-title .r {
  float: right;
}
body.error404 .entry-error .entry-summary .entry-header .entry-title span {
  font-size: 75px;
  line-height: 75px;
}
body.error404 .entry-error .entry-summary .message {
  background-color: #fff;
  width: 600px;
  padding: 18px 60px;
  border-bottom: 5px solid #003E7E;
  margin: 20px auto 60px;
  font-size: 22px;
  font-family: Sintony, Arial, Helvetica;
  text-transform: uppercase;
  line-height: 1.em;
  color: #37414C;
  text-align: center;
  overflow: hidden;
}
body.error404 #cargar-mas {
  width: 134px;
  height: 46px;
  display: block;
  margin: 95px auto 96px;
  position: relative;
  clear: both;
}
body.error404 #cargar-mas.transition span.progress {
  width: 134px;
}
body.error404 #cargar-mas span.bg {
  position: absolute;
  display: block;
  width: 134px;
  height: 46px;
  z-index: 1;
  background-color: #336598;
  background-color: rgba(0,62,126,0.8);
}
body.error404 #cargar-mas span.progress {
  transition: width 1.5s ease-out 0.2s;
  position: absolute;
  display: block;
  width: 0px;
  height: 46px;
  z-index: 1;
  background-color: #003e7e;
}
body.error404 #cargar-mas em {
  position: absolute;
  text-decoration: none;
  font-style: normal;
  font-family: Sintony, Arial, Helvetica;
  font-size: 14px;
  color: #fff;
  width: 134px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  #sidebar-right .category-noticias,
  #sidebar-right .category-news {
    border-color: #1b58e0 !important;
  }
}
@media only screen and (max-width: 959px) {
  #sidebar li.category-noticias,
  #sidebar li.category-news {
    border-color: #1b58e0 !important;
  }
}
.hentry.category-noticias.thebigpost .thecat,
.hentry.category-news.thebigpost .thecat {
  color: #1b58e0 !important;
}
.hentry.category-noticias.thebigpost .entry-summary,
.hentry.category-news.thebigpost .entry-summary {
  border-bottom-color: #1b58e0 !important;
}
.hentry.category-noticias.thebigpost .entry-thumbnail a,
.hentry.category-noticias.thebigpost .entry-thumbnail .theover,
.hentry.category-news.thebigpost .entry-thumbnail a,
.hentry.category-news.thebigpost .entry-thumbnail .theover {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .entry-title a:hover,
.hentry.category-news .entry-title a:hover {
  color: #1b58e0 !important;
}
.hentry.category-noticias .entry-thumbnail a,
.hentry.category-noticias .entry-thumbnail .theover,
.hentry.category-news .entry-thumbnail a,
.hentry.category-news .entry-thumbnail .theover {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .entry-thumbnail,
.hentry.category-news .entry-thumbnail {
  border-color: #1b58e0 !important;
}
.hentry.category-noticias .entry-cat-meta,
.hentry.category-noticias .vermas,
.hentry.category-news .entry-cat-meta,
.hentry.category-news .vermas {
  background-color: #1b58e0 !important;
}
#sidebar-left .hentry.category-noticias .entry-meta,
#sidebar-left .hentry.category-noticias .vermas,
#sidebar-left .hentry.category-news .entry-meta,
#sidebar-left .hentry.category-news .vermas,
#sidebar-right .hentry.category-noticias .entry-meta,
#sidebar-right .hentry.category-noticias .vermas,
#sidebar-right .hentry.category-news .entry-meta,
#sidebar-right .hentry.category-news .vermas {
  background-color: #1b58e0 !important;
}
#sidebar-left .hentry.category-noticias,
#sidebar-left .hentry.category-news {
  border-color: #1b58e0 !important;
}
.archive.category-noticias #cargar-mas .bg,
.archive.category-news #cargar-mas .bg {
  background-color: #4979E6 !important;
  background-color: rgba(27,88,224,0.8) !important;
}
.archive.category-noticias #cargar-mas .progress,
.archive.category-news #cargar-mas .progress {
  background-color: #1b58e0 !important;
}
#da-center  .hentry.category-noticias .entry-meta,
#da-center  .hentry.category-news .entry-meta {
  background-color: #1b58e0 !important;
}
#da-center  .hentry.category-noticias:hover .entry-summary,
#da-center  .hentry.category-news:hover .entry-summary {
  background-color: #1b58e0 !important;
}
#da-center  .hentry.category-noticias:hover .entry-meta,
#da-center  .hentry.category-news:hover .entry-meta {
  color: #1b58e0 !important;
}
#da-center  .hentry.category-noticias:hover .entry-meta a,
#da-center  .hentry.category-noticias:hover .entry-meta i,
#da-center  .hentry.category-news:hover .entry-meta a,
#da-center  .hentry.category-news:hover .entry-meta i {
  color: #1b58e0 !important;
}
#da-center  .hentry.category-noticias .entry-meta a:hover,
#da-center  .hentry.category-news .entry-meta a:hover {
  color: #1b58e0 !important;
}
.single.category-noticias .breadcrumbs a:last-child,
.single.category-news .breadcrumbs a:last-child {
  color: #1b58e0 !important;
}
.hentry.category-noticias .entry-meta,
.hentry.category-noticias .entry-meta a,
.hentry.category-news .entry-meta,
.hentry.category-news .entry-meta a {
  color: #1b58e0 !important;
}
.hentry.category-noticias blockquote,
.hentry.category-news blockquote {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias blockquote:before,
.hentry.category-news blockquote:before {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .lightbox .controls .prev,
.hentry.category-noticias .lightbox .controls .next,
.hentry.category-news .lightbox .controls .prev,
.hentry.category-news .lightbox .controls .next {
  background-color: #1b58e0;
}
.hentry.category-noticias .lightbox .controls .prev:hover,
.hentry.category-noticias .lightbox .controls .next:hover,
.hentry.category-news .lightbox .controls .prev:hover,
.hentry.category-news .lightbox .controls .next:hover {
  background-color: #4979E6;
  background-color: rgba(27,88,224,0.8);
}
.hentry.category-noticias .lightbox .item a,
.hentry.category-news .lightbox .item a {
  background-color: #1b58e0;
}
.hentry.category-noticias .lightbox .item .theover,
.hentry.category-news .lightbox .item .theover {
  background-color: #1b58e0;
}
.hentry.category-noticias .lightbox .item .theover span.top,
.hentry.category-news .lightbox .item .theover span.top {
  background-color: #4979E6;
  background-color: rgba(27,88,224,0.8);
}
.hentry.category-noticias .galeria .dots li.current a,
.hentry.category-news .galeria .dots li.current a {
  border-color: #1b58e0 !important;
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .galeria .dots li a:hover,
.hentry.category-news .galeria .dots li a:hover {
  border-color: rgba(27,88,224,0.8) !important;
  background-color: #4979E6 !important;
  background-color: rgba(27,88,224,0.8) !important;
}
.hentry.category-noticias .galeria .prev,
.hentry.category-noticias .galeria .next,
.hentry.category-news .galeria .prev,
.hentry.category-news .galeria .next {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .galeria .prev:hover,
.hentry.category-noticias .galeria .next:hover,
.hentry.category-news .galeria .prev:hover,
.hentry.category-news .galeria .next:hover {
  background-color: #4979E6 !important;
  background-color: rgba(27,88,224,0.8) !important;
}
.hentry.category-noticias .galeria .item .desc,
.hentry.category-news .galeria .item .desc {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .tab .titulos li a:hover,
.hentry.category-news .tab .titulos li a:hover {
  background-color: #4979E6 !important;
  background-color: rgba(27,88,224,0.8) !important;
}
.hentry.category-noticias .tab .titulos li.current a:hover,
.hentry.category-news .tab .titulos li.current a:hover {
  background-color: #4979E6 !important;
  background-color: rgba(27,88,224,0.8) !important;
}
.hentry.category-noticias .tab .titulos li.current a,
.hentry.category-news .tab .titulos li.current a {
  color: #1b58e0 !important;
}
.hentry.category-noticias .tab .titulos li.current,
.hentry.category-news .tab .titulos li.current {
  border-top-color: #1b58e0;
  border-right-color: #1b58e0;
}
.hentry.category-noticias .tab .titulos li a:hover,
.hentry.category-news .tab .titulos li a:hover {
  background-color: #4979E6 !important;
  background-color: rgba(27,88,224,0.8) !important;
}
.hentry.category-noticias .tab .titulos li.current a:hover,
.hentry.category-news .tab .titulos li.current a:hover {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias table.tablepress thead th,
.hentry.category-news table.tablepress thead th {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias table.tablepress thead th.column-2,
.hentry.category-noticias table.tablepress thead th.column-4,
.hentry.category-noticias table.tablepress thead th.column-6,
.hentry.category-noticias table.tablepress thead th.column-8,
.hentry.category-news table.tablepress thead th.column-2,
.hentry.category-news table.tablepress thead th.column-4,
.hentry.category-news table.tablepress thead th.column-6,
.hentry.category-news table.tablepress thead th.column-8 {
  background-color: #4979E6 !important;
  background-color: rgba(27,88,224,0.8) !important;
}
.hentry.category-noticias table.tablepress td.column-1,
.hentry.category-noticias table.tablepress tr:hover td.column-1,
.hentry.category-news table.tablepress td.column-1,
.hentry.category-news table.tablepress tr:hover td.column-1 {
  background-color: #4979E6 !important;
  background-color: rgba(27,88,224,0.8) !important;
}
.hentry.category-noticias table.tablepress .row-2 td:before,
.hentry.category-news table.tablepress .row-2 td:before {
  border-top-color: #1b58e0 !important;
}
.hentry.category-noticias table.tablepress td:hover:after,
.hentry.category-news table.tablepress td:hover:after {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .acordeon,
.hentry.category-news .acordeon {
  border-color: #1b58e0 !important;
}
.hentry.category-noticias .acordeon .item.current,
.hentry.category-news .acordeon .item.current {
  border-color: #1b58e0 !important;
}
.hentry.category-noticias .acordeon .item.current:before,
.hentry.category-news .acordeon .item.current:before {
  border-top-color: #1b58e0 !important;
}
.hentry.category-noticias .acordeon .item h2:hover,
.hentry.category-news .acordeon .item h2:hover {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .acordeon .item.current h2 a,
.hentry.category-news .acordeon .item.current h2 a {
  color: #1b58e0 !important;
}
@media only screen and (max-width: 480px) {
  #sidebar-right .category-opinion,
  #sidebar-right .category-opiniao {
    border-color: #e53e35 !important;
  }
}
@media only screen and (max-width: 959px) {
  #sidebar li.category-opinion,
  #sidebar li.category-opiniao {
    border-color: #e53e35 !important;
  }
}
.hentry.category-opinion.thebigpost .thecat,
.hentry.category-opiniao.thebigpost .thecat {
  color: #e53e35 !important;
}
.hentry.category-opinion.thebigpost .entry-summary,
.hentry.category-opiniao.thebigpost .entry-summary {
  border-bottom-color: #e53e35 !important;
}
.hentry.category-opinion.thebigpost .entry-thumbnail a,
.hentry.category-opiniao.thebigpost .entry-thumbnail a {
  background-color: #e53e35 !important;
}
.hentry.category-opinion .entry-title a:hover,
.hentry.category-opiniao .entry-title a:hover {
  color: #e53e35 !important;
}
.hentry.category-opinion .entry-thumbnail a,
.hentry.category-opinion .entry-thumbnail .theover,
.hentry.category-opiniao .entry-thumbnail a,
.hentry.category-opiniao .entry-thumbnail .theover {
  background-color: #e53e35 !important;
}
.hentry.category-opinion .entry-thumbnail,
.hentry.category-opiniao .entry-thumbnail {
  border-color: #e53e35 !important;
}
.hentry.category-opinion .entry-cat-meta,
.hentry.category-opinion .vermas,
.hentry.category-opiniao .entry-cat-meta,
.hentry.category-opiniao .vermas {
  background-color: #e53e35 !important;
}
#sidebar-left .hentry.category-opinion .entry-meta,
#sidebar-left .hentry.category-opinion .vermas,
#sidebar-left .hentry.category-opiniao .entry-meta,
#sidebar-left .hentry.category-opiniao .vermas,
#sidebar-right .hentry.category-opinion .entry-meta,
#sidebar-right .hentry.category-opinion .vermas,
#sidebar-right .hentry.category-opiniao .entry-meta,
#sidebar-right .hentry.category-opiniao .vermas {
  background-color: #e53e35 !important;
}
#sidebar-left .hentry.category-opinion,
#sidebar-left .hentry.category-opiniao {
  border-color: #e53e35 !important;
}
.archive.category-opinion #cargar-mas .bg,
.archive.category-opiniao #cargar-mas .bg {
  background-color: #EA655D !important;
  background-color: rgba(229,62,53,0.8) !important;
}
.archive.category-opinion #cargar-mas .progress,
.archive.category-opiniao #cargar-mas .progress {
  background-color: #e53e35 !important;
}
.single.category-opinion .breadcrumbs a:last-child,
.single.category-opiniao .breadcrumbs a:last-child {
  color: #e53e35 !important;
}
#da-center  .hentry.category-opinion .entry-meta,
#da-center  .hentry.category-opiniao .entry-meta {
  background-color: #e53e35 !important;
}
#da-center .hentry.category-opinion .entry-summary,
#da-center .hentry.category-opiniao .entry-summary {
  background-color: #e53e35 !important;
}
#da-center .hentry.category-opinion .entry-meta,
#da-center .hentry.category-opiniao .entry-meta {
  color: #e53e35 !important;
}
#da-center .hentry.category-opinion .entry-meta a,
#da-center .hentry.category-opinion .entry-meta i,
#da-center .hentry.category-opiniao .entry-meta a,
#da-center .hentry.category-opiniao .entry-meta i {
  color: #e53e35 !important;
}
#da-center .hentry.category-opinion .entry-meta a:hover,
#da-center .hentry.category-opiniao .entry-meta a:hover {
  color: #e53e35 !important;
}
.hentry.category-opinion .entry-meta,
.hentry.category-opinion .entry-meta a,
.hentry.category-opiniao .entry-meta,
.hentry.category-opiniao .entry-meta a {
  color: #e53e35 !important;
}
.hentry.category-opinion blockquote,
.hentry.category-opiniao blockquote {
  background-color: #e53e35 !important;
}
.hentry.category-opinion blockquote:before,
.hentry.category-opiniao blockquote:before {
  background-color: #e53e35 !important;
}
.hentry.category-opinion .lightbox .controls .prev,
.hentry.category-opinion .lightbox .controls .next,
.hentry.category-opiniao .lightbox .controls .prev,
.hentry.category-opiniao .lightbox .controls .next {
  background-color: #e53e35;
}
.hentry.category-opinion .lightbox .controls .prev:hover,
.hentry.category-opinion .lightbox .controls .next:hover,
.hentry.category-opiniao .lightbox .controls .prev:hover,
.hentry.category-opiniao .lightbox .controls .next:hover {
  background-color: #EA655D;
  background-color: rgba(229,62,53,0.8);
}
.hentry.category-opinion .lightbox .item a,
.hentry.category-opiniao .lightbox .item a {
  background-color: #e53e35;
}
.hentry.category-opinion .lightbox .item .theover,
.hentry.category-opiniao .lightbox .item .theover {
  background-color: #e53e35;
}
.hentry.category-opinion .lightbox .item .theover span.top,
.hentry.category-opiniao .lightbox .item .theover span.top {
  background-color: #EA655D;
  background-color: rgba(229,62,53,0.8);
}
.hentry.category-opinion .galeria .dots li.current a,
.hentry.category-opiniao .galeria .dots li.current a {
  border-color: #e53e35 !important;
  background-color: #e53e35 !important;
}
.hentry.category-opinion .galeria .dots li a:hover,
.hentry.category-opiniao .galeria .dots li a:hover {
  border-color: #EA655D !important;
  border-color: rgba(229,62,53,0.8) !important;
  background-color: #EA655D !important;
  background-color: rgba(229,62,53,0.8) !important;
}
.hentry.category-opinion .galeria .prev,
.hentry.category-opinion .galeria .next,
.hentry.category-opiniao .galeria .prev,
.hentry.category-opiniao .galeria .next {
  background-color: #e53e35 !important;
}
.hentry.category-opinion .galeria .prev:hover,
.hentry.category-opinion .galeria .next:hover,
.hentry.category-opiniao .galeria .prev:hover,
.hentry.category-opiniao .galeria .next:hover {
  background-color: #EA655D !important;
  background-color: rgba(229,62,53,0.8) !important;
}
.hentry.category-opinion .galeria .item .desc,
.hentry.category-opiniao .galeria .item .desc {
  background-color: #e53e35 !important;
}
.hentry.category-opinion .tab .titulos li.current a,
.hentry.category-opiniao .tab .titulos li.current a {
  color: #e53e35 !important;
}
.hentry.category-opinion .tab .titulos li.current,
.hentry.category-opiniao .tab .titulos li.current {
  border-top-color: #e53e35;
  border-right-color: #e53e35;
}
.hentry.category-opinion .tab .titulos li a:hover,
.hentry.category-opiniao .tab .titulos li a:hover {
  background-color: #EA655D !important;
  background-color: rgba(229,62,53,0.8) !important;
}
.hentry.category-opinion .tab .titulos li.current a:hover,
.hentry.category-opiniao .tab .titulos li.current a:hover {
  background-color: #e53e35 !important;
}
.hentry.category-opinion table.tablepress thead th,
.hentry.category-opiniao table.tablepress thead th {
  background-color: #e53e35 !important;
}
.hentry.category-opinion table.tablepress thead th.column-2,
.hentry.category-opinion table.tablepress thead th.column-4,
.hentry.category-opinion table.tablepress thead th.column-6,
.hentry.category-opinion table.tablepress thead th.column-8,
.hentry.category-opiniao table.tablepress thead th.column-2,
.hentry.category-opiniao table.tablepress thead th.column-4,
.hentry.category-opiniao table.tablepress thead th.column-6,
.hentry.category-opiniao table.tablepress thead th.column-8 {
  background-color: #EA655D !important;
  background-color: rgba(229,62,53,0.8) !important;
}
.hentry.category-opinion table.tablepress td.column-1,
.hentry.category-opinion table.tablepress tr:hover td.column-1,
.hentry.category-opiniao table.tablepress td.column-1,
.hentry.category-opiniao table.tablepress tr:hover td.column-1 {
  background-color: #EA655D !important;
  background-color: rgba(229,62,53,0.8) !important;
}
.hentry.category-opinion table.tablepress .row-2 td:before,
.hentry.category-opiniao table.tablepress .row-2 td:before {
  border-top-color: #e53e35 !important;
}
.hentry.category-opinion table.tablepress td:hover:after,
.hentry.category-opiniao table.tablepress td:hover:after {
  background-color: #e53e35 !important;
}
.hentry.category-opinion .acordeon,
.hentry.category-opiniao .acordeon {
  border-color: #e53e35 !important;
}
.hentry.category-opinion .acordeon .item.current,
.hentry.category-opiniao .acordeon .item.current {
  border-color: #e53e35 !important;
}
.hentry.category-opinion .acordeon .item.current:before,
.hentry.category-opiniao .acordeon .item.current:before {
  border-top-color: #e53e35 !important;
}
.hentry.category-opinion .acordeon .item h2:hover,
.hentry.category-opiniao .acordeon .item h2:hover {
  background-color: #e53e35 !important;
}
.hentry.category-opinion .acordeon .item.current h2 a,
.hentry.category-opiniao .acordeon .item.current h2 a {
  color: #e53e35 !important;
}
@media only screen and (max-width: 480px) {
  #sidebar-right .category-mercado-en-fotos,
  #sidebar-right .category-mercado-em-fotos,
  #sidebar-right .category-photo-essay,
  #sidebar-right li.category-mercado-en-fotos {
    border-color: #f8ae17 !important;
  }
}
@media only screen and (max-width: 959px) {
  #sidebar li.category-mercado-em-fotos,
  #sidebar li.category-photo-essay,
  #sidebar li.category-mercado-en-fotos {
    border-color: #f8ae17 !important;
  }
}
.hentry.category-mercado-en-fotos.thebigpost .thecat,
.hentry.category-mercado-em-fotos.thebigpost .thecat,
.hentry.category-photo-essay.thebigpost .thecat {
  color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos.thebigpost .entry-summary,
.hentry.category-mercado-em-fotos.thebigpost .entry-summary,
.hentry.category-photo-essay.thebigpost .entry-summary {
  border-bottom-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos.thebigpost .entry-thumbnail a,
.hentry.category-mercado-em-fotos.thebigpost .entry-thumbnail a,
.hentry.category-photo-essay.thebigpost .entry-thumbnail a {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .entry-title a:hover,
.hentry.category-mercado-em-fotos .entry-title a:hover,
.hentry.category-photo-essay .entry-title a:hover {
  color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .entry-thumbnail a,
.hentry.category-mercado-en-fotos .entry-thumbnail .theover,
.hentry.category-mercado-em-fotos .entry-thumbnail a,
.hentry.category-mercado-em-fotos .entry-thumbnail .theover,
.hentry.category-photo-essay .entry-thumbnail a,
.hentry.category-photo-essay .entry-thumbnail .theover {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .entry-thumbnail,
.hentry.category-mercado-em-fotos .entry-thumbnail,
.hentry.category-photo-essay .entry-thumbnail {
  border-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .entry-cat-meta,
.hentry.category-mercado-en-fotos .vermas,
.hentry.category-mercado-em-fotos .entry-cat-meta,
.hentry.category-mercado-em-fotos .vermas,
.hentry.category-photo-essay .entry-cat-meta,
.hentry.category-photo-essay .vermas {
  background-color: #f8ae17 !important;
}
#sidebar-left .hentry.category-mercado-en-fotos .entry-meta,
#sidebar-left .hentry.category-mercado-en-fotos .vermas,
#sidebar-left .hentry.category-mercado-em-fotos .entry-meta,
#sidebar-left .hentry.category-mercado-em-fotos .vermas,
#sidebar-left .hentry.category-photo-essay .entry-meta,
#sidebar-left .hentry.category-photo-essay .vermas,
#sidebar-right .hentry.category-mercado-en-fotos .entry-meta,
#sidebar-right .hentry.category-mercado-en-fotos .vermas,
#sidebar-right .hentry.category-mercado-em-fotos .entry-meta,
#sidebar-right .hentry.category-mercado-em-fotos .vermas,
#sidebar-right .hentry.category-photo-essay .entry-meta,
#sidebar-right .hentry.category-photo-essay .vermas {
  background-color: #f8ae17 !important;
}
#sidebar-left .hentry.category-mercado-en-fotos,
#sidebar-left .hentry.category-mercado-em-fotos,
#sidebar-left .hentry.category-photo-essay {
  border-color: #f8ae17 !important;
}
.archive.category-mercado-en-fotos #cargar-mas .bg,
.archive.category-mercado-em-fotos #cargar-mas .bg,
.archive.category-photo-essay #cargar-mas .bg {
  background-color: #F9BE45 !important;
  background-color: rgba(248,174,23,0.8) !important;
}
.archive.category-mercado-en-fotos #cargar-mas .progress,
.archive.category-mercado-em-fotos #cargar-mas .progress,
.archive.category-photo-essay #cargar-mas .progress {
  background-color: #f8ae17 !important;
}
.single.category-mercado-en-fotos .breadcrumbs a:last-child,
.single.category-mercado-em-fotos .breadcrumbs a:last-child,
.single.category-photo-essay .breadcrumbs a:last-child {
  color: #f8ae17 !important;
}
#da-center .hentry.category-mercado-en-fotos .entry-meta,
#da-center .hentry.category-mercado-em-fotos .entry-meta,
#da-center .hentry.category-photo-essay .entry-meta {
  background-color: #f8ae17 !important;
}
#da-center .hentry.category-mercado-en-fotos .entry-summary,
#da-center .hentry.category-mercado-em-fotos .entry-summary,
#da-center .hentry.category-photo-essay .entry-summary {
  background-color: #f8ae17 !important;
}
#da-center .hentry.category-mercado-en-fotos .entry-meta,
#da-center .hentry.category-mercado-em-fotos .entry-meta,
#da-center .hentry.category-photo-essay .entry-meta {
  color: #f8ae17 !important;
}
#da-center .hentry.category-mercado-en-fotos .entry-meta a,
#da-center .hentry.category-mercado-en-fotos .entry-meta i,
#da-center .hentry.category-mercado-em-fotos .entry-meta a,
#da-center .hentry.category-mercado-em-fotos .entry-meta i,
#da-center .hentry.category-photo-essay .entry-meta a,
#da-center .hentry.category-photo-essay .entry-meta i {
  color: #f8ae17 !important;
}
#da-center .hentry.category-mercado-en-fotos .entry-meta a:hover,
#da-center .hentry.category-mercado-em-fotos .entry-meta a:hover,
#da-center .hentry.category-photo-essay .entry-meta a:hover {
  color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .entry-meta,
.hentry.category-mercado-en-fotos .entry-meta a,
.hentry.category-mercado-em-fotos .entry-meta,
.hentry.category-mercado-em-fotos .entry-meta a,
.hentry.category-photo-essay .entry-meta,
.hentry.category-photo-essay .entry-meta a {
  color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos blockquote,
.hentry.category-mercado-em-fotos blockquote,
.hentry.category-photo-essay blockquote {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos blockquote:before,
.hentry.category-mercado-em-fotos blockquote:before,
.hentry.category-photo-essay blockquote:before {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .lightbox .controls .prev,
.hentry.category-mercado-en-fotos .lightbox .controls .next,
.hentry.category-mercado-em-fotos .lightbox .controls .prev,
.hentry.category-mercado-em-fotos .lightbox .controls .next,
.hentry.category-photo-essay .lightbox .controls .prev,
.hentry.category-photo-essay .lightbox .controls .next {
  background-color: #f8ae17;
}
.hentry.category-mercado-en-fotos .lightbox .controls .prev:hover,
.hentry.category-mercado-en-fotos .lightbox .controls .next:hover,
.hentry.category-mercado-em-fotos .lightbox .controls .prev:hover,
.hentry.category-mercado-em-fotos .lightbox .controls .next:hover,
.hentry.category-photo-essay .lightbox .controls .prev:hover,
.hentry.category-photo-essay .lightbox .controls .next:hover {
  background-color: #F9BE45;
  background-color: rgba(248,174,23,0.8);
}
.hentry.category-mercado-en-fotos .lightbox .item a,
.hentry.category-mercado-em-fotos .lightbox .item a,
.hentry.category-photo-essay .lightbox .item a {
  background-color: #f8ae17;
}
.hentry.category-mercado-en-fotos .lightbox .item .theover,
.hentry.category-mercado-em-fotos .lightbox .item .theover,
.hentry.category-photo-essay .lightbox .item .theover {
  background-color: #f8ae17;
}
.hentry.category-mercado-en-fotos .lightbox .item .theover span.top,
.hentry.category-mercado-em-fotos .lightbox .item .theover span.top,
.hentry.category-photo-essay .lightbox .item .theover span.top {
  background-color: #F9BE45;
  background-color: rgba(248,174,23,0.8);
}
.hentry.category-mercado-en-fotos .galeria .dots li.current a,
.hentry.category-mercado-em-fotos .galeria .dots li.current a,
.hentry.category-photo-essay .galeria .dots li.current a {
  border-color: #f8ae17 !important;
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .galeria .dots li a:hover,
.hentry.category-mercado-em-fotos .galeria .dots li a:hover,
.hentry.category-photo-essay .galeria .dots li a:hover {
  border-color: #F9BE45 !important;
  border-color: rgba(248,174,23,0.8) !important;
  background-color: rgba(248,174,23,0.8) !important;
  background-color: #F9BE45 !important;
}
.hentry.category-mercado-en-fotos .galeria .prev,
.hentry.category-mercado-en-fotos .galeria .next,
.hentry.category-mercado-em-fotos .galeria .prev,
.hentry.category-mercado-em-fotos .galeria .next,
.hentry.category-photo-essay .galeria .prev,
.hentry.category-photo-essay .galeria .next {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .galeria .prev:hover,
.hentry.category-mercado-en-fotos .galeria .next:hover,
.hentry.category-mercado-em-fotos .galeria .prev:hover,
.hentry.category-mercado-em-fotos .galeria .next:hover,
.hentry.category-photo-essay .galeria .prev:hover,
.hentry.category-photo-essay .galeria .next:hover {
  background-color: #F9BE45 !important;
  background-color: rgba(248,174,23,0.8) !important;
}
.hentry.category-mercado-en-fotos .galeria .item .desc,
.hentry.category-mercado-em-fotos .galeria .item .desc,
.hentry.category-photo-essay .galeria .item .desc {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .tab .titulos li.current a,
.hentry.category-mercado-em-fotos .tab .titulos li.current a,
.hentry.category-photo-essay .tab .titulos li.current a {
  color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .tab .titulos li.current,
.hentry.category-mercado-em-fotos .tab .titulos li.current,
.hentry.category-photo-essay .tab .titulos li.current {
  border-top-color: #f8ae17;
  border-right-color: #f8ae17;
}
.hentry.category-mercado-en-fotos .tab .titulos li a:hover,
.hentry.category-mercado-em-fotos .tab .titulos li a:hover,
.hentry.category-photo-essay .tab .titulos li a:hover {
  background-color: #F9BE45 !important;
  background-color: rgba(248,174,23,0.8) !important;
}
.hentry.category-mercado-en-fotos .tab .titulos li.current a:hover,
.hentry.category-mercado-em-fotos .tab .titulos li.current a:hover,
.hentry.category-photo-essay .tab .titulos li.current a:hover {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos table.tablepress thead th,
.hentry.category-mercado-em-fotos table.tablepress thead th,
.hentry.category-photo-essay table.tablepress thead th {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos table.tablepress thead th.column-2,
.hentry.category-mercado-en-fotos table.tablepress thead th.column-4,
.hentry.category-mercado-en-fotos table.tablepress thead th.column-6,
.hentry.category-mercado-en-fotos table.tablepress thead th.column-8,
.hentry.category-mercado-em-fotos table.tablepress thead th.column-2,
.hentry.category-mercado-em-fotos table.tablepress thead th.column-4,
.hentry.category-mercado-em-fotos table.tablepress thead th.column-6,
.hentry.category-mercado-em-fotos table.tablepress thead th.column-8,
.hentry.category-photo-essay table.tablepress thead th.column-2,
.hentry.category-photo-essay table.tablepress thead th.column-4,
.hentry.category-photo-essay table.tablepress thead th.column-6,
.hentry.category-photo-essay table.tablepress thead th.column-8 {
  background-color:  !important;
  background-color: rgba(248,174,23,0.8) !important;
}
.hentry.category-mercado-en-fotos table.tablepress td.column-1,
.hentry.category-mercado-en-fotos table.tablepress tr:hover td.column-1,
.hentry.category-mercado-em-fotos table.tablepress td.column-1,
.hentry.category-mercado-em-fotos table.tablepress tr:hover td.column-1,
.hentry.category-photo-essay table.tablepress td.column-1,
.hentry.category-photo-essay table.tablepress tr:hover td.column-1 {
  background-color: #F9BE45 !important;
  background-color: rgba(248,174,23,0.8) !important;
}
.hentry.category-mercado-en-fotos table.tablepress .row-2 td:before,
.hentry.category-mercado-em-fotos table.tablepress .row-2 td:before,
.hentry.category-photo-essay table.tablepress .row-2 td:before {
  border-top-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos table.tablepress td:hover:after,
.hentry.category-mercado-em-fotos table.tablepress td:hover:after,
.hentry.category-photo-essay table.tablepress td:hover:after {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .acordeon,
.hentry.category-mercado-em-fotos .acordeon,
.hentry.category-photo-essay .acordeon {
  border-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .acordeon .item.current,
.hentry.category-mercado-em-fotos .acordeon .item.current,
.hentry.category-photo-essay .acordeon .item.current {
  border-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .acordeon .item.current:before,
.hentry.category-mercado-em-fotos .acordeon .item.current:before,
.hentry.category-photo-essay .acordeon .item.current:before {
  border-top-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .acordeon .item h2:hover,
.hentry.category-mercado-em-fotos .acordeon .item h2:hover,
.hentry.category-photo-essay .acordeon .item h2:hover {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .acordeon .item.current h2 a,
.hentry.category-mercado-em-fotos .acordeon .item.current h2 a,
.hentry.category-photo-essay .acordeon .item.current h2 a {
  color: #f8ae17 !important;
}
@media only screen and (max-width: 480px) {
  #sidebar-right .category-conversando-con-nuestros-clientes,
  #sidebar-right .hentry.category-chat-with-our-customers,
  #sidebar-right .hentry.category-conversando-com-nossos-clientes {
    border-color: #f8ae17 !important;
  }
}
@media only screen and (max-width: 959px) {
  #sidebar li.category-conversando-con-nuestros-clientes,
  #sidebar li.category-chat-with-our-customers,
  #sidebar li.category-conversando-com-nossos-clientes {
    border-color: #9841d6 !important;
  }
}
.hentry.category-conversando-con-nuestros-clientes.thebigpost .thecat,
.hentry.category-chat-with-our-customers.thebigpost .thecat,
.hentry.category-conversando-com-nossos-clientes.thebigpost .thecat {
  color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes.thebigpost .entry-summary,
.hentry.category-chat-with-our-customers.thebigpost .entry-summary,
.hentry.category-conversando-com-nossos-clientes.thebigpost .entry-summary {
  border-bottom-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes.thebigpost .entry-thumbnail a,
.hentry.category-chat-with-our-customers.thebigpost .entry-thumbnail a,
.hentry.category-conversando-com-nossos-clientes.thebigpost .entry-thumbnail a {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes.thebigpost .entry-cat-meta,
.hentry.category-conversando-con-nuestros-clientes.thebigpost .vermas,
.hentry.category-chat-with-our-customers.thebigpost .entry-cat-meta,
.hentry.category-chat-with-our-customers.thebigpost .vermas,
.hentry.category-conversando-com-nossos-clientes.thebigpost .entry-cat-meta,
.hentry.category-conversando-com-nossos-clientes.thebigpost .vermas {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .entry-title a:hover,
.hentry.category-chat-with-our-customers .entry-title a:hover,
.hentry.category-conversando-com-nossos-clientes .entry-title a:hover {
  color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .entry-thumbnail a,
.hentry.category-conversando-con-nuestros-clientes .entry-thumbnail .theover,
.hentry.category-chat-with-our-customers .entry-thumbnail a,
.hentry.category-chat-with-our-customers .entry-thumbnail .theover,
.hentry.category-conversando-com-nossos-clientes .entry-thumbnail a,
.hentry.category-conversando-com-nossos-clientes .entry-thumbnail .theover {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .entry-thumbnail,
.hentry.category-chat-with-our-customers .entry-thumbnail,
.hentry.category-conversando-com-nossos-clientes .entry-thumbnail {
  border-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .entry-cat-meta,
.hentry.category-conversando-con-nuestros-clientes .vermas,
.hentry.category-chat-with-our-customers .entry-cat-meta,
.hentry.category-chat-with-our-customers .vermas,
.hentry.category-conversando-com-nossos-clientes .entry-cat-meta,
.hentry.category-conversando-com-nossos-clientes .vermas {
  background-color: #9841d6 !important;
}
#sidebar-left .hentry.category-conversando-con-nuestros-clientes .entry-meta,
#sidebar-left .hentry.category-conversando-con-nuestros-clientes .vermas,
#sidebar-left .hentry.category-chat-with-our-customers .entry-meta,
#sidebar-left .hentry.category-chat-with-our-customers .vermas,
#sidebar-left .hentry.category-conversando-com-nossos-clientes .entry-meta,
#sidebar-left .hentry.category-conversando-com-nossos-clientes .vermas,
#sidebar-right .hentry.category-conversando-con-nuestros-clientes .entry-meta,
#sidebar-right .hentry.category-conversando-con-nuestros-clientes .vermas,
#sidebar-right .hentry.category-chat-with-our-customers .entry-meta,
#sidebar-right .hentry.category-chat-with-our-customers .vermas,
#sidebar-right .hentry.category-conversando-com-nossos-clientes .entry-meta,
#sidebar-right .hentry.category-conversando-com-nossos-clientes .vermas {
  background-color: #9841d6 !important;
}
#sidebar-left .hentry.category-conversando-con-nuestros-clientes,
#sidebar-left .hentry.category-chat-with-our-customers,
#sidebar-left .hentry.category-conversando-com-nossos-clientes {
  border-color: #9841d6 !important;
}
#da-center .hentry.category-conversando-con-nuestros-clientes .entry-meta,
#da-center .hentry.category-chat-with-our-customers .entry-meta,
#da-center .hentry.category-conversando-com-nossos-clientes .entry-meta {
  background-color: #9841d6 !important;
}
#da-center .hentry.category-conversando-con-nuestros-clientes:hover .entry-summary,
#da-center .hentry.category-chat-with-our-customers:hover .entry-summary,
#da-center .hentry.category-conversando-com-nossos-clientes:hover .entry-summary {
  background-color: #9841d6 !important;
}
#da-center .hentry.category-conversando-con-nuestros-clientes:hover .entry-meta,
#da-center .hentry.category-chat-with-our-customers:hover .entry-meta,
#da-center .hentry.category-conversando-com-nossos-clientes:hover .entry-meta {
  color: #9841d6 !important;
}
#da-center .hentry.category-conversando-con-nuestros-clientes:hover .entry-meta a,
#da-center .hentry.category-conversando-con-nuestros-clientes:hover .entry-meta i,
#da-center .hentry.category-chat-with-our-customers:hover .entry-meta a,
#da-center .hentry.category-chat-with-our-customers:hover .entry-meta i,
#da-center .hentry.category-conversando-com-nossos-clientes:hover .entry-meta a,
#da-center .hentry.category-conversando-com-nossos-clientes:hover .entry-meta i {
  color: #9841d6 !important;
}
#da-center .hentry.category-conversando-con-nuestros-clientes .entry-meta a:hover,
#da-center .hentry.category-chat-with-our-customers .entry-meta a:hover,
#da-center .hentry.category-conversando-com-nossos-clientes .entry-meta a:hover {
  color: #9841d6 !important;
}
.archive.category-conversando-con-nuestros-clientes #cargar-mas .bg,
.archive.category-chat-with-our-customers #cargar-mas .bg,
.hentry.archive-conversando-com-o-cliente #cargar-mas .bg {
  background-color:  !important;
  background-color: rgba(152,65,214,0.8) !important;
}
.archive.category-conversando-con-nuestros-clientes #cargar-mas .progress,
.archive.category-chat-with-our-customers #cargar-mas .progress,
.hentry.archive-conversando-com-o-cliente #cargar-mas .progress {
  background-color: #9841d6 !important;
}
.single.category-conversando-con-nuestros-clientes .breadcrumbs a:last-child,
.single.category-chat-with-our-customers .breadcrumbs a:last-child,
.single.category-conversando-com-nossos-clientes .breadcrumbs a:last-child {
  color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .entry-meta,
.hentry.category-conversando-con-nuestros-clientes .entry-meta a,
.hentry.category-chat-with-our-customers .entry-meta,
.hentry.category-chat-with-our-customers .entry-meta a,
.hentry.category-conversando-com-nossos-clientes .entry-meta,
.hentry.category-conversando-com-nossos-clientes .entry-meta a {
  color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes blockquote,
.hentry.category-chat-with-our-customers blockquote,
.hentry.category-conversando-com-nossos-clientes blockquote {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes blockquote:before,
.hentry.category-chat-with-our-customers blockquote:before,
.hentry.category-conversando-com-nossos-clientes blockquote:before {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .lightbox .controls .prev,
.hentry.category-conversando-con-nuestros-clientes .lightbox .controls .next,
.hentry.category-chat-with-our-customers .lightbox .controls .prev,
.hentry.category-chat-with-our-customers .lightbox .controls .next,
.hentry.category-conversando-com-nossos-clientes .lightbox .controls .prev,
.hentry.category-conversando-com-nossos-clientes .lightbox .controls .next {
  background-color: #9841d6;
}
.hentry.category-conversando-con-nuestros-clientes .lightbox .controls .prev:hover,
.hentry.category-conversando-con-nuestros-clientes .lightbox .controls .next:hover,
.hentry.category-chat-with-our-customers .lightbox .controls .prev:hover,
.hentry.category-chat-with-our-customers .lightbox .controls .next:hover,
.hentry.category-conversando-com-nossos-clientes .lightbox .controls .prev:hover,
.hentry.category-conversando-com-nossos-clientes .lightbox .controls .next:hover {
  background-color: #AD67DE;
  background-color: rgba(152,65,214,0.8);
}
.hentry.category-conversando-con-nuestros-clientes .lightbox .item a,
.hentry.category-chat-with-our-customers .lightbox .item a,
.hentry.category-conversando-com-nossos-clientes .lightbox .item a {
  background-color: #9841d6;
}
.hentry.category-conversando-con-nuestros-clientes .lightbox .item .theover,
.hentry.category-chat-with-our-customers .lightbox .item .theover,
.hentry.category-conversando-com-nossos-clientes .lightbox .item .theover {
  background-color: #9841d6;
}
.hentry.category-conversando-con-nuestros-clientes .lightbox .item .theover span.top,
.hentry.category-chat-with-our-customers .lightbox .item .theover span.top,
.hentry.category-conversando-com-nossos-clientes .lightbox .item .theover span.top {
  background-color: #AD67DE;
  background-color: rgba(152,65,214,0.8);
}
.hentry.category-conversando-con-nuestros-clientes .galeria .dots li.current a,
.hentry.category-chat-with-our-customers .galeria .dots li.current a,
.hentry.category-conversando-com-nossos-clientes .galeria .dots li.current a {
  border-color: #9841d6 !important;
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .galeria .dots li a:hover,
.hentry.category-chat-with-our-customers .galeria .dots li a:hover,
.hentry.category-conversando-com-nossos-clientes .galeria .dots li a:hover {
  border-color: #AD67DE !important;
  border-color: rgba(152,65,214,0.8) !important;
  background-color: #AD67DE !important;
  background-color: rgba(152,65,214,0.8) !important;
}
.hentry.category-conversando-con-nuestros-clientes .galeria .prev,
.hentry.category-conversando-con-nuestros-clientes .galeria .next,
.hentry.category-chat-with-our-customers .galeria .prev,
.hentry.category-chat-with-our-customers .galeria .next,
.hentry.category-conversando-com-nossos-clientes .galeria .prev,
.hentry.category-conversando-com-nossos-clientes .galeria .next {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .galeria .prev:hover,
.hentry.category-conversando-con-nuestros-clientes .galeria .next:hover,
.hentry.category-chat-with-our-customers .galeria .prev:hover,
.hentry.category-chat-with-our-customers .galeria .next:hover,
.hentry.category-conversando-com-nossos-clientes .galeria .prev:hover,
.hentry.category-conversando-com-nossos-clientes .galeria .next:hover {
  background-color: #AD67DE !important;
  background-color: rgba(152,65,214,0.8) !important;
}
.hentry.category-conversando-con-nuestros-clientes .galeria .item .desc,
.hentry.category-chat-with-our-customers .galeria .item .desc,
.hentry.category-conversando-com-nossos-clientes .galeria .item .desc {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .tab .titulos li.current a,
.hentry.category-chat-with-our-customers .tab .titulos li.current a,
.hentry.category-conversando-com-nossos-clientes .tab .titulos li.current a {
  color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .tab .titulos li.current,
.hentry.category-chat-with-our-customers .tab .titulos li.current,
.hentry.category-conversando-com-nossos-clientes .tab .titulos li.current {
  border-top-color: #9841d6;
  border-right-color: #9841d6;
}
.hentry.category-conversando-con-nuestros-clientes .tab .titulos li a:hover,
.hentry.category-chat-with-our-customers .tab .titulos li a:hover,
.hentry.category-conversando-com-nossos-clientes .tab .titulos li a:hover {
  background-color: #AD67DE !important;
  background-color: rgba(152,65,214,0.8) !important;
}
.hentry.category-conversando-con-nuestros-clientes .tab .titulos li.current a:hover,
.hentry.category-chat-with-our-customers .tab .titulos li.current a:hover,
.hentry.category-conversando-com-nossos-clientes .tab .titulos li.current a:hover {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes table.tablepress thead th,
.hentry.category-chat-with-our-customers table.tablepress thead th,
.hentry.category-conversando-com-nossos-clientes table.tablepress thead th {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes table.tablepress thead th.column-2,
.hentry.category-conversando-con-nuestros-clientes table.tablepress thead th.column-4,
.hentry.category-conversando-con-nuestros-clientes table.tablepress thead th.column-6,
.hentry.category-conversando-con-nuestros-clientes table.tablepress thead th.column-8,
.hentry.category-chat-with-our-customers table.tablepress thead th.column-2,
.hentry.category-chat-with-our-customers table.tablepress thead th.column-4,
.hentry.category-chat-with-our-customers table.tablepress thead th.column-6,
.hentry.category-chat-with-our-customers table.tablepress thead th.column-8,
.hentry.category-conversando-com-nossos-clientes table.tablepress thead th.column-2,
.hentry.category-conversando-com-nossos-clientes table.tablepress thead th.column-4,
.hentry.category-conversando-com-nossos-clientes table.tablepress thead th.column-6,
.hentry.category-conversando-com-nossos-clientes table.tablepress thead th.column-8 {
  background-color: #AD67DE !important;
  background-color: rgba(152,65,214,0.8) !important;
}
.hentry.category-conversando-con-nuestros-clientes table.tablepress td.column-1,
.hentry.category-conversando-con-nuestros-clientes table.tablepress tr:hover td.column-1,
.hentry.category-chat-with-our-customers table.tablepress td.column-1,
.hentry.category-chat-with-our-customers table.tablepress tr:hover td.column-1,
.hentry.category-conversando-com-nossos-clientes table.tablepress td.column-1,
.hentry.category-conversando-com-nossos-clientes table.tablepress tr:hover td.column-1 {
  background-color: #AD67DE !important;
  background-color: rgba(152,65,214,0.8) !important;
}
.hentry.category-conversando-con-nuestros-clientes table.tablepress .row-2 td:before,
.hentry.category-chat-with-our-customers table.tablepress .row-2 td:before,
.hentry.category-conversando-com-nossos-clientes table.tablepress .row-2 td:before {
  border-top-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes table.tablepress td:hover:after,
.hentry.category-chat-with-our-customers table.tablepress td:hover:after,
.hentry.category-conversando-com-nossos-clientes table.tablepress td:hover:after {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .acordeon,
.hentry.category-chat-with-our-customers .acordeon,
.hentry.category-conversando-com-nossos-clientes .acordeon {
  border-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .acordeon .item,
.hentry.category-chat-with-our-customers .acordeon .item,
.hentry.category-conversando-com-nossos-clientes .acordeon .item {
  border-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .acordeon .item.current:before,
.hentry.category-chat-with-our-customers .acordeon .item.current:before,
.hentry.category-conversando-com-nossos-clientes .acordeon .item.current:before {
  border-top-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .acordeon .item h2:hover,
.hentry.category-chat-with-our-customers .acordeon .item h2:hover,
.hentry.category-conversando-com-nossos-clientes .acordeon .item h2:hover {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .acordeon .item.current h2 a,
.hentry.category-chat-with-our-customers .acordeon .item.current h2 a,
.hentry.category-conversando-com-nossos-clientes .acordeon .item.current h2 a {
  color: #9841d6 !important;
}
@media only screen and (max-width: 480px) {
  #sidebar-right .category-responsabilidad-compartida,
  #sidebar-right .hentry.category-a-shared-responsability,
  #sidebar-right .hentry.category-responsabilidade-compartilhada {
    border-color: #41c441 !important;
  }
}
@media only screen and (max-width: 959px) {
  #sidebar li.category-responsabilidad-compartida,
  #sidebar li.category-a-shared-responsability,
  #sidebar li.category-responsabilidade-compartilhada {
    border-color: #41c441 !important;
  }
}
.hentry.category-responsabilidad-compartida.thebigpost .thecat,
.hentry.category-a-shared-responsability.thebigpost .thecat,
.hentry.category-responsabilidade-compartilhada.thebigpost .thecat {
  color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida.thebigpost .entry-summary,
.hentry.category-a-shared-responsability.thebigpost .entry-summary,
.hentry.category-responsabilidade-compartilhada.thebigpost .entry-summary {
  border-bottom-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida.thebigpost .entry-thumbnail a,
.hentry.category-a-shared-responsability.thebigpost .entry-thumbnail a,
.hentry.category-responsabilidade-compartilhada.thebigpost .entry-thumbnail a {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .entry-title a:hover,
.hentry.category-a-shared-responsability .entry-title a:hover,
.hentry.category-responsabilidade-compartilhada .entry-title a:hover {
  color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .thecat,
.hentry.category-a-shared-responsability .thecat,
.hentry.category-responsabilidade-compartilhada .thecat {
  color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .entry-thumbnail a,
.hentry.category-responsabilidad-compartida .entry-thumbnail .theover,
.hentry.category-a-shared-responsability .entry-thumbnail a,
.hentry.category-a-shared-responsability .entry-thumbnail .theover,
.hentry.category-responsabilidade-compartilhada .entry-thumbnail a,
.hentry.category-responsabilidade-compartilhada .entry-thumbnail .theover {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .entry-thumbnail,
.hentry.category-a-shared-responsability .entry-thumbnail,
.hentry.category-responsabilidade-compartilhada .entry-thumbnail {
  border-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .entry-cat-meta,
.hentry.category-responsabilidad-compartida .vermas,
.hentry.category-a-shared-responsability .entry-cat-meta,
.hentry.category-a-shared-responsability .vermas,
.hentry.category-responsabilidade-compartilhada .entry-cat-meta,
.hentry.category-responsabilidade-compartilhada .vermas {
  background-color: #41c441 !important;
}
#sidebar-left .hentry.category-responsabilidad-compartida .entry-meta,
#sidebar-left .hentry.category-responsabilidad-compartida .vermas,
#sidebar-left .hentry.category-a-shared-responsability .entry-meta,
#sidebar-left .hentry.category-a-shared-responsability .vermas,
#sidebar-left .hentry.category-responsabilidade-compartilhada .entry-meta,
#sidebar-left .hentry.category-responsabilidade-compartilhada .vermas,
#sidebar-right .hentry.category-responsabilidad-compartida .entry-meta,
#sidebar-right .hentry.category-responsabilidad-compartida .vermas,
#sidebar-right .hentry.category-a-shared-responsability .entry-meta,
#sidebar-right .hentry.category-a-shared-responsability .vermas,
#sidebar-right .hentry.category-responsabilidade-compartilhada .entry-meta,
#sidebar-right .hentry.category-responsabilidade-compartilhada .vermas {
  background-color: #41c441 !important;
}
#sidebar-left .hentry.category-responsabilidad-compartida,
#sidebar-left .hentry.category-a-shared-responsability,
#sidebar-left .hentry.category-responsabilidade-compartilhada {
  border-color: #41c441 !important;
}
.archive.category-responsabilidad-compartida #cargar-mas .bg,
.archive.category-a-shared-responsability #cargar-mas .bg,
.archive.category-responsabilidade-compartilhada #cargar-mas .bg {
  background-color: #67D067 !important;
  background-color: rgba(65,196,65,0.8) !important;
}
.archive.category-responsabilidad-compartida #cargar-mas .progress,
.archive.category-a-shared-responsability #cargar-mas .progress,
.archive.category-responsabilidade-compartilhada #cargar-mas .progress {
  background-color: #41c441 !important;
}
.single.category-responsabilidad-compartida .breadcrumbs a:last-child,
.hentry.category-a-shared-responsability .breadcrumbs a:last-child,
.hentry.category-responsabilidade-compartilhada .breadcrumbs a:last-child {
  color: #41c441 !important;
}
#da-center .hentry.category-responsabilidad-compartida .entry-meta,
#da-center .hentry.category-a-shared-responsability .entry-meta,
#da-center .hentry.category-responsabilidade-compartilhada .entry-meta {
  background-color: #41c441 !important;
}
#da-center .hentry.category-responsabilidad-compartida .entry-summary,
#da-center .hentry.category-a-shared-responsability .entry-summary,
#da-center .hentry.category-responsabilidade-compartilhada .entry-summary {
  background-color: #41c441 !important;
}
#da-center .hentry.category-responsabilidad-compartida .entry-meta,
#da-center .hentry.category-a-shared-responsability .entry-meta,
#da-center .hentry.category-responsabilidade-compartilhada .entry-meta {
  color: #41c441 !important;
}
#da-center .hentry.category-responsabilidad-compartida .entry-meta a,
#da-center .hentry.category-responsabilidad-compartida .entry-meta i,
#da-center .hentry.category-a-shared-responsability .entry-meta a,
#da-center .hentry.category-a-shared-responsability .entry-meta i,
#da-center .hentry.category-responsabilidade-compartilhada .entry-meta a,
#da-center .hentry.category-responsabilidade-compartilhada .entry-meta i {
  color: #41c441 !important;
}
#da-center .hentry.category-responsabilidad-compartida .entry-meta a:hover,
#da-center .hentry.category-a-shared-responsability .entry-meta a:hover,
#da-center .hentry.category-responsabilidade-compartilhada .entry-meta a:hover {
  color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .entry-meta,
.hentry.category-responsabilidad-compartida .entry-meta a,
.hentry.category-a-shared-responsability .entry-meta,
.hentry.category-a-shared-responsability .entry-meta a,
.hentry.category-responsabilidade-compartilhada .entry-meta,
.hentry.category-responsabilidade-compartilhada .entry-meta a {
  color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida blockquote,
.hentry.category-a-shared-responsability blockquote,
.hentry.category-responsabilidade-compartilhada blockquote {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida blockquote:before,
.hentry.category-a-shared-responsability blockquote:before,
.hentry.category-responsabilidade-compartilhada blockquote:before {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .lightbox .controls .prev,
.hentry.category-responsabilidad-compartida .lightbox .controls .next,
.hentry.category-a-shared-responsability .lightbox .controls .prev,
.hentry.category-a-shared-responsability .lightbox .controls .next,
.hentry.category-responsabilidade-compartilhada .lightbox .controls .prev,
.hentry.category-responsabilidade-compartilhada .lightbox .controls .next {
  background-color: #41c441;
}
.hentry.category-responsabilidad-compartida .lightbox .controls .prev:hover,
.hentry.category-responsabilidad-compartida .lightbox .controls .next:hover,
.hentry.category-a-shared-responsability .lightbox .controls .prev:hover,
.hentry.category-a-shared-responsability .lightbox .controls .next:hover,
.hentry.category-responsabilidade-compartilhada .lightbox .controls .prev:hover,
.hentry.category-responsabilidade-compartilhada .lightbox .controls .next:hover {
  background-color: #67D067;
  background-color: rgba(65,196,65,0.8);
}
.hentry.category-responsabilidad-compartida .lightbox .item a,
.hentry.category-a-shared-responsability .lightbox .item a,
.hentry.category-responsabilidade-compartilhada .lightbox .item a {
  background-color: #41c441;
}
.hentry.category-responsabilidad-compartida .lightbox .item .theover,
.hentry.category-a-shared-responsability .lightbox .item .theover,
.hentry.category-responsabilidade-compartilhada .lightbox .item .theover {
  background-color: #41c441;
}
.hentry.category-responsabilidad-compartida .lightbox .item .theover span.top,
.hentry.category-a-shared-responsability .lightbox .item .theover span.top,
.hentry.category-responsabilidade-compartilhada .lightbox .item .theover span.top {
  background-color: #67D067;
  background-color: rgba(65,196,65,0.8);
}
.hentry.category-responsabilidad-compartida .galeria .dots li.current a,
.hentry.category-a-shared-responsability .galeria .dots li.current a,
.hentry.category-responsabilidade-compartilhada .galeria .dots li.current a {
  border-color: #41c441 !important;
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .galeria .dots li a:hover,
.hentry.category-a-shared-responsability .galeria .dots li a:hover,
.hentry.category-responsabilidade-compartilhada .galeria .dots li a:hover {
  border-color: #67D067 !important;
  border-color: rgba(65,196,65,0.8) !important;
  background-color: #67D067 !important;
  background-color: rgba(65,196,65,0.8) !important;
}
.hentry.category-responsabilidad-compartida .galeria .prev,
.hentry.category-responsabilidad-compartida .galeria .next,
.hentry.category-a-shared-responsability .galeria .prev,
.hentry.category-a-shared-responsability .galeria .next,
.hentry.category-responsabilidade-compartilhada .galeria .prev,
.hentry.category-responsabilidade-compartilhada .galeria .next {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .galeria .prev:hover,
.hentry.category-responsabilidad-compartida .galeria .next:hover,
.hentry.category-a-shared-responsability .galeria .prev:hover,
.hentry.category-a-shared-responsability .galeria .next:hover,
.hentry.category-responsabilidade-compartilhada .galeria .prev:hover,
.hentry.category-responsabilidade-compartilhada .galeria .next:hover {
  background-color: #67D067 !important;
  background-color: rgba(65,196,65,0.8) !important;
}
.hentry.category-responsabilidad-compartida .galeria .item .desc,
.hentry.category-a-shared-responsability .galeria .item .desc,
.hentry.category-responsabilidade-compartilhada .galeria .item .desc {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .tab .titulos li.current a,
.hentry.category-a-shared-responsability .tab .titulos li.current a,
.hentry.category-responsabilidade-compartilhada .tab .titulos li.current a {
  color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .tab .titulos li.current,
.hentry.category-a-shared-responsability .tab .titulos li.current,
.hentry.category-responsabilidade-compartilhada .tab .titulos li.current {
  border-top-color: #41c441;
  border-right-color: #41c441;
}
.hentry.category-responsabilidad-compartida .tab .titulos li a:hover,
.hentry.category-a-shared-responsability .tab .titulos li a:hover,
.hentry.category-responsabilidade-compartilhada .tab .titulos li a:hover {
  background-color: #67D067 !important;
  background-color: rgba(65,196,65,0.8) !important;
}
.hentry.category-responsabilidad-compartida .tab .titulos li.current a:hover,
.hentry.category-a-shared-responsability .tab .titulos li.current a:hover,
.hentry.category-responsabilidade-compartilhada .tab .titulos li.current a:hover {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida table.tablepress thead th,
.hentry.category-a-shared-responsability table.tablepress thead th,
.hentry.category-responsabilidade-compartilhada table.tablepress thead th {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida table.tablepress thead th.column-2,
.hentry.category-responsabilidad-compartida table.tablepress thead th.column-4,
.hentry.category-responsabilidad-compartida table.tablepress thead th.column-6,
.hentry.category-responsabilidad-compartida table.tablepress thead th.column-8,
.hentry.category-a-shared-responsability table.tablepress thead th.column-2,
.hentry.category-a-shared-responsability table.tablepress thead th.column-4,
.hentry.category-a-shared-responsability table.tablepress thead th.column-6,
.hentry.category-a-shared-responsability table.tablepress thead th.column-8,
.hentry.category-responsabilidade-compartilhada table.tablepress thead th.column-2,
.hentry.category-responsabilidade-compartilhada table.tablepress thead th.column-4,
.hentry.category-responsabilidade-compartilhada table.tablepress thead th.column-6,
.hentry.category-responsabilidade-compartilhada table.tablepress thead th.column-8 {
  background-color: #67D067 !important;
  background-color: rgba(65,196,65,0.8) !important;
}
.hentry.category-responsabilidad-compartida table.tablepress td.column-1,
.hentry.category-responsabilidad-compartida table.tablepress tr:hover td.column-1,
.hentry.category-a-shared-responsability table.tablepress td.column-1,
.hentry.category-a-shared-responsability table.tablepress tr:hover td.column-1,
.hentry.category-responsabilidade-compartilhada table.tablepress td.column-1,
.hentry.category-responsabilidade-compartilhada table.tablepress tr:hover td.column-1 {
  background-color: #67D067 !important;
  background-color: rgba(65,196,65,0.8) !important;
}
.hentry.category-responsabilidad-compartida table.tablepress .row-2 td:before,
.hentry.category-a-shared-responsability table.tablepress .row-2 td:before,
.hentry.category-responsabilidade-compartilhada table.tablepress .row-2 td:before {
  border-top-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida table.tablepress td:hover:after,
.hentry.category-a-shared-responsability table.tablepress td:hover:after,
.hentry.category-responsabilidade-compartilhada table.tablepress td:hover:after {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .acordeon,
.hentry.category-a-shared-responsability .acordeon,
.hentry.category-responsabilidade-compartilhada .acordeon {
  border-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .acordeon .item,
.hentry.category-a-shared-responsability .acordeon .item,
.hentry.category-responsabilidade-compartilhada .acordeon .item {
  border-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .acordeon .item.current:before,
.hentry.category-a-shared-responsability .acordeon .item.current:before,
.hentry.category-responsabilidade-compartilhada .acordeon .item.current:before {
  border-top-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .acordeon .item h2:hover,
.hentry.category-a-shared-responsability .acordeon .item h2:hover,
.hentry.category-responsabilidade-compartilhada .acordeon .item h2:hover {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .acordeon .item.current h2 a,
.hentry.category-a-shared-responsability .acordeon .item.current h2 a,
.hentry.category-responsabilidade-compartilhada .acordeon .item.current h2 a {
  color: #41c441 !important;
}
span.cat-cargo-noticias,
span.cargo-news,
span.cat-1 {
  background-color: #1b58e0 !important;
}
span.cat-opinion,
span.cat-opiniao,
span.cat-2 {
  background-color: #e53e35 !important;
}
span.cat-mercado-en-fotos,
span.category-mercado-em-fotos,
span.category-photo-essay,
span.cat-3 {
  background-color: #f8ae17 !important;
}
span.cat-conversacion-con-el-cliente,
span.category-chat-with-our-customers,
span.category-conversando-com-nossos-clientes,
span.cat-4 {
  background-color: #9841d6 !important;
}
span.cat-responsabilidad-compartida,
span.category-a-shared-responsability,
span.category-responsabilidade-compartilhada,
span.cat-5 {
  background-color: #41c441 !important;
}
#sidebar {
  float: right;
  width: 265px;
  overflow: hidden;
}
#sidebar h3 {
  font-family: Sintony, Arial, Helvetica;
  font-size: 21px;
  color: #4D5660;
  margin-bottom: 30px;
  margin-top: 38px;
  font-weight: 400;
  margin-bottom: 19px;
}
#sidebar .masvistos {
  padding: 0;
  margin: 0;
  float: left;
}
#sidebar .masvistos li {
  list-style-type: none;
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
}
#sidebar .masvistos li a {
  display: block;
  float: left;
  padding: 14px 0 28px;
  font-family: Sintony, Arial, Helvetica;
  color: #4D5660;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}
#sidebar .masvistos li a span.foot {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  font-size: 12px;
}
#sidebar .masvistos li a span.foot span.vermas {
  position: absolute;
  right: -100%;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  padding: 0 5px 0 5px;
  transition: all 0.3s ease-out;
}
#sidebar .masvistos li a span.foot span.vermas i {
  margin-right: 5px;
  font-size: 12px;
}
#sidebar .masvistos li a span.foot span.cat {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  width: auto;
  padding: 0 7px 0 7px;
  transition: all 0.3s ease-out;
}
#sidebar .masvistos li a span.foot span.cat i {
  margin-right: 5px;
  font-size: 12px;
}
#sidebar .masvistos li a:hover span.foot span.cat {
  right: -100%;
}
#sidebar .masvistos li a:hover span.foot span.vermas {
  right: 0;
}
#sidebar-left {
  width: 300px;
  float: left;
  margin-right: 24px;
}
#sidebar-left .hentry {
  width: 300px;
  padding: 0;
  border-bottom: 4px solid #333;
  position: relative;
  margin-bottom: 22px;
}
#sidebar-left .hentry * {
  transition: all 0.25s;
}
#sidebar-left .hentry .entry-thumbnail {
  width: 300px;
  height: 200px;
}
#sidebar-left .hentry .entry-thumbnail img {
  max-width: 300px;
}
#sidebar-left .hentry .entry-thumbnail a img {
  transition: all 0.25s;
}
#sidebar-left .hentry .entry-meta {
  font-family: Sintony, Arial, Helvetica;
  position: absolute;
  left: 0px;
  top: -22px;
  font-size: 12px;
  font-weight: 400;
  background-color: #333;
  margin: 0;
  color: #fff !important;
  line-height: 22px;
  padding: 0;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
#sidebar-left .hentry .entry-meta i {
  margin-right: 3px;
  position: relative;
  z-index: 2;
}
#sidebar-left .hentry .entry-meta a {
  text-transform: none;
  width: 0px;
  overflow: hidden;
}
#sidebar-left .hentry .entry-meta .thecategories {
  margin-left: 6px;
}
#sidebar-left .hentry .entry-meta .thecategories a {
  font-size: 12px;
}
#sidebar-left .hentry .entry-meta ul {
  margin-left: -200%;
}
#sidebar-left .hentry:hover .entry-meta {
  padding-right: 10px;
  width: auto;
}
#sidebar-left .hentry:hover ul {
  margin-left: 0;
}
#sidebar-left .hentry:hover .entry-meta a {
  color: #fff !important;
}
#sidebar-left .hentry .entry-header {
  position: absolute;
  width: 206px;
  bottom: 0px;
  left: 33px;
  background-color: #Fff;
  background-color: rgba(255,255,255,0.8);
  padding: 5px 15px;
  margin: 0;
  text-transform: uppercase;
  color: #4D5660;
}
#sidebar-left .hentry .entry-header a {
  color: #4D5660;
  font-size: 14px;
  line-height: 16px;
  font-family: Sintony, Arial, Helvetica;
}
#sidebar-left .hentry .entry-title {
  margin: 0;
  font-size: 14px;
  color: #4D5660 !important;
  font-family: Sintony, Arial, Helvetica;
}
#sidebar-left .hentry .entry-title > a {
  display: block;
  line-height: 1.2em;
  font-family: Sintony, Arial, Helvetica;
}
#sidebar-left .hentry:hover .entry-thumbnail a {
  float: left;
}
#sidebar-left .hentry:hover .entry-thumbnail a img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#sidebar-left .hentry:hover .entry-title {
  color: #4D5660 !important;
}
#da-center {
  float: left;
}
#da-center .hentry {
  position: relative;
  width: 580px;
  height: 435px;
  float: left;
  padding: 0;
  margin: 0;
}
#da-center .hentry * {
  transition: all 0.25s ease-in;
}
#da-center .hentry .entry-thumbnail {
  width: 580px;
  height: 435px;
}
#da-center .hentry .entry-thumbnail img {
  max-width: 580px;
  height: 435px;
}
#da-center .hentry .entry-summary {
  position: absolute;
  background-color: #fff;
  left: 0px;
  bottom: 35px;
  padding: 15px 20px 15px 15px;
  width: 430px;
  font-size: 14px;
  color: #7C8695;
}
#da-center .hentry .entry-summary .e {
  transition: all 0s;
  font-family: Asap, Arial, Helvetica;
  line-height: 1.2em;
}
#da-center .hentry .entry-header {
  padding: 0;
  margin: 0 0 12px 0;
  width: 100%;
  line-height: 1em;
}
#da-center .hentry .entry-title {
  margin: 0px;
  padding: 0px;
  line-height: 1.2em;
}
#da-center .hentry .entry-title a {
  font-size: 20px;
  color: #4D5660;
  text-transform: uppercase;
  line-height: 1em;
}
#da-center .hentry .entry-meta {
  position: absolute;
  bottom: -23px;
  left: 24px;
  background-color: #333;
  color: #Fff !important;
  line-height: 22px;
  padding-right: 15px;
}
#da-center .hentry .entry-meta i {
  margin-right: 3px;
  color: #Fff !important;
}
#da-center .hentry .entry-meta a {
  color: #fff !important;
  text-transform: none;
  width: 0px;
  overflow: hidden;
}
#da-center .hentry .entry-meta .thecategories {
  margin-left: 6px;
}
#da-center .hentry .entry-meta .thecategories a {
  font-size: 12px;
}
#da-center .hentry .entry-meta .thecategories i {
  font-size: 12px;
}
#da-center .hentry:hover .entry-summary {
  background-color: #333;
  color: #fff;
  padding-right: 50px;
}
#da-center .hentry:hover .entry-summary .entry-title a {
  color: #fff;
}
#da-center .hentry:hover .entry-summary .entry-title a:hover {
  color: #fff !important;
}
#da-center .hentry:hover .entry-summary .post-categories a:hover {
  color: auto !important;
}
#da-center .hentry:hover .entry-meta {
  background-color: #fff !important;
}
#da-center .hentry:hover .entry-meta .thecategories {
  transition: none;
}
#sidebar-right {
  width: 270px;
  float: right;
  margin-top: -10px;
}
#sidebar-right .hentry {
  width: 270px;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  padding-bottom: 22px;
  overflow: hidden;
}
#sidebar-right .hentry * {
  transition: all 0.3s ease-out;
}
#sidebar-right .hentry .entry-meta {
  margin: 0px;
}
#sidebar-right .hentry .entry-header {
  margin: 0;
  width: 270px;
  padding: 0px;
}
#sidebar-right .hentry .entry-header .entry-title {
  margin: 0 0 11px 0;
  line-height: 1em;
}
#sidebar-right .hentry .entry-header .entry-title a {
  color: #4D5660;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 14px;
}
#sidebar-right .hentry .entry-meta {
  float: right;
  background-color: #333;
  margin: 0;
  color: #fff !important;
  line-height: 22px;
  padding-right: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 22px;
}
#sidebar-right .hentry .entry-meta i {
  margin-right: 3px;
}
#sidebar-right .hentry .entry-meta a {
  color: #fff !important;
  text-transform: none;
  width: 0px;
  overflow: hidden;
}
#sidebar-right .hentry .entry-meta .thecategories {
  position: relative;
  bottom: 0;
  right: 0;
  height: 20px;
  margin-left: 6px;
}
#sidebar-right .hentry .entry-meta .thecategories a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  line-height: 20px !important;
}
#sidebar-right .hentry .entry-meta .thecategories a i {
  font-size: 12px;
}
#sidebar-right .hentry .vermas {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: -100%;
  height: 22px;
  z-index: 2;
  color: #fff;
  line-height: 19px;
  overflow: hidden;
  padding: 0 5px 0 5px;
}
#sidebar-right .hentry .vermas i {
  margin-right: 5px;
  font-size: 12px;
}
#sidebar-right .hentry .vermas a {
  text-decoration: none;
  color: #fff;
  line-height: 22px !important;
}
#sidebar-right .hentry:hover .vermas {
  right: 0;
}
#sidebar-right .hentry:hover .entry-meta {
  right: -100%;
}
#bottom {
  margin-top: 30px;
  width: 100%;
  clear: both;
  float: left;
  overflow: hidden;
  margin-bottom: 100px;
}
#bottom .hentry {
  float: left;
  width: 400px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#bottom .hentry .entry-thumbnail {
  width: 400px;
  height: 256px;
  border-bottom: 4px solid #333;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#bottom .hentry .entry-thumbnail >a {
  width: 400px;
  height: 256px;
  display: block;
  float: left;
  overflow: hidden;
}
#bottom .hentry .entry-thumbnail .theover {
  width: 400px;
  height: 256px;
  position: absolute;
  top: -100%;
  left: 0px;
  z-index: 2;
}
#bottom .hentry .entry-thumbnail .theover span.top {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -62px;
  color: #fff;
  width: 125px;
  height: 125px;
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  z-index: 4;
  border-radius: 125px;
}
#bottom .hentry .entry-thumbnail .theover span.top i {
  color: #fff;
  font-size: 64px;
  line-height: 135px;
}
#bottom .hentry .entry-thumbnail .theover em {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  color: #fff;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-top: 63px;
  margin-left: -62px;
  font-size: 19px;
  font-family: Asap, Arial, Helvetica;
  text-transform: uppercase;
  width: 125px;
  text-align: center;
  font-style: normal;
}
#bottom .hentry .entry-thumbnail .theover img {
  z-index: 3;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#bottom .hentry .entry-thumbnail img {
  max-width: 400px;
  height: 256px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#bottom .hentry .entry-summary {
  float: left;
  margin-left: 25px;
  width: 364px;
  color: #7C8695;
  border-bottom: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
  font-size: 14px;
  font-family: Asap, Arial, Helvetica;
  margin-top: 12px;
  padding-right: 10px;
}
#bottom .hentry .entry-header {
  padding: 0;
  margin: 2px 0px 0px -1px;
  width: 360px;
  height: auto;
  float: left;
  font-size: 18px;
}
#bottom .hentry .entry-header a {
  text-transform: uppercase;
  color: #4D5660;
  line-height: 1.2em;
}
#bottom .hentry .entry-title {
  margin: 0px 10px 10px 0px;
  padding: 0;
  width: 364px;
  height: auto;
  font-size: 18px;
}
#bottom .hentry .entry-meta {
  float: left;
  width: 100%;
  clear: both;
  margin: 15px 0 15px 0;
}
.index {
  width: 744px;
  margin: 0 auto;
  height: 155px;
}
.index .breadcrumbs h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 400;
  font-family: Sintony, Arial, Helvetica;
  font-size: 20px;
}
.index .breadcrumbs h3 strong {
  color: #001F5B;
  font-weight: 400;
}
.index .hentry:hover .vermas {
  right: 0;
}
.index .hentry:hover .entry-cat-meta {
  right: -100%;
}
.index .entry-thumbnail a:hover .theover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .hentry {
  width: 744px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.index .hentry .entry-title,
.index .hentry .entry-thumbnail img {
  transition: all 0.25s ease-out;
}
.index .hentry .entry-thumbnail-place {
  float: left;
  width: 235px;
  height: 155px;
  border-right: 5px solid #333;
}
.index .hentry .entry-thumbnail {
  float: left;
  width: 240px;
  height: 155px;
}
.index .hentry .entry-thumbnail a {
  display: block;
  width: 240px;
  height: 155px;
  float: left;
  position: relative;
}
.index .hentry .entry-thumbnail .theover {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 240px;
  height: 155px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index .hentry .entry-thumbnail .theover span.top {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  color: #fff;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,0.4);
  text-align: center;
  z-index: 2;
  border-radius: 80px;
}
.index .hentry .entry-thumbnail .theover span.top i {
  color: #fff;
  font-size: 48px;
  line-height: 94px;
}
.index .hentry .entry-thumbnail .theover em {
  position: absolute;
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -40px;
  font-size: 14px;
  font-family: Asap, Arial, Helvetica;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  font-style: normal;
  opacity: 0;
  filter: alpha(opacity=0);
}
.index .hentry .entry-thumbnail .theover img {
  z-index: 3;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.index .hentry .entry-summary {
  float: right;
  width: 488px;
  height: 155px;
  padding-left: 8px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
.index .hentry .entry-meta {
  margin: 0;
  padding: 0;
  line-height: 22px;
  height: 22px;
  padding-right: 8px;
  font-size: 14px;
  border: none;
}
.index .hentry .entry-meta i {
  font-size: 14px;
}
.index .hentry .entry-meta .thedate {
  border: none;
}
.index .hentry .entry-cat-meta {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #333;
  color: #fff !important;
}
.index .hentry .entry-cat-meta a {
  color: #fff !important;
  font-size: 12px;
}
.index .hentry .entry-title {
  margin: 10px 0 0 0;
  padding: 0;
}
.index .hentry .entry-title a {
  font-size: 18px;
  text-transform: uppercase;
  color: #4D5660;
}
.index .hentry .vermas {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: -100%;
  height: 22px;
  z-index: 2;
  color: #fff;
  line-height: 19px;
  overflow: hidden;
  padding: 0 5px 0 5px;
}
.index .hentry .vermas i {
  margin-right: 5px;
  font-size: 12px;
}
.index .hentry .vermas a {
  text-decoration: none;
  color: #fff;
}
body.search .hentry .entry-title {
  margin-top: 2px !important;
}
@media only screen and (max-width: 480px) {
  #menu-item-7 a {
    border-color: #e53e35 !important;
  }
  #menu-item-4 a {
    border-color: #1b58e0 !important;
  }
  #menu-item-6 a {
    border-color: #f8ae17 !important;
  }
  #menu-item-5 a {
    border-color: #9841d6 !important;
  }
  #menu-item-8 a {
    border-color: #41c441 !important;
  }
  #da-center .hentry.category-noticias:hover .entry-meta,
  #da-center .hentry.category-news:hover .entry-meta {
    background-color: #1b58e0 !important;
    color: #fff;
  }
  #da-center .hentry.category-noticias:hover .entry-meta i,
  #da-center .hentry.category-news:hover .entry-meta i {
    color: #Fff !important;
  }
  #da-center .hentry.category-noticias:hover .entry-meta a,
  #da-center .hentry.category-news:hover .entry-meta a {
    color: #fff !important;
  }
  #da-center .hentry.category-noticias .entry-meta,
  #da-center .hentry.category-news .entry-meta {
    background-color: #1b58e0;
    color: #fff;
  }
  #da-center .hentry.category-noticias .entry-meta a,
  #da-center .hentry.category-news .entry-meta a {
    color: #fff !important;
  }
  #da-center .hentry.category-noticias .entry-summary,
  #da-center .hentry.category-news .entry-summary {
    background-color: #1b58e0 !important;
  }
  #da-center .hentry.category-noticias .entry-title,
  #da-center .hentry.category-news .entry-title {
    font-size: 18px;
  }
  #da-center .hentry.category-noticias .entry-title a,
  #da-center .hentry.category-news .entry-title a {
    color: #fff;
  }
  #da-center .hentry.category-opinion:hover .entry-meta,
  #da-center .hentry.category-opiniao:hover .entry-meta {
    background-color: #e53e35 !important;
    color: #fff;
  }
  #da-center .hentry.category-opinion:hover .entry-meta i,
  #da-center .hentry.category-opiniao:hover .entry-meta i {
    color: #Fff !important;
  }
  #da-center .hentry.category-opinion:hover .entry-meta a,
  #da-center .hentry.category-opiniao:hover .entry-meta a {
    color: #fff !important;
  }
  #da-center .hentry.category-opinion .entry-meta,
  #da-center .hentry.category-opiniao .entry-meta {
    background-color: #e53e35;
    color: #fff;
  }
  #da-center .hentry.category-opinion .entry-meta a,
  #da-center .hentry.category-opiniao .entry-meta a {
    color: #fff !important;
  }
  #da-center .hentry.category-opinion .entry-summary,
  #da-center .hentry.category-opiniao .entry-summary {
    background-color: #e53e35 !important;
  }
  #da-center .hentry.category-opinion .entry-title,
  #da-center .hentry.category-opiniao .entry-title {
    font-size: 18px;
  }
  #da-center .hentry.category-opinion .entry-title a,
  #da-center .hentry.category-opiniao .entry-title a {
    color: #fff;
  }
  #da-center .hentry-category-mercado-en-fotos:hover .entry-meta,
  #da-center .hentry.category-mercado-em-fotos:hover .entry-meta,
  #da-center .hentry.category-photo-essay:hover .entry-meta {
    background-color: #f8ae17 !important;
    color: #fff;
  }
  #da-center .hentry-category-mercado-en-fotos:hover .entry-meta i,
  #da-center .hentry.category-mercado-em-fotos:hover .entry-meta i,
  #da-center .hentry.category-photo-essay:hover .entry-meta i {
    color: #Fff !important;
  }
  #da-center .hentry-category-mercado-en-fotos:hover .entry-meta a,
  #da-center .hentry.category-mercado-em-fotos:hover .entry-meta a,
  #da-center .hentry.category-photo-essay:hover .entry-meta a {
    color: #fff !important;
  }
  #da-center .hentry-category-mercado-en-fotos .entry-meta,
  #da-center .hentry.category-mercado-em-fotos .entry-meta,
  #da-center .hentry.category-photo-essay .entry-meta {
    background-color: #f8ae17;
    color: #fff;
  }
  #da-center .hentry-category-mercado-en-fotos .entry-meta a,
  #da-center .hentry.category-mercado-em-fotos .entry-meta a,
  #da-center .hentry.category-photo-essay .entry-meta a {
    color: #fff;
  }
  #da-center .hentry-category-mercado-en-fotos .entry-summary,
  #da-center .hentry.category-mercado-em-fotos .entry-summary,
  #da-center .hentry.category-photo-essay .entry-summary {
    background-color: #f8ae17 !important;
  }
  #da-center .hentry-category-mercado-en-fotos .entry-title,
  #da-center .hentry.category-mercado-em-fotos .entry-title,
  #da-center .hentry.category-photo-essay .entry-title {
    font-size: 18px;
  }
  #da-center .hentry-category-mercado-en-fotos .entry-title a,
  #da-center .hentry.category-mercado-em-fotos .entry-title a,
  #da-center .hentry.category-photo-essay .entry-title a {
    color: #fff;
  }
  #da-center .hentry-category-conversando-con-nuestros-clientes:hover .entry-meta,
  #da-center .hentry.category-chat-with-our-customers:hover .entry-meta,
  #da-center .hentry.category-conversando-com-nossos-clientes:hover .entry-meta {
    background-color: #9841d6 !important;
    color: #fff;
  }
  #da-center .hentry-category-conversando-con-nuestros-clientes:hover .entry-meta i,
  #da-center .hentry.category-chat-with-our-customers:hover .entry-meta i,
  #da-center .hentry.category-conversando-com-nossos-clientes:hover .entry-meta i {
    color: #Fff !important;
  }
  #da-center .hentry-category-conversando-con-nuestros-clientes:hover .entry-meta a,
  #da-center .hentry.category-chat-with-our-customers:hover .entry-meta a,
  #da-center .hentry.category-conversando-com-nossos-clientes:hover .entry-meta a {
    color: #fff !important;
  }
  #da-center .hentry-category-conversando-con-nuestros-clientes .entry-meta,
  #da-center .hentry.category-chat-with-our-customers .entry-meta,
  #da-center .hentry.category-conversando-com-nossos-clientes .entry-meta {
    background-color: #9841d6;
    color: #fff;
  }
  #da-center .hentry-category-conversando-con-nuestros-clientes .entry-meta a,
  #da-center .hentry.category-chat-with-our-customers .entry-meta a,
  #da-center .hentry.category-conversando-com-nossos-clientes .entry-meta a {
    color: #fff;
  }
  #da-center .hentry-category-conversando-con-nuestros-clientes .entry-summary,
  #da-center .hentry.category-chat-with-our-customers .entry-summary,
  #da-center .hentry.category-conversando-com-nossos-clientes .entry-summary {
    background-color: #9841d6 !important;
  }
  #da-center .hentry-category-conversando-con-nuestros-clientes .entry-title,
  #da-center .hentry.category-chat-with-our-customers .entry-title,
  #da-center .hentry.category-conversando-com-nossos-clientes .entry-title {
    font-size: 18px;
  }
  #da-center .hentry-category-conversando-con-nuestros-clientes .entry-title a,
  #da-center .hentry.category-chat-with-our-customers .entry-title a,
  #da-center .hentry.category-conversando-com-nossos-clientes .entry-title a {
    color: #fff;
  }
  #da-center .hentry-category-responsabilidad-compartida:hover .entry-meta,
  #da-center .hentry.category-a-shared-responsability:hover .entry-meta,
  #da-center .hentry.category-responsabilidade-compartilhada:hover .entry-meta {
    background-color: #41c441 !important;
    color: #fff;
  }
  #da-center .hentry-category-responsabilidad-compartida:hover .entry-meta i,
  #da-center .hentry.category-a-shared-responsability:hover .entry-meta i,
  #da-center .hentry.category-responsabilidade-compartilhada:hover .entry-meta i {
    color: #Fff !important;
  }
  #da-center .hentry-category-responsabilidad-compartida:hover .entry-meta a,
  #da-center .hentry.category-a-shared-responsability:hover .entry-meta a,
  #da-center .hentry.category-responsabilidade-compartilhada:hover .entry-meta a {
    color: #fff !important;
  }
  #da-center .hentry-category-responsabilidad-compartida .entry-meta,
  #da-center .hentry.category-a-shared-responsability .entry-meta,
  #da-center .hentry.category-responsabilidade-compartilhada .entry-meta {
    background-color: #41c441;
    color: #fff;
  }
  #da-center .hentry-category-responsabilidad-compartida .entry-meta a,
  #da-center .hentry.category-a-shared-responsability .entry-meta a,
  #da-center .hentry.category-responsabilidade-compartilhada .entry-meta a {
    color: #fff;
  }
  #da-center .hentry-category-responsabilidad-compartida .entry-summary,
  #da-center .hentry.category-a-shared-responsability .entry-summary,
  #da-center .hentry.category-responsabilidade-compartilhada .entry-summary {
    background-color: #41c441 !important;
  }
  #da-center .hentry-category-responsabilidad-compartida .entry-title,
  #da-center .hentry.category-a-shared-responsability .entry-title,
  #da-center .hentry.category-responsabilidade-compartilhada .entry-title {
    font-size: 18px;
  }
  #da-center .hentry-category-responsabilidad-compartida .entry-title a,
  #da-center .hentry.category-a-shared-responsability .entry-title a,
  #da-center .hentry.category-responsabilidade-compartilhada .entry-title a {
    color: #fff;
  }
  #bottom .hentry.category-conversando-con-nuestros-clientes,
  #bottom .hentry.category-chat-with-our-customers,
  #bottom .hentry.category-conversando-com-nossos-clientes {
    border-color: #9841d6 !important;
  }
  #bottom .hentry.category-conversando-con-nuestros-clientes .entry-meta,
  #bottom .hentry.category-conversando-con-nuestros-clientes .vermas,
  #bottom .hentry.category-chat-with-our-customers .entry-meta,
  #bottom .hentry.category-chat-with-our-customers .vermas,
  #bottom .hentry.category-conversando-com-nossos-clientes .entry-meta,
  #bottom .hentry.category-conversando-com-nossos-clientes .vermas {
    background-color: #9841d6 !important;
  }
  #bottom .hentry.category-opinion,
  #bottom .hentry.category-opiniao {
    border-color: #e53e35 !important;
  }
  #bottom .hentry.category-opinion .entry-meta,
  #bottom .hentry.category-opinion .vermas,
  #bottom .hentry.category-opiniao .entry-meta,
  #bottom .hentry.category-opiniao .vermas {
    background-color: #e53e35 !important;
  }
  #bottom .hentry.category-noticias,
  #bottom .hentry.category-news {
    border-color: #1b58e0 !important;
  }
  #bottom .hentry.category-noticias .entry-meta,
  #bottom .hentry.category-noticias .vermas,
  #bottom .hentry.category-news .entry-meta,
  #bottom .hentry.category-news .vermas {
    background-color: #1b58e0 !important;
  }
  #bottom .hentry.category-mercado-en-fotos,
  #bottom .hentry.category-mercado-em-fotos,
  #bottom .hentry.category-photo-essay {
    border-color: #f8ae17 !important;
  }
  #bottom .hentry.category-mercado-en-fotos .entry-meta,
  #bottom .hentry.category-mercado-en-fotos .vermas,
  #bottom .hentry.category-mercado-em-fotos .entry-meta,
  #bottom .hentry.category-mercado-em-fotos .vermas,
  #bottom .hentry.category-photo-essay .entry-meta,
  #bottom .hentry.category-photo-essay .vermas {
    background-color: #f8ae17 !important;
  }
  #bottom .hentry.category-responsabilidad-compartida,
  #bottom .hentry.category-a-shared-responsability,
  #bottom .hentry.category-responsabilidade-compartilhada {
    border-color: #41c441 !important;
  }
  #bottom .hentry.category-responsabilidad-compartida .entry-meta,
  #bottom .hentry.category-responsabilidad-compartida .vermas,
  #bottom .hentry.category-a-shared-responsability .entry-meta,
  #bottom .hentry.category-a-shared-responsability .vermas,
  #bottom .hentry.category-responsabilidade-compartilhada .entry-meta,
  #bottom .hentry.category-responsabilidade-compartilhada .vermas {
    background-color: #41c441 !important;
  }
  .archive.category .hentry.thebigpost.category-conversando-con-nuestros-clientes .entry-summary,
  .archive.category .hentry.thebigpost.category-chat-with-our-customers .entry-summary,
  .archive.category .hentry.thebigpost.category-conversando-com-nossos-clientes .entry-summary {
    background-color: #9841d6 !important;
  }
  .archive.category .hentry.thebigpost.category-opinion .entry-summary,
  .archive.category .hentry.thebigpost.category-opiniao .entry-summary {
    background-color: #e53e35 !important;
  }
  .archive.category .hentry.thebigpost.category-noticias .entry-summary,
  .archive.category .hentry.thebigpost.category-news .entry-summary {
    background-color: #1b58e0 !important;
  }
  .archive.category .hentry.thebigpost.category-mercado-en-fotos .entry-summary,
  .archive.category .hentry.thebigpost.category-mercado-em-fotos .entry-summary,
  .archive.category .hentry.thebigpost.category-photo-essay .entry-summary {
    background-color: #f8ae17 !important;
  }
  .archive.category .hentry.thebigpost.category-responsabilidad-compartida .entry-summary,
  .archive.category .hentry.thebigpost.category-a-shared-responsability .entry-summary,
  .archive.category .hentry.thebigpost.category-responsabilidade-compartilhada .entry-summary {
    background-color: #41c441 !important;
  }
  .archive.category .entry-title a {
    font-size: 18px;
  }
  .index .hentry.category-conversando-con-nuestros-clientes,
  .index .hentry.category-chat-with-our-customers,
  .index .hentry.category-conversando-com-nossos-clientes {
    border-color: #9841d6 !important;
  }
  .index .hentry.category-opinion,
  .index .hentry.category-opiniao {
    border-color: #e53e35 !important;
  }
  .index .hentry.category-noticias,
  .index .hentry.category-news {
    border-color: #1b58e0 !important;
  }
  .index .hentry.category-mercado-en-fotos,
  .index .hentry.category-mercado-em-fotos,
  .index .hentry.category-photo-essay {
    border-color: #f8ae17 !important;
  }
  .index .hentry.category-responsabilidad-compartida,
  .index .hentry.category-a-shared-responsability,
  .index .hentry.category-responsabilidade-compartilhada {
    border-color: #41c441 !important;
  }
  .hentry.category-opinion .tab .cabecera a,
  .hentry.category-opiniao .tab .cabecera a {
    background-color: #e53e35 !important;
  }
  .hentry.category-opinion .tab .titulos a,
  .hentry.category-opiniao .tab .titulos a {
    background-color: rgba(229,62,53,0.8) !important;
  }
  .hentry.category-opinion .tab .titulos a:hover,
  .hentry.category-opiniao .tab .titulos a:hover {
    background-color: #e53e35 !important;
  }
  .hentry.category-conversando-con-nuestros-clientes .tab .cabecera a,
  .hentry.category-chat-with-our-customers .tab .cabecera a,
  .hentry.category-conversando-com-nossos-clientes .tab .cabecera a {
    background-color: #9841d6 !important;
  }
  .hentry.category-conversando-con-nuestros-clientes .tab .titulos a,
  .hentry.category-chat-with-our-customers .tab .titulos a,
  .hentry.category-conversando-com-nossos-clientes .tab .titulos a {
    background-color: rgba(152,65,214,0.8) !important;
  }
  .hentry.category-conversando-con-nuestros-clientes .tab .titulos a:hover,
  .hentry.category-chat-with-our-customers .tab .titulos a:hover,
  .hentry.category-conversando-com-nossos-clientes .tab .titulos a:hover {
    background-color: #9841d6 !important;
  }
  .hentry.category-noticias .tab .cabecera a,
  .hentry.category-news .tab .cabecera a {
    background-color: #1b58e0 !important;
  }
  .hentry.category-noticias .tab .titulos a,
  .hentry.category-news .tab .titulos a {
    background-color: rgba(27,88,224,0.8) !important;
  }
  .hentry.category-noticias .tab .titulos a:hover,
  .hentry.category-news .tab .titulos a:hover {
    background-color: #1b58e0 !important;
  }
  .hentry.category-mercado-en-fotos .tab .cabecera a,
  .hentry.category-mercado-em-fotos .tab .cabecera a,
  .hentry.category-photo-essay .tab .cabecera a {
    background-color: #f8ae17 !important;
  }
  .hentry.category-mercado-en-fotos .tab .titulos a,
  .hentry.category-mercado-em-fotos .tab .titulos a,
  .hentry.category-photo-essay .tab .titulos a {
    background-color: rgba(248,174,23,0.8) !important;
  }
  .hentry.category-mercado-en-fotos .tab .titulos a:hover,
  .hentry.category-mercado-em-fotos .tab .titulos a:hover,
  .hentry.category-photo-essay .tab .titulos a:hover {
    background-color: #f8ae17 !important;
  }
  .hentry.category-responsabilidad-compartida .tab .cabecera a,
  .hentry.category-a-shared-responsability .tab .cabecera a,
  .hentry.category-responsabilidade-compartilhada .tab .cabecera a {
    background-color: #41c441 !important;
  }
  .hentry.category-responsabilidad-compartida .tab .titulos a,
  .hentry.category-a-shared-responsability .tab .titulos a,
  .hentry.category-responsabilidade-compartilhada .tab .titulos a {
    background-color: rgba(65,196,65,0.8) !important;
  }
  .hentry.category-responsabilidad-compartida .tab .titulos a:hover,
  .hentry.category-a-shared-responsability .tab .titulos a:hover,
  .hentry.category-responsabilidade-compartilhada .tab .titulos a:hover {
    background-color: #41c441 !important;
  }
}
.hentry.category-opinion .tab-collapsed .cabecera a,
.hentry.category-opiniao  .tab-collapsed .cabecera a {
  background-color: #e53e35 !important;
}
.hentry.category-opinion .tab-collapsed .titulos a,
.hentry.category-opiniao  .tab-collapsed .titulos a {
  background-color: rgba(229,62,53,0.8) !important;
}
.hentry.category-opinion .tab-collapsed .titulos a:hover,
.hentry.category-opiniao  .tab-collapsed .titulos a:hover {
  background-color: #e53e35 !important;
}
.hentry.category-conversando-con-nuestros-clientes .tab-collapsed .cabecera a,
.hentry.category-chat-with-our-customers .tab-collapsed .cabecera a,
.hentry.category-conversando-com-nossos-clientes .tab-collapsed .cabecera a {
  background-color: #9841d6 !important;
}
.hentry.category-conversando-con-nuestros-clientes .tab-collapsed .titulos a,
.hentry.category-chat-with-our-customers .tab-collapsed .titulos a,
.hentry.category-conversando-com-nossos-clientes .tab-collapsed .titulos a {
  background-color: rgba(152,65,214,0.8) !important;
}
.hentry.category-conversando-con-nuestros-clientes .tab-collapsed .titulos a:hover,
.hentry.category-chat-with-our-customers .tab-collapsed .titulos a:hover,
.hentry.category-conversando-com-nossos-clientes .tab-collapsed .titulos a:hover {
  background-color: #9841d6 !important;
}
.hentry.category-noticias .tab-collapsed .cabecera a,
.hentry.category-news .tab-collapsed .cabecera a {
  background-color: #1b58e0 !important;
}
.hentry.category-noticias .tab-collapsed .titulos a,
.hentry.category-news .tab-collapsed .titulos a {
  background-color: rgba(27,88,224,0.8) !important;
}
.hentry.category-noticias .tab-collapsed .titulos a:hover,
.hentry.category-news .tab-collapsed .titulos a:hover {
  background-color: #1b58e0 !important;
}
.hentry.category-mercado-en-fotos .tab-collapsed .cabecera a,
.hentry.category-mercado-em-fotos .tab-collapsed .cabecera a,
.hentry.category-photo-essay .tab-collapsed .cabecera a {
  background-color: #f8ae17 !important;
}
.hentry.category-mercado-en-fotos .tab-collapsed .titulos a,
.hentry.category-mercado-em-fotos .tab-collapsed .titulos a,
.hentry.category-photo-essay .tab-collapsed .titulos a {
  background-color: rgba(248,174,23,0.8) !important;
}
.hentry.category-mercado-en-fotos .tab-collapsed .titulos a:hover,
.hentry.category-mercado-em-fotos .tab-collapsed .titulos a:hover,
.hentry.category-photo-essay .tab-collapsed .titulos a:hover {
  background-color: #f8ae17 !important;
}
.hentry.category-responsabilidad-compartida .tab-collapsed .cabecera a,
.hentry.category-a-shared-responsability .tab-collapsed .cabecera a,
.hentry.category-responsabilidade-compartilhada .tab-collapsed .cabecera a {
  background-color: #41c441 !important;
}
.hentry.category-responsabilidad-compartida .tab-collapsed .titulos a,
.hentry.category-a-shared-responsability .tab-collapsed .titulos a,
.hentry.category-responsabilidade-compartilhada .tab-collapsed .titulos a {
  background-color: rgba(65,196,65,0.8) !important;
}
.hentry.category-responsabilidad-compartida .tab-collapsed .titulos a:hover,
.hentry.category-a-shared-responsability .tab-collapsed .titulos a:hover,
.hentry.category-responsabilidade-compartilhada .tab-collapsed .titulos a:hover {
  background-color: #41c441 !important;
}
.hentry .tab.tab-collapsed.wmenu .titulos li.current a {
  color: #fff !important;
}
.iframe {
  width: 700px;
  height: 230px !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.iframe .hentry {
  margin: 0;
  padding: 0;
  width: 700px;
  height: 230px;
}
.iframe .hentry .entry-title {
  margin: 10px 0 0 8px;
  padding: 0;
}
.iframe .hentry .entry-thumbnail {
  float: right;
  width: 336px;
  height: 230px;
}
.iframe .hentry .entry-thumbnail img {
  width: 336px;
  height: 230px;
}
.iframe .hentry .entry-summary {
  float: left;
  width: 330px !important;
  height: 230px;
  position: relative;
}
.iframe .hentry .entry-excerpt {
  color: #7C8695;
  font-size: 14px;
  font-family: Asap, Arial, Helvetica;
  margin-top: -4px;
  float: left;
  margin-left: 8px;
}
.iframe .hentry .entry-excerpt p {
  color: #7C8695;
  font-size: 14px;
  font-family: Asap, Arial, Helvetica;
}
.iframe .hentry .entry-cat-meta {
  left: 0;
  right: inherit;
}
.iframe .hentry:hover .entry-cat-meta {
  right: inherit;
}
.iframe-large {
  max-width: 1015px;
  width: 100%;
  height: 280px !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.iframe-large .hentry {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.iframe-large .hentry .entry-title {
  margin: 10px 0 0 8px;
  padding: 0;
}
.iframe-large .hentry .entry-thumbnail {
  float: right;
  width: 40.2955665%;
  height: 100%;
}
@media only screen and (max-width: 560px) {
  .iframe-large .hentry .entry-thumbnail {
    display: none;
  }
}
.iframe-large .hentry .entry-thumbnail img {
  width: 100%;
}
.iframe-large .hentry .entry-summary {
  float: left;
  width: 59.7044335%;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 560px) {
  .iframe-large .hentry .entry-summary {
    width: 100%;
  }
}
.iframe-large .hentry .entry-meta {
  margin: 0;
  padding: 0;
  line-height: 22px;
  height: 22px;
  padding-right: 8px;
  font-size: 14px;
  border: none;
}
.iframe-large .hentry .entry-meta i {
  font-size: 14px;
}
.iframe-large .hentry .entry-excerpt {
  color: #7C8695;
  font-size: 14px;
  font-family: Asap, Arial, Helvetica;
  margin-top: -4px;
  float: left;
  margin-left: 8px;
}
.iframe-large .hentry .entry-excerpt p {
  color: #7C8695;
  font-size: 14px;
  font-family: Asap, Arial, Helvetica;
}
.iframe-large .hentry .entry-cat-meta {
  left: auto;
  right: inherit;
  position: static;
  bottom: auto;
  background-color: #333;
  color: #fff !important;
}
.iframe-large .hentry .entry-cat-meta a {
  color: #fff !important;
  font-size: 12px;
}
.iframe-large .hentry:hover .entry-cat-meta {
  right: inherit;
}
@media only screen and (max-width: 480px) {
  body.error404 .entry-error {
    padding: 0;
    width: 320px;
    float: none;
    margin: 0 auto;
  }
  body.error404 .entry-error .breadcrumb {
    width: 320px;
    float: left;
    padding-left: 0px;
    padding-top: 15px;
    font-family: Sintony, Arial, Helvetica;
  }
  body.error404 .entry-error .breadcrumb ul {
    padding: 0;
    margin: 0;
  }
  body.error404 .entry-error .breadcrumb ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 13px;
    color: #7C8695;
  }
  body.error404 .entry-error .breadcrumb ul li a {
    text-decoration: none;
    color: #7C8695;
  }
  body.error404 .entry-error .breadcrumb ul li.thecat {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }
  body.error404 .entry-error .entry-summary .entry-header {
    width: 320px;
    margin: 0 auto 20px;
    padding: 0;
    float: none;
    overflow: hidden;
  }
  body.error404 .entry-error .entry-summary .entry-header .entry-title {
    width: 300px;
    margin: 0;
    padding: 5px 10px;
    color: #003E7E;
    font-family: Sintony, Arial, Helvetica;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
  }
  body.error404 .entry-error .entry-summary .entry-header .entry-title .l {
    float: left;
  }
  body.error404 .entry-error .entry-summary .entry-header .entry-title .r {
    float: right;
  }
  body.error404 .entry-error .entry-summary .entry-header .entry-title span {
    font-size: 35px;
    line-height: 35px;
  }
  body.error404 .entry-error .entry-summary .message {
    background-color: #fff;
    width: 280px;
    padding: 10px 10px;
    border-bottom: 5px solid #003E7E;
    margin: 20px auto 30px;
    font-size: 20px;
    font-family: Sintony, Arial, Helvetica;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #37414C;
    text-align: left;
    overflow: hidden;
  }
  body.single .breadcrumbs {
    display: none;
  }
  body.single #sidebar {
    display: none;
  }
  body.single .hentry.without-thumb {
    margin-top: 0px !important;
  }
  body.single .hentry.without-thumb .entry-title {
    margin: 10px 0 10px 0 !important;
  }
  body.single .hentry.without-thumb .entry-header .entry-meta {
    margin-top: 0px !important;
  }
  body.single .hentry.without-thumb .entry-header .entry-meta .thecategories {
    margin-left: 0px !important;
  }
  body.single .addthiscontainer {
    display: block !important;
    float: left;
    margin: 15px 0px 10px;
  }
  body.single .hentry {
    width: 300px;
    padding: 0 0 0 20px;
    margin-top: -26px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  body.single .hentry .entry-footer {
    width: 300px;
    border: none;
  }
  body.single .hentry .entry-header {
    margin-left: -20px;
    padding-left: 20px;
    margin-bottom: 0px;
    width: 300px;
  }
  body.single .hentry .entry-header .entry-meta {
    margin-top: -35px;
  }
  body.single .hentry .entry-header .entry-meta .thedate {
    display: none;
  }
  body.single .hentry .entry-header .entry-meta-mobile {
    display: block !important;
    margin-top: 0px;
  }
  body.single .hentry .entry-header .entry-meta-mobile .thedate {
    display: inline !important;
    border: none;
  }
  body.single .hentry .entry-header .entry-title {
    margin-top: -10px;
  }
  body.single .hentry .entry-header .entry-cachito-thumbnail {
    margin-left: -20px;
    width: 11px;
    height: 45px;
  }
  body.single .hentry .entry-header .entry-cachito-thumbnail img {
    margin-top: -228px;
    width: 396px;
    margin-left: -38px;
  }
  body.single .hentry .entry-content {
    padding-bottom: 0px;
    padding-left: 0px !important;
    float: left;
    width: 280px;
    font-size: 18px;
  }
  body.single .entry-thumbnail {
    width: 320px;
    max-width: 320px;
    height: 228px;
    margin-left: -20px;
  }
  body.single .entry-thumbnail img {
    width: 396px;
    margin-left: -38px;
  }
  body.single .entry-content p {
    overflow: hidden;
    width: 100%;
    font-size: 18px;
  }
  body.single .entry-content blockquote {
    width: 258px;
    padding: 4px 25px 4px 0px;
    float: right;
    margin-top: 17px;
    margin-left: 20px;
    float: left;
  }
  body.single .entry-content blockquote:before {
    width: 31px;
    height: 73px;
    margin-left: -37px;
    background-size: contain;
    background-position: right top;
  }
  body.single .entry-content blockquote cite {
    font-size: 17px;
    width: 90%;
  }
  body.single .lightbox {
    width: 300px;
    padding-left: 20px;
    margin: 0px 0 40px -20px;
    overflow: hidden;
  }
  body.single .lightbox .item {
    margin: 0px 20px 25px;
    float: none;
  }
  body.single .lightbox .content {
    float: left;
    margin-left: 20px;
    margin-right: 0px;
    clear: none;
    width: 300px;
  }
  body.single .lightbox .lightbox-content-item {
    width: 320px;
    height: 480px;
    background: #fff;
    margin-left: -160px;
    margin-top: -240px;
  }
  body.single .lightbox .lightbox-content-item h3 {
    margin-left: 5%;
    margin-top: 6px;
    width: 60%;
    margin-right: 5%;
    margin-bottom: 5px;
  }
  body.single .lightbox .lightbox-content-item .content {
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    clear: none;
    width: 60%;
    color: #7C8695;
    font-size: 11px;
    line-height: 14px;
  }
  body.single .lightbox .lightbox-content-item p,
  body.single .lightbox .lightbox-content-item li {
    color: #7C8695;
    margin-top: 0px;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0.5em;
  }
  body.single .lightbox .lightbox-content-item img {
    width: 30%;
  }
  body.single .lightbox .prev {
    position: fixed;
    margin-left: -160px;
    margin-top: 180px;
  }
  body.single .lightbox .next {
    margin-right: -160px;
    margin-top: 180px;
  }
  body.single .lightbox .close {
    margin-left: 130px;
    margin-top: -232px;
  }
  body.single .acordeon {
    width: 320px;
    margin: 1em 0 2em -20px;
  }
  body.single .acordeon .item {
    padding-left: 0px;
    width: 320px;
  }
  body.single .acordeon .item h2 {
    width: 200%;
    line-height: 38px;
  }
  body.single .acordeon .item h2:hover {
    background-color: transparent !important;
  }
  body.single .acordeon .item h2 a {
    font-size: 15px;
    line-height: 38px;
  }
  body.single .acordeon .item h2 a:hover {
    color: #798696 !important;
  }
  body.single .acordeon .item h2 a .state {
    font-size: 15px;
    margin-top: 13px;
  }
  body.single .galeria {
    width: 320px;
    height: invalid;
    margin-left: -20px;
    overflow: visible;
  }
  body.single .galeria .prev {
    right: 45px;
    top: 160px;
    z-index: 5;
  }
  body.single .galeria .next {
    right: 0px;
    top: 160px;
    z-index: 5;
  }
  body.single .galeria .item {
    width: 320px;
  }
  body.single .galeria .item .imagen {
    float: left;
    width: 320px;
    height: 205px;
    overflow: hidden;
  }
  body.single .galeria .item .desc {
    position: static;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    width: 100%;
  }
  body.single .galeria .item.current .desc {
    top: 190px;
    width: 275px;
    padding-left: 20px;
    max-height: inherit !important;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body.single .tab.wmenu .cabecera li.current .fa-caret-up {
    display: inline !important;
    margin-left: 6px !important;
  }
  body.single .tab.wmenu .cabecera li.current .fa-caret-down {
    display: none !important;
    margin-left: 0px !important;
  }
  body.single .tab.wmenu .titulos {
    display: block;
  }
  body.single .tab .titulos li.current a {
    color: #fff;
  }
  body.single .tab {
    width: 320px;
    margin-left: -20px;
  }
  body.single .tab .ontitulos {
    padding: 0 0 0 17px;
    width: 303px;
    margin: 0px;
    position: relative;
  }
  body.single .tab .ontitulos .cabecera {
    display: block !important;
    border-bottom: 2px solid #E5E5E5;
    float: left;
    padding: 0 0 0 20px;
    margin: 0 0 0 -20px;
    width: 300px;
  }
  body.single .tab .ontitulos .cabecera li {
    display: inherit;
    clear: both;
  }
  body.single .tab .ontitulos .cabecera li a {
    background-color: #333;
    font-family: Sintony, Arial, Helvetica;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
    color: #fff;
    display: block;
    float: left;
    text-decoration: none;
  }
  body.single .tab .ontitulos .cabecera li a i {
    display: none;
  }
  body.single .tab .ontitulos .cabecera li a .fa-caret-down {
    display: inline !important;
    margin-left: 6px;
  }
  body.single .tab .ontitulos .cabecera li.current {
    display: block;
  }
  body.single .tab .ontitulos .cabecera li.current a {
    border: none;
  }
  body.single .tab .ontitulos .cabecera li.current a .fa-caret-down {
    display: inline;
    margin-left: 6px;
  }
  body.single .tab .ontitulos .cabecera .blank {
    display: none;
  }
  body.single .tab .titulos {
    display: none;
    padding: 0 0 0 0px;
    margin: 0;
    width: 280px;
    float: left;
    position: absolute;
    left: 17px;
    top: 39px;
    z-index: 10;
    width: 170px;
  }
  body.single .tab .titulos li {
    display: block;
    clear: both;
    width: 100%;
    border: none;
  }
  body.single .tab .titulos li a {
    border: none;
    width: 100%;
    background-color: #333;
    color: #fff;
  }
  body.single .tab .titulos li a i {
    display: none;
  }
  body.single .tab .titulos li.current {
    display: block;
  }
  body.single .tab .titulos li.current a {
    border: none;
  }
  body.single .tab .titulos li.current a .fa-caret-down {
    display: none;
    margin-left: 6px;
  }
  body.single .tab .titulos .blank {
    display: none;
  }
  body.single .latabla {
    width: 280px;
    overflow: hidden;
    position: relative;
    margin-left: 0px;
    z-index: 1;
  }
  body.single .latabla .inlatabla {
    width: 580px;
  }
  body.single .latabla .tablepress {
    width: 580px;
  }
  body.single .entry-footer .tags ul li.title {
    font-family: Sintony, Arial, Helvetica;
    font-weight: 400;
    font-size: 14px;
    color: #4D5660;
    line-height: 26px;
    margin-bottom: 26px;
  }
  body.single .entry-footer .tags ul li a {
    float: left;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .hentry.category-noticias .list-news {
    display: block !important;
  }
  .list-news {
    display: none;
    float: none;
    padding: 12px 0 0 0;
    margin: 0px auto 0;
    width: 270px;
    overflow: hidden;
  }
  .list-news li {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .list-news li a {
    background-color: #4979E7;
    color: #fff;
    text-decoration: none;
    width: 270px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-family: Sintony, Arial, Helvetica;
    font-weight: 400;
    float: left;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .collapsed-link {
    width: 49px;
    height: 70px;
    line-height: 70px;
    display: block !important;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F2F2F2;
  }
  .collapsed-link:hover,
  .collapsed-link:active {
    background-color: #7A8797;
  }
  .collapsed-link:hover i,
  .collapsed-link:active i {
    color: #F2F2F2;
  }
  .collapsed-link i {
    font-size: 18px;
    line-height: 70px;
    color: #7A8797;
  }
  .collapsed-link-search {
    width: 49px;
    height: 70px;
    line-height: 70px;
    display: block !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F2F2F2;
  }
  .collapsed-link-search:hover,
  .collapsed-link-search:active {
    background-color: #7A8797;
  }
  .collapsed-link-search:hover i,
  .collapsed-link-search:active i {
    color: #F2F2F2 !important;
  }
  .collapsed-link-search i {
    font-size: 19px;
    line-height: 70px;
    color: #7A8797;
  }
  .page-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  #social ul {
    padding: 0;
    margin: 10px 0 0 0;
  }
  #social ul li a {
    line-height: 2.75em;
  }
  header#masthead a.home-link {
    width: 137px;
    height: 42px;
    display: block;
    position: block;
    left: auto;
    top: auto;
    margin: 0 auto;
    float: none;
    margin-top: 16px;
  }
  header#masthead a.home-link h1.site-title {
    width: 137px;
    height: 42px;
    margin: 0;
  }
  #masthead {
    height: 70px;
    padding-top: 0px !important;
    border-bottom: none !important;
  }
  #searchform {
    display: none;
  }
  .nav-menu {
    display: none;
  }
  header#masthead #social ul {
    margin-top: 15px;
  }
  #sidebar-left {
    width: 100%;
    margin: 0;
    margin-top: 306px;
  }
  #sidebar-left .hentry {
    width: 285px;
    height: 198px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    overflow: hidden;
  }
  #sidebar-left .hentry .entry-header {
    width: 195px;
    left: 0px;
  }
  #da-center {
    margin-top: -780px;
    width: 100%;
  }
  #da-center .hentry {
    max-width: 320px;
    height: 242px;
    float: none;
    margin: 0 auto;
  }
  #da-center .hentry .entry-thumbnail {
    max-width: 320px;
    height: 242px;
  }
  #da-center .hentry .entry-thumbnail img {
    max-width: 320px;
    height: 242px;
  }
  #da-center .hentry .entry-summary {
    width: 255px;
    padding-left: 10px;
    padding-right: 10px !important;
    left: 22px;
    bottom: auto;
    top: 120px;
  }
  #da-center .hentry .entry-title h1 {
    font-size: 18px;
  }
  #da-center .hentry .e {
    display: none;
  }
  #da-center .hentry .entry-meta {
    bottom: 5px;
    left: 5px;
  }
  #da-center .hentry:hover .entry-summary {
    padding-right: 10px;
  }
  #sidebar-right,
  #bottom {
    float: none;
    width: 285px;
    margin: 0px auto;
    clear: left;
  }
  #sidebar-right .hentry,
  #bottom .hentry {
    border: 1px solid #EAEAEA;
    padding: 4px 17px 12px 17px;
    width: 249px;
    height: auto;
    margin-bottom: 22px;
    overflow: visible;
  }
  #sidebar-right .hentry:hover .entry-meta,
  #bottom .hentry:hover .entry-meta {
    right: auto;
  }
  #sidebar-right .hentry:hover .vermas,
  #bottom .hentry:hover .vermas {
    right: -100%;
    display: none;
  }
  #sidebar-right .hentry .entry-thumbnail,
  #bottom .hentry .entry-thumbnail {
    display: none;
  }
  #sidebar-right .hentry .entry-summary,
  #bottom .hentry .entry-summary {
    border: none;
    margin-left: 0px;
  }
  #sidebar-right .hentry .entry-header,
  #bottom .hentry .entry-header {
    width: 251px;
    padding: 0;
    margin: 0;
  }
  #sidebar-right .hentry .entry-title,
  #bottom .hentry .entry-title {
    width: 251px;
    margin-bottom: 6px;
  }
  #sidebar-right .hentry .entry-title a,
  #bottom .hentry .entry-title a {
    line-height: 16px;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  #sidebar-right .hentry .e,
  #bottom .hentry .e {
    display: none;
  }
  #sidebar-right .hentry .vermas,
  #bottom .hentry .vermas {
    display: none;
  }
  #sidebar-right .hentry .entry-foot,
  #bottom .hentry .entry-foot {
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0px;
    right: 0px;
    line-height: 22px;
    height: 22px;
    text-align: center;
  }
  #sidebar-right .hentry .entry-foot .entry-meta,
  #bottom .hentry .entry-foot .entry-meta {
    position: relative;
    top: auto;
    left: auto;
    display: inline;
    float: none;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 15px;
    color: #fff !important;
  }
  #sidebar-right .hentry .entry-foot .entry-meta i,
  #bottom .hentry .entry-foot .entry-meta i {
    font-size: 10px;
    color: #fff !important;
  }
  #sidebar-right .hentry .entry-foot .entry-meta .thecategories,
  #bottom .hentry .entry-foot .entry-meta .thecategories {
    float: none;
    display: inline;
    font-size: 10px;
    color: #fff !important;
    margin: 0 0px 0 5px;
  }
  #sidebar-right .hentry .entry-foot .entry-meta .thecategories a,
  #bottom .hentry .entry-foot .entry-meta .thecategories a {
    color: #fff !important;
    font-size: 12px;
  }
  #colophon {
    margin-top: 17px;
    padding-top: 40px;
  }
  #colophon .links {
    float: none;
    margin: 0 auto;
    width: 269px;
    overflow: hidden;
  }
  #colophon .links a {
    margin-left: 0px;
    margin-right: 28px;
  }
  #colophon .links a:last-child {
    margin-right: 0px;
  }
  #colophon .links #lancargo {
    width: 63px;
    height: 30px;
  }
  #colophon .links #masair {
    width: 85px;
    height: 34px;
  }
  #colophon .links #tamn {
    width: 65px;
    height: 30px;
  }
  #colophon #signup {
    width: 268px;
    margin: 5px auto 20px;
    float: none;
  }
  #colophon #signup h2 {
    font-size: 17px;
    font-weight: 400;
  }
  #colophon #signup #mce-EMAIL {
    width: 219px;
  }
  #colophon #signup #mc-embedded-subscribe {
    font-size: 21px;
    width: 39px;
  }
  #social {
    display: none;
    position: absolute;
    z-index: 20;
    top: 278px;
    border-top: 1px solid #CCCCCC;
    left: 18px;
    width: 236px;
  }
  #social .flag {
    display: inline !important;
    color: #ccc;
    padding-right: 6px;
    font-size: 12px;
  }
  #social ul li a {
    font-size: 10px;
  }
  body.withmenu #social,
  body.withmenu .menu-cabecera-container,
  body.withmenu .nav-menu {
    display: block !important;
  }
  body.withsearch .collapsed-link-search {
    text-decoration: none;
  }
  body.withsearch .collapsed-link-search:hover i {
    color: #F2F2F2 !important;
  }
  body.withsearch .collapsed-link-search i {
    color: #06205D !important;
  }
  body.withsearch .collapsed-link-search .fa-times {
    display: inline !important;
    text-decoration: none;
  }
  body.withsearch .collapsed-link-search .fa-search {
    display: none !important;
  }
  body.withsearch #searchform {
    display: block;
    z-index: 20;
    top: 70px;
    left: 0px;
    position: absolute;
    background: #F2F2F2;
    margin: 0 !important;
    padding: 10px 5% 10px 4%;
    width: 92%;
  }
  body.withsearch #searchform >div {
    position: relative;
    border: 1px solid #ccc;
    height: 32px;
    width: 100%;
    float: left;
  }
  body.withsearch #searchform >div #s {
    width: 96% !important;
    background: #F2F2F2 !important;
    color: #06205D !important;
    padding-left: 2% !important;
    float: left;
    padding-right: 2% !important;
    border: none !important;
  }
  body.withsearch #searchform >div #s:focus {
    border: none;
  }
  body.withsearch #searchform >div #searchsubmit {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    background: #F2F2F2 !important;
    color: #06205D !important;
  }
  #navbar {
    display: block;
    position: absolute;
    width: 320px;
    top: 0;
    left: 0;
  }
  #navbar .menu-cabecera-container {
    background-color: #F2F2F2;
    position: absolute;
    top: 70px;
    left: 0px;
    height: 260px;
    display: none;
  }
  #navbar #site-navigation {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #navbar #site-navigation .nav-menu {
    display: none;
  }
  #navbar #site-navigation .nav-menu li:first-child a {
    padding-top: 16px;
  }
  #navbar #site-navigation .nav-menu li:last-child a {
    padding-bottom: 13px;
  }
  #navbar #site-navigation .nav-menu li a {
    width: 238px;
    border-bottom: 0px;
    border-left: 6px solid blue;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
    margin-bottom: -5px;
    padding-left: 11px;
  }
  #navbar #site-navigation .nav-menu li a span {
    display: none;
  }
  #navbar #site-navigation .nav-menu li .sub-menu {
    display: none;
  }
  .single #page,
  .archive.category #page {
    background: none;
  }
  .nothumb .entry-summary {
    margin-top: 0px !important;
  }
  .archive.category .entry-title a {
    font-size: 19px;
  }
  .archive.category .hentry.thebigpost {
    width: 320px;
    margin-left: auto;
    padding: 0;
    margin-top: -20px;
    float: none;
    margin-right: auto;
    padding-bottom: 30px;
  }
  .archive.category .hentry.thebigpost .breadcrumb {
    padding-top: 6px;
    padding-left: 25px;
    width: 290px;
  }
  .archive.category .hentry.thebigpost .breadcrumb ul li.thecat {
    margin-top: -2px;
    margin-bottom: 5px;
  }
  .archive.category .hentry.thebigpost .entry-header {
    width: 264px !important;
  }
  .archive.category .hentry.thebigpost .entry-thumbnail {
    float: left;
    width: 320px;
    height: 250px;
    margin-left: 0px;
  }
  .archive.category .hentry.thebigpost .entry-thumbnail a {
    width: 320px;
    height: 250px;
  }
  .archive.category .hentry.thebigpost .entry-thumbnail a img {
    width: 320px;
    height: 250px;
  }
  .archive.category .hentry.thebigpost .entry-summary {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: Asap, Arial, Helvetica;
    margin-left: 17px;
    margin-right: 17px;
    width: 264px;
    padding: 15px 10px 0px;
    background-color: #333;
    margin-top: -40px;
  }
  .archive.category .hentry.thebigpost .entry-summary .entry-title {
    font-size: 17px;
    font-weight: 400;
    font-family: Sintony, Arial, Helvetica;
    color: #fff;
  }
  .archive.category .hentry.thebigpost .entry-summary .entry-title a {
    color: #fff !important;
  }
  .archive.category .the-hentries {
    padding-top: 37px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
    width: 283px;
    float: none;
    margin: 0 auto;
  }
  .archive.category .the-hentries .hentry .entry-summary p {
    padding-right: 20px;
  }
  .archive.category .hentry {
    padding-left: 0px;
    left: 0 !important;
  }
  .archive.category .hentry .entry-thumbnail {
    width: 284px;
    height: 183px;
  }
  .archive.category .hentry .entry-thumbnail a {
    width: 284px;
    height: 183px;
  }
  .archive.category .hentry .entry-thumbnail .theover {
    width: 284px;
    height: 183px;
  }
  .archive.category .hentry .entry-thumbnail img {
    width: 284px;
    height: 183px;
  }
  .archive.category .hentry .entry-summary p {
    display: none;
  }
  .the-hentries .in-wrap {
    padding-bottom: 80px !important;
    margin-top: 30px;
  }
  .archive.category .pcargar {
    bottom: 30px !important;
    margin-top: 0px;
  }
  .archive.category  .pcargar  #cargar-mas {
    margin-top: 0px !important;
  }
  .index {
    float: none;
    width: 285px;
    margin: 0px auto;
    clear: left;
  }
  .index .hentry {
    border: 1px solid #EAEAEA;
    padding: 4px 17px 12px 17px;
    width: 249px;
    height: auto;
    margin-bottom: 22px;
    overflow: visible;
  }
  .index .hentry:hover .entry-meta {
    right: 0px;
  }
  .index .hentry:hover .vermas {
    right: -100%;
    display: none;
  }
  .index .hentry .entry-thumbnail {
    display: none;
  }
  .index .hentry .entry-summary {
    border: none;
    float: left;
    width: 249px;
    margin: 0 auto -13px;
    height: auto;
    padding: 0 0 20px 0;
  }
  .index .hentry .entry-meta {
    display: none;
  }
  .index .hentry .entry-cat-meta {
    display: inline;
  }
  .index .hentry .entry-header {
    width: 251px;
    padding: 0;
    margin: 0;
  }
  .index .hentry .entry-title {
    width: 251px;
    margin-bottom: 6px;
  }
  .index .hentry .entry-title a {
    line-height: 16px;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .index .hentry .e {
    display: none;
  }
  .index .hentry .vermas {
    display: none;
  }
  .index .hentry .entry-foot {
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0px;
    right: 0px;
    line-height: 22px;
    height: 22px;
    text-align: center;
  }
  .index .hentry .entry-foot .entry-meta {
    position: relative;
    top: auto;
    left: auto;
    display: inline;
    float: none;
    font-size: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 15px;
    color: #fff !important;
  }
  .index .hentry .entry-foot .entry-meta i {
    font-size: 10px;
    color: #fff !important;
  }
  .index .hentry .entry-foot .entry-meta .thecategories {
    float: none;
    display: inline;
    font-size: 10px;
    color: #fff !important;
    margin: 0 0px 0 5px;
  }
  .index .hentry .entry-foot .entry-meta .thecategories a {
    color: #fff !important;
    font-size: 12px;
  }
  body.single .hentry .tab {
    border-bottom: none !important;
  }
  body.single .hentry .tab .titulos li.current a {
    color: #fff !important;
  }
  body.single .hentry .acordeon .item h2:hover {
    background-color: transparent !important;
  }
  body.single .hentry .acordeon .item h2 a:hover {
    color: #798696 !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  body.single .hentry .tab {
    border-bottom: none !important;
  }
  .page-wrap {
    max-width: 732px;
    margin: 0 auto;
  }
  header#masthead {
    border-bottom: none;
  }
  header#masthead a.home-link h1.site-title {
    width: 182px;
    height: 55px;
  }
  header#masthead #social ul {
    margin: 12px 0 0 0;
  }
  header#masthead #social ul li a {
    padding: 0 1px;
    font-size: 12px;
  }
  .nav-menu {
    float: left;
    height: 25px !important;
    margin-top: 17px !important;
    margin-left: -4px !important;
  }
  .nav-menu li a {
    padding: 0px 6px 3px 6px;
    font-size: 11px;
  }
  .nav-menu .sub-menu {
    top: 24px;
  }
  #sidebar-left {
    margin-left: 60px;
  }
  #da-center.forzado {
    display: block !important;
    margin-left: 15px;
  }
  #da-center.enelmedio {
    display: none !important;
  }
  #da-center .hentry {
    max-width: 700px;
    width: 700px;
    height: 440px;
    margin-bottom: 50px;
  }
  #da-center .hentry .entry-thumbnail {
    width: 700px;
    max-width: 700px;
    height: 440px;
  }
  #da-center .hentry .entry-thumbnail img {
    width: 700px;
    max-width: 700px;
    height: 480px;
  }
  #da-center .hentry .entry-summary {
    width: 410px;
  }
  #da-center .hentry .entry-title a {
    font-size: 18px;
  }
  #da-center .hentry:hover .entry-summary {
    padding-right: 55px;
  }
  #sidebar-right {
    clear: none;
    margin-right: 40px;
  }
  #bottom {
    width: 705px;
    overflow: hidden;
    clear: none;
    margin-top: 40px;
    float: left;
    margin-left: 14px;
  }
  #bottom .hentry {
    width: 235px;
    height: auto;
  }
  #bottom .hentry .entry-thumbnail {
    max-width: 235px;
    height: 150px;
  }
  #bottom .hentry .entry-thumbnail .theover {
    max-width: 235px;
    height: 150px;
  }
  #bottom .hentry .entry-thumbnail .theover span.top {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    color: #fff;
    width: 80px;
    height: 80px;
    background-color: rgba(255,255,255,0.4);
    text-align: center;
    z-index: 2;
    border-radius: 80px;
  }
  #bottom .hentry .entry-thumbnail .theover span.top i {
    color: #fff;
    font-size: 48px;
    line-height: 94px;
  }
  #bottom .hentry .entry-thumbnail .theover em {
    margin-top: 43px;
    font-size: 14px;
    font-family: Asap, Arial, Helvetica;
  }
  #bottom .hentry .entry-thumbnail .theover img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #bottom .hentry .entry-thumbnail img {
    max-width: 235px;
    height: 150px;
  }
  #bottom .hentry .entry-summary {
    max-width: 199px;
    padding: 0px 10px 0px 0px;
  }
  #bottom .hentry .entry-summary .e {
    width: 200px;
    margin: 0;
    padding: 0;
  }
  #bottom .hentry .entry-header {
    max-width: 215px;
    margin-bottom: 0px;
  }
  #bottom .hentry .entry-header .entry-title {
    max-width: 215px;
  }
  #bottom .hentry .entry-header .entry-title a {
    display: block;
    line-height: 1.2em;
    padding: 0px 0px 6px 0px;
    margin: 0px 10px 0px 0px;
  }
  #bottom .hentry .entry-meta {
    font-size: 12px;
  }
  #bottom .hentry .entry-meta * {
    font-size: 12px;
  }
  #colophon {
    margin-top: 17px;
    padding-top: 40px;
  }
  #colophon .links {
    float: none;
    margin: 0 auto;
    width: 500px;
    overflow: hidden;
  }
  #colophon .links a {
    margin-left: 0px;
    margin-right: 65px;
  }
  #colophon .links a:last-child {
    margin-right: 0px;
  }
  #colophon .links #lancargo {
    width: 110px;
    height: 54px;
  }
  #colophon .links #masair {
    width: 144px;
    height: 61px;
  }
  #colophon .links #tamn {
    width: 112px;
    height: 50px;
  }
  #colophon #signup {
    width: 445px;
    margin: 10px auto 20px;
    float: none;
  }
  #colophon #signup h2 {
    font-size: 21px;
    font-weight: 400;
  }
  #colophon #signup #mce-EMAIL {
    width: 363px;
  }
  #colophon #signup #mc-embedded-subscribe {
    font-size: 21px;
    width: 67px;
  }
  .archive.category #main .page-wrap {
    width: 740px;
  }
  .archive.category .the-hentries .in-wrap {
    padding-bottom: 0px;
  }
  .archive.category .hentry.thebigpost {
    width: 740px;
    padding: 0;
    margin: 0;
  }
  .archive.category .hentry.thebigpost .breadcrumb {
    width: 245px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .archive.category .hentry.thebigpost .entry-header {
    width: 265px;
  }
  .archive.category .hentry.thebigpost .entry-summary {
    width: 265px;
    margin-right: -45px;
  }
  .archive.category .hentry.thebigpost .entry-summary .entry-title {
    width: 265px;
  }
  .index .breadcrumbs {
    padding-left: 18px;
  }
  .index .hentry {
    width: 700px;
  }
  .index .hentry .entry-summary {
    width: 448px;
  }
  .index .hentry .entry-summary .entry-title {
    margin: 0px 0 0 0;
  }
  .index .hentry .entry-summary .entry-title a {
    font-size: 16px;
  }
  .index .hentry .vermas {
    font-size: 12px;
  }
  .index .hentry .thecategories a {
    font-size: 12px;
  }
  .index .hentry i {
    font-size: 12px;
  }
  body.single #main .page-wrap {
    max-width: 580px;
    margin: 0 auto;
  }
  body.single .hentry {
    padding-left: 0px;
  }
  body.single #sidebar {
    width: 740px;
    float: none;
    margin-left: -80px;
  }
  body.single #sidebar h3 {
    margin: 0;
    padding: 0 0 20px 25px;
    font-size: 18px;
  }
  body.single #sidebar li {
    border: 1px solid #EAEAEA;
    padding: 4px 17px 12px 17px;
    width: 200px;
    margin-bottom: 22px;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.single #sidebar li:hover .entry-meta {
    right: auto;
  }
  body.single #sidebar li:hover .vermas {
    right: -100%;
    display: none;
  }
  body.single #sidebar li:hover .foot {
    right: auto;
  }
  body.single #sidebar li:hover .foot span.cat {
    right: 0px !important;
  }
  body.single #sidebar li a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body.single #sidebar li .ertitulo {
    display: block;
    width: 191px;
    margin-bottom: 6px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  body.single #sidebar li .vermas {
    display: none;
  }
  body.single #sidebar li .foot {
    width: 100%;
    position: absolute;
    bottom: -22px !important;
    left: 0px;
    right: 0px;
    line-height: 22px;
    height: 22px;
    text-align: center;
  }
  body.single #sidebar li .foot .cat {
    position: relative !important;
    top: auto;
    left: auto;
    display: inline;
    float: none;
    font-size: 10px;
    padding: 4px 6px 4px 5px !important;
  }
  body.single #sidebar li .foot .cat i {
    font-size: 10px;
  }
  body.single #sidebar li .foot .cat .thecategories {
    float: none;
    display: inline;
    font-size: 10px;
  }
  .latabla {
    width: 580px;
    overflow: hidden;
    position: relative;
    margin-left: 0px;
  }
  .latabla .tablepress {
    margin: 0px;
  }
  body .hentry .lightbox .controls .prev {
    margin-left: -269px;
    margin-top: 106px;
    right: auto;
    left: 50%;
  }
  body .hentry .lightbox .controls .next {
    margin-left: 209px;
    margin-top: 106px;
    right: auto;
    left: 50%;
  }
  body .hentry .lightbox .controls .close {
    margin-right: -252px;
    margin-top: -161px;
    right: 50%;
    left: auto;
    font-size: 22px;
  }
  body .hentry .lightbox .lightbox-content-item {
    display: block;
    position: fixed;
    z-index: 560;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 538px;
    height: 332px;
    background: #fff;
    margin-left: -269px;
    margin-top: -166px;
    z-index: 1000001;
  }
  body .hentry .lightbox .lightbox-content-item h3 {
    width: 390px;
    float: right;
    margin-right: 45px;
    margin-left: 0px;
    margin-top: 10px;
  }
  body .hentry .lightbox .lightbox-content-item .content {
    color: #7C8695;
    float: right;
    margin-right: 45px;
    width: 390px;
    margin-left: 0px;
    font-size: 11px;
    line-height: 15px;
  }
  body .hentry .lightbox .lightbox-content-item ul {
    margin: 0.2em 0px;
  }
  body .hentry .lightbox .lightbox-content-item p,
  body .hentry .lightbox .lightbox-content-item li {
    color: #7C8695;
    margin-top: 0px;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0.2em;
  }
  body .hentry .lightbox .lightbox-content-item img {
    width: 90px;
    height: auto;
    float: left;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1048px) {
  body.single .hentry .tab {
    border-bottom: none !important;
  }
  .page-wrap {
    max-width: 960px;
    margin: 0 auto;
  }
  .nav-menu {
    height: 31px !important;
    margin-top: 17px !important;
  }
  .nav-menu li a {
    padding: 0 10px 9px 6px;
  }
  .nav-menu .sub-menu {
    top: 31px;
  }
  header#masthead #social ul {
    margin: 12px 0 0 0;
  }
  header#masthead #social ul li a {
    padding: 0 1px;
  }
  table.tablepress {
    width: 580px;
    margin: 1em 0 2em -80px;
  }
  #sidebar li:hover .entry-meta {
    right: auto;
  }
  #sidebar li:hover .vermas {
    right: -100%;
    display: none;
  }
  #sidebar li:hover .foot {
    right: auto;
  }
  #sidebar li:hover .foot span.cat {
    right: 0px !important;
  }
  #sidebar-left {
    width: 225px;
    overflow: hidden;
  }
  #sidebar-left .hentry {
    max-width: 225px;
    height: 153px;
    margin-bottom: 41px;
  }
  #sidebar-left .hentry .entry-thumbnail img {
    max-width: 225px;
    height: 153px;
  }
  #sidebar-left .hentry .entry-header {
    width: 195px;
    left: 0px;
  }
  #da-center .hentry {
    max-width: 475px;
    height: 355px;
  }
  #da-center .hentry .entry-thumbnail {
    max-width: 475px;
    height: 355px;
  }
  #da-center .hentry .entry-thumbnail img {
    max-width: 475px;
    height: 355px;
  }
  #da-center .hentry .entry-summary {
    width: 410px;
  }
  #da-center .hentry:hover .entry-summary {
    padding-right: 55px;
  }
  #sidebar-right {
    width: 225px;
    margin-top: -20px;
  }
  #sidebar-right .hentry {
    padding-top: 20px;
    width: 225px;
  }
  #sidebar-right .hentry .entry-header {
    width: 225px;
  }
  #sidebar-right .hentry .entry-title {
    margin-bottom: 6px;
  }
  #sidebar-right .hentry .entry-title a {
    line-height: 16px;
    display: block;
  }
  #bottom .hentry {
    width: 319px;
    height: auto;
  }
  #bottom .hentry .entry-thumbnail {
    max-width: 319px;
    height: 205px;
  }
  #bottom .hentry .entry-thumbnail .theover {
    max-width: 319px;
    height: 205px;
  }
  #bottom .hentry .entry-thumbnail img {
    max-width: 319px;
    height: 205px;
  }
  #bottom .hentry .entry-summary {
    max-width: 283px;
    padding-right: 10px;
  }
  #bottom .hentry .entry-header {
    max-width: 270px;
  }
  #bottom .hentry .entry-header .entry-title {
    max-width: 270px;
  }
  #bottom .hentry .entry-header .entry-title a {
    display: block;
    line-height: 1.2em;
  }
  .archive.category #main .page-wrap {
    width: 960px;
  }
  .archive.category .hentry.thebigpost {
    width: 950px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
  }
  .archive.category .in-wrap {
    padding-bottom: 0px;
  }
  body.single #main .page-wrap {
    max-width: 870px;
    margin: 0 auto;
  }
  body.single .hentry {
    padding-left: 0px;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (max-width: 768px) {
  body.single  .hentry .lightbox .lightbox-content-item {
    width: 100% !important;
    height: 100% !important;
    background: #fff;
    margin-left: 0px !important;
    margin-top: 0px;
    top: 0;
    left: 0;
  }
  body.single  .hentry .lightbox .lightbox-content-item h3 {
    margin-left: 5%;
    margin-top: 6px;
    width: 60%;
    margin-right: 5%;
    margin-bottom: 5px;
  }
  body.single  .hentry .lightbox .lightbox-content-item .content {
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    clear: none;
    width: 60%;
    color: #7C8695;
    font-size: 11px;
    line-height: 14px;
  }
  body.single  .hentry .lightbox .lightbox-content-item p,
  body.single  .hentry .lightbox .lightbox-content-item li {
    color: #7C8695;
    margin-top: 0px;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0.5em;
  }
  body.single  .hentry .lightbox .lightbox-content-item img {
    width: 30%;
  }
  body.single  .hentry .lightbox .prev {
    position: fixed;
    margin-left: 0px;
    margin-top: 0px;
    bottom: 0;
    left: 0;
    top: auto;
  }
  body.single  .hentry .lightbox .next {
    position: fixed;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
  }
  body.single  .hentry .lightbox .close {
    position: fixed;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    bottom: auto;
    left: auto;
    right: 5px;
    top: 5px;
  }
}
footer.site-footer {
  padding-bottom: 0 !important;
}
.credits {
  width: 100%;
  clear: both;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #222;
  opacity: .3;
  border-top: 1px solid #222;
  padding: 10px 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .credits {
    padding: 20px 0;
  }
}
.credits span {
  margin-right: 5px;
}
.credits svg {
  fill: #222;
  width: 16px;
  height: 16px;
}
