@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500,600;800&display=swap');

:root {
    --color-primary: #e3172c;
    --color-primary-light: #FBDCE0; 
    --red-dark: #dc0814;
}

#btnWhatsapp {
	/* background-color: var(--red-dark); */
}

#containerImgBannerCredito {
	display: flex;
	justify-content: center;
	align-items: center;
}

body{
	background-color: #FFF;
	font-family: 'Montserrat', sans-serif !important;
}

h1.titleUndrln{
	font-size: 2rem;
	font-weight: 600;
	border-bottom: var(--red-dark) 2px solid;
	width: 75px;
}

h1.titleFinishUndrln{
	font-size: 2rem;
	font-weight: 600;
	max-width: 280px;
}


h2.titleUndrln ~ span.Undrln {
	display: block;
	font-size: 2rem;
	font-weight: 600;
	border-bottom: var(--red-dark) 2px solid;
	width: 75px;
	margin-bottom: 20px;
}


.boxIconFinish {
	width: 150px;
	height: 145px;
	background-color: #f5f6f9;
	border: 1px solid #cecece;
	border-radius: 8px;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

h4.titleForm{
	font-size: 1rem;
	font-weight: 600;
	color: #263238;
}

.divActive{
	background-color: #f4f7f9;
	border-bottom: 5px solid var(--red-dark);
	border-right: 5px solid #fff;
	/* padding: 1em 0 0; */
	min-height: 50px;
}

.divInactive{
	background-color: #f5f6f9;
	border-bottom: 5px solid #e9ebed;
	border-right: 5px solid #fff;
	/* padding: 1em 0 0; */
	min-height: 50px;
}

.btnBack{
	background-color: var(--red-dark) !important;
	border: none !important;
	color: #FFF;
}


.btn-primary{
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	/*padding-left: 40px !important;
    padding-right: 40px !important;*/
	background-color: var(--red-dark) !important;
	border: none !important;
	color: #FFF;
	text-decoration: none;
	border-radius: 6px;
	cursor: pointer;
}

.btn-secundary{
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	padding-left: 40px !important;
    padding-right: 40px !important;
	background-color: transparent !important;
	border: var(--red-dark) solid 1px!important;
	color: var(--red-dark) !important;
	text-decoration: none;
	border-radius: 6px;
	cursor: pointer;
}

table{
	width: 100%; 
	font-size: 0.8rem; 
	font-weight: 500;
}

td{
	padding: 10px 15px;
}

.tblInfo1{
	background-color: #8e9397; 
	border: #2e2f33 1px solid; 
	color: #ffffff;
}

.tblInfo2{
	background-color: #f5f6fa; 
	border: #2e2f33 1px solid;
}

.tblInfo3{
	background-color: #ffffff; 
	border: #2e2f33 1px solid;
}





hr.marginContent20{
	/*display: none;*/
	border: none !important;
	margin: 20px 0 !important;
}
hr.marginContent50{
	/*display: none;*/
	border: none !important;
	margin: 50px 0 !important;
}

/*colores{
	rojo: #ED1C24;
	negro: #000000;
}


.fntwsmUsr1 {
	position: relative;
}
  
.fntwsmUsr1 i{
	position: absolute;
	left: 15px;
	top: 40px;
	color: #5f1515;
}

/*footer {
    position: fixed;
    height: 115px;
    bottom: 0;
    width: 100%;
}
*/

.footerMC{
	background: var(--red-dark);
	height: 15px;
}




h1.titleHome{
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	color: var(--red-dark);
    /* font-family: 'Poppins', sans-serif; */
}

h2.contentHome{
	color: #000;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.7rem;
	text-align: center;
    /* font-family: 'Poppins', sans-serif; */
}

.txtRojo{
	color: var(--red-dark);
	font-weight: 700;
    /* font-family: 'Poppins', sans-serif; */
}



h2.titleModal{
	color: var(--red-dark);
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
    /* font-family: 'Poppins', sans-serif; */
}

p{
	/* font-family: 'Poppins', sans-serif !important; */
	text-align: left;
	line-height: 28px;
	font-size: 0.9rem;
	line-height: 1.5rem;
}


label{
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
	font-size: 0.9rem;
    /* font-family: 'Poppins', sans-serif; */
}

.modal-title{
	color: var(--red-dark);
    font-weight: 700;
    /* font-family: 'Poppins', sans-serif; */
}

.txtPortal{
	font-size: 1.1rem;
	text-align: justify;
	font-weight: 500;
    /* font-family: 'Poppins', sans-serif; */
}

a.noConfirmar{
	color: var(--red-dark);
	text-decoration: underline;
	font-size: 0.9rem;
	font-weight: 500;
    /* font-family: 'Poppins', sans-serif; */
}


@media (max-width: 480px){
	hr.marginContent {
		display: none;
	}
	.mrgtp{

	}
}



/*@font-face {
  font-family: 'fontActData';
  src: url(../fonts/fontActDatos.otf);
}*/

.fntTerminos{
	font-size: 0.85rem !important;
    text-transform: none;
    color: var(--red-dark) !important;
	padding-left: 0 !important;
	padding-top: 3px !important;
	font-family: 'fontActData';
}

h2.titleRed{
	color: var(--red-dark);
	font-size: 1.15rem;
	text-align: center;
	font-family: 'fontActData';
}



.date-icon {
    position: absolute;
    top: 20px;
    right: 35px;
    /* pointer-events: none; */
    cursor: pointer;
    color: #aaa;
}

.cursor-pointer {
	cursor: pointer !important;
}

.rounded-5px {
	border-radius: 5px !important;
}

.invalid-feedback {
	margin-top: 0 !important;
}

.border-error {
	border: 1px solid red !important;
}

.left-28px {
	left: 28px !important;
}


.rounded-end-left-1 {
	border-bottom-left-radius: 0.25rem;
}

.rounded-end-rigth-1 {
	border-bottom-right-radius: 0.25rem;;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mt-1\.2 {
	margin-top: 1.2rem !important;
}

a.nofocus:focus,  a.nofocus:hover, a.nofocus:active{
	color: white !important;
}


input.input-cred, select.input-cred {
	height: 45px !important;
}

.bg-row-odd {
	background-color: #f5f6f9;
}

div .font-size-esp {
	/* font-size: 0.7vw !important; */
	font-size: 0.6rem !important;
}


.dropdown-menu2 {
	position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.9375rem;
    color: #777;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}


.drop-especial {
	position: absolute !important;
	right: 0px !important;
    /* right: -10px !important; */
    top: 52px !important;
    /* top: 36px !important; */
	padding: 8px 8px !important;
	/* width: calc(100% + 10px) !important; */
	width: 100% !important;
	display: none !important;
	
	text-align: center !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
    background-color: #fff !important;
	color: #777 !important;
	font-size: 0.8rem !important;
}

.drop-especial.mostrar {
	display: block !important;
}

.drop-especial.ocultar {
	display: none !important;
}

.text-transform-none {
	text-transform: none;
}


.form-control[type="file"] {
	height: auto !important;
	padding: 6px !important;
}



@media (max-width: 1400px) { 
	.blockUI.blockMsg.blockPage { 
		transform: translate(0%, -50%);
	}
}

@media (max-width: 575px) { 
	.cupo_autorizado, .cupo_utilizado, .fecha_max_pago, .dias_vencidos {
		border-bottom: none !important;
	}

	.btn-logout {
		padding-left: 8px;
		padding-right: 8px;
	}
}


@media (max-width: 768px) {
	.blockUI.blockMsg.blockPage {
		transform: translate(-30%, -50%);
	}

	.btn-logout-movil {
		top: 42px !important;
	}

	#table-container-ultimos-registros .register {
		display: none !important;
	}

	#table-container-ultimos-registros .register-movil.movil {
		display: flex !important;
	}



	#table-container-ultimos-registros .row-table-consulta-saldo:not(.register-movil) {
		display: none !important;
	}


	/* #month_filter {
		display: none !important;
	}

	#month_filter_movil {
		display: block !important;
	} */

	#table-container-ultimos-registros .box-ultimos-movimientos.header {
		display: none !important;
	}


	#aviso_login {
		margin-top: 26px !important;
	}

	#login_no_auth {
		margin-top: 8px !important;
	}


}

@media (max-width: 420px) { 
	.blockUI.blockMsg.blockPage {
		transform: translate(-30%, -50%);
	}
}


@media (max-width: 360px) { 
	.blockUI.blockMsg.blockPage {
		transform: translate(-35%, -50%);
	}
}

@media (max-width: 500px) { 
	#contratoCredito {
		margin-top: 12px !important;
	}
}

/* salto de linea */


