html, body {
	font-family				: 'Montserrat', sans-serif;
	-webkit-font-smoothing	: antialiased;
    -moz-osx-font-smoothing	: grayscale;
    font-size: 0.9rem;
}

nav {
	font-family				: 'montserrat', sans-serif;
}
nav .nav-link {
	font-size: 10pt;
}

a {
	text-decoration			: none;
	color					: inherit;
}
h1 {
	font-family				: 'Oswald', sans-serif;
	font-weight				: 300;
}
h2, h4 {
	font-family				: 'Oswald', sans-serif;
}

.oswald {
	font-family				: 'Oswald', sans-serif;
}

.bold { font-weight:600; }

.card_divider {
	position				: relative;
	display					: block;
	padding					: .5rem 1rem;
	color					: #212529;
	text-decoration			: none;
	background-color		: rgba(0,0,0,.03);
	border-top				: 1px solid rgba(0,0,0,.125);
	border-bottom			: 1px solid rgba(0,0,0,.125);
	font-weight				: 600;
}

.size8 { font-size			: 8pt; }
.size9 { font-size			: 9pt; }
.size10 { font-size			: 10pt; }
.size11 { font-size			: 11pt; }
.size12 { font-size			: 12pt; }
.size14 { font-size			: 14pt; }
.size16 { font-size			: 16pt; }
.size18 { font-size			: 18pt; }
.size20 { font-size			: 20pt; }
.size24 { font-size			: 24pt; }

.lh11 { line-height			: 11pt; }
.lh12 { line-height			: 12pt; }
.lh14 { line-height			: 14pt; }
.lh16 { line-height			: 16pt; }
.lh18 { line-height			: 18pt; }
.lh20 { line-height			: 20pt; }
.lh24 { line-height			: 24pt; }


.h-50px { height			: 50px; }
.h-40 { height				: 40px; }
.h-30 { height				: 30px; }
.h-20 { height				: 20px; }

.h-90 { height				: 90%; }

.opacity-40 { opacity		: .4 }
.opacity-50 { opacity		: .5 }
.opacity-60 { opacity		: .6 }
.opacity-70 { opacity		: .7 }
.opacity-80 { opacity		: .8 }
.opacity-90 { opacity		: .9 }

.w-30 {	width: 30%	}
.w-50 {	width: 50%	}

.navbar-brand, .navbar-brand img {
	max-width				: 250px;
	max-height				: 50px;
}

.img_bk {
	background-position		: center center !important;
	background-size			: cover !important;
	background-repeat		: no-repeat !important;
}

.mt-80 {
	margin-top				: 80px
}
.mt-120 {
	margin-top				: 120px
}

.min-h-300 {
	max-height				: 300px
}
.max-h-50 {		max-height				: 50px }
.max-h-100 {	max-height				: 100px }
.max-h-250 {	max-height				: 250px }
.max-h-350 {	max-height				: 350px }

.h-300 {
	height					: 300px
}
.img-responsive {
	width					: 100%;
}

.navbar-brand img {
	height					: 50px
}

label {
	margin-top				: 8px;
	font-size				: 11pt !important;
	font-weight				: 600;
}
sublabel {
	margin-top				: 8px;
	font-size				: 11pt !important;
	font-weight				: 500;
	color					: #676767;
	display					: block;
}

.required label, .required sublabel {
    font-weight				: 600;
}
.required label:after, .required sublabel:after {
    color					: #e32;
    content					: ' *';
    display					:inline;
    font-size:12pt
}

.formhelp {
	font-size				: 10pt !important;
}
.item {
	background				: #fff;
	color					: #696969;
	padding					: 15px;
	padding-top				: 35px;
	border-right			: #e1e1e1 1px solid;
	position				: relative;
	border-top				: 2px solid #fff;
	margin-bottom			: 30px;
	-webkit-transition		: 300ms;
	-moz-transition			: 300ms;
	-o-transition			: 300ms;
	transition				: 300ms;
}

.row .item:last-child {
	border-right			: #e1e1e1 0px solid;
}

.min-height250 {
	min-height					: 250px
}

.item .item_img {
	min-height					: 250px
}

.item.subcat {
	min-height				: 360px;
}

.flexslider_principal li {
	height					: 500px
}

.overlay {
	position				: absolute;
	width					: 100%;
	height					: 100%;
	background: rgba(0,0,0,.5);
}

.row-color {
	border: #e9e9e9 1px solid;
	border-radius:5px;
	padding:5px;
	margin-bottom:8px;
	overflow:hidden;
	font-weight:500;
	cursor:pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.row-color:hover, div.row-color.active {
	border: 1px solid #000;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
}

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > div {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > div.active img {
    opacity: 0.7;
}

.carousel-control-next i, .carousel-control-prev i  {
	font-size: 30px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}
.carousel-control-prev, .carousel-control-next {
	width: 37px !important;
}
/* 
.card-header, .card-footer  {
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  color: rgba(0,0,0,.8);
	font-family				: 'montserrat', sans-serif;
	font-weight:400;
	font-size: 10pt;
	line-height: 12pt;
}
 */

.input_busqueda {
	background-color		: rgba(255, 255, 255, 0.6);
	border					: 1px solid rgba(255, 255, 255, 0.7);
	padding					: .0rem .75rem;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}


.marca {
    transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    opacity: 1;
}

.transitioning-src {
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    opacity: 0;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    animation-duration: 0.4s;
    animation-fill-mode: both;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
.dropdown-menu {
	min-width: auto;
 }


/* 
.card-footer {
	font-size: .75em;
}
 */