/* CSS Document */
.cont_selec_dash div{
   
}

@media only screen and (min-width: 993px){
	.cont_selec_dash{
		display: grid;
		grid-template-columns: 50% auto 50%;
		grid-template-rows: auto auto auto auto auto auto ;
		grid-gap: 18px;
		margin-bottom: 0px;

		grid-template-areas:"cont_est_fact bvertical ofertador"
							"cont_est_fact bvertical campana_1"
							"cont_est_fact bvertical bhorizontal_2"
							"cont_est_fact bvertical campana_2"
							"bhorizontal bhorizontal bhorizontal"
							"sucursales bvertical_2 bloqueo";




	}
	.cont_selec_dash .cont_est_fact{
		/*grid-column: 1 / 2; 
		grid-row: 1 / 4;*/
		grid-area: cont_est_fact;
	}
	.cont_selec_dash .ofertador{
		 /*grid-column: 2 / 3;
		grid-row: 1 / 2;*/
		grid-area: ofertador;
	}
	.cont_selec_dash .campana_1{
		/*grid-column: 2 / 3;
		grid-row: 2 / 3;*/
		grid-area: campana_1;
	}
	.cont_selec_dash .campana_2{
		/*grid-column: 2 / 3;
		grid-row: 3 / 4;*/
		grid-area: campana_2;
	}
	.cont_selec_dash .sucursales{
		/*grid-column: 1 / 2;
		grid-row: 4 / 5;*/
		grid-area: sucursales;
	}
	.cont_selec_dash .bloqueo{
		 /*grid-column: 2 / 3;
		grid-row: 4 / 5;*/
		grid-area: bloqueo;
	}
	
	/*------------*/
	
	.cont_selec_dash .bvertical{
		grid-area: bvertical;
	}
	.cont_selec_dash .bvertical_2{
		grid-area: bvertical_2;
	}

	.cont_selec_dash .bhorizontal{
		grid-area: bhorizontal;
	}
	.cont_selec_dash .bhorizontal_2{
		grid-area: bhorizontal_2;
	}
	
	/*-------Lines separadoras-----*/

	.cont_selec_dash .bvertical{
	width: 0px;
	border-left: 1px solid #e2e2e2;
	}
	.cont_selec_dash .bvertical_2{
		width: 0px;
		border-left: 1px solid #e2e2e2
	}
	.cont_selec_dash .bhorizontal{
		height: 0px;
		border-top: 1px solid #e2e2e2
	}

	.cont_selec_dash .bhorizontal_2{
		height: 0px;
		border-top: 1px solid #e2e2e2
	}
	
	
}
	
@media only screen and (max-width: 992px){
    .cont_selec_dash {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
	grid-gap: 11px;	
	grid-template-areas:
						"ofertador"
						"cont_est_fact"
						"bhorizontal"
                        "campana_1"
						"bhorizontal_2"
                        "campana_2"
						"bhorizontal_3"
		 				"sucursales"
						"bhorizontal_4"
                        "bloqueo";	
		
    }
    .cont_selec_dash .ofertador{
    /* grid-column: 1 / 2;
    grid-row: 1 / 2;*/
	grid-area: ofertador;
    }
    .cont_selec_dash .cont_est_fact{
    /*grid-column: 1 / 2;
    grid-row: 2 / 3;*/
	grid-area: cont_est_fact;
    }
    .cont_selec_dash .campana_1{
    /*grid-column: 1 / 2;
    grid-row: 3 / 4;*/
	grid-area: campana_1;
    }
    .cont_selec_dash .campana_2{
    /*grid-column: 1 / 2;
    grid-row: 4 / 5;*/
	grid-area: campana_2;
    }
    .cont_selec_dash .sucursales{
    /* grid-column: 1 / 2;
    grid-row: 5 / 6;*/
	grid-area: sucursales;
    }
    .cont_selec_dash .bloqueo{
    /* grid-column: 1 / 2;
    grid-row: 6 / 7;*/
	grid-area: bloqueo;
    }
	
	
	
	.cont_selec_dash .bhorizontal{
	grid-area: bhorizontal;
	}
	.cont_selec_dash .bhorizontal_2{
		grid-area: bhorizontal_2;
	}
	.cont_selec_dash .bhorizontal_3{
		grid-area: bhorizontal_3;
	}
		.cont_selec_dash .bhorizontal_4{
		grid-area: bhorizontal_4;
	}
	
	
	
	/*------lineas separadoras-----*/

	.cont_selec_dash .bhorizontal{
		height: 0px;
		/*border-top: 1px solid #e2e2e2*/
	}
	.cont_selec_dash .bhorizontal_2{
		height: 0px;
		/*border-top: 1px solid #e2e2e2*/
	}
	.cont_selec_dash .bhorizontal_3{
		height: 0px;
		/*border-top: 1px solid #e2e2e2*/
	}
	.cont_selec_dash .bhorizontal_4{
		height: 0px;
		/*border-top: 1px solid #e2e2e2*/
	}

	.cont_selec_dash .bvertical{
	display: none;
	}
	.cont_selec_dash .bvertical_2{
	display: none;
	}
	
}
/*-----------------------------------------------*/

/*-------selector de mi tarjeta-----*/

.cont_selec_tarjeta{
    display: flex;
   
    margin-bottom: 0px;
    align-items: center;
}
.cont_selec_tarjeta h2{
    font-size: 1.6rem;
    padding-bottom: 5px;
	 font-weight: 300;
}
@media only screen and (max-width: 992px){
    
    .cont_selec_tarjeta{
        width: 100%;
    }
    .cont_selec_tarjeta .selec_tarjeta {
        
    }
    
    .cont_selec_tarjeta .selec_tarjeta .o-select {
        display: block;
        overflow: hidden;
    }
    .cont_selec_tarjeta .selec_tarjeta .tarjeta{
        display: none;
    }
}

@media only screen and (min-width: 993px){
    .cont_selec_tarjeta .selec_tarjeta .o-select {
        display: none;
    }
    .cont_selec_tarjeta .selec_tarjeta .tarjeta{
        display: block;
    }
}
.cont_selec_tarjeta .selec_tarjeta{
    margin-left: 7px;
}
.cont_selec_tarjeta .selec_tarjeta .tarjeta{
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 5px;
    
}
.cont_selec_tarjeta .selec_tarjeta .tarjeta .dropdown-toggle{
    font-size: 1.6rem;
    font-weight: 700;
}
.cont_selec_tarjeta .selec_tarjeta .tarjeta .dropdown-toggle:hover{
    text-decoration: none;
}

.cont_selec_tarjeta .selec_tarjeta .tarjeta .dropdown-menu.show{
    margin-top: 15px;
	min-width: 100%
}






/*----Estado de Cuenta y facturacion----*/
.cont_selec_dash .cont_est_fact {
    /*border: 1px solid #d2d2d2;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
}

.cont_selec_dash .cont_est_fact .estado{
    /*background-color: #f8f8f8;*/
    margin: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
    
}

.cont_selec_dash .cont_est_fact .estado h2{
    font-size: 1.4rem;
    color: var(--clr_naranjo);
    margin-bottom: 20px;
	font-weight: 700;
}
.cont_selec_dash .cont_est_fact .estado .datos{
    display: flex;
    justify-content: space-between;
}
.cont_selec_dash .cont_est_fact .estado .datos p{
    font-size: 1rem;
}

/*------------Facturacion-----------*/

.cont_selec_dash .cont_est_fact .facturacion{
    margin: 20px;
	margin-left: 0;
	margin-right: 0;
    min-height: 243px;
    
    /*padding-bottom: 7px;*/
}
.cont_selec_dash .cont_est_fact .facturacion .cont_datos{
    min-height: 85px;
}



@media only screen and (max-width: 576px){
    
    .cont_selec_dash .cont_est_fact .facturacion .cont_datos{
    min-height: 175px;
    }
}




.cont_selec_dash .cont_est_fact .facturacion p.ultimopago{
	font-size: 0.8rem;
	line-height: 0.8rem;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: right;
}
.cont_selec_dash .cont_est_fact .facturacion p.ultimopago span{
	font-weight: 700;
}



.cont_selec_dash .cont_est_fact .facturacion h2{
    font-size: 1.4rem;
    color: var(--clr_naranjo);
    margin-bottom: 20px;
	font-weight: 700;
}
.cont_selec_dash .cont_est_fact .facturacion .datos{
    display: flex;
    justify-content: space-between;
}
.cont_selec_dash .cont_est_fact .facturacion .datos p{
    font-size: 1rem;
	line-height: 1.3rem;
    margin-bottom: 0.6rem;
}
.cont_selec_dash .cont_est_fact .facturacion .monto_fac p{
    font-size: 1rem;
    font-weight: 700;
}
.cont_selec_dash .cont_est_fact .facturacion .monto_fac p.total{
    font-size: 1.2rem;
    font-weight: 700;
}
.cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
	margin-bottom: 20px;
}
.cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn{
    padding: 13px;
}
.cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn_repac{
    border: 1px solid #569d31;
    color: #569d31;
    padding-left: 20px;
    padding-right: 20px;
}
.cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn_repac:hover{
        background-color: rgba(90, 158, 54, 0.07);
}

.cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn_pago{
    background-color: var(--clr_naranjo);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
}
.cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn_pago:hover{
    background-color: #ef9029;
    
}
.cont_selec_dash .cont_est_fact .facturacion span.info{
    font-size: 0.8rem;
    font-style: italic;
    color: #9b9898;
    margin-top: 1px;
    display: block;
    text-align: right;
}



/*---------------------------------------*/

.cont_selec_dash .cont_est_fact .btn_extra{
    border-top: 1px solid #d2d2d2;   
    margin: 20px;
	margin-left: 0;
	margin-right: 0;
   
    padding-top: 20px;
    
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}
.cont_selec_dash .cont_est_fact .btn_extra .btn{
    border: 1px solid #d2d2d2;
    font-size: 0.9rem;
    padding: 13px;
    
}
.cont_selec_dash .cont_est_fact .btn_extra .btn:nth-child(1),
.cont_selec_dash .cont_est_fact .btn_extra .btn:nth-child(2)
{
   margin-right: 10px;
}

@media screen and (max-width: 1199px) and (min-width: 993px) {
	.cont_selec_dash .cont_est_fact .btn_extra{
		flex-flow: column;
	}
	.cont_selec_dash .cont_est_fact .btn_extra a{
		margin-right: 0 !important;
	}
	.cont_selec_dash .cont_est_fact .btn_extra .btn:nth-child(1),
	.cont_selec_dash .cont_est_fact .btn_extra .btn:nth-child(2)
	{
   	margin-bottom: 10px;
	}
}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}



/*------------------------------*/

.cont_selec_dash .ofertador {
	 margin-top: 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
	
    min-height: 205px;
	
	
	
	background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;

}


.cont_selec_dash .ofertador .o-banner{
    margin-top: 0;
    height: 100%;
	min-height: 205px;
	border: none;
	background-color: #FFF;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 16px;
	display: flex;
	align-items: center;
	
	/*border: 1px solid #d2d2d2;*/
	

}
.cont_selec_dash .ofertador .o-banner .o-btn{
    white-space: nowrap;
	background-color: transparent;
	border-color: #fff;
	font-size: 1.1rem;
	padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.cont_selec_dash .ofertador .o-banner .o-btn:hover{
	 background-color: rgba(255, 255, 255, 0.2);
}



.cont_selec_dash .ofertador .o-banner .o-banner__close{
    visibility: hidden;
    display: none;
}
.cont_selec_dash .ofertador .o-banner .o-banner__container{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.cont_selec_dash .ofertador .o-banner  .o-banner__side:nth-child(2){
    margin-top: 10px;
}


/*-----------------------------------*/








/*------------------------------*/

.cont_selec_dash .campana_1{
	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	overflow: hidden;
	min-height: 100px;
	background-color: #f8f8f8;
	

   background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;

	
}
.cont_selec_dash .campana_2{
	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	overflow: hidden;
	min-height: 100px;
	background-color: #f8f8f8;
	
	background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;

}


.cont_selec_dash .cont_cam_AESAE {
    display: flex;
    justify-content: space-between;
    min-height: 100px;
	height: 100%;
    padding: 18px;
    background-color: #fff;
	
	border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.cont_selec_dash .cont_cam_AESAE:hover {
	border: 1px solid var(--clr_naranjo);
   /* background-color: #f8f8f8;*/
}


.cont_selec_dash .cont_cam_AESAE .columna{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.cont_selec_dash .cont_cam_AESAE .columna h2{
    font-size: 1.2rem;
 }
.cont_selec_dash .cont_cam_AESAE .columna:nth-child(1){
    border-right: 1px dashed #d2d2d2;
    padding-right: 20px;
    margin-right: 20px;
}


.cont_selec_dash .cont_cam_AESAE .columna h3{
    font-size: 1.4rem;
    font-weight: 700;
 }
.cont_selec_dash .cont_cam_AESAE .colmonto {
    width: 50%;
}
.cont_selec_dash .cont_cam_AESAE .colmonto h3{
    color: var(--clr_naranjo);
    font-size: 2.5rem;
}

/*---------------------------*/
.cont_selec_dash .cont_cam_pat {
    display: flex;
    justify-content: space-between;
    min-height: 100px;
	height: 100%;
    padding: 18px;
    background-color: #fff;
	
	border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

.cont_selec_dash .cont_cam_pat:hover {
	border: 1px solid var(--clr_naranjo);
    /*background-color: #f8f8f8;*/
}



.cont_selec_dash .cont_cam_pat .columna{
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.cont_selec_dash .cont_cam_pat .columna h2{
    font-size: 1.2rem;
 }
.cont_selec_dash .cont_cam_pat .columna:nth-child(1){
    border-right: 1px dashed  #d2d2d2;
    padding-right: 20px;
    margin-right: 20px;
}


.cont_selec_dash .cont_cam_pat .columna h3{
    font-size: 2rem;
    font-weight: 700;
 }
.cont_selec_dash .cont_cam_pat .coltxt h3{
    white-space: nowrap;
	color: var(--clr_naranjo);
}

.cont_selec_dash .cont_cam_pat .colmensaje h2{
    font-size: 1.2rem;
}
.cont_selec_dash .cont_cam_pat .colmensaje h3{
    font-size: 1.3rem;
    font-weight: 700;
 }


.cont_selec_dash .sucursales{
	min-height: 100px;
	background-color: #f8f8f8;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
	background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;

}

.cont_selec_dash .bloqueo{
	min-height: 100px;
	background-color: #f8f8f8;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
	background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 4s ease infinite;
	-moz-animation: AnimationName 4s ease infinite;
	animation: AnimationName 4s ease infinite;

}



.cont_selec_dash .boque_tarjeta{
    
    width: 100%;
    min-height: 100px;
	height: 100%;
	background-color: #fff;
	border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
}


.cont_selec_dash .boque_tarjeta:hover{
		border: 1px solid #d2d2d2;
        /*background-color: #f8f8f8;*/
}


.cont_fselec_tarjeta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
    
}

.cont_fselec_tarjeta .estado_cuenta{
    
    padding-bottom: 0px;
	display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.cont_fselec_tarjeta .estado_cuenta a{
     font-size: 0.9rem;
	 margin-bottom: 5px;
    display: block;
}



.cont_fselec_tarjeta p.fecha_hora{
    font-size: 0.8rem;
    margin: 0;
    line-height: 0.8rem;
}

@media only screen and (max-width: 992px){
    

	
	.cont_selec_dash .cont_est_fact .estado{
		margin-top: 20px;
		padding-bottom: 20px;
        
	}
	
	.cont_est_fact .estado .otros_datos{
		 
	}
	
	
	.cont_selec_dash .cont_est_fact .facturacion{
		
	}
	.cont_selec_dash .cont_est_fact .btn_extra{
		
		margin-bottom: 0;
	}
    .cont_selec_dash .ofertador .o-banner .o-banner__close{
        visibility: visible;
        display: block;
    }
    
    .cont_selec_tarjeta{
       justify-content: center;
		align-items: center;
		flex-flow: row;
		
		

    }
	
	
    .selec_tarjeta .o-select__field {
        display: flex;
        align-items: center;
    }
    
    .selec_tarjeta .o-select select{
        font-size: 1.8rem;
        padding-top: 0;
        padding-bottom: 5px;
        background-image: none;
        padding-right: 2px;
        text-align-last: left;
		color: #676767;
		font-weight: 700;
	
		font-family: "Helvetica Neue LT Std Roman", helvetica, arial, sans-serif;
    }
     .selec_tarjeta .o-select .fa{
        font-size: 1.7rem;
      
    }
    
    .boque_tarjeta{
        flex-flow: row;
    }
    .boque_tarjeta div{
        margin-left: 10px; 
        margin-right: 10px;
    }
   
    
       .cont_fselec_tarjeta{
        flex-flow: column;
    align-items: center;
    }
    
    .cont_fselec_tarjeta .estado_cuenta{
        align-self: flex-end;
		align-items: center;
    }
    .cont_fselec_tarjeta .estado_cuenta {
  
    padding-bottom: 1.5px;
    margin-top: 15px;
    }
    .cont_fecha_hora {
    padding-right: 0;
    display: flex;
    justify-content: center;
    margin-top: 1px;
	margin-bottom: 15px;
	}
    .cont_fselec_tarjeta{
        padding-right: 15px;
    }

	.cont_fselec_tarjeta .estado_cuenta{
		align-self: center;
	}
	
	.cont_selec_dash .boque_tarjeta{

	border: 1px solid #e2e2e2;

	
	}
    .cont_selec_dash .cont_cam_AESAE {
	border: 1px solid #e2e2e2;
	}
	.cont_selec_dash .cont_cam_pat {
		border: 1px solid #e2e2e2;
	}
     .cont_selec_dash .bhorizontal_2{
		height: 0px;
		border-top: none;
		}
}




@media only screen and (max-width: 576px){
    
    .boque_tarjeta{
        flex-flow: column;
        height: auto !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .boque_tarjeta h3.o-subtitle{
        text-align: center;
    }
    
    .boque_tarjeta .fa{
        
    }
    
    .cont_cam_AESAE,
    .cont_cam_pat{
        flex-flow: column;
        height: auto !important;
    }
	.cont_selec_dash .cont_cam_AESAE {
		align-items: center;
	}
	.cont_selec_dash .cont_cam_pat{
		align-items: center;
	}
	
	
	
    .cont_selec_dash .cont_cam_pat .columna, 
    .cont_selec_dash .cont_cam_AESAE .columna
    {
        align-items: center;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .cont_selec_dash .cont_cam_pat .columna:nth-child(1),
    .cont_selec_dash .cont_cam_AESAE .columna:nth-child(1)
    {
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: 0;
    }
    .cont_selec_dash .cont_cam_AESAE .colmonto{
        width: 100%;
    }
    
    .cont_selec_dash .cont_cam_pat .columna h2,
     .cont_selec_dash .cont_cam_pat .columna h3,
    .cont_selec_dash .cont_cam_AESAE .columna h2,
     .cont_selec_dash .cont_cam_AESAE .columna h3
    
    {
        text-align: center;
    }
    
    .cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago
    {
        flex-flow: column;
    }
    .cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn:first-child{
        margin-bottom: 20px;
    }
    
    .cont_selec_dash .cont_est_fact .facturacion .datos,
    .cont_selec_dash .cont_est_fact .estado .datos
    {
        flex-flow: column;
        margin-left: 10px;
		margin-right: 10px;
        
    }
    .cont_selec_dash .cont_est_fact .facturacion .datos p:first-child,
    .cont_selec_dash .cont_est_fact .estado .datos p:first-child
    {
        margin-bottom: 3px;
    }
    .cont_selec_dash .cont_est_fact .facturacion .datos p:last-child,
    .cont_selec_dash .cont_est_fact .estado .datos p:last-child
    {
       /* font-weight: 700;*/
    }
    
    .cont_selec_dash .cont_est_fact .btn_extra{
        flex-flow: column;
    }
    .cont_selec_dash .cont_est_fact .btn_extra .btn:nth-child(1),
	.cont_selec_dash .cont_est_fact .btn_extra .btn:nth-child(2)
	{
         margin-bottom: 20px;
        margin-right: 0;
    }
    .cont_selec_dash .cont_est_fact .btn_extra .btn{
        padding: 13px;
    }
    
    .cont_selec_dash .cont_est_fact .estado .datos p,
    .cont_selec_dash .cont_est_fact .facturacion .datos p{
        font-size: 1.2rem ;
    }
    .cont_selec_dash .cont_est_fact .facturacion .monto_fac p{
       /* font-size: 1.3rem ;*/
        margin-bottom: 8px !important;
		
    }
    .cont_selec_dash .cont_est_fact .facturacion .monto_fac p.total {
    font-size: 1.3rem;
    font-weight: 700;
    }
    
    .cont_selec_dash .cont_est_fact .estado h2,
    .cont_selec_dash .cont_est_fact .facturacion h2{
        font-size: 1.5rem;
		font-weight: 700;
		margin-left: 10px;
    }
    .cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn_repac
    {
        font-size: 1.3rem;
    }
    .cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn_pago{
        font-size: 1.4rem;
    }
    
    .cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago{
        margin-top: 20px;
    }
    .cont_selec_dash .cont_est_fact .facturacion span.info,
	.cont_selec_dash .cont_est_fact .facturacion p.ultimopago
	{
        font-size: 1rem;
		line-height: 1.2rem;
		text-align: center;
    }
	.cont_selec_dash .cont_est_fact .facturacion p.ultimopago{
		margin-bottom: 10px;
		
	}
	
	
    .cont_selec_dash .cont_est_fact .btn_extra .btn{
            font-size: 1.3rem;
    }
    
    .boque_tarjeta .btn_b .o-btn{
        font-size: 1.3rem;
        padding: 13px;
    }
    .cont_selec_dash .cont_est_fact .facturacion .datos{
       
        margin-bottom: 10px;
    }
    .cont_selec_dash .cont_est_fact .facturacion .monto_fac{
        border-bottom: none;
    }
	
	.cont_selec_dash .ofertador, 
	.cont_selec_dash .ofertador .o-banner
	{
		min-height: 241px;
	}
	.cont_selec_dash .campana_1,
	.cont_selec_dash .cont_cam_AESAE{
		min-height: 193px;
	}
	.cont_selec_dash .campana_2,
	.cont_selec_dash .cont_cam_pat, 
	.cont_selec_dash .cont_cam_generica
	{
		min-height: 193px;
	}
	.cont_selec_dash .sucursales,
	.cont_selec_dash .bloqueo,
	.cont_selec_dash .boque_tarjeta{
		min-height: 193px;
	}
	
	.cont_est_fact .estado .cont_barra_disponible{
		width: auto !important;
	}
	
	.cont_est_fact .estado .cont_barra_disponible,
	.cont_est_fact .estado .disp_mont,
	.cont_est_fact .estado .otros_datos
	{
	margin-left: 10px;
    margin-right: 10px;
	}
	.cont_selec_dash .ofertador .o-banner .o-banner__side:nth-child(2){
		width: 100%;
		
	}
	
	.cont_selec_dash .ofertador .o-banner  .o-banner--offer .o-banner__title{
		margin-bottom: 8px;
    	margin-top: 2px;
	}
	
    
}


@media only screen and (max-width: 768px){
	.selec_tarjeta .o-select select,
	.cont_selec_tarjeta h2
	{
        font-size: 1.6rem;
		white-space: nowrap;
    }
	
}


@media only screen and (max-width: 486px){
    .selec_tarjeta .o-select select,
	.cont_selec_tarjeta h2
	{
        font-size: 1.5rem;
		white-space: nowrap;
    }
	.selec_tarjeta .o-select select{
		    padding-bottom: 4px;
	}
}

@media only screen and (max-width: 395px){
    .selec_tarjeta .o-select select,
	.cont_selec_tarjeta h2
	{
        font-size: 1.4rem;
    }
	.selec_tarjeta .o-select select{
		    padding-bottom: 5px;
	}
}

@media only screen and (max-width: 374px){
    .selec_tarjeta .o-select select, 
	.cont_selec_tarjeta h2
	{
        font-size: 1.1rem;
    }
}






/*----- si solo tiene una tarjeta------*/

.cont_selec_tarjeta.unatarjeta .tarjeta .dropdown-toggle{
	cursor:default;
	
} 
.cont_selec_tarjeta.unatarjeta .tarjeta .dropdown-toggle:hover{
	color: #666666;
}
.cont_selec_tarjeta.unatarjeta  .dropdown-menu{
	display: none;
	visibility: hidden;
}
.cont_selec_tarjeta.unatarjeta .tarjeta .dropdown-toggle .fa{
	display: none;
}

.cont_selec_tarjeta.unatarjeta .selec_tarjeta .tarjeta,
.cont_selec_tarjeta.unatarjeta h2
{
	border: none;
	
}
.cont_selec_tarjeta.unatarjeta  .selec_tarjeta .tarjeta{
	padding-bottom: 1px;
}



.cont_selec_tarjeta.unatarjeta .o-select:before {
	background-color: #fff;
}
.cont_selec_tarjeta.unatarjeta .o-select .fa{
	display: none;
	
}


/*-----Ofertador Generico-------*/
.ofer_bnd_generico{
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.ofer_bnd_generico:before{
	background-image: none;
}
.ofer_bnd_generico .ofertador_caja_tit{
	display: flex;
	flex-flow: column;
	align-items: center;
}

.ofer_bnd_generico .ofertador_caja_tit {
	width: 100%;
}
.ofer_bnd_generico .ofertador_caja_tit h5{
	text-align: center;
	text-shadow: 1px 1px 1px rgba(77, 77, 77, 0.3);
}

.ofer_bnd_generico .ofertador_caja_tit h4{
	text-align: center;
	text-shadow: 1px 1px 1px rgba(77, 77, 77, 0.3);
	font-size: 2.2rem !important;
}
.ofer_bnd_generico .ofertador_caja_tit small{
	text-align: center;
	text-shadow: 1px 1px 1px rgba(77, 77, 77, 0.3);
	font-size: 0.8rem;
}

.ofer_bnd_generico .o-banner__side {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 100%;
}

.ofer_bnd_generico .o-banner__title--big{
		font-size: 2.4rem;
		line-height: 2.5rem;
	}


@media only screen and (max-width: 992px){
	.ofer_bnd_generico .o-banner__container .o-btn{
		width: auto;
	}
	.ofer_bnd_generico .o-banner__title--big{
		font-size: 2.1rem;
		line-height: 2.3rem;
	}
}

@media only screen and (max-width: 768px){
	
	.ofer_bnd_generico .o-banner__title{
		font-size: 1.26667rem;
		line-height: 1.3rem;
	}
	.ofer_bnd_generico .o-banner__title--big{
		font-size: 2.1rem;
		line-height: 2.3rem;
	}
	.ofer_bnd_generico  {
    padding: 1.5rem;
	}
	.ofer_bnd_generico .o-banner__text--small{
		padding-top: 5px;
	}
	.ofer_bnd_generico .ofertador_caja_tit h4{
	    line-height: 2.1rem;
		font-size: 2rem !important;
	}
	
	
	
	
	
}

@media only screen and (max-width: 375px){
	.ofer_bnd_generico .o-banner__title {
    font-size: 1.16667rem;
    line-height: 1.3rem;
	}
	.ofer_bnd_generico .o-banner__title--big{
		font-size: 1.86667rem;
    	line-height: 2rem;
	}
	.ofer_bnd_generico .o-banner__container .o-btn{
		white-space: normal !important;
	}
	
}

/*-----------------------------------------------*/

.cont_cam_generica{
	 display: flex;
	flex-flow: column;
    align-items: center;
	justify-content: center;
    min-height: 100px;
    height: 100%;
    padding: 20px;
	
    background-color: #fff;
	
	border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
}
.cont_cam_generica:hover{
	border: 1px solid var(--clr_naranjo);
	/*background-color: #f8f8f8;*/
}
.cont_cam_generica h2{
	font-size: 1.2rem;
	line-height: 1.4rem;
	text-align: center;
}
.cont_cam_generica h3{
	font-size: 1.7rem;
    line-height: 1.8rem;
	text-align: center;
}
.cont_cam_generica h3 span{
	color: var(--clr_naranjo);
}

.cont_cam_generica p{
	margin: 0;
	text-align: center;
	font-size: 0.8rem;
}



@media only screen and (max-width: 992px){

	.cont_cam_generica{
		border: 1px solid #e2e2e2;
	}
	
	
	
	
}



/*-----------Extra cambios de espaciado---------*/

.boque_tarjeta .o-subtitle{
	font-size: 1.46667rem;
}
.boque_tarjeta .fa {
    font-size: 40px;
}



/*--------cambios en ofertador------*/

.ofertador .o-banner__label{
	font-weight: 700;
	padding-left: 0;
	background-color: transparent !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
	padding-top: 0;
}
.ofertador .o-banner__title{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Helvetica Neue LT Std Bold', "sans-serif";
	font-size: 1.3rem;
    line-height: 1.5rem;
}
.ofertador h4.o-banner__title{
	font-family: 'Helvetica Neue LT Std Bold', "sans-serif";
	font-size: 2.5rem;
    line-height: 2.3rem;
}


.ofertador .o-banner__text{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
	display: inline-block;
    margin-top: 9px;
}




/*--------barra de carga--------*/


.cont_selec_dash .cont_est_fact .estado{
    min-height: 137px;
    
}


.cont_est_fact .estado .cont_barra_disponible{
	width: 100%;
	background-color: #dfdddd;
	height: 13px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 3px;
}

.cont_est_fact .estado .cont_barra_disponible .barra_disponible{
	height: 13px;
	/*background-color: var(--clr_naranjo);*/
    background-color: #27759e;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	

	
}

.cont_est_fact .estado .disp_mont{
	display: flex;
	justify-content: space-between;
	
}
.cont_est_fact .estado .disp_mont p{
	font-size: 0.9rem;
	margin-bottom: 0;
}

.cont_est_fact .estado .disp_mont p.disponible{
	margin-bottom: 0;
	font-weight: 700;
	/*color: var(--clr_naranjo);*/
}
.cont_est_fact .estado .disp_mont p.utilizado{
    color: #27759e;
    font-weight: 300;
}


.cont_est_fact .estado .disp_mont p.disponible br{
	display: none;
}

.cont_est_fact .estado .disp_mont p br{
	display: none;
}

.cont_est_fact .estado .otros_datos{
	display: flex;
	justify-content: flex-end;
	margin-top: 0px;
	margin-bottom: 8px;
}
.cont_est_fact .estado .otros_datos p{
	font-size: 0.75rem;
	margin-bottom: 0;
}
.cont_est_fact .estado .otros_datos p.cupo_total{
	font-weight: 300;
    font-style: italic;
	
}






@media only screen and (max-width: 576px){
    
    
     .cont_selec_dash .cont_est_fact .estado{
        min-height: 156px;
    }
    
    
	.cont_est_fact .estado .disp_mont p.disponible br{
	display: block;
	}

	.cont_est_fact .estado .disp_mont p br{
		display: block;
	}

	.cont_est_fact .estado .disp_mont p.utilizado{
		text-align: left;
		
	}
	.cont_est_fact .estado .disp_mont p.disponible
	{
	font-size: 1.1rem;
	line-height: 1.4rem;
		text-align: right;
	}
    .cont_est_fact .estado .disp_mont p.utilizado{
      font-size: 1.1rem;
	line-height: 1.4rem;  
    }
	
	
	.cont_est_fact .estado .otros_datos {

	}
	.cont_est_fact .estado .otros_datos p {
	font-size: 0.85rem;
    line-height: 1rem;
	}
	.cont_est_fact .estado .otros_datos p.prox_cuota {
		margin-bottom: 5px;
	}
	.cont_est_fact .estado .otros_datos {
    margin-bottom: 14px;

	}
	.cont_est_fact .estado .disp_mont{
		margin-top: 5px;
	}
	
}


.msg_footer{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;

}

.msg_footer small{

    font-size: 0.8rem;
    text-align: center;
    font-style: italic;
    color: #a3a1a1;
}





/*---------Info no disponible---------*/



/*------------BARRA------------*/


.estado.no_disponible .barra_disponible{
    visibility: hidden;
    
}

.estado.no_disponible .cont_barra_disponible{
    background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;
}

.estado.no_disponible .disp_mont{
    margin-top: 10px;
}

.estado.no_disponible .disp_mont p{
    text-indent: 999px;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 30%;
    
    max-height: 11px;

    background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;
     overflow: hidden;
    
}

.estado.no_disponible .otros_datos{
    padding-top: 7px;
    padding-bottom: 7px;
}
.estado.no_disponible p.cupo_total{
     text-indent: 999px;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 23%;
    
    max-height: 9px;
    
    background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;
    overflow: hidden;
}



@media only screen and (max-width: 576px){
    .estado.no_disponible .otros_datos {
    padding-top: 4px;
    padding-bottom: 15px;
    margin-bottom: 0;
    }
    .estado.no_disponible p.cupo_total{
    width: 40%;
    max-height: 10px;
    }
    .estado.no_disponible .disp_mont p{
        text-indent: inherit;
        background: none;
        overflow: inherit;
        max-height: inherit;
    }
    
    .estado.no_disponible .disp_mont p br{
        display: none !important;
    }
    
    .estado.no_disponible .disp_mont p span{
        
    display: block;
    text-indent: 999px;
    width: 100%; 
      
    max-height: 12px;    
        
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
        
    background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;
    overflow: hidden;
        
        
    }
    .estado.no_disponible .disp_mont p span:first-child{
       width: 90%;
        margin-bottom: 5px;
    }
    
    .estado.no_disponible .disp_mont p.utilizado{
        display: flex;
        flex-flow: column;
        align-items: flex-end;
    } 
    
}

/*------------Factura------------*/

.facturacion.no_disponible .datos p{
    height: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
        
    background: linear-gradient(270deg, #f8f8f8, #e4e4e4, #f8f8f8);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;
    overflow: hidden;
    text-indent: 999px;
    width: 37%;
    
}
.facturacion.no_disponible .datos p:first-child{
     text-indent: -999px;
}

.facturacion.no_disponible .datos {
    margin-bottom: 5px;
}

.facturacion.no_disponible .datos p:last-child{
    width: 20%;
}

.facturacion.no_disponible .cont_datos .datos:nth-child(2) p  {
    width: 16%;
    
}

.facturacion.no_disponible .btn_repac{
    opacity: 0.3;
    cursor: not-allowed;
}

.facturacion.no_disponible .btn_pago{
    opacity: 0.3;
    cursor: not-allowed;
}

.facturacion.no_disponible .cont_datos .datos.monto_fac p{
     height: 19px;
    }



@media only screen and (max-width: 576px){
    
    
    .facturacion.no_disponible .datos{
        margin-bottom: 16px !important;
    }
    
    
    .facturacion.no_disponible .datos p{
        height: 15px;
        margin-bottom: 6px !important;
        width: 70%;
    }

    .facturacion.no_disponible .cont_datos .datos:nth-child(2) p {
        width: 70% ;
    
    }
    .facturacion.no_disponible .cont_datos .datos:nth-child(2) {
        width: 65% ;
    }
    
    .facturacion.no_disponible .datos  p:last-child {
        width: 35% !important;
    }
   .facturacion.no_disponible .cont_datos .datos.monto_fac p {
    height: 21px;
    }
    
}



.estado.info_no{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.estado.info_no h2{
    width: 100%;
}

.estado.info_no .textos .fa{
    font-size: 3.2rem;
    line-height: 3rem;
    color: #e2e2e2;
    text-align: center;
}

.estado.info_no .textos {
    display: flex;
    justify-content:center;
    align-items: center;

}

.estado.info_no .textos .xtx{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-left: 10px;
}


.estado.info_no .textos p{
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 3px;
     color: #b5b5b5;
}
.estado.info_no .textos h2{
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #b5b5b5;
    margin-bottom: 0;
    margin-left: 0;

}
/*----------------------------------*/
.cont_datos.info_no{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.cont_datos.info_no .textos .fa{
    font-size: 3.2rem;
    line-height: 3rem;
    color: #e2e2e2;
    text-align: center;
}

.cont_datos.info_no .textos {
    display: flex;
    justify-content:center;
    align-items: center;

}

.cont_datos.info_no .textos .xtx{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-left: 10px;
}


.cont_datos.info_no .textos p{
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 3px;
     color: #b5b5b5;
}
.cont_datos.info_no .textos h2{
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #b5b5b5;
    margin-bottom: 0;
    margin-left: 0;

}






/*-------IE------*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.cont_fselec_tarjeta{
		width: 1146px;
	}
    .cont_selec_dash{
    width: 1146px;
    display: -ms-grid;
        
    -ms-grid-columns: 50% 1% 49%;
   /* grid-template-columns:50% auto 50%;*/
	/*	
	-ms-grid-template-rows: auto auto auto auto auto auto ;
	grid-template-rows: auto auto auto auto auto auto ;	
    
        
    grid-template-areas:"cont_est_fact bvertical ofertador"
						"cont_est_fact bvertical campana_1"
						"cont_est_fact bvertical bhorizontal_2"
						"cont_est_fact bvertical campana_2"
						"bhorizontal bhorizontal bhorizontal"
						"sucursales bvertical_2 bloqueo";*/
        
    /*-ms-grid-gap: 10px;*/
    margin-bottom: 30px;

}
.cont_selec_dash .cont_est_fact{
    -ms-grid-column:1; 
	-ms-grid-column-span:2;
	
    -ms-grid-row:1;
	-ms-grid-row-span:4;
	
	padding-right: 20px;
}
.cont_selec_dash .bvertical{
		-ms-grid-column:2; 
		-ms-grid-column-span:3; 
    	-ms-grid-row:1; 
		-ms-grid-row-span:4; 
}	
	
.cont_selec_dash .ofertador{
    -ms-grid-column:3; 
	-ms-grid-column-span:4;
	
    -ms-grid-row:1; 
	width: 547px;
}
.cont_selec_dash .campana_1{
    
    -ms-grid-column:3; 
	-ms-grid-column-span:4;
	
    -ms-grid-row:2; 

}
.cont_selec_dash .bhorizontal_2{
	-ms-grid-column:3; 
	-ms-grid-column-span:4; 
	
    -ms-grid-row:3; 
}

.cont_selec_dash .campana_2{
    -ms-grid-column:3; 
	-ms-grid-column-span:4;
	
    -ms-grid-row:4; 
}
	
.cont_selec_dash .bhorizontal{
	-ms-grid-column:1;
	-ms-grid-column-span:4;
    -ms-grid-row:5; 

}	
	
.cont_selec_dash .sucursales{
   -ms-grid-column:1; 
  -ms-grid-column-span:2; 
	
    -ms-grid-row:6; 
	margin-right: 20px;

}
.cont_selec_dash .bloqueo{
    
   -ms-grid-column:3; 
	-ms-grid-column-span:4; 
    -ms-grid-row:6; 


    

} 
    
.cont_selec_dash .bvertical_2{
	-ms-grid-column:2; 
	-ms-grid-column-span:3; 
		
    -ms-grid-row:6; 

	}


	
	
	/*-------Lines separadoras-----*/

	.cont_selec_dash .bvertical{
		width: 0px;

		border-left: 1px solid #e2e2e2;
	}
	.cont_selec_dash .bvertical_2{
		width: 0px;
		border-left: 1px solid #e2e2e2;
		
	}
	.cont_selec_dash .bhorizontal{
		margin-top: 15px;
		margin-bottom: 15px;
		height: 0px;
		border-top: 1px solid #e2e2e2
	}

	.cont_selec_dash .bhorizontal_2{
		height: 0px;
		border-top: 1px solid #e2e2e2
	}
 
    
    /*---------------------------------*/
	.cont_selec_dash .ofertador{
		height: 200px;
	}
	.cont_selec_dash .ofertador .o-banner{
		height: 200px;
		
	}
	.cont_selec_dash .campana_1{
		height: 100px;
	}
	.cont_selec_dash .cont_cam_AESAE{
		height: 100px;
	}
	.cont_selec_dash .campana_2{
		height: 100px;
	}
	.cont_selec_dash .cont_cam_pat{
		height: 100px;
	}
	
	
	.cont_selec_dash .cont_cam_AESAE:hover{
		 border: 1px solid #f07b06;
		
	}
	.cont_selec_dash .cont_cam_pat:hover{
		 border: 1px solid #f07b06;
		
	}
	.cont_selec_dash .cont_est_fact .facturacion .cont_bts_pago .btn_pago{
		    background-color: #f07b06;
	}
	
	
	
}

