@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,800&display=swap');

/* Main
 * --------------------------------------- */
* {
    cursor: none !important;
}

body {
    font-family: "Work Sans";
    font-weight: 300;
    color: #000;
    animation: fadeIn .5s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    overflow-x: hidden;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a {
    transition: .2s ease-in-out;
}

h1 {
    font-size: 35px;
}

p {
    font-size: 16px;
    line-height: 1.4;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.color {
    color: #c3af80;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.fp-tableCell {
    z-index: 1;
}

.fp-bg {
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: -2;
}

.fp-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.fp-overflow {
    justify-content: flex-start;
}

.fp-auto-height.fp-section {
    height: auto !important;
}

.fp-overflow,
.fp-overflow.fp-auto-height,
.fp-overflow.fp-auto-height-responsive {
    overflow-y: scroll !important;
    height: 100% !important;
    outline: 0 !important;
}

.fp-overflow.fp-table {
    display: block;
}

.fp-last {
    height: 100vh;
}

.fp-scroller {
    height: 100vh;
}

#overallContent {
    opacity: 0;
}

body .zContainer.loaded #overallContent {
    opacity: 1;
}

#zProject {
    z-index: 1;
}

/* Colors 
 * --------------------------------------- */
.text-zetaIDcolor,
.btn.text-zetaIDcolor {
    color: #BA9E6C;
}

.btn.btn-zetaIDcolor {
    background: #BA9E6C;
    border-color: #BA9E6C;
    color: #ffffff;
}

.btn:hover.btn-zetaIDcolor {
    border-color: #BA9E6C;
    color: #BA9E6C;
}

.bg-zetaIDcolor {
    background-color: #BA9E6C;
}

.bg-black {
    background-color: #000 !important;
}


/* Blur section inactive
 * --------------------------------------- */
[id*="section"] .fp-tableCell {
    opacity: 0;
    filter: blur(50px);
    transition: opacity 0.5s ease-in-out, filter 0.25s ease-in-out;
}

[id*="section"].active .fp-tableCell {
    opacity: 1;
    filter: blur(0);
    transition: all 1s ease-in-out;
}



#zHome [id*="section"] .langContent,
#introProject .langContent,
.homeSection .langContent {
    height: 20px;

}

#zHome [id*="section"] .langContent,
#introProject .langContent,
.homeSection .langContent {
    height: 40px;
    margin: 25px 0 5px;
}

#zHome [id*="section"] .langContent p,
#zHome [id*="section"] .langTitle .copete,
#zHome [id*="section"] .langTitle h5,
#zHome [id*="section"] .stepProcess,
#introProject .langContent p,
.homeSection .langContent p {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.plr-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}


p:lang(es),
.copete:lang(es),
h5:lang(es),
#elementsProject .elementsCanvas [id*="elementsSection"] .element:lang(es),
.lang:lang(es),
.stepProcess:lang(es),
body.es p:lang(en),
body.es .copete:lang(en),
body.es h5:lang(en),
body.es #elementsProject .elementsCanvas [id*="elementsSection"] .element:lang(en),
body.es .lang:lang(en),
body.es .stepProcess:lang(en) {
    opacity: 0;
    z-index: 0;
    transition: .5s ease-in-out;
}

#menu #sideMenu ul.lang:lang(en),
body.es #menu #sideMenu ul.lang:lang(es),
#projectMenu .lang:lang(en),
body.es #projectMenu .lang:lang(es) {
    display: flex;
}

#menu #sideMenu ul.lang:lang(es),
body.es #menu #sideMenu ul.lang:lang(en),
#projectMenu .lang:lang(es),
body.es #projectMenu .lang:lang(en) {
    display: none;
}

p:lang(en),
.copete:lang(en),
h5:lang(en),
#elementsProject .elementsCanvas [id*="elementsSection"] .element:lang(en),
.lang:lang(en),
.stepProcess:lang(en),
body.es p:lang(es),
body.es .copete:lang(es),
body.es h5:lang(es),
body.es #elementsProject .elementsCanvas [id*="elementsSection"] .element:lang(es),
body.es .lang:lang(es),
body.es .stepProcess:lang(es) {
    opacity: 1;
    z-index: 1;
    transition: .5s ease-in-out;
}

#logo img {
    width: unset;
    height: unset;
}

/* IntroProject */
body.fp-viewing-0 .loaded #introProject {
    z-index: 10;
}

/* fp-bg img */
.fp-bg img,
.fp-bg video {
    max-height: 100vh;
    max-width: 100vw;
    width: unset !important;
    height: 100%;
    object-fit: cover !important;
}

.fp-bg img.cover,
.fp-bg video.cover {
    object-fit: cover !important;
}

.fp-bg img.contain,
.fp-bg video.contain {
    object-fit: contain !important;
}

.fp-bg img.full,
.fp-bg video.full {
    width: 100% !important;
    height: 100% !important;
}

.fp-bg img.width,
.fp-bg video.width {
    height: unset !important;
}

.fp-bg img.height,
.fp-bg video.height {
    width: unset !important;
}

.homeProject {
    position: absolute;
    z-index: 4;
    width: 100vw;
    height: 100vw;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


/****/
.homeProject .homeSection p,
#introProject p {
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    color: rgba(200, 200, 200, .75);
}

.homeProject .homeSection p.light,
#introProject p.light {
    color: rgba(100, 100, 100, 0.75);
}

#mouse {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -60px;
    width: 100%;
    opacity: 1;
    filter: blur(5px);
    transition: all 0.5s 1.1s ease-in-out;
    z-index: 99999;
}

body .loaded #mouse {
    bottom: 30px;
    filter: blur(0);
}

body .loaded #mouse a {
    opacity: 0.2;
}

body .loaded #mouse a:hover {
    opacity: 1;
}

#mouse img {
    width: 24px;
    transform: translateY(0px);
    transition: .5s;
}

/* Videos
 * --------------------------------------- */
video {
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
}

.bg-vid {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}

/* Tablet landscape */
@media screen and (max-width: 1180px) and (orientation: landscape) {}

/* Tablet portrait */
@media screen and (max-width: 850px) and (orientation: portrait) {}

/* Phone landscape */
@media screen and (max-width: 700px) and (orientation: landscape) {
    .ip-header .ip-logo img {
        width: 20%;
    }

    body .loaded #mouse {
        bottom: 12px;
    }

    #mouse img {
        width: 18px;
    }
}

/* Phone portrait */
@media screen and (max-width: 500px) and (orientation: portrait) {
    body .loaded #mouse {
        bottom: 12px;
    }

    .ip-header .ip-logo img {
        width: 40%;
    }

    #mouse img {
        width: 18px;
    }

    #headerLogo, #headerLogo-white {
        margin: 10px;
        max-width: 40px;
        width: 40px;
    }
}