/*=============================================================================
GENERAL
=============================================================================*/
html, body{ height: 100%; }
h1, h2, h3, h4, h5, p { margin: 0; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 400 !important; }
button { transition: 0.2s; cursor: pointer; }
.c-pointer { cursor: pointer; }
.relativer { position: relative; }
.relativer-abs { position: relative; }
.absoluter { position: absolute; }
.container-custom { width: 100%; margin: 0 auto; padding: 0 15px; position: relative; }
.nb-container { width: 100%; max-width: 100%; }
.fw100 { font-weight: 100; }
.fw200 { font-weight: 200; }
.fw300 { font-weight: 300; }
.fw { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.w100 { max-width: 100px; }
.opacity-0 { opacity: 0; z-index: -1; }
@media(max-width: 767px) {
	.opacity-0 {
		opacity: 1;
      	height: 200px;
    	overflow: auto;
	}
}
.no-flex { flex: none; }
.w-search {
	width: calc(100% - 44.3px);
}
.lh-0 {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.lh-0 * {
	vertical-align: middle;
}
/*Margin*/
.m0 { margin: 0px; }
.m15 { margin: 15px; }
.mt0 { margin-top: 0px; }
.mt15 { margin-top: 15px; }
.mt30 { margin-top: 30px; }
.mt45 { margin-top: 45px; }
.mt60 { margin-top: 60px; }
.mb0 { margin-bottom: 0px; }
.mb15 { margin-bottom: 15px; }
.mb30 { margin-bottom: 30px; }
.mb45 { margin-bottom: 45px; }
.mb60 { margin-bottom: 60px; }
.ml0 { margin-left: 0px; }
.ml15 { margin-left: 15px; }
.ml30 { margin-left: 30px; }
.ml45 { margin-left: 45px; }
.ml60 { margin-left: 60px; }
.mr0 { margin-right: 0px; }
.mr15 { margin-right: 15px; }
.mr30 { margin-right: 30px; }
.mr45 { margin-right: 45px; }
.mr60 { margin-right: 60px; }
.mtb15 { margin: 15px 0; }
.mtb30 { margin: 30px 0; }
.mtb45 { margin: 45px 0; }
.mtb60 { margin: 60px 0; }
.mlr15 { margin: 0 15px; }
.mlr30 { margin: 0 30px; }
.mlr45 { margin: 0 45px; }
.mlr60 { margin: 0 60px; }
/*Margin*/
/*Padding*/
.p0 { padding: 0px; }
.p15 { padding: 15px; }
.p30 { padding: 30px; }
.p45 { padding: 45px; }
.p60 { padding: 60px; }
.pt15 { padding-top: 15px; }
.pt0 { padding-top: 0px; }
.pt30 { padding-top: 30px; }
.pt45 { padding-top: 45px; }
.pt60 { padding-top: 60px; }
.pb15 { padding-bottom: 15px; }
.pb0 { padding-bottom: 0px; }
.pb30 { padding-bottom: 30px; }
.pb45 { padding-bottom: 45px; }
.pb60 { padding-bottom: 60px; }
.pl15 { padding-left: 15px; }
.pl0 { padding-left: 0px; }
.pl30 { padding-left: 30px; }
.pl45 { padding-left: 45px; }
.pl60 { padding-left: 60px; }
.pr15 { padding-right: 15px; }
.pr0 { padding-right: 0px; }
.pr30 { padding-right: 30px; }
.pr45 { padding-right: 45px; }
.pr60 { padding-right: 60px; }
.ptb15 { padding: 15px 0; }
.ptb30 { padding: 30px 0; }
.ptb45 { padding: 45px 0; }
.ptb60 { padding: 60px 0; }
.plr15 { padding: 0 15px; }
.plr30 { padding: 0 30px; }
.plr45 { padding: 0 45px; }
.plr60 { padding: 0 60px; }
/*Padding*/
.form-control:focus { border-color: #6E1835; }
.background-default { background-color: #eee; border: 1px solid #ddd; }
.background-default-02 { background-color: #ddd; border: 1px solid #ccc; }
.background-gray { background-color: #F9F9F9 }
.background-redhard { background-color: #6E1835; }
.bg-black { background-color: #333333; }
.text-black { color: #000 !important; }
.text-gray { color: #7F7F7F !important; }
.text-redhard { color: #6E1835 !important; }
.text-red {color: red !important;}
.text-white {color: white !important;}
.pointer{ cursor: pointer; }

button, button:focus, button:active {
	outline: 0 !important; outline: none !important;
	box-shadow: none !important;
}
.btn-redhard {
	color: #FFF;
	background-color: #6E1835;
	border: 1px solid #B48997;
}
li.active .btn-redhard {
	color: #FFF;
	background-color: #6E1835 !important;
	border: 1px solid #B48997 !important;
}
.btn-redhard[data-control] {
	cursor: pointer;
}
.btn-redhard:hover, .btn-redhard:active {
	color: #6E1835;
	background-color: #FFF;
}
.btn-redhard.disabled {
	color: #868e96;
	background-color: #FFF;
	border: 1px solid #868e96;
	cursor: not-allowed;
}
.btn-redhard.disabled:hover, .btn-redhard.disabled:focus, .btn-redhard.disabled:active {
	color: #868e96;
	background-color: #FFF;
	border: 1px solid #868e96;
}

@media( min-width: 1200px ) { .container-custom, .nb-container { width: 1200px !important; max-width: 1200px !important; } }

@media( min-width: 1200px ) { .container-product-detail{ width: 85% !important; max-width: 85% !important; } }

@media( max-width: 991px ) {
	h1 { font-size: 32px; }
	h2 { font-size: 26px; }
	h3 { font-size: 20px; }
	h4 { font-size: 16px; }

	.mt30 { margin-top: 15px; }
	.mb30 { margin-bottom: 15px; }
	.ml30 { margin-left: 15px; }
	.mr30 { margin-right: 15px; }
	.mt60, .mt45 { margin-top: 30px; }
	.mb60, .mb45 { margin-bottom: 30px; }
	.ml60, .ml45 { margin-left: 30px; }
	.mr60, .mr45 { margin-right: 30px; }
	.mtb30, .mtb45 { margin: 15px 0; }
	.mtb60 { margin: 30px 0; }
	.mlr30 { margin: 0 15px; }
	.mlr60, .mlr45 { margin: 0 30px; }

	.p30 { padding: 15px; }
	.p60, .p45 { padding: 30px; }
	.pt45 { padding-top: 45px; }
	.pb45 { padding-bottom: 45px; }
	.pl45 { padding-left: 45px; }
	.pr45 { padding-right: 45px; }
	.ptb45 { padding: 45px 0; }
	.plr45 { padding: 0 45px; }

	.pt30 { padding-top: 15px; }
	.pb30 { padding-bottom: 15px; }
	.pl30 { padding-left: 15px; }
	.pr30 { padding-right: 15px; }
	.pt60, .pt45 { padding-top: 30px; }
	.pb60, .pb45 { padding-bottom: 30px; }
	.pl60, .pl45 { padding-left: 30px; }
	.pr60, .pr45 { padding-right: 30px; }
	.ptb30 { padding: 15px 0; }
	.ptb60, .ptb45 { padding: 30px 0; }
	.plr30 { padding: 0 15px; }
	.plr60, .plr45 { padding: 0 30px; }
}
@media( max-width: 767px ) {
	h1 { font-size: 32px; }
	h2 { font-size: 26px; }
	h3 { font-size: 20px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	.mt60, .mt45 { margin-top: 15px; }
	.mb60, .mb45 { margin-bottom: 15px; }
	.ml60, .ml45 { margin-left: 15px; }
	.mr60, .mr45 { margin-right: 15px; }
	.mtb60, .mtb45 { margin: 15px 0; }
	.mlr60, .mlr45 { margin: 0 15px; }

	.p60, .p45 { padding: 15px; }
	.pt60, .pt45 { padding-top: 15px; }
	.pb60, .pb45 { padding-bottom: 15px; }
	.pl60, .pl45 { padding-left: 15px; }
	.pr60, .pr45 { padding-right: 15px; }
	.ptb60, .ptb45 { padding: 15px 0; }
	.plr60, .plr45 { padding: 0 15px; }
}
/*=============================================================================
NAVBAR
=============================================================================*/
.nb-main-container { position: relative; z-index: 1; }
.navbar { margin-bottom: 0; border: none; border-radius: 0; }
.bg-dark { background-color: #000 !important; }
.navbar-brand img { transition: 0.2s; }
.nb-options li { transition: 0.2s; }
.nb-options li:hover { background-color: #FFF; }
.nb-options > li > a {
	transition: 0.2s;
	padding: 15px 0;
	border-right: 2px solid #e6e6e6;
	font-weight: bold;
}
.nb-shadow-bottom {
	position: relative;
	z-index: 990;
	-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 8px rgba(0,0,0,0.5);
}
/*=============================================================================
HOME
=============================================================================*/
#home-slider { margin-top: -140px; z-index: 0; }
.full .carousel-item {
	height: 100vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cc-custom {
	width: 100%;
	color: #000;
	padding: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(248,80,50,0);
	background: -moz-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(248,80,50,0) 0%, rgba(204,204,204,0.7) 50%, rgba(204,204,204,0.7) 50%, rgba(231,56,39,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,0)), color-stop(0%, rgba(248,80,50,0)), color-stop(50%, rgba(204,204,204,0.7)), color-stop(50%, rgba(204,204,204,0.7)), color-stop(100%, rgba(231,56,39,0)));
	background: -webkit-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(248,80,50,0) 0%, rgba(204,204,204,0.7) 50%, rgba(204,204,204,0.7) 50%, rgba(231,56,39,0) 100%);
	background: -o-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(248,80,50,0) 0%, rgba(204,204,204,0.7) 50%, rgba(204,204,204,0.7) 50%, rgba(231,56,39,0) 100%);
	background: -ms-linear-gradient(left, rgba(248,80,50,0) 0%, rgba(248,80,50,0) 0%, rgba(204,204,204,0.7) 50%, rgba(204,204,204,0.7) 50%, rgba(231,56,39,0) 100%);
	background: linear-gradient(to right, rgba(248,80,50,0) 0%, rgba(248,80,50,0) 0%, rgba(204,204,204,0.7) 50%, rgba(204,204,204,0.7) 50%, rgba(231,56,39,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=1 );
}
.hr-title { width: 150px; }
.category img { border: 2px solid #E8E8E8; }

.imagen-cirular{
	height: 200px;
	width: 200px;
}
/*=============================================================================
COVER BACKGROUNDS
=============================================================================*/
#cover-slider { padding: 15px; }
#cover-slider .carousel-inner { border: 1px solid #E5E5E5; padding: 15px; }
#cover-slider .full .carousel-item {
	height: 400px;
	min-height: 300px;;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*=============================================================================
LOGIN
=============================================================================*/
.card-login .card-header { background-color: #000; }
.new_acc {
	font-size: 18px !important;
    color: #661e36 !important;
    transition: 0.2s;
}
.new_acc:hover{
	/*font-size: 18px !important;*/
	font-weight: bold !important;
}
/*=============================================================================
REGISTER
=============================================================================*/
.input-size {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	background-clip: padding-box;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ia-container {
	width: 100%;
	height: 0;
	overflow: hidden;
	border-radius: .25rem;
	margin-top: -1px;
	background-color: #FFF;
	transition: 0.2s;
}
.ia-container.open {
	height: 200px;
	border: 1px solid rgba(0,0,0,.15);
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#int-areas, #open-list-btn { cursor: pointer; }
#open-list-btn:hover { color: inherit; text-decoration: none; }
#open-list-btn:focus { border-color: #80bdff; }
.ia-container ul { list-style: none; padding: 0; margin: 0; }
.ia-container ul li { transition: 0.2s; padding: 2px 15px; }
.ia-container ul li:hover { background-color: #ccc; cursor: pointer; }
.radio-redhard:checked ~ .custom-control-indicator,
.checkbox-redhard:checked ~ .custom-control-indicator {
	background-color: #6E1835 !important;
}
/*=============================================================================
PROJECTS
=============================================================================*/
.project-container, .pc-border { transition: 0.2s; }
.project-container:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.project-container:hover .pc-border {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.project-link:hover { text-decoration: none; }
.project-form textarea,
textarea.form-control { height: 150px; min-height: 100px; max-height: 200px; }
    <hr class="separador">
.separador-proyecto{
	height: 1px;
	width: 100%;
	color: black;
}
/*=============================================================================
CATEGORY
=============================================================================*/
.my-nav li a {
	border-bottom: 1px solid #C9C7C7;
	position: relative;
}
.my-nav li a {
	color: #666;
	transition: 0.2s;
	font-weight: 300;
}
.my-nav li.active span { display: block; }
.my-nav li span {
	color: #6E1835;
	position: absolute;
	display: none;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: 0.2s;
	cursor: pointer;
}
.my-nav li:last-child { border-bottom: none; }
.my-nav li > a:hover, .my-nav li.active > a { color: #6E1835; text-shadow: 1px 0 0 #6E1835; }
.item-actions a i { color: #B2B2B2;}
.item-actions a i { font-size: 20px; transition: 0.2s; cursor: pointer; }
.item-actions a:hover { text-decoration: none; }
.item-actions a:hover i {
	color: #6E1835;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
/*=============================================================================
MY PROJECTS
=============================================================================*/
.pc-border { padding: 15px; border: 1px solid #E5E5E5; }
.delete-project {
	transition: 0.2s;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 1.5rem;
}
.delete-project a { color: #6E1835; }
/*=============================================================================
PRODUCT
=============================================================================*/
.relativer { position: relative; width: 100%; display: block; }
.pi-container { transition: 0.2s; opacity: 0; }
.pi-container:hover { opacity: 1; }
.pi-hover {
	width             : 200px;
	height            : 240px;
	position          : absolute;
	background-color  : #fff;
	left              : 50%;
	top               : 0;
	opacity           : 0.7;
	-webkit-transform : translate(-50%, 0);
	-ms-transform     : translate(-50%, 0);
	-o-transform      : translate(-50%, 0);
	transform         : translate(-50%, 0);
}
.text-apilable{
	color: #000;
	font-size: 15px;
}
.center-abs {
	top               : 50%;
	left              : 50%;
	position          : absolute;
	-webkit-transform : translate(-50%, -50%);
	-ms-transform     : translate(-50%, -50%);
	-o-transform      : translate(-50%, -50%);
	transform         : translate(-50%, -50%);
}
.center-abs img{
	width: 45px;
}
.wo-stock{
	color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.apl-span{
	margin-top: 15px;
}
#path{
  width: 95%;
  margin: 0 auto;
	margin-bottom: 25px;
}
.div-path{
	margin: 0px;
	border: 1px solid #cecece;
	padding: 5px 10px;
	min-width: 50px;
	text-align: center;
	background: #f1f1f1;
	color: #777777;
}
.spn-path{
	padding: 0;
  color: #6e1835;
  font-size: 14px;
  font-weight: bold;
}

/*=============================================================================
PRODUCT DETAILS
=============================================================================*/
.list-products.img-fluid{
	position: relative;
	display: block;
	width: 100%;
}
.table-products > tbody > tr > td span { color: #6E1835; font-weight: bold; }
.list-materials{ list-style-type: none; padding: 0; margin: 0; }
.list-materials > li:before {  content: "- "; }
.miniImg{
	width: 40px;
	cursor: pointer;
}
.icons-uso-stock span{ font-size: 13px; padding-left: 5px; }
.colors { padding-left: 15px; }
.colors div{
	margin: 0 10px 10px 0;
  padding: 0;
  min-width: 35px;
}
.main-color{
	border: 1px solid #d6d6d6;
	width: 140px;
	height: auto;
	text-align: left;
	padding: 5px 10px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #8c8c8c;
	opacity: 0;
	display: none;
	background: #FFF;
	box-shadow: 0 0 10px #FFF;
	position: absolute;
	z-index: 99999;
	/* margin-top: -270px;
    margin-left: -90px; */
}
.miniImgColor{
	width: 35px;
	height: 35px;
	cursor: pointer;
	border: 1px solid #dcdcdc;
}
#nameMainImgColor {
	height: auto;
    line-height: 125%;
    word-wrap: break-word;
    margin-bottom: 5px;
}
/*=============================================================================
PROJECT DETAILS
=============================================================================*/
.location-dotted {
	background: inherit;
	min-width: 300px;
	line-height: 1.5rem;
	padding-right: 4rem;
	margin-bottom: .5rem;
}
.location-dotted::before {
	content: '';
	position: absolute;
	bottom: .4rem;
	width: 95%;
	height: 0;
	line-height: 0;
	border-bottom: 2px dotted #000;
}
.pl-custom {
	background: inherit;
	display: inline;
	z-index: 1;
	padding-right: .2rem;
	bottom: -7px;
	position: relative;
}
.pr-custom {
	background: inherit;
	position: absolute;
	min-width: 4rem;
	bottom: 0;
	right: 0;
	padding-left: .2rem;
	padding-right: 15px;
	text-align: right;
	z-index: 2;
	font-weight: bold;
}
.pr-custom2 {
	background: inherit;
	/*position: absolute;*/
	min-width: 4rem;
	bottom: 0;
	right: 0;
	padding-left: .2rem;
	padding-right: 15px;
	text-align: right;
	z-index: 2;
	font-weight: bold;
}
.mini-img{
	width: 80px !important;
}
/*=============================================================================
CUSTOM TOOLTIPS
=============================================================================*/
.fa-tooltip.tooltip.tooltip-red { padding: 0; }
.fa-tooltip.tooltip.top-right, .tooltip.top-left { top: -8px !important; }
.fa-tooltip.tooltip.top-right { left: 60px !important; }
.fa-tooltip.tooltip.top-left { left: -85px !important; }

.fa-tooltip.tooltip.tooltip-products-left {
	top: -15px !important;
	left: -35px !important;
}
.fa-tooltip.tooltip.tooltip-products-center {
	top: -15px !important;
	left: 0px !important;
}

.fa-tooltip.tooltip.tooltip-products-center .arrow {
	bottom: 0;
	transform: translateY(100%);
}
.fa-tooltip.tooltip.tooltip-products-center .arrow::before {
	border-top-color: #6E1835 !important;
}
.fa-tooltip.tooltip.tooltip-products-right {
	top: -15px !important;
	left: 55px !important;
}

.fa-tooltip.tooltip.tooltip-products-right-short {
	top: -15px !important;
	left: 35px !important;
}

.ajaxMail { cursor: pointer; font-size: 20px !important; }
.pdf_download{ width: 22px;vertical-align: sub; }
.fa-tooltip.tooltip-red .tooltip-inner {
	background-color: #6E1835;
	color: #FFF;
	padding: 1px 5px;
	font-size: 12px;
	border-radius: 0;
}
.fa-tooltip.tooltip-red .arrow.bottom-left {left: auto !important; right: 0px !important;}
.fa-tooltip.tooltip-red .arrow.bottom-right {left: 0px !important; right: auto !important;}
.fa-tooltip.tooltip-red .arrow.bottom-right::before {
	bottom: -8px;
	left: 0;
	margin-left: 0 !important;
	border-right: 6px solid transparent !important;
	border-top: 4px solid #6E1835 !important;
	border-left: 6px solid #6E1835 !important;
	border-bottom: 4px solid transparent !important;
}
.fa-tooltip.tooltip-red .arrow.bottom-left::before {
	bottom: -8px;
	right: 0;
	border-right: 6px solid #6E1835 !important;
	border-top: 4px solid #6E1835 !important;
	border-left: 6px solid transparent !important;
	border-bottom: 4px solid transparent !important;
}
.no-link {
	cursor: default !important;
	color: rgba(255,255,255,.5) !important;
}
/*=============================================================================
ADMIN STYLES
=============================================================================*/
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav>.nav-item>.nav-link {
  transition: 0.2s;
}
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav>.nav-item>.nav-link:hover{ color: #dcdcdc; }
.no-link:hover { color: rgba(255,255,255,.5) !important; }
.link-1 {
	color: #666;
	transition: 0.2s;
	font-weight: 300;
}
.link-1.active, .link-1:hover { color: #6E1835; font-weight: bold; }
.link-table:link {
	text-decoration: none;
}
.btn-table-submit {
	padding: 0;
	background: transparent !important;
	border: none;
	margin: 0;
	cursor: pointer;
}
.btn-table-submit:hover { opacity: 0.8; }
.btn-table-submit:focus { outline: 0 !important; }
.nav-pills-redhard .nav-link { padding: 5px 15px; cursor: default; }
.nav-pills-redhard .active {
	color: #FFF !important;
	background-color: #6E1835 !important;
	border: 1px solid #6E1835;
}
/*.nav-pills-redhard .active:hover {
	color: #6E1835 !important;
	background-color: #FFF !important;
	border: 1px solid #6E1835;
}*/
.nav-pills-redhard > li > a {
	color: #6E1835 !important; transition: 0.2s;
	border: 1px solid transparent;
}
/*.nav-pills-redhard > li > a:hover {
	color: #FFF !important;
	background-color: #A25D74 !important;
}*/
.custom-file { width: 100%; }
.custom-file .custom-file-control::before {
	content: "Buscar";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #e9ecef;
	border: 1px solid rgba(0,0,0,.15);
	border-top-color: rgba(0, 0, 0, 0.15);
	border-right-color: rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(0, 0, 0, 0.15);
	border-left-color: rgba(0, 0, 0, 0.15);
	border-radius: 0 .25rem .25rem 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*=============================================================================
MEDIA QUERIES
=============================================================================*/
@media( min-width: 1900px ) {
}
@media( max-width: 1900px ) {
}
@media( max-width: 1200px ) {
	#register-slider .full .carousel-item { height: 300px; }
}
@media( max-width: 990px ) {
	#register-slider .full .carousel-item { height: 250px; min-height: auto; }
	.navbar-brand.nbb-sbadmin img { width: 220px; }
}
@media( max-width: 767px ) {
	.navbar-brand img { width: 280px; }
	#home-slider { margin-top: -82px; }

	#register-slider { padding: 0; }
	#register-slider .carousel-inner { border: none; padding: 0; }
}
@media( max-width: 576px ) {
	.navbar-brand.nbb-sbadmin img { width: 200px; }
	.navbar-brand img { width: 220px; }
	#home-slider { margin-top: -70px; }
	.sf-sbadmin {
		height: auto !important;
		line-height: 1.8 !important;
	}

	.location-dotted { padding-right: 0; }
	.location-dotted::before { display: none; }
	.pl-custom {
		position: relative;
		width: 100%;
		background: initial;
		bottom: auto;
		display: block;
		padding-right: 0;
	}
	.pr-custom {
		position: relative;
		width: 100%;
		min-width: auto;
		background: initial;
		padding: 0;
		display: block;
		text-align: left;
	}
}

/***
Responsive & Scrollable Tables
***/
.btn.green-stripe {
    border-left: 3px solid #00bc8c;
}

.btn.blue-stripe {
    border-left: 3px solid #418BCA;
}

.btn.red-stripe {
    border-left: 3px solid #EF6F6C;
}

.btn.yellow-stripe {
    border-left: 3px solid #F89A14;
}

.btn-sm, .btn-xs {
    padding: 4px 10px 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.btn.default {
    color: #333333;
    background-color: #e5e5e5;
}
.table{
    width:100%!important;
}
.table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    margin: 10px 0 !important;
}

.table-scrollable > .table {
    width: 100% !important;
    margin: 0 !important;
    background-color: #fff;
}

.table-scrollable > .table > thead > tr > th, .table-scrollable > .table > tbody > tr > th, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > tfoot > tr > th, .table-scrollable > .table > tfoot > tr > td {
    white-space: nowrap;
}

.table-scrollable > .table-bordered {
    border: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:first-child, .table-scrollable > .table-bordered > tbody > tr > th:first-child, .table-scrollable > .table-bordered > tfoot > tr > th:first-child, .table-scrollable > .table-bordered > thead > tr > td:first-child, .table-scrollable > .table-bordered > tbody > tr > td:first-child, .table-scrollable > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.table-scrollable > .table-bordered > thead > tr > th:last-child, .table-scrollable > .table-bordered > tbody > tr > th:last-child, .table-scrollable > .table-bordered > tfoot > tr > th:last-child, .table-scrollable > .table-bordered > thead > tr > td:last-child, .table-scrollable > .table-bordered > tbody > tr > td:last-child, .table-scrollable > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.table-scrollable > .table-bordered > thead > tr:last-child > th, .table-scrollable > .table-bordered > tbody > tr:last-child > th, .table-scrollable > .table-bordered > tfoot > tr:last-child > th, .table-scrollable > .table-bordered > thead > tr:last-child > td, .table-scrollable > .table-bordered > tbody > tr:last-child > td, .table-scrollable > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

/***
Customized Bootstrap Tables
***/
/***
Default table
***/
.table.table-bordered thead > tr > th {
    border-bottom: 0;
}

.table.table-striped tbody tr.active:nth-child(odd) td, .table.table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

.table tr.heading > th {
    background-color: #eee !important;
}

.table td .img-responsive {
    width: 100%;
}

/* Contextual table row variants */
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #a6c8e6;
    color: #2c5285;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #92bce0;
}

/***
Responsive Flip Scroll Tables
***/
.flip-scroll table {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    /* 768px */
    .flip-scroll .flip-content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .flip-scroll * html .flip-content {
        zoom: 1;
    }

    .flip-scroll *:first-child + html .flip-content {
        zoom: 1;
    }

    .flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .flip-scroll th, .flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    .flip-scroll th {
        text-align: left;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        border-right: 1px solid #ddd !important;
        font-size: 13px !important;
        padding: 5px;
        width: auto !important;
    }

    .flip-scroll table {
        display: block;
        position: relative;
        width: 100%;
    }

    .flip-scroll thead {
        display: block;
        float: left;
    }

    .flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .flip-scroll thead tr {
        display: block;
    }

    .flip-scroll th {
        display: block;
        text-align: right;
    }

    .flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
        margin-left: -5px;
    }

    .flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    /* sort out borders */
    .flip-scroll th {
        border-bottom: 0;
        border-left: 0;
    }

    .flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .flip-scroll tbody tr {
        border-left: 1px solid #ddd;
    }

    .flip-scroll th:last-child, .flip-scroll td:last-child {
        border-bottom: 1px solid #ddd;
    }
}

/***
Custom tables
***/
.table-edit .panel-heading span {
    margin-top: -7px;
    font-size: 15px;
}

.table.table-full-width {
    width: 100% !important;
}

.table .btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
}

.table-advance {
    margin-bottom: 10px !important;
}

.table-advance thead {
    color: #999;
}

.table-advance thead tr th {
    background-color: #DDD;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.table-advance div.success, .table-advance div.info, .table-advance div.important, .table-advance div.warning, .table-advance div.danger {
    position: absolute;
    margin-top: -5px;
    float: left;
    width: 2px;
    height: 30px;
    margin-right: 20px !important;
}

.table-advance tr td {
    border-left-width: 0;
}

.table-advance tr td:first-child {
    border-left-width: 1px !important;
}

.table-advance tr td.highlight:first-child a {
    margin-left: 15px;
}

.table-advance td.highlight div.primary {
    border-left: 2px solid #428bca;
}

.table-advance td.highlight div.success {
    border-left: 2px solid #45b6af;
}

.table-advance td.highlight div.info {
    border-left: 2px solid #89c4f4;
}

.table-advance td.highlight div.warning {
    border-left: 2px solid #ecbc29;
}

.table-advance td.highlight div.danger {
    border-left: 2px solid #f3565d;
}

@media (max-width: 767px) {
    /* 767px */
    .table-advance tr > td.highlight:first-child a {
        margin-left: 8px;
    }
}

/***
Datatables Plugin(in v1.3)
***/
.dataTable {
    width: 100%;
    clear: both;
    margin-top: 5px;
}

.dataTables_filter .form-control {
    margin-left: 4px;
}

.dataTables_filter label {
    line-height: 32px;
}

.dataTable .row-details {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.dataTable .details {
    background-color: #eeeeee;
}

.dataTable .details td, .dataTable .details th {
    padding: 4px;
    background: none;
    border: 0;
}

.dataTable .details tr:hover td, .dataTable .details tr:hover th {
    background: none;
}

.dataTable .details tr:nth-child(odd) td, .dataTable .details tr:nth-child(odd) th {
    background-color: #eeeeee;
}

.dataTable .details tr:nth-child(even) td, .dataTable .details tr:nth-child(even) th {
    background-color: #eeeeee;
}

.dataTable > thead > tr > th.sorting, .dataTable > thead > tr > th.sorting_asc, .dataTable > thead > tr > th.sorting_desc {
    padding-right: 18px;
}

.dataTable .table-checkbox {
    width: 8px !important;
}

@media (max-width: 768px) {
    .dataTables_wrapper .dataTables_length .form-control, .dataTables_wrapper .dataTables_filter .form-control {
        display: inline-block;
    }

    .dataTables_wrapper .dataTables_info {
        top: 17px;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: -15px;
    }
}

@media (max-width: 480px) {
    .dataTables_wrapper .dataTables_filter .form-control {
        width: 175px !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        float: left;
        margin-top: 20px;
    }
}

.dataTables_processing {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125px;
    margin-left: 0;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #eee;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.dataTables_processing span {
    line-height: 15px;
    vertical-align: middle;
}

.dataTables_empty {
    text-align: center;
}

/***
TableTools
***/
.tabletools-btn-group {
    margin: 0 0 10px 0;
}

.tabletools-btn-group > .btn {
    margin-right: 5px;
}

.tabletools-btn-group > .btn:last-child {
    margin-right: 0;
}

.tabletools-dropdown-on-portlet {
    margin-top: -45px;
    float: right;
}

.tabletools-dropdown-on-portlet > .btn {
    margin-right: 5px;
}

.tabletools-dropdown-on-portlet > .btn:last-child {
    margin-right: 0;
}

.DTTT_Print {
    background-color: #fff;
}

.DTTT_Print .DTTT_PrintMessage {
    display: none;
}

@media print {
    .DTTT_Print .DTTT_PrintMessage {
        display: inline-block;
    }
}

.DTTT_Print .DTTT_Print_Info {
    display: block;
    position: fixed;
    top: 35px;
    font-size: 18px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    text-align: center;
}

.DTTT_Print .page-sidebar, .DTTT_Print .page-header, .DTTT_Print .page-footer {
    display: none;
}

.DTTT_Print .page-content-wrapper {
    float: none;
}

.DTTT_Print .row, .DTTT_Print [class*="col-"] {
    padding: 0;
    margin: 0;
}

.DTTT_Print .page-content {
    margin: 50px auto !important;
    border: 0 !important;
    width: 800px !important;
    padding: 0 !important;
}

.DTTT_Print .page-content .portlet {
    border: 0;
    padding: 0;
}

.DTTT_Print .page-content .portlet .portlet-body {
    padding: 0;
}

.DTTT_Print .page-content .dataTables_wrapper {
    padding: 0;
    margin: 0;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

@media print {
    .DTTT_Print .page-content .dataTables_wrapper {
        box-shadow: none;
    }
}

/***
Extended pagination
***/
.paging_bootstrap_extended {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    font-size: 13px;
}

.dataTables_extended_wrapper .seperator {
    padding: 0 2px;
}

.dataTables_extended_wrapper div.dataTables_paginate, .dataTables_extended_wrapper div.dataTables_length, .dataTables_extended_wrapper div.dataTables_info {
    display: inline-block;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
}

@media (max-width: 480px) {
    .dataTables_extended_wrapper div.dataTables_paginate, .dataTables_extended_wrapper div.dataTables_length, .dataTables_extended_wrapper div.dataTables_info {
        display: block;
        margin-bottom: 10px !important;
    }

    .dataTables_extended_wrapper .seperator {
        display: none !important;
    }
}

.dataTables_extended_wrapper div.dataTables_length label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    float: none !important;
    display: inline-block !important;
}

.table-container .table-actions-wrapper {
    display: none;
}

table.dataTable thead [class*='sorting'] {
	position: relative;
	cursor: pointer;
}

table.dataTable thead [class*='sorting']:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 16px;
  color: #9e9e9e;
  bottom: 10px;
  right: 5px;
  z-index: 1;
  transform: scale(0.8,1.2);
}

table.dataTable thead .sorting:after { content: "\f0dc"; }
table.dataTable thead .sorting_asc:after { content: "\f0de"; }
table.dataTable thead .sorting_desc:after { content: "\f0dd"; }
table.dataTable thead .sorting_asc_disabled:after { content: "\f0dc"; }
table.dataTable thead .sorting_desc_disabled:after { content: "\f0dc"; }

.custom-file-input{
	width: 100%;
}
.img-preview{
	height: 200px;
}

/*PAGINATION B3*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/*PAGINATION B3*/


.edit-link-fa {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

/*Areas*/
.noArea { display: none; }

.img-limiter {
	display: block;
	margin: auto;
	max-width: 80%;
}

.measure { display: none; }
.measure.active { display: flex; }
.measure img { width: 38px; height: 38px; display: none; }
.measure img.active { display: inline-block; }
.frontMeasure { width: 40px; height: auto; }

.bootstrap-select { border: 1px solid #d9d9d9 !important; }
.bootstrap-select button { background: #FFF; }
.bootstrap-select button.disabled { background: #F5F5F5; }
.bootstrap-select .dropdown-menu.open .dropdown-menu { display: block; }
.bootstrap-select .dropdown-menu.open .dropdown-menu li { transition: 0.2s; padding: 5px 0; }
.bootstrap-select .dropdown-menu.open .dropdown-menu li:hover { background: rgba(110, 24, 53, 0.2) }
.bootstrap-select .dropdown-menu.open .dropdown-menu li { padding: 0 !important; }
.bootstrap-select .dropdown-menu.open .dropdown-menu li a {
	padding: 5px 15px;
	color: #212529;
}
.bootstrap-select .dropdown-menu.open .dropdown-menu li.hidden { display: none; }
.bootstrap-select .dropdown-menu.open .dropdown-menu li.active { display: block; }

.project-list-select {
	background: transparent;
	border: gray;
	color: #FFF;
}
.project-list-select:focus {
	background: transparent;
	border: none;
}
.bootstrap-select .dropdown-menu > li > a { width: 100%; display: block; margin: 0; padding-left: 15px }


/****************************/
.big-data-container {
	display: none;
	width: auto;
	height: auto;
	padding: 15px;
	box-shadow: 0px 2px 5px #000;
	position: absolute;
	top: 60px;
	background: #FFF;
	max-height: 500px;
	overflow: auto;
}

.nvsizer { height: 60px; }

@media(max-width: 1150px) {
	.nvsizer .nav-link {
		font-size: 0.7rem;
		margin-top: 7px;
	}
}
@media(max-width: 875px) {
	.nvsizer .nav-link {
		font-size: 0.6rem;
		margin-top: 9px;
	}
}
.flecha{
	color: black;
	font-size: 18px;
}

.dropdown-item {
	white-space: normal !important;
}
/****************************/

.accordion-products .card { border:  none!important; }
.accordion-products .card .card-header {
	padding: 0!important;
	background:  transparent!important;
}
.accordion-products .card .card-header button {
	color:  #6E1835!important;
}
.accordion-products .card .card-header button .fa { display: none; }
.accordion-products .card .card-header button[aria-expanded="false"] .fa-chevron-down { display: inline-block; }
.accordion-products .card .card-header button[aria-expanded="true"] .fa-chevron-up { display: inline-block; }
.accordion-products .card .card-body {
	padding: 0 1.25rem!important;
}
@media(max-width: 767px) {
	.accordion-products .card .card-header button {
		display: block;
	    margin: auto;
	    width: 100%;
	}

	.responsive-center {
		text-align: center;
	}

	.accordion-products .card .card-body a {
		text-align: center;
	}

	.zoomContainer, #zoom {
		display: none !important;
	}
}

.buttons-befaft{
	margin: 50px 0;
}
.tab-content>.active {
    display: block;
    clear: both;
    padding-top: 20px;
}

@media only screen
	and (max-device-width : 991px) {
	    .tooltip {
	        display: none !important;
	    }
	 }
@media(max-width: 991px) {
	.tooltip {
	        display: none !important;
	    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.big-data-container.active {
		width: 350px;
	}
	.explorer-modify-flex {
		display: block !important;
	}
}

form {
	width: 100%;
}
.last-quantity tr td:last-child {
	text-align: center;
	width: 120px;
}

.area-img {
	height: 100px;
}

.is-invalid .invalid-feedback {
	display: block !important;
}

[class*='lvl-'] {
	background: rgba(200, 200, 200, 0.2);
	border-left: 1px solid rgba(100, 24, 53, 0.8);
}

.cocutter {
	max-height: 800px;
	overflow-y: auto;
}

.vcenter-nav { margin-top: 10px; }
.myacc{ color: #e8e8e8; }
.ftb-btm{
	height: calc(100% - 200px);
}

.popover-header {
	background: #000;
	color: #FFF;
	padding-right: 35px;
}
.popover-header::after {
	content: 'x';
	position: absolute;
	font-weight: bold;
	right: 10px;
	top: 5px;
	cursor: pointer;
}

.remarked-text {
	font-weight: bold;
	font-size: 1.1rem;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
    border-bottom-color: #FFF151;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .arrow::after {
    border-right-color: #FFF151;
}

#loadMore {
	width: 220px;
	height: 40px;
}

.lmp-spinner {
	font-size: 20px !important;
}


#searchP *{
	font-size: 14px !important;
}
/** AVISO DE COOKIES **/
#aviso-cookies{
    position:fixed !important;
    bottom:0px;z-index:9999;
    width:100% !important;
    max-width:100% !important;
    background-color:#711A4D;
    opacity:0.75;
}