/* Titulos */
#page-custom h1{ font-size: 22px; text-transform: uppercase;}
#page-custom h2{ font-size: 18px; text-transform: uppercase;}

#page-custom p{ padding-bottom: 30px; }

#page-custom .title-line{ margin:0; }
#page-custom .title-line:after{  background-color: #f93; content: ""; display: block; height: .125rem; margin: 10px 0 30px; width: 3.75rem; }

#page-custom .title-line-center{ margin:0; text-align: center; margin: 60px 0 50px; }
#page-custom .title-line-center:after{  background-color: #f93; content: ""; display: block; height: .125rem; margin: 10px auto 30px; width: 3.75rem; }


/* Lists */
#page-custom ul{ max-width: none; padding: 0 0 30px 0; }

/* Lists */


/* Contents */
#page-custom .max-center{ /*max-width: 840px;*/ max-width: 48.75rem; }


.btn-xyjz{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f93;
    border: none;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Lato', sans-serif;
    font-size: 0.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.25rem;
    max-width: 15rem;
    padding: .625rem 1.25rem;
    text-transform: uppercase;
    -webkit-transition: all 305ms ease;
    transition: all 305ms ease;
    white-space: nowrap;
}
.btn-xyjz:not(:disabled):hover{
    background-color: #ff7c34;
    color: #fff;
    text-decoration: none;
}

.center-xyjz{ /* margin: 1.25rem auto 0; */ margin: 3.25rem auto;  }

article.natds103.natds105 {
    width: 100%!important;
}

@media (min-width: 1200px) {
    .container { max-width: 75rem; }
}