body {
  background: url("../img/bg_body.png") repeat 0 0;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Roboto Slab", serif;
}

#page {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  min-height: 100vh;
  background-color: #FFF;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.65;
}

.image-full {
  width: 100%;
}

.section {
  padding: 45px 0;
}

.section-blue {
  background-color: #73B8FB;
  color: #FFF;
}

.section-green {
  background-color: #56CC06;
  color: #FFF;
}

.section-red {
  background-color: #F90101;
  color: #FFF;
}

.footer {
  display: block;
  padding: 0 0 20px 0;
}

.jumbotron {
  background: url("../img/bg_jumbotron.jpg") no-repeat center;
  background-size: cover;
  border-radius: 0;
}
.jumbotron .logo {
  width: 200px;
  margin-bottom: 20px;
}

.divider {
  position: relative;
  height: 5px;
}

.divider div {
  transform: skewX(-35deg);
  content: "";
  left: 50%;
  top: 0;
  margin-left: -6px;
  position: absolute;
  height: 5px;
  width: 12px;
}
.divider div:nth-child(1) {
  margin-left: -24px;
  background-color: #73B8FB;
}
.divider div:nth-child(2) {
  margin-left: -6px;
  background-color: #56CC06;
}
.divider div:nth-child(3) {
  margin-left: 12px;
  background-color: #F90101;
}

.list-services p {
  opacity: 0.75;
}
.list-services h5 {
  font-family: "Roboto Slab", serif;
}
.list-services .col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-services .icon {
  background-color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #73B8FB;
  border-radius: 100%;
  height: 62px;
  min-width: 62px;
  width: 62px;
}
.list-services .icon img {
  width: 60%;
}
