@charset "utf-8";
/* CSS Document */
*::selection {
    color: #fff;
    background: #feb019;
}
body
{
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: normal;
}
a,
a:hover
{
	color: inherit;
	text-decoration: none !important;
}
img
{
	max-width: 100%;
	width: auto;
}
section
{
	line-height: 0px;
}
section *
{
	line-height: 1.42857143;
}
.logo-header
{
	display: inline-block
}
.logo-header img
{
	max-height: 85px;
}
.bg-cover
{
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.bg-contain
{
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
.bg-header-top
{
	padding: 20px 0px;
}
.bg-header-top > .container > .row
{
	display: table;
	width: 100%;
}
.bg-header-top > .container > .row > .col-xs-12
{
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.info-data
{
	float: right;
	text-align: center;
    padding: 0px;
    margin: 0px;	
}
.info-data > li
{
	display: inline-block;
	max-width: 200px;
	vertical-align: top;
}
.info-data > li > i
{
	width: 30px;
	display: inline-block;
	font-size: 40px;
	float: left;
	color: #feb019;
}
.info-data > li > div
{
	width: calc(100% - 30px);
	float: right;
	display: inline-block;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #787878;
}
.bg-header-bottom
{
	background-color: #24252a;
	height: 68px;
    border-bottom: 2px solid #feb019;
}
.bg-header-bottom nav.navbar 
{
	margin: 0px;
	border: 0px;
	background-color: transparent;
}
.bg-header-bottom nav.navbar .container-fluid ul.navbar-nav > li > a
{
	line-height: 68px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
	font-family: Dosis, sans-serif;
    font-weight: 700;
	color: #FFF;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover
{
	background-color: transparent;
	color: #feb019 !important;
}

.bg-header-bottom nav.navbar .container-fluid ul.navbar-nav > li > a:hover:after,
.bg-header-bottom nav.navbar .container-fluid ul.navbar-nav > li > a:focus:after,
.bg-header-bottom nav.navbar .container-fluid ul.navbar-nav > li > a:visited:after,
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:focus:after,
.navbar-default .navbar-nav>.active>a:hover:after
{
	position: absolute;
    bottom: 2px;
    left: 49.5%;
    width: 2px;
    height: 12px;
    content: '';
    opacity: 1;
    background: #feb019;
}
.bg-slider
{
	position: relative;
}
.rslides1_nav.next,
.rslides1_nav.prev
{
	position: absolute;
	left: 10px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	color: #FFF;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
	z-index: 2;
}
.rslides1_nav.next
{
	right: 10px;
	left: auto;
}
.image-slider
{
	width: 100%;
	height: 410px;
}
.description-slider
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 40px;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.description-slider > div > h2
{
	font-size: 65px;
    line-height: 65px;
    font-weight: 800;
    font-family: Dosis,sans-serif;
    color: rgb(254, 181, 42);
    text-decoration: none;
    background-color: transparent;
    text-shadow: rgba(0,0,0,0.498039) 0px 2px 5px;
    border-width: 0px;
    border-color: rgb(255,255,255);
    border-style: none;
	margin: 9px 0px;
}
.description-slider > div > h4
{
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: rgba(0,0,0,0.498) 0px 2px 5px;
    text-align: center;
    border-width: 0px;
    border-color: rgb(255,255,255);
    border-style: none;	
	margin: 9px 0px;
}
.btn-read-more
{
    transition: all 0.2s ease-out 0s;
    min-height: 0px;
    min-width: 0px;
    line-height: 14px;
    border-width: 0px;	
    padding: 15px 36px;
    letter-spacing: 1px;
    font-size: 14px;	
    display: inline-block;
    text-shadow: none;
    color: #fff;
    border: none !important;
    border-radius: 0;
    background: #feb019;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;	
	margin: 9px 0px;
}
.description-slider > div
{
	text-align: center;
}
.bg-servicios
{
	padding: 60px 0px;	
}
.item-destacado
{
	
	height: 200px;
	position: relative;
 	display: flex;
  	align-items: center;
  	justify-content: center;	
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 25px;
}
.item-destacado > *
{
	z-index: 2;
	position: relative;
}
.item-destacado h4
{
	margin-top: 0px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bolder;
    font-weight: 600;    
    padding: 0;
    letter-spacing: 1.08px;	
	text-align: center;
}
.item-destacado:before 
{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
    background: rgba(170,130,52,0.8);
	opacity: 1;
}
.bg-servicios .row > .col-xs-12:nth-child(2n) > .item-destacado:before 
{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(45,56,120,0.8);
	opacity: 1;
}
.item-destacado p
{
    padding: 15px 20px 18px;
    position: absolute;
	top: 100%;
	left: 0px;
	right: 0px;
	width: 100%;

    border: 1px solid #ddd;
    border-top: none;
    background: #fff;	
	margin: 0px;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.item-destacado:hover p,
.item-destacado:focus p
{
    color: #9c9c9c;
	top: auto;
	bottom: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

h1{font-family:Dosis, sans-serif; font-size:40px; font-weight:700; }
h2{font-family:Dosis, sans-serif; font-size:34px; font-weight:700; }
h3{font-family:Dosis, sans-serif; font-size:28px; font-weight:700; }
h4{font-family:Dosis, sans-serif; font-size:22px; font-weight:700; }
h5{font-family:Dosis, sans-serif; font-size:18px; font-weight:700; }
h6{font-family:Dosis, sans-serif; font-size:16px; font-weight:700; }

.bg-about-us
{
	padding: 0px 0px 50px;
}
.bg-about-us h2,
.title-s
{
	margin: 0px;
	margin-bottom: 20px;
	display: inline-block;
}
.bg-about-us h2:after,
.title-s:after
{
	content: "";
	display: block;
	background: url(../images/divider1.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
	height: 20px;
	margin: 2px 0px;	
	min-width: 75px;
}
.bg-about-us p
{
	line-height: 28px;
	font-size: 15px;
}
.bg-about-us .media .media-left i
{
	display: inline-block;
	text-align: center;
	padding: 0 0 0 0px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(219, 93, 0, 1);
	border-style: solid;
	border-color: rgba(219, 93, 0, 1);
	border-width: 10px;
	border-radius: 2px;
	font-size: 30px;  
    line-height: 30px;
}
.bg-about-us .media:hover .media-left i
{
	background-color: rgba(232, 131, 0, 1);
    border-style: solid;
    border-color: rgba(232, 131, 0, 1);
}
.bg-about-us .media .media-body h4
{
	margin-top: 0px;
    margin-bottom: 15px;
    color: rgba(49, 49, 49, 1);
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.bg-about-us h3
{
    margin-top: 25px;
    margin-bottom: 0px;
    color: rgba(49, 49, 49, 1);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bolder;	
}
.social-media
{
	padding: 0px;
	margin: 0px;
	display: inline-block;
	text-align: left;
}
.social-media > li
{
	list-style: none;
	display: inline-block;
}
.social-media > li a
{
	background-color: rgba(34, 34, 34, 1);
    border-radius: 2px;
	color: rgba(255, 255, 255, 1);
	padding: 10px;
	margin-right: 4px;
	font-size: 14px;
	display: inline-block
}
.social-media li a i
{
    font-size: 16px;
    width: 24px;
    height: 20px;	
	text-align: center;
}
.sec-au
{
	margin: 15px 0px;
}
.bg-parallax 
{
	padding: 60px 0px;
}
.bg-parallax .container .row
{
	display: table;
}
.bg-parallax .container .row .col-xs-12
{
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.bg-parallax h4
{
    margin-top: 0px;
    margin-bottom: 15px;
    color: rgba(254, 176, 25, 1);
    font-size: 24px;
    line-height: 24px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 700; 
}
.bg-parallax  p
{
	color: rgba(238, 238, 238, 1);
    font-size: 15px;
	font-weight: normal;
    line-height: 30px !important;
}
.parallax-shadow
{
	position: relative;
}
.parallax-shadow:before
{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.73);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.parallax-shadow *
{
	z-index: 5;
}
.bg-productos
{
	padding: 50px 0px;
}
.item-producto
{
	position: relative;
 	display: inline-block;
    width: 100%;
    border: 1px solid #ddd;   
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
	margin-bottom: 15px;
}
.item-producto .image-product
{
	height: 240px;
}
.item-producto .description-product
{
	padding:  30px;
	text-align: center;
}
.item-producto .description-product > span
{
	display: inline-block;
}
.item-producto .description-product i
{
    color: #feb019;		
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 100%;
	display: inline-block;
	border: 1px solid #feb019;	
	text-align: center;	
}
.footer-top
{
	padding: 40px 0px;
	background-image: url(../images/bg13.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-footer
{
	margin: 10px 0px;
}
.item-footer *
{
	color: #FFF;
}
.about-us-footer img
{
	margin-bottom: 15px;
}
.products-list-footer
{
	padding: 0px;
	margin: 0px;
}
.products-list-footer li
{
	list-style: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.products-list-footer li p
{
	margin: 0px;
	display: inline-block;
	margin-top: 8px;
}
.image-lf
{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
	
}
.fcontact i
{
    font-size: 18px;
    color: #feb019;	
}
.suscribe-form
{
	display: inline-block;
	width: 100%;
}
.suscribe-form label
{
	display: inline-block;
	width: 100%;
	position: relative;
}
.suscribe-form input
{
    width: 100% !important;
    height: 38px !important;
    color: #313131 !important;
    border-radius: 0;
    background: #f2f2f2;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid #ccc;	
}
.suscribe-form button
{
	line-height: 1 !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 38px !important;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background: #313131 !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sec-fo
{
	display: inline-block;
	width: 100%;
}
.sec-fo li a
{
	background: #333 !important;
}
.copyright
{
	background-color: #10131e;
    color: #878c9b;
	text-align: center;
    padding: 10px 0;
	font-size: 14px;
}
.copyright p
{
	font-size: 12px;
}
.bg-breadcrumb
{
	padding: 70px 0px;
	text-align: center;
}
.bg-breadcrumb h1
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
}
.bg-breadcrumb ol.breadcrumb 
{
	background-color: transparent !important;
	border-radius: 0px;
	margin-bottom: 0px;
	margin: 25px auto 0;
}
.bg-breadcrumb ol.breadcrumb li a,
.bg-breadcrumb ol.breadcrumb li 
{
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
	
}
.bg-article 
{
	padding: 50px 0px;
}
.slider-nosotros
{
	max-width: 400px;
	float: right;	
	position: relative;
	margin-left: 20px;
	padding-bottom: 20px;
}
.bg-article h1:after,
.bg-article h2:after,
.bg-article h3:after,
.bg-article h4:after,
.bg-article h5:after,
.bg-article h6:after
{
	content: "";
	display: block;
	background: url(../images/divider1.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
	height: 20px;
	margin: 2px 0px;
}
.bg-section-2
{
	padding: 80px 0px;
	background-color: rgba(242, 242, 242, 1);
}
.item-nosotros
{
	text-align: center;
}
.item-nosotros h4
{
	margin:15px auto;
}
.item-nosotros > span
{
	display: inline-block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    color: rgba(254, 176, 25, 1);
    border-style: solid;
    border-color: rgba(170, 170, 170, 1);
    border-width: 2px;
	clear: both;
}
.item-nosotros > span i
{
    font-size: 52px;
    width: 52px;
    height: 52px;
    line-height: 52px;	
}
.bg-marcas
{
	padding: 80px 0px;
	text-align: center;
	background-color: #FFF;
}
.listado-marcas
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.listado-marcas > li
{
	display: inline-block;
	width: 100%;
	max-width: 170px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.listado-marcas > li > a
{
	display: inline-block;
	width: 100%;
    padding: 15px 7px;
    text-align: center;
    border: 1px solid #ddd;	
	background: #FFF;
}
.listado-marcas > li img
{
	height: 25px
}
.bg-contact-1
{
	padding: 80px 0px;
}
.item-contact-sup
{
	text-align: center;
}
.item-contact-sup i
{
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;	
}
.bg-contact-2
{
	padding: 50px 0px;
	background: rgba(242, 242, 242, 1);
}
.contact-form input,
.contact-form select
.contact-form textarea
{
	padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
	width: 100% !important;
    color: #313131;
    background: #fff;
    box-shadow: none;
}
.contact-form textarea
{
	min-height: 250px;
	resize: none;
}
.contact-form button
{
	font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    overflow: hidden;
    padding: 15px 36px;
    vertical-align: middle;
    letter-spacing: 1.05px;
    border: none !important;
    border-radius: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	
	color: #eee;
    outline: none;
    background: #313131;
	text-transform: uppercase;
	
	display: inline-block;
	width: 100%;
	
	margin-top: 15px;
}
.bg-contact-3
{
	line-height: 0px;
	width: 100%;
	display: inline-block;
}
.bg-contact-3 iframe
{
	height: 300px;
	display: inline-block;
	width: 100%;
}
.pag-navigation nav
{
	text-align: center;
}

.pagination>li>a,
.pagination>li>span
{
    color: #787878 !important;		
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover
{
    border-color: #feb019;
    background-color: #feb019;	
	color: #FFF !important;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span
{
	border-radius: 0px !important;
}
.rslides-article li
{
	line-height: 0px;
}
.image-hov,
.rslides-article li a
{
	display: inline-block;
}
.image-hov:before,
.rslides-article li a:before
{
	content: "";
	left: 5px;
	top: 5px;
	bottom: 5px;
	right: 5px;
	border: 3px solid #feb019;
	position: absolute;
}
.image-hov:after,
.rslides-article li a:after
{
	content: "\f002";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);	
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background: rgba(0,0,0,0.72);
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;	
}
.image-hov:hover:after,
.rslides-article li a:hover:after
{
	opacity: 1;
}
.g-recaptcha > div
{
	margin: auto !important;
}
#product_description table p
{
	margin: 0px;
}
@media(max-width:767px)
{
	.item-producto
	{
		max-width: 400px;
		margin: auto;
		margin-bottom: 25px;
		display: block;
	}
	.item-footer
	{
		max-width: 320px;	
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.item-footer h3
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	/*********************************/
	.navbar-collapse
	{
		position: fixed;
		width: 300px;
		left: 0;
		top: 0;
		margin: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		height: 100% !important;
		padding-bottom: 60px;
		background-color:#24252a;
		z-index: 99999991;
		overflow-y: auto;
		will-change: transform;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
		max-height:none !important;
		
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
		display:block !important;
	}
	.collapse.in
	{
		height:100% !important;
		left: 0;
		-webkit-transform: translateX(13px);
		transform: translateX(13px);
		position: fixed;
		
		-webkit-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		-o-transition: all 1.2s ease;
		transition: all 1.2s ease;		
		background-color: #24252a;
		border-color:#24252a;
	}
	.close-menu
	{
		border:0px;
		box-shadow:none;
		margin:0px;
		float:right;
	    padding: 0px;
	    margin-top: 10px;
		background-color:transparent !important;
		border-radius:0px !important;
		color: #FFF;
	}
	.close-menu:hover,
	.close-menu:focus,
	.close-menu:visited
	{
		background-color:transparent !important;
		border:0px !important;	
	}
	.close-menu > span
	{
		font-size: 35px;
		color: #000 !important;
		max-width: 40px;
	}
	.navbar-nav li a
	{
		padding-left:20px;
		color:#FFF;
	}
	.menu-responsive-logo
	{
		padding:10px;
	}
	.menu-responsive-logo span
	{
		width:180px;
		display:inline-block;
	}
	.nav > li 
	{
		padding:0px;
	}
	.nav > li > a
	{
		background:#5d5d5d !important;
		border-bottom:1px solid #FFF;
		padding-top:25px;
		padding-bottom:25px;		
	}
	.overlayMenu
	{
		background: rgba(0,0,0,.8);
		z-index: 3;
		width: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		height:100%;
	}
	.bg-header-bottom .navbar-default .navbar-nav>li>a
	{
		color: #000;
	}
	.bg-header-bottom .navbar-default .navbar-nav>.active>a,
	.bg-header-bottom .navbar-default .navbar-nav>.active>a:focus,
	.bg-header-bottom .navbar-default .navbar-nav>.active>a:hover,
	.bg-header-bottom .navbar-default .navbar-nav>li>a:focus,
	.bg-header-bottom .navbar-default .navbar-nav>li>a:hover
	{
		
		color: #000 !important;
		background: #feb019 !important;		
	}
	/*****************************/
	.description-slider > div > h2
	{
		font-size: 30px;
		line-height: 30px;
	}
	.description-slider > div > h4
	{
		font-size: 16px;
		line-height: 16px;
	}
}