:root {
    --gray-dark: #333E44;
    --gray-title: #323E48;
    --red-banorte: #EB0029;
    --red-banorte-disabled: #cfcccc;
    --gray-label: #5B6670;
    --bg-input-color: #F1F1F1;
    ---gray-suabe: #C2C5C8;
    --gray-etiqueta: #CFD2D3;
    --yellow-ball: #f5be65
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("/banorte/__host/tarjetas/css/fonts/montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Montserrat-Light";
    src: url("/banorte/__host/tarjetas/css/fonts/montserrat/Montserrat-Light.ttf");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("/banorte/__host/tarjetas/css/fonts/montserrat/Montserrat-Medium.ttf");
}

@font-face {
    font-family: "Montserrat-Semibold";
    src: url("/banorte/__host/tarjetas/css/fonts/montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: "Montserrat-Thin";
    src: url("/banorte/__host/tarjetas/css/fonts/montserrat/Montserrat-Thin.ttf");
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("/banorte/__host/tarjetas/css/fonts/montserrat/Montserrat-Regular.ttf");
}

.montserrat-regular {
    font-family: Montserrat-Regular;
}

.montserrat-thin {
    font-family: Montserrat-Thin;
}

.montserrat-bold {
    font-family: Montserrat-Bold;
}

.montserrat-semibold {
    font-family: Montserrat-Semibold;
}

.montserrat-medium {
    font-family: Montserrat-Medium !important;
}

.montserrat-light {
    font-family: Montserrat-Light;
}

.text-gray-title {
    color: var(--gray-title);
}
.text-red-title {
    color: var(--red-banorte);
}
/* Estilo de input texto general*/
.input-style-text {
    width: 100%;
    height: 50px;
    padding-top: 20px;
    text-indent: 18px !important;
    font-family: Montserrat-Medium;
    background-color: var(--bg-input-color);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black !important;
}

.input-style-text-consulta {
    width: 100%;
    height: 40px;
    padding-top: 20px;
    text-indent: 18px !important;
    font-family: Montserrat-Medium;
    background-color: var(--bg-input-color);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black !important;
}

.input-user {
    min-width: 100%;
    height: 50px;
    padding-top: 20px;
    text-indent: 50px !important;
    font-family: Montserrat-Medium;
    background-color: rgba(246, 246, 246, 1);
    border-radius: 4px;
    border-width: 0;
    outline: none;
}

.label-user {
    font-family: Montserrat-Light;
    position: absolute;
    transition: all .3s ease-out;
    height: 100%;
    top: 40%;
    left: 50px;
}

.input-user:focus + .label-user {
    top: 10%;
    font-size: 12px;
    color: var(--gray-label);
}

.div-background-user {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30%;
    right: 0;
    background-color: rgba(246, 246, 246, 1);
    z-index: 10;
}

.input-user:focus + .label-user ~ img {
    transform: translateX(-2.1rem);
}

.contain-value {
    top: 10% !important;
    font-size: 11px !important;
    color: var(--gray-label);
}

.input-style-text:focus {
    outline: none;
}

.input-style-text:focus + .label-style {
    top: 10%;
    font-size: 12px;
    color: #121212;
}

.input-style-text:focus + .label-style ~ img {
    transform: translateX(-2.1rem);
}

.container-input {
    font-family: Montserrat-Light;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.label-style {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #121212;
    position: absolute;
    transition: all .3s ease-out;
    height: 100%;
    top: 35%;
    left: 20px;
}

.label-placeholder-large {
    font-size: 12px;
}

/* Icono de borrar información */
.icon-input-style {
    transition: all .3s ease-out;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 35%;
    right: 0;
    transform: translateX(-1.5rem);
}

.icon-input-style-opcionales {
    transition: all .3s ease-out;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 35%;
    right: 5px;
    transform: translateX(-1.5rem);
}

.div-background-img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35%;
    right: 0;
    background-color: transparent !important;
    z-index: 10;
}

.show-icon {
    transform: translateX(-2.1rem);
}


.input-style-select {
    width: 100%;
    height: 50px;
    padding-top: 20px;
    text-indent: 15px;
    background-color: #F1F1F1;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
}

.input-style-select:focus {
    outline: none;
    caret-color: transparent;
}

.icon-input-select {
    position: absolute;
    cursor: pointer;
    width: 23px;
    height: 23px;
    top: 30%;
    right: 15px;
}

.icon-input-select-opcionales {
    position: absolute;
    width: 23px;
    height: 23px;
    right: 30px;
}

/*CONTAINER OPTIONES SELECT*/

.content-options-select {
    min-height: 200px;
    background-color: #EBF0F2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.content-title-select {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 0 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #FFFFFF;
    min-height: 50px;
    align-items: baseline;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,50px);
}
.modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-bottom: 0px !important;
}

.detalle-tarjeta{
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-bottom: 130px !important;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

/* CONTINUA TU PROCESO */

.text-title {
    font-family: Montserrat-Semibold;
    color: var(--gray-dark) !important;
    font-size: 24px !important;
}

.title-section-custom {
    font-family: Montserrat-Semibold;
    font-size: 22px;
    color: var(--gray-title);
}

.title-modal-bottom {
    font-family: Montserrat-Semibold;
    color: var(--gray-dark) !important;
    font-size: 17px !important;
}


.custom-tooltip {
    width: 22px;
    height: 22px;
    background-color: var(--gray-label);
    border-radius: 100px;
    text-align: center;
    color: white;
    align-items: center;
    display: grid;
    margin-left: 20px;
}

.general-tooltip {
    width: 18px;
    height: 18px;
    background-color: var(--gray-label);
    border-radius: 100px;
    text-align: center;
    color: white;
    align-items: center;
    display: grid;
}


/*Botones*/

.button-banorte-red {
    font-family: Montserrat-Light;
    background-color: var(--red-banorte);
    color: #FFFFFF;
    min-width: 150px;
    height: 45px !important;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    max-width: 200px;
}
.button-banorte-red:disabled,
.button-banorte-red[disabled]{
    background-color: var(--red-banorte-disabled);
    color: var(--gray-label);
}

.button-banorte-white {
    font-family: Montserrat-Light;
    background-color: #FFFFFF;
    color: var(--gray-dark);
    min-width: 150px;
    height: 45px;
    border: 1px solid var(--gray-dark);
    border-radius: 5px;
}

.button-banorte-gray {
    font-family: Montserrat-Light;
    background-color:  var(--gray-dark);
    color: #FFFFFF;
    min-width: 150px;
    height: 45px;
    border: 1px solid var(--gray-dark);
    border-radius: 5px;
}

.button-banorte-gray-disabled {
    font-family: Montserrat-Light;
    background-color: rgba(207, 210, 211, 1);
    color: var(--gray-label);
    min-width: 150px;
    height: 45px;
    border: none;
    border-radius: 5px;
    max-width: 200px;
}

.button-banorte-calendar {
    font-family: Montserrat-Regular;
    background-color:  var(--yellow-ball);
    color: #0c0c0c;
    min-width: 150px;
    height: 45px;
    border: 1px solid var(--yellow-ball);
}
.button-banorte-calendar:disabled {
    background-color:  var(---gray-suabe);
    color: #6e6e6e;
    border: 1px solid var(---gray-suabe);
}

/*INPUTS DATE*/
.input-style-select-date {
    max-width: 105px;
    height: 50px;
    padding-top: 20px;
    text-indent: 19px;
    background-color: #F1F1F1;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
}

.input-style-select-date:focus {
    outline: none;
    caret-color: transparent;
}

.container-input-date {
    font-family: Montserrat-Light;
    margin-top: 10px;
    position: relative;
}

.style-check {
    display: block !important;
    accent-color: var(--red-banorte);
    width: 40px;
    height: 30px;
}

.card-congratulations {
    position: relative;
    border-width: 0;
    min-width: 335px;
    min-height: 399px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.34901960784313724);
}

.card-congratulations-without-details {
    position: relative;
    border-width: 0;
    min-width: 335px;
    min-height: 200px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.34901960784313724);
}

.general-card {
    border-width: 0;
    min-width: 200px;
    max-width: 320px;
    min-height: 200px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.34901960784313724);
}

.bg-bottom-card {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: absolute;
    top: 120px;
    bottom: 0;
    min-height: 40%;
    width: 100%;
    background-color: var(--bg-input-color);
}

@media (min-width: 390px) {
    .bg-bottom-card {
        min-height: 60%;
    }
}

@media (max-width: 960px) {
    .responsive-class {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

input[name=custom-radio] {
    display: block !important;
    accent-color: #EB0029;
    width: 40px;
    height: 30px;
}

.ball-style {
    background-color: var(--yellow-ball);
    height: 9px;
    width: 9px;
    border-radius: 100px;
    margin-left: 5px;
}

a.subyared{
    color: var(--red-banorte);
    font-weight: bold;
    text-decoration: underline;
}

/*style* para botondes de incode en comprbante, otp y video selfie*, solo cambio el color y le agrego el important*/

/*boto rojo general aplicar en boton especificos*/
 .IncodeOTPButton, .IncodeRecorderTutorialButton, .IncodeSignatureDoneButton{
     font-family: Montserrat-Light !important;
     background-color: var(--red-banorte) !important;
     color: #FFFFFF !important;
     min-width: 150px !important;
     border: none !important;
     border-radius: 5px !important;
     font-weight: 600 !important;
     line-height: 12px!important;
 }

 /*bloque  para estilos en pantalla de selfie*/
.IncodeCaptureSelfieNotificationInline {
    font-size: 20px !important;
    font-family: Montserrat-Light !important;
    text-align: center !important;
    line-height: 30px !important;
}
.IncodeCaptureSelfieWebcamContainer{
    margin: 25px auto !important;
}
/*Fin bloque  para estilos en pantalla de selfie*/

/*blqoue para estilos en pantalla de capturar comprobante incode*/
.IncodeRetakeContainer{
    padding-top: 45px!important;
}
.IncodeRetakeContainer .eka-DtG{
    font-size: 12px;
}
.IncodeRetakeTitle{
    font-size: 15px!important;
    padding-bottom:0px!important;
}

.IncodeNativeCameraLabelButton{
    padding: 15px 25px !important;
    font-family: Montserrat-Light !important;
    background-color: var(--red-banorte) !important;
    color: #FFFFFF !important;
    height: 45px !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    width: 45% !important;
}
.IncodeNativeCameraButton{
    background-color: #eb0029 !important;
    color: #F1F1F1 !important;
    border: none !important;
}

.IncodeRetakeButtonsContainer{
    padding: 20px 0px!important;
}
.IncodeRetakeButton {
    border: 1px solid!important;
    border-radius: 5px!important;
    height: 45px!important;
    font-size: 12px!important;
}
.IncodeRetakeButton p{
    margin: 0px 15px!important;
}
.IncodeRetakeContinueContainer{
    border-radius: 5px!important;
    height: 45px!important;
    background-color: #eb0029 !important;
    color: #F1F1F1 !important;
    font-size: 12px!important;
}

.iFfTVx {
    width: 100% !important;
}

.iFfTVx.is-desktop {
    position: fixed !important;
}

.gvDyEk.selfie.horizontal {
    width: 100% !important;
}

.loaEhM {
    bottom: 30vh !important;
}

.IncodeRecorderTutorialHeader {
    width: 100% !important;
}
/*Fin blqoue para estilos en pantalla de capturar comprobante incode*/


/*bloque para estlos en enviar codigo otp incode*/
.IncodeOTP{
    padding-top: 45px!important;
}
.IncodeOTPTimer{
    font-size: 13px !important;
}
.IncodeOTPButton:disabled{
    color: rgb(99, 102, 112) !important;
    background-color: rgb(233, 233, 235) !important;
}

/*Fin bloque para estlos en enviar codigo otp incode*/

/*bloque para estilos en pantalla de selfie vs id*/
.IncodeRecorderTutorialContainer{
    padding-top: 20%!important;
}
.IncodeRecorderConsentContainer .consentAllow{
    font-size: 1.55rem !important;
    margin-top: 30px !important;
    line-height: 2.2rem !important;
    color: #FFFFFF !important;
    font-family: Montserrat-Medium !important;
}
.IncodeRecorderStepsProgress{
    display: none!important;
}

/*Fin bloque para estilos en pantalla de selfie vs id*/


/*bloque para estilos en firma digital incode*/

.IncodeSignatureDoneButton:disabled {
    color: rgb(99, 102, 112) !important;
    background-color: rgb(233, 233, 235) !important;
}
.IncodeSignatureTitle{
    font-size: 1.5em;
    font-weight: bolder;
}
.IncodeSignatureSubtitle{
    font-size: 1em;
}
.IncodeSignatureContainer{
    overflow-y: hidden;
}
#incode-firma-continer.iphoneClass  .IncodeSignatureCanvas{
    height: 330px !important;
}
/*Fin bloque para estilos en firma digital incode*/


.zabuto-calendar__navigation__item--header__title{
    text-align: center;
}
.zabuto-calendar__day--empty,
.zabuto-calendar__day,
.zabuto-calendar__day--today{
    background-color:  var(---gray-suabe);
    color: #6e6e6e;
}
.zabuto-calendar__day.zabuto-calendar__event.event-available{
    background-color: #ffffff;
}
.zabuto-calendar__day.zabuto-calendar__event.event-available.selected{
    background-color:  var(--yellow-ball);
    color: var(--gray-dark);
}
.m-bottom-0{
    margin-bottom: 0px;
}
.calendar-cita > table  .zabuto-calendar__navigation{
    text-align: center;
    background: white;
}
#showPicker.input-style-select{
    padding-left: 35px;
}
.left{
    text-align: left;
}

/*style para hacer mas grande sweetAlert2*/
.swal2-content {
    z-index: 1 !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 1.6em !important;
    color: #545454 !important;
    font-size: 1.2em !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-align: center !important;
    word-wrap: break-word !important;
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1em!important;
}