@font-face {
    font-family: 'stArial';
    src: url(../Fonts/Overpass-Regular.ttf) format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'stArialBold';
    src: url(../Fonts/Overpass-SemiBold.ttf) format('opentype');
    font-weight: 700;
    font-style: normal;
}
html, body {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
    border: none;
}
body {
    background-repeat: repeat;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
    color: #6F7779;
}
a.item1 {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #6888A1;
    text-decoration: none;
}
a.item2 {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #6888A1;
    text-decoration: none;
}
    a.item2:hover {
        color: #000000 !important;
    }
.fondo_menu {
    width: 100%;
    font-family: arial;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    color: #6888A1;
}
.fondo_logo {
    background-image: url(../../images/logo_santander.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 50px;
}
#cuerpo_div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.frameCenterOpen {
    /* width: 83%;*/
    width: 84vw;
    height: 103vh;
    max-height: 94.5vh;
    /*min-height: 500px;*/
    position: absolute;
    padding: 10px 0 0 20px;
    transition: all 0.5s ease;
}
.frameCenterClose {
    /* width: 83%;
    height: 78%;*/
    width: 100vw;
    height: 100vh;
    position: absolute;
    padding: 10px 20px 0 20px;
    transition: all 0.5s ease;
}
#Background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: gray;
    opacity: 0.4;
    z-index: 1006;
}
#Progress {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1006;
}
.cerrar_sesion {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #6888A1;
    text-decoration: none;
}
.modalBackground {
    background-color: black;
    opacity: 0.8;
}
.formModalPopup {
    border-radius: 6px;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding-top: 0;
    padding-left: 10px;
    width: inherit;
    height: inherit;
}
.formModalPopupEdit {
    border-radius: 6px;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding-top: 0;
    padding-left: 10px;
}
.wrapper {
    width: 100%;
    height: 50px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    margin-left: 25px;
}
    .wrapper input {
        width: 100%;
        height: 100%;
        color: #6F7779;
        padding-top: 24px;
        border: none;
        outline: none;
        background-color: transparent;
        padding-bottom: 3px;
        font-size: 14px;
    }
    .wrapper label {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80%;
        height: 100%;
        pointer-events: none;
        border-bottom: 1px solid #6F7779;
    }
        .wrapper label:after {
            content: '';
            width: 101%;
            height: 100%;
            left: -1px;
            bottom: -1px;
            border-bottom: 1px solid #1c2c52;
            position: absolute;
            transform: translateX(-100%);
            transition: all 0.3s ease;
        }
        .wrapper label span {
            position: absolute;
            bottom: 5px;
            left: 0;
            transition: all 0.3s ease;
            color: #95a5a6;
        }
    .wrapper input:focus + label span, .wrapper input:valid + label span {
        transform: translateY(-15px);
        transition: all 0.3s ease;
        color: #1c2c52;
    }
    .wrapper input:focus + label:after, .wrapper input:valid + label:after {
        transform: translateX(0%);
        transition: all 0.3s ease;
    }
.contenedorDivCentrado {
    height: 100vh;
}
.hijoDivCentrado {
    background-color: #ffffffa6;
    /*box-shadow: 0px 2px 24px 6px rgb(212 212 212);*/
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.TituloDestacado {
    font-family: 'stArialBold';
}
.TextGeneral {
    font-family: 'stArial';
}
.btn-santander {
    border-radius: 19px;
    width: 100%;
    background-color: #1c2c52;
    color: #fff;
    font-family: 'stArial';
    border: none;
}
.btn-danger {
    border-radius: 20px !important;
    width: 100%;
    background-color: #1c2c52 !important;
    font-family: 'stArial';
}
html, body {
    font-family: 'stArial' !important;
    color: #6F7779 !important;
}
.ContentLogin {
    width: 280px;
    background-color: #ffffff;
    border: #9BC3D3 solid 1px;
    margin: 0 auto;
    display: block;
    width: 290px;
    padding: 29px;
    border-radius: 15px;
    margin-top: 8%;
    height: 320px;
}
@media (max-width: 1215px) {
    .ContentLogin {
        width: auto;
        height: auto;
    }
}
.pills .media {
    border: #1c2c52 solid 1px;
    border-radius: 9px;
    padding: 10px 18px;
    width: 73%;
}
.media .media-body {
    text-align: justify !important;
}
.Space10 {
    height: 10px;
}
.imLog {
    position: absolute;
    top: 15px;
    right: 21%;
}
.BordeDatos {
    padding: 12px !important;
    border-bottom: 1px solid #dfdfdf;
}
#TablaAccesos tbody tr:nth-last-child(1) td {
    border-bottom: none !important;
}
#TablaAccesos tbody tr td a {
    text-decoration: none;
    font-family: 'stArial';
    color: rgb(59 72 94);
    font-weight: 100;
    /*font-size: 12px;*/
}
.btnText {
    background: none;
    border: none;
    color: #fff;
    outline: none;
    font-size: 13px;
}
    .btnText:hover {
        font-size: 14px;
    }
.boxDivShadow {
    background-color: #ffffff;
    box-shadow: 0 2px 24px 6px rgb(212, 212, 212);
    margin: 0 auto;
    display: block;
    padding: 29px;
    border-radius: 15px;
    margin-top: 8% !important;
    font-size: 12px;
}
#wrapperMenu {
    float: left;
    background: #fff;
    height: 100vh;
    background-color: #DEEDF2;
    height: 570px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.container {
    padding-right: 11px !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 16% !important;
    padding-top: 40px;
}
.wrappernav-dashboard {
    width: 100%;
    padding: 10px;
    margin: 0;
}
#menu-dashboard {
    overflow: hidden;
    padding-left: 25px;
    padding-top: 25px;
    width: 237px;
}
    #menu-dashboard li {
        border-radius: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 24px;
    }
        #menu-dashboard li > div > a {
            border-radius: 0;
            padding: 3px 0 3px 5px;
            color: #6F7779;
            font-size: 12px;
            text-decoration: none;
            cursor: pointer;
        }
    #menu-dashboard .Sbmenu li > a {
        border-radius: 0;
        padding: 3px 0 3px 5px;
        color: #6F7779;
        font-size: 12px;
        text-decoration: none;
        cursor: pointer;
    }
a {
    outline: none;
}
a:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 4px;
    left: 0;
    height: 1px;
    transition: all .5s ease-in-out;
}
#menu-dashboard li > div {
    padding-bottom: 10px;
    padding-top: 10px;
}
.a1 {
    font-size: 14px !important;
}
#menu-dashboard .n1 .a1:hover, #menu-dashboard .n1 .a1:focus {
    font-family: 'starialbold';
}
.Sbmenu {
    padding: 0;
    background: #DEEDF2;
    width: 90%;
}
    .Sbmenu li {
        border: none;
    }
        .Sbmenu li a {
            color: #003DA6;
            padding: 10px;
            margin: 0;
            text-indent: 20px;
        }
    .Sbmenu .caret {
        margin-right: 10px;
    }
.SbActive {
    font-family: 'starialbold';
    /*border-left: 2px solid #cfa600;*/
}
.findOpc {
    background: #C3DEE7;
}
.nav .caret {
    float: right;
    margin-top: 8px;
}
.nav .caret {
    border-top-color: #62be00 !important;
    border-bottom-color: #62be00 !important;
}
.a1 > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.hhh {
    display: inline-block !important;
}
.SubMenuOpc ul a:hover {
    background: none;
}
.dropdown-toggle::after {
    display: none !important;
}
#CajaContenedora {
    background-color: #ffffff;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
    font-size: 12px;
}
.boxText input[type="text"], .boxText select {
    font-size: 11px;
    height: calc(1.5em + 0.37rem + 2px);
    padding: 0.175rem 0.75rem;
    border: #DEEDF2 solid 1px;
    border-radius: 0.25rem;
    width: 90%;
    color: #6F7779;
}
.datepicker {
    background-image: url("../images/calendario.png");
    background-repeat: no-repeat;
    background-position: right 0.5em top 50%, 0 0;
    background-size: 24px;
}
.CalendarioAjax {
    background-color: white;
    border: 1px solid rgba(206, 215, 224, 1);
    border-radius: 8px;
    color: rgba(82, 103, 123, 1);
}
.ajax__calendar_other {
    color: rgba(206, 215, 224, 1);
}
.ajax__calendar_today .ajax__calendar_day {
    border: 1px solid rgba(206, 215, 224, 1);
    border-radius: 10px;
}
.ajax__calendar_dayname {
    color: rgba(42, 51, 61, 1);
    font-size:14px;
}
.ajax__calendar_day {
    height: 21px !important;
    padding: 0px 2px !important;
    text-align: center !important;
    width: 21px !important;
    font-size: 14px;
    /*color: rgba(82, 103, 123, 1) !important;*/
}
.ajax__calendar_title {
    color: rgba(41, 94, 255, 1);
    margin-top: 10px;
    font-size: 14px;
}
.ajax__calendar_container {
    width:15vw !important;
}
.ajax__calendar_days {
    width: 12.5vw !important;
}
.ajax__calendar_prev {
    background-image: url(../images/arrowCalendar.png) !important;
    background-size: 18px;
}
.ajax__calendar_next {
    background-image: url(../images/arrowCalendar.png) !important;
    transform: rotate(180deg);
    background-size: 18px;
}
.ajax__calendar_footer {
    display: none;
}
.ajax__calendar_body {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.ajax__calendar_container TABLE {
    margin: 0 0 15px 17px !important;
}
#CalendarExt_daysTableHeader {
    height: 30px;
    vertical-align: text-top;
}
.formModalPopup {
    padding: 0 30px 30px 30px;
    border-top-color: #1c2c52;
    border-radius: 10px;
    border-top-width: 30px;
    min-width: 50%;
    height: auto !important;
}
.formModalPopupEdit {
    padding: 0 30px 30px 30px;
    border-top-color: #1c2c52;
    border-radius: 10px;
    border-top-width: 30px;
    min-width: 50%;
}
#grillaProveedores .tablalista_row td a {
    /*color: #cfa600;*/
}
.labelvalor {
    font-size: 12px;
}
.caja td {
    padding: 3px;
}
.cajaModals {
    border: #DEEDF2 solid 2px;
    padding: 10px 20px;
    border-radius: 10px;
}
    .cajaModals td {
        line-height: 1.2 !important;
    }
.gvContenedor input {
    width: auto !important;
}
#RblTipoGestion td label {
    position: relative;
    bottom: 3px;
    padding-left: 5px;
}
.fs11 {
    font-size: 11px;
}
.panelLarge {
    width: 100%;
    height: 360px;
    overflow-y: auto;
}
.panelLarge4 {
    width: 100%;
    height: 450px;
    overflow-y: auto;
}
.panelLarge43 {
    width: 100%;
    height: 430px;
    overflow-y: auto;
}
@media (min-width: 1000px) {
    .panelLargeb {
        width: 100%;
        height: 430px;
        overflow-y: auto;
    }
}
@media (max-width: 999px) {
    .panelLargeb {
        width: 100%;
        height: 370px;
        overflow-y: auto;
    }
}
@media (max-width: 999px) {
    .divPageandModal {
        width: 99%;
    }
}
@media (min-width: 1000px) {
    .divPageandModal {
        width: 90%;
    }
}
.heavenFr {
    object-fit: cover !important;
    object-position: 0 44% !important;
    width: 64%;
    padding-bottom: 30px;
}
.heaven3 {
    object-fit: cover !important;
    object-position: 0 44% !important;
    width: 55%;
    /*padding-bottom: 30px;*/
    padding-top: 81px;
}
@media (min-width: 320px) {
}
@media (min-width: 1720px) {
    .eye {
        height: 211px !important;
    }
    .txtConfirminBanner, .txtConfirminFr {
        top: 4% !important;
    }
    .textConfirmingFr {
        font-size: 75px !important;
    }
    .textConfirming {
        font-size: 77px !important;
    }
}
.txtConfirminBanner {
    position: absolute;
    top: 5%;
    left: 8%;
}
.textConfirming {
    color: #fff;
    font-size: 50px;
    letter-spacing: 2px;
}
.txtConfirminFr {
    position: absolute;
    top: 4%;
    left: 5%;
}
.textConfirmingFr {
    color: #fff;
    font-size: 49px;
    letter-spacing: 2px;
}
.eye {
    height: 150px;
    width: 100%;
    z-index: -1;
    object-fit: cover !important;
    object-position: 0 44% !important;
    display:none;
}
.heaven {
    position: absolute;
    height: 29px;
    width: 150px;
    z-index: 1;
    top: 38px;
    right: 85px;
}
.imgStder {
    display: block;
    width: 100px;
    height: 82px;
    background: url(../images/Logos_santander_RGB.png);
    background-size: 100px 82px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
input[type="submit"]:disabled {
    background-color: #bfbfbf !important;
}
.LnkBtn {
    cursor: pointer;
    text-decoration: none;
    color: #2772CC;
    width: fit-content;
    height: 37px;
    text-transform: none;
    font-size: 16px;
    /*font-weight: 600;*/
    margin: 0;
    padding: 13px 5px 0 5px;
    border-radius: 28px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid transparent;
    background: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.1s ease;
    float: right;
    bottom: 42px;
    position: relative;
}
/* INICIO ZONA ALET */
.alertOK {
    border-left: 15px solid rgba(24, 172, 24, 1);
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 8px;
    padding: 20px;
    background: rgba(245, 255, 245, 1);
    color: rgba(24, 172, 24, 1);
}
.alertNOK {
    border-left: 15px solid rgba(212, 57, 0, 1);
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 8px;
    padding: 20px;
    background: rgba(255, 248, 245, 1);
    color: rgba(212, 57, 0, 1);
}
.alertWAR {
    border-left: 15px solid rgba(253, 195, 116, 1);
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 8px;
    padding: 20px;
    background: rgba(255, 252, 245, 1);
    color: rgba(253, 195, 116, 1);
}
.alertINF {
    border-left: 15px solid rgba(0, 146, 255, 1);
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 8px;
    padding: 20px;
    background: rgba(245, 250, 255, 1);
    color: rgba(0, 146, 255, 1);
}
.alertNOR {
    border-left: 15px solid rgba(131, 147, 163, 1);
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 8px;
    padding: 20px;
    background: rgba(245, 250, 255, 1);
    color: rgba(131, 147, 163, 1);
}
.alertOK .closeAlert {
    color: rgba(24, 172, 24, 1);
}
.alertNOK .closeAlert {
    color: rgba(212, 57, 0, 1);
}
.alertWAR .closeAlert {
    color: rgba(253, 195, 116, 1);
}
.alertINF .closeAlert {
    color: rgba(0, 146, 255, 1);
}
.alertNOR .closeAlert {
    color: rgba(131, 147, 163, 1);
}
    /*.alertNOR .alertmessage, .alertWAR .alertmessage {
        color: black;
    }*/

  /*  .alertNOR .closeAlert, .alertWAR .closeAlert {
        color: black !important;
    }*/
.imgOK {
    content: url(../images/alert_ok.png);
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.imgNOK {
    content: url(../images/alert_white.png);
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.imgWAR {
    content: url(../images/alert_black.png);
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.imgINF {
    content: url(../images/alert_info.png);
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.imgNOR {
    content: url(../images/alert_idea.png);
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.divalert {
    display: flex;
}
.alertmessage {
    align-self: end;
    /*color: white;*/
    width: 96%;
}
.closeAlert {
    font-size: 1.5rem !important;
    text-shadow: 0 0 black !important;
    opacity: 1 !important;
    /*color: #fff !important;*/
    position: relative !important;
    bottom: 22px !important;
    float: right;
    line-height: 1;
    background: transparent;
    border: none;
}
.modal-body  .closeAlert {
    top: 0;
}
    .closeAlert:focus {
        outline: none !important;
    }
/* FIN ZONA ALERT */
.divContenedorGlobal {
    /*padding-top: 40px;*/
}
.ContentTituloSub {
    padding-left: 12px;
}
.ContentTitulo {
    color: #37474f !important;
}
.ContentSubTitulo {
    color: #546e7a !important;
}
.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.8) !important;
    opacity: 1 !important;
}
.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #37474F;
}
.modal-header {
    border-bottom: none !important;
}
.modal-footer {
    border-top: none !important;
    /*justify-content: flex-start !important;*/
}
.modal-content {
    box-shadow: 0 24px 32px 0 rgba(55, 71, 79, 0.2);
    border: none !important;
}
.contentModalFooter {
    height: 80px;
    padding-top: 15px;
}
.formModalPopupConfirm {
    padding: 0px 40px 10px 40px;
    border-radius: 8px;
    width: 360px;
    min-width: 310px;
    height: auto !important;
    box-shadow: 0 4px 12px rgb(18 25 84 / 7%);
    border: transparent;
    background-color: white;
}
.tdImgMdConfirm {
    text-align-last: center;
}
.imgMdConfirm {
    width: 40px;
    padding-top: 8px;
    padding-bottom: 14px;
}
.tituloMdConfirm {
    text-align-last: center;
    font-size: 16px;
    /* font-weight: 700; */
    padding: 0px 21px 12px;
    text-align: center;
    line-height: 24px;
    color: #52667B;
}
.msgMdConfirm {
    font-size: 16px !important;
    width: 100% !important;
    text-align: center;
}
.headerMdConfirmWAR {
    font-size: 24px;
    padding: 0px 21px 16px;
    text-align: center;
    line-height: 32px;
    color: #7F5E32;
}
.modalConfirm .modal-footer {
    justify-content: center !important;
}
.bnt {
    width: 100% !important;
}
.modal-content {
    max-height: 80vh !important;
}
.modal-dialog-centered {
    align-items: self-start !important;
}
.btnSmall {
    width: 55% !important;
}
.btnModal {
    width: auto !important;
}
.arrowVolver {
    width: 32px;
    height: 32px;
    padding: 3px;
    border: #E8EDF2 solid 1px;
    border-radius: 4px;
    position: relative;
    top: 4px;
    margin-right: 16px;
    background-image: url(../images/arrowLeftVolver.png);
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 20px;
    background-position-x: center;
    background-position-y: center;
}

.iBody {
    overflow: auto !important;
}