/* SPAN COLORS */

.span-blue {
  color: #337ab7;
  font-weight: bold;
}

/* CLASSIC TITLE */

.classic-title {
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  font-weight: 300;
}
.classic-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-weight: 600;
  font-size: 28px;
  border-bottom-color: #ff7607;
  color: #34495E;
}

/* INITIAL ANIMATION */

.three {
  width: 100%;
  height: 100%;
  position: absolute;

}

/* COMMENT */

.comment {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  border-top: none !important;
  border-bottom: 2px solid #f7f7f7 !important;
}
.comments-list {
  margin-top: 40px !important;
}
.comment-body{
  margin-left: 15px !important;
}
.comment__author {
  font-size: 24px !important;
}
.comment__date {
  font-size: 18px !important;
  text-transform: lowercase !important; 
  margin-left: 15px !important;
}

/* MODAL STYLES */

.corpo-modal {
  padding: 15px 30px;
}

/* AREAS */

.header-area {
  border-bottom: 1px solid #eee;
}
.service-area {
  padding-top: 50px !important;
  background-color: #fcfcfc !important
}