.nopadding{padding: 0px;}
.txt-grande{width: 100%; font-size: 2.3em; font-weight: 1000;}
header .top-menu ul{width: 100% !important;}

@media (min-width: 1200px) {
	.logotipo-empresa{
		/*width: 50%;*/
	}
	.logotipo-empresa img{
		height: 100px !important;
	}
	header .top-menu{
		float: right;
	    width: 19%;		
	}
	header .top-menu ul{width: 100% !important;}
}
@media (min-width: 992px) {
	.logotipo-empresa img{
		height: 80px !important;
	}
	header .top-menu{
		float: right;
	    width: 25%;		
	}
}
@media (min-width: 768px) {
	.logotipo-empresa img{
		width: 35% !important;
		/*width: 50% !important;*/
		height: auto !important;
	}
	header #top_menu{display: none;}
	header .top-menu{
		float: right;
	    /*width: 40%;		*/
	    width: auto;		
	}
	header .top-menu ul{width: 100% !important;}
}
@media (max-width: 767px) {
	.logotipo-empresa{
		width: 50%;
	}
	header #top_menu{display: none;}
	header .top-menu{display: none;}
	header .logotipo-empresa img{
		width: 100% !important;
		height: auto !important;
	}
	.content-nueva-venta{display: none;}
}

/*@media (min-width: 576px) {

}*/

@media (max-width: 575px) {
	#content-response-presentaciones-producto{}
	#content-response-presentaciones-producto table{}
	#content-response-presentaciones-producto table .form-control{ font-size: 10px; padding: 5px; }
}

.notification-info
{
	width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px
}

.form-control
{
	height: 32px;
    padding-right: 0px;
    border-radius: 0px;
    font-size: 13px;
}

.form-control-feedback
{
	width: 32px;
	height: 32px;
	line-height: 32px !important;
	top: 27px !important;
}


.swal2-modal{border-radius: 0px !important;}
.modal-title{display: inline-block;}
.modal-header{padding: 1rem 1rem !important;}
.form-control{    -webkit-appearance: menulist;}

.modal-body form{display: inline-block; width: 100%;}
.btn-outline-success{box-shadow: 0 8px 15px rgb(84 91 98 / 30%) background-color: transparent; border-color: #06d79c; color: #06d79c;}
.btn-outline-success:hover{background-color: #06d79c; color: #fff;}

select option:disabled {
    color: #bebcbc;
    /*font-weight: bold;*/
}