/* GLOBALES */
body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	color: #606060;
}
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: #09f;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: #06c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-top: 70px;
		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;	
	margin-top: 60px;
}
#navbarResponsive {
	margin-top: 14px;
}
.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: #666;
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: #bc2d2c;
}
.nav-link  {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	font-weight: 300;
	letter-spacing: 3px;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: #bc2d2c;
}
.nav-link.activo {
    font-weight: 700 !important;
	color: #333;
}
.con-borde {
	border-bottom: solid 1px #f3f3f3;
	padding-bottom: 10px;
}
@media(min-width:576px) {
	.navbar {
		margin-top: 44px;
	}
}
@media(min-width:992px) {
	.navbar {
		border-color: transparent;
		background-color: transparent;
		padding-top: 27px;
		padding-bottom: 15px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	.logo {
		width: 190px;
		height: auto;
	}
	.nav-link {
		border-right: solid 1px #ccc;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.nav-link.ultimo-link {
		padding-right: 0px !important;
		border: 0px !important;
	}
    #mainNav.navbar-shrink {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #fff;
    }
	#mainNav.navbar-shrink .nav-link.activo {
		font-weight: 700 !important;
		color: #333;
	}
	.con-borde {
		border-bottom: solid 1px #f3f3f3;
		padding-bottom: 20px;
	}
	#mainNav.navbar-shrink .con-borde {
		border-bottom: solid 1px #f3f3f3;
		padding-bottom: 10px;
	}
}
@media(min-width:1200px) {
	.logo {
		width: 270px;
		height: auto;
	}
	#mainNav.navbar-shrink .logo {
		width: 190px;
	}
}
#banda-superior {
	padding-top: 10px;
	padding-bottom: 14px;
	background-color: #303030;
	font-size: 11px;
	line-height: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 12px;
	padding-right: 12px;
	height: 60px;
	display: block !important;
	width: 100% !important;
	position: fixed;
	top: 0px;
	z-index: 1500;
}
#banda-superior a {
	color: #fff;
}
#banda-superior a:hover,
#banda-superior a:focus {
	color: #999;
}
#banda-superior i {
	padding-right: 8px;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	top: 2px;
}
#banda-superior span {
	letter-spacing: 1px;
}
.dato-banda {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	display: inline-block;
}
.bold {
	font-weight: 700;
}
@media(min-width:576px) {
	#banda-superior {
		height: 44px;
	}
}
@media(min-width:768px) {
	.dato-banda {
		padding-left: 20px;
		padding-right: 20px;
		display: inline-block;
	}
}
/*/*/

/* ENCABEZADO */
#encabezado {
	padding: 0px;
	margin-top: 90px;
}
#encabezado .col-12 {
	padding: 0px;
}
@media(min-width:576px) {
	#encabezado {
		margin-top: 44px;
	}
}
/*/*/

/* DESTACADO */
#destacado {
	color: #FFF;
	background-color: #232323;
	padding: 0px;
}	
.texto-destacado {
	font-size: 23px;
	line-height: 29px;
	letter-spacing: 3px;
	margin-top: 30px;
	font-weight: 300;
}
#destacado p {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 300;
}
#destacado img {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
/*!*/

/*! INDUSTRIAS */
#industrias {
	background-color: #fff;
	padding-bottom: 60px;
}
.titulo {
	font-size: 18px;
	line-height: 26px;
}
.panel-industria {
	height: 270px;
	background-color: #06c;
	margin-top: 60px;
	text-align: center;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
.automotriz {
	background-image: url(../imagenes/automotriz.jpg);
}
.minera {
	background-image: url(../imagenes/mineria.jpg);
}
.cervecera {
	background-image: url(../imagenes/cervecera.jpg);
}
.panel-industria span {
	font-size: 18px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	top: 49%;
}
/*!*/
/*! RUBROS */
#rubros p {
	font-size: 17px;
	line-height: 26px;
	margin-top: 40px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
}
/*!*/
/*! NOSOTROS */
#nosotros {
	padding-top: 180px;
}
.titulo-nosotros {
	font-size: 23px;
	line-height: 29px;
	letter-spacing: 3px;
	font-weight: 700;
	
}
#nosotros p {
	font-size: 17px;
	line-height: 26px;
	margin-top: 40px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
}
@media(min-width:992px) {
	#nosotros {
		padding-top: 300px;
	}
}
/*!*/
/*! SERVICIOS */
#servicios {
	padding-top: 180px;
	padding-bottom: 20px;
}
.titulo-servicios {
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 3px;
	font-weight: 300;
	background-color: #232323;
	color: #fff;
	padding: 40px;
}
@media(min-width:992px) {
	#servicios {
		padding-top: 220px;
	}
}
/*!*/
/*! MARCAS */
#marcas {
	padding-top: 180px;
}
.destacado-marcas {
	font-size: 17px;
	line-height: 31px;
	font-weight: 300;
	font-style: italic;
	padding-top: 50px;
	padding-bottom: 80px;
	display: block;
}
#marcas p {
	font-size: 14px;
	line-height: 31px;
	font-weight: 300;
	font-style: italic;
}
@media(min-width:992px) {
	#marcas {
		padding-top: 250px;
	}
}
/*!*/
/*! CONTACTATE */
#contactate {
	padding: 70px 0px 0px 0px;
	background-image: url(../imagenes/fondocontactate.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	height: 192px;
}
#contactate p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #fff;
}
#contactate a {
	color: #fff;
}
#contactate a:hover,
#contactate a:focus {
	color: #999;
}
/*!*/

/*! CONTACTO */
#contacto {
	padding-top: 180px;
}
.formulario {
	margin-top: 50px;
}
.form-group {
    margin-bottom: 28px;
}
.form-group input,
.form-group textarea {
	padding: 16px;
	color: #333;
	border-radius: 0px;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
}
.form-group textarea.form-control {
	height: 230px;
	background-color: #fff;
	border-color:#ccc;
}
.form-control:focus {
	border-color: #bc2d2c !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #999 !important;
	font-size: 14px !important;
	
}
.form-control::-moz-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.btn-contacto {
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 2px;
	background-color: #232323;
	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: #bc2d2c;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.icono-btn {
	margin-left: 10px;
}
@media(min-width:992px) {
	#contacto {
		padding-top: 250px;
	}
}
/*!*/

/*! PIE */
footer {
	padding: 50px 0;
	color: #fff;
	background-color: #303030;
}
footer a {
	color: #fff;
}
footer a:hover,
footer a:focus {
	color: #999;
}
.titulo-footer {
	font-size: 15px !important;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
#datos-pie ul {
	padding-left: 0px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 6px;
	margin-bottom: 30px;
}
#datos-pie li {
	list-style: none;
	margin-bottom: 10px;
}
#links-pie ul {
	padding-left: 0px;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: 300;
	margin-top: 6px;
}
#links-pie li {
	list-style: none;
	margin-bottom: 20px;
}
#links-pie img {
	margin-right: 14px;
	position: relative;
	top: -2px
}
#links-2 {
	margin-top: 0px !important;
}
@media(min-width:768px) {
	#links-2 {
		margin-top: 34px !important;
	}
}
.creditos {
	padding-top: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
footer hr {
	color:#948076
}
/*!*/