@charset utf-8;
/*
Theme Name: Pinochera
Author: Code by Ricardo Juárez	
Author URI: http://rjvv.com/
Version: 1.0
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
Copyright: (c) 2024 Ricardo Juárez
*/

:root 	{
	--body: 15px;
	--linebody: 17px;

	--primary:#FFFFFF;
	--contrast: #000000;
	--grey: #CCCCCC;

	--medium:24px;
	--mediumb:30px;
	--big: 100px;
	--bigs: 50px;
	
	--pads:10px;
	--pad:20px;
	--padb: 50px;
	
	--marginb:200px;
	--border: 1px solid;
	
--sans: 'Roboto', 'Helvetica', Arial, sans-serif;
	--serif: 'Times', serif;
	 --app-height: var(--real100);
	 
	 --header: 195px;
}



*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;

}
html, body
{
	overscroll-behavior-block: none;
overscroll-behavior: none;
margin:0;
font-size:100%;
width:100%;
     }
     
     	html { margin-top: 0px !important; background-color: var(--primary);}
	* html body { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 0px !important; }
	}
	
	.body{
font-size: var(--body);
line-height: var(--linebody);
		
	}
	.body .contenido{
		line-height: 22px;
		letter-spacing: 0.01em;
	}

body {
display: flex;
min-height: 100vh;
flex-direction: column;     
margin:0;
-moz-osx-font-smoothing: grayscale; 
text-rendering:geometricPrecision;
-webkit-font-smoothing: subpixel-antialiased;
font-size: var(--body);
line-height: var(--linebody);
font-weight: 400;
font-family: var(--sans);
color: var(--contrast);
background-color: var(--primary);
}

.page-template-home #main{
padding-top: 0;
padding-bottom: 0;
	margin-top: var(--header);
}
#main{
	padding-top: var(--header);
	background-color: var(--primary);
	flex:1;
	background-attachment: fixed;
background-size: contain;
padding-bottom: 50px;
  background-repeat: no-repeat;
  }
.page-template-programa #main, .archive #main{
	padding-top: calc(var(--header) + 39px);
}

.blacktext{
	color: #000 !important;
}

h2, h3, h4, h5, h6{
	margin-bottom: 0;
	font-size: var(--body);
line-height: var(--linebody);
font-weight: 400;
}

.hidden{
	opacity: 0;
}
.paddeds{
	padding: var(--pads);
}
.paddedb{
	padding: 0 var(--padb);
}
.padded{
	padding: var(--pad);
}
.vpadded{
	display: flex;
  justify-content: center;
flex-direction: column;
gap:var(--padb);
	padding: var(--pads) var(--pad);
}

.nav-up{
	top: calc(var(--header) * -1);
}
.nav-fixed{
	top: 0 !important;
}

.disable-scroll{
	overflow: hidden;
}
.header-middle{
	display: flex;
	align-items: center;
	padding: 0 var(--padb);
	flex-direction: column;
	gap:var(--pad);
	justify-content: space-between;
	flex-basis: 50%;
}

.cuarto, .menu-main-container{
	flex-basis: 25%;
}


header {
  background: var(--primary);
  position: fixed;
  top: 0;
  transition: all 0.6s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  width: 100%;
  align-items: center;
  z-index: 999999999;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: 1fr 2fr 1fr;
  justify-content: space-between;
  padding: 0 var(--pads);
  border-bottom: 2px solid var(--color);
  overflow-x: hidden; /* Prevent overflow */
}

.shaped-black:after{
	background-color: var(--contrast) !important;
}.shaped-black:before{
	background-color: var(--contrast) !important;
}
.shaped, .gform_wrapper {
	height: fit-content;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 30px 40px;  /* Adjust padding as needed */
    text-decoration: none;
    color: white;  /* Text color */
}

.gform_legacy_markup_wrapper{
	margin-top: 0px !important;
}

.gform_legacy_markup_wrapper input[type="submit"]{
	    clip-path: polygon(0 2%, 100% 4%, 96% 98%, 5% 85%);
border-radius: 0 !important;
outline: none;
margin-top: 50px;
color: white;
background: black;
}

.shaped::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color);
    clip-path: polygon(0 2%, 100% 4%, 96% 98%, 5% 85%);
    z-index: -1;  
        transition: all 0.3s ease;  
}
.shaped-vertical:before{
    clip-path: polygon(5% 2%, 96% 7%, 91% 93%, 5% 95%) !important;	
}
.shaped-diagonal:before{
width: 30%;
left: 35% !important;
margin: 0px auto;
clip-path: polygon(55% 3%, 86% 9%, 63% 100%, 14% 80%) !important;	
}
.videoclub .vpadded{
	gap:0;
}
.mediacion .vpadded{
	gap:200px;
}

.gform_wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color);
    clip-path: polygon(0 2%, 100% 4%, 96% 98%, 3% 87%);
    z-index: -1;  ç
        transition: all 0.3s ease;  
}

.shaped-border::before, .shaped-border-v::before {
display: none;}

.shaped-border {
  position: relative;
  width: 100%;
  height: 100%;
}

.flexbuttons{
	display: flex;
	gap:20px;
	align-items: center;
}

.shaped-border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-composite: destination-over;
  mask-composite: exclude;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 445 171" fill="none"%3E%3Cpath d="M441 3.9261L406.299 167.427L26.0029 167.427L4.06495 46.0426L441 3.9261Z" stroke="black" stroke-width="6.30587"/%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 445 171" fill="none"%3E%3Cpath d="M441 3.9261L406.299 167.427L26.0029 167.427L4.06495 46.0426L441 3.9261Z" stroke="black" stroke-width="6.30587"/%3E%3C/svg%3E');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color);
  z-index: 0;
  mask-position: center;
}


.shaped-border-v::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-composite: destination-over;
  mask-composite: exclude;
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%22144%22%20height%3D%22365%22%20viewBox%3D%220%200%20144%20365%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M139.758%20360.994L3.83594%20332.607L3.83598%2021.5109L104.746%203.56489L139.758%20360.994Z%22%20stroke%3D%22black%22%20stroke-width%3D%226.04099%22/%3E%3C/svg%3E');
  mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%22144%22%20height%3D%22365%22%20viewBox%3D%220%200%20144%20365%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M139.758%20360.994L3.83594%20332.607L3.83598%2021.5109L104.746%203.56489L139.758%20360.994Z%22%20stroke%3D%22black%22%20stroke-width%3D%226.04099%22/%3E%3C/svg%3E');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color);
  z-index: 0;
 -webkit-mask-position: left center;  /* Align to the left */
  mask-position: left center; }






.shaped-border *,
.shaped-border-v *,
.shaped-border h2,
.shaped-border .subtitle {
  position: relative;
  z-index: 1; /* Keep the text above the background */
}
.text a{
text-decoration: underline;}


.sans{
	font-family: var(--sans) !important;
}

.subtitle{
	position: relative;
	z-index: 1;
}

.videoclub .subtitle{
	padding: 100px 0;
}

.proyeccion .meta, .concierto .meta{
	display: flex;
	flex-direction: column;
	gap:var(--padb);
	width: fit-content;
}
.concierto .meta{
	margin-left: auto;
}
.actividad_paralela .meta{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.actividad_paralela .meta .event-type{
	flex-basis: 50%;
margin-bottom: var(--padb);}

.actividad_paralela .meta .trailer{
	flex-basis: 50%;
	text-align: right;
margin-bottom: var(--padb);}

footer .flex{
}

.actividad_paralela.grid-item a{
	gap: calc(var(--padb) * 3);
}


.flexdesktop{
	display: flex;
}


footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}



.text h2{
	text-transform: uppercase;
	margin: 0 0 20px;
}
.text h3{
	font-weight: bold;
	margin: 0 0 20px;
}
.text ul, .text ol{
	margin-bottom: 20px;
	padding-left: 40px;
}
.text ul li{
	list-style: circle;
}
.text ol li{
	list-style: decimal;
}


.section.gallery-section{
	grid-template-columns: 1fr 4fr;
}
.content{
	overflow-x: hidden;
}
.gallery-title{
position: relative;
  height: 70vh;
  padding-right: 20px;
z-index: 1;	
pointer-events: none;
}
.gallery{
position: absolute;
width: 100vw;
left: 0;
z-index: 0;
padding-right: var(--pad);
padding-left: calc(100vw / 6.5);
overflow: hidden;
}



.regular-sect .video-container {
height: auto;
width: 100%;
}
.embed iframe{
	width: 100%;
}

.video-container {
  position: relative;
  overflow: hidden;
  height: 70vh;
  aspect-ratio: 16/9;
}
.video-container, .gallery img{
  width: auto;
  max-width: inherit;
}

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

.gallery .swiper-slide{
	width: fit-content !important;
}
.gallery img{
	height: 70vh;
	width: auto;
}
.caption{
	margin-top: 5px;
}

.uppercase{
	text-transform: uppercase;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
	}



.color{
		color: var(--color);
}
.gallery-nav{
	position: absolute !important;
	left: var(--pad);
	top: 40px;
	z-index: 999;
	display: flex;
	flex-direction: column;
}
.gallery-nav .shaped{
	padding: 5px 10px;
	margin-bottom: 10px;
}


.corner{
	position: fixed;
	bottom: -20px;
	z-index: 99999;
	left: 10px;
	background-color: black;
	color: var(--color);
}

h1{
    letter-spacing: -1%;
	margin: 0;
	padding: var(--bigs) 0;
	font-family: var(--serif);
	font-size: var(--big);
	line-height: 1;
}
.serif{
	font-family: var(--serif);
}

.featured .title{
		padding: var(--pad) 40px var(--pad) var(--pad);
position: relative;
z-index: 2;
display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.single-head{
	display: flex;
	align-items: flex-end;
}

.shapes{
	position: absolute;
	z-index: 1;
	display: flex;
  height: 100%;
  width: 80%;
  top: 0;
  align-items: flex-end;
  }
.shapes .shaped.shaped-vertical{
	height: 100%;
	width: 20%;
	margin-right: 20%;
}
.shapes .shaped{
	height: 20%;
	width: 90%;
}
 
.single-featured{
	background-color: transparent !important;
	color: var(--primary);
	aspect-ratio: 6/3.5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
width: 60vw;
}

.single-featured img{
padding-right: var(--pad);
position: absolute;
z-index: 0;
}
.featured{
	background-color: var(--color);
	overflow: hidden;
}

.multiply img{
 	mix-blend-mode:multiply;
filter: saturate(0%) contrast(500%); 	
}

.podcast .shaped{
	margin: var(--padb) 0;
}

.featured img{
	object-fit:cover;
	height: 100%;
/* 	mix-blend-mode:multiply; */
/* 	filter: saturate(0%) contrast(500%); */
}

.huge{
	margin-top: 0;
	padding-top: 50px;
letter-spacing: -3px;	line-height: 80%;
	font-size: var(--big);
	margin-bottom: 20px;
}

.text p, .text ul, .text ol{
	margin-bottom: var(--linebody);
}
.text *:last-child{
	margin-bottom: 0;
}
.text{
	text-align: justify;
}

.content{
	padding-bottom: 100px;
}

.grid-item a{
	position: relative;
	display: flex;
	flex-direction: column;
	gap:var(--padb);
	height: 100%;
}
.grid-item{
	  width: calc((100% - 40px) / 3); 
	overflow: hidden;
	margin-bottom: var(--pads);
	color: white;
}



.filters{
	  grid-column: 1 / -1;
	padding: var(--pads);
	border-top: 2px solid var(--color);
	width: 100vw;
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	justify-content: space-between;
}

.featured-grid img{
	object-fit:cover;
	height: 100%;
}

.featured-grid{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}

.meta{
}
.title{  padding-right: 20px;
	position: relative;

}

.title h1{
	padding: var(--pad) 0;
}
.dias{
	padding-top: 77px;
}
.nav-grid #onepagenav{
	display: flex;
}
.nav-grid #onepagenav a{
}


.gform_heading{
	display: none;
}

.date-nav-cont{
	align-items: center;
	display: flex;
}
.nav-grid{
	width: 100%;
	z-index: 999;
	position: fixed;
	padding-top: 50px;
	display: grid;
	grid-template-columns: 4fr 1fr;
}

[id^="menu-main"]{
	max-width: 360px;
	margin-left: auto;
}

[id^="menu-main"] li.current-menu-item a, #onepagenav .current a, .filters .current{
    color: var(--color);
	
}
[id^="menu-main"] li:nth-child(odd){
text-align: right;}

[id^="menu-main"] li, [id^="menu-mobile"] li{
	padding: var(--pads) 0;
	 border-bottom: 2px solid var(--color);
}
.sub-menu{
		 border-top: 2px solid var(--color);
margin-top: var(--pad);
}
.sub-menu li{
		padding: var(--pads) 0 var(--pads) var(--padb);
	 border-bottom: 1px solid var(--color);
}

[id^="menu-mobile"] li.menu-item-has-children{
		padding: var(--pads) 0 0;
	
}
[id^="menu-main"] li:nth-last-of-type(2),
.sub-menu li:last-of-type,
[id^="menu-main"] li:last-of-type {
  	border-bottom: none;
}
.disable-scroll {
    overflow: hidden;
}

.section-info{
	scroll-padding-top: 120px;
}

.sections{
	display: grid;
	grid-template-columns: 1fr 2fr 2fr;
	margin-top: var(--padb);
}
.section{
	line-height: 135%;
}
.fit{
	height: fit-content;
}

.section-info{
	padding-top: 100px;
}
.section-info:first-of-type{
	padding-top: 0px;
}
.section-info:last-of-type{
	padding-bottom: 100px;
}

.hovercont p:first-of-type{
	margin-bottom: 0;
}
.section-info:last-of-type:after{
	display: none;}

.section-info:after{
	height: 50px;
content: '';
display: block;
	border-bottom: 1px solid;
	width: 100vw;
	margin-left: -20vw;
	position: absolute;
}

.home-content{
	min-height: 80vh;
	position: relative;
}
/*
.home-content div{
	position: relative;
	z-index: 2;
}
*/
.home-content .section, .home-content .home-title{
	position: relative;
	z-index: 2;
}


/*
.bgr{
position: absolute;
  z-index: 1;
  top:-180px;
  height: calc(100vh + 180px);
  width: auto;
  right: 0;
  max-width: 300%;
}
*/
.bgr{
position: fixed;
  z-index: 1;
  top:-180px;
  height: 100vh;
  width: 100vw;
object-fit:cover;
  top:0;
  left: 0;
  pointer-events: none;
}

.section.logos-sect{
	max-width: 100vw;
}

.section{
	display: grid;
	grid-template-columns: 1fr 3fr;
	max-width: 60vw;
	padding: var(--pad);

	margin-top: var(--padb);
}
.hovercont{
margin-bottom: var(--linebody);}

.img-follows{
	display: none;
	max-width: 200px;
	max-height: 150px;
	position: fixed;
	width: auto;
}
	
	.onepagenava{
	z-index: 1
}



.ztop{
left:var(--pads);
top:var(--pads);
position: absolute;
z-index: 1;
}
.grid-item .subtitle{
	margin: 10px 0 0;
}

.bigs{
	font-size: 28px;
	line-height: 110%;
	letter-spacing: -1px;	
}

.mediumb{
	font-size: var(--mediumb);
	line-height: 110%;
	letter-spacing: -1px;	
}


.medium{
	margin: 0;
	font-size: var(--medium);
	line-height: 110%;
	letter-spacing: -1px;	
}
.grid-item{
	font-size: var(--medium);
	line-height: 110%;
	letter-spacing: -1px;	
}
.concierto .meta, .proyeccion .meta, .taller .meta{
	max-width: 48%;
}

.big{
	margin: 0;
	font-family: var(--serif);
	font-size: var(--bigs);
	line-height: 80%;
	letter-spacing: -1px;
}

.single-meta div{
	margin-top: var(--linebody);
}


/* SLIDER */
.slider{
	position: relative;
	overflow: hidden;
}
.swiper-slide{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.black-text h1, .black-text a{
	color: var(--contrast) !important;
}

a.rounded{
	padding: 15px 20px;
	border-radius: 40px;
	height: fit-content;
}

.rounded{
	border-radius: 20px;
	overflow: hidden;
}
/* MENU */


[id^="menu-legal"], [id^="menu-social"]{
	display: flex;
}
.icon-menu, .icon-close{
	display: inline-block;
	    font-size: 24px;
	    cursor: pointer;
}


.mobile-menu.icon-close{
	color: var(--contrast);
}


.goto{
display: inline-block;
white-space: nowrap;}



.menu-hover{
	display: none;
	overflow: auto;
	padding-bottom: 50px;
transition: all 0.6s ease;
pointer-events: none;
	position: fixed;
	width: 100%;
	height: 0;
	top: 0;
	background-color: var(--primary);
z-index: 999999}
.menu-int{
		    height: var(--app-height);
padding: var(--header) var(--pads) 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.menu-int [id^="menu-main"]{
	text-align: center;
	text-transform: uppercase;
}

.menu-int .menu-lang-container{
	position: absolute;
	left: 10px;
	bottom: 10px;
}


.menu-int [id^="menu-legal"]{
	display: block;
}
.menu-int [id^="menu-legal"] a{
	margin-top: 10px;
	display: inline-block;
}
.menu-hover.appear{
	display: block;
	    height: var(--app-height);
pointer-events: all;}

.gform_legacy_markup_wrapper li.hidden_label input[type="checkbox"]{
	margin-top: 0px !important;
	margin-bottom: -2px !important;
	margin-right: 5px;
}

.page-template-programa_custom #main {
    padding-top: calc(var(--header) + 40px);
}

/* INPUTS */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px; /* Define width of the custom box */
    height: 16px; /* Define height of the custom box */
    border: none;
    border-radius: 0px; /* Optional: rounded corners for box */
    cursor: pointer;
    outline: none;
    margin: 0;
    position: relative;
    background-color: #fff; /* Background color when unchecked */
}

input[type="checkbox"]:checked {
    background-color: var(--prinmary); /* Background color when checked */
}

input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: inline-block;
}




.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label{
	text-transform: uppercase;
	font-weight: normal !important;
}.gform_legacy_markup_wrapper .gfield_required{
	color: var(--primary) !important;
}

.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium{
	width: 100% !important;
}

input[type="submit"]{
	  font-size: var(--body);
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     font-family: var(--sans);
     text-transform: uppercase;
     border: none;
     cursor: pointer;
     cursor: pointer;
     outline: none;
padding: 8px 22px;
background: #E5E5E5;
border-radius: 30px;
margin-left: 20px;
}

.text label, .text legend{
	color: white !important;
}
.gfield_required.gfield_required_text, .gfield_description{
	color: white !important;
	opacity: 0.5;
}

.gform-theme--framework .gfield_consent_description{
	border-color: white !important;
}

input[type="file"],
input[type="text"],
input[type="url"],
input[type="tel"], 
input[type="email"], 
input[type="password"],
select,
textarea{
	flex: 1;
	  font-size: var(--body);
	padding: 10px 0px 5px !important;
	 -webkit-appearance: none !important;
     -moz-appearance: none !important;
     appearance: none !important;
     display: inline-block !important;
     position: relative !important;
     background-color: transparent !important;
     font-family: var(--sans) !important;
     color: var(--primary) !important;
     border: none !important;
     border-bottom: 1px solid var(--primary) !important;
     border-radius: 0px !important;
     outline: none !important;
}
input[type="text"]:focus,
input[type="tel"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
} 



#cookies{
	display: none;
	color: var(--contrast);
	align-items: center;
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 999999999999;
}
.flex{
	display: flex;	
}
.mright{
	margin-right: 15px;
}
.gris{
opacity: 0.3;
}
.flexi{
	display: flex;
align-items: center;
flex-wrap: wrap;
}
.margin-s{
	margin-bottom: var(--pads);
}
#cookies .button{
	cursor: pointer;
}
#cookies .button, .box{
	margin-right: 10px;
background-color: var(--primary);
padding: 12px 15px 9px;
}
.box a{
	opacity: 0.4;
}

.controlclick{
	cursor: pointer;
}



.marquee {
overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  --gap: 1rem;
  user-select: none;
}

.marquee__content {
	  animation: scroll 30s linear infinite;
	display: flex;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  }
.marquee_int{
		padding: 0px 60px;
}
	


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media all and (-ms-high-contrast:none){}


	.page-template-home header{
		background-color: transparent;
	}
		.page-template-home #main{background-position: center; background-size: cover;}
		
		.page-template-home h1{
		color: black;
		z-index: 99;
		padding-top: 100px;
	}
	
p{
	margin: 0;
}

 body, html {
      margin: 0;
      padding: 0;
      height: 100%;
    }


.sections #onepagenav li{
margin-bottom: 5px;}


i, em{
	font-style: italic;
}
    .grid{
	    display: grid;
	    grid-template-columns: 4fr 3fr;
    }
    .uppercase{
	    text-transform: uppercase;
    }
    
    
    .fulled{
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100vw;
	    height: 100vh;
    }
    .artists{
	    text-align: justify;
	    position: absolute;
	    bottom: -4px;
	    left: 40%;
width: 60%;
	    }
	   

	       
	        .patros{
		        width: 100%;
		        	    bottom: 0;
		        	    left: 0;
		        	    padding-top: 20px;
	        }
	        .patros2, .patros1{
		        padding-bottom: 20px;
		        align-items: center;
		        width: 100%;
		        display: grid;
      grid-template-columns: 1fr 1fr 2.5fr 2.5fr;
      grid-template-rows: auto auto;	        }
          .column {
display: flex;
  flex-direction: column;
  height: 100%;
    }
    .dates{
width: 200px;
  margin-left: auto;
  margin-right: auto    }
  .dates div{
width: 200px;
	  
  }
  
  .cabecera{
	margin: var(--padb) auto 0;
	padding: var(--pad);
	max-width: 90vw;
	display: flex;
	gap:30px;
	align-items: center;
	justify-content: center;
}

.home-title h2{
	margin-top: -20px;
}
  
  h1.stroke{
	  	mix-blend-mode:multiply;

	  padding: 20px;
	background: var(--color);
    -webkit-background-clip: text;
    background-clip: text;
    text-stroke: var(--bigs) transparent;
    -webkit-text-stroke: 10px transparent;
    color: var(--primary);

  font-size: 8.5vw;
  }
  
    #logo{
	    max-height: 180px;
    }
    #logo svg{
max-height: 160px;}
    
    .logo-container {
flex: 1;      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap:20px;
    }
	        .desktop{
		        display: block;
	        }
	        .mobile{
		        display: none;
	        }
	        
	        .fulllink{
		        display: block;
		        width: 100vw;
		        height: calc(100vh - var(--header));
		        position: absolute;
	        }
	        
	        .single-post .logo, .single-post .logo img{
		        max-width: 280px;
		        max-height: 150px;
	        }
	        
	        .logo{
max-width: 150px;
  max-height: 60px;
  height: auto;
  width: auto;
  margin-bottom: 20px;
}
.logo img{
max-width: 150px;
  max-height: 60px;
  height: auto;
  width: auto;
	
}

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

.column{
	margin-top: 20px;
}
.logo{
	margin-top: 20px;
}
text{
font-size: 13vw;
}
.mobile{
	display: block;
}
.desktop{
	display: none;
}
.patros{
	position: static;
	overflow: hidden;
	padding-top: 100px !important;
}
 .patros2, .patros1{
	 display: block;
	 }

	 
	 
}


