button.btn-accion{
    border-radius: 5px;
    border: 0px !important;
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    cursor:pointer;
}
.btn-accion.lg{
    min-width: 230px;
    height: 50px;
}
.btn-accion.lg-plus{
    min-width: 230px;
    height: 60px;
}
.btn-accion.lg.plus{
    min-width: 330px;
    height: 50px;
    font-size: 18px;
}
.btn-accion.md{
    min-width: 180px;
    height: 40px;
}
.btn-accion.black{
    color: black !important;
    font-size: 17px !important;
}
.btn-accion.border-negro{
    border:1px solid black;
}
.btn-accion.border-principal{
    border: 1px solid #ffed00;
}
.btn-accion:hover{
    box-shadow: 1px 10px 22px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);
}

.btn-accion.principal{
    background-color: #ffed00;
}
.btn-accion.principal.mini{
    width: auto;
    height: 35px;
    border-radius: 5px;
}
.btn-accion.secundario{
    background-color: #f6f6f6;
    font-weight: normal;
    color: #c0b300;
}
.btn-accion.semi{
    background-color: #f6f6f6;
    font-weight: normal;
    color: black;
}
.btn-accion.secundario.mini{
    width: auto;
    height: 35px;
    border-radius: 15px;
}




button.btn-tco{
    border-radius: 5px;
    border: 0 !important;
    font-size: 12px;
    width: 150px;
    cursor:pointer;
    margin:2px;
    background-color: #dedede;
    /*box-shadow: 1px 5px 11px -2px rgba(0,0,0,0.75);*/
    /*-webkit-box-shadow: 1px 2px 5px -2px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 1px 2px 5px -2px rgba(0,0,0,0.75);*/
}
button.btn-tco.config{
    font-size: 15px;
    min-height: 60px;
}
button.btn-tco.col-50 {
    width: 50% !important;
}
button.btn-tco.col-33 {
    width: 33% !important;
}
.btn-tco:hover{
    /*box-shadow: 1px 5px 10px -1px rgba(0, 0, 0, 0.5);*/
    /*-webkit-box-shadow: 1px 5px 10px -1px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: 1px 5px 10px -1px rgba(0, 0, 0, 0.5);*/
}
a.btn-tco{
    /*box-shadow: 1px 10px 22px -2px rgba(0,0,0,0.75);*/
    /*-webkit-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);*/
}
.btn-tco.seleccionado{
    background-color: #FFED00;
    /*padding: 13px;*/
    /*box-shadow: 1px 10px 22px -2px rgba(0,0,0,0.75);*/
    /*-webkit-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);*/
}
.btn-tco.seleccionado-mob{
    background-color: #FFED00;
    /*-webkit-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);*/
}
.producto-container{
    box-shadow: 1px 10px 22px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 7px 10px -2px rgba(0,0,0,0.75);
    margin: 5px;
}
small.small{
    font-size: 10px;
}
.acordeon:not(.collapsed){
    color: #0c63e4!important;
    background-color: #fbffe7!important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)!important;
    padding-left: 10px!important;
}

@media (min-width: 300px) {
    #portadaGridDocumentos{
      height: 700px !important;
      padding-top: 70px !important;
    }
    button.btn-tco.config{
        font-size: 17px;
    }
}

@media (min-width: 900px) {
    #portadaGridDocumentos{
        height: 600px !important;
        padding-top: 70px !important;
    }
    button.btn-tco.config{
        font-size: 14px;
        min-height: 50px;
    }
}

/**/