@font-face {
	font-family: 'factlight';
	src: url('./fonts/Fact-Light.woff2') format('woff2'),
		url('./fonts/Fact-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'factregular';
	src: url('./fonts/Fact-Regular.woff2') format('woff2'),
		url('./fonts/Fact-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'factmedium';
	src: url('./fonts/Fact-Medium.woff2') format('woff2'),
		url('./fonts/Fact-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

:root {
	--bs-body-font-family: 'Poppins', sans-serif;
	--bs-body-color: #2c2c2c;
	--bs-link-color: #002e62;
	--bs-link-hover-color: #2b3fd0;
	--bs-dark-rgb: 21, 38, 48;
	--color1: #002e62;
	--color1b: #053974;
	--color2: #fdc82c;
	--color3: #46a6ff;
	--color4: #2b3fd0;
	--color5: #0170C7;

	--bs-black-rgb: 44, 44, 44;
}

[data-bs-theme="dark"] {
	color-scheme: dark;
	--bs-link-color: #fff;
	--bs-link-hover-color: #fdc82c;
}

strong,
b {
	font-weight: 600;
}


::selection {
	background: #2c2c2c;
	color: #fff;
}

.mText {
	font-family: 'Poppins', serif;
}

.factL {
	font-family: 'factlight' !important;
}

.factR {
	font-family: 'factregular' !important;
}

.factM {
	font-family: 'factmedium' !important;
}


/* ------ navLink ------ */
#header {
	background-color: rgba(255, 255, 255, .9);
	backdrop-filter: blur(10px);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: transparent;
	color: #4494f8;
	font-weight: 700 !important;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 4px #eeeeee;
}

.navbar {
	--bs-navbar-nav-link-padding-x: 0.7rem;
}

.navbar-nav {
	--bs-nav-link-color: var(--color1);
	--bs-nav-link-hover-color: var(--color1);
}

#topMenu.nav {
	--bs-nav-link-color: #fff;
	--bs-nav-link-hover-color: #68b6ff;
}

.nav-link {
	font-family: 'factmedium', sans-serif;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--color1);
}

.btn-close:focus {
	box-shadow: 0 0 0 4px #e2f0ff;
}

.headShadow {
	box-shadow: 0 0 150px rgba(40, 40, 40, .2);
}

#navbarNav .nav-link span {
	padding-bottom: 4px;
}

#navbarNav .nav-link.active span {
	border-bottom: 1px solid var(--color2);
}

#navbarNav .nav-link:hover span {
	border-bottom: 1px solid #d7d7d7;
}

#navbarNav .dropdown-menu {
	box-shadow: 0 0 20px rgba(40, 40, 40, .15) !important;
}

#navbarNav .dropdown-item.active,
.dropdown-item:active {
	background-color: #ebebeb;
	color: var(--color1b);
}

@media (max-width:992px) {
	#navbarNav .dropdown-menu {
		box-shadow: none !important
	}

	#header {
		backdrop-filter: none;
	}
}


/* ------ btn ------ */
.btn-primary {
	--bs-btn-bg: var(--color1);
	--bs-btn-border-color: var(--color1);
	--bs-btn-hover-bg: var(--color3);
	--bs-btn-hover-border-color: var(--color3);
	--bs-btn-active-bg: var(--color3);
	--bs-btn-active-border-color: var(--color3);
	--bs-btn-disabled-bg: var(--color3);
	--bs-btn-disabled-border-color: var(--color3);
}

.btn-secondary {
	--bs-btn-bg: var(--color2);
	--bs-btn-border-color: var(--color2);
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-hover-bg: var(--color4);
	--bs-btn-hover-border-color: var(--color4);
	--bs-btn-active-bg: var(--color4);
	--bs-btn-active-border-color: var(--color4);
	--bs-btn-disabled-bg: var(--color4);
	--bs-btn-disabled-border-color: var(--color4);
}

.btn-info {
	--bs-btn-bg: var(--color4);
	--bs-btn-border-color: var(--color4);
	--bs-btn-color: #fff;
	--bs-btn-hover-bg: var(--color5);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-border-color: var(--color5);
	--bs-btn-active-bg: var(--color5);
	--bs-btn-active-border-color: var(--color5);
	--bs-btn-disabled-bg: var(--color5);
	--bs-btn-disabled-border-color: var(--color5);
}

.btn-success {
	--bs-btn-bg: #33a953;
	--bs-btn-border-color: #33a953;
	--bs-btn-hover-bg: #219b42;
	--bs-btn-hover-border-color: #219b42;
	--bs-btn-active-bg: #219b42;
	--bs-btn-active-border-color: #219b42;
	--bs-btn-disabled-bg: #219b42;
	--bs-btn-disabled-border-color: #219b42;
}

.btn-outline-primary {
	--bs-btn-color: var(--color5);
	--bs-btn-border-color: var(--color5);
	--bs-btn-hover-bg: var(--color4);
	--bs-btn-hover-border-color: var(--color4);
	--bs-btn-active-bg: var(--color5);
	--bs-btn-active-border-color: var(--color5);
}

.btn-outline-success {
	--bs-btn-color: #33a953;
	--bs-btn-border-color: #33a953;
	--bs-btn-hover-bg: #33a953;
	--bs-btn-hover-border-color: #33a953;
	--bs-btn-active-bg: #33a953;
	--bs-btn-active-border-color: #33a953;
}

.btn-outline-success:hover {
	background-color: #33a953;
	border-color: #33a953;
}

.absoluteBtn {
	bottom: -19px;
	position: absolute;
	right: 1.5rem;
}


/* ------ form-control ------ */
.form-label {
	font-size: .94em;
	font-weight: 500;
	margin-bottom: .35rem;
}

.form-control {
	/* --bs-border-color: #cfcfcf; */
	--bs-border-color: #777777;
	padding: .7rem 1rem;
}

.form-select {
	--bs-border-color: #777777;
	padding: .7rem 2.25rem .7rem 1rem;
}

.form-control-sm {
	padding: .375rem .75rem;
}

.form-control:focus,
.form-select:focus {
	border-color: var(--color5);
	box-shadow: 0 0 0 .25rem rgba(1, 112, 199, .2);
}

.form-check-input:checked {
	background-color: #33a953;
	border-color: #33a953
}

.form-check-input:focus {
	border-color: #33a953;
	box-shadow: 0 0 0 .25rem rgba(51, 169, 83, .25);
}


/* ------ border ------ */
.border-secondary-subtle {
	border-color: #fff !important;
}

.border-primary {
	border-color: var(--color1b) !important;
}

.border-primary-subtle {
	border-color: var(--color5) !important;
}

.border-info {
	border-color: var(--color5) !important;
}

.border-info.o50 {
	border-color: rgba(179, 179, 179, 0.5) !important;
	box-shadow: 0 0 5px rgba(40, 40, 40, .1);
}


/* ------ shadow ------ */
.shadow {
	box-shadow: 0 0 20px rgba(40, 40, 40, .15) !important;
}


/* ------ bg ------ */
.bg-primary {
	background-color: var(--color1) !important;
}

.bg-primary-subtle {
	background-color: var(--color4) !important;
}

.bg-secondary {
	background-color: var(--color2) !important;
}

.bg-light {
	background-color: #f2f2f2 !important;
}

.bg-info {
	background-color: var(--color3) !important;
}

.bg-info-subtle {
	background-color: var(--color5) !important;
}

.bg-gradientFc {
	background: linear-gradient(24deg, rgba(43, 63, 208, 1) 0%, rgba(0, 46, 98, 1) 100%);
}

.bg-gradientFc2 {
	background: linear-gradient(24deg, rgba(0, 55, 118, 1) 0%, rgba(0, 46, 98, 1) 100%);
}

#reason {
	background-image: url(../img/motivos.jpg);
	background-position: center;
	background-size: cover;
}

#stats {
	background-image: url(../img/stats.jpg);
	background-position: center;
	background-size: cover;
}


/* ------ color ------ */
.text-primary {
	color: var(--color1) !important;
}

.text-primary-emphasis {
	color: var(--color4) !important;
}

.text-secondary {
	color: var(--color2) !important;
}

.text-success {
	color: #33a953 !important;
}

.text-info {
	color: #8ac7ff !important;
}

.text-info-emphasis {
	color: var(--color5) !important;
}


/* ------ links ------ */
.link-primary {
	color: var(--color1b) !important;
}

.link-secondary {
	color: #8a8e92 !important;
}

.link-secondary:focus,
.link-secondary:hover {
	color: #b3b7bd !important;
}

.link-warning {
	color: #ffc200 !important;
}

.link-info {
	color: var(--color5) !important;
}

.link-info:focus,
.link-info:hover {
	color: var(--color4) !important;
}


/* ------ badge ------ */
.badge {
	--bs-badge-padding-x: 0.75em;
	--bs-badge-padding-y: 0.45em;
}



/* ------ offcanvas ------ */
.offcanvas {
	--bs-offcanvas-width: 240px;
}


/* ------ accordion ------ */
.accordion {
	--bs-accordion-bg: transparent;
	--bs-accordion-border-color: #c9c9c9 !important;
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230170C7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23969696'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .accordion {
	--bs-accordion-border-color: #33373a !important;
}

.accordion-button {
	--bs-accordion-active-color: var(--color5);
	--bs-accordion-active-bg: transparent;
}

.accordion-button {
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	font-weight: 600 !important;
}


/* ------ card ------ */
.card-img-top {
	border: 9px solid #fff;
	border-bottom: 0;
}

.card-img-top.v2 {
	border: 1px solid var(--color5);
	border-bottom: 0;
}

.careerText {
	bottom: -50px;
	font-family: 'factmedium';
	font-size: 5.5rem;
	left: -70px;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	user-select: none;
	transform: rotate(180deg);
	transition: transform 0.3s ease;
	white-space: nowrap;
	writing-mode: vertical-rl;
	-webkit-text-stroke: 1px var(--color4);
	-webkit-text-fill-color: transparent;
	z-index: -1;
}

.careerCard:hover .careerText {
	animation: moveUpDown 2s linear infinite;
	opacity: 1;
}

@media (max-width:992px) {
	.careerText {
		display: none
	}
}

@media (max-width:768px) {
	.careerText {
		font-size: 4.5rem
	}
}

@media (max-width:576px) {
	.careerText {
		bottom: -30px;
		font-size: 3.9rem;
		left: -40px;
	}
}

@keyframes moveUpDown {

	0%,
	100% {
		transform: rotate(180deg) translateY(0);
	}

	50% {
		transform: rotate(180deg) translateY(20px);
	}
}


/* ------ carousel ------ */
/* .carousel-control-next,
.carousel-control-prev {
	width: 6%;
} */


/* ------ reasonBox ------ */
.reasonBox {
	padding: 0 10rem;
}

.rNumber {
	background-color: var(--color2);
	border-radius: 50%;
	color: var(--color4);
	display: block;
	height: 68px;
	text-align: center;
	width: 68px;
}

@media (max-width:992px) {
	.reasonBox {
		padding: 0 5.4rem
	}
}

@media (max-width:576px) {
	.reasonBox {
		padding: 0 2.6rem
	}
}


/* ------ embedContainer ------ */
.embedContainer {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* ------ logo ------ */
#logo img {
	width: 220px;
}

.footLogo {
	width: 200px;
}

@media (max-width:768px) {
	#logo img {
		width: 170px
	}
}


/* ------ outline ------ */
.outline {
	font-size: 15rem;
	left: -150px;
	opacity: .5;
	position: absolute;
	user-select: none;
	text-transform: uppercase;
	top: -50px;
	white-space: nowrap;
	-webkit-text-stroke: 1px #7295bd;
	-webkit-text-fill-color: transparent;
}

.outline2 {
	bottom: -50px;
	font-size: 15rem;
	left: 30%;
	opacity: .5;
	position: absolute;
	user-select: none;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-text-stroke: 1px #7295bd;
	-webkit-text-fill-color: transparent;
}

.outline3 {
	font-family: 'factmedium';
	font-size: 22rem;
	left: 50%;
	opacity: .5;
	position: absolute;
	user-select: none;
	text-transform: uppercase;
	top: 50%;
	transform: translateZ(0) translate(-50%, -50%);
	white-space: nowrap;
	-webkit-text-stroke: 1px #afafaf;
	-webkit-text-fill-color: transparent;
}

.outline4 {
	bottom: -56px;
	font-family: 'factmedium';
	font-size: 16rem;
	left: 50%;
	opacity: .7;
	position: absolute;
	user-select: none;
	text-transform: uppercase;
	transform: translateZ(0) translateX(-50%);
	white-space: nowrap;
	-webkit-text-stroke: 1px #d6d6d6;
	-webkit-text-fill-color: transparent;
}

@keyframes moveLeftToRight {
	0% {
		left: 44%
	}

	50% {
		left: 60%
	}

	100% {
		left: 44%
	}
}

@keyframes moveLeftToRight2 {
	0% {
		transform: translateZ(0) translateX(-50%);
	}

	50% {
		transform: translateZ(0) translateX(-56%);
	}

	100% {
		transform: translateZ(0) translateX(-50%);
	}
}

@media (max-width:1400px) {

	.outline,
	.outline2 {
		font-size: 12rem
	}

	.outline {
		top: -30px
	}

	.outline2 {
		bottom: -30px
	}

	.outline3 {
		font-size: 12rem
	}

	.outline4 {
		bottom: -54px;
		font-size: 13rem;
	}
}

@media (max-width:992px) {
	.outline4 {
		font-size: 11rem
	}
}

@media (max-width:576px) {

	.outline,
	.outline2 {
		font-size: 8rem
	}

	.outline3 {
		font-size: 4.5rem
	}

	.outline4 {
		bottom: -20px;
		font-size: 7rem;
	}
}


/* ------ policy ------ */
#policy {
	background-color: var(--color4);
}


/* ------ subscription ------ */
#subscription {
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 75%;
}

#subscription .form-control {
	--bs-border-color: #002e62;
}

@media (max-width:992px) {
	#wrapSubs {
		background-color: var(--color1);
	}

	#subscription {
		left: 0;
		position: relative;
		transform: none;
		top: 0;
		width: 100%;
	}
}


/* ------ social ------ */
#socialTop a {
	color: #fff;
}

#socialTop a:hover {
	color: var(--color2);
}

#socialFoot a {
	color: #fff;
	text-decoration: none;
}

#socialFoot a:hover {
	color: var(--color2);
}

#socialFoot a i {
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 1.4rem;
	height: 46px;
	padding-top: 10px;
	text-align: center;
	width: 46px;
}

#socialFoot a:hover i {
	border-color: var(--color2);
}


/* ------ btTop ------ */
.btTop {
	background-color: var(--color2);
	border: none;
	border-radius: 6px 0 0 6px;
	bottom: 20%;
	box-shadow: 0 0 0 2px rgba(40, 40, 40, .18);
	color: var(--bs-body-color);
	display: none;
	font-size: 1rem;
	height: 36px;
	line-height: 35px;
	outline: none;
	position: fixed;
	right: 0;
	text-align: center;
	transition: all 0.3s ease;
	width: 36px;
	z-index: 1040;
}

.btTop:hover {
	background-color: var(--color1b);
	color: #fff;
}


/* ------ textBt ------ */
.textBt {
	bottom: 22px;
	left: 50%;
	transform: translateX(-50%);
}


/* ------ financingBlock ------ */
#financingBlock .fIcon {
	color: #dce0e3;
	font-size: 4.8rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 10px;
	transform: translateZ(0) translateX(-50%);
	transition: all 0.3s ease;
	z-index: 1;
}

#financingBlock:hover .fIcon {
	opacity: 1;
	top: -20px;
}


/* ------ misc ------ */
.fs-5b {
	font-size: 1.08rem;
}

.fs-5c {
	font-size: 1.15rem;
}

.textBalance {
	text-wrap: balance;
}

.yUnderline {
	position: relative;
	z-index: 2;
}

.yUnderline::before {
	background-color: var(--color2);
	bottom: 1px;
	content: "";
	height: 3px;
	left: 1px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.circleLine {
	position: relative;
}

.circleLine img {
	/* max-width: 340px; */
	max-width: 225px;
}

.circleLine::before {
	border: 1px solid var(--color5);
	border-radius: 50%;
	content: "";
	height: calc(100% + 20px);
	position: absolute;
	right: -10px;
	top: -10px;
	width: calc(100% + 20px);
	z-index: 2;
}

.h2Bottom {
	position: relative;
	top: 14px;
}

.veTitle {
	position: relative;
	margin-top: -52px;
}

.blogImg {
	height: 240px;
}

.newImg {
	height: 250px;
}

.wen {
	width: 200px;
}

.ast {
	color: #e9b415;
	font-size: 1.1rem;
	left: -2px;
	position: absolute;
	top: -2px;
}

.ast.v2 {
	left: -14px;
}

figcaption {
	display: none;
}

@media (max-width:768px) {
	.ast {
		font-size: 1.05rem;
		left: 0;
	}

	.ast.v2 {
		left: -12px;
	}
}

@media (max-width:576px) {
	.yUnderline:before {
		bottom: 0;
		height: 2px;
	}

	.circleLine img {
		max-width: 220px
	}
}


/* ------ pagination ------ */
.page-link {
	font-family: 'factregular' !important;
}

.active>.page-link,
.page-link.active {
	background-color: var(--color3);
	border-color: var(--color3);
}


/* ------ list-group ------ */
.list-group-item-primary {
	--bs-list-group-color: #fff;
	--bs-list-group-action-hover-color: #fff;
	--bs-list-group-bg: var(--color5);
	--bs-list-group-border-color: #0163b0;
	--bs-list-group-action-hover-bg: #0e7cd3;
}


/* ------ mainText ------ */
.mainText {
	font-size: 1.08rem;
}

.mainText .embedContainer+h2 {
	margin-top: 2.2rem;
}

.mainText .embedContainer {
	margin-bottom: 1rem;
}

.mainText p:last-of-type+ul,
.mainText p:last-of-type+figure {
	margin-top: 1rem;
}

.mainText a {
	color: #2c2c2c;
}

.mainText a:hover {
	color: #2b3fd0;
}

.mainText ul {
	list-style: none;
	padding: 0;
}

.mainText ul:last-child {
	margin-bottom: 0;
}

.mainText ul li {
	padding: 5px 0 5px 24px;
	position: relative;
}

.mainText ul li::before {
	color: #2b3fd0;
	content: "\f178";
	font: var(--fa-font-solid);
	font-size: .9rem;
	left: 0;
	position: absolute;
	top: 12px;
}

.mainText figure img,
.mainText img {
	height: auto;
	width: 100%;
}


/* ------ lastP ------ */
.lastP p:last-child {
	margin-bottom: 0;
}


/* ------ invest ------ */
.investHover a:hover.link-light {
	color: var(--color3) !important;
}

.links2 a {
	cursor: pointer;
}

.links2 a:hover {
	border-color: var(--color4) !important;
}


/* ------ countdown ------ */
#unadeca-countdown {
	background-color: rgba(0, 97, 172, 1);
	bottom: 78px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .4);
	max-width: 278px;
	right: 20px;
	z-index: 9999;
}

.uc-item {
	background-color: #00569d;
}

.uc-item span {
	font-size: 18px;
}

.uc-item small {
	font-size: 11px;
	opacity: .8;
}

@media (max-width: 640px) {
	#unadeca-countdown {
		width: calc(100% - 30px);
		right: 15px;
		left: 15px;
		bottom: 70px;
		max-width: none;
	}
}



/* ------ whatsapp float ------ */
#wa-float-btn {
	background-color: #25d366 !important;
	bottom: 15px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 0 15px rgba(30, 30, 30, .3) !important;
	height: 50px;
	right: 15px;
	width: 50px;
	z-index: 1050;
}

#wa-float-btn svg {
	margin-bottom: 2px;
}

#wa-float-btn:hover {
	background-color: #128c7e;
}

@media (max-width: 992px) {
	#wa-float-btn {
		bottom: 10px;
		right: 10px;
	}
}