*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: '';
}


html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

summary {
	display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}


input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	/* 1 */
	color: #9ca3af;
	/* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
	cursor: default;
}

video {
	max-width: 100%;
	height: auto;
}

[hidden] {
	display: none;
}

*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 16;
}

.aspect-w-16>* {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.aspect-h-9 {
	--tw-aspect-h: 9;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-y-0 {
	top: 0px;
	bottom: 0px;
}

.left-0 {
	left: 0px;
}

.col-span-5 {
	grid-column: span 5 / span 5;
}

.col-span-3 {
	grid-column: span 3 / span 3;
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mr-3 {
	margin-right: 0.75rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-full {
	height: 100%;
}

.h-24 {
	height: 6rem;
}

.h-64 {
	height: 16rem;
}

.h-8 {
	height: 2rem;
}

.h-16 {
	height: 4rem;
}

.h-6 {
	height: 1.5rem;
}

.h-1 {
	height: 0.25rem;
}

.h-auto {
	height: auto;
}

.min-h-screen {
	min-height: 100vh;
}

.w-full {
	width: 100%;
}

.w-24 {
	width: 6rem;
}

.w-64 {
	width: 16rem;
}

.w-6 {
	width: 1.5rem;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

.animate-up-down {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.resize-none {
	resize: none;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

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

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-8 {
	gap: 2rem;
}

.space-y-6> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-6> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-x-4> :not([hidden])~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(4px * var(--tw-divide-x-reverse));
	border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-y-auto {
	overflow-y: auto;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rounded-lg {
	border-radius: 0.5rem;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded {
	border-radius: 0.25rem;
}

.border-0 {
	border-width: 0px;
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-emerald-500 {
	--tw-border-opacity: 1;
	border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.bg-\[\#f5f5f8\] {
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 248 / var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-violet-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}

.bg-teal-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}

.bg-emerald-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-sky-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.object-center {
	-o-object-position: center;
	object-position: center;
}

.p-6 {
	padding: 1.5rem;
}

.p-4 {
	padding: 1rem;
}

.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pb-12 {
	padding-bottom: 3rem;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.font-sans {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
	font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.font-medium {
	font-weight: 500;
}

.capitalize {
	text-transform: capitalize;
}

.italic {
	font-style: italic;
}

.leading-tight {
	line-height: 1.25;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-orange-400 {
	--tw-text-opacity: 1;
	color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-indigo-700 {
	--tw-text-opacity: 1;
	color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-teal-500 {
	--tw-text-opacity: 1;
	color: rgb(20 184 166 / var(--tw-text-opacity));
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgb(255 215 64 / var(--tw-text-opacity));
}

.text-yellow-600 {
	--tw-text-opacity: 1;
	color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-violet-700 {
	--tw-text-opacity: 1;
	color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-violet-800 {
	--tw-text-opacity: 1;
	color: rgb(91 33 182 / var(--tw-text-opacity));
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-teal-800 {
	--tw-text-opacity: 1;
	color: rgb(17 94 89 / var(--tw-text-opacity));
}

.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-100 {
	--tw-text-opacity: 1;
	color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-\[\#37517e\] {
	--tw-text-opacity: 1;
	color: rgb(55 81 126 / var(--tw-text-opacity));
}

.underline {
	text-decoration-line: underline;
}

.no-underline {
	text-decoration-line: none;
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.others{
	font-size: 400;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 640px) {
	.container-fluid {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.container-fluid {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 85rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 640px) {
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* header */

.bg-radial {
	background-image: radial-gradient(circle at 80.57% 100.11%, #17254F 0, #192547 25%, #010D34 40%, rgb(3, 0, 52) 100%);
}

.header {
	position: fixed;
	top: 0px;
	z-index: 50;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 1000ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px) {
	.header {
		background-color: transparent;
	}
}

.header.scrolled {
	background-color: #010D34;
	--tw-bg-opacity: 0.95;
}

.header .logo {
	display: flex;
	align-items: center;
}

.header .logo .logo-image {
	margin-right: 0.75rem;
	height: 1.5rem;
}

@media (min-width: 640px) {
	.header .logo .logo-image {
		height: 2.25rem;
	}
}

.header .right-side {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header .right-side> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px) {
	.header .right-side {
		order: 2;
		padding-left: 2.5rem;
	}
}

.header .btn-collapse {
	margin-left: 0.75rem;
	display: inline-flex;
	align-items: center;
	border-radius: 0.5rem;
	padding: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.header .btn-collapse:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}

.header .btn-collapse:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

@media (min-width: 1024px) {
	.header .btn-collapse {
		display: none;
	}
}

.header .btn-collapse .collapse-icon {
	height: 1.5rem;
	width: 1.5rem;
}

.header .nav {
	position: relative;
	margin-top: 0.5rem;
	width: 100%;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
	.header .nav {
		margin-top: 0px;
		display: flex;
		flex: 1 1 0%;
		justify-content: flex-end;
		background-color: transparent;
	}
}

.header .nav .nav-menu {
	margin-top: 1rem;
	display: flex;
	list-style-type: none;
	flex-direction: column;
	padding: 0.75rem;
}

@media (min-width: 1024px) {
	.header .nav .nav-menu {
		margin-top: 0px;
		flex-direction: row;
	}

	.header .nav .nav-menu> :not([hidden])~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.header .nav .nav-menu {
		font-size: 0.875rem;
		line-height: 1.25rem;
		font-weight: 500;
	}
}

.header .nav .nav-menu .nav-link {
	display: block;
	cursor: pointer;
	border-radius: 0.25rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 17px;
	line-height: 1.25rem;
	font-weight: 400;
	text-decoration-line: none;
}

.header .nav .nav-menu .nav-link:hover {
	background-color: rgb(29 78 216 / var(--tw-bg-opacity));
	--tw-bg-opacity: 0.7;
}

@media (min-width: 1024px) {
	.header .nav .nav-menu .nav-link {
		background-color: transparent;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}

	.header .nav .nav-menu .nav-link:hover {
		background-color: transparent;
		--tw-text-opacity: 1;

	}
}

.header .nav .nav-menu .auth {
	display: block;
}

@media (min-width: 1024px) {
	.header .nav .nav-menu .auth {
		display: none;
	}
}

.btn-register {
	margin-left: 0.75rem;
	display: none;
	cursor: pointer;
	align-items: center;
	border-radius: 5px;
	--tw-bg-opacity: 1;
	background-color: #446FF0;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 16px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	transition: all 0.3s ease-in-out;
}

.btn-register:hover {
	--tw-border-opacity: 1;
	transform: scale(1.05);
}

.btn-register:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 1024px) {
	.btn-register {
		display: block;
	}
}

.btn-register {
	text-decoration: none;
}

body {
	font-family: 'Segoe UI', sans-serif;
	background-color: #f9fafc;
	color: #010D34;
	margin: 0;
	padding: 0;
}

.category-section {
	background-color: #f9f9fb;
	padding: 4rem 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.category-title {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #010D34;
	margin-bottom: 2rem;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(250px, 300px));
	gap: 3rem;
	justify-content: center;
	margin-bottom: 30px;
}

.category-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	padding: 1rem;
	text-align: center;
	transform: translateY(0) scale(1);
	will-change: transform, box-shadow;
}

.category-card:hover {
	transform: translateY(-8px) scale(1.03);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}


.category-logo {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin: 0 auto 1rem;
}

.category-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.category-name {
	font-size: 1.1rem;
	font-weight: 600;
	color: #1d3557;
	text-decoration: none;
	transition: color 0.2s;
}

.category-name:hover {
	color: #06b6d4;
}

.category-info {
	margin-top: 0.5rem;
	color: #555;
	font-size: 0.9rem;
}

.category-info span {
	color: #0ea5e9;
	font-weight: 600;
	font-size: 1rem;
}


.contact-section-light {
	padding: 60px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}

.contact-card-light {
	background-color: #ffffff;
	border: 1px solid #e0e7ff;
	padding: 40px;
	border-radius: 16px;
	max-width: 500px;
	width: 100%;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.contact-title-light {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #010D34;
}

.contact-subtitle-light {
	font-size: 1rem;
	margin-bottom: 30px;
	color: #444;
}

.contact-success-light {
	background-color: #daf5d5;
	color: #155724;
	padding: 10px 14px;
	border-radius: 8px;
	margin-bottom: 20px;
	border: 1px solid #c3e6cb;
	text-align: center;
}

.contact-error-light {
	background-color: #f7b1b1;
	color: #310202;
	padding: 10px 14px;
	border-radius: 8px;
	margin-bottom: 20px;
	border: 1px solid #f36969;
	text-align: center;
}

.form-light {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-group-light {
	position: relative;
	margin-top: 10px;
}

.form-group-light input,
.form-group-light textarea {
	width: 100%;
	padding: 14px 12px 14px 12px;
	border: 1px solid #cbd5e0;
	border-radius: 8px;
	background-color: #F3F5FA;
	font-size: 1rem;
	transition: 0.3s;
	margin: 10px 0px;
}

.form-group-light label {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	color: #888;
	transition: 0.3s;
	pointer-events: none;
	font-size: 1rem;
}

.form-group-light input:focus,
.form-group-light textarea:focus {
	outline: none;
	border-color: #446FF0;
	background-color: #ffffff;
}

.form-group-light input:focus+label,
.form-group-light input:not(:placeholder-shown)+label,
.form-group-light textarea:focus+label,
.form-group-light textarea:not(:placeholder-shown)+label {
	top: -10px;
	font-size: 0.8rem;
	background-color: #ffffff;
	color: #010D34;
	font-weight: 500;
}

.btn-light {
	background-color: #446FF0;
	color: white;
	border: none;
	padding: 14px;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

.btn-light:hover {
	background-color: #335ddb;
}

.contact-text {
	width: 40%;
	max-width: 40rem;
	margin-right: 10%;
}

.contact-text>h1 {
	font-size: 30px;
}

.img-vector {
	width: 100%;
}

.btn-signin {
	display: none;
	cursor: pointer;
	border-width: 2px;
	border-color: transparent;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 16px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}


.btn-signin:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 1024px) {
	.btn-signin {
		display: block;
	}
}

.btn-signin {
	text-decoration: none;
}

.simple-section {
	padding: 100px 20px;
	background-color: #ffffff;
}

.simple-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.simple-title {
	font-size: 1.75rem;
	font-weight: 600;
	color: #1f2937;
	/* Gris oscuro */
	margin-bottom: 20px;
	font-family: 'Segoe UI', sans-serif;
}

.simple-text {
	font-size: 1.05rem;
	color: #374151;
	line-height: 1.7;
	text-align: justify;
	font-family: 'Georgia', serif;
	margin-bottom: 30px;
}

.simple-button-wrapper {
	display: flex;
	justify-content: center;
}

.simple-button {
	background-color: #263ea7;
	color: white;
	padding: 10px 24px;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 6px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background-color 0.4s ease, transform 0.3s ease;
}

.simple-button:hover {
	background-color: transparent;
	color: #263ea7;
	border-color: #263ea7;
	transform: scale(1.03);
}


/* hero */

.hero {
	position: relative;
	/* min-height: 40rem; */
}

.hero .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 5rem;
}

@media (min-width: 768px) {
	.hero .content {
		padding-top: 7rem;
	}
}

.hero .content .body {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	flex: 1;
}

@media (min-width: 768px) {
	.hero .content .body {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.hero .content .body .hero-description {
	margin-top: 1rem;
	--tw-bg-opacity: 0.25;
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
	padding: 1rem;
}

.hero .content .body .hero-description.d-respons-flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.hero .content .body .hero-description.d-respons-flex {
		flex-direction: row;
		align-items: center;
	}
}

.hero .content .body .hero-description .boxed-btn-icon {
	margin-top: 0.5rem;
	cursor: pointer;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: #446FF0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration-line: none;
}

@media (min-width: 768px) {
	.hero .content .body .hero-description .boxed-btn-icon {
		margin-top: 0px;
	}
}

.hero .content .body .hero-description .text {
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hero .content .body .hero-image {
	display: none;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.hero .content .body .hero-image {
		display: flex;
	}
}

.hero .content .body .hero-image .img-fluid {
	height: 35rem;
}

/* hero */

/* end header */

/* body */

.boxed-button {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 6px;
	padding: 10px 24px;
	background-color: #446FF0;
	color: white;
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: background-color 0.4s ease, transform 0.3s ease;
}

.boxed-button:hover {
	background-color: #3251AE;
	/* más oscuro */
	transform: scale(1.04);
}



.boxed-button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity));
}

.boxed-button-sm {
	border-radius: 0.125rem;
	--tw-bg-opacity: 1;
	background-color: rgb(234 88 12 / var(--tw-bg-opacity));
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-align: center;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.boxed-button-sm:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.boxed-button-sm:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.form-control {
	display: block;
	width: 100%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}

.form-control:focus {
	--tw-border-opacity: 1;
	border-color: rgb(59 130 246 / var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}

.form-label {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}

.btn {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.form-group {
	margin-bottom: 1.5rem;
}

.col-lg-2 {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}

@media (min-width: 1024px) {
	.col-lg-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.badge {
	display: inline-block;
	border-radius: 9999px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

/* end body */

/* info section */

.section-title {
	margin-bottom: 2.5rem;
	text-align: center;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: #010d34;
}


.testimonials-section {
	background-color: #010d34;
	color: #fff;
	padding: 80px 20px;
	text-align: center;
}

.testimonials-carousel {
	max-width: 1100px;
	margin: auto;
	position: relative;
}

.testimonial-card {
	background-color: #192547;
	backdrop-filter: blur(8px);
	border-radius: 20px;
	padding: 30px;
	position: relative;
	text-align: left;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow: hidden;
	transition: transform 0.5s ease, box-shadow 0.5s ease, opacity 0.5s ease;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.testimonial-card:hover {
	transform: translateY(-10px) rotateX(1deg);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.testimonial-card .testimonial-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.swiper {
	padding-bottom: 40px;
}

.swiper-slide {
	width: 90%;
	max-width: 500px;
	margin-top: 50px;
}

.swiper-slide-next,
.swiper-slide-prev {
	transform: scale(0.9);
	opacity: 0.6;
}

.quote-icon {
	position: absolute;
	top: -20px;
	left: -10px;
	width: 100px;
	height: 100px;
	pointer-events: none;
}

.testimonial-card .testimonial-header img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
}

.testimonial-card .testimonial-message {
	font-size: 16px;
	line-height: 1.6;
}

.testimonial-card:not(.swiper-slide-active) {
	opacity: 0.6;
	transform: scale(0.9);
}

.testimonial-header img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
}

.testimonial-header h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.testimonial-message {
	font-size: 16px;
	line-height: 1.6;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff;
}

.section-info .content {
	display: grid;
	height: 100%;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;
}

@media (min-width: 768px) {
	.section-info .content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.section-info .content .left-section {
	order: 2;
}

@media (min-width: 768px) {
	.section-info .content .left-section {
		order: 1;
	}
}

.section-info .content .right-section {
	order: 1;
}

@media (min-width: 768px) {
	.section-info .content .right-section {
		order: 2;
	}
}

/* end info section */

/* job section */

.section-job {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(rgb(51, 98, 179), rgba(25, 75, 168, 0.7)), url('./service_1.png');
	background-attachment: fixed;
}

.section-job .content {
	padding-top: 0px;
	padding-bottom: 0px;
}

@media (min-width: 768px) {
	.section-job .content {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.section-category-service .content {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;
}

@media (min-width: 640px) {
	.section-category-service .content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.section-category-service .content {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1280px) {
	.section-category-service .content {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.category-item {
	overflow: hidden;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgb(156 163 175 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	--tw-shadow-color: #9ca3af;
	--tw-shadow: var(--tw-shadow-colored);
}

.category-item .category-image {
	height: 12rem;
	width: 100%;
	border-radius: 0.5rem;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.category-item .category-body {
	position: relative;
	margin-top: -4rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.provider-item {
	overflow: hidden;
	border-radius: 0.5rem;
	border-width: 1px;
	border-left-width: 8px;
	--tw-border-opacity: 1;
	border-color: rgb(6 95 70 / var(--tw-border-opacity));
	background-color: #fff;
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	--tw-shadow-color: #ccfbf1;
	--tw-shadow: var(--tw-shadow-colored);
}

.provider-item .provider-body {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 768px) {
	.provider-item .provider-body {
		display: flex;
		align-items: center;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.provider-item .provider-body .provider-info {
	margin-top: 1rem;
	margin-left: 0px;
}

@media (min-width: 768px) {
	.provider-item .provider-body .provider-info {
		margin-top: 0px;
		margin-left: 1.5rem;
		flex-grow: 1;
	}
}

@media (min-width: 1024px) {
	.provider-item .provider-body .provider-info {
		margin-left: 3rem;
	}
}

.provider-item .provider-body .provider-info .row-info {
	margin-bottom: 1rem;
	display: flex;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.provider-item .provider-body .provider-info .row-info {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.provider-item .provider-body .provider-info .row-info .provider-name {
	margin-bottom: 1rem;
	margin-right: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.25;
}

@media (min-width: 1024px) {
	.provider-item .provider-body .provider-info .row-info .provider-name {
		margin-bottom: 0px;
		margin-right: 1rem;
		text-align: left;
	}
}

.provider-item .provider-body .provider-info .row-info .provider-rating {
	display: flex;
	align-items: center;
	justify-content: center;
}

.provider-item .provider-body .provider-info .row-info .provider-rating> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px) {
	.provider-item .provider-body .provider-info .row-info .provider-rating {
		justify-content: flex-end;
	}
}

.provider-item .provider-body .provider-info .row-job-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.provider-item .provider-body .provider-info .row-job-info> :not([hidden])~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
	.provider-item .provider-body .provider-info .row-job-info {
		flex-direction: row;
	}
}

.section-testimonial .content {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: linear-gradient(#010350, rgba(4, 35, 91, 0.7)), url('./testimonial.jpg');
	background-attachment: fixed;
}

.testimonial-item {
	margin-top: 3.5rem;
}

@media (min-width: 768px) {
	.testimonial-item {
		display: flex;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.testimonial-item .thumb {
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-item .quote-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: -2.5rem;
	margin-top: -3rem;
	display: none;
	height: 7rem;
	width: 7rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
	.testimonial-item .quote-icon {
		display: flex;
	}
}

.testimonial-item .quote-icon .icon {
	margin-left: auto;
	margin-right: auto;
	height: 3rem;
	width: 3rem;
	padding-bottom: 0px;
	--tw-text-opacity: 1;
	color: rgb(26 205 142 / var(--tw-text-opacity));
}

.testimonial-item .info {
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

@media (min-width: 768px) {
	.testimonial-item .info {
		margin-left: 5rem;
		margin-top: 0px;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.testimonial-item .info .info-content {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	text-align: justify;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonial-item .info .info-name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgb(209 250 229 / var(--tw-text-opacity));
}

.contact-card {
	gap: 1.5rem;
	border-top-width: 8px;
	--tw-border-opacity: 1;
	border-color: rgb(26 205 142 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 1.5rem;
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
	.contact-card {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.contact-card .contact-info {
	grid-column: span 2 / span 2;
}

.contact-card .contact-info .info-item {
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
}

.contact-card .contact-info .info-item> :not([hidden])~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.contact-card .contact-info .info-item .icon {
	display: flex;
	height: 2.5rem;
	width: 2.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(209 250 229 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(5 150 105 / var(--tw-text-opacity));
	transition-property: all;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card .contact-info .info-item:hover .icon {
	--tw-bg-opacity: 1;
	background-color: rgb(5 150 105 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* footer */

.footer-dark {
	background-color: #010D34;
	color: #f1f1f1;
	padding: 1.5rem 2rem;
	/* padding horizontal ajustado */
	font-family: 'Segoe UI', sans-serif;
	font-size: 0.875rem;
}

.footer-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 10px 100px;
}

@media (min-width: 768px) {
	.footer-container {
		flex-direction: row;
		gap: 2rem;
	}
}

.footer-left,
.footer-center,
.footer-right {
	flex: 1;
}

.footer-logo img {
	height: 30px;
	margin-bottom: 0.8rem;
}

.footer-contact p {
	margin: 0.3rem 0;
	color: #e0e0e0;
	font-size: 0.85rem;
}

.footer-center {
	display: flex;
	gap: 2rem;
	/* separación entre las columnas */
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.footer-section {
	flex: 1;
}

.footer-section h2 {
	font-size: 0.9rem;
	color: #446FF0;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	font-weight: 600;
}

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

.footer-section li {
	margin-bottom: 0.5rem;
}

.footer-section a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-section a:hover {
	color: #446FF0;
}

.footer-section p {
	color: #cbd5e1;
	font-size: 0.85rem;
	line-height: 1.4;
	text-align: justify;
}

.footer-right {
	display: flex;
	justify-content: flex-start;
	gap: 1rem;
}

.footer-logos img {
	height: 35px;
	/* ajustar tamaño de los logos */
}

.footer-bottom {
	text-align: center;
	font-size: 0.75rem;
	color: #94a3b8;
	margin-top: 1rem;
}

.footer-bottom a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}

.footer-bottom a:hover {
	color: #446FF0;
}

hr {
	border: none;
	border-top: 1px solid #192547;
	margin: 1rem 0;
}

/* end footer */

/* animate hero section */

.hero-slides {
	position: relative;
	margin-top: 60px;
	display: block;
	height: 60px;
	width: 100%;
}

@keyframes move-slide1 {
	0% {
		transform: translate(85px, 0%);
	}

	100% {
		transform: translate(-90px, 0%);
	}
}

.slide1 use {
	animation: move-slide1 10s linear infinite;
	transition-delay: 2s;
	animation-delay: -2s;
}

@keyframes move-slide2 {
	0% {
		transform: translate(-90px, 0%);
	}

	100% {
		transform: translate(85px, 0%);
	}
}

.slide2 use {
	animation: move-slide2 8s linear infinite;
	transition-delay: 2s;
	animation-delay: -2s;
}

@keyframes move-slide3 {
	0% {
		transform: translate(-90px, 0%);
	}

	100% {
		transform: translate(85px, 0%);
	}
}

.slide3 use {
	animation: move-slide3 6s linear infinite;
	transition-delay: 2s;
	animation-delay: -2s;
}

.hover\:bg-emerald-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.hover\:text-emerald-600:hover {
	--tw-text-opacity: 1;
	color: rgb(5 150 105 / var(--tw-text-opacity));
}

.hover\:text-emerald-400:hover {
	--tw-text-opacity: 1;
	color: rgb(52 211 153 / var(--tw-text-opacity));
}

.hover\:text-cyan-300:hover {
	--tw-text-opacity: 1;
	color: rgb(103 232 249 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {
	.dark\:bg-gray-700 {
		--tw-bg-opacity: 1;
		background-color: rgb(55 65 81 / var(--tw-bg-opacity));
	}
}

@media (min-width: 640px) {
	.sm\:ml-6 {
		margin-left: 1.5rem;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-9 {
		height: 2.25rem;
	}
}

@media (min-width: 768px) {
	.md\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

#loader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(1 75 160 / var(--tw-bg-opacity));
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#loader div {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100px;
	height: 100px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-top: 16px solid #2117b2;
	border-radius: 50%;
	animation: spin 2s linear infinite;
}

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

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