﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?w4mk59');
  src:  url('../fonts/icomoon.eot?w4mk59#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?w4mk59') format('truetype'),
    url('../fonts/icomoon.woff?w4mk59') format('woff'),
    url('../fonts/icomoon.svg?w4mk59#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-abajo:before {
  content: "\e906";
}
.icon-arriba:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-inicio:before {
  content: "\e905";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-calendario:before {
  content: "\e953";
}
.icon-celular:before {
  content: "\e958";
}
.icon-usuario:before {
  content: "\e971";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-estrella:before {
  content: "\e9d9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}




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


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}



#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 37px;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	background: #3d77a5;
	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	color: white;
	font-size: 18px;
	float: left;
	padding: 10px 0;
	margin: 0 80px 0 0;
}

#cintillo-conten span a{
	color: white;
}

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


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

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

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

#logotipo img{
	width: 100%;
}

#leyenda{
	width: 65%;
	text-align: center;
	float: right;
}

#leyenda strong{
	width: 100%;
	font-size: 40px;
	float: left;
}

#leyenda span{
	width: 100%;
	font-size: 22px;
	line-height: 32px;
	float: left;
	margin:10px 0 0 0;
}


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

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



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

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

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

.seccion{
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	float: left;
	margin: 0 0 30px 0;
}

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


.texto{
	width: 100%;
	text-align: center;
	font-size: 23px;
	line-height: 33px;
	float: left;
	padding: 20px 0;
}

.titulo{
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 30px 0;
}

.titulo div{
	background: #3d77a5;
	color: white;
	font-size: 24px;
	display: inline-block;
	padding: 4px 10px;
}


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

.s{
	border: 1px solid #3d77a5;
	background: #f7f7f7;
	width: 62%;
	color: #3d77a5;
	text-align: left;
	float: left;
	padding: 30px 20px;

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

.i{
	width: 37%;
	float: right;
}
.i img{
	width: 100%;
}


#productos{
	background: url(../images/fondo-agendas-de-piel.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 40px 0;
}

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

.titulo-pro{
	width: 100%;
	text-align: center;
	font-size: 37px;
	float: left;
	margin:0 0 30px 0;
}


.pro{
	width: 21%;
	float: left;
	margin: 0 2% 30px;
}

.imagen-pro{
	width: 100%;
	text-align: center;
	float: left;
}
.imagen-pro img{
	height: 200px;
}

.titulo-pro{
	width: 100%;
	float: left;
	padding: 20px 0;
}

.titulo-pro strong{
	width: 100%;
	text-align: center;
	font-size: 30px;
	float: left;
}

.titulo-pro span{
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	float: left;
	padding: 25px 0 0;
	display: none;
}


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




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

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

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

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

.seccion-footer a{
	color: white;
}

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

.pie{
	background: black;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 16px;
	float: left;
	padding: 5px 0;
}
.pie a{
	color: white;
	text-decoration: none;
}


@media screen and (max-width: 1200px){
	#cintillo-ayuda{
		display: none;
	}
	#cintillo{
		position: relative;
	}
	#cintillo-conten, #cabecera-conten, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#efecto-conten, #footer-conten, #productos-conten{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#leyenda{
		width: 100%;
	}

	.pro{
		width: 45%;
		margin: 0 2.5% 30px;
	}
}
@media screen and (max-width: 800px){
	.d800{display: none;}
}
@media screen and (max-width: 700px){
	.s{
		width: 100%;
	}
	.i{
		width: 100%;
	}
	.i img{
		width: 80%;
	}
	.seccion-footer{
		width: 50% !important;
	}

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

	#cintillo-conten span{
		width: 33.33%;
		margin: 0 !important;
	}
	#logotipo img{
		width: 70%;
	}
	.seccion-footer{
		width: 100% !important;
	}

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

















