/* Estos son los estilos para los botones */


.btn-general {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

.btn-general-estado1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
        max-height: 50px!important;
    min-height: 50px!important;
}

.btn-general-estado2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 50px!important;
    min-height: 50px!important;
}

.btn-general-estado1:focus {
    box-shadow: 0 0 0 3px #ffffff, 0 0 6px 10px #3a97f9;
    /*margin-bottom:15px;*/
    
}

.btn-general-estado2:focus {
    box-shadow: 0 0 0 3px #ffffff, 0 0 6px 10px #3a97f9;
    /*margin-top:15px;
    margin-bottom:15px;*/
    
}

.btn-general:focus {
        box-shadow: 0 0 0 3px #ffffff, 0 0 3px 5px #3a97f9;
}
/*0 0 0 2px #ffffff, 0 0 3px 5px #3a97f9; rgb(0 123 255 / 50%)
box-shadow: 0 0 0 3px #ffffff, 0 0 6px 10px #3a97f9;
*/


.btn-desktop {
flex-direction: row;
justify-content: space-between;
align-items: center;
width: auto;
height: auto;

	
}

.btn-desktop:focus {
box-shadow: 0 0 0 2px #ffffff, 0 0 3px 5px #3a97f9;

	
}


.btn-tabla {
flex-direction: row;
align-items: flex-start;
padding: 5px !important;
width: auto;
height: auto;
justify-content: center;
min-width: 173px;
}

.btn-oscuro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 44px;
    padding: 10px 20px;
    gap: 10px;
    background: rgb(33, 41, 69);
    border-radius: 8px;
    border-style: none;
}

.btn-verde {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 44px;
    padding: 10px 20px;
    gap: 10px;
    background: #4BAB2B;
    border-radius: 8px;
    border-style: none;
}

.btn-gris {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 44px;
    padding: 10px 20px;
    gap: 10px;
    background: #888CA6;
    border-radius: 8px;
    border-style: none;
}

.btn-transparente {
    background-color:unset;
    border-style:unset;
    display: flex;
    align-items: center;
    /*flex-direction: row-reverse;*/
}
.btn-max-width {
	max-width:211px !important;
}

.btn-borde-gris {
	border: 1px solid #888CA6!important;
}

.btn-absolute {
	position: abosulute;
	z-index:100;
}

 .active-focus-estados{
            box-shadow: 0 0 0 3px #ffffff, 0 0 6px 10px #3a97f9;
            margin-top:15px;
    margin-bottom:15px;
        }
        
        .btn-tarjeta {

}