/*** FUENTES ***/

@font-face {
	font-family: TTCommons-Light;
	src: url(../fonts/TTCommons-Light.ttf);
}

@font-face {
	font-family: TTCommons-Regular;
	src: url(../fonts/TTCommons-Regular.ttf);
}

@font-face {
	font-family: TTCommons-Bold;
	src: url(../fonts/TTCommons-Bold.ttf);
}


.TTCommons-Light {
	font-family: TTCommons-Light !important;
}

.TTCommons-Regular {
	font-family: TTCommons-Regular !important;
}

.TTCommons-Bold {
	font-family: TTCommons-Bold !important;
}


@font-face {
	font-family: DMSansRegular;
	src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
	font-family: DMSansMedium;
	src: url(../fonts/DMSans-Medium.ttf);
}

@font-face {
	font-family: DMSansBold;
	src: url(../fonts/DMSans-Bold.ttf);
}


.DMSans-regular {
	font-family: DMSansRegular !important;
}

.DMSans-medium {
	font-family: DMSansMedium !important;
}

.DMSans-bold {
	font-family: DMSansBold !important;
}


html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;

}
.circle{
	background: #006ed2;
    border-radius: 1.5rem;
    color: white;
    font-size: 1rem;
    padding: .5rem;
}

.show-ul {
	display: block;
}

body {
	font-family: TTCommons-Regular, Arial, san-serif;
	font-family: DMSansRegular;
    font-size: 12px;
	background-color: #fafafa;
	color: #45494d;
	height: unset;
}
p{
	margin-bottom: .3rem;
}

.bold {
	font-weight: bold;
}

.justify-content-md-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sin-padding {
	padding: 0px !important;
}

.margin-0 {
	margin: 0px;
}
.parrafo-16{
	font-size: 16px;
}

.w-100 {
	width: 100%!important;
}

.vh100 {
	height: 100vh;
}

.label-titular {
	background: #fafafa;
	color: #006ed2;
	border: 1px solid #e3e5e6;
	display: inline-block;
	font-weight: bold;
	padding: 1.2rem 1rem 1.2rem 1.5rem;
	font-size: 1.2rem !important;
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
	border-radius: .5rem;
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-block {
	display: block;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.textos_atc p {
    font-size: 20px;
    color: #006ED2;
}
.text-left{
	text-align: left!important;
}
.contenedor-cs {
    background-color: #fafafa;
}
.img-qr {
    width: 250px;
    height: 250px;
}
.img-celu {
    width: 400px;
}
.preg-4 {
    font-size: 22px;
    color: #006ED2;
}
.detalle-transferencia-titulo{
	font-size: 16px;
    font-family: TTCommons-Bold;
    opacity: .9;
}
.detalle-transferencia-valor{
	font-size: 18px;
	word-break: break-all;
}

.align-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

label{
	margin-top: 9px !important;
}

.label-vertical-center{
	margin-top:15px !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

::-webkit-input-placeholder {
	color: rgb(146, 146, 146) !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #666 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #666 !important;
}

:-ms-input-placeholder {
	color: #666 !important;
}

#divHomeContainer {
	min-height: calc(100vh - 280px);
}

select::-ms-expand {
	display: none;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

.content {
	padding-bottom: 50px;
	min-height: calc(100vh - 245px);
}

.only-print {
	display: none;
}

a {
	color: #006ed2;
	cursor: pointer;
}

a:hover {
	color: #0086ff;
    text-decoration: none;
}

a:focus {
	color: #006ed2;
}

i {
	vertical-align: middle;
}

h2 {
	font-size: 18px;
	margin: 0
}

.datos-titulo{
	margin: .5rem 0 0 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #000;
    font-family: TTCommons-Bold;
	opacity: .6;
	text-align: center;	
}
.datos-titulo2{
	margin: 3rem 0 0 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #000;
    font-family: TTCommons-Bold;
	opacity: .6;
	text-align: center;
}
.modulo-titulos{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 2rem;
    font-family: TTCommons-Regular;
    color: #545a74;
}

@media (min-width: 768px){
    .datos-titulo{
	display: none;}
	.border-izquierda-desktop{
		border-left: 1px solid #CCC !important;
	}
}


.td{
	position: relative;
}

.titulo-seccion{
	margin: 2rem 0;
    font-weight: bold;
    font-size: 3rem;
    color: #000;
    font-family: TTCommons-Bold;
    opacity: .6;
}


.align-right {
	float: right;
}

.align-left {
	float: left;
}

.alignLeft {
	float: left;
}

.txt-right{
	text-align: right;
}

.txt-left{
	text-align: left;
}

.img-rounded {
	border-radius: .3rem;
}
.img-tiempo {
    width: 250px;
    height: 250px;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.border-rounded {
	border-radius: .5rem;
}

p#solicitudTexto {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.img_alert {
	max-width: 100px;
	max-height: 95px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
label{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.5rem;
}

@media (max-width:760px) {
	.m-1_mobile{
		margin: 0 1rem;
	}
	.row-none-mobile {
		margin: 0;
	}
	.inner-title {
		font-size: 2.5rem!important;
		margin: 0;	
		text-align: center;	
		margin-bottom: 1rem!important;
	}
	.b-titulo {
		background: #e3e5e6;
		margin-bottom: 2rem;
	}
	#beneficiarioCuenta {
		margin-bottom: 30px;
	}	
	
}

.numero_atencion {
	font-size: 25px !important;
	color: #006ed2;
  }
  
  @media (max-width: 767px) {
	.titulo-contacto{
			  
	}
	.titulos_at{
	 font-size: 20px;
	 margin: 0;
	}
	.numero_atencion{
	 font-size: 20px;
	}
}
.imagen_contacto {
    max-height: 45px;
}

@media (max-width: 767px) {
	.imagen_contacto {
		display: block;
		margin: 0 auto;
		width: 200px;
		height: 200px;
	}
}

/*** COLORES TEXTOS ***/
.color-azul {
	color: #006ed2;
}

.color-azul-medio {
	color: #94b6e5;
}

.color-azul-claro {
	color: #d4e2f5;
}

.color-verde {
	color: #97d700;
}

.color-verde-medio {
	color: #cbeb7f;
}

.color-verde-claro {
	color: #eaf7cc;
}

.color-coral {
	color: #ff8674;
}

.color-coral-medio {
	color: #ffc2b9;
}

.color-coral-claro {
	color: #ffe7e3;
}

.color-violeta {
	color: #ad96dc;
}

.color-violeta-medio {
	color: #d6caed;
}

.color-violeta-claro {
	color: #efeaf8;
}

.color-turquesa {
	color: #00c2e8;
}

.color-turquesa-medio {
	color: #7fe0f3;
}

.color-turquesa-claro {
	color: #ccf3fa;
}

.color-verde-agua {
	color: #00c5b8;
}

.color-verde-agua-medio {
	color: #7fe2db;
}

.color-verde-agua-claro {
	color: #ccf3f1;
}

.color-amarillo {
	color: #ffc845;
}

.color-amarillo-medio {
	color: #ffe3a2;
}

.color-amarillo-claro {
	color: #fff4da;
}

.color-gris {
	color: #a2aaad;
}

.color-gris-oscuro {
	color: #313131;
}

.color-gris-medio {
	color: #d1d4d6;
}

.color-gris-claro {
	color: #e3e5e6;
}
/*** bordes ***/
.borde-azul {
	border: 1px solid #006ed2;
}
.borde-azul-claro {
	border: 1px solid  #d4e2f5;
}
.borde-verde{
	border: 1px solid #97d700;
}
.borde-coral{
	border: 1px solid #ff8674;
}
.border-coral-medio{
	border: 1px solid #ffc2b9
}
/*** COLORES FONDO ***/
.bk-blanco {
	background-color: #fff !important;
}

.bk-fondo {
	background-color: #fafafa !important;
}

.bk-gris-fondo {
	background-color: #e6ecf2 !important;
}
.bk-gris-fondo-tarjetas{
	background-color: #ffffff !important;
	border: 1px solid #e6ecf2;
}

.bk-azul {
	background-color: #006ed2 !important;
}

.bk-azul-medio {
	background-color: #94b6e5 !important;
}

.bk-azul-claro {
	background-color: #d4e2f5 !important;
}
.bk-azul-otro {
    background-color: #c1d6f3 !important;
}

.bk-verde {
	background-color: #97d700 !important;
}

.bk-verde-medio {
	background-color: #cbeb7f !important;
}

.bk-verde-claro {
	background-color: #eaf7cc !important;
}

.bk-coral {
	background-color: #ff8674 !important;
}

.bk-coral-medio {
	background-color: #ffc2b9 !important;
}

.bk-coral-claro {
	background-color: #ffe7e3 !important;
}

.bk-violeta {
	background-color: #ad96dc !important;
}

.bk-violeta-medio {
	background-color: #d6caed !important;
}

.bk-violeta-claro {
	background-color: #efeaf8 !important;
}

.bk-turquesa {
	background-color: #00c2e8 !important;
}

.bk-turquesa-medio {
	background-color: #7fe0f3 !important;
}

.bk-turquesa-claro {
	background-color: #ccf3fa !important;
}

.bk-verde-agua {
	background-color: #00c5b8 !important;
}

.bk-verde-agua-medio {
	background-color: #7fe2db !important;
}

.bk-verde-agua-claro {
	background-color: #ccf3f1 !important;
}

.bk-amarillo {
	background-color: #ffc845 !important;
}

.bk-amarillo-medio {
	background-color: #ffe3a2 !important;
}

.bk-amarillo-claro {
	background-color: #fff4da !important;
	border: 3px solid #f7e0ab!important;
}

.bk-gris {
	background-color: #a2aaad !important;
}

.bk-gris-medio {
	background-color: #d1d4d6 !important;
}

.bk-gris-claro {
	background-color: #e3e5e6 !important;
}
/*TABLA DE CAMBIO*/
#cambio {
	border: 1px solid #dedede;
    border-radius: .5rem .5rem 0 0;
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); */
    background: #f2f2f2;
    padding: .5rem;
    border-bottom: none;
}

/*** BOTONES ***/

.btn {
	border-radius: 2.2rem !important;
	transition: 0.25s ease;
	font-family: DMSansRegular;
	text-decoration: none;
	white-space: normal;
	background: transparent;
	margin: 0 .3rem;
	font-size: 1.5rem;
    padding: 1rem 3rem;
  }
.btn i{
	margin: 0 .8rem 0 0;
	font-size: 2rem;
	vertical-align: middle;
}

.btn-volver{
	border-color: #006ed2  !important;
    color: #006ed2  !important;
}

.btn-volver:hover{
	color: slategray !important
}

.btn:focus {
	color: #006ed2;
}
.btn.focus, .btn:hover {
    text-decoration: none;
    background: #d6ecff;
    outline-offset: 0!important;
    outline: 0!important;
    box-shadow: unset;
}
.btn-primario:focus{
	color:#fff;
}
  .btn-primario{
	background-color: #006ed2;
	border: 1px solid #006ed2;
	color: #fff;
}
.modal-footer .btn+.btn{
	margin-left: 0px;
}

@media (max-width: 768px){
.btn-primario-w100{
	width: 100%;
	margin: 20px 0;
}
}

.btn-primario a {
	color: white;
	text-decoration: none;
}

.btn-primario:hover {
	background: #027cea !important;
	color: #fff;
	box-shadow: 0 0 0 0.2rem #027cea42;
	border: 1px solid #027cea;
}

.btn-secundario {
	border: 1px solid #006ed2;
    background: transparent;
	color: #006ed2;
}

.btn-secundario:hover {
	background: #f5f5f5;
	color: #7c7d7d;
}

a.btn-eliminar-destinatario:first {
	display: none;
}


.btn-fantasma-azul {
	color: #006ed2;
	border: 1px solid #006ed2;
	transition: 0.25s ease;
	background: transparent;
}

.btn-fantasma-azul a {
	color: #006ed2;
	text-decoration: none;
}

.btn-fantasma-azul a:hover {
	color: #fff;
}

.btn-fantasma-azul:hover {
	color: #fff !important;
	background: #006ed2;
}

.btn-mas-info {
	margin: 0 .5rem;
}

.btn-rojo {
	color: #fff;
	background: #ff8674;
	border: 1px solid #ff8674;
}

.btn-rojo:hover {
	background: #f95b44;
}

.btn-verde {
	color: #fff;
	background: #97d700;
	border: 1px solid #97d700;
	transition: 0.25s ease;
}

@media (max-width: 1200px){
	.p-bloqueo{
		padding: 1rem 1.5rem;
	}
}

.btn-verde:hover {
	background: #cbeb7f;
	color: #00635c;
}

.btn-amarillo {
	color: #8e6e22;
	background: #ffc845;
	border: 1px solid #ffc845;
}

.btn-amarillo:hover {
	background-color: rgba(255, 184, 34, 0.1);
	color: #8e6e22;
}

.btn-primario i {
	color: #fff;
}

.btn-fantasma-azul i:hover {
	color: #fff;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
	border:1px solid;
}
.btn-lg .caret{
	margin: 0 .5rem;
}

.align-mobile{
	/* text-align: center; */
		}

@media (max-width: 768px){
	.align-mobile{
		text-align: center;
		margin-top: 20px;
	}
}

@media (max-width: 1199px){
	.boton-continuar-transferencias{
		text-align:right !important;
	}
}

@media (min-width: 1400px){
	.imprimir-btn{
    	left: 1178px;
    	top: 0;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
	.imprimir-btn{
    	left: 956px;
    	top: 0;
	}
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	.imprimir-btn{
    	left: 755px;
    	top: 0;
	}
}

@media (max-width: 990px){
	.imprimir-btn{
    	top: 0px !important;
	}
}

.boton-actualizar-mobile {
	margin-left: 36rem;
}

@media (max-width: 768px){
	.boton-actualizar-mobile {
		margin-left: 30rem;
	}
}

@media (max-width: 610px){
	.boton-actualizar-mobile {
		margin-left: 5rem;
	}
}


.boton-contrasenia-mobile {
	margin-left: 20rem;
}

@media (max-width: 768px){
	.boton-contrasenia-mobile {
		margin-left: 22rem;
	}
}

@media (max-width: 610px){
	.boton-contrasenia-mobile {
		margin-left: 5rem;
	}
}


.boton-confirmar-mobile {
	margin-left: 32rem!important;
}

@media (min-width: 480px) and (max-width: 768px){
	.boton-confirmar-mobile {
		margin-left: 0rem!important;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	.boton-confirmar-mobile {
		margin-left: 30rem!important;
	}
}

@media (min-width: 1024px) and (max-width: 1200px){
	.boton-confirmar-mobile {
		margin-left: 21rem!important;
	}
}

/*FORMULARIOS*/
.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25) !important;
	box-shadow: none !important;
	border-color: #00aeef !important;
}

.form-inline {
	font-size: 18px;
}

.form-inline select {		
	padding-right: 20px;
	box-shadow: none;
	border: none;
	/* color: #006ed2; */
	font-size: 18px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: URL(../img/icons/caret-down.png) #fff;
    background-position: 98% !important;
	background-repeat: no-repeat !important;
	border: 1px solid #d6d6d6;
}

.form-inline p {
	font-size: 16px;
	margin-bottom: .2rem;
}

.detalle-limite{
	font-size: 12px;
}

.form-inline .input-text {
	width: auto !important;
	margin-top: -3px;
	padding-right: 20px;
	font-size: 16px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .35rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: none;
}

.form-inline select:focus,
.form-control:focus,
.modulo-interna form .textarea-style:focus {
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #006ed2;
	border: none;
	border: 1px solid #006ed2;
}

.form-inline .form-control {
	box-shadow: none !important;
    font-size: 1.4rem;
    padding: 1rem;
    height: auto;
    border-radius: 1rem;
    width: 100%;
}

.multicash-forms .col-xs-3 {
	padding-right: 0;
}

.form-inline .select-cuenta {
	width: 100% !important;
	font-size: 1.5rem;
}

.form-inline .row-content {
	margin: 2rem 0;
	padding: 0;
}
.form-inline .checkbox label, .form-inline .radio label {
	padding-left: 26px!important;
}
.form-respuesta{
	background: #fafafa;
    margin: 2rem 0;
    min-height: 300px;
    border-radius: .5rem;
    padding: 1rem 1.5rem;
    color: #607D8B;
}

select.form-control.importe-select{
    background-position: 90% !important;
}

@media(max-width: 1200px){
	select.form-control.importe-select{
		height: fit-content !important;
	}
	.center-contenido{
		left: 0px !important;
	}
	.prestamo-nuevo{
		margin-left: 145px!important;
		padding: 0 .5rem;
	}
}

input[type="radio"]{
	display: none !important;
}

input[type="radio"] + label:before{
	content: " ";
    border: solid 1px gray;
    border-radius: 1.3rem;
    width: 18px;
    position: absolute;
    height: 18px;
    left: 8px;
}

input[type=checkbox]{
	display: none;
}

[type=radio]:checked + label:before{
   background-image: url(../img/icons/icon-checked.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
    border: solid 1px #006ed2;
}

.checkbox label:before {
    content: " ";
    border: solid 2px #006ed2;
    border-radius: .3rem;
    width: 18px;
    position: absolute;
    height: 18px;
    left: 8px;
}

.checkbox label.disabled:before {
    background-color: #CCC !important;
    border-color: #CCC !important;
    cursor: not-allowed;
}

.checkbox.check-sms label:before {
	left: 8px;
	display: flex;
    align-items: center;
}

.checkbox.check-debito label:before {
	left: 20px;
	display: flex;
    align-items: center;
}

[type=checkbox]:checked + label:before{
	color: #ffffff;
    content: "\f00c";
    font-family: LineAwesome;
    font-family: 'oca-icons' !important;
    content: "\ea7e";
    background: #006ed2;
    font-size: 1rem;
    font-weight: 600;
    padding: .2rem;
}

.checkbox-cambio-domi{
margin-left: 3rem;
}

@media (max-width: 768px){
	.checkbox-cambio-domi {
		margin-left: 0;
	}
	.dropdown-transferir-mobile{		
		position: static !important;
    }
}

.radio-etiqueta{
	position: relative;
	padding-left: 30px;
}
.radio-etiqueta + .radio-etiqueta{
	margin-left: 20px;
}
.radio-etiqueta input[type=radio]{
	display: none;
}
.radio-etiqueta span {
    height: 18px;
    width: 18px;
    border: 2px solid #006ed2;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.radio-etiqueta span:after {
    content: "";
    height: 8px;
    width: 8px;
    background: #006ed2;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	transition: 300ms ease-in-out 0s;
}
.radio-etiqueta input[type="radio"]:checked ~ span:after{
	transform: translate(-50%, -50%) scale(1);
}

/* .form-inline input[type="radio"], .form-inline input[type="checkbox"]{
	display: none;
}
.form-inline .radio label:before{
	content: "";
    width: 15px;
    height: 15px;
    display: inline-block;    
    border-radius: 5rem;
    border: 2px solid #a2aaad;
    margin: 0 1rem 0 0;
    vertical-align: middle;
}
.form-inline .checkbox label:before{
	content: "";
    width: 15px;
    height: 15px;
    display: inline-block;    
    border-radius: .3rem;
    border: 2px solid #a2aaad;
    margin: 0 1rem 0 0;
    vertical-align: middle;
} */
/*ALERTAS*/
.alert {
	/* border: 1px solid transparent !important; */
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	display: block;
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: initial;	
	line-height: 1.6;
	padding: 10px;
}
.alert i{
	margin-right: 1.5rem;
	align-self: unset!important;
    margin-right: 10px!important;
}

.alert p i{
	font-weight: bold;
	font-style: normal;
}

.alert .btn-close {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}
.attention-prest {
	background: #FFF;
}

.alert-amarillo-claro {
	color: #9c813f;
	background: #fff4da;
}
.alert.attention { 	
    color: #525454;
    background-color: #ffffff;  
}

.alert.warning {
	background-color: #ffeeee;
	border-color: red !important;
}

.alert.success {
	background: url(../img/icons/icon-ok.gif) no-repeat 10px 0px #FFF;
}

.alert.attention-pagos {
	background: url(../img/icons/icon-ayuda.gif) no-repeat 15px 15px #FFF;
}


.m-alert-avisocuenta {
	margin-left: 20px;
} 

@media (max-width: 992px){
	.m-alert-avisocuenta {
	margin-left: 0;
} 
 }

 .m-check-avisocuenta{ 
	margin-left: 30px;
} 

@media (max-width: 992px){
 .m-check-avisocuenta {
	margin-left: 10px;
} 
 }

.flecha-cartel-amarillo{
	position: absolute;
	right:0;
}

.info-module {
	padding: 15px !important;
}

.attention p {
	margin-bottom: 15px;
	font-size: 15px;
}
.attention span {	
	font-size: 16px;
	vertical-align: middle;
}

.attention li {
	margin-bottom: 15px;
	font-size: 13px;
	margin: 0px;
}

.alert>p:last-child {
	margin-bottom: 0px;
}

.attention .title-mess {
	font-weight: bold;
	font-size: 14px;
}

.sin-movimientos {
	padding: 1rem 2rem;
	font-size: 2rem;
	font-style: italic;
	border-radius: 2.5rem;
	color: #006ed2;
	margin: 1rem 0;
}
.subrayado{
	text-decoration: underline;
}



/* Limite tranferir terceros. (alineacion botones) */

.pull-right-limite {
	float: right;
}

@media (max-width: 768px){
	.pull-right-limite {
		float: none;
	}
	}

/*FIN Limite tranferir terceros. (alineacion botones) */


/* Cartel Warning - Limite_terceros */

.warning-terceros{
	display: flex;
    align-items: center;
}

@media (max-width:1200px) {
	
	.warning-terceros{
		align-items: unset;
	}
 }

	
 .warning-terceros i{
    font-size: 30px;
}

.warning-terceros p{
    color: #525454;
}

/*ETIQUETAS*/
.etiqueta-roja {
	padding: 0 1rem;
	border-radius: 1.5rem;
	color: #fff;
	background: #ff8674;
	border: 1px solid #ff8674;
}

/* Head */
header {
	width: 100%;
	height: 90px;
	padding: 2rem 0 !important;
	background: #fff;
	padding: 2.5rem 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

header .navbar-header {
	height: 47px;
}

header .navbar-header label {
	display: none;
}

@media (max-width:768px) {
	header {
		height: 65px;
		padding: .5rem !important;
	}

	header .navbar-header label {
		display: block;
	}

	header .navbar-header label i {
		font-size: 3rem;
		padding: 1rem;
	}

	.navbar-brand>img {
		max-width: 100px;
		padding: .5rem 0;
	}
}

header .navbar-brand {
	padding: 0;
}

header .nav>li>a:focus,
.nav>li>a:hover {
	background: transparent;
}

header .navbar-right li {
	float: left;
}

/* .navbar-right li:hover{ */
/* 	color: #006ed2!important; */
/*     background: #e2e2e2!important; */
/*     border-radius: .5rem; */
/*     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; */
/* } */


#logout {
	cursor: pointer;	
	background-image: url(../img/icons/icon_logout.png);
	background-repeat: no-repeat;
	background-color:transparent;
	box-shadow: none;
	height: 35px;
	width: 45px;
	top: 1rem;
	background-position-x: .5rem;
	left: 1rem;
	background-position-y: 0;	
	border: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.text-logout{
	vertical-align: top;
    line-height: 2.3;
	font-size: 14px;
	color: #000;
}

.separador-estado-impreso{
	border-top: 1px solid #CCC !important;
	margin-top: 35px;
}

.separador-seguros{
	border-top: 1px solid #CCC !important;
	margin-top: 35px;
}

@media (min-width:768px) {
	.btn-aviso-enviar{
		margin-left: 20rem;
		width: max-content;
	}
	
	.btn-seguro{
		margin-left: 41rem;
		width: max-content;
	}
}


@media (min-width:1200px) {
	.boton-confirmar{
		margin-left: 45rem;
		width: max-content;
	}
	.caret-usuario {
		display: inline-block;
	    width: 0px;
	    height: 10px;
	    margin-left: 5px;
	    vertical-align: middle;
	    border-top: 5px dashed;
	    border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		color: #000;
	}
	
	.caret-usuario-up {
		display: inline-block;
	    width: 0px;
	    height: 10px;
	    margin-left: 5px;
	    vertical-align: middle;
	    border-bottom: 5px dashed;
	    border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		color: #000;
		margin-bottom: 9px;
	}
	.separador-estado-impreso{
		border-top: 1px solid #CCC !important;
    	margin-top: 35px;
    	width: min-content!important;
	}
	
	.separador-seguros{
		border-top: 1px solid #CCC !important;
    	margin-top: 35px;
	}
	
}

@media (max-width:1200px) {
	header {
		height: 65px;
		padding: .5rem !important;
	}

	header .navbar-header label {
		display: inline-block;
	}

	header .navbar-header label i {
		font-size: 3rem;
		padding: 0 1rem;
	}

	header .navbar-brand {
		float: right;
	}

	header .navbar-brand img {
		max-width: 100px;
		padding: .5rem;
	}
	.text-logout{
		display: none;
	}
	#logout {
		display: none;
	}

	.menu-dektop {
		display: none !important;
	}
	
	.navbar-nav>li>.dropdown-menu {
		width: 96% !important;
		border: none!important;
	}

}

.menu-mobile {
	display: flex !important;
	justify-content: space-between;
	padding: 1rem 0;
	border-bottom: none;
	font-weight: bold;
}

.menu-mobile a {
	display: inline-block;
}

.navbar .navbar-nav>.open>a:focus {
	background: none !important;
}

.menu-usuario {
	width: auto !important;
}

li.menu-usuario a {
	display: flow-root;
}

.menu-usuario a {
	padding: 0;
	color: #006ed2;
}

.menu-usuario a .usr-drop {
	float: left;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
}

.dropdown-menu {
	background-color: #ffffff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2)!important;
	box-shadow: unset;
	border: 1px solid #e4e4e4;
	padding: 0;
}

.nav.navbar-nav.menu {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	float: unset;
}

.nav.navbar-nav.menu li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.navbar-nav>li>.dropdown-menu {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
	/*box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);*/
	border: 1px solid #e4e4e4;
	margin: 1rem 0;
	border-radius: .55rem .5rem;
	width: max-content;
	min-width: 225px;
	padding: 0;
}

.dropdown-menu ul {
	list-style: none;
	padding: 0;
	text-decoration: none;
	display: block !important;
	border-radius: 1.5rem;
}

/* .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
} */
.nombre-usuario p{
	display: inline;
    font-size: 14px;
	color: black;
    font-family: DMSansMedium;
}

.nombre-usuario i{
	display: none;
   }

@media (max-width:1200px) {
	/* .dropdown-toggle::after {
		position: absolute;
		right: 0;
		margin: 1rem 2rem;
	} */

	.dropdown-menu{
	top: 40px;    
    width: 100hw;
    left: 15px;
	box-shadow: unset;
	margin-left: 15px!important;
	}

	.nombre-usuario p {
		display: inline;
	}
	.nombre-usuario i{
		display: none;
	}

	.dropdown-text-li{
		color: #e4e4e4;
	}

	.nav.navbar-nav.menu li {
		flex-grow: unset;
		width: 100%;
		display: inline-block;
	}

	.caret-menu-dropdown {
		width: 0px;
		height: 10px;
		margin-left: 5px;
		vertical-align: middle;
		border-top: 5px dashed;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		color: #000;
		float: right;
        position: relative;
        top: 10px;
	}
	
	.caret-menu-dropdown-up {
		width: 0px;
		height: 10px;
		margin-left: 5px;
		vertical-align: middle;
		border-bottom: 5px dashed;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		color: #000;
		float: right;
        position: relative;
        top: 5px;
	}
}

@media (max-width:991px) {
	/* .dropdown-menu-usuario{
		top: 46px;
    	left: -176px !important;
    	height: auto !important;
	}	 */
	
	
	.nombre-usuario{
		margin-top: -4px;
	}
	
	.usuario-mobile{
		top: 4px;
	}

	
}

.dropdown-menu-usuario{
	border-radius: .5rem .5rem 0 0;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.menu-usuario .dropdown-menu li {
	float: right;
	border-bottom: 1px solid #e6e6e6;
}

.menu-usuario .dropdown-menu li a {
	padding: 8px 20px !important;
	text-decoration: none !important;
	font-size: initial;
}

.menu-usuario_datos {
	float: left;
	text-align: right;
}

.menu-usuario_datos p {
	margin: 0;
	color: #006ed2;	
	text-transform: uppercase;
}

.menu-usuario_datos .date,
.menu-usuario_datos .metraje{
	font-size: 1.4rem;
	color: #9b9b9b;
	text-transform: unset;
}

.metraje-puntos{
	margin: 3rem 0 1rem 0;
    font-size: 48px;    
    color: #001F42 !important;
    font-family: DMSansMedium;
    opacity: 0.8;
}
.menu-usuario i {
	font-size: 1.8rem;
	padding: 0 0 0 1rem;
}

@media (min-width:1200px) {
	.menu-mobile {
		display: none !important;
	}
	.ml-3-dektop{
		margin-left: 30px!important;
	}
}

/* Menu */
.navbar {
	height: unset;
	border-radius: 0;
	border: none;
	color: #006ed2;
	background: transparent;
	/*border-bottom: 1px solid #e2e2e2;*/
	padding: 2rem 0;
}

.navbar .navbar-nav>li>a {
	font-family: TTCommons-Regular;
    font-size: 19px;
	font-weight: bold;
	height: unset;
	text-decoration: none;
	padding: 1rem;
	color: #006ed2;
	margin: 0 .5rem;
}

.navbar .navbar-nav>li>a.active {
	color: #006ed2;
	background: white;
	border-radius: .5rem;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover {
	color: #006ed2;
	background-color: #fff;
	border-radius: .5rem;
	font-weight: bold;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
	color: #006ed2;
	background-color: #fff;
	font-weight: bold;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: none;
}

ul.nav.navbar-nav i {
	font-size: 3rem;
	color: #006ed2;
	margin: 0 1rem 0 0;
	vertical-align: middle;
}

.dropdown-menu>li>a {
	font-size: 13px;
	text-decoration: none !important;
}

.dropdown-menu ul a {
	font-size: 1.7rem;
	width: max-content;
	text-decoration: none;
}

ul.nav.navbar-nav i.icon-chevron-right {
	font-size: 1rem;
}

.dropdown-menu ul li a:hover {
	text-decoration: none;
}

.dropdown-menu ul li {
	padding: 1.5rem;
	border-bottom: 1px solid #e4e4e4;
	text-align: left !important;
	font-family: TTCommons-Regular, Arial, san-serif;
}

.dropdown-menu ul li:hover {
	background-color: #d6ecff;
	border: 1px solid #d6ecff;
}
li.first-item-menu:hover {
    border-radius: .5rem .5rem 0 0;
}
.dropdown-menu ul a:first-of-type:hover {
 border-radius: .5rem .5rem 0 0;
}
.dropdown-text-li{
	font-weight: bold !important;
	font-size: 17px !important;
	color: #006ed2 !important;
}

.usuario-li{
    width: 247px;
}

.navbar-nav>li {
	border-left: none;
	width: unset;
}

.navbar-nav>li:last-child a {
	/* font-size: 1.5rem;
	border-radius: .5rem;
	border: 1px solid;
	padding: 1rem;
	color: #006ed2; */
}

.navbar .two-lines {
	padding-top: 10px;
	line-height: 15px;
}

.menu-header .row {
	margin: 0px;
}

.menu-header {
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu-header ul {
	padding: 0px;
	padding: 16px 0 8px 20px;
	border-radius: 4px 0 4px 0;
}

.menu-header a {
	font-size: 12px;
	text-decoration: none;
}

.menu-header ul {
	padding: 0px;
	padding: 16px 0 8px 20px;
	border-radius: 4px 0 4px 0;
}

.menu-header a {
	font-size: 12px;
	text-decoration: none;
}

.title-menu-head {
	padding: 8px 0;
	text-decoration: none !important;
	font-size: initial;
	list-style: none;
}

.title-menu-head a {
	width: 100%;
	display: block;
	padding: 0 31px 5px 8px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
}

.menu-header .col-md-3,
.menu-header .col-md-4,
.menu-header .col-md-6 {
	padding: 0px;
}

#btn-menu {
	display: none;
	padding: 5px;
}

.navbar label {
	display: none;
	font-size: 3rem;
	width: 30px;
	height: 30px;
	padding: 10px;
	border: 1px solid;
}

.navbar label:hover {
	cursor: pointer
}

.menu ul {
	display: flex;
	float: unset;
	text-align: center;
}

.menu li {
	flex-grow: 1;
}


@media (max-width:1200px) {
	.navbar {
		display: block;
		border: none;
		padding: 0;
		min-height: 0;
	}

	.navbar label {
		display: block;
	}
	
	.navbar .navbar-nav>li>a {
		display: inline-block;
	    width: 87%;
	}

	.menu {
		position: fixed;
		top: 0;
		left: 15px;
		z-index: 100;
		background: white;
		width: 110%;
		margin-left: -105%;
		height: 100vh;
		width: 80%;
		transition: all 0.3s ease;
		overflow: auto;
		display: block !important;
		margin-top: 0;
		margin-bottom: 0;
	}

	.menu.menu-desplegado {
		margin-left: -15px;
		width: 80% !important;
    	height: 100% !important;
	}

	@media (min-width:768px) {
	.menu.menu-desplegado {
		margin-left: -15px;
		width: 40% !important;
    	height: 100% !important;
	}  }

	.opacity {
		background: #5cb3fd;
	}

	.backdrop.menu-open {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1;
		background: grey;
    	opacity: 60%;
	}

	.menu ul {
		flex-direction: column;
		background: none;
	}

	#btn-menu:checked~.menu {
		margin: 0;
	}

	ul.nav.navbar-nav i {
		font-size: 2.5rem;
	}

	.navbar .navbar-nav>.open>a,
	.navbar .navbar-nav>.open>a:focus,
	.navbar .navbar-nav>.open>a:hover {
		box-shadow: none;
		border-radius: 0;
	}

	.dropdown-menu ul li {
		border-bottom: none;
		color: #006ed2;
	}

	.dropdown .open {
		background: #fafafa;
	}

	.dropdown-menu ul li a {
		color: #006ed2 !important;
	}
	
}

/*Banner*/
.banner-mobile {
	display: none;
}

@media (max-width: 768px) {
	.banner-mobile {
		display: block;
		padding: 0 2rem;
	}

	.banner-mobile .carousel-inner{
		box-shadow: 0px 1px 3px rgba(0, 31, 66, 0.2);
		border-radius: 8px;
	}
	.banner-mobile .carousel-indicators{
		bottom: -32px;
	}

	.banner-mobile .carousel-indicators li{
		background: #66798e65;
	}

	.banner-mobile .carousel-indicators .active{
		background-color: #66798E;
	}

	.banner-desktop {
		display: none;
	}
	.links-no-clientes-desktop{
		display: none;
	}
}

/* Modulos */
.modulo,
.modulo-interna {	
	border: 1px solid #e6ecf2;
	padding: 15px 20px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: .5rem;
	/*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);*/
	font-size: 1.7rem;
	line-height: normal;
	display: flow-root;
	/*font-family: TTCommons-Regular;*/
}

.card-dashboard {
	min-height: 350px;
	border-radius: .5rem;
}
.card-dashboard-hover {
	min-height: 350px;
}

.modulo-interna.card-dashboard i {
	color: #006ed2;
	font-size: 4rem;
	padding: 0 0 .8rem 0;
}
.modulo-interna.card-dashboard-hover i {
	color: #006ed2;
	font-size: 4rem;
	padding: 0 0 .8rem 0;
}

.card-dashboard a:hover:not(#verMas):not(#masInfo) {
	background: #e6ecf2;	
	display: block;
	display: flow-root;	
    transition: all .3s ease-in-out;
}

.card-dashboard-hover a:hover {
	background: #e6ecf2;	
    transition: all .3s ease-in-out;
}

.card-home-tarjetas{
	display: flow-root;	
	padding: .6rem;
	display: -ms-flexbox;
}

.card-home-tarjetas:hover{
    color: #006ed2 !important;
    background: #d6ecff !important;
    border-radius: 1rem;
    box-shadow: inset 0 0 0 1px #006ed2;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
    			border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, 
				-webkit-box-shadow 0.15s ease-in-out !important;
	display: -ms-flexbox;
	
}
.card-beneficiario{
	padding: 5rem 4rem;
    text-align: center;
	color: #006ed2;
	float: left;
}
.card-beneficiario:hover{
	color: #006ed2 !important;
    background: #d6ecff !important;
    border-radius: 1rem;
    box-shadow: inset 0 0 0 1px #006ed2;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.card-beneficiario i{
	font-size: 4rem;
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
}
.card-beneficiario span{
	font-family: TTCommons-Regular;
    /* background-color: white; */
    font-weight: 600;
    font-size: 2rem
}

@media(min-width: 1200px){
	.card-beneficiario-otros-bancos{
		margin-left: 1.5rem !important;
	}
	.center-contenido{
		/*left: 320px !important;*/
	}
}

.card-beneficiario-adhesion-deb{
	padding: 5rem 2rem;
    text-align: center;
	color: #006ed2;
	float: left;
	width: 260px;
}

@media screen and (max-width: 768px) {
	.card-beneficiario-adhesion-deb{
		width: 100%;
}
}


@media screen and (min-width: 650px) and (max-width: 768px) {
	.mr-card-beneficiario{
		margin-right: 50px;
}
}

@media screen and (min-width: 575px) and (max-width: 650px) {
	.ft-right-mobile{
		float: right;
		display: block;
}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.ml-card-beneficiario{
		margin-left: 0px;
	}
	.card-beneficiario-adhesion-deb {
	    padding: 5rem 2rem;
	    text-align: center;
	    color: #006ed2;
	    float: left;
	    width: 240px;
	}
}

.card-beneficiario-adhesion-deb:hover{
	color: #006ed2 !important;
    background: #d6ecff !important;
    border-radius: 1rem;
    box-shadow: inset 0 0 0 1px #006ed2;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.card-beneficiario-adhesion-deb i{
	font-size: 4rem;
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
}
.card-beneficiario-adhesion-deb span{
	font-family: TTCommons-Regular;
    /* background-color: white; */
    font-weight: 600;
    font-size: 2rem
}

.ver-mas-button{
	position: absolute;
    bottom: 38px;
}

.ver-mas-button-espect{
	position: absolute;
	bottom: 27px;
}

#monto-minimo-div {
	text-align: start;
}
#monto-elegido-div {
	text-align: center;
}
#monto-maximo-div {
	text-align: end;
}

@media(max-width: 992px){
    .ver-mas-button-espect { 
	    position: absolute;
	    bottom: 30px;
		margin: auto;
	}
	#monto-minimo-div {
		text-align: center;
	}
	#monto-elegido-div {
		text-align: center;
	}
	#monto-maximo-div {
		text-align: center;
	}
}

.titulo-modal-beneficios{
	color: currentColor;
	font-size: x-large;
	font-weight: bold;
}

.card-espectaculos-promos{
	border-radius: 1.5rem;
	padding: 20px 0px 0px 1px;
	min-height: 440px !important;
}

@media screen and (min-width: 390px) and (max-width: 575px){
	.card-espectaculos-promos{
		min-height: 530px !important;
	}
}

.card-promociones-promos{
	border-radius: 1.5rem;
	padding: 1.5rem 1rem;
	min-height: 490px;	
}

.card-evento-suspendido{
   	background-color: #ffeeee;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    position: absolute;
    bottom: 16px;
    width: 31.5rem;
    height: 40px;
    left: 16px;
}

.modulo-interna .contenido ul li {
}

.modulo-interna .contenido ul li i {
	background: #d4e2f5;
	border-radius: 5rem;
	padding: .4rem;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-right: 1rem;
}

.modulo-interna .moneda {
	/* text-transform: uppercase; */
	color: #a2aaad;
	font-size: 17px;	
}

.moneda-card{
	color: #001F42;
    font-size: 17px;
    font-weight: 600;
    opacity: 0.8;
}

.marca-tarjeta-card{
	color: #001F42;
    font-size: 1.5rem;
    font-weight: 600;
    opacity: 0.8;
}

.modulo-interna .cuenta-numero {
	font-size: 1.5rem;
    color: slategrey !important;
    font-weight: 500;
}

.modulo-interna select.form-control.control-select {
	width: 100% !important;
}

.modulo-sin-fondo {
	padding: 0px !important;
	border: none !important;
	background: none !important;
}

.modulo-cotizacion {
	background: #d4e2f5;
	border: none;
	box-shadow: none;
}

section.modulo h2 .module-arrow {
	display: block;
	position: absolute;
	right: 0;
	width: 14px;
	height: 9px;
	top: 50%;
	margin-top: -4px;
	background-image: url(../img/icons/module-arrow.gif);
	background-position: bottom left;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	cursor: pointer;
}

section.modulo h2 a {
	display: none;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
	margin-bottom: 5px;
	font-size: 12px;
}

section.modulo.abierto h2 a {
	display: block;
	font-size: 13px;
}

section.modulo h2.flex {
	font-weight: bold;
	color: #868686;
	font-size: 1.7rem;
	position: unset;
	margin-top: 1rem;
	font-family: DMSansRegular;
}

section.modulo h2.flex-solicitud {
	cursor: pointer;
	position: relative;
}

section.modulo.abierto h2 .module-arrow {
	background-position: top left;
}

section.modulo.cerrado .contenido {
	display: none;
}

section.modulo .contenido-ir {
	padding: 10px 0 0;
}

section.modulo .contenido {
	border-top: none;
	margin-top: 10px;
	padding: 10px 0 0;
}

section.modulo .zebra-row,
section.modulo-interna .zebra-row {
	display: block;
	padding: 17px 0px;
	margin: 0;
	border-radius: 5px;
	-moz-border-radous: 5px;
	-webkit-border-radius: 5px;
	color: #464646;
	margin-bottom: 10px;
	transition: background ease-in-out 0.4s;
	-moz-transition: background ease-in-out 0.4s;
	-webkit-transition: background ease-in-out 0.4s;
}

section.modulo .zebra-row:last-child,
section.modulo-interna .zebra-row:last-child {
	margin-bottom: 0;
}

section.modulo .zebra-row:nth-of-type(even) {
	background: #f2f2f2;
}

section.modulo a.zebra-row:hover {
	background: #eaeaea;
}

section.modulo .zebra-row h3,
section.modulo-interna .zebra-row h3 {
	margin: 0 0 8px;
	font-size: 14px;
	color: #464646;
	font-weight: bold;
}

section.modulo .zebra-row p,
section.modulo-interna .zebra-row p {
	font-size: 13px;
	margin: 0;
	line-height: 16px;
}

section.modulo .zebra-row .col-sm-4,
section.modulo-interna .zebra-row .col-sm-3 {
	border-right: none;
	height: unset;
	padding-top: unset;
}

section.modulo .zebra-row .col-sm-4:last-child,
section.modulo-interna .zebra-row .col-sm-3:last-child {
	border-right: none;
}

.saldo-valor {
	font-size: 1.7rem;
    color: slategrey !important;
    line-height: 2.6rem;
    font-family: DMSansMedium;
}
.card-cuenta-on {
	border: 1px solid #006ed2;
	margin-right: 1rem;
}

.card-cuenta-off{
	background: none;
    border: 1px solid #d4d4d4;
	color: #808080;
	cursor: pointer;
	margin-right: 2rem;
}


.card-cuenta-off .saldo-valor{
	color: #808080;
}

.tarj-cab div {
	padding-left: 0;
}

.link-more,
.link-estado-home {
	display: block;
	float: right;
	margin-left: 15px;
	font-size: 13px;
}
.card-publi p{
	line-height: 17px;
    font-size: 13px;
}
.card-title{
	margin-bottom: 2rem;
}

.nav-pill a {
	border-radius: 12px !important;
    background-color: #e5e5e5 !important;
}

.nav-pill.active a {
	border: solid 1px #006ed2 !important;
    background-color: #d6ecff !important;
}

.promo-tres-cuotas {
	font-size: 12px;
    color: #d6ecff;
    border-radius: 12px;
    background-color: #00c0ff;
    padding: 5px 5px 1px 5px;
    margin-left: 5px;
}

.prestamo-nuevo {
	background-color: #00c0ff;
    height: 24px;
    font-size: 12px;
    width: 24px;
    border-radius: 50%;
    float: right;
    position: absolute;
    margin-left: 60px;
    margin-top: 5px;
    z-index: 2;
    border: solid 4px #d6ecff;
    color: white;
}

.prestamo-nuevo-dot {
	width: 12px;
    height: 12px;
    background-color: #00c0ff;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 4px;
    position: absolute;
}

@media (max-width: 1200px) {
	.d-xs-block{	display: block!important;
	}
	.text-unset{
		text-align: unset;
	}
	.card-cuenta-off, .card-cuenta-on{
		margin: 0 1rem 1rem 0;
	}
		
}
		
@media (min-width: 1201px){
	.d-xs-none{
		display:none !important;
	}
}
	
@media (max-width: 768px) {
	
	.modulo-interna,
	.modulo-cotizacion.card-dashboard {
		min-height: auto;
	}
	
	.modulo-cotizacion.card-dashboard-hover {
		min-height: auto;
	}

	.modulo-interna.card-dashboard i {
		font-size: 3rem;
		margin: 0 1rem 0 0;
	}
	
	.modulo-interna.card-dashboard-hover i {
		font-size: 3rem;
		margin: 0 1rem 0 0;
	}

	form h2,
	.modulo-interna h2 {
		display: block;
	}

	.card-dashboard .card-title {
		margin: 0 0 2rem 0;
	}
	
	.card-dashboard-hover .card-title {
		margin: 0 0 2rem 0;
	}

	.tarjeta-cred, .p0-mobile {
		padding: 0!important;
	}

	
}
.card-cuenta-off p, .card-cuenta-on p{
	font-size: 1.5rem;
}

/*MODALES*/

.tab-pane h2 {
	font-size: 22px;
}
.tab-pane img {
	display: inline-block;	
}

.modal-contenido{
	border-radius: 1.5rem !important;
}	

.modal-table{
	background: none;	
}

.modal-title{
    font-family: TTCommons-Regular;
    padding: 0 1rem;
    font-size: 2.5rem;
    font-weight: 600;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 5px 20px;
	border-bottom: none !important;
	color: #006ed2;
}
.modal-body ul{
	padding: 0 0 0 2rem;
    font-size: 1.5rem;
    line-height: 1.6;
}
.modal-body ul li {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

button.close span {
	font-family: DMSansRegular;
    color: #006ed2;
    font-size: 18px;
}
button.close span.up{
	font-family: DMSans;
    font-size: 5rem;
    color: black;
}
.modal-header button.close span {
    font-size: 4rem;
    color: black;
    font-family: TTCommons-Regular;
}
button.close.cruz-otros-servicios{
	position: absolute;
    top: 31px;
    right: 20px;
}

.modal-footer {
	padding-top: 0;
}

.modal.procesando img {
	max-width: 100px !important;
}

span#tituloModal {
	font-family: TTCommons-Light;
	font-size: 2.5rem;
	margin-top: 1.5rem;
}
.modal-icono{
	font-size: 9rem;
}

.rb-e{
  border-radius: .5rem !important; 
}

/*CARDS HOME*/
.icon-card-home{
	font-size: 23px !important; 
	color: #616873 !important;
}

.card-dashboard-h2{
	font-size: 20px !important; 
	color: #001F42 !important;
	opacity: 0.8;
	font-weight: bold !important;
}

.card-dashboard-h2-header{
	font-size: 24px !important; 
	color: slategray !important;
	font-weight: bold !important;
}

.texto-card-dashboard{
	font-size: 1.5rem; 
	color:  #616873;
}
.cards-text{
    padding-left: 5px;
    padding-top: 2px;
    color: slategray;
}

.position-button{
	 display: block !important;
	 position: absolute;
     bottom: 45px;
     width: 27.7rem !important;
}
@media (max-width: 120px) {
	.position-button{
		width: 100%!important;
		position: unset;
	}

}
@media (max-width: 768px) {
	.texto-card-dashboard{
		margin-top: 20px;
    	margin-bottom: inherit;
	}
	
	.metraje-puntos{
		margin-top: 46px;
    	margin-bottom: 45px;
	}	
}

/*TABS Y PESTAÑAS*/
.cont-general-tabs
li.nav-tabs-transfer a:hover {
    border-radius: .5rem .5rem 0 0;
}
.cont-general-tabs li.active a:hover {
    border-radius: .5rem .5rem 0 0;
}
.cont-general-tabs li a:hover {
    border-radius: .5rem .5rem 0 0!important;
}
.tabs-cont {
	margin-top: 30px;
}


@media (max-width: 768px) {	
.nav-tabs-transfer {
	width: 50%;
}	 }

.nav-tabs>li>a:hover {
	background: #d4e2f5 !important;
	border: none;
	border-radius: 0;
	padding: 1rem;
}


.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	cursor: default;
	color: #006ed2;
	border: 1px solid #e6ecf2;
	border-bottom: none;	
	font-weight: 700;
	margin: 0;
	margin-right: .2rem;
	font-family: TTCommons-Regular;
}

.nav-tabs {
	margin-left: 0;
	border-bottom: none;
	}

.tab-content {
	border-radius: 0 .5rem .5rem .5rem;
	background-color: #fff;
	border: 1px solid #e6ecf2;
	padding: 3rem 2rem;
	min-height: 150px;
  }

@media(min-width: 1200px){
	.tab-content-cuentas{
		overflow:hidden;
	}
}

.nav-tabs>li>a {
	border: 1px solid #e6ecf2;
    border-bottom: none;
    color: #8c8c8c;
    text-decoration: none;
    background: #e5e5e5;
    font-size: 1.8rem;
    font-weight: initial;
    padding: 0;
    padding: 1.5rem 2rem !important;
    border-radius: .5rem .5rem 0 0;
    font-family: TTCommons-Regular;
}
@media (max-width: 990px){
	.nav-tabs>li>a{
	font-size: 16px!important;  
    margin: 0;
    background: none;
    border: none;
	padding: 1rem!important;
	text-align: center;
   }
   .btn-print-mobile{
	background: #006ed2;
    color: white;
    top: 77px;
    /* bottom: 0; */
    z-index: unset;
    right: 0;
   }
}

/*TARJETAS*/
#condicionTarjeta,
#condicionTarjetaMobile,
#titularidadTarjeta {
	font-size: 2rem;
	font-weight: bold;
	font-family: TTCommons-Bold;
    margin: 1rem 0;
}

/* #imgTarjeta{
	max-width: 120px;
	float: left;
}	 */
div#imgTarjeta img {
	max-height: 180px;
}

.state {
	width: 20%;
	float: left;
	padding: 0 15px;
}

.ver-adicionales {
	width: auto;   
    display: block;
    font-size: 1.5rem;
}

@media (min-width: 1200px){
	.align-tarjeta{
		text-align: -webkit-center;
	}
}

a.ver-adicionales:hover {
	text-decoration: underline
}

.text-cuenta {
	margin-bottom: 3px !important;
}

.info-card p {
	margin: 14px 15px 0 0;
	float: left;
}

.info-card a {
	text-decoration: none;
	float: left;
	margin-top: 10px;
}

.tarjeta-info {
	padding-top: 20px;	
    background: transparent;
    border-radius: .5rem;
}

.tarjeta-info p {
	margin-bottom: 0px;
	font-size: 14px;
}
.tarjeta-info p:first-of-type{
	font-family: TTCommons-Bold;
}

.tarjetas-credito a:focus {
	color: #464646;
}

.select-tarjeta {
	margin-bottom: 10px;
}

.select-tarjeta-modal {
	padding-bottom: 0px;
}

.select-tarjeta select {
	color: #464646;
}

.tag-nueva-funcionalidad-tc {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: #006ed2;
	border: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 5px 9px;
	position: absolute;
	z-index: 2;
	right: 15px;
	top: -11px;
	cursor: default;
}
@media (max-width: 960px) {
.tarjeta-info p{
	/*float: left;*/
}
}
@media (max-width: 1200px) {

	.tarjeta-cred {
		padding: 0;
	}	

	/*.position-button{
		position: unset;
    	width: 100%!important;
   }*/
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.position-button{
    	width: 21rem!important;
	}
}



/*Error pages*/
.error {
	border: 1px solid #006ed2;
	padding: 5rem;
	border-radius: .5rem;
	text-align: center;
	margin: 6rem 0;
	font-size: 2rem;
}

.error i {
	font-size: 20rem;
}

.error h2 {
	font-size: 20px;
	margin: 2rem 0 4rem 0;
}

/*TABLAS*/
.table>thead>tr>th{
	border-bottom: none;
}
.table>tbody>tr>td{
	border-top: 1px solid #e6ecf2;
    font-size: 14px;
}
table#tablaTarjetas {
	background: #ffffffdb;
	border-radius: .5rem;
}

.table-movimientos-actuales-2 label {
	padding: .2rem 1rem;
	border-radius: 5rem;
	color: #006ed2;
	font-size: 14px;
}
.estado-rechazado{
	color: #ff4747!important;   
}
.estado-pendiente{
	color: #f5a623!important;    
}
.estado-pendiente > .prestamo-nuevo-dot {
	background-color: #f5a623!important;
    float: left;
    margin-right: 10px;
    position: relative;
    margin-left: 0px;
}
.estado-pago{
	color: #71c016!important;
}
.estado-pago > .prestamo-nuevo-dot {
	background-color: #71c016!important;
    float: left;
    margin-right: 10px;
    position: relative;
    margin-left: 0px;
}
.estado-finalizado{
	opacity: 0.4 !important;
}
.estado-finalizado > .prestamo-nuevo-dot {
	background-color: #000000!important;
	opacity: 0.4 !important;
    float: left;
    margin-right: 10px;
    position: relative;
    margin-left: 0px;
}

.table-striped>tbody>tr>td,
.table-striped>tbody>tr>th,
.table-striped>tfoot>tr>td,
.table-striped>tfoot>tr>th,
.table-striped>thead>tr>td,
.table-striped>thead>tr>th {
	border-color: transparent;
}

.table-striped>tbody>tr>td,
.table-striped>tbody>tr>th,
.table-striped>tfoot>tr>td,
.table-striped>tfoot>tr>th {
	padding: 4px 8px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fafbfd;
}

.table-striped>tbody>tr {
	background-color: #fff;
}

.table-striped .table-desc {
	width: 170px;
}

.table-striped th {
	width: 80px;
}

.table-striped a:hover {
	color: #006ed2;
	text-decoration: underline
}

.table-cambio {	
}

.table-cambio td {
	vertical-align: middle !important;
}

.table-cambio>tbody>tr>td {
	border: none;	
	font-size: 14px;
	text-align: left;
}

.table-cambio thead tr th {
	font-size: 14px;
    padding: 13px 0;
    border-bottom: none;
    background: none;
    text-align: left;
    border-radius: inherit;
    color: #777;
    text-transform: capitalize;
    /*width: 30%;*/
    background: #eaf1f7
}

.table-cambio>thead {
	background: none;
	border-bottom: none;
}
.table-cambio.table>tbody>tr>td {
    padding: 15px;
}

.tabla-modal td {
	font-size: 13px;
}


.table-movimientos-actuales {
	text-align: center;
	margin-bottom: 20px;
	width: 908px;
}

.movimientos-actuales {
	overflow: auto;
}

.table-movimientos-actuales td {
	vertical-align: middle !important;
}

.table-movimientos-actuales>tbody>tr>td {
	border: 2px solid #ffffff;
	height: 30px;
	font-size: 13px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.table-movimientos-actuales thead tr th {
	text-align: center;
	font-size: 13px;
	padding: 5px;
	vertical-align: middle;
}

.table-movimientos-actuales>thead {
	background: #fff;
}

.table-movimientos-actuales .bgcolor-head {
	background: #f3f3f3;
	border: 2px solid #FFF;
}

.movimientos-actuales .tabla-info thead tr th {
	font-size: 16px;
	vertical-align: middle !important;
	border-bottom: none;
	font-family: TTCommons-Bold;
}

.movimientos-actuales .tabla-total {
	background: #fafafa;
}

.tabla-total>thead {
	background-color: #f4f5f4;
	color: #45494d;
}

table>thead {
	background: #eaf1f7!important;
    font-size: 16px;
    border: none;
	}
tbody#totalesMovimientos{
	font-weight: bold;
}

/* Inversiones */
.inversiones-list {
	padding: 0;
}

.inversiones-list li {
	list-style: none;
	height: 27px;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.inversiones-list li:nth-of-type(odd) {
	background: #f2f2f2;
}

/* Lista cont propiedades */
.list-cont li a,
.list-cont li span,
list-cont li,
.list-cont table td a,
.list-cont table td {
	font-size: 13px;
}

/* Step List */
.content-step {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	padding: 30px 0;
}

.step-list {
	padding: 5px 0;
	position: relative;
	height: 0px;
	margin-bottom: 40px;
}

@media(max-width: 768px){
	.step-list {
		padding: 0;
	}	
}

/* Step 3 */
.step-list .line-1 {
	width: 49%;
	height: 2px;
	float: left;
}

.step-list .line-2 {
	width: 50%;
	height: 2px;
	float: left;
}

/* End */
/* Step 4 */
.step-list .line-4-1 {
	width: 32%;
	height: 2px;
	float: left;
}

.step-list .line-4-2 {
	width: 32%;
	height: 2px;
	float: left;
}

.step-list .line-4-3 {
	width: 32%;
	height: 2px;
	float: left;
}

/* End */
.step-list .steps {	
	border-radius: 50%;
    top: -10px;
    width: 36px;
    height: 36px;
    position: absolute;
    border: 5px solid #fafafa!important;
}

@media(max-width: 768px){
	.step-list .steps {
		top: -16px;
		width: 25px;
	   height: 25px;
	}	
}

.step-list .step-001 {
	left: -1px;
}

.step-list .step-002 {
	left: 48%;
}



@media (max-width: 768px) { 
.step-002 i{
	display: none;
}
}

.step-list .step-003 {
	right: -1px;
}

/* Step 4 */
.step-list .step-4-001 {
	left: -1px;
}

.step-list .step-4-002 {
	left: 30%;
}

.step-list .step-4-003 {
	left: 62%;
}

.step-list .step-4-004 {
	right: -10px;
}

/* Step 4 */
.step-list .step-blue {
	background: #006ed2;
	color: #d4e2f5;
	
	padding: 2px;
	top: -10px;
}

@media(max-width: 768px){
	.step-list .steps {
		top: -11px;
	}	
}

.step-list .step-active {
	background: #006ed2;
	border: 4px solid #d4e2f5;
}

.step-list .step-blue p {
	color: #006ed2;
}

.step-list .step-active p {
	color: #006ed2;
}

.step-list .step-gray {
	background: #e6ecf2;
	border: 2px solid #e6ecf2;
}
.steps p {
    text-align: center;
    color: #8a9299;
    position: absolute;
	top: -30px;
	left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/*.step-list p {	
	font-size: 1.5rem;
	margin: 1rem 0;
}

.step-list .title-step1 {
	position: absolute;
	top: 38px;
	left: 1px;
}

.step-list .title-step2 {
	position: absolute;
	top: 38px;
	left: -45px;	
}

.step-list .title-step3 {
	position: absolute;
	top: 38px;
	left: -50px;
}*/

/* General style */
.marg-bottom-none {
	margin-bottom: 0px !important;
}

.no-envio {
	margin-top: 10px;
}

.marg-left-none {
	padding-left: 0px !important;
}

.marg-right-none {
	padding-left: 0px !important;
}

.marg-left-right-none {
	padding: 0 !important;
}

.delete-account-paypal {
	cursor: pointer;
}

.restar-importe {
	color: #bd0000;
}

.empty~.icon-retirar {
	display: none;
}

.parrafo-debito .input-text-list {
	width: 20% !important;
	margin-right: 20px;
}

.icon-retirar {
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	right: 8%;
	top: 29%;
}

.ui-menu {
	overflow-x: hidden !important;
	overflow: scroll;
	height: 120px !important;
}

.alta-publicos,
.alta-privados {
	border-top: 1px solid #d7d7d7;
	padding-top: 19px;
	margin-top: 16px;
}

.modal th {
	font-size: 16px !important;
	background-color: #d4e2f5;
	color: #006ed2;
	border: none;
	padding: 1.2rem !important;
	border-bottom: none !important;
}

.data-marg input {
	padding: 6px 9px !important;
}

.modulo-interna .table-infoadicional td {
	vertical-align: top !important;
}

.modulo .info-head {
	font-size: 13px;
	margin-bottom: 5px;
}

.info-head-movimientos{
	padding-left: 0px !important;
    color: slategray !important;
    bottom: 8px;
    margin: 7px 0 2rem 0;    
}

@media(min-width: 769px){
	.info-head-movimientos{
	padding-left: 0px !important;
    color: slategray !important;
    bottom: 8px;
    margin: 0 0 2rem 0;    
	}
	.links-no-clientes-mobile{
		display: none;
	}
}

.title-movimientos-actuales {
	color: #006ed2 !important;
	font-size: 2rem !important;
	margin-left: 0px !important;
    margin-bottom: 15px !important;
	
}

.title-align-left thead tr th {
	text-align: left !important;
}

.link-text {
	cursor: pointer;
}

.buttons-link {
	cursor: pointer;
}

.align-list {
	padding: 0px 0 0 16px;
}

.align-list li,
.align-list p {
	margin-bottom: 0px;
}

.module-info-gray {
	border: none !important;
	padding: 15px 20px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	background: #ddd;
}

.table-content {
	font-size: 13px;
}

.tab-navegacion {
	display: flex;
}

.table-bordered th {
	background: #f2f2f2;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 0;
}

form h2 {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
}

.title-cont h1 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
}

.modulo-sin-fondo #printableArea {
	margin-bottom: 2rem;
	padding: 3rem;
	overflow: hidden;
}

.cont-general-tabs {
	margin-top: 14px;
}

.cont-general-tabs,
.cont-general-tabs input {
	font-size: 12px;
}

form .textarea-style {
	border-radius: 4px;
	width: 100%;
}

.content-width {
	width: 717px;
}

.content-text {
	padding-top: 10px;
}

.content-text h2 {
	margin-bottom: 22px;
}

.content-text p {
	margin-bottom: 15px;
	font-size: 15px;
}

.text-cont {
	font-size: 16px;
}

.text-cont p {
	font-size: 18px;
	line-height: 1.5;
}

.text-cont h2 {
	margin-bottom: 13px;
}

.text-cont p:last-child {
	margin-bottom: 0px;
}

.modal p,
.modal td {
	font-size: 18px;
	padding: 1rem !important;
	border-top: none !important;
}

.checkbox input[type=checkbox] {
	margin-left: 0px;
}

.radio {
	width: 100% !important;
}

.no-lines tr td {
	border-top: 0px #FFF !important;
	padding: 3px 0 3px 0 !important;
	font-size: 13px;
}

.no-lines {
	margin-bottom: 12px !important;
}

.tabla-disponibles tr td {
	width: 10%;
}

#modalMulticash .modal-sm {
	width: 589px;
}

.generic-form .input-text-list,
.generic-form textarea.form-control {
	width: 100%;
	align-items: baseline;
	padding-bottom: 6px;
	margin: .5rem 0;
}

.generic-form textarea.form-control {
	resize: vertical;
	min-height: 60px;
	max-height: 300px;
}

.modulo-interna h2 {
	margin: 25px 0 15px;
	font-weight: bold;
}

.generic-form .text-label {
	/* padding-top: 7px; 
	padding: 0;*/
}

.generic-form .text-loaded {
	padding-top: 8px;
	padding-bottom: 8px;
}

.generic-form .attention-button {
	margin-top: 9px;
}

.attention-inline {
	margin-top: 0 !important;
	margin-left: 10px;
}

#target-account-list .form-control {
	width: 100%;
}

/* Boton Guardar Cuenta */
.guardar-beneficiario-button {
	}

.guardar-beneficiario-button-container {
	margin-top: 2px;
	padding: 0;
}

.guardar-beneficiario-text,
.beneficiario-guardado-text {
	margin: 0;
	margin-top: 3px;
	padding-right: 0;
}

.beneficiario-guardado-text {
	color: #006ed2;
}

#personal-info .row-content {
	margin-bottom: 12px;
}

#promo-modal .img-responsive {
	margin: auto;
}
@media (max-width:768px){
	#personal-info .row-content {
	/*display: flex;*/
	margin-bottom: 8px;
	-webkit-box-pack: justify;
    justify-content: space-between;
	}
}

/* Slider */
.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider img {
	margin: 4px;
	margin-top: 7px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 30px;
	left: 2px;
	bottom: 2px;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #006ed2;
}

input:focus+.slider {
	box-shadow: 0 0 1px #006ed2;
}

input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* End */


/* Tablas */


.cambio-tipo {
		padding-left: 15px !important;
}

.inter-table th {
	font-weight: normal;
}

.inter-table td {
	font-size: 13px;
}

.inter-table .cambio-tipo {
	padding-left: 8px !important;
}

/* Tabs */
.table {
	margin-bottom: 0;
}


.marg-top-none {
	margin-top: 0px;
}

.scroll-table {	
	transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
}

.scroll-table.expanded-table {
	max-height: none;
}

.btn-expand_table {
	color: #006ed2;
	text-decoration: underline;
	margin-left: 14px;
}

.btn-compress_table {
	display: none;
	color: #006ed2;
	text-decoration: underline;
	margin-left: 14px;
}

.btn-link:focus,
.btn-link:hover {
	color: #006ed2;
	text-decoration: underline;
	background-color: rgba(0, 0, 0, 0);
	outline: -webkit-focus-ring-color auto 0;
}

.nav>li>a {
	padding: .5rem 1rem;
	margin: 0 .2rem;
}

.navbar .navbar-nav>.active>a,
.nav>li>a:hover {
	color: #006ed2 !important;
	background: #d6ecff !important;
	border-radius: 1rem;
	box-shadow: inset 0 0 0 1px #006ed2;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.filtro-mov>li>a:hover {
	border-radius: 1rem 1rem 0 0;
}
.tabs-cont-transfer>li>a:hover {
	border-radius: 1rem 1rem 0 0;
}
.tabs-cont-transfer .nav-tabs>li.active>a:hover{
	border-radius: .5rem .5rem 0 0;
}
.tabs-cont-transfer .nav>li>a:hover{
	border-radius: .5rem .5rem 0 0;
}
.filtro-mov {
    margin-top: 6rem;
}

.navbar-nav>li:last-child a:hover {
	/* border: 1px solid #006ed2;
	background: none !important;
	border-radius: .5rem;
	background: #d4e2f5 !important; */
}

.marg-none {
	padding: 0 !important;
}

.tick-info-orange {
	background: url(../img/icons/icon-ok.gif) bottom center no-repeat;
	color: #006ed2 !important;
	padding: 15px 32px 12px 32px;
	display: block;
	width: 100%;
	position: relative;
	min-height: 210px;
}
.tick-info-orange.no-img {
	background: #fff;
	min-height: none;
}

.tick-info-orange p {
	color: #006ed2;
}

.error-al-envio-mensaje {
	background: url(../img/icons/icon-error-mensaje.gif) 0% 42% no-repeat;
	color: #F00 !important;
	padding: 15px 32px 12px 32px;
	display: block;
	width: 100%;
	position: relative;
}

.error-al-envio-mensaje p {
	color: #F00;
}

/* Print Buttons */

.links-buttons {
	display: block;
	overflow: hidden;
	padding: 5px 0 8px 0;
	margin: 0 0 7px 0;
}

.links-buttons .float-right {
	float: right;
}

.right-element {
	float: right;
}

.links-buttons li {
	list-style-type: none;
	float: left;
}

.links-buttons li .button-element {
	margin: 0 20px 0 0;
	border: none;
}

.links-buttons li .ico-cerrar {
	padding: 3px 10px 3px 10px;
	margin-right: 4px !important;
}

.button-element {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 14px;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.links-buttons .no-icon {
	padding: 3px 20px 3px 20px !important;
}

.links-buttons li .button-element:hover {
	color: #006ed2;
}

.button-element .icon {
	width: 18px;
	height: 15px;
	position: absolute;
	top: 3px;
	left: 6px;
}

.print .icon {
	background: url(../img/icons/print-icon.png) no-repeat;
}

.archive .icon {
	background: url(../img/icons/archive-icon.png) no-repeat;
}

.swift .icon,
.detalle .icon,
.comprobante .icon {
	background: url(../img/icons/docs-icon.png) no-repeat;
}

select {
	color: #464646;
	margin-top: 0px;
	font-size: 16px;
	width: 100%;
}

.row-content .text-result {
	padding-left: 3px;
}

.module-delivery .content-separate-module {
	border-bottom: none;
}

.modulo-interna .content-module {
	padding: 0;
}
.content-module.target-account div {
	margin: .5rem 0;
	padding: 0;	
}

.content-separate-modal {
	margin-bottom: 20px;
}

.target-account .row-content:last-child {
	margin-bottom: 0 !important;
}

.account-row {	
	display: block;
	margin-bottom: 11px !important;
}

.account-row td {
	padding-top: 7px;
}

.fila-cuenta {
	/* border-bottom: 1px solid #CCC !important; */
	display: block;
	margin-top: 11px !important;
	padding-bottom: 11px !important;
}

.modulo-interna .row-end {
	margin-bottom: 0px !important;
}

.modulo-interna .parrafo-form p {
	margin-bottom: 7px;
}

/*
.tabs-cont-transfer input, .cont-chequeras input {
	width: 100% !important;
}
*/
.modulo-interna .text-align-right {
	text-align: right;
}

.modulo-interna .float-right {
	float: right;
	display: block;
}

.modulo-interna label {
	font-weight: bold;
	padding-left: 26px;
}


@media (max-width: 1024px){
	.tabla-cuenta{
		margin-top: 2rem;
	}

.modulo-interna label.radio-etiqueta {
	font-weight: bold;
	padding-left: 30px;
}
 }
.modulo-interna .title-module {
	font-size: 14px;
	font-weight: bold !important;
}

.modulo-interna .icon-lupa {
	cursor: pointer;
	margin-top: 4px;
}

.modulo-interna .icon-info {
	cursor: pointer;
	margin-top: 3px;
}

.icon-info-datos{
	font-size: 20px;
}

.popover-content {
	width: 200px;
}

.popover {
	font-size: 11px !important;
}
table.table.table-cambio {
	border: 1px solid #e0e0e0;
}
.modulo-interna table,
.modulo-interna td,
.modulo-interna tr {
	padding-left: 0px;
	margin-bottom: 0;
}

.modulo-interna td {
	vertical-align: inherit !important;
  border-top: none!important;
	font-size: 1.6rem;
	padding: 1.2rem;
}

.information-for-the-user {
	margin-bottom: 15px;
}

.information-for-the-user .info-colum p {
	margin-bottom: 5px;
}

.text-properties p {
	margin-bottom: 3px;
	font-size: 16px;
}

.text-properties a {
	text-decoration: underline;
}

/* General Buttons*/
.style-buttons {
	border: none !important;
	min-width: 90px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	padding: 8px 15px 7px 15px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 #dedede;
	box-shadow: 0 1px 3px 0 #dedede;
}

.orange-buttons {
	background-color: #006ed2;
	color: #FFF;
}

.orange-buttons:hover {
	background-color: #464646;
	color: #fff;
}

.gray-button {
	color: #464646;
	background-color: #c8c8c8;
}

.gray-button:hover {
	background: #999;
}

.forward {
	color: #fff;
	background-color: #464646;
}

.forward:hover {
	background-color: #006ed2;
}

/* Breadcrumb */
.breadcrumb>li+li:before {
	content: ">\00a0" !important;
}

.breadcrumb {
	background: none !important;
	padding: 8px 15px 2px 0 !important;
	margin-bottom: 1px !important;
}
 @media (max-width: 768px){
	.breadcrumb{
		text-align: center;
		padding: 15px 0 !important;
		font-size: 1.3rem;
	}
	.filtro-mov {
		margin-top: 12rem;
	}
} 

.breadcrumb>li+li:before  {
	color: #464646 !important;
}

/* Steps module */
.steps-module {
	overflow: hidden;
}

.steps-module .gray-button {
	float: left;
	margin-bottom: 5px;
}

.steps-module .orange-buttons {
	float: right;
}

.steps-module .forward {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.steps-module-limite{
	float: right;
}

@media (max-width: 768px){
	.steps-module-limite{
		float: none;
	}
	}

/* Transfer */
.tabs-cont-transfer {
	font-size: 12px;
}

.tabs-cont-transfer label {
	margin-right: 20px;
}

.target-account span {	
}

.target-account .float-right {
	margin: 10px 0 10px 0;
}
.add-account {
	font-size: 18px;
    font-family: TTCommons-Bold;
}

.modulo-interna .add-account,
.add-account-1,
.add-account-2,
.add-account-3,
.add-account-4,
.add-account-5,
.add-account-6 {
	cursor: pointer;
	margin-bottom: 8px;
	display: block;
}

.info-beneficiario input {
	width: 100% !important;
}

/* Tokens */
.cont-info-token {
	border: none !important;
	padding: 15px 20px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	background: #ddd;
}

.ingresar-codigo button {
	margin-left: 0px !important;
}

.ingresar-codigo .btn-token-mail,
.ingresar-codigo .codigo-enviado,
.attention .text-info2,
.attention .text-info3 {
	display: none;
}

.codigo-enviado input,
.btn-token-mail,
.btn-request-token {
	height: 33px;
}

.btn-request-token {
	margin-top: 25px !important;
}

/* .enter-code {
	margin-top: 25px !important;
} */

.btn-request-token {
	min-width: 50px;
	margin-left: 0px !important;
}

.ingresar-codigo .enter-code {
	display: inline;
	font-size: 13px;
}

.token-fisico-link {
	margin-bottom: 0px !important;
}

.token-fisico-link p {
	margin-bottom: 0px;
}

.token-fisico-link a {
	text-decoration: underline;
}

.info-token {
	margin-top: 5px;
}

#tokensms,
#tokenfisico,
#tokensms p {
	display: none;
}

.info-token-fisico {
	margin-top: 27px;
}

.uso-tokens-internet h2 {
	margin: 30px 0 20px 0;
	font-size: 2.5rem;
	font-weight: 600;
}

.uso-tokens-internet .img-uso-tokens {
	background: #f2f2f2;
	width: 100%;
	margin: 20px 0 20px 0;
}

.uso-tokens-internet .img-uso-tokens img {
	margin: auto;
	display: block;
}

/* End tokens*/
.modal-List-beneficiaries .modal-footer {
	padding-top: 17px;
	border-top: 1px solid #c2c2c2;
}

/*Modal tarjeta de debito*/
.modal-cuentas-asociadas{
	width: 100% !important;
}

/* Modal lista beneficiarios */
.lista-beneficiarios{
	position: relative;
    overflow: auto !important;  
    display: block;    
    overflow-x: hidden;
    max-height: 35rem;
    overflow-y: auto !important;
    height: auto !important;
}

.icon-modal{
	font-size: 34px;
    color: #006ed2;
    padding: 0;
}

.title-beneficiarios{
    font-family: TTCommons-Regular;   
    font-size: 1.7rem;
    font-weight: 600;
    color: dimgray;
    margin-top: .51rem;
}

.lista-beneficiarios table td {
	padding: 7px 0;
	font-size: 13px;
}

.lista-beneficiarios table td .btn-remove {
	float: right;
	margin-right: 10px;
	color: red;
}

.lista-beneficiarios table td.col-xs-1 input[type=checkbox],
.lista-beneficiarios table td.col-xs-1 input[type=radio] {
	margin-left: 10px;
}

.btn-remove {
	cursor: pointer;
}

.lista-beneficiarios .add-beneficiary {
	width: 152px;
    display: block;
    margin-top: 16px;    
    cursor: pointer;
    font-size: 17px;
    float: right;
    font-family: TTCommons-Bold;
}

.img-btn-add-more {
	margin-right: 10px;
}

#target-account-list .select-detino {
	width: 50% !important;
}

#guardar-beneficiario-mensaje {
	margin: 0;
}

.lista-beneficiarios .btns-process a {
	float: right;
}

.lista-beneficiarios .btns-process .orange-buttons:hover {
	color: #fff;
}

.lista-beneficiarios .btns-process {
	margin: 16px 0 3px 15px;
	padding-right: 20px;
}

.add-beneficiary-module {
	display: none;
	margin-top: 20px;
}

.add-beneficiary-module input {
	/*font-size: 13px;
	margin-bottom: 15px;*/
}

.add-benef-button-lista {
	margin-right: -35px;
}

.cancel-beneficiary-button-lista {
	margin-right: 20px;
}

/* End modals*/
/* Modal agregar beneficiario */
.input-add-beneficiario {
	margin-bottom: 15px;
}

.link-resalt a:focus {
	color: #464646 !important;
}

.checkbox input,
.radio input {
	width: auto !important;
	margin-right: 3px;
}

form select {
	margin-right: 20px;
}

.form-inline .span-text {
	margin-top: 0px;
	padding-right: 20px;
}

.form-inline .input-domicilio {
	width: 62% !important;
}

.info-header-modal {
	padding-right: 20px;
}

.info-header-modal p {
	font-size: 13px;
}

/* Chequeras */
#envioDomicilio .icon-info {
	margin: -4px 0 0 10px !important;
}

.table-chequeras {
	margin-bottom: 30px;
}

.modalChequeras {
	height: 331px;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 15px;
}

.modalChequeras h2 {
	margin-bottom: 5px;
	font-size: 17px;
	color: #464646;
	font-weight: bold;
}

.validity-chequeras {
	float: right;
	color: #666;
	font-size: 11px
}

.modalCheques p {
	font-size: 13px;
}

.content-info-code {
	margin: 20px 0 0 0;
}

.content-info-code .module-code {
	width: 100%;
	text-align: left;
	margin: 0 auto 13px auto;
	height: 36px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.content-info-code .info-code {
	margin: auto;
	padding: 10px;
	background: #006ed2;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	text-align: left;
	overflow: auto;
}

.content-info-code .info-code img {
	margin-top: 28px;
}

.content-info-code .title-code {
	text-align: left;
	font-size: 13px;
	margin: 9px 0 5px 0;
	font-weight: bold;
}

.content-info-code .title-info {
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	margin-bottom: 7px;
}

.content-info-code .info-code p {
	color: #FFF;
	line-height: 13px;
}

.table-esquema-chequeras {
	margin-top: 20px;
}

.table-esquema-chequeras .title-table-esquema {
	font-size: 15px;
}

.table-bordered thead {
	border-top: 1px solid #ddd
}

.table-esquema-chequeras td,
.table-esquema-chequeras th {
	vertical-align: middle !important;
	text-align: center;
}

/* End */
/* Tarjetas Ibc */

.ecommerce-detalle {
	font-size: 18px !important;
}

.ibc-content .link-header {
	width: 200px;
	float: right;
	text-align: right;
}

.ibc-content .link-header a {
	display: block;
	font-size: 13px;
}

.ibc-content .btn-abrir-caja-de-ahorro-junior a {
	display: inline;
}

.ibc-content .btn-abrir-caja-de-ahorro-junior .mas-info {
	margin-left: 2px;
}

.productos-listado {
	position: absolute;
	right: 0;
	left: 260px;
}

.productos-listado .icon-list {
	margin: 1rem 0;
	font-family: TTCommons-Light, Arial, san-serif !important;
	color: #006ed2;
	display: block;
	font-weight: 600;
}

.productos-listado a {
	font-size: 18px;
}

.productos-listado a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.productos-listado .icon-list .btn-icons {
	height: 30px;
	width: 30px;
	background: transparent;
	margin: 10px;
}

.productos-listado img {
	max-width: 40px;
}

.statement-info p {
	font-size: 12px !important;
}

.statement-info input {
	margin-right: 10px;
}

.ibc-content .zebra-row,
.ibc-content .zebra-row table {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.ibc-content table td {
	font-size: 13px;
	padding: 6px 8px 4px 8px !important;
}

.ibc-content .marg-top-info {
	padding-top: 7px;
}

/* End */
.cuenta-seleccion h3 {
	float: left;
	display: block;
	width: auto;
	padding-right: 10px;
	padding-top: 10px;
}

.cuenta-seleccion .cuenta-numer {
	/*float: right;
	width: auto;*/
	padding: 0 15px;
}

.cuenta-seleccion {
	padding-bottom: 10px;
}

/* Tarjeta de cr�dito */


/* End */
/*  */
.countries-visit {
	margin-bottom: 0px;
}

.form-inline .countries-visit textarea {
	height: 48px !important;
	overflow-y: hidden;
	resize: none;
}

.form-inline .tel-contact textarea {
	height: 29px !important;
	overflow-y: hidden;
	resize: none;
}

/* Pagos */
.pago-movie h2 {
	padding-top: 15px;
	font-size: 16px !important;
	font-weight: bold;
}

.pago_bps h2 {
	padding-top: 6px;
	margin-bottom: 3px;
	font-size: 18px !important;
	font-weight: normal !important;
}

.pago_dgi h2 {
	padding-top: 18px;
	margin-bottom: 3px;
	font-size: 18px !important;
	font-weight: normal !important;
}

/* End */
/* Orden de pago */
.modalOrdenesPago .modal-title,
.modalTransOtroBanco .modal-title {
	font-weight: bold;
}

.content-orden-pago {
	border: 1px #ddd solid;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
}

.content-orden-pago table {
	width: 100%;
}

.content-orden-pago table td {
	padding: 5px 5px 5px 0 !important;
}

.content-orden-pago td,
.content-detalle td,
.content-swift p,
.content-comprobante p {
	font-size: 10px;
}

.content-comprobante p {
	margin-bottom: 3px;
}

.header-comprobante {
	overflow: hidden;
	padding: 10px 15px 0 15px;
	background: #EEE;
	padding-bottom: 11px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.header-comprobante .logo {
	float: left;
}

.header-comprobante .tel-oca-comprobante {
	margin-top: 4px;
	width: 74px;
	float: right;
	font-size: 11px;
}

.void-function {
	margin-bottom: 15px;
}

.void-function input {
	margin-top: 2px;
}

.cont-swift {
	padding: 10px;
}

/* End */

/* Financiacion de saldos */
.bkp-head {
	padding: 8px;
	margin-right: 0px;
	margin-left: 0px;
	background: #F2F2F2;
	text-align: center;
}

.financiacion-saldos-tab {
	margin-bottom: 20px;
}

.financiacion-saldos-tab #content1 .table {
	margin-bottom: 0px;
}

.financiacion-saldos-tab .ajust-margenes {
	padding: 6px 8px 0 8px !important;
}

.financiacion-saldos-tab .ajust-margenes-top {
	padding-top: 2px !important;
}

.financiacion-saldos-tab .ajust-margenes-top-right {
	padding-top: 2px !important;
	padding-right: 0px !important;
}

.financiacion-saldos .bord-none {
	border: none !important;
}

.financiacion-saldos .nav>li>.bord-none:focus {
	background-color: #FFF !important;
}

.bord-none td {
	border: none !important;
}

.table_head th {
	text-align: right !important;
}

button[type="button"]:disabled {
	background: #999;
}

#cont_listado button[type="button"]:hover:disabled {
	background: #999;
}

.table_off,
.table_off td {
	background: #FBFBFB !important;
}

/* End */
/* Prestmos Amortizables */
.amortizable-pesos table {
	margin-bottom: 0px !important;
}

.prestmos-amortizables .input-text-list {
	height: 34px !important;
}

.prestmos-amortizables-tab {
	margin-bottom: 20px;
}

.prestmos-amortizables .bord-none {
	border: none !important;
}

.prestmos-amortizables .nav>li>.bord-none:focus {
	background-color: #FFF !important;
}

/* End */
/* Vencimientos */

.table-vencimientos {
	text-align: center;
	background: #f3f3f3;
	margin-bottom: 0;
	width: 898px;
}

.vencimientos {
	overflow: auto;
}

.table-vencimientos td {
	vertical-align: middle !important;
}

.table-vencimientos>tbody>tr>td {
	border: 2px solid #ffffff;
	height: 30px;
	font-size: 13px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.table-vencimientos thead tr th {
	text-align: center;
	font-size: 13px;
	padding: 5px;
}

.table-vencimientos>thead {
	background: #fff;
}

.table-vencimientos .bgcolor-head {
	background: #f3f3f3;
	border: 2px solid #FFF;
}

.table-vencimientos .month-white {
	background: #FFF;
}

/* Movimientos actuales modal */
.title-movimientos-actuales-2 {
	margin-bottom: 10px;
}

.table-movimientos-actuales-2 {
	margin-bottom: 20px;
}

.movimientos-actuales-2 {
	overflow: auto;
}

.table-movimientos-actuales-2 td {
	vertical-align: middle !important;
}
.table-movimientos-actuales-2>tbody>tr>td {	
font-size: 14px;  
border-top: none;
border-bottom: 1px solid #e6ecf2; 
padding: 1rem 1rem;
}

.table-movimientos-actuales-2 thead tr th {	
	font-size:13px;
	padding:5px;
	vertical-align: middle;
}

.table-movimientos-actuales-2 thead td:last-child {
	text-align: center;
}

.table-movimientos-actuales-2>thead {
	background: #d4e2f5;
	font-size: 16px;
	color: #006ed2;
}

.table-movimientos-actuales-2 .bgcolor-head {
	background-color: #f4f5f4;
    border: none;
    font-size: 17px;
    color: #45494d;
    padding: 1.2rem 1rem;
    font-family: TTCommons-Bold;
}

.movimientos-actuales-2 .tabla-info thead tr th {
	font-size: 13px;
	vertical-align: middle !important;
}

@media (max-width: 768px) {
	.table-movimientos-actuales-2 {
		width: 741px;
	}
}

/* Movimientos actuales modal */
/* Autorizaciones Pendientes */
.tabla-modal th {
	font-size: 13px;
}

.title-autorizaciones-pendientes {
	margin-bottom: 10px;
}

.table-autorizaciones-pendientes {
	text-align: center;
	margin-bottom: 20px;
}

.autorizaciones-pendientes {
	overflow: auto;
}

.table-autorizaciones-pendientes td {
	vertical-align: middle !important;
}

.table-autorizaciones-pendientes>tbody>tr>td {
	border: 2px solid #ffffff;
	height: 30px;
	font-size: 13px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.table-autorizaciones-pendientes thead tr th {
	text-align: center;
	font-size: 12px;
	padding: 5px;
	vertical-align: middle !important;
}

.table-autorizaciones-pendientes>thead {
	background: #fff;
}

.table-autorizaciones-pendientes .bgcolor-head {
	background: #f3f3f3;
	border: 2px solid #FFF;
}

.total-reservas {
	margin-bottom: 4px;
}

/* End */
/* Solicitud PIN VISA  */
.module-delivery td {
	vertical-align: top !important;
}

.module-delivery p {
	padding-left: 10px;
	padding-right: 10px;
}

.module-delivery .bord-left {
	border-left: 1px solid #CCC
}

/* End */
/* Pago de Tarjetas */
.card-payment-datos {
	margin-bottom: 2rem;
}

.card-payment h2 {
	margin-bottom: 20px;
}

.content-pago-oca .date-of-maturity {
	margin-left: 0px;
}

.module-card-oca {
	border: none !important;
	height: auto !important;
	padding-bottom: 5px !important;
}

.content-pago-oca .content-separate-module {
	padding-bottom: 10px !important;
}

.module-card-oca .form-inline .select-cuenta {
	width: auto !important;
}

.module-card-payment {
	border: 1px solid #d1d4d6;
	border-radius: 1.5rem !important;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	padding: 15px 22px 22px 15px;
	min-height: 500px;
}

.module-card-payment select:disabled {
	color: #CCC !important;
}

.module-card-payment h2 {
	margin-bottom: 20px;
}

.date-of-maturity {
	margin-bottom: 6px;
}

.module-card-payment .module-cont {
	height: 192px;
	padding-bottom: 13px;
}

.module-card-payment .text-monto {
	text-align: right;
}

.pago-oca-visa {
	height: 315px !important;
}

.pago-oca-visa .module-cont {
	height: 157px !important;
}

/* End */
.form-inline .row-content .select-estado-cueta {
	height: 35px !important;
	margin-top: 0px !important;
}

.button-estado {
	margin-top: 5px;
	height: 34px !important;
}

.a-button-estado {
	padding: 9px 30px 10px 30px;
	height: 34px !important;
}

.a-button-estado:hover {
	color: #FFF;
	text-decoration: none;
}

/* Servicios */
.servicios .state h2 {
	margin-bottom: 8px;
}

.list-servicios {
	padding: 0px;
}

.list-servicios a:focus {
	color: #464646;
}

.list-servicios a {
	font-size: 13px;
}

.list-servicios li {
	list-style-type: none;
	padding: 0px;
}

.serv-adheridos {
	overflow: hidden;
}

.btn-servicios-adheridos {
	width: auto;
	font-size: 12px;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	background: #f2f2f2;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

/* End */
/* Pago de Aduana*/
.pago-aduana .btn-aduana {
	margin-bottom: 8px;
}

.dua-por-rut a {
	cursor: pointer;
}

.content-divs-info-dua .table-striped>tbody>tr {
	background-color: #FFF;
}

/* End */
/* Pagos de Facturas */
.pagos-factura h2 {
	margin-bottom: 10px;
}

.servicio-pagar div {
	padding-right: 0px !important;
}

.servicio-info {
	margin-bottom: 22px !important;
}

.servicio-info .popover-content {
	width: auto !important;
}

.servicio-info .popover {
	max-width: 500px !important;
}

.popover-numero-factura {
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
}

.numer-ref-input {
	margin-bottom: 3px;
}

/* End */
/* Combobox Pagos */
.ui-corner-right {
	display: block;
	width: 13px;
	height: 15px;
	background: URL(../img/icons/arrow-select.png) #f2f2f2 !important;
}

.custom-combobox-toggle {
	top: 8px !important;
	right: 3px !important;
}

.custom-combobox-input {
	color: #464646;
	border: none !important;
	background: #f2f2f2 !important;
	height: 32px !important;
	border-radius: 4px;
}

.custom-combobox {
	position: relative;
	display: inline-block;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}

.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

/* End */
/* PayPal */
.cuent-select {
	margin-bottom: 6px !important;
}

.agregar-cuenta {
	padding-top: 13px;
}

.paypal-envio {
	margin-top: 13px;
	padding: 15px 20px 8px 20px;
	border: 1px solid #ef892a !important;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	display: block;
	width: 88%;
}

.info-retiro-paypal p {
	margin-bottom: 2px;
}

#agregar-cuenta-paypal {
	padding: 10px 15px 9px 15px;
}

.add-cuenta-paypal .forward:hover,
.paypal-envio .forward:hover {
	background-color: #006ed2;
	color: #FFF;
	text-decoration: none;
}

.agregar-cuenta .link-cuenta {
	cursor: pointer;
}

.agregar-cuenta .content-cuentas p {
	margin-bottom: 3px;
}

.agregar-cuenta .content-cuentas p:last-child {
	margin-bottom: 0px;
}

.add-cuenta-paypal {
	padding-top: 5px;
}

/* End */
/* Aviso Sms mail */
.bkp-opcion {
	padding: 15px 10px;
	border: 1px solid #C8C8C8 !important;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	display: block;
	width: 100%;
	position: relative;
}

.aviso-sms-mail .element-hide {
	border-top: 1px solid #d7d7d7;
}

.aviso-sms-mail .element-hide h2 {
	margin-bottom: 0px;
	margin-top: 10px;
}

.edit,
.guardar {
	cursor: pointer;
}
.form-inline .campo-data,
.guardar {
	display: none;
}
.guardar img {
	margin-top: 7px;
}
.text-data {
	margin-top: 9px;
	margin-right: 16px !important;
}

.box {
	padding-top: 40px;
}

.btn-form {	
}
.mt-4{
	margin-top: 4rem;
	
}
#tbl-consumo-tarjetas td.checkbox {
    display: table-cell;
}
/* End */
/* Apoderados Restringidos */
.apoderados-restringidos .modulo-bloque {
	margin-bottom: 30px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.apoderados-restringidos .modulo-bloque:last-child,
.apoderados-restringidos .modulo-bloque table {
	margin-bottom: 0px;
}

/* Contactenos */
.fecha {
	padding-right: 0px;
}

.fecha input {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.textarea-site {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	resize: none;
	resize: vertical;
	min-height: 60px;
	max-height: 300px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* End */
/* Edici�n de info de contacto */
.edit-info-contact h2 {
	margin: 0 0 9px;
}

.edit-info-contact table {
	margin-bottom: 0px !important;
}

.tel-fijo td,
.edit-tel-movil td,
.edit-mail td,
.bloqueo-btn td {
	height: 41px;
}

.btn-add {
	margin: 10px 0 33px 0;
	height: 24px;
}

.btn-add .col-sm-12 {
	padding-left: 0px;
}

.add-info-contact-tel-fijo,
.add-info-contact-tel-cel,
.add-info-contact-mail {
	display: block;
	font-size: 13px;
}

.add-tel-fijo-module,
.add-tel-cel-module,
.add-mail-module {
	display: none;
	margin: 10px 0 10px 0;
}

.modific-tel-fijo,
.modific-tel-movil,
.modific-mail {
	cursor: pointer;
}

.modific-tel-fijo-ok,
.modific-tel-movil-ok,
.modific-mail-ok,
.modific-tel-no-ok,
.modific-movil-no-ok,
.modific-mail-no-ok {
	display: none;
	cursor: pointer;
}

.tel-fijo input,
.tel-fijo select,
.edit-tel-movil input,
.edit-tel-movil select,
.edit-mail input,
.bloqueo-btn input {
	display: none;
}

.tel-fijo label,
.edit-tel-movil label,
.edit-mail label,
.bloqueo-btn label {
	margin: 0px !important;
	font-weight: normal;
}

.edit-info-contact table td {
	padding: 3px 5px 3px 5px !important;
}

.btn-remove-info-contact {
	cursor: pointer;
}

.edit-info-contact a {
	cursor: pointer;
}

.edit-info-contact .btns img {
	margin-right: 7px;
	float: right;
}

.tel-fijo-activo input,
.tel-fijo-activo select,
.movil-fijo-activo input,
.mail-fijo-activo input,
.tel-fijo-activo .modific-tel-no-ok,
.movil-fijo-activo .modific-movil-no-ok,
.mail-fijo-activo .modific-mail-no-ok {
	display: block !important;
}

.tel-fijo-activo .btn-remove-info-contact,
.movil-fijo-activo .btn-remove-info-contact,
.mail-fijo-activo .btn-remove-info-contact {
	display: none;
}

.tel-fijo-activo .modific-tel-fijo-ok,
.movil-fijo-activo .modific-tel-movil-ok,
.mail-fijo-activo .modific-mail-ok {
	display: inline !important;
}

.tel-fijo-activo label,
.movil-fijo-activo label,
.mail-fijo-activo label,
.movil-fijo-activo .modific-tel-movil,
.mail-fijo-activo .modific-mail,
.tel-fijo-activo .modific-tel-fijo {
	display: none !important;
}

.bloqueo-btn .btns img {
	display: none !important;
}

.bloqueo-btn input,
.bloqueo-btn select {
	display: none;
}

.tel-fijo-activo .form-control {
	padding: 6px 8px !important;
}

.campo-mail {
	margin-top: 5px;
}

/* End */
/* Prestamos */
.info-prestamo {
	margin-bottom: 26px;
}

.info-dest {
	margin: 26px 0 26px 0 !important;
}

.prestamosPreAprobado .accepts-conditions {
	margin-bottom: 20px;
}

.accepts-conditions label {
	display: inline;
	padding-left: 40px;
}

/* End */
/* Amortizable pre aprobados */
.table_head .aling-center {
	text-align: center !important;
}

.table_head .aling-left {
	text-align: left !important;
}

.table_head .aling-right {
	text-align: right !important;
}

.vencimiento-cuotas {
	margin-bottom: 27px !important;
}

/* End */
/* Inversiones */
.inversiones .steps-module {
	margin-bottom: 10px !important;
}

.cuadrado {
	width: 10px;
	height: 10px;
}

.grafico-inversiones {
	margin: 25px 0px 0px 0px
}

/* End */
/* Comercio Exterior */
.comercio-exterior h2 {
	margin-bottom: 5px;
}

/* End */
/* Perfil de Risgo */
.bgcolor-head-table {
	background: #f2f2f2;
}

.perfil-riesgo h2 {
	margin-bottom: 20px !important;
	margin-top: 30px !important;
}

.info-parrafo p {
	margin-bottom: 20px !important;
}

.perfil-riesgo h3 {
	font-size: 19px !important;
}

.link-foot-inverciones {
	overflow: hidden;
}

.link-foot-inverciones a {
	font-size: 13px;
}

.link-perfil-rieso-home {
	float: right;
	margin-left: 30px;
}

.oper-pendientes-confirm {
	float: right;
}

/* End */
/* Footer */
footer {
	/* height: 40px; */
	width: 100%;	
	border-top: 1px solid #e6ecf2;
	padding: 1rem 0!important;
	background-color: #f2f2f2;
}

footer a {
	color: #a2a2a2;
	font-size: 13px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	margin-right: 1.25rem;
}

footer h2 a{
	color: #006ed2;
	margin-bottom: 10px;
}
	
footer a.contacto{
	font-size: 2.5rem;
}

footer a:hover {
	color: #006ed2;	
}
footer ul{
	display: flex;
	float: unset;
	justify-content: center;
    align-items: center;
}
footer ul li{
	flex-grow: 1;    
	list-style: none;
	font-family: TTCommons-Regular;
}

.radio label {
	padding-left: 0px !important;
}

/* MEDIA QUERIES */
@media (max-width:760px){
	footer{
		height: auto;
		padding: 0 !important;
	}
	footer ul{
		display: block;
		margin-left: 0px;
	}
	footer ul li{
		text-transform: unset;
		margin-bottom: 0px;
	}

	 footer h2 a {
		padding: 20px 0;
		}

	footer a {
		display: inline-block;
		font-size: 1.7rem;
	}

}
@media (min-width: 1400px) {
	.container {
		width: 1390px;
	}
}


/* Issue 9146 */
.modal-servicios-adheridos .modal-sm .modal-body {
	overflow: auto;
}

@media (min-width: 800px) {
	.modal-servicios-adheridos .modal-sm {
		width: 800px;
	}

	.modal-servicios-adheridos .modal-sm .modal-body {
		overflow: auto;
	}
}

/* Fin issue 9146 */
@media (min-width: 768px) {
	.modal-List-beneficiaries .modal-sm {
		width: 70%;
		margin-top: 10%;
	}
}

@media (min-width: 992px) {
	.menu-header ul {
		padding-left: 9px;
	}
}

@media (max-width: 1200px) {
	.submenu-children{
		position: relative !important;
		top: -5px;
		left: 0;
    	box-shadow: none !important;
	}
}

.multicash-forms.form-horizontal .control-label {
	text-align: left;
	font-weight: normal;
}

.modal-eliminar-datos .modal-sm {
	width: 400px;
}

.modal-edit-info-contacto .modal-sm {
	width: 600px;
}

.modal-edicion-beneficiaries .modal-sm {
	width: 600px;
}

.modal-vencimientos .modal-sm {
	width: 800px;
}

.modal-movimientos-actuales .modal-sm {
	width: 800px;
}

.modal-autorizaciones-pendientes .modal-sm {
	width: 900px;
}

.modal-disponible .modal-sm {
	width: 500px;
}

.modal-adicionales .modal-sm {
	width: auto;
	max-width: 700px;
}

.modal-estado-cuenta .modal-sm {
	width: 300px;
}

.modal-seleccion-de-tarjeta-menu .modal-sm {
	width: 600px;
}

.modal-debito-automatico .modal-sm {
	width: 800px;
}

.modal-debito-alta-baja .modal-sm {
	width: 500px;
}

.modal-uso-de-tokens-en-internet .modal-sm {
	width: 600px;
}

.modal-List-promo .modal-promos {
	width: 749px;
	height: 442px;
}

.modulo-scroll {
	margin-top: 10px;
	height: 371px;
	overflow: auto;
	overflow-x: hidden;
}

.bord-right-menu {
	border-right: none;
	height: auto !important;
	padding-top: 0;
	padding-left: 0 !important;
	border-radius: .5rem;
}

#form_error_message ol {
	margin-bottom: 0px !important;
	padding: 0 1rem;
}

.menu-header {
	width: auto;
	height: auto;
}

.menu-ul {
	position: absolute;
	left: 180px;
	top: 0px;
	width: 254px;
	height: 402px;
	z-index: 999;
}

.menu-head,
.colum2-menu {
	cursor: pointer;
	width: 176px;
}

.menu-ul .colum1,
.menu-ul .colum2 {
	float: left;
	margin-right: 5px;
	display: block !important;
	width: 260px;
}

.colum2-menu .menu-ul {
	width: 800px;
}

.marg-right-colum-none {
	padding-right: 0px !important;
}

.flecha-titulo-header {
	top: 8px;
	position: inherit;
}

.dotted-card {
	border: dotted;
    border-color: rgb(230, 236, 242);
}

.dotted-card:hover {
	border: dotted;
}


@media (max-width: 1200px) {
	.menu-header ul {
		border-radius: 4px 4px 4px 4px;
		padding: 8px 10px 8px 10px !important;
	}

	.state {
		margin-left: 15px !important;
	}

	.module-card-payment .module-cont,
	.module-card-payment {
		height: auto !important;
	}

	.module-card-payment {
		margin-bottom: 20px;
	}

	.module-card-payment .text-monto {
		text-align: left;
	}

	.forward-checkbox label {
		display: inline;
	}

	.forward-checkbox {
		padding-left: 21px;
	}

	.ibc-content h2 {
		text-align: center !important;
	}

	.ibc-content .card {
		margin-bottom: 15px !important;
		width: 50%;
		margin: auto;
	}

	.ibc-content .state {
		padding-left: 0px !important;
	}

	form .text-loaded {
		margin-bottom: 15px;
	}

	form .btn-info-movil .input-text-list {
		float: left;
	}

	form .btn-info-movil label,
	.label-movil {
		width: auto !important;
	}

	form .btn-info-movil .icon-info {
		float: left;
		display: block;
		margin: 5px 0 0 6px;
	}

	#envioDomicilio input {
		margin-bottom: 0px !important;
	}

	#envioDomicilio .icon-info {
		margin: 3px 0 0 !important;
	}

	.modulo-interna .input-text-list {
		width: 100%;
		margin-bottom: 15px;
	}

	.tabs-cont-transfer input {
		margin-bottom: 15px;
	}

	.info-colum {
		margin-bottom: 20px;
	}

	.lista-beneficiarios .btns-process {
		margin: 44px 0 3px 0;
	}

	.ingresar-codigo .codigo-enviado .enter-code {
		width: 30% !important;
	}

	.modalCheques {
		overflow: auto;
		margin-bottom: 8px;
	}

	.links-buttons li:first-child {
		margin-left: 3px;
		width: 100%;
	}

	.links-buttons li {
		margin-bottom: 8px;
		width: 100%;
	}

	.navbar-nav>li:first-child {
		border-left: none;
		width: auto;
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 2rem;
		padding: 1rem;
	}

	.navbar-nav>li:first-child img {
		max-width: 100px;
	}

	header .navbar-header {
		float: left;
	}

	.navbar-right {		
		position: absolute;
		right: 0;
	}

	.flecha-titulo-header {
		position: inherit;
	}

	.navbar .navbar-nav>li>a.two-lines-chat {
		width: 115px;
		line-height: 15px;
	}

	/* menu responsive*/
	.menu-header a {
		font-size: 14px;
		padding-top: 15px !important;
		display: block
	}

	.menu-header ul li {
		margin-bottom: 10px;
	}

	.navbar-nav>li {
		width: auto;
		text-align: left !important;
	}

	.navbar-nav>li.dropdown {
		width: unset;
	}
	
	.usuario-dropdown-menu{
		padding-top: 8px !important;
    	padding-bottom: 35px !important;
    	margin-top: 2px !important;
	}
	
	.dropdown-usuario-mobile{
		left: -167px;
    	top: 50px;
    	color:#006ed2;
    	width: 235px !important;
	}

	.navbar-inverse .navbar-nav>li>a {
		font-size: 12px;
		padding-top: 15px;
	}

	.navbar-nav>li.dropdown a {
		padding-top: 10px;
		color: #006ed2;
	}

	.menu-usuario_datos {
		padding: 0;
	}

	.menu-usuario_datos p {
		font-size: 14px;
		text-align: right;
		padding: 0;
		color: white;
	}

	.menu-usuario_datos .date {
		text-align: left;
		font-size: 10px;
		display: none;
	}

	.navbar-nav .open .dropdown-menu.menu-header-chat {
		height: 129px;
		width: max-content;
		min-width: 0;
	}

	.navbar-nav .open .dropdown-menu {
		position: sticky;
		top: 100%;
		min-width: 370px;
		font-size: 14px;
		text-align: left;
		list-style: none;
	}

	.navbar .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: #F5F5F5;
	}

	.menu-usuario.open>.dropdown-menu {
		right: 0;
		left: auto;
	}

	.nav>li>a:focus,
	.nav>li>a:hover {
		border: none !important;
	}

	/* modulos responsive*/
	section.modulo {
		overflow: visible;
	}

	section.modulo .zebra-row,
	section.modulo-interna .zebra-row {
		height: auto;
		padding-bottom: 0;
	}

	section.modulo .zebra-row .col-sm-4,
	section.modulo-interna .zebra-row .col-sm-3 {
		height: auto;
		border: none;
		margin-bottom: 10px;
		text-decoration: none;
	}

	section.modulo a.zebra-row:hover {
		text-decoration: none;
	}

	section.modulo h2 a {
		left: 0px;
		top: 35px;
		font-size: 11px;
	}

	section.modulo.cerrado .contenido {
		overflow-y: auto;
	}

	section.modulo.cerrado.sublink .contenido {
		margin-top: 36px;
	}

	.state {
		margin-left: -15px
	}

	.form-inline select {
		width: 100%
	}

	.table {
		font-size: 12px;
	}

	/* cuentas*/
	section.modulo-interna {
		margin-bottom: 20px;
		overflow: auto;
		/*min-height: unset;*/
	}

	/* Filtro Movimientos cuenta */

.tabs-cont {
	margin-top: 30px;
}


@media(max-width: 992px){


	.filtro-mov>li>a{ 
	border: 1px solid #c8c8c8;
    color: #8c8c8c;
    text-decoration: none;
    background: #e5e5e5;
    font-size: 1.8rem;
    font-weight: initial;
    padding: 1rem;
    border-radius: 30px!important;
	font-family: TTCommons-Regular;
	/*margin-bottom: 20px;*/
	}


.filtro-mov>li>a:hover {
	background: #d4e2f5 !important;
	padding: 1rem;
}


.filtro-mov>li.active>a,
.filtro-mov>li.active>a:focus,
.filtro-mov>li.active>a:hover {
	cursor: default;
	color: #006ed2;
	border: 1px solid #006ed2;	
	font-weight: 700;
	margin: 0;
	margin-right: .2rem;
	font-family: TTCommons-Bold;
	background: #d6ecff;
}

   }

@media(min-width: 1200px){
	.tab-content-cuentas{
		overflow:hidden;
	}


.filtro-mov>li>a {
	 border: 1px solid #e6ecf2;
    color: #8c8c8c;
    text-decoration: none;
    background: #e5e5e5;
    font-size: 1.8rem;
    font-weight: initial;
    padding: 0;
    padding: 1.5rem 4rem !important;
    border-radius: 30px!important;
    font-family: TTCommons-Regular; 
}


}

	.tab-content>.active {
		overflow-x: auto;
	}

	.tab-content,
	.table-content,
	.module-content-rotate {
		display: none;
		/*padding: 2rem!important;*/
	}

	.tab-content,
	.table-content,
	.module-content-rotate,
	#servicios_pago_facturas {
		display: block !important;
	}

	.modulo-interna .radio,
	.modulo-interna .checkbox {
		margin-bottom: 15px !important;
	}

	.modulo-interna .checkbox label {
		padding-left: 30px !important;
	}

	.modulo-interna .accepts-conditions label {
		padding-left: 18px !important;
	}

	.bord-left-menu {
		border-right: none;
	}

	.menu-header {
		height: auto;
		padding: 10px !important;
	}
}

.dropdown-menu-usuario{
   	margin-top: 10px !important;
}

@media (max-width: 768px) and (orientation:landscape) {	

	.step-list .title-step1,
	.step-list .title-step2,
	.step-list .title-step3 {
		font-size: 9px;
		display: none;
	}

	.custom-combobox {
		margin-bottom: 5px;
	}

	.orange-buttons {
		margin-bottom: 5px;
	}

	.movil-marg-bottom input {
		padding-left: 5px;
	}

	.movil-marg-bottom .col-sm-2 {
		padding-right: 15px;
	}

	.generic-form .movil-marg-bottom .input-text-list {
		margin-bottom: 8px !important;
	}

	#target-account-list .modulo-interna .icon-lupa {
		margin-top: -14px;
	}

	.generic-form .attention-button {
		margin-top: 0px !important;
	}

	.generic-form .text-label {
		padding-top: 0px !important;
	}

	.generic-form .text-loaded {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.generic-form .row-content {
		margin-bottom: 9px !important;
	}

	.generic-form .input-text-list {
		margin-bottom: 0 !important;
	}

	.marg-movil-referencia {
		margin-bottom: 27px;
	}

	.movil-cuenta-destino {
		overflow: scroll;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}	

	.text-item-moviles input {
		width: 100% !important;
	}

	#modalMulticash .modal-sm {
		width: auto;
	}

	.radio-movil input[type=radio] {
		margin-bottom: 0 !important;
	}

	.content-width {
		width: 96%;
	}

	.radio input[type=radio],
	input[type=checkbox] {
		position: relative !important;
		margin-left: 0px !important;
	}

	.tab-content,
	.table-content,
	.module-content-rotate {
		display: block;
	}

	.active {
		overflow: visible !important;
	}

	/* Token */
	.btn-request-token {
		width: 100% !important;
	}

	.cont-info-token .ingresar-codigo button {
		margin-top: 20px !important;
	}

	.cont-info-token .codigo-enviado {
		margin-left: 0px !important;
	}

	.cont-info-token .codigo-enviado .enter-code {
		margin-left: 0px !important;
		width: 100% !important;
		margin-top: 20px !important;
	}

	/* End Token */
	.modulo-interna .row-content {
		margin-bottom: 0px;
	}

	.form-inline select {
		margin-bottom: 15px;
	}

	.form-inline .input-domicilio {
		width: 92% !important;
		float: left;
		margin-right: 5px;
	}

	.modalChequeras {
		height: auto !important;
		overflow: visible !important;
	}

	#envioDomicilio .icon-info {
		margin: 0 !important;
	}

	.btn-attention {
		display: -webkit-box;
	}
}

.comentarios-posicion {
	position: relative;
	left: 12px;
}

/* Ajuste facturas (step-list) */

@media (max-width: 500px) {
	
	.btn-group{
		width: 100%;
	}

	.step-list .step-item {
		min-width: 89px !important;
		font-size: 10px;
		margin: 0 5px 0 0 !important;
		padding: 6px 10px !important;
	}

	.style-buttons {
		font-size: 10px;
		padding: 8px 8px 7px 8px;
	}

	.links-buttons {
		display: table;
		margin: auto;
		width: 100%;
		float: none !important;
		display:unset!important;
	}
	#condicionTarjeta, #titularidadTarjeta{
		/*position: fixed;
		left: 159px;
		top: 207px;*/
	}
	.p-5rem-mobile{
		padding-top: 5rem;
	}
		

	/* Step List */
	.content-step {
	  width: auto;
	}
	.step-list {
		margin-bottom: 10px;
	}
	.step-list .step-confirmation {
		left: 42%;
	}

	.step-list p {
		font-size: 12px;
		display: none;
	}

	/* End Step List */
	.modulo-interna .row-content {
		margin-bottom: 0px;
		margin-top: .5rem;
	}

	.form-inline select {
		margin-bottom: 13px;
		width: 100%!important;
	}

	.menu-ul .colum1,
	.menu-ul .colum2 {
		padding-bottom: 0px !important;
	}

	.menu-ul .colum2 {
		padding-top: 0px !important;
	}

}

/* Fin ajuste facturas */
@media (max-width: 992px) {
	.sub-menu {
		background: none !important;
	}
}

/* impresion */
@media print {
	a[href]:after {
		content: none !important;
	}

	.col-sm-3 {
		width: 25%;
		margin-bottom: 30px;
		margin-top: 20px;
		margin-right: 10px;
		padding-top: 10px;
	}

	.col-sm-3 {
		float: left;
	}

	.cuenta-numer {
		display: none;
	}

	.space-print {
		width: 20% !important;
		padding-bottom: 13px !important;
	}

	.module-content-rotate,
	.tab-content,
	.table-content {
		display: block !important;
	}

	.only-print {
		display: block;
		padding: 10px 0;
		width: 100%;
	}

	.btn-expand_table {
		display: none;
	}

	.btn-compress_table {
		display: none !important;
	}

	.print-none {
		display: none;
	}
}

/* Ajuste FOOTER - Ingreso por primera vez. */
.footer-ingreso {
	position: fixed !important;
}

/* Ajuste tarjeta de cr�dito responsive */
@media (max-width: 767px) {
	.ibc-content .link-header {
		width: 200px;
		float: left;
		margin-top: 8px;
		text-align: left;
		clear: both;
	}

	.estado-de-cuenta {
		margin-left: 0px !important;
	}
}

@media (max-width: 992px) {
	.estado-de-cuenta {
		margin-left: 115px;
		padding-right: 0px;
		margin-top: 8px;
	}
	.m-text-center {
		text-align: center;
	}
	.number-lg {
		font-size: 2.2rem;
	    font-weight: normal;
	}
}

@media (min-width: 993px) {
	.securecode-text-center {
		text-align: inherit;
	}
}

@media screen and (min-width: 576px) and (max-width: 992px) {
	.securecode-text-center {
		text-align: center;
	}
}

@media (max-width: 580px) {

.m-nic-text-center {
	text-align: center;
}
 }

@media (max-width: 580px) {
.number-lg-nic {
	font-size: 3rem;
	font-weight: normal;
}
 }

@media screen and (min-width: 576px) and (max-width: 992px) {
	.num-doc-mobile {
		/* max-width: 75% !important; */
	}
}

.align-nic {
	text-align: left;
}

@media (max-width: 580px) {
	.align-nic {
		text-align: center;
	}
	 }

/* Fin Ajuste tarjeta de cr�dito responsive */

@media (max-width: 375px) {
	.step-list .step-4-002 {
		left: 23%;
	}

	.step-list .step-4-003 {
		left: 50%;
	}

	.step-list .line-4-1 {
		width: 20%;
		height: 2px;
		float: left;
	}

	.step-list .line-4-2 {
		width: 20%;
		height: 2px;
		float: left;
	}

	.step-list .line-4-3 {
		width: 50%;
		height: 2px;
		float: left;
	}

	.step-list .step-4-004 {
		right: -1px !important;
	}
}

@media (max-width: 667px) {
	.step-list .step-4-004 {
		right: -15px;
	}
}

.ibc-detalle {
	padding-top: 5px;
}

@media (max-width: 768px) {
	.btn{
		width: 100%;
		margin: 1rem 0;
	}
	.ibc-detalle {
		padding-left: 0px !important;
	}

	.ibc-detalle div {
		padding-left: 5px !important;
	}
	.ver-mas-button{
		position: unset;
		margin: 0 1rem;
		width: 95%;
	}
}

.vacio {
	height: 18px;
}

/* Ajustes responsive cuentas */
@media (max-width: 475px) {
	.cuenta-seleccion .cuenta-numer {
		float: none;
		width: auto;
	}
	.dropdown-backdrop {
	  position: static;
	}
	.nav-tabs>li>a{
		font-size: 13px!important;
	}
}

.marg-cuentas {
	margin-bottom: 0 !important;
}

/* Fin ajuste cuentas */

/* Ajustes eurobonos */
@media all and (max-width: 992px) {

	.table-bordered>thead>tr>td,
	.table-bordered>thead>tr>th {
		border-bottom-width: 2px;
		white-space: nowrap;
	}
}

/* Fin ajuste eurobonos */

/* Ajuste IE10 */
input::-ms-clear {
	display: none;
}


/*Solicitud de Cr�ditos*/
.title-clari {
	text-align: right;
	display: inline-block;
	position: absolute;
	right: 28px;
	font-size: 15px;
	top: 2px;
	color: #006ed2 !important;
}

#check-show {
	display: none;
}

/* Fin ajuste tablas scrolleable */


/* verificar-1 */
.prestamosPreAprobado .accepts-conditions {
	margin: 20px 0;
}

form h2,
.modulo-interna h2 {
  font-weight: bold;
  font-size: 2.5rem;
  position: unset;
  margin: 1rem 0;
  font-family: TTCommons-Regular;
  color: #006ed2;
  text-align: left;
}
h1.empresas-title, h1.parati-title {
	font-size:24px;
	border-bottom:1px #ccc solid;
	width:100%;
	padding-bottom:10px;	
}

h1.empresas-title {
	margin: 30px 0 15px;
}

h1 .attention-button {
	margin-left: 10px;
}

h1 .popover {
	color: #000;
}

h2.empresas-nombre {
	margin: 30px 0 10px;
	font-weight: bold;
}

h2.empresas-nombre span {
	font-weight: 300;
	color: #777;
	font-size: 16px;
}

.attention.text-properties {
	margin-top: 1.5rem;
	line-height: 2.2rem;
}

.attention.text-properties-padding{
	padding: 20px 40px;
}

.form-group select {
	margin-top: 5px;
	padding-right: 20px;
	box-shadow: none;
	border: none;
	font-size: 13px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: URL(../img/icons/arrow-select.png) #f2f2f2 !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
}

#checkbox-terminos {
	margin-bottom: 2px;
}

.accepts-conditions {
	margin-top: 20px !important;
}

.response-top {
	margin-top: 20px;
}

.info-visible-xs {
	display: none;
}

.visible-xs-inline {
	display: none;
}

.main-sol-cred select.form-control {
	margin-top: 0 !important
}

/*media queries Solicitud cr�ditos*/
@media (max-width: 768px) {
	.main-sol-cred section.modulo h2.flex {
		padding-bottom: 8px;
	}

	.main-sol-cred section.modulo h2.flex-solicitud {
		padding-bottom: 8px;
	}

	.main-sol-cred .title-clari {
		font-size: 12px;
		top: 18px;
		left: 0px;
		right: initial;
		text-align: left;
	}

	.main-sol-cred .style-buttons {
		margin: 20px 0
	}

	.info-visible-xs {
		display: inline-block
	}
	
	.visible-xs-inline {
		display: inline !important;
	}

	.scroll-table {
		max-height: 505px;
		overflow-y: hidden;
		width: 100%;
	}
}

/*Clases para Alquileres - Transferencias*/

.div-alquiler {
}
.div-alquiler-principal{
	background-color: #e6ecf2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 11px;
}

/*Confirmacion y comprobante*/

.confirmacion-paso-dos{
	font-size: 70px;
    box-shadow: 0px 0px 0px 1px #f0b941;
    border-radius: 5.5rem;
    padding: 13px;
    background: #f0b941;
    color: #fff;
}

.comprobante-exito{
	font-size: 70px;
    box-shadow: 0px 0px 0px 1px #97d700;
    border-radius: 5.5rem;
    padding: 13px;
    background: #7db849;
    color: #fff;
}

.title-confirmar {
    color: #F0B941 !important;
    margin-top: 35px !important;
	font-size: xx-large !important;
	text-align: center;
}

@media (max-width: 768px){
	.title-confirmar {
	font-size: 25px!important;
	}
}

.title-exito {
    color: #7db849 !important;
    margin-top: 35px !important;
    font-size: xx-large !important;
}

/* issue 8894 */
@media print {
	.menu-usuario .hidden-xs {
		display: block !important;
	}

	.menu-usuario .hidden-sm {
		display: block !important;
	}

	/* issue 8651 */

	.title-print {
		margin-left: 15px;
	}

	.pull-right {
		margin-right: 31px;
	}

	/* fin issue 8651 */
}

/* fin issue 8894 */

.content-orden-pago .table-modal-comercio-exterior td {
	padding: 5px !important;
}

.content-orden-pago .table-modal-comercio-exterior {
	margin-top: 8px;
}

.content-orden-pago .table-modal-comercio-exterior-2 td {
	padding: 5px !important;
}

.content-orden-pago .table-modal-comercio-exterior-2 {
	border: 1px solid #ddd;
	margin-top: 8px;
}

/* Issue 8648 */

.not-padding-left {
	padding-left: 0px;
}

@media (max-width: 768px) {

	.content-beneficiarios {
		padding-left: 15px !important;
	}

	.marg-bottom {
		margin-bottom: 0px !important;
	}
	#cuentTerceros,
#cuentaPropia {
	padding: 0;
}
}

.marg-bottom {
	margin-bottom: 20px;
}



/* Fin Issue 8648 */

/* Ajustes upgrade 16/09/2016 */

.marg-right {
	margin-right: 18px !important;
}

/* UPGRADE */
.adic-table {
	display: none;
}

/* encuesta*/
.encuesta h2 {
	margin-bottom: -4px;
	margin-top: 14px
}

/*Creditos pre aprobados*/
.sect-pre-aprobado {
	padding-top: 0;
}

.sect-pre-aprobado h2,
.pre-apr-inner h2 {
	margin-top: 0;
}

.sect-pre-aprobado h2 span {
	font-weight: normal;
	color: #888;
}

.pre-apr-inner .calendar {
	width: 100%;
}

.pre-apr-inner .marg-top {
	margin-top: 9px;
}

a.style-buttons:hover {
	text-decoration: none;
	color: #fff;
}

.sect-pre-aprobado .form-control {
	width: 100%;
}

/*Moneda y monto Fix*/

.moneda-mont {
	width: 100% !important;
	margin-left: 10px;
}

/* acordeon internas*/
.mod-acordeon-int h2 {
	margin: 0;
	font-size: 18px;
	font-weight: normal
}

.perstamo-amortizable-content,
.tarjeta-visa-content {
	display: none;
}

.modalInversiones {
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	padding-right: 15px;
}

.modalInversiones h2 {
	margin-bottom: 5px;
	font-size: 17px;
	color: #464646;
	font-weight: bold;
}

/* 170512 - Email */
.modal-servicios-adheridos-debito .modal-sm .modal-body {
	overflow: auto;
}

@media (min-width : 767px) {
	.modal-servicios-adheridos-debito .modal-sm {
		width: 900px;
	}

	.modal-servicios-adheridos-debito .modal-sm .modal-body {
		overflow: auto;
	}

	.label-titulo-alquiler {
		padding: 0px;
	}

	.label-alquiler-transferencias {
		padding-right: 0px;
		width: 22%;
	}

	.input-alquiler-transferencias {
		padding-left: 0px;
	}

	.actuacion-alquiler-transferencias {
		width: 16%;
	}

	.tipo-documento-alquiler-transferencias {
		width: 18%;
	}

	.label-documento-alquiler-transferencias {
		width: 23%;
	}

	.div-documento-alquiler-transferencias {
		width: 32.5%;
	}

}

.label-documento-alquiler-transferencias{
	padding-left: 3px !important; 
	padding-right: 0px !important; 
	left: 11px !important;
}

.align-icon-input{
	margin-top: 9px !important;
}

/* Agregado nuevo por ajustes 10/08/2017 */

.modulo td .module-arrow {
	display: block;
	position: absolute;
	right: 0;
	width: 14px;
	height: 9px;
	top: 50%;
	margin-top: -4px;
	background-image: url(../img/icons/module-arrow.png);
	background-position: bottom left;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	cursor: pointer;
}


td.flex {
	cursor: pointer;
	position: relative;
}

.modulo .contenido {
	border-top: 1px solid #D8D6D5;
	margin-top: 10px;
	padding: 10px 0 0;
}

.modulo.abierto .module-arrow {
	background-position: top left;
}

.modulo.cerrado .contenido {
	display: none;
}

.modulo.abierto .contenido {
	display: block;
}

.list-content td {
	font-size: 12px;
}

.list-cnt {
	border-top: none !important;
	padding-top: 0px !important;
	margin-bottom: 10px;
}

.inversiones-content .module-arrow {
	margin-right: 5px;
}

.inversiones-content a {
	text-decoration: none;
}

.inversiones-content .table-striped>tbody>tr>td {
	font-size: 13px;
}

.inversiones-content .table-striped {
	margin-bottom: 3px !important;
}

.inversiones-content .item-total {
	background-color: #ccc;
}

.inversiones-content .total-table {
	width: 100%;
}

.item-table {
	cursor: pointer;
}

.some-container .tooltip-inner {
	width: 100%;
}

.imagen-beneficio {
    border-radius: 1.5rem;
    padding: 0px 10px;
}

/* Select2 */
.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin: 15px 5px;
	background: #fff;
	color: #000;
	border: 1px solid #006ed2;
	border-radius: 20px;
	padding: 3px 10px;
	box-shadow: none;
	font-size: 1.5rem;
}

.select2-container .select2-results li.highlighted {
	background-color: #006ed2;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #006ed2), color-stop(90%, #006ed2));
	background-image: linear-gradient(#006ed2 20%, #006ed2 90%);
	color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #006ed2 1px;
	outline: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #006ed2;
	color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: black;
	float: right;
	margin-left: 5px;
}

/* Nueva tarjeta - HH */
#tc-button {
	background-color: #ff7600;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 9px 5px 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	text-align: center;
	text-decoration: none;
}

@media only screen and (max-width: 354px) {
	#tc-button {
		position: relative;
		top: auto;
		transform: none;
		left: 0px;
		right: 0px;
	}
}

#tc-banner {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #c8c8c8;
	font-family: Arial;
	font-size: 14px;
	height: auto;
	max-width: 980px;
	padding: 24px 40px 24px 30px;
	position: relative;
	width: calc(100% - 48px)
}

#tc-banner>div {
	display: inline-block;
	vertical-align: top
}

#tc-banner .left-content {
	margin-right: 32px
}

#tc-banner .left-content img {
	height: auto;
	max-width: 104px;
	width: 100%
}

#tc-banner .middle-content {
	max-width: 402px;
	width: 100%
}

#tc-banner .middle-content h2 {
	color: #006ed2;
	font-family: Arial;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 6px;
	margin-top: 0
}

#tc-banner .middle-content p {
	color: #5f5f5f;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.43;
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 15%
}

#tc-banner .right-content {
	height: auto;
	right: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

#tc-banner .right-content a {
	background-color: #ff7600;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 36px 8px;
	text-align: center;
	text-decoration: none;
	margin: auto
}

@media only screen and (max-width:820px) {
	#tc-banner {
		padding: 24px 24px 30px
	}

	#tc-banner>div {
		display: block
	}

	#tc-banner .left-content {
		margin-right: 0;
		margin-bottom: 16px
	}

	#tc-banner .middle-content {
		margin-bottom: 24px;
		max-width: none
	}

	#tc-banner .middle-content h2 {
		font-size: 20px
	}

	#tc-banner .middle-content p {
		font-size: 15px
	}

	#tc-banner .right-content {
		position: relative;
		top: auto;
		transform: none;
		left: 0
	}

	#tc-banner .right-content a {
		font-size: 16px;
		padding: 12px 36px 13px
	}
}

/* 21/6/2019 - Comprobantes de Facturacion Electronica */
#header_comprobante .monto {
	text-align: right;
	width: 320px;
	font-weight: 600;
}

.logout-icono {
	margin-left: 10px;
	transform: rotate(90deg);
}

/* Grilla bootstrap */
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3>* {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6>* {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (max-width: 576px) {
	#beneficiary-add-module #form_error_message {
		width: 80%;
	}
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
	
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
	.only-mobile{
		display: none!important;
	}	
}

@media (min-width: 1200px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
	form#cambioDomicilio-form .border-top-content {
		width: 50%;
	}
	form#actualizacionDatos-form .border-top-content {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}



.c-flex{
	display: flex !important;
	margin-left: 8px;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-flex-santander {
		display: -ms-flexbox;
		display: flex;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.inner-title {
	margin: 2rem 0;
    font-weight: bold;
    font-size: 2.5rem;
    color: #000!important;
    font-family: TTCommons-Bold;
    opacity: .6;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

/*Margenes y padding*/
.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.row.d-flex {
	flex-wrap: wrap;
}

.tarjetas-home {
	float: left;
	padding: 0;
}
.tarjetas-home img {
	height: 103px;
	width: auto;
}
.tarjetas-home.solo-oca img {
    height: 103px;
    width: auto;
}
.col-sm-4.datos-state {
	float: left;
}


@media (max-width: 480px) {

.tarjeta-credito-info-mobile {
	top:0px;
}
 }

.dropdown-tarjetas{
	width: 30% !important;
}

.botones-servicios-tarjetas:hover{
	color: #006ed2 !important;
	background: #d6ecff !important;
	border-radius: 1rem;
	box-shadow: inset 0 0 0 1px #006ed2;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	left: 8px !important;
    padding-left: 5px !important;
    padding-right: 15px !important;
}

.dropdown-tc-td{
	width: 50% !important;
}

@media (max-width: 768px){
	.dropdown-tc-td{
		width: 100% !important;
	}
	.justify-content-between-mobile {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
}

.hiddenElem {
	display: none;
}

@media screen and (max-width: 575px) {
	/*.opciones-button {
		margin-right: 0px !important;
		width: 100%;
	}

	.opciones-button>a,
	.opciones-button>button {
		width: 100%;
		margin-bottom: 10px;;
	}*/
}

@media screen and (min-width: 576px) {
	.col-sm-4.datos-state {
		flex: 0 0 20%;
		max-width: 20%;		
	}
}

@media screen and (min-width: 992px) {
	.col-sm-4.datos-state {	
	}
}

/* Versión anterior de mi Cuenta - Tooltip */


.version_anterior-mi_cuenta {
	position: absolute; 
	right: 0px;
	/*z-index: 2000; */
}

@media screen and (max-width: 768px) {	
	.card-dashboard .position-button {
		position: unset;
		width: 100%!important;
		margin: 2rem 0;
	}
	.card-dashboard-hover .position-button {
		position: unset;
		width: 100%!important;
		margin: 2rem 0;
	}
}
 
.version_anterior-mi_cuenta ul {
	list-style: none;
}

.version_anterior-mi_cuenta ul li {
	display: block;
    color: rgb(131, 131, 131);
    background: #fff;
	padding: 15px 0;
    font-size: 20px;
    text-decoration: none;
    /* -webkit-transition: all 2s ease; */
    -o-transition: all 2s ease;
    transition: all 1.5s ease-out;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    box-shadow: 5px 5px 5px 0px rgba(151, 151, 151, 0.75);
	/*transform: translateX(5%); */
	position: relative;
    left: 0px;
}

.version_anterior-mi_cuenta ul li .icon-info {
	font-size: 40px;
	color: #006ed2;
}  

.version_anterior-mi_cuenta ul li .icon-chevron-left {
	font-size: 25px;
	padding: 0;
}

.version_anterior-mi_cuenta ul li .icon-chevron-right {
	font-size: 25px;
	padding: 7px 0;
}

.version_anterior-mi_cuenta ul li.active {
	display: flex;
	background: #fff; 
	padding: 15px 10px; 
	transform: translateX(0%);
}

li:not(.active) p.texto-version-anterior {
	display: none;
}

.version_anterior-mi_cuenta ul li.active p {
	display: block;
	font-size: 1.5rem;
}

.otros-servicios {
	padding: 10px 1rem;
    top: 95px;
    left: 365px;
    border-radius: 1rem;
    padding-right: 26px;
	display: -ms-grid!important;
}

.btn-servicios{
	font-size: 24px;
    box-shadow: 0px 0px 0px 1px #006ed2;
    border-radius: 2.5rem;
    padding: 6px;
}

.btn-seguros{
	font-size: 24px;
    box-shadow: 0px 0px 0px 1px #006ed2;
    border-radius: 2.5rem;
    padding: 6px;
    color: #006ed2;
}

.otros-servicios a {
	display: flex;
	align-items: center;
	min-width: 250px;
	font-size: 16px;
	margin: 2rem 4px;
	line-height: normal;
	font-family: TTCommons-Regular, Arial, san-serif !important;
}

.otros-servicios a>span {
	margin-right: 1rem;
}

.otros-servicios a>span>img {
	max-width: 45px;
}

.btn-group.open .btn-fantasma-azul.dropdown-toggle {
	box-shadow: none;
	background: #006ed2;
	color: #fff;
}

.modulo-interna.paso-dos{
	max-width: initial;
	margin: auto;
	margin-bottom: .75rem;
}

@media screen and (max-width: 760px) {
	.otros-servicios {
		left: 0;
		position: fixed;
		top: 58px;
		width: 100%;
		padding-top: 20px;
		margin-right: 15px;
		top: 0!important;
		margin: 0;
		border: none;
		height: 100%;
		position: fixed!important;
		margin-bottom: 0px!important;
		margin-left: 0px!important;
		overflow: auto;
	}
	.otros-servicios h3{		
		font-weight: 600;
		padding: 2rem;
		margin: .5rem;
	  
	}
	.otros-servicios a{
		font-size: 20px;
		margin: 1rem;
		padding: 1rem;
		
	}
}

.content-confirmacion-comprobante{
	width: 55%;
}
.combo-boton-transfer .otros-servicios {
    top: 55px;
    right: 0;
    left: unset;
}
.modulo-interna.paso-exito{
	max-width: initial;
	margin: auto;
	margin-bottom: .75rem;
}

.modulo-interna.paso-exito h2{
	text-align: center;
}

.container-datos-debito{
	padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .4rem;
}
#cotizacionesDiv{
	display: none;
    overflow: hidden;
    position: absolute;
    width: auto;
    height: auto;
    top: auto;
    bottom: 43px;
    /* left: 0; */
    /* margin-right: 60px; */
    margin-left: -5%;
}
#cotizacionesDiv table {
    width: 100%;
    text-align: right;
}

#cotizacionesDiv td, #cotizacionesDiv th {
	font-size: 11px;
}

.close.btn-cerrar {
	opacity: unset;
    margin-top: 21px;
    float: left;
}

.agenda {
	border-radius: 0px 1rem 1rem 0px !important;
    padding: 4.2px 8.7px;
    margin-top: 5px;
    background-color: #006ed2;
    color: white;
    font-size: 20px;
}

@media screen and (min-width: 768px){
	.agenda {
		margin-bottom: 5px;
		padding: 4.9px 8px; }
	 }
@media screen and (max-width: 768px){
	.agenda{
		margin-top: 0px!important;
	}
}

/*Dropdown Tarjet de debito*/
.dropdown-debito{
	width: 50% !important;
}

@media screen and (min-width: 500px) and (max-width: 767px){
	.dropdown-debito{
		width: 100% !important;
	}
}
/*Mobile tarjeta de debito*/

.btn-servicios-mobile-debito{
	position: unset!important;

}

/*Mobile tarjeta de credito*/
@media screen and (min-width: 249px) and (max-width: 497px) {
	.dropdown-otros-servicios{
	}	
}

@media screen and (min-width: 701px) and (max-width: 767px) {
	/*.botonera-mobile{
		left: 129px !important;
    	bottom: 190px !important;
	}
	
	.boton-estado{
		width: 126% !important;
		right: 19px !important;
	}
	
	.boton-servicios{
		width: 126% !important;
    	left: 43px !important;
	}
	
	.boton-pagar{
		width: 493% !important;
	}
	
	.boton-estado-mobile{
		top: 58px !important;
   	 	right: 97px !important;
	}
	
	.boton-servicios-mobile{
    	top: 58px !important;
    	right: 96px !important;
	}
	
	.titulo-tarjeta-mobile{
		left: 129px !important;
    	bottom: 194px !important;
	}
	
	.dropdown-otros-servicios{
		position: fixed !important;
		left: 385px !important;
    	top: 315px !important;
    	width: max-content !important;
	}*/
}

@media screen and (min-width: 651px) and (max-width: 700px) {
	
	/*.botonera-mobile{
		left: 129px !important;
    	bottom: 190px !important;
	}
	
	.boton-estado{
		width: 117% !important;
	}
	
	.boton-servicios{
		width: 117% !important;
    	left: 40px !important;
	}
	
	.boton-pagar{
		left: 18px !important;
    	width: 456% !important;
	}
	
	.boton-estado-mobile{
		top: 58px !important;
   	 	right: 97px !important;
	}
	
	.boton-servicios-mobile{
    	top: 58px !important;
    	right: 96px !important;
	}
	
	.titulo-tarjeta-mobile{
		left: 129px !important;
    	bottom: 194px !important;
	}
	
	.dropdown-otros-servicios{
		position: fixed !important;
		left: 328px !important;
    	top: 316px !important;
    	width: max-content !important;
	}*/
}


@media screen and (min-width: 576px) and (max-width: 650px) {
	/*.botonera-mobile{
		left: 129px !important;
    	bottom: 190px !important;
	}
	
	.boton-pagar{
		/*width: 371% !important;
	}
	
	.boton-estado-mobile{
		top: 58px !important;
   	 	right: 116px !important;
	}
	
	.boton-servicios-mobile{
    	top: 58px !important;
    	right: 125px !important;
	}
	
	.titulo-tarjeta-mobile{
		left: 129px !important;
    	bottom: 194px !important;
	}*/
}	
 
@media screen and (min-width: 498px) and (max-width: 575px) { 
	/*#grupoBotones{
		width: 100%;
	}
	.titulo-tarjeta-mobile{
		left: 130px !important;
    	bottom: 193px !important;
	}
	
	.botonera-mobile{
		left: 129px !important;
    	bottom: 193px !important;
	}
	
	.boton-pagar-mobile{
		width: 75% !important;
	}
	
	.boton-estado-mobile{
		width: 50% !important;
	}
	
	.boton-servicios-mobile{
		left: 7px !important;
    	width: 50% !important;
	}*/
	
	.padding-boton-mobile{
		padding-right: 5px !important;
		padding-left: 5px !important;
	}
	
	.dropdown-otros-servicios{
		    position: fixed !important;
    left: 195px !important;
    top: 317px !important;
    width: max-content !important;
	}
}

@media screen and (min-width: 1201px) {
	.only-mobile-and-tablet {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) { 
	.boton-pagar{
		/*width: 369% !important;
		right: 8px !important;*/
	}
	
	.boton-servicios{
		/*left: 0 !important;
    	top: 5px !important;*/
	}	
	
	.boton-estado{
		right: 8px !important;
	}
	
	.boton-estado-mobile{
		/*top: 56px !important;
    	right: 117px !important;*/
	}
	
	.tarjeta-credito-info{
    	/*margin-top: 40px !important;
    	right: 120px !important;*/
	}
	
	.dropdown-otros-servicios{
		left: -126px !important;
    	top: 50px;
	}
}

@media screen and (max-width: 760px){
	.dropdown-otros-servicios{
		left: 0 !important;
	    position: fixed !important;
	    top: 58px !important;
	    width: 100% !important;
	    padding-top: 20px !important;
	    margin-right: 15px !important;
	    top: 0!important;
	    margin: 0 !important;
	    border: none !important;
	    height: 100% !important;
	    position: fixed!important;
	}
	.btn-servicios-mobile-debito{
		display: contents;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 
	.boton-pagar{
		/*right: 274px !important;
    	width: 192% !important;
    	top: 140px !important;*/
	}
	
	.boton-estado-mobile{
		/*top: 140px !important;
    	right: 142px !important;*/
	}
	
	.boton-servicios-mobile{
		/*top: 89px !important;
		left: 148px !important;*/
	}
	
	.tarjeta-credito-info{
    	/*margin-top: 80px !important;
    	right: 152px !important;*/
	}
}

/*Mobile tarjeta de debito*/
.dropdown-otros-servicios-debito a{
	max-width: 32%;
}
@media screen and (min-width: 268px) and (max-width: 497px){
	.dropdown-otros-servicios-debito{
		/*top: 526px;
    	width:100%;	
    	position: initial;*/
	}
}
	
@media screen and (min-width: 498px) and (max-width: 575px){
	/*.titulo-tarjeta-debito-mobile{
		left: 129px !important;
    	bottom: 193px !important;
	}*/
	
	/*.boton-servicios-mobile-debito{
		bottom: 177px;
    	left: 129px;
    	width: 70% !important;
	}
	
	.row-height{
		height: 5px !important;
	}	
	
	.dropdown-otros-servicios-debito{
		    top: 291px !important;
    width: auto !important;
    left: 168px !important;
	}*/
}
@media screen and (min-width: 576px) and (max-width: 630px){
	/*.titulo-tarjeta-debito-mobile{
		left: 129px !important;
    	bottom: 193px !important;
	}
	
	.boton-servicios-mobile-debito{
		bottom: 177px !important;
    	left: 70px !important;
    	width: 211% !important;
	}
	
	.row-height{
		height: 5px !important;
	}
	
	.dropdown-otros-servicios-debito{
		top: 291px !important;
    left: 187px !important;
    width: 62% !important;
	}*/
}
@media screen and (min-width: 631px) and (max-width: 768px){
	/*.titulo-tarjeta-debito-mobile{
		left: 129px !important;
    	bottom: 193px !important;
	}
	
	.boton-servicios-mobile-debito{
		bottom: 198px !important;
    	left: 70px !important;
    	width: 240% !important;
	}
	
	.btn-servicios-mobile{
		left: 116px !important;
   		width: 30% !important;
    	top: -54px !important;
    	bottom: 3px !important;
	
	
	.row-height{
		height: 5px !important;
	}	
	
	/*.dropdown-otros-servicios-debito{
		    top: 213px !important;
    width: 60% !important;
    left: 214px !important;
	}*/
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.titulo-tarjeta-debito-mobile{
		left: 129px !important;
    margin-top: 3rem;
    bottom: 193px !important;
	}
	
	.boton-servicios-mobile-debito{
		/*right: -340px !important;*/
		bottom: 152px !important;
		/*width: 109% !important;*/
	}
	
	.row-height{
		height: 5px !important;
	}
	
	.dropdown-otros-servicios-debito{
		left: 150px !important;
		right: 30px !important;
		/* top: -199px !important; */
		/* width: 180% !important;*/
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.titulo-tarjeta-debito-mobile{
		left: 129px !important;
    	bottom: 193px !important;
	}
	
	.boton-servicios-mobile-debito{
		bottom: 183px !important;
    	/*left: 465px;*/
	}
	
	.row-height{
		height: 5px !important;
	}

}
@media screen and (min-width: 760px) and (max-width: 1199px){
.dropdown-otros-servicios-debito{
	/*top: -200px !important;
	width: 626% !important;
	left: -356px !important;*/
}
}

@media (min-width: 1200px){
	.dropdown-otros-servicios-debito{	
    left: 0;  
    top: 45px;
    position: absolute;
    width: 100%;   
	}
}
@media (min-width: 1200px){
	.dropdown-otros-servicios{
		left: -828px;
    	top: 50px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.dropdown-otros-servicios{
		left: -515px;
		top: 50px;
		width: 900px;
	}
}
@media screen and (max-width: 1200px){
	.btn-servicios-mobile-debito{
		margin-left: 126px!important;
	}
	.dropdown-otros-servicios-debito{
	width: 80%;
    left: 112px;
	top: -133px;
	}

}

/*Tipo de cambio mobile*/

@media (min-width: 1200px){
	.card-tipo-cambio{
		margin-left: -110px !important;
	}	
}

/*Dropdown transferir*/
@media screen and (min-width: 576px) and (max-width: 622px){
	/*.dropdown-transferir-mobile{
		top: 389px !important;
    	left: 331px !important;
    	width: 38% !important;
	}*/
}
@media screen and (min-width: 623px) and (max-width: 769px){
	/*.dropdown-transferir-mobile{
		top: 361px !important;
    	left: 331px !important;
    	width: 38% !important;
	}*/
}
@media screen and (min-width: 320px) and (max-width: 769px){
	.dropdown-transferir-mobile{		
    	position: static !important;
	}
}
@media screen and (max-width: 768px) and (min-width: 1024){
	.combo-boton-transfer{
		display: flex;
	}

}

/*Stepper*/



.icono-stepper-1{
	margin-left: 3px;
    margin-top: 2px;
}


@media (max-width: 768px) { 
	
	.icono-stepper-1 i{
	display: none;
	}
	.titulo-mobile-servicios{
		margin-left: 0!important;
	}	

	.float-unset-mobile{
		float: unset!important;
	}
	.text-center-mobile{
		text-align: center!important;
	}
	.m0-mobile{
		margin: 0!important;
	}
}



.icono-stepper-2{
	margin-left: 4.5px;
    margin-top: 4px;
}

.icono-stepper-3{
	margin-left: 4.5px;
    margin-top: 4px;
}

@media (max-width: 768px) { 
	.icono-stepper-3 i{
		display: none;
	}
}

.icono-stepper-02{
	margin-left: 2.5px;
    margin-top: 2px;
}
.icono-stepper-003{
	margin-left: 2.5px;
    margin-top: 2px;
}	 

/*Alineacion textos stepper*/
.align-datos{
	left: 20px !important;
}

.align-comprobante{
	left: -27px !important;
	text-align: right;
}

/*Tipo de cambio card mobile*/
@media screen and (min-width: 356px) and (max-width: 377px){
	.tipo-cambio-card-mobile{
		margin-left: -20px !important;
	}
}

@media screen and (min-width: 250px) and (max-width: 355px){
	.tipo-cambio-card-mobile{
   	 	width: min-content !important;
   	 	margin-left: -23px !important;
	}
	
	.table-cambio{
		width: min-content !important;
	}
	
	.card-tipo-cambio{
		min-width: auto !important;
	}
}

/*Mobile servicios*/
@media(min-width: 992px){
	.input-banco-seguro-2{
		width: 70% !important;
	}
	.col-banco-seguro-7{
    	right: 32px !important;
	}
	.input-banco-seguro-7{
    	width: 154% !important;
	}
	.col-banco-seguro-4{
    	right: 12px !important;
	}
	.input-banco-seguro-4{
		width: 168% !important;
	}
	.col-banco-seguro-02{
		right: 0px !important;
    	left: 18px !important;
	}
	.input-banco-seguro-02{
		width: 70% !important;
	}
}
/*Tab tarjetas pago*/

.tabs-tarjetas-pago{
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
/*Confirmacion y comprobante center y bordes.*/

.center-contenido{	
    max-width: 600px;
    margin: 0 auto;
}
.center-contenido1{
	left: 380px !important;
}

.border-top-content{
	border-top: 1px solid #CCC !important;
}

.border-bottom-content{
	border-top: 1px solid #CCC !important;
}

.border-top-content-prestamos{
	border-top: 1px solid #CCC !important;
}

@media(max-width: 760px){
	.border-top-content-prestamos{
		border-top: none !important;
	}
}

.border-separate-seguros{
	border-top: 1px solid #CCC !important;
}

.border-separate{
	border-top: 1px solid #CCC !important;
	width: 54% !important;
	margin-left: 39px !important;
}
@media (max-width: 1024px) { 

	.border-separate{
	width: 100%!important;
	margin: 0!important;
	}
	.modulo-interna label{
		padding-left: 0;
	}
	.modulo-interna label.radio-etiqueta {
		padding-left: 20px;
	}
	.modulo-interna label.check{
		padding-left: 25px;
		padding-top: 10px;
	}
	.ml-0-mobile{
		margin-left: 0!important;
	}
	.align-p-radio-mobile {
		margin-left: 20px;
	}
	.ml-xs-0{
		margin-left: 0!important;
	}
	.version_anterior-mi_cuenta {	
		position: absolute; 
		top: 314px; 
		right: 0;
		/*z-index: 2000; */
	}
	
}

.border-separate-aviso{
	border-top: 1px solid #CCC !important;
    width: 54% !important;
    margin-left: 39px !important;
    margin: 30px 0px;
}

@media (max-width: 1024px) { 

	.border-separate-aviso{
	width: 100%!important;
	margin-left: 0!important;
	}
}

/*Centrado de icono dentro de input*/

.lineal-divisoria{
	margin-top: 58px; 
	border-top: solid 0.5px lightgray;
}

.input-alineacion{
	width: 98% !important; 
	margin-top: 10px !important;
}

.icon-alineacion{
	margin-left: -40px !important;
}

/*Steps monto prestamos*/
.step-monto{
	border-radius: 50%;
    top: -4px;
    width: 11px;
    height: 11px;
    position: absolute;
    background-color: darkgray;
}

.circle-slider {
    width: 25px !important;
    height: 25px !important;
    border: 5px solid rgb(0, 110, 210) !important;
    background-color: rgb(255, 255, 255) !important;
    border-radius: 2.5rem !important;
    top: -10px !important
  }

.cards-prestamos:hover {
	border-color:#006ed2;
	background: #d6ecff !important;
	cursor: pointer;
}
.icon-alineacion-agenda{
	position: absolute;  
    margin-right: 74px!important;
    margin-left: -43px;
    margin-top: -3px;
}

.icon-alineacion-agenda-fix{
	position: absolute;  
    margin-right: 74px!important;
    margin-left: -42px;
    margin-top: -5px;
}
@media (max-width:768px) {
	#grupoBotones{
		width: 100%;
	}
	.icon-alineacion{		  
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 1rem 10rem!important;
		margin-right: 2rem;
		margin-top: 1rem!important;
	}
	.icon-alineacion-agenda{
		margin: 0;
	    top: -3px;
	    right: 0;
	    margin-right: 0!important;
	}

	.icon-alineacion-agenda-fix{
		margin: 0;
	    top: 0px;
	    right: 15px;
	    margin-right: 0!important;
	}
	.fila-cuenta{
		padding-bottom: 4rem!important;
	}
	.w-100-mobile{
		width: 100%;
	}
	
	.p-0-mobile{
		padding: 0;
	}
	.div-alquiler-principal{
		margin-top: 3rem;
	}
	.center-contenido{
		width: unset;
		max-width: unset;
	}
	.information-for-the-user .col-xs-4 {
		width: 100%;
		display: inline-flex;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-evenly;
		padding: .5rem 0;
		border-bottom: 1px solid #cacaca;
	}
	.information-for-the-user h2 {
		display: none;
	}
	.information-for-the-user.border-top-content{
		border-top: none!important;
		margin-bottom: 0;
	}
	.information-for-the-user br{
		display: none;
	}

	.detalle-transferencia-titulo, .detalle-transferencia-valor {
		font-size: 14px;
	}
	.btn-group>.btn{
		width: 100%;
	}
	.d-flex-mobile{
		display: flex;
	}
	/*.titulo-tarjeta-mobile{
		position: fixed;
    	top: 167px;
	}*/
	.icon-prestamo-checked-mobile {
		margin-top: -16rem;
	}

}
@media(max-width: 760px){
	.lineal-divisoria{
		margin-top: 0; 
	}
	.step-list .step-002 {
		left: 46%;
	}
	.only-desktop{
		display: none!important;
	}
	.eliminar-icon{
		margin-top: -110px!important;
		float: right!important;
	}
	.tick-info-orange{
	padding: 1rem 0;
    height: unset;
    min-height: unset;
	}
	.confirmacion-paso-dos, .comprobante-exito{
		font-size: 50px;
	}
	h2.title-confirmar, h2.title-exito {
		font-size: 20px!important;
	}
	.contenido_paso_3{
		padding: 0;
	}
	div#paso_02 .col-xs-6 {
		display: flex;
		width: 100%;
		width: 100%;
		display: inline-flex;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-evenly;
		padding: .5rem 0;
		border-bottom: 1px solid #cacaca;
		font-size: 14px;
	}

	.p-xs-0{
		padding: 0!important;
	}
	.mt-xs-0{
		margin-top: 0!important;
	}
	.d-block-mobile{
		display: block!important;
	}
	div#paso_03 .col-xs-6 {
		display: flex;
		width: 100%;
		width: 100%;
		display: inline-flex;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-evenly;
		padding: .5rem 0;
		border-bottom: 1px solid #cacaca;
	}
	div#paso-04 .col-xs-6 {
		display: flex;
		width: 100%;
		width: 100%;
		display: inline-flex;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-evenly;
		padding: .5rem 0;
		border-bottom: 1px solid #cacaca;
	}	
	.radio-etiqueta + .radio-etiqueta{
		margin-left: 20px;
	}
}
@media(min-width: 760px) and (max-width: 767px){
	.eliminar-icon{
		margin-top: -110px!important;
		float: right!important;
	}
}
@media(min-width: 576px) and (max-width: 767px){
	.btn-eliminar-destinatario.beneficiario-debitos{
		margin-top: 3rem!important;
	}
}
.textos-prestamos{
	    /*width: 139px;*/
   /* height: 40px;*/
    opacity: 0.4;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
}

i.icon-calendario.btn.btn-sm.align-icon-input.td.agenda.icon-alineacion {
    width: unset;
}

@media (max-width: 1200px){
	.m-top-bloqueo{
		margin-top: 20px;
	}
}


@media (max-width: 767px){
	.textos-mobile-bloqueo{
		margin-right: 10px;
		font-size: 17px !important;
	}
	.btn-eliminar-destinatario{
	 float: right!important;
	}
}
@media (max-width: 767px){
	.contenido-mobile-paso-dos{
		left: 0px !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px){
	.contenido-mobile-paso-dos{
		left: 64px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 768px){
	.contenido-paso-dos-solicitud{
		left: 53px !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1201px){
	.contenido-paso-dos-solicitud{
		left: 69px !important;
	}
}
@media screen and (min-width: 767px) and (max-width: 767px){
	.contenido-paso-dos-solicitud{
		left: 5px !important;
	}
}

@media (min-width: 1201px){	
	.contenido-paso-dos{
		left: 271px !important;
	}
	
	.min-content-border{
		width: min-content;
	}
	.max-content-button{
		width: max-content;
	}
}

@media screen and (min-width: 770px) and (max-width: 1200px){
	.contenido-paso-dos-tablet{
		left: 202px;
	}
	.ml-25{
		margin-left: 25%;
	}
	.d-block-tablet{
		display: block!important;
	}
	.m0-tablet{
		margin: 0!important;
	}

}
@media screen and (min-width: 500px) and (max-width: 1200px){
	.ml-0-tablet{
		margin-left: 0!important;
	}
	.p0-tablet{
		padding: 0!important;
	}
	.radio-etiqueta + .radio-etiqueta{
		padding-left: 26px;
	}
}

@media (min-width: 900px){	
    .ml-26{
	    margin-left: 26%;
    }
}

@media (max-width: 767px){
	label.label-vertical-center {
		padding-left: 0;
	}
	.card-promociones-mobile{
		min-height: 500px !important;
	}
	.no-margin{
		margin: 0 !important;
	}
	.align-p-radio-mobile{
		margin-left: 20px;
	}
	.radio-etiqueta + .radio-etiqueta{
		display: block;
		margin-left: 0;
	}
}
@media (max-width: 768px){
	.align-p-radio-mobile{
		margin-left: 20px;
	}
	.mb-0-mobile{
		margin-bottom: 0;
	}
	
	.b0-mobile{
		border:none!important;
	}
	.w-unset-mobile{
	
		width: unset!important;
	}
	label.mt-0 {
		padding-left: 0!important;
	}
	label.label-vertical-center {
		padding-left: 0!important;
	}
	.label-movil {
		padding-left: 0!important;
	}
}

@media (max-width: 435px){
	.ml-20{
		margin-left: 20px;
	}
}

@media (max-width: 767px){
	.radio-checkbox-mobile{
		right: 20px;
	}
}

@media (max-width: 767px){
	.checkbox-mobile-seguros{
		right: -5px;
	}
}

@media (max-width: 471px){
	 .radio-monto-mobile{
	 	right: 19px;
	 }
}

@media (max-width: 500px){
	.border-separate-mobile{
		margin-top: 15px !important;
	}
	.btn-mobile-separate{
		margin-bottom: 10px;
    	margin-left: -13px;
	}
	.btn-mobile-confirmar-separate{
    	margin-left: 0 !important;
	}
	.steps-module{
		overflow: unset;
	}
}
	
.card-facturas {
	padding: 15px 20px;
    background: #fff;
    line-height: normal;
	border-radius: .5rem;
	margin: 1rem;
}

.card-facturas span {
	opacity: .4;
	color: black;
	font-size: 24px;
	margin-left: 1rem;
}

.card-facturas:hover {
	border: solid 1px #006ed2;
}

.card-facturas:hover span {
	color: #006ed2;
	opacity: 1;
}
@media (max-width: 500px){
	.mb-10{
		margin-bottom: 10px !important;
	}
}
.margin-btn-desktop{
	margin-left: 47rem;
}
.margin-btn-desktop-prestamos{
	margin-left: 43rem;
}
.margin-btn-desktop-presenta-amigo{
	margin-left: 40rem;
}

@media (min-width: 1400px){
	.border-top-content-button{
		border-top: 1px solid #CCC !important;
    	width: 55% !important;
	}
}
@media (max-width: 1400px){
	.margin-btn-desktop	{
		margin-left: 0;
	}
}

.custom-combobox-input{
	height: 50px !important;
    border-radius: 1rem !important;
    background-color: #fff !important;
    border: solid 1px rgba(0, 0, 0, 0.4) !important;
}

.custom-combobox-toggle{
	top: 16px !important;
    background: url(../img/icons/icon-lupa-nuevo.png)!important;
    background-repeat: no-repeat;
    left: 95.5%;
    width: 25px;
    height: 20px;
}

@media screen and (min-width: 501px) and (max-width: 991px){
	.margin-btn-continuar {
		margin-left: 15rem;
	}
}

.alta-en-oca::after {
	content: 'Altas en OCA';
    color: #006ed2;
    float: right;
    font-weight: bold;
}

ul.ui-widget li.ui-menu-item div.ui-state-active {
  background-color: lightgray;
  background-image: none;
  color: black;
  border: lightgray;
  margin: 0!important;
}

.alta-en-institucion::after {
	content: 'Altas en la Instituci\00F3n';
    color: #e19e0d;
    float: right;
    font-weight: bold;
}

.ui-widget input{
	font-size: 16px;
    min-height: 35px;
    border: 1px solid #cacaca;
    border-radius: .5rem;
    padding: 10px;
}

@media (max-width: 434px){
	.usuario-mobile-menu{
		width: 128px;
	}
	.dropdown-menu-usuario-mobile{
		left: -135px;
	}
}
@media screen and (min-width: 435px) and (max-width: 990px){
	.dropdown-menu-usuario-mobile{
		left: -175px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px){
	.input-responsive{
		margin-left: 23px;
	}
}

@media screen and (min-width: 501px) and (max-width: 575px){
	.separate-label-input-mobile{
		margin-top: 44px !important;
	}
}

@media (max-width: 500px){
	.separate-label-input-mobile{
		margin-top: 30px !important;
	}
	.columna-mobile{
		width: 1%!important;
	}
}
@media (min-width: 1400px){
	.btn-volver-reimpresion{
		margin-left: 56rem !important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
	.btn-volver-reimpresion{
		margin-left: 50rem !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.btn-volver-reimpresion{
		margin-left: 35rem !important;
	}
}
@media screen and (min-width: 755px) and (max-width: 991px){
	.btn-volver-reimpresion{
		margin-left: 35rem !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px){
	.btn-volver-solicitud{
		margin-left: 25rem !important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px){
	.align-icon-calendario-input{
		top: -5px !important;
    	height: 38px !important;
	}
} 

.select2-selection.select2-selection--multiple{
	border-radius: 1rem !important;
    border: 1px solid #aaaaaa8c !important;
}

.select2-search__field{
	font-size: revert !important;
}

@media (min-width: 1024px){
	.retiro-domicilio-sucursal-align{
		margin-left: 46px!important;
	}
}
@media (max-width: 320px){
	.table-movimientos-actuales-2>tbody>tr>td{
		font-size: 12px
	}
}

@media (max-width: 420px){
	.filtro-mov>li:last-child>a {
    	margin-left: 0px !important;
    	margin-top: 15px !important;
	}
}

@media (min-width: 476px) and (max-width: 484px){
	.filtro-mov>li:last-child>a {
    	margin-top: 15px !important;
	}
}

@media (min-width: 421px) and (max-width: 422px){
	.filtro-mov>li:last-child>a {
    	margin-top: 15px !important;
	}
}

@media (min-width: 991px){
	.border-aviso-compra{
		margin-top: 80px !important;
		}
}
@media (max-width: 471px){
	.checkbox-align-aviso{
		    margin-left: -1rem !important;
	}
}
@media (min-width: 472px){
	.terminos-condiciones-align{
		 margin-left: 2rem !important;
	}
}
@media (max-width: 471px){
	.terminos-condiciones-align{
		 margin-left: 0.6rem !important;
	}
}
@media (max-width: 767px){
	.icon-agenda-transferencias-align{
		top: -58px !important;
    	right: 15px !important;
	}
}
@media (max-width: 991px){
	.align-tipo-cambio-card{
    	margin-top: 235px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1399px){
	.align-radiobutton-ibc {
    	right: 20px !important;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1399px){
	.align-brou-bhu {
    	left: 40px;
    	width: 76%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.align-brou-bhu {
    	left: 15px;
        width: 88%;
	}
}
@media (min-width: 1400px){
	.align-brou-bhu {
    	left: 40px;
    	width: 78%;
	}
}
@media (max-width: 1024px){
	.align-h2-texto {
    	margin-left: 12px !important;
	}
}
@media (min-width: 1201px){
	.align-h2-texto {
    	margin-left: 40px !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1200px){
	.align-h2-texto {
    	margin-left: 14px !important;
	}
}
@media (min-width: 1200px){
	.margin-card-atencion{
		margin-left: 1rem;
	}
}
@media (max-width: 767px){
	.border-top-content-atencion-cliente{
		border-top: 1px solid #CCC !important;
	}
}
@media (min-width: 1400px){
	.align-btn-enviar-atencion{
		margin-left: 37rem;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.align-btn-enviar-atencion{
    	margin-left: 25rem;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.align-btn-enviar-atencion{
    	margin-left: 15rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.align-btn-enviar-atencion{
    	margin-left: 3rem;
	}
	.seleccion-tarjeta-button{
		margin-top: 40px !important;
	}
}
@media (min-width: 992px){
	.align-radiobutton{
		margin-left: 2.2rem;
	}
}
@media (min-width: 1200px){
	.seleccion-tarjeta-button{
		margin-top: 40px !important;
	}
}
@media (min-width: 1025px){
	.align-p-radio{
		margin-left: 1rem !important;
	}
}
@media (max-width: 1024px){
	.align-p-radio-responsive{
		margin-left: 14px !important;
	}
}
@media screen and (min-width: 576px) and (max-width: 1199px){
	.solicitar-tarjeta-info-mobile{
		bottom: 25px !important;
	}
}
@media (max-width: 471px){
	.align-radio-moible{
		margin-left: 20px !important;
	}
}
@media (min-width: 1200px){
	.error-size{
		width: 88% !important;
	}
	.alert-size{
		width: 88% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	.error-size{
		width: 86% !important;
	}
	.alert-size{
		width: 86% !important;
	}
}
@media (max-width: 767px){
	.error-size{
		width: 95% !important;
	}
	.alert-size{
		width: 95% !important;
	}
}

@media (max-width: 575px){
	.ver-mas-button-espect-center{
		width: 82% !important
	}
}

@media (min-width: 1024px){
	.title-align-pago-debito{
	margin-left: 22px !important;}
}

@media screen and (min-width: 576px) and (max-width: 768px){
	.ver-mas-button-espect-center{
		width: 85% !important;
	}
}

@media (max-width : 580px) {
	.error-message-center-beneficiarios{
		width: 84%;
	}
}
@media (min-width : 1200px) {
	.icon-calendar-alineacion{
		right: -5px !important;
	}
}
@media (min-width : 1400px){
	.align-card-cambio-desktop{
		margin-top: -46rem !important;
		margin-right: -18px !important;
    	margin-left: -47px !important;
	}
}
@media screen and (min-width : 1201px) and (max-width: 1399px){
	.align-card-cambio-desktop{
		margin-top: -46rem !important;
		margin-right: -18px !important;
    	margin-left: -47px !important;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1200px){
	.align-card-cambio-desktop{
		margin-top: -52rem !important;
		margin-right: -18px !important;
    	margin-left: -47px !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1199px){
	.icon-calendar-alineacion{
		right: -11px !important;
	}
}
@media (max-width : 768px) {
	.icon-calendar-alineacion{
		right: -5px !important;
	}
	.seleccion-tarjeta-button{
		margin-top: 4rem !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 768px){
	.icon-agend-alineacion{
		right: 44px !important;
    	top: 0px !important;
	}
	.icon-agend-alineacion-santander{
		right: 44px !important;
    	top: 0px !important;
	}
}
@media screen and (min-width: 680px) and (max-width: 686px){
	.seleccion-tarjeta-button{
		margin-top: 2.2rem !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.card-size{
		height: 14rem !important;
	}
}
@media (max-width: 575px){
	.width-alert-direccion{
		width: 97% !important;
	}
	.datos-tarjeta-solicitud{
		bottom: 34px;
	}
	.align-titulo-solicitud{
		width: 50%;
		bottom: 176px;
		left: 128px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px){
	.width-alert-direccion{
		width: 64% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.width-alert-direccion{
		width: 89.5% !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px){
	.width-alert-direccion{
		width: 89.9% !important;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1199px){
	.width-alert-direccion{
		width: 88.9% !important;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.width-alert-direccion{
		width: 55.9% !important;
	}
}
@media (min-width: 1400px){
	.width-alert-direccion{
		width: 56.4% !important;
	}
}
@media (min-width: 404px){	
	.mobile-display-flex{
		display: flex;
	}
}
@media (max-width: 1024px){	
	.align-h2-solicitud{
		margin-left: 14px !important;
	}
}
@media (min-width: 1025px){	
	.align-h2-solicitud{
		margin-left: 10px !important;
	}
	.align-mobile-alquileres{
		left: 4rem !important;
	}
}
@media screen and (min-width: 755px) and (max-width: 768px){
	.btn-volver-solicitud{
		margin-left: 1rem !important;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.card-home-dashboard{
		min-height: 435px !important;
	}
	.contenido-paso-exito-acreditar{
		left: 222px !important;
	}
}
@media (max-width: 768px){	
	.icono-stepper-003 i{
		display: none;
	}
}
@media screen and (min-width: 576px) and (max-width: 1024px){
	.align-mobile-alquileres{
		left: 1.5rem !important;
	}
}
.fonasa-detalle{
	font-size: 18px !important;
}
@media screen and (min-width: 768px) and (max-width: 768px){
	.card-home-dashboard{
		height: 370px !important;
	}
	.position-button{
		position: absolute !important;
    	max-width: 29.7rem !important;
    	display: block !important;
    	bottom: 20px !important;
	}
}
@media (min-width: 1024px){
	.margin-left-info{
		margin-left: 3rem !important;
	}
}
.campo-contrasenia{
	position: relative;
}
.show-pass{
	position: absolute;
    right: 20px;
    top: 9px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 10px;
}

@media (max-width: 768px){
	.align-center-login{
    	margin-left: auto;
    	margin-right: auto;
	}
	.btn-mobile-login{
    	width: auto !important;
    	margin-left: 8px;
	}
}

@media (max-width: 760px){
	.d-none-footer-bar{
    	display: none;
	}
	.d-none-footer-bar-1{
    	display: inline-block;
	}
}

.align-chevron-alert{
	margin-top: 0.7rem;
}

.mas-info-card {
	font-size: 1.6rem;
    color: #006ed2;
    line-height: 2.6rem;
    font-family: DMSansMedium;
    text-align: center;
}

.mas-info-card:hover {
	background-color: #ffffff !important;
}

.cuenta-condiciones{
	font-size: 14px;
	color: #006ed2;
}

.caret-condiciones{
	/* border-top: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
	color: #006ed2;
	margin-top: 9px !important;
	border-radius: 5rem; */
}

.caret-condiciones-up{
	/* border-bottom: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    color: #006ed2;
    margin-top: 8px !important;
	border-radius: 5rem; */
	display: none;
}

.card-cuenta-condiciones:hover{
	cursor: pointer;
}

.mas-info-card-text{
	font-size: 14px;
	color: #001F42; 
	opacity: 0.8;
}

@media(min-width: 761px){
	.border-only-desktop{
		border-top: 1px solid #CCC !important;
	}
}

.user-menu{
	height: auto !important;
}

/*OLVIDO CONTRASE�A*/
.label-olvido{
	margin-top: 0px !important;	
}

.label-registro{
	margin-top: 0px !important;	
}

.icon-checkbox-olvido {
    font-size: 20px;
    margin-right: 8px;
    /* vertical-align: super; */
}

.border-modal{
	border-top: 1px solid #CCC !important;
}

.row-margin-olvido{
	margin: 2rem 0;
}

.row-margin-registro{
	margin: 2rem 0;
}

.modulo-interna .label-olvido {
    font-weight: bold;
    padding-left: 0px!important;
}

.modulo-interna .label-registro {
    font-weight: bold;
    padding-left: 0px!important;
}

.justify-content-between-desktop{
        width: 100%;
    justify-content: space-between;
}


/*.height-password{
	height: 70vh;
}*/

.d-grid{
	display:grid;
}

.link-small-olvido{
	font-size: 14px;
}

.link-small-registro{
	font-size: 14px;
}

.error-small-olvido{
	color: #EE492C!important;
	font-size: 12px!important;
}

.error-small-registro{
	color: #EE492C!important;
	font-size: 12px!important;
}

.green-small-olvido{
	color: #4B8D13!important;
	font-size: 12px!important;
}

.green-small-registro{
	color: #4B8D13!important;
	font-size: 12px!important;
}

.small-olvido{
	font-size: 12px!important;
}

.small-registro{
	font-size: 12px!important;
}


.checkbox-olvido-label {
	padding-left: 35px!important;
}

.title-error {
    color: #C22A10 !important;
    margin-top: 35px !important;
    font-size: xx-large !important;
}

#wrapper-mobile {
    height: auto;
    position: relative;
}

.breadcrumb-olvido{
	padding: 30px 0px;
    font-size: 14px;
}

.breadcrumb-registro{
	padding: 30px 0px;
    font-size: 14px;
}

.modal-title-olvido {
    font-family: TTCommons-Regular;
    padding: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 15px;
}

.modal-title-registro {
    font-family: TTCommons-Regular;
    padding: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 15px;
}

.btn-lg-olvido{
	padding: 10px 0px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.link-medium-olvido{
	font-size: 16px;
}

.icon-olvido{
	font-size: 26px;
    vertical-align: top;
}

.modal-olvido p {
    font-size: 14px;
    padding: 0rem !important;
    border-top: none !important;
    margin-bottom: 5px;
}

.modal-registro p {
    font-size: 14px;
    padding: 0rem !important;
    border-top: none !important;
    margin-bottom: 5px;
}

.modal-olvido .title{
	font-size: 16px;
    padding: 0rem !important;
    border-top: none !important;
    margin-bottom: 5px;
    font-weight: 700!important;
}

.modal-registro .title{
	font-size: 16px;
    padding: 0rem !important;
    border-top: none !important;
    margin-bottom: 5px;
    font-weight: 700!important;
}

.modal-olvido{
	padding: 1rem!important;
}

.modal-registro{
	padding: 1rem!important;
}

.modal-dialog-olvido {
    position: relative;
    width: auto;
    margin: 0px;
}

.modal-dialog-registro {
    position: relative;
    width: auto;
    margin: 0px;
}

.modal-olvido-padre {
      position: sticky;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-registro-padre {
      position: sticky;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.checkbox-olvido-label {
	margin-top: 0px;
}

.modulo-interna-olvido {
    border: none;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: none;
    border-radius: .5rem;
    /* box-shadow: 0px 1px 1px rgb(0 0 0 / 10%); */
    font-size: 1.7rem;
    line-height: normal;
    display: flow-root;
    /* font-family: TTCommons-Regular; */
}

.modulo-interna-registro {
    border: none;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: none;
    border-radius: .5rem;
    /* box-shadow: 0px 1px 1px rgb(0 0 0 / 10%); */
    font-size: 1.7rem;
    line-height: normal;
    display: flow-root;
    /* font-family: TTCommons-Regular; */
}

.contenido-olvido {
    margin-top: 35%;
}

.contenido-registro {
    margin-top: 35%;
}

.error_highlight_select {
    border: 1px solid red !important;
}

.border-olvido-final{
	    margin: 0rem 5rem 0rem 5rem;
}

.border-registro-final{
	    margin: 0rem 5rem 0rem 5rem;
}

.border-up-olvido{
	    border-top: 1px solid #CCC !important;
}

.border-up-registro{
	    border-top: 1px solid #CCC !important;
}


.error-radio {
    border: 2px solid red!important;
}

@media(min-width: 768px){
	.contenido-olvido {
    margin-top: 0%;
}

	.contenido-registro {
    margin-top: 0%;
}

	.label-olvido{
	margin-top: 15px !important;	
}

	.label-registro{
	margin-top: 15px !important;	
}
	
	.border-separate-password  {
    border-top: 1px solid #CCC !important;
    width: 83% !important;
    margin-left: 0px !important;
    }
    
	.modulo-interna-olvido {
    border: 1px solid #e6ecf2!important;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #fff!important;
    border-radius: .5rem;
    font-size: 1.7rem;
    line-height: normal;
    display: flow-root;
 	}
	
	.modulo-interna-registro {
    border: 1px solid #e6ecf2!important;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #fff!important;
    border-radius: .5rem;
    font-size: 1.7rem;
    line-height: normal;
    display: flow-root;
 	}
	
	.modal-olvido-padre {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

	.modal-registro-padre {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

	.modal-dialog-olvido {
    position: relative;
    width: 600px;
    margin: 30px auto;
}

	.modal-dialog-registro {
    position: relative;
    width: 600px;
    margin: 30px auto;
}
}


@media(min-width: 1024px){
	
.border-olvido-final{
	    margin: 0rem 10rem 0rem 10rem;
}

.border-registro-final{
	    margin: 0rem 10rem 0rem 10rem;
}

	.border-separate-password  {
    border-top: 1px solid #CCC !important;
    width: 58% !important;
    margin-left: 0px !important;
}
}

/*FIN OLVIDO CONTRASE�A*/


/*INICIO OCA BLUE CARD*/
.headerOcaBlueCard{
	background: URL(../img/ocablueicons/header-oca-blue-card.png);
	background-size: cover;
	background-repeat:no-repeat ;
	background-position: center left;
	height: 90px;
}
.headerOcaBlueCard img{
	width: 316px;
}
.moduloOcaBlue{
	padding: 0 !important;
	overflow-x:hidden ;
}

.ocaBlueTitle{
	padding: 15px 20px;
	font-size: 24px;
}

.ocaBlueSubtitle{
	padding: 0px 20px;
	font-size: 1.5rem;
}

.ocaBlueSolicitarButton{
	display: inline !important;
}

.ocaBlueLinksContainer{
	position: absolute;
    bottom: 45px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	width: 87%;
	
}
.ocaBlueLinksContainer div{
	width: 49%;
	display: inline-block;
	margin-top: auto !important;
	margin-bottom: auto !important;
	
}
.card-horizontal {
	background: white;
    display: flex;
    flex: 1 1 auto;
	border-radius: 8px;
	box-shadow: 0px 6px 20px 0px rgba(0,110,210,0.15);
	-webkit-box-shadow: 0px 6px 20px 0px rgba(0,110,210,0.15);
	-moz-box-shadow: 0px 6px 20px 0px rgba(0,110,210,0.15);
}
.img-card-oca-blue{
	width: 80px;
	height: 85px;
}
.ocaBlueCardsInfo{
	border: 1px solid rgba(204, 210, 210, 1);
	border-radius: 8px;
	background: white;
}

.card-horizontal .my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important;
}
.card-horizontal .img-square-wrapper{
	background-color: #EEF8FF;
	padding: 1em;
	height: 135px;
	width: 104px;
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.card-horizontal .cards-text{
	font-size: 18px;
	font-weight: 500;
}
.card-horizontal .cards-subtext{
	font-size: 12px;
	padding-left: .5rem;
    position: absolute;
    bottom: 1rem;
	padding-right: 1rem;
}
.card-horizontal .card-body{
	margin: 0px 1em 0px 2em;
}


@media (min-width: 360px) and (max-width: 363px) {
	.card-horizontal .cards-text{
	font-size: 16px;
	font-weight: 500;
}
.card-horizontal .cards-subtext{
	font-size: 10px;
	padding-left: .5rem;
    position: absolute;
    bottom: 1rem;
	padding-right: 1rem;
}
}

@media (max-width: 767px){
	.ocaBlueCardsInfo{
		border: none;
    	border-radius: 0px;
		border-top: 1px solid rgba(204, 210, 210, 1);
		background: transparent;
	}
	.headerOcaBlueCard{
		overflow-x: hidden;
	}
	.card-horizontal{
		margin-top: 1em;
	}
	.ocaBlueSolicitarButton{
		padding: .8rem 2rem;
	}
	.ocaBlueLinksContainer{
		position: static;
		font-size: 14px;
		margin: auto;
		margin-top: 5rem;
		margin-bottom: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
	.mas-info-card{
		font-size: 14px;
	}
	.card-siete{
		position: relative;
		top: -1em;
	}
	
}

.ocaBlueCardsInfo .col-12 {
    flex: 0 0 auto;
    width: 100%;
	margin: auto;
}
.cuenta-condiciones{
	color: #66798e;
	margin-top: 3em;
}
.cuenta-condiciones span{
	margin-top: 3em;
    font-size: 14px;
	font-weight: 300;
	color: #006ed2;
}



@media (min-width: 768px){
	
	.ocaBlueCardsInfo .col-md-6{
		flex: 1 0 0%;
		display: inline-block;
		max-width: 49.7%;
	}
	.ocaBlueCardsInfo .mt-md-3 {
		margin-top: 1rem!important;
	}
}
@media (min-width: 768px) and (max-width: 977px) {
	.ocaBlueCardsInfo{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
}
@media (min-width: 768px) and (max-width: 1200px) {

	.card-siete{
		position: relative;
		top: -1em;
	}
	
}
@media (min-width: 995px){
	.ocaBlueCardsInfo{
		padding: 54px 15%;
	}	
	
}
/*FIN OCA BLUE CARD*/

/*INICIO ACTIVACION TARJETAS*/
#paso2, #paso3, #activacionLoading{
    display: none;
}
#activacionLoading .alert{
	padding: 30px 0;
}


.contenedor-activacion-tarjetas{
	width: 100vw;
	height: calc(100vh - 90px);
	position: fixed;
	top: 90px;
	left: 0;
	background: #fbfbfb;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	z-index: 1;
}
.contenedor-activacion-tarjetas .img-fluid,
.modal-activacion-tarjetas .img-fluid{
	max-width: 28% !important;
	margin-bottom: 24px;
}
.contenedor-activacion-tarjetas button,
.modal-activacion-tarjetas button{
	margin-top: 24px !important;
	font-weight: 600;
	border: none !important;
}
.contenedor-activacion-tarjetas p,
.modal-activacion-tarjetas p{
	margin-top: 20px !important;
}
.contenedor-activacion-tarjetas h2,
.modal-activacion-tarjetas h2,
.pantalla-activacion-tarjetas h2{
	font-weight: 600;
	margin-top: 20px !important;
}
.contenedor-activacion-tarjetas .contenedor-modal,
.modal-activacion-tarjetas .contenedor-modal{
    width: 90% !important;
    height: 100%;
}
.contenedor-activacion-tarjetas .modal-dialog,
.modal-activacion-tarjetas .modal-dialog{
    width: 100% !important;
	margin: auto;
}

.contenedor-activacion-tarjetas .modal-content,
.modal-activacion-tarjetas .modal-content{
	margin-top: 4%;
	box-shadow: none;
	border: solid 1px #E3E8ED;
}
.modal-activacion-tarjetas .modal-content {
    margin: auto;
	margin-top: 4%;
	width: 40%;
}
.contenedor-activacion-tarjetas .btn-disabled,
.modal-activacion-tarjetas .btn-disabled{
    background: #ccd2d2!important;
	color: #66798e !important;
    border: none !important;
    pointer-events: none;
}
.contenedor-activacion-tarjetas .mensaje-exito,
.modal-activacion-tarjetas .mensaje-exito{
	color: #6baf31;
	font-size: 24px;
	font-weight: 600;
}
.contenedor-activacion-tarjetas #partitioned,
.modal-activacion-tarjetas #partitioned  {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 200px;
    display: block;
}

.contenedor-activacion-tarjetas input[type=text],
.modal-activacion-tarjetas input[type=text] {
    height: 45px;
    width: 45px;
    font-size: 25px;
    text-align: center;
	border: none;
    border-bottom: 2px solid #027cea;
}
.contenedor-activacion-tarjetas input[type=text]:focus-visible,
.modal-activacion-tarjetas input[type=text]:focus-visible{
	border: 3px solid #afd9ff !important;
    border-radius: 2px !important;
}

#paso2 button{
	margin-top: 35px!important;
}
#paso2 form{
	margin-top: 40px;
}
#paso2 img,
#paso3 img{
	margin-top: 35px;
}
#paso3 img{
	max-width: 20% !important;
}
#paso3 p{
	margin-top: 24px !important;
}

.modal-activacion-tarjetas #btn-volver_01{
	position: static !important;
	position: static !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    padding: 16px 16px;
    margin-left: auto !important;
    background: transparent;
	display: block !important;
}

@media (min-width: 769px) and (max-width: 1360px){
	#paso2 .img-fluid{
		max-width: 18% !important;
		margin-top: 20px !important;
	}
}
@media (min-width: 769px) and (max-width: 968px){

	.contenedor-activacion-tarjetas .modal-content,
	.modal-activacion-tarjetas .modal-content {
		margin-top: 4%;
	}	
	
	.contenedor-activacion-tarjetas h2,
	.modal-activacion-tarjetas h2{
		font-weight: 600;
		font-size: 24px;
		margin-top: 40px !important;
	}
	.contenedor-activacion-tarjetas p,
	.modal-activacion-tarjetas p{
		font-size: 18px;
		margin-top: 40px!important;
	}
	.contenedor-activacion-tarjetas button,
	.modal-activacion-tarjetas button{
		font-size: 18px;
		margin-top: 60px!important;
	}
	#paso2 button{
		margin-top: 60px !important;
	}
	#paso2 form{
		margin-top: 30px;
	}
	#paso3 img{
		max-width: 100% !important;
	}
}
@media (max-width: 768px){
	.modal-activacion-tarjetas .modal-content {
		width: 90%;
	}
	.contenedor-activacion-tarjetas .img-fluid,
	.modal-activacion-tarjetas .img-fluid{
		max-width: 22% !important;
	}

	.modal-activacion-tarjetas{
		position: absolute;
	}
	.contenedor-activacion-tarjetas{
		top: 65px;
		height: calc(100vh - 65px);
		padding: 30px 0;
	}
	.contenedor-activacion-tarjetas .btn,
	.modal-activacion-tarjetas .btn {
    	width: 60%;
	}
	
	.contenedor-activacion-tarjetas .modal-content,
	.modal-activacion-tarjetas .modal-content{
		padding: 2rem;
		height: 100%;
	}
	.contenedor-activacion-tarjetas .modal-body,
	.modal-activacion-tarjetas .modal-body{
		padding: 40px 0 !important;
	}
	.contenedor-activacion-tarjetas {
		background: white;
	}
	.contenedor-activacion-tarjetas .modal-content,
	.modal-activacion-tarjetas .modal-content{
		border: none;
	}
	.contenedor-activacion-tarjetas .img-fluid,
	.modal-activacion-tarjetas .img-fluid{
		max-width: 60% !important;
	}
	.modal-activacion-tarjetas #btn-volver_01{
		padding: 0px!important;
	}
	.pantalla-activacion-tarjetas .modal-body{
		padding: 30px 45px;
	}
	.pantalla-activacion-tarjetas .img-fluid{
		max-width: 90%;
	}
	.pantalla-activacion-tarjetas h2{
		padding-top: 1rem;
	}
	.pantalla-activacion-tarjetas .btn{
		margin-top: 3rem!important;
	}
}
.modal-activacion-tarjetas #btn-volver_01 img{
	margin-top: 0px!important;
}
@media (min-width: 768px) and (max-width: 980px) and (orientation:landscape){
	.contenedor-activacion-tarjetas .img-fluid,
	.modal-activacion-tarjetas .img-fluid{
		max-width: 42% !important;
		margin-bottom: 0px;
	}
	.modal-activacion-tarjetas{
		overflow-y: scroll;
	}
	.modal-activacion-tarjetas button {
		margin-top: 20px!important;
	}
	.contenedor-activacion-tarjetas p, .modal-activacion-tarjetas p {
		margin-top: 20px!important;
	}
	.modal-activacion-tarjetas h2{
		margin-top: 20px!important;
	}
}

/* PANTALLA ACTIVACION DE TARJETAS */

.pantalla-activacion-tarjetas .modal-content{
	box-shadow: none;
	border: none;
	background-color: transparent;
}
.pantalla-activacion-tarjetas .btn{
	margin-top: 2rem!important;
}
/* CARDS ACTIVACION TARJETAS (HOME) */

.activarTarjeta .card-dashboard-h2-header{
	color: #006ED2 !important;
}
.texto-card-dashboard h2{
	font-size: 24px!important;
	margin-top: 38px !important;
}
.cardActivarTarjetas{
	background: URL(../img/activaciontarjetas/fondo-cabecera-cards.png) #ffffff;
	background-size: contain;
	background-position: top;
	background-repeat:no-repeat;
}
@media(min-width:341px){
	.cardActivarTarjetas{
		background-position: 0 -24px;
	}
}
@media(min-width:430px){
	.cardActivarTarjetas{
		background-position: 0 -40px;
	}
}
@media(min-width:518px){
	.cardActivarTarjetas{
		background-position: 0 -76px;
	}
}
@media(min-width:630px){
	.cardActivarTarjetas{
		background: URL(../img/activaciontarjetas/fondo-cabecera-cards-chico.png) #ffffff;
		background-size: contain;
		background-position: top;
		background-repeat:no-repeat;
	}
}
@media(min-width:767px){
	.cardActivarTarjetas{
		background: URL(../img/activaciontarjetas/fondo-cabecera-cards.png) #ffffff;
		background-repeat:no-repeat;
		background-size: contain;
		background-position: 0 -14px;
	}
}
@media(min-width:992px){
	.cardActivarTarjetas{
		background: URL(../img/activaciontarjetas/fondo-cabecera-cards-chico.png) #ffffff;
		background-size: 152%;
		background-repeat:no-repeat;
	}	
}
@media(min-width:1200px){
	.cardActivarTarjetas{
		background: URL(../img/activaciontarjetas/fondo-cabecera-cards.png) #ffffff;
		background-size: contain;
		background-position: top;
		background-repeat:no-repeat;
	}	
}

@media(min-width:1500px){
	.activarTarjeta .card-dashboard-h2-header{
		margin-top: 18px !important;
	}
	.texto-card-dashboard h2{
		margin-top: 42px !important;
	}
}

@media (min-width: 1200px) {
	.no-clickeable{
		pointer-events: none;
	    cursor: none;
	}
}

/* REORGANIZACION PRESTAMOS */

.card-reorg-container{
	border-radius: 8px;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
	border: solid 1px #CCD2D2;
	border-top: 7px solid #3A93FF;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 3rem;
}
.card-reorg-container .border-pram{
	margin-bottom: 0px;
	border: none;
}
.card-reorg-container .modulo-interna-pram{
	padding: 10px 20px;
}

.card-reorg-container .btn-pram{
	line-height: 1.5;
}
.card-reorg-container .logo-pram{
	width: 130px;
}

@media (max-width: 767px) {
	.card-reorg-container,
	.card-reorg-container .btn-pram{
		text-align: center;
	}
	.card-reorg-container .btn-pram{
		background-color: #E6F1FD !important;
		padding: 15px 0px 15px 20px;
	}
	.card-reorg-container .btn-anular{
		background-color: white !important;
	}
	.card-reorg-container .logo-pram{
		margin: auto;
	}
	
}

.reorg-bottom-line{
	padding-bottom: 12px;
    border-bottom: solid 1px #C2CCD6;
}

.contenido-reorg-prestamos p{
	font-size: 12px;
}
.contenido-reorg-prestamos h4{
	font-size: 16px;
	font-weight: 600;
}

.table-reorg-prestamos input[type=checkbox]{
	display: inline-block;
	margin: 0 !important;
}
.table-reorg-prestamos>thead>tr>th:nth-child(1){
	width: 2rem;
	text-align: center;
}

.table-reorg-prestamos>thead>tr>th{
	padding: 1rem 1rem;
	font-family: TTCommons-Bold;
	color: #45494d;
}

.table-reorg-prestamos>tbody>tr>td{
    border-bottom: 1px solid #e6ecf2;
    padding: 1rem 1rem;
}
.table-reorg-prestamos>tbody>tr>td:nth-child(1){
	text-align: center;
}

.table-reorg-prestamos>tbody>tr>td:nth-child(2){
	color: #006ed2;
}

.reorganizacion-prestamos{
	margin-top: 2rem;
	overflow: auto;
}
.botones-reorg-prestamos{
	margin-top: 60px;
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.total-reorg-prestamos{
	margin-top: 30px;
}
.total-reorg-prestamos span{
	font-weight: 600;
}
.card-opciones-prestamos{
	display: flex;
    align-content: center;
    align-items: center;
	border: solid 1px #CCD2D2;
	border-radius: 8px;
	padding: 20px;
}

.modulo-sucursal-pram {
    background-color: #F5FAFF;
}

.logo-sin-blue-reorg {
    width: 45px;
    margin-right: 10px;
}

.prestamo-seleccionado{
	border: solid 2px #006ed2;
}
.acreditar-oca-blue{
	margin: auto;
	border: solid 2px #006ED2;
	border-radius: 8px;
	margin-top: 2rem;
	width: 60%;

}
.acreditar-ahora-btn{
	background: #F5FAFF;
	border-radius: 8px;
    align-self: stretch;
    padding: 0;
    margin: 0;
	display: flex;
	flex-direction: column;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius:0px; 
}
.acreditar-ahora-btn a{
	font-weight: 600;
}
.mensaje-sin-oca-blue{
	border-radius: 8px;
	background: #F3F5F7;
	padding: 3rem 2rem;
	margin: auto;
	margin-top: 2rem;
	width: 60%;
}
.mensaje-48hs{
	width: 45%;
}
.mensaje-red-pagos{
	width: 50%;
}
@media (max-width: 768px) {
	.card-opciones-prestamos{
		flex-direction: column;
	}
	.card-opciones-prestamos br{
		display: none;
	}
	.card-opciones-prestamos div{
		margin-top: 2rem;
	}
	.acreditar-oca-blue{
		width: 94%;
	}
	.mensaje-sin-oca-blue{
		width: 94%;
	}
	.acreditar-ahora-btn{
		background-color: transparent;
		padding: 1rem;
	} 
	.mensaje-48hs{
		width: 80%;
	}
	.mensaje-red-pagos{
		width: 90%;
	}

}

/*confirmacion pram*/

.btn-pram{
	background-color: #fff!important;
    color: #006ED2;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0rem 0.25rem 0.25rem 0rem!important;
    padding: 0px 0px 15px 20px;
    border: none;
    margin-bottom: 0px;
    text-align: start;
    margin-left: 0px!important;
}

   
.logo-pram{
	width: 100px;
	height: 50px;
}

.modulo-interna-pram {
    padding: 15px 20px 0px 20px;
    margin-bottom: 0px;
    background: #fff;
    border-radius: 0.5rem;  
}

.border-pram{
	border: 1px solid #e6ecf2;
    border-radius: 0.5rem;
     margin-bottom: 15px;
}

.logo-sin-blue{
	width: 150px;
}

.logo-sin-blue-2 {
    width: 200px;
}

.title-modal-pram{
	color: #006ED2;
    font-weight: bold;
}

.card-modal-pram{
	text-align: left;
    border: 1px solid #CCD2D2;
    padding: 15px 20px;
    border-radius: 0.5rem;
    font-size: 15px;
    background-color: #fff;
    width: 100%;
}

.border-on{
    border: 1px solid #006ED2;
}

.modal-dialog-pram{
	position: relative;
    max-width: 1100px;
    margin: 30px auto;
    overflow-y: initial !important;
}

iframe {
    width: 100%!important;
    /* height: 100%!important; */
    object-fit: fill;
}

.container-map-pram{
	max-width: 600px;
}

.col-sucursales{
	max-height: 165px;
    overflow-y: auto;
    margin-bottom: 2rem;
}

.modal-pram{
position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.close-pram{
	font-size: 25px;
}

.btn-pram:active {
    color: #006ed2!important;
}

.btn-pram:hover{
	background: #E6F1FD !important;
    color: #006ed2;
    box-shadow: 0 0 0 0.2rem #027cea42;
    border: none;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: #006ED2;
}

.scrollbar
{
	float: left;
	overflow-y: scroll;
	 z-index: 2;
}

	.margin-top-pram{
	margin-top: 2rem;
}
 


@media (min-width: 454px) {
.margin-top-pram{
	margin-top: 0rem;
}
}

@media (min-width: 770px) {
.col-sucursales{
	max-height: 450px;
    overflow-y: auto;
    margin-bottom: 0rem;
}

	
	.btn-pram{
	 text-align: center;
	background-color: #F5FAFF!important;
    color: #006ED2;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0rem 0.25rem 0.25rem 0rem!important;
     padding: 5.2rem 1rem!important;
    border: none;
     margin-bottom: 0px;
    margin-left: 0px!important;
}

.modulo-interna-pram {
    padding: 15px 20px;
    margin-bottom: 0px;
    background: #fff;
    border-radius: .5rem 0rem 0rem 0.5rem;  
    /*border none;*/
}

   
}

@media (min-width: 770px) {
.btn-pram{
    padding: 4.2rem 1rem;
}
}


@media screen and (min-width: 770px) and (max-width: 1024px){
		.col-sucursales{
	
    overflow-y: auto;
}

}

@media(max-width: 768px){
	.modal-dialog-pram {
		margin: 30px 10px;
	}

	.close-pram{
		font-size: 38px;
		line-height: 0.5;
	}
	.img-pram iframe{
		height: 42vh;
	}
}

#modal_01{
	padding-right: 0 !important;
}

@media(max-width: 667px){
	.card-modal-pram {
		font-size: 14px;
	}
}

/*Btn-whatsapp*/

.button-whats {
  	position: fixed!important;
    background-color: #37BF4A;
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    max-width: 45px;
    position: fixed;
    right: 20px;
    bottom: 20px!important;
}

.button-whats:visited{
	color: white;
	text-decoration: none!important;
}

.button-whats:active{
	color: white;
	text-decoration: none!important;
}

.button-whats:focus{
	color: white;
	text-decoration: none!important;
}

.button-whats:target{
	color: white;
	text-decoration: none!important;
}


.icon-whats {
    background-image: url(../img/icons/whatsapp.svg);
    padding: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.text-whats {
    padding: 0rem 2rem 0rem 0rem;
     white-space: nowrap;
   }
  
.link-atencion:hover {
    text-decoration: none;
   }    
    
@media (min-width: 770px) {
    .button-whats {
	    -webkit-transition: max-width 0.5s;
	    transition: max-width 0.5s;
	}
	.button-whats:hover {
	  max-width: 350px;
	  color: white;
	}
}

/* Pua */
.card-pua-container{
	border-radius: 8px;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
	border: solid 1px #CCD2D2;
	border-top: 7px solid #3A93FF;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 3rem;
}
.card-pua-container .border-pram{
	margin-bottom: 0px;
	border: none;
}
.card-pua-container .modulo-interna-pram{
	padding: 10px 20px;
}

.card-pua-container .btn-pram{
	line-height: 1.5;
}
.card-pua-container .logo-pram{
	width: 130px;
}

@media (max-width: 767px) {
	.card-pua-container,
	.card-pua-container .btn-pram{
		text-align: center;
	}
	.card-pua-container .btn-pram{
		background-color: #E6F1FD !important;
		padding: 15px 0px 15px 20px;
	}
	.card-pua-container .btn-anular{
		background-color: white !important;
	}
	.card-pua-container .logo-pram{
		margin: auto;
	}
	
}

.btn-anular{
	background-color: white !important;
}

.modal-dialog-pua .logo-met-life{
	width: 200px;
	margin-top: 10px;
}

.beneficios-pua{
	padding: 0px 30px;
}

.modal-dialog-pua{
	max-width: 800px;
}
.modal-dialog-pua .modal-content{
	/* height: 96vh; */
}
.modal-dialog-pua .modal-content p{
	font-weight: 600;
	font-size: 16px!important;
}
.modal-dialog-pua .modal-content li{
	font-size: 14px !important;
	margin-left: 18px;
	margin-top: -8px;
	margin-bottom: 10px;
}
.modal-dialog-pua .modal-content li span{
	font-weight: 600;
}

.modal-dialog-pua .border-top-content{
	margin-left: 30px;
	width: 80%;
}
.terminos-pua{
	margin-left: 30px;
}

.modal-dialog-pua .modal-content .terminos-pua p{
	font-weight: 400 !important;
	font-size: 14px !important;
	padding: 0px!important;
}

@media(max-width:768px){
	.modal-dialog-pua .modal-content{
		margin: 10px;
	}
	.beneficios-pua{
		padding: 0;
	}
}

/* CARDS REORGANIZACION PRESTAMOS */
		
.contenedor-botones-cardRP{
	position: relative;
	display: flex;
    align-items: center;
    align-content: center;
}

.contenedor-botones-cardRP.t-16{
	top: 0px;
}
.icon-info-reorganizar{
	color: #ffc845 !important;
    font-size: 16px !important;
    position: relative;
    bottom: 23px;
    right: -10px;
    background: white;
    border-radius: 50%;
	display: none;
}
.btn-reorganizar, .btn-otras-ofertas{
	font-weight: 600;
	border: 1px solid #006ed2;
	padding: 1rem 0rem;
	border-radius: 2.2rem !important;
	display: block;
    text-align: center;
	font-size: 1.5rem;
}
.btn-reorganizar:hover{
	background: transparent !important;
}
.monto-prestamo{
	font-size: xx-large;
	font-weight: 800;
	color: #001F42;
	opacity: 80%;
	font-family: 'TTCommons-Regular';

}
.text-small{
	font-size: small;
}
@media (min-width:768px) and (max-width:991px) {
	.contenedor-botones-cardRP{
		top: 54px;
	}
	.contenedor-botones-cardRP.t-16{
		top: 51px;
	}
	.contenedor-botones-cardRP.t-78{
		top: 85px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.contenedor-botones-cardRP{
		top: 54px;
	}
	.contenedor-botones-cardRP.t-16{
		top: 41px;
	}
	.contenedor-botones-cardRP.t-78{
		top: 73px;
	}
}
@media (min-width:1200px) and (max-width:1399px) {
	.contenedor-botones-cardRP{
		/* flex-direction: column; */
		text-align: center;
		top: 134px;
	}
	.contenedor-botones-cardRP .col-md-5, .contenedor-botones-cardRP .col-md-7{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contenedor-botones-cardRP .col-md-7{
		margin-top: 16px;
	}
	.contenedor-botones-cardRP.t-16{
		top: 44px;
	}
	.t-78{
		top: 78px;
	}
}
@media (min-width:1400px) {
	.contenedor-botones-cardRP{
		top: 54px;
	}
	.contenedor-botones-cardRP.t-16{
		top: 16px;
	}
	.contenedor-botones-cardRP.t-78{
		top: 50px;
	}
}

.icon-tick-circle{
	background: url(../img/icons/icon-tick.svg) no-repeat;
}

@media(max-width: 767px){
	.real-only-desktop{
		display: none!important;
	}
}

#modulo-interna-section.modulo-interna{
	overflow: visible;
}
.tooltip-acreditar-info{
	border: none;
	padding: 0 !important;
	color: #006ed2 !important;
	font-size: 18px;
	width: 24px !important;
	background: #ffffff !important;
}
.tooltip-acreditar-info:hover{
	background: #ffffff !important;
}
.tooltip-acreditar-info:active,
.tooltip-acreditar-info:focus,
.tooltip-acreditar-info:target{
	border: none;
    outline: none;
}

.hidden-tooltip{
	display:none !important;
}

/* borrar cuando se vuelva a mostrar el boton reorganizar */

@media (min-width: 1200px) and (max-width: 1399px){
	#boton-solicitar-prestamo{
		position: relative;
		top: 40px;
	}
}

/* CARD CON VITRINA DE BENEFICIOS */
.card-vitrina .headerOcaBlueCard{
	height: 50px;
}
.vitrina-beneficios{
	margin: 1rem 20px;
	box-shadow: 0px 1px 3px rgba(0, 31, 66, 0.2);
	border-radius: 8px;
}
.vitrina-beneficios img{
	max-width: 100%;
}
.vitrina-beneficios .ocaBlueTitle{
	padding: 12px 20px;
	font-size: 24px;
}
@media (max-width: 768px) {
	.card-vitrina .headerOcaBlueCard{
		height: 70px;
	}
	.vitrina-beneficios img{
		max-width: 90%;
	}
}
@media (min-width: 525px) and (max-width: 599px){
	.vitrina-beneficios{
		height: 90px;
	}
	.vitrina-beneficios img{
		max-width: 70%;
		margin: auto;
	}
}
@media (min-width: 600px) and (max-width: 697px){
	.vitrina-beneficios{
		height: 90px;
	}
	.vitrina-beneficios img{
		max-width: 59%;
		margin: auto;
	}
}
@media (min-width: 698px) and (max-width: 767px){
	.vitrina-beneficios{
		height: 90px;
	}
	.vitrina-beneficios img{
		max-width: 52%;
		margin: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.vitrina-beneficios{
		height: 74px;
	}
	.vitrina-beneficios img{
		max-width: 70%;
		margin: auto;
	}
}

#border-top-buttons{
	padding-left: 0;
	padding-right: 0;
}

.cards-prestamos.modulo-interna.card-cuenta-on{
	margin-right: 0;
}
.icon-prestamo-checked-mobile{
	position: absolute;
	right: 10px;
}
@media (max-width: 390px) {
	.icon-prestamo-checked-mobile{
		top: 25px;
	}
}
@media (min-width: 391px) {
	.icon-prestamo-checked-mobile{
		top: 44px;
	}
}
@media (min-width: 614px) {
	.icon-prestamo-checked-mobile{
		top: 62px;
	}
}
@media (min-width: 768px) {
	.icon-prestamo-checked-mobile{
		right: -414px;
    	top: -115px;
	}
}
@media (min-width: 969px) {
	.icon-prestamo-checked-mobile{
		top: 10px;
		right: 10px;
	}
}



.seguro-green{
	    background: #4b8d13!important;
    color: #fff;
    border: none;
}

.seguro-red{
	background: white;
	border: 1px solid rgba(238, 73, 44, 1);
	color: rgba(238, 73, 44, 1);
}

.btn-seguro{
	background-color: #006ed2!important;
    border: 1px solid #006ed2!important;
    color: #fff!important;
}

.btn-seguro-shape{
	border-radius: 2.2rem !important;
    transition: 0.25s ease;
    font-family: DMSansRegular;
    text-decoration: none;
    white-space: normal;
    background: #0000;
    margin: 0 0.3rem;
    font-size: 1.5rem;
    padding: 1rem 3rem;
}

.text-aling-pua{
	text-aling: left!important;
}

@media (min-width: 768px){
	.text-aling-pua{
	text-aling: rigth!important;
}
}

.btn-seguro-width {
    width: 100%!important;
}

@media (min-width: 766px){
	.btn-seguro-width {
    width: 190px!important;
	}
}

.links-no-clientes-desktop{
	display: inline-block;
	font-size: 16px;
	position: absolute;
    bottom: 11px;
    width: 79%;
	left: 46px;
}
@media (max-width:768px) {
	.links-no-clientes-desktop{
		display: none !important;
	}
}

@media (max-width:768px) and (min-height:800px) {
	.banner-mobile{
		margin-top: 5rem;
	}
}

.banner-mobile{
	background-color: #f3f5f7;
	margin: auto;
}

.main.banner{
	width: 100%;
}

@media (min-width:768px) and (max-width:768px) and (orientation: landscape){
	.align-center-login.col-md-6{
		flex: 0 0 60%;
    	max-width: 60%;
	}
}

/* MODAL VALIDACION DE CUENTAS DE TERCEROS */
#modal-validacion-cuenta .nombre-beneficiario,
#modal-validacion-cuenta h2{
	font-weight: 600;
}

#modal-validacion-cuenta .close{
	position: absolute;
	top: 1rem;
	right: 1.5rem;
}
#modal-validacion-cuenta .modal-header{
	color: #45494d;
}
#modal-validacion-cuenta .modal-contenido{
	border-radius: 0.5rem !important;
}
#modal-validacion-cuenta .icon-info{
	color: #006ed2;
	font-size: 22px;
}

#modal-validacion-cuenta button.close span {
    font-family: DMSansRegular;
    color: #006ed2;
    font-size: 26px;
}
@media(max-width:768px){
	#modal-validacion-cuenta .icon-info{
		margin-top: 12px;
	}
}
@media(min-width: 769px){
	#modal-validacion-cuenta .modal-body{
		padding: 0 90px;
	}
	#modal-validacion-cuenta .icon-info{
		margin-left: -22px;
	}	
}

.modulo-interna-seguros {	
	border: 1px solid #006ed2;
	padding: 20px 0px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: .5rem;
	font-size: 1.7rem;
	line-height: normal;
	display: flow-root;
	text-align: center;
}

.modulo-interna-seguros:hover{
	background: #d6ecff !important;
	cursor: pointer;
}

.p-seguros{
	font-size: 14px;
    font-weight: 600;
    color: #006ed2;
    margin-top: 15px;
}

.alert-seguros{
	margin-top: 10rem !important;	
}

.alert-seguros-confirm{
	margin-top: 3rem !important;	
}

@media (min-width: 1400px){
	.input-width{
		 width: 51.4rem;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.input-width{
		width: 43rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.input-width{
		width: 35.6rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 991px){
	.input-width{
		width: 27.4rem;
	}
}

.align-end-step{
	margin-left: auto;
    margin-right: auto;
    text-align: initial;
}

.p-font-metlife{
	font-style: italic;
	font-size: 12px !important;
}