@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

.customErrorClass { 
	display: block;
  /*  margin-top: 5px;*/
    margin-bottom: 10px;
    color: #CB0000;
font-weight: normal;}

a {
	color: inherit;
}
a:hover, a:focus {
	color: inherit;
}
/** fonts **/
h1, h2, h3, h4 {
	font-family: 'Vag Rounded std', arial;
	font-weight: bold;
	color: #0e79b1;
}
h4, h5 {
	font-weight: normal;
	font-style: normal;
	color: #666666;
}
p { font-size:16px;}

p, a {
	font-family: 'Vag Rounded std', arial;
	font-weight: normal;
}

.btn { 	font-family: 'Vag Rounded std', arial;
 }

label, placeholder, input {
	font-family: 'Vag Rounded std', arial;}

h3, h4, h5 {
	color: #333333
}
/**Backgrounds**/
.color-success { color:#4CAF50;}
.bg-rojo {
	background-color: #E21510;
}
.bg-rojo-oscuro {
	background-color: #001844;
}
.bg-primario {
	background-color: #e41b23;
}
.bg-verde-claro {
	background-color: #b5c000;
}
.bg-secundario {
	background-color: #b7151b;
}
.btn {
	color: #fff
}
.btn-primario {
	background-color: #e41b23;
	transition: 0.4s all;
}
.btn-primario:hover {
	background-color: #b7151b;
}
.btn-secundario {
	background-color: #2196F3;
}
.btn-secundario:hover{
	background-color: #115a94;
	color:#fff;
}

.btn-primary {background-color:#0e79b1; background-color:#ad3374; border-color:#fff;  }


.btn-primary[disabled]:hover {background-color:#0e79b1; opacity: 0.65;}
.bg-primary { background-color:#0e79b1; }


.logo { height: 100px;}

.legales p{    text-align: justify;font-size: 0.9em;
    margin-top: 20px;}

/************pre login **************/
.bg-prelogin {
	background-color: #001844;
	background: linear-gradient(#151A42, #2BA3C9) no-repeat;
	background: url(../images/bg-prelogin.jpg) no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	overflow: auto;
	display: flex;
}
.bg-form {
	background-color: #fff;
	padding-bottom: 10px;
	/**border: 1px solid #ccc;**/
	/**box-shadow:  3px 3px 20px 0px #000;**/
	border-radius: 10px;
	padding-top: 20px;
}
.bg-form a {
	font-size: 1.2em;
	cursor: pointer;
}
.bg-regalos {
	background-image: url(../images/trama-dia.png);
	background-repeat: repeat;
}
.bg-gris {
	background-color: #e5e5e5
}
.logo-prelogin {
;
}
.logo-prelogin img {
	height: 50px;
}
.input-group-addon {
	color: #670001;
	background-color: #e41b23;
}
/** radio button prelogin **/

.bg-form .radio label, .checkbox label {
	padding-left: 30px;
}
.bg-form .option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	height: 20px;
	width: 20px;
	transition: all 0.15s ease-out 0s;
	background: #fff;
	border: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	z-index: 1000;
}
.bg-form .option-input:hover {
	background: #e41b23;
}
.bg-form .option-input:checked {
	background: #e41b23;
}
.bg-form .option-input:checked::before {
	height: 20px;
	width: 20px;
	position: absolute;
	/*content: '✔';*/
	display: inline-block;
	font-size: 15px;
	text-align: center;
}
.bg-form .option-input.radio {
	border-radius: 50%;
	margin-top: 2px;
	margin-left: -25px;
}
.bg-form .option-input.radio::after {
	border-radius: 50%;
}
/** input animation **/
:focus {
	outline: none;
}
.col-3 {
	float: left;
	width: 27.33%;
	padding: 0px;
	margin: 40px 3%;
	position: relative;
} /* necessary to give position: relative to parent. */

.effect-16 ~ .focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #3399FF;
	transition: 0.4s;
}
.effect-16:focus ~ .focus-border, .has-content.effect-16 ~ .focus-border {
	width: 100%;
	transition: 0.4s;
}
.effect-16 ~ label {
	position: absolute;
	left: 0;
	width: 100%;
	top: 9px;
	color: #aaa;
	transition: 0.3s;
	z-index: -1;
	letter-spacing: 0.5px;
}
.effect-16:focus ~ label, .has-content.effect-16 ~ label {
	top: -16px;
	font-size: 12px;
	color: #3399FF;
	transition: 0.3s;
}
/*******************/


.parallax1 {
	/* The image used */
	background-image: url("../images/bg-prelogin.jpg");
	/* Set a specific height */
	height: 500px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/**Textos Colores**/

.puntos {
	font-size: 2em;
}
.txt-blanco {
	color: #fff;
}
.txt-primario {
	color: #e41b23;
}
.txt-secundario {
	color: #000000;
}
a.txt-link {
	color: #027EAB;
}
a.txt-link:hover {
	text-decoration: underline;
}
.header-pts {
	font-family: arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #001844;
	text-transform: uppercase;
}
.header-nombre {
	font-family: arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #001844;
	text-transform: uppercase;
}
/** logo nav **/

.navbar-default .navbar-brand {
	color: #777;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand img {
	height: 50px;
}
/**Menu**/

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: 1px solid transparent;
	font-family: arial,;
	font-weight: normal;
	font-style: normal;
	font-size: 1.0em;
	text-transform: uppercase;
}
.navbar-default {
	background-color: #e41b23;
	/*border-color: #e7e7e7 !important;*/
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #001844;
}
.navbar-nav > li {
	transition: all .5s;
	border-radius: 25px 8px 25px 8px;
}
.navbar-nav > li:hover {
	background-color: #b7151b;
	border-radius: 25px 8px 25px 8px;
}
.logo-ln {
	position: relative;
	top: -50px;
}
.logo-ln img {
	height: 110px;
}
.bordes-ln { /*border-top:5px solid #fff;*/ /*border-bottom:3px #001844 solid;  */
	box-shadow: 0px 2px 1px #b7b7b7;
}
.borde-curvo-abajo {
	border-radius: 0px 0px 10px 10px;
}
.borde-curvo-arriba {
	border-radius: 10px 10px 0px 0px;
}
/** Margenes **/

.principal {
	min-height: 600px;
}
.top-100 {
	margin-top: 100px;
}
.top-10 {
	margin-top: 10px;
}
.top-25 {
	margin-top: 25px
}
.bottom-25 {
	margin-bottom: 25px;
}
.top-50 {
	margin-top: 50px
}
.padding-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-5 {
	margin-top: 5px;
}
.padding-top-25 {
	padding-top: 25px;
}
.padding-bottom-25 {
	padding-bottom: 25px;
}
.padding-top-10 {
	padding-top: 10px
}
.padding-bottom-10 {
	padding-bottom: 10px
}
.padding-left-10 {
	padding-left: 10px
}
/** margentes y padding**/

.mt-50 {
	margin-top: 50px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-10{margin-top:10px;}

.mb-10{margin-bottom:10px;}

.mb-50 {
	margin-bottom: 50px;
}
.mb-20 {
	margin-bottom: 20px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-10 {
	padding-top: 10px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-0 {
	padding-bottom: 0;
}
.pt-0 {
	padding-top: 0;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.margin-auto {
	margin: auto;
}
/** Formularios **/
.form-header {
	padding-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	color: #999;
	padding-bottom: 10px;
}
.form-footer {
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	color: #999;
}
/**Botones**/
.btn-block { font-size:1.5em;}
.btn-md {
}
.btn:hover {
	color: #fff;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	background-color: white;
}
.btn-celeste {
	background-color: #8CD2F0;
	border: 2px solid #8CD2F0;
	color: #fff;
	transition: all .6s;
}
.btn-celeste:hover {
	border: 2px solid #8CD2F0;
	color: #027eab;
	background-color: #fff;
}
/** Imagenes**/

.img-cabecera {
	width: 100%;
}
.spinner {
	visibility: hidden;
}
.botones-sesion {
	margin-left: 15px;
}
/** Contenedores**/

.bienvenida-sesion {
	color: #333;
	padding-top: 14px;
	text-align: right;
	font-size: 1em;
	font-family: arial, sans-serif;
	text-transform: uppercase;
}
.bienvenida-sesion a {
	color: #fff;
}
.slider {
	z-index: -1;
}
.principal {
	min-height: 600px;
}
/*** footer***/
.footer {
	height: 50px;
}
.footertexto {
	padding-top: 10px;
	font-family: arial;
}
.btn-sesion {
	display: inline-block
}
.btn-menu {
}
.container-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav > li.btn-mp {
	visibility: hidden;
	display: none;
}
.navbar-nav > li.destacado {
	background-color: #70bde2;
}
.navbar-nav > li.destacado:hover {
	background-color: #001844;
}
/*************/

.data-img {
}
/*************/

.icon-home {
	width: 110px;
}
.icon-camera {
	width: 200px;
}
.btn-micuenta {
	height: 100px;
	padding-top: 20px;
	width: 49%;
}
.btn-micuenta-font {
	font-size: 18px
}
.btn-camera {
	width: 99%;
}
/************/
.jumbo-mantis .jumbotron {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.jumbo-mantis .jumbotron h2 {
	color: #333;
}
/**** block slider ****/

.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
}

.aside .nav-stacked li {

	font-size: 1.3em;

}

.objetivos h1 { border:1px solid #ccc; padding:20px 20px }

.img-responsive{width: 100%;}

.header {}
.header button { display: inline-block;}	
.header h1 { margin-left:20px; display: inline-block; color:#fff; font-size: 18px; }
	

/***** tarjeta & input ******/
		.form-input-card input {
			font-size: 2.5em;
			text-align: center;
			font-weight: bold;
			padding: 10px 0px;
		}
		
		.form-input-card .form-control[disabled],
		.form-control[readonly],
		fieldset[disabled] .form-control {
			background-color: #fff;
			opacity: 1;
		}
		
		.input-enabled {
			border-left: 0px;
			border-right: 0px;
			border-top: 0px;
			border-bottom: 2px solid #ccc;
			border-radius: 0px;
			box-shadow: none;
		}
		
		.input-enabled:focus {
			box-shadow: none;
			border-bottom-color: #66afe9;
		}
		
		.input-disabled {
			border: 0px;
			box-shadow: none;
		}
		
		.input-disabled:focus {
			box-shadow: none;
		}
		
		@media screen and (max-width:480px) {
			.form-input-card input {
				font-size: 2em;
			}
		}

/*******************login******************/


.form-login input {
			font-size: 3em;
			text-align: center;
			font-weight: bold;
			padding: 5px 0px;
	 height: auto;
		}
.form-login ::placeholder {font-size: 24px; color:#ccc; }

.form-login .form-input {
			border-left: 0px;
			border-right: 0px;
			border-top: 0px;
			border-bottom: 2px solid #ccc;
			border-radius: 0px;
			box-shadow: none;
		}
		
		.form-input:focus {
			box-shadow: none;
			border-bottom-color: #66afe9;
		}

.form-login .form-group select { 
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 2px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
	height: auto;
	
		font-size: 1.6em;
			text-align: center;
			font-weight: bold; 
			padding: 5px 0px;
	font-family: 'Vag Rounded std', arial;
} 
.form-login .form-group option {}

.form-login .form-group option:disabled { color:#ccc;}

.form-login .input-group-addon { border:none;;   }


.form-login .input-group-btn .btn { border-radius:10px !important; }


/*********cantidad************/
/**contador **/


.qty .count {
        color: #000;
        display: inline-block;
        vertical-align: top;
        font-size: 6em;
        font-weight: 700;
        line-height: 30px;
        padding: 0 2px;
        min-width: 35px;
        text-align: center;
}

.qty .plus {
        /*cursor: pointer;
        display: inline-block;
        vertical-align: top;
        color: white;
        width: 30px;
        height: 30px;
        font: 30px/1 Arial, sans-serif;
        text-align: center;
        border-radius: 50%;*/
	
	    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: white;
    width: 60px;
    height: 60px;
    font: 60px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: 20px;
}





.qty .minus {
       /* cursor: pointer;
        display: inline-block;
        vertical-align: top;
        color: white;
        width: 30px;
        height: 30px;
        font: 30px/1 Arial, sans-serif;
        text-align: center;
        border-radius: 50%;
        background-clip: padding-box;*/
	
	
	    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: white;
    width: 60px;
    height: 60px;
    font: 60px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: 20px;
}

.minus:hover {
        background-color: #717fe0 !important;
}

.plus:hover {
        background-color: #717fe0 !important;
}
/*Prevent text selection*/

.qty span {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
}

.qty input {
        border: 0;
        /*width: 2%;*/
	width:40%;
}

.qty input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
}

.qty input:disabled {
        background-color: white;
}
/****************/





/** personalizacion contador compra ***/
.cant-compra {margin-top:10px;margin-bottom:10px;}
.cant-compra .qty .count{ font-size:2em; box-shadow: none; }

.cant-compra .qty .plus{ width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;top: 0px; }

.cant-compra .qty .minus { width: 30px;
    height: 30px;
    font: 30px/1 Arial, sans-serif;     top: 0px;}

.cant-compra .input-group .input-group-btn button { border-radius: 8px;}

.cant-compra .thumbnail {      box-shadow: 1px 1px 2px 1px #ddd; border:none; }

.cant-compra .thumbnail img{      cursor: pointer; transition: 1ms all; }

/********************* carrito page***************************/
.carrito .cant-compra {margin-top:5px;margin-bottom:5px; padding-bottom:5px; padding-top:5px; border-bottom:1px solid #ccc;}
.carrito .cant-compra .input-group .input-group-btn { box-shadow: 3px 3px 3px #ccc;}
/*.carrito .cant-compra .input-group .input-group-btn button {border-radius: 6px;  }*/



/***********PERSONALIZACION PRODUCTOS***************/
.btn-destacado { height: 80px;}
.prod-litro{  background: #2196f3; height: auto;}
.prod-cajon{  background: #00bcd4; height: auto;}
.prod-lata {  background: #673ab7; height: auto;}

.prod-litro img, .prod-cajon img, .prod-lata img { height: 60px;  }


/******* SALDO ********/

.saldo { margin-top:20px; margin-bottom:20px;}
.saldo .saldo-num { font-size: 6em; line-height: 0.5; }
.saldo .saldo-rotulo { font-size:1.5em;  }



/** Adaptables **/

@media (max-width: 420px) {
.logo-secundario {
	width: 100%;
}
.btn-sesion {
	display: none;
}
.icon-camera {
	width: 110px;
}
.bienvenida-sesion {
	color: #333;
	padding-bottom: 10px;
	text-align: center;
}
.txt-sesion {
}
.divlogo {
	text-align: center;
}
.img-home {
	text-align: center
}
.btn {
	/*width: 100%;*/
	/*margin-top: 5PX;*/
}
.logo-ln {
	top: -25px;
}
.logo-ln img {
	height: 75px;
}
.principal {
	min-height: auto;
}
.botones-sesion {
	margin-left: 0;
}
.banner-acceso {
	margin-top: 5px;
	margin-bottom: 5px;
}
.subitufactura {
	display: inline
}
a.txt-link {
	width: 100%;
	display: inline-block;
	margin: 2px;
}
.container-menu {
	padding-top: 0px;
	padding-bottom: 0px;
}
.bienvenida-sesion {
	font-size: 1em;
}
.header-nombre {
	font-family: arial;
	font-weight: bold;
	font-size: 1.0em;
	color: #e41b23;
	text-transform: uppercase;
}
.header-pts {
	font-family: arial;
	font-weight: bold;
	font-size: 1.0em;
	color: #e41b23;
	text-transform: uppercase;
}
.navbar-nav > li.btn-mp {
	visibility: visible;
	display: block
}
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #57cbf5;
	background-color: #fff;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media screen and (max-device-width: 720px) {
.parallax1 {
	background-attachment: scroll;
	height: 400px;
}
}

@media screen and (min-width: 960px) {
}
