﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?m2iy5g');
  src:  url('../fonts/icomoon.eot?m2iy5g#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?m2iy5g') format('truetype'),
    url('../fonts/icomoon.woff?m2iy5g') format('woff'),
    url('../fonts/icomoon.svg?m2iy5g#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-palomita:before {
  content: "\e902";
}
.icon-internet:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e900";
}
.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";
}





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




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

#cintillo-conten{
	border-bottom: 1px solid #ddd;
	width: 100%;
	float: left;
}
#cintillo-conten span{
	border: 0px solid red;
	font-size: 26px;
	float: left;
	padding: 12px 0;
	margin: 0 100px 0 0;
}
.right{
	float: right !important;
	margin: 0 !important;
}
.right a{
	color: black;
	text-decoration: none;
}
.right b{
	margin: 0 10px;
}
#cintillo-conten span img{
	height: 35px;
	margin: -10px 0 0 0;
}


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

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

#logotipo{
	width: 100%;
	text-align: center;
	float: left;
	padding: 10px 0 20px;
}

#logotipo img{
	width: 45%;
}


#menu{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}

#menu-r{
	border: 7px solid gray;
	width: 90%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #666;
	float: left;
	margin: 0 5%;
	padding: 20px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background:#ddd;
}

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

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

#menu ul li{
	width: 19%;
	float: left;
	margin: 0 .5%;
}

.menu{
	width: 100%;
	color: black;
	font-weight: lighter;
	text-align: center;
	float: left;
	padding: 12px 0;
}

.menu:hover, .activo{
	background:#ddd;
}



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

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





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

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #666;
	float: left;
	margin-bottom: 30px;
}


.importante{
	width: 100%;
	text-align: center;
	color: gray;
	font-size: 27px;
	float: left;
	margin: 30px 0;
}


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

.seccion{
	width: 67%;
	font-weight: lighter;
	color: #666;
	font-size: 18px;
	line-height: 23px;
	float: left;
}

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

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

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



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

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

.texto-banner{
	background: rgba(247,247,247, 0.9);
	width: 55%;
	font-weight: lighter;
	font-size: 18px;
	line-height: 23px;
	float: right;
	padding: 20px;

	border-radius: 5px;

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

.texto-banner strong{
	font-size: 24px;
}



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

.servicio{
	border: 7px solid gray;
	width: 31.33%;
	text-align: center;
	float: left;

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

.servicio img{
	width: 70%;
}

.servicio strong{
	/*width: 100%;
	font-size: 24px;
	font-weight: lighter;
	float: left;
	padding: 70px 0;*/
}



.producto{
	border: 7px solid #f7f7f7;
	width: 31.33%;
	text-align: center;
	float: left;
	margin-bottom: 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.elDeEnmedio{
	margin: 0 3%;
}

.producto img{
	width: 100%;
}

.producto strong{
	width: 100%;
	color: #666;
	font-size: 19px;
	float: left;
	margin: 10px 0;
}

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


.p{
	width: 90%;
	margin: 40px 5% 10px;
	float: left;
}

.texto-p{
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 24px;
	float: left;
}

.imagen-p{
	width: 100%;
	float: left;
	margin: 30px 0;
}
.imagen-p img{
	width: 45%;
	margin: 0 2.5%;
	float: left;
}


.video{
	width: 30%;
	float: left;
	margin: 0 1.5%;
}



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

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

.seccion-footer{
	font-weight: lighter;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 20px 12px;

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



@media screen and (max-width: 1200px){
	#cintillo, #contenido-conten{
		width: 100%;
		padding: 0 10px;

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

	#cabecera-conten, #efecto-conten, #footer-conten{
		width: 100%;
	}
	#logotipo img{
		width: 55%;
	}
}

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

	.producto{
		width: 65%;
		margin: 0 2.5%;
	}
}

@media screen and (max-width: 700px){
	#logotipo img{
		width: 70%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 70%;
	}
}

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

	.texto-banner{
		width: 100%;
	}

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

	.imagen-p img{
		width: 90% !important;
		margin: 0 5% 30px !important;
	}

	.video{
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 500px){
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.right{
		width: 100% !important;

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

	#logotipo img{
		width: 100%;
	}

	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}

	.menu{
		font-size: 30px;
	}

	.servicio{
		width: 90%;
		margin: 0 5% 20px !important;
	}
	.servicio strong{
		padding: 40px 0;
	}
}