/* HTML */
/* overrides materialize css body */

body {
	font-family: 'Open Sans', sans-serif;
}
body {
/*
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works)
	display: -ms-flexbox;      /* TWEENER - IE 10
	display: -webkit-flex;     /* NEW - Chrome
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+
    min-height: 100vh;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
*/
}
main {
/*
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
*/
}
/*
header, main, footer {
  padding-left: 300px;
}

@media only screen and (max-width : 992px) {
  header, main, footer {
    padding-left: 0;
  }
}
*/
.wrapping-layout {
  padding-left: 362px !important;
}
@media only screen and (max-width : 992px) {
  .wrapping-layout {
    padding-left: 14px !important;
  }
}
.bg-menu-lat {
	background-color: rgba(255, 255, 255, 0.87);
}
.divider {
	background-color: rgba(0, 0, 0, 0.05);
}
.z-index-nav {
	z-index: 1000 !important;
}
.z-index-lat {
	z-index: 500 !important;
}
.nav-lat {
	min-height: 100%;
	height: 100%;
	position: fixed;
	top: 47px;
	bottom: 0;
	left: 0;
	padding: 10px;
	/* z-index: -500 !important;  */
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(41, 122, 223, 0.5);
    z-index: 996;
    will-change: opacity;
}

.nav-lat li>a {
    color: #302E36;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
}
.nav-lat li>a:active, li.active {
    background-color: #ffffff;
    border-radius: 50px;
	background: #ffffff;
	box-shadow:  -8px 8px 17px #ebebeb,
	             8px -8px 17px #ffffff;
}
.nav-lat li:first-child {
    margin-top: 8px;
}
.nav-lat li:first-child>a>i, .nav-lat li:first-child>a>[class^="mdi-"], .nav-lat li:first-child>a li>a>[class*="mdi-"], .nav-lat li:first-child>a>i.material-icons {
    float: left;
    height: 38px;
    line-height: 38px;
    margin: 4px 19px 0 0;
    width: 17px;
    color: #302E36;
    font-size: 20px;
}
.nav-lat li>a>i, .nav-lat li>a>[class^="mdi-"], .nav-lat li>a li>a>[class*="mdi-"], .nav-lat li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 13px 0 0;
    width: 24px;
    color: #302E36;
}
.cont-page {
	padding: 20px;
}
.cont-page h1 {
	margin: 0 0 1.68rem 0;
}
.cont-page p, .cont-page h1, .cont-page .btn, .cont-page .card, .cont-page .input-field {
	/* z-index: -1000 !important; */
}
.cont-page .input-field {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.cont-page .input-field .helper-text:after {
    position: relative;
    height: 0;
    display: none;
    font-size: 12px;
    color: rgba(0,0,0,0.54);
}
.cont-page input:not([type]), .cont-page input[type=text]:not(.browser-default), .cont-page input[type=password]:not(.browser-default), .cont-page input[type=email]:not(.browser-default), .cont-page input[type=url]:not(.browser-default), .cont-page input[type=time]:not(.browser-default), .cont-page input[type=date]:not(.browser-default), .cont-page input[type=datetime]:not(.browser-default), .cont-page input[type=datetime-local]:not(.browser-default), .cont-page input[type=tel]:not(.browser-default), .cont-page input[type=number]:not(.browser-default), .cont-page input[type=search]:not(.browser-default), .cont-page textarea.materialize-textarea {
	margin: 10px 0 0px 0;
}
.chip {
    display: inline-block;
    height: 22px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}
.col-margin-neg-peq {
	margin-bottom: -20px !important;
}
.cta-btm {
	background-color: rgba(255, 255, 255, 0.92) !important;
	border: none;
	width: 100%;
}
#map-canvas {
  	width: 100%;
  	height: 100px;
	margin: 12px 0;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #dbe2ea;
}
@media only screen and (max-width : 992px) {
  header, main, footer {
    padding-left: 0;
  }
}
.container-fluid {
	width: 100%;
    padding-right: 16px !important;
    padding-left: 16px !important;
    margin-right: auto;
    margin-left: auto;
}
.container-full {
	width: 100%;
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-right: auto;
    margin-left: auto;
}
.container-login {
	width: 100%;
    padding-right: 40px !important;
    padding-left: 40px !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
}
.container-login .center-align {
	text-align: center !important;
	margin: 0 auto !important;
}
.centrado {
	margin: 0 auto;
}
.map {
	display: block;
	height: 500px;
	width: 100%;
	background-image: url("../img/nomap.jpg");
	left: 0;
    right: 0;
    padding: 16px;
    background-color: #DBE2EA;
}
.card-in-map {
	position: relative;
    bottom: -190px;
    left:0;
}
.border-4px {
	border-radius: 4px !important;
}
/* ELEMENTOS EATCLOUD */
/* TIPOGRAFIA EATCLOUD */
body p {
	font-size: 1rem;
    line-height: 150% !important;
    color: #302E36;
}
.small {
	font-size: 0.5rem;
	line-height: 70% !important;
}
.med {
	font-size: 0.8rem;
	line-height: 80% !important;
}
.big {
  font-size: 3.36875rem;
  line-height: 110%;
}
.card .card-content .med {
	line-height: 150% !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #302E36;
	text-transform: lowercase !important;
}
h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, h6::first-letter {
    text-transform: uppercase !important;
}
h1 {
  font-size: 2.36875rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 1.7775rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

h3 {
  font-size: 1.33125rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

h4 {
  font-size: 1.2rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.1rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.05rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}
.txt-primary {
	color:#302E36 !important;
}
.txt-secundary {
	color:#756F86 !important;
}
.txt-muted {
	color:#7c9cbf !important;
}
.txt-accent {
	color: #00b3fe !important;
}
.txt-warning {
	color:#f2ac57 !important;
}
.txt-succes {
	color:#14a38b !important;
}
.txt-error {
	color:#f56a79 !important;
}
.txt-bright, .txt-white, -txt-blanco {
	color:#ffffff !important;
}
.txt-fucsia-de-accion {
	color: #ff175f !important;
}
.txt-meta {
	color: #7C9CBF;
	font-weight: 700;
	font-size: 1rem;
}
.color-meta {
	color: #7C9CBF;
}
.line-height-110 {
	line-height: 110%;
}
.adv-card .material-icons {
	line-height: 0;
}
/* ELEVACIONES */
/* Shadow 0dp */
.shadow-0dp {
	box-shadow: none !important;
}
/* Shadow 1dp */
.shadow-1dp {
	box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10) !important;
}
/* Shadow 2dp */
.shadow-2dp {
	box-shadow: 0 2px 2px 0 rgba(44,39,56,0.07), 0 3px 1px -2px rgba(44,39,56,0.06), 0 1px 5px 0 rgba(44,39,56,0.10) !important;
}
/* Shadow 3dp */
.shadow-3dp {
	box-shadow: 0 3px 4px 0 rgba(44,39,56,0.07), 0 3px 3px -2px rgba(44,39,56,0.06), 0 1px 8px 0 rgba(44,39,56,0.10) !important;
}
/* Shadow 4dp */
.shadow-4dp {
	box-shadow: 0 4px 5px 0 rgba(44,39,56,0.07), 0 1px 10px 0 rgba(44,39,56,0.06), 0 2px 4px -1px rgba(44,39,56,0.10) !important;
}
/* Shadow 6dp */
.shadow-6dp {
	box-shadow: 0 6px 10px 0 rgba(44,39,56,0.07), 0 1px 18px 0 rgba(44,39,56,0.06), 0 3px 5px -1px rgba(44,39,56,0.10) !important;
}
/* Shadow 8dp */
.shadow-8dp {
	box-shadow: 0 8px 10px 1px rgba(44,39,56,0.07), 0 3px 14px 2px rgba(44,39,56,0.06), 0 5px 5px -3px rgba(44,39,56,0.10) !important;
}
/* Shadow 9dp */
.shadow-9dp {
	box-shadow: 0 9px 12px 1px rgba(44,39,56,0.07), 0 3px 16px 2px rgba(44,39,56,0.06), 0 5px 6px -3px rgba(44,39,56,0.10) !important;
}
/* Shadow 12dp */
.shadow-12dp {
	box-shadow: 0 12px 17px 2px rgba(44,39,56,0.07), 0 5px 22px 4px rgba(44,39,56,0.06), 0 7px 8px -4px rgba(44,39,56,0.10) !important;
}
/* Shadow 16dp */
.shadow-16dp {
	box-shadow: 0 16px 24px 2px rgba(44,39,56,0.07), 0 6px 30px 5px rgba(44,39,56,0.06), 0 8px 10px -5px rgba(44,39,56,0.10) !important;
}
/* Shadow 24dp */
.shadow-24dp {
	box-shadow: 0 24px 38px 3px rgba(44,39,56,0.07), 0 9px 46px 8px rgba(44,39,56,0.06), 0 11px 15px -7px rgba(44,39,56,0.10) !important;
}
/* COLORES EATCLOUD */
/* PRIMARY */
.primary-bg {
  background-color:#302E36 !important;
  color:#ffffff !important;
}
.primary-color {
  color:#302E36 !important;
}
/* SECUNDARY */
.secundary-color {
  color:#756F86 !important;
}
/* MUTED */
.muted-color {
  color:#7C9CBF !important;
}
/* ACCENT */
.accent-bg {
  background-color:#00B3FE;
  color:#ffffff;
}
.accent-border {
  border: 1px solid #00B3FE;
}
.accent-color {
  color:#00B3FE !important;
}
/* WARNING */
.warning-bg {
  background-color:#f3ad58;
  color:#ffffff;
}
.warning-border {
  border: 1px solid #F2AC57;
}
.warning-color {
  color:#F2AC57 !important;
}
/* SUCCESS */
.success-bg {
  background-color:#14A38B;
  color:#ffffff;
}
.success-border {
  border: 1px solid #14A38B;
}
.success-color {
  color:#14A38B !important;
}
/* ERROR */
.error-bg {
  background-color:#F56A79;
  color:#ffffff;
}
.error-border {
  border: 1px solid #F56A79;
}
.error-color {
  color:#F56A79 !important;
}
/* BLANCO */
.blanco-bg {
  background-color:#FFFFFF;
}
.blanco-color {
	color: #FFFFFF !important;
}
/* TINTA */
.tinta-bg {
  background-color:#EBF4F8 !important;
/*
  overflow: inherit;
  overflow-y: scroll;
  overflow-x: ;
*/
}
/* CTA FUCSIA DE ACCION */
.cta-bg {
  background-color:#FF175F;
  color:#ffffff;
}
.cta-border {
  border: 1px solid #FF175F;
}
.cta-color {
  color:#FF175F !important;
}
/* ESPACIADO EATCLOUD */
.esp-top-miniatura {
  margin-top:8px;
}
.esp-top-pequeno {
  margin-top:16px;
}
.esp-top-base {
  margin-top:24px;
}
.esp-top-grande {
  margin-top:48px;
}
.esp-top-extra-grande {
  margin-top:64px;
}
.esp-bot-miniatura {
  margin-bottom:8px;
}
.esp-bot-pequeno {
  margin-bottom:16px;
}
.esp-bot-base {
  margin-bottom:24px;
}
.esp-bot-grande {
  margin-bottom:48px;
}
.esp-bot-extra-grande {
  margin-bottom:64px;
}
.esp-left-miniatura {
  margin-left:8px;
}
.esp-left-pequeno {
  margin-left:16px;
}
.esp-left-base {
  margin-left:24px;
}
.esp-left-grande {
  margin-left:48px;
}
.esp-left-extra-grande {
  margin-left:64px;
}
.esp-right-miniatura {
  margin-right:8px;
}
.esp-right-pequeno {
  margin-right:16px;
}
.esp-right-base {
  margin-right:24px;
}
.esp-right-grande {
  margin-right:48px;
}
.esp-right-extra-grande {
  margin-right:64px;
}
.esp-hor-miniatura {
  margin:0 8px;
}
.esp-hor-pequeno {
  margin:0 16px;
}
.esp-hor-base {
  margin:0 24px;
}
.esp-hor-grande {
  margin:0 48px;
}
.esp-hor-extra-grande {
  margin:0 64px;
}
.esp-ver-miniatura {
  margin:8px 0;
}
.esp-ver-pequeno {
  margin:16px 0;
}
.esp-ver-base {
  margin:24px 0;
}
.esp-ver-grande {
  margin:48px 0;
}
.esp-ver-extra-grande {
  margin:64px 0;
}
.esp-arround-miniatura {
  margin:8px;
}
.esp-arround-pequeno {
  margin:16px;
}
.esp-arround-base {
  margin:24px;
}
.esp-arround-grande {
  margin:48px;
}
.esp-arround-extra-grande {
  margin:64px;
}
/* WIDTH HACKERS */
.width-100 {
	width: 100% !important;
}
.width-50 {
	width: 50% !important;
}
/* COMPONENTES EATCLOUD*/
/* BOTONES */
.btn-border {
  border: 1px solid #ccc!important;
  background-color: transparent;
}
.btn-w-100 {
	width: 100%;
}
/* HERO CTA  */
.hero-cta-btn, .hero-cta-btn:hover  {
	background-color: #FF175F;
	border-radius: 50px !important;
	border: 2px solid #FF175F !important;
}
.hero-cta-btn:active, .hero-cta-btn:visited, .hero-cta-btn:focus {
	background-color: #FF175F;
}
.hero-cta-btn:disabled {
	background-color: rgba(255,23,95,0.05);
	border: 2px solid rgba(255,23,95,0.54);
	color: rgba(255,23,95,0.24);
}
/* PRIMARY */
.primario-btn, .primario-btn:hover {
	background-color: #00B3FE;
	border: 2px solid #00B3FE !important;
}
.primario-btn:active, .primario-btn:visited, .primario-btn:focus {
  background-color: #00B3FE;
  border: 2px solid rgba(24,57,106, 0.14);
}
.primario-btn:disabled {
  background-color: #DBE2EA;
  color: rgba (48, 46, 54, 0.30);
}
/* SECUNDARY */
.secundario-btn, .secundario-btn:hover {
	background-color: #FFFFFF;
	color: #7C9CBF;
	border: 2px solid #00B3FE !important;
}
.secundario-btn:active, .secundario-btn:visited, .secundario-btn:focus {
  background-color: #FFFFFF;
  color: #7C9CBF;
  border: 2px solid #00B3FE;
}
.secundario-btn:disabled {
  background-color: #DBE2EA;
  color: rgba (48, 46, 54, 0.30);
}
/* EXITO */
.exito-btn, .exito-btn:hover {
	background-color: #14A38B;
	border: 2px solid #14A38B !important;
}
.exito-btn:active, .exito-btn:visited, .exito-btn:focus {
  background-color: #14A38B;
  border: 2px solid #30897A;
}
.exito-btn:disabled {
  background-color: #DBE2EA;
  color: rgba (48, 46, 54, 0.30);
}
/* PELIGRO */
.peligro-btn, .peligro-btn:hover {
	background-color: #F2AC57;
	border: 2px solid #F2AC57 !important;
}
.peligro-btn:active, .peligro-btn:visited, .peligro-btn:focus {
  background-color: #F2AC57;
  border: 2px solid rgba(162,116,60,0.54);
}
.peligro-btn:disabled {
  background-color: #DBE2EA;
  color: rgba (48, 46, 54, 0.30);
}
/* LINK */
.link-btn {
	color: #00B3FE;
	height: 16px !important;
	line-height: 16px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: none !important;
	text-decoration: underline !important;
}
.hero-cta-btn,
.primario-btn,
.secundario-btn,
.exito-btn,
.peligro-btn,
.link-btn {
	font-family: 'Open Sans', sans-serif !important;
}
.btn .hero-cta-btn,
.btn .primario-btn,
.btn .secundario-btn,
.btn .exito-btn,
.btn .peligro-btn,
.btn .link-btn {
	font-size: 16px !important;
}
.btn-small .hero-cta-btn,
.btn-small .primario-btn,
.btn-small .secundario-btn,
.btn-small .exito-btn,
.btn-small .peligro-btn,
.btn-small .link-btn {
	font-size: 12px !important;
}
.btn .primario-btn,
.btn .secundario-btn,
.btn .exito-btn,
.btn .peligro-btn {
	border-radius: 16px !important;
}
.btn-small .primario-btn,
.btn-small .secundario-btn,
.btn-small .exito-btn,
.btn-small .peligro-btn {
	border-radius: 4px !important;
}
.hero-cta-btn {
	border-radius: 50px !important;
}
.hero-cta-btn:active,
.primario-btn:active,
.secundario-btn:active,
.exito-btn:active,
.peligro-btn:active,
.hero-cta-btn:visited,
.primario-btn:visited,
.secundario-btn:visited,
.exito-btn:visited,
.peligro-btn:visited,
.hero-cta-btn:focus,
.primario-btn:focus,
.secundario-btn:focus,
.exito-btn:focus,
.peligro-btn:focus {
	box-shadow: 0 8px 10px 1px rgba(44,39,56,0.07), 0 3px 14px 2px rgba(44,39,56,0.06), 0 5px 5px -3px rgba(44,39,56,0.10) !important;
}
/* GRUPOS DE BOTONES */
.btn-group, .btn-group-small {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group>.btn:first-child:not(:last-child),
.btn-group-small>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #dbe2ea;
}
.btn-group>.btn:not(:first-child):not(:last-child),
.btn-group-small>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.btn-group-small>.btn:last-child:not(:first-child),
.btn-group-small>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #dbe2ea;
}
.btn-group>.btn-inactive, .btn-group-small>.btn-inactive {
  background-color: #ffffff;
}
.btn-group>.btn {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  width: 60px;
  height: 53px;
  text-align: center !important;
}
.btn-group-small>.btn {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  width: 13px;
  height: 25px;
  text-align: center !important;
  padding: 13px;
}
.btn-group>.btn-inactive:hover,
.btn-group-small>.btn-inactive:hover {
  background-color: #00B3FE;
}
.btn-group>.btn:hover,
.btn-group-small>.btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
/* OVERRIDES MATERIALIZE CSS*/
/* CARDS */
/* VERTICALES */
.card {
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(44,39,56,0.07), 0 1px 10px 0 rgba(44,39,56,0.06), 0 2px 4px -1px rgba(44,39,56,0.10);
}
.card:active, .card:focus {
	box-shadow: 0 8px 10px 1px rgba(44,39,56,0.07), 0 3px 14px 2px rgba(44,39,56,0.06), 0 5px 5px -3px rgba(44,39,56,0.10);
}
.card .card-image img {
    display: block;
    border-radius: 20px 20px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #DBE2EA;
}
.card .card-content {
    padding: 16px 16px 16px 24px;
    border-radius: 0 0 2px 2px;
}
.card-prd .card-content {
    padding: 16px 16px 8px 16px;
    border-radius: 0 0 2px 2px;
}
.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 4px;
    
}
.card .card-title {
    font-size: 28px;
    font-weight: 700;
    color: #302E36;
}
.card .card-content .card-title-med,
.list-title-med {
    display: block;
    line-height: 18px;
    margin-bottom: 4px;
}
.card .card-title-med,
.list-title-med {
    font-size: 18px;
    font-weight: 700;
    color: #302E36 !important;
}
.list-title-med {
    font-size: 14px;
    line-height: 14px;
    margin-top: -8px;
}
/*
.card-title, .card-title-med, .list-title-med {
	text-transform: lowercase;
}
.card-title:first-letter, .card-title-med:first-letter, .list-title-med:first-letter {
	text-transform: uppercase;
}
*/
.card .card-content .txt-meta,
.prd-det .txt-meta,
.collection-item .txt-meta {
    display: block;
    line-height: 16px;
    margin-bottom: 4px;
}
.card .card-content .precio-tachado,
.prd-det .precio-tachado {
    display: block;
    line-height: 16px;
    margin-bottom: 4px;
    text-decoration: line-through !important;
}
.card .precio-tachado,
.prd-det .precio-tachado {
    font-size: 16px;
    font-weight: 700;
    color: #7C9CBF !important;
    font-family: 'Montserrat', sans-serif;
}
.card .card-content .precio-oficial,
.list-precio-oficial,
.prd-det .list-precio-oficial,
.prd-det .precio-oficial,
.collection-item .list-precio-oficial {
    display: block;
    line-height: 110%;
    margin-bottom: 4px;
}
.card .precio-oficial,
.list-precio-oficial,
.prd-det .precio-oficial,
.prd-det .list-precio-oficial,
.collection-item .list-precio-oficial {
    font-size: 1.7775rem;
    font-weight: 700;
    color: #00B3FE !important;
    font-family: 'Montserrat', sans-serif;
}
.list-precio-oficial {
    font-size: 1rem;
}
.prd-det .precio-tachado, .prd-det .list-precio-oficial {
	text-align: left !important;
}
.prd-det .precio-tachado, .prd-det .list-precio-oficial {
	margin-top: 0;
}
.prd-det .sep-hor {
	display: block;
	width: 100%;
	height: 2px;
	border-top: 1px dashed #7C9CBF;
	text-indent: 1000000px;
}
.prd-det-img {
	display: block;
	width: 100%;
	min-height: 70px;
	border-radius: 20px;
	box-shadow: 0 2px 2px 0 rgba(44,39,56,0.07), 0 3px 1px -2px rgba(44,39,56,0.06), 0 1px 5px 0 rgba(44,39,56,0.10) !important;
}
.card .circulo-dcto {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #FF175F;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0 9px 12px 1px rgba(255,23,95,0.07), 0 3px 16px 2px rgba(255,23,95,0.06), 0 5px 6px -3px rgba(255,23,95,0.10) !important;;
}
.card.horizontal .circulo-dcto {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	display: block;
	position: absolute;
	top: -20px;
	right: -10%;
	background-color: #FF175F;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.card .card-content p {
    margin: 0 0 0 0;
}
.card .card-action {
    background-color: inherit;
    border-top: none;
    position: relative;
    padding: 0.02px 24px;
}
.card .card-action:last-child {
    border-radius: 0 0 20px 20px;
}
.card.horizontal .card-action {
    background-color: inherit;
    border-top: none;
    position: relative;
    padding: 0 16px 16px 24px;
}
.card.horizontal .card-image {
    max-width: 30%;
}
.card.horizontal .card-image img {
    border-radius: 20px;
    max-width: 100%;
    width: auto;
    margin: 8px;
    min-width: 95px;
    min-height: 95px;
    background-color: #DBE2EA;
}
.card-panel {
    border-radius: 20px;
    box-shadow: 0 4px 5px 0 rgba(44,39,56,0.07), 0 1px 10px 0 rgba(44,39,56,0.06), 0 2px 4px -1px rgba(44,39,56,0.10);
}
.card-panel:active, .card-panel:focus {
    border-radius: 20px;
    box-shadow: 0 8px 10px 1px rgba(44,39,56,0.07), 0 3px 14px 2px rgba(44,39,56,0.06), 0 5px 5px -3px rgba(44,39,56,0.10);
}
.card.horizontal.full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120%;
    margin: 0px -10%;
    padding: 18px;
}
.card-top {
	border-radius: 0 0 20px 20px;
}
/* LISTS */
.collection {
    margin: .5rem 0 1rem 0;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px 22px 20px;
    margin: 0;
    border-bottom: 1px solid #dbe2ea;
}
.div-alerta-codigo .collection .collection-item {
    background-color: #DBE2EA;
}
.collection a.collection-item {
    color: #00b3fe;
}
.collection .collection-item.active {
    background-color: #00b3fe;
    color: #ffffff;
}
.collection .collection-item.avatar {
    min-height: 54px;
}
.div-alerta-codigo .collection .collection-item {
    background-color: fucsia;
    line-height: 1.5rem;
    padding: 10px 20px 10px 60px;
    margin: 0;
    border-bottom: none;
}
/* LIST EN VISTA DE PEDIDO */
.div-perd-ped .collection .collection-item {
    line-height: 0 !important;
}
.div-perd-ped h4 {
	line-height: 0 !important;
	margin: 0.912rem 0 !important;
}
.div-perd-ped p {
	line-height: 70% !important;
}
/* footer
.page-footer {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #302E36;
    background-color: rgba(255,  255,  255, 0.54);
    z-index: 10000;
}
.div-footer {
	padding-top: 12px;
    padding-bottom: 12px;
    color: #302E36;
    background-color: rgba(255,  255,  255, 0.54);
    bottom: 0;
    z-index: 10000;
}
/* hack */
.formatflex {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    min-height: 100vh;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.formatflex_main {
	flex: 1;
}
.totales_footer {
  	display: inline-block;
  	margin: 0 auto;
  	position: fixed;
  	z-index: 10;
	left: 0;
	bottom: 0;
	border-top-style: initial;
	width: 100%;
	text-align: center;
}
/* footer def */
.page-footer {
    background-color: #ffffff;
    box-shadow: 0px -24px 37px -19px rgba(0, 45, 64, 0.25);
    padding-bottom: 4px;
    border-radius: 25px 25px 0px 0px;
    height: 100px;
    padding-top: 0px;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -1px;
    z-index: 120000;
}

.container-footer {
    margin: 0 auto;
    max-width: 1280px;
    width: 92%;
}

.page-footer .btn {
    background-color: #ffffff !important;
    color: #002d40;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 12px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal !important;
    height: 54px;
    border-radius: 0 !important;
    margin-top: 24px;
    padding: 0;
    text-align: center !important;
    width: 100%;
}

.page-footer .btn-large {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #002d40;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 12px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal !important;
    height: 120px;
    border-radius: 0 !important;
    margin: -30px auto 0 auto;
    width: 120px !important;
    position: absolute;
    bottom: 12px;
    left: calc(50% - 60px) !important;
    width: 100%;
}

.page-footer .btn span,
.page-footer .btn-large span {
    display: block !important;
}

.page-footer .btn span.badge {
    top: 0px;
    margin-top: -53px;
    z-index: 5 !important;
    display: block !important;
    position: sticky;
    width: 10px !important;
}

.page-footer .btn-large span.badge {
    top: 0px;
    margin-top: -53px;
    z-index: 5 !important;
    display: block !important;
    position: sticky;
    width: 10px !important;
}

.page-footer .btn span {
    display: block !important;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 5px;
}

.page-footer .btn-large span {
    display: block !important;
    position: fixed;
    bottom: 15px;
    margin: 0 auto !important;
    line-height: 16px;
    padding: 0 !important;
    width: 120px;
    left: calc(50% - 60px) !important;
}

.oval {
    background-color: #5fbcf8;
    line-height: 42px !important;
    height: 70px !important;
    width: 70px !important;
    margin-top: -30px !important;
    margin-bottom: 16px !important;
    vertical-align: middle;
    text-align: center;
    border-radius: 46px;
    color: #ffffff !important;
    bottom: 33px;
    position: absolute;
    box-shadow: 0 18px 24px -15px rgba(0, 45, 64, 0.35);
    /*     left: calc(50% - 35px) !important; */
}

.oval-favourite {
    background-color: #f56a79;
    line-height: 42px !important;
    height: 70px !important;
    width: 70px !important;
    margin-top: -30px !important;
    margin-bottom: 16px !important;
    vertical-align: middle;
    text-align: center;
    border-radius: 46px;
    color: #ffffff !important;
    bottom: 33px;
    position: absolute;
    box-shadow: 0 18px 24px -15px rgba(0, 45, 64, 0.35);
    /*     left: calc(50% - 35px) !important; */
}

i.top {
    margin: 5px auto;
    display: block;
    font-size: 40px;
    line-height: 40px;
    height: 55px;
    color: #ff175f !important;
    width: auto;
}

#eatc-usr-fn i.top {
    color: #000000 !important;
}

i.top ::placeholder {
    display: inline-block;
}

.btn-large i.top {
    color: #ffffff !important;
    font-size: 40px;
    line-height: 35px;
    padding: 12px 0;
}
.page-footer .btn i, .page-footer .btn-large i, .page-footer .btn-small i,
.page-footer .btn-floating i,
.page-footer .btn-large i,
.page-footer .btn-small i,
.page-footer .btn-flat i {
  font-size: 1.6rem;
  line-height: inherit;
}
/* FORMS */
label {
  font-size: 1rem;
  color: #767087;
  margin-bottom: 8px;
}
.input-field>label {
    font-size: 1rem;
    margin-bottom: 8px;
    top: 12px;
}
.input-field.col label {
    left: 0;
}
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    background-color: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 6px;
    outline: none;
    height: 3rem;
    width: 90%;
    font-size: 16px;
    margin: 24px 0 16px 0;
    padding: 0 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #00B3FE;
  border: 1px solid #00B3FE !important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10);
          box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10);
}
.input-field .helper-text {
    font-size: 14px;
    color: rgba(0,0,0,0);
}
.icn-in-input {
	position: absolute;
	right: 34px;
	bottom: 23px;
	margin-right: -23px;
	color: rgba(0,179,254,1);
}
/* label color */
.input-field label {
 	color: #767087 !important;
}
/* [type=text] */
/* label focus color */
.input-field input[type=text]:focus + label {
 	color: #767087 !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
 	border: 1px solid #00B3FE !important;
 	border-bottom: 1px solid #00B3FE !important;
 	box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10) !important;
}
/* valid color */
.input-field input[type=text].valid {
 	border: 1px solid #14a38b !important;
 	border-bottom: 1px solid #14a38b !important;
 	box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10) !important;
}
/* invalid color */
.input-field input[type=text].invalid {
 	border: 1px solid #f56a79 !important;
 	border-bottom: 1px solid #f56a79 !important;
 	box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10) !important;
}
/* [type=search] */
/* label focus color */
.input-field input[type=search]:focus + label {
 	color: #767087 !important;
}
/* label underline focus color */
.input-field input[type=search]:focus {
 	border: 1px solid #00B3FE !important;
 	border-bottom: 1px solid #00B3FE !important;
 	box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10) !important;
}
/* valid color */
.input-field input[type=search].valid {
 	border: 1px solid #14a38b !important;
 	border-bottom: 1px solid #14a38b !important;
 	box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10) !important;
}
/* invalid color */
.input-field input[type=search].invalid {
 	border: 1px solid #f56a79 !important;
 	border-bottom: 1px solid #f56a79 !important;
 	box-shadow: 0 1px 1px 0 rgba(44,39,56,0.07), 0 2px 1px -1px rgba(44,39,56,0.06), 0 1px 3px 0 rgba(44,39,56,0.10) !important;
}
/* icon prefix focus color */
.input-field .prefix.active {
 	color: #00B3FE;
}
.dropdown-content {
    border-radius: 6px !important;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #756F86 !important;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
.select-dropdown.dropdown-content li.selected {
    background-color: rgba(235,244,248,1) !important;
}
.select-wrapper .caret {
    right: 8px !important;
    z-index: 10 !important;
    fill: rgba(0,179,254,1);
}
#bienvenida {
	background-color: #00b3fe;
	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
}
.container-bienvenida {
	height: 100% !important;
}
#bienvenida p {
	color: #ffffff;
}
/* overrides materialize css nav */
/* barra de navegación */
nav {
    width: 100%;
    height: 56px;
    line-height: 56px;
}
nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}
nav {
    color: #302E36;
    background-color: #fff;
    width: 100%;
    min-height: 48px;
    height: auto;
    line-height: 48px;
    box-shadow: 0 4px 5px 0 rgba(44,39,56,0.07), 0 1px 10px 0 rgba(44,39,56,0.06), 0 2px 4px -1px rgba(44,39,56,0.10) !important;
		z-index: 2000 !important;
}
nav .brand-logo {
    position: absolute;
    color: #302E36;
    display: inline-block;
    font-size: 18px;
    padding: 8px 0;
    width: 88%;
    vertical-align: middle;
}
nav a {
    color: #302E36;
}

nav .sidenav-trigger i {
    height: 65px;
    line-height: 65px;
}

.sidenav {
    width: 348px !important;
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(48,46,54,0.3);
}

.sidenav li>a {
    color: #302E36;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    padding: 0 24px !important;
    font-family: 'Montserrat', sans-serif;
}
.sidenav li:first-child {
    margin-top: 8px;
}

.sidenav li:first-child>a>i, .sidenav li:first-child>a>[class^="mdi-"], .sidenav li:first-child>a li>a>[class*="mdi-"], .sidenav li:first-child>a>i.material-icons {
    float: right;
    height: 48px;
    line-height: 48px;
    margin: 0 24px 0 0;
    width: 24px;
    color: #302E36;
}
.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 24px 0 0;
    width: 24px;
    color: #302E36;
}
a .sidenav-close {
	float: right !important;
}
.nav-lat .user-view {
	padding: 0 20px;
}
.sidenav .user-view {
    position: relative;
    padding: 0px 24px !important;
    margin-bottom: 8px;
}		
			 
.user-view h3 {
	line-height: 16px;
}
.user-view h4 {
	line-height: 4px;
}
#bienvenida nav {
    background-color: transparent !important;
    /*para quitar la sombra1 de la barra*/
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0);
}
#bienvenida nav ul a {
    color: #ffffff;
}
/* override tabs materialize */
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #000000 !important;
}
.tabs .tab a {
    color: rgba(0,0,0,0.7) !important;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}
/* override botones materialize */
.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 16px;
  display: inline-block;
  height: 48px;
  line-height: 44px;
  padding: 0 20px;
  text-transform: none !important;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn-small {
  border: none;
  border-radius: 10px;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  padding: 0 16px;
  text-transform: none !important;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn, .btn-large,
.btn-floating,
.btn-flat {
  font-size: 16px;
  outline: 0;
}
.btn-small {
  font-size: 14px;
  outline: 0;
}
.btn i, .btn-large i, .btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn, .btn-large, .btn-small {
    text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}
/*sliders*/
#bienvenida .slider .slides {
    background-color: #00b3fe;
    margin: 0;
    height: 400px;
}
.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 60%;
    left: 15%;
    width: 70%;
    opacity: 0;
}
.slider .indicators .indicator-item {
    height: 8px;
    width: 8px;
    margin: 0 6px;
}
#bienvenida .slider .indicators .indicator-item {
    background-color: rgba(255, 255, 255, 0.5);
}
#bienvenida .slider .indicators .indicator-item.active {
    background-color: #ffffff;
}
#bienvenida .slider .slides li img {
    height: auto;
    width: 80%;
    background-position: top center;
    background-size: contain;
    margin-left: 10%;
}
#bienvenida .btn, .btn-large, .btn-small {
    /*botones sin sombra*/
    box-shadow: 0 5px 15px rgba(0, 179, 254, 0);
}
/* tables */
.img-lst-item {
	max-width: 50px;
}
tfoot {
	font-weight: bolder !important;
}
/* modales */
.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
    padding: 2% 5% 5%;
}
/* forms elements */
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #F56A79;
  border-bottom: 2px solid #F56A79;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #F56A79;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #F56A79;
  background-color: #F56A79;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #F56A79;
  border-color: #F56A79;
}
/* input numerico con mas y menos */
.btn-group input[type=number]:not(.browser-default) {
	margin: 0;
	height: 53px;
	border-radius: 0;
	border: 1px solid #dbe2ea;
	width: 33px;
	text-align: center !important;
}
.btn-group i.small {

}
.btn-group-small input[type=number]:not(.browser-default) {
	margin: 0;
	height: 24px;
	border-radius: 0;
	border: 1px solid #dbe2ea;
	width: 10px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center !important;
}
.btn-group-small i.small {
    margin-left: -9px;
}
.btn-group-small .btn {
	line-height: 12px;
	padding-top: 4px;
}
span.helper-text {
	color: #f4f4f4 !important;
	font-size: 12px !important;
}
/* wizard css */

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #9dc8e2;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    margin-bottom: 40px;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
/* form wizard hack */
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: 40px;
    margin: 0 0.5em 0.5em;
    padding: 0.1em 0.7em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 53px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: transparent;
    color: #00b3fe;
    cursor: default;
    border: 3px solid #00b3fe;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: transparent;
    color: #9dc8e2;
    border: 3px solid #9dc8e2;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: transparent;
    color: rgba(157, 200, 227, 0.91);
    border: 3px solid rgba(157, 200, 227, 0.91);
}
.wizard > .steps .number {
    font-size: 1.429em;
    font-weight: 600;
}
.wizard > .steps {
    position: relative;
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.wizard > .steps > ul > li {
    width: 33.333%;
}
.wizard ul > li, .tabcontrol ul > li {
}
.wizard > .content > .body {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
}
.wizard > .content {
    background: transparent;
    display: block;
    margin: 1em 0;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.wizard > .actions > ul > li {
    margin: 1%;
    width: 48%;
}
#wizard > div.actions.clearfix > ul > li:nth-child(1) {
	margin-left: 0 !important;
}
#wizard > div.actions.clearfix > ul > li:nth-child(2), #wizard > div.actions.clearfix > ul > li:nth-child(3) {
	margin-right: 0 !important;
	margin-left: 2% !important;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #fff;
    color: #00b3fe;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #00b3fe;
    color: #fff;
    letter-spacing: .5px;
    display: block;
    height: 48px;
    line-height: 44px;
    padding: 0 20px;
    text-decoration: none;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #00B3FE;
    font-size: 16px !important;
}
#wizard > div.actions.clearfix > ul > li:nth-child(3) > a {
	background: #ff175f !important;
	border: 2px solid #ff175f !important;
}
/* forms */
.wizard .input-field {
    position: relative;
    margin-top: 4px;
    margin-bottom: 12px;
}
.wizard input:not([type]), .wizard input[type=text]:not(.browser-default), .wizard input[type=password]:not(.browser-default), .wizard input[type=email]:not(.browser-default), .wizard input[type=url]:not(.browser-default), .wizard input[type=time]:not(.browser-default), .wizard input[type=date]:not(.browser-default), .wizard input[type=datetime]:not(.browser-default), .wizard input[type=datetime-local]:not(.browser-default), .wizard input[type=tel]:not(.browser-default), .wizard input[type=number]:not(.browser-default), .wizard input[type=search]:not(.browser-default), .wizard textarea.materialize-textarea {
    height: 3rem;
    width: calc(100%-16px) !important;
    font-size: 16px;
    margin: 12px 0 4px 0;
    padding: 0 16px;
}
.wizard > .content > .body input {
	color: #000;
}
.wizard .input-field>label {
    font-size: 1.2rem;
    margin-bottom: 11px;
    top: 2px;
}

.wizard>.content {
			min-height: 80em;
		}

/************************************************************/

.wizard > .content {
    min-height: 81em;
    height: auto !important;
}

.required:before{
  content:"*";
  font-weight:bold;
}

.wizard .input-field>label {
    font-size: 0.9rem !important;
    margin-bottom: 11px;
    top: 2px !important;
    left: 10px !important;
}

.wizard .input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-33px) scale(1);
    transform: translateY(-33px) scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.link-btn {
    padding: 0 0px !important;
}

.mabo0 {
  margin-bottom: 0px !important;
}

.mabo10 {
  margin-bottom: 10px !important;
}

.mabo20 {
  margin-bottom: 20px !important;
}

.mabo30 {
  margin-bottom: 30px !important;
}

.mabo40 {
  margin-bottom: 40px !important;
}

.mabo50 {
  margin-bottom: 50px !important;
}

.mabo100 {
  margin-bottom: 100px !important;
}

.mabo150 {
  margin-bottom: 150px !important;
}

.mato0 {
  margin-top: 0px !important;
}

.mato10 {
  margin-top: 10px !important;
}

.mato20 {
  margin-top: 20px !important;
}

.mato30 {
  margin-top: 30px !important;
}

.mato40 {
  margin-top: 40px !important;
}

.mato50 {
  margin-top: 50px !important;
}

.mato100 {
  margin-top: 100px !important;
}

.mato150 {
  margin-top: 150px !important;
}

.input-field.col label.label_select {
  bottom: 2rem !important;
  top: auto !important;
}

.input-field label .prefix {
    /* position: absolute;
    width: 3rem;
    font-size: 2rem; */
    -webkit-transition: color .2s;
    transition: color .2s;
    /* top: .5rem; */
}

.input-field label .icon_search {
 	color: #00B3FE;
}

.div_coordinates {
    background-color: rgba(0, 45, 64, 0.05) !important;
    padding: 1px 20px 1px 20px !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 10px 10px 10px 10px !important;
    width: 100% !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 0%);
}

.sub-head {
    font-weight: 1000 !important;
    color: darkgrey !important;
}
.sub-head {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.textLeft {
    float: left;
    margin-right: 15px;
}

.dis {
  pointer-events: none !important
}

.div_coordinates .input-field>label {
    font-size: 0.9rem !important;
    margin-bottom: 11px;
    top: 2px !important;
    left: 10px !important;
}

.div_coordinates .header {
  /* background-color:#d3d3d3; */
  padding: 2px;
  cursor: pointer;
  font-weight: bold;
}

.div_coordinates .icon_down:after {
  /*content: '\002B';*/
  color: darkgrey;
  font-weight: bold;
  float: right;
  margin-left: 15px;
  font-family: 'Material Icons';
  content: "expand_more";
  -webkit-font-feature-settings: 'liga';
  font-size: 2.0rem !important;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  /*top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/

  /* -ms-transform: rotate(180deg);*/
  /* IE 9 */
  /*-webkit-transform: rotate(180deg);*/
  /* Chrome, Safari, Opera */
  /*transform: rotate(180deg); */
}

.div_coordinates .icon_up:after {
  color: darkgrey;
  font-weight: bold;
  float: right;
  margin-left: 15px;
  font-family: 'Material Icons';
  content: "expand_more";
  -webkit-font-feature-settings: 'liga';
  font-size: 2.0rem !important;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.div_coordinates .content {
  display: none;
  padding: 5px;
}

.info_totales {
  font-size: 12px !important;
  font-style: italic !important;
  width: 100% !important;
  padding-right: 10px !important;
}

#detalle_anuncio .input-field>label {
    font-size: 0.9rem !important;
    margin-bottom: 11px;
    top: 2px !important;
    left: 15px !important;
}

#detalle_anuncio .input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-20px) scale(1);
    transform: translateY(-20px) scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#add_prod_fields .input-field>label {
    font-size: 0.9rem !important;
    margin-bottom: 11px;
    top: 10px !important;
    left: 15px !important;
}

#add_prod_fields .input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-23px) scale(1);
    transform: translateY(-23px) scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.nps-btn {
	background-color: #00b3fe !important;
	height: 60px !important;
	width: 60px !important;
	font-size: 24px !important;
	line-height: 24px !important;
	margin: 0 3px !important;	
	color: #fff !important;
	border-radius: 50% !important;
	padding: 16px !important;
	display: block !important;
	text-align: center !important;	
	font-weight: 400 !important;
}

.nps-btn a {
	vertical-align: middle !important;
}

.active-footer a {
  color: #00b3fe !important;
}