/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";
	/*base*/
	hr{width: 100%;
		height: 0;
		border:0;
		border-top: 1px solid #ffffff;
		margin: 0;
	}
	.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
	.espacio_xsmall, .espacio_xs{
	height: 2px;
	width: 100%;
	}	.espacio_small, .espacio_s{
	height: 5px;
	width: 100%;
	}
	.espacio{
	height: 10px;
	width: 100%;
	}
	.espacio_big, .espacio_l{
	height: 20px;
	width: 100%;
	}
	.center{
	text-align: center;
	}
	.floatder{
	float: right !important;
	}
	.floatizq{
	float: left !important;
	}	
	.floatlast{
		margin-right: 0 !important;
	}	
	.mespacio_s{
		margin-bottom: 5px !important;
	}
	.mespacio{
		margin-bottom: 10px !important;
	}
	.mespacio_l{
		margin-bottom: 20px !important;
	}
	.no-margin{
		margin: 0;
	}
	.no-margin-bot {
		margin-bottom: 0 !important;
	}
	.no-margin-top {
		margin-top: 0 !important;
	}
	.no-padding{
		padding: 0 !important;
	}
	.no-padding-bot {
		padding-bottom: 0 !important;
	}
	.no-padding-top {
		padding-top: 0 !important;
	}
	.box{
		background-color: #fff;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	}
	.nobox{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.mt{
		padding:10px;
	}	
	.borderall{
		-webkit-box-shadow: 0px 0px 0px 1px #cccccc;
		-moz-box-shadow: 0px 0px 0px 1px #cccccc;
		box-shadow: 0px 0px 0px 1px #cccccc;
	}
	.btn.full{
		width: 100%	
	}	
	html, a{
		font-family: 'Roboto', 'Raleway', 'Segoe UI', 'Roboto', GillSans, Calibri, Trebuchet, sans-serif !important;
		color: #212121 /*grey darken-4*/

	}
	a {
		color: #212121 /*grey darken-4*/
	}
	.page-footer .footer-copyright, .page-footer .footer-copyright a {
		background-color: transparent !important;
	}
	.page-footer{
		margin-top: 0;
		border-top: none;
	}
	.footer-gomedia{

		margin: 0 auto;
	}
	/*fonts*/
	.h1, .h2, .h3, .h4, .h5, .h6 {
	  font-weight: 400;
	  /*line-height: 1.3;*/
	}
	.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	  font-weight: inherit;
	}
	.h1 {
	  font-size: 4.2rem;
	  /*line-height: 110%;*/
	  /*margin: 2.8rem 0 1.68rem 0;*/
	}	
	.h2 {
	  font-size: 3.56rem;
	  /*line-height: 110%;*/
	  /*margin: 2.3733333333rem 0 1.424rem 0;*/
	}	
	.h3 {
	  font-size: 2.92rem;
	  /*line-height: 110%;*/
	  /*margin: 1.9466666667rem 0 1.168rem 0;*/
	}
	.h4 {
	  font-size: 2.28rem;
	  /*line-height: 110%;*/
	  /*margin: 1.52rem 0 0.912rem 0;*/
	}	
	.h5 {
	  font-size: 1.64rem;
	  /*line-height: 110%;*/
	  /*margin: 1.0933333333rem 0 0.656rem 0;*/
	}
	.h6 {
	  font-size: 1.15rem;
	  /*line-height: 110%;*/
	  /*margin: 0.7666666667rem 0 0.46rem 0;*/
	}
	.p{
	  font-size: 1rem;
	  /*line-height: 100%;*/
	}
	.p_s{
	  font-size: 0.8rem;
	  /*line-height: 100%;*/
	}
	.p_xs{
	  font-size: 0.6rem;
	  /*line-height: 100%;*/
	}
	/* Mobile Devices */
	@media screen and (max-width: 600px) {
		.h1_mobile {
			font-size: 4.2rem;
			/*line-height: 110%;*/
			/*margin: 2.8rem 0 1.68rem 0;*/
		}
		.h2_mobile {
			font-size: 3.56rem;
			/*line-height: 110%;*/
			/*margin: 2.3733333333rem 0 1.424rem 0;*/
		}
		.h3_mobile {
			font-size: 2.92rem;
			/*line-height: 110%;*/
			/*margin: 1.9466666667rem 0 1.168rem 0;*/
		}
		.h4_mobile {
			font-size: 2.28rem;
			/*line-height: 110%;*/
			/*margin: 1.52rem 0 0.912rem 0;*/
		}
		.h5_mobile {
			font-size: 1.64rem;
			/*line-height: 110%;*/
			/*margin: 1.0933333333rem 0 0.656rem 0;*/
		}
		.h6_mobile {
			font-size: 1.15rem;
			/*line-height: 110%;*/
			/*margin: 0.7666666667rem 0 0.46rem 0;*/
		}
		.p_mobile{
			font-size: 1rem;
			line-height: 100%;
		}
		.p_s_mobile{
			font-size: 0.8rem;
			line-height: 100%;
		}
		.p_xs_mobile{
			font-size: 0.6rem;
			line-height: 100%;
		}
	}
	.fontalt{
		font-family: "Work Sans", serif;
		font-weight: 400;
		font-style: normal;
	}
	.fontalt2{
		font-family: "Work Sans", sans-serif;
	}
	.btn-xsmall{
		height: 20px !important;
		line-height: 20px !important;
		font-size: 10px !important;
	}
	.btn-outline{
		border-style: solid !important;
		padding: 0 15px 0 15px !important;
		border-width: 1px !important;
		background-color: transparent !important;
		box-shadow: none !important;
	}
	strong{
		font-weight: 700 !important;
	}
	.container{

	}
	.nocontainer{
		width: 100%;
		margin: 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.nocontainer .container{
		padding-right: 0;
		padding-left: 0;
	}
	.nocontainer.sec, .container.sec{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.slider-back{
		filter:brightness(0.4);
	}
	.slider-back2{
		filter: sepia(1) saturate(8) contrast(0.8) brightness(1);
		background-color: rgba(255, 255, 255, 1);
		opacity: 0.5;
	}
	.rowcenter{
		display: flex;
		justify-content: center;
		width: auto;
	}
	.textshadow{
		text-shadow: #000 2px 2px 10px
	}

	/* Loader */
	#loadermain{
		display: 1;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		z-index:99999999999;
	}
	#loadermain .preloader-wrapper{
		position:absolute;
		top: 50%;
		left: 50%;
	}
	/* EoF Loader */

	/*base*/
	/*FIX INPUTS v1*/
	input:not([type]).validate + label,
	input[type=text]:not(.browser-default).validate + label,
	input[type=password]:not(.browser-default).validate + label,
	input[type=email]:not(.browser-default).validate + label,
	input[type=url]:not(.browser-default).validate + label,
	input[type=time]:not(.browser-default).validate + label,
	input[type=date]:not(.browser-default).validate + label,
	input[type=datetime]:not(.browser-default).validate + label,
	input[type=datetime-local]:not(.browser-default).validate + label,
	input[type=tel]:not(.browser-default).validate + label,
	input[type=number]:not(.browser-default).validate + label,
	input[type=search]:not(.browser-default).validate + label,
	textarea.materialize-textarea.validate + label {
		z-index: 0;
	}
/*fix materializecss v2.1.0 */
.row{
	--gap-size: 0 !important;
}
.input-field {
	margin-bottom: 1.5rem;
}
.collapsible-header::after {
	margin-left: 0.25rem;
	width: auto;
	right: 1.5rem;
	position: absolute;
}
.collapsible-header {
	width: 100%;
}
.input-field input:disabled, .input-field input[readonly=readonly], .input-field textarea:disabled, .input-field textarea[readonly=readonly] {
	color: var(--md-sys-color-on-surface);
	border-color: var(--md-sys-color-on-secondary);
	background-color: var(--md-sys-color-primary-container);
}
.input-field input:disabled + label, .input-field input[readonly=readonly] + label, .input-field textarea:disabled + label, .input-field textarea[readonly=readonly] + label {
	color: var(--md-sys-color-on-surface);
}
.input-field.outlined input:disabled, .input-field.outlined input[readonly=readonly], .input-field.outlined textarea:disabled, .input-field.outlined textarea[readonly=readonly] {
	color: var(--md-sys-color-on-surface);
	border-color: var(--md-sys-color-secondary);
}

.primary {
	background-color: var(--md-sys-color-primary) !important;
}
.primary-text {
	color: var(--md-sys-color-primary) !important;
}
.on-primary {
	background-color: var(--md-sys-color-on-primary) !important;
}
.on-primary-text {
	color: var(--md-sys-color-on-primary) !important;
}
.primary-container {
	background-color: var(--md-sys-color-primary-container) !important;
}
.primary-container-text {
	color: var(--md-sys-color-primary-container) !important;
}
.on-primary-container {
	background-color: var(--md-sys-color-on-primary-container) !important;
}
.on-primary-container-text {
	color: var(--md-sys-color-on-primary-container) !important;
}
.secondary {
	background-color: var(--md-sys-color-secondary) !important;
}
.secondary-text {
	color: var(--md-sys-color-secondary) !important;
}
.on-secondary {
	background-color: var(--md-sys-color-on-secondary) !important;
}
.on-secondary-text {
	color: var(--md-sys-color-on-secondary) !important;
}
.secondary-container {
	background-color: var(--md-sys-color-secondary-container) !important;
}
.secondary-container-text {
	color: var(--md-sys-color-secondary-container) !important;
}
.on-secondary-container {
	background-color: var(--md-sys-color-on-secondary-container) !important;
}
.on-secondary-container-text {
	color: var(--md-sys-color-on-secondary-container) !important;
}
.tertiary {
	background-color: var(--md-sys-color-tertiary) !important;
}
.tertiary-text {
	color: var(--md-sys-color-tertiary) !important;
}
.on-tertiary {
	background-color: var(--md-sys-color-on-tertiary) !important;
}
.on-tertiary-text {
	color: var(--md-sys-color-on-tertiary) !important;
}
.tertiary-container {
	background-color: var(--md-sys-color-tertiary-container) !important;
}
.tertiary-container-text {
	color: var(--md-sys-color-tertiary-container) !important;
}
.on-tertiary-container {
	background-color: var(--md-sys-color-on-tertiary-container) !important;
}
.on-tertiary-container-text {
	color: var(--md-sys-color-on-tertiary-container) !important;
}

/*fix materializecss v2.2.1 */
.input-field > label{
	transform: scale(0.75) !important;
	top: 8px !important;
}

	/* nav bar */
	.navbar-fixed nav{
		top:0 !important;
	}
	nav {
		box-shadow: none;
	}
	nav .brand-logo img{

	}
	nav ul a{
		transition: background-color 0.5s;
	}
	/* nav bar */



/* COLORS GENERAL */
:root[theme=dark] {
	color-scheme: dark;
	--md-sys-color-primary: rgb(239 239 255);
	--md-sys-color-surface-tint: rgb(185 195 255);
	--md-sys-color-on-primary: rgb(0 0 0);
	--md-sys-color-primary-container: rgb(180 191 255);
	--md-sys-color-on-primary-container: rgb(0 6 48);
	--md-sys-color-secondary: rgb(255 238 210);
	--md-sys-color-on-secondary: rgb(0 0 0);
	--md-sys-color-secondary-container: rgb(250 200 89);
	--md-sys-color-on-secondary-container: rgb(37 25 0);
	--md-sys-color-tertiary: rgb(255 238 210);
	--md-sys-color-on-tertiary: rgb(0 0 0);
	--md-sys-color-tertiary-container: rgb(250 200 89);
	--md-sys-color-on-tertiary-container: rgb(37 25 0);
	--md-sys-color-error: rgb(255 236 233);
	--md-sys-color-on-error: rgb(0 0 0);
	--md-sys-color-error-container: rgb(255 174 164);
	--md-sys-color-on-error-container: rgb(34 0 1);
	--md-sys-color-background: rgb(18 19 26);
	--md-sys-color-on-background: rgb(227 225 236);
	--md-sys-color-surface: rgb(23 19 12);
	--md-sys-color-on-surface: rgb(255 255 255);
	--md-sys-color-surface-variant: rgb(68 70 84);
	--md-sys-color-on-surface-variant: rgb(255 255 255);
	--md-sys-color-outline: rgb(239 239 255);
	--md-sys-color-outline-variant: rgb(193 193 210);
	--md-sys-color-shadow: rgb(0 0 0);
	--md-sys-color-scrim: rgb(0 0 0);
	--md-sys-color-inverse-surface: rgb(235 225 213);
	--md-sys-color-inverse-on-surface: rgb(0 0 0);
	--md-sys-color-inverse-primary: rgb(23 57 182);
	--md-sys-color-primary-fixed: rgb(222 225 255);
	--md-sys-color-on-primary-fixed: rgb(0 0 0);
	--md-sys-color-primary-fixed-dim: rgb(185 195 255);
	--md-sys-color-on-primary-fixed-variant: rgb(0 10 62);
	--md-sys-color-secondary-fixed: rgb(255 223 159);
	--md-sys-color-on-secondary-fixed: rgb(0 0 0);
	--md-sys-color-secondary-fixed-dim: rgb(241 191 81);
	--md-sys-color-on-secondary-fixed-variant: rgb(25 16 0);
	--md-sys-color-tertiary-fixed: rgb(255 223 159);
	--md-sys-color-on-tertiary-fixed: rgb(0 0 0);
	--md-sys-color-tertiary-fixed-dim: rgb(241 191 81);
	--md-sys-color-on-tertiary-fixed-variant: rgb(25 16 0);
	--md-sys-color-surface-dim: rgb(23 19 12);
	--md-sys-color-surface-bright: rgb(85 79 70);
	--md-sys-color-surface-container-lowest: rgb(0 0 0);
	--md-sys-color-surface-container-low: rgb(35 31 23);
	--md-sys-color-surface-container: rgb(53 48 39);
	--md-sys-color-surface-container-high: rgb(64 59 50);
	--md-sys-color-surface-container-highest: rgb(76 70 61);
}
:root[theme=light] {
	color-scheme: light;
	--md-sys-color-primary: rgb(0 31 129);
	--md-sys-color-surface-tint: rgb(54 82 205);
	--md-sys-color-on-primary: rgb(255 255 255);
	--md-sys-color-primary-container: rgb(12 50 177);
	--md-sys-color-on-primary-container: rgb(154 170 255);
	--md-sys-color-secondary: rgb(121 89 0);
	--md-sys-color-on-secondary: rgb(255 255 255);
	--md-sys-color-secondary-container: rgb(250 200 89);
	--md-sys-color-on-secondary-container: rgb(113 83 0);
	--md-sys-color-tertiary: rgb(121 89 0);
	--md-sys-color-on-tertiary: rgb(255 255 255);
	--md-sys-color-tertiary-container: rgb(250 200 89);
	--md-sys-color-on-tertiary-container: rgb(113 83 0);
	--md-sys-color-error: rgb(186 26 26);
	--md-sys-color-on-error: rgb(255 255 255);
	--md-sys-color-error-container: rgb(255 218 214);
	--md-sys-color-on-error-container: rgb(147 0 10);
	--md-sys-color-background: rgb(251 248 255);
	--md-sys-color-on-background: rgb(26 27 35);
	--md-sys-color-surface: rgb(255 248 242);
	--md-sys-color-on-surface: rgb(31 27 20);
	--md-sys-color-surface-variant: rgb(225 225 243);
	--md-sys-color-on-surface-variant: rgb(68 70 84);
	--md-sys-color-outline: rgb(117 118 133);
	--md-sys-color-outline-variant: rgb(197 197 214);
	--md-sys-color-shadow: rgb(0 0 0);
	--md-sys-color-scrim: rgb(0 0 0);
	--md-sys-color-inverse-surface: rgb(53 48 39);
	--md-sys-color-inverse-on-surface: rgb(249 239 227);
	--md-sys-color-inverse-primary: rgb(185 195 255);
	--md-sys-color-primary-fixed: rgb(222 225 255);
	--md-sys-color-on-primary-fixed: rgb(0 18 88);
	--md-sys-color-primary-fixed-dim: rgb(185 195 255);
	--md-sys-color-on-primary-fixed-variant: rgb(21 55 181);
	--md-sys-color-secondary-fixed: rgb(255 223 159);
	--md-sys-color-on-secondary-fixed: rgb(38 26 0);
	--md-sys-color-secondary-fixed-dim: rgb(241 191 81);
	--md-sys-color-on-secondary-fixed-variant: rgb(92 67 0);
	--md-sys-color-tertiary-fixed: rgb(255 223 159);
	--md-sys-color-on-tertiary-fixed: rgb(38 26 0);
	--md-sys-color-tertiary-fixed-dim: rgb(241 191 81);
	--md-sys-color-on-tertiary-fixed-variant: rgb(92 67 0);
	--md-sys-color-surface-dim: rgb(226 217 204);
	--md-sys-color-surface-bright: rgb(255 248 242);
	--md-sys-color-surface-container-lowest: rgb(255 255 255);
	--md-sys-color-surface-container-low: rgb(252 242 229);
	--md-sys-color-surface-container: rgb(246 236 224);
	--md-sys-color-surface-container-high: rgb(240 231 218);
	--md-sys-color-surface-container-highest: rgb(235 225 213);
}

a{
	color: var(--md-sys-color-primary);
}
:root {
	/* original
	--primary-color: #f3aa1f;
	--primary-color-dark: #9c6c12;
//--primary-color-numeric: 38, 166, 154;
	--primary-color-raised-hover-solid: #f3aa1f;
	--primary-color-raised-focus-solid: #f3aa1f;


	--colormarca: #f3aa1f;
	--colormarca2: #fae84a;
	--colormarca3: #ffffff;
	--colormarca4: #707272;
	*/

	--colormarca: #0c32b1;
	--colormarca2: #fac859;
	--colormarca3: #545454;
	--colormarca4: #f3f5ef;

	--md-sys-color-background: #fff;
	--md-ref-palette-primary80: var(--md-sys-color-primary);


	/*
	--colormarca:  var(--md-sys-color-primary);
	--colormarca2: var(--md-sys-color-primary);
	--colormarca3: var(--md-sys-color-primary);
	--colormarca4: var(--md-sys-color-primary);
	*/
}


.colormarca{
	background-color: var(--colormarca) !important;
}
.colormarca-text{
	color: var(--colormarca) !important;
}
.colormarca2{
	background-color: var(--colormarca2) !important;
}
.colormarca2-text{
	color: var(--colormarca2) !important;
}
.colormarca3{
	background-color: var(--colormarca3) !important;
}
.colormarca3-text{
	color: var(--colormarca3) !important;
}
.colormarca4{
	background-color: var(--colormarca4) !important;
}
.colormarca4-text{
	color: var(--colormarca4) !important;
}

hr{
	width: 100%;
	height: 0;
	border: 0;
	border-top-color: rgb(229, 229, 229);
	border-top-style: dashed;
	border-top-width: 1px;
	margin: 0 auto;
}
.divider{
	width: 100px;
	height: 3px;
	background-color: var(--colormarca);
}

.menuul2 li:hover {
	/*background-color: #666666 !important;*/
	background-color: var(--md-sys-color-on-primary-container) !important

}

hr{
	border-top: 1px solid var(--colormarca);
}

	/******************************************* START *******************************************/

/* #F56E00 orange darken-4 */

body{
	background-color: white;
}
#mobile-demo .collapsible-header{
	padding: 0 32px;
}
#mobile-demo .collapsible-body{
	padding: 0 42px;
}


/* MENU */

.navbar{
	position: relative;
	z-index: 997;
}
.navbar-fixed{
	height: 90px;
}
#navbar1 nav ul a{
	padding: 0 5px;
}

#navbar nav{
	/*overflow: hidden;*/
	height: 90px;
	line-height: 90px;
}
#navbar nav .nav-wrapper{
	line-height: 90px;
}

#navbar nav .brand-logo a:hover {
	background-color: transparent;
}

#navbar nav ul li a:hover{
	background: transparent;
}
#navbar nav ul li a{
	position: relative;
}
#navbar nav ul li a:after{
	position: absolute;
	bottom: 30px;
	left: 10%;
	width: 0%;
	height: 2px;
	background-color: #aaaaaa;
	content: "";
	opacity: 0;
	transition: all 0.3s ease 0s;
	transform: translateY(10px);
	text-align: center;
}
#navbar nav ul li a:hover:after{
	opacity:1;
	width: 80%;
	background-color: #F56E00;
}
/* carro cant */
.carrocant{
	position: absolute;
	top: -15px;
	left: 20px;
}

nav ul:not(.dropdown-content) > li > a.active{
	background-color: var(--md-ref-palette-secondary80);
}

/* fix usr menu */
.dropdown-content li a:hover:after{
	opacity:0 !important;
}
nav .sidenav-trigger i {
	height: 90px;
	line-height: 90px;
}

/* TOP */
.linedeco{
	width: 100px;
	height: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.top .toptit{
	line-height: 120%;
	margin:10px 0px;
}
.top .toptit .tit{
	font-weight: bold;
	text-align: center;
}
.top .toptit .tit::before{
	/*
	background-color: #fbc02d;
	left: -44px;
	width: 6px;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 3px;
	height: 80px;
	*/
}


/* MENU DROPDOWN */
.navbar-fixed #filtros{
	position: fixed;
	top: 90px;
	z-index: -1;
}

#filtros .dropdown-trigger.active{
	color: #F56E00;
}
#filtros .dropdown-trigger.active::after{
	height: 2px;
	width: 50%;
	content: "";
	position: absolute;
	bottom: 0;
	background: #F56E00;
	left: 25%;
}
#filtros .dropdown-content{
	left: 0 !important;
	width: 100% !important;
	overflow-x: hidden;
}
#filtros .dropdown-content li {
	min-height: auto !important;
}
#filtros .dropdown-content .subcat a{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}
/* styling search bar */
.search input[type=text]{
	/*width:300px;*/
	width: 80%;
	height:25px;
	border-radius:5px;
	border: none;
	padding-left: 15px;
	background: #e1e1e1;
}

.search input[type=text]::placeholder {
	color: #6c757d;
	opacity: 1;
}
.search{
	width: 325px;
	margin: 0 auto;
}
.search .searchico{
	margin-left: 10px;
}
.searchicopc{
	float: none !important;
	margin-right: 0 !important;
}

/*MENU 2*/
.menuul2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9;
}
.menuul2 a {
	padding: 10px 0px;
}
.menuul2 li {
	padding: 0px 10px;
}
.menuul2 li:hover {
	/*background-color: #666666 !important;*/
	/*background-color: hsl(240,65%,75%);*/
	/*color: #fff !important;*/
}

.menuli2 {
	float: left;
	/*border-right: 1px solid #ffffff;*/
}

.menuli2:last-child {
	border-right: none;
}

.menuli2 .ali {
	display: block;
	text-align: center;
	text-decoration: none;
}
.menuli2 .ali.active {
	background-color: #ffffff;
}

.menuul2 .parent, .menuul2 .parent2 {display: block;position: relative;float: left;line-height: 30px;}
.menuul2 .parent2:hover > ul {display:block;position:absolute;}
.menuul2 .child, .menuul2 .child2 {display: none; margin-left: 0px !important; padding-left: 0px; }
.menuul2 .child li, .menuul2 .child2 li {/*border-bottom:#CCC 1px solid;border-right:#CCC 1px solid;*/ width:200%; line-height: 100%; padding: 10px 10px; list-style: none;}
.menuul2 {list-style: none;margin: 0;padding: 0px; min-width:10em;}
.menuul2 ul ul{left: 100%;top: 0;margin-left:1px;}
.menuul2 li:hover {background-color: #fff;}
.menuul2 .parent li:hover, .menuul2 .parent2 li:hover {background-color: #fff;}
.menuul2 .expand{float:right;margin-right:5px;}
/*
.menuul2 .child {text-align: left;}
.menuul2 .child2 {max-height: 300px; overflow-y: auto; width: max-content; overflow-x: hidden; text-align: left;}
*/

/*
#productoslista{

}
#productoslista .productolista{

}
#productoslista .productolista .card-image{
	height: 200px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#productoslista .productolista .card-content{
	overflow: hidden;
	height: 150px;
}
*/

.productolista{
	margin-bottom: 20px;
}
.productolista .card-image{
	height: 150px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;

	background-image:url('../../../data/sinfoto.png');
}
.productolista .card-content{
	overflow: hidden;
	/*height: 250px;*/
	height: 180px;

}
.productolista .marcaimg{
	max-width: 100px;
	max-height: 100px;
}
.marcaimg2{
	max-width: 120px;
	max-height: 120px;
}

#nosotros .parallax-container {
	height: 650px;
}
#nosotros .slider-back {
	filter: brightness(0.25);
}


#novedades .novedad .imgdiv{
	position: relative;
}
#novedades .novedad .imgdiv .img{
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#novedades .novedad .tags{
	position: absolute;
	bottom: -5px;
	left: 20px;

	border-radius: 60px;
	overflow: hidden;
}
#novedades .novedad .tags a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	position: relative;
	/*margin: 0 16px 8px 12px;*/
	padding: 0 10px 0 12px;
	background: #777;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	/*
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-decoration: none;
    font-weight: bold;
    */
}
/*
#novedades .novedad .tags a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #F56E00 transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
}
#novedades .novedad .tags a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 1px;
	float: left;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
	box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
}
*/
#novedades .novedad .titulodiv{

}
#novedades .novedad .textdiv{
	max-height: 200px;
	overflow: hidden;
}

/* CARRO MODAL */
.carro-item-del{
	position: absolute; top:15px; left:10px;
}

/* OLD */


/*
.whatsappico {
	position: relative;
	transform: rotate(0deg);

	animation-name: saltitos;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;


}
.whatsappicoa:hover:after {
	opacity:0 !important;
}
@keyframes saltitos {
	0% {top: 0px;}
	50% {top: 0px;}
	60% {top: -5px;}
	70% {top: 0px;}
	100% {top: 0px;}
}

.linedeco{
	width: 60px;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 15px;
}
*/

/* Large & desktop Desktop Devices */
@media screen and (min-width: 993px) {
}

/* Tablet Devices */
@media screen and (max-width: 992px) {
}

/* Mobile Devices */
@media screen and (max-width: 600px) {

}