@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #282828;
  font-weight: 400;
  line-height: 24px;
}

header a.logo img {
  max-height:80px;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

p {
    font-size: 16px;
    font-weight: 300;
}

h5 {
  font-size: 28px;
  line-height: 34px;
}

.footer-logo {
  max-height: 60px;
}

.bg-deep-pink {
  background-color: #000;
}

.center-logo {
  left: 50%;
  position: absolute;
  margin-top: -28px;
  top: 50%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 20%;
}

@media (max-width: 991px) {
  .center-logo {
    left: 0;
    position: relative;
    max-width: 100%;
    margin: 0;
    top: 0;
    transform: none;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
  }
}

.section-gris {
  background-color: #DFDFE0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bg-extra-dark-gray {
  background-color: #000000;
}
