@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  background-color: #e9e9e9; }

[data-src] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.container {
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}

section {
  line-height: 1.25; }
  section .container {
    overflow: hidden; }
  section p {
    font-size: 14px; }
    section p:not(:first-child) {
      margin-top: 1em; }

.wrapper {
  background: #e9e9e9;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.flex {
  display: flex;
  align-items: center; }

header {
  padding-left: 20px;
  padding-right: 20px; }

footer {
  padding-left: 20px;
  padding-right: 20px; }

h3 a:hover {
  text-decoration: underline; }

p a {
  color: #07313e; }
  p a:hover {
    text-decoration: underline; }

strong {
  font-weight: bolder; }

.img {
  position: relative;
  padding-bottom: 56.25%;
  transition: .25s; }
  .img > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }

.img-full {
  padding-bottom: 100%; }

.form-group:not(:first-child) {
  margin-top: 1em; }

.form-control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: .5em 1em;
  border-radius: .5em;
  background: #fff;
  line-height: 1.5;
  color: #000;
  border: 1px solid; }

form {
  max-width: 600px; }

.button {
  background: #fff;
  box-sizing: border-box;
  padding: .5em 1em;
  border-radius: .5em;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  border: 1px solid;
  font-family: 'Open Sans Condensed', sans-serif; }

#header {
  background: #719a3b;
  color: #fff;
  position: relative;
  z-index: 10; }
  #header .container {
    display: flex;
    align-items: center;
    overflow: visible;
    justify-content: space-between; }
.weather-slide {
  padding: 15px;
}
.nav {
  text-transform: uppercase;
  margin: 0 1em; }
  .nav > ul {
    display: flex;
    align-items: center; }
    .nav > ul > li {
      position: relative; }
      .nav > ul > li:not(:first-child) {
        margin-left: 2em; }
  .nav a {
    display: block;
    padding: 20px 0; }
    .nav a:hover {
      color: #FEA500; }
  .nav li.active > a {
    color: #FEA500; }
  .nav .drop-menu {
    position: absolute;
    background: #07313e;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: .25s;
    pointer-events: none;
    white-space: nowrap; }
    .nav .drop-menu a {
      padding: 10px; }
  .nav li:hover .drop-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto; }

.logo {
  margin: 12px auto;
  filter: brightness(0) invert(1);
  max-height: 32px; }
.custom-card {
  border-radius: 15px;
  overflow: hidden;
}
.custom-card .custom-card-header {
  background: #719a3b;
  padding: 15px;
  font-weight: bold;
  color: #fff;
}
.custom-card .custom-card-body table {
  text-align: center;
  font-weight: bold;
}
.custom-card .custom-card-body table td {
  padding-top: 7.5px;
  vertical-align: middle;
}
.custom-card-weather .custom-card-body h6 {
  font-weight: bold;
  color: #719a3b;
  margin-bottom: 15px;
}
.custom-card-weather .custom-card-body h5 {
  font-weight: bold;
  margin-bottom: 15px;
}
.card {
  background: #fff;
  height: 100%;
}
.card-body {
  padding: 15px;
}
.card-body h3 {
  margin-top: 0 !important;
}
.custom-card-weather .custom-card-body h1 {
  font-weight: bold;
  font-size: 3em;
}
.custom-card .custom-card-header img {
  filter: brightness(0) invert(1);
}
.custom-card-exchange .custom-card-body th {
  color: #719a3b;
  text-transform: uppercase;
}
.custom-card-exchange .custom-card-body th:first-child, .custom-card-exchange .custom-card-body td:first-child  {
  text-align: left;
}
b, strong {
  font-weight: bold;
}
.custom-card .custom-card-body {
  padding: 15px;
  background: #fff;
}
.search form {
  display: flex;
  align-items: center;
  font-size: 13px; }
.search .button {
  margin-left: .25em; }

.top {
  margin-top: 20px; }
  .top .grid {
    align-items: center; }

.social {
  display: flex;
  justify-content: center;
  text-align: center; }
  .social .fa {
    color: #fff;
    background: #808080;
    padding: .5em;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    width: 1em; }

.spacer {
  margin-top: 30px; }
  .featured .grid > li {
    flex-wrap: nowrap; }
    .featured .grid > li:first-child .caption {
      font-size: 1.25em;
      padding: 20px; }
  .featured .inner-container {
    position: relative;
    overflow: hidden;
    height: 100%; }
    .featured .inner-container:not(.flexible) .img {
      padding: 0;
      height: 100%; }
    .featured .inner-container + .inner-container {
      margin-top: 20px; }
    .featured .inner-container:hover .img {
      transform: scale(1.1); }
    .featured .inner-container:hover .caption {
      background: rgba(7, 49, 62, 0.85); }
  .featured .category {
    position: absolute;
    top: 0;
    right: 0; }
  .featured .caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    transition: .25s;
    padding: 15px; }
  .featured h3 {
    font-weight: 600; }
  .featured .inner-container.flexible {
    height: auto; }
  .featured .span-2 .img {
    padding-bottom: calc(84.375% + 5px); }

.category {
  padding: .5em 1em;
  text-transform: uppercase;
  color: #fff;
  background: #07313e;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: .8em;
  display: inline-block; }

.main .container {
  display: flex; }
.main h3 {
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 1em auto; }

.content {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 240px;
  background: #fff; }
  .content .container {
    display: flex; }
  .content h1 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px; }
  .content .sidebar {
    margin-left: 40px; }

.main-content {
  flex: 1; }
  .main-content > div {
    margin-top: 20px;
    position: relative; }

.popular h3 {
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 1em auto; }
.ratio {
  position: relative;
  overflow: hidden;
}
.ratio::before {
  content: '';
  display: block;
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-16x9::before {
    padding-top: 56.25%;
}
.popular h6 {
  margin-top: 15px;
  color: #719a3b;
  font-weight: bold;
}
.popular h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #808080;
  padding-bottom: 7.5px;
  margin-bottom: 20px; }
.popular .slider .bx-controls-direction a {
  opacity: 0;
  visibility: hidden; }
.popular .slider:hover .bx-controls-direction a {
  visibility: visible;
  opacity: 1; }
.popular .slider:hover .bx-prev {
  left: calc(-1em); }
.popular .slider:hover .bx-next {
  right: calc(-1em); }

.list h3 {
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 1em auto; }
.list li {
  overflow: hidden;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc; }
  .list li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none; }
.list .left {
  width: 100%;
  max-width: 120px;
  background: #fff;
  float: left;
  margin-right: 20px; }

.news {
  overflow: hidden; }

.sidebar {
  flex-basis: 200px;
  margin-left: 20px;
  padding-top: 20px; }
  .sidebar h2 {
    padding: .5em;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    background: #ae0002;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .sidebar img {
    width: 100%; }
  .sidebar > *:not(:first-child) {
    margin-top: 20px; }

.misc h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.newsletter {
  background: #e88e00;
  padding: 20px;
  margin-top: 20px; }
  .newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: initial; }
  .newsletter h2 {
    margin: 0 2em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em; }
  .newsletter .form-control {
    border: none;
    margin-right: 1em;
    max-width: 360px; }
  .newsletter .button {
    background: #A72436;
    border: none;
    color: #fff; }

.fecha {
  font-size: .8em;
  color: #808080;
  font-weight: bolder; }
  .fecha .fa {
    margin-right: .5em; }

.post .fecha {
  float: right;
  margin: 0 auto 1em !important; }
.post .category {
  float: left;
  margin-bottom: 1em; }
.post .slider {
  max-width: 100%;
  margin: auto;
  background: #eee; }
  .post .slider .bx-controls-direction a {
    background: rgba(0, 0, 0, 0.85);
    color: #fff; }
.post .main-content > *:not(:first-child) {
  margin-top: 1em; }
.post h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 2em;
  clear: both; }
.post .caption {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: .5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: .8em; }

.slider .bx-controls-direction a {
  position: absolute;
  font-size: 40px;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #808080;
  width: 1em;
  text-align: center;
  z-index: 50; }
.slider .bx-prev {
  left: 0; }
.slider .bx-next {
  right: 0; }

.feed {
  margin-top: 20px; }
  .feed .inner-container {
    padding: 20px;
    background: #fff; }
  .feed .grid > li:first-child .img {
    background: #07313e; }
  .feed .img {
    background-color: #07313e; }
    .feed .img::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0;
      left: 0;
      background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)); }
  .feed h1 {
    color: #fff;
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.5em;
    font-weight: bolder; }
  .feed .social-box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 1em;
    color: #fff; }
    .feed .social-box a:hover {
      background: rgba(7, 49, 62, 0.85); }
  .feed .social-content {
    display: flex;
    align-items: center; }
  .feed .img-left {
    margin-right: 20px;
    width: 50px; }
  .feed p {
    clear: both;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .feed span {
    display: block;
    font-size: .8em; }
  .feed .flex {
    margin-bottom: 20px; }
  .feed .selector {
    float: left;
    margin-right: 20px; }
    .feed .selector a {
      display: block;
      color: #808080;
      padding: .5em;
      text-align: center;
      line-height: 1;
      border-radius: 50%;
      width: 1em; }
      .feed .selector a:hover {
        background: #07313e;
        color: #fff; }
      .feed .selector a:not(:first-child) {
        margin-top: 20px; }
    .feed .selector a.active {
      background: #07313e;
      color: #fff; }

.display-name {
  font-weight: bold;
  font-size: 1em !important; }

.social-box .fa {
  font-size: 1.5em; }

.published-date {
  font-size: 1.25em;
  margin-right: 5px; }

.social-network {
  margin-left: 5px; }

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  line-height: 1.25; }

.footer-logo {
  margin: 20px auto;
  max-height: 32px; }

.footer-nav {
  margin: auto; }
  .footer-nav .drop-menu {
    display: none; }
  .footer-nav > ul {
    display: flex;
    align-items: center; }
    .footer-nav > ul > li {
      position: relative; }
      .footer-nav > ul > li:not(:first-child) {
        margin-left: 2em; }
      .footer-nav > ul > li > a {
        display: block;
        text-transform: uppercase; }

.copyright {
  text-align: center;
  margin-top: 20px;
  font-size: .8em; }

.banner {
  margin: auto; }
  .banner img {
    margin: auto; }

.post-content {
  line-height: 1.5; }
  .post-content strong {
    font-weight: bold; }
  .post-content > *:not(:first-child) {
    margin-top: 1em; }
  .post-content img {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.share {
  text-align: right; }
  .share a {
    display: inline-block;
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
    line-height: 1.5;
    width: 1.5em;
    text-align: center;
    border-radius: 50%; }
  .share .fa-facebook {
    background: #3b5998; }
  .share .fa-twitter {
    background: #4099ff; }
  .share .fa-whatsapp {
    background: #34af23;
    display: none; }

.pagination {
  justify-content: right;
  margin-top: 20px;
  display: flex;
  font-weight: bolder; }
  .pagination li > * {
    width: 1.5em;
    line-height: 1.5;
    display: block;
    text-align: center;
    vertical-align: middle; }
  .pagination li:hover > a {
    background: #07313e;
    color: white; }
  .pagination li.active > * {
    background: #07313e;
    color: white; }

.sidenews ul {
  font-size: 13px;
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 5px 0; }
.sidenews span {
  float: left;
  margin-right: .5em; }
.sidenews h3 {
  overflow: hidden; }
.sidenews li {
  padding: 5px 10px; }
  .sidenews li:nth-child(even) {
    background: #eee; }

.alert {
  display: inline-block;
  padding: .5em 1em;
  background: #ae0002;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em; }

.author {
  margin: 40px auto !important;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  line-height: 1.5; }
  .author .left {
    float: left;
    width: 120px;
    margin-right: 20px; }
  .author h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold; }
  .author p {
    font-size: .8em; }

.youtube-container {
  margin: 1em auto;
  max-width: 640px; }

.excerpt {
  font-size: 16px;
  font-weight: normal; }

.like-container {
  margin: 40px auto;
  text-align: center; }
  .like-container h2 {
    margin-bottom: .5em;
    font-size: 2em;
    font-weight: normal; }

.option {
  font-size: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 4px;
  position: relative;
  color: #fff;
  padding: .25em 1em; }
  .option .fa {
    margin-right: .5em; }
  .option::after {
    border: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    content: '';
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 4px; }
  .option:hover {
    opacity: .5; }

.like-count.red {
  color: #c00; }

.like-count.green {
  color: #0c0; }

.option[data-option="up"] {
  background: #0c0; }

.option[data-option="down"] {
  background: #c00; }

#brandencuesta {
  width: 100% !important;
  margin-top: 20px;
  background: #fff; }

.d-none {
  display: none; }

.revista .inner-container {
  border: 2px solid #07313e;
  padding: 15px;
  text-align: center;
  height: 100%;
  box-sizing: border-box; }
  .revista .inner-container h4 {
    margin: 15px auto;
    font-size: .8em; }
  .revista .inner-container h3 {
    font-size: 1.5em; }

#container {
  height: 100vh; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: none; }

.close {
  background: #fff;
  width: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  transition: .3s;
  color: #008b8b;
  position: absolute;
  top: 10px;
  right: 10px; }
  .close:hover {
    opacity: .5; }

.header {
  background: #198754;
  color: #fff;
  padding: 30px 0;
}
.header .logo {
  max-height: 60px;
  margin: auto;
}
.header .search {
  background: #eee;
  border-radius: 7.5px;
  overflow: hidden;
}
.header .search button {
  color: #fff;
  background: #FEA500;
  padding: .5em;
}
.header .search input {
  color: #000;
  padding: 0 15px;
  outline: none;
  box-shadow: none;
  border: none;
  width: 100%;
}
.footer {
  background: #198754;
  color: #fff;
  padding: 30px 0;
  margin: 30px auto;
}
.footer .footer-logo-new {
  max-height: 60px;
  filter: brightness(0) invert(1);
}
.footer i {
  font-size: 1.5em;
}
.categories-footer {
  margin: 30px auto;
}
.categories-footer a:hover {
  font-weight: bold;
}
.logos-footer {
  margin: 30px auto;
}
.logos-footer .inner-container {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 30px 0;
}
.vr {
  height: 64px;
  border-left: 1px solid #808080;
}
.copyright {
  margin: 30px auto;
}