/*orange*/
body,
* {
  font-family: 'Noto Sans', sans-serif;
  color: #423939;
}
h1 {
  text-align: center;
  font-size: 28px;
}
h2 {
  text-align: center;
  color: #017aa5;
  font-size: 24px;
  margin-top: 0px;
}
a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}
li {
  list-style: none;
}
img {
  width: 100%;
}
ul {
  padding: 0;
}
p {
  font-size: 17px;
  margin: 0px;
}
.clear {
  clear: both;
}
div[class*="block"] > .row {
  margin: auto;
  max-width: 1200px;
  padding: 0px 30px;
}
@media (max-width: 1100px) {
  div[class*="block"] > .row {
    padding: 0px;
  }
}
.block_header .encab_color {
  background-color: #017aa5;
  height: 110px;
}
.block_header figure {
  margin: auto;
  width: 145px;
  position: relative;
  top: -100px;
  margin-bottom: -110px;
}
.block_header figure img {
  width: 100%;
  border-radius: 100px;
  /* display: block; */
  padding: 3px;
  background-color: white;
}
.block_services {
  margin-bottom: 25px;
}
.block_services .services {
  text-align: center;
  margin: 20px auto;
}
.block_services .services i {
  background-color: #017aa5;
  font-size: 20px;
  color: white;
  padding: 5px;
  border-radius: 5px;
  width: 34px;
  display: none;
}
.block_services .services p {
  color: gray;
  word-break: break-word;
}
.block_services .services span {
  font-size: 20px;
}
.content {
  padding: 0px 15px;
}
.block_info h4 {
  margin-top: 30px;
  font-weight: bold;
}
.block_info .title i {
  float: left;
  font-size: 18px;
  background-color: #017aa5;
  color: white;
  padding: 3px 7px;
  margin-right: 7px;
  border-radius: 3px;
}
.block_info article {
  margin: 15px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.block_info article .subtitulo {
  margin-top: 8px;
}
.block_info article .subtitulo strong {
  color: #ff6600;
}
.block_info article .subtitulo span {
  color: gray;
  font-size: 12px;
  float: right;
}
.block_info article p {
  text-align: justify;
  margin: 15px 0px;
}
.block_info article ul {
  margin-top: 15px;
}
.block_info article ul li {
  min-height: 25px;
}
.block_info article ul li i.fa {
  font-size: 10px;
  color: #017aa5;
  margin-right: 6px;
}
.block_footer {
  background: #017aa5;
  padding: 5px 0px;
}
.block_footer p {
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 760px) {
  .content {
    padding: 0px;
  }
  .block_info article p {
    text-align: left;
  }
  .block_services {
    margin-bottom: 0px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
