html, body{
	font-size: 100%;
	background:	#fff;
	font-family: 'Montserrat';
	height: 100%;
}
p{
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.section{
	padding-bottom: 40px;
}
#inicio{
	padding-bottom: 0px;
}
#pasador{
	padding-bottom: 0px;
}
#inicio-ventanas{
	padding-bottom:0px;
	margin-top:55px;
}
#inicio-puertas{
	padding-bottom:0px;
	margin-top:55px;
}

#ventanas img {
	height: 80px;
	width: auto;
}
#puertas img {
	height: 90px;
	width: auto;
}

#contacto{
	background: #787878;
	padding: 15px;
	font-family: 'Montserrat';
	font-weight: normal;
	padding-bottom: 15px;
}
#contacto h2{
	font-size: 27px;
}
#contacto h3{
	margin-bottom: 10px;
}
#contacto button{
	background-color: #3a7124;
}
.cotizacion{
	font-size: 13px;
}

.navbar{
	min-height:60px;
	font-weight: bold;
	font-size: 90% !important;
}

.navbar-nav > li > a{
	padding:20px;
}
.navbar-nav > li > a:hover{
	color:#fff !important;
	background-color: #3A7224 !important;
}
.navbar-nav > li > a.active{
	color:#fff !important;
	background-color: #3A7224 !important;
}

.navbar-default{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	/*background-color: #787878;*/
	background-color: #E8E8E8;
}
.navbar-default .navbar-nav > li > a {
	/*color:#FFFFFF*/
	color:#787878;
}

.logo-navbar{
	display: inline-block;
	line-height: 55px;
}
.logo-navbar img{
	padding-top:10px;
}
.logo-navbar span{
	font-family: 'Trebuchet MS';
	display: inline-block;
	vertical-align: middle;
	color:#787878;
}
.navbar-brand {
	padding:0px;
	margin-left: 0px !important;
}
.sub-menu{
	padding-left: 30px;
	list-style: none;
}
.sub-menu i{
	color:#3A7224;
}
.sub-menu > li{
	padding-bottom: 5px;
}
.sub-menu > li > a{
	color: #787878;
}

/*** LOGOS ***/
#logos .thumbnail_container {
	width: 100%;
}
#logos .thumbnail {
	width:100%;
	height:150px;
	border:0;
}
#logos .thumbnail img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#logos img{
	max-height:100%;
	max-width:100%;
}

/*-- banner --*/
.header ul li a,.more a,.more-pos a,p-mask.footer p a,input[type="submit"],.recent-comments-grid-right h4 a,.admin-right p a,.tags ul li a,.comments-list ul li a,.categories ul li a,.comments-list h3 a,.popular-right h5 a,.mail-grid-left-pos,.mail-grid-left,.team-grid1-sub,.footer-copy-grid ul li a,.about-grid-left1 ul li a,.about-grid ul li a{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.banner{
	background:url(../images/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:800px;
}
.banner1{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:500px;
}
.header{
	padding:5em 0 15em;
	text-align: center;
}
.header-left ul li{
	display:inline-block;
	margin-right:5em;
	font-size:14px;
	color:#3a7124;
}
.header-left ul li span{
	left:-.5em;
	color:#3a7124;
}
.header-left ul li a{
	color:#fff;
	text-decoration:none;
}
.header-left ul li a:hover{
	color:#3a7124;
}
.header-left{
	float: left;
	padding:.7em 0 0 17em;
}
.header-right{
	float: right;
}

.logo {
	text-align: center;
}
.logo h1 a{
	font-size:3em;
	text-decoration:none;
	text-align:center;
	color:#fff;
}
.logo h1 a span{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #E9E9E9;
}

.container.banner-drop.nav-open{
	margin-top: 8em;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#logos .img-responsive {
	margin: 0 auto;
}

.flex-direction-nav a {
	width: 50px;
	height: 50px;
	color: #fff;
}
.flex-direction-nav a:before {
	color:#fff;
}
.titulo-obra{
	position:absolute;
	bottom:0px;
	background-color:rgba(58, 113, 36, .7);
	padding:15px;
	color:#fff;
	font-size: 40px;
	width: 100%;
	text-align: left;
}

/*
menu icon css3
*/
.menu-icon {
	position: relative;
	display: block;
	width: 2.5em;
	height: 2.5em;
	cursor: pointer;
}
.menu-icon:hover span {
	background:#3a7124;
}
.menu-icon:hover span:before, .menu-icon:hover span:after {
	background:#3a7124;
}

.menu-icon > span {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 0.25em;
	background-color:#FFFFFF;
	border-radius: 3px;
	-webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
	-webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: transform 0.3s, background 0.25s ease;
	transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.menu-icon > span:before,
.menu-icon > span:after {
	content: "";
	right: 0em;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	border-radius: 3px;
	-webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
	-webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: transform 0.3s, background 0.25s ease;
	transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

.menu-icon > span:before {
	-webkit-transform: translateY(-0.75em);
	transform: translateY(-0.75em);
	-moz-transform: translateY(-0.75em);
	-o-transform: translateY(-0.75em);
	-ms-transform: translateY(-0.75em);
}

.menu-icon > span:after {
	-webkit-transform: translateY(0.75em);
	transform: translateY(0.75em);
	-moz-transform: translateY(0.75em);
	-o-transform: translateY(0.75em);
	-ms-transform: translateY(0.75em);
}

/* OPENED */
.menu-icon.open {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.menu-icon.open > span:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.menu-icon.open > span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.header-right nav {
	position: absolute;
	top: -23%;
	left: 24%;
	z-index: -1;
}
.header-right nav ul li.animate {
	top: 0;
}
.header-right nav ul li {
	display: inline-block;
	text-align: center;
	margin: 1em 2em;
	cursor: pointer;
	position: relative;
	top: -8em;
}
.header-right nav ul li:nth-child(1) {
	-moz-transition: top 0.3s ease 0.15s;
	-o-transition: top 0.3s ease 0.15s;
	-webkit-transition: top 0.3s ease;
	-webkit-transition-delay: 0.15s;
	-webkit-transition: top 0.3s ease 0.15s;
	transition: top 0.3s ease 0.15s;
}
.header-right nav ul li:nth-child(2) {
	-moz-transition: top 0.3s ease 0.2s;
	-o-transition: top 0.3s ease 0.2s;
	-webkit-transition: top 0.3s ease;
	-webkit-transition-delay: 0.2s;
	-webkit-transition: top 0.3s ease 0.2s;
	transition: top 0.3s ease 0.2s;
}
.header-right nav ul li:nth-child(3) {
	-moz-transition: top 0.3s ease 0.25s;
	-o-transition: top 0.3s ease 0.25s;
	-webkit-transition: top 0.3s ease;
	-webkit-transition-delay: 0.25s;
	-webkit-transition: top 0.3s ease 0.25s;
	transition: top 0.3s ease 0.25s;
}
.header-right nav ul li:nth-child(4) {
	-moz-transition: top 0.3s ease 0.3s;
	-o-transition: top 0.3s ease 0.3s;
	-webkit-transition: top 0.3s ease;
	-webkit-transition-delay: 0.3s;
	-webkit-transition: top 0.3s ease 0.3s;
	transition: top 0.3s ease 0.3s;
}
.header-right nav ul li:nth-child(5) {
	-moz-transition: top 0.3s ease 0.35s;
	-o-transition: top 0.3s ease 0.35s;
	-webkit-transition: top 0.3s ease;
	-webkit-transition-delay: 0.35s;
	-webkit-transition: top 0.3s ease 0.35s;
	transition: top 0.3s ease 0.35s;
}
.header-right nav ul li:hover {
	opacity: 1;
	color:#3a7124;
}
.header-right nav ul li i {
	font-size: 1.5em;
	padding: 0.75em;
	color: gray;
	display: inline-block;
	overflow: hidden;
	
}
.header-right nav ul li.active i {
	
	
}
.header-right nav ul li.active a{
	color:#3a7124;
}
.header-right nav ul li a{
	color: #454445;
	font-weight:500;
	text-decoration: none;
}
.header-right nav ul li a span{
	display: block;
	font-size: 1.1em;
}
.container {
	margin: 0 auto;
	-moz-transition: all 0.3s ease 0.6s;
	-o-transition: all 0.3s ease 0.6s;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0.6s;
	-webkit-transition: all 0.3s ease 0.6s;
	transition: all 0.3s ease 0.6s;
	z-index: 10;
	position: relative;
	-o-transition-delay: 0.1s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
}
.container.nav-open .header-right nav {
	z-index: 1;
}
.social-icons {
	text-align: center;
}
.social-icons ul li{
	display:inline-block;
	padding: 0 !important;
	margin: 5px !important;
}
.social-icons ul li a{
	color:#3a7124;
	width: 45px;
	height: 45px;
	border: 2px solid #3a7124;
	border-radius: 100%;
}
.social-icons ul li a,.services-grid h5 a,.footer-copy p a,.footer-grid ul li a,

.contact-left2 ul li a,.mail input[type="submit"]{
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	-ms-transition:.5s ease-in-out;
}
.social-icons ul li a.twitter:hover{
	background: url(../images/img-sp.png) no-repeat 1px -46px #3a7124;
	border:2px solid #3a7124;
}
.social-icons ul li a.twitter{
	background:url(../images/img-sp.png) no-repeat 1px -46px;
	display:block;
}
.social-icons ul li a.facebook{
	background:url(../images/img-sp.png) no-repeat -49px -47px;
	display:block;
}
.social-icons ul li a.facebook:hover{
	background:url(../images/img-sp.png) no-repeat -49px -47px #3a7124;
	border:2px solid #3a7124;
}
.social-icons ul li a.google{
	background:url(../images/img-sp.png) no-repeat -96px -46px;
	display:block;
}
.social-icons ul li a.google:hover{
	background:url(../images/img-sp.png) no-repeat -96px -46px #3a7124;
	border:2px solid #3a7124;
}
.social-icons ul li a.p{
	background:url(../images/img-sp.png) no-repeat -143px -46px;
	display:block;
}
.social-icons ul li a.p:hover{
	background:url(../images/img-sp.png) no-repeat -143px -46px #3a7124;
	border:2px solid #3a7124;
}

.datos-header {
	padding: 1em 0 0;
	text-align: center;
}
.datos-header ul li{
	display: inline-block;
	padding: 0 !important;
	margin: 5px !important;
	font-size: 14px;
	color: #3a7124;
}
.datos-header ul li a {
	color: #3a7124;
	text-decoration: none;
}
.datos-header ul li a:hover {
	color: #fff;
}

/* OBRAS */
#obras{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	padding-top: 40px;
}
#obras .container{
	height: 100%;
}
#obras h1{
	color:#3a7124;
	border-bottom: 1px solid #3a7124;
	border-top: 1px solid #3a7124;
}
#obras .carousel-inner{
	background: rgba(58, 113, 36, 0.75) none repeat scroll 0 0;
}
#obras .carousel-inner .col-sm-8{
	padding-left: 0px !important;
}
#obras .carousel-caption{
	margin-top: 30px;
}
#obras .carousel-caption h3{
	color:#FFF;
}
#obras .carousel-caption p{
	color:#fff;
}

/* EMPRESA */
#empresa {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	background-color: #787878;
	color:#FFFFFF;
	text-align: justify;
	height: 100%;
}

#empresa .container{
	height: 100%;
}

#empresa .detalle-empresa{
	/*height: 100%;*/
	top:6%;
}

#empresa .detalle-empresa p{
	line-height: 2em;
}

#empresa .logos-empresa{
	/*height: 100%;*/
	top:10%;
}

.pull-bottom {
	padding-bottom: 40px;
}

/*-- //banner --*/
/*-- banner-bottom --*/
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	border-right:none;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0em;
	position: relative;
	line-height: 0px;
	text-align: center;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 69px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0%;
	top: 33% !important;
	background:none;
}
.nbs-flexisel-nav-right {
	right: 0%;
	top: 33% !important;
	background: none;
}
/*--//flexisel--*/
.item-sub{
	background:url(../images/1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.item-sub1{
	background:url(../images/2.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.item-sub2{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.item-sub3{
	background:url(../images/4.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.item-sub3,.item-sub,.item-sub1,.item-sub2{
	min-height:480px;
}
.item1 i{
	font-size:2em;
	color:#fff;
	top:4em;
}
.item1 h3{
	font-size: 21px;
	font-weight:700;
	color: #3a7124;
	margin:0;
	padding:10px 0 10px 20px;
	background:rgba(255,255,255,0.5);
	text-align:left;
}
.item1 p{
	font-size:14px;
	color:#f5f5f5;
	line-height:1.8em;
	margin:0 auto;
	width:80%;
}
.item{
	position:relative;
}
.item .p-mask, .row .product .vm-product-media-container .p-mask {
	opacity: 0;
	visibility: hidden;
	background:rgba(58, 113, 36, 0.75);
	bottom: 0%;
	position: absolute;
	padding:1.5em 1.5em;
	width: 100%;
	-webkit-transform: translate3d( 0px, 100%, 0px );
	-moz-transform: translate3d( 0px, 100%, 0px );
	-ms-transform: translate3d( 0px, 100%, 0px );
	-o-transform: translate3d( 0px, 100%, 0px );
	transform: translate3d( 0px, 100%, 0px );
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-align: left;
}
.item .p-mask .p-desc{
	color: #a3a3a3;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;
}
.item:hover .p-mask, .row .product:hover .p-mask {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d( 0px, 0px, 0px );
	-moz-transform: translate3d( 0px, 0px, 0px );
	-ms-transform: translate3d( 0px, 0px, 0px );
	-o-transform: translate3d( 0px, 0px, 0px );
	transform: translate3d( 0px, 0px, 0px );
}
.p-mask h4{
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
	line-height:1.5em;
}
.p-mask p{
	margin: 0 0 25px 0;
	color: #D7D7D7;
	line-height: 1.8em;
	font-size: 12px;
}
/*-- //banner-bottom --*/
/*-- banner-bottom-grids --*/
.banner-bottom-grid,.banner-bottom-grid-left,.banner-bottom-grid-sub{
	padding:0;
	
}
.banner-bottom-grid-left{
	padding:7em 0 0 12em;
}
.banner-bottom-grid-left h2{
	font-size:2.5em;
	color:#454445;
	margin:0;
	line-height:1.5em;
	
}
.banner-bottom-grid-left h2 span{
	color:#3a7124;
}
.banner-bottom-grid-left p{
	margin:1em 0 4em;
	color:#999;
	line-height:1.8em;
	font-size:16px;
	width: 100%;
}

.more a{
	padding:10px 35px;
	border:1px solid #fff;
	border-radius:5px;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	margin-bottom: 35px;
}
.more a:hover{
	border:1px solid #FFF;
	color:#3a7124;
	background:#FFF;
}

.more-pos a{
	padding:10px 35px;
	border:1px solid #3a7124;
	border-radius:5px;
	font-size:1em;
	color:#3a7124;
	text-decoration:none;
}

.more-pos a:hover{
	border:1px solid #3a7124;
	color:#fff;
	background:#3a7124;
}

.banner-bottom-grid img{
	width:100%;
}
.banner-bottom-grid1{
	position: absolute;
	bottom: -20%;
	left: -30%;
	padding: 1em;
	width: 100%;
	z-index: 1;
}
.banner-bottom-grid1-pos,.banner-bottom-grid-sub-pos{
	padding:2em;
	border: 1px solid #DFDEDC;
}
.banner-bottom-grid,.banner-bottom-grid-sub{
	position:relative;
}
.banner-bottom-grid1-pos h3{
	font-size: 2.5em;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
	text-align: center;
	line-height:1.5em;
}
.banner-bottom-grid-sub-pos h3{
	font-size: 2.5em;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
	text-align: center;
	line-height:1.6em;
}
.banner-bottom-grid1-pos h3 span{
	font-size:.9em;
	display:block;
}
.banner-bottom-grid1-pos h3 i{
	color: #3a7124;
	display: block;
	font-size: 1.5em;
}
.banner-bottom-grid-sub1{
	position: absolute;
	top: 0%;
	left: 0%;
	padding: 1em;
	width: 81%;
	height: 100%;
}
.banner-bottom-grid-sub-pos h3 span {
	font-size: .7em;
	color: #3a7124;
}
.banner-bottom-grid-sub-pos h3 i {
	font-style: normal;
	font-weight: 600;
}
.banner-bottom-grid-left1 {
	padding: 12em 0 0;
}
.banner-bottom-grid-left1 p{
	font-size: 1em;
	color: #999;
	margin: 0;
	line-height: 1.5em;
	padding-left: 2em;
	position: relative;
	width: 75%;
	
}
.banner-bottom-grid-left1 p:before{
	background:url(../images/img-sp.png) no-repeat -7px -109px;
	display:block;
	width:32px;
	height:32px;
	content:'';
	position:absolute;
	top:0%;
	left:0%;
}
/*-- //banner-bottom-grids --*/

/** VENTANAS **/
.ventajas h3{
	border-bottom: 1px solid #3a7124;
	border-top: 1px solid #3a7124;
	padding:10px 0 10px 0;
	font-size: 2em;
	color: #3a7124;
	margin: 0 0 1em !important;
}
.ventajas img{
	max-width: 150px;
}
.ventajas span{
	font-size: 12px;
	text-align: justify;
}
.gama-colores ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
.gama-colores h4{
	font-size: 1.2em;
	color: #3a7124;
	margin: 0 0 1em !important;
}
.gama-colores img{
	max-width: 110px;
	padding: 5px;
}
.perfiles{
	font-size: 15px;
}
.perfiles h3{
	border-bottom: 1px solid #3a7124;
	border-top: 1px solid #3a7124;
	padding:10px 0 10px 0;
	font-size: 2em;
	color: #3a7124;
	margin: 0 0 1em !important;
}
.perfiles h5{
	font-size: 18px;
	margin: .6em auto !important;
	color: #3a7124
}
.perfiles ul{
	list-style: none;
}

.perfiles .fa-check{
	color:#3a7124;
}

.perfiles-car{
	padding-left: 0px;
}
.perfiles-car ul{
	padding: 0px;
	color:#777;
}
.perfiles-car ul li{
	margin-bottom: 20px;
}

.perfiles-ventaja{
	background-color: #C12D67;
	color:#fff;
}
.perfiles-ventaja ul{
	padding: 15px;
}
.ventajas-der ul li{
	padding-bottom: 10px;
}
.video h3 {
	border-bottom: 1px solid #3a7124;
	border-top: 1px solid #3a7124;
	padding:10px 0 10px 0;
	font-size: 2em;
	color: #3a7124;
	margin: 0 0 1em !important;
}

.remodelaciones{
	height: 100%;
	font-size: 18px;
	color: #777;
	line-height: 1.8em;
	text-align: justify
}

.remodelaciones .container{
	height: 100%;
}
.remodelaciones h3{
	border-bottom: 1px solid #3a7124;
	border-top: 1px solid #3a7124;
	padding:10px 0 10px 0;
	font-size: 2em;
	color: #3a7124;
	margin: 0 0 1em !important;
}
.remodelaciones a{
	margin-top: 40px;
	background: #3A7224;
	border-color: #2d5b1a;
}
.remodelaciones a:hover{
	background: #2d5b1a;
}

/*-- FOOTER TOP --*/
.footer-top{
	font-family: 'Montserrat';
	font-weight: normal;
	background: #787878;
	min-height:250px;
	padding:1.8em 0 0;
}
.footer-top h3{
	font-size:1.4em;
	color:#fff;
	margin:0;
	line-height:1.5em;
}
.footer-top h3 span{
	color: #3a7124;
	font-size: 2.1em;
}
.footer-top p{
	font-size:14px;
	color:#f5f5f5;
	margin:0 0 1em;
	line-height:1.8em;
}
.footer-top-image {
	position: absolute;
	right: 0%;
	bottom: -83%;
}
.form-newsletter{
	padding-bottom: 25px;
}
.form-newsletter input{
	margin-bottom: 5px;
}
.error-news-ok{
	color: #fff;
	font-size: 12px;
	background: green;
}
.error-news{
	color: #fff;
	font-size: 12px;
	background: red;
}
.logo-footer{
	max-width: 200px;
}
.marcas-footer{
	display: table;
	table-layout: fixed;
}
.marca-ind-footer{
	display:table-cell;
	vertical-align:middle;
}
.logos-marca-footer{
	max-width: 85px;
	padding-right: 10px;
}

/*-- footer --*/
.footer{
	font-family: 'Montserrat';
	font-weight: normal;
	padding:1.5em 0;
	background:#000;
	text-align:center;
}
.footer p{
	font-size:14px;
	color:#f5f5f5;
	margin:0;
	line-height:1.8em;
}
.footer p a{
	color:#3a7124;
	text-decoration:none;
}
.footer p a:hover{
	color:#fff;
}
.footer-copy{
	/*padding:2em 0;*/
	background:#131313;
}
.footer-copy-grid h3{
	font-size:2em;
	color:#fff;
	margin:0 0 1em;
}
.footer-copy-grid h3 span{
	color:#3a7124;
}
.footer-copy-grid p{
	color:#999;
	margin:1em 0 0;
	line-height:1.8em;
	font-size:14px;
}
.footer-copy-grid1 {
	padding:0 .4em .4em;
}
.footer-copy-grid input[type="text"],.footer-copy-grid input[type="email"],.footer-copy-grid textarea{
	outline: none;
	border: 1px solid #3B3B3B;
	padding: 7px 10px;
	background: #000;
	color: #999;
	font-size: 14px;
	width: 100%;
}
.footer-copy-grid input[type="email"]{
	margin:.5em 0;
}
.footer-copy-grid textarea{
	min-height:100px;
	resize:none;
}
.footer-copy-grid input[type="submit"]{
	outline:none;
	border:none;
	padding:7px 0;
	background:#454445;
	color:#fff;
	font-size:14px;
	width:50%;
	margin:.2em 0 0;
}
.footer-copy-grid input[type="submit"]:hover{
	background:#3a7124;
}
.footer-copy-grid ul li{
	padding-left: 2em;
	margin-bottom: 1em;
	background: url(../images/img-sp.png) no-repeat -15px -163px;
	list-style-type: none;
}
.footer-copy-grid ul li a{
	font-size:14px;
	color:#999;
	text-decoration:none;
}
.footer-copy-grid ul li a:hover{
	color:#fff;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


/*-- about --*/
.about{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
.header1 {
	padding:2em 0 8em !important;
}
.header-right1 nav {
	top: -31% !important;
}
.about,.team,.typo,.mail,.blog{
	padding:2em 0;
}
.about-grid-left{
	padding: 1em;
	border: 1px solid #EBF1E7;
}
.about-grid-left1{
	padding:1.5em;
	border:1px solid #DEDEDE;
	color:#fff;
	font-weight: 400;
	background-color: #C12D67;
}
.about-grid-left1 h2{
	font-size: 1.5em;
	color: #454445;
	margin: 0;
	line-height: 1.5em;
	text-transform: capitalize;
}
.about-grid-left1 h2 span{
	color:#3a7124;
}
.about-grid-left1 p{
	padding:1.5em 0 0;
	margin:1.5em 0 1em;
	border-top:1px solid #DEDEDE;
	font-size:14px;
	color:#999;
	line-height:1.8em;
}
.about-grid-left1 h4{
	font-size:1.2em;
	color:#3a7124;
	margin:0;
	line-height:1.5em;
}
.about-grid-left1 ul{
	list-style: none;
}
.about-grid ul{
	padding:1em 0 0;
}
.about-grid p{
	text-align: justify;
}
.about-grid-left1 ul li,.about-grid ul li{
	margin-bottom: 1em;
}
.about-grid-left1 ul li a,.about-grid ul li a{
	color:#999;
	font-size:14px;
	text-decoration:none;
	text-transform: capitalize;
}
.about-grid-left1 ul li a:hover,.about-grid ul li a:hover{
	color: #454445;
}
.about-grid h3,.team h3,h2.title,.mail h2,.map-grid h3,.recent-comments h3,.leave-comment h3{
	font-size:2em;
	color:#3a7124;
	margin:0;
}
.about-grid h3{
	margin:0 0 1em !important;
}
.about-grid p{
	margin:1em 0 0;
	color:#777;
	line-height:1.8em;
	font-size:15px;
	padding-right: 5px;
}
.about-grid p span{
	display:block;
	margin:1em 0 0;
}
.about-grid h3 span,.team h3 span,.mail h2 span,.map-grid h3 span,.recent-comments h3 span,.leave-comment h3 span{
	color: #454445;
}
.about-grids .img-responsive{
	margin: 0 auto;
}
.about-iconos{
	padding-bottom: 30px;
}
.puertas h3{
	border-bottom: 1px solid #3a7124;
	border-top: 1px solid #3a7124;
	padding:10px 0 10px 0;
}

.portones h3{
	border-bottom: 1px solid #3a7124;
	border-top: 1px solid #3a7124;
	padding:10px 0 10px 0;
}

.texto-puertas ul{
	list-style: none;
	padding: 40px;
}



.team-grids{
	margin:3em 0 0;
}
.team-grid1-sub{
	padding:1em;
	background:#3a7124;
}
.team-grid:hover .team-grid1-sub{
	background:#454445;
}
.team-grid:hover .team-grid1-sub h4{
	color:#fff;
}
.team-grid1-sub h4{
	text-transform:capitalize;
	font-size:1.3em;
	margin:0;
	line-height:1.5em;
	color: #454445;
}
.team-grid1-sub p{
	margin:1em 0 0em;
	color:#FFF;
	line-height:1.8em;
	font-size:14px;
}
.social-icons1{
	text-align:left;
}
.column div {
	position: relative;
	float: none;
}
.column div,figure {
	width: 350px;
	height: 200px;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure img{
	width:100%;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.comments-list.hover14.column div,.comments-list figure {
	width: 100%;
	height: 100%;
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.team-grid:hover .hover14 figure::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.hover14:hover figure::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
	-moz-animation: shine .75s;
	-o-animation: shine .75s;
	-ms-animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*-- //about --*/
/*--Typography--*/
.well {
	font-weight: 300;
	font-size: 14px;
}
.list-group-item {
	font-weight: 300;
	font-size: 14px;
}
li.list-group-item1 {
	font-size: 14px;
	font-weight: 300;
}
.typo p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}
.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
	color:#454445;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 1em;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
	margin: 0 0 10px;
}

/*** MEGA MENU ***/
.mega-dropdown { 
	position: static !important; 
}
.mega-dropdown 
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-radius: 0;
}
.mega-dropdown .nav-tabs{
	margin-bottom: 0px;
}
.mega-dropdown .nav-list > li { 
	padding: 0px 15px 15px;
	margin-bottom:0px;
	vertical-align: top;
	list-style: none;
	padding-top: 10px;
	text-align: center;
}
.mega-dropdown .nav-list > li > a{
	color:#fff;
}
.mega-dropdown .nav-list > li:first-child { 
	border-left:none; 
}
#navbar-menu-ppal > li > a{
	color:#fff;
}
#navbar-menu-ppal > li.active > a{
	color:#787878;
}
#navbar-menu-ppal > li > a:hover{
	background-color: #fff;
	color:#787878;
}

/** Submenu de productos**/
.mega-dropdown .tab-pane{
	margin-left:0px;
	border-bottom: 1px solid #dddddd;
}
.mega-dropdown .subnav-list{
	padding-left: 0px;
}
.mega-dropdown .subnav-list u{
	font-weight: 600;
}
.mega-dropdown .subnav-list > li{
	list-style: none;
	text-align: left;
	color:#0f4667;
}
.mega-dropdown .subnav-list > li > a:hover { 
	text-decoration: none;
	background-color: #D6C37E;
	color:#0f4667;
	padding:3px;
	border-radius: 3px;
}
.mega-dropdown .nav-list > li > a > span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
.dropdown-menu{
	background-color: #fff;
}
.navbar-nav > li > .dropdown-menu{
	border-top:1px solid;
	margin-top: 0px;
	border-radius: 2px;
	background-color: #787878;
}
.mega-dropdown-menu {
	padding: 20px 15px 15px;
	width: 100%;
	border:0px;
	border-radius: 4px;
}

.modal-header{
	border-bottom: 0px;
}
.titulo-modal{
	padding-bottom: 20px;
}

#colores {
	margin: 1.5em 0 1em;
}

.colores-title{
	color: #3a7124;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 8px;
	margin: 0 5px;
	/* outline: 0; */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
}

.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #3a7124;
	
}


@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	#empresa {
		height: auto;
	}
	
	#empresa .container{
		height: auto;
	}
	#empresa .detalle-empresa{
		padding-top: 20px;
	}
	#empresa .logos-empresa{
		padding-top: 20px
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	#empresa {
		height: auto;
	}
	#empresa .container{
		height: auto;
	}
	#empresa .detalle-empresa{
		padding-top: 20px
	}
	#empresa .logos-empresa{
		padding-top: 20px
	}        
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	#empresa {
		height: auto;
	}
	#empresa .container{
		height: auto;
	}
	#empresa .detalle-empresa{
		padding-top: 20px
	}
	#empresa .logos-empresa{
		padding-top: 20px
	}        
}
@media (max-width: 320px){
	.caption span {
		margin: 0 0 1.5em;
	}
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
	#empresa {
		height: auto;
	}
	#empresa .container{
		height: auto;
	}
	#empresa .detalle-empresa{
		padding-top: 20px
	}
	#empresa .logos-empresa{
		padding-top: 20px
	}        
}
/*-- //Typography --*/
/*-- mail --*/
.mail-grids{
	margin:3em 0 10em;
}
.mail-grid-left{
	background:#f5f5f5;
	min-height:100px;
	position:relative;
	border-right:1px dotted #999;
}
.mail-grid-left-pos{
	position: absolute;
	top: 25%;
	right: -30%;
	width: 58%;
	height: 50%;
	background:#454445;
	border-radius: 100%;
}
.mail-grid-left-pos span{
	color: #fff;
	font-size: 1em;
	top: 1em;
	left: 1.1em;
}
.mail-grid1{
	border:1px dotted #999;
}
.mail-grid-right1{
	padding:1.6em 1em 0em 2em;
}
.mail-grid-right1 h3,.mail-grid-right p{
	font-size:1em;
	color:#999;
	margin:0;
	line-height:1.5em;
}
.mail-grid-right1 h3 i{
	color:#3a7124;
}
.mail-grid-right p a span,.mail-grid-right p span{
	display:block;
}
.mail-grid-right p a{
	text-decoration:none;
	color:#999;
}
.mail-grid-right p a:hover{
	color:#000;
}
.map-grid iframe{
	width:100%;
	min-height:400px;
}
.map-grid form,.map-grid iframe {
	margin: 2em 0 0;
}
.map-grid input[type="text"],.map-grid input[type="email"],.map-grid textarea{
	outline: none;
	border: 1px solid #E6E6E6;
	background: #F1F1F1;
	color: #999;
	font-size: 14px;
	width: 48.3%;
	padding: 10px;
}
.map-grid input[type="text"]:nth-child(3){
	width:100%;
	margin:1em 0;
}
.map-grid input[type="email"]{
	margin-left:1em;
}
.map-grid textarea{
	resize:none;
	min-height:200px;
	width:100% !important;
	margin-bottom:.8em;
}
.map-grid input[type="submit"]{
	outline:none;
	border:none;
	background:#454445;
	color:#fff;
	font-size:1em;
	width:30%;
	padding:10px 0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.map-grid input[type="submit"]:hover{
	background:#3a7124;
}
.mail-grid1:hover .mail-grid-left {
	background:#454445;
}
.mail-grid1:hover .mail-grid-left-pos{
	background:#3a7124;
}
/*-- //mail --*/
/*-- blog --*/
.comments-list h3{
	font-size:2em;
	color:#454445;
	margin:0 0 1em;
	text-transform:capitalize;
	text-decoration: none;
	line-height: 1.3em;
}
.comments-list h3 a{
	color:#454445;
}
.comments-list h3 a:hover{
	color:#3a7124;
}
.comments-list ul{
	padding:1.5em 0 2em; 
}
.comments-list ul li{
	display:inline-block;
	font-size:14px;
	color:#999;
}
.comments-list ul li a{
	color:#999;
	text-decoration:none;
}
.comments-list ul li span{
	left:-.5em;
}
.comments-list ul li a:hover{
	color:#3a7124;
}
.comments-list ul li i{
	margin:0 1em;
}
a.bake{
	padding: .3em .5em;
	background: #3a7124;
	color: #fff !important;
}
a.bake:hover{
	background:#454445;
}
.comments-list p{
	margin:2em 0;
	color:#999;
	line-height:1.8em;
	font-size:14px;
}
.comments-list:nth-child(2){
	margin:5em 0;
	padding:3em 0 5em;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
ul.paging{
	padding:5em 0 0;
}
.popular h3,.subscribe h3,.categories h3,.instagram h2,.tags h3{
	padding:1em;
	background:#454445;
	color:#fff;
	font-size:1.5em;
	text-align:center;
	margin: 0 0 1.5em;
}
.popular-left{
	float:left;
	width:20%;
}
.popular-right{
	float:right;
	width:80%;
}
.popular-left h4{
	color:#3a7124;
	font-size:1.5em;
	margin:0;
}
.popular-right h5 a{
	font-size:1.5em;
	color:#999;
	text-decoration:none;
	text-transform:capitalize;
}
.popular-right h5 a:hover{
	color:#3a7124;
}
.popular-right p{
	font-size:14px;
	color:#999;
	margin:.5em 0 0;
	line-height:1.8em;
}
.popular-right p span{
	display:block;
	font-size:1em;
	margin:.5em 0 0;
}
.popular-grid:nth-child(3){
	margin:2em 0;
}
.subscribe,.instagram{
	margin:3em 0;
}
.subscribe p{
	font-size:14px;
	color:#999;
	margin:0 0 1em;
	line-height:1.8em;
	text-align:center;
}
.subscribe input[type="email"]{
	outline: none;
	border: 1px solid #D1D1D1;
	background: #E1E1E1;
	font-size: 14px;
	color: #999;
	padding: 10px;
	width: 100%;
	margin-bottom: .5em;
}
.subscribe input[type="submit"]{
	outline:none;
	border:none;
	background:#3a7124;
	font-size:1em;
	color:#fff;
	padding:10px 0;
	width:100%;
}
.subscribe input[type="submit"]:hover{
	background:#454445;
}
.categories ul li{
	padding-left: 2em;
	margin-bottom: 1em;
	background: url(../images/img-sp.png) no-repeat -15px -204px;
	list-style-type: none;
}
.categories ul li a{
	color: #999;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
}
.categories ul li a:hover{
	color: #454445;
}
.instagram-grid{
	float:left;
	width:33.33%;
}
.instagram-grid img:hover{
	opacity:.5;
}
.tags ul li{
	display:inline-block;
	margin: 0 0px 9px;
}
.tags ul li a{
	border: 1px solid #454445;
	padding: 3px 12px;
	font-size: 14px;
	color: #454445;
	text-decoration: none;
}
.tags ul li a:hover{
	border: 1px solid #3a7124;
	color: #fff;
	background:#3a7124;
}
/*-- //blog --*/
/*-- single --*/
.comments-list p span{
	display:block;
	margin:1em 0 0;
}
.admin{
	padding:2em;
	background:#f5f5f5;
	margin:1em 0 5em;
}
.admin-left{
	float:left;
	width:15%;
}
.admin-right{
	float:right;
	width:80%;
}
.admin-right p{
	font-size:14px;
	color:#999;
	margin:0;
	line-height:1.8em;
}
.admin-right p a{
	color: #3a7124;
	text-decoration: none;
	display: block;
	margin: 1em 0 0;
}
.admin-right p a:hover{
	color:#999;
}
.recent-comments-grids{
	padding:2em;
	background:#f5f5f5;
	margin: 2em 0 0em;
}
.recent-comments-grid-right h4 a{
	font-size:1em;
	color: #454445;
	text-decoration:none;
}
.recent-comments-grid-right h4 a:hover{
	color:#999;
}
.recent-comments-grid-right p{
	margin:1em 0 0;
	color:#999;
	line-height:1.8em;
	font-size:14px;
}
.recent-comments-grid-right p span{
	display:block;
	margin:1em 0 0;
	color: #3a7124;
}
.recent-comments-grid-right{
	float:right;
	width:80%;
}
.recent-comments-grid-left{
	float:left;
	width:15%;
}
.recent-comments-grid:nth-child(2){
	margin:2em 0;
}
.recent-comments-grid:nth-child(3){
	margin:0em 0 2em;
}
.leave-comment{
	margin:5em 0 0;
}
.leave-comment form{
	margin:3em 0 0;
}
.leave-comment input[type="text"],.leave-comment input[type="email"],.leave-comment textarea{
	outline: none;
	padding: 10px;
	width: 49.2%;
	background: #f5f5f5;
	border: 1px solid #D1D1D1;
	font-size: 14px;
	color: #999;
}
.leave-comment input[type="email"]{
	margin-left:.5em;
}
.leave-comment input[type="text"]:nth-child(3){
	margin:.5em 0;
	width:100% !important;
}
.leave-comment textarea{
	min-height:200px;
	width:100% !important;
	margin-bottom: .2em;
}
.leave-comment input[type="submit"]{
	outline:none;
	padding:10px 0;
	width:100%;
	background:#3a7124;
	border:none;
	font-size:1em;
	color:#fff;
	text-align:center;
}
.leave-comment input[type="submit"]:hover{
	background:#454445;
}
/*-- //single --*/

#mapa {
	width: 100%;
	height: 750px;
	z-index: 0;
	position: relative;	
}

#mapa-mobile{
	width: 100%;
	height: 230px;
}

.form-contacto {
	z-index:10;
	background-color:#fff;
	padding:20px;
	margin-left:30;
	margin-top:10;
	border-radius: 10px;
}
.form-contacto h3{
	color: #3a7124;
}

.bottom-60{
	padding-bottom: 60px;
}



/*-----start-responsive-design------*/
@media (max-width:1680px){
	.banner-bottom-grid-sub1 {
		width: 77%;
	}
}
@media (max-width:1600px){
	.banner-bottom-grid-sub1 {
		width: 81%;
	}
}
@media (max-width:1440px){
	.banner {
		min-height: 715px;
	}
	.banner-bottom-grid-sub1 {
		width: 89.5%;
	}
	.banner-bottom-grid-left1 p {
		width: 95%;
	}
	.banner-bottom-grid-left {
		padding: 4em 0 0 12em;
	}
}
@media (max-width:1366px){
	.item-sub3, .item-sub, .item-sub1, .item-sub2 {
		min-height: 350px;
	}
	.item1 h3 {
		/*margin: 2.5em 0 0em;*/
	}
	.banner-bottom-grid1-pos h3 {
		font-size: 2.2em;
	}
	.banner-bottom-grid1 {
		bottom: -37%;
	}
	.banner-bottom-grid-left {
		padding: 4em 0 0 8em;
	}
	.banner-bottom-grid-sub1 {
		width: 94.5%;
		top: 1%;
	}
}
@media (max-width:1280px){
	.header {
		padding: 3em 0 10em;
	}
	.banner {
		min-height: 610px;
	}
	.header-right nav {
		top: -28%;
	}
	.item1 h3 {
		font-size: 2.5em;
		/*margin: 3.5em 0 0em;*/
	}
	.banner-bottom-grid-left {
		padding: 3em 0 0 5em;
	}
	.banner-bottom-grid-sub1 {
		width: 100%;
		top: 0%;
	}
	.banner-bottom-grid-left1 p:before {
		left: 2%;
	}
}
@media (max-width:1080px){
	.header-left {
		padding: .7em 0 0 10em;
	}
	.logo h1 a {
		font-size: 2.5em;
	}
	.header-right nav {
		left: 18%;
	}
	.banner-bottom-grid-left h2 {
		font-size: 2em;
	}
	.banner-bottom-grid1-pos h3 {
		font-size: 1.8em;
	}
	.banner-bottom-grid-left {
		padding:2em 0 0 3em;
	}
	.banner-bottom-grid-left p {
		margin: 1em 0 2em;
		width: 76%;
	}
	.banner-bottom-grid-left1 p {
		font-size: 1.6em;
	}
	.banner-bottom-grid1-pos, .banner-bottom-grid-sub-pos {
		padding: 1.5em;
	}
	
	.banner-bottom-grid-sub-pos h3 {
		font-size: 2.1em;
	}
	.banner-bottom-grid-left1 {
		padding: 11em 0 0;
	}
	.footer-top h3 {
		font-size: 1.7em;
	}
	.footer-top {
		min-height: 365px;
		padding: 4em 0 0;
	}
	.footer-top-image img {
		width: 85%;
	}
	.header1 {
		padding: 2em 0 5em !important;
	}
	.banner1 {
		min-height: 390px;
	}
	.header-right1 nav {
		top: -36% !important;
	}
	.about, .team, .typo, .mail, .blog {
		padding: 4em 0;
	}
	.about-grid-left1 h2 {
		font-size: 1.3em;
	}
	.column div, figure {
		width: 282px;
		height: 185px;
	}
	.team-grid1-sub h4 {
		font-size: 1.23em;
	}
	.comments-list ul li i {
		margin: 0 0.72em;
	}
	.comments-list:nth-child(2) {
		margin: 4em 0;
		padding: 2em 0 4em;
	}
	ul.paging {
		padding: 4em 0 0;
		margin: 0;
	}
	.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea {
		width: 49%;
	}
	.popular h3, .subscribe h3, .categories h3, .instagram h2, .tags h3 {
		padding: .5em;
		margin: 0 0 1em;
	}
	.mail-grid-left-pos {
		width: 72%;
	}
	.mail-grids {
		margin: 3em 0 8em;
	}
	.map-grid input[type="text"], .map-grid input[type="email"], .map-grid textarea {
		width: 47.9%;
	}
	.map-grid iframe {
		min-height: 370px;
	}
}
@media (max-width: 1024px){
	.banner-bottom-grid-sub-pos h3 {
		font-size: 2em;
	}
}
@media (max-width:991px){
	.header-left {
		padding: .7em 0 0 1em;
	}
	.header-left ul li {
		margin-right: 4em;
	}
	.header-right nav {
		left: 8%;
	}
	.item-sub3, .item-sub, .item-sub1, .item-sub2 {
		min-height: 255px;
	}
	.item1 h3 {
		/*margin: 2.5em 0 0em;*/
	}
	.item1 i {
		top: 2.5em;
	}
	.banner-bottom-grid img {
		width: auto;
		margin: 0 auto;
	}
	.banner-bottom-grid-left {
		padding: 2em 0 3em 13em;
	}
	.banner-bottom-grid1 {
		left: 35%;
		width: 60%;
	}
	.banner-bottom-grid-sub {
		width: 43%;
		margin: 13em auto 0;
	}
	.banner-bottom-grid-sub-pos h3 {
		font-size: 2.5em;
	}
	.banner-bottom-grid1-pos, .banner-bottom-grid-sub-pos {
		padding: 1.8em;
	}
	.banner-bottom-grid-left1 {
		padding: 3em 0;
		width: 70%;
		margin: 0 auto;
	}
	.banner-bottom-grid-left1 p:before {
		left: -1%;
	}
	.footer-top-image {
		right: -6%;
	}
	.footer-copy-grid {
		float: left;
		width: 50%;
	}
	.footer-copy-grid:nth-child(2) {
		margin:0 0 8em;
	}
	.about-grid:nth-child(2) {
		margin: 3em 0;
	}
	.team-grid {
		width: 60%;
		margin:0 auto;
	}
	.team-grid:nth-child(2) {
		margin:2em auto;
	}
	.column div, figure {
		width: 100%;
		height: 100%;
	}
	.blog-right:nth-child(2) {
		margin: 3em 0 0;
	}
	.mail-grid:nth-child(2) {
		margin: 2em 0;
	}
	.mail-grid-left-pos {
		width: 31%;
		right: -15%;
	}
	.mail-grid-right1 h3 {
		margin-top: 1em;
	}
	.mail-grids {
		margin: 3em 0 5em;
	}
	.map-grid iframe {
		min-height: 250px;
	}
	.map-grid:nth-child(2) {
		margin: 3em 0 0;
	}
	.map-grid input[type="text"], .map-grid input[type="email"], .map-grid textarea {
		width: 48.68%;
	}
}
@media (max-width:800px){
	.item .p-mask, .row .product .vm-product-media-container .p-mask {
		padding: .5em;
	}
	.banner-bottom-grid-left {
		padding: 2em 0 3em 5em;
	}
	.banner-bottom-grid-left p {
		width: 80%;
	}
	.logo h1 a {
		font-size: 2.2em;
	}
	.banner {
		min-height: 500px;
	}
	.banner-bottom-grid-sub {
		width: 54%;
	}
	.banner-bottom-grid1-pos, .banner-bottom-grid-sub-pos {
		padding: 2em;
	}
	.banner-bottom-grid-left1 {
		width: 82%;
	}
	.banner-bottom-grid-left1 p {
		width: 100%;
	}
	.banner-bottom-grid-left1 p:before {
		left: 0%;
	}
	.footer-top-image img {
		width:100%;
	}
	.footer-top-image {
		right: 0;
		width: 40%;
	}
	.header-right nav {
		left: 5%;
		top: -30%;
	}
	.header-right1 nav {
		top: -38% !important;
	}
	.team-grid {
		width: 70%;
	}
}
@media (max-width:768px){
	.logo h1 a {
		font-size: 2em;
	}
	.header-right nav ul li a span {
		font-size: 1em;
	}
	.banner-bottom-grid-left {
		padding: 2em 0 3em 3em;
	}
	.banner-bottom-grid-sub {
		width: 57%;
	}
	.banner-bottom-grid-left1 {
		width: 90%;
	}
	.footer-top h3 {
		font-size: 1.5em;
	}
	.footer-top {
		min-height: 340px;
		padding: 3em 0 0;
	}
	.footer-copy-grid:nth-child(2) {
		margin: 0 0 7em;
	}
	.about, .team, .typo, .mail, .blog {
		padding: 3em 0;
	}
	.leave-comment form {
		margin: 2em 0 0;
	}
}
@media (max-width:736px){
	.header-left ul li {
		margin-right: 2em;
	}
	.header {
		padding: 4em 0 6em;
	}
	.banner {
		min-height: 420px;
	}
	#obras .container {
		height: 250px;
	}
}
@media (max-width:640px){
	.header-left ul li {
		margin-right: 1em;
	}
	.logo h1 a {
		font-size: 1.6em;
	}
	.logo h1 a span {
		font-size: 11px;
	}
	.header {
		padding: 4em 0 4em;
	}
	.social-icons ul li {
		margin: 2px !important;
	}
	.banner {
		min-height: 355px;
	}
	.header-right nav ul li {
		margin: 1em 1em;
	}
	.header-right nav {
		left: 11%;
		top: -44%;
	}
	.banner-bottom-grid-left h2,.footer-copy-grid h3,.comments-list h3,.about-grid h3, .team h3, h2.title, .mail h2, .map-grid h3, .recent-comments h3, .leave-comment h3{
		font-size: 1.7em;
	}
	.banner-bottom-grid-left {
		padding: 2em 0 3em 2em;
	}
	.more a {
		padding: 6px 35px;
		font-size: 14px;
	}
	.banner-bottom-grid1 {
		left: 20%;
		width: 75%;
		bottom: -12%;
	}
	.banner-bottom-grid-sub {
		width: 69%;
		margin: 6em auto 0;
	}
	.banner-bottom-grid-sub1 {
		width: 99.5%;
	}
	.footer-top-image {
		right: 5%;
	}
	.footer-copy-grid:nth-child(2) {
		margin: 0 0 5em;
	}
	.banner1 {
		min-height: 340px;
	}
	.team-grid {
		width: 80%;
	}
	.about-grid-left1 h2 {
		font-size: 1.5em;
	}
	.header-right1 nav {
		top: -41% !important;
	}
	.comments-list ul {
		padding: 0em 0 2em;
	}
	.comments-list ul li {
		margin-bottom: .5em;
	}
	.mail-grid-left-pos {
		width: 38%;
	}
	.map-grid input[type="text"], .map-grid input[type="email"], .map-grid textarea {
		width: 48.3%;
	}
	.form-contacto {
		position:static;
		margin:0px;
	}
	#obras .container {
		height: 250px;
	}
}
@media (max-width:600px){
	.header-left ul li {
		font-size: 13px;
	}
	.header-right nav {
		left: 10%;
	}
	.form-contacto {
		position:static;
		margin:0px;
	}
	#obras .container {
		height: 250px;
	}
}
@media (max-width:568px){
	.header {
		padding: 4em 0 4em;
	}
	
	.header-left {
		padding: 0;
		float: none;
		text-align: center;
	}
	.header-right {
		float: none;
		padding: 1em 0 0;
	}
	.menu-icon {
		margin: 0 auto;
	}
	.header-right nav ul li {
		margin: 0em 1em;
	}
	.header-right nav {
		left: 6%;
		top: -29%;
	}
	.container.banner-drop.nav-open {
		margin-top: 6em;
	}
	.header-right1 nav {
		top: -28% !important;
		left: 5%;
	}
	.form-contacto {
		position:static;
		margin:0px;
	}
	#obras .container {
		height: 250px;
	}
}
@media (max-width:480px){
	.header-left ul li {
		margin-right: 1.5em;
		margin-bottom: 1em;
		font-size: 14px;
	}
	.menu-icon {
		width: 2em;
		height: 2em;
	}
	.menu-icon > span {
		height: 0.15em;
	}
	.header-right nav ul li {
		margin: 0em 0.5em;
	}
	.header-right nav ul li i {
		font-size: 1em;
	}
	.header-right nav {
		left: 13%;
		top: -24%;
	}
	.logo h1 a {
		font-size: 1.2em;
	}
	.header {
		padding: 4em 0 4em;
	}
	.item .p-mask, .row .product .vm-product-media-container .p-mask {
		padding: 1em;
	}
	.banner-bottom-grid1-pos h3 {
		font-size: 1.5em;
	}
	.banner-bottom-grid1-pos, .banner-bottom-grid-sub-pos {
		padding: 1em;
	}
	.banner-bottom-grid-sub {
		width: 84%;
		margin: 5em auto 0;
	}
	.banner-bottom-grid-sub-pos h3 {
		line-height: 1.58em;
	}
	.banner-bottom-grid-left1 p {
		font-size: 1.4em;
	}
	.footer-top h3 span {
		font-size: 1.8em;
		display: block;
		margin: .2em 0 0;
	}
	.footer-top {
		padding: 2em 0 0;
		min-height: 285px;
	}
	.footer-top p {
		margin: 1em 0 2em;
	}
	.footer-top-image {
		bottom: -50%;
	}
	.footer-copy-grid {
		float: none;
		width: 100%;
	}
	.footer-copy-grid:nth-child(2) {
		margin: 2em 0;
	}
	.footer-copy-grid:nth-child(3) {
		margin:0em 0 2em;
	}
	.header1 {
		padding: 1em 0 2em !important;
	}
	.about, .team, .typo, .mail, .blog {
		padding: 2em 0;
	}
	.team-grid {
		width: 100%;
	}
	.blog-left,.blog-right {
		padding: 0;
	}
	.comments-list ul {
		padding: 0em 0 1em;
	}
	.comments-list p {
		margin: 1em 0 2em;
	}
	.comments-list:nth-child(2) {
		margin: 3em 0;
		padding: 2em 0 3em;
	}
	.admin {
		padding: 1em;
		margin: 1em 0 3em;
	}
	.recent-comments-grids {
		padding: 1em;
	}
	.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea {
		width: 100%;
	}
	.leave-comment input[type="email"] {
		margin: .5em 0 0;
	}
	.leave-comment {
		margin: 3em 0 0;
	}
	.mail-grid-left-pos {
		width: 50%;
	}
	.map-grid input[type="text"], .map-grid input[type="email"], .map-grid textarea {
		width: 100%;
	}
	.map-grid input[type="email"] {
		margin: 1em 0 0;
	}
	.map-grid input[type="submit"] {
		font-size: 14px;
		width: 100%;
	}
	.form-contacto {
		position:static;
		margin:0px;
	}
	#obras .container {
		height: 250px;
	}
}
@media (max-width: 414px){
	.header {
		padding: 4em 0 4em;
	}
	.header-right nav {
		left: 8%;
	}
	.banner-bottom-grid-left {
		padding: 2em 0 2em 1em;
	}
	.banner-bottom-grid-left h2, .footer-copy-grid h3, .comments-list h3, .about-grid h3, .team h3, h2.title, .mail h2, .map-grid h3, .recent-comments h3, .leave-comment h3 {
		font-size: 1.5em;
	}
	.banner-bottom-grid-left p {
		width: 96%;
		margin: 0.5em 0 2em;
	}
	.banner-bottom-grid1-pos h3 {
		font-size: 1.2em;
	}
	.banner-bottom-grid-sub-pos h3 {
		font-size: 2.09em;
	}
	.banner-bottom-grid-left1 {
		padding: 2em 0;
	}
	.footer-top-image {
		bottom: -30%;
	}
	.footer-top h3 {
		font-size: 1.2em;
	}
	.footer-top {
		min-height: 230px;
	}
	.banner1 {
		background: url(../images/banner.jpg) no-repeat -100px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 310px;
	}
	.about-grid {
		padding: 0;
	}
	.about-grid:nth-child(2) {
		margin: 2em 0;
	}
	.team-grids {
		margin: 1.5em 0 0;
	}
	.subscribe, .instagram {
		margin: 2em 0;
	}
	.mail-grids {
		margin: 1.5em 0 3em;
	}
	.mail-grid,.map-grid {
		padding: 0;
	}
	.mail-grid-right1 h3 {
		margin-top: 0em;
	}
	.mail-grid-left-pos {
		width: 54%;
	}
	.mail-grid:nth-child(2) {
		margin: 1em 0;
	}
	.map-grid iframe {
		min-height: 200px;
	}
	.map-grid textarea {
		min-height: 150px;
	}
	.form-contacto {
		position:static;
		margin:0px;
	}
	#obras .container {
		height: 250px;
	}
}
@media (max-width:384px){
	.header {
		padding: 4em 0 4em;
	}
	.header-right nav {
		left: 0;
		width: 100%;
	}
	.form-contacto {
		position:static;
		margin:0px;
	}
	#obras .container {
		height: 250px;
	}
}
@media (max-width:375px){
	.header {
		padding: 4em 0 4em;
	}
	.banner-bottom-grid-sub-pos h3 {
		font-size: 1.8em;
	}
	.footer-top p {
		font-size: 13px;
	}
	.footer-copy-grid {
		padding: 0;
	}
	.about-grid-left1 h2 {
		font-size: 1.2em;
	}
	.about-grid-left1 {
		padding: 1em 1em 2em;
	}
	.mail-grid-left-pos {
		width: 61%;
	}
	.form-contacto {
		position:static;
		margin:0px;
	}
	#obras .container {
		height: 250px;
	}
}
@media (max-width:320px){
	.header {
		padding: 4em 0 4em;
	}
	.header-left ul li {
		font-size: 12px;
		margin-bottom: .5em;
	}
	.header-right nav ul li a span {
		font-size: 14px;
	}
	.header-right nav ul li i {
		font-size: .8em;
	}
	.header-right nav {
		top: -22%;
	}
	.container.banner-drop.nav-open {
		margin-top: 5em;
	}
	.banner {
		background: url(../images/banner1.jpg) no-repeat -155px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.p-mask p,.about-grid-left1 ul li a,.map-grid input[type="text"], .map-grid input[type="email"], .map-grid textarea,.mail-grid-right1 h3, .mail-grid-right p,.leave-comment input[type="text"], .leave-comment input[type="email"], .leave-comment textarea,.admin-right p,.tags ul li a,.categories ul li a,.subscribe p,.subscribe input[type="email"],.popular-right p,.comments-list ul li,.comments-list p,.team-grid1-sub p, .about-grid ul li a,.banner-bottom-grid-left p,.about-grid p,.footer p,.footer-copy-grid ul li a,.footer-copy-grid p,.footer-copy-grid input[type="text"], .footer-copy-grid input[type="email"], .footer-copy-grid textarea {
		font-size: 13px;
	}
	.leave-comment textarea {
		min-height: 150px;
	}
	.categories ul li {
		margin-bottom: .5em;
	}
	.admin-left {
		width: 25%;
	}
	.admin-right {
		width: 69%;
	}
	.recent-comments-grid:nth-child(2) {
		margin: 1em 0;
	}
	.recent-comments-grid-right p {
		margin: 0.5em 0 0;
		font-size: 13px;
	}
	.recent-comments-grid-right h4 a,.leave-comment input[type="submit"],.mail-grid-right1 h3, .mail-grid-right p {
		font-size: 14px;
	}
	.mail-grid-left-pos {
		width: 74%;
	}
	.subscribe input[type="submit"] {
		font-size: 14px;
	}
	.popular-right h5 a,.popular-left h4 {
		font-size: 1.2em;
	}
	.header-right1 nav {
		top: -24% !important;
	}
	.popular h3, .subscribe h3, .categories h3, .instagram h2, .tags h3 {
		font-size: 1.3em;
	}
	.about-grid-left1 ul li, .about-grid ul li {
		margin-bottom: .5em;
	}
	.about-grid-left1 p {
		padding: 1em 0 0;
		margin: 1em 0 1em;
		font-size: 13px;
	}
	.about-grid p span {
		display: initial;
		margin: 0;
	}
	.footer {
		padding: 1em 0;
	}
	.footer-copy-grid input[type="submit"] {
		width: 100%;
	}
	.footer-copy {
		/*padding: 2em 0 1em;*/
	}
	.footer-copy-grid1 {
		padding: 0 .2em .4em;
	}
	.banner-bottom-grid-left h2, .footer-copy-grid h3, .comments-list h3, .about-grid h3, .team h3, h2.title, .mail h2, .map-grid h3, .recent-comments h3, .leave-comment h3 {
		font-size: 1.3em;
	}
	.banner-bottom-grid1 {
		padding: .5em;
	}
	.banner-bottom-grid1-pos, .banner-bottom-grid-sub-pos {
		padding: .5em;
	}
	.banner-bottom-grid1-pos h3 {
		font-size: 1em;
	}
	.banner-bottom-grid-sub-pos h3 {
		font-size: 1.6em;
	}
	.banner-bottom-grid-sub {
		margin: 3em auto 0;
	}
	.banner-bottom-grid-left1 p {
		font-size: 1.2em;
	}
	.footer-top h3 {
		font-size: 1em;
	}
	.footer-top {
		min-height: 265px;
	}
	.footer-top-image {
		bottom: -44%;
	}
	
	.form-contacto {
		position:static;
		margin:0px;
	}
	#obras .container {
		height: 250px;
	}
}


/* Added by dintech.com.ar */

.modal-body{
	padding: 0;
}

.modal-content {
	/* background-color: rgba(255,255,255,0.5); */
	background-color: rgba(80, 80, 80, 0.75);
}

button.close{
	font-size: 30px;
	padding-right: 0.7rem;
}

div.bottom-title{
	padding-left: 1rem;
	display: inline-block;
	margin-top: 0.2rem;
	color: #ddd;
}

#prev-img {
    left: 1rem;
	background: url(https://cdn.jsdelivr.net/bxslider/4.2.12/images/controls.png) no-repeat 0 -32px;
}

#next-img {
    right: 1rem;
	background: url(https://cdn.jsdelivr.net/bxslider/4.2.12/images/controls.png) no-repeat -43px -32px;
}


div.arrows button{
	border: 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 35px;
    height: 35px;
    transform: scale(1.1);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    -ms-filter: alpha(opacity=75);
    filter: alpha(opacity=75);
    /* background: url(/blob/612/58d984b…/sprite20px-png-data.png) no-repeat; */
    content: "";
}

div.arrows button:hover{
	-webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
}