* {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
}

body {
    margin: 0px;
}

#top {
    background-color: #012F50;
    color: white;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

.logo {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 0px 0px 0px 100px;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
    z-index: 100;
    position: relative;
    display: inline-block;
    justify-content: center;
    display: flex;
}

#bottom {
    background-color: #012F50;
    padding: 10px;
    color: white;
    text-align: center;
}

#content {
    background-color: #dddddd;
    padding: 10px;
    vertical-align: top;
}


#top a:link, #top a:visited {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#header {
    background: #012f50 url(/bcb-mvdi-fe/resources/img/header-new.png);
    height: 130px;
    margin-bottom: 0px;
    border: 1px #A0BCDD solid;
    margin-bottom: 5px;
}

.login .nameSystem {
    padding: 15px;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    background: -webkit-linear-gradient(#363A39, #A28138);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #363A39;
}


#titulo1 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 10px 0px 0px 200px;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
}

.nameSystem {
    color: #909495;
    font-size: 1.7em;
    font-weight: 100;
    padding-left: 200px;
    margin-top: -20px;
    letter-spacing: -1px;
    line-height: 10px;
}

div.container-principal {
    width: 500px;
    border: 1px solid #e5b856;
    justify-content: center;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
}

div.container-login {
    width: 100%;
    /*margin: 0 auto;*/
    padding: 15px 15px;
    background-color: #f2f2f2;
    border-radius: 10px;
    /*padding: 40px;*/
    color: #A68051;
}

.container-login:hover {
    box-shadow: 0px 10px 10px #181817,
    0px 10px 10px #a07c2a,
    0px 10px 10px #a47e4f;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}


div.container-login-info {
    width: 100%;
    /*margin: 0 auto;*/
    padding: 15px 15px;
    background-color: #f2f2f2;
    border-radius: 10px;
    /*padding: 40px;*/
    color: #A68051;
}

.container-login-info:hover {
    box-shadow: 0px 10px 10px #181817,
    0px 10px 10px #a07c2a,
    0px 10px 10px #a47e4f;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.info-bono-link {
    border: 1px solid #ccd2d8;
    box-shadow: 2px 2px 2px -1px #424e4e;
    background-color: #e7eaed;
    border-radius: 6px;
    padding: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1rem;
    text-decoration: none !important;
}

.info-bono-link:hover {
    box-shadow: 0px 5px 5px #595953,
    0px 5px 5px #a07c2a,
    0px 5px 5px #a47e4f;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

@media screen and (min-width: 480px) {
    div.container-login {
        width: 45%;
    }
}

@media screen and (min-width: 780px) {
    div.container-login {
        width: 33%;
    }
}

div.container-login button {
    background: #434F4F;
    color: white;
    width: 109px;
    height: 34px;
    align-items: center;
    font-size: 13px !important;
    border-radius: 4px;
    margin: auto;
    justify-content: center;
    display: flex;
}

div.container-login h2 {
    color: #454E56;
    font-size: 18px;
    font-weight: bold;
}

div.container-login label {
    font-weight: bold;
    color: #90670a
}


/*------------------------------------------*/
div.container-login2 {
    width: 100%;
    /*margin: 0 auto;*/
    padding: 0 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    /*padding: 40px;*/
    color: #A68051;
}

/*.container-login2:hover {*/
/*    box-shadow: 0px 10px 10px #181817,*/
/*    0px 10px 10px #a07c2a,*/
/*    0px 10px 10px #f1ab0a;*/
/*    -webkit-transform: translateX(-4px);*/
/*    transform: translateX(-4px);*/
/*}*/

@media screen and (min-width: 480px) {
    div.container-login2 {
        width: 70%;
    }
}

@media screen and (min-width: 780px) {
    div.container-login2 {
        width: 70%;
    }
}

/*div.container-login2 button {*/
/*    background: #434F4F;*/
/*    color: white;*/
/*    width: 109px;*/
/*    height: 34px;*/
/*    align-items: center;*/
/*    font-size: 12px !important;*/
/*    border-radius: 2px;*/
/*    margin: auto;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*}*/

div.container-login2 h2 {
    color: #454E56;
    font-size: 18px;
    font-weight: bold;
}

div.container-login2 label {
    font-weight: bold;
    color: #90670a;
    font-size: 13px;
}

/*------------------------------------------*/
div.container-login-botones {
    width: 100%;
    margin: 1rem;
    padding: 0 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    /*padding: 40px;*/
    color: #A68051;
}


@media screen and (min-width: 480px) {
    div.container-login-botones {
        width: 20%;
    }
}

@media screen and (min-width: 780px) {
    div.container-login-botones {
        width: 20%;
    }
}

/*div.container-login2 button {*/
/*    background: #434F4F;*/
/*    color: white;*/
/*    width: 109px;*/
/*    height: 34px;*/
/*    align-items: center;*/
/*    font-size: 12px !important;*/
/*    border-radius: 2px;*/
/*    margin: auto;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*}*/

div.container-login-botones h2 {
    color: #454E56;
    font-size: 18px;
    font-weight: bold;
}

div.container-login-botones label {
    font-weight: bold;
    color: #90670a;
    font-size: 13px;
}

/*------------------------------------------*/

div.container-registro {
    width: 100%;
    /*margin: 0 auto;*/
    padding: 15px 15px;
    background: #454E56;
    border-radius: 10px;
    /*padding: 40px;*/
    /*color: #A68051;*/
    /*font-size: 22px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    display: inline;
    text-decoration: none;
    text-transform: none;
    color: #A68051;
    !*padding: 9rem 0.5rem;*!
    background-color: #454E56;*/
}

.container-registro:hover {
    box-shadow: 0px 10px 10px #181817,
    0px 10px 10px #a07c2a,
    0px 10px 10px #f1ab0a;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

@media screen and (min-width: 480px) {
    div.container-registro {
        width: 50%;
    }
}

@media screen and (min-width: 780px) {
    div.container-registro {
        width: 33%;
    }
}

div.container-registro button {
    background-color: #e7e7e7;
    color: #434F4F;
    padding: 2px 2px;
    text-align: center;
    font-size: inherit;
    border-radius: 4px;
}

div.container-registro label {
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
}

div.pie-pagina {
    background-color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

div.pie-pagina a, a:hover {
    text-decoration: none;
}

div.pie-pagina ul, li {
    margin: 0;
    padding: 5px;
}

div.pie-pagina button {
    background-color: #e7e7e7;
    color: #A68051;
}


div.pie-pagina .ui-menubar, .ui-menu-child, .ui-menu {
    background: white !important;

}

.menu-bar {
    background-color: white;
}

.menu-bar a {
    color: #93723D;
}

.bcb-color {
    color: #93723D;
}

.bcb-icon {
    background: url("/resources/img/icons/logo_bcb_16_16.ico") no-repeat !important;
    height: 12px !important;
    width: 12px !important;
}

.responsive {
    width: 100%;
    max-width: 578px;
    height: auto;
}

.text {
    font-family: verdana;
    font-size: 2.5em;
    font-weight: 700;
    color: #454e56;
    text-shadow: 1px 1px 1px #919191;
    /*1px 2px 1px #919191,*/
    /*1px 3px 1px #919191,*/
    /*1px 4px 1px #919191,*/
    /*1px 5px 1px #919191,*/
    /*1px 6px 1px #919191,*/
    /*1px 7px 1px #919191,*/
    /*1px 8px 1px #919191,*/
    /*1px 9px 1px #919191,*/
    /*1px 10px 1px #919191,*/
    /*1px 18px 6px rgba(16, 16, 16, 0.4),*/
    /*1px 22px 10px rgba(16, 16, 16, 0.2),*/
    /*1px 25px 35px rgba(16, 16, 16, 0.2),*/
    /*1px 30px 60px rgba(16, 16, 16, 0.4);*/
}

html {
    height: 100%;
}

h1 {
    width: 100%;
    margin: 0 auto 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

/*
========================
			3D Effect
========================
*/
#text3d {
    color: #a57f50;
    letter-spacing: .15em;
    font-size: 2.1rem;
    font-weight: bold;
    /*font-family: verdana;*/
    /*text-shadow: -1px -1px 1px #2e2e2e;*/
    width: 100%;
    /*margin: 0 auto 0 auto;*/
    font-family: 'Lato', sans-serif;
    /*font-size: 2.5rem;*/
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}


.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -140px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}

.sticky li {
    list-style-type: none;
    background-color: #454E56;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sticky li:hover {
    margin-left: -220px;
}

.sticky li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}

.sticky li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 18px;
    font-size: 11px;
}

.sticky li p a {
    text-decoration: none;
    color: #93723D;
}

.sticky li p a:hover {
    text-decoration: underline;
}

/*ESTO ES PARA CAMBIO DE FUENTES*/
.ui-widget {
    font-size: 13px !important;
}

body .ui-widget {
    font-size: 13px !important;
}

.container .row .ui-widget {
    font-size: 13px !important;
}

/*.outlable-bcb{*/
/*    width: 100%; margin: .6rem 0 !important;*/
/*}*/

.column-bcb {
    display: flex;
    align-items: center;
}