.page-background {
	background-color: #EDEEFC;
	.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;
				font-size: 18.027px;
				line-height: normal;
				font-style: normal;
				text-align: left;
				color: rgb(0 0 0);
				font-family: Open Sans;
				font-feature-settings: 'clig' off, 'liga' off;
			}
		}
		.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;
	}
	.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: Open Sans;
		line-height: normal;
		font-stretch: normal;
		text-decoration: none;
	}
	.tagline-text-mobile {
		font-weight:500;
		font-size:24px;
		line-height:36px;
		letter-spacing:1px;
		font-family: Dosis;
		color:#2A2A2A;
		text-align: center;
		font-style: normal;
	}
}

