@import url(../fonts/font-face-abel.css);
body {
    font-family: 'Abel';
    background-color: #191919;
    color: white;
}
.header {
    background-color: #2c2c2c;
    color: white;
}
.navbar .navbar-brand img {
    width: 90px;
    height: auto;
}

.navbar .navbar-brand-sgs img {
    width: 70px;
    height: auto;
}

.flags img {
    width: 20px;
    height: 20px;
}
.social img {
    width: 30px;
    height: 30px;
}
.client-area a{
    font-size: 12px;
}

.carousel {
    padding-top: 100px;
}

.slide1 {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/FOTO15.JPG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 400px;
}
.slide2 {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/DSCN0855.JPG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 400px;
}
.slide3 {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/foto1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 400px;
}

.slide1 h3 {
    margin-top: 140px;
}

.slide2 h3 {
    margin-top: 140px;
}

.slide3 h3 {
    margin-top: 140px;
}

.empresa {
    padding-top: 100px;
    padding-bottom: 100px;
}
.empresa img {
    border: 10px solid #303030;
}
.certificacao {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/foto7.JPG');
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.missao {
    padding-top: 100px;
    padding-bottom: 80px;
}
.qualidade {
    padding-bottom: 100px;
}

footer{
    background-color: #2c2c2c;
    color: white;
}
footer a {
    color: white;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}
#scrollup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    background-color: #6a6a6a;
    color: white;
    cursor: pointer;
    border-radius: 55px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 50px;
    height: 50px;
  }
  
  #scrollup:hover {
    background-color: #808080;
  }
  .cookieModal {
      background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
      pointer-events: none;
  }
  .modal-content {
      background-color: #191919;
      color: white;
  }
  .modal-content a {
      color: white;
  }
  .modal-content a:hover {
    color: white;
    text-decoration: underline;
}