/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Nunito Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 15px;
    line-height: 1.5;
}
p.large {
    font-size: 19px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: #444;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat',Helvetica,Arial,sans-serif;
    font-weight: 400;
	text-transform: uppercase;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 120px;
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: #999;
}
::selection {
    text-shadow: none;
    background: #999;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
/*/*/

/* NAVIGATION */
.navbar {
    border-color: transparent;
    background-color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
	box-shadow: 0px 0px 10px 0px #999;
}
#navbarResponsive {
	margin-top: 12px;
}
.logo {
	width: 180px;
	height: auto;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
.navbar .navbar-toggler i {
    color: #777;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: #222;
}
.nav-link  {
	color: #777;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: #222;
}
.nav-link.active {
    outline: 0;
    color: #fff;
	background-color: #222;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
@media(min-width:992px) {
	.navbar {
		border-color: transparent;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	.logo {
		width: 220px;
		height: auto;
	}
	.nav-link {
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#mainNav.navbar-shrink .logo {
		width: 170px;
	}
}
/*/*/

/* ENCABEZADO */
#encabezado {
	padding: 0px;
	background-color: #222;
	overflow: hidden;
}
.foto-e {
	height: 690px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.foto-me {
	height: 390px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.foto-1 {
	background-color: #111;
	background-image: url(../imagenes/foto-1.jpg);
}
.foto-2 {
	background-color: #222;
	background-image: url(../imagenes/foto-2.jpg);
}
.foto-3 {
	background-color: #333;
	background-image: url(../imagenes/foto-3.jpg);
}
.foto-4 {
	background-color: #444;
	background-image: url(../imagenes/foto-4.jpg);
}
/*/*/
/* LOGO ENCABEZADO */
#logo-encabezado {
	padding: 0px;
	height: 690px;
	margin-top: -690px;
}
#logo-encabezado img {
	margin-top: 200px;
	z-index: 1100;
	margin-bottom: 30px;
}
.texto-header {
	font-family: 'Montserrat', sans-serif;
	z-index: 1100;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(16, 16, 16, .7);
	padding: 2px 10px 2px 10px;
	
}
#logo-encabezado p {
	margin-bottom: 14px !important;
}
@media(min-width:768px) {
	.texto-header {
		font-size: 36px;
		font-weight: 700;
		line-height: 36px;
		
	}
}
/*/*/
/*! EMPRESA */
#empresa {
	background-color: #222;
	color: #fff;
}
#empresa h2 {
	background-color: #444;
	padding-left: 10px;
	margin-bottom: 40px;
}
/*!*/
/* PRODUCTOS */
#productos h2 {
	background-color: #eee;
	padding-left: 10px;
}
#productos h4 {
	margin-top: 20px;
}
#productos img {
	margin-top: 40px;
}
/*!*/
/* TESTIMONIOS */
#testimonios {
	background-color: #222;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url(../imagenes/fondo-testimonios.jpg);
}
#testimonios p {
	text-align: left !important;
}
#testimonios h2 {
	background-color: #444;
	padding-left: 10px;
}
#testimonios img {
	margin-top: 40px;
	margin-bottom: 20px;
	padding:7px;
	background-color: #444;
}
/*!*/
/*! CONTACTO */
#contacto {
	background-color: #eee;
}
#contacto h2 {
	background-color: #ccc;
	padding-left: 10px;
	margin-bottom: 40px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 10px 16px 10px 16px;
	color: #333;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-group textarea.form-control {
	height: 178px;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 0px;
}
.form-control:focus {
	border-color: #222 !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #bbb !important;
	font-size: 14px !important;
}
.btn-contacto {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #444;
	border-radius:0px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 17px;
	padding-right: 22px;
	padding-bottom: 17px;
	padding-left: 22px;
}
.btn-contacto:hover,
.btn-contacto:focus,
.btn-contacto:active,
.btn-contacto.active {
	background-color: #000;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn {
	margin-left: 10px;
}
#contacto table {
	margin-bottom: 40px;
}
#contacto td {
	padding-right: 6px;
	padding-bottom: 6px;
	font-size: 18px;
	line-height: 24px;
	vertical-align: top;
}
/*!*/

/*! PIE */
footer {
	padding: 25px 0;
	color: #ccc;
	font-size: 14px;
	background-color: #222;
}
footer a {
	color: #ccc !important;
}
footer a:hover,
footer a:focus {
	color: #fff !important;
}
.creditos {
	padding:10px;
	background-color: #333;
	font-size: 14px;
}
.creditos a {
	color: #777;
}
.creditos a:hover,
.creditos a:focus {
	color: #fff;
}
/*!*/

.carousel-caption {
	background-color: rgba(0, 0, 0, .7)
	;
	position: absolute;
	left: 0px !important;
	right: 0px !important;
	display: block;
	padding:10px !important
}
#detalle-producto {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
}
#detalle-producto td {
	font-size: 14px;
	line-height: 18px;
}
.link-catalogo {
	display: block;
	background-color: #222;
	color: #eee;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: 3px;
	padding: 8px 4px 8px 4px;
}
.link-catalogo:hover,
.link-catalogo:focus {
	background-color: #000;
	color: #fff;
}