
/* ==========================================================================
   CSS contacto.php styles - todocoche.com
   ========================================================================== */

	.jumbotron, .jumbotaller {
		background: url(/img/gray-bg.jpg) center top no-repeat;
		padding: 0;
		margin: 0;
	}
	.jumbotaller {
		background: url(/img/taller-bg.jpg) center top no-repeat;
	}
	
	section#block1 { margin-top: 70px }

	#logo-portada div { width: 300px; margin: 0 auto }

	.landing-txt { background-color: rgba(255,255,255,0.8) }

	#contact-container { margin-top: 70px }
	
	#foot-mapa, #foot-contact {
		background: #999;
		padding: 1em 1.9em;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		font-size: 1em;
	}
	
	#g-map-w, #contact-data { font-size: 14px }
	#g-map-w h2 { margin: 0; font-weight: bold; font-size: 1.8em; line-height: 2.45em; margin-left: 1.3em }
	
	#contact-data{ padding: 20px }
	#contact-data p{ margin-top: 15px }
	
	#contact-data h2 {
		margin: 0;
		font-size: 1.8em;
		color: #267399;
		font-weight: bold;
		line-height: 0.85em;
	}
	
		#contact-data .error { font-size: 1em; color: darkred; padding-left: 1em }
		
		#thanks-message { display: none; font-size: 18px }
		#thanks-message span {
			float: left;
			margin: 5px 7px 50px 0;
			font-size: 3em;
		}
		#thanks-message	p { text-indent: 0 }
		#thanks-message	p::first-letter {
		  font-weight: normal;
		  font-size: 1em;
		}
	
	#g-map-container { margin-bottom: -5px }
	#g-map-container > iframe { height: 396px }
	
	#foot-mapa, #foot-contact { background: #09a; padding: .45em .1em; color: white; font-weight: bold }
	#foot-contact { background: #999 }
	
		#foot-mapa::after, #foot-contact::after {
			content: '';
			display: block;
			clear: both
		}
		
	#foot-contact { height: 60px }
	#foot-contact a { color: white }
	
		#foot-mapa div:first-child { font-size: 1.7em; line-height: 1.9em }
		
	@media (max-width: 991px) {
		.col-sm-12 { margin-top: 40px }
		#contact-container  { margin-top: 10px }
		section#block1 { margin-top: 0 }

	}