@import url('https://fonts.googleapis.com/css?family=Spicy+Rice');
html, body, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}
ul {list-style: none;}

body {
	background-color: #2D2D2D;
	font-family: sans-serif, Verdana, Geneva;
	color: #333333;
	text-rendering: optimizelegibility;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-moz-text-size-adjust: none;
	-moz-font-smoothing: antialiased;
	-ms-tap-highlight-color: rgba(0,0,0,0);
	-ms-text-size-adjust: none;
	-ms-font-smoothing: antialiased;
}
a {text-decoration: none;}
.container {
	overflow: hidden;
	background-color: #f4f5f6;
	background-image: url(../imag/body/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
/*----------------Header----------------*/
#body {
	background-image: url(../imag/body/logo_100%25folletos.svg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 181px;
	width: 350px;
	position: absolute;
	z-index: 2;}
header {
	height: 170px;
	position: relative;}
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	padding-top: 30px;}
#logo_y_txt {
	background-image: url(../imag/body/Logo_100n.svg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
/*------------------Contenido------------------*/
.body-section,
.footer-section 
{padding: 30px;}
.body-section {background-color: #f4f5f6;}
.placefiller { /*la caja que contiene el contenido del cuerpo y del footer*/
	width: 100%;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1290px;}
#cuerpo .content{
	display: -webkit-flex;
  	display:         flex;}
#contenido{
  margin-top:-50px;
  display: -webkit-flex;
  display:         flex;
  flex-direction:column;
  -webkit-justify-content: center;
  justify-content: center;}
#centro{display: -webkit-flex;
  display:         flex;}
/*------------titulo-----------.-*/
#titulo{
	width: 110%;
	left: 0;
	overflow: hidden;}
#izq{
	width: 55%;
	float: left;
	margin-top: 70px;}	
.izq-tit{color:#333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding-right: 50px;}
.punto{color:#09F;
	font-weight: bold;}
#der{
	width: 45%;
	overflow: hidden;}
#imag {
	width: 500px;
	height: 260px;
	background-image: url(../imag/home/stikers.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:80%;
	margin: 0px;}
/*------------tabs-----------.-*/		  
main { flex: 1;
  min-width:200px;
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;}
section {
	display: none;
	border-top: 1px solid #ddd;
	border-radius: 15px;
	background-color: #FFF;
	padding: 20px;
	margin-left:-20px;
	margin-right:-20px;}
.input-l {display: none;}
label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #ACAAAE;
	border: 1px solid transparent;
	font-size: 24px;
	}
.gram{color:#F09;
	font-size:18px;}
label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;}
label:hover {
  color: #888;
  cursor: pointer;}
input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
  border-radius: 15px 15px 0px 0px;
  background: rgba(255,146,10,1);
background: -moz-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,146,10,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,146,10,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,146,10,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffffff', GradientType=0 );}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2{display: block;}
/*------------precios-----------.-*/
p-box{
	background-color: #E2E2E2;
	width: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;}
.p-head{
	overflow: auto;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;}
.p-head-t{
	float: left;
	padding-left: 2%;
	width: 38%;
	margin-top: 19px;
	font-size: 1.5em;
	color: dodgerblue;
	font-weight: bold;}
.p-head-entrega{
	float: left;
	margin-top: 19px;
	width: 60%;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
	color: orange;
}
.p-head-una{font-family: 'Spicy Rice', cursive;
	padding-left:10%;
	float:left;
	text-align: center;
	width:50%}
.p-head-tres{
	font-family: 'Spicy Rice', cursive;
	float: left;
	width: 40%;
	text-align: center;}
.p-head-una-sin{padding-left:10%;
	float:left;
	font-size: 1px;
	text-align: center;
	width:50%}
.p-box-list{font-size: 1.5em;}
.p-box-list-fila{
	margin-top: 5px;
	overflow: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;}
.p-box-list-fila:hover{background-color: #EEEBF0;}
.p-cantidad{
	padding-left:2%;
	float:left;
	width:38%;}
.p-box-list-precio{
	float:left;
	width:60%}
.p-una{font-family: 'Spicy Rice', cursive;
	padding-left:10%;
	float:left;
	text-align: center; 
	width:50%}
.p-una-medida{
	padding-left:10%;
	float:left;
	text-align: center;
	width:50%}
.p-una-sin{
	padding-left:10%;
	float:left;
	font-size: 1px;
	text-align: center;
	width:50%}
.p-dest{font-weight: bold;}
.p-tres{
	font-family: 'Spicy Rice', cursive;
	float: left;
	width: 40%;
	text-align: center;}
.aclaracion{
	color: #F09;
	font-size: 18px;
	margin-top: 22px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.iva{
	font-size: 18px;
	float:left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	}
/*------------form-----------.-*/
#form{ flex: 1;}
.f-container {
	width: 95%;
	margin-left:5%;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
}
.f-head {
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	background-color: #3C3C3C;
	color: #FAFAFA;}
input {margin-bottom:10px;}
textarea {
  height:100px;
  margin-bottom:10px;}
input:first-of-type{margin-top:35px;}
input, textarea {
	font-size: 1em;
	padding: 15px 10px 10px;
	font-family: 'Source Sans Pro', arial, sans-serif;
	border: 1px solid #cecece;
	background: #d7d7d7;
	color: #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;}
::-webkit-input-placeholder {color: #FAFAFA;}
:-moz-placeholder {color: #FAFAFA;}
::-moz-placeholder {color: #FAFAFA;}
:-ms-input-placeholder {color: #FAFAFA;}
#submit {
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #E30A7F;
	padding: 12px 45px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	cursor: pointer;
	width: 30%;
	color: #fff;}
#submit:hover{background-color: #0099FF;}
label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;}
/*------------Botonera -----------.-*/
#botones{
	margin-top:30px;
	display: -webkit-flex;
  	display:         flex;
	  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;}
button {
	margin-left:10px;
	margin-right:10px;
	margin-top: 30px;
	margin-bottom: 25px;
	padding: 12px 45px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 20px;}
#b-ws{background-color: #00DE73;}
#b-pedido{background-color: #0099FF;
padding-bottom:21px;
padding-top:21px;}
#b-ws:hover{background-color: #00FF66;}
#b-pedido:hover{background-color: #00CCFF;}
.ws-logo{
	background-image: url(../imag/body/logo_ws.svg);
	background-size:70px;
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 120px;
font-size: 35px;}
.en-linea{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;}
/* ---------------- PIE ----------------  */
.footer-section {background-color: #2D2D2D;
-webkit-box-shadow: inset 0px 30px 15px -10px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 30px 15px -10px rgba(0,0,0,1);
box-shadow: inset 0px 30px 15px -10px rgba(0,0,0,1);}
.footer-section .placefiller {
	text-align: center;
	color: #A5A3A6;}
.seguinos{
	font-weight: bold;
}
#palabrasclave{
	font-size: 15px;
	color: #747474;
}
.l-ws, .l-fb, .l-ms, .l-in, .l-ma, .l-te{
	background-size:20px auto;
	background-repeat: no-repeat;
	-o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition: .3s;
}
.l-ws{
	background-image: url(../imag/body/logo_ws2.svg);
	background-position: left center;
	padding-left:32px;
	padding-top:10px;
	color: #D7D4D8;
	}
.l-fb{
	background-image: url(../imag/body/logo_fb.svg);
	background-position: center center;
	padding-left:30px;
	padding-top:10px;
	}
.l-ms{
	background-image: url(../imag/body/logo_ms.svg);
	background-position: center center;
	padding-left:30px;
	padding-top:10px;
	}
.l-in{
	background-image: url(../imag/body/logo_in.svg);
	background-position: center center;
	padding-left:30px;
	padding-top:10px;
	}
.l-ma{
	background-image: url(../imag/body/logo_ma.svg);
	background-position: left center;
	padding-left: 30px;
	}
.l-te{
	background-image: url(../imag/body/logo_te.svg);
	background-position: left center;
	padding-left:30px;
	padding-top:5px;
	}
.l-ws:hover, .l-in:hover, .l-fb:hover, .l-ms:hover, .l-ma:hover, .l-te:hover{
	background-size:28px auto;}
.foot-datos a, .redes{color: #D7D4D8;}
.placefiller a:hover{color: #F39;}
.placefiller .links_pie a{color: #757376;}
.placefiller .links_pie a:hover{color: #ddF;}
.placefiller a:active{color: #09F;}
.copyright{
	color: #757376;
	font-size: 10px;}
.redes, .copyright, .foot-datos, .links_pie{margin-top:11px;}
/* ---------------- Responsive----------------  */
@media only screen and (max-width: 1182px)
{.gram{display:none;}
.izq-tit{font-size: 24px;}
}
@media only screen and (max-width: 975px) {
.izq-tit{font-size: 20px;}
#centro{flex-direction:column;}
main {width: 90%;}
.f-container{width:100%;
	margin-left:0;}
}
@media only screen and (max-width: 780px) {
#body {display:none;}
	label {font-size: 20px;}
.container {
	background-color: #000;
	background-image:none;}
header {
	height: 60px;
	z-index: 2;
	background-color: #060a0c;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	-webkit-box-shadow: 0px 22px 13px -6px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 22px 13px -6px rgba(0,0,0,0.5);
box-shadow: 0px 22px 13px -6px rgba(0,0,0,0.5);
		/* starting point */
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}
#header {
	height: 60px;
	padding-top: 0;	}
#logo_y_txt {
	background-size:200px auto;
	height: 60px;
	margin-top: 5px;
	padding-bottom: 0;}
.body-section {
	padding-top: 100px;
	padding-bottom: 10px;}
.slide{
-webkit-box-shadow: -5px 0px 17px 2px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 0px 17px 2px rgba(0,0,0,0.75);
box-shadow: -5px 0px 17px 2px rgba(0,0,0,0.75);}
#titulo{width: 115%;
margin-bottom:-20px;}
#izq{margin-top: 40px;}

.br{display:inline;}
.txt-foot1{display:none;}
.links_pie{font-size:13px;}
}
@media screen and (max-width: 620px) {
label {font-size: 15px;}
.gram {margin: 0;
    font-size: 12px;}
.p-head-t{font-size: 1.3em;}
.p-box-list{font-size: 1.3em;}
.aclaracion{font-size:16px;}
#submit {width: 80%;}
button {padding: 12px 25px;}
}
@media only screen and (max-width: 500px) {
.body-section{padding-right: 20px;
	padding-left: 20px;}
#titulo{
	width: 110%;
	margin:0 -5%;
	display: -webkit-flex;
	display:         flex;
	flex-direction:column-reverse;}
#izq{width:100%;
	margin-top: 20px;
	margin-bottom:40px;
	text-align:center;}
#der{width: 100%;
	overflow: hidden;}
#der-width{width:500px;}
#imag {
	width: 100%;
	height: 280px;
	background-position: center center;
	background-size: 100%;}
label {font-size: 15px;}
.gram {font-size: 18px;}
.p-head-t{font-size: 1em;}
.p-box-list{font-size: 1em;}
.aclaracion{font-size:14px;}
#botones{flex-direction:column;}
button{	padding: 12px 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;}
}
@media screen and (max-width: 420px) {
#imag {height: 230px;}
.izq-tit{font-size: 15px;}
label {font-size: 12px;}
.p-box-list{font-size: 0.9em;}}
@media screen and (max-width: 350px) {
.body-section{padding-right: 10px;
	padding-left: 10px;}
label {font-size: 10px;}
.izq-tit{font-size: 12px;}
#izq-tit{font-size: 18px;}
#imag {height: 180px;}
.gram {font-size: 15px;}
.p-tres{font-size:16px;}

}