body{
  font-family: 'Roboto', sans-serif;
}
#seccion1{
  position: relative;
  overflow: hidden;
}
#seccion1:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dcf5f0;
  left: 0;
  top: -25%;
  z-index: -1;
}
.items img {
    margin: 0 auto 20px;
}
.items{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.items:hover {
  transform: scale(1.2);
}
.items h3 {
    font-size: 18px;
    text-align: center;
}
.items h3 a{
  color: #646464;
  text-decoration: none;
}
.items p a{
  color: #646464;
  text-decoration: none;
}
.items.crm:hover a{
  color: #058b8a;
}
.items.click:hover a{
  color: #d98909;
}
.items.sac:hover a{
  color: #3578aa;
}
.items.unidos:hover a{
  color: #412f86;
}
footer {
  background-color: #058b8a;
  padding: 70px 0;
}

footer strong {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #a9d7d7;
}

footer ul li:before {
  content: '>';
  position: absolute;
  color: #ffffff;
  width: 10px;
  height: 10px;
  top: 0;
  left: -5px;
  opacity: .7;
}

footer ul li:hover:before {
  opacity: 1;
}

footer ul li a {
  color: #ffffff;
  opacity: .7;
  text-decoration: none;
}

footer ul li a:hover {
  color: #ffffff;
  opacity: 1;
}

footer .img-50 {
  width: 60%;
  margin: 25px 0;
}