.linea1 {
	background-color: var(--background-color);
}

.linea2 {
	background-color: var(--secondary-background-color);
}

.intro {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 3rem;
}

.initial_form {
	width: 43.75rem;
	height: 100%;
}

.initial_image {
	width: 40.625rem;
	height: 100%;
}

.initial_image img {
	width: 100%;
}

.hello1 {
	font-size: 5rem;
}

.hello1 span {
	color: var(--main-color);
}

.hello2 {
	margin: 1rem 0 1rem 0;
	text-align: justify;
}

/* WHY US */
.comparison {
	display: flex;
	gap: 1rem;
	margin: 2rem 0rem;
}

.companies {
	width: 50%;
	background-color: white;
	border-radius: 0.75rem;
	padding: 2rem;
}

.other_companies {
	border-top: 0.75rem solid red;
}

.our_company {
	border-top: 0.75rem solid var(--main-color);
}

.companies_title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.them {
	color: red;
}

.us {
	color: var(--main-color);
}

.company_item {
	display: flex;
	margin: 1rem 0rem;
}

.company_item_icon > img {
	width: 3rem;
	height: 3rem;
}

.our_company .company_item_icon > img {
	filter: sepia(100%) hue-rotate(190deg) saturate(2000%);
}

.company_item_text {
	margin: 0rem 1rem;
}

.company_item_header {
	font-weight: bold;
	font-size: 1.25rem;
}

/* FEES */
.table {
	border: 3px solid var(--border-color);
	border-radius: 1.625rem;
	margin: 2rem 0;
	padding: 2rem;
}

.row {
	padding: 0.5rem 1.5rem;
	border-radius: var(--main-border-radius);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.row.header {
	font-weight: bold;
}

.row.header .highlight {
	font-size: 2rem;
}

.row.selected {
	border: 0.15rem solid var(--main-color);
	font-weight: bold;
}

.row .cell.text_down {
	position: relative;
	height: 3.75rem;
}

.row .cell.text_down > * {
	position: absolute;
	bottom: 0;
	left: 0;
}

.cell {
	width: 25% !important;
}

.cell.check_button {
	font-size: 1rem;
	margin: 1rem;
}

.cell.button {
	margin: 1rem 1rem;
	font-size: 1rem;
}

.company {
	color: rgba(75, 75, 75, 255);
}
