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

[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-check:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e900";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-estrella:before {
  content: "\e9d9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}




body{
	background:url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
}



#wrapP{
	width: 1200px;
	margin: 0 auto;
}

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

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

#logotipo{
	width: 10%;
	float: left;
}

#logotipo img{
	width: 100%;
}


#cabecerad{
	width: 80%;
	float: right;
}

#cintillo{
	background: #fc2a1c;
	width: 100%;
	float: left;

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

#cintillo span{
	color: white;
	float: left;
	padding: 9px 10px;
	margin: 0 100px 0 0;
}

#cintillo span a{
	color: white;
}

.right{
	float: right !important;
	margin: 0 !important;
}


#leyenda{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	float: left;
	padding: 18px 0;
}



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

#menu-r{
	width: 100%;
	text-align: center;
	color: gray;
	font-weight: bold;
	padding: 17px 15px;
	cursor: pointer;
	display: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-r:hover{
	color: black;
}

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

#menu ul li{
	width: 16.66%;
	float: left;
}

.menu{
	border: 1px solid #ddd;
	width: 100%;
	text-align: center;
	color: gray;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 17px 15px;

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

.menu:hover, .activo{
	color: black;
}

.dos{
	padding-top: 9px;
	padding-bottom: 10px;
}

.tres{
	padding-top: 1px;
	padding-bottom: 1px;
}



#banner{
	background:#f7f7f7;
	width: 100%;
	text-align: center;
	font-weight: lighter;
	color: gray;
	font-size: 22px;
	float: left;
	margin: 20px 0 0 0;
	padding: 12px 0;
}



#efecto{
	width: 100%;
	float: left;
	margin: 20px 0 0;
}


#marcas{
	background: white;
	width: 100%;
	float: left;
	padding: 12px 0;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	float: left;
	padding: 0 0 20px 0;
}

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

.seccion{
	width: 62%;
	font-size: 22px;
	line-height: 27px;
	color: black;
	text-shadow: 1px 1px 1px white;
	float: left;
}

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

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



.cuadro{
	width: 35%;
	margin: 0 7.5%;
	float: left;
}

.imagen-cuadro{
	width: 100%;
	float: left;
}
.imagen-cuadro img{
	width: 100%;
}

.titulo-cuadro{
	background: red;
	width: 100%;
	font-size: 22px;
	color: white;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 12px 0;
}



.separacion{
	width: 100%;
	float: left;
	margin: 15px 0;
}


.texto{
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin: 20px 0 30px 0;
}

table{
	width: 100%;
}

table tr td{
	border: 2px solid black;
	padding: 20px;
}

table tr td:hover{
	background: white;
	font-weight: bold;
}


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

.seccion-footer{
	font-size: 18px;
	line-height: 23px;
	color: white;
	float: left;
	padding: 22px 12px;

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

.seccion-footer strong{
	font-size: 23px;
	text-shadow: 1px 1px 1px black;
}

.seccion-footer a{
	color: white;
}



@media screen and (max-width: 1200px){
	#wrapP{
		width: 100%;
	}

	.parte{
		padding: 0 10px;

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

@media screen and (max-width: 1000px){
	.seccion-footer{
		width: 50% !important;
	}
}

@media screen and (max-width: 800px){
	.d800{
		display: none;
	}
}

@media screen and (max-width: 700px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.menu{
		padding: 12px 0;
	}

	.cuadro{
		width: 48%;
		margin: 0 1%;
	}

	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	#cintillo span{
		margin: 0;
	}

	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#cabecerad{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		margin: 20px 0 0 0 !important;
	}
}

@media screen and (max-width: 500px){
	.cuadro{
		width: 85%;
		margin: 0 7.5%;
	}

	table{
		width: 400px !important;
		overflow-y: scroll;
	}

	table tbody{
		width: 100%;
	}

	table tr{
		width: 100%;
	}

	table tr td{

		width: 50% !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}








