/***Root iRenew ***/

@font-face {
    font-family: 'ubuntu-bold';
    src: url('../../fonts/ubuntu/ubuntu-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ubuntu-medium';
    src: url('../../fonts/ubuntu/ubuntu-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'ubuntu-regular';
    src: url('../../fonts/ubuntu/ubuntu-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ubuntu-light';
    src: url('../../fonts/ubuntu/ubuntu-light.ttf') format('truetype');
}

:root {
    --wwhite: #FFFFFF;
    --bback: #000000;
    --bblue1: #185FC2;
    --bblue2: #1F2F45;
    --bblue3: #C1D2E8;
    --bblue4: #ECEFF1;
    --bblue5: #2E80FF;
    --bblue6: #A2BFE7;
    --bblue7: #ecf2f7;
    --ggreen1: #4CAF50;
    --ggreen2: #344E41;
    --ggreen3: #DBE2DA;
    --ggrey: #dedede;
    --ggrey1: #989898;
    --ggrey2: #A6A8AB;
    --rred: #D64545;
    --yyellow: #FFEF2B;
    --oorange: #FF9124;
}

::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bblue1);
}

::-webkit-scrollbar-track {
    background-color: var(--bblue3);
}

html {
    scrollbar-gutter: stable;
}

.discount {
    color: var(--ggreen1);
}
.--yellow{
    color: var(--yyellow);
}
body {
    font-family: 'ubuntu-regular';
    font-size: 14px !important;
    color: var(--bblue2);
}

body, figure {
    margin: 0;
}

h1, .h1 {
    font-size: 2rem;
    font-family: "ubuntu-medium";
    color: var(--bblue2);
}

h2, .h2 {
    font-size: 2rem;
    letter-spacing: -0.02em;
    font-family: "ubuntu-medium";
    color: var(--bblue2);
}

h3, .h3 {
    font-size: 20px;
    font-family: "ubuntu-medium";
    color: var(--bblue2);
}

h1, h2 {
    position: relative;
}

    h1::after, h2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: min(4ch, 40%);
        height: clamp(5px, 2px, 3px);
        background-color: var(--oorange);
        border-radius: 100px;
    }

h4, .h4 {
    font-size: 18px;
    font-family: "ubuntu-medium";
    color: var(--bblue2);
}

h5, .h5 {
    font-size: 16px;
    font-family: "ubuntu-medium";
    color: var(--bblue2);
}

h6, .h6 {
    font-size: 14px;
    font-family: "ubuntu-regular";
    color: var(--bblue2);
}

p {
    padding: 0 ;
    font-family: "ubuntu-regular";
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.btn-generic {
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    width: auto;
    border-radius: 50px;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    text-transform: initial;
    font-family: "ubuntu-medium";
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.75s ease;
    -webkit-appearance: button;
}

    .btn-generic.w-100{
        width:100%
    }

    .btn-primary-blue {
        background: var(--bblue1) !important;
        color: var(--wwhite) !important;
        border: 1px solid var(--bblue1) !important;
    }
.btn-disable {
    background: var(--ggrey) !important;
    color: var(--ggrey2) !important;
    border: 1px solid var(--ggrey2) !important;
    pointer-events: none;
}
button.btn-generic[disabled] {
    cursor: default;
    opacity: 1;
    background: var(--ggrey) !important;
    color: var(--ggrey2) !important;
    border: 1px solid var(--ggrey2) !important;
    pointer-events: none;
}

.btn-primary-blue:hover {
    color: var(--wwhite) !important;
    background: var(--bblue2) !important;
    border: 1px solid var(--bblue2) !important;
}

.btn-secondary-blue {
    background: var(--wwhite);
    color: var(--bblue2);
    border: 1px solid var(--bblue2);
}

    .btn-secondary-blue:hover {
        color: var(--bblue2) !important;
        border: 1px solid var(--bblue2) !important;
        text-decoration: 2px underline;
    }

.btn-primary-green {
    background: var(--ggreen1);
    color: white !important;
    border: 1px solid var(--ggreen1);
}

    .btn-primary-green:hover {
        opacity: .8;
    }

.btn-eliminate-rred {
    background: var(--wwhite);
    color: var(--rred);
    border: 1px solid var(--rred);
    width:fit-content;
}

    .btn-eliminate-rred:hover {
        background: #fef2f2;
        border-color: var(--rred);
        color: var(--rred);
        text-decoration: 2px underline;
    }

.form-input {
    height: 49px;
    border: 1px solid var(--ggrey);
    border-radius: 10px;
    padding: 13px 11px;
    width: 100%;
    background-color: #fff;
    color: #000;
    outline: none;
    font-family: "ubuntu-regular";
}

    .form-input::placeholder {
        font-family: "ubuntu-regular";
        color: #a9acad;
    }

.iconos-inputs {
    width: 20px;
}



.icon-invalid {
    stroke: var(--rred);
}

    .icon-invalid path {
        stroke: var(--rred);
    }

.text-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 7px;
    color: var(--bblue2);
    font-family: 'ubuntu-medium';
}

.form-input:focus, .form-input:active, .form-input:focus-visible {
    border: 2px solid var(--bblue1);
    outline: none;
}

.invalid-password {
    border: 2px solid var(--rred);
    outline: none;
}

.text-invalid {
    color: var(--rred) !important;
    font-size: 14px !important;
}

.txtmscontramin, .txtmscorreoigual, .txttelmin {
    float: left;
}

.vew-pass {
    position: absolute;
    bottom: 13px;
    right: 8px;
}

.link-underline {
    color: var(--bblue5);
    text-decoration: none;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    cursor:pointer;
    font-family: 'ubuntu-medium';
}

    .link-underline.align-left {
        margin-right: auto;
    }

    .link-underline.align-right {
        margin-left: auto;
    }

    .link-underline.align-center {
        margin-left: auto;
        margin-right: auto;
    }

    .link-underline:hover, .link-underline:focus {
        text-decoration: 2px underline !important; /* color: var(--bblue1);*/
        color:var(--bblue2);
    }

.icon-link {
    width: 16px;
}

.form-select {
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    background-color: #fff;
    height: 49px !important;
    border: 1px solid var(--ggrey);
    border-radius: 10px !important;
    padding: 13px 11px;
    width: 100%;
    background-color: #fff;
    color: #000;
    outline: none;
    font-family: "ubuntu-regular";
    transition: none;
    cursor: pointer;
}

.row-cuenta {
    position: absolute;
    margin-top: 16px;
    right: 15px;
    pointer-events: none;
}

.position-relative {
    position: relative;
}

textarea.form-input {
    resize: none;
    width: 100%;
    height: 120px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f3f6;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider.round {
        border-radius: 34px;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider.round:before {
        border-radius: 50%;
    }

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:checked + .slider {
    background-color: var(--ggreen1);
}

input[type="radio"], input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
ul.user-checks label {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
}


    input[type="checkbox"] + label {
        display: flex;
        align-items: flex-start; 
        cursor: pointer;
        position: relative;
        padding-left: 28px;
    }

    input[type="radio"]:checked + label:before,
    input[type="checkbox"]:checked + label:before {
        border-color: var(--ggreen1);
    }

    input[type="checkbox"] + label:before {
        content: "";
        width: 22px;
        height: 22px;
        border: 2px solid #ccc;
        border-radius: 4px;
        background: #fff;
        flex-shrink: 0;
        margin-top: 0px;
    }

input[type="radio"] + label:before {
    content: "";
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 0.5em;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #fff;
    pointer-events: none;
}
input[type="checkbox"] + label:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    top: 2px;
    box-sizing: border-box;
    pointer-events: none;
}

    input[type="checkbox"]:checked + label:after {
        content: "";
        width: 10px;
        height: 6px;
        border: 2px solid var(--ggreen1);
        border-right: 0;
        border-top: 0;
        position: absolute;
        left: 4px;
        top: 7px;
        transform: rotate(-45deg);
    }

ul.Checkbox-radio {
    padding-bottom: .5rem;
    margin-top: 0;
    padding-left: 0em;
    display: inline-grid;
    gap: 10px;
}

    ul.Checkbox-radio li {
        list-style-type: none;
    }

ul.user-checks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    gap: 5px;
    padding-left: 0;
    margin-block: 10px 0;
}

    ul.user-checks li, ul.user-checks label {
        text-transform: none;
        list-style-type: none;
        padding-bottom: .5rem;
        margin-top: 0;
        padding-left: 0em;
    }

input[type="radio"] + label {
    border-radius: 50px;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
    border-color: var(--ggreen1);
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

input[type="radio"]:checked + label:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid var(--ggreen1);
    float: left;
    margin-left: 5px;
    margin-top: 0;
    border-radius: 100%;
    position: absolute;
}
ul.user-checks.rulers-password li label {
    display: flex;
    padding-left: 28px;
}
.user-checks input[type="radio"]:disabled + label {
    opacity: .5;
    cursor: not-allowed;
}
.qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden;
    height: 42px;
    background: #fff;
}

.qty-btn {
    width: 42px;
    height: 100%;
    border: none;
    background: #ffffff;
    font-size: 20px;
    color: #2c2c2c;
    cursor: pointer;
}

    .qty-btn[data-action="minus"] {
        border-right: 1px solid var(--ggrey);
    }

    .qty-btn[data-action="plus"] {
        border-left: 1px solid var(--ggrey);
    }

.qty-value {
    width: 48px;
    height: 100%;
    background: var(--bblue4);
    color:var(--bblue5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "ubuntu-medium";
}

.password-field {
    position: relative;
}

.password-rules {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    z-index: 10;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    color: #374151;
    opacity: 0;
    max-height: 0;
    padding: 0 .75rem;
    overflow: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.35s ease, padding 0.25s ease;
}

    .password-rules.visible {
        opacity: 1;
        max-height: 500px;
        padding: 1rem .75rem;
        transform: translateY(0);
        pointer-events: auto;
    }

    .password-rules.match-ok {
        border-color: #22c55e;
        background: #f0fdf4;
    }

ul.user-checks.rulers-password input[type="checkbox"] + label:before {
}

/*ul.user-checks.rulers-password input[type="checkbox"] + label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
}*/

ul.user-checks.rulers-password li, ul.user-checks label {
    padding-bottom: 2px;
    margin-bottom: 0px;
}

ul.user-checks.rulers-password ul.user-checks li, ul.user-checks label {
    padding-bottom: 0;
}
/*
ul.user-checks.rulers-password input[type="checkbox"]:checked + label:after {
    width: 8px;
    height: 4px;
    margin-top: 0;
    margin-left: 4px;
    position: absolute;
}*/

input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
    border-color: var(--ggreen1);
}
/********Modal************/

.modalv2 .modal-header {
    display: flex !important;
    justify-content: flex-end;
    align-items:center;
}

.close-modal {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
}

    .close-modal:hover {
        border: none;
        background: transparent;
        box-shadow: none;
    }

.icon-close-modal:hover; {
    opacity: .8;
}

.icon-close-modal {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.modalv2 .modal-content {
    border: none ;
    border-radius: 24px !important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .3) !important;
    border: 2px solid var(--bblue5) !important;
    overflow: hidden;
}

svg.icon-close-modal path {
    fill: var(--bblue5);
}

.icon-close-modal:hover {
    opacity: .8;
}

.modalv2 .modal-title {
    flex: 1;
    text-align: left;
    line-height: initial;
}
.modal-header h2 {
    font-size: 1.5rem;
}

.modalv2 .modal-body {
    padding: 25px !important;
}
.p-modal{
    font-size:16px;
}
.modal-backdrop.in {
    opacity: 1 !important;
    background-color: rgba(31, 47, 69, 0.25);
    backdrop-filter: blur(16px);
    z-index: 999 !important;
    -webkit-backdrop-filter: blur(16px);
}

.footer-modal {
    border-top: 1px solid var(--ggrey);
    padding: 20px 25px;
    text-align: right;
    display: flex;
    justify-content: right;
    gap: 10px;
    margin-top: 15px;
    align-items: center
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (145px * 2));
}
.text-warning-ir-2 {
    background: var(--bblue3);
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
}



/**********************/ /**********************/
.icon-wrapper {
    display: block;
    width: fit-content;
}

    .icon-wrapper > svg {
        display: block;
    }


    /***Tooltip**/

.tooltip-trigger {
    cursor: pointer;
    font-family: 'ubuntu-medium';
}


.tooltip-content {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ggreen3);
    color: var(--ggreen2);
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .tooltip-content::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: var(--ggreen3);
    }

.ofertas-tooltip:hover .tooltip-content {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px);
}
.alertify-notifier .ajs-message.ajs-success {
    background: var(--ggreen1);
    border-radius: 16px;
    text-shadow: none;
    border-color: transparent;
}
.alertify-notifier .ajs-message {
    background: var(--bblue3);
    color: var(--bblue2);
    border-radius: 10px;
}
.alert-warning {
    color: var(--bblue2);
    background-color: var(--bblue7);
    border-color: transparent;
    font-family: 'ubuntu-medium';
    border-radius:16px;
}

  
    .alertify-notifier .ajs-message.ajs-warning {
        color: var(--bblue2);
        background-color: var(--bblue3);
        border-color: transparent;
        font-family: 'ubuntu-medium';
    }
hr {
    border-top: 1px solid var(--ggrey) !important;
}
@media (max-width: 1366px) {
    h1, .h1 {
        font-size: 1.5rem;
    }
  
    h2, .h2 {
        font-size: 1.5rem;
    }

    h3, .h3 {
        font-size: 1.3rem;
    }
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: var(--bblue2);
    text-decoration: none;
    background-color: var(--bblue7);
}

.pill-social-networks {
    display: none;
    background-color: rgba(24, 95, 194, 0.8);
    backdrop-filter: blur(16px);
    border: 2px solid var(--bblue6);
    border-radius: 100px;
    bottom: 16px;
    height: fit-content;
    position: fixed;
    right: 16px;
    transition: background 400ms ease, transform 400ms ease;
    width: fit-content;
    z-index: 123;
}

    .pill-social-networks:hover {
        background-color: var(--bblue1);
    }

.pill-social-networks-list {
    display: flex;
    align-items: center;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding-inline: 16px;
    padding-block: 8px;
    column-gap: 16px;
}

    .pill-social-networks-list a {
        color: var(--wwhite);
    }

        .pill-social-networks-list a:hover
        .header-options-button-active {
            background-color: var(--oorange);
            margin-inline: auto;
            opacity: 1;
            width: 75%;
        }
.inputrequerido {
    border: 1px solid var(--rred) !important;
}

@media only screen and (max-width:480px) {
    .pill-social-networks {
        display: block;
    }
    .footer-modal {
        padding: 20px 15px;
    }
    .modalv2 .modal-body {
        padding: 15px !important;
    }
}