html{
	height: 100%;
}
body {
	position: absolute;
    width: 100%;
	height:100%;
}
/* Header */
#head { background:#181015 url( ../images/fondo1.jpg) no-repeat; background-size: cover; background-position:center center ; height:100%; max-height:620px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head .lead { font-family:"Open Sans", Helvetica, Arial; font-size:60px; margin-bottom:6px; color:white; line-height:1.15em; text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8); }
	#head .tagline { color:rgba(255,255,255,1); margin: 10px 10px 25px 10px; font-size:24px; text-shadow: 0 1px 1px rgba(0, 0, 0, 1); }
		#head .tagline a { color:#fff; }
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active,
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }
#head.secondary-b {
	height:250px;
	min-height: 250px;
	padding-top:0px;
}
#head.secondary-b.empresa {
	background:#181015 url( ../images/bg-empresa.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center ;
}
#head.secondary-b.documentacion {
	background:#181015 url( ../images/bg-documentacion.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center ;
}
#head.secondary-b.compromiso {
	background:#181015 url( ../images/bg-compromiso.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center ;
}
#head.secondary-b.portfolio {
	background:#181015 url( ../images/bg-portfolio.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center ;
}
#head.secondary-b.servicios {
	background:#181015 url( ../images/bg-servicios.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center ;
}
#head.secondary-b.contacto {
	background:#181015 url( ../images/fondo1.jpg) no-repeat;
	background-size: cover;
	background-position: center center ;
}

.logo { margin-top:2px !important; }
.logo img {
  max-width: 250px;
}

img.col-sm-6, img.col-sm-4{
	padding:0;
	padding-right:30px;
}

article p {
	text-align:justify;
	}

.navbar-inverse {
	padding-top:27px;
}

.language-menu {
	margin-right: 15px;
    margin-top: -20px;
	color:#555;
}
.language-menu a {
	color:#555;
}
.language-menu a:hover {
	color:#999;
}
.language-menu a.active {
	color:#aaa;
}

.language-menu-mobile {
	margin-right:10px;
}

.language-menu-mobile a {
	display:inline !important;
	padding:10px 5px !important;
}

.top-10 {
	margin-top:10px;
}
.top-20 {
	margin-top:20px;
}
.top-40 {
	margin-top:40px;
}

.top-inner {
	position:relative;
	top:-40px;
	left:15px;
	color:#888;
}

.panel-without-padding {
	padding:0;
	margin-left:1%;
	margin-right:1%;
	width:48%;
}

.btn-min-padding {
	padding:10px 15px;
}

/*Botones tamanio fijo*/
.fixed-width {
	width:100%;
	max-width:320px;
	margin:10px 0;
}
.fixed-width i {
	margin-right:10px;
}

.btn-tab, .btn-tab:hover {
	box-shadow:none;
	border:1px solid #ccc;
}
.btn-success.btn-tab {
	border:1px solid #999;
}

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:100px; }
	#head .lead {
		background-color: rgba(0, 0, 0, 0.4);
		font-size: 34px;
		font-weight: 400;
		margin: 10px auto;
		max-width: 90%;
		overflow: hidden;
		padding: 10px;
		text-align: center;
	}
	.logo { margin-top:13px !important; }
	.logo img { max-width:200px; }
	.navbar-inverse {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	}
	.navbar-collapse {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
		margin-top:18px;
	}
	.navbar-collapse ul {
		text-align: right;
		width: auto;
	}
	img.col-sm-6 {
		padding:20px 0;
	}
	.panel-without-padding {
		margin-left:2%;
		margin-right:2%;
		width:96%;
	}

	.btn-min-padding {
		padding:10px 30px;
	}
}


/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; }
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; }
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { }

/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; }

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }
		.follow-me-icons i { float:left; margin:0 10px 0 0; }

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }
	.widget-simplenav a{ margin:0 5px; }

.btn-action, .btn-primary {
	color:#FFF;
	background: rgba(86,117,118,1);
	background: -moz-linear-gradient(left, rgba(86,117,118,1) 0%, rgba(64,98,100,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,117,118,1)), color-stop(100%, rgba(64,98,100,1)));
	background: -webkit-linear-gradient(left, rgba(86,117,118,1) 0%, rgba(64,98,100,1) 100%);
	background: -o-linear-gradient(left, rgba(86,117,118,1) 0%, rgba(64,98,100,1) 100%);
	background: -ms-linear-gradient(left, rgba(86,117,118,1) 0%, rgba(64,98,100,1) 100%);
	background: linear-gradient(to right, rgba(86,117,118,1) 0%, rgba(64,98,100,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#567576', endColorstr='#406264', GradientType=1 );
	margin:10px;
	width:180px;
	text-align:center;
	padding:15px 20px;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    0px 3px 2px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         0px 3px 2px 0px rgba(0, 0, 0, 0.8);
}
.btn-default.btn-lg {
	margin:10px;
	width:180px;
	text-align:center;
	padding:15px 20px;
}
.btn-action.btn-sm {
	width: 120px;
	text-align: center;
	padding: 8px 20px;
	margin:0;
	font-size:14px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.product-thumb {
	max-width:120px;
}

.destacado {
	padding:5px 20px 20px 20px;
}
#maderas {
	background-color:#f7f5f4;
}
.jumbotron {
	background-color:#fff;
}

.designer-signature {
	margin-right:60px !important;
}
.designer-signature a {
	font-size:11px;
	text-decoration:none;
}
.designer-signature span {
	color:#3498db;
	padding-left:15px;
}

.form-control {
	margin-bottom:10px;
	background-color:#333;
	color:#eee;
	border:1px solid #202020;
}

#change-image {
	color: #888 !important;
    display: inline-block;
    font-size: 11px;
    left: 11px;
    position: relative;
    top: -7px;
}

.soft-percent {
	max-width:140px;
	margin:0 auto 30px auto;
	padding:0 20px 0 0;
}

.wide-thumb {
	width:100%;
	padding:5px;
}

.contact-captcha {
	margin-bottom:10px;
}

.recaptchaBranding {
	color: #666;
    margin-top: 15px;
    font-size: 11px;
    text-align: center;
}
.recaptchaBranding a {
	color: #999;
}
.grecaptcha-badge { visibility: hidden; }

.call-btn-contact {
	width:100%;
	margin:0;
}

.owl-stage-outer {
		height:270px;
}

.owl-carousel .owl-wrapper {
    display: flex !important;
}
.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

#linkedin-samer {
	display:block;
	float:left;
	margin:5px 5px 5px 0;
	width:44px;
	height:44px;
	background-image:url('../img/redes-sprite.png');
	background-position: 0 0;
}
#instagram-samer {
	display: block;
    float: left;
    margin: 5px;
    width: 44px;
    height: 44px;
    background-image: url('../img/redes-sprite.png');
    background-position: 89px 0px;
}
#facebook-samer {
	display: block;
    float: left;
    margin: 5px;
    width: 44px;
    height: 44px;
    background-image: url('../img/redes-sprite.png');
    background-position: 45px 0;
}
#linkedin-samer:hover, #instagram-samer:hover, #facebook-samer:hover {
	background-position-y: 43px;
}
#sntch_button {
	bottom:340px;
}
#whatsapp {
	display:none;
}
@media (max-width: 767px) {
	#sntch_button {
		display:none;
	}
	#whatsapp {
		display: block;
		position: fixed;
		bottom: 15px;
		right: 20px;
	}
}
.navbar-inverse, .navbar-nav .dropdown-menu {
	background: rgb(255 200 0 / 0.9);
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a, .navbar-nav .dropdown-menu > li > a{
	color:#000;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > .active > a:hover {
	background: rgb(0 0 0 / .3);
}
.language-menu a.active {
    color: #777;
}
#head .btn-default {
	color: #fff;
}
#head .btn-default:hover, #head .btn-default:focus {
	color: rgb(255 200 0 / 0.9);
	border-color: rgb(255 200 0 / 0.9);
}
.navbar-inverse .navbar-brand img {
    margin-top: -15px;
		padding-left: 10px;
}
@media(min-width:768px){
	.navbar-inverse .navbar-brand img {
	    margin-top: -12px;
			padding-left: 0;
	}
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#000;
}
#logo-footer{
	width: 180px;
	margin-bottom: 40px;
}
.btn-action {
	background: #ddb429;
	color:#222;
}
.jumbotron {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ph-img-box{
	width: 100%;
	max-width: 280px;
	display: block;

}
.ph-text-box {
	margin-bottom: 0;
}
.m-0{
	margin: 0;
}
@media(max-width:767px){
	.ph-img-box {
		margin: 0 auto 15px auto;
	}
	.ph-text-box {
		text-align: center;
		margin-top:30px;
		margin-bottom: 10px;
	}
	.ph-heading-box {
		text-align: center;
	}
	.ph-text-center {
		text-align: center;
	}
	.ph-img-center{
		display: block;
		margin: 0 auto;
	}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #000;
		font-weight: bold;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		font-weight: bold;
		color:#000;
	}
	.navbar-inverse .navbar-nav > .active > a {
		color:#000;
	}
}
@media (min-width:768px)  {
	.ph-media {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-align: start;
	      align-items: flex-start;
	}
	.ph-align-self-center {
	  -ms-flex-item-align: center !important;
	      align-self: center !important;
	}
	.ph-stretch-box {
	    align-items: stretch;
			display: flex;
	}
}
@media(max-width:991px){
	.mt--lg-2 {
		margin-top: 20px;
	}
}

@media(min-width: 992px){
	.ph-stretch-box {
			display: block;
	}
	.ph-img-box {
		margin: 0 auto 15px auto;
	}
	.ph-text-box {
		text-align: center;
		margin-top:10px;
		width: 100%;
		margin-bottom: 10px;
	}
	.ph-heading-box {
		text-align: center;
	}
}
.img-clavadoras {
	max-width: 220px;
	width: 100%;
}
