@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700");

body
{
  font-family: "Roboto Condensed", sans-serif;
}

main
{
  margin-top: 80px;
  margin-bottom: 50px;
}

/**********************
 *       BANNER       *
 **********************/

.banner
{
  width: 100%;
  min-height: 40vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.6);
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.6);
}
.alignCenter{
    margin-left: 30%;
}
#banner-about
{
  background-image: url("../img/blc3_entidade_estrategica_strategic_entity.jpg");
}

#banner-campus
{
  background-image: url("../img/blc3_campus.jpg");
}

#banner-rdt
{
  background-image: url("../img/blc3_centro_idt_rdt_centre.jpg");
}

#banner-incubator
{
  background-image: url("../img/blc3_incubadora_incubator.jpg");
}
#banner-LabiDuca
{
  background-image: url("../img/blc3_LabiDuca.jpg");
}

#banner-centrobio
{
  background-image: url("../img/blc3_centrobio2.jpg");
}
#banner-projects
{
  background-image: url("../img/blc3_projetos_projects.jpg");
}

#banner-services
{
  background-image: url("../img/blc3_servicos_services.jpg");
}

#banner-contact
{
  background-image: url("../img/blc3_contactos_contact.jpg");
}

#banner-investors
{
  background-image: url("../img/blc3_investidores_investors.jpg");
}

#banner-support-centre
{
  background-image: url("../img/blc3_capi_support-centre.jpg");
}
#banner-business-hosting
{
  background-image: url("../img/banner-business-hosting.jpg");
}

#banner-news
{
  background-image: url("../img/blc3_noticias_news.jpg");
}

#banner-privacy
{
  background-image: url("../img/blc3_privacy_policy.jpg");
  background-position: center;
}

#banner-legal
{
  background-image: url('../img/blc3_legal_legal.jpg');
  background-position: center;
}

#banner-video
{
  background-image: url("../img/blc3_regiostars_video.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;

  position:relative;
}

#banner-video a
{
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 -50% 0 0;
  transform: translate(-50%, -50%);
  opacity: 0.75;

  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #77BC1F;
  text-decoration: none;
  text-transform: uppercase;
}

#banner-video a img
{
  padding-bottom: 10px;
}

#banner-video a:hover
{
  opacity: 1;
}

/**********************
 *     BREADCRUMB     *
 **********************/

.breadcrumb
{
  background: transparent;
  margin-top: 50px;
  margin-bottom: 10px;
}

.breadcrumb li
{
  font-size: 14px;
}

.breadcrumb a
{
  color: #B2B2B3;
}

.breadcrumb > .active
{
  color: #666;
}

/**********************
 *     PAGE HEADER    *
 **********************/

.page-header
{
  border: none;
}

.page-header h1
{
  font-size: 24px;
  font-weight: bold;
  color: #77BC1F;
}

/**********************
 *        TEXT        *
 **********************/

p, li, address
{
  font-size: 17px;
  color: #666;
}

h3
{
  font-weight: bold;
}

/**********************
 *      ACCORDION     *
 **********************/

#accordion
{
  margin-top: 20px;
}

#accordion .panel
{
  border: none;
  box-shadow: none;
}

#accordion .panel-heading
{
  background-color: transparent;
  border-top: 1px solid #3E424A;
  border-bottom: 1px solid #3E424A;
  border-radius: 0;
  /*height: 46px;*/
}

#accordion .panel-heading .panel-title
{
  font-size: 22px;
  font-weight: bold;
  color: #77BC1F;
}

#accordion .panel-heading .collapsed
{
  color: #3e424a;
}

#accordion .panel-body
{
  border: none;
}

.panel-heading [data-toggle="collapse"]:after
{
  font-family: 'Glyphicons';
  content: "\2b"; /* "plus" icon */
  float: right;
  color: #77BC1F;
  font-size: 31px;
  font-weight: bold;
  line-height: 22px;

  /* rotate "Plus" icon  */
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  transform:         rotate(45deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after
{
  /* rotate "Plus" */
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);

  color: #3e424a;
}

/**********************
 *     NEWSLETTER     *
 **********************/

.newsletter
{
  background-color: #3E424A;
}

.newsletter h2
{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #77BC1F;
  margin-top: 70px;
  margin-bottom: 13px;
}

.newsletter form
{
  margin-bottom: 67px;
}

.newsletter input
{
  min-width: 266px;
  min-height: 37px;
  border-radius: 0;
  background-color: #BFBFBF;
  border-style: none;
  color: #5A5B62;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.newsletter .btn-default
{
  margin: 0;
  min-width: 42px;
  min-height: 37px;
  border-radius: 0px;
  border-style: none;
  background: #77bc1f;
}

.newsletter .btn-default:active
{
  background: #77bc1f;
}

.newsletter .btn-default .glyphicon
{
  text-shadow: none;
  color: #3e424a;
}

/**********************
 *       FUNDING      *
 **********************/
.funding
{
  margin-top: 50px;
  margin-bottom: 50px;
}

.funding img
{
  padding-right: 5px;
  padding-left: 5px;
}

.full-screen
{
  background: url('../img/blc3_index.jpg') no-repeat no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

  min-height: 100vh;
  min-width: 100vw;

  position: relative;
}

.img-middle
{
  max-width: 295px;

  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.img-big{
  max-width: 100%;
}

.img-80{
  max-width: 80%;
}

.img-30{
  max-width: 30%;
}

.info-banner
{
  border-top: 1px solid #3e424a;
  border-bottom: 1px solid #3e424a;
}

.info-banner .row
{
  margin-top: 13px;
  margin-bottom: 13px;
}

.info-banner p
{
  font-size: 14px;
  text-transform: uppercase;

  text-align: center;

  margin: 10px;
}

.banner-separator
{
  border-right: 1px solid #3e424a;
}

@media (max-width: 992px)
{
  .banner-separator
  {
    border-right: 0;
    border-bottom: 1px solid #3e424a;
  }
}

.info-banner p .highlight
{
  font-size: 24px;
  color: #77bc1f;
}

.text-banner
{
  margin-top: 30px;
  margin-bottom: 30px;

  font-size: 24px;
}

.indicator-container
{
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.indicator-banner
{
  font-size: 14px;
  text-transform: uppercase;

  margin-top: 10px;
  border-right: 1px solid #666;

  min-height: 75px;

  vertical-align: middle;

  padding-right: 30px;
}

.indicator-banner .value
{
  font-size: 24px;
  color: #77bc1f;
}

.campus-banner
{
  background: linear-gradient(180deg, #deddde 300px, #ffffff 300px);

  margin-bottom: 50px;
}

.campus-banner h2
{
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #77bc1f;

  margin-top: 55px;
  margin-bottom: 50px;
}

.campus-a
{
  width: 100%;
  height: 100%;

  position: relative;
}

.campus-a h3
{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #77bc1f;

  background-color: #3e424a;
  opacity: 0.9;

  position: absolute;
  top: 122px;

  width: 360px;

  margin: 0;
  padding-top: 26px;
  padding-bottom: 13px;

  border-bottom: 7px solid #77bc1f;
}

.campus-a .campus-img-background
{
  width: 360px;
  height: 360px;
}

.campus-a p
{
  display: none;
}

.campus-a .campus-img-map
{
  display: none;
}

.campus-a:hover, h3
{
  text-decoration: none;
}

.campus-a:hover p
{
  display: block;

  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;

  padding: 30px 30px;

  background-color: #3e424a;
  opacity: 0.9;

  position: absolute;
  width: 360px;
  height: 293px;
  top: -171px;
}

.campus-a:hover .campus-img-map
{
  display: block;

  position: absolute;
  height: 150px;
  width: 97px;
  top: -20px;

  left: 50%;
  margin-left: -48.5px;

  z-index: 100;
}

#map-banner-portugal
{
  background-image: url('../img/blc3_portugal.png');
}

#map-banner-europe
{
  background-image: url('../img/blc3_europe.png');
}

.map-banner
{
  background-color: #3e424a;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 300px;

}

.map-banner h2
{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;

  margin-top: 100px;
  margin-bottom: 40px;
}

.map-banner a
{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;

  max-width: 169px;

  border: 2px solid #77bc1f;
  padding: 7px 26px 7px 26px;
}

.map-banner a:hover
{
  text-decoration: none;
  background-color: #77bc1f;
  margin-bottom: 20px;
}

.news-banner h2
{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;

  margin-top: 30px;
  margin-bottom: 40px;
}

.news-banner .date
{
  font-size: 14px;
  color: #77bc1f;
}

.news-banner h3
{
  font-size: 24px;
  font-weight: 700;

  margin-top: 10px;
  margin-bottom: 10px;
}

.news-banner p
{
  font-size: 16px;
  margin: 0;
}

.news-banner a
{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

.news-banner .buttons
{
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-menu
{
  background: #DEDDDE;
  padding: 10px 0 20px;

  background-image: url("../img/footer.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.title-widget
{
  font-size: 16px;
  font-weight: bold;
  color: #3E424A;
  text-transform: uppercase;
}

.widget-container
{
  list-style: none;
  padding: 0;
}

.widget-container a
{
  color: #3E424A;
  font-size: 16px;
}

.footer
{
  margin-top: 100px;
}

.footer p
{
  font-size: 10px;
  border-bottom: 1px solid #666;
}

.footer .external-link
{
  color: #666;
  position: relative;
  top: -20px;
  margin-left: 10px;
}

.footer .fa-facebook:hover
{
  color: #3b5998;
}

.footer .fa-twitter:hover
{
  color: #00aced;
}

.footer .fa-youtube:hover
{
  color: #cd201f;
}
.footer .fa-linkedin-square:hover
{
  color: #0077b5;
}

.footer .logo-footer
{
  width: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left:auto;
  margin-right:auto;
}

li > strong,
p > strong
{
  color: rgb(25, 163, 209);
  font-weight: normal;
}

.last,
.funding .last
{
  border-right: none;
}

.carousel-indicators {
  position: relative;
  top: -80px;

  left:0;
  width:100%;
  margin-left:0;
}
.carousel-indicators li {
  width:15px;
  height:15px;
  background-image: url("../img/icon02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0;
}

.carousel-indicators .active
{
  width: 20px;
  height: 20px;
  background-image: url("../img/icon01.png");
}

.carousel-inner .caption
{
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;

  position: relative;
  top: -92px;
}

.carousel-inner .caption h4
{
  color: #009ee3;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  min-height: 32px;
}

.carousel-inner .caption p
{
  color: #77bc1f;
  font-size: 14px;
}

.carousel-inner .caption a
{
  color: #77bc1f;
}

@keyframes example {
  from {background-color: rgba(0, 158, 227, 0.5);}
  to {background-color: rgba(0, 158, 227, 1);}
}

.back-to-top
{
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: rgba(0, 158, 227, 0.5);
  border-radius: 25px;
  height: 50px;
  width: 50px;
  border: none;
  transition: background-color 1.5s linear;
  -o-transition: background-color 1.5s linear;
  -ms-transition: background-color 1.5s linear;
  -moz-transition: background-color 1.5s linear;
  -webkit-transition: background-color 1.5s linear;
}

.back-to-top:hover,
.back-to-top:focus
{
  background-color: #77bc1f;
}

.nav-pills
{
  margin-top: 50px;
  margin-bottom: -50px;
}

.nav-pills > li > a {
  background-color: #DEDDDE;
  width: 200px;
  height: 80px;
  border-radius: 0;

  font-size: 13px;
  color: #666;

  margin-right: 20px;
  margin-bottom: 20px;

  padding-top: 25px;

  background-image: url("../img/nav-pills-icon.png");
  background-repeat: no-repeat;
  background-position: 95% 5px;
  background-size: 20px;

}

.menu-centro-bio{
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0px;
}

.no-deco {
  text-decoration: none !important;
  color: #666; 
}

.small-blocks  {
   background-color: #DEDDDE;
  width: 140px;
  height: 80px;
  border-radius: 0;
  
  font-size: 13px;
  color: #666;

  margin-right: 20px;
  margin-bottom: 20px;

  padding: 25px;

  background-image: url("../img/nav-pills-icon.png");
  background-repeat: no-repeat;
  background-position: 95% 5px;
  background-size: 20px;

}

.block-active {
  background-color: #98C75D;
  background-image: url("../img/nav-pills-icon-active.png");
  color: #FFF !important;
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:hover
{
  background-color: #77BC1F;
  background-image: url("../img/nav-pills-icon-active.png");
}

.nav-pills > li.active > a:hover
{
  background-color: #98C75D;
}

.lead
{
  font-size: 19px;
  font-weight: bold;
  color: #77bc1f;
}

.news-preview:first-of-type
{
  border-top: 1px solid #1a1a1a;
  margin-top: 50px;
}

.news-preview
{
  padding-top: 20px;
  padding-bottom: 20px;

  border-bottom: 1px solid #1a1a1a;
}

.news-preview .header
{
  background: #F4F3F4;

  padding: 20px;
}

.news-preview .header h3
{
  margin: 0;

  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.news-preview .date
{
  margin: 0;
  color: #77bc1f;
  font-size: 20px;
}

.news-preview .text
{
  margin-top: 10px;
}

.news-preview .read-more {
  font-size: 17px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight:bold;

  position: relative;
  bottom: 0;
}

.return-news
{
  color: #77bc1f;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

.return-news:hover
{
  color: #77bc1f;
}


#btn-incubator
{
  margin: 0;
  padding: 20px;
  border-radius: 0px;
  border-style: none;
  background: #77bc1f;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

#btn-incubator:hover
{
  opacity: 0.8;
}

.funding-container {
  text-align: center;
}

.funding-img{
  margin-top: 40px;
  margin-bottom: 40px;
  width: 550px;
}