@font-face {
  font-family: "Gotham Rounded Book";
  font-display: swap;
  src: local("Gotham Rounded Book"), local("GothamRounded-Book"),
      url("https://s3-sa-east-1.amazonaws.com/docs.tecnospeed.com.br/GothamRounded-Book.woff2") format("woff2"),
      url("https://s3-sa-east-1.amazonaws.com/docs.tecnospeed.com.br/GothamRounded-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded Book";
  font-display: swap;
  src: local("Gotham Rounded Bold"), local("GothamRounded-Bold"),
      url("https://s3-sa-east-1.amazonaws.com/docs.tecnospeed.com.br/GothamRounded-Bold.woff2") format("woff2"),
      url("https://s3-sa-east-1.amazonaws.com/docs.tecnospeed.com.br/GothamRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}


.header {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 25px;
  height: auto;
  padding-top: 75px;
  padding-bottom: 30px;
}
.header .wrap{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}
.top-header{
  width: 100%;
  display: block;
  padding-top: 15px;
}
.top-header a{
  color: #FFF;
  margin-top: 12px;
  display: block;
}
.top-header .logo{
  float: left;
}
.top-header .nav-wrapper{
  float: right;
}
.top-header .user-info{
  background-color: #e6e6e6;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
}
.top-header .user-nav{
  float: left;
  margin-top: 5px
}
.top-search{
  width: 100%;
  display: block;
  overflow: hidden; 
  text-align: center;
}
.navbar.affix{
  background-color: #1c5688!important;
}
.navbar-collapse.collapsing .navbar-nav,.navbar-collapse.show .navbar-nav{
  text-align: center;
  float: none;
  margin:0 auto;
  background-color: #0F76B7;
}
.affix .navbar-collapse.collapsing .navbar-nav,.affix .navbar-collapse.show .navbar-nav{
  background-color: #1c5688;
}
.user-info .dropdown-toggle::after{
  display: none !important;
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}
a.login{
  margin-top:0;
}
.navbar-brand a{
  margin-top: 0;
}
.section-hero-h1{
  margin-bottom: 20px;
  padding-top: 0;
}

#top-banner a{
  margin: 30px auto;
  display: block;
  overflow: hidden;
}
#top-banner img{
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.sub-nav{
  margin-bottom: 0;
  padding-bottom: 0;
  max-height: auto;
}

.btn-primary {
    color: #fff;
    background-color: #36a9e1;
    border-color: #36a9e1;
}
.text-primary {
  color: #36a9e1!important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

/* mixin for multiline */
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.page-header h1{
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 25px;
}
.page-header h1 img{
  vertical-align: middle;
  height: 50px;
}

.icon-img{
  margin: 5px 10px 0 -40px;
  display: inline-block;
  float: left;
}

.blocks-item {
  flex: 1 0 160px;
  border: none;
}
.blocks-item-link {
  color: #001528;
}
.blocks-item-title{
  margin-top: 15px;
  font-size: 1.3rem
}

.blocks-item-link img {
    max-height: 95px;
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    background-color: #1379b9;
}

.col-container-tecno {
    display: table;
    width: 100%;
    height: 100%;
}

.col-tecno {
    display: table-cell;
    height: 100%;
}


#recent{
  width: 100%;
  padding: 30px 0 0;
}
#recent .activities,#recent .articles2{
  padding: 30px 0;
}
#recent .activities{
  background-color: #0F76B7;
  padding-left: 10vw;
  padding-right: 3vw;
}
#recent .activities a{
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}
#recent .recent-activity-item-link{
  font-weight: bold;
  font-size: 16px;
}
#recent .activities a.recent-activity-item-parent{
  font-weight: bold;
}
#recent .activities .recent-activity-item-meta{
  margin-top: 0 !important;
}

#recent .activities .recent-activity-item-time, #recent .activities .recent-activity-item-comment {
    color: #a3c9f1;
}
#recent .activities .recent-activity-item-comment span::before{
  color: #FFF;
}
#recent .articles2{
  background-color: #F4F6F9;
  padding-right: 10vw;
  padding-left: 3vw;
}
.activities .recent-activity-header{
  color: #FFF;
  text-align: left;
  font-weight: bold;
}
.articles2 .recent-activity-header{
  text-align: left;
  font-weight: bold;
}
.recent-activity-header img{
  height: 50px;
}

#tecno-blog{
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  background-color: #F4F6F9;
  padding-top: 30px;
}
#tecno-blog h3{
  font-size: 24px;
}
#tecno-blog small{
  text-align: center;
}
#tecno-blog .posts{
  width: 100%;
  margin: 25px -3% 25px 0;
  overflow: hidden;
}
#tecno-blog .posts .blog-post{
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.50);
  overflow: hidden;
  margin-bottom: 30px;
}
#tecno-blog .posts .blog-post .tag{
  color: #26A9DF;
  float: left;
}
#tecno-blog .posts .blog-post .date{
  color: #ACB2C3;
  float: right;
}
#tecno-blog .posts .blog-post img{
  width: 100%;
  max-width: 100%;
}
#tecno-blog .posts .blog-post h4{
  width: 100%;
  display: block;
  margin-top: 15px;
  float: left;
  color: #3E4554;
  font-size: 20px;
  text-align: justify;
}
#tecno-blog .posts .blog-post .related-content{
  padding: 15px;
  display: block;
  overflow: hidden;
}

.tecno-sections {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #F4F6F9;
  padding: 35px;
  overflow: hidden;
}
.tecno-section {
  margin-bottom: 20px;
  float: left;
  clear: left;
}
.tecno-section .see-all-articles {
  padding: 5px 15px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  margin: 15px 0;
  display: inline-block;
}
.tecno-section.right {
  float: right;
  clear: right;
}

.ajax-nav ul{
  background-color: #1276b2;
}
.see-all-articles{
  background-color: #1276b2 !important;
}

.ajax-nav ul{
  list-style: none;
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.ajax-nav ul li a{
    padding: 10px 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    color: #FFF;
    font-weight: bold;
}
.sidenav-item.current-article, .sidenav-item:hover{
  background-color: inherit !important;
  filter: brightness(90%);

}
.section-articles h3{
  margin: 0 0 20px 0;
}

.related-articles ul{
  list-style: none;
}
.related-articles a,.recent-articles a{
  color: #0E76B8;
}

.side-banner,.side-banner a, .side-banner img{
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.category-page{
  margin-bottom: 35px;
}

/* salmão */
.category-360001512273 h1{
  color: #DF6E66 !important;
}
.category-360001512273 .ajax-nav ul{
  background-color: #DF6E66 !important;
  color: #FFF;
}
.category-360001512273 .see-all-articles{
  background-color: #DF6E66 !important;
}

/* azul escuro */
.category-360000571814 h1,
.category-360000571433 h1{
  color: #174e80 !important;
}
.category-360000571814 .ajax-nav ul,
.category-360000571433 .ajax-nav ul{
  background-color: #174e80 !important;
  color: #FFF;
}
.category-360000571814 .see-all-articles,
.category-360000571433 .see-all-articles{
  background-color: #174e80 !important;
}

/* preto */
.category-360001354313 h1,
.category-360001954693 h1,
.category-360000550253 h1{
  color: #001528 !important;
}
.category-360001354313 .ajax-nav ul,
.category-360001954693 .ajax-nav ul,
.category-360000550253 .ajax-nav ul{
  background-color: #001528 !important;
  color: #FFF;
}
.category-360001354313 .see-all-articles,
.category-360001954693 .see-all-articles,
.category-360000550253 .see-all-articles{
  background-color: #001528 !important;
}

/* amarelo */
.category-360000541454 h1,
.category-360000571673 h1,
.category-360000564074 h1{
  color: #f29100 !important;
}
.category-360000541454 .ajax-nav ul,
.category-360000571673 .ajax-nav ul,
.category-360000564074 .ajax-nav ul{
  background-color: #f29100 !important;
  color: #FFF;
}
.category-360000541454 .see-all-articles,
.category-360000571673 .see-all-articles,
.category-360000564074 .see-all-articles{
  background-color: #f29100 !important;
}

/* verde */
.category-360000468013 h1,
.category-360000485334 h1,
.category-360000484833 h1{
  color: #6dbd99 !important;
}
.category-360000468013 .ajax-nav ul,
.category-360000485334 .ajax-nav ul,
.category-360000484833 .ajax-nav ul{
  background-color: #6dbd99 !important;
  color: #FFF;
}
.category-360000468013 .see-all-articles,
.category-360000485334 .see-all-articles,
.category-360000484833 .see-all-articles{
  background-color: #6dbd99 !important;
}

/* azul claro */
.category-360000541374 h1,
.category-360000599854 h1{
  color: #36a9e1 !important;
}
.category-360000541374 .ajax-nav ul,
.category-360000599854 .ajax-nav ul{
  background-color: #36a9e1 !important;
  color: #FFF;
}
.category-360000541374 .see-all-articles,
.category-360000599854 .see-all-articles{
  background-color: #36a9e1 !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.text-mobile {
    color: #e37f7d!important;
}


.footer{
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
footer .newsletter{
  display: block;
  width: 100%;
  background-color: #0F76B8;
  color: #FFF;
}
footer h5{
  font-size: 1.25rem;
  font-weight: bolder !important;
}
footer img{
  vertical-align: middle;
}
footer .footer-menu{
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
footer .footer-menu .menu {
  margin-bottom: 30px;
}
footer .footer-menu h3{
  color: #808080;
  font-size:22px;
  margin-bottom: 18px
}
footer .footer-menu li{
  margin-bottom: 10px;
}
footer .footer-menu a{
  color: #36A7DF;
  font-size: 16px;
}
footer .footer-menu .wrap{
  width: 90%;
  max-width: 1160px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  float: none
}
footer .footer-menu .wrap>div{
  width: 22%;
  min-width: 260px;
  margin-left: 15px;
  float: left;
  display: block;
}
footer .address{
  line-height: 170%;
  font-size: 16px;
  color:#7F7F7F;
}
footer .icons>div{
  margin-bottom: 10px;
}
footer .icons a{
  display: block;
  float: left;
  margin-right: 5px;
}
footer .icons img{
  height: 55px
}
footer .copyright{
  display: block;
  width: 100%;
  background-color: #0F76B8;
  padding-bottom:30px;
}
footer .copyright .wrap{
  width: 90%;
  max-width: 1160px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  float: none
}
footer .copyright p{
  width: 100%;
  text-align: center;
  color:#fff;
  padding-top: 35px;
  font-weight: bold;
}
footer .copyright img{
  margin-top: 30px;
}

@media (min-width: 1160px) {
  .header .wrap {
    padding: 0;
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .col-container-tecno {
      display: block;
  }
  .col-tecno {
      display:inline-block;
  }
  .recent-activity-header{
    text-align: center !important;
  }
  #recent .activities,#recent .articles2{
    padding: 3vw;
  }
}
