@font-face {
  font-family: 'Venera';
  font-style: normal;
  font-weight: 100;
  src:url(../fonts/fonts/Venera-100.otf) format('opentype');
}
@font-face {
  font-family: 'Venera';
  font-style: normal;
  font-weight: 300;
  src:url(../fonts/fonts/Venera-300.otf) format('opentype');
}
@font-face {
  font-family: 'Venera';
  font-style: normal;
  font-weight: 500;
  src:url(../fonts/fonts/Venera-500.otf) format('opentype');
}
@font-face {
  font-family: 'Venera';
  font-style: normal;
  font-weight: 700;
  src:url(../fonts/fonts/Venera-700.otf) format('opentype');
}
@font-face {
  font-family: 'Venera';
  font-style: normal;
  font-weight: 900;
  src:url(../fonts/fonts/Venera-900.otf) format('opentype');
}

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    line-height: 21px;
	font-size: 13px;
    color: #027F45;
	-webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
figure, p {
    margin: 0;
}
p {
    font-size:14px;
	color:#42210B;
	padding:10px 0px;;
}
a {
	color:#027F45;
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
	font-family: 'Venera';
}
iframe {
    border: 0;
}
button{
	font-family: 'Venera';
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
a:focus, a:hover {
    color: #01542D;
	text-decoration:underline;
}
h1, h2, h3,
h4, h5, h6 {
	font-weight: 700;
	font-family: 'Venera';
	margin: 0;
	color:#027F45;
	padding:10px 0;
}
h1{font-size:20px;text-align:center;}
h2{font-size:19px;}
h3{font-size:18px;}
h4{font-size:17px;}
h5{font-size:16px;}
h6{font-size:15px;}
.sec{
	padding:10px 35px;
}
section{
	padding:50px 0;
}
.btn-primary{
    color: #027F45;
    background-color: #fff;
    border-color: #B0B0B0;
	border-radius:1px;
	font-size:11px;
	padding:8px 35px;
	margin:35px 0;
	-webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #027F45;
    border-color: #0B6512;
}

.unlao ul {
	width: 300px; float:left;list-style: inherit;color: #000;
}

/*==========================
heading
============================*/
.logo{
	padding:0;
}
.nav a{
	font-size:.8em;
	font-weight:900;
	color:#000;
	padding: 10px 25px !important;
}
.nav a:after{
	background-color:#177253;
	content:"";
	height:3px;
	width:25px;
	position:absolute;
	bottom:0px;
	left:23px;
	display:none;
}
.nav a:hover:after,.nav li a.current:after,.nav > li > a:focus:after{
	display:block;
}
.nav li a.current:after{
	display:block;
}
.nav a:hover,.nav li.current a,.nav > li > a:focus{
	color:#177253;
	background:none;
}
.navbar {
    min-height: 130px;
	margin-bottom:0px;
	-webkit-transition: all .3s ease-in 0s;
   -moz-transition: all .3s ease-in 0s;
	-ms-transition: all .3s ease-in 0s;
	 -o-transition: all .3s ease-in 0s;
		transition: all .3s ease-in 0s;
}
.navbar-fixed-top, .navbar-fixed-bottom {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+79,ffffff+100&1+61,0+99 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 61%, rgba(255,255,255,0.53) 79%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 61%,rgba(255,255,255,0.53) 79%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 61%,rgba(255,255,255,0.53) 79%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}
#carousel1 {
    margin-top: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    border-radius: 0px 50% 50% 0px;
	padding: 6px 24px 6px 0px;
}
.carousel-control.right {
    border-radius:50% 0 0 50% ;
	padding: 6px 0px 6px 24px;
}
.carousel-control.left i {
    font-size: 18px;
	margin-left:7px;
}

.carousel-control.right i {
    font-size: 18px;
	margin-left:-15px;
}
.carousel-control {
    top: 50%;
	width: 0px;
	height: 30px;
	opacity: 1;
	background-color: #3C9253;
}
.carousel-indicators li {
	width: 11px;
    height: 11px;
	margin: 0px;
}
.carousel-indicators .active {
    margin: 0px;
    width: 11px;
    height: 11px;
    background-color:#FBA200;
}
.carousel-indicators li{
    background-color:#fff;
}
.carousel-control:hover, .carousel-control:focus {
    opacity: 0.5;
}
.slider_overoly{
	position: absolute;
	width: 100%;
	top: -5px;
	left: 0px;
	height: 5px;
	background: #D2D2D2;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
/*Scroll nav*/
.fixed_menu .navbar-collapse {
    margin-top: 10px;
}
.fixed_menu.navbar {
    min-height: 60px;
}
.fixed_menu .navbar-brand {
	height:0px;
}
/*==========================
mision
============================*/
.big_title{
	font-size: 30px;
	font-weight: 700;
	padding-bottom:30px;
}
.mision .sec a{
	margin-top:30px;
	display:block;
}
.mision .sec.col-md-3 img{
	margin-top:100px;
}
.mision_sec{
	border-bottom:1px solid #ADADAD;
}
.mision_sec,.vision_sec{
	padding:20px 0;
}
.mision_sec h2,.vision_sec h2{
	margin-left:-35px;
}

/*==========================
product slider
============================*/
.product_slider{
	text-align:center;
	position:relative;
	z-index:1;
}
.product_slider_dcolor{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:400px;
	background-color:#F3F3F3;
	z-index:-1;
}
.product_slider .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 35%;
    margin: 0 auto;
}
.product_slider .carousel-control {
    background-color: rgba(0,0,0,0);
	background-image:url('../images/arow.png');
	padding: 40px 20px;
	top: 50px;
}
.product_slider  .carousel-indicators li {
    background-color: #008143;
}
.product_slider  .carousel-indicators li.active {
    background-color:#FBA200;
}
.product_slider  .carousel-indicators {
    bottom: 0px;
}
.product_slider .carousel-control.right {
    background-position:-52px 0px;
}
.product_slider a.download{
	font-family:'Venera';
	display:block;
	color:#FBA200;
	font-size: 11px;
	font-weight: 700;
}
span{
	font-size:12px;
	color:#42210B;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.down_arow{
	margin:35px 0 20px;
	padding:12px;
	border:1px solid #000;
	border-radius:100%;
}
.product_slider #carousel2{
	margin-top: 75px;
	padding-bottom: 35px;
}
.product_slider .carousel-caption {
    position: initial;
	padding-top:40px;
	text-shadow: none;
}
/*==========================
NUESTROS FUNDOS
============================*/
.project-wrapper{
	position:relative;
}
ul.text-center {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    font-size: 18px;
    font-weight: 500;
	text-align:center;
}
ul.text-center li {
    display: inline-block;
}
.works{
	background-image:url('../images/bg3.png');
	padding-bottom:0px;
	background-repeat: repeat-x;
	background-position:0% 0%;
	padding-bottom: 60px;
}
.work-filter {
	margin-bottom: 35px;
	text-align:center;
}
.work-filter p {
    padding: 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #2D2D30;
}
.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: uppercase;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  color: #2D426F;
  padding: 5px 17px;
}
ul.text-center{
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    font-size: 18px;
    font-weight: 500;
}

.mix {
    display: none;
}
.overlay a{
	width:100%;
	height:100%;
	display:block;
}
.work-item {
	float: left;
	position: relative;
	background-position: 50%;
    border: 4px solid #fff;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}
.show_arrange,.show_supe{
	display:none;
}
.overlay {
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 129, 65, 0.5);
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 30px;
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}
.show_huaral .work-item:nth-child(1) {background-image:url('../images/huaral/IMG_7326.JPG'); background-size:100% auto;}
.show_huaral .work-item:nth-child(2) {background-image:url('../images/huaral/IMG_7579.JPG'); background-size:100% auto}
.show_huaral .work-item:nth-child(3) {background-image:url('../images/huaral/IMG_7613.JPG'); background-size:100% auto}
.show_huaral .work-item:nth-child(4) {background-image:url('../images/huaral/IMG_7427.JPG'); background-size:100% auto;}
.show_huaral .work-item:nth-child(5) {background-image:url('../images/huaral/IMG_7448.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(6) {background-image:url('../images/huaral/IMG_7570.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(7) {background-image:url('../images/huaral/IMG_7502.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(8) {background-image:url('../images/huaral/IMG_7516.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(9) {background-image:url('../images/huaral/IMG_7385.JPG'); background-size:100% auto;}
.show_huaral .work-item:nth-child(10) {background-image:url('../images/huaral/IMG_7547.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(11) {background-image:url('../images/huaral/IMG_7572.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(12) {background-image:url('../images/huaral/IMG_7602.JPG'); background-size:100% auto;}
.show_huaral .work-item:nth-child(13) {background-image:url('../images/huaral/IMG_7384.JPG'); background-size:100% auto;}
.show_huaral .work-item:nth-child(14) {background-image:url('../images/huaral/IMG_7540.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(15) {background-image:url('../Foto2-thumb.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(16) {background-image:url('../images/huaral/IMG_7530.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(17) {background-image:url('../images/huaral/IMG_7447.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(18) {background-image:url('../images/huaral/IMG_7572.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(19) {background-image:url('../images/huaral/IMG_7409.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(20) {background-image:url('../images/huaral/IMG_7603.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(21) {background-image:url('../images/huaral/IMG_7563.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(22) {background-image:url('../images/huaral/IMG_7511.JPG'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(23) {background-image:url('../Foto1.jpg'); background-size:auto 100%;}
.show_huaral .work-item:nth-child(24) {background-image:url('../images/huaral/IMG_7530.JPG'); background-size:auto 100%;}

.show_supe .work-item:nth-child(1) {background-image:url('../images/supe/IMG_7862.JPG'); background-size:100% auto}
.show_supe .work-item:nth-child(2) {background-image:url('../images/supe/IMG_7850.JPG'); background-size:100% auto}
.show_supe .work-item:nth-child(3) {background-image:url('../images/supe/IMG_7801.JPG'); background-size:100% auto}
.show_supe .work-item:nth-child(4) {background-image:url('../images/supe/IMG_7830.JPG'); background-size:100% auto;}
.show_supe .work-item:nth-child(5) {background-image:url('../images/supe/IMG_7755.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(6) {background-image:url('../images/supe/IMG_7861.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(7) {background-image:url('../images/supe/IMG_7808.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(8) {background-image:url('../images/supe/IMG_7756.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(9) {background-image:url('../images/supe/IMG_7865.JPG'); background-size:100% auto;}
.show_supe .work-item:nth-child(10) {background-image:url('../images/supe/IMG_7854.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(11) {background-image:url('../images/supe/IMG_7761.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(12) {background-image:url('../images/supe/IMG_7788.JPG'); background-size:100% auto;}
.show_supe .work-item:nth-child(13) {background-image:url('../images/supe/IMG_7755.JPG'); background-size:100% auto;}
.show_supe .work-item:nth-child(14) {background-image:url('../images/supe/IMG_7852.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(15) {background-image:url('../images/supe/IMG_7746.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(16) {background-image:url('../images/supe/IMG_7805.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(17) {background-image:url('../images/supe/IMG_7751.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(18) {background-image:url('../images/supe/IMG_7806.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(19) {background-image:url('../images/supe/IMG_7811.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(20) {background-image:url('../images/supe/.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(21) {background-image:url('../images/supe/.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(22) {background-image:url('../images/supe/.JPG'); background-size:auto 100%;}
.show_supe .work-item:nth-child(23) {background-image:url('../images/supe/.JPG'); background-size:auto 100%;}
/*==========================
SERVICE AREA
============================*/
.service{
	background-repeat:no-repeat;
	background-position: 100% 0px;
	background-size: 100% auto;
	padding-bottom: 130px;
}
.service_area{
	padding-top:50px;
}
.service_item{
	margin:20px 0;
	height: 200px;
}
.service_item h3,.service_item span,.service_item li{
	font-family: 'Lato', sans-serif;
}
.service_item h3{
	padding-bottom: 2px;
}
.service_number{
	float:left;
	margin-top: 20px;
}
.service_desc{
	float:left;
	padding: 0 20px;
}
.service_desc span{
	color:#FBA200;
	text-transform:uppercase;
	font-size:13px;
}
.service_desc ul{
	padding-top: 10px;
	color:#42210B;
}
.service_desc ul li:before{
	position:absolute;
	width:3px;
	height:1px;
	background-color:#42210B;
	content:"";
	margin-top: 10px;
	margin-left: -10px;
}
.service_number span{
	font-size:50px;
	color:#474747;
	font-weight:700;
}


/*==========================
responsabilidad
============================*/
section.responsabilidad {
    padding: 50px 0px 0px;
    margin: 0px 0px 50px;
    border-top: 3px solid #EEEEEE
}
.responsabilidad{
	position:relative;
}
.responsabilidad_social{
	padding:20px 70px;
}
.responsabilidad h6{
	padding:0 0 30px 0;
	color:#42210B;
	font-size:12px;
	border-bottom: 1px solid #AEAEAE;
}
.responsabilidad h3{
	padding:50px 0 30px 0;
	font-family: 'Lato', sans-serif;
}
.responsabilidad p{
	padding:20px 0;
}
.responsabilidad_bg,.responsabilidad_bg2{
	position:absolute;
	top:0;
	width:50%;
	height:100%;
}
.responsabilidad_bg{
	background-color:#EEEEEE;
	left:0;
}
.responsabilidad_bg2{
	border-top: 3px solid #EEEEEE;
	background-color:#fff;
	right:0;
}
.photo_gallery{
 width:100%;
}
.photo_gallery .work-item {
	float:left;
	width:30%;
	height:240px;
	padding: 0;
	margin: 0;
}
.photo_gallery .work-item img{
	width:100%;
	height:100%;
}
.photo_gallery .work-item:nth-child(1) {
	width:50%;
	height:480px;
}
.photo_gallery .work-item:nth-child(2) {
    width: 20%;
    height: 480px;
}
.clear_both{
	clear:both;
}
.overlay h4{
	color:#fff;
	border:none;
	padding: 25% 10%;
	font-family: 'Lato', sans-serif;
}


/*==========================
contact
============================*/

.contact{
	padding-bottom:0px;
}

.contact .col-md-7 .col-md-12{
	padding:10px 0;
}
.map_text{
	padding:20px;
	position: absolute;
	top: -560px;
}
.contact p{
	font-family: 'Lato', sans-serif;
	padding:50px 0px 14px 0px;
	color: #fff;
}
.contact span{
	font-family: 'Lato', sans-serif;
	color: #fff;
}
.contact h3{
	color: #fff;
}
.contact h5{
	font-family: 'Lato', sans-serif;
	padding:10px 0px;
	color: #fff;
	font-size:14px;
}
.contact h5:before {
    position: absolute;
    width: 70%;
    height: 2px;
    top: 45px;
    left: 0px;
    background-color: #FFF;
    content: "";
}
.contact ul{
	padding:20px 0px;
}
.contact ul li{
	font-family: 'Lato', sans-serif;
	padding:10px 0px;
	color: #fff;
}
.contact ul li i{
	border:1px solid #fff;
	border-radius:50%;
	margin-right:15px;
	color: #fff;
	padding: 6px;
	width: 25px;
	height: 25px;
}

/*==========================
Footer
============================*/
.footer{
	padding:0;
	margin:0;
}
.footer_menu{
	height:105px;
}
.footer_logo{
	width:90px;
	padding:10px 0;
}
.footer_menu ul{
	list-style:none;
	padding:40px 0;
	width: 86%;
	margin: 0 auto;
}
.footer_menu ul li{
	float:left;
}
.footer_menu ul li a{
	padding: 10px;
	font-size: 10px;
	color: #686868;
	font-weight: 700;
}
.footer_menu ul li a i{
	font-size: 18px;
	color: #fff;
	background-color:#000;
	border-radius:50%;
	width:30px;
	height:30px;
}
.footer_menu ul li a i.fa-youtube{
    padding: 7px;
}
.footer_menu ul li a i.fa-facebook{
    padding: 8px 10px;
}
.social{
	padding-left: 0px;
}
.social ul li a{
	padding: 4px;
}
.copyright{
	font-size: 14px;
	font-family: "Lato",sans-serif;
	background-color: #171717;
	color: #fff;
	padding: 40px;
}
.copyright span{
	font-size: 20px;
	padding-left:10px;
	font-weight:300;
	color:#5E5E5E;
}
.copyright span img{
	width:35px;
	margin:0px;
}

@media (max-width: 600px) {
  .unlao ul {
    width: 100%;
    float: left;
    list-style: inherit;
    color: #000;
  }
}



