//font-family: 'PT Sans', sans-serif;
//font-family: 'Cabin', sans-serif;

/*resetea los márgenes de todos los elementos*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}

* { margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4 {
	font-family: 'Cabin', sans-serif;
}

h1.inicio {
	font-size: 60px;
	font-weight: 300;
	line-height: 50px;
	margin-bottom: 35px;
	margin-left: -2px;
}

h1.formularios {
	font-size: 45px;
	font-weight: 300;
	line-height: 100px;
	/*padding-bottom: 35px;*/
	text-align: center;
}


.articulo {
	padding: 30px;
	padding-left: 50px;

}


.hyphen {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

ul.topnav {
	list-style-type:none;
	font-size: 18px;
	line-height: 10px;
	margin:0;
	padding:0;
	overflow: hidden;
	background: #666666; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#666666 5%, #000000);
    background: -o-linear-gradient(#666666 5%, #000000);
    background: -moz-linear-gradient(#666666 5%, #000000);
    background: linear-gradient(#666666 5%, #000000);
}

ul.topnav li {
	text-align:center;
	float: left;
	height:40px;
	background: #666666; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#666666 5%, #000000);
    background: -o-linear-gradient(#666666 5%, #000000);
    background: -moz-linear-gradient(#666666 5%, #000000);
    background: linear-gradient(#666666 5%, #000000);
	transition: all 0.3s;
}


ul.topnav li a {
	display:block;
	text-decoration:none;
	color:#ECECEC;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	border-right:1px solid #999999;
	border-left:3px solid #000000;
	transition: all 0.3s;
}

ul.topnav li a:hover {
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.8);
	color:#474747;
	border-right:1px solid #999999;
	border-left:3px solid #CCCCCC;
}

ul.topnav li.icon {
	display: none;
	line-height: 30px;
}


ul.topnav li.logo {
	font-family: 'Cabin', sans-serif;
}

.prod_cat {
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 15px;
	height: 150px;
	display: block;
	/*background-color: #DDDDDD;.    */
	-webkit-border-radius: 20px 5px 30px 0;
	-moz-border-radius: 20px 5px 30px 0;
	-ms-border-radius: 20px 5px 30px 0;
	-o-border-radius: 20px 5px 30px 0;
	border-radius: 20px 5px 30px 0;
}

.img_cat {
	display: block;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 150px;
	overflow: hidden;
}

.cat_img_header {
display: block;
overflow: hidden;
margin-top: -10px;
max-width: 1200px;
height: 150px;
margin-bottom: 25px;
background-color: #000000;
}






.pedido {
	width: 18%;
	height: 300px;
	overflow: hidden;
	border-style: solid;
	border-width: 6px 0 1px 0;
	border-color: rgb(230,0,0);
	margin-left: 20px;
	margin-top: 25px;
	padding: 10px;
	float: left;
	background-color: rgb(220,220,220);
}

img.pedido_prod_image {
	max-width: 250px;
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
}

.pedido_prod_image_box {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #FFFFFF;
	max-width: 400px;
	max-height: 120px;
	margin-bottom: 15px;
	overflow: hidden;
}

.pedido_descr {
	width: 100px;
	margin-top: 5px;
/*	margin-bottom: 5px;
*/	height: 100px;
	padding-right: 10px;
	display: block;
/*	background-color: rgb(255,255,255);
*/	border-right: solid 1px;
	overflow: hidden;
	float: left;
}






.product {
	width: 30%;
	height: 350px;
	overflow: hidden;
	border-style: solid;
	border-width: 8px 0 1px 0;
	border-color: rgb(230,0,0);
	margin-left: 30px;
	margin-top: 35px;
	padding: 20px;
	float: left;
	background-color: rgb(220,220,220);
}

img.prod_image {
	max-width: 300px;
	max-height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.prod_image_box {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #FFFFFF;
	max-width: 400px;
	max-height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
}

.new_prod {
	display: block; 
	float: left;
	position: absolute; 
	z-index: 3; 
	color: white; 
	background-color: red;
	padding: 5px;
}
.new_prod_arrow {
	display: block; 
	position: relative; 
	top: 28px;
	width: 0px;
	height: 0px;
	z-index: 3; 
	border-right: 15px solid transparent;
	border-top: 15px solid red;

}

.promo_prod {
	display: block; 
	position: relative; 
	left: 60px;
	z-index: 4; 
	color: white; 
	background-color: rgb(0,100,0);
	padding: 5px;
}
.promo_prod_arrow {
	display: block; 
	position: relative; 
	top: 28px;
	width: 0px;
	height: 0px;
	z-index: 4; 
	border-bottom: 15px solid transparent;
	border-left: 50px solid rgb(0,100,0);
	border-right: 50px solid rgb(0,100,0);

}

.clear {
	clear: both;
}


@media screen and (max-width: 768px){
    ul.topnav li:not(:first-child) {display: none;}
    ul.topnav li.icon {
    	float: right;
    	display: inline-block;
    	max-width: 100px;
    	line-height: 10px;
    }
}
	
@media screen and (max-width:768px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

.contenedor {
	margin: auto;
	max-width: 1200px;
	width: 90%;
	display: block;
	background-color: #FCFCFC;
    -webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px; 


}

.nav-bar {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	margin-top: 0;
	padding: 0;
	/*height:100px;*/
	position:fixed;
	z-index: 10;
	}


.underbox {
	height: 40px;
	max-width: 1200px;
	width: 90%;
	margin: auto;
	margin-top: 0px;
	border: 0px;
}

.shadowbox {
	height: 10px;
	position: fixed;
	width: 90%;
	margin-top: 40px;
	padding: 0;
	z-index: 5;
	border: 0;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Fx 3.6-15*/
	background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/
}

.shadowbox.body {
	position: relative;
	width: 100%;
	margin: 0;
	border: 0;
}
	
.imagetop {
	width: 100%;
	height: 400px;
	background-image: url('../images/imagetop01.jpg');
    /*background-size: cover;*/
    background-position-x: 50%;
}

.rightside {
	margin-top: 120px;
	height: 400px;
	background-image: url('../images/inicio_decor.jpg');
    background-size: cover;
}

body {
	margin: 0px;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	background: #CCCCCC;
	background-image: url("../images/fondo_gral.jpg");
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
	color: #000000;
	/*-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px; */
}

.categorias {
	display: block;
	border: 2px solid;
	border-left: 0px;
	border-bottom: solid #000000 0px;
	padding: 15px;
	height: 250px;
	cursor: pointer;
	overflow: hidden;
	background-size: cover;
	/*background-color: rgb(230,230,230);*/
	opacity: 1;
	transition: opacity 0.3s;
}

.categorias:hover {
	opacity: 0.8;
	border-bottom: solid #000000 5px;
}


.title {
	color: white;
	font-size: 45px;
	padding-right: 20px;
	padding-left: 20px;
	text-shadow: -1px 2px black;
}


a#verpedido, a#verpedido:visited {
    padding: 10px;
    height: 85px;
    width: 76px;
    cursor: pointer;
    background: #EE0000;
    background: -moz-linear-gradient(top, #EE0000 0%, #CC0000 70%);
    background: -webkit-linear-gradient(top, #EE0000 0%, #CC0000 70%);;
    border-radius: 0 0 38px 38px;
    position: relative;
    font-size: 16px;
    text-align: center;
    font-family: pt-sans, sans-serif;
    font-weight: 600;
    position: fixed;
    top: 0%;
    right: 15%;
	z-index: 200;
    color: white;
    text-decoration: none;
}
a#verpedido:hover {
    border: 3px solid #FFFFFF;
    border-top: 0px;
    background: #FF2222;
    background: -moz-linear-gradient(bottom, #FF2222 0%, #FF0000 100%);
    background: -webkit-linear-gradient(bottom, #FF2222 0%, #FF0000 100%);
}


.footer {
	margin: auto;
	max-width: 1200px;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	background: #333333;
	color: #EEEEEE;
    -webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px; 
}

.footer a {
	text-decoration: none;
	color: #DDDDDD;
	/*display: block;*/
}

ul.footnav {
	text-align: center;
	list-style-type:none;
	font-size: 16px;
	line-height: 10px;
	margin:auto;
	padding:0;
	overflow: hidden;
	/*background: #666666;
    background: -webkit-linear-gradient(#666666 5%, #000000);
    background: -o-linear-gradient(#666666 5%, #000000);
    background: -moz-linear-gradient(#666666 5%, #000000);
    background: linear-gradient(#666666 5%, #000000);*/
}

ul.footnav li {
	margin-top: 4px;
	text-align:center;
	display: inline-block;
	/*float: left;*/
	height: 30px;
	background: #666666; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#666666 5%, #000000);
    background: -o-linear-gradient(#666666 5%, #000000);
    background: -moz-linear-gradient(#666666 5%, #000000);
    background: linear-gradient(#666666 5%, #000000);
	transition: all 0.3s;
    webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; 
}


ul.footnav li a {
	display: inline-block;
	text-decoration:none;
	color:#ECECEC;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	transition: all 0.3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; 

}

ul.footnav li a:hover {
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.8);
	color:#474747;
	/*border-right:1px solid #999999;
	border-left:3px solid #CCCCCC;*/
}


/*Formateo de columnas*/
.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
}


/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-catg {width: 22%}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

    body {
		font-size: 20px;
	}

	.contenedor, .nav-bar, .shadowbox {
		width: 100%;
	}

	.product {
		text-align: center;
		width: 85%;
		margin-right: 30px;
	}


	.shadowbox.body {
		display: none;
	}

	.imagetop { 
     	height: 250px; 
     	background-image: url('../images/imagetop01xs.jpg');
    	background-size: cover;

    }

    .rightside {
    margin-top: 20px;
	height: 275px;
	background-image: url('../images/inicio_base.jpg');
    background-size: cover;
	}
}