﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?r1ef68');
  src:  url('../fonts/icomoon.eot?r1ef68#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?r1ef68') format('truetype'),
    url('../fonts/icomoon.woff?r1ef68') format('woff'),
    url('../fonts/icomoon.svg?r1ef68#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-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: 'Source Sans Pro', 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;
}



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

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


#cintillo{
	background: #4468b0;
	background: -moz-linear-gradient(top, #4468b0 0%, #6081c4 44%, #4468b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c663), color-stop(44%,#6081c4), color-stop(100%,#4468b0));
	background: -webkit-linear-gradient(top, #4468b0 0%,#6081c4 44%,#4468b0 100%);
	background: -o-linear-gradient(top, #4468b0 0%,#6081c4 44%,#4468b0 100%);
	background: -ms-linear-gradient(top, #4468b0 0%,#6081c4 44%,#4468b0 100%);
	background: linear-gradient(top, #4468b0 0%,#6081c4 44%,#4468b0 100%);

	width: 100%;
	float: left;
	padding: 0 10px;

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

#cintillo span{
	text-shadow: 1px 1px 1px black;
	color: white;
	font-size: 23px;
	float: left;
	margin: 0 100px 0 0;
	padding: 12px 0;
}

#cintillo a{
	color: white;
}

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



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

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


#logotipo{
	border: px solid red;
	width: 30%;
	text-align: center;
	color: green;
	font-size: 42px;
	font-weight: bold;
	font-family: 'Roboto Slab', serif;
	float: left;
	margin: 40px 0 0 0;
}

#leyenda{
	width: 65%;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	float: left;
	margin: 10px 0 0 0;
}



#menu{
	border: 0px solid blue;
	width: 100%;
	float: right;
	margin: 30px 0 0 0;
}

#menu-r{
	background: white;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: blue;
	font-weight: bold;
	padding: 8px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: white;
	font-weight: bold;
}

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

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

.menu{
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 100%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 20px 10px;

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

.dos{
	padding-top: 12px;
	padding-bottom: 12px;
}

.menu:hover, .activo{
	background: white;
	font-weight: bold;
}

#promocion{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: green;
	font-weight: bold;
	float: left;
	padding: 12px 20px;
	margin: 0 0 20px 0;

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



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

#efectoi{
	width: 62%;
	float: left;
}

#efectod{
	background: #f7f7f7;
	width: 37%;
	font-size: 20px;
	line-height: 30px;
	float: right;
	padding: 20px;

	border-radius: 4px;

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

#efectod strong{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: blue;
	font-weight: bold;
	float: left;
}

#efectod span{
	width: 100%;
	text-align: center;
	font-size: 32px;
	line-height: 39px;
	font-weight: bold;
	float: left;
}



#galeria{
	width: 100%;
	float: left;
	padding: 30px 0;
}

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

#galeria img{
	margin: 12px 0;
}


.parte{
	width: 100%;
	float: left;
	padding: 0 10px;

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

.seccion{
	width: 62%;
	font-size: 18px;
	line-height: 23px;
	color: blue;
	float: left;
}

.seccion strong{
	font-size: 24px;
	text-shadow: 2px 2px 2px white;
}

.imagen-seccion{
	width: 35%;
	font-size: 18px;
	line-height: 23px;
	float: right;
}

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



#footer{
	background: #4468b0;
	background: -moz-linear-gradient(top, #4468b0 0%, #6081c4 44%, #4468b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c663), color-stop(44%,#6081c4), color-stop(100%,#4468b0));
	background: -webkit-linear-gradient(top, #4468b0 0%,#6081c4 44%,#4468b0 100%);
	background: -o-linear-gradient(top, #4468b0 0%,#6081c4 44%,#4468b0 100%);
	background: -ms-linear-gradient(top, #4468b0 0%,#6081c4 44%,#4468b0 100%);
	background: linear-gradient(top, #4468b0 0%,#6081c4 44%,#4468b0 100%);

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

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

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

.seccion-footer a{
	color: white;
}

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


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

@media screen and (max-width: 900px){
	#logotipo{
		width: 100%;
		margin: 0;
	}
	#leyenda{
		width: 100%;
	}
	#menu{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
		margin: 20px 0 0 0;
	}

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

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

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

	#galeria img{
		width: 70%;
		height: auto !important;
		margin: 0 15%;
	}

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

	#cintillo span{
		width: 50%;
		text-align: center;
		margin: 0;
		padding: 4px 0 10px;
	}
	.right{
		width: 100% !important;
	}
}










