figure.fixedratio {
  padding-top: 50%; /* 450px/800px = 0.5625 */
  background-size: cover;
  -moz-background-size: cover; /* Firefox 3.6 */
  background-position: center; /* Internet Explorer 7/8 */
}

figure.fixedratioTall {
  padding-top: 70%; /* 450px/800px = 0.5625 */
  background-size: cover;
  -moz-background-size: cover; /* Firefox 3.6 */
  background-position: center; /* Internet Explorer 7/8 */
}

figure.fixedratioTitular {
  padding-top: 50%; /* 450px/800px = 0.5625 */
  background-size: cover;
  -moz-background-size: cover; /* Firefox 3.6 */
  background-position: center; /* Internet Explorer 7/8 */
  opacity: 90%;
}

div.columnSmall {
  width: 100%;

  min-height: 100px;
}

figure.fixedratioSmall {
  padding-top: 25%; /* 150px/400px = 0.375 */
  width: 35%;
  background-size: cover;
  -moz-background-size: cover; /* Firefox 3.6 */
  background-position: center; /* Internet Explorer 7/8 */
}

.responsiveLogo {
  width: 90%;
  max-width: 220px;
  height: auto;
}

.cardLink a,
a:active {
  color: darkslategray !important;
  text-decoration: none !important;
}

.cardLink a:hover {
  color: darkslategray !important;
  text-decoration: underline !important;
}

.seccionTitulo {
  width: 200px;
  height: 40px;
  margin-bottom: 20px;
  background: #ee0407;
  -webkit-box-shadow: 5px 5px 10px -4px rgb(64, 64, 64);
  -moz-box-shadow: 5px 5px 10px -4px rgba(64, 64, 64, 1);
  box-shadow: 5px 5px 10px -4px rgba(64, 64, 64, 1);
}

h1.seccionTitulo {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  color: #ffffff;
  padding-top: 3px;
}

.latest-widget h4 {
  color: #fff;
  background: #ee0407;
  padding: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1) !important;
}
.latest-widget ul {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
.latest-widget ul li {
  padding: 0px 8px 0px;
}
span.latest-post-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1px;
}
.et_pb_widget_area .latest-widget ul {
  line-height: 14px !important;
  padding: 10px 0 16px !important;
}
.latest-post-date {
  font-size: 11px;
}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}

.post-container {
  margin: 5px 5px 0 0;

  overflow: auto;
  padding-bottom: 15;
}
.post-thumb {
  float: left;
}
.post-thumb img {
  display: block;
  width: 100px;

  background-image: url(https://mdn.mozillademos.org/files/8971/firefox_logo.png);
  background-size: contain;

  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #fff;
}
.post-content {
  margin-left: 110px;
}

.post-contentOpinion {
  margin-left: 10px;
  border-bottom: solid 2px #ee0407;
  display: block;
  width: 98%;
  margin-top: 10px;
  padding: 5px;
}

.post-title {
  font-weight: bolder;
  font-size: 100%;
}

.post-title h3 {
  font-weight: bolder;
  font-size: 100%;
}

.post-title a,
a:link,
a:focus {
  color: brown;
  text-decoration: none;
}

.post-title a:hover {
  text-decoration: underline;
  color: red;
}

.post-sumario {
  font-weight: bold;
  font-size: 100%;
  font-style: italic;
  color: rgb(64, 64, 64);
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  font-weight: bolder;
  text-decoration: none;
  color: #000;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  font-weight: bolder;
  color: #000;
  text-decoration: underline;
}

.slider {
  color: black;
  font-size: 2vmin;
  font-weight: bolder;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.53);
  background-color: rgba(255, 255, 255, 0.902);
  padding: 15px;
}
