﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts2/icomoon.eot?v7okc7');
  src:  url('../fonts2/icomoon.eot?v7okc7#iefix') format('embedded-opentype'),
    url('../fonts2/icomoon.ttf?v7okc7') format('truetype'),
    url('../fonts2/icomoon.woff?v7okc7') format('woff'),
    url('../fonts2/icomoon.svg?v7okc7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rayo:before {
  content: "\e1000";
}
.icon-casa:before {
  content: "\e1001";
}
.icon-usuario:before {
  content: "\e1002";
}
.icon-herramientas:before {
  content: "\e1003";
}
.icon-medalla:before {
  content: "\e1004";
}




@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?u6vq7v');
  src:  url('../fonts/icomoon.eot?u6vq7v#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?u6vq7v') format('truetype'),
    url('../fonts/icomoon.woff?u6vq7v') format('woff'),
    url('../fonts/icomoon.svg?u6vq7v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-click:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e904";
}
.icon-email:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e905";
}
.icon-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-horario:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}




body{
	font-family: 'Open Sans', sans-serif;
}


#cabecera{
	width: 100%;
	float: left;
	padding: 10px 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	border: 0px solid red;
	width: 13%;
	color: #046aa9;
	font-family: 'Exo', sans-serif;
	font-size: 100px;
	font-weight: bold;
	float: left;
	margin: 20px 0 0 0;
}

#leyenda{
	border: 0px solid red;
	width: 37%;
	font-size: 28px;
	font-weight: bold;
	float: left;
	margin: 35px 0 0 30px;
}
#leyenda strong{
	font-style: oblique;
	color: red;
	font-size: 26px;
}

#icono{
	height: 70px;
	float: left;
	margin: 30px 0 0 0;
}


#datos{
	background: #f7f7f7;
	width: 40%;
	color: red;
	text-align: right;
	float: right;
	padding: 7px 0 0 0;
}

#datos p{
	width: 100%;
	font-size: 30px;
	color: red;
	padding: 0 0 7px 0;
	float: left;
}

#datos p strong{
	color: black;
}

#datos p a{
	color: red;
}

#datos p img{
	width: 30px;
	float: right;
}


#menu{
	background: #046aa9;
	width: 100%;
	float: left;
}

#menu-r{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}

#menu a{
	color: white;
	text-decoration: none;
}

#menu-conten{
	width: 1200px;
	margin: 0 auto;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	width: 33.33%;
	float: left;
}

.menu{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
	padding: 12px 0;
}

.menu:hover, .activo, #menu-r:hover{
	text-decoration: underline;
	font-weight: bold;
}


#anuncio{
	background: black;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 27px;
	font-weight: bold;
	float: left;
	padding: 10px 0;
}



#efecto{
	width: 100%;
	float: left;
}


#azul{
	background: #046aa9;
	width: 100%;
	float: left;
	padding: 30px 0;
}

#azul-conten{
	width: 1200px;
	margin: 0 auto;
}

.titulo{
	width: 100%;
	font-family: 'Exo', sans-serif;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	color: white;
	font-size: 40px;
	float: left;
	margin: 0 0 30px 0;
}

.parte{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.seccion{
	width: 62%;
	color: white;
	font-size: 22px;
	line-height: 29px;
	float: left;
}

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}


#marcas{
	width: 100%;
	float: left;
	padding: 50px 0;
}

#marcas-conten{
	width: 1200px;
	margin: 0 auto;
}

.titulo2{
	width: 100%;
	font-family: 'Exo', sans-serif;
	text-align: center;
	color: blue;
	font-size: 40px;
	float: left;
	margin: 0 0 30px 0;
}

.imagenes{
	width: 100%;
	text-align: center;
	float: left;
}

.imagenes img{
	height: 70px;
	margin: 0 10px;
}



#banner{
	background: url(../images/banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 40px 0;
	margin: 50px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#texto-banner{
	background: rgba(4,106,169,0.7);
	width:60%;
	color: white;
	font-size: 22px;
	line-height: 32px;
	float: right;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#contenido{
	width: 1200px;
	margin: 0 auto;
}
#contenido-conten{
	width: 100%;
	float: left;
}

.s{
	width: 62%;
	font-size: 20px;
	line-height: 30px;
	float: left;
}
.s strong{
	font-size: 23px;
}

.imagen-s{
	width: 37%;
	font-size: 22px;
	line-height: 32px;
	float: right;
}


.servicio{
	width: 27.33%;
	text-align: center;
	float: left;
	margin: 0 3% 20px;
}

.circulo{
	font-size: 80px;
}

.t-servicio{
	width: 100%;
	font-size: 23px;
	color: gray;
	text-align: center;
	float: left;
	padding: 0 60px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.separacion{
	width: 100%;
	float: left;
}





#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	color: white;
	font-size: 20px;
	float: left;
	padding: 20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.seccion-footer strong{
	font-size: 25px;
}


#contacto{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
}

@media screen and (max-width: 1200px){
	#icono, #contacto{
		display: none;
	}
	#cabecera-conten, #azul-conten, #marcas-conten, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#logotipo{
		width: 30%;
	}
	#leyenda{
		width: 67%;
		margin: 10px 0 0 0;
	}
	#datos, #menu-conten, #footer-conten{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	.servicio{
		width: 45%;
		margin: 0 2.5% 30px !important;
	}
}
@media screen and (max-width: 700px){
	#logotipo{
		font-size:60px;
	}
	#leyenda{
		text-align: center;
	}
	#datos{
		margin: 30px 0 0 0;
	}
	#datos p{
		text-align: center;
	}
	.s{
		width: 100%;
	}
	.imagen-s{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
	}
	#texto-banner{
		width: 100%;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.servicio{
		width: 90%;
		margin: 0 5% 30px;
	}
}















