/* line 1, scss/expediente.min.scss */
.expediente {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    color: #000;
    background-color: #4fc3f7;
    -webkit-background-size: cover !important;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important; }
  
  /* line 17, scss/expediente.min.scss */
  .expediente {
    padding: 10px 0; }
  
  /* line 20, scss/expediente.min.scss */
  .expediente h2 {
    color: #000000;
    font-size: 25px;
    margin-bottom: 0 !important; }
  
  /* line 25, scss/expediente.min.scss */
  .expediente hr {
    margin-bottom: 10px !important;
    border-top: 1px solid #004282; }
  
  /* line 29, scss/expediente.min.scss */
  .expediente .section-title.center {
    padding: 10px 0; }
  
  /* line 32, scss/expediente.min.scss */
  .expediente .section-title.center h2 {
    color: #000000;
    line-height: 45px !important; }
  
  /* line 36, scss/expediente.min.scss */
  .expediente p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0; }
  
  /* line 41, scss/expediente.min.scss */
  .expediente strong {
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
    display: block; }