@charset utf-8;
/*
Theme Name: Carpe
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) 2021 Ricardo Juárez
*/

:root {
    --small: 14px;
    --small2: 20px;
   --body: 24px;
   --body2: 30px;
    --medium: 36px; 
    --big: 45px;
    --line: 1;
    --serif:  'Caslon Ionic Web', serif;
	--primary: #F0EEEC;
	--contrast: #000;
    --border: 2px solid var(--contrast);
	--pad:20px;
}


*{
	-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
{
	overflow-x: hidden;

margin:0;
font-size:100%;
width:100%;
background-color: var(--primary);
     }
     
     	html { margin-top: 0px !important; }
	* html body { margin-top: 0px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0px !important; }
		* html body { margin-top: 0px !important; }
	}

body {
	transition: color 0.3s ease;
 line-height: 1.3;
         display: flex;
  min-height: var(--app-height);
  flex-direction: column;     
margin:0;
-moz-osx-font-smoothing: grayscale; 
text-rendering: geometricPrecision;
-webkit-font-smoothing: subpixel-antialiased;
font-size: var(--body);
font-family: var(--serif);
color: var(--contrast);
}

.med{
	font-size: var(--medium);
}
h1{
	line-height: 1.2;
}

h1, h2, h3{
	margin-bottom: 0;
}
h1.titulo{
	font-size: var(--big);
	margin-bottom: var(--pad);
}
header{
	padding: 0 var(--pad);
	pointer-events: none;
user-select: none;
		-webkit-user-select: none;
-moz-user-select: none;
		position: fixed;
bottom: var(--pad);
width: 100%;
z-index: 999999999;
}

.header{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: var(--medium);
}
.header div{
	pointer-events: all;
}
.showgal{
	display: flex !important;
	position: absolute;
	z-index: 0 !important;
}

.page-template-about .post-content.columna{
margin-top: calc(var(--pad) * -1);
}
.page-template-about .post-content.columna .block{
	padding-top: var(--pad);
}
[id^="menu-lang"]{
	position: fixed;
	bottom: 20px;
	right: 20px;
		padding: 2.5px 16px 5px 16px;
border-radius: 50px;	
	background-color: white;
	border: var(--border);
	font-size: var(--small2);
	display: flex;
	align-items: center;
	justify-content: center;
	}
	
	[id^="menu-lang"] a:hover{
		text-decoration: underline;
	}
[id^="menu-lang"] li:first-child{
	display:flex;
}

[id^="menu-lang"] li:first-child:after{
	margin: 0 5px;
	display: inline-block;
content: '/';	
}

[id^="menu-main"]{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
[id^="menu-main"] li a{
	margin-left: 20px;
	background-color: white;
	border: var(--border);
	margin: 2.5px;
	padding:2px 10px 4px;
	display: inline-block;
}
[id^="menu-main"] li.current-menu-item a, [id^="menu-main"] li a:active, [id^="menu-main"] li a:focus{
background-color: var(--contrast);
color: var(--primary);
}

[id^="attachment"]{
	width: 100% !important;
	}
	
.galeria{
	width: 100%;
}	
.galeria > img {
  display: none;
}
.galeria > img:first-child {
  display: block;
}

.post-content .wp-video, .post-content iframe, .post-content .project-cont{
	padding: 30px calc(var(--pad) * 2);
    width: auto;
    margin: 0px auto;
}

.cli_settings_button{
	text-decoration: underline;
}

	.post-content img{
padding: 30px calc(var(--pad) * 2);
		    max-height: 70vh;
    width: auto;
    margin: 0px auto;
	}
	
	
		.post-content .swiper-slide img{
padding: 0;
    margin: 0px auto;
	}
	
	

.wp-caption-text{
	margin-top: -30px;
	margin-bottom: calc(var(--pad) * 2) !important;
	text-align: center;
	font-size: var(--small);
}
.logo{
	padding: 2.5px 27px 5px 16px;
border-radius: 50px;	
	background-color: white;
	border: var(--border);
	display: flex;
	align-items: center;
		margin: 2.5px 0 0;

}
.rotated{
	    transform: rotate(45deg);
}


.sort-down:after{
	content: '\25BC';
	display: inline-block;
	font-size: 90%;
	margin-left: 5px;
}
.sort-up:after{
	display: inline-block;
	margin-left: 5px;	content: '\25B2';
}


.contact{
	margin-top: 3px;
	font-size: var(--small);
	margin-left: 12px;
}

header h1, header h2{
	font-size: var(--medium);
}

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

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.splash_cont{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
		display: flex;
align-items: center;
padding: var(--pad);
z-index: 99999999999;
}
#splash{
	justify-content: center;
	display: none;
	align-items: center;
	user-select: none;
		-webkit-user-select: none;
-moz-user-select: none;
	height: var(--app-height);
	width: 100vw;
	padding: var(--pad);
	background-color: var(--primary);
	font-size: 9.3vw;
	cursor: pointer;
	color: white;
	position: fixed;
	z-index: 999999999;
		top: 0;
	left: 0;
	}
	.page-template-about #splash{
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;		
	}
	
	.page-template-about #splash.flexfade{
		opacity: 1;
		pointer-events: all;
		display: flex;
	}
	.flex_v_center{
	display: flex;
	align-items: center;
		
	}
	.palabras{
		position: relative;
		z-index: 2;
	}
.splash_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.splash_bg img, .splash_bg video{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
video{
	width: 100%;
}

#main{
	padding: var(--pad) var(--pad) calc(var(--pad) + 120px);
}

.project-slider, .archivo-slider{
	overflow: hidden;
	position: relative;
}

#nav{
padding-top: 40px;	
}

.nexter{
	width: 50%;
	height: 100%;
	cursor: e-resize;
	right: 0;
top:0;
position: absolute;
z-index: 9999;
}
.prever{
	width: 50%;
	height: 100%;
	cursor: w-resize;
	left: 0;
top:0;
position: absolute;
z-index: 9999;
}
.columna-cont{
	display: flex;
	justify-content: space-between;
}
.columna:nth-of-type(2){
margin-left: var(--pad);
float: right;
}


.columna{
	position: relative;
	flex-basis: calc((100% - var(--pad)) / 2);
	width: calc((100% - var(--pad)) / 2);
}

.columna40{
	position: relative;
	flex-basis: calc(((100% - var(--pad)) / 5)  * 2);
	width: calc(((100% - var(--pad)) / 5)  * 2);
}
.columna60{
	position: relative;
	flex-basis: calc(((100% - var(--pad)) / 5)  * 3);
	width: calc(((100% - var(--pad)) / 5)  * 3);
margin-left: var(--pad);
float: right;
}



.caption{
	font-size: var(--small);
max-width: 50%;
}
.pagination{
	text-align: left !important;
	position: static !important;
	font-size: var(--small);
}
.img-cont img.vertical{
	width: 44%;
}
.img-cont{
  margin-bottom: calc(var(--pad) / 2);	
/*
  height: 0;
    overflow: hidden;
    padding-bottom: 66%;
*/
}
.pagination:before{
	content: '(';
    display: inline-block;
    margin-right: 3px;
}
.pagination:after{
    display: inline-block;
    margin-left: 3px;
	content: ')';
}
.block{
	margin-bottom: var(--pad);
}
.page-template-about .block{
	margin-bottom: 58px;
}

.post-content h2.section-title{
	font-size: var(--small);
	margin-bottom: var(--pad);	

    margin-top: 10px;
}
#nav{
	font-size: var(--small2);
	height: var(--app-height);
	display: flex;
	top:0;
	justify-content: center;
	position: fixed;
	flex-direction: column;
}
#nav .current a:before{
	width: var(--pad);
	display: inline-block;
	content: '·';
}

.logos{
	display: flex;
	flex-wrap: wrap;
}

.logoimg img{
	padding: 0;
}

.logoimg{

padding: 10px;	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 25%;
	mix-blend-mode: multiply;
filter: saturate(0);
}

.row{
	font-size: var(--small2);
	margin-bottom: calc(var(--pad) * 3);

}

h1.archive-title{
/*
		width: calc((100% - var(--pad) - var(--pad) - var(--pad)) / 2);
		position: fixed;
		top: var(--pad);
		right: var(--pad);
*/
		flex: 1;
}

th{
	font-weight: normal;
	cursor: pointer;
}


.archive #main, .page-template-archivo #main{
	display: flex;
	justify-content: flex-end;
}
table.list{
		width: calc((100% - var(--pad) - var(--pad) - var(--pad)) / 2);
/*
		position: fixed;
		top: 35vh;
		right: var(--pad);
*/
		user-select: none;
}
table.list tbody{
/*     height: calc(65vh - 26px); */
    position: relative;
    overflow: auto;
    display: block;
    width: 100%;
    padding-bottom: calc(120px + var(--pad) + var(--pad));
    }
    table.list tr{
	    display: flex;
	    flex-wrap: wrap;
    }
    table.list .fecha-col{
	    flex-basis: 100px
    }
        table.list .titulo-col, table.list .cats-col{
	    flex-basis: calc((100% - 100px) / 2);
    }
    table.list .intro-col{
	    flex-basis: 100%;
	    height: 0;
	    overflow: hidden;
	    font-size: var(--small2);
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: center;
    }
    table.list .intro-col.show{
	    height: auto;
	    border-top: var(--border);
	    padding: var(--pad) 0;
    }    
     table.list .intro-col .excerpt p:first-of-type{
	     text-indent: 100px;
     }
     
          table.list .intro-col .excerpt{
	     flex-basis: 100%;
	     margin-bottom: var(--pad);
     }
     
.hovers{
		width: calc((100% - var(--pad) - var(--pad) - var(--pad)) / 2);
		position: fixed;
		top: var(--pad);
		left: var(--pad);
}
.boton{
	border:var(--border);
	border-radius: 30px;
	    margin-left: auto;
	padding: 0px 10px 2px;
}

.ver_reel{
	cursor: pointer;
	display: none;;
	position: absolute;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.ver_reel .boton{
	    position: absolute;
	background-color: white;
}

.collapser{
	cursor:pointer;
}
table.list tr{
	border-bottom: var(--border);
	text-align: left;
}

table.list th{
	padding-bottom: 5px;
	font-size: var(--small);
	}
table.list tr, table.list tr h2{
	font-size: var(--body);
}
.cats-col a:before{
	content: '#';
}
.hover-image{
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
}

input[type="checkbox"]
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     height: 0px;
     border-radius: 0;
     width: 0px;
     cursor: pointer;     
     outline: none;
     border: none;
     margin: 0;
}

input[type="checkbox"]:checked + label{
	color: #444444;
}


input[type="checkbox"]:hover
{
     background-color: var(--contrast);
}
input[type="checkbox"]:checked
{
background-color: var(--contrast);
}

.meta{
	margin-bottom: calc(var(--pad) * 4);
}

.mardoble{
	margin-bottom: calc(var(--pad) * 2);
}

.extra{
	margin-top: calc(var(--pad) * 4);
}

.post-content a{
	border-bottom: 1px solid;
}

.post-content h3{
font-size: var(--body2);
}

blockquote{
	font-size: inherit;
	margin-left: var(--pad);
}

.post-content h2{
	font-size: var(--body2);
margin-bottom: calc(var(--pad) * 2);
}

.post-content ul, .post-content ol{
padding-left: calc(var(--pad) * 3);
}
.post-content ol li:before{
	content:'·';
	position: absolute;
	margin-left: -24px;
	}
	.post-content ul li:before{
	content:'→';
	position: absolute;
	margin-left: -28px;
	}




.studi li:before{
	  font-family: 'carpe' !important;
	    margin-left: -47px !important;
    margin-top: 1px;
    font-size: 27px;  }

.studi li:nth-of-type(1):before{
  content: "\e901";
}
.studi li:nth-of-type(2):before{
  content: "\e902";
}
.studi li:nth-of-type(3):before{
  content: "\e900";
}
.studi h3{
	margin-bottom: 0 !important;
}
.post-content .studi ul{
	padding-left: 44px;
}

.post-content .extra ul li:before{
		margin-left: -24px;

}

.post-content .extra ul, .post-content .extra ol{
padding-left: 0;
}



.post-content h3, .post-content h4, .post-content ul, .post-content ol, .post-content p, .caption p, .wp-video, .post-content .project-slider{
	margin-bottom: var(--pad);
}
.post-content ul li:before{
	display: inline-block;
}
.intro{
	position: fixed;
	width: 100%;
    width: calc((100% - var(--pad) - var(--pad) - var(--pad)) / 2);
	font-size: var(--medium);
}
.project-title h2{
	font-size: var(--body);
	}
.project-title{
	font-size: var(--body);
display: none;
    position: fixed;
    right: var(--pad);
    top: var(--pad);
    width: calc((100% - var(--pad) - var(--pad) - var(--pad)) / 2);
    height: 100%;
    background-color: var(--primary);
    z-index: 9;
}
.about-intro{
    position: fixed;
    width: calc((100% - var(--pad) - var(--pad) - var(--pad)) / 2);
}

.homeexcerpt{
	margin-top: var(--body);
}


#cookie-law-info-bar{
	z-index: 999999999999;
	border-radius: 20px;
	background-color: white;
	border: var(--border);
	box-shadow: none !important;
	inset: auto auto  var(--pad) var(--pad) !important;
}
#cookie-law-info-again{
	display: none;
}
#cookie-law-info-again span, #cookie-law-info-bar span{
	display: block;
}
#cookie-law-info-again a, #cookie-law-info-bar a{
	margin-top: 10px;
}

.homethumb, .about-intro p{
	transition: opacity 0.3s ease;
}

.project-home{
	margin-bottom: var(--pad);
}


.tnp-subscription{
	margin: calc(var(--pad) * 3) 0 0 !important;
}

.menu-hover{
	display: none;
	position: fixed;
	width: 100vw;
	height: var(--app-height);
	top: 0;
	left: 0;
	padding: var(--pad);
	background-color: var(--primary);
z-index: 99999999}
.menu-int{
	    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
}



.menu-hover.appear{
	display: block;
}


.tnp-subscription form{
	display: flex;
	width: 80%;
}


input[type="submit"]{
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: block;
     font-family: var(--sans);
font-size: var(--body);
     border: var(--border);
     color: var(--contrast);
     font-weight: normal;
     cursor: pointer;
     outline: none;
padding: 10px 20px;
background: transparent;
border-radius: 30px;
margin-left: 10px;
}

.form-title{
	font-size: var(--body);
	margin-bottom: 3px;
}
.tnp-field-email{
	flex: 1;
}
input[type="text"],
input[type="tel"], 
input[type="email"], 
input[type="password"],
select,
textarea{
width:100%;
	padding: 10px;
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: block;
     position: relative;
     background-color: transparent;
     font-family: var(--sans);
     font-size: var(--body);
     color: var(--contrast);
     border: var(--border);
     border-radius: 0px;
     outline: none;
}
input[type="text"]:focus,
input[type="tel"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
	background-color: var(--contrast);
	color: var(--primary);
} 


.grecaptcha-badge{
	display: none !important;
}

@media all and (-ms-high-contrast:none){}