/*-----------------------------
		GENERAL
-----------------------------*/
* {
box-sizing:border-box;
-moz-box-sizing:border-box;
min-height: 0;
min-width: 0;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    height:100%;
	overflow-x: hidden;
}

html, body {
width: 100%;
}

body {
background:#fff;
text-align:center;
}

.fixed-bg {
background-attachment:fixed;
background-position:center;
background-repeat:no-repeat;
background-size:110% auto;
}
	@media screen and (max-aspect-ratio: 1/1) {
		.fixed-bg { background-size: auto 110%; }
	}

.hero::after {
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.hero.hero-black::after {
background:#000;
opacity:0.75;
}
.hero > * {
position:relative;
z-index:3;
}


a {
cursor:pointer;
transition-duration:0.5s;
text-decoration:none;
color: currentColor;
}

a.noStyle {
	color: currentColor;
}
a.noStyle:hover {
	text-decoration: none;
}

.hide {
opacity:0;
}
.show {
opacity:1;
}

picture.fulldiv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
picture.cover img {
    object-fit: cover;
    object-position: center;
}
picture.contain img {
    object-fit: contain;
    object-position: center;
}
picture.fulldiv.img-fixed {
    z-index: -1;
    clip: rect(0, auto, auto, 0);
    overflow:hidden; 
}
picture.fulldiv.img-fixed img {
    position: fixed;
    height: 100vh;
    transform: perspective(0px);
}


/*.btn {
display:inline-block;
border:#333 1px solid;
padding:0.7em;
line-height:1.2em;
text-decoration:none;
background:#fff;
cursor:pointer;
text-align: center;
transition:0.3s;
}
.btn:hover {
background:#333;
color:#fff;
text-decoration:none;
}
.btn.big {
font-size:1.4em;
margin-top:0.5em;
margin-bottom:0.5em;
}
	@media screen and (max-width:800px) {
		.btn.btn-big { font-size:1.2em; }
	}
.btn.wide {
padding:0.7em 3.1em;
}
.btn.veryWide {
padding:1.6em 5.5em;
}
.btn.full {
display:block;
width:100%;
}
.btn.slim {
padding:0.3em 0.7em;
}
.btn.rounded {
	border-radius:2.5em;
}*/

.medium {
    font-weight: 600;
}
.strong, .bold {
font-weight:700;
}
.extraBold {
font-weight:900;
}

.op80 {
opacity:0.8;
}

.separator {
clear:both;
margin:1em auto;
background:currentColor;
height:3px;
}
.separator.no-margin {
margin:0 auto;
}
.separator.half {
width:50%;
}
.separator.large {
width:112px;
}
.separator.medium {
width:100px;
}
.separator.small {
width:70px;
}
.separator.smaller {
width:50px;
}
.separator.tiny {
width:30px;
}
.separator.thin {
	height:2px;
}
.separator.left {
	margin-left: 0;
}

.spacer {
height:2em;
}
.spacer.smallest {
height:0.1em;
}
.spacer.tiny {
height:0.3em;
}
.spacer.small {
height:1em;
}
.spacer.plus {
height:3em;
}
	@media screen and (max-width:500px) {
		.spacer.plus { height:2.25em; }
	}
.spacer.big {
height:4em;
}
	@media screen and (max-width:500px) {
		.spacer.big { height:3em; }
	}
.spacer.bigger {
height:6em;
}
    @media screen and (max-width:500px) {
        .spacer.bigger { height:4em; }
    }
.spacer.huge {
height:8em;
}
    @media screen and (max-width:500px) {
        .spacer.huge { height:6em; }
    }
.spacer.neg-small {
height:0;
margin-top:-1em;
}
.spacer.vertical { height: 0; }
.spacer.vertical.regular { flex: 0 0 2em; }
.spacer.vertical.small { flex: 0 0 1em; }
.spacer.vertical.tiny { flex: 0 0 0.5em; }

img {
max-width:100%;
}
img.valign-middle {
	vertical-align: middle;
}

.aLeft {
text-align:left;
}
.aRight {
text-align:right;
}
.aCenter {
text-align:center;
}
.aJustify {
text-align:justify;
}

.fLeft {
float:left;
}
.fRight {
float:right;
}
.oAuto {
overflow:auto;
}

.imbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



@media screen and (min-width: 1000px) {
	.display-mobile-only { display: none; }
}
@media screen and (max-width: 1000px) {
	.display-desktop-only { display: none; }
}

.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 600; }
.strong { font-weight: 700; }
.stronger { font-weight: 800; }
.extraStrong { font-weight: 900; }

.f-tinyer { font-size: 0.6em; }
.f-tiny { font-size: 0.7em; }
.f-smaller { font-size: 0.75em; }
.f-small { font-size: 0.875em; }
.f-less { font-size: 0.933em; }
.f-tinyplus { font-size: 1.125em; }
.f-plus { font-size: 1.25em; }
.f-big { font-size: 1.375em; }
.f-bigger { font-size: 1.5625em; }
.f-huge { font-size: 2.1875em; }
	@media screen and (max-width: 1000px) {
		.f-plus { font-size: 1.1em; }
		.f-big { font-size: 1.2em; }
		.f-bigger { font-size: 1.3em; }
		.f-huge { font-size: 1.7em; }
	}

.lh-regular { line-height: 1.3em; }
.lh-plus { line-height: 1.5em; }
.lh-big { line-height: 1.625em; }
.lh-huge { line-height: 1.75em; }

.uppercase { text-transform: uppercase; }

.clear { clear: both; }

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.p-relative {
	position: relative;
}
.full-width {
	width: 100%;
}
.full-height {
	height: 100%;
}

@media screen and (max-width: 700px) {
    .resp-nobr br {
        display: none;
    }
}


/*******************
 animations on load
*******************/

main > section:not(.no-reveal), sidebar > section:not(.no-reveal) {
    opacity: 0;
    top: 10vh;
    transition: ease-out 0.8s;
}
main > section.reveal, sidebar > section.reveal {
    opacity: 1;
    top: 0;
}
@media screen and (min-width: 1000px) {
    .reveal-left, .reveal-left-right-children > *:nth-child(odd) {
        position: relative;
        left: -150px;
        transition: ease-out 0.8s;
    }
    .reveal .reveal-left, .reveal .reveal-left-right-children > *:nth-child(odd) {
        left: 0;
    }
    .reveal-right, .reveal-left-right-children > *:nth-child(even) {
        position: relative;
        right: -150px;
        transition: ease-out 0.8s;
    }
    .reveal .reveal-right, .reveal .reveal-left-right-children > *:nth-child(even) {
        right: 0;
    }
    .reveal-blur {
        filter: blur(5px);
        transition: ease-out 1s;
    }
    .reveal .reveal-blur {
        filter: blur(0);
    }
    .reveal-cascade-children > * { transform: translateY(10vh); transition: ease-out 0.5s; }
    .reveal .reveal-cascade-children > * { transform: translateY(0); }
    .reveal-cascade-children > *:nth-child(1) { transition-delay: 0; }
    .reveal-cascade-children > *:nth-child(2) { transition-delay: 0.1s; }
    .reveal-cascade-children > *:nth-child(3) { transition-delay: 0.2s; }
    .reveal-cascade-children > *:nth-child(5) { transition-delay: 0.3s; }
    .reveal-cascade-children > *:nth-child(6) { transition-delay: 0.4s; }
    .reveal-cascade-children > *:nth-child(7) { transition-delay: 0.45s; }
    .reveal-cascade-children > *:nth-child(8) { transition-delay: 0.5s; }
    .reveal-cascade-children > *:nth-child(9) { transition-delay: 0.55s; }
    .reveal-cascade-children > *:nth-child(10) { transition-delay: 0.6s; }
    .reveal-cascade-children > *:nth-child(11) { transition-delay: 0.65s; }
    .reveal-cascade-children > *:nth-child(12) { transition-delay: 0.7s; }
}



/*******************
    SLICK
*******************/

.slick-slider > button {
    z-index: 11;
    position: absolute;
    top: 50%;
    font-size: 0;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}
.slick-slider > button.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
}
.slick-slider > button.slick-next {
    right: 0;
    transform: translateY(-50%) rotate(90deg);
}
.slick-slider > button {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
}
.slick-slider > button:hover {
    background-color: #000;
    color: #fff;
}
.slick-slider > button::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 18%;
    width: 40%;
    height: 2px;
    background-color: currentColor;
    transform: rotate(45deg);
}
.slick-slider > button::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 18%;
    width: 40%;
    height: 2px;
    background-color: currentColor;
    transform: rotate(-45deg);
}

.slick-equal-height .slick-track { display: flex !important; }
.slick-equal-height .slick-slide { height: inherit !important; }

.slick-full-height .slick-track { display: flex !important; }
.slick-full-height .slick-slide { display: flex; height: auto; }

.slick-cover .slick-list,
.slick-cover .slick-track { height: 100%; }
.slick-cover .slick-slide { width: 100%; height: 100%; }
.slick-cover .slick-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }



/* Contenus flexibles */


.ps-content .separator {
/*    margin-top: 1.5em;
    margin-bottom: 1.5em;
*/}
.ps-content .separator.light {
    border-color: #d9d9d9;
}
.ps-content:not(.no-margin) > *:not(:first-child) {
    margin-top: 0.5rem;
}
.ps-content.more-margin > *:not(:first-child) {
    margin-top: 1.5rem;
}
.ps-content.big-margin > *:not(:first-child) {
    margin-top: 2.5rem;
}
.ps-content:not(.aLeft) [class^='wrapper-'],
.ps-content:not(.aLeft) [class*='wrapper-'] {
    margin-left: auto;
    margin-right: auto;
}

.ps-content .ps-image img {
    object-fit: contain;
    object-position: center left;
    font-size: 0.9em;
}
.ps-content .ps-image.s-tiny img {
    height: 2.5em;
    width: 5em;
}
.ps-content .ps-image.s-small img {
    height: 4em;
    width: 8em;
}
.ps-content .ps-image.s-medium img {
    height: 6em;
    width: 12em;
}
.ps-content .ps-image.s-large img {
    height: 9em;
    width: 18em;
}
.ps-content .ps-image.s-full img {
    height: auto;
    width: 100%;
}
.ps-content .ps-image.w-tiny img {
    height: auto;
    width: 7em;
}
.ps-content .ps-image.w-small img {
    height: auto;
    width: 10em;
}
.ps-content .ps-image.w-medium img {
    height: auto;
    width: 15em;
}
.ps-content .ps-image.w-large img {
    height: auto;
    width: 23em;
}

@media screen and (max-width: 800px) {
    .ps-content .ps-image img { font-size: 1em; }
}

.ps-video iframe, .ps-video video {
    border-radius: var(--borderRadius);
}
.ps-video.full {
    position: relative;
    height: 100%;
    overflow: clip;
}
.ps-video.full video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.ps-video .iframe-wrapper {
    position: relative;
    padding-bottom: 56%;
}
.ps-video .cover-video {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.ps-video .cover-video::after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    opacity: 0.95;
}
.ps-video .cover-video > div {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 6.5rem 3rem 3rem 3rem;
    text-align: left;
    font-family: var(--fontVilla);
    color: #fff;
    font-size: 3em;
    background-image: url(../img/icon-play.svg);
    background-position: top left 3rem;
    background-repeat: no-repeat;
    background-size: auto 5rem;
}
.iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 800px) {
    .ps-video .cover-video > div {
        font-size: 2em;
        padding: 4.5rem 1.5rem 1.5rem 1.5rem;
        background-size: auto 3.5rem;
        background-position: top left 1.5rem;
    }
}