/*EFECT CSS INICIO*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  background: #000; }

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 1.4rem; }

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.hovereffect h2 {
  color: #fff;
  text-align: left;
  position: relative;
  font-size: 2.5rem;
  overflow: hidden;
  padding: 0.7rem 0;
  margin: 0 0 0.7rem 0;
  text-shadow: 2px 2px 4px #000; }

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

section.contenedor-interes {
  max-width: 1180px;
  padding: 0; }

.container .row .margen-contenedor-interes {
  padding: 0.7rem; }

.container .row .margen-contenedor-interes a {
  font-size: 1.2rem;
  text-decoration: none; }

span.extra-bold {
  font-family: 'Lato-Black'; 
}

.container span.enlace-verMas {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  float: right;
  font-size: 1rem;
  padding: 0.25rem 0.6rem;
  border-radius: 5px 0 5px 0;
  margin-top: 1.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.container span.enlace-verMas:hover {
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem; }

/*EFECT CSS FIN*/
/* = = = = = = = = = RESPONSIVE = = = = = = = = = = =*/
@media (max-width: 500px) and (min-width: 300px) {
  .hovereffect {
    margin: 0; }

  .hovereffect:hover a, .hovereffect:hover p {
    line-height: 1rem; }

  .container .row .margen-contenedor-interes {
    margin: 0.5rem 0;
    padding: 0; }

  .hovereffect .overlay {
    padding: 1rem; }

  .hovereffect h2 {
    font-size: 1.4rem;
    padding: 0 0 0.5rem 0;
    margin: 0 0 0.5rem 0; }

  .container .row .margen-contenedor-interes a {
    line-height: 1rem;
    font-size: 0.7rem; }

  .container span.enlace-verMas {
    margin-top: 0.9rem; } }
@media (max-width: 767px) and (min-width: 501px) {
  .hovereffect {
    margin: 0; }

  .container .row .margen-contenedor-interes {
    margin: 0.5rem 0;
    padding: 0; }

  .hovereffect .overlay {
    padding: 1rem; }

  .hovereffect h2 {
    font-size: 2rem;
    /*padding: 0 0 0.5rem 0;*/
    margin: 0 0 0.5rem 0; }

  .container .row .margen-contenedor-interes a {
    font-size: 1.2rem; } }
@media (max-width: 991px) and (min-width: 768px) {
  .hovereffect {
    margin: 0; }

  .container {
    max-width: 1200px;
    width: 100%; }

  .container .row .margen-contenedor-interes {
    margin: 0;
    padding: 0.7rem; }

  .hovereffect .overlay {
    padding: 1rem; }

  .hovereffect h2 {
    font-size: 1.5rem;
    padding: 0 0 0.3rem 0;
    margin: 0 0 0.5rem 0; }

  .container .row .margen-contenedor-interes a {
    font-size: 0.85rem; }

  .container span.enlace-verMas {
    font-size: 0.8rem;
    margin-top: 0; }

  .container span.enlace-verMas:hover {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 0.8rem; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .hovereffect {
    margin: 0; }

  .container {
    max-width: 1200px;
    width: 100%; }

  .container .row .margen-contenedor-interes {
    margin: 0;
    padding: 0.75rem; }

  .hovereffect .overlay {
    padding: 1rem; }

  .hovereffect h2 {
    font-size: 2.2rem;
    padding: 0 0 0.5rem 0;
    margin: 0 0 0.5rem 0; }

  .container .row .margen-contenedor-interes a {
    font-size: 1.1rem; } }
/*# sourceMappingURL=seccion-interes.css.map */