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

.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: 'Roboto Slab', arial;
	font-weight: bold;
	color: #3dcd58 ;
}
h4, h5 {
	font-weight: bold;
	font-style: normal;
	color: #3dcd58 ;
}
p { font-size:16px;}
p, a {
	font-family: 'Roboto', arial;
	font-weight: normal;
}

label, placeholder, input {
	font-family: 'Roboto', arial;}

h3, h4, h5 {
	color: #3dcd58 
}
/**Backgrounds**/

.bg-rojo {
	background-color: #E21510;
}
.bg-rojo-oscuro {
	background-color: #001844;
}
.bg-primario {
	background-color: #3dcd58 ;
}
.bg-verde-claro {
	background-color: #b5c000;
}
.bg-secundario {
	background-color: #01f969;
	
}
.btn {
	color: #fff
}
.btn-primario {
	background-color: #3dcd58 ;
	transition: 0.4s all;
}
.btn-primario:hover {
	background-color: #01f969;
}
.btn-secundario {
	background-color: #42b4e6;
}
/************pre login **************/
.bg-prelogin {
	background-color: #3dcd58;
	background: linear-gradient(#151A42, #2BA3C9) no-repeat;
	background: url(../images/bg-prelogin.jpg) no-repeat;
	background-size: 100% 100%;
	background-size: cover;
	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:#00963f;
	background-color: #3dcd58 ;
}
/** 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: #3dcd58 ;
}
.bg-form .option-input:checked {
	background: #3dcd58 ;
}
.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: #3dcd58 ;
}
.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: #333333;
	text-transform: uppercase;
}
.header-nombre {
	font-family: arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	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: #3dcd58 ;
	/*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: 0px;
/*		border-radius: 25px 8px 25px 8px;*/

}
.navbar-nav > li:hover {
	background-color: #009530;
	/*border-radius: 0px;*/
/*		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;
	box-shadow:0px 2px 1px #00963f;
}
.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;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-10{margin-bottom:10px;}
.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-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: #01f969;
}
.navbar-nav > li.destacado:hover {
	background-color: #009640;
}
/*************/

.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%;}

/** 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: #3dcd58 ;
	text-transform: uppercase;
}
.header-pts {
	font-family: arial;
	font-weight: bold;
	font-size: 1.0em;
	color: #3dcd58 ;
	text-transform: uppercase;
}
.navbar-nav > li.btn-mp {
	visibility: visible;
	display: block
}
	
	
	.bg-prelogin {

	background: url(../images/bg-prelogin-xs.jpg) no-repeat;
	background-size: 100% 100%;
		}
	
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #57cbf5;
	background-color: #fff;
}

@media screen and (max-width: 720px) {
	.bg-prelogin {

	background: url(../images/bg-prelogin-xs.jpg) no-repeat;
	background-size: 100% 100%;
	}}

/* 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) {
}
