body {
	font-family: 'Open Sans', sans-serif;
	color: rgb(42, 36, 33);
	line-height: 1.5;
}

/* COMMON
********************************************/
a, a:hover, a:focus { color: inherit; text-decoration: none; outline: 0; }
section { padding-top: 100px; padding-bottom: 100px; border:none; }
hr { 
	height: 0;
	border: none;
	border-bottom: 1px solid #f3f4f5;
	margin: 20px 0;
}


/* TYPOGRAPHY
********************************************/
h1, h2, h3, h4, h5, h6,
.hd-1, .hd-2, .hd-3, .hd-4, .hd-5, .hd-6 { margin: 0px; color: #262f38; }

h1, .hd-1 { font-size: 50px; font-weight: 300; margin-bottom: 40px; }
h2, .hd-2 { font-size: 40px; font-weight: 300; margin-bottom: 30px; }
h3, .hd-3 { font-size: 30px; font-weight: 300; margin-bottom: 20px; }
h4, .hd-4 { font-size: 26px; font-weight: 300; margin-bottom: 20px; }
h5, .hd-5 { font-size: 22px; font-weight: 400; margin-bottom: 15px; }
h6, .hd-6 { font-size: 20px; font-weight: 400; margin-bottom: 10px; }

.title { font-size: 50px; margin-bottom: 20px; font-weight: 300; color: #3b4c5c; }
.title-sub { font-size: 20px; margin-bottom: 40px; font-weight: 300; color: #6893BD; /* #97a3ae */ }
.title.medium { font-size: 40px; }
.title.small { font-size: 30px; }
.title.mini { font-size: 20px; }

.title-sub.large { font-size: 30px; }
.title-sub.medium { font-size: 25px; }
.title-sub.small { font-size: 18px; }
.title-sub.mini { font-size: 16px; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark .hd-1, .dark .hd-2, .dark .hd-3, .dark .hd-4, .dark .hd-5, .dark .hd-6,

.typo-light .title,
.dark .title { color: #fff; }
.typo-light .title-sub,
.dark .title-sub { color: #b8c9d8; }

.tag-text {
	display: inline-block;
	padding: 8px 12px;
	background-color: #3498db;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
}


/* FORM AND BUTTON
********************************************/
.frm-wrp {
	padding: 30px;
	border: 2px solid #f3f4f5;
	border-radius: 4px;
}
.form-group label { font-weight: 400; }
.form-group .form-control {
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid #eceef0;
}
.form-control:focus,
.form-control:hover {
	border-color: #cbcfd3;
	box-shadow: none;
}


/* Buttons
=========================*/
.btn { 
	border-radius: 4px;
	font-weight: 600;
	padding: 8px 20px;
	font-size: 16px;
}

.btn-primary {
	border: 2px solid #191340;;
	background:#191340;
	color: #fff;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	border-color: #e74c3c;
	background-color: #e74c3c;
	color: #fff;
}

.btn-primary:hover{
	background:#EB6907;
	border-color:#EB6907;
	color:#fff;
}


/*Botón*/

.light.btn-line {
    border:thin solid #fff;
    color: #fff;
}

.light.btn-line:hover{
	background:#EB6907;
	border-color:#EB6907;
	color:#fff;
}


/* COMPONENTS
********************************************/
/* Tab controls
=========================*/
.tab-pn { display: none; }
[data-tb] { cursor: pointer; }

.tabs-auto .tb-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 5px solid #3498db;
}
.tabs-auto .tb-list > li {
	background-color: #f3f4f5;
	font-size: 18px;
	display: inline-block;
	margin: 0 -3px 0 0;
	padding: 8px 20px;
	border-radius: 3px 3px 0 0;
}
.tabs-auto .tb-list > li.active {
	background-color: #3498db;
	color: #fff;
}
.tabs-auto .tb-content {
	padding: 30px;
	background-color: #f3f4f5;
}
.tabs-auto .tb-pn {
	/* display: none; */
	overflow: hidden;
	height: 0px;
	opacity: 0;
}
.tabs-auto .tb-pn.active {
	overflow: auto;
	height: auto;
	opacity: 1;
}
.tabs-auto .tb-pn.active,
.tabs-auto .tb-list > li.active {
	-webkit-transition: all 0.40s;
	-moz-transition: all 0.40s;
	-o-transition: all 0.40s;
	-ms-transition: all 0.40s;
	-webkit-transition-delay: 0.15s; /* Safari */
    transition-delay: 0.15s;
}


/* Carousel controls
=========================*/
.ctrl-2 .owl-controls,
.ctrl-1 .owl-controls {
	padding: 1px;
	height: auto;
}
.ctrl-2 .owl-nav,
.ctrl-1 .owl-nav {
	position: absolute;
	top: 50%;
	height: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
} 
.ctrl-2 .owl-nav > div,
.ctrl-1 .owl-nav > div {
	position: absolute;
	top: -40px;
	height: 80px;
	width: 80px;
	left: 0px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-size: 28px;
	opacity: 0;
}
.ctrl-2 .owl-nav > .owl-next,
.ctrl-1 .owl-nav > .owl-next{
	right: 0px;
	left: auto;
}
.ctrl-2:hover .owl-nav > div,
.ctrl-1:hover .owl-nav > div {
	opacity: 1;
}

.ctrl-2 .owl-nav > div {
	color: #3b4c5c;
	background-color: transparent;
}
.ctrl-2 .owl-nav > div:hover {
	color: #fff;
	background:#191340;
}
.ctrl-2 .owl-nav > .owl-next { right: -100px; }
.ctrl-2 .owl-nav > .owl-prev { left: -100px; }

/* Carousel dots */
.owl-dots {
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.owl-dots > .owl-dot {
	display: inline-block;
}
.owl-dots span {
	border: 3px solid #EB6907;
	display: block;
	width: 20px; height: 20px;
	border-radius: 20px;
	margin: 0 4px;
}

.owl-dots .active span{
	background-color:#EB6907;
	border-color:#EB6907;
}

/* Zoom carousel
=========================*/
.zoom-carousel .item > .content {
	position: relative;
	opacity: 0.4;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.zoom-carousel .center .content{
	position: relative;
	z-index: 9;
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	box-shadow: 0 0 40px 1px rgba(0,0,0,0.4);
}

/* Swiper Carousel
=========================*/
.swiper-container {
	width: 100% !important;
	height: 100%;
	position: relative;
}
.swiper-container .swiper-slide {
	text-align: center;
}
.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 56px;
	text-align: center;
	font-size: 35px;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	z-index: 999;
}
.swiper-button-prev { left: 0px; }
.swiper-button-next { right: 0px; }
.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: #262f38;
}
.swiper-pagination-bullet {	width: 15px; height: 15px; }
.swiper-pagination-bullet-active { background-color: rgba(0,0,0,0.8); }
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit;
}

/*Swiper gallery*/
.swiper-gallery {
	position: relative;
	height: 100%;
}
.swiper-gallery > .title {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	/* left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%); */
	z-index: 999;
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: rgba(0,0,0,0.15);
}
.swiper-gallery .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-gallery .swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-gallery .gallery-top {
	height: 100%;
	width: 100%;
}
.swiper-gallery .gallery-thumbs {
	position: absolute;
	width: 50%;
	height: 100px;
	padding: 10px 0;
	background-color: rgba(0,0,0,0.4);
	bottom: 0px;
	z-index: 999;
}
.swiper-gallery .gallery-thumbs .swiper-slide {
	width: 80px;
	height: 100%;
	opacity: 0.3;
	cursor: pointer;
}
.swiper-gallery .gallery-thumbs .swiper-slide:hover {
	opacity: 1;
}
.swiper-gallery .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.swiper-gallery .swiper-slide .overlay {
	z-index: 9;
	background-color: rgba(0,0,0,0.5);
	left: 0;
}
.swiper-gallery .caption {
	position: relative;
	z-index: 99;
	max-width: 800px;
}
.swiper-gallery .caption .title,
.swiper-gallery .caption .title-sub {
	color: #fff;
}
.swiper-gallery .caption .tag-text {
	font-size: 14px;
	margin-bottom: 10px;
}
.swiper-gallery .swiper-slide-active .caption {
	-webkit-animation-name: rg_fadeup;
	animation-name: rg_fadeup;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.swiper-gallery .caption {
	-webkit-animation-name: rg_fadedown;
	animation-name: rg_fadedown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.swiper-gallery .caption1 {
	max-width: 350px;
	background-color: #3498db;
	padding: 40px;
	color: #fff;
	text-align: left;
	position: relative;
}
.swiper-gallery .caption1 .tag-text {
	position: absolute;
	top: 0px;
	background-color: #fff;
	color: #262f38;
	right: 0px;
}
.swiper-gallery .caption1 .title {
	font-size: 24px;
	line-height: 1.5;
}
.swiper-gallery .caption1 .title-sub {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0px;
	font-weight: normal;
}
.swiper-gallery .caption1 .price {
	font-size: 36px;
	margin-bottom: 0px;
	font-weight: 700;
}
.swiper-gallery .caption1 hr {
	margin: 15px 0;
	border-color: rgba(255,255,255,0.2);
}


/* Expand - Collapse
=========================*/
.panel { box-shadow: none; background-color: transparent; }
.panel:first-child .panel-hd a {
	border-top: 1px solid rgba(0,0,0,0.06);
}
.panel-hd a {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.06);
	display: block;
	padding: 15px 40px 15px 0;
	font-size: 22px;
	font-weight: 300;
}
.panel-hd i {
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 18px;
	border-radius: 20px;
	text-align: center;
	right: 2px;
	top: 21px;
	color: #eceef0;
	font-size: 24px;
}
.collapsed .panel-open, .panel-close { display: block; }
.panel-open, .collapsed .panel-close { display: none; }
.panel .panel-body {
	padding: 15px 0 40px 0;
	border-bottom: 1px solid rgba(0,0,0,0.06);
	line-height: 1.8;
	color: #97a3ae;
}
.panel-group .panel + .panel { margin: 0px; }

.dark .panel-hd a { color: #fff; }
.dark .panel .panel-body { color: rgba(255,255,255,0.6); }
.dark .panel .panel-body,
.dark .panel .panel-hd a { border-color: rgba(255,255,255,0.06); }
.dark .panel-hd i { color: rgba(255,255,255,0.1); }


/* Social icons
=========================*/
.social-links a {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	line-height: 60px;
	font-size: 25px;
	text-align: center;
}
.social-links a:hover {
	color: #fff;
	background-color: #3b4c5c;
}


/* Info box - 5
=========================*/
.info-box {
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}
.info-box .img {
	width: 40px;
	height: 40px;
	position: relative;
	float: left;
	color: #8BCE7B;
}
.info-box .img i {
	font-size: 35px;
	color: inherit;
}
.info-box .info {
	position: relative;
	margin: 10px 0 0 60px;
}
.info-box .info .hd {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
.info-box .sub-txt {
	font-size: 13px;
	line-height: 1.6;
}
.dark .info-box { color: rgba(255,255,255,0.6); }



/* VENDING PRODUCT
=========================*/
.vending-product {
	text-align:center;
	border:thin solid transparent;
	margin-bottom:30px;
}

.vending-product p{
	text-align:justify;
	color:#2A2421;
}

.vending-product .img {
	position: relative;
}

.vending-product .img img {
	width: 100%;
}

.vending-product .price {
	background:#EB6907;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: -10px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
}
.vending-product .price span {
	position: absolute;
	left: 0px;
	width: 100%;
	margin-top: -2px;
}
.vending-product .price b {
	font-weight: inherit;
}

.vending-product .price .old {
	font-style: normal;
	text-decoration: line-through;
	font-size: 12px;
}
.vending-product .info {
	padding: 20px;
	background:#f2f2f2;
	color: #3b4c5c;
}
.vending-product .info h3 {
	font-size: 20px;
	margin: 0px;
	color:#2A2421;
	font-weight:bold;
}

.vending-product .info h3+p{
	margin-top: 10px;
}
.vending-product .info .btn {
	margin-top: 15px;
	margin-bottom: 10px;
}

.slider-index .vending-product .info{
	background:none;
}

.vending-product:hover h3{
	color:#EB6907;
}

.vending-product:hover{
	border:thin solid #f2f2f2;
}

.vending-product .btn{
	border-color: #EB6907;
    color: #EB6907;
}

.vending-product .btn:hover{
	background:#EB6907;
    color: #fff;
}
/* CONTADOR
********************************************/

.contador {
	text-align: center;
	margin-bottom: 10px;
}
.contador .icon {
	margin: 0 auto 10px auto;
	width: 100px;
	height: 100px;
	background-color: #f3f4f5;
	border-radius: 100px;
	line-height: 100px;
	font-size: 40px;
}
.contador .count-wrp {
	display: block;
	font-size: 60px;
	font-weight: 300;
}
.contador .count-wrp b {
	font-weight: inherit;
}
.contador h3 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}


/* FORMULARIO DE CONTACTO
********************************************/

.form-block form { position: relative; }
.form-block .title { margin-bottom: 10px; }
.form-block .title-sub { margin-bottom: 15px; }
.form-block > .fa {
	font-size: 50px;
	color: #75D1FF;
	margin-bottom: 10px;
}
.form-block .form-control {
	box-shadow: none;
	border: 2px solid #eceef0;
	font-size: 16px;
	height: auto;
	padding: 10px 15px;
	margin-bottom: 10px;
}
.form-block .form-control:focus {
	border-color: #8392a0;
}
.form-block textarea.form-control {
	height: 150px;
}
.form-block .error {
	display: block !important;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	color: #e74c3c;
}
.form-block .error.valid {
	display: none !important;
}
.form-block .form-control + .error {
	margin-bottom: 10px;
	margin-top: -6px;
}
.form-block .btn {
	display: block;
	width: 100%;
}

/* NAVIGATION
********************************************/
.nav-wrp { box-shadow: 0 1px 3px 0 rgba(0,0,0,0.08); }
.nav-wrp.bg-clear:not(.nav-sticky) { box-shadow: none; }
.nav-wrp > .container-fluid,
.nav-wrp > .container { position: relative; }
.nav-wrp .nav-header { float: left; margin: 0px; padding: 0px; }
.nav-wrp .navbar-brand { padding: 15px 0; height: auto; }
.nav-wrp .navbar-brand img { max-height: 40px; max-width: 100%; }
.nav-wrp.show-above { 
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
}

.top-nav .nav { 
	position: absolute;
	right: 15px;
	margin: auto;
}


/* Barra navegación
------------------------*/
.nav-a { 
	list-style-type: none;
	margin: 0px;
	padding: 10px 0;
	display:block;
	clear:both;
	vertical-align: middle;
}
.nav-a > li { float: left; padding: 4px; }
.nav-a > li a { 
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	color: #333;
}
.nav-a > li a:hover {
	color: #FF6C00;
}


/* Social media
------------------------*/
.social-media { 
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}


/* Nav en móvil
------------------------*/
.nav-handle { 
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	margin: auto;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: none;
}

.nav-handle{
	color:#fff;
}

/* Sticky navigation
------------------------*/
.nav-sticky .navbar-brand { padding-top: 10px; padding-bottom: 10px; }
.nav-sticky .navbar-brand img { max-height: 30px; max-width: 100%; }
.nav-hide { opacity: 0; top: -100px; }
.nav-show { opacity: 1; top: 0 !important; }

/* Top nav
=========================*/
.top-nav { background-color: #fff;}

.top-nav .social-media {
	margin-left: 20px;
	padding: 0;
}
.top-nav .social-media .btn { 
	font-size: 13px;
	padding: 5px 15px;
	margin-left: 5px;
}
.top-nav .social-media .btn i { 
	font-size: 14px;
	margin-right: 6px;
}

.top-nav .nav ul > li a:hover { color: #e74c3c; border-color: #e74c3c; }


.top-nav .container-fluid .nav {
	right: 20px;
}


.nav-wrp .navbar-brand img{
	max-height:65px;
}

.social-media.nav-sup{
	float:right;
	clear:both;
	padding-top:10px;
}

.social-media a,
.nav-a a{
	color:#fff;
	font-weight:300;
	display:inline-block;
	padding:7px 12px;
	font-size:0.9em;
	font-weight:bold;
}

.nav-a a.active{
	color:#EB6907;
}

.social-media a:hover,
.nav-a a:hover{
		color:#EB6907;
}

.social-media.nav-sup{
	color:#EB6907;
	font-weight:300;
}

.social-media.nav-sup  a{
	padding:0px 5px;
	margin-bottom:10px;
	color:#EB6907;
	display:inline-block;
}

.top-nav{
	background:#2A2421;
}

.nav-a a{
	padding-top:0;
}



/* INDEX HERO
********************************************/

.intro-index {
	position: relative;
	padding: 0px;
}
.intro-index .link {
	z-index: 99;
	left: 0;
}
.intro-index .caption {
	position: absolute;
	bottom: 0px;
	width: 1140px;
	display: table;
	table-layout: fixed;
	z-index: 9;
	left: 50%;
	margin-left: -570px;
	text-align: left;
	opacity: 0;
}
.intro-index .caption > div {
	display: table-cell;
	background:rgba(29, 25, 23, 0.9);
	vertical-align: middle;
}
.intro-index .caption > .sub-text {
	background-color:#EB6907;
	width: 360px;
	position: relative;
	font-size: 35px;
	color: #fff;
	font-weight: 300;
	padding: 26px 40px;
}
.intro-index .main-text {
	padding: 26px 40px;
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	position: relative;
}
.intro-index .main-text small,
.intro-index .sub-text small {
	font-size: 20px;
	display: block;
}
.intro-index .main-text > .tag-text {
	background:#191340;
	text-transform: uppercase;
	position: absolute;
	top: -36px;
}
.intro-index .caption > .sub-text > i {
	position: absolute;
	right: 40px;
	top: 50%;
	font-size: 50px;
	margin-top: -25px;
}
.intro-index .swiper-slide-active .caption {
	-webkit-animation-name: rg_fadeup;
	animation-name: rg_fadeup;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.intro-index .caption {
	-webkit-animation-name: rg_fadedown;
	animation-name: rg_fadedown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


/* INDEX INSIDE
=========================*/
.intro-inside {
	overflow: hidden;
	position: relative;
	height: 800px;
}
.intro-inside .container {
	position: relative;
	z-index: 99;
	height: 100%;
}
.intro-inside .title,
.intro-inside .title-sub {
	color: #fff;
}
.intro-inside .caption {
	max-width: 55%;
}

.intro-inside .title-sub{
	font-size:1.2em;
}

.intro-inside .btn{
	margin:5px 2.5px;
}

/* SLIDER
=========================*/
.slider-index { 
	padding: 100px 0px;
	text-align: center;
}
.slider-index [data-selector=".slider-index .img-box1 .overlay"] {
	width: 90%; height: 90%;
}
.slider-index .owl-controls { margin-top: 15px; }

.slider-index .btn{
	font-size:1.1em;
}



/* SERVICIOS
********************************************/

#servicios { 
	overflow: hidden;
	text-align: center;
	position: relative;
	background:url('../images/servicios1.jpg');
	background-size:cover!important;
	background-position:center center;
	background-attachment:fixed;
}
.servicios .tab-widget {
	list-style-type: none;
	margin: auto; padding: 0px;
	display: table;
}
.servicios .tab-widget li {
	vertical-align: middle;
	display: table-cell;
	table-layout: fixed;
	text-align: center;
}
.servicios .tab-pd li {
	padding: 15px;
}
.servicios .tab-widget li > a {
	width: 120px;
	height: 120px;
	color: #fff;
	font-size: 60px;
	border-radius: 80px;
	background-color: rgba(255,255,255,0.2);
}
.servicios .tab-widget li > a.active {
	background-color: #fff;
	color: #262f38;
	box-shadow: 0 3px 10px 0px rgba(0,0,0,0.15);
}
.servicios .title,
.servicios .title-sub { color: #fff; }
.servicios .bg-blur-overlay { opacity: 0; }

.servicios h2.title.mr-b-40{
	color:#fff;
	font-weight:lighter;
	font-size:3em;
}

.servicios .tab-pd li {
    padding: 15px 45px;
}

#servicios .title-sub{
	font-size:1.45em;
	color:#fff;
}

.servicios h2.title{
	font-size:1.5em;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.servicios .tab-widget li>a{
	margin:0 auto;
}

.servicios .tab-widget li>a.active{
	background:#EB6907;
	color:#fff;
}


.servicios .tab-widget li>a:hover{
	background:#EB6907;
}

.servicios.servicios-producto h3{
	color: #fff;
	padding: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 300;
 	margin-top: 10px;
    font-size: 16px;
}
}


/*PRODUCTO*/


#producto-breadcrumb{
	padding:80px 0px 0px 0px;
	background:url('../images/cafe.jpg');
	background:blue;
	overflow:hidden;
	background-size:cover;
}

.galeria{
	padding-top:200px;
}

.breadcrumb{
	background:none;
	padding-bottom:0;
}

.breadcrumb i{
	color:#EB6907;
	font-size:5em;
	vertical-align:middle;
	margin-right:25px;

}

.breadcrumb a{
	font-size:1.35em;
	vertical-align:middle;
	color:#fff;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding:0px 5px;
}

.breadcrumb a:after{
	    content: "\f3d3";
	    display: inline-block;
	    font-family: "Ionicons";
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    text-rendering: auto;
	    line-height: 1;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    padding-left:10px;
}

.breadcrumb a:last-child{
	font-weight:bold;
}

.breadcrumb a:last-child:after{
	display:none;
}

.tab-content{
	background:#F2F2F2;
	padding:15px 30px;
}

.nav-tabs>li>a{
	text-transform:uppercase;
	font-weight:bold;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus{
	border:thin solid #f2f2f2;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background:#f2f2f2;
	border-radius:0px;
	color:#EB6907;
	
	
}

.nav-tabs.nav-justified>li>a{
	border:thin solid #f2f2f2;
	border-radius:0px;
	letter-spacing:0.1em;
}

/*SECONDARY INFO*/

.secondary-info .subtitle{
	font-weight:lighter;
	letter-spacing:0.1em;
	font-size:1.25em;
	color:#fff;
}

.secondary-info .title{
	font-family: 'Knewave', cursive;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:3em;
	letter-spacing:0;
	color:#fff;
}

.secondary-info{
	background:url('https://images.unsplash.com/photo-1441757801704-6a71cffed732?crop=entropy&fit=crop&fm=jpg&h=1125&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1350');
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	text-align:center;
	margin-top:60px;
	border:none;
}

.secondary-info.ocasion{
	background:url('../images/ocasion.jpg');
	background-attachment:fixed;
	padding:150px 0px;
}

.secondary-info a{
	margin:5px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}

.secondary-info p{
	color:#fff;
	margin-top:30px;
	font-style:italic;
	font-size:1.5em;
	font-weight:300;
}

.secondary-info p img{
	margin-top:15px;
	max-width:120px;
}


/* Counter - 3
=========================*/
.nuestros-numeros {
	position: relative;
}
.nuestros-numeros .title,
.nuestros-numeros .icon {
	color: #fff;
}
.nuestros-numeros .icon {
	background-color: rgba(52,152,219,0.75);
	font-size: 60px;
	width: 150px;
	height: 150px;
	line-height: 150px;
}
.nuestros-numeros .contador h3,
.nuestros-numeros .contador {
	color: #fff;
}

/*Counter*/

.nuestros-numeros .icon{
	background-color:#EB6907;
}

.contador h3{
	font-size:1.25em;
}

.contador .count-wrp,.nuestros-numeros .title{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* CONTACTO
=========================*/

.contact-section .info-box { margin-bottom: 40px; }
.contact-section .hd {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.contact-section .info-box .info .hd { margin-bottom: 5px; }
.contact-section .info-box .img {
	width: 35px;
	height: 35px;
	font-size: 30px;
}
.contact-section .info-box .img i { font-size: inherit; }
.contact-section .info-box .info { margin: 0 0 0 50px; }
.contact-section .l .form-block {
	background-color: #f3f4f5;
	border-radius: 8px;
	padding: 40px;
}
.contact-section .l .title {
	margin-bottom: 20px;
}

.contact-section .title.small{
	font-family: 'Knewave', cursive;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#EB6907;
}

.contact-section .btn-primary{
	background:#EB6907;
	border-color:#EB6907;
}

.contact-section .logo{
	margin-bottom:30px;
}

.contact-section .info-box .img i{
	color:#191340;
}

.info-box .sub-txt{
	color:#EB6907;
	font-size:1.25em;
	font-weight:bold;
}

.product-section { overflow: hidden; }
 
.contact-section h3{
 	font-size:1.5em;
 	margin-bottom:5px;
 }

/*Footer*/

.footer{
	background:#130E30;
	color:#fff;
	padding:25px 0px;
	font-weight:900;
	text-align:center;
		 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer span{
	color:#EB6907;
}

/*Round*/

.round{
	width:100px;
	height:100px;
	background:#EB6907;
	border-radius:50%;
	-moz-border-radius:50%;
	color:#fff;
	font-size:3.5em;
	text-align:center;
	padding-top:10px;
	position:absolute;
	top:-50px;
	left:50%;
	margin-left:-50px;
}

.round:hover{
	background:#191340;
}

.fp-section {
	padding: 0px;
}


@media(max-width:767px){
	.vending-product{
		margin-bottom:25px;
	}

	.content{
		padding:30px;
	}

	.footer{
		padding:25px!important;
	}

}

@media (max-width: 991px){
.intro-index .caption {
    margin-left: 0px;
    left: 0px;
    max-width:100%;
}
