/*
==================================================================
Theme Name: Fijaplast
Version: 2.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/

/* Variables */:root {
	--main: #006eb7;
	--main-200:#90bde4;
	--main-100:#e9f2fa;
	--light-blue: #aec0e5;
	--orange: #f59100;
	--green: #0AC4AB;
	--green-300:rgb(10 196 171 / 75%);
	--green-200:rgb(10 196 171 / 50%);
	--green-100:rgb(10 196 171 / 10%);
	--grey: #6a6a6a;
	--grey-300:#98989a;
	--grey-200:#dbdbdb;
	--grey-100:#f9f9f9;
	--size-2000:200px;
	--size-1250:125px;
	--size-900:90px;
	--size-800:80px;
	--size-750:46px;
	--size-700:40px;
	--size-600:30px;
	--size-500:24px;
	--size-400:20px;
	--size-300:16px;
	--size-200:14px;
	--size-100:12px;
	--weight-300:300;
	--weight-400:400;
	--weight-600:600;
	--weight-700:700;
	--weight-900:900;
	--block-1:100%;
	--block-2:95%;
	--block-3:90%;
	--block-4:1500px;
	--block-5:1300px;
	--block-6:910px;
	--block-7:720px;
	--padding-200:200px;
	--padding-160:160px;
	--padding-120:120px;
	--padding-120:125px;
	--padding-100:100px;
	--padding-80:80px;
	--padding-60:60px;
	--padding-50:50px;
	--padding-40:40px;
	--padding-30:30px;
	--padding-25:25px;
	--padding-20:20px;
	--padding-10:10px;
	--space-200:200px;
	--space-160:160px;
	--space-130:130px;
	--space-125:125px;
	--space-120:120px;
	--space-100:100px;
	--space-80:80px;
	--space-60:60px;
	--space-50:50px;
	--space-40:40px;
	--space-30:30px;
	--space-25:25px;
	--space-20:20px;
	--space-10:10px;
	--space-5:5px;
	--space-2:2px;
	--margin-125:125px;
	--margin-100:100px;
	--margin-50:50px;
	--gap-100:100px;
	--gap-90:90px;
	--gap-80:80px;
	--gap-60:60px;
	--gap-50:50px;
	--gap-40:40px;
	--gap-30:30px;
	--gap-20:20px;
	--gap-15:15px;
	--gap-10:10px;
	--transition-400:all 280ms cubic-bezier(0.74, 0, 0.24, 0.99);
	--transition-500:all 360ms cubic-bezier(0.74, 0, 0.24, 0.99);
	--transition-600:all 560ms cubic-bezier(0.74, 0, 0.24, 0.99);
	--transition-700:all 720ms cubic-bezier(0.74, 0, 0.24, 0.99);
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-300italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-600italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-700italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-900.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 900;
  src: url('./fonts/source-sans-3/source-sans-3-v18-latin-900italic.woff2') format('woff2'); 
}

::selection {
	background-color: var(--main);
	text-shadow: none;
	color: #fff;
}

::placeholder {
	color: var(--grey);
}

.grecaptcha-badge{
	opacity: 0;
}

/*Errores*/

#errores{
	position: fixed;
	right: 20px;
	top: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	z-index: 9999;
}

#errores > .custom-error{
	background-color: #ffa1a1;
	border-radius: 5px;
	padding: 15px 20px;
	width: 100%;
}

/* General */

body{
	display: block !important;
}

html,
body {
	font-family: 'Source Sans 3', sans-serif;
	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	direction: ltr;
	transition: opacity 720ms ease 280ms, transform 720ms ease 280ms;
}

a {
	color: var(--main);
	transition: var(--transition-400)
}

p.has-small-font-size {
	font-size: var(--size-100);
}

p {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: var(--size-400);
	color: var(--grey);
}

p:last-child {
	margin-bottom: 0;
}

figure {
	margin: 0;
}

.uptitle {
	font-size: var(--size-400);
	font-weight: var(--weight-300);
	display: flex;
	align-items: center;
	gap: 10px;
}

.uptitle::before {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #fff;
}

.blog section,
.post section,
.animate.fadeIn {
	opacity: 1;
	transform: none;
}

.wp-element-button{
	background-color: var(--main);
	border: 2px solid var(--main) !important;
	border-radius: 50vh;
}

.wp-element-button:hover {
	background-color: white;
	color: var(--main);
}

/* Header */

.topbar .micuenta a {
	transition: var(--transition-400);
}

.topbar .micuenta a:hover {
	background-color: var(--main-100);
}

.active_menu {
	overflow: hidden;
}

#header {
	height: 100px;
	background-color: #fff;
}

.scroll #header {
	border-bottom: 2px solid var(--grey-100);
}

#header #logo {
	min-width: 200px;
	max-width: 200px;
}

/* 
#header nav .menu:nth-child(2) {
	min-width: 665px;
} */
#header #menu {
	display: none;
}

#header .menu {
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	margin-left: var(--padding-80);
	gap: 35px;
}

#header .menu .first {
	height: 100%;
	cursor: s-resize;
}

#header .menu .first > a {
	height: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	cursor: s-resize;
	padding-inline: var(--padding-10);
}

#header .menu .first > a::after {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 900;
	display: inline-block;
	transform: translateY(1px);
	margin-left: 15px;
	transition: all 320ms ease;
}

#header .menu .first:hover > a::after {
	transform: rotate(180deg);
}

#header .menu .first:hover .second {
	transform: none;
	opacity: 1;
	pointer-events: all;
}

#header .menu .second {
	width: 300px;
	background-color: #fff;
	padding-block: 15px;
	border-top: 2px solid var(--grey-100);
	border-bottom: 2px solid var(--grey-100);
	border-inline: 2px solid var(--grey-100);
	top: 98px;
	cursor: auto;
	opacity: 0;
	pointer-events: none;
	transform: translateY(5px);
	transition: var(--transition-500);
}

#header .menu .second marker {
	position: absolute;
	top: -1px;
	left: 33%;
	width: 20px;
	height: 20px;
	background-color: white;
	transform: translateX(-25%) translateY(-50%) rotate(-45deg);
	border-top: 2px solid var(--grey-100);
	border-right: 2px solid var(--grey-100);
}

#header .menu .second > div {
	display: flex;
}

#header .menu .second > div a {
	width: 100%;
	font-size: var(--size-300);
	padding: 10px 20px;
	margin-block: 5px;
}

#header .menu .second > div:hover a {
	color: var(--main);
}

#header .menu a.current {
	color: var(--main)
}

#header a {
	font-size: var(--size-400);
	font-weight: var(--weight-400);
	color: var(--grey);
}

#header a:hover {
	color: var(--main);
}

#header form {
	flex: 1 1 auto;
	padding-left: 30px;
}

#header form button,
#sidebar form button {
	width: 20px;
	padding: 0;
	border: 0;
	background-color: #fff;
	color: var(--grey);
	cursor: pointer;
	transition: var(--transition-400);
}

#header form button:hover,
#sidebar form button:hover {
	color: var(--main);
}

#header form button i,
#sidebar form button i {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid;
	border-radius: 100%;
	margin-left: -4px;
	margin-top: -4px
}

#header form button i::after,
#sidebar form button i::after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	width: 2px;
	height: 8px;
	background: currentcolor;
	transform: rotate(-45deg);
	top: 10px;
	left: 12px
}

#header form input,
#sidebar form input {
	border: none;
	padding: 0 0 0 20px;
	font-size: var(--size-400);
}

#header .secondary {
	gap: 20px;
}

#header .secondary a {
	color: var(--grey);
	transition: var(--transition-400);
}

#header .secondary a:hover {
	color: var(--main);
}

#header .secondary a svg {
	width: 24px;
	height: 24px;
}

#header .secondary .admin {
	width: fit-content;
	padding: 0 5px;
	font-size: 14px;
}

#header .secondary .sale {
	gap: 5px;
}

#header .secondary span.count {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: var(--main);
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: -7px;
}

#header .secondary span.count.animate {
	animation-name: added;
	animation-duration: 1s;
}

@keyframes added {
	
	0% {
		transform: scale(0);
	}

	50% {
		transform: scale(1.6);
	}

	100% {
		transform: scale(1);
	}

}

#header .secondary .menu {
	margin-left: 0px;
	border: none;
	color: var(--main);
	gap: 8px;
}

#header .secondary .menu::before,
#header .secondary .menu::after {
	content: '';
}

#header .secondary .menu span,
#header .secondary .menu::before,
#header .secondary .menu::after {
	width: 100%;
	height: 2px;
	background-color: currentcolor;
}

.pop.items-list {
	width: 400px;
	height: auto;
	background-color: white;
	border: 2px solid var(--grey-100);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transform: translateX(20%);
	transition: var(--transition-500);
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.49);
	box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.49);
}

.pop.items-list.active {
	transform: none;
	opacity: 1;
	pointer-events: all;
}

.pop.items-list .close {
	font-size: var(--size-600);
	color: var(--grey-300);
	transition: var(--transition-400);
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
}

.pop.items-list .close:hover {
	color: var(--grey);
	transform: scale(1.2);
}

.pop.items-list .cart_title {
	color: var(--grey-300);
	background-color: var(--grey-100);
	padding: var(--padding-30);
	padding-top: var(--padding-40);
	gap: 10px;
	position: relative;
}

.pop.items-list .cart_title .h3 {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
}

.pop.items-list .cart_title a {
	font-size: var(--size-300);
	font-weight: var(--weight-300);
	color: white;
}

.pop.items-list .articles {
	padding: var(--padding-30);
	gap: 20px;
	overflow-y: scroll;
}

.pop.items-list article {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--grey-100);
	position: relative;
}

.pop.items-list article:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.pop.items-list article figure {
	min-width: 75px;
	max-width: 75px;
	height: 75px;
	border: 2px solid var(--grey-100);
}

.pop.items-list article figure.image_logo {
	min-width: 25px;
	max-width: 25px;
	height: fit-content;
	border: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 5px;
	left: 5px;
}

.pop.items-list article figure.image_logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pop.items-list article p {
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: var(--weight-400);
	line-height: 1.2;
}

.pop.items-list article p a {
	font-size: 16px;
	font-weight: var(--weight-400);
}

.pop.items-list article span {
	color: var(--grey-300);
}

.pop.items-list .check {
	padding: 20px 30px;
	display: flex;
	justify-content: end;
	align-items: center;
	border-top: 2px solid var(--grey-100);
}

.pop.items-list .check a {
	width: 100%;
	text-align: center;
	font-size: var(--size-300);
	color: #fff;
}

#side-menu .menu a {
	color: black;
}

#side-menu .menu.mobile {
	display: none;
}

#side-menu .menu a:hover {
	color: var(--main);
}

#side-menu {
	width: 650px;
	min-height: 100vh;
	background-color: white;
	padding-block: var(--padding-100);
	padding-inline: var(--padding-80);
	opacity: 0;
	transform: translateX(50%);
	pointer-events: none;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 520ms ease;
}

#overlay {
	background-color: rgba(0 0 0 / 80%);
	opacity: 0;
	pointer-events: none;
	transition: all 320ms ease;
}

#overlay.active {
	opacity: 1;
	pointer-events: all;
}

.open #side-menu {
	transform: none;
	opacity: 1;
	pointer-events: all;
	transition: all 280ms ease;
}

#side-menu.active {
	opacity: 1;
}

#side-menu .logos {
	gap: var(--gap-30);
}

#side-menu .logos figure:first-child {
	width: 214px;
	height: auto;
	position: relative;
}

#side-menu .logos figure:nth-child(2) {
	width: 120px;
	height: auto;
}

#side-menu .menu,
#side-menu .news {
	gap: 10px;
	margin: 0;
	padding-block: var(--padding-40);
	border-bottom: 2px solid var(--grey-200);
	border-radius: 2px;
}

#side-menu .news {
	border: none;
}

#side-menu .news .h2 {
	font-size: var(--size-500);
	font-weight: var(--weight-600);
	color: var(--grey)
}

#side-menu .news .featured {
	gap: 15px 20px;
}

#side-menu article {
	display: flex;
	justify-content: flex-start;
	gap: var(--gap-20);
}

#side-menu article figure {
	width: fit-content;
}

#side-menu article img {
	aspect-ratio: 1 / 1;
	width: 100px;
}

#side-menu article h2 {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	color: var(--grey);
	padding-bottom: 5px;
}

#side-menu article span {
	font-size: var(--size-400);
	font-weight: var(--weight-300);
	color: var(--grey-300)
}

#side-menu .social {
	gap: var(--gap-40);
}

#side-menu .social a {
	color: var(--grey-300);
	transition: var(--transition-400);
}

#side-menu .social a:hover {
	color: var(--main);
}

#side-menu .social {
	padding-block: var(--padding-40);
}

#side-menu #close {
	position: absolute;
	top: var(--padding-50);
	left: var(--padding-80);
	transform: translateY(-50%);
}

#side-menu #close::before {
	content: '';
	width: 28px;
	height: 2px;
	position: absolute;
	top: 13px;
	left: 0;
	background-color: var(--main);
	transform: rotate(45deg);
}

#side-menu #close::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 13px;
	width: 28px;
	height: 2px;
	background-color: var(--main);
	transform: rotate(-45deg);
}

#side-menu .partners {
	gap: 30px;
}

#side-menu .partners figure {
	width: auto;
	height: 40px;
	position: relative;
}

#side-menu .partners figure:first-child::after {
	content: '';
	position: absolute;
	right: -15px;
	height: 100%;
	width: 1px;
	background-color: var(--grey-200);
}

#menu > div {
	min-width: 420px;
	padding-right: 5%;
	height: calc(100% - 100px);
	background-color: #fff;
	transform: translateX(100%);
	transition: var(--transition-500);
	top: 100px;
}

#menu.active > div {
	transform: translateX(0%);
}

#menu {
	width: 40px;
	height: 38px;
	padding: 0;
	border: 0;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: -6px;
}

#header #menu span,
#header #menu::before,
#header #menu::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--grey-300);
	transition: all 280ms ease;
	position: absolute;
	right: 0;
}

.active_menu #header #menu span,
.active_menu #header #menu::before,
.active_menu #header #menu::after {
	width: 25px;
}

#header #menu::before,
#header #menu::after {
	background-color: var(--grey-300);
}

#header #menu span {
	margin-top: -1px;
	transition: all 280ms ease;
	top: 50%;
}

#header #menu::before {
	top: 9px;
}

#header #menu::after {
	bottom: 9px;
}

#header #menu {
	cursor: pointer;
}

/* Hero */

#hero {
	padding: 0 10px;
}

#hero.small {
	height: auto;
}

#hero.small > div {
	padding-top: var(--space-30);
	padding-bottom: var(--space-30);
}

#hero.big {
	height: 250px;
}

#hero figure {
	background-color: var(--main);
}

#hero figure img {
	mix-blend-mode: multiply;
	opacity: 0.5;
}

#hero p {
	font-weight: 600;
	text-align: center;
	line-height: inherit;
	margin-top: 12px;
}

#breadcrumbs {
	font-size: 12px;
	white-space: nowrap;
	overflow-x: auto;
	height: 30px;
}

#breadcrumbs span {
	margin-right: 4px;
	line-height: 1.2;
	display: inline-block;
}

#breadcrumbs span:last-child {
	margin-right: 0;
}

#breadcrumbs span:not(:last-child)::after {
	content: '';
	width: 3px;
	height: 3px;
	margin-left: 5px;
	border-top: 1px solid var(--grey-300);
	border-right: 1px solid var(--grey-300);
	transform: translateX(-1px) translateY(-2px) rotate(45deg);
	display: inline-block;
}

/* Home */

.home #hero,
.home #banner > div {
	height: 700px;
	margin-bottom: var(--margin-20);
	background-color: var(--main);
}

.home #hero nav {
	width: 100%;
	height: 50px;
	border-top: 1px solid #fff;
	background: linear-gradient(to top, rgb(0 0 0 / 80%), transparent);
	bottom: 0;
	left: 0;
}

.home #hero nav a {
	width: 100%;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: var(--size-400);
	font-weight: var(--weight-400);
	text-align: center;
	opacity: .5;
	transition: var(--transition-400);
}

.home #hero nav a.active,
.home #hero nav a:hover {
	opacity: 1;
}

.home #hero nav a:last-child {
	border-right: none;
}

.home #hero nav .marker {
	height: 100%;
	background: var(--main);
	pointer-events: none;
	opacity: .5;
	transition: var(--transition-600);
	position: absolute;
	top: 0;
	left: 0;
}

.home #banner .info .links a::after {
	display: none;
}

.home #banner .inclinado {
	width: 400px;
  	clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
}

.home #banner .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home #banner .swiper-slide img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.home #banner .botones {
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 80px;
	display: flex;
	gap: 50px;
	width: 120px;
}

.home #banner .botones > div{
	color: white;
	width: 40px;
	height: 40px;
	border: 1px solid white;
	border-radius: 200px;
	font-size: 20px;
}

.home #banner .botones > div:after{
	font-weight: 700;
	font-size: 20px;
}

.swiper-button-prev::after {
	margin-left: -2px;
}

.swiper-button-next::after {
	margin-right: -4px;
}

.home #banner .botones > div:hover{
	background-color: var(--main);
}

.home section {
	padding-bottom: var(--padding-120);
}

.home #banner {
	padding-top: 0;
}

section .big-title {
	line-height: 0.7;
	font-weight: var(--weight-900);
	font-size: var(--size-2000);
	text-transform: uppercase;
	opacity: .2;
	margin-bottom: -1	.5%;
	z-index: -1;
}

section .title {
	gap: 20px;
}

section .title > span {
	font-size: var(--size-400);
	font-weight: var(--weight-300);
	font-style: italic;
	color: #333;
}

section .title > span.color-white {
	color: white;
}

section .title.mid span::after {
	content: '';
	display: inline-block;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 1px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: var(--grey);
	background-color: var(--grey);
}

section .title > span::before {
	content: '';
	display: inline-block;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 1px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: var(--grey);
	background-color: var(--grey);
}

section .title > span.color-white::before {
	background-color: white;
}

section .title .h3 {
	font-size: var(--size-700);
	font-weight: var(--weight-600);
	line-height: 1.2;
	padding-bottom: var(--padding-10);
	color: black;
}

section .title .h3.color-main {
	color: var(--main);
	font-size: var(--size-600);
}

section .title .h3.color-white {
	color: white;
	font-size: var(--size-600);
}

.white-button {
	width: fit-content;
	font-size: var(--size-300);
	font-weight: var(--weight-700);
	color: white;
	background-color: var(--main);
	border-radius: 50vw;
	padding: 15px 30px;
	color: white;
	background-color: transparent;
	border: 1px solid white;
}

.white-button::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 900;
	display: inline-block;
	transform: translateY(1px);
	margin-left: 15px;
	transition: all 320ms ease;
}

.blue-button {
	width: fit-content;
	font-size: var(--size-300);
	font-weight: var(--weight-700);
	color: var(--main);
	background-color: var(--main);
	border-radius: 50vw;
	padding: 15px 30px;
	background-color: transparent;
	border: 1px solid var(--main);
}

.blue-button::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 900;
	display: inline-block;
	transform: translateY(1px);
	margin-left: 15px;
	transition: all 320ms ease;
}

.blue-button:hover {
	box-shadow: 0 0 0 2px var(--grey-100), 0 0 0 3px var(--main);
}

.white-button:hover {
	box-shadow: 0 0 0 2px var(--main), 0 0 0 3px white;
}

.button_plus {
	width: fit-content;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px;
	gap: 0;
	font-size: var(--size-300);
	font-weight: var(--weight-700);
	color: var(--main);
	border: 1px solid var(--main);
	border-radius: 50vw;
	transition: var(--transition-400)
}

.button_plus:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 3px var(--main);
}

.button_plus i {
	display: none;
}

.orange-btn {
	width: fit-content;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px;
	gap: 0;
	font-size: var(--size-300);
	font-weight: var(--weight-700);
	color: white;
	background: var(--orange);
	border: 1px solid var(--orange);
	border-radius: 50vw;
	transition: var(--transition-400);
}

.orange-btn:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 3px var(--orange);
}

.button_plus span {

	/*max-width: 0;
	width: fit-content;
	overflow: hidden;
	white-space: nowrap;*/
	transition: var(--transition-400);
	transition-delay: 0ms;
}

.button {
	width: fit-content;
	font-size: var(--size-300);
	font-weight: var(--weight-700);
	color: white;
	background-color: var(--main);
	border-radius: 24px;
	padding: 15px 30px;
	transition: var(--transition-400);
}

.button::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 13px;
	font-weight: 900;
	display: inline-block;
	transform: translateY(1px);
	margin-left: 15px;
	transition: all 320ms ease;
}

.button:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 4px #016fb7;
}

.botton-simple{
	width: fit-content;
	font-size: var(--size-300);
	font-weight: var(--weight-700);
	color: white;
	background-color: var(--main);
	border-radius: 24px;
	padding: 10px 25px;
	transition: var(--transition-400);
}

.botton-simple:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 4px #016fb7;
}

#our_solutions > div {
	gap: var(--gap-60);
}

#our_solutions .title .h3 {
	width: 60%;
}

#clients > div {
	gap: var(--gap-40);
}

#clients .my_clients {
	gap: 1px;
}

#clients .my_client{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: var(--padding-40) var(--padding-40);
	cursor: pointer;
}

#clients .my_client img{
	width: 135px;
	height: auto;
	opacity: 0.75;
	filter: grayscale(1);
	transition: var(--transition-400);
}

#clients .my_client:hover img{
	filter: grayscale(0);
	opacity: 1;
}

#air {
	padding-top: var(--padding-50);
}

#our_help {
	bottom: 0;
	padding-block: var(--padding-120);
	margin-bottom: var(--padding-120);
}

#our_help .title {
	margin-bottom: var(--gap-60);
}

#our_help figure,
#air figure {
	height: 300px;
	transition: var(--transition-700);
	overflow: hidden;
}

#our_help .row-2 figure {
	border-top: 1px solid white;
}

#our_help figure img,
#air figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#our_help figure:not(:last-child),
#air figure:not(:last-child) {
	object-fit: cover;
	border-right: 1px solid white;
}

#our_help figure::before,
#air figure::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 1;
}

#our_help figure.active,
#air figure.active {
	opacity: 1;
}

#our_help figcaption,
#air figcaption {
	padding: var(--padding-50);
	z-index: 1;
}

#our_help figcaption i,
#air figcaption i {
	font-size: 18px;
	color: white;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid white;
	border-radius: 100%;
}

#our_help figure .h3,
#air figure .h3 {
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	color: white;
	margin-bottom: 10px;
	transition: var(--transition-500);
}

#air figure.active .h3 {
	font-size: var(--size-700);
}

#our_help figcaption > div,
#air figcaption > div {
	transform: translateY(10px);
	opacity: 0;
	pointer-events: none;
	transition: var(--transition-500);
	transition-delay: 500ms;
}

#our_help figure.active,
#air figure.active {
	flex: 1 1 auto;
}

#our_help figure.active figcaption > div,
#air figure.active figcaption > div {
	transform: none;
	opacity: 1;
}

#our_help .title p {
	width: 50%;
	font-size: var(--size-400);
	font-weight: var(--weight-300);
	color: #000;
}

#our_help figure p {
	color: white;
}

#air p {
	width: 70%;
	font-size: var(--size-400);
	font-weight: var(--weight-300);
	color: #ffffff;
}

#compromise_intro figure {
	width: 120px;
	height: auto;
}

#compromise_intro .area:not(:last-child) {
	border-bottom: 2px solid var(--grey-100);
}

#compromise_intro .area {
	cursor: pointer;
	margin-left: var(--space-20);
}

#compromise_intro .area .content {
	display: none;
}

#compromise_intro .areas > div {
	position: relative;
	border-left: 2px solid var(--grey-100);
}

#compromise_intro .areas > div::after {
	content: '';
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%) rotate(45deg);
	background: linear-gradient(45deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	left: 0;
	top: 50%;
}

#compromise_intro .area.active .h3 {
	color: var(--main);
}

#compromise_intro .area i,
#compromise_intro .area .h3 {
	transition: all 320ms ease;
}

#compromise_intro .area.active i {
	transform: rotate(225deg);
	transform-origin: center center;
	color: var(--main);
}

#we .h2 {
	color: var(--light-blue);
}

/*#we .title a.button_plus,
#goals .title a.button_plus {
width: 46px;
}*/

/*#we a.button_plus:hover {
gap: 10px;
width: 135px;
}*/

#goals a.button_plus {
	color: var(--green);
	border: 1px solid var(--green);
}

/*#goals a.button_plus:hover {
gap: 10px;
width: 185px;
}*/

/*#we a.button_plus:hover span {
max-width: 200px;
}

#goals a.button_plus:hover span {
max-width: 250px;
}*/


#we .title,
#logros .w-33 {
	padding-left: var(--padding-50);
}

/* Slider */
.slider .grid {
	width: 152%;
	column-gap: var(--gap-50);
	margin-left: -52%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide .play {
	font-size: 20px;
	font-weight: 900;
	width: 40px;
	height: 40px;
	color: white;
	background-color: var(--main);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%) scale(1);
	transition: all 280ms ease;
}

.LogoSwiper .swiper-wrapper {
	align-items: center;
}

.LogoSwiper .swiper-slide img {
	max-height: 100px;
	max-width: 150px;
	object-fit: contain;
}

.slider .swiper-pagination {
	grid-column: 1/-1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
	margin-top: 25px;
	position: static;
	z-index: 5;
}

.swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: var(--size-300);
	font-weight: var(--weight-600);
	color: var(--main);
	background-color: var(--main-100);
	opacity: 1;
	transition: var(--trasition-400);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--main);
	color: white;
}

.company #intro #intro-gallery {
	height: 400px;
}

.company #success {
	padding-top: var(--padding-50);
}


#success {
	gap: var(--gap-40);
}

#success .clients {
	gap: 1px;
}

#success .client.small {
	width: calc((100%/4) - 10px);
	height: 250px;
	transition: var(--transition-500);
}

#success .client.big {
	width: calc(25% - 10px);
	height: 250px;
	grid-column: span 3;
	transition: var(--transition-500);
}

#success .client .bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgb(0, 0, 0, .6);
}

#success .logo {
	overflow: hidden;
}

#success .logo img {
	width: auto;
	height: 100%;
	object-fit: none;
	padding-inline: 20px;
	filter: invert(1);
	opacity: .25;
}

#success .logo figcaption {
	width: 60%;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	font-size: var(--size-400);
	color: white;
	padding: var(--padding-30);
}

#success .logo::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--grey-100);
	transition: var(--transition-600);
}

#success .client .view {
	color: white;
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 10px;
	padding: var(--padding-20);
}

#success .client .view i {
	font-size: var(--size-500);
}

#success .client .view i.fa-file-lines {
	font-size: 20px;
}

#success .client .view:hover {
	opacity: 0.5;
}

#success .client.small.active,
#success .client.big.active {
	width: calc(50% - 1px);
	z-index: 3;
}

#success .client.small.active .logo {
	justify-content: flex-start;
}

#success .client.small.active .logo img {
	opacity: 1;
	filter: invert(0);
}

#success .client.small.active .logo::after {
	opacity: 0;
}

#success .client.small.active .logo figcaption {
	right: 0;
}

#success .client.active .view {
	z-index: 4;
}

#solutions {
	gap: var(--gap-40);
	padding-bottom: 0;
}

#solutions .box {
	height: 875px;
}

#solutions .big-title {
	color: var(--light-blue);
	opacity: .2;
}

#solutions .box::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

#solution .service i {
	font-size: var(--size-700);
	font-weight: var(--weight-900);
	line-height: .8;
	color: var(--green-200);
}

#service .service i {
	font-size: var(--size-700);
	font-weight: var(--weight-900);
	line-height: .8;
	color: var(--main);
}

/*#success a.button_plus:hover {
width:  120px;
gap: 10px;
}

#success a.button_plus:hover span {
max-width: 120px;
}*/
#solutions figure {
	z-index: -1;
}

#solutions article {

	/* position: relative; */
	background: linear-gradient(to top, rgb(2 38 62 / 100%) 0%, rgb(0 0 0 / 30%) 60%, rgb(0 0 0 / 0%) 100%);
	transition: var(--transition-600);
}

#solutions .box figure::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: 1;
	background-color: #006eb7;
	mix-blend-mode: multiply;
	transition: all 320ms ease;
	z-index: 2;
}

#solutions article.active figure::before {
	opacity: 1;
}

#solutions article.active {

	/* background: linear-gradient(to top, rgb(2 38 62 / 100%) 0%, rgb(0 0 0 / 70%) 60%, rgb(0 0 0 / 70%) 100%); */
}

#solutions article:not(.active) .info {
	opacity: 0.5;
}

#solutions .info {
	height: 100%;
	border-left: 1px solid #fff;
	padding: var(--padding-80) var(--padding-40);
}

#solutions .info p {
	height: fit-content;
	max-height: 0;
	font-weight: 500;
	overflow: hidden;
	transition: var(--transition-400);
}

#solutions article.active .info p {
	max-height: 200px;
}

#solutions article figure {
	opacity: 0;
	transition: var(--transition-700);
}

#solutions article.active figure {
	opacity: 1;
}

#solutions .box .h3 {
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	color: white;
	margin-bottom: 15px;
}

#solutions .info a {
	width: fit-content;
	border: 2px solid white;
	border-radius: 50vw;
	padding: 10px 11px;
	transition: var(--transition-400);
	transition-delay: 0ms;
}

#solutions .active .info a {
	padding: 10px 25px;
	transition-delay: 280ms;
}

#solutions a i {
	transition: var(--transition-400);
	transition-delay: 0ms;
}

#solutions .active a i {
	margin-right: 10px;
	transition-delay: 280ms;
}

#solutions .box p,
#solutions .box span,
#solutions .box a i {
	color: white;
}

#solutions .box span {
	max-width: 0;
	width: fit-content;
	overflow: hidden;
	white-space: nowrap;
	transition: var(--transition-400);
	transition-delay: 0ms;
}

#solutions .box .active span {
	max-width: 120px;
	transition-delay: 280ms;
}

#create article {
	width: 100%;
	gap: var(--gap-20);
}

#create .grid h3 {
	color: var(--grey);
}

#create article i,
#create article .icon {
	font-size: var(--size-600);
	width: 80px;
	height: 80px;
	background-color: var(--main-200);
	border-radius: 100%;
	color: var(--main);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 320ms ease;
}

#create article .icon {
	font-size: var(--size-600);
	width: 80px;
	height: 80px;
	background-color: var(--main-100);
	border-radius: 100%;
	color: var(--main);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 320ms ease;
}

#create article .icon svg {
	height: 30px;
	width: auto;
	transition: all 320ms ease;
}

#solution .button_plus:hover {
	width: 180px;
	gap: 10px;
}

#solution .button_plus:hover span {
	max-width: 140px;
}

#sustainable,
.sustainability #goals {
	background-color: var(--green-100);
	padding-block: var(--padding-120);
	margin-bottom: var(--padding-120);
}

#sustainable .title {
	padding-left: var(--padding-50);
}

#sustainable .h2 {
	color: var(--green);
}

#sustainable .title .button_plus {
	color: var(--green);
	border: 1px solid var(--green);
}

#sustainable .quantities {
	gap: var(--gap-50);
}

#sustainable .quantities span {
	font-size: var(--size-1250);
	font-weight: var(--weight-900);
}

#sustainable .quantities p {
	font-size: var(--size-600);
	font-weight: var(--weight-600);
}

#sustainable .title a.button:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 4px var(--green);
}

#sustainable .quantities .invoice {
	max-width: 330px;
	padding: var(--padding-60) var(--padding-25);
	background-color: white;
}

#sustainable .quantities .kgs {
	max-width: 525px;
	min-height: 566px;
	padding: var(--padding-25);
}

#sustainable .quantities .invoice > * {
	color: var(--green);
}

#sustainable .quantities .kgs > * {
	color: white;
	z-index: 1;
}

#sustainable .kgs figure::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0.20) 60%, rgba(255, 255, 255, 0) 100%);
	z-index: 1;
}

#sustainable .button {
	background-color: var(--green);
}

.cta {
	padding-bottom: 0;
}

/*.cta .button_plus:hover {
width: 180px;
gap: 10px;
}*/

/*.cta .button_plus:hover span {
max-width: 140px;
}*/

.cta.right,
.cta.left {
	padding-top: var(--padding-160);
}

.cta.right.color,
.cta.left.color {
	margin-bottom: var(--padding-160);
}

.cta.right.white,
.cta.left.white {
	padding-top: 0;
}

#cta_3.color {
	margin-bottom: 0;
}

#cta > div,
.cta > div,
#message > div {
	gap: var(--gap-80);
}

#cta .title,
.cta .title,
#message .title {
	padding-bottom: var(--padding-60);
}

.cta.full .title {
	padding-bottom: 0;
}

.cta .right figure {
	order: 2;
}

.cta.full > div,
#message > div {
	padding-block: var(--padding-120);
}

.cta.full figure::before,
#message figure::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: var(--main);
	mix-blend-mode: multiply;
	z-index: 1;
}

.cta.full .info,
#message .info {
	gap: 10px;
}

.cta.full .title span {
	color: #fff;
}

.cta.full .title span::before,
.cta.full .title span::after {
	background-color: #fff;
}

#message .h3 {
	padding-bottom: 10px;
}

#message .h3,
.cta.full .title .h3 {
	font-size: var(--size-700);
	font-weight: var(--weight-600);
	color: #fff;
}

.cta.full p,
#message p {
	color: #ffff;
	text-align: center;
}

.bg-yellow p {
	color: black;
}

#eco {
	padding-block: var(--padding-120)
}

#news > div {
	gap: var(--gap-40);
	padding-block: 0;
}

#news .news {
	gap: var(--gap-30);
}

/*#news .news article .info a:hover,
.looking article .info a:hover {
width: 135px;
gap: 10px;
}*/
#news .news article .info a:hover span,
.looking article .info a:hover span {
	max-width: 70px;
}

#news .news figure,
.examples article figure,
.looking .news article figure,
.looking .tutorials article figure {
	max-height: 350px;
	min-height: 350px;
	z-index: 2;
	overflow: hidden;
}

#news .news figure img,
.examples article figure img,
.looking .news figure img,
.looking .tutorials figure img {
	height: 100%;
	transition: var(--transition-400);
}

#news .news figure:hover img,
.examples article figure:hover img,
.looking .news figure:hover img,
.looking .tutorials figure:hover img {
	transform: scale(1.1);
}

#news .news article {
	gap: var(--gap-20);
	background: var(--grey-100);
}

.looking .news article {
	background: var(--grey-100);
}

#news .title .h2 {
	max-width: 600px;
	font-size: var(--size-700);
	font-weight: var(--weight-600);
}

#news .news .title .h2,
.looking .news .title .h2 {
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-30);
}

#news .news .button,
.looking .news .button {
	color: var(--main);
	border: 1px solid var(--main);
	background-color: transparent;
}

#news .info,
.looking .news .info {
	gap: var(--gap-30);
	padding: var(--padding-20);
}

#news .info .date,
.blog #posts .date,
.looking .news .info .date {
	font-size: var(--size-400);
	font-weight: var(--weight-300);
	color: var(--grey);
	margin-bottom: 10px;
}

#news .info .h3 a,
.looking .news .info .h3 a {
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	color: black;
}

#news .info .h3 a:hover,
.looking .news .info .h3 a:hover {
	color: var(--main);
}

#help {
	padding-bottom: 0;
	border-top: 1px solid var(--grey-200);
}

#help > div > div:not(:last-child) {
	border-right: 1px solid var(--grey-200);
}

#help .h2 {
	padding: var(--padding-30) var(--padding-40);
	border-bottom: 1px solid var(--grey-200);
	font-size: var(--size-400);
	font-weight: var(--weight-600);
}

#help .social > div {
	padding: var(--padding-30) var(--padding-40);
}

#help .info > div {
	padding: var(--padding-60) var(--padding-30) var(--padding-40);
}

#help .info .h3 {
	font-size: var(--size-700);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-20);
}

#help .info a {
	font-size: var(--size-400);
	gap: var(--gap-20);
}

#help .info a:not(:last-child) {
	margin-bottom: 20px;
}

#help .info a span {
	color: var(--grey);
}

#help .social a,
#footer .newsletter .links a {
	font-size: var(--size-400);
	width: 50px;
	height: 50px;
	background-color: #90BDE433;
	border-radius: 100%;
}

#footer .newsletter .links a:hover {
	color: var(--main-200);
}

#help .social .net {
	gap: var(--gap-20);
}

#help .social .net span {
	color: var(--grey);
	font-size: var(--size-400);
	font-weight: var(--weight-300);
}

#delegations {
	background-color: var(--grey-100);
	padding-block: var(--padding-120);
	margin-bottom: var(--padding-120);
}

#delegations .location {
	gap: var(--gap-80);
}

#delegations .map {
	max-height: 670px;
	width: auto;
}

#delegations .map a {
	opacity: .5;
	transform-origin: 50% 50%;
	transform-box: fill-box;
	transition: var(--transition-500)
}

#delegations .map a.hover {
	transform: scale(1.3);
	opacity: 1;
}

#delegations .offices {
	gap: var(--gap-20);
	padding-right: 5%;
}

#delegations .office {
	padding-left: 30px;
}

#delegations .office .title {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	color: var(--grey);
	padding-block: 17px;
	border-bottom: 1px solid var(--grey);
	cursor: pointer;
}

#delegations .office.active .title {
	color: var(--main);
}

#delegations .office.hover .title {
	color: var(--main);
}

#delegations .office .title::before {
	content: '\f3c5';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	left: -30px;
	bottom: 0;
	margin-bottom: 15px;
}

#delegations .office .content {
	margin-bottom: 10px;
}

#delegations .office .content p:first-of-type {
	font-weight: var(--weight-600);
}

#delegations .office .content p {
	margin-bottom: 0;
}

#delegations .office .call a {
	color: var(--grey);
	font-style: italic;
}

#delegations .office .content p a:hover {
	color: var(--main)
}

#delegations .office .content a.follow {
	width: 125px;
	color: var(--main);
}

#delegations .office .content a.follow::after {
	content: url('images/arrow.svg');
	margin-left: 5px;
}

#delegations .office .content {
	display: none;
}

#delegations .office.active .content {
	display: block;
	margin-top: 5px;
}

#delegations .certification {
	padding-top: var(--padding-30);
}

#delegations .certification img {
	width: auto;
}

/* Quality */
#quality_policy nav {
	border: 2px solid var(--grey-100);
	height: fit-content;
	border-right: none;
	top: 100px;
}

#quality_policy nav span {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	color: var(--grey);
	cursor: pointer;
	padding: var(--padding-30) var(--padding-25);
	border-bottom: 2px solid var(--grey-100);
	transition: var(--transition-400);
}

#quality_policy nav span:hover,
#quality_policy nav span.active {
	color: var(--main);
	background-color: var(--grey-100);
}

#quality_policy nav span:last-child {
	border-bottom: none;
}

#quality_policy .w-70 {
	padding: var(--padding-30) var(--padding-30) var(--padding-50);
	border: 2px solid var(--grey-100);
}

#quality_policy nav span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -3px;
	width: 30px;
	height: 30px;
	transform: translate(50%, -50%) rotate(45deg);
	background-color: white;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition-400);
}

#quality_policy nav span.active::after {
	opacity: 1;
}

/*Items lists*/

#itemsList article {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--grey-100);
	position: relative;
}

#itemsList article:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#itemsList article figure {
	min-width: 75px;
	max-width: 75px;
	height: 75px;
	border: 2px solid var(--grey-100);
}

#itemsList article figure.image_logo {
	min-width: 25px;
	max-width: 25px;
	height: fit-content;
	border: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 5px;
	left: 5px;
}

#itemsList article figure.image_logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#itemsList article p {
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: var(--weight-400);
	line-height: 1.2;
}

#itemsList article p a {
	font-size: 16px;
	font-weight: var(--weight-400);
}

#itemsList article span {
	color: var(--grey-300);
}

#itemsList .check {
	padding: 20px 30px;
	display: flex;
	justify-content: end;
	align-items: center;
	border-top: 2px solid var(--grey-100);
}

._form_4 ._inline-form ._form-content{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

._form_4 ._inline-form input{
	color: var(--main);
	border-bottom: 1px solid var(--grey);
}

._form_4 textarea[name="field[24]"] {
	display: none;
}

._form_4 ._inline-form button[type="submit"] {
	color: var(--main) !important;
	border: 2px solid var(--main) !important;
}

._form_4 ._inline-form button[type="submit"]:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 3px var(--main);
}

._form_4 ._inline-form ._button-wrapper._full_width{
	width: 100%;
	text-align: center;
}

._form_4 fieldset{
	margin-top: 20px;
}

._form_4 fieldset .row::first-child{
	display: none;
}

._form_4 fieldset input{
	width: auto;
}

._form_11 fieldset{
	margin-top: 20px;
}

._form_11 fieldset .row::first-child{
	display: none;
}

._form_11 fieldset input{
	width: auto;
}


/* Casos de Éxito */
#success {
	gap: var(--gap-40);
}

.examples,
.looking .tutorials .grid,
.looking .news .grid {
	gap: var(--gap-40) var(--gap-30);
}

.examples article,
.looking .tutorials article {
	background-color: var(--grey-100);
}

.examples article .info,
.looking .tutorials article .info {
	padding: var(--padding-20);
	gap: var(--gap-30);
}

.examples article .info i,
.looking .tutorials article .info i {
	font-size: 14px;
}

.examples h2 a,
.looking .tutorials h2 a {
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	color: black;
}

.examples h2 a:hover,
.looking .tutorials h2 a:hover {
	color: var(--main);
}

#gallery .gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-auto-flow: dense;
	gap: 10px;
}

#gallery .gallery figure:nth-child(6n+3) {
	grid-column: 3 / span 2;
}

#gallery .gallery figure:nth-child(6n+4) {
	grid-column: 1 / span 2;
}

#gallery .gallery figure {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.client #numbers {
	gap: var(--gap-40);
}

.client #numbers > div:first-child {
	background-color: white;
}

#video .video {
	position: relative;
}

#video .video::after {
	position: absolute;
}

.post #numbers {
	gap: 0;
} 

/* FAQ */
#FAQ {
	gap: var(--gap-60);
}

#FAQ .questions {
	gap: var(--gap-30)
}

#FAQ .question {
	border-bottom: 1px solid var(--grey-200);
}

#FAQ .question .faq_title {
	padding-bottom: 15px;
	cursor: pointer;
	line-height: 24px;
}

#FAQ .question .faq_title:hover h3 {
	color: var(--main);
}

#FAQ .question .plus {
	width: 25px;
	height: 25px;
	position: relative;
	transition: all 280ms ease;
}

#FAQ .question .plus::before,
#FAQ .question .plus::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 5px;
	width: 15px;
	height: 2px;
	background-color: var(--main);
}

#FAQ .question .plus::before {
	transform: rotate(90deg);
}

#FAQ .question.active .plus {
	transform: rotate(225deg);
}

#FAQ .question .faq_title .h3 {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	color: var(--grey);
	padding-bottom: 5px;
	transition: color 280ms ease;
}

#FAQ .question.active .h3 {
	color: var(--main);
}

#FAQ .question .content {
	padding-bottom: 20px;
}

#FAQ .question .content p {
	color: var(--grey)
}

#FAQ .question:not(:first-child) .content {
	display: none;
}

/* Formularios */

.wpcf7-form {
	position: relative;
}

.wpcf7-form label {
	margin: 20px 20px 10px 0;
	display: inline-block;
	color: var(--grey-300);
}

.wpcf7-form select {
	width: 100%;
	background-color: #f5f5f5;
	border: 1px solid #000;
	padding: 14px;
	margin-bottom: 20px;
}

/* Buzón de sugerencias */

section#buzon {
	padding-bottom: var(--padding-120);
	padding-top: var(--padding-120);
}

#wpcf7-f7560-o1{
	position: relative;
}

.botonanonimo {
	display: flex;
	justify-content: end;
}

.botonanonimo label {
	margin: 0;
}

.botonanonimo input {
    display: none;
}

.botonanonimo input + .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: bold;
	color: var(--main);
	border: 1px solid var(--main);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.3s;
}

.botonanonimo input:checked + .wpcf7-list-item-label,
.botonanonimo .wpcf7-list-item-label:hover {
    background-color: var(--main);
    color: white;
}

/*Vacantes*/

#wpcf7-f3554-p1141-o1{
	margin-bottom: 25px;
	position: relative;
	max-width: 100%;
}

.wpcf7 .fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wpcf7 input, .wpcf7 textarea{
	width: 100%;
	padding-block: 15px !important;
	color: var(--main);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--grey);
}

.wpcf7 input[type="submit"] {
	color: white;
	border: 2px solid var(--main) !important;
	max-width: 250px;
	width: auto;
}

.wpcf7 input[type="submit"]:disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.2;
}

.wpcf7 input[type="submit"]:hover {
	cursor: pointer;
	box-shadow: 0 0 0 2px white, 0 0 0 3px var(--main);
}

.wpcf7 .fields span[data-name="cv"] {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.wpcf7 .fields span[data-name="cv"] input[type="file"] {
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	padding-block: 0 !important;
}

.wpcf7 .fields span[data-name="cv"]::before {
	content: 'CV en PDF';
	display: block;
	background: var(--grey-200);
	padding: 10px 20px;
	outline: none;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	color: var(--main);
	font-weight: bold;
}

.wpcf7 .fields span[data-name="cv"]:hover:before {
	cursor: pointer;
  background: var(--main);
  color: white;
}

.wpcf7 .last {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	gap: 20px;
}

.working .wpcf7 .last {
	display: flex;
	flex-direction: column;
}

.wpcf7 .wpcf7-list-item{
	margin: 0;
}

.wpcf7 .last .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
}

.wpcf7 .wpcf7-acceptance label{
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 5px;
}

.wpcf7 .wpcf7-acceptance label input{
	width: 20px;
	height: 20px;
}

.wpcf7 input.wpcf7-not-valid{
	border-bottom: 1px solid red;
}

.wpcf7 span.wpcf7-not-valid-tip{
	display: none !important;
}

.wpcf7 .wpcf7-response-output{
	border: none !important;
	background-color: var(--main-200) !important;
	padding: 10px 20px !important;
	border-radius: 5px !important;
	text-align: center !important;
	color: white !important;
	font-weight: bold !important;
}

/*General*/

._form_1 ._form-content > div{
	width: 100%;
}

._form-content ._html-code p{
	font-size: 13px;
	text-align: left;
	margin-bottom: 20px;
	color: var(--main);
}

._form_1 ._form-content ._x75227755 fieldset._form-fieldset{
	margin-bottom: 8px;
}

._form-content input{
	width: 100%;
	background-color: transparent;
	border: none;
	padding-block: 15px !important;
}

._form-content button[type="submit"] {
	width: fit-content;
	height: auto;
	font-size: var(--size-300);
	font-weight: var(--weight-400);
	background-color: transparent;
	margin: 0 0 0 auto;
	cursor: pointer;
	border-radius: 100px;
	padding: 10px 20px;
	transition: var(--transition-400);
}

._form-content input._has_error {
	border-bottom: 2px solid #f00 !important;
}

._form-content ._button-wrapper {
	width: 200px;
}

._form-content ._error._below,
._form-content ._clear-element{
	display: none !important;
}

._form-content fieldset {
	border: none;
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
}

._form-content fieldset div._error-inner._no_arrow._below{
	color: red;
	margin-bottom: 10px;
}


/*Newsletter*/

._form_1 ._form-content{
	display: inline-block;
	width: 100%;
}

._form_1 input{
	color: var(--main);
	border-bottom: 1px solid var(--grey);
}

._form_1 button[type="submit"] {
	color: var(--main) !important;
	border: 2px solid var(--main) !important;
}

._form_1 button[type="submit"]:hover {
	box-shadow: 0 0 0 2px white, 0 0 0 3px var(--main);
}

._form_1 fieldset .row::first-child{
	display: none;
}

._form_1 fieldset input{
	width: auto;
}

/*Contacto footer*/

._form_3 ._form-content{
	width: 70%;
	margin-top: 20px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

._form_3 input {
	color: #fff;
	border-bottom: 1px solid #fff;
}

._form_3 input::placeholder {
	color: #fff;
}

._form_3 button[type="submit"] {
	color: #fff;
	background-color: var(--main);
	border: 2px solid #fff;
	margin-top: 10px;
}

._form_3 button[type="submit"]:hover {
	box-shadow: 0 0 0 2px var(--main), 0 0 0 3px #fff;
}

._form_3 fieldset{
	margin-top: 20px;
	margin-bottom: 0;
	color: white;
}

._form_3 fieldset .row::first-child{
	display: none;
}

._form_3 fieldset input{
	width: auto;
}

/*Fin Formularios*/

/*Bloque Newsletter*/

#newsletter {
	padding-block: var(--padding-100);
}

#newsletter > div {
	gap: var(--gap-50)
}

#newsletter .h3 {
	min-width: 260px;
	font-size: var(--size-500);
	font-weight: var(--weight-300);
	padding-bottom: 0;
}

#newsletter .h3 span {
	font-size: var(--size-700);
	font-weight: var(--weight-700);
	color: var(--main);
}


/* Sources */

/*#sources article a.button_plus:hover {
width: 120px;
    gap: 10px;
}

#sources article a.button_plus:hover span {
max-width: 120px;
}*/

/* Sustainability */

#goals .data .number small.sign {
	font-size: var(--size-500);
}

.sustainability #ods .ods {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.sustainability #ods article span {
	font-size: var();
}

.sustainability #ods article {
	color: white;
}

/* Company */
.company section {
	padding-bottom: var(--padding-120)
}

.company section:last-child,
.environement section:last-child {
	padding-bottom: var(--padding-120);
}

#numbers .bg-grey {
	background-color: var(--grey-100);
}

#numbers article {
	min-height: 500px;
	gap: var(--gap-30);
	padding: var(--padding-60) var(--padding-60) var(--padding-80);
}

#numbers article:nth-child(2) {
	border-inline: 2px solid white;
}

#numbers .number {
	width: 200px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	opacity: 0;
	transition: all 280ms ease;
}

#numbers.show .number {
	opacity: 1;
}

#numbers .number .circles-text {
	height: fit-content;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

#numbers .number span {
	font-size: var(--size-750);
	font-weight: var(--weight-900);
	color: var(--main);
}

#numbers .number small {
	font-size: var(--size-600);
}

#numbers .info {
	gap: 10px;
	text-align: center;
}

#numbers .info .h2 {
	font-size: var(--size-600);
	font-weight: var(--weight-600);
}

.post #numbers {
	padding-bottom: 20px;
}

.post #numbers article {
	min-height: auto;
	gap: var(--gap-20);
	padding: var(--padding-30)var(--padding-30) 0 var(--padding-30);
}

.post  #numbers .number span {
	color: var(--green);
}

.timelineSwiper {
	padding-top: var(--space-80);
	border-top: 2px solid var(--light-blue);
}

#president blockquote {
	margin: 50px 0 0 0;
	padding-left: 50px;
	position: relative;
}

#president blockquote::before {
	content: '\f10d';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	font-size: 42px;
	color: var(--grey-200);
}

#president blockquote::after {
	content: '\f10e';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	right: -10px;
	bottom: 0;
	font-size: 42px;
	color: var(--grey-200);
}

#president blockquote p {
	font-size: 22px;
	font-style: italic;
}

#team .members {
	gap: 5px;
}

.member {
	width: calc(20% - 2px);
	height: 420px;
	margin-bottom: 2px;
	margin-right: 2px;
	transition: var(--transition-600);
	overflow: hidden;
	background-color: var(--grey-100);
}

.member.active {
	width: calc(40% - 2px);
}

.member.active .info {
	opacity: 1;
	pointer-events: all;
	left: 50%;
}

.member.active .info::before {
	content: '';
	width: 50px;
	height: 50px;
	transition: var(--transition-600);
	background-color: var(--grey-100);
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 3;
}

.member figure {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	background-color: var(--main-100);
	transition: var(--transition-600);
	z-index: 2;
}

.member figure img {
	height: 100%;
}

.member figure {
	width: 100%;
	transition: var(--transition-600);
}

.member.active figure {
	width: 50%;
}

.member .info {
	width: 50%;
	height: 100%;
	padding-inline: var(--padding-30);
	opacity: 0;
	pointer-events: none;
	transition: var(--transition-600);
	position: absolute;
	left: 0%;
}

.member .info span {
	font-size: var(--size-300);
	font-weight: var(--weight-300);
	color: var(--grey);
	padding-bottom: 5px;
}

.member .info .h3 {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-20);
}

.member .info p {
	font-size: var(--size-300);
}

#team .odoo {
	gap: var(--gap-20);
}

#team .network {
	gap: var(--gap-30);
}

#team .social,
#team .interview {
	gap: var(--gap-20);
}

#team .interview a,
#directives .interview a {
	font-weight: var(--weight-700)
}

#team .interview a::after,
#directives .interview a::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-size: 10px;
	font-weight: 900;
	display: inline-block;
	transform: translateY(-1px);
	margin-left: 8px;
	transition: all 320ms ease;
}

#team .network a,
#directives .network a {
	font-size: var(--size-300);
	color: var(--main-200);
	transition: var(--transition-400)
}

#team .network a:hover,
#directives .network a:hover {
	color: var(--main)
}

#family .families {
	display: grid;
	grid-template-columns: .85fr .15fr;
}

#family article {
	width: 100%;
}

#team .families article .info {
	width: 100%;
	height: fit-content;
	position: static;
	transform: none;
	opacity: 1;
}

#team .families img {
	aspect-ratio: 1 / 1;
	max-height: 340px;
}

#gallery .big-title.h2,
#logros .big-title.h2 {
	color: var(--light-blue);
	z-index: -1;
}

#gallery .info {
	background-color: var(--grey-100);
	padding-block: var(--padding-120);
}

#gallery .galleries {
	grid-auto-rows: 350px;
	gap: var(--gap-30);
}

#gallery .galleries figure::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgb(0 0 0 / 80%) 0%, rgb(0 0 0 / 30%) 60%, rgb(0 0 0 / 0%) 100%);
	z-index: 1;
}

#gallery .box_1 {
	grid-column: 1;
	grid-row: span 2;
}

#gallery .box_2 {
	grid-column: 2 / -1;
	grid-row: span 1;
}

#gallery .box_3 {
	grid-column: 2 / -1;
	grid-row: 2;
}

#gallery .box_4 {
	grid-column: 1 / -2;
	grid-row: 3;
}

#gallery .box_5 {
	grid-column: 3 / -1;
	grid-row: 3;
}

#gallery .box_6 {
	grid-column: span 2;
	grid-row: 4;
}

#gallery .box_7 {
	grid-column: span 2;
	grid-row: 5;
}

#gallery .box_8 {
	grid-row: span 2;
}

#team .title,
#gallery .title,
#numbers .title {
	padding-bottom: var(--padding-30);
}

#timeline .title .h2,
#gallery .title .h3,
#numbers .title .h2 {
	max-width: 500px;
	font-size: var(--size-700);
	font-weight: var(--weight-600);
}

#gallery .galleries .gallery-title {
	padding: var(--padding-30);
}

#team .title.center .h2 {
	max-width: 900px;
}

#gallery .galleries .gallery-title .h3 {
	width: 50%;
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	color: white;
}

#gallery .gallery-title a {
	color: white;
	width: 44px;
	height: 44px;
	border: 2px solid white;
	border-radius: 20px;
	padding: 10px 11px;
	transition: var(--transition-400);
}

#gallery .gallery-title a {
	gap: 10px;
}

#gallery .gallery-title a span {
	max-width: 0px;
	font-weight: var(--weight-600);
	overflow: hidden;
	transform: translateY(-1px);
	line-height: 1.2;
}

#gallery article:hover .gallery-title a {
	width: 135px;
}

#gallery article:hover .gallery-title a span {
	max-width: 75px;
}

#awards > div {
	gap: var(--gap-40);
}

#awards figure {
	background-color: #f9f9f9;
}

#awards figure:not(:last-child) {
	border: 2px solid white;
}

#awards .items {
	display: flex;
}

#awards .items figure {
	height: 300px;
	width: auto;
	opacity: .5;
}

#logros article:nth-child(3) {
	padding-bottom: var(--padding-120);
}

/* Compromiso */
.commitment section {
	padding-bottom: var(--padding-120);
}

.commitment #goals {
	padding-bottom: 0;
}

.commitment #goals {
	margin-bottom: var(--margin-125);
}

.commitment #goals > div {
	background-color: var(--grey-100);
}

#goals article {
	padding-inline: var(--padding-60);
	gap: var(--gap-30);
}

.sustainability #goals article {
	min-height: auto;
}

.sustainability #goals article {
	padding-top: 0;
	padding-bottom: 0;
}

#goals .data .number span {
	font-size: var(--size-1250);
	font-weight: var(--weight-900);
	color: var(--green);
}

#goals .data .number span small {
	font-size: 100%;
}

#goals .data .h2 {
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	color: var(--green);
}

#environement {
	padding-bottom: var(--padding-120);
}

#environement .last {
	padding-bottom: var(--padding-120);
}

#environement .big-title {
	color: var(--green);
	opacity: .2;
	z-index: -1;
}

#environement article .title {
	padding-left: var(--padding-120);
}

#environement article .title > * {
	max-width: 550px;
}

#environement .datas,
#optimized .datas,
#our_solutions .datas {
	padding-left: var(--padding-120);
	padding-block: var(--padding-80);
	gap: var(--gap-90);
}

.regular .datas {
	gap: 0;
}

#environement .data,
.data {
	gap: var(--gap-30);
}

#environement .data-img img {
	max-width: 620px;
}

#environement .data .number span {
	font-size: var(--size-800);
	font-weight: var(--weight-900);
	line-height: .8;
	color: var(--green);
	opacity: .2;
}

.regular .data .number {
	height: 80px;
}

.data .number i {
	font-size: var(--size-700);
	font-weight: var(--weight-900);
	line-height: .8;
	color: var(--green-200);
}

#environement .data:not(:last-child) .number::after,
.data:not(:last-child) .number::after {
	content: '';
	width: 2px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	background-color: var(--grey-100);
}

.sustainability .number::after {
	display: none;
}

.data:not(:last-child) .number::after {
	height: 0;
}

#environement .data .h3,
.data .h3 {
	font-size: var(--size-500);
	font-weight: var(--weight-600);
	padding-bottom: 10px;
}

#environement .data .content,
.data .content {
	font-size: var(--size-400);
	font-weight: var(--weight-300);
}

.looking #looking nav {
	padding-block: var(--padding-30);
	gap: var(--gap-90);
}

.looking nav span {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	color: var(--grey);
	cursor: pointer;
	transition: var(--transition-400);
}

.looking nav span:hover,
.looking nav span.active {
	color: black;
}

.looking nav marker {
	background-color: var(--grey);
	transition: var(--transition-500);
	height: 3px;
	bottom: -1px;
}

#quality_policy .box {
	display: none;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.6s ease 1 forwards;
}

#quality_policy .box.active {
	display: flex;
}

.regular #save .box.active {
	display: block;
}

#save .graphics {
	gap: var(--gap-30);
}

#save .graphics .h4 {
	font-size: var(--size-300);
	font-weight: var(--weight-900);
	color: var(--green);
}

#save .graphics > div {
	gap: var(--gap-10);
}

#save .graphics > div span {
	float: left;
	height: 16px;
	width: 100%;
	background-color: #1ab34f73;
	position: relative;
}

#save .graphics > div span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background-color: var(--green);
}

/* Aire comprimido */
#service ul li {
	padding-left: 20px;
	line-height: 1.4;
	color: var(--grey);
	margin-bottom: 15px;
	position: relative;
}

#service ul li::before {
	content: '\f105';
	color: var(--main);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: 0px;
}

#production .button_plus:hover,
#service .button_plus:hover {
	width: 135px;
	gap: 10px;
}

#production .button_plus:hover span,
#service .button_plus:hover span {
	max-width: 140px;
}

/* Trabaja con nosotros */

#work .job .content > *:not(:first-child) {
	display: none;
}

#work .working {
	min-height: 320px;
	height: fit-content;
	border: 2px solid var(--main);
	position: sticky;
	top: var(--space-120);
	left: 0;
}

.voices > div:nth-child(even) {
	margin-left: auto;
}

.voices > div:nth-child(even) figure {
	order: 1;
}

.voices figure {
	max-width: 200px;
}

/* Centro de recursos */
#source_filter select {
	min-width: 250px;
	height: 50px;
	border: 1px solid var(--grey-200);
	padding: 10px;
	appearance: none;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
	vertical-align: middle;
}

/* Search */
.looking .search {
	display: none;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.6s ease 1 forwards;
}

.looking nav {
	border-bottom: 2px solid  var(--grey-100);
}

.looking .search.active {
	display: flex;
}

.looking .searchs {
	padding-block: var(--padding-60);
}

/* Shop */

.product .stock.in {
	color: #addc76;
}

.product .stock.out {
	color: #f44336;
}

.product .stock i {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product .unit-price {
	padding: 10px 15px;
	border-radius: 50vw;
	border: 1px solid var(--main);
}

body.product .unit-price {
	cursor: help;
}

.product a.unit-price:hover {
	background-color: var(--main);
	color: white;
}

.product .unit-price tooltip {
	padding: 7px 15px;
	background-color: #333;
	border-radius: 50vw;
	color: white;
	font-size: 14px;
	white-space: nowrap;
	transform: translateX(-50%) translateY(calc(-100% - 20px));
	opacity: 0;
	pointer-events: none;
	transition: all 280ms ease;
	position: absolute;
	top: 0;
	left: 50%;
}

.product .unit-price:hover tooltip {
	opacity: 1;
	transform: translateX(-50%) translateY(calc(-100% - 10px));
}

.product .unit-price tooltip::after {
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg) translateX(-50%);
	background-color: #333;
	position: absolute;
	bottom: -7px;
	left: 50%;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block{
	margin-top: 30px;
}

#finalizar-compra #mensaje-envio-gratis{
	margin-top: 1rem;
	padding: 1rem;
	background: rgb(255, 243, 205);
	border: 1px solid rgb(255, 238, 186);
	border-radius: 4px;
	width: 100%;
	text-align: center;
}

#finalizar-compra .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
	font-size: 16px;
	width: 100%;
	margin-top: 8px;
	font-weight: bold;
}

div.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper,
div.wp-block-woocommerce-cart-order-summary-totals-block,
div.wc-block-components-totals-wrapper,
tr.wc-block-cart-items__row {
	border-left: 1px solid hsla(0,0%,7%,.11);
	border-right: 1px solid hsla(0,0%,7%,.11);
}

div.wc-block-components-totals-wrapper{
	border-bottom: 1px solid hsla(0,0%,7%,.11);
}

#finalizar-compra .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
#finalizar-compra table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{
	border: 1px solid var(--green-100);
}

#categories .grid,
#categories .even {
	gap: var(--gap-40);
}

#categories .even article {
	width: 100%;
	min-height: 320px;
}

#categories article {
	min-height: 320px;
	background-color: var(--grey-100);
}

#categories article header figure::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgb(2 38 62 / 100%) 0%, rgb(0 0 0 / 30%) 30%, rgb(0 0 0 / 0%) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

#categories article header figure img {
	height: 103%;
	transition: var(--transition-400);
}

#categories article header:hover img {
	transform: translateY(-3%);
}

#categories article header h2 {
	font-size: var(--size-500);
	font-weight: var(--weight-600);
	transition: var(--transition-400);
	transition-delay: 70ms;
	color: #fff;
	bottom: 30px;
	left: 30px;
}

#categories article h2 a {
	color: black;
}

#categories article header span:last-child {
	font-size: var(--size-300);
	font-weight: var(--weight-400);
	transform: translateY(50px);
	transition: var(--transition-400);
}

#categories article header:hover > div span {
	transform: translateY(0);
}

#categories .children {
	gap: var(--gap-10);
	padding: var(--padding-30);
}

#categories article .children > a {
	font-size: var(--size-400);
	color: var(--grey);
	line-height: normal;
}

#categories article .children a:hover {
	color: var(--main);
}

#categories article .children > a::before {
	content: '';
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: currentcolor;
	display: inline-block;
	margin-right: 4px;
}

#products .order select {
	width: 100%;
	height: 40px;
	border: 1px solid var(--grey-200);
	padding: 10px;
	appearance: none;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
	vertical-align: middle;
}

#products-nav {
	height: fit-content;
	border: 2px solid var(--grey-100);
}

#products-nav > div {
	padding: var(--padding-30) var(--padding-20);
	border-bottom: 2px solid var(--grey-100);
}

#products-nav > div:last-child {
	border: none;
}

#products-nav .children {
	padding-left: var(--padding-20);
	padding-top: var(--padding-10);
	gap: var(--gap-10);
}

#products-nav a {
	color: var(--grey);
}

#products-nav a:hover {
	color: var(--main);
}

#products-nav .radios label,
#products-nav [data-filter] input {
	width: 100%;
	height: 40px;
	padding-left: 15px;
	border: 1px solid var(--grey-200);
	border-radius: 0;
}

#products-nav [data-filter] input[type="checkbox"] {
	width: 17px;
	height: 17px;
} 

#products-nav [data-filter] span {
	margin-right: -1px;
}

#products-nav .radios label {
	width: 100%;
	padding-right: 15px;
	margin-right: -1px;
	cursor: pointer;
	transition: all 320ms ease;
}

#products-nav .radios label:hover {
	background-color: var(--grey-100);
}

#products-nav .radios label.active {
	background-color: var(--main);
	border-color: var(--main);
	color: #fff;
}

#products-nav [data-filter] button {
	width: 40px;
	min-width: 40px;
	height: 40px;
	transition: all 280ms ease;
	background-color: var(--grey-200);
	color: var(--grey-300);
}

#products-nav [data-filter] button:hover,
#products-nav [data-filter] button.active {
	background-color: var(--main);
	color: #fff;
}

#products-nav .checks label {
	position: relative;
	color: var(--grey);
	padding-left: 25px;
}

#products-nav .checks label::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid var(--grey-200);
	left: 0;
}

#products-nav .checks label::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 13px;
	height: 13px;
	background: var(--main);
	transform: scale(0);
	transition: all 280ms ease;
}

#products-nav .checks label:hover::after,
#products-nav .checks label.active::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 13px;
	height: 13px;
	background: var(--main);
	transform: scale(1);
}

#products-nav .checks label:hover::after {
	opacity: 0.25;
}

#products > .grid {
	grid-template-columns: 370px 1fr;
	gap: var(--gap-50);
}

#products .loop {
	column-gap: var(--gap-20);
	row-gap: var(--gap-60);
}

article.product {
	height: fit-content;
	border: 2px solid var(--grey-100);
	background-color: #fff;
}

article.product .disponible {
	color: #addc76;
	position: absolute;
	z-index: 9;
	right: 5px;
	bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}
article.product figure {
	width: 100%;
	max-height: 270px;
	min-height: 270px;
}

article.product figure.image_logo {
	width: auto !important;
	height: 40px;
	min-width: auto;
	min-height: auto;
	aspect-ratio: auto;
	mix-blend-mode: multiply;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	pointer-events: none;
	min-height: auto !important;
}

article.product .procontent {
	display: flex;
	padding-left: var(--padding-20);
	padding-top: var(--padding-20);
	padding-bottom: var(--padding-20);
	padding-right: 25%;
	background-color: #fff;
	border-top: 2px solid var(--grey-100);
	flex-direction: column;
	gap: 5px;
}

article.product .h3 {
	font-weight: var(--weight-600);
	font-size: 18px;
	line-height: 22px;
}

article.product .h3 a {
	color: #000;
}

article.product figure {
	overflow: hidden;
}

article.product figure img {
	object-fit: contain;
	transition: var(--transition-400);
}

article.product:hover figure img {
	transform: translateY(-3%);
}

article.product:hover figure.image_logo img {
	transform: translateY(0);
}

article.product:hover .h3 a {
	color: var(--main);
}

#category a {
	font-size: 14px;
	display: flex;
	transition: all 280ms ease;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	font-size: 14px;
}

#category a:hover {
	background: var(--main-100);
}

#category .grid {
	gap: 2px;
}

/* DFL */
.dfl_img img {
	max-height: 600px;
}

.LogoSwiper figure {
	background-color: transparent;
	filter: grayscale(1);
}

/* Product */
.product .categories span:not(:first-child)::before {
	content: '»';
	display: inline-block;
	margin: 0 7px;
}

.product .categories span a {
	font-size: var(--size-300);
	color: var(--grey);
	transition: var(--trasition-400);
}

.product .categories span a:hover {
	color: var(--main);
}

.product .calc {
	height: 50px;
	padding: 5px;
	border: 1px solid var(--grey-200);
	border-radius: 24px 0 0 24px;
}

.product .calc .minus,
.product .calc .plus {
	width: 35px;
	height: 35px;
	background-color: var(--main);
	color: #ffff;
	font-size: var(--size-300);
	font-weight: var(--weight-600);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
}

.product .calc  input {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	width: 50px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: none;
	appearance: none;
}

.product #product .button {
	width: fit-content;
	height: fit-content;
	font-size: var(--size-300);
	font-weight: var(--weight-700);
	border-radius: 24px;
	padding: 15px 20px;
	color: #ffff;
	background-color: var(--main);
	border: 1px solid var(--main);
	transition: all 280ms ease;
}

.product #product #add-to-cart {
	border-radius: 0 24px 24px 0;
}

.product #product .button.disabled {
	background-color: var(--grey-200);
	cursor: not-allowed;
	border: 1px solid var(--grey-200);
}

.product #product .button.disabled:hover {
	color: white;
	background-color: var(--grey-200);
	border: 1px solid var(--grey-200);
}

.product #product .button:hover {
	background-color: white;
	color: var(--main);
}

.product .content {
	gap: var(--gap-60);
}

.product .content .w-55 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: var(--gap-20);
}

#lightgallery,
.lightgallery {
	display: none;
}

#product .featured_img {
	background: white;
}

#product .thumbSwiper{
	height: auto;
}

#product .thumbSwiper figure {
	border: 2px solid var(--grey-100);
	transition: all 360ms ease;
}

#product .thumbSwiper figure.swiper-slide-thumb-active {
	border: 2px solid var(--main);
}

#product .productSwiper figure,
#product .thumbSwiper figure {
	aspect-ratio: 1/1 !important;
} 

#product .productSwiper figure.image_logo {
	width: auto;
	height: 60px;
	mix-blend-mode: multiply;
	aspect-ratio: auto;
	top: 10px;
	left: 10px;
	z-index: 7;
}

/*#product .swiper figure img {
	object-fit: contain;
}*/

#product .swiper .swiper-button-next,
#product .swiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	color: var(--main);
	background-color: rgb(255 255 255 / 95%);
}

#product .swiper .swiper-button-next::after,
#product .swiper .swiper-button-prev::after {
	font-size: 18px;
}

#product article .w-40 > div {
	position: sticky;
	top: 100px;
}

.product .gallery > img {
	max-height: 550px;
	width: auto;
}

.product .gallery_link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.product .block-2 .tags {
	gap: var(--gap-10);
}

.product .block-2 .tags a {
	border: 2px solid var(--main);
	padding: var(--padding-20) var(--padding-40);
	transition: var(--transition-400);
}

.product .block-2 .tags a:hover {
	background-color: var(--main);
	color: white;
}

.product-info {
	border: 2px solid var(--grey-100);
}

.units nav span:not(:first-child),
.product-info nav span:not(:first-child) {
	margin-left: -1px;
}

.units nav span {
	border: 1px solid var(--grey-200);
	padding: 15px 20px;
	background-color: var(--grey-100);
	margin-bottom: -1px;
}

.product-info nav span {
	padding: 15px 20px;
	background-color: var(--grey-100);
	margin-bottom: -1px;
	border: 1px solid var(--grey-200);
	border-top: 0;
}

.product-info nav span:first-of-type {
	border-left: 0;
}

.units nav span.active,
.product-info nav span.active {
	border-bottom: 1px solid white;
	background-color: white;
}

.units nav span::before,
.product-info nav span::before {
	content: '';
	width: 100%;
	height: 3px;
	background-color: white;
	position: absolute;
	bottom: -3px;
	left: 0;
	opacity: 0;
	transition: all 180ms ease;
}

.units nav span.active::before,
.product-info nav span.active::before {
	opacity: 1;
}

.units .tabs {
	border: 1px solid var(--grey-200);
	padding: 15px 20px;
}

.units .tabs p {
	border-bottom: 1px solid var(--grey-200);
	padding-bottom: 15px;
}

.units .tabs p:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.units .tabs > div,
.product-info .tabs > div {
	opacity: 0;
	display: none;
}

.units .tabs > div.active,
.product-info .tabs > div.active {
	display: block;
	transform: translateY(15px);
	animation: fadeIn 0.6s ease 1 forwards
}

@keyframes fadeIn {
	100% {
		opacity: 1;
		transform: none;
	}

}

#product select {
	height: 50px;
	border: 1px solid var(--grey-200);
	padding: 10px;
	appearance: none;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
	vertical-align: middle;
}

#product .product-panel {
	border: 2px solid var(--grey-100);
}

#product .product-panel > div {
	padding: 20px;
	border-bottom: 2px solid var(--grey-100);
}

#product .product-panel > div:last-child {
	border-bottom: 0;
}

#product .help > div:first-of-type {
	border-bottom: 2px solid var(--grey-100);
}

.product-info nav span:last-of-type {
	border-right: 0px;
}

.product-info .specs p {
	padding-bottom: 15px;
	border-bottom: 1px solid var(--grey-100);
}

.product-info .specs p:last-of-type,
.product-info .specs p:nth-last-child(2) {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

#product .content p,
#product .content li {
	font-size: var(--size-300);
}

.video {
	aspect-ratio: 16/9;
}

.video figure::after, .video a::after {
	content: '\f04b';
	font-family: "Font Awesome 6 Free";
	font-size: 20px;
	font-weight: 900;
	width: 50px;
	height: 50px;
	color: white;
	background-color: var(--main);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -50%) scale(1);
	transition: all 280ms ease;
}

.video figure {
	cursor: pointer;
}

.video figure::before {
	content: '';
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	inset: 0;
}

.video figure:hover::after, .video a:hover::after{
	transform: translate(-50%, -50%) scale(1.2);
}

.video iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: none;
}

.product #specs nav {
	gap: var(--gap-30);
	padding-bottom: var(--padding-25);
	border-bottom: 1px solid var(--grey-300);
}

.product #specs nav span {
	font-size: var(--size-400);
	transition: var(--transition-400);
	position: relative;
	cursor: pointer;
}

.product #specs nav span.active,
.product #specs nav span:hover {
	color: var(--main);
}

.product #specs nav span.active::after,
.product #specs nav span:hover::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: calc(-1 * var(--padding-25));
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background-color: var(--main);
}

.product #specs nav span::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: calc(-1 * var(--padding-25));
	transform: translateX(-50%);
	width: 0%;
	height: 2px;
	background-color: var(--grey-300);
	transition: var(--transition-400);
}

.product #specs nav span:hover::after {
	width: 100%;
}

.product #specs nav span::after {
	background-color: var(--grey-300);
}

.product #specs .tab {
	padding-top: var(--padding-60);
}

.product #specs .tecnics {
	column-gap: var(--gap-40);
}

.product #specs .downloads {
	gap: 10px;
}

.product #specs .tab {
	display: none;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.6s ease 1 forwards;
}

.product #specs .tab.active {
	display: grid;
}

@keyframes fadeIn {
	100% {
		opacity: 1;
		transform: none;
	}

}

.product #specs .tab a {
	font-size: var(--size-400);
}

#related .grid {
	gap: var(--gap-30);
}

#related > div,
#supplement > div {
	gap: var(--gap-30);
}

#related article {
	min-height: 350px;
}

#related article figure::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgb(0 0 0 / 80%), transparent);
	transition: var(--transition-400);
}

#supplement .h2,
#related .h2 {
	font-size: var(--size-500);
	font-weight: var(--weight-600);
}

#related .title {
	color: white;
	z-index: 2;
	padding: var(--padding-30);
}

#related .title .h3 {
	font-size: var(--size-500);
	font-weight: var(--weight-600);
	padding-bottom: 0;
	color: white;
}

#related .title i {
	min-width: 40px;
	min-height: 40px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid white;
	border-radius: 100%;
	transition: var(--transition-400);
}

#related article:hover .title i {
	background-color: white;
	color: black;
}

#supplement .grid,
.looking .products .grid {
	gap: var(--gap-20);
}

#supplement .grid figure,
.looking .products article figure {
	width: 100%;
	min-height: 280px;
	max-height: 280px;
	overflow: hidden;
}

#supplement .grid figure img,
.looking .products article figure img {
	object-fit: contain;
	transition: var(--transition-400)
}

.looking .products article figure img {
	object-fit: contain;
}

#supplement .grid figure:hover img,
.looking .products article:hover figure img {
	transform: translateY(-3%);
}

#supplement article,
.looking .products article {
	border: 2px solid var(--grey-100);
}

#related_productd .grid {
	gap: 10px;
}

#related_productd article {
	gap: var(--gap-20);
}

#related_productd article .h3 {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
}

#related_productd .grid figure {
	width: 100%;
	min-height: 280px;
	max-height: 280px;
	background-color: var(--grey-100);
	border-radius: 14px;
	overflow: hidden;
}

.post.client article header {
	margin-bottom: var(--space-30);
}

/* Blog */

.post article header > figure::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .4);
}

.post article header > div {
	min-height: 250px;
}

.post article .meta {
	padding: 20px;
	margin-bottom: 30px;
	background-color: var(--grey-100);
}

.blog #posts .news article {
	gap: var(--gap-30);
}

.blog #posts .news article .info {
	gap: 5px;
}

.blog #posts .news article .meta {
	gap: var(--gap-20);
}

.blog #posts .news article figure {
	width: 100%;
	max-height: 500px;
}

.blog #posts .news article .meta a {
	font-size: var(--size-400);
}

.blog #posts .news article .h3 {
	font-size: var(--size-700);
}

.blog #posts .news article .button_plus:hover {
	width: 135px;
	gap: 10px;
}

.blog article .button_plus:hover span {
	max-width: 75px;
}

#sidebar {
	border: 2px solid var(--grey-100);
	border-bottom: 0;
}

#sidebar > div {
	padding: var(--padding-30) var(--padding-20);
	border-bottom: 2px solid var(--grey-100);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#sidebar > div.follow {
	flex-direction: row;
	gap: 0;
}

#sidebar > div.follow > p {
	margin-bottom: 10px;
}

#sidebar > div > p {
	color: #000;
	font-size: 16px;
	margin-bottom: -10px;
}

#sidebar .categories > div {
	gap: 0;
}

#sidebar > div.categories span,
#sidebar > div.follow a {
	width: 100%;
	padding: 20px;
	border: 1px solid var(--grey-200);
	margin-bottom: -11px;
}

.blog #sidebar > div.follow a {
	width: 100%;
}

#sidebar > div.follow h3 {
	margin-bottom: 10px;
}

#sidebar > div.follow a {
	width: 25%;
	margin-bottom: 0;
	margin-right: -1px;
	text-align: center;
}

#sidebar > div.categories span a,
#sidebar > div.follow a {
	color: var(--grey);
}

#sidebar > div.follow a:hover,
#sidebar > div.categories span a:hover {
	color: var(--main);
}

#sidebar .h3 {
	font-size: var(--size-500);
	font-weight: var(--weight-600);
}

#sidebar form {
	height: 60px;
	border: 1px solid var(--grey-200);
}

#sidebar form button {
	margin-left: 15px;
}

#sidebar .related article {
	border: 2px solid var(--grey-100);
	background-color: var(--grey-100);
}

#sidebar .related figure {
	width: 100%;
	height: 100%;
	min-height: 150px;
	max-height: 150px;
	background-color: var(--grey-200);
}

#sidebar .related figure img {
	object-fit: cover;
}

#sidebar .related article > div {
	padding: 20px;
}

#sidebar .related .h4 {
	font-size: var(--size-400);
}

#sidebar .related p {
	font-size: var(--size-300);
	font-weight: var(--weight-600);
}

#sidebar .categories > div {
	gap: var(--gap-10);
}

#sidebar .categories a,
#sidebar .follow a {
	font-size: var(--size-400);
}

.blog #posts > div.pagination,
#products div.pagination {
	padding-top: var(--padding-50);
	gap: var(--gap-20);
}

#products div.pagination {
	grid-column: 2;
}

.pagination .page-numbers {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main);
	font-weight: var(--weight-900);
	background-color: var(--main-100);
	border-radius: 100%;
	transition: var(--transition-400);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background-color: var(--main);
	color: white;
}

/* Tutorial */
.tutorial .hero {
	min-height: 300px;
	margin-bottom: var(--space-40);
}

.tutorial .hero figure::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .4);
}

/* Post */
.post .hero .meta {
	gap: var(--gap-20);
}

.post .hero .meta {
	font-size: var(--size-400);
}

.post .hero .meta a {
	color: var(--main-200);
}

.post .hero .meta time {
	color: white;
}

/* Regular */
.regular table {
	border-collapse: collapse;
}

.regular table td,
.regular table th {
	border: 1px solid var(--grey-200)
}

.regular .wp-block-table {
	margin-bottom: 30px;
}

.regular table th {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	text-align: left;
	background-color: var(--main);
	color: white;
	padding: 15px 10px;
}

.regular table td {
	font-size: var(--size-300);
	padding: 15px 10px;
}

.regular .wp-element-caption {
	font-size: 14px;
}

.regular .swiper-button-next,
.regular .swiper-button-prev {
	width: 40px;
	height: 40px;
	color: var(--main);
	background-color: var(--main-100);
	border-radius: 100%;
}

.regular .swiper-button-next:after,
.regular .swiper-button-prev:after {
	font-size: 20px;
}

.product .content h2 {
	width: 100%;
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-20);
}

.product .content h3 {
	font-size: var(--size-500);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-20);
}

.product .content h4 {
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-20);
}

.product .content h5 {
	font-size: var(--size-300);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-10);
}

.content h1 {
	width: 100%;
	font-size: var(--size-750);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-30);
}

.content h2 {
	width: 100%;
	font-size: var(--size-600);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-20);
}

.content h3 {
	width: 100%;
	font-size: var(--size-500);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-20);
}

.content h4 {
	width: 100%;
	font-size: var(--size-400);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-20);
}

.content h5 {
	width: 100%;
	font-size: var(--size-300);
	font-weight: var(--weight-600);
	padding-bottom: var(--padding-10);
}

.content figure {
	width: 100%;
	margin-bottom: var(--space-20);
}

.content ul,
.content ol {
	color: var(--grey);
	margin-bottom: 20px;
}

.content > *:last-child {
	margin-bottom: 0;
}

.content li {
	font-size: var(--size-400);
	font-weight: var(--weight-300);
	line-height: 1.4;
	color: var(--grey);
	margin-left: 20px;
	margin-bottom: 15px;
	position: relative;
}

.content li:last-child {
	margin-bottom: 0;
}

.content li::before {
	content: '\f105';
	color: var(--main);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 4px;
	left: -16px;
}

.content .wp-block-image img {
	max-width: 100%;
	width: auto;
}

.content .wp-block-embed__wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	float: left;
	position: relative;
}

.content .wp-block-embed__wrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.content p > img {
	max-width: 100%;
	width: auto;
}

/* Timeline */
#timeline .block-5 {
	overflow: hidden;
}

.swiper-container-wrapper--timeline .swiper-slide {
	display: flex;
	background: #fff;
	min-height: 300px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.swiper-container-wrapper--timeline .swiper-slide .container {
	padding: 0;
	width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
	font-size: 18px;
	opacity: 0;
	transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide-active .title {
	opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
	position: relative;
	margin-bottom: 70px;
	background-color: transparent;
	height: 4px;
	border-bottom: 2px solid var(--grey);
	width: 75%;
	z-index: -1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
	background-color: #000;
	height: 3px;
	top: 2px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
	position: absolute;
	top: 2px;
	left: -100%;
	width: 100%;
	height: 3px;
	background-color: #000;
	content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
	position: absolute;
	top: 3px;
	right: -100%;
	width: 100%;
	height: 1px;
	background-color: #888;
	content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
	width: calc(100% - (50px *2));
	display: flex;
	justify-content: space-between;
	position: relative;
	list-style: none;
	margin: 1rem 0;
	padding: 0;
	line-height: 1.66;
	bottom: 0;
	z-index: 11;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
	position: relative;
	width: fit-content;
	height: 30px;
	line-height: 30px;
	display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
	width: 100%;
	font-size: var(--size-700);
	font-weight: var(--weight-600);
	right: 0;
	transform: translateX(50%);
	transition: 0.2s all ease-in-out;
	transition-delay: 0s;
	cursor: pointer;
	z-index: 1;
	color: var(--main-200);
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 2px solid var(--main-200);
	transform: translateX(-50%);
	transition: all 320ms ease;
	z-index: 3;
	position: absolute;
	top: calc(100% + 8px);
	right: 50%;
	transition: 0.2s all ease-in-out;
	transition-delay: 0s;
	background: white;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
	color: var(--main);
	transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
	background: var(--main);
	width: 20px;
	height: 20px;
	transition-delay: 0.4s;
}

/* Arrows */
.timeline-buttons-container {
	position: absolute;
	top: 149px;
	right: 1.5rem;
	left: 1.5rem;
}

.timeline-button-next,
.timeline-button-prev {
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin-top: 0;
	z-index: 2;
	cursor: pointer;
	background-color: #e39034;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	font-size: 13px;
	padding: 5px;
}

.timeline-button-next {
	right: 0;
}

.timeline-button-prev {
	left: 0;
}

.timeline-button-next:hover,
.timeline-button-prev:hover {
	background-color: black;
}

.timeline-button-next::before,
.timeline-button-prev::before {
	font-family: "Ionicons";
	color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	margin-right: -50%;
}

.timeline-button-next::before {
	content: "\f10a";
	left: 53%;
}

.timeline-button-prev::before {
	content: "\f107";
	left: 47%;
}

.timeline-button-next:hover::before,
.timeline-button-prev:hover::before {
	color: #e39034;
}

#web_map > div {
	column-gap: 40px;
	row-gap: 40px;
}

#web_map .bg-grey {
	padding: var(--padding-20);
}

#web_map .bg-grey > span {
	width: 100%;
	font-size: var(--size-500);
	color: black;
	font-weight: 600;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 8px;
}

#web_map .second {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: var(--gap-20);
	margin-top: 15px;
}

#web_map .second a {
	font-size: var(--size-400);
}

#web_map .third {
	margin-top: 10px;
	padding-left: 20px;
	gap: var(--gap-10);
}

#web_map .third a {
	font-size: var(--size-300);
	position: relative;
	padding-left: 10px;
}

#web_map .third a::before {
	content: '\f0c8';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 6px;
	position: absolute;
	top: 5px;
	left: 0px;
	display: inline-block;
}

#compromise_intro .title {
	gap: 0;
}

#compromise_intro .title span {
	margin-bottom: 20px;
}

#compromise_intro .title h3,
#compromise_intro .title h2 {
	margin-bottom: var(--space-30);
}

/*Chekout*/

#box-cupon {
	width: 100%;
	background-color: var(--green-100);
	margin-top: 25px;
	padding: 25px;
	border-radius: 10px;
	transition: all 520ms ease;
}

#box-cupon form {
	width: 100%;
	display: flex;
	text-align: center;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

#box-cupon input {
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--green);
	border-radius: 50px;
	text-align: center;
	padding-block: 10px !important;
}

#box-cupon.hidden{
	display: none;
}

/* Misc */

#popup {
	opacity: 0;
	pointer-events: none;
	transition: var(--transition-600);
	background-color: rgba(0, 0, 0, .6);
	z-index: 20;
	position: fixed;
	inset: 0;
}

#popup .popup-header {
	border-bottom: 2px solid var(--grey-100);
}

#popup.active {
	opacity: 1;
	pointer-events: all;
}

#popup > div {
	max-height: 60vh;
	min-height: 50vh;
	overflow-y: auto;
}

#popup .close {
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 11;
	cursor: pointer;
	transition: var(--transition-400);
	color: var(--grey-200);
}

#popup .close:hover {
	color: var(--grey-300);
}

#popup .close::before,
#popup .close::after {
	content: '';
	width: 90%;
	height: 3px;
	background: currentcolor;
	position: absolute;
}

#popup .close::before {
	transform: rotate(45deg);
}

#popup .close::after {
	transform: rotate(-45deg);
}

#popup > div::after {
	content: '';
	width: 100%;
	padding: 20px 0;
	background-color: white;
	position: sticky;
	bottom: 0;
}

/* SEO */

#hero .description {
	flex-direction: column;
	max-width: 650px;
	padding: 0 20px;
}

#hero .description i {
	font-size: 12px;
	margin-top: 4px;
}

#hero .description p {
	font-size: var(--size-200);
	position: relative;
	margin-top: 20px;
	color: var(--grey-200);
}

.seo-intro h2,
.seo-intro h3,
.seo-intro h4 {
	width: 100%;
	color: var(--main);
	font-size: var(--size-400);
	margin-bottom: var(--space-10);
}

.seo-intro p {
	font-size: var(--size-300);
}

.description.seo h2{
	padding-bottom: 0;
	margin-top: 20px;
}


.grid .description.seo p,.grid .description.seo li{
	font-size: 14px;
}

.grid .description.seo li{
	margin-bottom: 5px;
}

.grid .description.seo li::before {
	top: 0px;
}

.grid .description {
	grid-column: 2/-1;
	position: relative;
	transition: all 520ms ease;
}

.grid .description a.absolute {
	display: none;
}

.grid .description p {
	font-size: var(--size-300);
	margin-bottom: var(--space-20);
}

.description h2 {
	font-size: var(--size-500);
	font-weight: var(--weight-700);
	width: 100%;
	color: var(--main);
	margin-bottom: var(--space-20);
}

.description h3 {
	font-size: var(--size-400);
	font-weight: var(--weight-700);
	width: 100%;
	color: var(--main);
	margin-bottom: var(--space-20);
}

.description h4 {
	font-size: var(--size-400);
	font-weight: var(--weight-700);
	width: 100%;
	color: var(--main);
	margin-bottom: var(--space-20);
}

/* Footer */
#footer {
	background-color: var(--main);
	padding-top: var(--padding-80);
}

#footer > .main {
	padding-inline: var(--padding-30);
	padding-bottom: var(--padding-40);
}

#footer > .main > div {
	padding-right: var(--padding-50);
}

#footer .h2 {
	font-size: var(--size-700);
	font-weight: var(--weight-600);
	color: white;
	padding-bottom: var(--padding-30);
}

#footer p {
	width: 75%;
	color: white;
	margin-bottom: 20px;
}

#footer a {
	color: white;
}

#footer .links {
	gap: 15px;
}

#footer .us .official {
	gap: var(--gap-30);
	padding-right: var(--padding-50);
}

#footer .us .official figure {
	width: fit-content;
}

#footer .us .official figure img {
	height: 25px;
	width: auto;
}

#footer .newsletter .links {
	grid-template-columns: repeat(auto-fit, minmax(50px, 50px));
	gap: var(--gap-20);
}

#footer .links a {
	font-size: var(--size-400);
}

#footer .we .links a,
#footer .us .links a {
	font-weight: var(--weight-600)
}

#footer .find .links .phone::before {
	content: url('images/phone-white.svg');
	margin-right: 20px;
}

#footer .find .links .mail {
	display: flex;
	gap: 20px;
}

#footer .us figure img {
	width: auto;
}

#footer .legal {
	padding: var(--padding-20);
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#footer .legal .copy {
	color: #fff;
}

#footer .legal span:not(:first-child)::before {
	content: '';
	width: 3px;
	height: 3px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	background-color: white;
	transform: translateY(-4px);
}

#whatsapp {
	width: 70px;
	height: 70px;
	border-radius: 100vw;
	font-size: 32px;
	background-color: #25d366;
	color: #fff;
	bottom: 40px;
	right: 40px;
	z-index: 20;
	cursor: pointer;
}

.border {
	padding-bottom: 5px;
	border-bottom: 2px solid var(--grey-200);
}

.border-full {
	border: 2px solid var(--grey-200);
}

.border-full-100 {
	border: 2px solid var(--grey-100);
}

#finalizar-compra .wc-block-components-product-metadata,
#finalizar-compra .cross-sells-product .wc-block-components-product-price,
#finalizar-compra .cross-sells-product .wp-block-button__link {
	display: none;
}

/*Login*/

#customer_login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  background: #fff;
  border: 1px solid #ddd;
  padding: 2rem;
  border-radius: 8px;
}

#customer_login h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.woocommerce-form-row {
  margin-bottom: 1.5rem;
}

.woocommerce-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.woocommerce-input,
.woocommerce-Input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.password-input {
  display: flex;
  align-items: center;
  position: relative;
}

.password-input input {
  flex: 1;
}

.show-password-input {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.woocommerce-button {
  background-color: var(--main, #006eb7);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 0.8em;
}

.woocommerce-button:hover {
  background-color: #005999;
}

.woocommerce-LostPassword {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.woocommerce-privacy-policy-text {
  font-size: 0.85rem;
  color: #555;
  margin-top: 1.5rem;
}

/*Fin login*/

.is-large .wc-block-checkout__sidebar.is-sticky {
	top: 120px;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
	display: flex;
	flex-direction: column;
}

.quote-slider,
.image-slider {
	height: 340px;
}

.quote-slider-wrapper {
	overflow: hidden;
}

.quote-text .info {
	transition: var(--transition-400);
}

.swiper-slide.swiper-slide-next .quote-text .info,
.swiper-slide.swiper-slide-prev .quote-text .info {
	opacity: 0;
}

.swiper-slide.swiper-slide-active .quote-text .info {
	opacity: 1;
}

#feder p {
	width: 100%;
	padding: 10px 0 10px 30px;
	margin: 0;
	border-left: 1px solid var(--grey);
	color: var(--grey);
}

#lb-video-player {
	background-color: rgb(0 0 0 / 95%);
}

#lb-video-player .close {
	width: 40px;
	height: 40px;
	display: flex;
	opacity: 0.75;
	transition: all 280ms ease;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

#lb-video-player .close:hover {
	opacity: 1;
}

#lb-video-player .close::before,
#lb-video-player .close::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
}

#lb-video-player .close::before {
	transform: rotate(45deg);
}

#lb-video-player .close::after {
	transform: rotate(-45deg);
}

.txt-center{text-align:center
}

#form-solicita .last, .form-solicita .last  {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
    gap: 20px;
    flex-direction: column;
}

#form-solicita .wpcf7 input, .form-solicita .wpcf7 input{
	margin-bottom:10px;
}

.gallery-consultoria  img {
    border: none;filter: grayscale(1);
}

.txt-white p{
	color:#ffffff!important;
}

#gallery-1 img{
	border:none!important;
}

#form-solicita .wpcf7 input[type="submit"].button, .form-solicita .wpcf7 input[type="submit"].button{
	background:#F59100;
border: 2px solid #F59100 !important;

}

#optimized .button_plus, .button_style, #intro .w-40.content a {
	    font-family: "Source Sans 3", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F59100;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F59100;
    border-radius: 50px 50px 50px 50px;
}
#optimized .button_plus:hover ,.button_style:hover ,#intro .w-40.content a:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #F59100;
}
.button_style{
margin-top: 20px;
}
#intro .w-40.content a{
	padding: 15px 30px;

}
#intro .w-40.content p:last-child{
	margin-top:40px;
}

.post-password-form{
	padding:50px;text-align:center;
}