html,
body {
    width: 100%;
    height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}
a, button, input[type='button'], input[type='submit'] {
	font-family: 'Montserrat', sans-serif;
}
.font1 {
	font-family: 'Montserrat', sans-serif;
}
.font2 {
	font-family: 'Montserrat', sans-serif;
}
.font3 {
	font-family: 'Montserrat', sans-serif;
}
.bg-primary {
    background-color: #acda69;
	background:-webkit-linear-gradient(left top, #acda69, #197834); /*#090 -> #060*/	/* For Safari 5.1 to 6.0 */
	background:-o-linear-gradient(bottom right, #acda69, #197834); /*#090 -> #060*/ 	/* For Opera 11.1 to 12.0 */
	background:-moz-linear-gradient(bottom right, #acda69, #197834); /*#090 -> #060*/ 	/* For Firefox 3.6 to 15 */
	background:linear-gradient(to bottom right, #acda69, #197834); /*#090 -> #060*/ 	/* Standard syntax */
}
.logoBrand {
	width:42%;
	margin-bottom:30px;
}

.text-primary {
    color: #090;
}
a {
    color: #090;
}
a:focus, a:hover {
    color: #070;
}
a:visited {
    color: #0b0;
}
.text-vertical-center {
    display:table-cell;
    text-align:center;
    /*vertical-align:middle;*/
	padding-top:80px;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.callout .text-vertical-center h1 {
	line-height: 20px;
    margin-top: 300px;
}
.color-ico01 {
    color: #197834;	/*#acda69;*/
}
.color-ico02 {
    color: #197834;	/*#f9941f;*/
}
.color-ico03 {
    color: #197834;	/*#ed1b24;*/
}
.color-ico04 {
    color: #197834; /*#0071bd;*/
}
.btn-dark {
    /*border-radius: 0;*/
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}
.btn-light {
    /*border-radius: 0;*/
    color: #333;
    background-color: rgb(255,255,255);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}
hr.small {
    max-width: 100px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.toggle {
    margin: 5px 5px 0 0;
}
.header {
	color:white;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.8) 2px 2px 2px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/images/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.about {
    padding: 50px 0;
}
.productos {
    padding: 50px 0;
}
.service-item {
    /*margin-bottom: 30px;*/
}
.callout {
	/*background-position-y: -400px;*/
    display: table;
    width: 100%;
    height: 400px;
    color: #197834;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.4) 2px 2px 2px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.4);
	/*text-shadow: -1px 0 2px #fff, 0 1px 2px #fff, 1px 0 2px #fff, 0 -1px 2px #fff;*/
    background: url(/images/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.portfolio {
    padding: 50px 0;
}
.portfolio-item {
    margin-bottom: 30px;
}
.img-portfolio {
    margin: 0 auto;
}
.img-portfolio:hover {
    opacity: 0.8;
}
.call-to-action {
    padding: 50px 0;
}
.call-to-action .btn {
    margin: 10px;
}
.map {
    /*height: 500px;*/
}
@media(max-width:768px) {
    .map {
        height: 75%;
    }
}
.map iframe {
    pointer-events: none;
}
footer {
    padding:40px 0;
}
footer a {
    color: #fff;
}
footer a:focus, a:hover {
    color: #0c0;
}
footer a:visited {
    color: #050;
}
#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
#success_message {
	float:left;
	margin-top:10px;
}
#fail_message {
	float:left;
	margin-top:10px;
}
.form-group {
	margin-bottom:0;
}
.form-contact .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
#gfirstname {
	margin-bottom: -1px;
}
#gfirstname span {
	border-bottom-left-radius: 0;
}
#gfirstname input {
	border-bottom-right-radius: 0;
}
#glastname {
	margin-bottom: 10px;
}
#glastname span {
	border-top-left-radius: 0;
}
#glastname input {
	border-top-right-radius: 0;
}
.gbsepara {
	margin-bottom:10px;
}
.gtsepara {
	margin-top:10px;
	margin-bottom:10px;
}
.control-label {
	text-align:right;
}
label {
	line-height:36px;
	margin-bottom:0;
}
.help-block {
	z-index:100;
	position:absolute;
	top:0;
	right:40px;
}
#dvaddress1 {
	width: 100%;
	text-align: center;
}
#dvaddress2 {
	margin:30px 0 0 30px;
	display: inline-block;
	text-align: left;
}
#tlformulario, .tlformulario {
	text-align:center;
}
.featurette-divider {
	margin:80px 0;
	clear:both;
}
/* Cambio de color para botón Bootstrap */
.btn-primary {
    background-image: -webkit-linear-gradient(top,#11aa11 0,#018601 100%);
    background-image: -o-linear-gradient(top,#11aa11 0,#018601 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#11aa11),to(#018601));
    background-image: linear-gradient(to bottom,#11aa11 0,#018601 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff11aa11', endColorstr='#ff018601', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #018001;
	background-color: #11aa11;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #018f01;
    border-color: #017401;
    background-color: #018601;
}
.btn-primary:active, .btn-primary.active, .btn-primary:target, .btn-primary:active:focus {
    background-color: #018601;
    border-color: #018001;
}