:root {
	--fondo: #f5f5f5;
	--table: #c3e4fa;
	--avast-orange: #ff7800;
	--avast-white: #ffffff;
}

.header {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 3rem 0 2rem 0;
}

.header-text {
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 2rem;
	color: white;
}

.header-text strong {
	font-size: 2.9rem;
	color: var(--avast-white);
	display: block;
}

.header-text p {
	color: white;
}

.header-image {
	width: 100%;
	text-align: center;
	margin-bottom: -2rem;
}

.header-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 600px;
}

.proteccion-section {
	background: linear-gradient(135deg, #1e3a5f 0%, #0d1f33 100%);
	color: white;
}

.proteccion-section .h1 {
	color: white;
}

.threat-icon img {
	width: 110px;
	height: 150px;
	margin: 0 auto;
	display: block;
	transition: transform 0.5s ease;
	opacity: 0;
	transform: scale(0.8);
}

.threat-icon img.scale-up {
	opacity: 1;
	transform: scale(1);
}

.threat-icon p {
	color: white;
	font-size: 1.1rem;
	font-weight: 600;
}

/* Table */
.content {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.table-bg {
	padding: 5rem 0;
	background-color: white;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

table thead tr th {
	padding: 0.5rem 0.5rem;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
}

table tr td.border-r,
table tr th.border-r {
	border-right: 1px solid #ff7900;
}

table tr th.border-t {
	border-top: 1px solid #ff7900;
}

table tr td.border-l {
	border-left-width: 1px;
	border-color: #ff7900;
	border-style: solid;
}

table thead tr th img {
	width: 100%;
	max-width: 200px;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}

table tbody tr td {
	padding: 1.5rem 1rem;
	text-align: center;
	position: relative;
	background-color: #fff;
	vertical-align: middle;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1); */
}

table tbody tr td strong {
	font-size: 1.2rem;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: 700;
}

table tbody tr td small {
	display: block;
	font-size: 0.85rem;
	color: #666;
	margin-top: 0.5rem;
	text-align: left;
}

table tbody tr:first-child td {
	border-top: none;
}

table tbody tr:last-child td {
	border-bottom: none;
}

table tbody tr td:has(strong) {
	background-color: #ffffff;
	font-weight: 700;
}

table tbody tr td:nth-child(1) {
	text-align: left;
	padding-left: 1.5rem;
	padding-right: 1rem;
	min-width: 250px;
	max-width: 280px;
}

table tbody tr td:nth-child(1) strong {
	text-align: left;
}

table tbody tr td:has(img[alt="check"]) {
	background-color: rgba(255, 232, 212, 0.6);
}

table tbody tr td span {
	display: flex;
	justify-content: center;
	align-items: center;
	/* gap: 0.25rem; */
}

table tbody tr td span img {
	width: 25px;
	height: 25px;
}

table tbody tr td img[alt="check"] {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.compatibilidad img {
	width: 10rem;
	margin: 0 auto;
	display: block;
	object-fit: contain;
}

.reconocimientos img {
	margin: 3rem;
	display: block;
	object-fit: contain;
}

.reconocimientos {
	background: linear-gradient(135deg, #1e3a5f 0%, #0d1f33 100%);
}

.reconocimientos img#av_test {
	width: 6rem;
}
.reconocimientos img#av_comparatives {
	width: 10rem;
}
.reconocimientos img#pc_mag {
	width: 100%;
}
.reconocimientos img#capterra {
	width: 8rem;
}

.clientes img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-height: 100px;
}

/* Carrusel de clientes */
.clientes-carousel {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-mask-image: linear-gradient(
		to right,
		transparent 0%,
		black 5%,
		black 95%,
		transparent 100%
	);
	mask-image: linear-gradient(
		to right,
		transparent 0%,
		black 5%,
		black 95%,
		transparent 100%
	);
}

.carousel-track {
	display: flex;
	width: 400%;
	animation: slide 80s linear infinite;
}

.carousel-track .logo-item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 160px;
	margin: 0 3.5rem 0 0;
	padding: 0;
}

.carousel-track .logo-item:last-child {
	margin-right: 0;
}

.carousel-track .logo-item img {
	width: 100%;
	max-width: 160px;
	height: auto;
	object-fit: contain;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.carousel-track .logo-item:hover img {
	opacity: 1;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-75%);
	}
}

.mercado-items {
	align-items: stretch !important;
}
.mercado-card {
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	text-align: center;
	padding: 1rem 0;
	gap: 1rem;
}
.mercado-card img {
	max-width: 160px;
	width: 100%;
	margin: 0 auto;
}
.mercado-card p {
	margin: 0;
	min-height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mercado-items > div {
	display: flex;
}
.mercado-items > div .mercado-card {
	width: 100%;
}
.mercado-card img {
	max-width: 160px;
	width: 100%;
	margin: 0 auto 1.5rem;
}
.mercado-card p {
	margin-top: auto;
	margin-bottom: 0;
}

.mercado-card img {
	max-width: 160px;
	width: 100%;
	margin: 0 auto 1.5rem;
}
.mercado-card p {
	margin-top: auto;
	margin-bottom: 0;
}

.reconocimiento-img {
	transition: transform 0.8s ease-out;
}

.reconocimiento-img.zoom {
	animation: zoom 0.8s ease-out forwards;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

.plan-img {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.plan-img.fade-in {
	opacity: 1;
	transform: translateY(0);
}

.plan-img:nth-child(1) {
	animation-delay: 0s;
}
.plan-img:nth-child(2) {
	animation-delay: 0.3s;
}
.plan-img:nth-child(3) {
	animation-delay: 0.6s;
}
