/*******************************/
/* Generales
/*******************************/

.sm {
	margin-bottom: 0;
}

.texto-detalle {
	font-size: 20px;
}



/*******************************/
/* Header
/*******************************/

header {
	padding: 15px 0;
	height: auto !important;
	color: #333;
	background:#fff;
	border-bottom:4px solid #ccc;
}

header .logo {
	text-align: center;

}

header .a{
    color:#F56E00!important;
}

@media (min-width: 992px) {
	header {}
	header .logo {
		text-align: left;
		background-color: transparent;
	}
}

/* Llamar */
span.llamar {
	margin-top: 0px;
	display: block;
	font-size: 18px;
	text-align: center;
	color: #000;
}


span.llamar a.telefono {
	display: block;
	margin-top: 8px;
	font-size: 25px;
	font-weight: 700;
	line-height: 100%;
	color: #000;
}

@media (min-width: 992px) {
	span.llamar {
		text-align: right;
	}	
}

.btn-gde {
	display: block;
	margin: 0 auto;
	margin-top: 32px;
	padding: 18px;
	width: 250px;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-border-radius: 4px;
	background-color: #E51C13;
	transition: 0.2s;
}

.btn-gde:hover {
	color: #000;
	background-color: #FFBF00;
}


/*******************************/
/* Teaser
/*******************************/

#teaser {
	/* background: transparent url(http://gliddenprd.ppgac.com/glidden-assets/images/rolled-paint-background.png) repeat-x; */ 
	background: transparent url(../img/dimesa/bigbg.jpg) repeat-x;
	padding: 30px 0;

}

#teaser form .campo {
	margin-bottom: 11px;
}

#teaser form .input-group textarea {
	height: 80px;
	border-radius: 0;
	font-size: 16px;
	padding-left: 15px;
	box-shadow: none;
	background: #FFF;
	-webkit-appearance: none;
}

#teaser .reservation-form-shadow {
	height: auto !important;
	box-shadow: none;
	color: #9ECBE8;
	background-color: #0059A3;
}

  #teaser .reservation-form-shadow form p {
  	margin-bottom: 15px;
  	font-size: 18px;
  }

#teaser form .submit {
	margin-top: 15px;
	font-size: 24px;
	background-color: #FB6700;
}

#teaser form .submit:hover {
	color: #FFF;
	background-color: #DC4D18;
}

/* Carousel */
.carousel-inner .item h1.title {
	display: inline-block;
	margin: 0 auto 40px auto !important;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-border-radius: 8px;
	background-color: #000;
}

.carousel-inner .item span.subtitle {
	margin-top: 5px !important;
	font-weight: normal !important;
	font-size: 18px !important;
	font-style: italic;
	color: #FFF !important;	
}


/*******************************/
/* Servicios
/*******************************/

#services {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 70px;
	padding-bottom: 40px;
	background-color: rgba(0,0,0,0.04);
}

#services h1 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}

#services .service-box {
	padding: 20px;
	text-align: center;
	border: 2px solid rgba(0,0,0,0.06);
	background-color: #FFF;
}

#services .service-box img {
	margin: 0 auto 15px auto;
}

#services .service-box .service-title {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 100%;
	font-weight: normal;
	color: #FB6700;
}


/*******************************/
/* Referencias
/*******************************/

#referencias {
	padding: 50px 0;
}


/*******************************/
/* Mapa
/*******************************/

#locations {
	margin-top: 0;
}

#locations .map {
	top: 0;
}

#locations .map h2 {
	color: #FB6700;
}


/*******************************/
/* Footer
/*******************************/

footer {
	margin: 0 !important;
	color: #FFF;
	background-color: #111;
}