:root {
    --principal-color: #333333;
    --principalColor: var(--principal-color);

    --button-color: #f12040;
    --background: #fff;
    --text-color: #000;
    --border-color: #000;
    --border-size: 0px;
    --border-radious: 0px;
    --border-radious-camp: 0px;
    --shadow-color: #000;
    --shadow-x: 0px;
    --shadow-y: 0px;
    --shadow-blur: 0px;
    --shadow-spread: 0px;
    --font: 'Montserrat';
}
body {
    background: #fff;
}
.pago_widget {
    margin: 0 auto;
}
.pago_widget p {
    margin: 0;
}
.pago_widget-header {
    background: var(--principal-color);
    color: #fff;
    padding: 20px 40px;
    font-weight: bold;
}
.pago_widget {
    background: var(--background);
    color: var(--text-color);
    border: var(--border-size) solid var(--border-color);
    border-radius: var(--border-radious);
    box-shadow: var(--shadow-x) var(--shadow-y) var(--shadow-blur)
        var(--shadow-spread) var(--shadow-color);
    max-width: 860px;
    position: relative;
}
.pago_widget input {
    color: var(--text-color);
}
body .pago_widget-header-steps {
    display: flex;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-evenly;
}
body .pago_widget-content-header-itm-here {
    filter: brightness(1) !important;
}

.pago_widget-content-header-itm figure img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
.pago_widget-content-header-itm-here figure img,
.pago_widget-content-header-itm-here figure {
    height: 72px;
    width: 72px;
    object-fit: contain;
}
.pago_widget-content-header-itm-here {
    display: grid;
    place-content: center;
    position: relative;
    border: 2px solid var(--button-color);
}
.pago_widget-content {
    display: grid;
    row-gap: 8px;
}
.pago_widget-content-montos {
    display: grid;
    row-gap: 8px;
}
body .pago_widget-content-header-itm {
    background: #f2f2f2;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    cursor: pointer;
    margin: 8px 0;
    padding: 4px;
    filter: brightness(0.5);
}
.pago_widget-content-continue {
    display: grid;
}
.pago_widget-content {
    padding: 20px 40px;
}
.pago_widget-content-montos-sugeridos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
}
.pago_widget-content-montos-sugeridos-itm label {
    width: 100%;
    padding: 30px 0;
    height: 100%;
    cursor: pointer;
    background: #fff;
    border-radius: var(--border-radious-camp);
    color: #000;
    width: 100%;
    border: 1px solid #c4c4c4;
}
.pago_widget-content-montos-sugeridos-itm input {
    display: none;
}
.pago_widget-content-montos-sugeridos-itm input:checked ~ label {
    border: hidden;
    color: #fff;
    background-color: var(--principal-color);
}
.card-metodo {
    height: 130px;
    border-radius: var(--border-radious-camp);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--button-color);
}
.pago_widget-content-montos-ambos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}
.pago_widget-content-montos-ambos .pago_widget-content-montos-selection {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: var(--border-radious-camp);
    color: #000;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
}
.pago_widget-content-montos-selection {
    width: 100%;
}
.pago_widget-content-montos-ambos .pago_widget-content-montos-selection-here {
    background: var(--button-color);
    font-weight: bold;
    color: #fff;
}
.pago_widget-content-montos-ambos label {
    display: flex;
}
body .imageUploaded {
    max-height: 100px;
    object-fit: cover;
    margin: 8px auto;
    display: grid;
}
.pago_widget-content-montos-sugeridos-itm p {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 21px;
}
.pago_widget-content-montos-sugeridos-itm
    .pago_widget-content-montos-sugeridos-itm-monto {
    font-weight: normal;
    user-select: text;
    white-space: pre-wrap;
    word-break: break-word;
}
.pago_widget-content-abierto {
    display: flex;
    border-radius: var(--border-radious-camp);
    border: 1px solid #c4c4c4;
}
.pago_widget-content-abierto p,
.pago_widget-content-abierto input {
    padding: 8px;
}
.pago_widget-content-abierto input {
    border: hidden;
    width: 100%;
    outline: none;
}
.pago_widget-content-description {
    background: #f5f5f5;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 4px;
    padding: 8px;
    display: flex;
    column-gap: 8px;
}

.pago_widget-content-continue button {
    margin: 0 auto;
    border: none;
    background: var(--principal-color);
    outline: none;
    padding: 8px 64px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #19b159;
    background-color: #19b159;
}
.custom-switch .custom-control-label::after {
    background-color: #630700;
}
.custom-control-label::before {
    border: #630700 solid 1px;
}
.modal_perzonalizado {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -80px;
    right: 0;
    bottom: 0;
}
.modal_perzonalizado-bg {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: rgb(0 0 0 / 15%);
    backdrop-filter: blur(7px);
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
}
.pago_widget * {
    margin: 0;
}
.pago_widget * {
    font-size: 14px;
    font-family: var(--font);
}

.modal_perzonalizado-content {
    padding: 40px 80px 40px 120px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content-header {
    background-color: #333333;
}
.modal_content-header {
    padding: 16px 32px;
    display: flex;
    align-items: center;
    border-radius: 500px;
    justify-content: space-between;
}
.modal_content-left {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.modal_content-title {
    color: #fff;
}
.modal_content-name {
    outline: none;
    border: none;
    border-radius: 400px;
    background-color: #484848;
    color: #bababa;
    padding: 0 12px;
    display: grid;
    place-content: center;
    min-width: 80px;
    text-align: center;
    height: 100%;
    padding: 7.5px 12px;
}
.modal_content-right,
.modal_content-options {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.modal_content-options {
    column-gap: 8px;
}
.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 25px;
    padding: 0;
    line-height: 25px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    background-color: #ffffff;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: '';
    display: block;
    width: 25px;
    margin: 0px;
    background: #75d100;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #727272;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #727272;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}
.modal_content-save {
    background: #f12040;
    color: #fff;
    padding: 4px 16px;
    border-radius: 200px;
    font-size: 16px;
    cursor: pointer;
}
.modal_content-close {
    background: #f12040;
    border-radius: 40px;
    padding: 4px;
    width: 32px;
    padding: 5.5px 0;
    color: #fff;
    font-weight: bold;
    display: grid;
    place-content: center;
    cursor: pointer;
}
.modal_config-left {
    background-color: #fff;
    border-radius: 24px;
    max-width: 100%;
    overflow: hidden;
}
.modal_config {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 24px;
    height: 90%;
    margin: 20px 0;
}
.modal_config-left-header {
    display: flex;
    justify-content: space-around;
    background: #333333;
    padding: 0 8px;
    color: #fff;
    font-weight: 100;
    border-radius: 24px 24px 0 0;
}
.modal_config-left-header-content {
    cursor: pointer;
}
.modal_config-left-header div {
    padding: 24px 0 8px 0;
}
.modal_config-left-content {
    padding: 24px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 71px;
}
.modal_twoColumns .onoffswitch-label {
    border: 2px solid #333333;
    background-color: #333333;
}
.modal_twoColumns .onoffswitch-label:before {
    border: 2px solid #333333;
}
.modal_twoColumns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal_config-left-content,
.step1,
.step2,
.step3 {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
}
.onoffswitch-checkbox ~ .onoffswitch-label:before {
    background: #f12040;
}
.onoffswitch-checkbox:checked ~ .onoffswitch-label:before {
    background: #75d100;
}
.modal_valoresSugeridos-valor {
    display: flex;
    flex-direction: column;
}
.one-row-grid {
    grid-column-start: 1;
    grid-column-end: -1;
}
.custom_input-modal {
    border-radius: 8px;
    border: 2px solid #f11f40;
    padding: 8px 16px;
    color: #707070;
    outline: none;
    max-height: 41px;
}
.modal_content-valoresSugeridos {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.modal_content-valoresSugeridos label,
.modal_content-valoresSugeridos p {
    margin-bottom: 4px;
    font-weight: bold;
}
.valoresSugeridosDiv {
    display: grid;
    row-gap: 16px;
}
.custom_input-modal {
    user-select: text;
    white-space: pre-wrap;
    word-break: break-word;
}
.custom_input-modal:empty:before {
    content: attr(placeholder);
    cursor: text;
}
.modal_valoresSugeridos-description .custom_input-modal {
    min-height: 80px;
}
.inputDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input[type='range'] {
    display: block;
    width: 250px;
}

input[type='range']:focus {
    outline: none;
}
.internalSeparation {
    display: flex;
    margin: 8px 0;
    row-gap: 4px;
    flex-direction: column;
    justify-content: space-between;
}
.internalSeparation-flex {
    display: flex;
    row-gap: 8px;
    column-gap: 24px;
}
.form {
    display: flex;
    flex-wrap: wrap;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
    background-color: #333333;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    margin-top: -6px;
}

input[type='range']::-moz-range-thumb {
    background-color: #333333;
    width: 15px;
    height: 15px;
    border: 3px solid #333;
    border-radius: 50%;
}

input[type='range']::-ms-thumb {
    background-color: #333333;
    width: 20px;
    height: 20px;
    border: 3px solid #333;
    border-radius: 50%;
}

input[type='range']::-webkit-slider-runnable-track {
    background-color: #333333;
    height: 3px;
}

input[type='range']:focus::-webkit-slider-runnable-track {
    outline: none;
}

input[type='range']::-moz-range-track {
    background-color: #333333;
    height: 3px;
}

input[type='range']::-ms-track {
    background-color: #333333;
    height: 3px;
}

input[type='range']::-ms-fill-lower {
    background-color: HotPink;
}

input[type='range']::-ms-fill-upper {
    background-color: black;
}
.rangeSlider {
    background: #333333;
    color: #fff;
    border-radius: 4px;
    width: 32px;
    padding: 5.5px 0;
    font-weight: bold;
    display: grid;
    place-items: center;
    user-select: text;
    white-space: pre-wrap;
    word-break: break-word;
    outline: none;
    text-align: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: none;
}
.modal_twoColumns-relative {
    position: relative;
}
.modal_edit-styles {
    position: absolute;
    right: 0;
    background: #fff;
    top: -160px;
    box-shadow: 1px 1px 16px #333;
    width: 280px;
    overflow-y: scroll;
    padding-bottom: 20px;
}
.modal_edit-styles-header {
    padding: 16px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.068);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal_edit-styles-header span {
    cursor: pointer;
}
.modal_edit-styles-content {
    padding: 16px;
    display: grid;
    row-gap: 8px;
}
.modal_config-right {
    background: #dedede;
    border-radius: 24px;
    padding: 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal_twoColumns-one {
    grid-area: 0 / 2;
}
.add_option {
    margin-top: 24px;
    display: grid;
    row-gap: 8px;
}
.option_end {
    display: flex;
    justify-content: end;
}
.option_end div {
    width: 50%;
}
.information_itm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: end;
    align-items: center;
}
.information_itm-text-start {
    text-align: start;
    width: 100%;
}
.information_itm-bold {
    font-weight: bold;
}
.w-30 {
    width: 30%;
}
.w-20 {
    width: 20%;
}
.w-40 {
    width: 40%;
}
.w-10 {
    width: 10%;
}
textarea {
    width: 100%;
}
.required {
    font-weight: bold;
}
.paymentsMethods {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
#frequency {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}
.twoColumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 16px;
}
.twoColumns select {
    width: 100%;
}
.resultState {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 4px;
}
.resultState figure {
    border: 2px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
}
.resultState figure img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.resultState_container,
.resultState_container-button {
    display: flex;
    row-gap: 4px;
    column-gap: 20px;
    flex-direction: column;
}
.resultState_container h4 {
    font-size: 40px;
    font-weight: bold;
}
.resultState_container p {
    font-size: 16px;
}
.resultState_container-button {
    flex-direction: row;
}
.resultState_container-button button {
    background: var(--button-color);
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: var(--border-radious-camp);
    font-weight: bold;
}
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--principal-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}
#global-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: grid;
    place-content: center;
    background-color: rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
}
.pago_widget-footer {
    background: #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pago_widget-footer .pci,
.pago_widget-footer .pci img {
    width: 100px;
}
.pago_widget-footer .pws,
.pago_widget-footer .pws img {
    width: 132px;
}
#terminosYCondicionesA {
    display: flex;
    column-gap: 8px;
    margin: 4px 0;
}
#terminosYCondicionesHref label {
    font-size: 14px;
    color: var(--text-color);
    cursor: pointer;
}
#terminosYCondicionesHref a,
#politcasA a {
    cursor: pointer;
}
#politcasA {
    display: flex;
    column-gap: 8px;
    margin: 4px 0;
}
#politcasA label {
    font-size: 14px;
    cursor: pointer;
    color: var(--text-color);
}
.containerConditions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
body .sweet-alert button {
    background: var(--principal-color) !important;
    color: #fff !important;
}
#pagoAbierto + p::before {
    background-image: url('/assetsInicio/img/edit.svg');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 90px;
}
.d-none {
    display: none;
}
.errorSection {
    height: 316px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bounce {
    outline: 1px solid var(--principalColorDarker) !important;
    margin-bottom: 4px;
    animation-name: bounce;
    animation-duration: 0.5s;
    animation-delay: 0.35s;
}
.error__input {
    border: 1px solid orange;
    border-radius: 4px;
    display: grid;
    place-items: center;

    position: absolute;
    height: 100%;
    max-height: 24px;
    aspect-ratio: 1;
    bottom: 12px;
    right: 16px;
    background: orange;
}
.relative {
    position: relative;
}
label input.bounce ~ .error__input {
    max-height: 26px;
    bottom: calc(1rem + 10px);
}
@keyframes bounce {
    0% {
        transform: translateX(0px);
        timing-function: ease-in;
    }
    37% {
        transform: translateX(5px);
        timing-function: ease-out;
    }
    55% {
        transform: translateX(-5px);
        timing-function: ease-in;
    }
    73% {
        transform: translateX(4px);
        timing-function: ease-out;
    }
    82% {
        transform: translateX(-4px);
        timing-function: ease-in;
    }
    91% {
        transform: translateX(2px);
        timing-function: ease-out;
    }
    96% {
        transform: translateX(-2px);
        timing-function: ease-in;
    }
    100% {
        transform: translateX(0px);
        timing-function: ease-in;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 800px) {
    .pago_widget-content-montos-sugeridos {
        row-gap: 16px;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
    }
    .pago_widget-content-montos-sugeridos-itm label {
        padding: 20px 0;
    }
    .w-30 {
        width: 47%;
    }
}
.fa,
.far,
.fas {
    font-family: 'Font Awesome 5 Free' !important;
}
@media (max-width: 768px) {
    .pago_widget-content,
    .pago_widget-header {
        padding: 20px 16px;
    }
    body .pago_widget-header-steps {
        width: 100%;
    }
    .pago_widget-header-steps {
        flex-wrap: wrap;
    }
    .pago_widget-content-montos-ambos {
        display: flex;
        flex-wrap: wrap;
        row-gap: 8px;
        justify-content: space-between;
    }
    .pago_widget-content-montos-ambos div {
        width: 100%;
    }
    .pago_widget-footer {
        flex-wrap: wrap;
        row-gap: 12px;
    }
}
@media (max-width: 600px) {
    .pago_widget-header-steps {
        gap: 12px;
    }
    .paymentsMethods {
        display: flex;
        flex-wrap: wrap;
        row-gap: 8px;
    }
    #pse {
        display: flex;
        flex-wrap: wrap;
    }
    #pse .modal_valoresSugeridos-valor {
        width: 100%;
    }
}
@media (max-width: 454px) {
    .w-10,
    .w-20,
    .w-30,
    .w-40 {
        width: 100%;
    }
    body .pago_widget-header-steps {
        width: 100%;
    }
    .pago_widget-content-montos-sugeridos-itm p {
        font-size: 16px;
        line-height: 18px;
    }
    .pago_widget-content-continue button {
        padding: 8px 32px;
    }
}
.w-30 {
    width: 100%;
}
.w-20 {
    width: 100%;
}
.w-40 {
    width: 100%;
}
.w-10 {
    width: 100%;
}
.internalSeparation-flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
