@charset "UTF-8";
/*jkhl */
/*@autor: Carlos Roman y Fabian Leon*/


/*	Predefinidas Pages  */
	.wrapper {
		overflow: hidden;
	}

	.wrapper h1 {
		font-family: 'Gotham-Bold';
		color: #FFB606;
		font-size: 36px;
		margin-top: 40px;
	}

	.wrapper h1 b {
		font-family: 'Gotham-Bold';
		color: #000000;
		font-size: 28px;
	}

	.wrapper h2 {
		font-family: 'Gotham-Bold';
		color: #FFB606;
		font-size: 24px;
	}

	.wrapper h2 small,
	.wrapper h3 small {
		font-size: 20px;
		color: #FFB606 !important;
	}

	/*.wrapper h3,
	.wrapper ul li,
	.wrapper ol li {
		font-family: 'Helvetica Neue';
		color: #333333;
		font-size: 16px;
		text-align: justify;
		margin-top: 30px;
	}

	.wrapper h4 {
		font-family: 'Helvetica Neue';
		color: #333333;
		font-size: 18px;
	}

	.wrapper h5 {
		font-family: 'LG Smart Italic';
		margin: 50px auto;
		text-align: center;
		font-size: 40px;
		color: #333333;
	}

	.wrapper h6 {
		font-family: 'Cronos Pro SemiBold';
		margin: 50px auto;
		text-align: center;
		font-size: 24px;
		color: #000000;
	}*/

	.wrapper p {
		font-size: 14px;
	}

	.wrapper img {
		margin-top: 20px;
		margin-bottom: 10px;
		-webkit-box-shadow: -4px 4px 4px rgba(100, 100, 100, 0.3);
		box-shadow: -4px 4px 4px rgba(100, 100, 100, 0.3);
		padding: 0px;
	}

	.wrapper form input,
	.wrapper form textarea {
		border: 2px solid #fda630;
		border-radius: 20px;
		font-size: 16px;
		padding: 3px 10px 0 10px;
		margin-bottom: 20px;
		width: 100%;
	}

	.wrapper form textarea {
		margin-top: 40px;
		height: 72px;
		resize: none;
	}

	.wrapper form input[type='submit'] {
		width: 120px;
		float: right;
		margin-right: 15px;
		background: #8387e8;
		font-family: 'Gotham-Bold';
		font-size: 16px;
		border: 0px none;
		-webkit-box-shadow: 0px 3px 3px #e2661b, 0px 0px 5px #5a427a inset;
		box-shadow: 0px 3px 3px #e2661b, 0px 0px 5px #5a427a inset;
		color: #FFFFFF;
		padding: 5px 15px 5px 15px;
	}

	.wrapper form input[type='submit']:disabled {
		border: 1px solid #999999;
		background-color: #cccccc;
		color: #666666;
	}

	.wrapper span {
		width: 100%;
		padding: 80px 6%;
		font-family: 'Gotham-Bold';
		color: #FFFFFF;
		font-size: 28px;
		background: #f7c610;
		text-align: center;
		-webkit-box-shadow: 0px 0px 40px #ff7d13 inset;
		box-shadow: 0px 0px 40px #ff7d13 inset;
	}

	.wrapper .separador {
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: 15px;
	}


	/*FL*/
	body {
		background: #fff;
	}
	.wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 55px;
	}
	.wrapper p {
		line-height: 22px;
		text-align: justify;
	}
	.flexBotones {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-around;
		align-items: center;
	}
	.noPadding{
		padding: 0 !important;
		margin: 0 !important;
	}

	.no-bottom{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.no-top{
		padding-top: 0px;
	}


/*	Predefinidas Responsive  */
	@media screen and (min-width: 768px) {}

	@media screen and (min-width: 992px) {}

	@media screen and (min-width: 1200px) {}


/*	Estilos únicos  */
.encabezado{
	position: relative;
}
.marcaAgua{
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 4px solid  #f8b41b;
	position: absolute;
	bottom: 0px;
	box-shadow: inset 0 -10px 20px -10px #555;
	text-align: center;
}
.marcaAgua img{
	width: 25%;
	min-width: 180px;
	max-width: 450px;
}
/*	Nosotros  */
	.frase{
		font-family: Gotham-Black;
		font-size: 1.7rem !important;
		text-align: center !important;
		color: #FFB819;
		line-height: 30px !important;
	}
		.frase b{
			color: #F42534;
		}
	.acercaImagen{
		height: 300px;
	}
		.sliderCatalogoIntro{
			max-width: 500px;
			position: relative;
			height: calc(100% + 25px);
			overflow: hidden;
			transition: all;
		}
			.sliderCatalogoIntro img{
				transition: all;
				position: absolute;
				/*border-top-right-radius: 50px;*/
				border-top-left-radius: 10px;
				border-bottom-right-radius: 10px;
				right: 0px;
				width: calc(100% - 10px);
				display: block;
				margin: 20px auto;
				max-width: 360px !important;
				height: auto;
				border: 4px solid #F56E13;
			}
			.sliderCatalogoIntro img:first-child{
				left: 0px;
				z-index: 8;
			}

			.acercaMarcas a {
				position: absolute;
				font-size: 16px;
				padding: 10px;
				border-radius: 0px;
				border: none;
				background: #f37300;
				bottom: 5%;
				font-style: italic;
				width: auto;
				left: 50%;
				transform: translate(-50%);
				z-index: 9;
			}
			.acercaMarcas a:hover,
			.acercaMarcas a:focus {
				background: #f8b41b;
				transform: translate(-50%) scale(1.04, 1.04);
			}

		.acercaEnersol img {
			display: block;
			margin: 20px auto;
			width: 100%;
			max-width: 360px !important;
			height: auto;
			border: 4px solid #F56E13;
		}
		.infoEstaciones img {
			display: block;
			margin: 20px auto;
			width: 100%;
			max-width: 200px !important;
			height: auto;
			border-style: solid;
			border-width: 4px;
			border-color: #F8B41B;
			border-radius: 150px;
		}

	.fondoRojo {
		margin: 20px;
		padding: 20px;
		border-radius: 20px;
		background: #EF0C28;
		/* Chrome10-25,Safari5.1-6 */
		background: -webkit-radial-gradient(center, ellipse cover, #EF0C28 50%, #8F050E 100%);
		/* FF3.6-15 */
		background: -moz-radial-gradient(center, ellipse cover, #EF0C28 50%, #8F050E 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background: radial-gradient(ellipse at center, #EF0C28 50%, #8F050E 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF0C28', endColorstr='#8F050E', GradientType=1);
	}
		.fondoRojo a {
			padding: 10px 15px;
			height: 50px;
			font-size: 18px;
			border-radius: 0px;
			border: none;
			background: #f37300;
			border-radius: 10px;
		}
		.fondoRojo a:hover,
		.fondoRojo a:focus {
			background: #f8b41b;
			transform: scale(1.04, 1.04);
			border-radius: 2px;
			width: 100%;
		}


/*	Catálogo  */
	.opcionesCatalogo .row {
		font-family: 'Gotham-Medium';
		color: #777;
		font-size: 19px;
		text-align: center;
		padding: 0 50px;
	}
		.opcionesCatalogo .row div {
			margin-bottom: 75px;
		}
			.opcionesCatalogo .row div:nth-of-type(2) img,
			.opcionesCatalogo .row div:nth-of-type(3) img {
				margin-top: 10px;
				max-width: 225px;
				max-height: 175px;
			}
			.opcionesCatalogo .row b {
				color: #FFB606;
			}

			.opcionesCatalogo > div > div > a{

			}

			/*Descargar*/
			.opcionesCatalogo > div > div:nth-of-type(1) > a{
				float: left;
				width: 80%;
				margin-top: 40px;
				margin-left: 20px;
				transition:  all 0.2s ease 0.2s;
			}
			.opcionesCatalogo > div > div:nth-of-type(1) > a:hover img,
			.opcionesCatalogo > div > div:nth-of-type(1) > a:focus img,
			.opcionesCatalogo > div > div:nth-of-type(1) > a:hover button,
			.opcionesCatalogo > div > div:nth-of-type(1) > a:focus button{
				transform: scale(1.04, 1.04);
			}
				.opcionesCatalogo > div > div:nth-of-type(1) > a img{
					max-width: 120px;
					transition:  all 0.2s ease 0.2s;
				}
				.opcionesCatalogo > div > div:nth-of-type(1) > a button{
					width: 165px;
					text-transform: uppercase;
					font-family: 'Gotham-Bold';
					border-radius: 10px;
					background: #F39C11;
					float: right;
					margin-top: 30px;
					padding: 10px 15px;
					color: #FFFFFF;
					font-size: 14px;
					border: 0px none;
					height: 40px;
					text-align: right;
					box-shadow: -3px 3px 5px #CCCCCC;
					line-height: 20px;
					transition:  all 0.2s ease 0.2s;
				}
					.opcionesCatalogo > div > div:nth-of-type(1) > a button b{
						float: left;
						background: url('../img/misc/iconoDescargar.png') #F56E13;
							background-position: center center;
							background-size: contain;
						width: 45px;
						height: 40px;
						margin-top: -10px;
						margin-left: -15px;
						border-top-left-radius: 10px;
						border-bottom-left-radius: 10px;
					}

			/*Ver catalogo*/
			.opcionesCatalogo > div > div:nth-of-type(2) > a{
				position: relative;
				width: 100%;
				float: left;
				left: 25%;
				transform: translate(-25%);
			}
				.opcionesCatalogo > div > div:nth-of-type(2) > div{
					float: left;
					position: relative;
					top: 35px;
					left: 50%;
					margin-left: -100px;

					width: 200px;
					height: 200px;
					border-radius: 200px;

					transition:  all 0.2s ease 0.2s;

					/* Old browsers */
					background: #ed0c28;
					/* FF3.6-15 */
					background: -moz-linear-gradient(135deg, #ed0c28 30%, #f39c11 70%);
					/* Chrome10-25,Safari5.1-6 */
					background: -webkit-linear-gradient(135deg, #ed0c28 30%,#f39c11 70%);
					/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
					background: linear-gradient(135deg, #ed0c28 30%,#f39c11 70%);
					/* IE6-9 fallback on horizontal gradient */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0c28', endColorstr='#f39c11',GradientType=1 );
				}
				.opcionesCatalogo > div > div:nth-of-type(2) a > img{
					width: 175px;
					height: 175px;
					z-index: 9;
					transition:  all 0.2s ease 0.2s;
				}
			.opcionesCatalogo > div > div:nth-of-type(2):hover div,
			.opcionesCatalogo > div > div:nth-of-type(2):focus div{
				transform: scale(1.04, 1.04) rotate(180deg) !important;
				border-radius: 50px;
			}
			.opcionesCatalogo > div > div:nth-of-type(2):hover img,
			.opcionesCatalogo > div > div:nth-of-type(2):focus img{
				transform: scale(1.04, 1.04) rotate(180deg);
			}

			/*Cotizar*/
			.opcionesCatalogo > div > div:nth-of-type(3) > a{
				position: relative;
				top: 50px;
			}
			.opcionesCatalogo > div > div:nth-of-type(3) > a img{
				transition:  all 0.2s ease 0.2s;
			}
			.opcionesCatalogo > div > div:nth-of-type(3) > a:hover img,
			.opcionesCatalogo > div > div:nth-of-type(3) > a:focus img{
				transform: scale(1.04, 1.04) !important;
				transition:  all 0.2s ease 0.2s;
			}
			.input_fields_wrap div div:nth-child(4) input{ text-align: center; }

		.infoCatalogo a,
		.opcionesCatalogo a,
		.infoCatalogo2 a {
			color: #FFB606;
			text-decoration: none;
			transition:  all 0.2s ease 0.2s;
		}
		.infoCatalogo a:hover,
		.infoCatalogo a:focus,
		.opcionesCatalogo a:hover,
		.opcionesCatalogo a:focus,
		.infoCatalogo2 a:hover,
		.infoCatalogo2 a:focus {
			color: #FFA500;
		}

	.infoCatalogo2 {
		text-align: center;
		font-family: 'Gotham-Medium';
		font-size: 20px;
		color: #FFB606;
	}
		.infoCatalogo2 b {
			font-family: 'Gotham-Medium';
		}
		.img2 img {
			width: auto;
			max-height: 200px !important;
			height: auto;
			box-shadow: none;
		}


/*	Cotizar  */
	.formCotizar{
		text-align: center;
		font-family: 'Gotham-Medium';
		color: #777;
	}
		.formCotizar h1{
			font-family: 'Gotham-Bold';
			font-size: 22px;
			color: #FFB606;
		}
		/*.formCotizar input[type=text], .formCotizar input[type=email]{
			border: 1px solid #FFB606;
		}*/
		.formCotizar button{
			padding: 0px;
			background: transparent;
			border: none;
			line-height: 0;
		}
		.formCotizar button:hover,
		.formCotizar button:focus{
			background: transparent;
			border: none;
		}
		.formCotizar img{
			display: block;
			width: 160px;
		}

		.popUpForm, .popUpAnsSi, .popUpAnsNo {
			box-shadow: 0px 0px 30px #fb8315;
		}

	.btn-primary{
		background: #f56e13;
		font-family: 'Gotham-Bold';
		border-top: 0px none;
		border-color: #fe9e04;
		border-width: 2px;
	}
	.btn-primary:hover,
	.btn-primary:focus{
		background: #faaf36;
		border-color: #ef6000;
	}

	.form-control{
		/*border: 1px solid #f56e13;*/
		/*border: 2px solid #fda630;*/
		border: 1px solid #FFB606;
		border-radius: 20px;

		box-shadow: none;
		margin-top: 0px !important;
	}
	.form-control:focus{
		border-color: #f56e13;
		-webkit-box-shadow: 0 0 4px #f56e13;
		box-shadow: 0 0 4px #f56e13;
	}

	.add_field_button,
	.remove_field {
		font-size: 30px;
		line-height: 20px;
		padding: 8px 10px 5px;
		font-family: 'Gotham-Medium';
	}
	.add_field_button{
		font-size: 24px;
	}
	.remove_field{
		font-size: 34px;
	}

	.acercaInfo small{
		font-size: 10px;
		color: #999999;
		margin-top: 40px;
		float: left;
	}
	.acercaInfo div{
		margin-bottom: 25px;
	}

	.manoCotizar{
		background: url(../img/manoCotizar.png);
		background-position: center;
		background-size: 100% 100%;
		height: 250px;
		max-width: 180px;
	}
	.manoCotizar:hover,
	.manoCotizar:focus{
		background: url(../img/manoOver.png);
		background-position: center;
		background-size: 100% 100%;
	}
	#formCotizar button[type='submit']:hover,
	#formCotizar button[type='submit']:focus{
		transform: scale(1.04, 1.04);
	}

	.slides {display:none;}


/*	Estaciones  */
	.gasTodas h1{
		color: #FFA500;
	}

/* Cada Estación */
	.estacionInfo{
		margin: 50px 0;
	}
	.estacionInfo p{
		color: #999999;
		font-size: 14px;
		line-height: 1.25;
		text-align: justify;
		margin: 30px auto;
		padding: 0px 20px;
		font-family: sans-serif;
	}
	.estacionHeader{
		text-align: center;
		margin: 20px 0;
	}

	.estacionHeader > div:nth-child(1) > img{
		width: 100%;
		min-width: 140px;
		max-width: 220px;
		margin: auto;
	}

	.estacionTitulo h3{
		color: #faaf36;
		font-size: 16px;
		font-weight: lighter;
		margin-bottom: 20px;
	}

	.estacionTitulo h1{
		font-size: 24px;
		font-weight: bold;
		font-style: italic;
		margin-bottom: 8px;
		color: #000000;
	}

	.estacionTitulo h2{
		color: #666666;
		font-size: 17px;
	}
	.slider{
		padding: 0px;
	}
	#myCarousel{
		box-shadow: 2px 2px 5px #f56e13;
	}

	.slider img{
		margin: 0px auto;
	}
	.estacionServicios{
		padding: 0px;
		margin-top: 50px;
	}
	.estacionServicios h2{
		font-size: 24px;
		text-align: center;
		color: #f56e13;
		font-weight: bold;
		font-style: italic;
		padding: 10px;
		box-shadow: 0 2px 4px 0px #f56e13;
	}

	.servicioIcons{
		margin: 30px auto;
		text-align: center;
	}

	.servicioIcon{
		margin: 15px 0;
		padding: 0px;
	}
		.servicioIcon img{
			width: 50%;
		}

	.servicioIcon h3{
		margin-top: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		font-style: italic;
	}
	.estacionQuote{
		padding: 5px 10% 0px 0px;
	}

	.estacionQuote img{
		min-width: 60px;
	}

.estacionQuote p{
	font-size: 22px;
	text-align: left;
	font-family: 'Gotham-Medium';
}

	.tiendaConv{
		box-shadow: 2px 3px 5px #e12020;
		margin: 50px auto;
		padding: 15px 25px;
	}

	.tiendaConv img{
		margin: 0 auto;
	}

	.tiendaConv h2{
		padding: 10px 0;
		color: #f42534;
		font-weight: bold;
		font-style: italic;
		font-size: 18px;
	}

	.tiendaConv p, .contactoEstacion p{
		color: #999999;
		font-size: 14px;
		line-height: 1.25;
		text-align: left;
		margin: 20px auto;
		text-align: justify;
		font-family: sans-serif;
	}

	.flex-middle{
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-around;
		height: 100%;
	}

	.certificadoEco{
		color: #7dc142;
		box-shadow: 0px 0px 5px #7dc142, 0px 0px 5px #7dc142;
		padding: 20px 25px;
		text-align: center;
		cursor: pointer;
	}
		.certificadoEco div{
			padding: 0px;
			float: left;
			text-align: left;
		}
		.certificadoEco img{
			max-width: 80px;
			padding: 0px;
		}
		.certificadoEco h1{
			font-weight: bold;
			font-size: 20px;
			font-style: italic;
		}
		.certificadoEco a{
			color: #7dc142;
			width: 100%;
			font-size: 16px;
			margin-top: 0px;
			font-weight: bold;
			font-style: italic;
		}

	.contactoEstacion{
		padding: 0;
		border: 1px solid #f56e13;
		border-radius: 30px;
		margin: 50px 0;
		text-align: center;
	}

		.borde{
			border: 4px solid #f56e13;
			border-radius: 25px;
			margin: 5px;
			padding: 20px 30px;
		}

			.contactoEstacion h2{
				padding: 10px 0;
				color: #f42534;
				font-weight: bold;
				font-style: italic;
				font-size: 20px;
				text-align: left;
			}

	.contactoEstacion input[type=text] {
		background: #e5e5e5;
		border: none;
		padding: 15px;
		width: 100%;
		margin: 10px 0;
		font-size: 14px;
	}

	.contactoEstacion input[type=submit] {
		width: 75%;
		margin: 10px;
		max-width: 350px;
	}
	/**/
	.promoEstacion{
		border-bottom: 2px solid #de1234;
		padding: 0;
		margin-bottom: 50px;
	}
	.promoTitulo{
		background: #EF0C28;
		/* Chrome10-25,Safari5.1-6 */
		background: -webkit-radial-gradient(center, ellipse cover, #EF0C28 50%, #8F050E 100%);
		/* FF3.6-15 */
		background: -moz-radial-gradient(center, ellipse cover, #EF0C28 50%, #8F050E 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background: radial-gradient(ellipse at left, #EF0C28 50%, #8F050E 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EF0C28', endColorstr='#8F050E', GradientType=1);
		color: white;
		padding: 20px;
		font-weight: bold;
		font-style: italic;
		font-size: 20px;
		text-align: left;
	}

	.promoEstacion h2{
		margin: 20px 0;
		color: #de1234;
		font-size: 18px;
		line-height: 24px;
	}

	.promoEstacion img{
		margin: 20px auto;
		max-width: 120px;
		padding: 0px;
		cursor: pointer;
	}

	.footerEstacion a{
		color: black;
	}

	.izq {
		text-align: left;
	}
	.izq img{
		max-width: 120px;
		position: relative;
		top: 50px;
	}
	.der {
		text-align: right;
		margin-bottom: 50px;
	}

	.der a, .der p{
		color: #39AB6A;
		font-size: 18px;
		text-decoration: none;
		font-weight: bold;
		font-style: italic;
	}

	.der img{
		position: relative;
		top: 25px;
		max-width: 80px;
		right: 10px;
		float: right;
		cursor: pointer;
	}

	@media screen and (min-width: 991px){
		.estacionInfo, .estacionAside{
			padding: 0px 3%;
		}
	}


	/*Fix en slider*/
	#myCarousel a:hover, #myCarousel a:focus{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	/*Tel direccion y GPS*/
	.telDireccionYgps{
		float: left;
		clear: both;
		margin-top: -35px;
	}
		/*Teléfono(s) Gasolinera*/
		.telDireccionYgps > div:nth-child(1){

		}
			.telDireccionYgps > div:nth-child(1) div{
				width: auto;
				height: 40px;
				margin-left: 50%;
				transform: translateX(-50%);
				float: left;
			}

			.facebook-a{
				color: #3b5998;
				font-size: 40px;
				float: left;
				margin-left: 20px;
			}

			.amarillo-div{
				text-align: center;
				color: #FAB545;
				font-size: 40px;
			}

			.amarillo-i{
				margin-left: 20px;
				float: left;
			}

			.amarillo-a{
				color: #FAB545;
				font-size: 22px;
				text-decoration: none;
				margin-left: 5px;
				float: left;
				padding-top: 12px;
			}

			.amarillo-a:hover{
				text-decoration: none;
				color: #F56E13;
			}
			/*
				.telDireccionYgps > div:nth-child(1) div i{
					color: #FAB545;
					font-size: 40px;
					float: left;
				}
				.telDireccionYgps > div:nth-child(1) div a{
					color: #FAB545;
					font-size: 22px;
					text-decoration: none;
					margin-left: 20px;
					float: left;
					font-style: italic;
					padding-top: 12px;
					font-family: sans-serif;
				}
				*/

		/*Dirección Gasolinera*/
		.telDireccionYgps > div:nth-child(2){
			background: url('../img/direccion.png');
			background-size: cover;
			background-position: right;
			padding: 0px;
			margin-top: 40px;
			min-height: 105px;
		}
			.telDireccionYgps > div:nth-child(2) h4 b{
				color: #39AB6A;
				margin-right: 5px;
			}
			.telDireccionYgps > div:nth-child(2) h4{
				font-size: 14px;
				color: #000000;
				background: #FFFFFF;
				border-radius: 10px;
				padding: 10px;
				margin: 15px 20px;
				box-shadow: -4px 4px 0px rgba(0,0,0,0.1);
				text-align: left;
				line-height: 16px;
				width: 75%;
			}

		/*Navegacion GPS Gasolinera*/
		.telDireccionYgps > div:nth-child(3){
			background: url('../img/dir_gps.png');
			background-size: 335px 27px;
			background-position: bottom;
			background-repeat: no-repeat;
			padding: 0px;
			margin-top: 40px;
			min-height: 110px;
		}
			.telDireccionYgps > div:nth-child(3) p{
				color: #39AB6A;
				font-size: 16px;
				text-decoration: none;
				font-style: italic;
				margin: 0px;
				text-align: center;
			}
			.telDireccionYgps > div:nth-child(3) div{

			}
			.telDireccionYgps > div:nth-child(3) div img{
				position: relative;
				top: 8px;
				cursor: pointer;
				max-width: 50px;
			}
			.telDireccionYgps > div:nth-child(3) div img:nth-child(1){
				margin-right: 10px;
			}
			.telDireccionYgps > div:nth-child(3) div img:nth-child(2){
				margin-left: 10px;
			}

		/*Regresar*/
		.botonRegresar{
			position: fixed;
			left: 0px;
			bottom: -3px;
			width: 110px;
			z-index: 999;
		}


/*	Contacto  */
	.contacto {
		margin-top: 30px;
		margin-bottom: 60px;
		padding: 55px 80px;
	}

	.contacto div a {
		color: #333;
	}

	.contacto form {
		background: #FFB606;
		/* Chrome10-25,Safari5.1-6 */
		background: -webkit-radial-gradient(center, ellipse cover, #FFB606 50%, #fb8415 100%);
		/* FF3.6-15 */
		background: -moz-radial-gradient(center, ellipse cover, #FFB606 50%, #fb8415 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background: radial-gradient(ellipse at center, #FFB606 50%, #fb8415 100%);
		/* IE6-9 fallback on horizontal gradient */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB606', endColorstr='#f37300', GradientType=1);
		padding: 50px 20px 40px;
		border-radius: 10px;
		box-shadow: 3px 3px 10px #999;
		margin-top: 10px;
	}

	.contacto img {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		box-shadow: none !important;
		padding: 0px !important;
		padding-top: 16px !important;
		margin-left: 5px;
		width: 40px;
	}

	.contacto form input,
	.wrapper form textarea {
		border: 2px solid #fb8315;
		border-radius: 20px;
		font-size: 16px;
		padding: 9px;
		padding-left: 11px;
		margin-bottom: 20px;
		width: 100%;
	}

	.contacto form input[type='submit'] {
		width: 120px;
		float: right;
		margin-right: 15px;
		background: #EF0C28;
		font-family: 'Gotham-Bold';
		font-style: italic;
		font-size: 16px;
		border: 0px none;
		-webkit-box-shadow: 0px 3px 3px #e2661b, 0px 0px 5px #8F050E inset;
		box-shadow: 0px 3px 3px #e2661b, 0px 0px 5px #8F050E inset;
		color: #FFFFFF;
		padding: 10px;
	}

	.contacto form h2 {
		font-family: 'Gotham-Bold';
		color: #fff;
		font-size: 24px;
		line-height: 8px;
	}

	.infoContacto {
		font-size: 14px;
	}

	.centro {
		margin: 0 auto;
		text-align: center;
	}

	.centro h2 {
		font-family: 'Gotham-Bold';
		color: #FFB606;
		font-size: 24px;
		clear: both;
	}

	.centro p {
		font-size: 14px;
	}

	.map {
		margin: 0 auto;
	}

	.direccionMapa #map {
		width: 100%;
		height: 400px;
		border: 0;
		margin: 30px 0;
	}


/*	Estilos únicos Responsive  */
@media screen and (max-width: 1220px) {
	.opcionesCatalogo > div > div:nth-of-type(1) > a button{
		float: none;
}
	@media screen and (max-width: 991px) {
		.acercaEnersol,
		.acercaMarcas,
		.acercaGasolineras,
		.contacto,
		.infoEstaciones,
		.infoCatalogo {
			padding: 20px;
		}
		.flexDiv {
			width: 100%;
		}
		.acercaEnersol p,
		.acercaMarcas p,
		.acercaGasolineras p,
		.infoEstaciones p,
		.infoCatalogo p {
			text-align: left;
		}
		.opcionesCatalogo .row {
			padding: 0 10px;
		}
		.opcionesCatalogo .row div {
			margin-bottom: 25px;
			margin-top: 15px;
		}
		.opcionesCatalogo .row img {
			margin-top: 0px;
			max-width: 200px;
			max-height: 150px;
		}
	}
@media screen and (max-width: 767px) {
	.telDireccionYgps {
		margin-top: 20px;
	}
	.telDireccionYgps > div:nth-child(1) div{
		width: 100%;
	}
	.opcionesCatalogo > div > div:nth-of-type(1) > a button{
		float: right;
	}
}
	@media screen and (max-width: 424px) {
		input,
		input::-webkit-input-placeholder {
			line-height: 1;
		}
		.acercaEnersol img,
		.acercaMarcas img {
			margin: 20px auto;
		}
		.opcionesCatalogo .row {
			padding: 0 10px;
		}
		.opcionesCatalogo .row div {
			margin-bottom: 35px;
		}
		.opcionesCatalogo .row img {
			margin-top: 0px;
			max-width: 200px;
			max-height: 150px;
		}
		.opcionesCatalogo > div > div:nth-of-type(1) > a button{
			float: none;
		}
	}
