a{
	text-decoration: none !important;
}
.logo{
	max-width: 200px;
}
.img-bda{
	max-width: 200px;
}
.espac-bottom{
	padding-bottom: 20px;
}
.derecha{
	float: right;
}
.barra{
	background: #283D50;
	position: fixed !important;
	z-index: 1 !important;
	width: 100%;
}
.contenido{
	padding: 80px 0px;
}
.pestanas ul > li > a{
	color: #fff !important;
}
.card-body{
	background: #F0F1F5;
}
.blanco{
	color: #fff !important;
}
.text-login{
	color:#283D50;
}

.card-filtro {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    /* border-radius: .25rem; */
}
.card-header-filtro {
    /* padding: .75rem 1.25rem; */
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.lists-a {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.125); */
}
.lists-a:hover{
	color: #CB1918 !important;
}

.text-filtro{
	color: #1F1F26 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.caja-busc{
	background:#777777;
	font-size:25px;
	color:white;
	padding:5px;
}
.list-group {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.img-prod{
	max-width: 400px;
}
/* .img-adm{
	max-width: 40px;
} */
.img-prodlist{
	max-width: 200px;
}

.icon-signin{
	font-size: 100px;
	color: #283D50;

}
.desc-prod{
	background:#F7F7F7;
}
.text-prod{
	padding: 8px;
}

.blanco{
	color: #fff;
}
.rojo{
	color: #CB1918;
}
.help-block{
	color: #CB1918;
}
.plomo{
	color: #777777;
}
.negro{
	color: #1F1F26;
}

.caja-cat{
	background: #1F1F26;
    font-size: 25px;
    color: white;
    padding: 5px;
}
.subt{
	font-size: 20px;
}
.list-cat{
	font-size: 14px;
	color: #777777;
	font-weight: bold;
}
.anyClass { 
    height:350px; 
    overflow-y: scroll; 
}
.espacios {
	padding: 14px 0px;
}
.card-caj .card-brand:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card-caj .card-brand{
  transition: all 0.3s ease-in-out;
}
.text-marca{
	font-size: 14px;
	color: #283D50;
	font-weight: bold;
}
.card-brand{
	/* background: #F0F1F5; */
	border: 1px solid #e9ecef;
	padding-top: 15px;
	padding-bottom: 5px;
}
.img-brand{
	max-width: 100px;
}
.breadcrumb li{
	padding: 0px 5px;
	font-size: 14px;
}

.filatabla tr th{
	font-size: 14px;
}
.data-table tr td{
	font-size: 14px;
}
.img-prod{
	width: 100px;
}
.imgenmodal{
	max-width: 500px;
}
.img-thumbnails{
	max-width: 60px;
}
.boton-cot{
    display: inline-block;
    padding: 10px 20px !important;
    border-radius: 8px;
    background: #E9ECEF;
    border: 1px solid #E9ECEF;
    color: #283D50;
}
.boton-cot:hover{
    
    border-radius: 8px;
    border: 1px solid #283D50;
    background: transparent;
    color: #283D50 !important;
}
.namepanel{
	font-size: 14px !important;
}

/* telefonos */
@media (max-width: 575.98px) { 
	.panel-bienvenida{
		display: none;
	}
 }

/* Telefonos mas grandes */
@media (max-width: 767.98px) { 
	.panel-bienvenida{
		display: none;
	}
 }

/* tablets */
@media (max-width: 991.98px) { 
	.panel-bienvenida{
		display: none;
	}
 }

/* desktop */
@media (max-width: 1199.98px) { 
	
 }