@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.wrapper {
	width:calc(100% - 100px);
	padding: 0 50px 0 50px;
	max-width: 1200px;
	margin: auto;
}

.wrapper_all {
	width:calc(100% - 100px);
	padding: 50px;
	max-width: 1200px;
	margin: auto;
}

.access {
	width: calc(33.3333% - 50px); 
	padding: 0 0 0 50px; 
	height: 100px;
	float: left;
	border: none;
	background-image: url(images/texture.png);
	background-repeat: no-repeat;
	display: table;
}

#header {
	width: 100%; 
	min-height: 100px;
	background-color: #FFF;
}

#footer {
	width: 100%; 
	min-height: 100px; 
	background:#efefef;
}

#banner_interior {
	width: 100%; 
	height: 350px; 
	position: relative; 
	background-size: cover; 
	background-position: center center; 
	background-repeat: no-repeat;
}

#logo {
	width:200px;
	float: left;
	display: table;
}
#logo_aniversario {
	width:300px;
	float: left;
	display: table;
}

#menu_header {
	float: right;
}

#rubro_img {
	margin-top: 30px;
	width: 450px;
	height: 450px;
	border-radius: 225px; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}

#contact_left_side {
	width: 300px; 
	float: left;
}
#contact_right_side {
	width: calc(100% - 375px); 
	float: right;
}
#left_form {
	float: left; 
	width: calc(50% - 10px);
}
#right_form {
	float: right; 
	width: calc(50%);
}
#rubro_right_side {
	float: right; 
	width: 450px; 
	text-align: right;
}

#rubro_left_side {
	float: left; 
	width: calc(100% - 525px);
}

#producto_left_side {
	float: left;
}

#producto_right_side {
	float: right; 
	width: calc(100% - 475px);
}

#producto_wide {
	width: 100%;
}

#articulo_left_side {
	float: left; 
	width: calc(100% - 325px);
}

#articulo_right_side {
	float: right; 
	width: 250px; 
	text-align: right;
}

.article_thumb {
	width: calc(32% - 7px); 
	display: inline-block;
	vertical-align: top;
}

.article_thumb_img {
	width: 100%; 
	height: 200px; 
	margin-bottom: 10px; 
	display: block; 
	border: solid 1px #CCC; 
	background-color: #CCC;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.rubro_thumb {
	width: calc(23.5% - 5px); 
	display: inline-block; 
	text-align: center;
}

.rubro_thumb_img {
	width: 100%; 
	display: block; 
	margin-bottom: 15px;
	border-radius: 50%;
}

.producto_thumb {
	width: calc(23.5% - 5px);
	display: inline-block; 
	text-align: center;
	vertical-align: top;
}

.producto_thumb_img {
	width: 100%;
	padding-top: 100%;
	display: block; 
	margin-bottom: 15px; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	border: solid 1px #ccc;
}

.producto_thumb_small {
	width: 48%; 
	display: inline-block; 
	text-align: left;
	vertical-align: top;
}

.producto_thumb_img_small {
	width: 120px;
	height: 120px;
	float: left;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}

.producto_txt_small {
	float: right; 
	width: calc(100% - 130px); 
	display: table;
}

.producto_txt_small_align {
	display: table-cell; 
	vertical-align: bottom; 
	height: 120px;
}

.frame {
	width: 100%;
	height: auto;
	display: block;
}

.producto_img {
	width: 400px;
	height: 400px;
	float: left;
	display: block; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}

#map {
	width: 100%;
	height: 400px;
	display: block !important;
	position: absolute;
	z-index: 1;
}

#content_acceso,.content_acceso  {
	width: 100%; 
	height: 200px; 
	position: relative; 
	-webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.25);
}

.indicador {
	position: absolute; 
	z-index: 2; 
	left: 50%; 
	top: 0; 
	margin-left: -25px;
}

.thumb_accesos {
	position: absolute; 
	width: 100%; 
	z-index: 1;
}

.thumb_acceso_img {
	width: 350px; 
	text-align: center; 
	display: table; 
	border-right: solid 1px #FFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	float: left;
	-webkit-transition: all .7s ease;
}

.thumb_acceso_img:hover { 
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
}

.thumb_acceso_img:hover .thumb_acceso_txt{
	-webkit-transition: all .3s ease;
	opacity:0;
}

.thumb_acceso_txt {
	height: 200px; 
	vertical-align: middle; 
	display: table-cell; 
	background: rgba(0,0,0,.25);
}

#sharing_mobile, 
#acceso_productos_mobile, 
#acceso_maquina_mobile, 
#acceso_rubros_mobile, #more_news_mobile {
	display: none;
}
#tittle_section {
	float: left;
	width: calc(100% - 300px);
}
#sharing {
	float: right;
	width: 300px;
	padding-top: 40px;
	
}
#nav, .icon_menu {
	display: none;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
/* Fonts */

.menu {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:16px;
	letter-spacing:2px;
	text-decoration:none;
	display:inline-block;
	padding-right: 25px;
}

.submenu {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:12px;
	letter-spacing:2px;
	text-decoration:none;
	display:inline-block;
	margin:10px 20px 0 0;
}


.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}

.t1 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:400;
}

.t2 {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:300;
}

.t3 {
	font-family: 'Lato', sans-serif;
	font-size:26px;
	text-decoration:none;
	font-weight:300;
	line-height: 26px;
}

.t4 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	text-decoration:none;
	font-weight:300;
}

.t5 {
	font-family: 'Lato', sans-serif;
	font-size:46px;
	line-height: 46px;
	text-decoration:none;
	font-weight:300;
}

.t6 {
	font-family: 'Lato', sans-serif;
	font-size:36px;
	text-decoration:none;
	font-weight:300;
	line-height: 40px;
}

.black {
	color:#000;
}

.white {
	color:#FFF;
}

.grey {
	color:#666;
}

.grey_light {
	color:#cacaca;
}

.orange {
	color:#ff6633;
}

.red {
	color:#993333;
}

.blue {
	color:#333399;
}

.bt_generic {
	color:#999;
	text-decoration:none;
	padding:10px 25px 0 25px;
	height: 30px;
	border-radius: 20px;
	background-color:transparent;
	text-transform:uppercase;
	display:inline-block;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:700;
	letter-spacing:3px;
	border:solid 1px #999;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}

.bt_generic:hover {
	background-color:#339;
	color:#FFF;
	border:solid 1px #339;
}

.bt_more {
	color:transparent;
	text-decoration:none;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color:#CCC;
	background-image: url(images/icon_more.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	display:block;
	cursor:pointer;
	border:none;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}

.bt_more:hover {
	background-color:#339;
}

/* Icons */

.redes {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width:35px;
	height:25px;
	text-decoration:none;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:20px 20px;
}

.fb {
	background-image:url(images/icon_black_fb.png);
}

.in {
	background-image:url(images/icon_black_instagram.png);
}

.fbw {
	background-image:url(images/icon_white_fb.png);
}

.inw {
	background-image:url(images/icon_white_instagram.png);
}



/* Forms */



.drop {
	color:#666;
	width:calc(100% - 20px);
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#efefef;
}

.field {
	color:#666;
	width:calc(100% - 20px);
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#efefef;
	margin-bottom:10px;
}

.area {
	color:#666;
	width:calc(100% - 20px);
	padding:10px;
	height:178px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#efefef;
	resize:none;
	margin-bottom:8px;
}



.bt_send {
	color:#FFF;
	text-decoration:none;
	height:40px;
	width:100%;
	text-align:center;
	background-color:#933;
	display:block;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:700;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	margin-bottom:3px;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}

.bt_send:hover {
	background-color:#000;
}


.dropdown {
	position: relative;
	display: inline-block;
	z-index: 99;
}

.dropdown-content {
	display: none;
	position: absolute;
	width:250px;
	text-align:left;
	padding-top: 15px;
}

.dropdown:hover .dropdown-content {
	display: block;
}
.sub_items {
	display:block;
	color:#FFF;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
	text-decoration:none;
	height: 30px;
	padding: 10px 0 0 10px;
	margin-bottom: 1px;
}
.items_productos {
	background-color:#333399;
}

.items_rubros {
	background-color:#ff6633;
}
.sub_items:hover {
	background-color:#d1d1d1;
	color:#666;
}


@media screen and (max-width: 1175px) {

#menu_header {
	display: none;
}

/* MENU MOBILE */

#nav {
	display: block;
	width:75%;
	height:100%; 
	position:fixed; 
	background:rgba(0,0,0,.75);
	z-index:30;
	right:-75%;
	top: 0;
}

#sidemenu {
	position:absolute; 
	bottom:60px;
	left:40px;
}
.icon_close {
	background:url(images/close.png) center center no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	right:20px; 
	top:20px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close:hover {
	transform: rotate(90deg);
}

.icon_menu {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:fixed; 
	right:20px; 
	top:20px;
	z-index:20;
	background-image: url(images/icon_menu.png);
	transition: transform 0.3s;
}
.icon_menu:hover {
	transform: scale(1.10);
}

.menu {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:20px;
	letter-spacing:2px;
	text-decoration:none;
	display:block;
	margin-bottom: 25px;
	text-transform: uppercase;
}
/* FIN MOBILE */

	
}
	
@media screen and (max-width: 800px) {

#logo_aniversario {
	width:225px;
}
	
#acceso_productos_mobile, #acceso_rubros_mobile, #more_news_mobile {
	display: block;
}
	
#sharing, #acceso_productos, #acceso_rubros, #more_news {
	display: none;
}	
	
.wrapper {
	width:calc(100% - 50px);
	padding: 0 25px 0 25px;
	max-width: 1200px;
	margin: auto;
}

.wrapper_all {
	width:calc(100% - 50px);
	padding: 25px;
	max-width: 1200px;
	margin: auto;
}


.access {
	width: calc(100% - 25px); 
	padding: 0 0 0 25px; 
	height: 100px;
	float: none;
	border: none;
	background-image: url(images/texture.png);
	background-repeat: no-repeat;
	display: table;
}

#rubro_right_side, #rubro_left_side, #producto_left_side, #producto_right_side, #articulo_left_side, #articulo_right_side, #contact_left_side, #contact_right_side, #left_form, #right_form  {
	float: none; 
	width: 100%; 
	text-align: left;
	margin-bottom: 30px;
}


.article_thumb {
	width: 100%; 
	display: inline-block; 
	margin-right: 0 !important;
}

.promo_nov_title {
	width: 100%;
	text-align: center;
	float: none !important;
}

.producto_thumb {
	width: calc(50% - 5px); 
	display: inline-block; 
	text-align: center;
	vertical-align: top;
	margin-right: 0 !important;
}

.producto_img {
	width: 100%;
	height: 400px;
	float: none;
	display: block; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
#sharing_mobile {
	display: block;
	width: 100%;
}
.t6 {
	font-family: 'Lato', sans-serif;
	font-size:26px;
	text-decoration:none;
	font-weight:300;
	line-height: 30px;
}
.footer_left {
	float: none;
	padding-right: 0 !important;
	margin-bottom: 25px;
}
.footer_right {
	float: none;
}	
	
}