@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);

.contenido {
    width        : 80%;
    margin-left  : auto;
    margin-right : auto;
}

.navbar-collapse {
    justify-content : right;
}
/*
.bg-crediguate {
    background : #79A52B !important;
}
.bg-crediguate a {
    color : #ffffff !important;
}
*/

/*
 * Sidebar
 */

.side_menu {
    -webkit-transition : all 300ms ease-in-out;
    transition         : all 300ms ease-in-out;
    /*background : rgba(0, 20, 60, .9);*/
    background         : #921e30;
    height             : 200vh;
    left               : -250px;
    position           : fixed;
    top                : 0;
    width              : 250px;
    z-index            : 1;
    padding            : 0 1em;
}

.navbar{

    background-color:#79A52B ;
}
.side_menu .nav-link {
    color : #ffffff;
    
}
/* #79A52B */

.side_menu .nav-link:active {
    
    background  : #811222;
    border-left : 3px solid #fff;
}

.burger_box {
    display      : block;
    float        : right;
    margin-right : -57px;
    margin-top   : 78px;
    height       : 43px;
    background   : #921e30;
}

.burger_box a.menu-icon {
    display : inline-block;
    float   : none;
    padding : 10px;
    opacity : .5;
    z-index : 1;
}

.burger_box a.menu-icon:hover,
.burger_box a.menu-icon.opened {
    opacity : 1;
}

.burger_box a.menu-icon.opened {
    /*background : rgba(0, 20, 60, .9);*/
    background : #921e30;
    height     : 43px;
}

.burger_box .menu-icon_box {
    display    : inline-block;
    height     : 25px;
    position   : relative;
    text-align : left;
    width      : 25px;
}

.burger_box .menu-icon_line {
    background    : #fff;
    border-radius : 2px;
    display       : inline-block;
    height        : 3px;
    position      : absolute;
    width         : 100%;
}

.burger_box .menu-icon_line--1 {
    top : 2px;
}

.burger_box .menu-icon_line--2 {
    top : 10px;
}

.burger_box .menu-icon_line--3 {
    top : 18px;
}

.burger_box .menu-icon_line--1 {
    transition         : top 200ms 250ms, transform 200ms;
    -webkit-transition : top 200ms 250ms, -webkit-transform 200ms;
}

.burger_box .menu-icon_line--2 {
    transition         : opacity 0ms 300ms;
    -webkit-transition : opacity 0ms 300ms;
}

.burger_box .menu-icon_line--3 {
    transition         : top 100ms 300ms, transform 200ms;
    -webkit-transition : top 100ms 300ms, -webkit-transform 200ms;
}

.burger_box .menu-icon.opened .menu-icon_box {
    transform         : scale3d(0.9, 0.9, 0.9);
    -webkit-transform : scale3d(0.9, 0.9, 0.9);
}

.burger_box .menu-icon.opened .menu-icon_line {
    top : 10px;
}

.burger_box .menu-icon.opened .menu-icon_line--1 {
    transform          : rotate3d(0, 0, 1, 45deg);
    -webkit-transform  : rotate3d(0, 0, 1, 45deg);
    transition         : top 100ms, transform 200ms 250ms;
    -webkit-transition : top 100ms, -webkit-transform 200ms 250ms;
}

.burger_box .menu-icon.opened .menu-icon_line--2 {
    opacity            : 0;
    transition         : opacity 200ms;
    -webkit-transition : opacity 200ms;
}

.burger_box .menu-icon.opened .menu-icon_line--3 {
    transform          : rotate3d(0, 0, 1, -45deg);
    -webkit-transform  : rotate3d(0, 0, 1, -45deg);
    transition         : top 200ms, transform 200ms 250ms;
    -webkit-transition : top 200ms, -webkit-transform 200ms 250ms;
}

.listado {
    padding-top : 115px;
}

.rounded {
    border-radius : 50px !important;
}

.cantidad {
    font-weight : bold;
}

#misCuentas {
    text-decoration : none;
    color           : #921e30;
    font-weight     : bold;
}

.descargarHistorico {
    text-decoration : none;
    color           : #921e30;
    font-weight     : bold;
}

.btn-crediGreen {
    background    : #79A52B;
    color         : #ffffff;
    border-radius : 20px;
}

.lineaVerde {
    width      : 20%;
    height     : 3px !important;
    margin     : 5% auto;
    background : #79a52b;
    opacity    : 1;
}

.tituloTabla {
    color       : #921e30;
    font-weight : bold;
}

/*
#imgFondo {
   background-image    : url("../img/imglogin/1280x720/3-login-1280x720.png");
    background-position : center;
    background-repeat   : no-repeat;
    background-size     : cover;
  
   height              : 100vh !important;
 overflow: hidden; 
   
}
*/
body {
       overflow:inherit;
}
.loginForm {
    background : RGBA(255, 255, 255, 0.75);
    
    padding    : 30px;
    box-shadow : #000 0 0 6px 1px;
}

.form-signin {
    width     : 100%;
    max-width : 330px;
    margin    : auto;
}

@media (max-width : 767px) {
    .carousel-item img {
        width   : 100% !important;
        display : block !important;
    }

    .fh {
        height : 100vh !important;
        background-image    : url("../img/fondoLogin.jpg");
        background-position : center;
        background-repeat   : no-repeat;
        background-size     : cover;
    }
}
/*
#demo {
    background : #c7c7c7;

} */
#validarCuenta, #transferir {
    background-color : #921E30 !important;
    border-color     : transparent;
}

#datosTransferencia, #transferir {
    display : none;
}
