@charset "utf-8";
.owl-interest .owl-dots {
    display: none !important; }
#interest {
  margin-top: 15px;
  margin-bottom: 50px; }
  #interest .row > h3 {
    padding: 0 15px; }
  #interest .col-sm-3 {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%; }
  #interest .interest-content {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden; }
    #interest .interest-content:hover .text-content {
      opacity: 1;
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #interest .interest-content:hover .text-content h5 {
      color: white; }
    #interest .interest-content:hover .filtro {
      background: rgba(0, 0, 0, 0.3);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, black));
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(black));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6290c', endColorstr='#000000', GradientType=0 ); }
    #interest .interest-content .filtro {
      position: absolute;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.6;
      top: 0;
      left: 0; }
    #interest .interest-content .img-interest {
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 75%;
         object-position: 75%;
      font-family: 'object-fit: cover; object-position: 75%';
      height: 200px;
    width: 100% !important;}
    #interest .interest-content .text-content {
      z-index: 10;
      color: #fff;
      position: absolute;
      height: auto;
      width: 100%;
      padding: 0 10px;
      bottom: 0px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #interest .interest-content .text-content h3 {
        margin-top: 0; }
      #interest .interest-content .text-content a {
        color: white;
        font-size: 1.3em;
        text-decoration: none; }

      .owl-item:nth-child(1) .tematica:before {
          content: 'Actualízate';
      }

      .owl-item:nth-child(2) .tematica:before {
          content: 'Beneficios';
      }

      .owl-item:nth-child(3) .tematica:before {
          content: 'Eventos';
      }

      .owl-item:nth-child(4) .tematica:before {
          content: 'Productos financieros';
      }

      .tematica:before {
          content: '';
          color: #ffcb00;
          padding: 10px;
          height: 20px;
          width: 100%;
          top: 0;
          left: 0;
          position: absolute;
          font-weight: bold;
          text-align: left;
          font-size: 26px;
          text-shadow: 2px 1px #717171;
      }