﻿@charset "utf-8";
/* CSS Document */

/*FUENTES*/

@font-face{
font-family: 'aramon';
      font-style: normal;
      font-weight: normal;
      src: url('../fonts/webfontkit-20171103-085106/worksans-regular-webfont.ttf');
}

@font-face{
font-family: 'aramonRecia';
      font-style: normal;
      font-weight: normal;
      src: url('../fonts/webfontkit-20171106-035150/code_pro_black_lc-webfont.woff');
}

/*GENERAL*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "aramon";	
	background-color: #f0f4f3;	
}

a {
	transition: all 0.2s ease-in-out 0s;
}

.contenedor {
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: 0px auto;
	transition: all 0.2s ease-in-out 0s;
}

.separador {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

h1 {
	font-weight: bold;
	/*font-family:"aramonRecia"*/
}

/*PLANTILLA*/

.cabecera {
	background-color: #fff;
	display: block;
	clear: both;
	position: fixed;
	width: 100%;
}

.logo_aramon,
.logo_goodyear,
.rayita {
	float: left;
}

.rayita {
	padding: 0px 1em;
	line-height: 79px;
	font-size: 2em;
}

.cuerpo {

}

.imagen_esquiador {
	display: block;
	clear: both;
	margin: 0px auto;
	text-align: center;
	padding-top: 80px;
}

.imagen_esquiador img {
	width: 100%;
	height: auto;
}

.texto {
	text-align: center;
	margin: 0px auto;
	display: block;
}

.mapa {
	text-align: center;
	display: block;
	clear: both;
	width: 70%;
	margin: 0px auto;
}

.mapa img {
	width: 100%;
	height: auto;
}

.ventaja1 {
	float: left;

	display: inline-block;

	width: 31%;
}

.ventaja2 {
	float: left;

	display: inline-block;
	width: 30%;
}

.ventaja3 {
	float: left;

	display: inline-block;

	width: 22%;
}

.ventaja4 {
	float: left;

	display: inline-block;

	width: 17%;
}

.ventaja_texto h3 {
	margin-bottom: 0px;
}

.ventaja_texto {
	float: left;
	width: 30%;
	padding-left: 1%;
}

.ventaja_imagen {
	float: left;
	margin-right: 2%;
}

.pie {
	display: block;
	clear: both;
	background-color: #1e2023;
	color: #fff;
}

.logos_pie {
	margin: 2em auto 0px auto;
	text-align: center;
	float: none;
	display: block;
	clear: both;
	width: 610px;
}

.logo_pie_aramon,
.logo_pie_goodyear {
	float: left;
}

.logos_pie img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

.rayita_pie {
	line-height: 69px;
	font-size: 2em;
	float: left;
	color: #fff;
}

.redes_pie {
	display: block;
	margin: 0px auto;
	width: 300px;
}

.red {
	display: table-cell;
	margin: 1em auto;
	vertical-align: middle;
}

.red img {
	width: 100%;
	max-width: 40px;
}

.red_texto {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.firma {
	text-align: center;
	margin: 2em auto;
}

.marcador a {
	display: block;
	position: fixed;
	bottom: 1em;
	right: 1em;
	opacity:0.7;
}

.marcador a:hover {
	cursor: pointer;
	opacity: 1;
}




@media screen and (max-width: 650px) {
	.rayita,
	.rayita_pie{
		display: none;		
	}
	
	.logo_aramon,
	.logo_goodyear,
	.logo_pie_aramon,
	.logo_pie_goodyear{
		float: none;
		text-align: center;
		margin: 0px auto;
	}
	
	.logo_aramon img,
	.logo_goodyear img,
	.logo_pie_aramon img,
	.logo_pie_gooyear img{
		width: 100%;
		max-width: 250px;
		height: auto;
	}
	
	.cabecera {
		position: relative;
	}
	
	.imagen_esquiador {
		padding-top: 0px;
	}
	
	.texto p {
		padding: 0px 1em;
	}
	
	.ventaja1,
	.ventaja2,
	.ventaja3,
	.ventaja4 {
		float: none;
		width: 96%;
		border-top: 1px silver dashed;
		padding: 1em 2%;
	}
	
	.ventaja_imagen {
    float: left;
    margin-right: 2%;
    text-align: center;
    width: 50%;
}
	.ventaja_imagen img {
		max-width: 90%;
		height: auto;
	}
	
	.logos_pie {
		width: auto;
	}
	
	.marcador img {
		width: 50px;
		height: auto;
	}
}
