.page-background {
	background-color: #ffffff;

	.container {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		display: grid;
	}

	.header-state {
		background-color: #ffffff;
		width: 100%;
		display: flex;
		float: left;
		height: 96px;
		padding: 20px 80px;
		align-items: center;
	}

	.header-items {
		position: relative;
		display: flex;
		align-items: center;
		gap: 56px;

		.load-image {
			display: flex;
			align-items: center;
			gap: 10px;

			.text-trepont {
				height: auto;
				font-weight: 600;
				text-align: center;
				line-height: normal;
				font-style: normal;
				text-align: left;
				color: #595959;
				font-family: Montserrat Alternates;
				font-feature-settings: 'clig' off, 'liga' off;
                font-size: 28px;
				letter-spacing: -1px;
				
			}
		}

		.load-items {
			display: flex;
			align-items: center;
			gap: 32px;

			.text-menu {
				height: auto;
				font-size: 18px;
				line-height: 28px;
				font-weight: 500;
				text-align: center;
				color: rgb(31 31 31/var(--tw-text-opacity));
			}

			.text-menu {
				display: inline-block;
				position: relative;
				color: rgb(31 31 31/var(--tw-text-opacity));
				font-weight: bold;
			}

			.text-menu:after {
				content: '';
				position: absolute;
				width: 100%;
				transform: scaleX(0);
				height: 2px;
				bottom: 0;
				left: 0;
				background-color: hsl(241, 79%, 49%);
				transform-origin: bottom middle;
				transition: transform 0.25s ease-out;
			}

			.text-menu:hover:after {
				transform: scaleX(1);
				transform-origin: middle;
			}
		}
	}

	.content-text {
		display: flex;
		align-items: center;
		padding: 11px 80px;
		padding-right: 25px;
		justify-content: space-between;
		gap: 80px;
	}

	.content-text-mobile {
		padding: 11px 80px;
	}

	.trepont-text-mobile {
		color: rgb(0, 0, 0);
		height: auto;
		font-size: 18.027px;
		text-align: left;
		font-weight: 600;
		font-family: Montserrat Alternates;
		line-height: normal;
		font-stretch: normal;
		text-decoration: none;
	}

	.tagline-text-mobile {
		color: #000;
		font-family: Poppins;
		font-size: 24px;
		font-style: normal;
		font-weight: 550;
		line-height: 40px;
	}

	.tagline-text-mobile-2 {
		color: #4F4F4F;
		font-family: Poppins;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		/* 200% */
	}
}