html, body {
	font-family				: 'Raleway', sans-serif;
	-webkit-font-smoothing	: antialiased;
    -moz-osx-font-smoothing	: grayscale;
    font-size				: 1rem !important;
    font-weight				: 600 !important;
}

nav {
	font-family				: 'Raleway', sans-serif;
}
nav .nav-link {
	color					: black !important;
	font-size				: 10pt;
	line-height				: 35pt
}

a {
	text-decoration			: none !important;
	outline					: 0 !important;
	color					: inherit;
}
a:hover {
	color					: black
}

h1 {
	font-family				: 'Raleway', sans-serif;
	font-weight				: 300;
}
h2, h4, h5, h6 {
	font-family				: 'Raleway', sans-serif;
	font-weight				: 500;
}

.nav-link {
	color					: #000 !important
}

.navbar-toggler {
	z-index					: 999
}

.satisfy {
	font-family: 'Satisfy', cursive;
}


.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; }
.size36 { font-size			: 36pt; }
.size40 { font-size			: 40pt; }
.size42 { font-size			: 42pt; }
.size48 { font-size			: 48pt; }

.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-0 { opacity		: 0 }
.opacity-40 { opacity		: .4 }
.opacity-50 { opacity		: .5 }
.opacity-60 { opacity		: .6 }
.opacity-70 { opacity		: .7 }
.opacity-80 { opacity		: .8 }
.opacity-90 { opacity		: .9 }

.tbs {
    border					: rgba(255,255,255,1) 5px solid !important;
	text-shadow				: 0px 0px 25px #000 !important;
    border-radius			: 25px 25px 25px 25px;
    cursor					: pointer
}

.tbs:hover {
    border-radius			: 25px 25px 25px 25px;
/*     border					: rgba(255,255,255,1) 5px solid !important;     */
	box-shadow				: 0px 0px 25px rgba(0, 0, 0, 0.5);
	outline					: rgba(255,255,255,1) 5px solid;
    -webkit-transition		: 300ms;
    -moz-transition			: 300ms;
    -o-transition			: 300ms;
    transition				: 300ms;
}

.text-shadow {
	text-shadow: 0px 0px 25px #000;
}

.box-shadow {
	box-shadow: 0px 8px 18px -6px rgb(0 0 0 / 17%)
}

.bk-white {
	background-color		: white;
}
.bk-verde {
	background-color		: #007a48;
}

.nav-pills .bk-verde.nav-link {
	background-color		: #007a48 !important;
	color					: white !important;
	opacity					: 0.5;
}

.bk-verde.active {
	background-color		: #007a48 !important;
	color					: white !important;
	opacity					: 1 !important
}
.bk_transparente {
    background: transparent;
}    

.border-radius-10 {
	border-radius			: 10px;
}
.border-radius-20 {
	border-radius			: 20px !important;
}

.br-bb-5050 {
	border-radius			: 0px 0px 50% 50%;
}

.br-tb-5050 {
	border-radius			: 100px 20px 100px 20px;
	overflow				: hidden;
	background-position		: center center;
	background-repeat		: no-repeat;
	outline					: rgba(255,255,255,1) 5px solid;
	background-size			: cover;
	-webkit-transition		: 300ms;
	-moz-transition			: 300ms;
	-o-transition			: 300ms;
	transition				: 300ms;
}
.br-tb-5050:hover {
	box-shadow				: 0px 0px 35px rgba(0, 0, 0, 0.5);
	outline					: rgba(255,255,255,1) 10px solid;
}


.borde-verde {
	border: rgba(255,255,255,.2) 1px solid;
}

.mascara {
	position				: absolute;
	
}

.gradient {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

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

.width25 {	width			: 25px }
.width30 {	width			: 30px }
.width50 {	width			: 50px }

.mw-80 {	max-width: 80%	}

.navbar {
	box-shadow				: 0px 0px 45px #000000;
}
.navbar-brand, .navbar-brand img {
	max-width				: 250px;
	max-height				: 115px;
}
.navbar-brand img {
	height					: 115px;
	margin-top				: 25px;
}
.brand-container {
	left					: calc(50% - 90px);
}
.lateral {
	margin-top				: 67px
}
.lateral img {
	height					: 20px;
}

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

.circle {
	background-position		: center center;
	background-repeat		: no-repeat;
	background-size			: cover;
	border-radius			: 50%;
	-webkit-transition		: 300ms;
	-moz-transition			: 300ms;
	-o-transition			: 300ms;
	transition				: 300ms;
}
.circle:hover {
	box-shadow				: 0px 0px 35px rgba(0, 0, 0, 0.5);
	outline					: rgba(255,255,255,1) 10px solid;
}



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

.btn-custom {
	background				: rgba(233,198,161,1) !important;
	box-shadow				: 0px 0px 25px #000;
}

.divider {
	border-top				: 1px solid #dedede !important;
	margin					:auto
}
.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%;
}



.label_left {
	border: #d8d8d8 1px solid;
	background: #d8d8d8;
	color: #696969;
	border-radius: 18px 0px 0px 18px;
	font-size: 11pt;
}
.label_right {
	border-bottom					: #c8c8c8 1px solid;
	color					: #696969;
}
.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;
}

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

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

.flexslider_principal li {
	height					: 700px
}

#slider_interno, #slider_interno li {
	height					: 450px
}


.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				: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 10pt;
	line-height: 12pt;
}

.card {
	border					: 0px
}

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

.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;
}

.hover {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.card_producto:hover .hover {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
	opacity:1 !important
}

#combos {
	background: rgba(232, 232, 232, 1);
}
.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;
}

.itemcarrousel {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
}


.item_producto {
	background: #fff;
	color: #696969;
	padding: 0px;
	box-shadow: 0 6px 50px rgba(0, 0, 0, .05);
	border-top: 2px solid #fff;
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	min-height: 330px;
}

.item_producto:hover {
	border-top: 2px solid #32719d;
	box-shadow: 0 6px 50px rgba(0, 0, 0, .2);
}


#contacto a:hover {
	color					: #ccc
}
.form-control {
	background				: rgba(255, 255, 255, 0.8) !important;
	border					: 0px solid rgba(255, 255, 255, 0.8);
	transition				: background .5s ease-in-out,box-shadow .5s ease-in-out;
	outline					: 0px !important;
	box-shadow				: none !Important;
}
.form-control:focus {
	background				: white !important;
	outline					: 0px !important
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
	.brand-container {
		left				: 0;
	}
	.navbar-brand img {
		height				: 84px;
		margin-top			: 5px;
	}
	.lateral {
		margin-top				: 38px;
	}
	.lateral img {
		height					: 12px;
	}
}