@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Raleway:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500&display=swap');

/* -=-=-=-=-=-=-=- FONTS -=-==-=-=-=-=-=-=-*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost', sans-serif;
  color: #4f4c4b;
}


body {
  font-family: 'Jost', sans-serif;
  color: #4f4c4b;
}

main {
    margin-top: 120px;
}

p {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #4f4c4b;
}

h1.mainTitle {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400;
}

a.text-link {
    color: #4f4c4b;
    font-size: 14px;
    font-weight: 200;
    text-decoration: none;
    transition: 0.4s;
}

a.text-link:hover {
    color: #d8d2ca;
    transition: 0.4s;
}

.footer p.xsmall {
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 0px;
}

a.igLink {
    text-decoration: none;
    transition: 0.4s;
}

a.igLink:hover {
    opacity: 0.6;
    transition: 0.4s;
}

@media (max-width: 768px) {
.footer p.xsmall {
    font-size: 12px;
    padding: 0px 45px;
    line-height: 20px;
}
}

/* -=-=-=-=-=-=-=- NAVBAR -=-==-=-=-=-=-=-=-*/
nav#myNavbar {
    background-color: white;
    border-bottom: 1px solid #f7f7f7;
}

a.navbar-brand {
    height: 100px;
    margin-top: 0px;
    padding: 0px;
}

a.nav-link {
    font-family: 'Jost', sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    padding: 0.5rem 1.5rem!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-link:focus, .nav-link:hover {
    color: #d8d2ca;
}

li.nav-item.btn {
    padding: 0px;
    margin-top: 2px;
}

li.nav-item.btn a.nav-link {
    background-color: #6618ff;
    border-radius: 50rem;
    padding: 0.35rem 1.5rem!important;
    color: white;
}

li.nav-item.dropdown.language {
    background-color: #F4F4F4;
    padding: 0px!important;
    margin-left: 30px;
    border-radius: 4px;
    height: 35px;
    margin-top: 4px;
}

li.nav-item.dropdown.language .nav-link {
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.45rem 1.25rem!important;
    font-size: 13px;
}

.dropdown-toggle::after {
    color: #A5A5A5;
    margin-left: 10px;
}

a.nav-link.active {
    color: #d8d2ca;
}

a.nav-link.active::after {
    content: '';
    width: 60%;
    height: 1px;
    background-color: #d8d2ca;
    position: relative;
    margin-left: 20%;
    float: left;
    top: 5px;
}

a:hover.nav-link::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #d8d2ca;
    margin-left: 50%;
    position: relative;
    top: 5px;
    float: left;
    animation: slidein forwards 0.5s;
}

@keyframes slidein {
  from {
    width: 0%;
    margin-left: 50%;
  }

  to {
    width: 60%;
    margin-left: 20%;
  }
}

@media (max-width: 768px) {
.navbar-collapse {
    min-width: calc(100% + 24px);
    left: -12px;
    position: relative;
}

ul.navbar-nav {
    height: calc(100vh - 100px);
    background-color: rgba(255,255,255,0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

ul.navbar-nav .nav-item a.nav-link {
    font-size: 15px;
}

a.navbar-brand {
    height: 75px;
    margin-top: 0px;
}
}



/* -=-=-=-=-=-=-=- MOBILE MENU -=-==-=-=-=-=-=-=-*/
.animated-hamburger {
    width: 30px !important;
    height: 20px !important;
    position: relative !important;
    margin: 0px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    transition: .5s ease-in-out !important;
    cursor: pointer !important;
    top: -4px;
}
    
.animated-hamburger span {
    display: block !important;
    position: absolute !important;
    height: 2px !important;
    width: 100% !important;
    border-radius: 9px !important;
    opacity: 1 !important;
    left: 0 !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    -webkit-transition: .25s ease-in-out !important;
    -moz-transition: .25s ease-in-out !important;
    -o-transition: .25s ease-in-out !important;
    transition: .25s ease-in-out !important;
}
    
.animated-hamburger span {
    background: #000;
}
    
.animated-hamburger span:nth-child(1) {
    top: 0px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
    width: 50%!important;
}
    
.animated-hamburger span:nth-child(2) {
    top: 10px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left center !important;
}
    
.animated-hamburger span:nth-child(3) {
    top: 20px !important;
    -webkit-transform-origin: left center !important;
    -moz-transform-origin: left center !important;
    -o-transform-origin: left center !important;
    transform-origin: left bottom !important;
    width: 50%!important;
    margin-left: 50%;
}
    
.animated-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 0px !important;
    left: 0px !important;
    width: 100%!important;
}
    
.animated-hamburger.open span:nth-child(2) {
    width: 100% !important;
    opacity: 0 !important;
    transform: translateX(30px)!important;
}
    
.animated-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 21px !important;
    left: 0px !important;
    width: 100%!important;
    margin-left: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=- PROYECTS -=-=-=-=-=-=-=-=-=-=-=-=-=-*/
a.imgLink {
    cursor: pointer;
}

.proyectContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #d8d2ca;
    overflow: hidden;
    height: auto;
}

.proyectImg {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
}

a.imgLink .proyectImg img {
    opacity: 1;
    transition: 0.4s;
    width: 100%;
    height: auto;
}

a.imgLink .proyectImg.home img {
    opacity: 1;
    transition: 0.4s;
    height: auto;
    width: 100%;
}

a.imgLink:hover .proyectImg img {
    opacity: 0.1;
    transition: 0.4s;
    filter: blur(4px);
}

.proyectDescription {
    width: 80%;
    text-align: center;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

a.imgLink .proyectDescription {
    opacity: 0;
    transition: 0.4s;
}

a.imgLink:hover .proyectDescription {
    opacity: 1;
    transition: 0.4s;
}

.proyectDescription h1 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4f4c4b;
    font-weight: 400;
}

.proyectDescription p {
    font-size: 15px;
    color: #4f4c4b;
    line-height: 20px;
    font-weight: 300;
}

.proyect-divider {
    width: 40px;
    height: 1px;
    background-color: #4f4c4b;
    margin-bottom: 10px;
}

.proyectDetail {
    background-color: #d8d2ca7d;
    height: calc(100% - 20px);
    padding: 50px;
    min-height: 100%;
}

.proyectDetail h2 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 30px;
}

.proyectDetail p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 24px;
}

.proyectDetContainer {
    margin-bottom: 20px;
    width: auto;
    height: auto;
}

img.proyectDetImg {
    height: 100%;
    width: 100%;
}

.overviewContainer {
    display: block;
    max-height: 500px;
    margin-bottom: 20px;
    overflow: hidden;
}

.mainProyectImg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 500px;
}

.mainProyectImg img.proyectDetImg {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 1200px) {
.mainProyectImg {

  margin-bottom: 20px;
}
}

@media (max-width: 991px) {
.mainProyectImg {
    margin-bottom: 20px;
}
  
.overviewContainer {
    max-height: 100%;
}
}


@media (max-width: 768px) {
.overviewContainer {
    max-height: 100%;
}
  
.proyectDescription {
    padding: 30px;
}
  
a.imgLink .proyectDescription {
    opacity: 1;
    transition: 0.4s;
    background-color: #d8d2ca;
    width: 100%;
    bottom: 0px;
    height: auto;
    padding: 20px;
    margin: 0px;
    position: relative;
}
  
a.imgLink {
    text-decoration: none;
}
  
a.imgLink .proyectDescription p {
    margin: 0px;
}
  
.proyectDescription h1 {
    font-size: 15px;
}
  
.proyectDescription p {
    font-size: 11px;
    line-height: 20px;
}
  
.proyectDetail {
    padding: 50px 25px;
}
  
.proyectDetail h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
  
.proyectDetail p {
    margin-bottom: 15px;
}
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=- PRESS -=-=-=-=-=-=-=-=-=-=-=-=-=-*/
section#press {
    min-height: 80vh;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

h1.mainTitle.inProgress {
    margin-top: 230px;
    font-size: 14px;
}

.pressContainer {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
}

.pressContainer a.lightboxBtn {
    pointer-events: all;
}

.plusSign {
    font-size: 60px;
    position: absolute;
    top: calc(35% + 30px);
    left: calc(50% - 30px);
    color: #4f4c4b;
    z-index: 1;
}

.pressContainer .plusSign {
    opacity: 0;
    transition: 0.4s;
}

.pressContainer:hover .plusSign {
    opacity: 1;
    transition: 0.4s;
}

.pressContainer .pressImg {
    background-color: #d8d2ca;
    transition: 0.4s;
    border: 1px solid #d8d2ca;
}

.pressContainer .pressImg img {
    opacity: 1;
    transition: 0.4s;
}

.pressContainer:hover .pressImg img {
    opacity: 0.1;
    transition: 0.4s;
    filter: blur(4px);
}

p.pressDate {
    font-size: 12px;
    letter-spacing: 1px; 
    color: #4f4c4b;
}

h5.pressTitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 0px;
    color: #4f4c4b;
}

p.pressCopy {
    font-size: 13px;
    line-height: 20px;
    color: #4f4c4b;
    margin-top: 5px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=- LIGHTBOX -=-=-=-=-=-=-=-=-=-=-=-=-=-*/
a.lightboxBtn {
    opacity: 1;
    transition: 0.4s;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    
}

a.lightboxBtn:hover .img-fluid {
    opacity: 0.3;
    transition: 0.4s;
}

.modal-dialog.modal-dialog-centered.modal-xl {
    min-height: 100vh;
    margin: 0px;
    min-width: 100vw;
    background-color: rgba(0,0,0,0.75);
}

.ratio.ratio-16x9 {
    background-color: transparent!important;
    max-height: calc(100vh - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
}

button.btn-close.position-absolute.top-0.end-0.p-3 {
    position: fixed!important;
    top: 20px!important;
    right: 20px!important;
    padding: 0px!important;
}

.plus-lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: black;
    opacity: 0;
    transition: 0.4s;
}

a.lightboxBtn:hover .plus-lightbox {
    opacity: 1;
    transition: 0.4s;
}

@media (max-width: 768px) {
a.lightboxBtn {
    pointer-events: none;
}
  
a.lightboxBtn.vid {
    pointer-events: all;
}
  
.ratio.ratio-16x9 {
    background-color: transparent!important;
    max-height: calc(100vh - 40px);
    margin-top: 25%;
    margin-bottom: auto;
    min-height: 65%;
}
}

.modal.lightbox .ratio>* {
    height: 90vh;
}

.modal.lightbox .carousel-item {
    height: 90vh;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=- BLOCKQUOTE -=-=-=-=-=-=-=-=-=-=-=-=-=-*/
p.blockquote {
    line-height: 44px;
    text-align: center;
    font-size: 22px;
    position: relative;
    margin: 50px 40px 0px 0px;
    color: #b9b0b0;
}

p.blockquote::before {
    content: '“';
    font-size: 40px;
    position: relative;
    top: 10px;
    font-family: 'Playfair Display', serif;
    margin-left: 0px;
    margin-right: 5px;
    opacity: 0.5;
}

p.blockquote::after {
    content: '”';
    font-size: 40px;
    position: absolute;
    bottom: 0px;
    margin-left: 5px;
    font-family: 'Playfair Display', serif;
    opacity: 0.5;
}

@media (max-width: 768px) {
.carousel-text {
    position: absolute;
    z-index: 15;
    top: calc(50% - 280px);
    right: 50px;
    width: 80%;
}
  
.carousel-text .blockquote {
    font-size: 22px;
}
  
p.blockquote::before {
    margin-left: 0px;
    font-size: 32px;
    top: 5px;
    margin-right: 5px;
}
  
p.blockquote::after {
    font-size: 32px;
}
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=- BREADCRUMBS -=-=-=-=-=-=-=-=-=-=-=-=-=-*/
section#breadcrumb {
    margin-top: 20px;
    margin-bottom: 0px;
    position: sticky;
    top: 80px;
    background-color: white;
    padding: 10px 5px;
    z-index: 1;
}

ol.breadcrumb {
    margin-bottom: 0px;
}

li.breadcrumb-item {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 300;
}

li.breadcrumb-item a {
    text-decoration: none;
    color: #d8d2ca;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #b79d83;
    content: '|';
    font-weight: 200;
    margin-top: -1px;
}

@media (max-width: 768px) {
li.breadcrumb-item {
    font-size: 11px;
}
  
li.breadcrumb-item.active {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  
section#breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
    position: sticky;
    top: 55px;
    background-color: white;
    padding: 10px 5px;
}
.card.card-hache {
    border: none;
    margin-bottom: 20px;
    padding: 0px 15px;
}
}


.card.card-hache {
    border: none;
    margin-bottom: 20px;
}

.card.card-hache .card-body {
    padding: 0px;
    background-color: #d8d2ca;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=- SK INSTAGRAM -=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.instagram-user-root-container {
    display: none;
}

a.tutorial_link {
    display: none;
}

body .sk-instagram-feed .sk-instagram-feed-item {
    border-radius: 0px!important;
    width: calc(20% - 20px)!important;
    height: 200px;
    margin: 10px!important;
}

.sk-ig-post-img {
    border-radius: 0px!important;
    width: 100%!important;
    height: 200px!important;
}

 .sk-instagram-feed .sk-play-btn .fa {
    font-size: 15px!important;
    padding: 0px!important;
    top: -4px!important;
    position: relative;
}

.sk-play-btn {
    background-color: transparent!important;
}

body .mfp-close-btn-in .mfp-close {
    color: transparent!important;
    transition: 0.4s;
}

body .mfp-close-btn-in .mfp-close:hover {
    transition: 0.4s;
}

i.fa.fa-chevron-right.sk_plt_4px::before {
    display: none;
}

i.fa.fa-chevron-right.sk_plt_4px::after {
    background-image: url("icons/chevron-right.svg")!important;
    content: ''!important;
    width: 40px!important;
    height: 40px!important;
    font-size: 20px;
    position: absolute;
    background-repeat: no-repeat;
}

i.fa.fa-chevron-left::before {
    display: none;
}

i.fa.fa-chevron-left::after {
    background-image: url("icons/chevron-left.svg")!important;
    content: ''!important;
    width: 40px!important;
    height: 40px!important;
    font-size: 20px;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
}

button.mfp-close::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url("icons/times.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
}

button.sk-ig-load-more-posts {
    background-color: #d8d2ca!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px!important;
    padding: 8px 20px!important;
    border-color: #d8d2ca!important;
    border-radius: 0px!important;
    margin-top: 30px!important;
}

@media (max-width: 768px) {
body .sk-instagram-feed .sk-instagram-feed-item {
    width: calc(33% - 10px)!important;
    height: 100px;
    margin: 5px!important;
}
  
.sk-ig-post-img {
    border-radius: 0px!important;
    width: 100%!important;
    height: 100px!important;
}
}


i.bi.bi-play.bi-lg {
    font-size: 60px;
    margin-left: 8px;
    margin-top: 4px;
}



/* --- Flexbox, column direction --- */
@media (max-width:768px) {

.masonry-col {
    display: contents;
}

.order-1 {order: 1;}
.order-2 {order: 2;}
.order-3 {order: 3;}
.order-4 {order: 4;}
.order-5 {order: 5;}
.order-6 {order: 6;}
.order-7 {order: 7;}
.order-8 {order: 8;}
.order-9 {order: 9;}
.order-10 {order: 10;}
.order-11 {order: 11;}
.order-12 {order: 12;}
.order-13 {order: 13;}
.order-14 {order: 14;}
.order-15 {order: 15;}
}





/* --- OWL CAROUSEL --- */
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d7caca;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition: 0.4s;
    opacity: 0.5;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    transition: 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d7caca!important;
    width: 30px;
    transition: 0.4s;
    opacity: 1;
}


