/*
==================================================================
Theme Name: ARI
Version: 1.0
Author: Neobrand®
Author URI: https://neobrand.com
==================================================================
*/

:root {

	--green: #78b257;
	--green-100: #8fd467;
	--secondary: #150035;
	--dark: #122543;
	--lightgrey: #efefef;
	--softgrey: #f8f8f8;
	--grey: #6D7684;

	--block-1: 1860px;
	--block-2: 1540px;
	--block-3: 1230px;
	--block-4: 920px;
	--block-5: 820px;
	
	--size-950: 60px;
	--size-900: 50px;
	--size-800: 42px;
	--size-700: 36px;
	--size-650: 32px;
	--size-600: 24px;
	--size-500: 20px;
	--size-400: 18px;
	--size-300: 18px;
	--size-250: 16px;
	--size-200: 14px;
	--size-100: 12px;

	--weight-700: 700;
	--weight-600: 600;
	--weight-500: 500;
	--weight-400: 400;
	--weight-300: 300;

	--space-200: 200px;
	--space-180: 180px;
	--space-170: 170px;
	--space-150: 150px;
	--space-140: 140px;
	--space-130: 130px;
	--space-120: 120px;
	--space-100: 100px;
	--space-90: 90px;
	--space-80: 80px;
	--space-70: 70px;
	--space-60: 60px;
	--space-50: 50px;
	--space-40: 40px;
	--space-30: 30px;
	--space-25: 25px;
	--space-20: 20px;
	--space-15: 15px;
	--space-10: 10px;
	--space-5: 5px;
	--space-2: 2px;
	
}

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

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

/* Para maquetación Gutemberg */

.editor-styles-wrapper > :where(:not(.alignwide):not(.alignfull)),
:where(.editor-styles-wrapper) .content > :where(:not(.alignwide):not(.alignfull)){
	max-width: none !important;
}

h1.wp-block-post-title{
	margin-bottom: 50px;
}

.content, .alignfull > *{
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
    max-width: 100%;
}

:root :where(.is-layout-constrained) > * {
    /*margin-block-start: 80px;*/
    margin-block-end: 0;
}

.wp-block-group,
.wp-block-columns {
    padding-top: var(--wp--preset--spacing--60);
    padding-bottom: var(--wp--preset--spacing--60);
}

.wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained{
	display: flex;
	flex-direction: column;
}

:where(.wp-block-group) {
    margin-bottom: 1.75em;
}

.hover-group{
    position: relative;
    overflow: hidden;
}

.hover-group .hover-group-content{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hover-group:hover .hover-group-content{
    opacity: 1;
    transform: translateY(0);
}


.wp-block-post-content  > :where(.wp-block-group):first-of-type,
.wp-block-post-content  > :where(.wp-block-columns):first-of-type,
.content > :where(.wp-block-group):first-of-type,
.content > :where(.wp-block-columns):first-of-type {
    padding-top: 0;
}

.wp-block-post-content .hbspt-form,
.content .hbspt-form {
    width: 100%;
}

.wp-block-embed.alignwide.wp-embed-aspect-16-9{
	aspect-ratio: 16 / 9;
}

.wp-block-embed.alignwide.wp-embed-aspect-16-9 > .wp-block-embed__wrapper,
.wp-block-embed.alignwide.wp-embed-aspect-16-9 > .wp-block-embed__wrapper iframe{
	width: 100%;
	height: 100%;
}

.has-border-color{
	border-style: solid;
}

.editor-styles-wrapper> :where(:not(.alignwide):not(.alignfull)),
.content > :where(:not(.alignwide):not(.alignfull)) {
    width: 100%;
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.content .alignwide.wp-block-cover,
.editor-styles-wrapper .alignwide,
.content .alignwide {
    width: 100%;
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.content .alignfull.wp-block-cover,
.content .alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    position: relative;
}

.editor-styles-wrapper .alignfull{
    width: 100vw;
    max-width: 100% !important;
    position: relative;
}

.editor-styles-wrapper .wp-block-post-content .wp-block-details,
.content .wp-block-details,
.editor-styles-wrapper .wp-block-accordion-item,
.content .wp-block-accordion-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid var(--green);
	padding: 20px 0;
	margin: 0;
}

.editor-styles-wrapper h2.wp-block-accordion-heading,
.content h2.wp-block-accordion-heading {
    margin: 0;
    padding: 0;
}

.content h2.wp-block-accordion-heading span {
    background: none !important;
}

.editor-styles-wrapper .wp-block-post-content .wp-block-details summary,
.content .wp-block-details summary, 
.editor-styles-wrapper .wp-block-accordion-heading__toggle,
.content .wp-block-accordion-heading__toggle {
	font-weight: bold;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.editor-styles-wrapper .wp-block-post-content .wp-block-details summary::marker,
.content .wp-block-details summary::marker, 
.editor-styles-wrapper .wp-block-accordion-heading__toggle-icon,
.content .wp-block-accordion-heading__toggle-icon  {
	display: none;
}

.editor-styles-wrapper .wp-block-post-content .wp-block-details summary:after,
.content .wp-block-details summary:after, 
.editor-styles-wrapper .wp-block-accordion-heading__toggle::after,
.content .wp-block-accordion-heading__toggle::after  {
	content: "\f107";
	font-family: "Font Awesome 6 Free";
}

.editor-styles-wrapper .wp-block-post-content .wp-block-details[open] summary,
.content .wp-block-details[open] summary,
.editor-styles-wrapper .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle,
.content .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle {
	color: var(--green);
	padding-bottom: 20px;
}

.editor-styles-wrapper .wp-block-post-content .wp-block-details[open] summary:after,
.content .wp-block-details[open] summary:after,
.editor-styles-wrapper .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle::after,
.content .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle::after {
	transform: rotate(180deg);
}

.content .wp-block-accordion-panel {
    padding-top: 0;
}
/* FIN Para maquetación Gutemberg */


/* General */

html,
body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.2;
	color: var(--dark);
	font-size: var(--size-400);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: white;
}

body figure {
	margin: 0;
}

h1,h2,h3,h4,h5 {
	width: 100%;
	margin: 0;
	line-height: 1.3;
}

p,li {
	/*width: 100%;*/
	margin: 0;
	line-height: 1.6;
}

dt {
	line-height: 1.6;
}

a, button {
	color: var(--dark);
	text-decoration: none;
	transition: all 280ms ease;
}

.bg-main a:hover {
	color: white;
}

a.btn:hover {
	color: var(--secondary);
}

.woocommerce.wp-block-group.alignwide{
	margin-top: 0;
}

body.product #hubspot-messages-iframe-container,
body.shop #hubspot-messages-iframe-container{
	display: none !important;
}

.btn, a.wp-block-button__link,
div.wp-block-button__link.wp-element-button,
a.checkout-button.button.alt.wc-forward{
	padding: var(--space-20) var(--space-30);
	color: var(--secondary);
	border-radius: 10px;
	font-weight: var(--weight-600);
	font-size: var(--size-400);
	background-color: var(--green);
	cursor: pointer;
	min-height: 40px;
}

.btn.btn-outline {
	box-shadow: 0 0 0 2px inset var(--secondary);
}

.btn.btn-outline:hover {
	background-color: var(--secondary);
	color: #fff;
}

.btn-small {
	padding: var(--space-10) var(--space-20);
}

.btn.bg-yellow:hover,
.has-background.has-luminous-vivid-amber-background-color:hover,
a.checkout-button.button.alt.wc-forward:hover{
	background-color: var(--green);
	color: white;
}

.btn.bg-main:hover {
	background-color: var(--green);
}

.bg-main .btn.bg-yellow:hover {
	background-color: var(--secondary);
	color: #fff;
}

.btn.btn-white {
	background-color: #fff;
}

.btn.btn-yellow {
	background-color: var(--green);
}

.btn-plus {
	width: fit-content;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.btn-plus.bg-yellow:hover {
	background-color: var(--green);
}

.btn-plus::before,
.btn-plus::after {
	content: '';
	background-color: var(--secondary);
	transition: all 280ms ease;
	position: absolute;
}

.btn-plus::before {
	width: 40%;
	height: 2px;
}

.btn-plus::after {
	content: '';
	width: 2px;
	height: 40%;
	transition: all 280ms ease;
}

.btn-plus:hover::before,
.btn-plus:hover::after {
	transform: scale(1.3);
}

.btn-scale:hover {
	transform: scale(1.1);
}

.underline {
	background: linear-gradient(to right, var(--green) 0%, var(--green) 100%);
	background-size: 100% 3px;
	background-position: right 0 bottom 5px;
	background-repeat: no-repeat;
}

.arrow-link {
	padding-right: 23px;
	background-image: url('images/caret-right.svg');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.arrow-link:hover {
	padding-right: 28px;
}

.box-shadow {
	box-shadow: 0px 3px 6px #00000029;
}

.bg-yellow,
.has-background.has-luminous-vivid-amber-background-color {
	background-color: var(--green);
}

.shadow-main {
	box-shadow: 5px 5px 0 var(--green);
}

.shadow-secondary::after {
	box-shadow: 5px 5px 0 var(--secondary);
}

.shadow-yellow::after {
	box-shadow: 5px 5px 0 var(--green);
}

/*Flotantes*/

.flotante {
    display: none !important;
    opacity: 0 !important;
    transform: scale(0.9) !important;
    transition: opacity 560ms ease, transform 560ms ease !important;
	position: fixed !important;
	z-index: 9999 !important;
	top: 0 !important;
	left: 0 !important;
	padding-top: 0 !important;
	overflow-y: scroll;
	padding: 0 !important;
}

.editor-styles-wrapper .flotante{
	display: block !important;
	opacity: 1 !important;
	position: relative !important;
}

.flotante.open {
    opacity: 1 !important;
    transform: scale(1) !important;
    max-height: 100dvh;
    min-width: 100vw;
}

.flotante.open-start {
    display: block !important;
}

/* Animation */

section.animate {
	opacity: 0;
	transform: scale(0.9);
	transition: all 560ms ease;
}

section.animate.active {
	opacity: 1;
	transform: none;
}

section.animate.big_hero,
section.animate.small_hero {
	transform: scale(1) translateY(-20px);
}

section.animate.big_hero.active,
section.animate.small_hero.active {
	transform: none;
}

section.animate-inside > * {
	opacity: 0;
	transform: scale(0.9);
	transition: all 560ms ease;
}

.admin section.animate {
	opacity: 1;
	transform: scale(1);
	transition: all 0ms ease;
}

h1 s, h2 s, h3 s, h4 s, p s{
	background: none;
	text-decoration: underline;
	text-decoration-color: var(--green);
	text-decoration-thickness: 4px;
	text-underline-offset: 4px;
}


/* Header */

#header.fix {
	padding-block: 20px;
}

#header #logo {
	width: 200px;
}

#header::after {
	content: '';
	width: 100%;
	height: 0;
	background-color: #fff;
	transition: all 320ms ease;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: -1;
}

#header.fix::after,
.active #header::after {
	top: 0;
	height: 100%;
}

#header .cart num {
	opacity: 0.3;
}

#header .menu a:hover {
	color: var(--green);
}

#header .menu .parent {
	white-space: nowrap;
}

#header .menu .parent > span i {
	font-size: 14px;
	transform: translateY(1px);
}

#header .menu .parent.active > * {
	transition: all 480ms ease;
}

#header .menu .parent.active > * {
	color: var(--green);
}

#header .menu span > div {
	background-color: #fff;
	border-radius: 10px;
	background-color: white;
	border: 3px solid var(--green);
	opacity: 0;
	pointer-events: none;
	transition: all 480ms ease;
	top: 60px;
}

#header .menu .links-block {
	padding: var(--space-20);
	grid-template-columns: repeat(2,160px);
}

#header .menu span.active > div {
	opacity: 1;	
	pointer-events: all;
}

#header .menu .links-block a {
	width: calc(50% - 10px);
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: var(--size-100);
	font-weight: 600;
	white-space: nowrap;
}

#header .menu a img {
	width: 100%;
	min-width: 33px;
	max-width: 33px;
	height: 33px;
	background-color: var(--green);
	padding: 5px;
	border-radius: 5px;
}

#header .menu a.all {
	width: 100%;
	grid-column: 1 / -1;
	position: relative;
	font-size: var(--size-100);
	font-weight: 600;
	color: white;
	padding: var(--space-15) var(--space-30) var(--space-15) var(--space-15);
	background-color: var(--green);
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 5px;
}

#header .menu a.all:hover,
#header .menu a.all.color-main {
	text-decoration: underline;
}

#header .menu a.alls::before {
	content: url('images/caret-white.svg');
	width: 10px;
	height: 10px;
	position: absolute;
	right: 12px;
	top: 24px;
}

/* Home */

.youtube-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: white;
	opacity: .4;
	z-index: 2;
}

#intro .item {
	width: calc(50% - 162px);
	margin: 1px;
	min-height: 520px;
	max-height: 520px;
}

#intro.cta .item {
	width: 100%;
}

#intro.cta .item:nth-child(2) {
	margin-right: 0;
}

#intro .item:nth-child(2) {
	margin-right: 320px;
}

#intro .item:nth-child(3) {
	margin-left: 320px;
}

#intro .item figure.overlay::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #150035;
}

#intro .item figure.icon > svg,
#intro .item .text h3 i svg {
	width: auto;
	height: 25px;
	display: flex;
	align-items: center;
	transform: translateY(-1px);
}

#intro .item .text {
	opacity: 0;
	transform: scale(1.1);
	transition: all 480ms ease;
	inset: 10px;
}

#intro .item:hover .text {
	opacity: 1;
	transform: scale(1);
}

#intro .item .text p {
	color: white;
	font-size: 16px;
}

#tesla .grid,
#tesla .grid .products {
	gap: 4px;
}

#tesla .grid .info figure {
	width: 410px;
	max-width: 100%;
}

#tesla .grid .info figure.mywallbox {
	width: 410px;
	max-width: 100%;
}

#tesla .grid .info figure.panels {
	width: 340px;
	max-width: 100%;
}

#tesla .grid .products article figure {
	min-width: 280px;
	max-width: 280px;
}

#tesla .grid .products article figure a,
#install figure a.absolute {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.accordion .item {
	border-top: 1px solid var(--green-100);
	border-bottom: 1px solid var(--green-100);
	margin-bottom: -1px;
}

.accordion .item:hover .title,
.accordion .item.active .title {
	color: var(--green);
}

.accordion .item .title i {
	min-width: 20px;
	aspect-ratio: 1 / 1;
}

.accordion .item .title i svg {
	width: 20px;
	height: auto;
}

.accordion .item.active .title i.fa-angle-down{
	transform: rotate(180deg);
}

#news nav.category a.button {
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 5px 15px;
	font-weight: 600;
}

#news article figure {
	max-height: 350px;
	min-height: 350px;
}

#news article figure img {
	opacity: var(--opacity);
	transition: all 280ms ease;
}

#news article figure img:hover {
	--opacity: 0.5;
}

#news article figure .category {
	bottom: 10px;
	left: -10px;
}

#news article figure .category:hover {
	padding-left: 20px;
	background-color: var(--secondary);
}

#news nav.category a.button.bg-yellow:hover {
	color: secondary;
	background-color: var(--green);
}

#news nav.category a.button.bg-main:hover {
	color: white;
	background-color: var(--secondary);
}

.absolute.btn-plus {
	position: absolute;
}

#areas .col-50,
#areas .col-full {
	min-height: 300px;
}

#areas .grid > div:hover figure img{
	transform: scale(1.2);
}

#reasons .item figure {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: var(--green);
	color: #fff;
}

/* Big CTA */

#big_cta .content ul li {
	padding-left: var(--space-20);
	position: relative;
}

#big_cta .content ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	top: 12px;
	left: 7px;
	background-color: var(--green);
}

/* Regular */

.editor-styles-wrapper h2,
.content h2 {
	font-size: var(--size-650);
	font-weight: var(--weight-700);
	padding-bottom: var(--space-30);
}

.editor-styles-wrapper h3,
.content h3 {
	font-size: var(--size-600);
	font-weight: var(--weight-700);
	padding-bottom: var(--space-30);
}

.editor-styles-wrapper h4,
.content h4 {
	font-size: var(--size-500);
	font-weight: var(--weight-700);
	padding-bottom: var(--space-30);
}

.editor-styles-wrapper h5,
.content h5 {
	font-size: var(--size-400);
	font-weight: var(--weight-700);
	padding-bottom: var(--space-30);
}

.content p,
.block-editor-block-list__layout.block-editor-block-list__block p {
	font-size: var(--size-400);
	margin-bottom: var(--space-30);
}

.editor-styles-wrapper p:last-child,
.content p:last-child {
	margin-bottom: 0;
}

.editor-styles-wrapper ul:not(.wp-block-post-template),.editor-styles-wrapper .content ol,
.content ul:not(.wp-block-post-template), .editor-styles-wrapper ol,
.content ul:not(.wp-block-post-template), .content ol {
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}

.editor-styles-wrapper ul ul:not(.wp-block-post-template),
.content ul ul:not(.wp-block-post-template),
.editor-styles-wrapper ol ol,
.content ol ol {
	margin: 10px 0 20px 0;
}

.editor-styles-wrapper ul:not(.wp-block-post-template) li,
.content ul:not(.wp-block-post-template) li:not(.wp-block-post) {
	list-style-type: square;
}

.editor-styles-wrapper ol li,
.content ol li {
	list-style: decimal;
}

.editor-styles-wrapper ul:not(.wp-block-post-template) li::marke,
.content ul:not(.wp-block-post-template) li::marker,
.wp-block-rank-math-toc-block nav ol li::before {
	color: var(--green);
	font-weight: 700;
	position: absolute;
	left: 0;
}

.wp-block-rank-math-toc-block {
	padding: 30px;
	background-color: #f2f2f2;
	border-radius: 15px;
}

.editor-styles-wrapper .wp-element-captio,
.content .wp-element-caption{
	font-size: 13px;
	font-style: italic;
	color: var(--grey);
}

.editor-styles-wrapper p a,
.content p a {
	background: linear-gradient(to right,rgba(120, 178, 60, 0.5) 0%,rgba(120, 178, 87, 0.47) 100%);
	background-size: 100% 10px;
	background-position: right 0 bottom 0;
	background-repeat: no-repeat;
}

.editor-styles-wrapper p a:hover,
.content p a:hover {
	background-size: 100% 95%;
}

/*.content p a,
.content li a {
	background: linear-gradient(to right,rgb(57 161 255 / 30%) 0%,rgb(57 161 255 / 30%) 100%);
	background-size: 100% 10px;
	background-position: right 0 bottom 0;
	background-repeat: no-repeat;
}

.content p a:hover,
.content li a:hover {
	background-size: 100% 95%;
}*/

.wp-block-image img {
	width: auto;
}

.content .is-type-video {
	width: 100%;
}

.content .is-type-video > div {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */

	height: 0;
	margin-bottom: var(--space-30);
}

.content .is-type-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.content .wp-block-table {
	float: left;
}

.content .wp-block-buttons{
	width: 100%;
}

.content .wp-block-cover{
	width: 100%;
}

.content .wp-block-cover {
	padding: 1em 2em;
}

.content .is-content-justification-center.is-layout-flex{
	display: flex;
	width: 100%;
	align-items: center;
}

.content .wp-block-button__link:hover {
	opacity: 0.5;
}

.content .qubely-block-wrapper-block{
	height: 100%;
}

/*.content figure {
	margin-bottom: var(--space-30);
}

.content figure:not(:last-child) {
	margin-bottom: var(--space-30);
}*/

.content table {
	width: calc(100% + 60px);
	margin-bottom: var(--space-30);
}

.content table td {
	padding: 10px !important;
}

.content table.mini.producto{
	text-align: left;
	width: auto;
}

.content table.mini.producto td{
	padding-left: 0 !important;
	border-bottom: 1px solid var(--green);
}

.content table.mini.producto tr:last-child td{
	border-bottom: none;
}

.content p.has-background {
	padding: 2.375em;
}

.content h2 span{
	text-decoration: none !important;
	background: linear-gradient(to right, var(--green) 0%, var(--green) 100%);
	background-size: 100% 3px;
	background-position: right 0 bottom 5px;
	background-repeat: no-repeat;
}

#share-button {
	border: none;
}

#pagination .page-numbers {
	border: 2px solid var(--secondary);
	width: 45px;
	height: 45px;
	aspect-ratio: 1 /1;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 320ms ease;
}

#pagination .page-numbers.current {
	background-color: var(--secondary);
	color: white;
}

#pagination .page-numbers.dots {
	border: 0;
	font-size: 32px;
	color: var(--grey);
}

#pagination a.page-numbers:hover {
	background-color: var(--green);
	border: 2px solid var(--green);
	color: white;
}

.wp-block-columns {
	display: flex;
}

#budget-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#budget-form .fields {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#budget-form .step:not(.active) {
	display: none;
}

#budget-form .step.active {
	display: flex;
}

#budget-form .step input {
	opacity: 0;
	transform: translateX(-20px);
	transition: all 280ms ease 100ms;
}

#budget-form .step.active input {
	opacity: 1;
	transform: translateX(0);
}

#budget-form .last {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	font-size: 16px;
	width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: 2px solid var(--secondary);
    border-radius: 10px;
}

textarea{
	font-size: 16px;
	width: 100%;
    padding: 10px;
    border: 2px solid var(--secondary);
    border-radius: 10px;
}

.file-input-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}

.file-input-wrapper span[data-name="cv"]{
	width: 100%;
    height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
}

.file-input-wrapper label {
	font-size: 16px;
	padding: 10px 15px;
	border: 2px solid var(--secondary);
	display: inline-block;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.file-input-wrapper label:hover {
	background-color: var(--secondary);
	color: white;
}

.file-input-wrapper:has(input.wpcf7-not-valid) label{
	background-color: #ff000024;
}

.file-input-wrapper .uploaded-filename {
	margin-top: 10px;
	font-size: 0.9rem;
	background-color: var(--green);
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.fields select {
	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%2339a1ff%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px top 55%;
    cursor: pointer;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

#budget-form .showinfo,
#budget-form .privacy-info {
	font-size: var(--size-200);
	line-height: 1.3;
}

.wpcf7-form input[type="submit"],
#budget-form input[type="submit"],
.regular .content .wpcf7 input[type="submit"] {
	border: none;
    font-weight: var(--weight-600);
	padding: var(--space-20) var(--space-40);
    color: var(--secondary);
    border-radius: 10px;
	background-color: var(--green);
	margin-left: auto;
	margin-top: 20px;
	cursor: pointer;
	transition: all 280ms ease;	
}

.wpcf7-form input[type="submit"]:hover,
#budget-form input[type="submit"]:hover,
.regular .content .wpcf7 input[type="submit"]:hover {
	background-color: var(--green);
}

#budget-form .wpcf7-spinner {
	display: none;
}

#budget-form.submitting {
	opacity: 0.25;
}

#budget-form .wpcf7-response-output {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.25;
    filter: grayscale(1);
    cursor: not-allowed;
}

/* Product */

.swiper-thumbs {
	margin-top: 30px;
}

#product .description h2,
#product .description h3,
#product .description h4 {
	font-size: var(--size-600);
	font-weight: var(--weight-700);
	margin-bottom: 20px;
}

#product .description figure img{
	object-fit: contain;
}

#product .features {
	column-gap: var(--space-130);
	row-gap: var(--space-30);
}

#product .features p {
	line-height: 1;
}

#product nav {
	border-bottom: 1px solid #DADADA;
}

#product nav marker {
	background-color: var(--green);
	transition: all 520ms ease;
	height: 6px;
	bottom: -3px;
}

#product .specs nav {
	border-bottom: 1px solid #DADADA;
}

#product .tabs p {
	font-size: var(--size-300);
	padding: 10px 0;
	border-bottom: 1px solid #DADADA;
}

#product #visor #mapa-instalacion {
	height: 100%;
	width: 100%;
	display: flex;
	overflow: hidden;
	border-radius: 5px;
}

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

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

#product .tabs > div.active {
	display: flex;
	flex-direction: column;
}

#product .specs p:last-child {
	border-bottom: 0;
}

#product article .product-thumbs figure {
	width: 130px;
	height: 130px;
	aspect-ratio: 1/1;
	border: 1px solid #dadada;
}

#packs article.best {
	border: 3px solid var(--green);
	border-radius: 10px;
}

#packs article.best .label {
	transform: translateX(-10px);
}

#packs article .price {
	transform: translate(-50%, -50%);
}

#packs .specs p:not(:first-child) {
	padding: 8px 0;
	border-bottom: 1px solid var(--green-100);
}

#packs .specs p:first-child {
	border-top: 1px solid var(--green-100);
	border-bottom: 1px solid var(--green-100);
	padding: 8px 0;
}

#packs article .btn,
#products article .btn {
	border-radius: 0;
}

#products article {
	border: 2px solid var(--softgrey);
}

[data-attribute="pa_color"] label.active {
	box-shadow: 0 0 0 1px white, 0 0 0 3px var(--green);
}

#product-tab {
	background-color: rgb(0 0 0 / 75%);
	transition: all 360ms ease;
}

#product-tab.hide {
	pointer-events: none;
	opacity: 0;
}

#product-tab > div {
	border-left: 1px solid var(--secondary);
	transition: all 360ms ease;
}

#product-tab.hide > div {
	transform: translateX(100%);
}

#product-tab label {
	border: 1px solid #dadada;
	transition: all 280ms ease;
}

#product-tab label:hover {
	border-color: #aaa;
}

#product-tab label.active,
#product-tab label.active:hover {
	background-color: var(--green-100);
}

#product-tab .summary,
#product-tab .summary span {
	height: 60px;
}

#product-tab .summary span {
	border: 1px solid var(--green);
}

#product-tab .summary a {
	border-radius: 0 10px 10px 0;
}

#product-bar {
	height: 105px;
	border-top: 1px solid var(--secondary);
	transition: all 560ms ease;
}

#product-bar.hide {
	transform: translateY(100%);
}

/* Popup */

.popup {
	display: none;
	opacity: 0;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	transition: all 560ms ease;
	padding: 25px;
	position: fixed;
	width: 100%;
	height: 100dvh;
}

.popup.show {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}

.popup .popup-content {
	max-height: 90%;
	max-width: 900px;
	overflow-y: scroll;
	position: relative;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #fff;
}

.popup .popup-content .content {
	padding: 25px;
}

.popup .popup-content .content.movil {
	padding: 15px;
	display: none;
}

.popup .close-btn {
	color: var(--dark);
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition: all 560ms ease;
	z-index: 10000;
}

.popup .close-btn:hover,
.popup .close-btn:focus {
	background-color: var(--dark);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

/*Contenido*/

.contenido h1, .contenido h2, .contenido h3, .contenido h4, .contenido h5, .contenido h6 {
	margin-bottom: .8em;
}

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

.contenido p {
	margin-bottom: 1.8em;
}

/*Fin contenido*/

#product #confi-product{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}

#product #confi-product > div {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 280ms;
	width: 100%;
}

#product #confi-product figure .fa-play {
	transform: scale(1);
	transition: all 280ms ease;
}

#product #confi-product figure:hover .fa-play {
	transform: scale(1.2);
}

#product #confi-product .options{
	width: 100%;
	padding-bottom: 10px;
}

#product #confi-product .options label {
	width: fit-content;
	padding-right: 30px;
	border: 2px solid var(--softgrey);
	border-radius: 10px;
}

#product #confi-product .options label span:first-of-type::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 2px solid #ccc;
	border-radius: 100%;
}

#product #confi-product .options label span:first-of-type::after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: var(--green);
	opacity: 0;
	transform: scale(0);
	transition: all 280ms ease;
	position: absolute;
	left: 3px;
}

#product #confi-product .options label.active span:first-of-type::after {
	opacity: 1;
	transform: scale(1);
}

#product #confi-product .options .aviso{
	padding: 15px;
	border-radius: 10px;
	background-color: orange;
	color: white;
}

#product #confi-product .options .aviso strong{
	display: flex;
}

#product #confi-product #summary .loading {
	background-color: rgb(255 255 255 / 90%);
	backdrop-filter: blur(5px) grayscale(1);
}

#product #confi-product #summary ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50vw;
	background-color: var(--green);
	position: absolute;
	left: -15px;
}

#product .confi-footer {
	border-top: 2px solid #f2f2f2;
	padding: 20px 0;
}

#product .confi-footer .button-nav.swiper-button-disabled {
	opacity: 0.25;
	cursor: not-allowed;
}

#product .confi-footer .button-nav:not(.swiper-button-disabled):hover {
	background-color: var(--green);
}

#product .confi-footer #steps::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	z-index: 0;
}

#product .confi-footer #steps mark {
	height: 2px;
	background-color: var(--green);
	transition: all 320ms ease;
	position: absolute;
	left: 0;
	right: 100%;
	z-index: 0;
}

#product .confi-footer #steps span {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #ccc;
	position: relative;
	z-index: 1;
	transition: all 280ms ease;
}

#product .confi-footer #steps span.active {
	background-color: var(--green);
	transition-delay: 280ms;
}

.product .summary {
	display: grid;
	grid-template-columns: 1fr 170px;
}

.product #gallery figure img {
	width: auto;
	height: auto;
}

.is-large.wc-block-cart h2.wc-block-cart__totals-title{
	display: none;
}

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);
}*/

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

.woocommerce table.shop_table.woocommerce-cart-form__contents td{
	border: none !important;
}

.shop_table.cart.woocommerce-cart-form__contents thead,
.shop_table .product-quantity,
.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table button[name="update_cart"],
.cart_totals > h2{
	display: none !important;
}

.woocommerce.wp-block-group.alignwide{
	display: flex;
}

.woocommerce form.woocommerce-cart-form{
	width: 65% !important;
}
.woocommerce .cart-collaterals{
	width: 35% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}

.woocommerce div.coupon{
	display: flex;
	height: 40px;
	gap: 0;
}

.woocommerce .shop_table #coupon_code {
	font-size: 14px;
	font-weight: 400;
	width: 180px;
	max-width: 100%;
	border: 1px solid var(--grey);
	border-radius: 5px 0 0 5px;
	height: 100%;
}

.woocommerce .shop_table button.button[name="apply_coupon"] {
	padding: 12px 20px;
	background-color: var(--grey);
	color: white;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0 5px 5px 0;
}

.shop_table .attachment-woocommerce_thumbnail{
	width: 100px;
}

.shop_table .product-name,
.shop_table .product-name p{
	font-size: 14px;
}

.shop_table .product-name dt{
	font-weight: bold;
}

#checkout .fields .form-row-wide {
	grid-column: 1 / -1;
}

#checkout .fields input,
#checkout .fields select,
#checkout .fields textarea {
	height: 50px;
	padding-left: 15px;
	border: 2px solid var(--grey);
}

#checkout .payment-methods label {
	border: 2px solid var(--green);
	border-radius: 10px;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: top 20px center;
	background-size: auto 42px;
	filter: grayscale(100%);
}

#checkout .payment-methods label.active {
	filter: grayscale(0%);
}

#checkout .summary article figure{
	display: flex;
	padding-top: 25px;
	justify-content: center;
	align-items: center;
}

#checkout .summary article figure img{
	width: 70%;
}

#checkout .summary article figure a {
	background: linear-gradient(to top, rgb(0 0 0 / 70%), transparent 60%);
}

#checkout .summary article .remove-item {

	color: #ff5722;
	filter: grayscale(1);
}

#checkout .summary article:hover .remove-item {
	filter: grayscale(0);
}

#checkout .summary article {
	border: 2px solid var(--softgrey);
}

#checkout .summary article .product-info > div:last-child {
	padding-top: 20px;
	border-top: 2px solid var(--softgrey);
}

#checkout .select2-container--default .select2-selection--single {
	height: 50px;
	border-radius: 10px;
	border: 2px solid var(--grey);
	font-size: 16px;
	display: flex;
	align-items: center;
}

#checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
}

#checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

#checkout .terms a {
	color: var(--green);
}

#checkout .terms::before {
	content: '';
	min-width: 18px;
	height: 18px;
	border: 1px solid var(--secondary);
}

#checkout .terms::after {
	content: '';
	min-width: 14px;
	height: 14px;
	background-color: var(--green);
	transform: scale(0);
	transition: all 280ms ease;
	position: absolute;
	top: 3px;
	left: 3px;
}

#checkout .terms.active::after {
	transform: scale(1);
}

#checkout #order div:last-of-type {
	border-top: 2px solid var(--softgrey);
}

#checkout #order button:disabled {
	filter: grayscale(1);
	opacity: 0.25;
	cursor: not-allowed;
}

#requirement .list p {
	padding-left: 20px;
	position: relative;
}

#requirement .list p::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 900;

	width: 12px;
	height: 12px;

	position: absolute;
	left: 1px;
	top: 4px;
	color: var(--green);
}

#order-summary {
	border: 2px solid var(--softgrey);
}

/* Swiper */

.swiper-accessories .swiper-button-next {
	width: 110px;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(to left, white, transparent);
}

.swiper-accessories .swiper-button-prev {
	width: 110px;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, white, transparent);
}

.nav-swiper > .nav{
	position: absolute;
	height: 70px;
	width: 70px;
	top: calc(50% - 35px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--green);
	z-index: 1;
}

.nav-swiper > .nav:hover{
	opacity: 0.7;
}

.nav-swiper > .nav.nav-prev{
	left: 0;
}

.nav-swiper > .nav.nav-next{
	right: 0;
}

/* Panel block */

#panel figure.icon svg {
	min-width: 35px;
	max-width: 35px;
	height: auto;
}

/* Footer */

#footer a:hover {
	color: var(--green);
}

#footer .block-5 {
	max-width: 1100px;
}

#footer .grid {
	grid-template-columns: 280px repeat(3, 1fr);
}

#footer #copy {
	border-top: 1px solid #dadada;
}

#footer #copy .links span:not(:last-of-type)::after {
	content: '';
	width: 2px;
	height: 2px;
	background-color: var(--secondary);
	border-radius: 100%;
}

.confidence {
	max-width: 200px;
	margin-top: auto;
}

.impress {
	max-width: 300px;
	margin-top: auto;
}

.big_hero {
	height: 450px;
}

.small_hero {
	height: 300px;
}

.big_hero .icon {
	width: 300px;
	height: auto;
}

.post .small_hero figure img {
	width: 110%;
	height: 110%;
	mix-blend-mode: multiply;
	filter: blur(5px);
}

.post article header p {
	max-width: 630px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.post article header {
	height: 50px;
	background-color: rgb(255 255 255 / 98%);
	transform: translateY(-50px);
	transition: all 520ms ease;
}

.post article header.active {
	transform: none;
}

body.post a.wp-block-button__link{
	background-color: var(--green);
	color: #150035;
}

body.post a.wp-block-button__link:hover{
	background-color: var(--green);
	color: white;
	opacity: 1;
}

#reasons .icon svg,
#product .icon svg,
.specs .icon svg {
	width: auto;
	height: 25px;
}

.specs.grid {
	row-gap: var(--space-40);
}

#locations figure .btn {
	bottom: -10px;
	right: -10px;
}

#locations figure svg {
	height: 60px;
	width: auto;
	fill: red;
}

#locations figure svg path,
#locations figure svg polygon {
	fill: white;
}

#locations .btn {
	padding: 15px;
}

#locations .grid {
	row-gap: var(--space-80);
}

#install .grid {
	grid-template-columns: .4fr .6fr;
}

/* Solar system */

.solar-system #header {
	position: fixed;
}

.solar-system #header:not(:hover):not(.fix) #logo {
	color: white;
}

.solar-system #header:not(:hover):not(.fix) #menu span,.solar-system #header #menu::before,.solar-system #header #menu::after {
	background: white;
}

#header.fix #menu::before, #header.fix #menu::after {
	background: var(--secondary);
}

.solar-system #header nav .menu span span {
	transition: all 280ms ease;
}

.solar-system #header:not(:hover):not(.fix) nav a,
.solar-system #header:not(:hover):not(.fix) nav span,
.solar-system #header:not(:hover):not(.fix) .admin {
	color: white;
}

.solar-system #header nav,
.solar-system #header .admin{
	transition: all 280ms ease;
}

.solar-system #header:hover nav,
.solar-system #header:hover .admin{
	opacity: 1;
}

.solar-system #header:hover::after {
	height: 100%;
}

.solar-system #hero .youtube-bg::before {
	background-color: var(--dark);
	mix-blend-mode: multiply;
}

.solar-system #system .level {
	border: 4px solid #fff;
}

.solar-system #system figure {
	border: 10px solid #fff;
}

.solar-system #system .level .uppercase {
	letter-spacing: 2px;
}

.solar-system #system .level .rewards {
	border-top: 4px solid #fff;
}

.solar-system #system .level .rewards i {
	padding-top: 7px;
}

.solar-system #system .level .rewards li .underline {
	font-size: var(--size-500);
	font-weight: var(--weight-600);
	background: none;
}

.solar-system #legal p {
	font-size: var(--size-100);
	line-height: 1.4;
	color: var(--grey);
}

/* Misc */

#spain-map {
	width: 100%;
}

#place-select {
	width: 100%;
	height: 50px;
	padding-left: 15px;
	border: 2px solid var(--green);
	font-size: 18px;
	line-height: 1.4;
	color: var(--secondary);
	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%2339a1ff%22%2F%3E%3C%2Fsvg%3E') no-repeat right 15px top 55%;
	display: none;
}

#call {
	width: 100%;
	transform: translate(-50%,101%);
	transition: all 520ms ease;
	left: 50%;
	max-width: 970px;
	padding: 0 5px;
}

#call .close {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 15px;
	top: 15px;
	background-color: var(--green);
	color: var(--secondary);
	border-radius: 100%;
	transition: all 320ms ease;
	cursor: pointer;
	z-index: 3;
}

#call .close:hover {
	background-color: var(--green);
}

#call > div > div.w-full.flex.flex-col{
	max-width: 420px;
}

#call form {
	width: 100%;
}

#call .fields {
	display: block;
}

#call > p {
	line-height: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	height: 57px;
	transform: translateY(-100%);
}

#call > p i {
	transform: translateY(-2px);
}

#call > div {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 2px solid var(--green);
	border-bottom: 0px;
	height: 100%;
}

#call button {
	height: 50px;
	border: none;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 0 20px;
}

#call input:not([type="checkbox"]), #call select{
	width: 100%;
	height: 50px;
	padding: 5px 10px;
	border: 2px solid var(--green);
	background-color: white;
}

#call input.wpcf7-not-valid, #call select.wpcf7-not-valid{
	background-color: #ffebeb;
}

#call input[name="your-phone"] {
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 10px;
}

#call input[name="CodigoPostal"] {
	border-top: 0;
	border-bottom: 0;
}

#call select[name="interesado_en"] {
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0;
	margin-bottom: 10px;
}

#call input[type="number"]::-webkit-outer-spin-button,
#call input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#call input[type="number"] {
    -moz-appearance: textfield;
}


#call.active {
	transform: translate(-50%, 0px);
}

#call form {
	width: fit-content;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
}

#call .wpcf7 form.sent .wpcf7-response-output {
	background: white;
	margin: 0;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: var(--size-400);
	font-weight: 700;
	justify-content: center;
	border: 0;
	color: var(--green);
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 2;
}

#call form .wpcf7-acceptance {
	font-size: var(--size-200);
}

form.wpcf7-form h3{
	padding-bottom: 0;
}

form.wpcf7-form .fields{
	margin-bottom: 30px;
}

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

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

.wpcf7-response-output{
	background-color: #f7dd17 !important;
	border: none !important;
	border-radius: 10px !important;
	margin-left: 0 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}

.wpcf7-response-output p{
	padding: 15px 20px !important;
}

.wpcf7-list-item {
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
	margin-left: 0;
}

.wpcf7-list-item > label{
	display: inline-block;
	width: 100%;
}

input.wpcf7-not-valid {
	background: #ff000024;
}

form input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	border: 1px solid var(--green);
	background-color: var(--grey-100);
	transform: translateY(1px);
	color: var(--green);
	appearance: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

form [type="checkbox"]::before {
	content: '';
	width: 10px;
	height: 10px;
	transform: scale(0);
	transition: var(--transition-280);
	box-shadow: inset 1em 1em var(--green);
	transition: all 280ms ease;
}

form [type="checkbox"]:checked::before {
	transform: scale(1);
}

.sun svg {
	width: 36px;
	height: 36px;
}

.edit-post {
	left: 20px;
	bottom: 20px;
}

#neobrand {
	height: 18px;
	transition: all 320ms ease;
	opacity: 0.5;
}

#neobrand:hover {
	opacity: 1;
}

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}

#breadcrumbs {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	margin-bottom: var(--space-100);
	opacity: 0;
	transform: translateX(-20px);
	transition: all 280ms ease 280ms;
}

#breadcrumbs.active {
	opacity: 1;
	transform: none;
}

#breadcrumbs a:hover {
	color: var(--green);
}

#breadcrumbs span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.logos figure {
	height: fit-content;
	width: fit-content;
}

.logos figure img {
	max-height: 80px;
	max-width: 100%;
	width: auto;
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--green);
}

.swiper-pagination-bullet-active {
	background: var(--green);
}

[data-tooltip]{
	position: relative;
}

[data-tooltip]::after {
	content: attr(data-tooltip);
	width: fit-content;
	white-space: nowrap;
	color: white;
	padding: 10px;
	opacity: 0;
	pointer-events: none;
	border-radius: 10px;
	font-size: 12px;
	background-color: var(--secondary);
	transform: translateX(-50%) translateY(calc(-100% - 5px));
	transition: all 320ms ease;
	position: absolute;
	top: 0;
	left: 50%;
}

[data-tooltip]:hover::after {
	opacity: 1;
}



/* Estilos generales para las pestañas */
.tab-content {
    display: none !important;
}

.tab-content.active {
    display: block !important;
}

.tabs-container {
    width: 100%;
    margin: 20px auto;
}

.tabs {
    display: flex;
    justify-content: start;
    gap: 10px;
}

/* Estilo para el botón activo */
.tab-button.active {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 5px;
}

.block-editor-block-list__block.tab-content{
	display: block !important;
}



/*Tesla botones*/



.is-style-tesla-blanco .wp-block-button__link,
.is-style-tesla-negro .wp-block-button__link,
.is-style-tesla-transparente-white .wp-block-button__link,
.is-style-tesla-transparente-black .wp-block-button__link,
.is-style-tesla-blanco-line .wp-block-button__link,
.is-style-tesla-negro-line .wp-block-button__link {
	padding: 8px 30px !important;
	font-size: 14px !important;
	border-radius: 5px !important;
	border: 1px solid !important;
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	justify-content: center !important;

}

.is-style-tesla-blanco .wp-block-button__link{
	background-color: white !important;
	border-color: white !important;
	color: #171A20 !important;
}

.is-style-tesla-blanco .wp-block-button__link:hover  {
	background-color: #171A20 !important;
	border-color: #171A20 !important;
	color: white !important;
	opacity: 1;
}

.is-style-tesla-blanco-line .wp-block-button__link{
	background-color: transparent;
	border: 1px solid white;
	color: white;
}

.is-style-tesla-blanco-line .wp-block-button__link:hover{
	background-color: white !important;
	color: black !important;
	opacity: 1;
}

.is-style-tesla-negro .wp-block-button__link{
	background-color: #171A20 !important;
	border-color: #171A20 !important;
	color: white !important;
}

.is-style-tesla-negro .wp-block-button__link:hover {
	background-color: white !important;
	border-color: #171A20 !important;
	color: #171A20 !important;
	opacity: 1;
}


.is-style-tesla-negro-line .wp-block-button__link{
	background-color: transparent !important;
	border: 1px solid #171A20 !important;
	color: #171A20 !important;
}

.is-style-tesla-negro-line .wp-block-button__link:hover{
	background-color: black !important;
	color: white !important;
	opacity: 1;
}

.is-style-tesla-transparente-black .wp-block-button__link{
	background-color: transparent !important;
	border: 1px solid #171A20 !important;
	color: #171A20 !important;
}

.is-style-tesla-transparente-black .wp-block-button__link:hover{
	background-color: black !important;
	color: white !important;
	opacity: 1;
}


.is-style-tesla-transparente-white .wp-block-button__link{
	background-color: transparent !important;
	border: 1px solid white !important;
	color: white !important;
}

.is-style-tesla-transparente-white .wp-block-button__link:hover{
	background-color: white !important;
	color: black !important;
	opacity: 1;
}

.img-tesla img{
	aspect-ratio: 16/9;
	object-fit: contain;
	width: 1200px !important;
}

.has-small-font-size{
	margin: 0 !important;
}

.columna-tesla {
	display: flex !important;
	flex-direction: column !important;
	align-items: start;
	justify-content: space-between !important;
}
.coche-tesla {
	margin: 0;
	padding: 0;
}

.hover-opacity:hover {
  opacity: 0.5;
}

.weight-300 {
  font-weight: 300;
}
.size-14 {
  font-size: 14px !important;
}
.weight-600 {
  font-weight: 600;
}
.size-18 {
  font-size: 18px !important;
  padding: 0 !important;
}

.letra-guion{
	letter-spacing: -4px !important;
}

.sticky-tesla-columna{
	position: sticky !important;
	top: 0;
	z-index: 1;
}

.lista-tesla-pop{
	padding-left: 0px !important;

}
.lista-tesla-pop li{
	list-style: none !important;
	line-height: 2.5;
}

.title {
	font-size: 20px !important; 
}

.btn-tesla {
	width: 100%;
}

.espacio-seccion-responsive-tesla {
	gap: 35px !important;
}


.alinea-icon-tesla{
	gap: 10px !important;
}

/*BYD*/

/*Slider BYD*/

.wp-block.wp-block-acf-slider {
    margin: 0 !important;
    width: 90% !important;
    max-width: 100% !important;
}

.sliderwidth {
	width: 1450px !important;
	margin: 0 auto;
}

.swiper-comun .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-comun .swiper-slide{
	width: 600px !important;
	max-width: 100%;
}

.swiper-comun .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #252728;
  color: #252728;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.swiper-comun .nav:hover {
  border: 1px solid var(--grey);
  color: var(--grey);
}

.is-style-byd-black-line .wp-block-button__link,
.is-style-byd-white-line .wp-block-button__link, 
.btn-prod-line {
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	border: 1px solid;
	text-transform: uppercase;
}


.is-style-byd-black-line .wp-block-button__link,
.btn-prod-line {
	background-color: transparent;
	border: 1px solid #252728;
	color: #252728;
}
.is-style-byd-black-line .wp-block-button__link:hover,
.btn-prod-line:hover{
	background-color: #252728 !important;
	color: white !important;
	opacity: 1;
}


.is-style-byd-white-line .wp-block-button__link{
	background-color: transparent;
	border: 1px solid white;
	color: white;
}

.is-style-byd-white-line .wp-block-button__link:hover{
	background-color: white !important;
	color: #252728 !important;
	opacity: 1;
}


.producto-byd {
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	padding: 50px;
	width: 600px;
	max-width: 100%;
	height: 550px;
	gap: 30px;
}

.producto-byd h3, .title-byd h3 {
	font-size: 42px !important;
	padding-bottom: 5px;
}

.producto-byd .img-prod-byd{
	width: 100%;
	display: flex;
	justify-content: center;
}
.img-prod-byd img{
	max-width: 300px;
	max-height: 300px;
}

/*popup byd*/

.popup-full{
	margin: 0;
	padding: 50px !important;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.6);
	display: grid;
	place-items: center;
}

.popup-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	padding: 50px;
	width: 100%;
	max-width: 1230px;
	gap: 50px;
}

.popup-content .popup-column-left{
	width: 30%;
}

.popup-content .popup-column-rigth{
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
}

.popup-producto{
	background-color: #f8f8f8;
	padding: 50px;
	columns: 2;
	column-gap: 30px;
}

.popup-producto h4:first-of-type {
    margin-top: 0;
}

.popup-producto h4{
	margin-top: 10px;
}

.popup-producto p {
	margin: 5px 0;
}

.popup-producto h4, 
.popup-producto p {
  break-after: avoid;
  padding: 0;
}

.popup-content .cierre {
  position: absolute;
  top: 50px;
  left: 35px;
}






@media (max-width:767px) {
main#post-16253 > #intro > div > figure {order:1;}
main#post-16253 > #intro > div > div {order:2;}
}