@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0
}

body {
	color:#656565;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	/*font-family: inherit;*/
	padding-top: 104px;
	}

a {
  color: #656565;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #999;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.text-primary {
  color: #455469;
}

.white {color:#fff;}

#ucomerciales a {color: inherit;}





.navbar {
  min-height: 105px;
  font-family: 'Roboto Slab', serif;
}

.navbar-toggle {
  margin-top: 35px;
  margin-bottom: 35px;
  border-radius:0;
  /*background-color:#fff;*/
}

.navbar-brand {
  float: left;
  height: auto;
  padding:5px 0;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .navbar-nav {
    float: left;
    margin: 0;

  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    /*padding-top: 50px;
    padding-bottom: 40px;*/
	padding-top: 8px;
    padding-bottom: 8px;
	margin-top:40px;
	border-radius:2px;

  }
}



.navbar-default .navbar-nav > li > a {
  text-transform:uppercase;
  font-size:12px;
  font-weight:500;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #c6c1a1;
  /*background-color:#495366;*/
  -moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #c6c1a1;
}

.navbar-default {
  /*background-color: #fff;
  border-color: #e7e7e7;*/
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0 0 5px 1px #BABABA;
box-shadow: 0 0 5px 1px #BABABA;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto Slab', serif;
	/*font-family: 'Sanchez', serif;*/
	text-transform:uppercase;
}

.alpha:hover{
	filter:alpha(opacity=50);	-moz-opacity:0.5; -khtml-opacity:0.5; opacity: 0.5;}


.gradient {
	background: #ffffff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f4f7 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f7)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f4f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f4f7 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f4f7 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 0%, #f4f4f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f7', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-top:1px solid #eee; border-bottom:1px solid #eee;
}

.gradient2 {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 20%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 20%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 20%,rgba(221,221,221,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 20%,rgba(221,221,221,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 20%,rgba(221,221,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.btn {
	font-weight:500;
	text-transform:uppercase;
	border-radius:3px;
	-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
}

.btn-db {
	color: #fff;
	background-color: #495366;
	/*border-color: #ccc*/
}
.btn-db:hover, .btn-db:focus, .btn-db.focus, .btn-db:active, .btn-db.active, .open>.dropdown-toggle.btn-db {
	color: #666;
	background-color: #fff;
	border-color: #ccc
}
.btn-db:active, .btn-db.active, .open>.dropdown-toggle.btn-db {
	background-image: none
}

.btn-db-prod {
	color: #495366;
	background-color: #fff;

}
.btn-db-prod:hover, .btn-db-prod:focus, .btn-db-prod.focus, .btn-db-prod:active, .btn-db-prod.active, .open>.dropdown-toggle.btn-db-prod {
	color: #fff;
	background-color: #495366;

}
.btn-db-prod:active, .btn-db-prod.active, .open>.dropdown-toggle.btn-db-prod {
	background-image: none
}


.btn-db-white {
	color: #fff;
	background-color: rgba(198, 193, 161, 0.75);
	border-color: transparent;
}

.btn-db-white:hover, .btn-db-white:focus, .btn-db-white.focus, .btn-db-white:active, .btn-db-white.active, .open>.dropdown-toggle.btn-db {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

@media (min-width: 768px) {
  .lead {
    font-size: 23px;
  }
}


.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left-opcion {

}
.carousel-control.right-opcion {
  right: 0;
  left: auto;

}


/* FORMS */

.radio label,
.checkbox label {
  min-height: 40px;
  padding-left: 50px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 60px;
}


.form-control {

  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;

  color:#999;
  /*text-transform:uppercase;*/
  border: none;
  background-color: #f2f2f2;
  border-radius: 0;

}
.form-control:focus {
  background-color: #fff;
}

.input-lg {
  height: 60px;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom:25px;
}

select.input-lg {
  height: 60px;
  line-height: 46px;
}

.btn-lg-db,
.btn-group-lg-db > .btn-db {
  padding: 20px 25px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 0;
}






/* DELBRUTTO MOBILE */

.circle-p {
	width: 62px;
	height: 62px;
	background-color: #ccc;
	border-radius: 50px;

	font-size: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top:10px;

}

.circle-p.active {background-color: #d37f7f ;}

.circle-p.done {background-color: #e09e27;}

.info-p {
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	line-height:14px;
	margin-top:5px;
	text-align:center;
}


.radius-circle {
	border-radius: 100%;
	background-color: #fff
}
.lighter {
	font-weight: 300;
	text-transform: none;
}
.bg1 {
	background-color: #fcfcfc;
	border-top: 1px solid #eee; /*border-bottom:1px solid #eee;*/
}
.bg-title {
	background-image: url(../../assets/img/bg_title.png);
	background-position: center center;
	background-repeat:repeat-y;
	height:auto;
	min-height:45px;
}
#map {
	width:100%;
	height:500px;
}

/*TABS*/
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
}


/* java mostrar form */
.form-mostrar {
	display: none;
	margin: 50px 0 30px 0;
}
.form-mostrar-prod {
	display: none;
	margin: 50px 0 30px 0;
}

/*java active buttons tabs */
.show-btn, .show-btn-2, .show-btn-3 {
	color: #fff;
	background-color: #495366;
	margin-bottom:20px;

	width:100%
}
.show-btn:hover, .show-btn:focus, .show-btn.focus, .show-btn:active, .show-btn.active, .open>.dropdown-toggle.show-btn,
.show-btn-2:hover, .show-btn-2:focus, .show-btn-2.focus, .show-btn-2:active, .show-btn-2.active, .open>.dropdown-toggle.show-btn-2,
.show-btn-3:hover, .show-btn-3:focus, .show-btn-3.focus, .show-btn-3:active, .show-btn-3.active, .open>.dropdown-toggle.show-btn-3 {
	color: #fff;
	/*background-color: #ff5366;	*/
	background-color: rgba(198, 193, 161, 0.75);
}
.show-btn:active, .show-btn.active, .open>.dropdown-toggle.show-btn,
.show-btn-2:active, .show-btn-2.active, .open>.dropdown-toggle.show-btn-2,
.show-btn-3:active, .show-btn-3.active, .open>.dropdown-toggle.show-btn-3, {
	background-image: none
}
.show-btn-prod {
	color: #fff;
	/*background-color: #ff5366;*/
	background-color: #495366;
}
.show-btn-prod:hover, .show-btn-prod:focus, .show-btn-prod.focus, .show-btn-prod:active, .show-btn-prod.active, .open>.dropdown-toggle.show-btn-prod {
	color: #fff;
	background-color: rgba(198, 193, 161, 0.75);
}
.show-btn-prod:active, .show-btn-prod.active, .open>.dropdown-toggle.show-btn-prod {
	background-image: none
}

.email1 { display: none; }
.email2 { font-size: 14px; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: none;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
