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

@import url("https://use.typekit.net/cqz6kkp.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* -=-=-=-=-=-=-=- FONTS -=-==-=-=-=-=-=-=-*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "elza", sans-serif;
    font-weight: 200;
}

body {
  font-family: "elza", sans-serif;
}

p {
    font-family: "elza", sans-serif;
    font-size: 20px;
    font-weight: 200;
}

.alt-heading {
  font-family: "Playfair Display", serif;
}

.fw-bold {
    font-weight: 500!important;
}

@media (max-width: 768px) {
p {
    font-size: 18px;
}
}


/* -=-=-=-=-=-=-=- SECTIONS -=-==-=-=-=-=-=-=-*/
a.navbar-brand {
    height: 80px;
}

/* -=-=-=-=-=-=-=- NAVBAR -=-==-=-=-=-=-=-=-*/
nav.navbar {
    padding: 0px;
}

.navbar-toggler {
    border: none;
    z-index: 1501;
}

nav#myNavbar {
    height: 100px;
    background-color: white;
}

a.navbar-brand {
    height: 80px;
}

a.nav-link {
    font-family: "elza", sans-serif;
    color: #1e1e1e;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    padding: 0.5rem 1.5rem!important;
}

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;
}


.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
    opacity: 0;
    transition: 0.4s;
}

.navbar.scrolled {
    background-color: #fff;
    transition: background-color 0.3s ease;
    opacity: 1;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
a.navbar-brand {
    height: 75px;
    margin: 2px 0px 3px 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: 2.5px !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: #1e1e1e!important;
}
    
.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;
}






/* -=-=-=-=-=-=-=- WILD NAV -=-==-=-=-=-=-=-=-*/
.offcanvas-header {
    display: none;
}

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

li.nav-item {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
    margin-top: 20px;
}

a.nav-link.section {
    height: 80px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    opacity: 0.4;
    transition: 0.4s;
}


a.nav-link.section:hover {
    opacity: 1;
    transition: 0.4s;
}

a.nav-link.section.active {
    opacity: 1;
}

a.nav-link.section .section-number {
    font-size: 80px;
    float: left;
    position: absolute;
    color: #e8e7ed;
}

a.nav-link.section .section-title {
    font-size: 30px;
    float: left;
    position: absolute;
    margin-left: 25px;
    margin-top: 40px;
    font-family: "Playfair Display", serif;
}

a.si-link {
    color: #1e1e1e;
    float: right;
    width: 40px;
    height: 40px;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

a.si-link:hover {
    opacity: 0.5;
    transition: 0.4s;
}

i.bx {
    width: 32px;
    height: 32px;
    position: absolute;
    background-repeat: no-repeat;
}

.bxl-whatsapp {background-image: url("icons/icon_wa.svg");}
.bxl-instagram {background-image: url("icons/icon_ig.svg");}

i.bx::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: -20px;
    margin-top: 5px;
}

.bx-chevron-right::after {
    background-image: url("icons/chevron-right.svg");
    filter: invert(1);
}

.sub-item-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

a.nav-sub-link {
    display: block;
    text-decoration: none;
    margin-left: 70px;
    padding: 5px 0px;
    color: #1e1e1e;
    cursor: pointer;
    transition: 0.4s;
    font-size: 22px;
    font-weight: 200;
    opacity: 0.3;
}

a.nav-sub-link.active {
    margin-left: 80px;
    opacity: 1;
    font-weight: 300;
}

a.nav-sub-link i {
    position: relative;
    top: 2px;
}

a.nav-sub-link:hover {
    margin-left: 80px;
    opacity: 0.6;
    transition: 0.4s;
}

.waButton {
    position: fixed;
    bottom: 45px;
    right: 20px;
    z-index: 1501;
    background-color: transparent;
    border-radius: 50rem;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bxl-whatsapp-floating {
    background-image: url("icons/icon_wa-floating.svg");
    width: 50px!important;
    height: 50px!important;
}


#b2Top {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 25px;
    z-index: 1501;
    border: none;
    outline: none;
    background-color: #1e1e1e;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 0px;
    font-size: 18px;
    width: 50px;
    height: 40px;
}

.btn2TopImg {
  width: 20px;
}

#b2Top:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


/* -=-=-=-=-=-=-=- CARDS -=-==-=-=-=-=-=-=-*/
a.home-card-link {
    text-decoration: none!important;
    transition: 0.4s;
}

.card.card-home {
    border: none;
    background-color: #1e1e1e;
    border-radius: 0px;
    height: 100%;
    overflow: hidden;
    transition: 0.4s;
}


.card.card-home .card-body {
    padding: 0px;
}

.card-home-container {
    position: relative;
    height: 340px;
    background-color: #1e1e1e;
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
    margin-top: -90px;
    padding-top: 50px;
    padding-bottom: 50px;
}

a:hover .card-home-container {
    background-color: #f7f7f7;
}

.card-home-text {
    padding: 30px 40px 30px 20px;
    z-index: 1;
    position: relative;
    color: #fff;
    transition: 0.4s;
    margin-top: 30px;
}

a.home-card-link:hover .card-home-text {
  color: #1e1e1e;
  transition: 0.4s;
}

.card-home-text h1 {
    font-weight: 200;
}

.card-home-text p {
    font-weight: 300;
    max-width: calc(100% - 20px);
    padding-right: 40px;
}

a:hover .card-home-text {
    padding: 30px 20px 30px 40px;
}

.card-home-img {
    overflow: visible;
    padding: 0px;
    transition: 0.4s;
}

a.home-card-link .card-home-img img {
    transform: scale(1.25);
    transform-origin: top;
    filter: grayscale(0);
    transition: 0.4s;
}

a.home-card-link:hover .card-home-img img {
    transform: scale(1);
    transform-origin: top;
    filter: grayscale(1) contrast(1.5);
    transition: 0.4s;
}

.proyectNumber h2 {
    position: absolute;
    font-size: 300px;
    bottom: 0px;
    margin-bottom: 0px;
    line-height: 155px;
    color: rgba(0,0,0,0.4);
    right: 10px;
    letter-spacing: -15px;
    opacity: 0.3;
    z-index: 0;
    transition: 0.4s;
    font-weight: 300;
}

a:hover .proyectNumber h2 {
    right: -50px;
    opacity: 0;
    transition: 0.4s;
}

.plus-sign {
    position: absolute;
    right: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    bottom: 20px;
}

.lineOne {
    width: 2px;
    height: 50px;
    background-color: white;
    position: absolute;
    transition: 0.4s;
}

.lineTwo {
    width: 50px;
    height: 2px;
    background-color: white;
    position: absolute;
    transition: 0.4s;
}

a:hover .lineOne {
  transform: rotate(135deg);
  transition: 0.4s;
  height: 25px;
  background-color: #1e1e1e;
}

a:hover .lineTwo {
    transform: rotate(-225deg);
    transition: 0.4s;
    width: 25px;
    bottom: 8px;
    background-color: #1e1e1e;
}

@media (max-width: 1399px) {
.card-home-container {
    height: 400px;
}
}

@media (max-width: 1199px) {
.card-home-container {
    height: 430px;
}
}
  
@media (max-width: 991px) {
.card-home-container {
    height: 280px;
}
  
.card-home-text {
    margin-top: 0px;
}
  
.card-home-img {
    height: 520px;
}
}

@media (max-width: 768px) {
.card-home-container {
    height: 260px;
}
  
.card-home-text {
    margin-top: 0px;
}
  
.card-home-img {
    height: 480px;
}
}


/* -=-=-=-=-=-=-=- FOOTER -=-==-=-=-=-=-=-=-*/
footer.bg-dark {
    background-color: #1e1e1e !important;
    color: #f7f7f7;
    border-top: 1px solid #f7f7f7;
    padding: 50px 0px;
}

footer.fixed {
    position: sticky;
    bottom: -340px;
    width: 100%;
}

.footer-logo img {
    width: 70%;
    margin-bottom: 20px;
}

footer p {
    font-size: 16px;
    font-weight: 200;
}

footer h1 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 25px;
}

footer ul {
    padding-left: 20px;
}

footer ul li {
    list-style: none;
    font-weight: 200;
    font-size: 14px;
    line-height: 28px;
    transition: 0.4s;
}

footer ul li:hover {
    margin-left: 10px;
    opacity: 0.4;
    transition: 0.4s;
}

footer ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 34px;
}

footer ul li::before {
    content: '';
    background-image: url(icons/chevron-right.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: -20px;
    margin-top: 11px;
}

@media (max-width: 768px) {
footer.bg-dark {
    padding: 50px 20px;
}
  
footer.footer.fixed.mt-auto.bg-dark {
    position: absolute;
    bottom: -1120px;
    margin-top: auto!important;
}
}


/* -=-=-=-=-=-=-=- CAROUSEL -=-==-=-=-=-=-=-=-*/
.skw-pages {
    overflow: hidden;
    position: relative;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    width: 100vw;
}

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  transition: transform 0.5s;
}

.skw-page__half--left {
  left: 0;
  transform: translate3d(-32.4vh, 100%, 0);
}

.skw-page__half--right {
  left: 50%;
  transform: translate3d(32.4vh, -100%, 0);
}

.skw-page.active .skw-page__half {
  transform: translate3d(0, 0, 0);
}

.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140%;
  height: 100%;
  transform: skewX(-18deg);
  background: #000;
}

.skw-page__half--left .skw-page__skewed {
  left: -40%;
}

.skw-page__half--right .skw-page__skewed {
  right: -40%;
}

.skw-page__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30%;
    color: #fff;
    transform: skewX(18deg);
    transition: transform 1s, opacity 1s;
    background-size: cover;
}

.skw-page__half--left .skw-page__content {
  padding-left: 25%;
  padding-right: 25%;
  transform-origin: 100% 0;
}

.skw-page__half--right .skw-page__content {
  padding-left: 25%;
  padding-right: 25%;
  transform-origin: 0 100%;
}

.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  transform: skewX(18deg) scale(0.95);
}

.skw-page__heading {
    font-family: "Playfair Display", serif;
    font-size: 150px;
    line-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.skw-page__description {
    font-family: "elza", sans-serif;
    font-size: 34px;
    line-height: 30px;
    text-align: left;
    font-weight: 100;    
}

.skw-page__link {
    color: #9E9E9E;
    width: 100%;
    position: relative;
    z-index: 1401;
    float: right;
    margin-top: 50px;
    text-decoration: none;
    transition: 0.4s;
}

.skw-page__link:hover {
    color: #f7f7f7;
    transition: 0.4s;
}

.skw-page-1 .skw-page__half--left .skw-page__content {
    background-image: url("../img/slider-1.jpg");
}

.skw-page-1 .skw-page__half--right .skw-page__content {
    background-color: #1e1e1e;
}

.skw-page-2 .skw-page__half--left .skw-page__content {
    background-color: #1e1e1e;
}

.skw-page-2 .skw-page__half--right .skw-page__content {
    background-image: url("../img/slider-2.jpg");
}

.skw-page-3 .skw-page__half--left .skw-page__content {
    background-image: url("../img/slider-3.jpg");
}

.skw-page-3 .skw-page__half--right .skw-page__content {
    background-color: #1e1e1e;
}

.skw-page-4 .skw-page__half--left .skw-page__content {
    background-color: #1e1e1e;
}
.skw-page-4 .skw-page__half--right .skw-page__content {
    background-image: url("../img/slider-4.jpg");
}

.skw-page-5 .skw-page__half--left .skw-page__content {
    background-image: url("../img/slider-5.jpg");
}

.skw-page-5 .skw-page__half--right .skw-page__content {
    background-color: #1e1e1e;
}


.btn-skw {
    background-color: transparent;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    margin: 20px;
    transition: 0.4s;
    position: absolute;
    top: 45%;
}

.btn-skw.prev-btn.hide {
    display: none;
}

.btn-skw:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.icon-btn {
  width: 30px;
  height: 30px;
}

.icon-btn.prev {
  background-image: url("icons/btn-prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-btn.next {
  background-image: url("icons/btn-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

button.btn-skw.next-btn {
    right: 0px;
}


@media (max-width: 768px) {
.skw-page__half {
    width: 100%;
    height: 100vh;
}
  
.skw-page__half--right .skw-page__skewed {
    right: -50vw;
}
  
.skw-page__half--left .skw-page__skewed {
    left: -90vw;
}
  
.skw-page__half--left .skw-page__content {
    background-position: center;
    background-repeat: no-repeat;
}
  
.skw-page__half--right .skw-page__content {
    padding-left: 70vw;
    padding-right: 25vw;
    transform-origin: 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
  
.skw-page__half--left .skw-page__content {
    padding-left: 0px;
    padding-right: 25vw;
    transform-origin: 100% 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
  
.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  transform: skewX(38deg) scale(0.95);
}
  
.skw-page__skewed {
    width: 160%;
    transform: skewX(-38deg);
}
  
.skw-page__content {
    transform: skewX(38deg);
}
  
.skw-page__half--right .skw-page__heading {
    position: relative;
    font-size: 45px;
    line-height: 60px;
    bottom: 20%;
}
  
.skw-page__half--left .skw-page__heading {
    position: relative;
    font-size: 45px;
    line-height: 60px;
    width: 80vw;
    top: 30px;
    left: 18vw;
}
  
.skw-page__half--right .skw-page__description {
    position: relative;
    text-align: left;
    width: 55vw;
    bottom: 0px;
    left: 0px;
    font-size: 20px;
    line-height: 24px!important;
}
  
.skw-page__half--left .skw-page__description {
    text-align: left;
    width: 85vw;
    font-size: 18px;
    line-height: 24px;
}
  
.skw-page__link {
    margin-top: 15px;
    margin-bottom: -40px;
}
}


/* -=-=-=-=-=-=-=- DESTACADOS -=-==-=-=-=-=-=-=-*/
section#destacados {
    min-height: calc(100vh - 80px);
    padding-top: 100px;
    background-color: #f7f7f7;
    padding-bottom: 40px;
}

section#destacados h1 {
    color: #1e1e1e;
    text-align: center;
    font-family: "Playfair display", sans-serif;
    font-size: 52px;
}

span.fw-alt {
    font-family: "elza", sans-serif;
    font-weight: 200;
}

section#destacados h2 {
    color: #1e1e1e;
    text-align: center;
    font-weight: 200;
    padding-bottom: 120px;
    font-size: 24px;
    margin-top: 30px;
}


.dest_icon img {
    height: 120px;
    margin-bottom: 30px;
}

.dest-text h3 {
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    padding: 0px 20px;
}

a.btn {
    border-radius: 0px;
    padding: 10px 50px 6px 50px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 2px;
}

a.btn.btn-outline-dark {
    background-color: #3d4c38;
    border-color: #3d4c38;
    color: white;
    transition: 0.4;
}

a.btn.btn-outline-dark:hover {
    background-color: #252e22;
    border-color: #252e22;
    color: white;
    transition: 0.4;
}


@media (max-width: 768px) {
section#destacados {
    padding: 40px 10px 60px 10px;
}
  
section#destacados h1 {
    font-size: 36px;
} 
  
section#destacados h2 {
    padding-bottom: 60px;
}
  
.dest_icon img {
    height: 100px;
}
  
.dest-container {
    margin-bottom: 20px;
}
  
.dest-text h3 {
    font-size: 18px;
    padding: 0px 10px;
}
  
}

#movingDiv {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 50px;
    transition: bottom 0.4s ease;
}

.scrollIconContainer {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    margin-left: calc(50% - 40px);
    width: 40px;
}

@keyframes scroll_1 {
  0%   { transform: translateY(0);}
  25%  { transform: translateY(-0.6em);}
  50%  { transform: translateY(0);}
  75%  { transform: translateY(0.6em);}
  100% { transform: translateY(0); }
}

.example--1 {
  background: tomato;
}

.scroll-icon__wheel-outer {
    display: block;
    position: absolute;
    left: 50%;
    top: .6em;
    height: 1em;
    width: 4px;
    margin-left: -2px;
    border-radius: .4em;
    overflow: hidden;
}

.scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #f7f7f7;
  animation: scroll_1 2.75s ease-in-out infinite;
}

.scroll-icon {
    display: block;
    position: relative;
    height: 40px;
    width: 25px;
    border: 2px solid #f7f7f7;
    border-radius: 1em;
}

@media (max-width: 768px) {
#movingDiv {
    display: none;
}
}



/* -=-=-=-=-=-=-=- QUIENES SOMOS -=-==-=-=-=-=-=-=-*/
section#quienesSomos {
    min-height: calc(100vh - 80px);
    margin-top: 80px;
    overflow: hidden;
}

.sideText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    justify-content: center;
    padding: 40px 80px;
}

.sideImg {
    height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
}

.sideImg img {
    height: 100%;
    width: auto;
}

.sideImg.qs {
    position: relative;
    width: 100%;
    justify-content: flex-start;
}

.sideImg.qs .imgOne {
    width: 900px;
    height: 900px;
    position: absolute;
}

.sideImg.qs .imgTwo {
    position: absolute;
    width: 900px;
    height: 900px;
}

.equipoImg {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.equipoImg .imgOne {
    position: relative;
}

.equipoImg .imgTwo {
    position: absolute;
}

@media (max-width: 768px) {
section#quienesSomos {
    height: 100%;
    padding: 0px 20px;
}
  
.sideImg.qs {
    height: 70vh;
}
  
.sideImg.qs .imgOne {
    width: 100%;
    height: 90%;
}
  
.sideImg.qs .imgTwo {
    width: 100%;
    height: 570px;
    margin-left: -130px;
    margin-top: 100px;
}
  
.sideText {
    padding: 20px!important;
    margin-bottom: 30px;
}
  
.equipoImg {
    height: 220px;
}
}


/* -=-=-=-=-=-=-=- MANIFESTO -=-==-=-=-=-=-=-=-*/
.parallax {
    perspective: 100px;
    height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 0;
    max-width: 100vw;
    background-color: #f7f7f7;
    margin-top: 80px;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax__layer img {
  display: block;
  position: absolute;
  bottom: 0;
}

.parallax__cover {
    background: #f7f7f7;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 2;
}

.parallax__layer__0 {
    transform: translateZ(-25%) scale(0.75);
}

.parallax__layer__1 {
    transform: translateZ(-930px) scale(7) translate(-520px, -210px);
}

.parallax__layer__2 {
    transform: translateZ(-2%) scale(1.2);
    margin-top: 950px;
    margin-bottom: 0PX;
}

.parallax__layer__3 {
    transform: translateZ(-120px) scale(1.85) translateX(-360px);
    margin-top: -460px;
}

.parallax__layer__4 {
    transform: translateZ(2px) scale(1);
}

.parallax__layer__5 {
    transform: translateZ(-13px) scale(1.25) translateX(-510px);
}

.parallax__layer__6 {
    transform: translateZ(-20px) scale(1.2);
}

.parallax__layer__7 {
    transform: translateZ(-50px) scale(1.5);
}

.parallax__text {
    position: absolute;
    left: 5%;
    top: 35%;
    color: white;
}

.parallax__text h1 {
    font-size: 90px;
}

.manifesto {
    padding: 100px 0px;
    background-color: #f7f7f7;
}

.mani_icon img {
    height: 80px;
    margin-bottom: 10px;
}

.mani-text h3 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    padding: 0px 10px;
}

.imgGridContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.imgGrid {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.imgGrid a{
    height: 100%;
}

.imgGrid img {
    min-width: 100%;
    min-height: 100%;
    transition: 0.4s;
}

.imgGrid a:hover img {
    opacity: 0.5;
    transition: 0.4s;
}

@media (max-width: 768px) {
.parallax__text h1 {
    font-size: 70px;
    line-height: 50px;
}
  
.parallax__text {
    position: absolute;
    left: 5%;
    top: 26%;
    color: white;
}
  
.parallax__layer__5 {transform: translateZ(2px) scale(1) translateX(-1282px);}
.parallax__layer__6 {transform: translateZ(1px) scale(1); margin-left: -360px;}
.parallax__layer__3 {transform: translateZ(-20px) scale(1.15) translateX(-370px);margin-top: 0px;}
  
.manifesto {
    padding: 40px 20px 140px 20px;
}
}


/* -=-=-=-=-=-=-=- IDEAS -=-==-=-=-=-=-=-=-*/
section#ideasmain {
    background: #f7f7f7;
    margin-top: 80px;
}

.jumboContainer {
    height: 80vh;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}

.jumboImg {
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jumboImg img {
    min-width: 100%;
    min-height: 100%;
}

.jumboText {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
}

.jumboText h1 {
    font-size: 90px;
    color: white;
}

section#inspiracion {
    background-color: #f7f7f7;
    width: 100vw;
    overflow-x: hidden;
    padding: 0px 20px 50px 20px;
}

section#inspiracion h1 {
    color: #1e1e1e;
    text-align: center;
    font-family: "Playfair display", sans-serif;
    font-size: 52px;
}


.owl-ideas .owl-stage-outer .owl-stage .owl-item .item {
    height: 640px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: -50px;
    margin-right: 50px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px!important;
    height: 2px!important;
    margin: 5px 7px!important;
    background: #1e1e1e!important;
    transition: 0.4s!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 0.5!important;
    width: 35px!important;
}

@media (max-width: 768px) {
section#ideasmain {
    background: #f7f7f7;
    margin-top: 80px;
    width: 100vw;
    overflow-x: hidden;
}
  
section#inspiracion h1 {
    font-size: 40px;
}
  
.jumboText h1 {
    font-size: 90px;
    line-height: 70px;
}
  
.jumboContainer {
    max-width: 100vw;
    overflow-x: hidden;
}
  
.jumboText {
    max-width: 60vw;
}
  
.owl-ideas .owl-stage-outer .owl-stage .owl-item .item {
    height: 300px;
}
}

/* -=-=-=-=-=-=-=- CONTACTO -=-==-=-=-=-=-=-=-*/
section#contacto {
    margin-top: 80px;
}

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

a.contactLink:hover {
    transition: 0.4s;
    transform: translateX(10px);
    opacity: 0.5;
}

.contactLinkContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contactLinkIcon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.contactLinkText {
    font-size: 18px;
    line-height: 50px;
    color: black;
    font-weight: 200;
}

@media (max-width: 768px) {
.contactLinkText {
    line-height: 35px;
}
}


/* -=-=-=-=-=-=-=- PROYECTOS -=-==-=-=-=-=-=-=-*/
section#proyectoIntro {
    background-color: #f7f7f7;
    padding: 40px 20px;
    overflow-x: hidden;
}

.jumboText.proyectos {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 1;
}

h1.titleNumber {
    position: absolute;
    font-size: 400px;
    opacity: 0.4;
    margin-top: -260px;
    margin-left: -140px;
    font-weight: 300;
    letter-spacing: -12px;
    color: white;
    z-index: -1;
}

.owl-theme .owl-nav {
    margin-top: 0px!important;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 0px;
}

.owl-carousel.owl-proyectos .owl-nav button.owl-next, .owl-carousel.owl-proyectos .owl-nav button.owl-prev, .owl-carousel.owl-proyectos button.owl-dot {
    background-color: rgba(255,255,255,0.5)!important;
    padding: 0px 20px!important;
    border-radius: 0px!important;
    font-size: 40px!important;
    margin: 0px;
    height: 60px;
}

.owl-proyectos {
    height: 55vh;
}

.owl-proyectos .owl-stage-outer .owl-stage {
    display: block;
    width: 100%;
    height: 55vh;
}

.owl-proyectos .owl-stage-outer .owl-stage .owl-item img {
    display: block;
    width: auto;
    height: 55vh;
}


iframe.myMaps {
    
}

section#proyectoLogos {
    min-height: 70vh;
    padding: 90px 0px;
}

.comercializaLogo {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.comercializaLogo img {
    width: auto;
    height: 100px;
}

.comercializaLogo.parnters img {
    height: 80px;
}

.bkg_img_gdr {
    background-image: url("../proyectos/gdr/img/002.jpg");
    width: 100vw;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkg_img_olaya {
    background-image: url("../proyectos/olaya/img/mainImg.jpg");
    width: 100vw;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkg_img_torcuatomall {
    background-image: url("../proyectos/torcuato/img/mainImg.jpg");
    width: 100vw;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkg_img_puntotigre {
    background-image: url("../proyectos/puntotigre/img/mainImg.jpg");
    width: 100%;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkg_img_crica {
    background-image: url("../proyectos/crica/img/003.jpg");
    width: 100vw;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkg_img_melian {
    background-image: url("../proyectos/melian/img/001.jpg");
    width: 100vw;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkg_img_wildusa {
    background-image: url("../proyectos/wildusa/img/007.jpg");
    width: 100vw;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


section#callToAction {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

a.call2Action {
    text-decoration: none;
    color: #f7f7f7;
    padding: 80px;
    background-color: #3b4f98;
    transition: 0.4s;
    width: 100vw;
    text-align: center;
    border-top: 1px solid white;
}

a.call2Action:hover {
    text-decoration: none;
    color: black;
    padding: 80px;
    background-color: #f7f7f7;  
    transition: 0.4s;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
}

a.call2Action h1 {
    transform: scale(1);
    transition: 0.4s;
}

a.call2Action:hover h1 {
    transform: scale(1.1);
    transition: 0.4s;
}


div#modalContacto .modal-content {
    border-radius: 0px;
    filter: invert(1) contrast(0.8);
    opacity: 1;
    border: none;
    box-shadow: 0px 0px 40px 0px rgba(255,255,255,1);
}

label.myLabel {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 30px;
}

.myForm {
    padding: 10px;
    border-radius: 0px;
}

.form-control.myForm {
    transition: 0.4s;
}

.form-control.myForm:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #000;
    outline: 0;
    box-shadow: none;
    transition: 0.4s;
}

input.btn.btn.btn-outline-dark {
    width: 100%;
    border-radius: 0px;
    margin-top: 20px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: 0.2;
}

.help-block.with-errors ul li {
    font-size: 14px;
    margin-top: 5px;
}


@media (max-width: 768px) {
.jumboText.proyectos {
    top: 35%;
    left: 10%;
}
  
h1.titleNumber {
    font-size: 200px!important;
    margin-top: -75px;
    margin-left: -40px;
}
  
.jumboText h1 {
    font-size: 62px;
    line-height: 55px;
}
  
section#proyectoLogos {
    max-width: 100vw;
    overflow-x: hidden;
    padding: 40px 0px;
}
  
.comercializaLogo {
    height: 100px;
}
  
.comercializaLogo img {
    height: 80px;
}
  
a.call2Action {
    padding: 40px 20px;
}
  
a.call2Action h1 {
    font-size: 22px;
}
  
a.call2Action:hover {
    padding: 40px;
}
  
.owl-proyectos {
    height: 20vh;
}
  
.owl-proyectos .owl-stage-outer .owl-stage {
    height: 20vh;
}
  
.owl-proyectos .owl-stage-outer .owl-stage .owl-item img {
    height: 20vh;
}
  
.owl-carousel.owl-proyectos .owl-nav button.owl-next, .owl-carousel.owl-proyectos .owl-nav button.owl-prev, .owl-carousel.owl-proyectos button.owl-dot {
    padding: 0px 15px!important;
    font-size: 20px!important;
    height: 40px;
    top: -15px;
    position: relative;
}
  

.bkg_img_gdr {
    background-attachment: initial!important;
}

.bkg_img_olaya {
    background-attachment: initial!important;
}

.bkg_img_torcuatomall {
    background-attachment: initial!important;
}

.bkg_img_puntotigre {
    background-attachment: initial!important;
}
  
.bkg_img_gdr {
    background-attachment: initial!important;
}

.bkg_img_crica {
    background-attachment: initial!important;
}

.bkg_img_melian {
    background-attachment: initial!important;
}

.bkg_img_wildusa {
    background-attachment: initial!important;
}
}


.modal-vid .modal-content {
    border-radius: 12px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.modal-vid .modal-content .modal-header {
    padding: 0px;
    background-color: black;
    border: none;
}

.modal-vid .modal-content .modal-header button.btn-close {
    filter: invert(1);
    position: absolute;
    right: -10px;
    background-color: white;
    z-index: 1;
    border-radius: 50rem;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.modal-vid .modal-content .modal-body {
    padding: 0px;
    background-color: black;
    overflow: hidden;
    border-radius: 10px;
    max-width: 560px;
    height: 90vh;
}

video#myVideo {
    max-width: 560px;
    overflow: hidden;
    height: 90vh;
}

ul.wildusa {
    list-style: none;
    padding-left: 10px;
    margin-top: 10px;
}

ul.wildusa li {
    font-size: 1.25rem!important;
    font-weight: 200;
    line-height: 2.5rem;
}



















