/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*! GLOBALES */

body {
	overflow-x: hidden;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #630;

}

p {
    font-size: 14px;
    line-height: 1.5;
}

p.large {
    font-size: 17px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}

a {
    color: #630;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #c90;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.img-centered {
    margin: 0 auto;
}

section {
    padding: 0px 0;
}
@media(min-width:768px) {
    section {
        padding: 0px 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #999;
}

::selection {
    text-shadow: none;
    background: #999;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #999;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}



/* NAVEGACION */

.navbar-default {
    border-color: transparent;
    background-color: #fff;
}
.navbar-default .navbar-brand {
	background-image: url(../imagenes/logo-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 64px;
	width: 95px;
	margin-top: 8px;
	margin-left: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-bottom: 8px;
}
		/*
		.navbar-default .navbar-brand {
			font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
			color: #fed136;
		}
		*/

/* No necesario si hay logo */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.1);
}

.navbar-default .navbar-toggle {
	border-color: #630;
	background-color: #630;
	margin-top: 24px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #c90;
	border-color: #c90;
}

.navbar-default .nav li a {
	font-weight: 700;
	color: #630;
	text-transform: uppercase;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #c90;
}
.ocultar {	
}

.boton-activo  {
    color: #fff !important;
    background-color: #630 !important;
	border-radius: 0px;
	padding-left: 46px !important;
	background-image: url(../imagenes/flecha3.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	
}
.boton1 {
	border-radius: 0px;
	padding-left: 46px !important;
}
.boton1:hover {
	background-image: url(../imagenes/flecha2.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
	
}
.boton-activo2  {
	border-radius: 0px;
	padding-left: 73px !important;
	background-image: url(../imagenes/flecha.png);
	background-repeat: no-repeat;
	background-position: 47px 15px;
	background-color: #eee;
}
.boton-activo2:hover  {
	background-color: #eee !important;
	background-image: url(../imagenes/flecha.png);
	color: #630 !important;
}
.boton3 {
	border-radius: 0px;
	padding-left: 73px !important;
	background-color: #eee;
}
.boton3:hover {
	background-image: url(../imagenes/flecha2.png);
	background-repeat: no-repeat;
	background-position: 47px 15px;
	background-color: #eee !important;	
}

@media(min-width:768px) {
    .navbar-default {
        padding: 20px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
	.navbar-default .navbar-brand {
		background-image: url(../imagenes/logo-1.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		height: 120px;
		width: 177px;
		margin-top: 0px;
		margin-left: 0px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}
	.navbar-default .nav li a {
		padding-top: 10px;
		padding-bottom: 10px;
	}


    .navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus {
        border-radius: 3px;
    }
	.ocultar {
		display: none;
	}

}


/*! MENU LATERAL */
.menu-lateral {
	display: none;
}
.lista-menu {
	text-transform: uppercase;
	font-weight: 700;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 15px;
}
.lista-menu li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.categoria2 {
	background-image: url(../imagenes/flecha.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 27px;
}
.categoria2:hover {
	color: #630;
}
.categoria {
	padding-left: 27px;
}
.categoria:hover {
	background-image: url(../imagenes/flecha2.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
	padding-left: 27px;
}
.subcategoria2 {
	padding-left: 54px;
	background-image: url(../imagenes/flecha.png);
	background-repeat: no-repeat;
	background-position: 27px 5px;
}
.subcategoria2:hover {
	color: #630;
}
.subcategoria {
	padding-left: 54px;
}
.subcategoria:hover {
	padding-left: 54px;
	background-image: url(../imagenes/flecha2.png);
	background-repeat: no-repeat;
	background-position: 27px 5px;
}
@media(min-width:768px) {
	.menu-lateral {
		display: inherit;
	}	
}
/*!*/

/*! CONTENIDO */
#contenido {
	padding-bottom: 100px;
}

#contenido hr{
	border-color: #630;
	margin-top: 0px;
}
#contenido h2{
	margin-top: 0px;
}
.panel-galeria {
	margin-top: 10px;
	margin-bottom: 20px;
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #c90;
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	background-color: rgba(255,255,255,0.6);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: ;
    font-size: 14px;
    font-weight: 400;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.body-proyectos {
	background-image: url(../imagenes/fondo_proyecto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;	

}
.body-quienes {
	background-image: url(../imagenes/fondo_quienes.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;	

}
.body-cocinas {
	background-image: url(../imagenes/fondo_cocinas.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;	

}
.logo-home {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;	
}
.plano {
	opacity:0.4;
}
.texto-proyectos {
	padding-top: 30px;
	padding-bottom: 28px;
}
@media(min-width:1200px) {
	.texto-proyectos {
		padding-top: 0px;	
	}
}
.dato-contacto {
	margin-bottom: 20px;
	display: block;
}

@media(min-width:992px) {
	.dato-contacto {
	display: inline-table;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 20px;
}

}	

.form-group {
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
	padding: 20px;
	border-top-color: #630;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #630;
}

.form-group input.form-control {
    height: auto;
}

 .form-group textarea.form-control {
    height: 236px;
}

.form-control:focus {
    border-color: #c90;
    box-shadow: none;
}

.text-danger {
	color: #e74c3c;
	text-align: left;
}
.btn-formulario {
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	text-transform: uppercase;
	color: #FFF;
	background-color: #630;
	padding-top: 16px;
	padding-right: 40px;
	padding-bottom: 16px;
	padding-left: 40px;
	border: none;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	letter-spacing: 1px;
}
.btn-formulario:hover,
.btn-formulario:focus,
.btn-formulario:active,
.btn-formulario.active {
	background-color: #c90;
	-webkit-box-shadow: none;
	box-shadow:none;
	color: #FFF;
}
/*!*/











/*! PIE */
footer {
	padding: 30px 0;

}
.misc-pie {
	margin-bottom: 10px;	
}
.logo-pie {
	margin-bottom: 10px;
	display: block;
}
.dato-pie {
	margin-bottom: 6px;
	display: block;
}
.icono-facebook {
	color: #FFF;
	background-color: #630;
	border-radius:100%;
	height: 40px;
	width: 40px;
	padding: 14px;
	visibility: hidden;
}
.icono-facebook:hover {
	color: #FFF;
	background-color: #c90;

}
@media(min-width:1200px) {
    .contenido-pie {
	display: inline-block;
	}	
    .dato-pie {
		display: inline-block;
		margin-right: 10px;
	}
	.logo-pie {
	display: inline;
	margin-right: 10px;
	float: left;
	padding-top: 4px;
	}
}
/*!*/

