/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/07/2019, 05:54:18 PM
    Author     : Novasys
*/
.center-h{
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}
.center-v{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.degradado-gris{
    background:-webkit-linear-gradient(#FFFFFF,#E6E6E6);
}
.txt-azul{
    color: #3698D4;
}
.txt-verde{
    color: #99D156;
}
.txt-bold{
    font-weight: bold;
}
.bg-color{
    background:-webkit-linear-gradient(#2E3192,#3698D4);
}
/*tamaño de letra */
@media screen and ( max-width: 1390px){
    .txt-9s{
        font-size: .98em !important;
    }
}
@media screen and (min-width: 1400px){
    .txt-9s{
        font-size: 1.23em !important;
    }
}
/*margen*//*texto*/
@media screen and ( max-width: 600px){
    .mgn-cont{
        margin: 10px 10px;
    }
    .txt-alg{
        text-align: center !important;
    }
}
@media screen and (min-width: 601px){
    .mgn-cont{
        margin: 60px 150px;
    }
    .txt-alg{
        text-align: left;
    }
}


.mg-20{
    margin-bottom: 20px;
}
/*.card-img-top{
    width: 90% !important;
}*/
/*Encabezado pantalla de ayuda */
@media screen and ( max-width: 600px){
    .tit-ayuda{
        font-size: 1.5rem !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
}
/*margen*/
@media screen and ( max-width: 600px){
    .mgn-form{
        margin: 10px 10px;
    }
}
@media screen and (min-width: 601px){
    .mgn-cont{
        margin: 60px 150px;
    }
}

@media screen and ( max-width: 744px){
    .wh-img{
        width: 310px;
        height: 100px;
    }
}
/*<!--min-width: 745px-->*/
@media screen and (max-width: 762px){
    .wh-img{
        width: 438px;
        height: 319px;

    }
    .mg-txt{
        margin-left: 4%;
        margin-right: 4%;

    }
}
@media screen and (max-width: 985px){
    .wh-img{
        width: 639px;
        height: 460px;

    }
    .mg-txt{
        margin-left: 4%;
        margin-right: 4%;
    }
}
@media screen and (min-width: 986px){
    .wh-img{
        width: 190px;
        height: 120px;

    }
    .mg-txt{
        margin-left: 4%;
        margin-right: 4%;
    }
    .txt_nombre{
        font-size: 24px !important;
    }

}
/*borde sombreado*/ 
.bor-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.bor-rad{
    border-radius: 0 0 5px 5px !important;
}
.pdd-txt{
    padding: 15px;
}
.txt-p{
    font-size: .9rem;
    color: #666666;
    font-family: Roboto,sans-serif;
}
.card-hei{
    min-height: 183px;
}
@media screen and (max-width: 1600px){
    .pad-2{
        padding-top: 5rem;
    }
}
@media screen and (min-width: 1601px){
    .pad-1{
        padding: 0 3rem;
    }
    .pad-2{
        padding: 8rem 0;
    }
    .pad-rgt{
        padding-right: 8rem;
    }
}
/*.box-sg{
    border: solid #828282 ; 
    border-radius: 15px;
}*/

/*Monedero*/
.box-sg{
    border: solid #cdcdcd 0.05em ; 
    border-radius: 15px;
    padding: 10px ;
}
.box-h{
    height: 100px;

}


.line_break{
    white-space: normal !important;
    height: auto;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}

.margin_b20{
    margin-bottom: 20px;
}

.txt_az18{
    font-size: 18px;
    color: #1E88E5;
}

@media screen and (max-width: 767px){
    .bottom_sta{
        text-align: center;  
        width: 170px;
    }
    .wid-cont{
        max-width: 100%!important;
        width: 100%!important;
        flex-basis: 0!important;
    }
    .txt_saldo{
        text-align: center;
    }
    .txt_nombre{
    font-size: 30px;
}
    .txt_az24{
        font-size: 164%;
        color: #1E88E5;
        padding-right: 15px;
        font-weight: bold;
    }
    .bottom_gris{
        background: #D9D9D9; 
        border: #D9D9D9 !important; 
        border-radius: 5px; 
        min-width: 209px; 
        height: 60px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
        font-size: 18px;
    }
    .bottom_azul{
        background: linear-gradient(#9BC4E8,#1E88E5 );
        border: #1E88E5 !important; 
        border-radius: 5px; 
        min-width: 209px; 
        height: 60px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
        font-size: 18px;
    }
/*    .bottom_azul_2{
        background: linear-gradient(#9BC4E8,#1E88E5 );
        border: #D9D9D9 !important; 
        border-radius: 0 5px 5px 0; 
        min-width: 209px; 
        height: 55px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
    }*/
    .cont_box{
        min-height: 1000px;
    }
    .icon-mon{
        width: 40px;
        height: 40px;
    }
    .icon-mon2{
        width: 25px;
        height: 25px;
    }
    }

@media screen and (min-width: 768px){
    .bottom_sta{
        text-align: center;  
        width: 170px;
    }
    .txt_az24{
        font-size: 164%;
        color: #1E88E5;
        padding-right: 15px;
        font-weight: bold;
    }
    .txt_saldo{
        text-align: right;

    }
    .bottom_gris{
        background: #D9D9D9; 
        border: #D9D9D9 !important; 
        border-radius: 5px; 
        max-width: 209px; 
        height: 60px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
    }
    .bottom_azul{
        background: linear-gradient(#9BC4E8,#1E88E5 );
        border: #1E88E5 !important; 
        border-radius: 5px; 
        max-width: 209px; 
        height: 60px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
    }
    .icon-mon{
        width: 30px;
        height: 30px;
    }
    .icon-mon2{
        width: 20px;
        height: 20px;
    }
    .icon_left{
        float: left;
    }
    .cont_box{
        min-height: 400px;
        position:  relative;
        margin: 20px 1px;
    }
    .cont_rig{
        position: absolute;
        right: -40px;
    }
    .cot-top{
        position: absolute;
        top: 45px;
    }
    .bottom_aling{
        position: absolute;
        right: 50px;
    }
    .bottom_aling_2{
        position: absolute;
        left: 80px;
    }
    .txt_nombre{

    }

    }
        

@media screen and (min-width: 1300px){
    .bottom_sta{
        text-align: center;  
        width: 170px;
    }
/*    .bottom_gris{
        background: #D9D9D9; 
        border: #D9D9D9 !important; 
        border-radius: 5px; 
        width: 209px; 
        height: 55px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
    }
    .bottom_azul{
        background: linear-gradient(#9BC4E8,#1E88E5 );
        border: #1E88E5 !important; 
        border-radius: 5px; 
        width: 209px; 
        height: 55px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
    }*/
    .icon-mon{
        width: 30px;
        height: 30px;
    }
    .bottom_aling{
        position: absolute;
        right: 28px;
    }
    .bottom_aling_2{
        position: absolute;
        left: 15em;
    }
    .cot-top{
        position: absolute;
        top: 115px;
    }
}
@media screen and (min-width: 1660px){
    .bottom_sta{
        text-align: center;  
        width: 170px;
    }
/*    .bottom_gris{
        background: #D9D9D9; 
        border: #D9D9D9 !important; 
        border-radius: 5px; 
        min-width: 209px; 
        height: 55px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
    }
    .bottom_azul{
        background: linear-gradient(#9BC4E8,#1E88E5 );
        border: #1E88E5 !important; 
        border-radius: 5px; 
        min-width: 209px; 
        height: 55px;
        padding: 10px; 
        margin: 15px 0;
        color: white;
    }*/
    .icon-mon{
        width: 30px;
        height: 30px;
    }
    .bottom_aling{
        position: absolute;
        right: 30px;
    }
    .bottom_aling_2{
        position: absolute;
        left: 30em;
    }
        .cot-top{
        position: absolute;
        top: 125px;
    }
}

