/*
Theme Name: ARGIS FUND | 1.0
Theme URI: http://davidboyero.com
Description: Custom Theme
Version: 1.0
Author: David Boyero Serrano
Tags: custom, personalizado
*/

/*.contentflex,
.contentgrid {
	border:4px solid red;
}*/

.grecaptcha-badge { 
    visibility: hidden;
}

.main-single {
	position: relative;
	background-color: white;
}


:root :where(.wp-block-quote.is-style-plain) {
    border-color: var(--wp--preset--color--medium);
    border-width: 0 0 0 4px;
    border-style: solid;
    font-size: var(--wp--preset--font-size--h-4);
    padding-top: var(--wp--preset--spacing--s);
    padding-right: var(--wp--preset--spacing--s);
    padding-bottom: var(--wp--preset--spacing--s);
    padding-left: var(--wp--preset--spacing--l);
}

:root :where(.wp-block-quote.is-style-plain :where(p))::before {
    content: unset;
}


.section-video,
.page-header {
	--secHeight: 100vh;
	--topTitle:   50vh;
	--paddBottom:var(--wp--preset--spacing--xxl);
	--back:var(--wp--preset--color--contrast);
	overflow: clip;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	height: var(--secHeight);
	padding-bottom: var(--paddBottom);
}

.page-header {
	background-color: var(--back);
}

.page-legales {
	--secHeight: 40vh;
	--paddBottom:var(--wp--preset--spacing--l);
	--back:var(--wp--preset--color--light);
}

.page-blog {
	--secHeight: 60vh;
	--paddBottom:var(--wp--preset--spacing--l);
	background: radial-gradient(at bottom right, var(--wp--preset--color--lightgrey) 0%, transparent 40%);

}

.page-blog img {
    position: absolute;
    inset: auto 0 0 auto;
    max-width: 70vw;
    height: auto;
    opacity: .05;
}

@media only screen and (max-width: 620px) {
	.section-video,
	.page-header {
		--paddBottom:calc(var(--wp--preset--spacing--xxl) + 50px);
	}
 
}

.page-header img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(0.75);
    -webkit-mask: linear-gradient(180deg, black, rgb(0 0 0 / .5) 100%);
    pointer-events: none;
}
 

.fullscreen {
  position: absolute;
  top:0;
  height: var(--secHeight);
  width:  100%;
  background: var(--wp--preset--color--contrast);
  background: #212121;
  filter: brightness(0.75);
}

.fullscreen video,
.section-video img {
  position: sticky;
  position: absolute;
  inset:0;
  object-fit: cover;
  height: var(--secHeight);
  width:  100%;
/*  opacity: .55;*/
}   


.top-excerpt {
  --padd:var(--wp--preset--spacing--m);
  border-top: 2px solid var(--wp--preset--color--light);
  color: var(--wp--preset--color--light);
  padding-top: var(--padd);
  margin-top:  var(--padd);
}
/*.section-top {
  position: relative;
  margin-top: calc(var(--topTitle) * -1);
}
 


.top-title {
   padding-bottom: var(--wp--preset--spacing--xl);
}*/



.maincontent {
	position: relative;
	background-color: var(--wp--preset--color--light); 
	overflow: clip;
}
 





.categorias-index {
/*	border:4px solid blue;*/
	display: flex; 
	flex-wrap: wrap;
	gap:var(--wp--preset--spacing--3-xs); 
	padding-block: var(--wp--preset--spacing--m);
}

.cat-item {
	--catBack:    var(--wp--preset--color--medium);
	--catText:    var(--wp--preset--color--light);
	--catBorder:  var(--wp--preset--color--medium);
    
    display: inline-flex;
    align-items: center;
    gap:10px;
    padding: 6px 8px;
    border-radius: 4px;
    border:2px solid var(--catBorder);
    background-color: var(--catBack);
    color:     var(--catText);
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 900;
}

.cat-item:hover {
	--catBack:   var(--wp--preset--color--contrast);
	--catBorder: var(--wp--preset--color--contrast);
	color:var(--catText);
}

.cat-card {
 	--catBack:    transparent;
	--catText:    var(--wp--preset--color--light);
	--catBorder:  var(--wp--preset--color--light);
}

.cat-card:hover {
 	--catBack:    var(--wp--preset--color--medium);
	--catText:    var(--wp--preset--color--light);
	--catBorder:  var(--wp--preset--color--medium);
}

.cat-index {
 	--catBack:    transparent;
	--catText:    var(--wp--preset--color--medium);
	--catBorder:  var(--wp--preset--color--medium);
	padding: var(--wp--preset--spacing--xxs);
	justify-content: space-between;
	min-width: 100px;
	font-size: var(--wp--preset--font-size--s);
}

.cat-index:hover,
.cat-index.current {
 	--catBack:    var(--wp--preset--color--medium);
	--catText:    var(--wp--preset--color--light);
	--catBorder:  var(--wp--preset--color--medium);
}

.cat-index span {
	--size:20px;
	display: grid;
	place-content: center;
	background-color: var(--wp--preset--color--lightgrey);
	font-weight: 600;
	border-radius: 100vmin;
    height:    var(--size);
    min-width: var(--size);
    padding-inline: 7px;
	color:var(--wp--preset--color--medium)
}

.cat-index:hover span,
.cat-index.current span  {
	background-color: var(--catText);
}

/* -------------------------------- 
----
---- HOME CARDS
----
-------------------------------- */
 
.card-row {
	--cardHeight:650px;
	--cardGrid:repeat(3, 1fr);
	--cardGap:0px;
	display:grid;
	 
	grid-template-columns: var(--cardGrid);
	gap: var(--cardGap);
	align-items: stretch;

}
 

.card-home {
	display: grid;
	background: var(--wp--preset--color--contrast);
    overflow: hidden;
    height: var(--cardHeight);
}

.card-home > * {
	grid-column: 1/-1;
	grid-row: 1/-1;
}

.card-home-text {
	padding: 0 var(--wp--preset--spacing--m) var(--wp--preset--spacing--m);
	z-index: 2;
	align-self: end;
}

.card-home img {
	position: relative;
	overflow: hidden;
	filter:   brightness(.5);
	object-fit: cover;
	object-position: top center;
	height: 100%;
	width: 100%;
	transition: all 500ms ease;
}
 
.card-home-title {
	--separation:0px;
	--line:0px;
	color:white;
    display: inline-flex;
    gap:var(--separation);
    width: 12ch;
}

.card-home-title::before {
    content:'';
    display: block;
    width: var(--line);
    background: var(--wp--preset--color--accent);
}

.card-home,
.card-home-img,
.card-home-img img,
.card-home img,
.card-home-title,
.card-home-title::before   {
	transition: all 500ms ease;
}
.card-home:hover {border-radius: var(--cardRadius);z-index: 3;box-shadow: var(--shadow-5);}
.card-home:hover .card-home-img {
	mix-blend-mode: luminosity;
	filter:grayscale(1) brightness(0.35);
	opacity: .75;
}
.card-home:hover img {
	mix-blend-mode: luminosity;
	filter:grayscale(1) brightness(0.35);
	opacity: .75;
}
.card-home:hover .card-home-title {
	--separation:var(--gap);
	--line:2px;
}

.card-row:hover .card-home {scale:1.05;}
.card-row:hover .card-home:not(:hover) { 
	mix-blend-mode: luminosity;
	scale:.95;
	opacity: .25;
}

 
 

@media only screen and (max-width:880px) {
 
.card-row {
	--cardHeight:300px;
	--cardGrid:1fr;
}


}

 
 

.chip {
	--catColor:#eafbfd;
    display: inline-flex;
    align-items: center;
    gap:10px;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: var(--catColor);
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 900;
}
 


/* -------------------------------- 
----
---- BLOG STYLES
----
-------------------------------- */
 
 


.blog-grid {
	--padding:var(--wp--preset--spacing--s); 
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
	gap:var(--wp--preset--spacing--s);
}

.blog-grid-slide {
	--padding:var(--wp--preset--spacing--s); 
	list-style: none;
	display: flex; 
	flex-wrap: nowrap!important;
	gap:var(--wp--preset--spacing--s);

	overflow-x: auto;
	padding-inline: calc((100% - var(--wp--style--global--content-size)) / 2 );
	padding-bottom:var(--wp--preset--spacing--xl) ;
	-webkit-overflow-scrolling: touch;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.blog-grid-slide > *  { flex: 0 1 33%;  }

@media only screen and (max-width:1024px) {
 
.blog-grid-slide > *  { flex: 0 0 320px;  }

}


.blog-navigation { 
  --size:50px;
  --color:  var(--wp--preset--color--contrast);
  --back:   var(--wp--preset--color--lightgrey); 
  --border: var(--wp--preset--color--contrast);
  display: flex; 
  align-items:center;
  justify-content: end;
 
  position: relative;
  list-style: none;
  padding: 0;
}
 

.blog-navigation li a, 
.blog-navigation li.ellipsis { 
  font-size: var(--wp--preset--font-size--xs);
  font-weight: 700; 
  color:  var(--color); 
  width:  var(--size);
  height: var(--size);
  display: grid;
  place-content:center;
  border-bottom:2px solid var(--border)
}
 
.blog-navigation li a.current, 
.blog-navigation li a.current:hover, 
.blog-navigation li a:hover, 
.blog-navigation li a:focus {
	font-weight:900;
	box-shadow: inset 0 -4px 0 0 var(--border)
}


.blog-navigation li a.blog-navigation__prev,
.blog-navigation li a.blog-navigation__next,
.blog-navigation li a.blog-navigation__prev:hover,
.blog-navigation li a.blog-navigation__next:hover {
  box-shadow: none;
  border: none;
}

.blog-navigation li a svg {
	transition: all 350ms ease;
}
.blog-navigation li a.blog-navigation__prev svg { --translate:-10px; }
.blog-navigation li a.blog-navigation__next svg { --translate:10px; }
.blog-navigation li a.blog-navigation__prev:hover svg,
.blog-navigation li a.blog-navigation__next:hover svg {
 transform: translateX(var(--translate));
}
 
@media only screen and (max-width: 540px) { 
 
.blog-navigation { 
   --size:40px;  
   flex-wrap:wrap;
}

}
 
 

.card-blog,
.card-image,
.card-image img {
	transition: all 350ms;
} 

.card-blog {
	background-color:var(--wp--preset--color--light); 
	border:1px solid var(--wp--preset--color--lightgrey);
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	box-shadow: var(--shadow-2);
 	overflow:   hidden;
 	padding:    var(--wp--preset--spacing--m);
 	height:     500px;
	position:   relative;
}

.card-title,
.pretitle   { color: var(--wp--preset--color--light); }

.card-blog :not(.card-image) { z-index:2 }
.card-image {
	position: absolute;
	inset:0;
	background-color:var(--wp--preset--color--contrast); 
 }

.card-image img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width:  100%;
	filter: brightness(.6);
 }

.card-blog:hover 				 { border-radius:var(--buttonRadius); box-shadow:var(--shadow-5) }
.card-blog:hover .card-image img { transform:scale(1.1); filter: brightness(.25); }
 
.card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 3!important;
}
.bloglink {
	position: absolute;
	inset: 0;
}
 


/* -------------------------------- 
----
---- FOOTER 
----
-------------------------------- */

blockquote {
	position: relative;

}

body {
	--footerMargin:var(--wp--preset--spacing--large);
} 

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

footer {
	--clipPadd:var(--wp--preset--spacing--m) var(--wp--preset--spacing--m) 0;
 	background-color: var(--wp--preset--color--lightgrey);
  	position: relative;
    clip-path: inset(var(--clipPadd) round var(--cardRadius));

 	padding-top: calc(var(--footerMargin) * 1.5);
	margin-bottom: var(--wp--preset--spacing--m);
}	

.footer-legales {
	margin-top:  var(--wp--preset--spacing--xxl);
	padding-top: var(--wp--preset--spacing--xxl);
}

.section-newsletter {
	border-radius: var(--cardRadius); 
	overflow: clip; 
	position: relative;
	z-index: 2;
	box-shadow: var(--shadow-5); 

	padding: var(--wp--preset--spacing--l);

	margin-bottom: calc(var(--footerMargin) * -1);
	margin-top: var(--wp--preset--spacing--xl);

 }

 

.clean-ul .description { display:none; }

 


.home-form {
	--formPadding:var(--wp--preset--spacing--l) var(--wp--preset--spacing--m);
	background-color: var(--wp--preset--color--light);
 
	padding:var(--formPadding);
	position: relative;
	box-shadow: var(--shadow-6);
	overflow: clip;
	border-radius: var(--cardRadius);
	margin-bottom: calc((var(--marqueeSpace) + 60px) * -1);
	z-index:3;
 
}

.form-check a:hover { color:var(--wp--preset--color--light) }
 
.home-form > * {
	z-index: 2;
}
 


.footer-menu {
	text-align: left;
}

.underline-link  {
	display: flex;
	flex-direction: column;
	gap:var(--wp--preset--spacing--xxs);
}

.underline-link a {
 	display:inline-block;
 	font-weight: 500;
 	color: var(--wp--preset--color--contrast);
 	opacity: .8;
 }

 .v2 .underline-link a { color:white; }

.underline-link a::after {
     content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--wp--preset--color--accent);
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.3s;
 } 

.underline-link a:hover        { opacity:1 }
.underline-link a:hover::after { transform:scaleX(1);transform-origin: left top; }

.copyright { 
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap:var(--gap);
 	padding-block: var(--wp--preset--spacing--m);
 	margin-bottom:  var(--wp--preset--spacing--l); 
	border-top:1px solid var(--wp--preset--color--contrast);
}

.footervideo {
	position: absolute!important;
    inset: 0;
    z-index: 0;
 
}

 

.footervideo video {
    object-fit: cover;
    height: 100%;
    width: 100%;
	mix-blend-mode: luminosity;
     filter:brightness(.5);
    width: 100%;
    object-fit: cover;
    z-index: 0;
    display: block;
}

.footervideo::after {
	background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, var(--wp--preset--color--contrast) 70%) !important;
	opacity: 1 !important;
	mix-blend-mode: unset !important;
	z-index: 2;
}

 

.footervideo2::after {
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, var(--wp--preset--color--contrast) 60%) !important;
    opacity: 1 !important;
    mix-blend-mode: unset !important;
    z-index: 2;
}




.legal-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap:var(--wp--preset--spacing--s);
}

.legal-menu a {
	padding-block: var(--wp--preset--spacing--xs);
	font-size:     var(--wp--preset--font-size--xs);
	color:         var(--wp--preset--color--contrast);
	font-weight:   500;
}
 
.v2 .copyright,
.v2 .legal-menu a { color: white; position: relative; z-index: 2}

 

.listed,
.section-copy,
.section-footer {
	display: grid;
	grid-template-columns: var(--gridTemplate);
	gap:                   var(--wp--preset--spacing--s);
}
.section-copy {
	--space: 		var(--wp--preset--spacing--m);
	border-top:     1px solid var(--wp--preset--color--accent);
	border-top:     1px solid var(--wp--preset--color--darkgrey);
	font-size:      var(--wp--preset--font-size--xs); 
	padding-block:  var(--space);
	margin-top: 	var(--wp--preset--spacing--l);
}

 
 
.listed {
	--size:4;
	--gridTemplate: repeat(var(--size), 1fr); 
}


 
.card-data > * + * {
	border-top:1px solid #d8d8d8;
}


@media only screen and (max-width:820px) {
	footer {
		--clipPadd:var(--wp--preset--spacing--s) var(--wp--preset--spacing--s) 0;
	}	
	
	.home-form {--formPadding:var(--wp--preset--spacing--s);}
}

@media only screen and (max-width:620px) {
	footer {
		--clipPadd:var(--wp--preset--spacing--xs) var(--wp--preset--spacing--xs) 0;
	}	

	.copyright { justify-content: center; }
 }

 

details {
	--icon: 16px;
	--paddingSummary: var(--wp--preset--spacing--s);
	--colorSummary: var(--wp--preset--color--contrast);
	--paddingInner: 0 0 var(--wp--preset--spacing--s);
	--colorInner:   var(--wp--preset--color--accent);
	--backOpen:  white;
	--back:		 var(--wp--preset--color--lightgrey);
	--backHover: var(--wp--preset--color--darkgrey);
	--events: none;
    width: 100%;
    transition: all 350ms linear;

    /*border:1px solid red;*/
}

details summary {
	font-size:      var(--wp--preset--font-size--s);
	color:          var(--colorSummary);
 	padding:		var(--paddingSummary);
 	text-transform: uppercase;
	font-weight: 900;
	display: flex;
	justify-content: space-between;
	align-items: center;
 	
 	cursor:pointer;
 	transition: all 350ms linear;
}

details summary:after {
	content: '';
	background-image: var(--arrow-down);
	background-repeat: no-repeat;
	background-size: var(--icon);
	min-width:     var(--icon);
	aspect-ratio:1/1;
	display: block;
	transition: all 350ms linear;
}
 
details[open] summary:after { transform: rotate(180deg);  }


details.footer-menu {
	--colorSummary: var(--wp--preset--color--text);
	--icon:0px;
	--paddingSummary: 0 0 var(--wp--preset--spacing--s);
}  

details.footer-menu summary {

	pointer-events: var(--events);
}

details.is-style-faqs        {
	--paddingSummary: var(--wp--preset--spacing--s) 0;
}
details.is-style-faqs summary {
	background-color: white;
	color:var(--wp--preset--color--contrast);
	border-top:1px solid var(--wp--preset--color--darkgrey);
}
details.is-style-faqs div {
	margin-block-start: 0px;
	padding:var(--paddingInner);
}

details.is-style-faqs div p + p {
	margin-top: var(--wp--preset--spacing--xs);
}


details.form-details {
	--paddingSummary: var(--wp--preset--spacing--xxs) 0;
	font-size:      var(--wp--preset--font-size--xs);
}

details.form-details summary,
details.form-details div {
	font-size:      var(--wp--preset--font-size--xs);
	color:var(--wp--preset--color--light);
	text-transform: none;
	font-weight: 400;
}

details.form-details summary { flex-direction: row-reverse; justify-content: flex-end; gap:4px; }
details.form-details summary:after {
	background-image: var(--arrow-down-light);
}


details.data-fondo       summary { background-color: var(--back) } 
details.data-fondo:hover summary { background-color: var(--backHover) } 
details.data-fondo[open] summary { background-color: var(--backOpen) } 

.section-faqs {
	scroll-margin-top: var(--wp--preset--spacing--xl);
}


@media only screen and (max-width: 1024px) {
 	.section-footer { 
 		--gridTemplate: 1fr; 
 		gap: var(--wp--preset--spacing--l);
 	}
	.listed {
	--size:2;
	}

 
}

@media only screen and (max-width: 820px)  {  
	.section-copy {
		--gridTemplate: 1fr; 
		align-items: center;
		text-align: center;
	}

	.listed             { margin-block: var(--wp--preset--spacing--m);  }
}

.footer-logo { 
	display: flex;
	flex-direction: column;
	gap:var(--wp--preset--spacing--s);
}
 
@media only screen and (max-width: 620px)  {  

	.footer-logo { 
		text-align: center;
		justify-content: center;
		align-items: center; 
	}
	.section-footer     { margin-bottom: var(--wp--preset--spacing--m); }
 	.listed { --gridTemplate:1fr }
	
	details.footer-menu {
		--events:all;
		--icon:16px;
		--paddingSummary: var(--wp--preset--spacing--s) 0;
		
	 }  
 
 
} 


/* -------------------------------- 
----
---- 404 STYLES
----
-------------------------------- */
 

.section-404 { 
	padding-block: var(--wp--preset--spacing--huge);
}


@media print{

*{background:transparent!important;color:black!important;box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}
pre,blockquote{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
img{max-width:100%!important}
@page{margin:.5cm}
p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
.hide-on-print{display:none!important}
.print-only{display:block!important}

}
 



.is-style-cover .wp-block-cover__background {
  display: none;  
}

.is-style-cover {
  background: var(--wp--preset--color--contrast);
  overflow: hidden;
}
 

.is-style-cover img {
  position: relative;
  overflow: hidden;
  filter:   brightness(.5);
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  transition: all 500ms ease;
}
 
.is-style-cover .wp-block-heading {
  --separation:0px;
  --line:0px;
  color:white;
    display: inline-flex;
    gap:var(--separation);
 
}

.is-style-cover .wp-block-heading::before {
    content:'';
    display: block;
    width: var(--line);
    background: var(--wp--preset--color--accent);
}

.is-style-cover,
.is-style-cover img,
.is-style-cover .wp-block-heading,
.is-style-cover .wp-block-heading::before   {
  transition: all 500ms ease;
}

.is-style-cover:hover {border-radius: var(--cardRadius);z-index: 3;box-shadow: var(--shadow-5);} 
.is-style-cover:hover img {
  mix-blend-mode: luminosity;
  filter:grayscale(1) brightness(0.35);
  opacity: .75;
}
.is-style-cover:hover .wp-block-heading {
  --separation:var(--gap);
  --line:2px;
}

.wp-block-columns:hover .is-style-cover {scale:1.05;}
.wp-block-columns:hover .is-style-cover:not(:hover) { 
  mix-blend-mode: luminosity;
  scale:.95;
  opacity: .25;
}

@media only screen and (max-width:880px) {
    .is-style-cover {
        min-height:auto!important;
 		padding-top: var(--wp--preset--spacing--large)!important;
    }
} 
 



.stick-estudio  {
  --headerHeight:  110px;
  --height:        78svh;

  --dataHeight:    80px;
  --dataVar:       1.25;
  --dataTop:          0;

  top:calc( var(--headerHeight) * var(--dataTop) );
  position:sticky;
  display: flex;
  overflow: hidden;
  background-color: white;
  min-height: var(--height); 
}
 
.stick-estudio > img {
  width:  120%!important;
  height: 120%!important; 
  transition: all 1s linear;
}

.stick-estudio:nth-child(1n) { --dataTop:1; }
.stick-estudio:nth-child(2n) { --dataTop:1.25; }
.stick-estudio:nth-child(3n) { --dataTop:1.5; }
.stick-estudio:nth-child(4n) { --dataTop:0; }

@media only screen and (max-width:1024px) {
	.stick-estudio  {
  		--headerHeight:  60px;
  		--height:80vh;
	}
	.stick-estudio:nth-child(2n) { --dataTop:1.5; }
	.stick-estudio:nth-child(3n) { --dataTop:1.75; }
}

@media only screen and (max-width:620px) {
	.stick-estudio  {
		--height:auto;
		position: relative;
		top:auto;
	}
}



.is-style-gallerytop {
/*	border:4px solid hotpink;*/
	position: relative;
	overflow: hidden;
}

.is-style-gallerytop > figure {
/*	border:4px solid black;*/
	overflow: hidden;
}

.is-style-gallerytop > figure img {
/*	border:2px solid hotpink;*/
	width:      120%!important;
	min-height: 120%!important; 
	transition: all 1s linear;
}

.fondoslide .wp-block-columns {
/*	border:1px solid red;*/
	width: 100%;
}





@media only screen and (max-width:820px) {
 	.slidenew {
	 	flex-wrap: wrap!important;
	 	align-items: flex-end;
	}

 	.slidenew > :not(div:nth-child(2n)) {
  		flex-basis:  calc(50% - 12px);
  		order:-1;
 	}
 
}

 
/* 
.acf-map-block {
	--mapHeight:100vh;
	--mapAlign: center;
	--mapFlex:  column;
	--mapPadd:  var(--wp--preset--spacing--l) var(--wp--preset--spacing--m) var(--wp--preset--spacing--s);
	height: var(--mapHeight);
	align-items: var(--mapAlign);
	display: flex;
}

#acf-map {
position: absolute;
inset: 0;
}

.map-cards {
	display: flex;
	flex-direction: var(--mapFlex);
	gap: var(--wp--preset--spacing--xs);
	z-index: 2;
	position: relative;
}

.map-card {
	background: var(--wp--preset--color--contrast);
	overflow: hidden;
	height: auto;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
	min-height: unset !important;
	padding: 0 !important;
}
.map-card-text {
	color: white;
	position: relative;
	z-index: 2;
	padding: var(--mapPadd);
}

.map-card-text a { display:block; } 

.map-card img {
  position: absolute;
}
 

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

	.acf-map-block {
	--mapAlign: flex-start;
	--mapFlex:  row;
	--mapPadd:  var(--wp--preset--spacing--s);
	padding-top: var(--headerHeight);
	}
 

}

@media only screen and (max-width:620px) { 
	.acf-map-block {--mapHeight:80vh;}
	.map-cards { width:100% }
	.map-card  { flex:1 }
	.map-card-text p,
	.map-card-text a { display:none }
} */

/* -------------------------------- 
----
---- MAPS
----
-------------------------------- */



.acf-map-block {
	--mapHeight:100vh;
	--mapAlign: center;
	--mapFlex:  column;
	--mapPadd:  var(--wp--preset--spacing--l) var(--wp--preset--spacing--m) var(--wp--preset--spacing--s);
	height: var(--mapHeight);
	align-items: var(--mapAlign);
	display: flex;
}

#acf-map {
position: absolute;
inset: 0;
}

.map-cards {
	display: flex;
	flex-direction: var(--mapFlex);
	gap: var(--wp--preset--spacing--xs);
	z-index: 2;
	position: relative;

 
	height: 100%;
	justify-content: center;
}

.map-card {
	background: var(--wp--preset--color--contrast);
	overflow: hidden;
	height: auto;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
	min-height: unset !important;
	padding: 0 !important;
}
.map-card-text {
	color: white;
	position: relative;
	z-index: 2;
	padding: var(--mapPadd);
}

.map-card-text a { display:block; } 

.map-card img {
  position: absolute;
}
 

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

	.acf-map-block {
		--mapAlign: flex-start;
		--mapPadd:  var(--wp--preset--spacing--s);
 
	}
 

}

@media only screen and (max-width:620px) { 
	.acf-map-block {--mapHeight:80vh;max-width: 94vw;}
	.map-cards { 
			width:150px;
			overflow-y: auto;
			justify-content: flex-start;
			padding-block:var(--wp--preset--spacing--l);
	}
	.map-card {
		overflow: unset;
	}
 
}