﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ayuite');
  src:  url('../fonts/icomoon.eot?ayuite#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ayuite') format('truetype'),
    url('../fonts/icomoon.woff?ayuite') format('woff'),
    url('../fonts/icomoon.svg?ayuite#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-registro:before {
  content: "\e911";
}
.icon-home:before {
  content: "\e907";
}
.icon-usuario:before {
  content: "\e912";
}
.icon-whatsapp:before {
  content: "\e90f";
}
.icon-linkedin:before {
  content: "\e90e";
}
.icon-instagram:before {
  content: "\e90c";
}
.icon-twitter:before {
  content: "\e90d";
}
.icon-buscar:before {
  content: "\e90b";
}
.icon-hora:before {
  content: "\e90a";
}
.icon-carrito:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-web:before {
  content: "\e904";
}
.icon-ubicacion:before {
  content: "\e900";
}
.icon-celular:before {
  content: "\e901";
}
.icon-telefono:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e910";
}
.icon-pregunta:before {
  content: "\e908";
}
.icon-palomita:before {
  content: "\e906";
}
.icon-email:before {
  content: "\e903";
}




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


#cintillo{
	background: rgba(256,256,256,0.8);
	width: 100%;
	height: 5px;
}



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

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

#logotipo{
	width:100%;
	font-family: 'Bad Script', cursive;
	text-align: center;
	font-size: 45px;
	float: left;
	padding: 25px 0;
}

#tienda{
	width: 45%;
	float: right;
}

#buscador{
	margin: 5px 0;
	width: 100%;
	float: left;
}

#buscador form{
	width: 100%;
	float: left;
}

#buscador input[type=text]{
	border: 1px solid #ddd;
	background: white;
	width: 80%;
	font-size: 18px;
	float: left;
	padding: 7px;

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

#buscador input[type=submit]{
	border: 0;
	background: blue;
	width: 20%;
	font-size: 18px;
	color: white;
	float: left;
	padding: 7px;

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

#car{
	background: white;
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
}

#car p{
	border:0px solid red;
	width: 100%;
	text-align: center;
	float: left;
	padding: 7px;

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

.mitad{
	width: 50% !important;
	float: left;
}




#menu{
	background: rgba(256,256,256,0.8);
	width: 100%;
	float: left;
}

#menu-conten{
	width: 1150px;
	margin: 0 auto;
}

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

#menu-conten ul li{
	width: 20%;
	float: left;
}

.menu{
	width: 100%;
	font-family: 'Bad Script', cursive;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 12px 0;
}

.menu:hover, .activo{
	text-decoration:underline;
}



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

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

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

#efectod{
	width: 35%;
	float: left;
	margin: 0 0 0 20px;
}

.texto-efectod{
	background: rgba(256,256,256,0.8);
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
	float: left;

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

.texto-efectod strong{
	width: 100%;
	font-style: italic;
	text-align: center;
	font-size: 24px;
	color: blue;
	font-weight: bold;
	float: left;
}

#reproductor{
	width: 1100px;
	margin: 0 auto;
}

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

.texto-reproductor{
	width: 100%;
	color: blue;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 0 30px;

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

audio{
	border: 1px solid #ddd;
	width: 90%;
	margin: 20px 5%;
	float: left;
}

.lista{
	width: 48%;
	float: left;
	margin: 0 1%;
}

.titulo-elemento{
	width: 100%;
	font-weight: bold;
	text-align: center;
	color: blue;
	padding: 12px 0;
}

.elemento{
	border: 1px solid #ddd;
	width: 100%;
	font-size: 15px;
	padding: 2px 10px;
	cursor: pointer;

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

.elemento:hover{
	background: blue;
	color: white;
}

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

.redes img{
	width: 30px;
}




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

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

.titulo{
	width: 100%;
	text-align: center;
	font-family: 'Bad Script', cursive;
	font-size: 24px;
	color: blue;
	float: left;
	margin: 20px 0;
}

.titulo div{
	background: rgba(256,256,256,0.8);
	padding: 10px;
	display: inline-block;

	border-radius: 10px;
}



.producto{
	width: 31.33%;
	float: left;
	margin: 25px 1%;
}

.producto:hover .descripcion-producto{
	color: black;
}

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

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

.tres{
	padding: 0 100px;

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

.imagen-producto{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	float: left;
}

.imagen-producto img{
	width: 40%;
}

.descripcion-producto{
	border: 0px solid red;
	width: 100%;
	height: 50px;
	color: gray;
	float: left;
	padding: 0 20px;

	overflow:hidden;

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



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

.texto{
	width: 100%;
	text-align: center;
	line-height: 20px;
	float: left;
	margin: 20px 0;
}

.seccion{
	background: rgba(256,256,256,0.8);
	width: 62%;
	font-size: 18px;
	line-height: 25px;
	float: left;
	padding: 10px;

	border-radius: 10px;

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

.imagen-seccion{
	width: 35%;
	line-height: 22px;
	text-align: center;
	float: left;
}

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

.icono{
	width: 70px !important;
	margin: 0 20px;
}




.video{
	width: 31.33%;
	float: left;
	margin: 0 1% 20px;
}

.video iframe{
	width: 100%;
}

.separacion{
	background: transparent;
	width: 100%;
	height: 3px;
	float: left;
}




.e-ladoi{
	border: 0px solid red;
	width: 60%;
	float: left;
}

.e-ladod{
	border: 0px solid red;
	width: 40%;
	float: left;
}

.e-ladoi strong, .e-ladod strong{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: blue;
}

.videoFixed{
	position: fixed;
	top: 0;
}

.enlace{
	background: black;
	width: 47%;
	color: white;
	float: left;
	cursor: pointer;
	margin: 0 1.5% 20px;
}
.enlace:hover .titulo-enlace{
	background: black;
	color: white;
}

.imagen-enlace{
	width: 100%;
	height: 170px;
	float: left;
	overflow:hidden;
}
.imagen-enlace img{
	width: 100%;
	float: left;
}

.titulo-enlace{
	width: 100%;
	text-align: center;
	float: left;
	padding: 3px 0;
}






#footer{
	background: white;
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

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

#footer-conten span{
	float: left;
	padding: 12px 0;
}

.right{
	float: right !important;
}





/*TIENDA*/

.titulo-producto-t{
	font-size: 13px !important;
}
















