/*ANALIZAR LOS CAMBIOS QUE PUEDAN SER PRODUCIDOS EN EL ARCHIVO formMatricula_v1.0.0.css
EN CASO DE SER NECESARIO ELEVAR LA VERSION DEL ARCHIVO*/

:root {
    --azuloscuro: #16469d;
    --rojo: #ee3042;
    --rojoclaro: #fdeaec;
    --azul: #009ddb;
    --azulmedio: #4c93bf;
    --grisclaro: #f9f9f9;
    --grismedio: #c6cdd2;
    --blanco: #fff;
    --azulclaro: #E6F6FC;
}

.message2 {
    background-color: #f0faff;
    border-radius: 6px;
    color: black;
    max-width: auto;
    min-height: auto;
    padding: 1rem;
    position: relative;
}

    .message2::after {
        border-radius: 6px;
        --size: 25px;
        content: "";
        display: block;
        width: var(--size);
        height: var(--size);
        position: absolute;
        background-color: #f0faff;
        left: calc(var(--size)*-1);
        bottom: 10px;
        /*              clip-path: polygon(20% 50%, 100% 50%,100% 0);*/
        clip-path: polygon(50% 25%, 100% 50%, 100% 0);
    }

h1 {
    text-align: center;
}

h2 {
    margin: 0;
}

section .left-sidebar {
    padding: 0;
    padding-right: 1rem;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right-style: dotted;
    border-color: var(--grismedio);
    border-width: 2px;
    width: 60px;
}

.left-sidebar-grid {
    display: grid;
    grid-template-columns: 0fr 2fr;
    grid-template-areas: 'left-sidebar main-content main-content';
}

    .left-sidebar-grid > * {
        padding: 1rem;
    }

    .left-sidebar-grid > .main-content {
        grid-area: main-content;
        background: #fff;
        border-radius: 20px;
        padding-bottom: 30px;
    }

    .left-sidebar-grid > .left-sidebar {
        grid-area: left-sidebar;
        background: var(--grisclaro);
    }

        .left-sidebar-grid > .left-sidebar.premium {
            grid-area: left-sidebar;
            background: var(--azul);
            border-right-style: none;
        }

            .left-sidebar-grid > .left-sidebar.premium > .title-text {
                color: white;
            }

.title-text {
    padding-top: 1rem;
    padding-left: 1rem;
    color: var(--azulmedio);
    font-family: 'Gotham Rounded Book';
    font-weight:500;
    min-width: 40px;
    margin-top: 19px;
    min-height: 300px;
    writing-mode: vertical-rl;
    transform: translateX(50%) rotate(180deg);
    text-align: end;
}

.popup {
    width: 170px;
    padding: 4px;
    background-color: white;
    border: solid;
    position: absolute;
    border-color: var(--rojo);
    border-width: thin;
    bottom: 282px;
    left: 51%;
}
.popuptext {
    font-weight: bold;
    color: black;
    text-align: center;
    font-size: smaller;
}

.no-vacante {
    color: var(--rojo) !important;
}

.awe-ajaxdropdown-field option {
    color: black;
    font-family: 'Gotham Rounded Book';
    font-weight: bold;
}

.awe-ajaxdropdown-field select.awe-display {
    padding: 0.3em 0.75em;
    border-radius: 5px;
    border: 1px solid var(--grismedio);
    height: 2.2em;
    font-family: 'Gotham Rounded Book';

    color: black;
}

.custom-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" fill="DodgerBlue" height="24" viewBox="0 0 24 24"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}


.custom-select {
    position: relative;
    overflow: hidden;
}

.rotated select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" fill="DodgerBlue" height="24" viewBox="0 0 24 24"><path d="M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z"/></svg>');
}

#multi-step-form-container {
    margin-top: 0;
}

.text-muted {
    color: var(--azul);
}

p, li, ul, ol, u {
    font-family: 'Gotham Rounded Light';
}

.o-ptitl {
    font-family: 'Gotham Rounded Light';
}

.text-label-form {
    padding-top: 1rem;
    font-family: 'Gotham Rounded Book';
    color: var(--azuloscuro);
    font-weight: 500;
}

.text-label-totalpay {
    font-family: 'Gotham Rounded Light';
}

.label-form-step {
    font-size: 16px;
    margin-top: -5px;
    font-family: 'Gotham Rounded Bold';
    color: var(--azuloscuro);
    text-align: center;
}

.button.next.step-one-btn {
    display: block;
    padding: 0.5rem 1rem;
    width: 120px;
    margin: 0 auto;
}


.text-center {
    font-family: 'Gotham Rounded Light';
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.pl-0 {
    padding-left: 0;
}

.button {
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    cursor: pointer;
}

.text-important {
    font-family: 'Gotham Rounded Light';
    color: var(--rojo);
    padding-top: 0;
    margin-top: 0;
    text-align: justify;
    font-size: 12px;
}

details {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 5rem;
}

    details summary::before {
        position: absolute;
        font-size: 1.75rem;
        font-family: 'Gotham Rounded Light';
        top: 10px;
        right: 16px;
    }

    details[open] summary::before {
        -webkit-animation: rotate 0.6s ease-in-out both;
        animation: rotate-emoji 0.6s ease-in-out both;
    }

.total-detail {
    padding-bottom: 3rem;
}

.details-title {
    font-size: 16px;
    color: var(--azulmedio);
    font-family: 'Gotham Rounded Bold';
    padding-bottom: 1rem;
}

.div-curso-precio {
    text-align: right;
    padding-right: 45px;
}

@media (max-width: 451px) {
    .div-curso-precio {
        padding-right: unset;
    }
}

.details-title-2 {
    font-size: 16px;
    padding-top: 1rem;
    color: var(--azulmedio);
    font-family: 'Gotham Rounded Bold';
    padding-bottom: 1rem;
}

.details-p {
    font-size: 16px;
    color: var(--azulmedio);
    margin: 0;
    padding-left: 3rem;
    font-family: 'Gotham Rounded Light';
}

.details-span {
    font-size: 16px;
    color: var(--azulmedio);
    margin: 0;
    font-family: 'Gotham Rounded Bold';
}


.padding-span-1 {
    padding-left: 4rem;
}

.padding-span-2 {
    padding-left: 2rem;
}

.padding-span-3 {
    padding-left: 6.5rem;
}

.padding-span-4 {
    padding-left: 5.8rem;
}

.padding-span-5 {
    padding-left: 1.8rem;
}

.padding-span-6 {
    padding-left: 4.5rem;
}

.padding-span-7 {
    padding-left: 6.5rem;
}

@media (max-width: 451px) {
    .padding-span-1 {
        padding-left: unset;
    }

    .padding-span-2 {
        padding-left: unset;
    }

    .padding-span-3 {
        padding-left: unset;
    }

    .padding-span-4 {
        padding-left: unset;
    }

    .padding-span-5 {
        padding-left: unset;
    }

    .padding-span-6 {
        padding-left: unset;
    }
    .padding-span-7 {
        padding-left: unset;
    }
}

.label-form-radio {
    color: var(--azuloscuro);
    text-align: left;
    font-family: 'Gotham Rounded Light';
}

.check-custom {
    cursor: pointer;
    background-color: #fff;
    width: 14px;
    height: 14px;
    appearance: none;
    border: 2px solid var(--azulmedio);
    border-radius: 4px;
}

    .check-custom:checked {
        background-color: var(--azuloscuro);
        width: 12px;
        height: 12px;
        border-color: var(--azuloscuro);
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
        border-radius: 4px;
    }

.check-pay-custom {
    cursor: pointer;
    background-color: #fff;
    width: 15px;
    height: 15px;
    appearance: none;
    border: 2px solid var(--grismedio);
    border-radius: 2px;
}

    .check-pay-custom:checked {
        background-color: var(--azuloscuro);
        width: 15px;
        height: 15px;
        border-color: var(--azuloscuro);
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
        border-radius: 2px;
    }

.radio-pay-custom {
    cursor: pointer;
    background-color: #fff;
    width: 15px;
    height: 15px;
    appearance: none;
    border: 2px solid var(--grismedio);
    border-radius: 15px;
}

    .radio-pay-custom:checked {
        background-image: url('data:image/svg+xml,<svg viewBox="0 0 120 120" version="1.1" xmlns="http://www.w3.org/2000/svg"><circle cx="60" cy="60" r="40" style="fill: red;" /></svg>');
        width: 15px;
        height: 15px;
        border: 2px solid var(--grismedio);
        border-radius: 100%;
    }

.divImg {
    text-align: left;/*justify;*/
}

.divImg-1 {
    text-align: right;
}

.radio label {
    padding-left: 0;
}

.imgYape {
    width: 40px;
}

.imgBCP {
    width: 40px;
    padding-bottom : 3px;
}

.imgIBank {
    width: 40px;
    padding-bottom: 3px;
}

.imgBBVA {
    width: 40px;
    padding-bottom: 3px;
}

.imgSBank {
    width: 40px;
    padding-bottom: 3px;
}

.imgVisa {
    width: 40px;
}

.imgMasterCard {
    width: 40px;
}

.imgAmericanExpress {
    width: 40px;
}

.imgDinnersClub {
    width: 40px;
}

.img-padding {
    padding-left: 35px;
}

.imgICPNACredits {
    width: 40px;
}

.label-check {
    font-family: 'Gotham Rounded Light';
    color: var(--azul);
}

.label-radio {
    padding-left: 2px;
    color: var(--azuloscuro);
    font-family: 'Gotham Rounded Light';
    font-size: 13px;
}

.alertIcon {
    width: 50px;
    height: 50px;
    margin-left: 35px;
}

.div-alert-icon {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 1rem;
}

a.text-link-sede {
    color: #1a6886;
    text-decoration: underline;
}

.alert-sede {
    margin-top: -20px;
    border-radius: 15px;
    background-color: #f2f2f2;
    color: #1a6886;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 12px;
    padding-right: 10px;
}

.lista-azul li {
    list-style: none;
}

    .lista-azul li::before {
        content: "*";
        color: var(--azul);
        display: inline-block;
        width: 1em;
        margin-left: -1em
    }

.text-p-invoice {
    color: var(--azuloscuro);
    font-family: 'Gotham Rounded Light';
}

.text-p-payment {
    color: var(--azulmedio);
    font-family: 'Gotham Rounded Light';
    font-size: 14px;
}

.text-payment-ruc {
    font-family: 'Gotham Rounded Light';
    color: var(--azulmedio);
    padding-left: 6rem;
}


.text-payment {
    font-family: 'Gotham Rounded Light';
    color: var(--azulmedio);
    padding-left: 1rem;
}

.text-payment-direccion {
    font-family: 'Gotham Rounded Light';
    color: var(--azulmedio);
    padding-left: 3rem;
}

.text-p-payment-red {
    font-family: 'Gotham Rounded Light';
    color: var(--rojo);
    font-size: 14px;
}

#divcreditsInsufientes {
    font-size: 14px;
}

.text-title-payment {
    color: var(--azuloscuro);
    padding-left: 2rem;
    font-size: 14px;
}

.radio-form {
    padding-top: 7px;
    border-radius: 5px;
    min-height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    background: var(--grisclaro);
}

.label-credit {
    padding-left: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 8px;
    background: var(--grisclaro);
}

.radio-form-pay {
    padding-top: 7px;
    border-radius: 5px;
    min-height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    background: var(--grismedio);
}

.check-form {
    border-top-style: solid;
    border-top-color: var(--grismedio);
    border-top-width: thin;
    padding-top: 7px;
    height: 35px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.label-form-total {
    margin: 1rem;
    font-family: 'Gotham Rounded Bold';
    color: var(--azul);
}

.total {
    border-radius: 5px;
    background-color: var(--grisclaro);
}

.checker span {
    border: 2px solid var(--azul);
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 2px;
}

.text-important-title {
    color: var(--rojo);
    padding-bottom: 0;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
}

.text-li {
    color: var(--rojo);
    display: none
}

.color-li {
    color: var(--rojo);
}

.text-a {
    color: var(--azulmedio);
    font-family: 'Gotham Rounded Light';
}

.text-uppercase {
    text-transform: uppercase;
}

.left {
    float: left;
}

.right {
    float: right;
}

.button.next {
    margin-right: 54px;
    border: 2px solid var(--rojo);
    background-color: var(--rojo);
    color: #fff;
    font-family: 'Gotham Rounded Light';
}

.button.previous {
    margin-left: 54px;
    border: 2px solid var(--azul);
    background-color: #fff;
    color: var(--azul);
    font-family: 'Gotham Rounded Light';
}

@media (max-width: 451px) {
    .button.previous {
        margin-left: unset;
    }

    .button.next {
        margin-right: unset;
    }
}

.msj-step-2 {
    color: var(--rojo);
    background-color: var(--rojoclaro);
    padding-top: 12px;
    text-align: center;
    border-radius: 5px;
    height: 45px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-error-msj {
    color: var(--rojo);
    background-color: var(--rojoclaro);
    text-align: center;
    border-radius: 5px;
    height: 48px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
}


.div-curso {
    justify-content: right;
    align-items: center;
    padding-top: 2rem;
}

button[disabled=disabled].next, button:disabled {
    border: 1px solid var(--grismedio);
    background-color: var(--grismedio);
    color: #fff;
}

.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}

.btn-mt-3 {
    margin-top: 2rem;
}

.d-none {
    display: none;
}

.form-step-1 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.form-step {
    border: 1px;
    border-radius: 20px;
    padding: 1rem;
    margin-top: 3rem;
}

.form-step-4 {
    border: 1px;
    border-radius: 20px;
    padding: 1rem;
    margin-top: 3rem;
    padding-left: 15rem;
    padding-right: 15rem;
}

.div-important {
    padding-bottom: 3rem;
}

.font-normal {
    font-weight: normal;
}

ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}

    ul.form-stepper .form-stepper-circle {
        position: relative;
    }

            ul.form-stepper .form-stepper-circle span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateY(-50%) translateX(-50%);
            }
            ul.form-stepper .form-stepper-circle-gray span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateY(-50%) translateX(-50%);
            }

.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .form-stepper-horizontal li:not(:last-child):after {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 3px;
        content: "";
        top: 20%;
    }

    .form-stepper-horizontal li:after {
        background-color: var(--grismedio);
    }

    .form-stepper-horizontal li.form-stepper-completed:after {
        background-color: var(--azuloscuro);
    }

    .form-stepper-horizontal li:last-child {
        flex: unset;
    }

    ul.form-stepper li a .form-stepper-circle {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 0;
        line-height: 1.7rem;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        border: solid 1px var(--azul);
    }
ul.form-stepper li a .form-stepper-circle-gray {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background-color: lightgrey !important;
    border-radius: 50%;
    border: solid 1px lightgray;

}




ul.form-stepper .form-stepper-circle-gray {
    position: relative;
}
    .page-container {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
.page-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.box {
    padding-top: 2rem;
    background-color: var(--grisclaro);
}

.form-stepper .form-stepper-active .form-stepper-circle {
    background: var(--azul) !important;
    border-color: var(--azul);
    color: #fff;
}

.form-stepper .form-stepper-active .labelstepper {
    color: var(--azuloscuro) !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: var(--azul) !important;
    border-color: var(--azul);
    color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: var(--blanco);
}

.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: var(--azuloscuro) !important;
    border-color: var(--azuloscuro);
    color: #fff;
}

.form-stepper .form-stepper-completed .labelstepper {
    color: var(--azuloscuro) !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: var(--azuloscuro) !important;
    color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}

.form-stepper .labelstepper {
    font-size: 12px;
    margin-top: 0.5rem;
    width: 80px;
    font-family: 'Gotham Rounded Light';
}

.labelstepper-3 {
    font-size: 12px;
    margin-top: 0.5rem;
    width: 104px;
}

.form-stepper a {
    cursor: default;
}

/*Control de Horario Matricula*/
.awe-ajaxradiolist-field > .awe-display #Curso_uidIdHorario-awed {
    border: 1px solid var(--grismedio);
    border-radius: 4px !important;
}

#Curso_uidIdHorario-dropmenu .o-itsc ul .o-itm {
    min-height: 1.2em !important;
    line-height: 1.7em !important;
    font-weight: bold;
}

#Curso_uidIdHorario-dropmenu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#Curso_uidIdHorario-awed .o-slbtn {
    width: 1.2em !important;
}

/*Control de Horario Matricula*/
.custom-table {
    border-radius: 10px; /* Ajusta el valor según tus preferencias */
    border: none !important;
}

    .custom-table td, .custom-table th, .custom-table tr {
        border: none !important;
    }


.msj-error-invoice {
    display: none;
    color: var(--rojo) !important;
}

.imgFT {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.o-pmc.o-pu {
    border-radius: 20px;
}

.row-invoice {
    margin-right: 15px;
    margin-left: 15px;
}

.btn-cerrar-popup {
    color: var(--blanco);
    background-color: var(--rojo);
    border: 1px solid var(--rojo);
    border-radius: 3px;
}

.div-btn-popup {
    text-align: right;
}

.btn-accept {
    border: 1px solid var(--rojo);
    background-color: var(--rojo);
    color: #fff;
    border-radius: 5px;
    width: 100px;
    height: 30px;
}

.div-btn-accept {
    text-align: center;
}

.div-btn-edit-popup {
    text-align: right;
}

.btn-edit-popup {
    border-style: unset;
    color: var(--rojo);
    font-weight: bold;
    background: white;
}

.pencilIcon {
    height: 12px;
}

.div-icon-align {
    text-align: right;
}

.div-label-align {
    text-align: left;
}

.detail-form {
    border-bottom-style: solid;
    border-bottom-color: var(--grismedio);
    border-bottom-width: thin;
    margin-bottom: 3rem;
}

.divcreditsInfo {
    margin: 10px 0px;
    padding-top: 10px;
    text-align: center;
    color: var(--blanco);
    background-color: var(--azul);
    border-radius: 5px;
    justify-content: right;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

@media (max-width: 451px) {
    .divcreditsInfo {
        height: auto;
    }
}

.text-creditsIP {
    color: var(--azuloscuro);
    padding-left: 3rem;
    background: var(--grisclaro);
    border-radius: 5px;
}

.check-pay-custom2 {
    cursor: pointer;
    background-color: #fff;
    width: 15px;
    height: 15px;
    appearance: none;
    border: 2px solid var(--grismedio);
    border-radius: 2px;
}

    .check-pay-custom2:checked {
        background-color: var(--white);
        width: 15px;
        height: 15px;
        border-color: var(--grismedio);
        background-image: url('data:image/svg+xml,<svg clip-rule="evenodd" fill="DodgerBlue" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21 3.998c0-.478-.379-1-1-1h-16c-.62 0-1 .519-1 1v16c0 .621.52 1 1 1h16c.478 0 1-.379 1-1zm-8.991 6.932 2.717-2.718c.146-.146.338-.219.53-.219.405 0 .751.325.751.75 0 .193-.073.384-.219.531l-2.718 2.717 2.728 2.728c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.384-.073-.531-.219l-2.728-2.728-2.728 2.728c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l2.728-2.728-2.722-2.722c-.146-.147-.219-.338-.219-.531 0-.425.346-.749.75-.749.192 0 .384.073.53.219z" fill-rule="nonzero"/></svg>');
        color: var(--blanco);
        border-radius: 2px;
    }

.premium-p {
    color: var(--azuloscuro);
    font-weight: bolder;
    text-align: justify;
    font-size: x-small;
}

.premium-text {
    color: #9d9d9d;
    text-align: justify;
    font-size: x-small;
}

.text-importe {
    color: var(--azuloscuro);
    font-size: 14px;
}

.text-monto {
    color: var(--azul);
    font-size: medium;
    padding-left: 2rem;
}

.premium-title {
    font-size: 20px;
    color: var(--azul);
    font-family: 'Gotham Rounded Bold';
}

.premium-div {
    padding: 1.5rem;
}

.modal-content-expiracion {
    border-radius: 25px;
    background-color: var(--azuloscuro);
    margin: 200px auto;
    max-width: 450px;
    font-family: 'Gotham Rounded Light';
    font-size: 14px;
}

    .modal-content-expiracion .modal-title {
        font-family: 'Gotham Rounded Medium';
        font-size: 14px;
    }

.modal-body-expiracion {
    max-width: 360px;
    margin: 0 auto;
    color: white;
    font-size: 14px;
}

.pb-30 {
    padding-bottom: 30px !important
}

.invalid-input {
    border: 1.5px solid var(--rojo) !important;
}

.h3-blue-18 {
    margin: 1rem;
    font-family: 'Gotham Rounded Light';
    color: var(--azul);
    font-size: 18px;
}

.mt-25 {
    margin-top: 25px;
}

.px-30 {
    padding: 0 30px;
}

.table-discount {
    font-family: 'Gotham Rounded Medium';
    background-color: var(--azulclaro);
    font-size: 12px;
    border-radius: 3px;
    margin: 10px 0px;
    color: var(--azul);
    padding: 5px 30px;
}

.panel-default-darkblue {
    border: 2px solid var(--azul);
    margin: 0px
}

    .panel-default-darkblue > .panel-heading {
        color: white;
        background-color: var(--azul);
        border-radius: 0px !important;
        padding: 8px;
    }

        .panel-default-darkblue > .panel-heading > span {
            font-family: 'Gotham Rounded Medium';
            font-size: 12px;
        }

        .panel-default-darkblue > .panel-heading > p {
            font-family: 'Gotham Rounded Light';
            font-size: 9px;
            margin: 0;
        }

    .panel-default-darkblue > .panel-body {
        background-color: var(--azulclaro);
        font-size: 10px;
        color: var(--azul);
        font-family: 'Gotham Rounded Book';
    }

.check-custom-premium {
    float: left;
    margin: 2px 5px 5px 0px !important;
}

.col-sm-12.total.text-center.premium {
    background-color: var(--azul);
    padding-top: 5px;
}

    .col-sm-12.total.text-center.premium > h5 {
        color: white;
        font-family: 'Gotham Rounded Bold';
    }

    .col-sm-12.total.text-center.premium > h1 {
        color: white;
    }

span.modal-text {
    font-size: 12px;
}

a.text-a-link {
    color: white;
    font-size: 13px;
    font-family: 'Gotham Rounded medium';
    text-decoration: underline;
}

.checkbox-button {
    border: 1px solid #ccc;
    padding: 0px 0px;
    cursor: pointer;
    height: 12px;
    width: 12px;
}

    .checkbox-button.checked {
        border: 1px solid var(--azul);
    }

.checked {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    border-radius: 3px;
}

.checkbox-icon {
    font-size: 10px;
    vertical-align: baseline;
}

.checked.checkbox-icon {
    display: inline-block;
}

.checkbox-icon.unchecked {
    display: none;
}

a.text-link {
    color: var(--azul);
    font-weight: 700;
    text-decoration: underline;
}

.background-image-ratesSiu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.btn-modal-closeSiu {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 27px;
    color: white;
}

.btn-modal-closesede {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 27px;
    color: black;
}

.modal-container-imgRates {
    position: relative;
    overflow: hidden;
    aspect-ratio: 596/842;
}

.popup-horario {
    border-radius: 5px !important;
}

.btn-help {
    border: 1px solid var(--rojo);
    background-color: var(--rojo);
    color: #fff;
    font-weight: bolder;
    border-radius: 5px;
    width: 200px;
    height: 40px;
}

.text-p-help {
    color: var(--azulmedio);
    font-weight: bolder;
    font-size: 11px;
    font-family: 'Gotham Rounded Bold';
    margin-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-cerrar-popup-help {
    color: var(--azuloscuro);
    background-color: var(--blanco);
    border: 1px solid var(--blanco);
    border-radius: 3px;
    font-weight: bolder;
    font-family: 'Gotham Rounded Bold';
}

.btn-cerrar-popup-help-01 {
    color: var(--grismedio);
    background-color: var(--grisclaro);
    border: 1px solid var(--grisclaro);
    border-radius: 3px;
    font-weight: bolder;
    font-family: 'Gotham Rounded Bold';
    font-size: 9px;
}


.imgHelp {
    width: 35px;
}
.imgHelp02 {
    width: 100px;
    margin-left:10px;
}

.imgHelp03 {
    width: 50px;
}

.modal-msg-ayuda {
    width: 400px;
   
}
.text-p-sugerencia-01 {
    color: var(--azul);
    font-weight: bolder;
    font-size: 18px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gotham Rounded Bold';
}

.text-p-sugerencia-02 {
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azulmedio);
    line-height: 1;
    font-size: 14px;
    font-family: 'Gotham Rounded';
}

.text-p-contact-01 {
    color: var(--azul);
    font-weight: bolder;
    font-size: 22px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30Px;
    font-family: 'Gotham Rounded Bold';
}
.text-p-contact01 {
    color: var(--azul);
    font-weight: bolder;
    font-size: 22px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gotham Rounded Bold';
}

.text-p-contact02 {
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 14px;
    font-family: 'Gotham Rounded Bold';
}

.radio-text-notSchedule {
    padding-left: 10px;
    color: var(--azuloscuro);
}

.content-notSchedule {
    padding-left: 20px;
    padding-right: 20px;
}

.message-horario {
    background: var(--blanco);
    border-radius: 5px;
    max-width: 400px;
    min-height: 85px;
    padding: 1px;
    margin-top: 1rem;
    position: relative;
    border-color: var(--blanco);

    border-width: 1px;
}
/*    .message::before {
        --size: 25px;
        content: "";
        display: block;
        width: var(--size);
        height: var(--size);
        position: absolute;
        background: var(--grisclaro);
        bottom: calc(var(--size) * -1);
        clip-path: polygon(0 0, 100% 0, 0 100%);
        left: 50px;
        border: solid;
        border-color: var(--grismedio);
        border-width: 1px;
    }*/

.btn-help-01 {
    border: 1px solid var(--rojo);
    background-color: var(--rojo);
    color: #fff;
    font-weight: bolder;
    border-radius: 5px;
    width: 110px;
    height: 35px;
    font-size: 10px;
    align-items: center;
}
.btn-help-02 {
    border: 1px solid var(--azulclaro);
    background-color: var(--azulclaro);
    color: var(--azuloscuro);
    font-weight: bolder;
    border-radius: 5px;
    width: 100px;
    height: 35px;
    font-size: 10px;
    align-items: center;
    text-transform: uppercase;
}

/*btn-help-02 ::after {
    border-radius: 6px;
    --size: 20px;
    content: "";
    display: block;
    width: var(--size);
    height: var(--size);
    position: absolute;*/

/*    left: calc(var(--size)*-1);
    bottom: 17px;*/
    /*border: 1px solid var(--red);
    background-color: var(--red);
    border-left: 2px solid;
    border-top: 2px solid;
    transform: rotate(270deg) skew(10deg, 10deg);
}*/


.container-help {
    border-radius: 5px;
   
    justify-content: center;
    align-items: center;
    max-width: 400px;
    min-height: 35px;
    margin-top: -1px;
    margin-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
.container-help02 {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    min-height: 35px;

    margin-top: -1px;
    margin-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
.container-text {
    border-radius: 5px;
    background-color: var(--rojo);
    
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    min-height: 35px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
}
.btn-register-gray {
    color: #fff;
    background-color: var(--rojo);
    border-color: var(--rojo);
    text-transform: uppercase;
    width: 100%;
}

.btn-register-ver {
    color: #fff;
    background-color: var(--rojo);
    border: 2px solid var(--rojo);

    width: 100%;
}
.Color-red {
    color: red;
}
.btn-center {
    display: grid;
/*    justify-content: center;
    align-items: center;*/
}

.div-btn-popup-01 {
    margin-left: 15px;
    /*padding-left: 15px;*/
}

.sugerencia-titulo {
    padding-left: 100px;
    color: var(--azuloscuro);
    font-family: 'Gotham Rounded Bold';
}

.sugerencia-opcion {
    padding-left: 10px;
    color: var(--azuloscuro);
}


.radio {
    padding-left: 0px;
}


.text-p-sugerencia-3 {
    padding-top: 10px;
    color: var(--azul);
    font-weight: bolder;
    font-size: 22px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gotham Rounded Bold';
}

.text-p-sugerencia-021 {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 16px;
    font-family: 'Gotham Rounded Bold';
}

.label-red {
    color: var(--rojo);
    font-size: 13px;
    font-family: 'Gotham Rounded Book';
}

.label-gray {
    color: var(--grismedio);
    font-size: 13px;
    font-family: 'Gotham Rounded Book';
}

.o-ddbtn .o-cptn {
    text-align: left;
}

.flecha {
    width: 9.5px;
    height: 8px;
    border-left: 2px solid;
    border-top: 2px solid;
    transform: rotate(225deg) skew(10deg, 10deg);
    left: 2px;
    top: 7px;
    color: DodgerBlue;
}


.flecha-arriba {
    width: 9.5px;
    height: 8px;
    border-left: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg) skew(10deg, 10deg);
    left: 2px;
    top: 14px;
    color: DodgerBlue;
}

.awe-ajaxradiolist-field > .awe-display #uidIdHorario-awed {
    border: 1px solid var(--grismedio) !important;
    border-radius: 4px !important;
}

.text-t-ad {
    padding-top: 10px;
    color: var(--azul);
    font-weight: bolder;
    font-size: 16px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gotham Rounded Bold';
}

.text-p-ad-01 {
   /* padding-top: 15px;*/
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 13px;
    font-family: 'Gotham Rounded';
}

.text-t-ad-02 {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 12.5px;
    font-family: 'Gotham Rounded';
}
.text-p-ad-03 {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 13px;
    font-family: 'Gotham Rounded Bold';
}
.popup-ad {
    border-radius: 8px;
    border-color: var(--grismedio);
    border-style: solid;
    border-width: thin;
}

.btn-no {
    border: 1px solid var(--rojo);
    background-color: var(--rojo);
    color: #fff;
    border-radius: 5px;
    width: 120px;
    height: 35px;
    font-family: 'Gotham Rounded Bold';
}

.btn-yes {
    border: 1px solid var(--azul);
    background-color: var(--azul);
    color: #fff;
    border-radius: 5px;
    width: 120px;
    height: 35px;
    font-family: 'Gotham Rounded Bold';
}
.text-ad-box {
    background-color: #f1f1f1 !important;
    color: #cfcfcf !important;
    font-weight: bold !important;
    font-size: 13px !important;
}

.btn-save {
    border: 1px solid var(--rojo);
    background-color: var(--rojo);
    color: #fff;
    border-radius: 5px;
    width: 120px;
    height: 35px;
    font-family: 'Gotham Rounded Bold';
}

.img-popup {
    padding-top: 25px;
    
}

.btn-ae {
    border: 1px solid var(--rojo);
    background-color: var(--rojo);
    color: #fff;
    border-radius: 5px;
    width: 190px;
    height: 35px;
    font-family: 'Gotham Rounded Bold';
}
.img-star {
    width: 80px;
    padding-bottom: 10px;
}

.text-t-va {
    padding-top: 10px;
    color: var(--azul);
    font-weight: bolder;
    font-size: 20px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gotham Rounded Bold';
}
.text-p-va {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 14px;
    font-family: 'Gotham Rounded';
}

.btn-ad-cancel {
    border: 1px solid var(--azul);
    background-color: var(--blanco);
    color: var(--azul);
    border-radius: 5px;
    width: 150px;
    height: 35px;
    font-family: 'Gotham Rounded Bold';
}

.btn-ad-next {
    border: 1px solid var(--rojo);
    background-color: var(--rojo);
    color: #fff;
    border-radius: 5px;
    width: 150px;
    height: 35px;
    font-family: 'Gotham Rounded Bold';
}

.text-ad-box-02 {
    background-color: #ffffff !important;
    /*color: #cfcfcf !important;*/
    font-weight: bold !important;
    font-size: 13px !important;
}

.text-p-va-popup {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 13px;
    font-family: 'Gotham Rounded Bold';
}

.text-p-va-01 {
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 13px;
    font-family: 'Gotham Rounded Bold';
}
.text-p-ad-ae {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--azuloscuro);
    line-height: 1;
    font-size: 14px;
    font-family: 'Gotham Rounded Bold';
}

.text-t-ad-ae {
    padding-top: 10px;
    color: var(--azul);
    font-weight: bolder;
    font-size: 20px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gotham Rounded Bold';
}

.alertCompleteField {
    border: 2px solid var(--rojo) !important;
    color: var(--rojo) !important;
}

.padding-span-8 {
    padding-left: 1rem;
}

.px-12 {
    padding: 0 12px;
}

.btn-cerrar-popup-c {
    color: white;
    background-color: #ee3042;
    border: 1px solid #ee3042;
    border-radius: 3px;
}

.div-btn-popup-c {
    text-align: right;
}

.text-p-c {
    padding-top: 10px;
    color: #009ddb;
    font-weight: bolder;
    font-size: 22px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Gotham Rounded Bold';
}

.modal-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.btn-r {
    background-color: #fff;
    border: 1px solid #009ddb;
    color: #009ddb;
    font-weight: bolder;
    border-radius: 5px;
    width: 180px;
    height: 40px;
}

.btn-b {
    background-color: #ee3042;
    border: 1px solid #ee3042;
    color: #fff;
    font-weight: bolder;
    border-radius: 5px;
    width: 180px;
    height: 40px;
}
.label-cv {
    color: var(--azuloscuro);
    font-family: 'Gotham Rounded Bold';
    font-size: 13px;
}
.label-cv-info {
    color: var(--azuloscuro);
    font-family: 'Gotham Rounded Light';
    font-size: 11px;
}

.uppercase-bold {
    /* font-weight: bolder;*/
    font-family: 'Gotham Rounded Bold';
    text-transform: uppercase;
}

.div-info {
    background-color: #ececed;
    border-radius: 15px;
}

.btn-pr-01 {
    background-color: #ececed;
    border: 1px solid #009ddb;
    color: #009ddb;
    font-weight: bolder;
    border-radius: 5px;
    width: 180px;
    height: 40px;
}

.btn-pr {
    background-color: #fff;
    border: 1px solid #009ddb;
    color: #009ddb;
    font-weight: bolder;
    border-radius: 5px;
    width: 180px;
    height: 40px;
}

.btn-cn {
    background-color: #ee3042;
    border: 1px solid #ee3042;
    color: #fff;
    font-weight: bolder;
    border-radius: 5px;
    width: 180px;
    height: 40px;
}

.img-cancel-file {
    width: 55px;
    padding-bottom: 10px;
}
.img-alert {
    width: 60px;
    padding-bottom: 10px;
}
.text-p-cv-popup {
    color: var(--azuloscuro);
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Gotham Rounded Bold';
}
.text-t-cv-popup {
    padding-top: 10px;
    color: var(--azul);
    font-weight: bolder;
    font-size: 20px;
    line-height: 1;
    font-family: 'Gotham Rounded Bold';
}
.custom-file-input {
    display: none !important;
}
.custom-file-button-01 {
    font-size: 10px;
    background-color: #989291;
    color: white;
    padding: 9px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-file-button {
    font-size: 10px;
    background-color: #007bff;
    color: white;
    padding: 9px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .custom-file-button:hover {
        background-color: #0056b3; 
    }


.delete-file-button {
    font-family: 'Gotham Rounded Bold';
    background-color: var(--blanco);
    color: var(--rojo);
    padding: 9px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
    transition: background-color 0.3s ease;
    display: none;
}

    .delete-file-button:hover {
        background-color: var(--blanco);
    }

.file-upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--grismedio);
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.button-group {
    display: flex;
    align-items: center;
}

.file-name {
    font-size: 12px;
    font-family: 'Gotham Rounded Bold';
    color: var(--grismedio);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.file-name-01 {
    font-size: 12px;
    font-family: 'Gotham Rounded Bold';
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.text-error-cv {
    border-radius: 10px;
    padding: 10px 10px;
    color: var(--rojo);
    background-color: var(--rojoclaro);
}

.file-error-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--rojo);
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.file-name-error {
    font-size: 12px;
    font-family: 'Gotham Rounded Bold';
    color: var(--rojo);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.img-file-check {
    width: 55px;
    padding-bottom: 10px;
}
.info-activo-cv {
    background-color: var(--azulclaro);
    border-radius: 5px;
    display: flex;
    align-items: center; 
    gap: 15px; 
    padding: 10px; 
}
.item-image-act-cv {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.txt-content-activo-cv {
    display: flex;
    flex-direction: column;
}
.title-activo-cv {
    margin: 0;
    color: var(--azuloscuro);
    font-size: 14px;
    font-family: 'Gotham Rounded Bold';
}

.desc-activo-cv {
    margin: 0;
    color: var(--azuloscuro);
    font-size: 12px;
}

.alerta-container-icv {
    position: relative; 
    /*display: inline-block;*/ 
}

.alerta-icv {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translateY(-70%);
    margin-left: 10px;
    background-color: var(--rojoclaro);
    color: var(--rojo);
    padding: 3px 3px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.activo-btns-cv {
    display: flex; 
    justify-content: center;
    gap: 30px; 
    padding-top: 50px; 
}
.text-confcv-popup {
    color: var(--azuloscuro);
    line-height: 1.3;
    font-size: 14px;
}

.discount-container-cv {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 5px;
    background-color: var(--grisclaro);
    border: 1px solid var(--grismedio);
    border-radius: 8px;
}

.discount-text-cv {
    color: var(--azul);
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    text-transform: uppercase;
}

.discount-button-cv {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--grisclaro);
    color: var(--rojo);
    border: 2px solid var(--rojo);
    border-radius: 5px;
    text-decoration: none;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    cursor: pointer;
}

.discount-item-cv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: var(--azulclaro);
    font-family: 'Gotham Rounded Bold';
    color: var(--azul);
}

.discount-label-cv {
    font-size: 14px;
}

.discount-value-cv {
    font-size: 14px;
}
.content-wrapper-btn{
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%; 
}

.wrap-text-01 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 600px;
}

.requisites-container {
    padding: 20px;
    border-radius: 8px;
}

.requisite-group {
    margin-bottom: 5px;
}

.requisite-group p {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--azuloscuro);
}

.requisite-group ul {
    list-style-type: disc;
    padding-left: 20px;
}

.requisite-group li {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: var(--azuloscuro);
}
.group-key-text {
    max-width: 600px; 
    word-wrap: break-word;
    white-space: normal; 
    margin-bottom: 10px;
}

.package-select-container {
    width: 100%;
    max-width: 250px;
}

.package-select-container .awe-ajaxdropdown,
.package-select-container select {
    width: 100% !important;
}

.package-content {
    width: 100%;
    display: flex;
    flex-direction: column; 
}

.package-header {
    display: flex;
    /*align-items: center;*/
    margin-bottom: 8px; 
}

.package-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 35px;
    font-family: sans-serif;
    margin-bottom: 20px;
}

#checkboxPC {
    position: absolute;
    opacity: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #34495e;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

#checkboxPC:checked + .checkmark {
    background-color: #2c5ba7; 
    border-color: #2c5ba7;
}

#checkboxPC:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid white; 
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.package-content .title {
    /* color: var(--azulmedio);*/
    color: var(--rojo);
    font-weight: bold;
    cursor: pointer;
}

.blue-bold {
    color: var(--azulmedio) !important;
    font-weight: bold;
}

.info-wrapper {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    vertical-align: middle;
}

/*.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--rojo);
    color: var(--rojo);
    border-radius: 50%;
    font-size: 12px;
    font-style: italic;
    cursor: help;
}*/

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid var(--rojo);
    color: var(--rojo);
    border-radius: 50%;
    font-family: "Georgia", serif;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    cursor: help;
    line-height: 1;
    transition: all 0.2s ease;
}

.custom-tooltip {
    visibility: hidden;
    position: absolute;
    left: 45px;
    top: -20px;
    width: 280px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    color: #4a6da7;
    z-index: 100;
    box-shadow: 4px 4px 15px rgba(0,0,0,0.15);
    font-family: 'Gotham Rounded Book';
}

.custom-tooltip::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #ccc transparent transparent;
}

.info-wrapper:hover .custom-tooltip {
    visibility: visible;
}


.custom-package-dropdown .awe-o-chk,
.custom-package-dropdown .awe-chk {
    display: none !important;
}


#listpaqueteCursos .awe-li,
.custom-package-dropdown .awe-li {
    white-space: normal !important;
    padding: 4px 12px !important;
    border-bottom: 1px solid #f0f0f0;
}

.custom-package-dropdown .awe-caption {
    color: #000000 !important;
}

.custom-awe-item {
    line-height: 2.1 !important; 
    padding: 2px 0;
}

.item-main-text {
    font-weight: bold;
    color: #000;
    font-size: 13.5px;
    display: block;
}

.item-sub-text {
    color: #888;
    font-size: 11.5px; 
    display: block;
    margin-top: 0px;
}

.custom-package-dropdown .awe-caption {
    padding-left: 5px !important;
}
.discount-item-pc {
    padding: 10px 15px;
    background-color: var(--azulclaro);
    font-family: 'Gotham Rounded Bold';
    color: var(--azul);
}

.awe-ajaxradiolist-field > .awe-display #uidIdPaqueteCurso-awed {
    border: 1px solid var(--grismedio);
    border-radius: 4px !important;
}

#uidIdPaqueteCurso-dropmenu .o-itsc ul .o-itm {
    min-height: 1.2em !important;
    line-height: 1.7em !important;
    font-weight: bold;
    /*padding: 0.8em 10px;*/
}

#uidIdPaqueteCurso-dropmenu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#uidIdPaqueteCurso-awed .o-slbtn {
    width: 1.2em !important;
}

.remaining-amount-bg {
    background-color: var(--azulclaro) !important;
    padding: 15px 0;
    display: flex;
    justify-content: center; 
    align-items: center; 
}

/* Estilo para el contenedor cuando está inactivo */
.custom-awe-item.item-inactivo {
    background-color: #f0f0f0 !important; /* Gris claro */
    border-radius: 4px;
    padding: 2px 5px;
}

/* Estilo para el texto dentro del item inactivo */
.item-inactivo .item-main-text,
.item-inactivo .item-sub-text {
    color: #666666 !important; /* Gris oscuro */
}

/* Asegurar que el elemento seleccionado en el dropdown también cambie */
.awe-odropdown .awe-display .item-inactivo {
    background-color: #f0f0f0;
    color: #666666;
    display: block;
    width: 100%;
}


/* Estilo para "Completar este campo" en Rojo */
.custom-awe-item.item-placeholder-red .item-main-text {
    color: var(--rojo) !important;
    font-weight: bold;
}


/* Estilo cuando el placeholder está seleccionado en el dropdown */
.awe-display .item-placeholder-red .item-main-text {
    color: var(--rojo) !important;
}

/* Botón Continuar */
.btn-continue-fp {
    background-color: #ef3e4a;
    color: white;
    border: none;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-continue-fp:hover {
    background-color: #d6333e;
}

.validity-text-fp {
    color: var(--azuloscuro);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.success-msg-fp {
    color: var(--rojo);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: 'Gotham Rounded Bold' !important;
}

.info-text-fp {
    color: var(--azuloscuro);
    font-size: 18px;
    margin-bottom: 20px;
}

.info-text-fp strong {
    font-weight: 800;
}

/* Textos */
.title-fp {
    color: var(--azulmedio);
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Gotham Rounded Bold' !important;
}
/* Contenedor de la Tarjeta */
.card-fp {
    background-color: white;
    width: 380px;
    padding: 40px 30px;
    border-radius: 30px; /* Bordes muy redondeados */
    border: 2px solid #2b57a7; /* Borde azul delgado */
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.card-fp-container {
    display: flex;
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
    height: 100vh; /* 100% de la altura de la vista (viewport height) */
    width: 100%;
}

/* Icono de Exclamación */
.icon-container-fp {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.icon-circle-fp {
    width: 80px;
    height: 80px;
    background-color: #1a4da1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #1a4da1;
}

.icon-circle-fp::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    border: 2px solid white;
    border-radius: 50%;
}


.exclamation-fp {
    color: white;
    font-size: 45px;
    font-weight: bold;
}
.package-applied-label {
    color: var(--rojo) !important;
    font-family: 'Gotham Rounded Bold' !important;
    white-space: nowrap;
    font-size: 14px;
}

.package-amount-pc {
    color: var(--azulmedio) !important;
    font-family: 'Gotham Rounded Bold' !important;
    white-space: nowrap;
    font-size: 14px;
}


.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.package-remaining-label {
    font-size: 1.5em;
    font-family: 'Gotham Rounded Bold' !important;
    font-weight: bold;
    color: var(--azulmedio);
    white-space: nowrap;
}

.details-program-pc {
    font-family: 'Gotham Rounded Bold' !important;
    font-weight: bold;
    color: var(--azuloscuro);
    font-size: 14px;
    letter-spacing: 0.5px;
}
.icon-check-fp {
    height: 90px;
    display: block;
    margin: 0 auto;
}