html {
	overflow: hidden;
}

body {
	background: #fff;
	letter-spacing: 1px;
	overflow: hidden !important;
	scroll-behavior: smooth;
	position: relative;
}

img {
	max-width: 100%;
	max-height: 100%;
}

main {
	background-color: #fff;
	padding-bottom: 5%;
}

.challenge {
	color: #000000;
	text-align: justify;
}

.text-lexgo {
	color: #2944d1;
}

.text-light-lexgo {
	color: #58c1fd;
}

/* Bootstap */
.fs-4 {
	font-size: 1.21875rem !important;
}

.fs-6 {
	font-size: 0.8125rem !important;
}

.card-title {
	font-size: 15px;
	margin: 0 0 7px 0;
}

@font-face {
	font-family: CenturyGothic;
	src: url("../fonts/century_gothic/GOTHIC.TTF");
}

@font-face {
	font-family: CenturyGothic;
	src: url("../fonts/century_gothic/GOTHICB.TTF");
	font-weight: bold;
}

@font-face {
	font-family: CenturyGothic;
	src: url("../fonts/century_gothic/GOTHICBI.TTF");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: CenturyGothic;
	src: url("../fonts/century_gothic/GOTHICI.TTF");
	font-style: italic;
}

/* You can add global styles to this file, and also import other style files */
* {
	font-family: CenturyGothic;
}

.modal-holder {
	animation-name: example;
	animation-duration: 0.3s;
}

.btn-fluor {
	padding: 5px;
	transition: all 0s;
	background: #eefb03 !important;
	color: #013b84 !important;
	-webkit-box-shadow: 0px 10px 10px -4px #272727a6;
	-moz-box-shadow: 0px 10px 10px -4px #272727a6;
	box-shadow: 0px 10px 10px -4px #272727a6;
}

.btn-fluor:hover {
	background: #e3f2fd !important;
	color: #013b84 !important;
	font-weight: 600;
}

.btn-lexgo {
	padding: 5px;
	transition: all 0s;
	background: #013b84 !important;
	color: #e3f2fd !important;
	-webkit-box-shadow: 0px 10px 10px -4px #272727a6;
	-moz-box-shadow: 0px 10px 10px -4px #272727a6;
	box-shadow: 0px 10px 10px -4px #272727a6;
}

.btn-lexgo:hover {
	background: #e3f2fd !important;
	color: #013b84 !important;
	font-weight: 600;
}

@keyframes example {
	0% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}

.carousel-item {
	transition: opacity 0.7s ease !important;
	position: absolute !important;
	display: block !important;
	opacity: 0;
}

.carousel-item.active {
	position: relative !important;
	opacity: 1;
}

.btn {
	font-size: 1.25rem !important;
}

@media screen and (max-width: 768px) {
	.btn {
		font-size: 1rem !important;
	}
}

@media screen and (max-width: 552px) {
	.btn {
		font-size: 0.65rem !important;
	}
}

.btn-denied {
	padding: 0.75rem;
	width: auto;
	font-size: 20px;
	font-weight: 500;
	min-height: 38px;
	transition: all 0.75s;
	background: #ca0000 !important;
	color: #ffffff !important;
}

.btn-shortcut {
	padding: 0.75rem;
	width: auto;
	font-size: 20px;
	font-weight: 500;
	min-height: 38px;
	transition: all 0.75s;
	background: #011565 !important;
	color: #ffffff !important;
	box-shadow: 0px 8px 24px 0px #01156540;
}

.btn-shortcut-medium {
	padding: 0.75rem;
	width: auto;
	font-size: 20px;
	font-weight: 500;
	min-height: 38px;
	transition: all 0.75s;
	background: #0029cc !important;
	color: #ffffff !important;
	box-shadow: 0px 8px 24px 0px #0323a340;
}

.btn-shortcut-light {
	padding: 0.75rem;
	width: auto;
	font-size: 20px;
	font-weight: 300;
	min-height: 38px;
	transition: all 0.75s;
	background: #27c1c1 !important;
	color: #ffffff !important;
	box-shadow: 0px 8px 24px 0px #27c1c140;
}

.btn-shortcut-outline {
	padding: 0.75rem;
	width: auto;
	font-size: 20px;
	font-weight: 500;
	min-height: 38px;
	transition: all 0.75s;
	color: #011565 !important;
	background: #ffffff !important;
	border: #011565 1.5px solid;
}

.btn-denied:hover {
	background: #ffffff !important;
	color: #ca0000 !important;
	border: 1.5px solid #ca0000 !important;
}

.btn-shortcut:hover {
	background: #ffffff !important;
	color: #011565 !important;
	border: 1.5px solid #011565 !important;
}

.btn-shortcut-medium:hover {
	background: #ffffff !important;
	color: #0029cc !important;
	border: 1.5px solid #0029cc !important;
}

.btn-shortcut-light:hover {
	background: #ffffff !important;
	color: #27c1c1 !important;
	border: 1.5px solid #27c1c1 !important;
}

.btn-shortcut-outline:hover {
	background: #011565 !important;
	color: #ffffff !important;
}

.text-shortcut {
	color: #011565 !important;
}

.text-shortcut-medium {
	color: #0029cc !important;
}

.text-shortcut-light {
	color: #27c1c1 !important;
}

.img-avatar {
	height: 200px;
	width: 200px;
}

.alto300 {
	height: 300px;
}

.w100 {
	width: 100px;
}

.w140 {
	width: 145px;
}

.w20 {
	width: 35px;
}

.perfil {
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

.avatar {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 100%;
}

.avatar img {
	width: auto;
	height: 100%;
}

.centroVertical {
	vertical-align: middle;
}

.cursor {
	cursor: pointer;
}

.dropzone {
	min-height: 150px;
	border: 2px dashed rgba(0, 0, 0, 0.3);
	background: white;
	padding: 20px 20px;
}

.logoLex {
	width: 100px;
	position: absolute;
	top: 20px;
	left: 70px;
}

.borderCards {
	border-radius: 20px;
	-webkit-box-shadow: -3px 17px 49px 0px rgba(219, 219, 219, 0.8);
	-moz-box-shadow: -3px 17px 49px 0px rgba(219, 219, 219, 0.8);
	box-shadow: -3px 17px 49px 0px rgba(219, 219, 219, 0.8);
}

.section_principal {
	min-height: 70vh;
	height: auto;
	background-color: #f9faff;

	.first_container {
		height: 70vh;
	}
}

.sections {
	height: auto;
	padding: 1.5rem 0;
}

.principal_col {
	height: 100%;
}

#know-sign {
	letter-spacing: -3.85px;
}

.titles {
	font-size: 3rem;
	font-weight: 600;
	text-align: start;
	width: 100%;
}

.subtitles {
	font-size: 1rem;
	font-weight: 400;
	text-align: justify;
}

.images-ellipsis {
	position: absolute;
	bottom: 0;
	width: 110px;
	height: 120px;
	z-index: 1;
	left: 32.5%;
}

@media screen and (max-width: 552px) {
	.titles {
		font-size: 1.6rem;
	}

	.subtitles {
		font-size: 0.65rem;
	}

	.images-ellipsis {
		display: none;
	}
}

.text-first {
	font-size: 1.5rem;
	text-shadow: 0 0 1px #000000;
}

.text-second {
	font-size: 3rem;
	text-shadow: 2px 2px #616161;
	font-weight: 600;
}

.text-third {
	text-align: justify;
	font-size: 1rem;
}

.btn-section-2 {
	width: 90%;
	height: 70px;
	font-size: 1.15rem;
}
.swiper-margin {
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-container {
	width: 80%;
	max-width: 800px;
	height: 350px;
	margin: 0 auto;
}

.swiper-slide {
	width: 350px;
	height: 350px;
	border-radius: 16px;
	background-color: #f6fcfc;
	text-align: justify;
	padding: 22px;
	position: relative;
	z-index: 10;
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #f6fcfc;
	box-shadow: 0px 10px 20px 0px #f6fcfc40;

	p {
		font-size: 0.75rem;
	}

	h6 {
		font-size: 0.8rem;
	}
}

.card-head {
	font-size: 0.75rem;
}

.card-head p {
	font-size: 0.65rem;
}

.container-images {
	height: 80%;
}

.card-video {
	background-color: #013b84;
	max-height: 400px;
}

.card-efirma {
	height: auto !important;
}

/*Avatar*/
.avatar-xs {
	height: 2rem;
	width: 2rem;
}

.avatar-sm {
	height: 3rem;
	width: 3rem;
}

.avatar-md {
	height: 4.5rem;
	width: 4.5rem;
}

.avatar-lg {
	height: 6rem;
	width: 6rem;
}

.avatar-xl {
	height: 7.5rem;
	width: 7.5rem;
}

.up-index {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px #0000004b;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}

.principal-image {
	display: flex;
	justify-content: center;
	align-items: end;
	position: relative;
}

@media screen and (max-width: 992px) {
	.swiper-slide {
		width: 250px;
		height: auto;

		p {
			font-size: 0.65rem;
		}

		h6 {
			font-size: 0.7rem;
		}
	}

	.sections {
		min-height: auto;
		height: auto;
	}

	.section_principal {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.swiper-container {
		height: 425px;
	}

	.container-images {
		height: 40%;
	}

	.principal_col {
		height: 50%;
	}

	.text-first {
		font-size: 1rem;
	}

	.text-second {
		font-size: 2rem;
	}

	.btn-section-2 {
		height: 45px;
		font-size: 0.8rem;
	}

	.title-section-2 {
		font-size: 1rem;
	}

	.card-head {
		font-size: 0.6rem;
	}

	.card-head p {
		font-size: 0.5rem;
	}

	.card-efirma p {
		font-size: 14px;
	}

	.btn-resize {
		font-size: 0.75rem !important;
	}

	.efirma h2 {
		font-size: 1rem !important;
	}

	.efirma h6 {
		font-size: 12px;
	}
}

@media screen and (max-width: 552px) {
	.section_principal {
		padding-top: 1.5rem;
		.first_container {
			height: auto;
		}
	}

	.principal-image {
		min-height: 35vh;
	}

	.swiper-container {
		p {
			font-size: 0.7rem;
		}

		h6 {
			font-size: 0.9rem;
		}
	}
}

.table-prices {
	display: flex;
	justify-content: center;
}

.legal-care {
	path {
		fill: #27c1c1;
	}
}

.last-info {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.last-form {
	display: flex;
	align-items: start;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.last-info {
		align-items: start;
	}

	.last-form {
		align-items: center;
	}
}

.loading-overlay {
	width: 100%;
	height: 100%;
	background: #01156536;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000000000000;

	img {
		animation: 0.75s ease-in-out infinite changeLoader;
	}
}

@keyframes changeLoader {
	0% {
		transform: rotate(0deg);
	}

	12.5% {
		transform: rotate(45deg);
	}

	25% {
		transform: rotate(90deg);
	}

	37.5% {
		transform: rotate(135deg);
	}

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

	62.5% {
		transform: rotate(225deg);
	}

	75% {
		transform: rotate(270deg);
	}

	87.5% {
		transform: rotate(315deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#form-demo {
	width: 100%;

	.form-control,
	.form-select,
	.btn {
		border-radius: 18px;
		padding: 0.75rem;
		font-size: 1rem !important;
		height: 60px;
		width: 100%;
	}
}

#calendar {
	margin-bottom: 1rem;
	border: 1px solid #ddd;
}

.retraible-form {
	position: fixed;
	width: 420px;
	padding: 1rem;
	background-color: #fff;
	border-radius: 22px;
	box-shadow: 0px 10px 20px 0px #00000040;
	z-index: 110;
	top: 20%;
	right: -420px;
	transition: all 0.5s ease-in-out;

	#form-demo-retraible {
		width: 100%;

		.form-control,
		.form-select,
		.btn {
			border-radius: 18px;
			padding: 0.5rem;
			font-size: 0.8rem !important;
			height: 32.5px;
			width: 100%;
		}
	}

	#calendar-retraible {
		margin-bottom: 1rem;
	}

	.close-form {
		position: absolute;
		right: 5px;
		top: 5px;
		cursor: pointer;
	}
}

.whatsapp-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 100;
}

.btn-retraible {
	position: fixed;
	rotate: 270deg;
	z-index: 100;
}

@media screen and (max-width: 768px) {
	.retraible-form {
		width: 100vw;
		height: 100vh;
		top: 0;
		right: -100%;
		border-radius: 0;
		box-shadow: none;
		overflow: scroll;
	}

	#form-demo-retraible {
		overflow: scroll;
	}
}

/*Main*/
#main-title {
	letter-spacing: -2.5px;

	span {
		translate: -300px;
		opacity: 0;
	}
}

#table-prices {
	width: 100%;
	padding: 0 2.5%;
	border-spacing: 0 20px;
	border-collapse: separate;

	tr {
		translate: -300px;
		opacity: 0;
	}

	thead {
		th {
			width: 33%;
			padding: 0 10px;
		}

		span {
			margin-top: 15px;
			display: block;
			font-size: 1.5rem;
		}
	}

	tbody {
		tr {
			border: #000000 2px solid;
			height: 100px;
			background-color: #fdfdfd;
		}

		td {
			width: 33%;
			padding: 0 10px;
		}

		.text-table {
			font-size: 1.25rem;
		}

		.text-check {
			text-align: center;
			color: #3cc127;
			vertical-align: middle;
			font-size: 2.5rem;
		}

		.text-no-check {
			text-align: center;
			color: #eb5757;
			vertical-align: middle;
			font-size: 2.5rem;
		}
	}

	@media screen and (max-width: 768px) {
		thead {
			svg {
				width: 65px;
				height: 65px;
			}

			span {
				font-size: 1.1rem;
			}
		}

		.text-table {
			font-size: 0.8rem !important;
		}

		.text-check {
			font-size: 2rem !important;
		}

		.text-no-check {
			font-size: 2rem !important;
		}
	}

	@media screen and (max-width: 552px) {
		thead {
			svg {
				width: 35px;
				height: 35px;
			}

			span {
				font-size: 0.75rem;
			}
		}

		.text-table {
			font-size: 0.5rem !important;
		}

		.text-check {
			font-size: 1.5rem !important;
		}

		.text-no-check {
			font-size: 1.75rem !important;
		}
	}
}

/*easy*/
#easy-image {
	opacity: 0;
}
#easy-title {
	translate: -300px;
	opacity: 0;
}
#easy-subtitles {
	translate: -300px;
	opacity: 0;
}
.easy-text {
	translate: -300px;
	opacity: 0;
}

/*biometric*/

#biometic-image {
	opacity: 0;
}

#biometric-title {
	translate: -300px;
	opacity: 0;
}

#biometric-subtitles {
	translate: -300px;
	opacity: 0;
}

.biometric-text {
	translate: -300px;
	opacity: 0;
}

/* Legal Check */

#legal-check-title {
	letter-spacing: -2.5px;
	span {
		translate: -300px;
		opacity: 0;
	}
}

#legal-check-subtitles {
	translate: -300px;
	opacity: 0;
}

.legal-check-text {
	translate: -300px;
	opacity: 0;
}

#legal-check-image {
	opacity: 0;
}

/* Legal Care */

#legal-care-title {
	letter-spacing: -2.5px;
	span {
		translate: -300px;
		opacity: 0;
	}
}

#legal-care-subtitles {
	translate: -300px;
	opacity: 0;
}

.legal-care-text {
	translate: -300px;
	opacity: 0;
}

#legal-care-image {
	opacity: 0;
}

#courtain-init {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;

	svg {
		width: 250px;
		height: 175px;
	}

	.container {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.dot {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #011565;
		will-change: transform;
	}
}

#modal-welcome {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 800;
	display: none;
	justify-content: center;
	align-items: center;

	.download-modal {
		max-width: 1200px;
		max-height: 900px;
		background-color: #fff;
		width: 80%;
		height: 90%;
		position: relative;
		display: flex;
		overflow-y: auto;

		#modal-welcome-image {
			width: 100% !important;
			height: 100% !important;
		}

		.download-modal-image, .download-modal-content {
			box-sizing: border-box;
			flex: 0 0 50%;
			width: 100%;
			height: 100%;
		}

		#close-button {
			position: absolute;
			top: 0px;
			right: 10px;
			cursor: pointer;
		}
	}

	.download-modal-content {
		padding: 1rem;
	}

	#form-download {
		width: 100%;

		.form-control,
		.form-select,
		.btn {
			border-radius: 18px;
			padding: 0.75rem;
			font-size: 1rem !important;
			height: 30px;
			width: 100%;
		}
	}
}
