.central_box {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: url(../img/6.jpg);
	background-repeat: no-repeat;
	background-position: right, bottom;
	background-size: auto 100%;
	position: relative;
}
.central_arrow {
	position: absolute;
	background: #002338;
	border: 5px solid #FFF;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	bottom: 130px;
	right: 320px;
}
.central_logo_principal {
	position: absolute;
	bottom: 0px;
	right: 30px;
}
.central_logo_lend {
	position: absolute;
	top: 10px;
	left: 30px;
}
.central_bt_lend {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.central_bt_lend img {
	margin: 0 15px;
	cursor: pointer;
} 
.central_lend_textbox {
	position: absolute;
	top: 300px;
	left: 100px;
	width: 700px;
}
.central_lend_zag {
	width: 100%;
	margin-bottom: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 700;
	font-size: 74px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.central_lend_txt {
	width: 100%;
	text-align: justify;
	font-weight: 400;
	font-size: 20px;
	text-align: justify;
	color: #969595;
}