@font-face {
    font-family: 'stArial';
    /*src: url(../Fonts/arial.woff2) format('woff2'), url(../Fonts/arial.woff) format('woff');*/
    src: url(../Fonts/arial.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'stArialBold';
    /*src: url(../Fonts/arialbd.woff2) format('woff2'), url(../Fonts/arialbd.woff) format('woff');*/
    src: url(../Fonts/arialbd.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'stHeadline';
    src: url(../Fonts/SantanderHeadline-Regular.otf);
}

@font-face {
    font-family: 'stHeadlineBold';
    src: url(../Fonts/SantanderHeadline-Bold.otf);
}

@font-face {
    font-family: 'stText';
    src: url(../Fonts/SantanderText-Regular.ttf);
}

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;
}

.fondo_marco {
    background-image: url(../../images/marco_menu.png);
    background-repeat: repeat;
}

#cuerpo_div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#frame_center {
    width: 83%;
    height: 78%;
    position: absolute;
    padding: 10px 0 0 20px;
}

#Background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: gray;
    opacity: 0.4;
    z-index: 1006;
}

#Progress {
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 1006;
}

.cerrar_sesion {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #6888A1;
    text-decoration: none;
}

.estadoPortal {
    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;
}

.TituloMenu {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #6888A1;
    text-decoration: none;
}

.contenedorLogin {
    border: #9BC3D3 solid 1px;
    width: 250px;
    border-radius: 10px;
    position: absolute;
    left: 47px;
    top: 55px;
}

.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: 10px;
        border: none;
        font-size: 16px;
        outline: none;
        background-color: transparent;
        padding-bottom: 3px;
        font-size: 13px;
    }

    .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 #EC0000;
            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: #EC0000;
    }

    .wrapper input:focus + label:after, .wrapper input:valid + label:after {
        transform: translateX(0%);
        transition: all 0.3s ease;
    }

.TituloDestacado {
    font-family: 'stArialBold';
}

.TextGeneral {
    font-family: 'stArial';
}

.btn-santander {
    border-radius: 19px;
    width: 100%;
    background-color: #EC0000;
    color: #fff;
    font-family: 'stArial';
    border: none;
}

.btn-danger {
    border-radius: 20px !important;
    width: 100%;
    background-color: #EC0000 !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: #EC0000 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: #1BB3BC;
    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;
}

#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 #1BB3BC;
}

.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;
}

.grStyle a {
    font-weight: bold;
    color: #1BB3BC !important;
    cursor: pointer;
}

.grStyle {
    border-left: 3px solid #DEEDF2;
    border-right: 3px solid #DEEDF2;
    border-bottom: 3px solid #DEEDF2;
}

.grNoFiles {
    border: transparent solid 4px;
}

.datepicker {
    font-style: italic;
    letter-spacing: 1px;
}

.formModalPopup {
    padding: 0 30px 30px 30px;
    border-top-color: #EC0000;
    border-radius: 10px;
    border-top-width: 30px;
    min-width: 50%;
    height: auto !important;
}

.formModalPopupEdit {
    padding: 0 30px 30px 30px;
    border-top-color: #EC0000;
    border-radius: 10px;
    border-top-width: 30px;
    min-width: 50%;
}

#grillaProveedores .tablalista_row td a {
    color: #1BB3BC;
}

.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;
}

@media (min-width: 320px) {
}

@media (min-width: 1720px) {
    .eye {
        height: 211px !important;
    }

    .linefondo {
        top: 185px !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;
}

.linefondo {
    position: absolute;
    background-color: #fff;
    background-color: #fff;
    width: 28%;
    height: 27px;
    top: 125px;
    right: 0;
}

.eye {
    height: 150px;
    width: 100%;
    z-index: -1;
    object-fit: cover !important;
    object-position: 0 44% !important;
}

.heaven {
    position: absolute;
    height: 29px;
    width: 150px;
    z-index: 1;
    top: 38px;
    right: 85px;
}

.heaven2 {
    position: absolute;
    z-index: 1;
    top: 34px;
    left: 70px;
    color: white;
    font-size: 50px;
}

.divTableBanner {
    display: table;
    width: 100%;
    background-color: #EC0000;
}

.divTableRowBanner {
    display: table-row;
}

.divTableCellBanner {
    display: table-cell;
}

.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;
}
