body * {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

@font-face {
    font-family: "Apis-Bold";
    src: url("../fonts/Apis/Apis-Bold.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Apis-Medium";
    src: url("../fonts/Apis/Apis-Medium.ttf");
    font-style: normal;
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

.theory_module_container {
    width: 100%;
    background-color: #ffffff;
}

.title_topic {
    margin: 28px auto;
}

.title_topic_frnj_upper {
    background-color: #222b58;
    height: 39px;
    position: relative;
}

.title_topic_frnj_bottom {
    background-color: #c3ed2b;
    padding: 0px 12px 5px;
}

.cont_title_topic {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 1200px;
    text-align: center;
}

.title_topic_theme {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.title_topic_frnj_upper .titple_topic_theme {
    justify-content: flex-end;
}

.title_topic_frnj_upper .title_topic_theme>div {
    display: flex;
    position: absolute;
    bottom: -6px;
    align-items: center;
}

.title_topic_theme p {
    color: #000000;
}

.title_topic_frnj_upper .title_topic_theme p {
    line-height: initial;
    font-weight: 800;
    position: relative;
    font-size: 0.7em;
    top: -17px;
}

.title_topic_frnj_bottom .title_topic_theme p {
    line-height: initial;
    font-weight: 800;
    position: relative;
    top: 5px;
    font-size: 0.8em;
}

.title_topic_frnj_upper .title_topic_theme h2 {
    color: #ffffff;
    font-size: 1.9em;
}

.title_topic_frnj_bottom .title_topic_theme h2 {
    color: #222b58;
    font-size: 2.5em;
    font-weight: bolder;
    display: flex;
    letter-spacing: 1px;
}

.title_topic_frnj_upper .title_topic_theme h2 span {
    color: #c3ed2b;
    font-size: 2.2em;
    font-weight: bolder;
    margin-right: 14px;
}

.title_topic_frnj_bottom .title_topic_theme h2 span {
    font-size: 19px;
    margin-right: 20px;
    position: relative;
    top: 3px;
    letter-spacing: initial;
}

.title_author_theme {
    width: 88%;
    margin: auto;
    max-width: 778px;
    text-align: justify;
}

.title_author_theme>div {
    display: flex;
    justify-content: flex-end;
}

.title_author_theme p {
    text-align: left;
    font-size: 0.9em;
    font-weight: bolder;
    line-height: 18px;
    margin-top: 12px;
    color: #222b58;
}

.title_author_theme p span {
    font-size: 0.9em;
    font-weight: normal;
    font-style: italic;
}

.articles_topic {
    margin-bottom: 88px;
}

.cont_buttons_page_topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont_buttons_page_topic .go_bck_button {
    background-color: #c3ed2b;
    padding: .5rem 1rem !important;
    border-radius: .3rem !important;
    color: var(--primario);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cont_buttons_page_topic .go_bck_button:hover{
    background-color: var(--primario);
    color: #ffffff;
}

.theory_module_container section article {
    width: 88%;
    margin: auto;
    max-width: 778px;
    text-align: justify;
}

article h3 {
    font-size: 2em;
    color: #35a8e0;
    font-weight: 600;
    margin: 42px 0 28px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 46px;
}

article h3 span {
    position: relative;
    font-size: 0.5em;
    top: -12px;
    left: -1px;
    font-weight: 200;
}

.theory_module_container .articles_topic>article:nth-of-type(1) h3:nth-of-type(1) {
    margin-top: 0px;
}

article h4 {
    color: #222b58;
    font-size: 1.6em;
    margin: 34px 0 24px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
}

article h4 span {
    position: relative;
    font-size: 0.6em;
    top: -5px;
    left: -12px;
    color: #35a8e0;
}

article h4 .deco_titles {
    object-fit: contain;
    width: auto;
    height: 28px;
}

article h5 {
    color: #8ab510;
    font-weight: bold;
    margin: 22px 0;
    font-size: 1.12em;
}

article p,
article ul p {
    color: #222b58;
    font-size: 1em;
    display: inline;
    line-height: 23px;
    letter-spacing: 0px;
}

article p label {
    line-height: 18px;
    color: #000000;
    font-size: 1em;
    display: inline;
    font-weight: 700;
}

article p span {
    position: relative;
    font-size: 0.6em;
    top: -6px;
    left: 0;
    color: #35a8e0;
    margin-right: -2px;
    padding-right: 2px;
}

article p a {
    text-decoration: underline !important;
    color: #4109ff !important;
}

article b {
    font-family: 'Apis-Medium';
}

.adjust_m2 {
    color: #000000 !important;
    position: relative !important;
    font-size: 0.6em !important;
    top: -6px !important;
    left: -1px !important;
    padding-right: 1px;
}

.adjust_rsrvd_rights {
    color: inherit !important;
    /* font-weight: bolder !important; */
    font-size: 12px !important;
    top: -6px;
    padding-right: 2px;
}

.adjust_rsrvd_rights.rsrvd_rights_figure {
    position: relative !important;
    top: -6px !important;
    /* font-size: 0.6em !important; */
    font-weight: initial !important;
}

.adjust_text_figs {
    color: #8ab510;
    font-size: inherit;
    position: initial;
    margin: 0;
}

.adjust_text_figs span {
    color: inherit;
}

.theory_module_container .topic_references {
    background-color: #e9eded;
    padding: 58px 0 18px;
}

.topic_references article h3 {
    text-align: center;
    margin: 5px auto 40px;
    color: #35a8e0;
    font-size: 2.2em;
    font-weight: bolder;
    letter-spacing: 1px;
}

.topic_references ul {
    /* padding-left: 16px; */
}

.topic_references ul li {
    margin: 8px 0;
    /*     display: flex;
    position: relative; */
    display: block;
}

.topic_references ul li div {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 22px 1fr;
    gap: 1%;
}

.topic_references ul li div p {
    line-height: 16px;
    font-size: 0.8em;
}

.topic_references ul li span {
    font-weight: bolder;
    font-size: 0.7em;
    position: initial;
    color: inherit;
    font-family: 'Apis-Bold';
    text-align: right;
}

.topic_references ul li p a {
    text-decoration: underline !important;
    display: inline;
}

/** nuevo **/
.theory_module_container .topic_references2 {

    padding: 18px 0;
    margin-top: 48px;
}

.topic_references2 article h3 {

    margin: 5px auto 40px;
    color: #35a8e0;
    font-size: 2em;
    letter-spacing: 1px;
}

.topic_references2 ul {
    padding-left: 16px;
}

.topic_references2 ul li {
    margin: 17px 0;
    /*     display: flex;
    position: relative; */
    display: block;
}

.topic_references2 ul li div {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 22px 1fr;
}

.topic_references2 ul li div p {
    line-height: 18px;
    color: #222b58;
    font-size: 1em;
}

.topic_references2 ul li span {
    font-weight: bolder;
    font-size: 0.7em;
    position: initial;
    color: inherit;
}

.topic_references2 ul li p a {
    text-decoration: underline !important;
    display: inline;
}

.figure_topic_theory {
    width: 100%;
    background-color: #d4dcdc;
    margin: 28px 0;
}

.figure_topic_theory .title_figure {
    background-color: #222b58;
    padding: 8px 12px;
    gap: 8px;
    display: flex;
}

.figure_topic_theory .title_figure.adjust_title_figure {
    display: grid;
    grid-template-columns: auto 1fr;
}

.figure_topic_theory .title_figure p {
    color: #ffffff;
    font-size: 1em;
}

.figure_topic_theory .title_figure p:nth-of-type(2) {
    position: relative;
    top: 1px;
}

.figure_topic_theory .title_figure p:nth-of-type(2) span {
    position: relative;
    top: 0px;
}

.figure_topic_theory .title_figure p span {
    all: inherit;
    font-weight: bolder;
    color: #8ab510;
    display: inline;
    position: relative;
}

.figure_topic_theory .title_figure p .adjust_rsrvd_rights {
    top: -6px;
    font-weight: 200;
}

.figure_topic_theory .cont_image {
    padding: 4px 20px 10px;
    background-color: #d4dcdc;
}

.figure_topic_theory .cont_image figure {
    display: grid;
    flex-direction: row;
    align-items: flex-end;
    grid-template-columns: 76% 22%;
    box-sizing: border-box;
    gap: 2%;
}

.figure_topic_theory .cont_image .adjust_fig {
    grid-template-columns: 1fr;
    gap: 0;
}

.figure_topic_theory .cont_image figure img {
    width: 100%;
}

.figure_topic_theory .cont_image figure figcaption {
    color: #222b58;
    font-size: 0.65em;
    text-align: initial;
    line-height: 12px;
    position: relative;
    bottom: 0;
    margin-top: 12px;
}

.figure_topic_theory .cont_image figure figcaption span {
    position: relative;
    font-size: 0.6em;
    top: -5px;
    left: -1px;
    color: inherit;
    margin-right: -3px;
}

.figure_topic_theory .cont_image figure.adjust_fig figcaption {
    padding: 0 0.5rem;
    margin-top: 12px;
}

.figure_topic_theory .cont_image figcaption.fig_right {
    display: flex;
    justify-content: flex-end;
    padding: 4px 4px;
    padding-right: 0px;
    margin-top: 0px;
}

.figure_topic_theory .cont_image figcaption.empty_fig {
    display: none;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul {
    display: flex;
    margin: 12px 0;
    flex-direction: column;
    gap: 6px;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li {
    display: block;
    margin: 0;
    display: list-item;
    margin-left: 1.5em;
    position: relative;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li:before {
    position: absolute;
    top: 2px;
    left: -10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #222b58;
    content: "";
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li p {
    color: #222b58;
    font-size: 0.9em;
    padding-right: 0;
    text-align: initial;
    line-height: 12px;
    position: relative;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul {
    display: flex;
    margin: 12px 0;
    flex-direction: column;
    gap: 6px;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li {
    display: block;
    margin: 0;
    display: list-item;
    margin-left: 1.5em;
    position: relative;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li:before {
    position: absolute;
    top: 2px;
    left: -10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #222b58;
    content: "";
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li p {
    color: #222b58;
    font-size: 0.9em;
    padding-right: 0;
    text-align: initial;
    line-height: 12px;
    position: relative;
}

.figure_topic_theory .title_figure p {
    color: #ffffff;
    font-size: 1em;
}

.figure_topic_theory .title_figure p:nth-of-type(2) {
    position: relative;
    top: 1px;
}

.figure_topic_theory .title_figure p:nth-of-type(2) span {
    position: relative;
    top: 0px;
}

.figure_topic_theory .title_figure p .adjust_span_figure {
    font-size: 0.6em;
    top: -7px !important;
    left: 0px;
    color: #ffffffff;
    margin-right: 0;
    position: relative;
    font-weight: 200;
}

.figure_topic_theory .cont_image {
    background-color: #d4dcdc;
    padding: 0.5rem 2.5rem;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul {
    display: flex;
    margin: 12px 0;
    flex-direction: column;
    gap: 6px;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li {
    display: block;
    margin: 0;
    display: list-item;
    margin-left: 1.5em;
    position: relative;
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li:before {
    position: absolute;
    top: 2px;
    left: -10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #222b58;
    content: "";
}

.figure_topic_theory .cont_image .adjust_fig figcaption ul li p {
    color: #222b58;
    font-size: 0.9em;
    padding-right: 0;
    text-align: initial;
    line-height: 12px;
    position: relative;
}

article ul>li {
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: flex-start;
}

article ul.space {
    gap: 14px;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 12px; */
    margin: 14px 0;
}

article ul li>span {
    font-weight: bolder;
    font-size: 1em;
    position: relative;
    top: -1px;
}

.ul_adjust {
    display: flex;
    flex-direction: column;
    margin: 14px 0;
    gap: 14px;
}

.ul_adjust>li {
    padding-left: 22px;
}

.ul_adjust>li>span {
    top: -1px;
}

.ul_dot {
    gap: 14px;
    display: flex;
    flex-direction: column;
    padding-bottom: 14px;
    margin-top: 14px;
}

article .ul_dot.space {
    padding-bottom: 14px;
}

.ul_dot.space li,
article ul.space li {
    padding-left: 1.5rem;
    margin: 0;
    grid-template-columns: auto 1fr;
    gap: 12px;
}

.ul_dot.space li ul li {
    position: relative;
    margin-left: 0.8rem;
    display: block;
    margin-bottom: 0px;
    padding-left: 0;
}

article ul.space li ul {
    gap: 14px;
    display: flex;
    flex-direction: column;
}

.ul_dot.space li ul li p {
    position: relative;
    left: 12px;
}

article ul.space li ul li {
    padding-left: 0;
}

article ul.space li ul li>span {
    top: -2px;
}

.ul_dot.space li ul li:before {
    background-color: #222b58;
    height: 5px;
    width: 5px;
    content: "";
    border-radius: 50%;
    left: 0%;
    top: 0%;
    position: absolute;
    transform: translate(-10px, 8.5px);
}

.ul_dot>li>span {
    font-weight: bolder;
    font-size: 0.7em;
    position: relative;
    top: 2px;
    padding-left: 8px;
}

.ul_dot>li>span:before {
    position: absolute;
    content: "";
    background-color: #8ab510;
    left: 0px;
    top: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.ul_dot p {
    line-height: 23px;
}

.ul_minus {
    gap: 14px;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 12px; */
    margin-top: 12px;
}

.ul_minus>li {
    margin: 0;
    gap: initial;
    padding-left: 35px;
}

.ul_minus>li>span {
    font-size: 0.9em;
    position: relative;
    top: 0px;
    font-weight: bolder;
    font-family: 'Apis-Bold';
}

.ul_minus br {
    display: none;
}

.end_of_page {
    width: 98%;
    margin: auto;
    margin-top: 24px;
}

.end_of_page p {
    font-size: 0.6em;
    line-height: 12px;
    display: block;
}

.ul_adjust p,
.ul_dot p,
.ul_adjust p,
.ul_minus p {
    line-height: 23px;
}

.band_publi {
    width: 100%;
    background-color: #222b58;
    padding: 0 0 4px;
}

.band_publi>div {
    width: 88%;
    margin: auto;
    max-width: 855px;
    text-align: justify;
    padding: 4px 0;
}

.band_publi>div>.disclaimer_band {
    font-size: 0.6em;
    line-height: 12px;
    display: block;
}

.band_publi>div p {
    color: #ffffff;
    position: relative;
    left: 22px;
    display: flex;
    justify-content: flex-end;
}


.span_list {
    font-size: 5em;
}

.text_informativo {
    font-size: 0.5em;
}

.titles_list {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 28px;
}

.titles_list span {
    position: inherit;
    font-size: inherit;
    font-weight: bolder;
}

.adjust_between_images_text {
    padding-left: 1.5em;
}

.adjust_img_figure_center {
    width: 58% !important;
    margin: auto;
}

article sub {
    color: #000000 !important;
}

article sub figcaption {
    color: #222b58 !important;
}

@media only screen and (max-width: 800px) {

    .title_topic_frnj_upper {
        height: initial;
        padding-bottom: 10px;
    }

    .title_topic_frnj_upper .title_topic_theme>div {
        position: relative;
        bottom: initial;
    }

    .title_topic_frnj_upper .title_topic_theme p {
        color: #ffffff;
        top: -11px;
    }

    .title_topic_frnj_upper .title_topic_theme h2 {
        font-size: 1.7em;
        line-height: 26px;
        text-align: center;
    }

    .title_topic_frnj_bottom .title_topic_theme h2 {
        display: block !important;
        font-size: 1.8em !important;
        margin: auto;
        text-align: center;
    }

    .title_author_theme>div {
        text-align: center;
        width: 100%;
        position: relative;
        margin-left: 0%;
    }

    .figure_topic_theory .cont_image {
        padding: 0;
    }

    .figure_topic_theory .cont_image figure {
        grid-template-columns: 1fr;
        box-sizing: border-box;
        gap: 0;
    }

    .figure_topic_theory .cont_image figure figcaption {
        text-align: justify;
        padding: 4px 1% !important;
        margin-top: 0px;
    }

    article p,
    article ul p {
        display: block;
        font-size: 0.8em !important;
        line-height: 17px;
    }

    article h3 {
        font-size: 1.6em;
        line-height: 32px;
        margin: 16px 0;
    }

    article h4 {
        font-size: 1.4em;
    }

    article h5 {
        font-size: 1em;
    }

    .figure_topic_theory .title_figure {
        display: block;
    }

    .figure_topic_theory .title_figure>p:nth-of-type(1) {
        display: block;
        font-size: 0.8em;
    }

    .figure_topic_theory .title_figure p {
        font-size: 0.9em;
    }

    article ul>li {
        margin: 8px 0;
    }

    .ul_adjust>li {
        padding-left: 8px;
        margin: 2px 0;
    }

    .theory_module_container .topic_references {
        padding: 28px 0;
    }

    .topic_references article h3 {
        font-size: 1.8em;
        margin: 5px auto 20px;
    }

    .topic_references ul li {
        margin: 8px 0;
    }

    .topic_references ul li div p {
        font-size: 0.7em;
    }

    .theory_module_container section article {
        margin-bottom: 18px;
    }

    .ul_dot p {
        display: block;
        line-height: 18px;
    }

    .band_publi>div {
        display: block;
    }

    .band_publi>div p {
        text-align: center;
        left: initial;
    }

    .articles_topic {
        margin-bottom: 48px;
    }

    article .ul_minus>li>span {
        font-size: 0.75em;
        top: 2px;
    }

    .space {
        padding-left: 17px;
    }

    article ul.space>li {
        padding-left: 0;
    }

    .ul_dot.space li,
    article ul.space li {
        padding: 0;
    }

    article ul li>span {
        font-size: 0.8em;
        top: -2px;
    }

    .figure_topic_theory {
        margin: 21px 0;
    }

    .titles_list {
        gap: 8px;
    }

    .end_of_page p {
        font-size: 0.5em !important;
    }

    .adjust_img_figure_center {
        width: 100% !important;
    }

}

@media only screen and (max-width: 548px) {

    .title_topic_frnj_upper {
        padding-bottom: 2px;
    }

    .title_topic_frnj_upper .title_topic_theme h2 {
        font-size: 1.2em;
    }

    .title_topic_frnj_bottom .title_topic_theme h2 {
        font-size: 1.3em !important;
    }

    .title_author_theme p {
        text-align: center;
    }

    .title_author_theme p span {
        font-size: 0.8em;
        display: block;
    }

    .title_author_theme p br {
        display: none;
    }

    article h3 {
        font-size: 1.2em;
        line-height: 28px;
    }

    article h4 {
        font-size: 1.1em;
        margin: 8px 0;
    }

    article h5 {
        font-size: 0.8em;
        margin: 8px 0;
    }

    .figure_topic_theory .title_figure p {
        font-size: 0.8em;
    }

    .ul_dot {
        padding-left: 0.8em !important;
    }

    .ul_dot.space {
        gap: 12px;
    }

    .ul_dot li {
        padding-left: 0 !important;
    }

    .ul_dot.space li {
        padding-left: 1rem;
    }

    .figure_topic_theory .title_figure>p:nth-of-type(1) {
        line-height: 14px;
    }

    .figure_topic_theory .cont_image {
        padding: 0px;
    }

    .figure_topic_theory {
        margin: 8px 0;
    }

    article h3 {
        margin: 12px 0;
    }

    .ul_minus {
        gap: 0px;
        margin: 4px 0;
        padding-bottom: 0px;
    }

    .topic_references article h3 {
        font-size: 1.4em;
        margin: 5px auto 20px;
    }

    .topic_references ul {
        padding: 0px;
    }

    .topic_references ul li {
        margin: 10px 0;
    }

    .topic_references ul li div p {
        font-size: 0.7em;
        line-height: 12px;
    }

    .titles_list {
        gap: 4px;
    }

}
