@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face{
	font-family:"Roboto";
	src:url("Roboto-Light-webfont.eot");
	src:url("Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"),
		url("Roboto-Light-webfont.woff") format("woff"),
		url("Roboto-Light-webfont.ttf") format("truetype"),
		url("Roboto-Light-webfont.svg#robotolight") format("svg");
	font-weight:300;
	font-style:normal;
}
@font-face{
	font-family:"Roboto";
	src:url("Roboto-Regular-webfont.eot");
	src:url("Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("Roboto-Regular-webfont.woff") format("woff"),
		url("Roboto-Regular-webfont.ttf") format("truetype"),
		url("Roboto-Regular-webfont.svg#robotoregular") format("svg");
	font-weight:400;
	font-style:normal;
}
@font-face{
	font-family:"Roboto Condensed";
	src:url("RobotoCondensed-Regular-webfont.eot");
	src:url("RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"),
		url("RobotoCondensed-Regular-webfont.woff") format("woff"),
		url("RobotoCondensed-Regular-webfont.ttf") format("truetype"),
		url("RobotoCondensed-Regular-webfont.svg#roboto_condensedregular") format("svg");
	font-weight:400;
	font-style:normal;
}
@font-face
{
	font-family: "Ionicons";
	src: url("ionicons.eot?v=2.0.0");
	src: url("ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
	url("ionicons.ttf?v=2.0.0") format("truetype"),
	url("ionicons.woff?v=2.0.0") format("woff"),
	url("ionicons.svg?v=2.0.0#Ionicons") format("svg");
	font-weight: normal; font-style: normal;
}

.ion-ios-download-outline:before { 
	content: "\f41f";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	--webkit-font-smoothing: antialiased;
	moz-osx-font-smoothing: grayscale; 
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
    zoom: 1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #333334;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 13px;
}
ol, ul {
	line-height: 120%;
	list-style: none;
	margin-bottom: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
    line-height: 120%;
    font: 28px 'Roboto';
    font-weight: 300;
    margin: 20px 0 5px;
    color: #002464;
}

h2 {
    line-height: 120%;
    font: 24px 'Roboto';
    font-weight: 300;
    margin: 0 0 10px;
}

h4 {
    line-height: 120%;
    font: 18px 'Roboto';
    font-weight: 300;
    margin: 0 0 10px;
}

h5 {
    line-height: 120%;
    font: 16px 'Roboto';
    font-weight: 300;
    margin: 0 0 10px;
}

h6 {
    line-height: 120%;
    font: 14px 'Roboto';
    font-weight: 300;
    margin: 0 0 10px;
}

.text-primary {
    color: #002464;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

b, strong {
    font-weight: 700;
}

a{
	color: #002464;
	text-decoration:none;
	cursor: pointer;
}

a:hover, a:focus {
    color: #2a6496;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d2d2d4;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d2d2d4;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d2d2d4;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d2d2d4;
  font-style: italic;
}

label {
    font: 14px 'Roboto';
    font-weight: 400;
    color: #333334;
    display: inline-block;
    margin-bottom: 5px;
}

p{
	margin: 0 0 10px;
}

.invalid {
    color: #f45516;
    font: 12px 'Roboto';
    font-weight: 400;
}


/***** MAQUETA BCH TELETON *****/

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
    outline: none;
    cursor: pointer;
    font-family: 'Roboto';
    font-weight: 400;
	background: #6baa1f;
    color: #fff;
    opacity: 0.8;
}

.btn:hover{
	opacity: 1;
}

.container{
	min-width: 320px;
}

header{
    height: 92px;
	display: flex;
	align-items:center;
}

header.header-login{
    background-color: #fff;
}

header.header-aporte{
    background-color: white;
	border-bottom: 1px solid #E0E0E2;
}

header .pull-right{
	text-align: right;
}

header img{
	max-width: 100%;
	vertical-align: -5px;
}

header.header-aporte .container{
	display: flex;
	align-items:center;
}

header.header-aporte img{
    margin-right:20px;
}

header.header-aporte h2{
    color: #fff;
    display: inline-block;
    font-family: 'Roboto Condensed';
    padding-left: 20px; 
    font-size: 25px;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    border-left: 1px solid #fff;
    margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
}

header.header-aporte{
    color: #666668;
    display: flex;
    line-height: 100%;
    align-items: center;
}

header.header-aporte br.break-line{
    display: none;
}

header.header-aporte .text-default{
    color: #99a7c1;
}

header.header-aporte a:hover{
    color: #ffffff;
}

header.header-aporte a.active{
    color: #ffffff;
    font-weight: bold;
    pointer-events: none;
}

.login-bch{
	background: url("../images/bg-login.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	background-position: center center;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.content-login{
	padding: 5% 0 2%;
}

.content-login .login-box{
	position: relative;
    padding: 30px;
    width: 360px;
	left:50%;
	margin-left: -180px;
    background: rgba(255,255,255,0.8);
    border-bottom: solid 3px #285b9b;
}

.content-login .login-box .logo-teleton {
    display: block;
    margin: 0 auto 15px;
}

.content-login .login-box .mensaje-login {
	background: #ffffff;
    padding: 15px 30px;
    margin: 0 -30px 20px;
}

.form-group {
    position: relative;
    max-width: 370px;
    margin-bottom: 15px;
    float: none;
}

input{
	border: 1px solid #d2d2d4;
	color: #666668;
	width: 100%;
	height: 35px;
    font-size: 14px;
    padding-left: 35px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}

.content-login .login-box .form-group i {
    color: #d2d2d4;
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.content-login .login-box .form-group.active i {
    color: #666668;
}

.content-login .login-box .enlaces-recuperacion a {
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
}

.container.aporte-teleton{
	padding: 2% 0;
}

.bch-mensaje-exito,
.bch-mensaje-error {
    background-color: rgba(106,156,0,0.16);
    -webkit-border-radius: 0;
    border-radius: 0;
    clear: both;
    display: block;
    margin: 10px 0;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
    padding: 15px 20px 15px 70px;
    min-height: 35px;
    position: relative;
    line-height: 130%;
}

.bch-mensaje-error{
	background-color: rgba(234,109,9,0.2);
}

.bch-mensaje-exito article:before,
.bch-mensaje-error article:before {
    content: '\f3fe';
    color: #6baa1f;
    font: 35px "Ionicons";
    height: 40px;
    left: 15px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.bch-mensaje-error article:before {
    content: '\f405';
    color: #f45516;
}

.bch-mensaje-error article span {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.bch-mensaje-error article ul {
    line-height: 120%;
}

.bch-mensaje-error article ul li {
    line-height: 150%;
    list-style-type: disc;
    margin-left: 40px;
}

.comprobante-portal .cont-comprobante {
    padding: 0 30px 40px;
	background: #f6f6f8;
    color: #333334;
}

.comprobante-portal .cont-comprobante .num-comprobante {
    border-bottom: solid 1px #fff;
}

.comprobante-portal .cont-comprobante .num-comprobante p {
    text-align: right;
    padding-top: 10px;
}

.comprobante-portal .cont-comprobante header{
    display: block;
    margin: 30px 0 15px;
    height: auto;
}

.comprobante-portal header .datos {
    margin-top: 10px;
}

.comprobante-portal header h2 {
    margin: 0;
    color: #333334;
}

.comprobante-portal header h2.monto-donacion{
    color: #149dc9;
}

.comprobante-portal header h6 {
    margin: 0;
    color: #333334;
}

.comprobante-portal header .timbre img {
	width: 100%;
    max-width: 97px;
}

.comprobante-portal .detalle{
	margin-top: 20px;
}

.comprobante-portal .detalle .columna {
	background: #ffffff;
	border: 1px solid #e6e6e8;
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: top;
}

@media (min-width: 768px) {
	.comprobante-portal .detalle:first-child .columna {
		border-right: 0px;
	}
}

.comprobante-portal .detalle .columna p {
    position: relative;
    padding-left: 20px;
}

.comprobante-portal .detalle .columna p:before {
    position: absolute;
    left: 0;
    top: 0px;
    content: '\f3d3';
    color: #149dc9;
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    --webkit-font-smoothing: antialiased;
    moz-osx-font-smoothing: grayscale;
}

.comprobante-portal .acciones-comprobante {
    border: 1px solid #e6e6e8;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.comprobante-portal .acciones-comprobante a {
    font-family: 'Roboto';
    font-weight: 300;
    float: right;
    border-left: 1px solid #e6e6e8;
    margin-top: 5px;
    padding: 3px 10px;
}

.comprobante-portal .acciones-comprobante a i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -2px;
}

.comprobante-portal .botones-comprobante {
    padding-bottom: 150px;
    padding-right: 0;
}

.comprobante-portal .botones-comprobante .btn {
    display: inline-block;
}

.comprobante-portal .botones-comprobante .btn-inicio {
    border: 1px solid #d2d2d4;
    background: #f1f1f3;
    color: #333334;
    width:65px;
}

.comprobante-portal .botones-comprobante .btn-nueva {
    width:130px;
    margin-left: 20px;
}

.bch-footer{
	position: relative;
	margin: 0;
    font-size: 11px;
    border-top: 1px solid #d2d2d4;
    background: #f1f1f3;
    color: #666668;
    padding: 15px 0 10px;
    bottom: 0;
    width: 100%;
    height: auto;
}

.bch-footer .logo-footer {
    margin: 25px 0 20px 0;
}

.bch-footer .logo-footer img{
    max-width:100%;
}

.bch-footer ul {
    margin-top: 20px;
}

.bch-footer .linealateral {
    border-left: 1px solid #d2d2d4;
    border-right: 1px solid #d2d2d4;
}


/* STICKY FOOTER */

* {
	margin: 0;
}
html, body {
	height: 100%;
	margin-bottom: 0 !important;
}
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -140px; 
}
.page-wrap:after {
	content: "";
	display: block;
}
footer, .page-wrap:after {
	height: 108px; 
}

@media (max-width: 991px) {
	header.header-aporte span.text-default{
		display: none;
	}
	header.header-aporte br.break-line{
		display: block;
	}
	.page-wrap {
		margin-bottom: -121px; 
	}
	footer, .page-wrap:after {
		height: 121px; 
	}
}

@media (max-width: 767px) {
	.container{
		width: 100%;
	}
	header.header-aporte img {
		display: block;
	}
	header.header-aporte h2 {
		padding-left: 0;
		border: 0;
	}
	.bch-footer .linealateral {
		border-right: 0;
	}
	.aporte-teleton .logo-teleton{
		text-align: center;
	}
	.form-group{
		margin-left:auto;
		margin-right:auto;
	}
	.btn{
		width: 100%;
	}
	.page-wrap {
		margin-bottom: -177px; 
	}
	footer, .page-wrap:after {
		height: 177px; 
	}
}

@media (max-width: 490px){
	.aporte-teleton .logo-teleton{
		margin: 0 auto;
	}
	.bch-footer .logo-footer{
		width: 100%;
		margin-bottom	: 0;
		text-align: center;
	
	}
	.bch-footer .linealateral {
		width: 100%;
		border: 0;
		text-align: center;
	}
	.bch-footer .linealateral ul{
		margin: 0;
	}
	.page-wrap {
		margin-bottom: -222px; 
	}
	footer, .page-wrap:after {
		height: 222px; 
	}
}