@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;
}
.flags img {
    width: 20px;
    height: 20px;
}
.social img {
    width: 30px;
    height: 30px;
}
.client-area a{
    font-size: 12px;
}

.jumbotron {
    padding-top: 220px;
    padding-bottom: 225px;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../images/foto.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}
.cromoduro {
    padding-top: 100px;
    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;
}
