@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
/* CSS Document */
html,  body {
	height: 100%;/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
}
/* Set the fixed height of the footer here */
#push,  #footer {
	height: auto;
	position: relative;
}
#footer {
	background: rgb(162, 134, 115);
	background: -moz-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -webkit-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -o-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -ms-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: linear-gradient(180deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	margin-top: 100px;
	color: #FFFFFF
}
/* Lastly, apply responsive CSS fixes as necessary */


/*INICIO CSS PROPIOS*/

body {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	color: #5A5A5A;
}
p {
	font-size: 15px;
	font-weight: 300
}
p.small {
	font-size: 13px;
	font-weight: 300
}
a, a.active, a:active, a:focus, a:hover {
	color: #222;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300
}
.titulo-suscribete {
	font-size: 18px;
	color: #B3947F;
	font-weight: 300
}
/*Inicio Menu*/
.navbar-custom {
	background: #FFF;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	border: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}
.navbar-custom .navbar-brand, .navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover {
	color: #B3947F;
	padding: 0px !important;
}
.navbar-custom .navbar-nav {
	letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
	color: #B3947F;
		border: solid transparent 1px;
}
.navbar-custom .navbar-nav li a:hover {
	color: #AE7B00;
	border: solid #B3947F 1px;
}
.navbar-custom .navbar-nav li a:active, .navbar-custom .navbar-nav li a:focus {
	color: #B3947F
}
.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
	color: #fff;
	background: #B3947F
}
.navbar-custom .navbar-toggle {
	color: #B3947F;
	text-transform: uppercase;
	font-size: 10px;
	border-color: #B3947F
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
	background-color: #B3947F;
	color: #fff;
	border-color: #B3947F
}
.navbar-brand>img {
	height: 70% !important;
	width: 50% !important;
	margin-top: 10px;
	margin-left: 15px;
}

@media (min-width:768px) {
.navbar-custom {
	padding: 25px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-custom .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar-custom.affix {
	padding: 10px 0
}
.navbar-custom.affix .navbar-brand {
	font-size: 1.5em
}
.navbar-brand>img {
	height: 60px !important;
	width: auto !important;
	margin-top: -5px !important;
}
}
/*Termino Menu*/


/*Inicio Carrusel*/
/* Carousel base class */
.carousel {
	height: 400px;/*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
.carousel-caption li {
	padding-top: 10px;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 400px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 400px;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 120px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.carousel-caption h1 {
	color: #fff;
/*	text-shadow: 2px 2px 3px #ff9900 !important;*/
	height: 100%;
	width: 100%;
	background-color:#333;
   opacity:0.6

}
/*Termino Carrusel*/
.esquinas-rectas {
	border-radius: 0px;
	-webkit-border-radius: 0px;  /* Safari  */
	-moz-border-radius: 0px;     /* Firefox */
}

.boton-enviar {
	color: #fff;
	background: rgb(162, 134, 115);
	background: -moz-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -webkit-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -o-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -ms-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: linear-gradient(180deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	border-color: #A28673;
	margin-top: 30px;
	margin-bottom: 30px;
}

.boton-enviar:hover {
	color: #fff;
	background: rgb(209, 169, 145);
	background: -moz-linear-gradient(90deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	background: -webkit-linear-gradient(90deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	background: -o-linear-gradient(90deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	background: -ms-linear-gradient(90deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	background: linear-gradient(180deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	border-color: #A28673;
	
}


.margen-logo-bottom {
	padding: 10px;
	margin-top: 15px;
}
p.txt-footer {
	margin-top: 20px;
}
.txt-footer {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 300;
}
.color-cafe {
	color: #B3947F;
}
.color-blanco {
	color: #FFFFFF;
}
.txt-titulo-piedra {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 300;
}
.box-casa-prefabricada {
	border: solid #B2937F 1px;
	margin-bottom: 15px;
}
/*.box-piedra:hover {
	border: solid #B3947F 2px;
}*/
.cabezal-secciones {
	background: #B2937F;
	height: 80px;
	margin-top: 100px;
	margin-bottom: 40px;
}
/*.divider:before, .divider:after {
	border-top: 1px solid #FFF;
	position: absolute;
	display: block;
	content: "";
	height: 2px;
	top: 40px;
	width: 40%;
	z-index: 1;
}
.divider:before {
	right: 0;
}
.divider:after {
	left: 0;
}*/

.texto-terminaciones {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #B3947F;
}
.usos ul {
	list-style: none;
}
.usos ul li {
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin: 8px 0 0 -40px
}
.titulo-colpasable-cotizar {
	font-size: 1.4em;
	font-weight: 300;
}
.titulo-colpasable-cotizar a {
	text-decoration: none;
}
.panel-cotizar {
	border: 2px #f4f4f4 solid
}
/*inicio Carrusel fotos productos portada*/
.box-fotos {
	width: 100% !important;
	height: auto;
	/*background-color: #F16D00;
	margin-bottom: 30px;*/
	padding-bottom: 15px;
	overflow: hidden;
}
.box-fotos h3 {
	color: #B2927F;
}
.scroll-img {
	/*border: 1px solid red;*/
	width: 100%;
	height: 220px;
	overflow: hidden;
	font-size: 0;
}
.scroll-img ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.scroll-img ul li {
	display: inline-block;
	margin: 10px 10px 10px 10px;
}
#demo5.scroll-img ul {
	width: 1500px;
}
.btn-blanco {
	color: rgb(162, 134, 115);
	background-color: #fff;
	border:1px solid rgb(162, 134, 115)
}
.btn-blanco:hover {
	color: #ffffff;
	background-color: rgb(162, 134, 115);
	border-color: rgb(162, 134, 115)
}
/*termino Carrusel fotos productos portada*/

.cont-prod-dest-portada {
	width: 200px;
	height: 200px;/*border: 1px solid #FC090D;*/
}

.cont-prod-dest-portada .categoria {
	font-size: 13px;
	color: #B2927F;
	width: 100%;
	margin-left: 5px;
	padding-top: 10px;
	background-image: url(../images/bg_sombra.jpg);
	background-repeat: no-repeat;
}
.cont-prod-dest-portada .nombre {
	font-size: 13px;
	color: #5A5A5A;
	width: 100%;
	margin-left: 5px;
}
.marco-foto-prod-portada {
	width: 190px;
	border: 1px solid #B2927F;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}
.cont-prod-interior {
	width: auto;
	height: 240px;
	/*border: 1px solid #FC090D;*/
}
.sombra:hover {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	-moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
	
}
.cont-prod-interior .categoria {
	font-size: 13px;
	color: #B2927F;
	width: auto;
	margin-left: 5px;
	padding-top: 10px;
	background: url(../images/bg_sombra.jpg );
	background-repeat: no-repeat;
}
.cont-prod-interior .nombre {
	font-size: 13px;
	color: #5A5A5A;
	width: 100%;
	margin-left: 5px;
}

.marco-foto-interior {
	width: auto;
	border: 1px solid #B2927F;
	background-color: #FAFAFA;
	margin-right: auto;
	margin-left: auto;
}
.sombra-foto-detalle {
	height: 26px;
	width: 100%;
	padding-top: 15px;
	background: url(../images/bg_sombra2.jpg) no-repeat center top; 
	background-repeat: no-repeat;
}
.marco-cafe {
	border: 1px solid #B2927F;
}
.marco-blanco {
	border: 2px solid #FFFFFF;
}
h5 {
	font-size: 18px;
	color: #5A5A5A;
	font-weight: 500
}
.margen-bottom {
	margin-bottom: 30px;
}
.btn-corporativo {
	color: #fff;
	background: rgb(162, 134, 115);
	background: -moz-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -webkit-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -o-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: -ms-linear-gradient(90deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	background: linear-gradient(180deg, rgb(162, 134, 115) 30%, rgb(209, 169, 145) 70%);
	border-color: #A28673
}
.btn-corporativo:hover {
	color: #fff;
	background: rgb(209, 169, 145);
	background: -moz-linear-gradient(90deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	background: -webkit-linear-gradient(90deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	background: -o-linear-gradient(90deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	background: -ms-linear-gradient(90deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	background: linear-gradient(180deg, rgb(209, 169, 145) 30%, rgb(162, 134, 115) 70%);
	border-color: #A28673
}

/*Inicio menu productos Sidebar*/

@media (min-width:768px) {
.bs-docs-sidebar {
	padding-left: 0px
}
}
.bs-docs-sidenav {
	margin-top: 20px;
	margin-bottom: 20px
}

.bs-docs-sidebar .nav > li > a {
	display: block;
	padding: 4px 5px;
	font-family: 'Lato', verdana, sans-serif;
	line-height: 160%;
	font-size: 15px;
	font-weight: 300;
	color: #5A5A5A;
}
.bs-docs-sidebar .nav > li > a:focus, .bs-docs-sidebar .nav > li > a:hover {
	padding-left: 13px;
	color: #B2937F;
	text-decoration: none;
	background-color: transparent;
	border-left: 5px solid #B2937F;
	
}
.bs-docs-sidebar .nav > .active:focus > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active > a {
	font-family: 'Montserrat', verdana, sans-serif;
	padding-left: 16px;
	font-weight: 400;
	color: #B2937F;
	background-color: transparent;
	border-left: 5px solid #B2937F;
}
.bs-docs-sidebar .nav .nav {
	display: none;
	padding-bottom: 10px
}
.bs-docs-sidebar .nav .nav > li > a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 400
}
.bs-docs-sidebar .nav .nav > li > a:focus, .bs-docs-sidebar .nav .nav > li > a:hover {
	padding-left: 29px
}
.bs-docs-sidebar .nav .nav > .active:focus > a, .bs-docs-sidebar .nav .nav > .active:hover > a, .bs-docs-sidebar .nav .nav > .active > a {
	padding-left: 28px;
	font-weight: 500;
}
/*Inicio menu productos Sidebar*/

/*Inicio Spinner*/

.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}
.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}
/*Termino Spinner*/
h5.texto-caracteristicas {
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color:  #C8070A;
	font-size: 1.3em;
	line-height: 160%;
}
.hr-light {
	background-color: #B3947F;
	height: 1px
}

/*Inicio Formulario*/
.error_message {
	display: block;
	/*height: 22px;
	line-height: 22px;*/
	background: #FBE3E4 url('../images/ico/error.gif') no-repeat 10px center;
	padding: 15px 10px 15px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius:5px;
}

#success_page h1 {
	/*background: url('../images/ico/success.gif') left no-repeat;
	padding-left:22px;*/
	margin: 0px;
	font-size:1.2em;
	color: #EB1921;
	font-weight: bold;
	line-height: 140%;
}
.bg-cafe {
	background-color: #B3947F;
}
.bigicon {
	font-size: 30px !important;
color: #B3947F;
}
/*termino Formulario*/

.box-info {
	padding: 10px;
	color: #AE7B00;
	border: solid #B3947F 1px;
	font-size: 15px;
}
.box-info .peso {
	font-size: 20px;
	font-weight: 500;
}
