﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ku7wj3');
  src:  url('../fonts/icomoon.eot?ku7wj3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ku7wj3') format('truetype'),
    url('../fonts/icomoon.woff?ku7wj3') format('woff'),
    url('../fonts/icomoon.svg?ku7wj3#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-click:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-reloj:before {
  content: "\e903";
}
.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";
}
.icon-email:before {
  content: "\e900";
}





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

.chat{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 60px;
}
.chat img{
	width: 100%;
}


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

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

#cintillo{
	background: #f7f7f7;
	width: 100%;
	float: left;
	padding: 0 10px;

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

#cintillo span{
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin: 0 40px 0 0;
	padding: 11px 0;
}

#cintillo strong{
	color: blue;
}

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

#cabecera{
	background: white;
	width: 100%;
	float: left;
	padding: 0 0 0 10px;
	margin: 15px 0;

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

#logotipo{
	width: 25%;
	float: left;
	margin: 10px 0 0 0;
}

#logotipo img{
	width: 100%;
}


#leyenda{
	width: 33%;
	font-size: 30px;
	color: #64bd2d;
	font-weight: bold;
	float: left;
	margin: 30px 0 0 20px;
}


#datos{
	border: 0px solid red;
	text-align: right;
	font-size: 22px;
	float: right;
	padding: 12px;
	margin: 12px 0 0 0;

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


#cabe{
	height: 120px;
	float: right;
}



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



#contenido{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 2px black;
	float: left;
	margin: 0 0 25px 0;
}

.subtitulo{
	width: 100%;
	text-align: center;
	color: gray;
	font-size: 25px;
	float: left;
	margin: 15px 0;
}



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

.producto{
	background: white;
	width: 30.33%;
	text-align: center;
	float: left;
	margin: 0 1.5% 30px;
}

.producto strong{
	width: 100%;
	font-size: 22px;
	color: #64bd2d;
	text-align: center;
	float: left;
	padding: 9px 0;
}

.producto img{
	height: 180px;
}

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

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



#footer{
	position: relative;
	background: url(../images/fondo-footer.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
}

#fondo-oscuro{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(256,256,256,0.8);
	width: 100%;
	height: 100%;
}

.seccion-footer{
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 20px 10px;

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

.seccion-footer strong{
	font-size: 22px;
	color: blue;
}


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

	.producto img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 1000px){
	.right{
		display: none;
	}

	#datos{
		width: 100%;
	}

	#logotipo{
		width: 35%;
	}
	#leyenda{
		width: 60%;
	}
}
@media screen and (max-width: 800px){
	.seccion-footer{
		width: 50% !important;
	}
}
@media screen and (max-width: 700px){
	.producto{
		width: 47%;
	}
}
@media screen and (max-width: 600px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 70%;
	}

	#leyenda{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.seccion-footer a{
		font-size: 13px;
	}
}
@media screen and (max-width: 500px){
	#cintillo span{
		width: 33.33%;
		font-size: 18px;
		float: left;
		margin: 0 !important;
	}

	#datos{
		text-align: center;
	}

	.producto{
		width: 90%;
		margin: 0 5% 30px;
	}
}








