/*Portal de Pagos*/
.home-picture{
  background: url(../img/header-landing-de-pago.png) no-repeat 40% 60%!important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*min-height: 550px;*/}

.home-picture .col-6 img{margin-top:35%;
						margin-left:15%;
						width:70%;	}	
.bg-oscuro{background:#232323;}

.bg-light-alpha{
	background: rgba(255,255,255, 0.8);
	padding: 50px;

}
.bg-Graylight-alpha {
    background: #ededec;
    padding: 50px;
    min-height: 425px;
    margin-bottom: 15px;
}
.contenedor-titulo{
	border-left:4px solid #ff5941;
	padding-left: 10px;
	color: #232323;
	font-weight: 600;
}

.row2{
	flex-direction: row;
    align-items: center;}

p.letra{color: #000;
    font-size: 18px;
    padding: 5px 0px 0px;
    margin-bottom: 5px;
}

input{
	border: 2px solid #fff;
    border-radius: 23px;
    padding: 5px 17px;
    width: 100%;
    background-color: transparent;}

input#reg_captcha{
	border: 2px solid #fff;
    border-radius: 23px;
    padding: 5px 17px;
    width: 100%;
    background-color: #fff;
}
.btn-pagar{
	font-size: 18px;
	background-color: #ff5941!important;
	color:#fff;
	border-radius: 40px;
	border:2px solid #ff5941!important;
	width: 200px;
	font-weight: bold;
}
.btn-pagar.btn-salir{
	background-color: transparent!important;
	color: #333;
}
.btn-nuevo-pago{
	font-size: 18px;
	background-color: #ff5941!important;
	color:#fff;
	border-radius: 40px;
	border:2px solid #ff5941!important;
	width:100%;
}
.btn-salir-pago{
	background-color: transparent!important;
}
.btn-nuevo-pago input{
	font-weight: bold;
}
.btn-nuevo-pago:hover{
	background-color: #d74833!important;
	color:#fff;
	border-radius: 40px;
	width:100%;}
a.naranjo{color:#ff5941;}

.np-footer .contenidoFooter .menuFooter {padding-bottom: 0px; }