@charset "UTF-8";header{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;
flex-direction: column;
position: relative;
width: 100%;
}
.blq-tit > .grp{
width: 100%;
max-width: 850px;
}
.cj-tit{
width: 100%;
height: auto;
margin: 0 auto;
margin-top: 90px;
padding: 20px 40px 0px 40px;
}
.cj-tit h1{
font-family: var(--fuente-principal);
font-size: var(--font-size-xxl);
line-height: var(--line-height-xxl);
font-weight: 400;
font-variation-settings: "wght" 600;
text-align: center;
color: var(--bn-100);
margin-bottom: 0px;
}.cj-tit h1 span{
color: var(--am-100);
}.cj-chapo{
width: 100%;
height: auto;
margin: 0 auto;
padding: 20px 40px 0px 40px;
}
.cj-chapo p {
font-family: var(--fuente-secundaria);
font-size: var(--font-size-md) !important;
line-height: var(--line-height-md) !important;
font-weight: 400 !important;
font-variation-settings: "wght" 600 !important;
text-align: center;
color: var(--bn-100);
}@media screen and (max-width:851px){
header{
width: 100%;
margin-left: 0px;
}
.cj-tit {
margin-top: 40px;
}
}