/*CSS Layout view carrete de íconos*/
.views-element-container.form-group{
    margin-bottom: 0;
}
.vw-ic-main{margin: 15px 0 90px 0;}
  .vw-ic-carret-wrapper{
    margin-bottom: 0;
  }
    .vw-ic-carret-item{
        margin-right: 22px !important;
    }
      .vw-ic-carret-item-link{
        display: block;
      }    
        .vw-ic-item-image{
            height: 96px;
            width: 144px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
            .vw-ic-item-image img{
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
@media (max-width:1199px) {
.vw-ic-main{margin-bottom: 15px;}
}
