/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2025 | 10:31:18 */
body {
	cursor: default;
}

:where(.wp-site-blocks *:focus) {
	outline-width: 0 !important;
	outline-style: none !important;
}

::selection {
	background-color: #c2fe06;
	color: #000000;
}

.mobile-menu {
	width: 100%;
	max-height: 0;
	background-color: #002733;
	color: #fff;
	flex-direction: column;
	overflow-y: hidden;
	transition: max-height 0.4s ease-in-out;
	font-family: "The Group HEAD Pro", sans-serif;

	&.activeMobileMenu {
		max-height: 1000px;
	}

	> div {
		padding: 20px;
			
		> .nav-link:not(:first-child) {
			margin-top: 1em;
		}

		> .nav-link {
			&.clicked {
				color: #c2fe06;
			}
			gap: 10px;
			display: inline-flex;
			justify-content: space-between;
			align-items: flex-start;
			transition: all 0.3s ease-in-out;
			font-size: 1.5rem;

			.icono {
				&.clicked {
					svg {
						transform: rotate(90deg);
						stroke: #c2fe06;
					}
				}
				display: flex;
				justify-content: center;
				width: 1.5em;
				svg {
					stroke: #fff;
					transition: all 0.3s ease-in-out;
				}
			}
		}
	}

	.submenu-mobile {
		font-size: 1.25rem;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
		&.activeSubmenuMobile {
			max-height: 500px;
		}
		div {
			margin: 1em 0 0 1.5em;
		}
		.nav-link:not(:first-child) {
			margin-top: 1em;
		}
	}
}

.header {
	padding: 10px 7vw;
	background-color: #002733;
	color: #fff;
	gap: 7vw;
	font-family: "The Group HEAD Pro", sans-serif;
}

.navbar
{
	display: none;
}

.navbar-nav
{
	display: flex;
	flex-direction: row;
	font-size: 18px;
	font-weight: bold;
	font-family: "The Group Text", sans-serif;
	gap: 2vw;
}

.navbar-brand img
{
	max-width: 375px;
	width: 100%;
}

.nav-item
{
	cursor: pointer;
}

.nav-link 
{
	color: #fff;
	text-decoration: none;
	text-wrap: nowrap;
	width: fit-content;
}

.nav-link:hover
{
	color: #c2fe06;
}

.navFooter-link:hover
{
	a 
	{
		color: #c2fe06 !important;
		text-decoration: none;
	}
}

.nav-link:focus
{
	color: #c2fe06;
}

.link-active {
	color: #c2fe06;
	box-shadow: 0 2px 0 #c2fe06;
}

.navActive a {
	color: #c2fe06;
}

.submenu {
	display: flex;
	left: 0;
	width: 100%;
	font-size: clamp(1.1111111111rem, 2vw, 1.6666666667rem);
	max-height: 0;
	overflow: hidden;
	background-color: #002733;
	color: #fff;
	z-index: 50;
	position: absolute;
	transition: all 0.14s ease-in-out;
	font-family: "The Group HEAD Pro", sans-serif;
	gap: 56px;

	span {
		color: #c2fe06;
		cursor: default;
		width: 35%;
		max-width: 350px;
		display: inline-flex;
		justify-content: space-between;
		align-items: flex-start;

		.texto {
			flex-grow: 1;
		}

		.icono {
			display: flex;
			justify-content: center;
			width: 1.5em;
		}
	}

	div {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
}

.un-transition {
	transition: none;
}

#menu-toggle {
	padding: 0;
	font-size: 2.25rem;
	color: #fff;
	border: none;
}

.botonVgedGreen a, .botonVgedBlue a {
	color: #002733;
	background-color: #c2fe06;
	border-radius: 12px;
	padding: 8px 24px;
	transition: all 0.14s ease-in-out;
	font-family: "The Group Text Pro";
}

.botonVgedGreen a:hover {
	color: #c2fe06;
	background-color: #006861;
}

.botonVgedBlue a:hover {
	color: #c2fe06;
	background-color: #002733;
}

.backgroundMarcas {
	background-position: center;
	padding-top: 6vw;
	padding-right: 12vw;
	padding-bottom: 6vw;
	padding-left: 12vw;
}

.marcas {
	gap: 3vw;
}

.marcas div {
	aspect-ratio: 1 / 1;
	align-content: center;
	box-shadow: rgb(102, 125, 133) 0px 0px 1px 1px inset;
	border-radius: 14px;
	transition: all 0.14s ease-in-out;
}

.marcas div:hover {
	background-color: #7f9aa340;
	figure {
		width: 70%;
	}
}

.marcas div figure {
	margin: auto;
	width: 65%;
	transition: all 0.14s ease-in-out;
}

.marcasGroup {
	gap: 2vw;
}

.marcasGroup div {
	aspect-ratio: 1 / 1;
	align-content: center;
	transition: all 0.14s ease-in-out;
}

.marcasGroup div:hover figure {
	width: 75%;
}

.marcasGroup div figure {
	margin: auto;
	width: 65%;
	transition: all 0.14s ease-in-out;
}

.marcasLastGroup div {
	border-radius: 25px;
	transition: all 0.14s ease-in-out;
}

.marcasLastGroup div:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 8px 1px rgba(0,0,0,.1);
}

.expansionImagen {
	border-radius: 25px;
	overflow: hidden;
	transition: all 0.14s ease-in-out;
}

.expansionImagen:hover {
	transform: scale(1.05);
	box-shadow: 0px 4px 8px 1px rgba(0,0,0,.1);
}

.redesVGED a:hover {
	color: #c2fe06 !important;
}

.footer {
	justify-content: space-evenly;
}

.ratio-21x6 {
	--bs-aspect-ratio: calc(6 / 21 * 100%);
}

.color-notFound i {
	color: #00806e !important;
}

.detailsTransition
{
	padding: 5vw 10vw;
	.accordion summary
	{
		font-weight: bold;
		font-size: 20px;

	}
	.accordion > div
	{
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.4s ease-in-out, margin-block-start 0.4s ease-in-out;
		margin-block-start: 0;

		p:last-child 
			{
				margin-bottom: 0;
		}
	}
}

.standardLinkWithIcon
{
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #111111;
	i
	{
		margin-left: 0.5rem !important;	
		transition: margin 0.2s ease-in-out;
	}
}

.standardLinkWithIcon:hover
{
	i
	{
		margin-left: 1rem !important;	
	}
}

.BannerWithImgText
{
	min-height: 20vw;
	.ImgTextBanner
	{
		width: 33vw;
	}
}

.footerCalidadISO
{
	img
	{
		max-height: 30vw;
	}
}

.cardLink 
{
	figure img 
	{
		transition: all 0.3s ease-in-out;
		border-radius: 15px;
		overflow: hidden;
	}

	p a 
	{
		position: relative;
		text-decoration: none;
		color: #111111;
	}

	p.linkBlanco a
	{
		color: #ffffff;
	}

	p.linkBlanco a::after
	{
		background-color: #ffffff;
	}

	p a::after
	{
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 0%;
		height: 1px;
		background-color: #111111;
		transition: width 0.3s ease-in-out;
	}

	p a:hover 
		{
			text-decoration: none;
	}

	p a:hover::after,
		figure:hover ~ p a::after 
		{
			width: 100%;
	}
}



@media (min-width: 992px) {
	.navbar
	{
		display: flex;
	}

	.active
	{
		max-height: 100vh;
		padding: 3rem;
	}

	.mobile-menu
	{
		display: none !important;
	}
}

@media (max-width: 781px) {
	.direcciones {
		flex-direction: column;
		justify-content: center;
		div {
			width: 100%;
		}
	}


	.BannerWithImgText
	{
		min-height: 40vw;
		.ImgTextBanner
		{
			width: 66vw;
		}
	}

	.separador {
		display: none;
	}

	.paddingMobile4
	{
		padding: 4vw !important;
	}

	.paddingMobile6
	{
		padding: 6vw !important;
	}

	.paddingMobile8
	{
		padding: 8vw !important;
	}

	.paddingMobile10
	{
		padding: 10vw !important;
	}

	.banner
	{
		min-height: 35vw !important;
	}

	.bannerPrincipal
	{
		min-height: 45vw !important;
	}
}

@media (max-width: 600px) {
	.header {
		padding: 10px 4vw;
	}

	.detailsTransition 
	{
		padding: 8vw 4vw;
		.accordion div figure 
		{
			display: block;
			text-align: center;
			padding: 0 8%;
			margin-bottom: 19.2px !important;
			img
			{
				width: 50%;
			}
		}
	}

	.footerCalidadISO
	{
		.backgroundISO
		{
			img
			{
				max-height: fit-content;
			}
		}

		div
		{
			h2
			{
				font-size: 1.2rem !important;
			}
			a
			{
				padding: 6px 16px;
				font-size: 1rem;
			}
		}
	}
	#muteIcon i
	{
		font-size: 24px !important;
	}
}

@media (max-width: 400px) {
	.mobile-menu {
		> .nav-link {
			font-size: 1.25rem;
		}

		.submenu-mobile {
			font-size: 1rem;
			
			div {
				margin: 1em 0 0 1.25em;
			}
		}
	}
}

@media (max-width: 370px) {
	.mobile-menu {
		> .nav-link {
			font-size: 1.1rem;
		}

		.submenu-mobile {
			div {
				margin: 1em 0 0 0.9em;
			}
		}
	}
}