.body.comorecibirdinero{
    justify-content: initial;
}

#app-vue .expand.recibir-dinero,
.recibir-dinero .bg-gradiente{   
    padding-top: 0!important;
}

.comorecibirdinero h4 {
    width: 100%;
    text-align: center;
    color: #000 !important;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
   	margin-bottom: 20px;
}
.recibir-dinero #footer-bar {
    align-items: end;
    bottom: 30px !important;
    display: flex;
    flex-direction: column;
    height: 48px;
	width: initial;
    justify-content: flex-end;
    left: 25px !important;
    max-height: 48px;
    min-height: 48px;
    order: 2;
    border-radius: 25px !important;
    right: 25px !important;
    z-index: 1;
}
.recibir-dinero #footer-bar .btn-next {
    width: 100%;
    height: 100%;
    background: #3CB87A;
    display: block;
    margin: 0 auto;
    position: relative;
    color: #fff;
    box-shadow: inset 0 0 0 0 #fff !important;
    border-radius: 25px !important;
}

.rev-dat-bancario #footer-bar {
    align-items: end;
    bottom: 30px !important;
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: flex-end;
	width: initial;
    left: 25px !important;
    max-height: 48px;
    min-height: 48px;
    order: 2;
    border-radius: 25px !important;
    right: 25px !important;
    z-index: 1;
} 

.rev-dat-bancario #footer-bar .btn-next {
    width: 100%;
    height: 100%;
    background: #3CB87A;
    display: block;
    margin: 0 auto;
    position: relative;
    color: #fff;
    box-shadow: inset 0 0 0 0 #fff !important;
    border-radius: 25px !important;
} 


.comorecibirdinero{
    padding: 50px 15px 0 15px;
}
.comorecibirdinero .box1 { cursor:pointer;
    background: #5477b8;
    box-sizing: border-box;
    width: auto;
    padding: 25px 10px;
    display: flex;
    border-radius: 10px;
    border: solid 2px #5477b8;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif; margin-bottom:40px;
}
.box1 h5 {
    margin: 0;
    font-size: 17px;
    margin-bottom: 7px;
    line-height: 17px;
    font-weight: 700;
    color: white;

}
.box1 p {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    text-align: left;
}
.box1 img {    
	box-sizing: content-box;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    border: solid 1px #3a62ab;
    margin-right: 20px;
    margin-top: 10px;
    width: 77px;
    height: auto;
}
.comorecibirdinero .box2 {cursor:pointer;
    background: #f6d719;
    box-sizing: border-box;
    width: auto;
    padding: 25px 10px;
    display: flex;
    border-radius: 10px;
    border: solid 2px #f6d719;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    color: #000 !important;
    font-family: 'Open Sans', sans-serif; margin-bottom:40px;
}

.box2 p {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    text-align: left;
}
.box2 img { 
	box-sizing: content-box;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    border: solid 1px #d9b71b;
    margin-right: 20px;
    margin-top: 20px;
	width: 77px;
    height: auto;
}
.box2 .efecty_black{
    background: transparent; display:block !important;
    border-radius: 0;
    padding: 0;
    border: hidden;
    margin-right: 0;
    margin-top: 0;
    max-width:200px;
    width: 80%;
    margin-bottom: 10px;
}
.form-dinerobox{
    padding: 50px 0 15px 0;
}
.dinero-check{display:none;  border: solid 1px #672b76;}
.boxactive{border: solid 2px #672b76 !important}
.boxactive img{display:none;}
.boxnotactive {opacity:0.5 !important;}
.boxactive .dinero-check {display: block; padding: 0; width: 107px; height: 107px;}
.camb-form-dinero {
    color: #672b76 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.comorecibirdinero a{text-decoration: none}
.efecty-selected {
    display: block !important;
    text-align: center;
    padding-top: 100px !important;  cursor: auto !important;
}
.efecty-selected .efecty_black {
    margin: auto;
    margin-top: 0;
    max-width: 250px;
    width: 90%;
    margin-bottom: 10px;
}
.dinero-efe h4 {color:#fff !important;}

.dinero-efe{padding: 50px 30px 0 30px;}
.dinero-efe .form-dinerobox {
    padding: 50px 0 0 0;
}
.cond-transparentes-prest img{min-width: 10px !important;}


@media (max-width: 576px){

	.recibir-dinero #footer-bar {
		align-items: end;
		bottom: 30px !important;
		display: flex;
		flex-direction: column;
		height: 48px;
		justify-content: flex-end;
		left: 25px !important;
		max-height: 48px;
		min-height: 48px;
		order: 2;
		position: fixed;
		border-radius: 25px !important;
		right: 25px !important;
		z-index: 1;
	}

	.rev-dat-bancario #footer-bar {
		align-items: end;
		bottom: 30px !important;
		display: flex;
		flex-direction: column;
		height: 48px;
		justify-content: flex-end;
		left: 25px !important;
		max-height: 48px;
		min-height: 48px;
		order: 2;
		position: fixed;
		border-radius: 25px !important;
		right: 25px !important;
		z-index: 1;
	}
	.box1 p {
		font-size: 14px;
		line-height: 16px;
		margin: 0;
	}
	.box2 p {
		font-size: 14px;
		line-height: 16px;
		margin: 0;
	}
	.box2 img {
		margin-top: 10px;
	}
	.box1 img {
		margin-top: 7px;
	}
}