.services {
  margin-top: 60px;
  margin-bottom: 60px;
}
.services-item {
  display: flex;
  width: 100%;
  position: relative;
}
.services-icon {
  width: 100%;
}
.services-icon img {
  width: 100%;
  height: auto;
}
.services-text h4 {
  margin-bottom: 20px;
}
.services-text p {
  margin-bottom: 10px;
}
.services-text .excerpt {
  margin-top: 0px;
  margin-bottom: 0;
  text-align: right;
  display: block;
  background-attachment: scroll;
  background-image: url(../img/excerpt-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 22px;
  color: #333333 !important;
  font-weight: normal !important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.services-text .excerpt:hover {
  padding-right: 26px;
  color: #1a88c1 !important;
  background-image: url(../img/excerpt-icon-hover.png);
}
.home-title {
  color: #1a88c1;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-position: left center;
  background-image: url(../img/divider1.png);
}
.list {
  margin-bottom: 20px;
  position: relative;
}
h3.trigger {
  display: block;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  line-height: 175%;
  padding-left: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #ffffff;
  background-image: url(../img/toggle-open.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  font-size: 16px;
}
.toggle_container {
  margin-bottom: 1px;
  position: relative;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition:
    max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    visibility 0s linear 0.5s,
    padding 0.3s ease,
    margin 0.3s ease;
  padding: 0 0.2rem; /* padding horizontal mínimo, vertical 0 */
  margin-top: 0;
}
.toggle_container.open {
  max-height: 600px; /* valor suficientemente grande para el contenido */
  visibility: visible;
  opacity: 1;
  transition:
    max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    visibility 0s linear 0s,
    padding 0.3s ease,
    margin 0.3s ease;
  padding: 0 0.2rem;
  margin-top: 0;
}
.button {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-align: center;
}
.button.small {
  font-size: 15px;
}
.gray.button {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ededed),
    color-stop(1, #dfdfdf)
  );
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-family: arial;
  font-weight: normal;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
}
.testimonial-entry {
  padding: 30px 50px 30px 64px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-entry {
  background-attachment: scroll;
  background-image: url(../img/blockquote.png);
  background-repeat: no-repeat;
  background-position: 44px 30px;
}
.testimonial-entry.dark {
  background-color: #f6f6f5;
  border: 1px solid #d9d9d9;
}
.testimonial-photo {
  float: left;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}
.testimonial-name {
  margin: 0 0 20px 0;
  text-align: right;
  color: #333333;
}
