.swiper-container {
	overflow: initial;
}

#hero.section-funciones .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

#hero.section-funciones .wrapper .images-above-the-fold {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 20px;
	margin-bottom: -200px;
}

#hero.section-funciones .wrapper .images-above-the-fold.right {
	align-items: flex-end;
	height: 100%;
}

#hero.section-funciones .wrapper .images-above-the-fold .column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#hero.section-funciones .wrapper .images-above-the-fold .column img {
	width: 100%;
	box-shadow: 0px 4px 16px 0px #00000014;
}

#video {
	margin-top: 150px;
}

#video .video-wrapper {
	max-width: 825px;
	margin: 0 auto;
}

.card-features-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.card-features-wrapper .column-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.card-features-wrapper .column-wrapper .card-feature-wrapper {
	background-color: #F0F3F5;
	padding: 24px;
	border-radius: 8px;
	text-align: left;
}

.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 39px;
	margin-bottom: 10px;
}

.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-description {
	line-height: 28px;
	margin-bottom: 10px;
}

.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-functions-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-functions-wrapper .card-feature-function {
	background-color: #fff;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0px 4px 16px 0px #00000014;
}

.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-functions-wrapper .card-feature-function .function-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border: 0;
	color: var( --color-black );
	text-decoration: none;
}

.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-functions-wrapper .card-feature-function .function-link:hover {
	color: var(--color-primary-variant);
}

.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-functions-wrapper .card-feature-function .function-link:hover svg path {
	fill: var(--color-primary-variant);
}

.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-functions-wrapper .card-feature-function .function-link .function-title {
	flex-grow: 1;
	font-weight: 700;
}

#inteligencia-artificial h2+p {
	width: 90%;
}

.dinorank-copilot-wrapper {
	margin-top: 104px;
	border-radius: 8px;
	background: linear-gradient(180deg, #c3dde8 0%, #FEFEFE 100%);
	padding: 40px;
}

.dinorank-copilot-wrapper > h3 {
	font-weight: 600;
	font-size: 26px;
}

.dinorank-copilot-wrapper > p {
	margin-bottom: 32px;
}
.dinorank-copilot-wrapper > h3,
.dinorank-copilot-wrapper > p:first-child {
	max-width: 750px;
	margin: 0 auto;
}

.dinorank-copilot-wrapper > figure {
	margin: 40px 0;
}

.dinorank-copilot-wrapper > ul {
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	padding-left: 0;
	margin-bottom: 32px;
}

.dinorank-copilot-wrapper > ul li {
	text-align: left;
	background-image: url('/img/web/icons/icon-arrow-blue-right.svg');
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 25px;
	line-height: 144%;
	letter-spacing: 1%;
}

.dinorank-section-explained {
	display: grid;
	grid-template-columns: .45fr .55fr;
	align-items: center;
	gap: 73px;
	margin: 104px 0;
}

.dinorank-section-explained.reverse {
	grid-template-columns: .55fr .45fr;
}

.dinorank-section-explained .section-description-wrapper {
	text-align: left;
}

.dinorank-section-explained .section-description-wrapper .section-title {
	padding: 0;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 20px;
}

.dinorank-section-explained .section-description-wrapper p {
	line-height: 28px;
	margin-bottom: 16px;
}

.dinorank-section-explained .section-description-wrapper ul {
	list-style-image: url('/img/web/icons/icon-arrow-blue-right.svg');
	padding-left: 18px;
	margin-bottom: 24px;
}

.dinorank-section-explained .section-description-wrapper ul li {
	line-height: 28px;
	margin-bottom: 12px;
	padding-left: 3px;
}

.dinorank-section-explained .section-image-wrapper {
	position: relative;
}

.dinorank-section-explained .section-image-wrapper::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	background-color: var(--color-primary-variant);
	z-index: 0;
}

.dinorank-section-explained .section-image-wrapper#keyword-research-image::before {
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
}

.dinorank-section-explained#informes-seo-section .section-image-wrapper::before {
	left: 20px;
	top: 5px;
	width: 90%;
}

.dinorank-section-explained .section-image-wrapper img {
	position: relative;
	width: 98%;
	z-index: 1;
}

#equipo-experto .experts-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	align-items: center;
	padding: 20px 0 32px;
	margin: 40px 0;
}

#equipo-experto .experts-wrapper .column .avatar-wrapper img {
	width: 100%;
	border-radius: 8px;
}

#equipo-experto .cards-wrapper .single-card figure img {
	width: auto;
}

#plans-prices.funciones {
	padding-top: 104px;
}
#plans-prices .content-wrapper {
	margin-top: 0;
	padding-top: 0;
}
#plans-prices .content-wrapper .plans {
	margin-bottom: 75px;
}


@media screen and (max-width: 768px) {
	#hero.section-funciones {
		padding-bottom: 50px;
	}

	#hero.section-funciones .wrapper {
		grid-template-columns: 1fr;
	}

	#hero.section-funciones .wrapper .col-left .images-above-the-fold,
	#hero.section-funciones .wrapper .col-right {
		display: none;
	}
}

@media screen and (max-width: 600px) {

	section.dark-grey .wrapper {
		padding-bottom: 1px;
	}

	.button {
		width: 100%;
	}

	#hero .button {
		width: auto;
	}

	#hero.section-funciones .col-left {
		text-align: center;
	}

	#video {
		margin-top: 100px;
	}

	.card-features-wrapper,
	.dinorank-section-explained,
	.dinorank-section-explained.reverse {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.card-features-wrapper {
		gap: 24px;
	}

	.card-features-wrapper .column-wrapper .card-feature-wrapper .card-feature-title {
		font-size: 24px;
	}

	.dinorank-section-explained:not(.reverse) {
		display: flex;
		flex-direction: column-reverse;
	}

	.experts-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}

	.experts-wrapper .column {
		display: none;
	}

	.experts-wrapper .avatar-wrapper img {
		width: 100%;
		border-radius: 8px;
	}

	#plans-prices {
		margin-bottom: 104px;
	}
	#plans-prices .content-wrapper .plans {
		margin: 0 0 50px;
	}

}