:root {
    --background: #49629d;
    --secundary-color: #02497f;
    --principal-color: #ffffff;
    --line: #464646;
    --menuI: #000;
    --scrolling-background: #414137;
    --pink: #fc0;
    --bg: 3.6rem;
    --bg-lh: 42.19px;
    --bg-title: bold normal var(--bg) / var(--bg-lh) 'Montserrat';
    --sb: 2.4rem;
    --sb-lh: 28.13px;
    --sb-title: bold normal var(--sb) / var(--sb-lh) 'Montserrat';
    --body: 1.4rem;
    --body-lh: 21.75px;
    --body-title: 300 normal var(--body) / var(--body-lh) 'Montserrat';
    --header: #161614;
}
* font font {
    font-family: 'Montserrat';
}
.skiptranslate {
    opacity: 0;
}
figure,
figure img {
    border-radius: 8px;
}

html {
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    box-sizing: border-box;
    font: var(--body-title);
    transition: all 0.1s ease-in;
}
font,
pre font {
    font-family: 'Montserrat';
}
header {
    background: #01233c;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 16px 0;
    position: sticky;
    top: 0;
}

.header_itm1 {
    background: #fff;
    padding: 8px 0;
    width: 152px;
    border-radius: 0 20px 20px 0;
    display: flex;
    justify-content: center;
}

.header_itm2 {
    border: 2px solid var(--pink);
    padding: 2px 4px;
    display: inline-block;
    border-radius: 162px;
    width: 60px;
    height: fit-content;
    align-self: center;
    justify-self: end;
    display: flex;
}

.header_itm-icon {
    background: var(--pink);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
}

.header_itm-icon-sun {
    display: none;
}

.header_itm-icon-active-moon {
    transform: translateX(25px);
    transition: transform 0.3s ease-in;
}

.header_itm-icon img {
    width: 20px;
    height: 20px;
}

.menu {
    position: fixed;
}

.header_menu {
    display: grid;
    row-gap: 4px;
}

.header_itm3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_menu-item {
    height: 4px;
    width: 28px;
    background: #fff;
    border-radius: 20px;
}

.header_menu {
    display: grid;
    row-gap: 4px;
}

.documentation {
    background: var(--background);
    padding: 20px;
}

.documentation_itm,
.documentation_itm-new {
    width: 94%;
    background: var(--secundary-color);
    color: var(--principal-color);
    padding: 40px;
    border-radius: 8px;
    max-height: 900px;
    overflow-y: auto;
}

.documentation_itm::-webkit-scrollbar,
.documentation_itm-new::-webkit-scrollbar,
.menu::-webkit-scrollbar {
    width: 8px;
}

pre {
    overflow-y: auto;
}

/* Track */
.documentation_itm::-webkit-scrollbar-track,
.documentation_itm-new::-webkit-scrollbar-track,
.menu::-webkit-scrollbar-track,
pre::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #414137;
}
.menu {
    padding-bottom: 70px;
}
/* Handle */
.documentation_itm::-webkit-scrollbar-thumb,
.documentation_itm-new::-webkit-scrollbar-thumb,
.menu::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb {
    background: #989887;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #414137;
}

::-webkit-scrollbar-thumb {
    background: #989887;
    border-radius: 10px;
}

.documentation_itm-title,
.documentation_itm-title font {
    font: var(--bg-title);
    margin-bottom: 28px;
}

.documentation_itm-subtitle,
.documentation_itm-subtitle font {
    font: var(--sb-title);
    margin: 20px 0;
}

.documentation_itm-line {
    width: 100%;
    background-color: var(--line);
    height: 2px;
    margin: 12px 0;
    border-radius: 3px;
}
.redirect {
    color: var(--principal-color);
    font-weight: bold;
    cursor: pointer;
}
.figure_documentation {
    max-width: 670px;
    width: 100%;
}

.documentation_itm-text {
    font: var(--body-title);
}

footer {
    background-color: #01233c;
}

.footer_line {
    width: 100%;
    background-color: var(--pink);
    height: 12px;
}

.footer_text {
    margin: 20px 0;
    font: var(--body-title);
    color: #fff;
    text-align: center;
}

.footer_text a {
    color: var(--pink);
    text-decoration: none;
}

.footer_icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 20px;
    padding: 0 200px;
}

.headerMenuItm1_start {
    transform: rotate(45deg);
    transition: all 0.6s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}

.headerMenuItm3_start {
    position: absolute;
    transform: rotate(138deg);
    transition: all 0.6s cubic-bezier(0.6, -0.28, 0.74, 0.05);
}

.headerMenuItm2_none {
    opacity: 0;
    transition: all 0.1s ease-out;
}

.header_itm3-margin {
    margin-top: 8px;
}

.body {
    position: relative;
}

.menu_none {
    transform: translatex(-624px);
    transition: all 0.5s ease-in;
}

.menu {
    position: fixed;
    background: var(--secundary-color);
    height: 98vh;
    width: 239px;
    transition: all 0.5s ease-in;
    overflow-y: auto;
}

.menu_content {
    display: block;
}

.menu_header {
    background-color: var(--menuI);
    padding: 4px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.menu_header p,
.menu_header p font {
    font: var(--body-title);
    font-weight: bold;
    color: var(--principal-color);
}

.menu_header-line {
    background-color: var(--principal-color);
    height: 4px;
    width: 12px;
}

.menu_content {
    display: flex;
    flex-direction: column;
    font: var(--body-title);
    font-weight: 300;
    padding: 8px 28px;
}

.menu_content a {
    text-decoration: none;
    color: var(--principal-color);
    padding: 4px 0;
}

.menu_header-none {
    display: none;
}
.documentation_doble {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.documentation_doble-figure1,
.documentation_doble-figure1 img {
    width: 100px;
}
.documentation_doble-figure2,
.documentation_doble-figure2 img {
    width: 143px;
}
.documentation_doble-text {
    display: flex;
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    margin-top: -12px;
}
.documentation_doble-text-c {
    width: 50%;
    text-align: center;
    cursor: pointer;
}
#openNaturalPerson2 h4 {
    margin-left: -22px;
    font-weight: bold;
}
#openNaturalPerson2 h4 font {
    font-weight: bold;
}
#legalPersonOpen2 h4,
#legalPersonOpen2 h4 font {
    font-weight: bold;
}
#openNaturalPerson:hover,
#openNaturalPerson i:hover,
#legalPersonOpen:hover,
#legalPersonOpen i:hover {
    color: #fc0;
}
.register_space {
    margin-left: 16px;
}
.register_space1 {
    margin-left: 16px;
}
.register_space2 {
    margin-left: 32px;
}
.register_space_especial-button {
    margin-bottom: 24px;
}
.figure_documentation {
    margin: 8px auto;
    display: flex;
    align-items: center;
}
i {
    font-style: italic;
}
.figure_documentation-web-chekout {
    width: 100%;
}
.button_redirect {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 8px 0;
}
.button_redirect figure,
.button_redirect figure a {
    width: 100%;
    display: flex;
    justify-content: center;
}
.button_redirect figure img {
    width: 50%;
}
.button_redirect p {
    text-align: center;
    margin: 8px 0;
}
.text_especial-d {
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}
.code {
    border-radius: 8px;
    background: #1e1e1b;
    padding: 20px;
    color: #fff;
}
#code-renderer {
    color: #fff;
}
thead {
    background: var(--header);
    color: var(--principal-color);
}
.table.dataTable tr {
    border: 1px solid #e8e8f7;
}
td {
    background: var(--secundary-color);
    border: 0.00001px solid #e8e8f7;
}
th {
    border: 0.00001px solid #e8e8f7;
    text-transform: uppercase;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 21px 10px !important;
}
.dataTables_length,
.dataTables_info,
.dataTables_paginate {
    display: none;
}
.dataTables_filter input {
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    margin-bottom: 10px;
}
.dataTables_filter input::placeholder {
    color: #fff;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}
.none {
    display: none;
}
li {
    margin: 20px 0;
}
.fa-user-astronaut {
    font-size: 90px;
    color: var(--principal-color);
}
.fa-business-time {
    font-size: 80px;
    color: var(--principal-color);
}
#legalPersonOpen2 h4 {
    margin-right: 24px;
}
.fa-solid {
    cursor: pointer;
}
.documentation_itm-position {
    position: relative;
}
.fa-arrow-left {
    font-size: 24px;
    /* position: absolute;
    top: 14px;
    left: 19px; */
}
.documentation figure {
    margin: 20px auto;
    justify-content: center;
}
.p_especial-top {
    margin: 20px 0;
}
.code_especial {
    margin-left: 16px;
}
pre {
    overflow-y: auto;
}
.menu {
    z-index: 10;
}
.header_itm1 img {
    width: 100px;
}
.naturalPerson i {
    text-align: center;
}
.figure_documentation-img1 img {
    width: 80%;
}
.goog-text-highlight {
    background: transparent !important;
    box-shadow: none !important;
}
button {
    outline: none;
    border: none;
    color: #fff;
    background: #de073f;
    width: 170px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 8px 0;
    border-radius: 4px;
    margin: 8px 0;
    text-decoration: none;
    cursor: pointer;
}
a {
    text-decoration: none;
}
button i {
    font-size: 18px;
}
.center_i,
.center_i br {
    text-align: center;
    display: block;
}
.div_especial1 {
    display: flex;
    justify-content: center;
}
.informacion_ref-es {
    color: #fff;
    font-weight: bold;
}
.code_style {
    width: 100%;
    background-color: #1e1e1b;
    border-radius: 3px;
    color: #fff;
}
.here_idk,
.here_idk font {
    font-weight: 900;
    font-size: 16px;
}
.method,
.method font {
    font-size: 25px;
    font-weight: bold;
}
.method_get,
.method_get font {
    color: #0cbb52;
}
.code_blue,
.code_blue font {
    color: #66d9ef;
}
.code_yellow,
.code_yellow font {
    color: #e6db74;
}
.code_green,
.code_green font {
    color: #a6e22e;
}
.code_space,
.code_space font {
    margin: 8px 0;
}
.method_post,
.method_post font {
    color: #ffb400;
}
.code_red,
.code_red font {
    color: #ff8585;
}
.fifty {
    width: 50%;
}
.btns_especial {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
}
.btns_especial button {
    background: #252522;
    width: 35%;
    height: 70px;
}
.btns_especial button figure,
.btns_especial button figure img {
    width: 80px;
}
.sixty {
    width: 60%;
}
.space {
    margin-top: 36px;
    margin-bottom: 36px;
}
.space_middle {
    margin-top: 24px;
    margin-bottom: 24px;
}
.space_1 {
    margin-top: 24px;
    margin-bottom: 16px;
}
.figure_integration {
    width: 80%;
}
.img_sm {
    width: 231px;
}
.pink_code,
.pink_code font {
    font-weight: bold;
    color: #d5464a;
}
.blue_code {
    color: #20a2ae;
    font-weight: bold;
}
.green_code {
    color: #20ae56;
    font-weight: bold;
}
.yellow_code,
.yellow_code font {
    color: #e4a87f;
    font-weight: bold;
}
.pink_js,
.pink_js font {
    color: #d55170;
    font-weight: bold;
}
.purple_js,
.purple_js font {
    color: #9b6eca;
    font-weight: bold;
}
.blue_js,
.blue_js font {
    color: #20a2ae;
    font-weight: bold;
}
.volver {
    display: flex;
    position: absolute;
    top: 14px;
    left: 19px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
}
.volver p {
    font-size: 20px;
    font-weight: bold;
}
.documentation_itm-position {
    padding-top: 90px;
}
.volver {
    background: #fc0;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25px;
    left: 41px;
}
.d-none,
.goog-te-banner-frame {
    display: none !important;
}
body #goog-gt-tt {
    display: none;
}
body #goog-gt-tt,
body #goog-gt-tt * {
    display: none !important;
}
body {
    top: 0 !important;
}
body .lenguage,
.lenguage font {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}
.en .header_itm-icon {
    transform: translateX(25px);
}
#loader {
    width: 100vw;
    height: 100vh;
    position: sticky;
    background: var(--background);
    display: grid;
    place-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#loader figure,
#loader figure img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.bodyLoader {
    overflow: hidden;
}
#lenguage,
#moon {
    cursor: pointer;
    transition: all 0.1s ease-in;
}
#header_itm3 {
    display: none;
}
.header_asdasdas {
    display: flex;
    column-gap: 20px;
    justify-content: end;
}
.alert_api-yellow {
    width: 100%;
    background: #f3e066;
    padding: 8px;
    border-radius: 8px;
    /* margin-bottom: 30px; */
    display: none;
}
.alert_api-yellow p {
    color: #910000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.buttonCenter {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.note_alert {
    border-left: 6px solid #ffb400;
    padding: 8px;
    display: grid;
    row-gap: 8px;
}
.note_alert div {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 24px;
}
.note_alert div h6 {
    font-size: 24px;
    font-weight: bold;
}
@media (min-width: 1024px) {
    header {
        grid-template-columns: 7fr 31fr 1fr;
        z-index: 1;
    }

    .menu_none,
    .menu {
        display: inline-block;
        height: 600px;
        position: initial;
        transform: translatex(0);
    }

    .header_menu {
        display: none;
    }

    .documentation {
        display: inline-block;
        width: 76%;
        padding: 0;
    }

    .documentation_itm,
    .documentation_itm-new {
        height: 600px;
        width: 96%;
    }

    .menu {
        margin: 0px 2vw;
        border-radius: 8px;
        margin-top: 31px;
    }

    body {
        background: var(--background);
    }
    header {
        grid-template-columns: 7fr 4fr;
        padding-right: 20px;
    }
}
@media (max-width: 425px) {
    .documentation_itm,
    .documentation_itm-new {
        padding: 20px;
    }
    .documentation_itm figure img {
        width: 100%;
    }
    header {
        z-index: 3;
    }
    table {
        width: 700px;
    }
    .documentation_itm-title {
        margin: 28px 0;
    }
    .button_redirect {
        grid-template-columns: 1fr;
    }
    .button_redirect a img {
        width: 150px;
    }
    .button_redirect figure:nth-child(2) {
        grid-area: 3;
    }
    .documentation_doble-figure1,
    .fa-business-time {
        font-size: 57px;
    }
    .fa-user-astronaut {
        font-size: 60px;
    }
}
@media (max-width: 425px) {
    :root {
        --bg: 3rem;
    }
    .figure_documentation {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .documentation_father-idk {
        display: grid;
    }
    #legalPersonOpen2 h4 {
        margin-right: 0;
    }
    #openNaturalPerson2 h4 {
        margin-left: -1px;
    }
    .footer_icons {
        padding: 0 75px;
    }
    main figure,
    main figure img {
        width: 100%;
    }
    .figure_documentation {
        width: 100%;
    }

    footer figure,
    footer figure img {
        border-radius: 8px;
        width: 80px;
    }
}
@media (min-width: 1440px) {
    .documentation {
        width: 77%;
    }
}
@media only screen and (max-width: 1304px) and (min-width: 1024px) {
    .documentation {
        width: calc(100vw - 320px);
    }
    .documentation_itm,
    .documentation_itm-new {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .header_itm1 {
        width: 170px;
        padding: 4px 0;
    }
    .header_itm1 img {
        width: 130px;
    }
}
@media (max-width: 768px) {
    .btns_especial {
        grid-template-columns: 1fr;
    }
    .btns_especial button {
        width: 25%;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 0px) {
    .documentation_itm,
    .documentation_itm-new {
        width: 100%;
    }
}
@media (min-width: 1300px) {
    .documentation {
        width: calc(100vw - 328px);
    }
    .documentation_itm,
    .documentation_itm-new {
        height: 600px;
        width: 100%;
    }
}
@media (max-width: 425px) {
    .btns_especial button {
        width: 45%;
    }
}
@media (max-width: 768px) {
    #header_itm3 {
        display: grid;
    }
}
@media (min-width: 1500px) {
    .menu {
        display: inline-block;
        width: 11vw;
        min-width: 240px;
    }
    .documentation {
        display: inline-block;
        width: 78vw;
    }
}
@media (min-width: 1800px) {
    .documentation {
        width: 82vw;
    }
}
@media (min-height: 700px) {
    .menu {
        height: 84vh;
    }
    .documentation,
    .documentation_itm,
    .documentation_itm-new {
        max-height: 84vh;
        height: 84vh;
    }
}
