body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: var(--font-size-small);
    font-family: var(--font-family-secondary);
    -webkit-font-smoothing: subpixel-antialiased;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/*
 Primary Rules
*/

.name {
    margin: 0px 0 0;
    font-size: var(--h1-font-size);
    font-family: var(--font-family-primary);
    text-transform: capitalize;
    color: var(--main-color);
}
.rol, .subtitle{
    color: var(--secondary-color);
    font-family: var(--font-family-primary);
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize;
}
.b-place, .b-name{
    color: var(--main-color) !important;
}
.b-place, .b-name, .title {
    font-family: var(--font-family-primary);
    font-size: var(--title-font-size);
    font-weight: var(--font-weight-bold);
    color: var(--secondary-color);
    margin-bottom: 12px;
    line-height: 28px;
    text-transform: capitalize;
}

.rol,
.b-place, .b-name{
    margin-top: 5px
}
.add{
    text-align: start;
}
.add-detail{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: var(--font-size-regular);
}

.add-detail:hover {
    color: #fff;
}

.text {
    margin-bottom: 8px;
}

.text,
.div-ul-text>.text, .certification>.text, .interest>.text {
    font-size: var(--font-size-regular);
}


/*
 Float Rules
*/

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

.col {
    float: left;
}

.col-right {
    float: right;
}


/*
 Page Rules
*/
.page {
    width: 1000px;
    min-height: 29.7cm;
    margin: 0.7cm auto;
    padding: 0;
}

.subpage {
    border: 1px solid var(--main-color);
    height: 297mm;
}
.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    display: block;
    margin-right: 16px;
    padding: 3px;
    border: 3px solid var(--main-color);
}

.grade-brack{
    color: #8b8b8b;
    margin-left: 6px;
}

.grade{
    color: var(--main-color);
    margin: 0px 3px;
}

.place{
    font-weight: var(--font-weight-regular);
    margin-left: 5px;
}

.b-name{
    text-align: right;
    color: var(--main-color);
}
.header-name-area{
    background-color: var(--main-color);
    padding-top: 25px;
    padding-bottom: 25px;
}
.personal-info{
    background-color: var(--secondary-color);
}
.left-area{
    padding: 0 26px 0 0;
}
.detail-right{
    padding: 20px;
    background-color: var(--main-color);
    border-radius: 6px;
}
.title{
    color: var(--main-color);
    width: 100%;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 4px;
    line-height: 20px;
}
.detail-right .title{
    color: #fff;
    border-color: #fff;
    margin-bottom: 16px;
}
.sec .add a:last-child{
    margin-bottom: 0px;
}
.name strong {
    font-weight: bold;
}

.about {
    font-size: var(--font-size-regular);
    line-height: 24px;
    margin-bottom: 0px !important;
    font-weight: var(--font-weight-regular);
}

.sec {
    margin-bottom: 30px;
}

.add .add-detail {
    margin-bottom: 14px;
    display: block;
}
.add .add-detail:last-child{
    margin-bottom: 0px;
}

.add .add-detail .fas, .add .add-detail .fa, .add .add-detail .far {
    margin-right: 8px;
    color: var(--main-color);
    background-color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

.subtitle {
    color: var(--main-color);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-secondary);
    font-size: var(--h3-font-size);
    color: #000;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.light-text {
    color: var(--secondary-color) !important;
    letter-spacing: 1px;
    font-size: var(--font-size-small);
    line-height: 27px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
}

.subtext {
    font-size: var(--font-size-medium);
    color: #000;
}

.detail {
    margin-bottom: 20px;
}

.des {
    margin: 5px 0px 5px 0;
    font-weight: var(--font-weight-regular);
    font-size: var(--font-size-medium);
}

.line-break {
    height: 10px;
}

skills{
    padding-left: 0px;
    list-style: none;
}

.skills .me-auto span,
.language .me-auto span,
.certification .text,
.interest .text{
    font-size: var(--font-size-regular);
    color: #fff;
}

.skills .ms-auto span,
.language .ms-auto span{
    margin-right: 10px;
}

.skills span i,
.language span i{
    margin: 0px 1px;
    color: #a3a3a3;
    font-size: var(--font-size-small);
}

.skills i.bg,
.language i.bg{
    color: #fff;
}
.footer-area{
    padding: 0px;
}
.footer-right{
    padding-right: 0px;
}

.div-ul-text ul, .certification, .interest {
    padding-left: 20px;
}

.certification,
.interest,
.language {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.div-ul-text>.text, .certification>.text, .interest>.text {
    margin-bottom: 10px;
}

.div-ul-text ul li::marker {
    font-size: var(--title-font-size);
}

p.text {
    font-size: var(--font-size-regular);
}

.pl-30 {
    padding-left: 30px;
}

@media (min-width: 768px) {
    .container {
        max-width: 950px !important;
    }
}

@media print{
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
    .page-break {
        page-break-before: always;
        padding-top: 30px;
    }
    body {
        font-size: var(--p-font-size-12);
    }
    .img-area .profile-img {
        max-width: 85pt;
        max-height: 85pt;
    }
    .detail-right{
        background-color: var(--main-color);
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
    }
    .header-name-area{
        background-color: var(--main-color);
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .personal-info{
        background-color: var(--secondary-color);
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
    }
    .name {
        font-size: var(--p-font-size-15);
    }
    .title{
        padding: 0 0 2pt 0;
        padding-bottom: 4px;
        border-bottom: 1px solid var(--main-color);
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
    }
    .rol, .subtitle {
        font-size: var(--p-font-size-10);
    }
    .b-place, .b-name, .title {
        font-size: var(--p-font-size-10);
        line-height: 9pt;
        margin-bottom: 6pt;
    }
    .skills span i, .language span i{
        font-size: var(--p-font-size-6);
        color: #a3a3a3;
        -webkit-print-color-adjust: exact;
        -moz-print-color-adjust: exact;
    }
    .sec .add a{
        margin-bottom: 1pt !important;
    }
    .text,
    span,
    .add-detail,
    .des {
        font-size: var(--p-font-size-8) !important;
    }
    .grade-brack{
        font-size: var(--p-font-size-8);
    }
    .certification,
    .interest,
    .language,
    .div-ul-text {
        margin-bottom: 3pt
    }
    .div-ul-text ul li::marker{
        font-size: var(--p-font-size-12);
    }
    .light-text {
        font-size: var(--p-font-size-6) !important;
        line-height: 6pt !important;
        margin-top: 6pt;
    }
    .about {
        /*line-height: 11pt;*/
        font-size: var(--p-font-size-9) !important;
    }
    .sec {
        margin-bottom: 12pt;
    }
    .title{
        margin-bottom: 6pt;
        line-height: 14pt;
        font-size: var(--p-font-size-10) !important;
    }
    .subtitle {
        font-size: var(--p-font-size-10) !important;
        margin-bottom: 3pt !important;
    }
    .line-break {
        height: 4pt;
    }
    .detail {
        margin-bottom: 6pt !important;
    }
    br {
        display: none;
    }
    .certification .text,
    .interest .text,
    .language .text {
        margin-bottom: 5pt;
    }
    .skills .list-mb, .language .list-mb{
        margin-bottom: 5pt !important;
        max-height: 15pt;
    }
    .add .add-detail, .add{
        padding-left: 0pt !important;
        margin-left: 0pt !important;
    }
    .subtext{
        font-size: var(--p-font-size-8);
    }
    .add .add-detail .fas, .add .add-detail .fa, .add .add-detail .far {
        width: 20px;
        height: 20px;
        line-height: 10px;
    }
}