.feed-redes-tabs{
  margin-bottom: 20px;
}

.feed-redes-tabs .tabs {
  display: flex;
  overflow: hidden;
  margin-bottom:0px !important;
}

.feed-redes-tabs .tabs li {
  float: left;
  /*width: 33.3333%;*/
  height: 54px;
  background: #f6f6f6;
  border: 1px solid #eee;
  box-sizing: border-box;
  flex: 1 1 auto;
}

.feed-redes-tabs .tabs li a {
  outline: none;
  font-family: 'din-medium';
  font-size: 18px;
  display: block;
  line-height: 32px;
  text-align: center;
  color: #ccc;
  padding: 10px 15px;
}

.feed-redes-tabs .tabs li.ui-tabs-active {
  background: #fff;
  /*border-top: solid 3px #0063be;*/
  color: #434343;
}

.feed-redes-tabs .tabs li a span {
  text-align: center;
  margin: 0 auto;
}

.feed-redes-tabs .tabs li.ui-tabs-active a{
  color:#0065BD;
}


.feed-redes-tabs .tabs li.ui-tabs-active a img.feed-icon{
  fill:#0065BD !important;
}

.feed-redes-tabs h3 {
    color: #404040;
    font-family: "din-medium";
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.feed-redes-tabs .tabs li .txSize {
    font-size: 80%;
}

.feed-redes-tabs .tabs li .txSizeNone {
    display: none;
  }
  
  .Feeds .feed-redes-tabs .floaticon
  {
      float: inherit;
  }

@media (min-width: 992px) and (max-width: 1199px) {
   
  .Feeds .feed-redes-tabs .float-icon
  {
      float: inherit;
  }
}

@media (max-width: 767px) {
  .feed-redes-tabs .tabs li .tx {
    display: none;
  }
}

.feed-tab {
  border: 1px solid #eee;
  text-align: center;
  min-height: 537px;
}


/*ICONS*/
.feed-redes-tabs .feed-icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 32px;
  height: 32px;
}

.feed-redes-tabs .feed-icon img{
  width: 100%;
}


@media screen and (min-width: 767px) {
    .feed-redes-tabs .feed-icon {
        float: left;
    }
    .facebook-feed-tab iframe{
        max-width:500px !important;
    }
}


.facebook-feed-tab {
  width:100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: #fafafa;
  height: 537px !important;
}

.facebook-feed-tab iframe{
  max-width:500px !important;
  height: 100%;
}

.instagram-feed-tab .ig-item {
  width:50%;
  display: inline-block;
}



.instagram-feed-tab .ig-item img{
  width:100%;
  max-width: 100%;
}


@media screen and (min-width: 768px) {
  .instagram-feed-tab .ig-item {
    width: 33.333%;
  }
}
