/**
Stylesheet for the homepage
*/

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
.intro-section {
  height: 100%;
  padding-top: 150px;
  text-align: center;
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/background/bg.jpg');
  color: white;
}
#logo_labsi{
    display: block;
    margin: auto;
    -webkit-filter: blur(0.7px);
    filter: blur(0.7px);
}

.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.news-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url('../img/background/cubes.png');
}

.projects-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.team-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url('../img/background/cubes.png');
}
.partners-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background: #fff;
}
.contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url('../img/background/cubes.png');
}
.footer{
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
    background: #212121;
}
.team-container{
    padding-left: 150px;
    padding-right: 150px;
}
@media(max-width: 550px){
     .team-container{
        position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    }
}
.navbar-default .navbar-nav>li>a:hover{
    color: #d32f2f;
}
.navbar-default .navbar-nav>li>a:focus{
    color: #d32f2f;
}
h5{
    color: #757575;
}
.ipb-estig{
    color: #757575;
}
.ipb-estig:hover{
    color: #d32f2f;
}
#brand-label{
    color: #757575;
}
#brand-label:hover{
    color: #757575;
}
a:hover{
    text-decoration: none;
}
p{
    text-align: justify;
}
#address{
    padding-left: 0;
}
.fa.fa-chevron-down{
    color: #212121 ;
}
.fa.fa-chevron-down:hover{
    opacity: 0.7;
}
.profile:hover{
    transition: .1s ease;
    background-color: #757575;
    opacity: 0.7;
}
h4{
    color: #333;
}
h4.team-name:hover{
    color: #757575;
}
.news_resumo{
    text-align: justify;
}
.news_wrapper{
    text-align: center;
    margin: 0 auto;
}
.estig{
    text-align: justify;
}
.estig:hover{
    color: #333;
}
.mail:hover{
  color: #d32f2f;
}
a{
    color: #333;
}
a:hover{
    color: #757575;
}
.btn.btn-default{
    border-radius: 2px;
}
.thumbnail{
    border-radius: 2px;
}
.thumbnail:hover{
  border: solid 0.5px #d32f2f;
}
a:focus{
    text-decoration: none;
}
.navbar-default .navbar-link:hover {
    color: #d32f2f;
}
.navbar-default .navbar-link:focus {
    color: #d32f2f;
}
a.read-more:hover{
    color: #d32f2f;
}
a.read-more:focus{
    color: #333;
}
a.read-more:active{
    color: #333;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #d32f2f;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 25px;
}

#myBtn:hover {
  opacity: 0.7;
}
.partners-logos{
    max-width: 100%;
}
hr {
    border-color: #d32f2f;
    border-width: 3px;
    max-width: 50px;
}
.labsi-description{
    text-align: center;
}
ul.social-buttons {
  margin-bottom: 0;
}
.fa.fa-facebook{
      background-color: #3B5998;
      display: block;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #fafafa;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.fa.fa-linkedin{
    background-color: #007bb6;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fafafa;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.fa.fa-facebook:hover,
.fa.fa-facebook:focus,
.fa.fa-facebook:active,
.fa.fa-linkedin:hover,
.fa.fa-linkedin:focus,
.fa.fa-linkedin:active {
  opacity: 0.7;
}

.fa.fa-mobile, .fa.fa-hand-paper-o, .fa.fa-universal-access, .fa.fa-long-arrow-right,
.fa.fa-search, .fa.fa-map-marker, .fa.fa-phone, .fa.fa-envelope{
    color: #d32f2f;
}
::selection {
  background: #ffcdd2;
}
::-moz-selection {
  background: #ffcdd2;
}
.thumbnail{
  padding: 0;
}
button.navbar-toggle{
	border-radius: 3px;
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: inherit;
}
.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #d32f2f;
}
#down-logo{
  margin: auto;
  display: block;
  max-height: 110px;
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#down-logo:hover{
  -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
    -webkit-filter: blur(0.7px);
    filter: blur(0.7px);
}
a{
  outline: 0;
}
iframe{
	pointer-events: none;
}
