@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap");
body {
  font-family: "Montserrat", 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, footer {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

b, strong {
  font-weight: bolder;
}

.img {
  position: relative;
  padding-bottom: 56.25%;
  transition: 0.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: 0.5em 1em;
  border-radius: 0.5em;
  background: #fff;
  line-height: 1.5;
  color: #000;
  border: 1px solid;
}

form {
  max-width: 600px;
}

.button {
  background: #fff;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  border: 1px solid;
  font-family: "Montserrat", 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: 0.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);
}

.custom-card {
  border-radius: 15px;
  overflow: hidden;
}
.custom-card .custom-card-header {
  background: #719a3b;
  padding: 15px;
  font-weight: bold;
  color: #fff;
}
.custom-card-commodities .button {
  padding: 0.25em 0.5em;
  font-weight: normal;
  color: #198754;
  border-color: #198754;
}
.custom-card-commodities .button:hover, .custom-card-commodities .button.active {
  background: #198754;
  color: #fff;
}
.custom-card-commodities table td:first-child, .custom-card-commodities table th:first-child {
  padding-left: 0;
  font-weight: normal;
}
.custom-card-commodities table td, .custom-card-commodities table th {
  padding: 0.5em 0 0.5em 0.5em;
  font-weight: bold;
}
.custom-card-commodities table td span {
  color: #198754;
}
.custom-card-commodities table thead tr {
  border-bottom: 1px solid;
  text-align: left;
}
.custom-card-exchange .custom-card-body table {
  text-align: center;
  font-weight: bold;
}
.custom-card-exchange .custom-card-body table td {
  padding-top: 7.5px;
  vertical-align: middle;
}
.custom-card-exchange .custom-card-body table th {
  color: #719a3b;
  text-transform: uppercase;
}
.custom-card-exchange .custom-card-body table th:first-child {
  text-align: left;
}
.custom-card-exchange .custom-card-body table td:first-child {
  text-align: left;
}
.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;
}
.custom-card-weather .custom-card-body h1 {
  font-weight: bold;
  font-size: 3em;
}
.custom-card .custom-card-body {
  padding: 15px;
  background: #fff;
}
.custom-card .custom-card-header img {
  filter: brightness(0) invert(1);
}

.card {
  background: #fff;
  height: 100%;
}
.card .card-body {
  padding: 15px;
}
.card .card-body h3 {
  margin-top: 0 !important;
}

.search form {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.search .button {
  margin-left: 0.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: 0.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: 0.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: 0.5em 1em;
  text-transform: uppercase;
  color: #fff;
  background: #07313e;
  font-weight: 600;
  letter-spacing: -1px;
  font-size: 0.8em;
  display: inline-block;
}

.main .container {
  display: flex;
}
.main h3 {
  font-weight: bold;
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
  margin: 1em auto;
}
.popular .nav-pills .nav-item:not(:first-child) {
  margin-left: 15px;
}
.popular .nav-pills .nav-item .button {
  padding: 0.25em 0.5em;
  font-weight: normal;
  color: #198754;
  border-color: #198754;
  background: none;
}
.popular .nav-pills .nav-item .button:hover, .popular .nav-pills .nav-item .button.active {
  background: #198754;
  color: #fff;
}
.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: -1em;
}
.popular .slider:hover .bx-next {
  right: -1em;
}

.ratio {
  position: relative;
  overflow: hidden;
}
.ratio::before {
  content: "";
  display: block;
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio-16x9::before {
  padding-top: 56.25%;
}
.ratio i {
  color: #fff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  font-size: 3em;
  width: 1em;
  height: 1em;
  margin: auto;
  right: 0;
  bottom: 0;
}

.list h3 {
  font-weight: bold;
  font-family: "Montserrat", 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: 0.5em;
  font-weight: bold;
  font-family: "Montserrat", 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: 0.8em;
  color: #808080;
  font-weight: bolder;
}
.fecha .fa {
  margin-right: 0.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: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 2em;
  clear: both;
}
.post .caption {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: 0.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: 0.8em;
}
.feed .flex {
  margin-bottom: 20px;
}
.feed .selector {
  float: left;
  margin-right: 20px;
}
.feed .selector a {
  display: block;
  color: #808080;
  padding: 0.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: "Montserrat", 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: 30px auto;
  font-size: 0.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: #fff;
}
.pagination li.active > * {
  background: #07313e;
  color: #fff;
}

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

.alert {
  display: inline-block;
  padding: 0.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: "Montserrat", sans-serif;
  font-weight: bold;
}
.author p {
  font-size: 0.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: 0.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: 0.25em 1em;
}
.option .fa {
  margin-right: 0.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: 0.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: 0.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: 0.3s;
  color: #008b8b;
  position: absolute;
  top: 10px;
  right: 10px;
}
.close:hover {
  opacity: 0.5;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header {
  background: #198754;
  color: #fff;
  padding: 30px 0;
  transition: 0.3s;
}
.header.fixed {
  padding: 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.header.fixed .logo {
  height: 30px;
}
.header .logo {
  height: 60px;
  margin: auto;
  transition: 0.3s;
}
.header .search {
  background: #eee;
  border-radius: 7.5px;
  overflow: hidden;
}
.header .search button {
  color: #fff;
  background: #FEA500;
  padding: 0.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;
}
.logos-footer i {
  font-size: 2em;
  color: #808080;
}

.vr {
  height: 64px;
  border-left: 1px solid #808080;
}

.submenu {
  display: none;
  color: #fff;
  background: #719a3b;
  padding: 30px 0;
}
.submenu.active {
  display: block;
}
.submenu a:hover {
  font-weight: bold;
}

.tab-content .tab-pane.fade {
  display: none;
}
.tab-content .tab-pane.show {
  display: block;
}

#mobile-header {
  position: fixed;
  z-index: 100;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  background: #94b700;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 0;
}

#mobile-menu-toggle {
  text-align: center;
  font-size: 25px;
  color: #fff;
}

#mobile-nav a {
  padding: 1em;
  border-bottom: 1px solid rgba(7, 49, 62, 0.25);
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  position: relative;
  color: #07313e;
}
#mobile-nav a:hover {
  background: #07313e;
  color: #fff;
}
#mobile-nav .dropdown-menu {
  display: none;
}
#mobile-nav .dropdown-menu a {
  background: rgba(7, 49, 62, 0.25);
}
#mobile-nav a.active {
  background: #07313e;
  color: #fff;
}
#mobile-nav .main-menu .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 14px;
  height: 14px;
}
#mobile-nav .search {
  padding: 1em;
}

#mobile-logo {
  float: left;
  height: 40px;
  filter: brightness(0) invert(1);
  margin: 5px 20px;
}

#mobile-menu .fa {
  width: 16px;
  margin-right: 1em;
  text-align: center;
}

.mobile-only {
  display: none;
}

.fixed-button {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border-radius: 50%;
  z-index: 10000;
}
.fixed-button a {
  background: #25d366;
  color: #fff;
  width: 1.75em;
  line-height: 1.75;
  text-align: center;
  font-size: 2em;
  border-radius: 50%;
  position: relative;
}
.fixed-button .message {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0.5em auto auto;
  white-space: nowrap;
  background: #fff;
  padding: 0.5em;
  border: 2px solid #719a3b;
  height: 1em;
  line-height: 1.25;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  transform: translateX(3em);
}
.fixed-button:hover .message {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.fixed-button:hover::before {
  opacity: 0;
}
.fixed-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #25d366;
  opacity: 0.5;
  border-radius: 50%;
  animation: infiniteScale 3s infinite;
}

@keyframes infiniteScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}
@media screen and (max-width: 1200px) {
  .social .fa {
    font-size: 1.25em;
  }
  .popular .slider .bx-controls-direction a {
    position: static;
    visibility: visible;
    opacity: 1;
    font-size: 24px;
  }
  .popular .bx-controls {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .news .grid > li {
    width: 50%;
  }
  .post .popular .grid > li {
    width: 50%;
  }
  .featured .grid > li.span-3 {
    width: 33.33333333%;
  }
  .featured .grid > li.span-2 {
    width: 100%;
  }
  .featured .grid > li.span-2 .img {
    padding-bottom: 25%;
  }
  .featured .grid > li.span-4 {
    width: 66.66666666%;
  }
  .feed .grid > li, .revista .grid > li {
    width: 33.33333333%;
  }
  .feed .selector, .revista .selector {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .feed .selector a, .revista .selector a {
    display: inline-block;
    margin: 0 !important;
  }
  .social .fa {
    font-size: 1em;
  }
}
@media screen and (max-width: 800px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .social {
    display: block;
  }
  .social .fa {
    font-size: 1.25em;
  }
  #header {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  .top .grid > li {
    width: 100%;
  }
  .feed .grid > li, .revista .grid > li {
    width: 50%;
  }
  .main .container {
    display: block;
  }
  .content .container {
    display: block;
  }
  .sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -10px !important;
    justify-content: center;
  }
  .sidebar > * {
    width: 50%;
    margin: 0 !important;
    padding: 10px;
    box-sizing: border-box;
  }
  .footer-nav {
    display: none;
  }
  #footer .flex {
    justify-content: center;
  }
  .newsletter form {
    justify-content: center;
  }
  .newsletter h2 {
    margin: 0;
  }
  .newsletter .button {
    margin: 0;
  }
  .newsletter .form-control {
    margin: 0 1em;
  }
  .pagination {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured .grid > li {
    width: 100% !important;
  }
  .featured .grid > li .img {
    padding-bottom: 56.25% !important;
    height: 0 !important;
  }
  .featured .grid > li.span-4 .img {
    padding-bottom: 75% !important;
    height: 0 !important;
  }
  .main .grid > li {
    width: 100%;
  }
  .misc .grid > li, .revista .grid > li {
    width: 100%;
  }
  .post .popular .grid > li {
    width: 100%;
  }
  .feed .grid > li {
    width: 100%;
  }
  .feed .grid > li:first-child .img {
    padding: 1em !important;
  }
  .feed h1 {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .newsletter form {
    flex-wrap: wrap;
  }
  .newsletter h2 {
    width: 100%;
    text-align: center;
  }
  .newsletter .form-control {
    margin: 1em auto;
    max-width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .sidebar > * {
    width: 100%;
  }
  .sidebar > *:not(.sidenews) {
    max-width: 200px;
  }
  .results .left {
    float: none;
    margin: 0 auto 20px;
    max-width: 360px;
    box-sizing: border-box;
  }
  .results .img-full {
    padding-bottom: 56.25%;
  }
  .share .fa-whatsapp {
    display: inline-block;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 15px 0;
  }
  .header .logo {
    max-height: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
