.section-header-banner {
  height: 365px;
  background-image: url("/assets/images/sections/bg-about.jpg");
}

@media screen and (max-width: 959px) {
  .section-header-banner {
    padding: 40px 0;
    height: auto;
  }
}

.section-header-banner .centraliza {
  vertical-align: middle;
}

.section-header-banner .section-title {
  font-size: 33px;
  letter-spacing: 0.2em;
  color: #E8C21C;
}

.section-institutional-values {
  padding: 40px 0;
  background: #FFF;
}

@media screen and (max-width: 959px) {
  .section-institutional-values {
    padding-top: 10px;
  }
}

.section-institutional-values .section-content {
  padding: 0 25px;
}

@media screen and (max-width: 959px) {
  .section-institutional-values .section-content {
    padding: 0;
  }
}

.section-institutional-values .row {
  margin: 0 -30px;
}

.section-institutional-values .col {
  padding: 0 30px;
}

.section-institutional-values .content-value {
  text-align: left;
}

@media screen and (max-width: 959px) {
  .section-institutional-values .content-value {
    margin-top: 30px;
  }
}

.section-institutional-values .title {
  padding-bottom: 10px;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 33px;
  line-height: 1em;
  text-transform: uppercase;
  color: #003050;
}

.section-differential {
  padding: 100px 0;
  background: url("/assets/images/sections/textura.jpg") repeat;
}

@media screen and (max-width: 959px) {
  .section-differential {
    padding: 60px 0;
  }
}

.section-differential .section-content {
  padding: 0 20px;
}

@media screen and (max-width: 959px) {
  .section-differential .section-content {
    padding: 0;
  }
}

.section-differential .section-title {
  color: #FFF;
}

.section-differential .section-title:before {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 80px;
  line-height: 1em;
  color: #FFF;
  content: "Diferencias";
  opacity: 0.15;
  -moz-opacity: 0.15;
  -webkit-opacity: 0.15;
}

@media screen and (max-width: 959px) {
  .section-differential .section-title:before {
    display: none;
  }
}

.differential-list {
  text-align: left;
  margin-top: -20px;
}

@media screen and (max-width: 959px) {
  .differential-list {
    margin-top: 20px;
  }
}

.differential-item {
  padding-left: 35px;
  position: relative;
  margin-top: 25px;
  font-family: "Town80TextBook", Arial, sans-serif;
  font-size: 17px;
  line-height: 1em;
  color: #FFF;
  display: block;
}

.differential-item:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  background: url("/assets/images/sections/check.png") no-repeat;
  background-size: 25px 25px;
}

.section-professionals {
  padding: 95px 0 35px;
  background: url("/assets/images/sections/bg-professionals.jpg") no-repeat;
  background-size: cover;
}

.section-professionals .section-title {
  color: #FFF;
}

@media screen and (max-width: 959px) {
  .section-professionals .section-title {
    font-size: 36px;
  }
}

.content-professional {
  padding-top: 30px;
  height: 730px;
  text-align: left;
  background: #FFF;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 10px 15px 5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 10px 15px 5px 0px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 959px) {
  .content-professional {
    margin-top: 30px;
    height: auto;
  }
}

.content-professional .image-professional {
  position: relative;
  height: 178px;
  border-bottom: 1px solid #E6E6E6;
}

.content-professional .image-professional:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  content: "";
  background: #003050;
}

.content-professional .image-professional .image {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.content-professional .name-professional {
  position: absolute;
  top: 60px;
  right: 20px;
  max-width: 115px;
  font-family: "Town80TextBook", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.1em;
  color: #003050;
}

.content-professional .name-professional strong {
  font-family: "Town80TextBold", Arial, sans-serif;
  display: block;
}

.content-professional .description {
  padding: 25px 15px 25px 20px;
}

.content-professional .description p {
  margin-bottom: 10px;
}

.content-professional .description p:last-child {
  margin-bottom: 0;
}
