/*
Theme Name: Gasolineros Confiamex
Author: Vertice Asociados Programación(Saul Chavez) Diseño(Fernando Lopez)
Author URI: https://verticeasociados.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,700i,800,800i,900&display=swap');
/*
font-family: 'Poppins', sans-serif;
*/

body{
	margin: 0 auto;
	font-size: 0px;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
}
.tope{
	position: relative;
	width: 100%;
	height: 80px;
}
.header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	z-index: 10;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.logo{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-left: 3%;
	height: 100%;
	background-position: center center;
	background-size: 60%;
	background-repeat: no-repeat;
	background-image: url(images/logo_menu_icon.png);
}
.menu{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
.menu li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: 500;
	padding-top: 30px;
	text-transform: uppercase;
	border-bottom: solid 1px #fff;
	cursor: pointer;
}
.menu li:hover{
	color: #bf0218;
	border-bottom: solid 1px #bf0218;
}
.direccion{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 13%;
	height: 65px;
	padding-top: 15px;
	font-size: 10px;
	line-height: 1;
}
.direccion .fa-map-marker-alt{
	font-size: 18px;
	color: #dccc2e;
	margin-bottom: 8px;
}
.telefono{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 7%;
	padding-top: 15px;
	height: 65px;
	font-size: 10px;
	line-height: 1;
}
.telefono .fa-phone{
	color: #bd0119;
	font-size: 16px;
	margin-bottom: 8px;
}
.redes{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 5%;
	font-size: 22px;
	padding-top: 25px;
	height: 55px;
	color: #606060;
}

.banner{
	position: relative;
	width: 100%;
	height: 45vw;
	background-image: url(images/home-43.jpg);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.quienes-somos{
	position: relative;
	width: 100%;
	height: 38vw;
	background-image: url(images/quienes.jpeg);
	background-position: left center;
	background-size: auto 90%;
	background-repeat: no-repeat;
}
.info-quienes{
	position: relative;
	width: 33%;
	padding-right: 12%;
	text-align: right;
	margin-left: 55%;
}
.quienes-somos p{
	font-size: 1vw;
	color: #999;
}
.titulo-delineado{
	position: relative;
	padding: 0px;
	margin: 0px;
	font-weight: 800;
	font-style: italic;
	-webkit-text-stroke: 1px #555;
	font-size: 3vw;
	line-height: 1;
	color: #FFF;
	letter-spacing: .2vw;
}
.info-quienes .titulo-delineado{

	padding-top: 7vw;
}
.titulo-normal{
	position: relative;
	padding: 0px;
	margin: 0px;
	font-weight: 900;
	font-size: 4.3vw;
	color: #2b2b2b;
	line-height: 1;
	letter-spacing: .2vw;
	text-transform: uppercase;
}
.servicios{
	position: relative;
	width: 100%;
	height: 50vw;
}
.izquierda-servicios{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:26%;
	padding-left: 12%;
}
.tiket{
	position: relative;
    width: 100%;
    margin-left: -9%;
    margin-top: 3vw;
}
.derecha-servicios{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56%;
	height: 100%;
	padding-top: 12vw;
	padding-right: 6%;
}
.arreglo-titulos{
	position: relative;
    width: 46%;
    margin-left: 27%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 101%;
    background-image: url(images/logo_serv.png);
    padding-top: 3vw;
}
.arreglo-titulos h1{
	font-size: 4vw;
	font-weight: 900;
	padding: 0px;
	margin: 0px;
	line-height: 1;
	color: #b7b7b7;
	letter-spacing: .3vw;
}
.arreglo-titulos h2{
	position: relative;	
	display: inline-block;
	vertical-align: top;
	font-size: 2.5vw;
	font-weight: 900;
	padding: 0px;
	margin: 0px;
	color: #b7b7b7;
	line-height: 1;
	letter-spacing: .3vw;
}
.arreglo-titulos h3{
	position: relative;	
	display: inline-block;
	vertical-align: top;
	font-size: 5vw;
	font-weight: 900;
	padding: 0px;
	margin: 0px;
	line-height: 1;
	margin-left: 1vw;
	color: #252330;
	letter-spacing: .3vw;
}
.leyenda-servicios{
	font-size: 1.3vw;
	font-weight: 400;
	padding-bottom: 2vw;
}
.cuadro-servicios{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 44%;
	height: 7vw;
	padding-right: 5%;
}
.cuadro-servicios img{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 3vw;
}
.cuadro-servicios div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin-left: 3%;
}
.cuadro-servicios h1{
	font-size: 1.2vw;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	line-height: 1;
	padding-bottom: .3vw;
}
.cuadro-servicios p{
	font-size: 1vw;	
	padding: 0px;
	margin: 0px;
	line-height: 1.2;
	color: #999;
}
.izquierda-etiquetas{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 55%;
	padding-left: 12%;
}
.derecha-etiquetas{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 21%;
}
.derecha-etiquetas img{
	position: relative;
	width: 100%;
}
.arreglo-titulos-2{
	margin-left: 15%;
	margin-bottom: 3vw;
}
.operacion h1{
	font-size: 1.4vw;
	font-weight: 700;
}
.operacion ul{
	font-size: 1vw;
	color: #999;
	padding-left: 0%;
	list-style: none;
}
.operacion li{
	margin-bottom: 1vw;
}
.tarjetas{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 1vw;
	color: #999;
	margin-top: 2vw;
}
.tarjetas h1{
	font-size: 1.1vw;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	color: #333;
}
.tarjetas img{
	position: relative;
	height: 4vw;
}
.tarjetas ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.titulo-chico{
	position: relative;
	font-size: 1.2vw;
	font-weight: 600;
	letter-spacing: .1vw;
	padding: 0px;
	margin: 0px;
}
.flotillas{
	position: relative;
	margin-top: 5vw;
	width: 75%;
	height: 55vw;
	padding-left: 12.5%;
	padding-right: 12.5%;
	background-position: left bottom;
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-image: url(images/flotilla.png);
}
.izquierda-flotillas{
	position: relative;
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.derecha-flotillas{
	position: relative;
	width: 55%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.1vw;
	font-weight: 700;
	text-align: right;
}
.derecha-flotillas p{
	padding-top: 8vw;
}
.derecha-flotillas ul{
	list-style: none;
	font-weight: 400;
}
.contacto{
	position: relative;
	width: 75%;
	padding-left: 12.5%;
	padding-right: 12.5%;
}
.izquierda-contacto{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-size: 1.1vw;
}
.derecha-contacto{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 55%;
	text-align: right;
}
.derecha-contacto iframe{
	position: relative;
	border: 0px;
	width: 90%;
	margin-left: 5%;
	margin-top: 4vw;
	height: 25vw;
}
.izquierda-contacto form{
	padding-top: 15vw;
}
.campo{
	position: relative;
	width: 90%;
	border-bottom:solid 1px #666;
}
.campo input{
	position: relative;
	border:0px;
	font-size: 1.3vw;
	color: transparent;
	width: 95%;
	height: 3.5vw;
}
.campo textarea{
	position: relative;
	border:0px;
	font-size: 1.3vw;
	color: transparent;
	width: 94%;
	margin-top: 1vw;
}
.campo .fa-user, .campo .fa-phone, .campo .fa-building, .campo .fa-envelope, .campo .fa-comment-alt{
	color: #bd0119;
}
input[type=submit]{
	background-color: #bd0119;
	color: #FFF;
	border:0px;
	width: 20%;
	height: 2vw;
	margin-top: 1vw;
	font-size: 1.1vw;
	border-bottom:0px;
}
.acotacion{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 23%;
	font-size: 1.1vw;
	color: #333;
	font-weight: 400;
	margin-top: 6vw;
}
.acotacion div{
	position: relative;
	width: 4vw;
	height: 4vw;
	background-color: #bd0119;;
	border-radius:2vw;
	color: #FFF;
	font-size: 30px;
	line-height: 4vw;
}
.boton{
	position: relative;
	width: 100%;
	margin-top: 3vw;
}
.footer{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100px;
	background-color: #1b1a20;
}
.firma{
	position: relative;
	width: 25%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.firma h1{
	position: relative;
	font-weight: 400;
	font-size: 1.2vw;
	color: #b3b3b3;
	padding-top: 1vw;
	padding-left: 20%;
}
.menu-footer{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #b3b3b3;
	font-size: .9vw;
	text-align: center;
}
.menu-footer li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 100px;
}
.logo-footer{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 100%;
	background-image: url(images/logo_foot_icon.png);
	background-position: center center;
	background-size: auto 40%;
	background-repeat: no-repeat;
}
.noticias{
	position: relative;
	width: 75%;
	margin-top: 8vw;
	padding-right: 12.5%;
	padding-left: 12.5%;
	text-align: center;
}
.noticia{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 42%;
	height: 20vw;
	text-align: left;
	margin-top: 2vw;
	margin-bottom: 0vw;
	background-size: cover;
	background-position: center center;
}
.noticia:nth-child(2){
	margin-right: 1.5%;
}
.noticia:nth-child(3){
	margin-left: 1.5%;
}
.noticia:nth-child(4){
	margin-right: 1.5%;
}
.noticia:nth-child(5){
	margin-left: 1.5%;
}
.capa-noticia{
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.titulo-noticia{
	position: relative;
	width: 86%;
	padding-left: 7%;
	padding-right: 7%;
	font-size: 1vw;
	color: #FFF;
	font-weight: 700;
	letter-spacing: .1vw;
}
.extracto-noticia{
	position: relative;
	width: 86%;
	padding-left: 7%;
	padding-right: 7%;
	font-size: .9vw;
	color: #FFF;
	font-weight: 400;
	line-height: 1.2;
}
.ver-mas{
	font-weight: 700;
	padding-top: .5vw;
	width: 86%;
	padding-left: 7%;
	padding-right: 7%;
	font-size: .9vw;
	color: #bd0119;
}
.datos-noticia{
	position: absolute;
	width: 100%;
	bottom: 1vw;
}
.fecha-noticia{
	position: absolute;
	top: 1vw;
	right: 7%;
	background-color: #bd0119;
	font-size: 2vw;
	line-height: .6;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	padding: 1vw;
	padding-bottom: .5vw;
}
.fecha-noticia span{
	font-size: 1vw;
	line-height: 1;
	color: #FFF;
	text-transform: uppercase;
}
#primary, #secondary{
	display: none;
}
.contenedor{
	position: relative;
	width: 75%;
	padding-right: 12.5%;
	padding-left: 12.5%;
	padding-top: 6vw;
	padding-bottom: 3vw;
}
.info-entrada{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding-right: 5%;
}
.contenedor h1{
    width: 50%;
    line-height: 1.2;
}
.info-entrada p{
	font-size: 1vw;
	font-weight: 400;
}
.foto-entrada{
	position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 30vw;
    margin-top: 1vw;
    background-position: center center;
    background-size: cover;
}
#boton-menu{
	display: none;
}
@media (max-width: 480px) {
	.servicios{
		height: auto;
	}
	.titulo-delineado{
		font-size: 32px;
		text-align: left;
	}
	.titulo-normal{
		font-size: 42px;
		text-align: left
	}
	.izquierda-servicios, .derecha-servicios{
		width: 76%;
		padding-left: 12%;
		padding-right: 12%;
	}
	.tiket{
		width: 70%;
		margin-left: 15%;
	}
	.arreglo-titulos{
		width: 100%;
		text-align: left;
		margin: 0px;
	}
	.arreglo-titulos h1{
		font-size: 32px;
	}
	.arreglo-titulos h2{
		font-size: 24px;
	}
	.arreglo-titulos h3{
		font-size: 42px;
	}
	.leyenda-servicios{
		font-size: 16px;
	}
	.cuadro-servicios{
		width: 100%;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.cuadro-servicios img{
		height: auto;
		width: 35px;
	}
	.cuadro-servicios h1{
		font-size: 16px;
	}
	.cuadro-servicios p{
		font-size: 14px;
	}
	.arreglo-titulos-2{
		width: 76%;
		padding-left: 12%;
	}
	.operacion h1{
		font-size: 16px;
	}
	.operacion ul{
		font-size: 14px;
	}
	.izquierda-etiquetas, .derecha-etiquetas{
		width: 76%;
		padding-left: 12%;
	}
	.derecha-etiquetas img{
		width: 80%;
		margin-left: 10%;
		margin-top: 20px;
	}
	.tarjetas{
		width: 76%;
		padding-left: 12%;
		padding-right: 12%;
		margin: 0px;
		font-size: 16px;
		margin-top: 30px;
	}
	.tarjetas h1{
		font-size: 16px;
	}
	.tarjetas img{
		height: 50px;
	}
	.titulo-chico{
		text-align: left;
		font-size: 14px;
	}
	.noticia{
		width: 100%;
		height: 260px;
		margin-top: 20px;
	}
	.noticia:nth-child(2){
		margin-right: 0%;
	}
	.noticia:nth-child(3){
		margin-left: 0%;
	}
	.noticia:nth-child(4){
		margin-right: 0%;
	}
	.noticia:nth-child(5){
		margin-left: 0%;
	}
	.titulo-noticia{
		font-size: 24px;
		margin: 0px;
	}
	.extracto-noticia, .ver-mas{
		font-size: 14px;
	}
	.fecha-noticia{
		font-size: 24px;
	}
	.fecha-noticia span{
		font-size: 14px;
	}
	.flotillas{
		height: auto;
		background-image: none;
	}
	.izquierda-flotillas, .derecha-flotillas{
		text-align: left;
		width: 100%;
	}
	.derecha-flotillas p, .derecha-flotillas ul{
		font-size: 14px;
		padding: 0px;
	}
	.izquierda-contacto, .derecha-contacto{
		width: 100%;
		font-size: 14px;
	}
	.campo input, .campo textarea{
		font-size: 16px;
		height: 35px;
		width: 90%;
	}
	input[type=submit]{
		font-size: 14px;
		height: 35px;
		margin-top: 10px;
	}
	.derecha-contacto{
		margin-top: 40px;
	}
	.derecha-contacto iframe{
		width: 100%;
		height: 250px;
		margin: 0px;
		margin-top: 20px;
	}
	.acotacion{
		width: 33%;
		font-size: 14px;
	}
	.acotacion div{
		width: 50px;
		height: 50px;
		border-radius: 25px;
		line-height: 50px;
	}
	.acotacion:nth-child(2){
		display: none;
	}
	.menu-footer{
		display: none;
	}
	.firma, .logo-footer{
		width: 50%;
	}
	.firma h1{
		font-size: 12px;
		padding-top: 25px;
	}
	.info-quienes{
		width: 76%;
		padding-left: 12%;
		padding-right: 12%;
		margin: 0px;
	}
	.info-quienes p{
		font-size: 14px;
		text-align: left;
	}
	.quienes-somos{
		height: 500px;
		background-position: bottom center;
		background-size: 70%;
	}
	.direccion, .telefono{
		display: none;
	}
	.logo{
		position: absolute;
		top: 0px;
		left: 25px;
		width: 140px;
	    margin-left: 0px;
	    background-size: auto 50%;
	}
	.menu{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #FFF;	
		left: 0px;
		top: 80px;
	}
	.menu li{
		width: 100%;
		font-size: 32px;
		font-weight: 800;
		padding-top: 15px;
		color: #555;
	}
	.menu{
		padding-top: 50px;
		display: none;
	}

	/*BOTON MOVIL*/
	#boton-menu {
		display: block;
		width: 50px;
		height: 40px;
		top: 19px;
		right: 25px;
		position: absolute;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 2;
	}

	#boton-menu span {
		display: block;
		position: absolute;
		height: 6px;
		width: 26px;
		background: #666;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#boton-menu span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
	}

	#boton-menu span:nth-child(odd) {
		left:0px;
		border-radius: 9px 0 0 9px;
	}

	#boton-menu span:nth-child(1), #boton-menu span:nth-child(2) {
		top: 0px;
	}

	#boton-menu span:nth-child(3), #boton-menu span:nth-child(4) {
		top: 18px;
	}

	#boton-menu span:nth-child(5), #boton-menu span:nth-child(6) {
		top: 36px;
	}

	#boton-menu.open span:nth-child(1),#boton-menu.open span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#boton-menu.open span:nth-child(2),#boton-menu.open span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#boton-menu.open span:nth-child(1) {
		left: 5px;
		top: 10px;
	}

	#boton-menu.open span:nth-child(2) {
		left: calc(50% - 5px);
		top: 10px;
	}

	#boton-menu.open span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}

	#boton-menu.open span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}

	#boton-menu.open span:nth-child(5) {
		left: 5px;
		top: 26px;
	}

	#boton-menu.open span:nth-child(6) {
		left: calc(50% - 5px);
		top: 26px;
	}
	.redes{
		display: none;
	}
}
a{
	text-decoration: none;
	color: inherit;
}
