@charset "utf-8";
/*** 1 Fonts ***/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@font-face
{
	font-family: 'Futura';
	src: url('../fonts/FuturaLT-Book.ttf')  format('truetype');
}
/*** 2 Body and some general stuff ***/
*
{	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px; }
body
{	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5; }
div
{	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
ul
{	list-style: none;
	margin-bottom: 0px; }
/**********************************/
p { font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #969696;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;}
p a {display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #4CAF50;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;}
p:last-of-type { margin-bottom: 0; }
/**********************************/
i{ color: #3e8e41;}
a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active { position: relative; color: #4CAF50; }
p a:hover { color: #4CAF50;}
p a:hover::after { opacity: 0.2; }
::selection { background: rgba(188,155,155,0.6); color: #FFFFFF; }
h1{font-size: 48px; color:#3e8e41;}
h2{font-size: 36px;}
h3{font-size: 24px; color:#3e8e41;}
h4{font-size: 18px; color:#3e8e41;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
}
img { max-width: 100%; }
button:active { outline: none; }
.form-control { color: #db5246;}
section { display: block; position: relative; box-sizing: border-box; }
.clear { clear: both; }
.clearfix::before, .clearfix::after {
	content: "";
	display: table;
}
.clearfix::after { clear: both; }
.clearfix { zoom: 1; }
.float_left { float: left; }
.float_right { float: right; }
.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} 
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
} 
.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height { height: 100%; }
.super_container { width: 100%; overflow: hidden; }
.super_container_inner {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.super_container_inner.active {
	-webkit-transform: translateX(350px);
	-moz-transform: translateX(350px);
	-ms-transform: translateX(350px);
	-o-transform: translateX(350px);
	transform: translateX(350px);
}
.super_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.super_container_inner.active .super_overlay { visibility: visible; opacity: 1; }
.prlx_parent { overflow: hidden; }
.prlx { height: 130% !important; }
.parallax-window { min-height: 400px; background: transparent; }
.parallax_background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding { padding: 0px !important; }
.section_title { font-size: 36px; font-weight: 700; color: #4a4a4a; line-height: 1.2; }
/*** 3. Header ***/
.header {
	display: block; position: relative; position: fixed; top: 0; left: 0; width: 100%;
    padding-bottom: 5px; background: #FFF; z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
    box-shadow:0px 4px 3px rgba(0,0,0,.5);
}
.header.active {
	-webkit-transform: translateX(350px);
	-moz-transform: translateX(350px);
	-ms-transform: translateX(350px);
	-o-transform: translateX(350px);
	transform: translateX(350px);
}
.header_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
    box-shadow:0px 4px 3px rgba(0,0,0,.5);
}
.header.active .header_overlay { visibility: visible; opacity: 1; }

.header_content { width: 100%; height: 90px; padding-left: 20px; padding-right: 42px; }

.header.scrolled { box-shadow: 0px 5px 15px rgba(0,0,0,0.08); }

.logo a > div > div:last-child {
	padding-left: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #4a4a4a;
}
.hamburger { display: none; margin-left: 25px; cursor: pointer; margin-top: 4px; }

.hamburger i { font-size: 24px; color: #2e2e2e; }

.hamburger:hover i { color: #28a745; }

.main_nav { margin-left: 111px; }

.main_nav ul li:not(:last-of-type) { margin-right: 49px; }

.main_nav ul li a { font-size: 20px; color: #2e2e2e; font-weight: 400; }

.main_nav ul li.active a,

.main_nav ul li a:hover { color: #28a745; }

.header_phone > div:first-child > div { width: 36px; height: 36px; }

.header_phone > div:last-child { font-size: 18px; font-weight: 700; color: #4a4a4a; padding-left: 26px; }

.contenedor { padding-bottom: 82px; margin-top: 10%; padding-left: 50px; padding-right: 10px; width: 80%;}

.svg path, .svg rect, .svg polygon
{
    fill: #778990;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.svg:hover path, .svg:hover rect, .svg:hover polygon { fill: #28a745; }
/*********************************
4. Menu
*********************************/
.menu
{
	position: fixed;
	top: 0;
	left: -350px;
	width: 350px;
	height: 80vh;
	background: #f8f8f8;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 15px;
	z-index: 101;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.menu.active { left: 0; }

.menu_search_form .search_input { text-align: left; padding-left: 25px; }

.menu_nav ul li a { position: relative; font-size: 14px; color: #2e2e2e; font-weight: 400; }

.menu_nav ul li a:hover { color: #28a745; }

.menu_nav ul li a::after
{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0%;
	height: 2px;
	background: #28a745;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	content: '';
}
/*menu collpase*/
.menu.active .btn-success{ background-color: #f8f8f8; color: #28a745; padding: 0px; border-color:#f8f8f8;}
/*----*/
.menu_nav ul li a:hover::after { width: 100%; }

.menu_contact { position: absolute; left: 40px; bottom: 25px; }

.menu_phone > div:first-child > div { width: 18px; height: 18px; }

.menu_phone > div:last-child { font-size: 14px; font-weight: 700; color: #4a4a4a; padding-left: 16px; }

/*** 5 Home ***/
.home { width: 100%; max-height: 30px; padding-top: 12px; margin-top: 125px; background: #28a745; }

.home_container	{ width: 100%; height: 100%; padding-bottom: 43px; }

.home_title { text-transform: uppercase; font-size: 15px; color: #FFFFFF; font-weight: 700; line-height: 0.75; }

/*** 6 Products ***/

.products { padding-bottom: 82px; margin-top: 40px; padding-left: 50px; padding-right: 10px;}
.product { margin-bottom: 10px; margin-left: 0px; border-radius: 3px; height: auto; padding-bottom: 20px; width: 210px; border: 1px solid #f3f3f3; 
-webkit-box-shadow: 9px 13px 14px 0px rgba(219,219,219,1);
-moz-box-shadow: 9px 13px 14px 0px rgba(219,219,219,1);
box-shadow: 9px 13px 14px 0px rgba(219,219,219,1);}

.product_content { width: 197px; background: #fff; height: 200px;}
/*****/
.product2 { margin-bottom: 10px; border-radius: 3px; height: auto; padding-bottom: 10px; width: 290px; border: 1px solid #f3f3f3; 
-webkit-box-shadow: 9px 13px 14px 0px rgba(219,219,219,1);
-moz-box-shadow: 9px 13px 14px 0px rgba(219,219,219,1);
box-shadow: 9px 13px 14px 0px rgba(219,219,219,1);}
.product_content2 { width: 260px; background: #fff; height: 220px;}
.product_name2 { max-width: 100%; font-size: 16px; line-height: 1.2; color: #28a745; font-weight: 500;}
.product_category2 { margin-top: 2px; font-size: 12px; color: #969696; font-weight:400; width: 234px; }
.product_descript2 { margin-top: 2px; font-size: 12px; color: #969696; width: 240px;}
/*****/
.product.home_item_large { margin-bottom: 0; }

.product_tag { position: absolute; top: 16px; right: 15px; width: 127px; height: 127px; background: #28a745; border-radius: 50%; z-index: 1; }

.product_tag > div > div {color: #FFFFFF; line-height: 0.75; }

.product_tag > div > div:first-of-type { font-size: 24px; font-weight: 100; }

.product_tag > div > div:last-of-type { font-size: 36px; font-weight: 500; margin-top: 11px; }

.product_tag > div > div:last-of-type span { font-size: 24px; vertical-align: top; margin-left: 2px; }


.home_item_large .product_content
{
	background: rgba(255,255,255,0.2);
	border-top: solid 2px #dbdbdb;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.product_info { height: auto; padding-left: 10px; padding-right: 10px; padding-top: 18px; padding-bottom: 10px; width: 180px;}

.product_name { max-width: 100%; font-size: 16px; line-height: 1.2; color: #28a745; font-weight: 500;}

.home_item_large .product_name a,
.home_item_large .product_category,
.home_item_large .product_category a { color: #FFFFFF; }

.product_category { margin-top: 2px; font-size: 12px; color: #969696; font-weight:400; width: 180px; }

.product_descript { margin-top: 2px; font-size: 12px; color: #969696; width: 180px;}

.product_others { margin-top: 2px; font-size: 12px; color: #969696; font-weight: 400; overflow-x: auto; width: 70%; }

.home_item_large .product_category,
.home_item_large .product_category a { font-weight: 300; }

.product_buttons { width: 100%; height: 57px; }

.home_item_large .product_buttons { padding-left: 2px; padding-right: 2px; padding-bottom: 2px; }

.product_buttons > div { width: 100%; height: 100%; }
.product_buttons > div > div
{
	width: 50%;
	height: 100%;
	border-top: solid 1px #ededed;
	background: rgba(255,255,255,0);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.product_buttons > div > div svg
{
	max-width: 100%;
	height: auto;
}
.home_item_large .product_buttons > div > div
{
	border-top: solid 1px rgba(255,255,255,0.2);
}
.product_buttons > div > div:hover
{
	background: #2fce98;
}
.home_item_large .product_buttons > div > div:hover
{
	background: rgba(255,255,255,0.1);
}
.product_buttons > div > div:first-of-type
{
	border-right: solid 1px #ededed;
}
.home_item_large .product_buttons > div > div:first-of-type
{
	border-right: solid 1px rgba(255,255,255,0.2);
}
.product_button { cursor: pointer; }

.product_button > div > div { width: 36px; height: 36px; margin-top: 4px; }

.product_button > div > div img { max-width: 100% !important; }

.product_button > div > div > div
{
	position: absolute;
	top: -3px;
	right: -4px;
	width: 18px;
	height: 18px;
	background: #2fce98;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	border-radius: 50%;
}
.product_button svg path, .product_button svg rect, .product_button svg polygon
{
    fill: #4a4a4a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.product_button:hover svg path,
.product_button:hover svg rect,
.product_button:hover svg polygon { fill: #FFFFFF; }
/*********************************
7. Footer
*********************************/
footer{ display: block; width: 100%; background: #3e8e41; color: #fff; margin-top: 1%;font-size: 12px;}
footer i{color: #fff;}

.footer_list
{
	display: block;
	width: 100%;
	padding-top: 4%;
    color: #fff;
}
.footer_list li { width: 100%; position: relative; height: 25px;}

.ctc {margin-top: 145px; padding-bottom: 183px;}
.emp {margin-top: 150px; padding-bottom: 110px;}
.ubc {margin-top: 150px; padding-bottom: 110px;}
.inc {margin-top: 145px; padding-bottom: 112px;}

