body{
	font-family: 'Roboto', sans-serif;
}

#key{
	display: none;
	visibility: hidden;
}

a{
	color: #fff;
}

a:hover {
	text-decoration: none;
}

p.loading {
	margin: 0;
	padding: 15px;
	color: #000;
	font-weight: bold;
	border: none;
	width: auto;
	background: url("/images/layout/ajax-loader.gif") center center no-repeat;
}

.destacado{
	color: #c20000;
}

#contenido{
}

#contenido p{
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 26px;
}

header{
	background: url("/images/layout/header_bg.png") center center no-repeat;
}

header > .container-fluid:first-child{
	border-bottom: 1px solid #b72027;
}

header > .container-fluid:nth-child(2){
	padding: 20px 0;
	border-bottom: solid 5px #c00000;
}

.container-fluid{
	padding: 0;
}

.bg-color{
	background-color: #c7232a;
}

.info {
	color: #fff;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}

.info p {
	margin-bottom: 0;
	line-height: 40px;
	text-align: center;
}

.info a {
	color: #fff;
}

a.logo {
	width: 240px;
	height: 69px;
	background: url("../images/layout/cargnelutti.png") left top no-repeat;
}

#menu {
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
}

#menu li {
	margin-left: 10px;
}

#menu li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

#menu li a:hover, #menu li a.active, #menu .nav > li > a:hover, #menu .nav > li > a:focus {
	color: #300;
	background: none;
}

.navbar-toggle{
	background: #F0F0F0;
	border-color: #e3e3e3;
	border-width: 2px;
	border-style: outset;
}

.icon-bar{
	background: #c20000;
}

.navbar-collapse{
	box-shadow: none;
}

.header-imagen{
	background: url("/images/layout/header-imagen.jpg") center center no-repeat;
	background-size: cover;
	height: 455px;
	position: relative;
	color: #fff;
}

.header-imagen .contenido {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.header-imagen .centrado {
	width: auto;
	height: 100%;
	display: table;
	text-align: center;
	margin: 0 auto;
}

.header-imagen .fondo {
	vertical-align: middle;
	display: table-cell;
}

.header-imagen h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	display: inline-block;
}

.header-imagen p{
	position: absolute;
	bottom: 5px;
	right: 100px;
	font-size: 12px;
}

.titulo{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	background: #f3f1ed url("/images/layout/sombra.png") top center no-repeat;
	padding: 15px 0;
	color: #757575;
	text-align: center;
	margin-top: 1px;
}

.separador{
	background: url("/images/layout/sombra.png") top center no-repeat;
	height: 40px;
	margin-bottom: 40px;
}

.separador span{
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 20%;
	border-bottom: solid 1px #000;
}

.productos-slick, .clientes-slick{
}

.productos-slick .item{
	text-align: center;
	color: #757575;
}

.productos-slick .item p{
	text-align: center !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	margin: 20px 0 !important;
}

.productos-slick .item img, .clientes-slick .item img{
	margin: 0 auto;
}

.productos-slick .item a{
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #c20000;
	display: block;
	margin: 0 auto;
	padding: 2px 0;
	width: 180px;
}

.slick-next, .slick-prev{
	z-index: 1000;
}

.slick-prev{
	left: 0;
}

.slick-next{
	right: 0;
}

.slick-prev::before, .slick-next::before{
	color: #c20000;
}

h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
	background: url("/images/layout/h1_bg.jpg") left bottom repeat-x;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

h1 i {
	font-style: normal;
	background: #fff;
	padding: 0 20px;
}

h2{
	font-size: 18px;
	color: #c20000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h3{
	font-size: 18px;
}

h4 {
	text-align: center;
	font-weight: bold;
}

footer{
	padding-bottom: 20px;
}

footer .container-fluid{
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background-image: url("/images/layout/footer-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 13px;
	margin-bottom: 20px;
}

footer p{
	margin: 0;
}

footer a:hover{
	color: #fff;
}

.dolomita{
	padding-top: 70px;
}

#contacto button{
	background-color: #c20000;
	color: #fff;
}

#contenido button:hover, #contenido button:focus{
	background-color: #fff;
	color: #c20000;
}

input.error, textarea.error {
	border-color: #ec1f26;
}

label.error {
	color: #ec1f26;
	font-weight:normal;
	font-size: 12px;
}

.contacto #contenido h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	height: 24px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.contacto #contenido h3::before {
	background: #b2b2b2;
	position: absolute;
	width: 100%;
	content: "";
	height: 1px;
	top: 15px;
	left: 0;
}

.contacto #contenido h3 i {
	font-style: normal;
	position: absolute;
	background: #fff;
	text-align: center;
	padding: 0 20px;
	margin-left: -120px;
}

.contacto #contenido h4{
	color: #c20000;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}

.contacto #contenido h5{
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}

#map-canvas {
	width: 100%;
	height: 500px;
	margin-bottom: 20px;
}


.cliente{
	height: 120px;
}