/*
# ---------------------------------------------------------------
# Author - Interagi Tecnologia http://www.interagi.com.br
# Copyright (C) 2010 - 2012 Interagi Tecnologia. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material
# Websites: http://www.interagi.com.br
-----------------------------------------------------------------*/

.timeLines {
  width: 100%;
}
.time-content {
  background-color: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0px 1px 23px -9px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0px 1px 23px -9px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 1px 23px -9px rgba(0, 0, 0, 0.45);
}
#titAba2 img:hover {
  background: url("twitterOff.png");
}

/* .timeLines .hAbas div{    width: 45.5px;  float: left;  margin-right: 18px; } */

/* .timeLines .hAbas div.open{  background: url('../assets/blSel.png') repeat-x;  position: relative;  z-index: 999;} */
.timeLines .hAbas {
  display: flex;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid var(--azul-escuro);
}
.timeLines .hAbas div {
  width: 56px;
  min-height: 46px;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
}
.timeLines .hAbas div.open {
  background-color: var(--azul-escuro);
}
.timeLines .hAbas div .img-normal {
  display: block;
}
.timeLines .hAbas div .img-negativo {
  display: none;
}
.timeLines .hAbas div.open .img-normal {
  display: none;
}
.timeLines .hAbas div.open .img-negativo {
  display: block;
}
.timeLines .hAbas div.last {
  margin-right: 0px;
}
.timeLines .hAbas div img {
  display: block;
  margin: 0 auto;
}

/* .timeLines .contentAbas{clear: both;  margin-top: -1px;
                        float: left;} */
.timeLines .contentAbas div:not(.link-instagram) {
  width: 100%;
  padding: 16px;
  height: 546px;
  text-align: center;
}
/*Facebook*/
.fb-page.fb_iframe_widget {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
/*Twitter*/
.twitter {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
.twitter .twitter-timeline {
  display: block !important;
}
.twitter .twitter-timeline iframe {
  width: 300px !important;
  position: initial !important;
}
/*YouTube*/
.youtube_player {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
.youtube {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
#___ytsubscribe_0 {
  display: block !important;
  padding: 0 !important;
  border: none !important;
  width: 275px !important;
  margin-bottom: 30px !important;
  overflow: hidden;
}
.youtube div#___ytsubscribe_0,
div#___ytsubscribe_0 > iframe {
  display: block !important;
  height: 50px !important;
  margin-bottom: 30px !important;
}
#___ytsubscribe_0 iframe {
  width: 280px !important;
}
.yt-username,
.full .yt-uix-button-subscription-container {
  margin-left: 58px;
  width: 222px !important;
  white-space: normal !important;
}
#___ytsubscribe_0 iframe .yt-username {
  margin-bottom: 20px;
}
.flickr {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
.iframe-instagram,
#instagram-iframe,
#instagram-iframe .link-instagram {
  display: flex !important;
  padding: 0 !important;
  border: none !important;
  justify-content: center;
}
#instagram-iframe .link-instagram img {
  padding: 0 20px 10px;
}
#instagram-iframe::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

#instagram-iframe::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}

#instagram-iframe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d5d5d5;
}

.time-content {
}
.time-content ul {
  border-bottom: 1px solid var(--azul-escuro);
}
.time-content ul li {
  width: 56px;
  min-height: 46px;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: transparent;
}
.time-content ul li a {
  display: flex;
  width: 56px;
  min-height: 46px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.time-content ul li.active {
  background-color: var(--azul-escuro);
}
.time-content ul li.active > a {
  border: transparent !important;
  background-color: transparent !important;
}
.time-content ul li .img-negativo,
.time-content ul li.active .img-normal {
  display: none;
}
.time-content ul li .img-normal,
.time-content ul li.active .img-negativo {
  display: block;
}
.time-content .tab-content {
  width: 100%;
  padding: 16px;
  height: 630px;
  text-align: center;
}
