/* ESTILOS PERSONALIZADOS */

html,
body,
h1,
h2,
h3,
h4,
button,
ul,
li,
p {
	font-family: "Open Sans", "Arial", "Sans-serif";
}

.card-dark {
	background-color: #212529;
}

.font-size-custom {
	font-size: 14px;
}

.font-equifax {
	color: #981E32;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: none;
}

.success-equifax {
	color: #3fae29;
}


.bg-aco {
	background-color: #E9E9E9;
}

.ft-1 {
	opacity: 0.5;
}

.font-weight-550 {
	font-weight: 550;
}

.font-weight-500-black {
	font-weight: 500;
	color: #000000;
	color: #000000;

}

.font-weight-500-rojo {
	font-weight: 500;
	color: #981e32;
	text-align: center;
	font-size: 22px;
}

.font-weight-550-rojo {
	color: #981e32;
	text-align: center;
	font-size: 23px;
	font-weight: 550;
	margin-bottom: 30px;
}

.caja_mireporte2 {
	display: block;
	margin: 20px 0;
	/* width: 100%; */
	font-size: 14px;
	width: 150px;
	max-width: 150px;
}

.menu_sel {
	border-bottom: 3px solid #CC002C;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	/* Panel visible en esta resolución */
	#pan_right_ec_pan {
		display: inline;
	}

	#pan_central_ec_pan {
		display: none;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {

	/* Panel no visible en esta resolución */
	#pan_right_ec_pan {
		display: none;
	}

	#pan_central_ec_pan {
		display: inline;
	}
}

@media (min-width: 768px) {
	.pr-8 {
		padding-right: 55px !important;
	}

	.ml-8 {
		margin-left: -50px !important;
	}

	.img-report-history {
		margin-top: -80px;
	}
}

@media (min-width: 960px) {
	.img-report-history {
		margin-top: -100px;
	}
}

.row_customize {
	justify-content: space-around;
}

.holder {
	width: 560;
	height: 315px;
	position: relative;
}

.frame {
	width: 100%;
	height: 100%;
}

.cursor-pointer {
	cursor: pointer;
}

.title-card-report {
	font-size: 18px !Important;
	font-family: "Open Sans", sans-serif;
}

.subtitle-card-report {
	font-size: 16px !Important;
	font-family: "Open Sans", sans-serif;
}

.price-card-report {
	font-size: 25px !Important;
	font-family: "Open Sans", sans-serif;
}

.btn-card-report {
	border-radius: 3px;
	color: white;
	font-family: "Open Sans", sans-serif;
	/*min-width: 70%;*/
	min-width: 35%;
	border: none;
	outline: none;
}

.description-card-reort {
	font-size: 18px !Important;
	font-family: "Open Sans", sans-serif;
}

.link-card-report {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #007298 !important;
}

.title-solution {
	color: #000000;
	background-color: #fff;
	border-color: transparent;
	font-weight: bold;
	padding: 10px;
	font-size: 1.5em;
}

.title-intersar {
	text-align: center;
	color: #000000;
	font-size: 1.5em;
}

.pr-8 {
	padding-right: 0px;
}

.ml-8 {
	margin-left: 0px;
}

.cascade-slider_item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(0.3);
	transition: all 1s ease;
	opacity: 0;
	z-index: -1;
	text-align: center;
	width: 400px;
}

.cascade-slider_item.next {
	left: 50%;
	transform: translateY(-50%) translateX(-150%) scale(0.6);
	opacity: 1;
	z-index: 1;
}

.cascade-slider_item.prev {
	left: 50%;
	transform: translateY(-50%) translateX(50%) scale(0.6);
	opacity: 1;
	z-index: 1;
}

.cascade-slider_item.now {
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%) scale(1);
	opacity: 1;
	z-index: 5;
}

.cascade-slider_arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 5;

}

.cascade-slider_arrow-left {
	left: 0%;
}

.cascade-slider_arrow-right {
	right: 0%;
}

@media (min-width: 576px) {
	.dialog-video {
		max-width: 60%;
	}
}

@media (max-width: 468px) {
	.text-tyc {
		font-size: 11px !important;
	}
}

.bg-webinar {
	background-color: #f3f3f3;
}

.form-webinar {
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 23%);
	padding: 40px;
	border-radius: 60px;
	height: auto;
}

.cursor-pointer {
	cursor: pointer;
}

.text-aceptar {
	color: #981e32;
	text-decoration: underline;
	font-style: italic;
}

#aceptoConsentimiento {
	accent-color: #981e32;
}

.checkmark {
	height: 20px;
	width: 20px;
}

.btn-equifax {
	color: #fff;
	background-color: #981e32;
	border-color: #981e32;
}

.font-weight-bold {
	font-weight: bold;
}


/* Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {
}*/

/* Small devices (portrait tablets and large phones, 600px and up)
@media only screen and (min-width: 600px) {
}*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	.cascade-slider_item.next {
		transform: none;
	}

	.cascade-slider_item.prev {
		transform: none;
	}

	.cascade-slider_item.now {
		transform: none;
	}

	.cascade-slider_item {
		position: initial;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.cascade-slider_arrow-right {
		display: none;
	}

	.cascade-slider_arrow-left {
		display: none;
	}

	#cascade-slider {
		margin-top: 20px;
		text-align: -webkit-center
	}

	.height-custom {
		height: auto !important;
	}
}

/* SLIDER TOGGLE */
.switch {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 16px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 0px;
	bottom: -4px;
	background-color: #981e32;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #666666;
}

input:focus+.slider {
	box-shadow: 0 0 1px #666666;
}

input:checked+.slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.reporte_bump {
	border: 2.6px dashed black;
	margin: 0px 10px 25px 10px;
	border-radius: 30px;
	background: #f1c319;
}

.reporte_bump .card-title {
	text-align: left;
}

.reporte_bump .card-subtitle {
	font-size: 13px;
	font-weight: bolder;
}

.reporte_bump .card-text {
	font-size: 12px;
	line-height: 1.05;
	font-style: italic;
}

.reporte_bump .rep_img {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: white;
}

.reporte_bump .rep_img>img {
	width: 180px;
	z-index: 1;
}


.cookieBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2rem 0 1rem;
	background-color: #f7f7f7;
	z-index: 2147483647;
	border-radius: 40px;
}

@media(min-width: 992px) {
	.cookieBar {
		right: 1rem;
		left: auto;
		bottom: 1rem;
		padding: 1.875rem 2.5rem;
		width: 600px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
	}
}

.cookieBar p {
	margin-bottom: 12px;
	font-size: .875rem
}

.cookieBar p.h4,
.cookieBar p.card-title {
	font-size: 1.25rem
}

.cookieBar p a {
	font-weight: 700
}

.cookieBar #js-cookie-manage {
	display: inline-block;
	padding: 10px 0
}

@media(min-width: 992px) {
	.cookieBar .col-lg-7 {
		display: flex
	}
}

.cookieBar .btn {
	width: 100%;
	margin-left: 10px;
	font-size: .875rem;
	padding: .6875rem
}

@media(max-width: 991.98px) {
	.cookieBar .btn {
		margin-top: 10px;
		margin-left: 0
	}
}

.card-cookie-category {
	margin-bottom: 1rem;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16)
}

.card-cookieprefs .card-body {
	padding: 0
}

.overlay-cookie{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999999;
}