html, body {
	min-width: 360px !important;
    max-width: 1880px !important;
}
.thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    margin: 5px;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.bi-plus::before {
    font-size: 55px;
}
.thumbnail:hover .more {
    top:60%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    left: 5px;
    width: 92%;
    height: 71%;
    background:#6e7071;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bsb-tpl-bg-platinum {
   background: #e5e5e5 !important;
}

.bsb-tpl-bg-lotion {
   background: #fafafa !important;
}
.thumbnail:hover .mask {
    top:11px;
}
.single-project {
    margin-bottom:30px;
}
.single-project img {
    width:100%;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:100%;
}
.project-title .close {
    margin-top:10px;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info div {
    margin-bottom:5px;
}
.project-info button {
	color: white; 
	background-color: #131099; 
}

.project-info .btn-success {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754;
}


.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
.este {
    height: 17.1em;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto;
}
ol, ul {
    padding-left: 0rem !important;
}

.horiz
{
  white-space: nowrap;
  overflow-x: visible;
  overflow-y: hidden;
/* added width so it would work in the snippet */
  width: 100%; 
}
.filter
{
  display: inline-block;
}

.flex-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.btn-trash {
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.opacity-50{
	opacity: 0.5;
}

canvas {
    border-radius: 10px;
    border: 1px solid black;
    width: 50%;
}

input[type=file] {
	display: block !important;
	right: 1px;
	top: 1px;
	height: 34px;
	opacity: 0;
	width: 100%;
	background: none;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}

.control-fileupload {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	 	overflow: hidden;
	 	position: relative;
	 
	 &:before, input, label {
	   cursor: pointer !important;
	 }
	 /* File upload button */
	&:before {
	  /* inherit from boostrap btn styles */
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	transition: color 0.2s ease;
	
	/* add more custom styles*/
	   content: 'Seleccionar';
	   display: block;
	
	   z-index: 1;
	   top: 2px;
	   right: 2px;
	   line-height: 22px;
	   text-align: center;
	 }
	 &:hover, &:focus {
	   &:before {
	     color: #333333;
	     background-color: #e6e6e6;
	     color: #333333;
	     text-decoration: none;
	     background-position: 0 -15px;
	     transition: background-position 0.2s ease-out;
	   }
	}
}

