/*== Root Variables ==*/
:root {
    --main-color: #2C2C2C;
    --secondar-color: #6c9dd5;
    --third-color: #ffffff;
}

/*=========================
    2. Theme default css
===========================*/

/*== Fonts ==*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');*/

/*== Margin & Padding ==*/

.mt-1{
    margin-top: 10px !important;
}
.mt-2{
    margin-top: 25px !important;
}
.mt-3{
    margin-top: 50px !important;
}
.mt-4{
    margin-top: 75px !important;
}
.mt-5{
    margin-top: 100px !important;
}
.mt-6{
    margin-top: 150px !important;
}
.mt-7{
    margin-top: 200px !important;
}
.mt-8{
    margin-top: 250px !important;
}
.mt-9{
    margin-top: 300px !important;
}

.mb-1{
    margin-bottom: 10px !important;
}
.mb-2{
    margin-bottom: 25px !important;
}
.mb-3{
    margin-bottom: 50px !important;
}
.mb-4{
    margin-bottom: 75px !important;
}
.mb-5{
    margin-bottom: 100px !important;
}
.mb-6{
    margin-bottom: 150px !important;
}
.mb-7{
    margin-bottom: 200px !important;
}
.mb-8{
    margin-bottom: 250px !important;
}
.mb-9{
    margin-bottom: 300px !important;
}
.pt-1{
    padding-top: 10px !important;
}
.pt-2{
    padding-top: 25px !important;
}
.pt-3{
    padding-top: 50px !important;
}
.pt-4{
    padding-top: 75px !important;
}
.pt-5{
    padding-top: 100px !important;
}
.pt-6{
    padding-top: 150px !important;
}
.pt-7{
    padding-top: 200px !important;
}
.pb-1{
    padding-bottom: 10px !important;
}
.pb-2{
    padding-bottom: 25px !important;
}
.pb-3{
    padding-bottom: 50px !important;
}
.pb-4{
    padding-bottom: 75px !important;
}
.pb-5{
    padding-bottom: 100px !important;
}
.pb-6{
    padding-bottom: 150px !important;
}
.pb-7{
    padding-bottom: 200px !important;
}
.pl-1{
    padding-left: 10px !important;
}
.pl-2{
    padding-left: 25px !important;
}
.pl-3{
    padding-left: 50px !important;
}
.pl-4{
    padding-left: 75px !important;
}
.pl-5{
    padding-left: 100px !important;
}
.pr-1{
    padding-right: 10px !important;
}
.pr-2{
    padding-right: 25px !important;
}
.pr-3{
    padding-right: 50px !important;
}
.pr-4{
    padding-right: 75px !important;
}
.pr-5{
    padding-right: 100px !important;
}


.m-1{
    margin: 10px !important;
}
.m-2{
    margin: 25px !important;
}
.m-3{
    margin: 50px !important;
}
.m-4{
    margin: 75px !important;
}
.m-5{
    margin: 100px !important;
}
.p-1{
    padding: 10px !important;
}
.p-2{
    padding: 25px !important;
}
.p-3{
    padding: 50px !important;
}
.p-4{
    padding: 75px !important;
}
.p-5{
    padding: 100px !important;
}
.p-6{
    padding: 150px !important;
}
.p-7{
    padding: 200px !important;
}
.pr-100{
    margin-right: 100px !important;
}


.wg-100{
    font-weight: 100 !important;
}
.wg-200{
    font-weight: 200 !important;
}
.wg-300{
    font-weight: 300 !important;
}
.wg-400{
    font-weight: 400 !important;
}
.wg-500{
    font-weight: 500 !important;
}
.wg-600{
    font-weight: 600 !important;
}

.wg-700{
    font-weight: 700 !important;
}

.wg-800{
    font-weight: 800 !important;
}

.wg-900{
    font-weight: 900 !important;
}

.uppercase{
    text-transform: uppercase !important;
}

.font-10{
    font-size: clamp(8px, 4vw, 10px) !important;
}
.font-20{
    font-size: clamp(18px, 4.5vw, 20px) !important;
}
.font-30{
    font-size: clamp(22px, 5vw, 30px) !important;
}
.font-40{
    font-size: clamp(30px, 5.5vw, 40px) !important;
}
.font-50{
    font-size: clamp(35px, 6vw, 50px) !important;
}
.font-60{
    font-size: clamp(40px, 6.5vw, 60px) !important;
}
.font-70{
    font-size: clamp(45px, 7vw, 70px) !important;
}
.font-80{
    font-size: clamp(50px, 7.5vw, 80px) !important;
}
.font-90{
    font-size: clamp(55px, 8vw, 90px) !important;
}
.font-100{
    font-size: clamp(60px, 8.5vw, 100px) !important;
}

.lh-1{
    line-height: 1 !important;
}
.lh-2{
    line-height: 1.3 !important;
}
.lh-3{
    line-height: 1.5 !important;
}
.lh-4{
    line-height: 1.8 !important;
}
.lh-5{
    line-height: 2 !important;
}

.white-text-border{
  color: black;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.celeste-text-border{
  color: black;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--secondar-color);
}

html {
    overflow-x: hidden !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--main-color);
    background-color: var(--third-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.modal-open{
    padding-right: 0px !important;
}

img {
    max-width: 100%;
}
a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
i, span, a {
    display: inline-block;
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
article {
    background: rgba(11,11,11,.85);
    color: var(--secondar-color);
    padding: 70px 90px;
    text-align: center;
    /*margin: 60px 0;*/
    font-size: 20px;
    font-weight: 500;
    /*border-radius: 15px;*/
}
/*== Global styles ==*/
.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
.btn-outlined {
    font-size: 16px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    padding: 13px 22px;
    border-radius: 15px;
    font-weight: 500;
    align-items: center;
    display: flex;
}
.btn-light {
    border-color: var(--third-color);
    color: var(--third-color);
    background: transparent;
}
.btn-icon svg {
    margin-top: -2px;
    margin-left: 25px;
    transition: .2s;
}
.btn-icon:hover svg {
    transform: translate(4px, -4px);
}
.show-x {
    display: none;
}
.mouse-icon {
    width: 18px;
    height: 26px;
    border: 2px solid black;
    border-radius: 10px;
    position: relative;
}
.mouse-icon:before {
    content: '';
    width: 2px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 6px;
    background-color: black;
    opacity: 1;
    animation: wheel 2s infinite;
}
@keyframes wheel {
    0% {
        opacity: 1;
        top: 4px;
    }
    50% {
        opacity: 1;
        top: 4px;
    }
    100% {
        opacity: 0;
        top: 10px;
    }
}
.hour {
    font-size: clamp(24px, 2.465vw, 45px);
    color: var(--main-color)
}
.hour .hour-gmt {
    color: var(--main-color);
    opacity: 0.4;
}
.hour .hour-ticker {
    opacity: 1;
    animation: clockDivider 2s infinite;
}
@keyframes clockDivider {
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.title {
    font-size: clamp(31px, 4vw, 100px);
    margin: 0;
    line-height: clamp(44px, 4vw, 100px);
    /*margin-bottom: 40px;*/
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
}
.title-2 {
    font-size: clamp(31px, 4vw, 100px);
    margin: 0;
    line-height: clamp(44px, 4vw, 100px);
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
}
.title-3 {
    font-size: clamp(31px, 3vw, 100px);
    margin: 0;
    line-height: clamp(44px, 3vw, 100px);
    margin-top: -40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 200;
}
.title-4 {
    font-size: clamp(31px, 3.5vw, 100px);
    margin: 0;
    line-height: clamp(44px, 3.5vw, 100px);
    text-transform: uppercase;
    font-weight: 200;
}
.title em, .title-2 em, .title-3 em{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.title-sub {
    font-size: clamp(18px, 2vw, 30px);
    max-width: clamp(320px, 67.857vw, 950px);
    margin-bottom: 50px;
    font-weight: 500;
}
.title-sub2 {
    font-size: clamp(16px, 1.2vw, 35px);
    margin: 0;
    text-align: center;
    margin-bottom: clamp(15px, 1vw, 40px);
    font-weight: 400;
    line-height: clamp(35px, 1.2vw, 55px);
}
.title-sub-3 {
    font-size: clamp(18px, 1.2vw, 30px);
    max-width: clamp(320px, 67.857vw, 950px);
    margin-bottom: 0px;
    font-weight: 500;
}
.title-sub-4 {
    font-size: clamp(16px, 1.2vw, 30px);
    margin-bottom: 0px;
    font-weight: 300;
}
.section-subtitle {
    font-size: 30px;
    font-weight: 500;
}
.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
.page-wrapper {
    overflow: hidden;
}
.section-space {
    margin: 80px 0;
}
.section-space2x {
    margin: 160px 0;
}
.back-animation {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
}
.back-animation.dark {
    background-color: #000000;
}
.full-img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: cover;
}
.full-content {
    margin: 0 -40px;
}
.content-text p {
    font-size: 30px;
    font-weight: 500;
}
.content-text {
    margin: 140px 0 60px 0;
}
.img-rounded {
    border-radius: 15px;
}
blockquote {
    margin: 0;
    font-size: 14px;
    color: #888888;
    font-weight: 500;
    max-width: 340px;
}
blockquote span {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
/*== Text animations ==*/
.hover-underline {
    position: relative;
    overflow: hidden;
    line-height: normal;
}
.link-text-hidden {
    transform: translateY(110%);
    position: absolute;
    left: 0;
    transition: .3s ease;
    line-height: normal;
    text-transform: uppercase;
}
.hover-underline:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66vw;
    height: 1px;
    background: var(--main-color);
    display: block;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.hover-underline-trigger:hover .hover-underline:before, .hover-underline-trigger.hover-underline:hover:before, .hover-underline:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.hover-underline.reverse:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.hover-underline-trigger:hover .hover-underline.reverse:before, .hover-underline-trigger.hover-underline.reverse:hover:before, .hover-underline.reverse:hover:before {
    transform-origin: right top;
    transform: scale(0, 1);
}
.hover-underline-trigger:hover .link-text-hidden, .hover-underline:hover .link-text-hidden {
    transform: translateY(0%);
    transition: 0s;
}
.hover-underline-trigger:hover .link-text, .hover-underline:hover .link-text {
    transform: translateY(-100%);
    transition: 0s;
}
.link-text {
    transition: .3s ease;
    line-height: normal;
    text-transform: uppercase;
}
.number-text{
    transition: .3s ease;
    line-height: normal;
    text-transform: uppercase;
}
.hover-underline.light-line:before {
    background-color: var(--third-color);
}
.more-block {
    text-align: center;
    margin-top: 60px;
}
.circle-hover {
    position: relative;
    color: #000000;
}
.circle-hover .circle-hover-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 25px;
    font-weight: 500;
    width: max-content;
    height: max-content;
    margin: auto;
    transition: .2s;
}
.circle-hover:hover {
    color: #000000;
}
.circle-hover svg circle {
    stroke-dasharray: 420px;
    transition: .5s;
}
.circle-hover svg {
    transform: rotate(-90deg);
}
.circle-hover:hover svg circle {
    stroke-dashoffset: 419px;
}
/*== Cursors ==*/
.cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    top: 0;
    left: 0;
    z-index: 10000;
}
.cursor--normal__content.normalCursor svg {
    width: 40px;
    transform: translate(-6px, -6px);
}
.block-cursor {
    opacity: 0;
    visibility: hidden;
}
.cursor--normal, .cursor--link {
    position: fixed;
    opacity: 0;
    visibility: hidden;
}
.normalCursor {
    z-index: 99999999;
    width: 26px;
    height: 26px;
    align-items: center;
    border-radius: 50%;
    background-color: var(--main-color);
    opacity: 1;
    transition: height 200ms ease, width 200ms ease, opacity 200ms ease-out;
    transform: translate(-50%, -50%);
}
.normalCursor.cursor-hover {
    width: 70px;
    height: 70px;
    opacity: 0.5;
}
body.dark-screen .normalCursor, .cursor-dark {
    background-color: var(--third-color);
}
.linkCursor {
    transform: translate(-50%, -50%);
}
.global-cases-img {
    position: fixed;
    pointer-events: none;
    will-change: transform;
    top: 0;
    left: 40vw;
    z-index: 10;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
}
.global-cases-img img {
    border-radius: 15px;
    width: 270px;
    height: 380px;
    object-fit: cover;
    transition: .5s;
}
.global-cases-img.active {
    opacity: 1;
    visibility: visible;
}
.global-cases-img.small-img img {
    height: unset;
    width: unset;
    border-radius: 0;
}
/*=========================
    2. HEADER css
===========================*/
.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: transparent !important;
    z-index: 10;
}
.header-content {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
}
.logo {
    position: relative;
    z-index: 6;
}
.logo .logo-light {
    position: absolute;
    opacity: 0;
    left: 0;
}
.logo .logo-light, .logo .logo-dark {
    transition: .2s;
}
.header-btns {
    display: flex;
    gap: 30px;
}
.navbar-toggler {
    position: relative;
    background-color: transparent;
    border-radius: 15px;
    width: 84px;
    height: 55px;
    z-index: 6;
    border: 0;
    filter: invert(0); /* Original color */
    transition: filter 0.3s ease; /* Smooth transition for color change */
}
.navbar-toggler span {
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: rgb(100,100,100);
    transition: .5s;
}
.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(4) {
    top: 27px;
}
.navbar-toggler span:nth-child(3) {
    top: 35px;
}
.navbar-toggler:hover span:nth-child(1), .navbar-toggler:hover span:nth-child(3) {
    transform: translateX(-4px);
}
.navbar-toggler:hover span:nth-child(2) {
    transform: translateX(4px);
}
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-color);
    z-index: 5;
    display: flex;
    transform: scale(1);
    visibility: hidden;
    transition: .6s;
    opacity: 0;
}
.mega-menu-content {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 100px 0px clamp(40px, 6.042vw, 120px) 0px;
    position: relative;
    z-index: 2;
}
.mega-menu-info {
    position: absolute;
    min-width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;

}
.mega-menu-items {
    width: 65%;
}
.info-item h2 {
    font-size: clamp(22px, 1vw + 10px, 45px);
    color: var(--third-color);
    margin-bottom: 25px;
}
.info-item p {
    color: var(--third-color);
    opacity: 0.5;
    font-size: clamp(18px, 1vw, 35px);
    margin-bottom: 40px;
}
.info-item a {
    /*font-size: clamp(18px, 1vw, 35px);*/
    font-size: clamp(14px, 1vw, 25px);
    color: var(--third-color);
}
.info-item:not(:last-child) {
    margin-bottom: 20px;
}
.mega-menu-link {
    color: #969696;
    text-decoration: none;
    font-size: clamp(20px, 3.2vw, 40px);
    line-height: clamp(20px, 2vw, 40px);
    /*font-size: clamp(30px, 3.5vw, 65px);
    line-height: clamp(25px, 2vw, 65px);*/
    cursor: pointer;
    transition: .2s;
    align-items: center;
    display: flex;
    justify-content: space-between;
    transform-origin: left center;
    width: 100%;
    font-weight: 600;
}
.mega-menu-items li {
    overflow: hidden;
    /*border-bottom: 1px solid rgba(255,255,255,.2);*/
}
.mega-menu-items li a{
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.mega-menu-items li:not(:last-child) {
    margin-bottom: clamp(20px, 1vw, 30px);
}
.dropdown-menu-items {
    margin-top: 20px;
    display: block;
}
.dropdown-menu-items li:not(:last-child) {
    margin-bottom: clamp(8px, 0.5vw, 14px);
}
.dropdown-menu-items a {
    font-size: clamp(12px, 2vw, 17px);
    color: #969696 !important;
    text-decoration: none;
    font-weight: 500;
    transition: .2s;
    line-height: normal;
    margin-top: 10px;
    transform: translateY(1px) !important;
}
.dropdown-menu-items a:hover {
    color: #fff !important;
    transition: .2s;
}
.mega-menu-link .dropdown-icon {
    margin-left: 15px;
    opacity: 0.7;
    transition: .2s;
    transform: rotate(180deg) translate(0px, -6px);
    display: inline-flex;
}
.dropdown-open .mega-menu-link:hover, .mega-menu-link:hover, .dropdown-open .mega-menu-link {
    color: var(--third-color);
}
.dropdown-open .mega-menu-link .dropdown-icon, .mega-menu-link:hover .dropdown-icon {
    opacity: 1;
}
.dropdown-menu-items a:hover {
    color: var(--third-color);
}
.mega-menu-open .mega-menu {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    overflow-y: hidden;
}

a .number-text p{
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke: 1px #969696;
    -webkit-text-fill-color: transparent;
    transition: .2s;
}

a:hover .number-text p{
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    transition: .2s;
}

.mega-menu-open .logo-dark {
    opacity: 0;
}
.mega-menu-open .logo-light {
    opacity: 1;
}
.navbar-toggler.active span:nth-child(1) {
    transform: translate(0px, 8px);
    opacity: 0;
}
.navbar-toggler.active span:nth-child(3) {
    transform: translate(0px, -9px);
    opacity: 0;
}
.navbar-toggler.active span:nth-child(2):nth-child(2) {
    background: white !important;
    transform: rotate(45deg);
}
.navbar-toggler span:nth-child(4) {
    opacity: 0;
}
.navbar-toggler span:nth-child(2):nth-child(4) {
    opacity: 1;
    transform: rotate(-45deg);
}
.navbar-toggler.active span:nth-child(4) {
    background: white !important;
    opacity: 1;
    transform: rotate(-45deg);
}
.dropdown-open .mega-menu-link .dropdown-icon {
    transform: none;
}
/*=========================
    3. PAGE HEADING css
===========================*/
.heading-full {
    min-height: calc(100dvh - 75px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.heading-full-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.heading-full-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100dvh - 75px);
}
.heading-center {
    align-items: center;
}
.heading-sub-bottom {
    display: flex;
    /* width: 100%; */
    /* justify-content: center !important; */
    align-content: center;
    flex-wrap: wrap;
}
.heading-bottom {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 3vh;
}
.scroll-down {
    background: transparent;
    border: 0;
    font-size: clamp(12px, 0.845vw, 18px);
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--main-color);
}
.scroll-down .mouse-icon {
    margin-right: 0px;
}
.heading-center .heading-titles {
    padding: 80px 0;
}
.heading-center .title {
    text-align: center;
}
.heading-titles {
    padding: 40px 0 90px 0;
}
.heading-titles.contacto {
    padding: 20px 0 90px 0;
}
.heading-titles .title-sub {
    margin-bottom: 0;
}
.heading-page .title {
    margin-bottom: 0;
}
.page-heading {
    height: calc(200vh - 75px);
    /*padding-top: 30px;*/
}

/**//**/
.index.page-heading, .apyc.page-heading, .bim.page-heading, .contacts.page-heading {
    height: calc(100vh - 75px); /* 99px */
    /*padding-top: 30px;*/
}
.index.heading-full, .apyc.heading-full, .bim.heading-full, .contacts.heading-full {
    min-height: calc(75vh - 75px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*////// RESIDENTIAL //////*/

.residential-heading {
    height: 100vh;
    /*padding-top: 30px;*/
    background-image: url(../images/residential/residential.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.residential-heading::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    width: 100%;
    /*background-color: rgba(0,0,0,0.4);*/
    z-index: 0;
}

.residential-heading .residential-e3d{
    width: 80px;
    height: auto;
}

.residential-heading #e-3d{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    transform: all ease .3s;
    margin-right: -50px;
    opacity: 0;
}

.residential-text {
    font-size: clamp(31px, 4vw, 200px);
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
    color: white;
    z-index: 2;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: fit-content;
}
#residential-text {
  position: relative; /* Position text absolutely within the container */
  margin-top: -140px;
  transform: translateX(0%); /* Adjust to center */
  opacity: 0; /* Start hidden */
  white-space: nowrap; /* Prevent text from wrapping */
  transform: all ease .3s;
}

.residential-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94vw;
    height: 94vh;
    background-color: transparent;
    z-index: 2;
    position: relative;
    border-bottom: 2px solid white;
    border-width: thin;
    z-index: 0;
}


/*////// COMMERCIAL & HOSPITALITY //////*/

.commercial-heading {
    height: 100dvh;
    /*padding-top: 30px;*/
    background-image: url(../images/commercial/commercial.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.commercial-heading::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    width: 100%;
    /*background-color: rgba(0,0,0,0.4);*/
    z-index: 0;
}

.commercial-heading .commercial-e3d{
    width: 80px;
    height: auto;
}

.commercial-heading #e-3d{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    transform: all ease .3s;
    margin-right: -50px;
    opacity: 0;
}

.commercial-text {
    font-size: clamp(31px, 4vw, 200px);
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
    color: white;
    z-index: 2;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: fit-content;
}
#commercial-text {
  position: relative; /* Position text absolutely within the container */
  margin-top: -140px;
  transform: translateX(0%); /* Adjust to center */
  opacity: 0; /* Start hidden */
  white-space: nowrap; /* Prevent text from wrapping */
  transform: all ease .3s;
}

.commercial-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94vw;
    height: 94vh;
    background-color: transparent;
    z-index: 2;
    position: relative;
    border-bottom: 2px solid white;
    border-width: thin;
    z-index: 0;
}

/*////// INDUSTRIAL //////*/

.industrial-heading {
    height: 100dvh;
    /*padding-top: 30px;*/
    background-image: url(../images/industrial/industrial.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.industrial-heading::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 0;
}

.industrial-heading .industrial-e3d{
    width: 80px;
    height: auto;
}

.industrial-heading #e-3d{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    transform: all ease .3s;
    margin-right: -50px;
    opacity: 0;
}

.industrial-text {
    font-size: clamp(31px, 4vw, 200px);
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
    color: white;
    z-index: 2;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: fit-content;
}
#industrial-text {
  position: relative; /* Position text absolutely within the container */
  margin-top: -140px;
  transform: translateX(0%); /* Adjust to center */
  opacity: 0; /* Start hidden */
  white-space: nowrap; /* Prevent text from wrapping */
  transform: all ease .3s;
}

.industrial-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94vw;
    height: 94vh;
    background-color: transparent;
    z-index: 2;
    position: relative;
    border-bottom: 2px solid white;
    border-width: thin;
    z-index: 0;
}


.z-0{
    position: relative;
    z-index: 0 !important;
}
}
.z-1{
    position: relative;
    z-index: 1 !important;
}
.z-2{
    position: relative;
    z-index: 2 !important;
}
.z-3{
    position: relative;
    z-index: 3 !important;
}
.z-4{
    position: relative;
    z-index: 4 !important;
}
/* RESIDENTIAL PROJECT */
.residential-project{
    height: 85vh;
    display: flex;
    align-items: center;
}

.modern-ranch{    
    background-image: url(../images/residential/ranch-house/modern-ranch.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sky-ridge{    
    background-image: url(../images/residential/sky-ridge/sky.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.zach-katie{    
    background-image: url(../images/residential/zach-katie/zach-katie.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.residential-project::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 0;
}

.residential-project h1{
    color: white;
    font-size: 15vh;
    position: relative;
}

.residential-detail {
    position: absolute;
    transform: rotate(270deg);
    right: -50px;
    bottom: 50%;
    color: white;
    font-size: 1em;
}


/* COMMERCIAL AND HOSPITALITY PROJECT */
.commercial-project{
    height: 85vh;
    display: flex;
    align-items: center;
}

.black-rock{    
    background-image: url(../images/commercial/black-rock/black-rock.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.club-house{    
    background-image: url(../images/commercial/club-house/club-house.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pcbc{    
    background-image: url(../images/commercial/pcbc/pcbc.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.commercial-project::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 0;
}

.commercial-project h1{
    color: white;
    font-size: 15vh;
    position: relative;
}

.commercial-detail {
    position: absolute;
    transform: rotate(270deg);
    right: -50px;
    bottom: 50%;
    color: white;
    font-size: 1em;
}

/* INDUSTRIAL */
.industrial-project{
    height: 85vh;
    display: flex;
    align-items: center;
}

.welding{    
    background-image: url(../images/industrial/assembly/assembly.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.industrial-project::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 0;
}

.industrial-project h1{
    color: white;
    font-size: 15vh;
    position: relative;
}

.industrial-detail {
    position: absolute;
    transform: rotate(270deg);
    right: -50px;
    bottom: 50%;
    color: white;
    font-size: 1em;
}

.details{
    font-size: 1.2rem;
}

.heading-page .heading-titles {
    padding-bottom: 50px;
}
.heading-keys span:after {
    content: "Ã¢â‚¬Â¢";
    display: inline-block;
    margin-left: 20px;
    font-size: 30px;
}
.heading-keys span {
    margin-right: 20px;
}
.heading-keys span:last-child:after {
    display: none;
}
.heading-keys span:last-child {
    margin-right: 0;
}

.workandservices{
    position: sticky;
    background-color: #fff;
    overflow-y: visible;
    height: 100vh;
}

.e-texture{
    position: fixed;
    top: 0vh;
    right: -80px;
    height: 100vh;
    opacity: 0.08;
    z-index: -2;
    animation: rightenter 2s ease-in-out ;
}
.e-texture img{
    height: 100vh;
}

@keyframes rightenter {
  from {
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 0.08;
  }
}


/*=========================
    4. MEDIA BLOCK css
===========================*/
.media-grid{
    height: 110vh;
}
.media-grid-item {
    border-radius: 0px;
    height: 110vh;
    background-image: url(../images/case/case1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}

.media-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.media-grid-item-2 {
    border-radius: 0px;
    height: 180dvh;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.media-grid-item-3 {
    border-radius: 0px;
    height: 100vh;
    background-image: url(../images/case/case2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}
.media-grid-item-3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5) !important;
    z-index: 1;
}

.media-grid-item-celeste {
    border-radius: 0px;
    height: 80vh;
    background-color: var(--secondar-color);
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
}
.media-grid-item-black {
    border-radius: 0px;
    height: 85vh;
    background-color: black;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
}
.about .media-grid-item-black {
    border-radius: 0px;
    height: 100vh;
    background-color: black;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
}

.media-grid-item-white {
    border-radius: 0px;
    height: 110vh;
    background-color: white;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
}

.media-grid-item-2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 1;
}

.team-grid{
    height: 180dvh;
}

.team-grid .media-grid-item{
    border-radius: 0px;
    height: 100vh;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
    background: url(../images/team/team-3.webp) #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.team-grid .media-grid-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}

.bim.team-grid{
    height: 100dvh;
}

.about.team-grid{
    height: auto;
    background-color: black;
}
.team-txt{
    height: 100vh;
    background-color: white;
    /*margin-right: 5vw;*/
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.team-txt h2 {
    color: #fff;
    margin: 0;
    font-size: clamp(14px, 2.5vw, 30px);
    font-weight: 300;
    z-index: 3;
    text-align: left;
}
.about.team-txt{
    height: 100vh;
    background-color: transparent;
    /*margin-right: 5vw;*/
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.about.team-txt h2 {
    color: #fff;
    margin: 0;
    font-size: clamp(14px, 2.5vw, 30px);
    font-weight: 300;
    z-index: 3;
    text-align: left;
}
img.team-logo{
    width: clamp(30px, 1.5vw, 80px);
    margin-bottom: 60px;
}

img.phrase-logo{
    width: clamp(50px, 15vw, 150px);
    margin-right: 60px;
}

@keyframes left-right {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
#phrase-logo {
    opacity: 0; /* Ocultar inicialmente */
    transition: opacity 0.5s ease;
}

#phrase-logo.animate {
    animation: left-right 1s forwards;
}

.media-grid-img video, .media-grid-img img {
    width: 100%;
    height: clamp(600px, 45vw, 90vh);
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
}

.media-grid-text {
    align-items: flex-start;
    z-index: 3;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80vh);
    /*padding: 20vh 0vw;*/
}

.media-grid-text h4 {
    font-size: clamp(13px, 1.208vw, 20px);
    margin: 0;
    color: #fff;
    font-weight: 500;
    z-index: 3;
}
.media-grid-text h3 {
    font-size: clamp(16px, 1.408vw, 30px);
    margin: 0;
    color: #fff;
    font-weight: 500;
    z-index: 3;
}
.media-grid-text h2 {
    color: #fff;
    margin: 0;
    font-size: clamp(20px, 2.113vw, 40px);
    font-weight: 300;
    z-index: 3;
}
.media-grid-text h1 {
    color: #fff;
    margin: 0;
    font-size: clamp(24px, 3.2vw, 50px);
    z-index: 3;
}
.media-grid-img {
    overflow: hidden;
    font-size: 0;
}
.media-grid-item:hover .media-grid-img video, .media-grid-item:hover .media-grid-img img {
    transform: scale(1.05);
}

.media-grid .btn, .media-grid-item-3 .btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    color: var(--secondar-color);
    padding: 17px 0;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
    z-index: 3;
}
.media-grid .btn:hover, .media-grid-item-3 .btn:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--secondar-color);
    border-radius: 50px;
    color: #fff;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
    z-index: 3;
}

.indent{
    text-indent: 12vw;
}

.video-grid{
    height: 100vh;
    position: relative;
}
.video-grid-item {
    border-radius: 0px;
    height: 100vh;
    /*
    background-image: url(../images/case/case1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}
.video-grid-text {
    align-items: flex-start;
    z-index: 3;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 0vh);
}

.inside-content .btn {
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--secondar-color);
    border-radius: 50px;
    color: #fff;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
    z-index: 3;
}
.inside-content .btn:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--secondar-color);
    border-radius: 50px;
    color: #fff;
    padding: 17px 62px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
    z-index: 3;
}

/*=========================
    5. CARDS css
===========================*/
section.cards{
    height: fit-content;
    overflow-x: hidden;
    overflow-y: hidden;
}
.card{
    padding: 60px 50px;
    border:0px;
    border-radius: 0px;
    border-top: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    /*border-bottom: 1px solid rgba(0,0,0,.2);*/
    transition: all ease 1s;
    --animate-duration: 1.5s;
    /*height: 100%;*/
    text-align: center;
}
location-item.card{
    padding: 60px 50px;
    border:0px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0,0,0,.2) !important;
    border-right: 1px solid rgba(0,0,0,.2);
    /*border-bottom: 1px solid rgba(0,0,0,.2);*/
    transition: all ease 1s;
    --animate-duration: 1.5s;
    /*height: 100%;*/
}

.card:last-child{
    border:none;
    border-top: 1px solid rgba(0,0,0,.2);
    /*border-bottom: 1px solid rgba(0,0,0,.2);*/
}
.card img{
    width: 80px;
    height: auto;
    padding-bottom: 30px;
    transition: all ease 1s;
    filter: grayscale(1) brightness(0);
    transition: all ease .3s;
    align-self: center;
}

.card:hover img{
    filter: grayscale(0) brightness(1);
    transition: all ease .3s;
}
.residential-cards{
    position: relative;
}
.residential-cards .card{
    height: 100%;
}
.residential-cards .card:hover{
    background-color: white;
}

section.cards.contacto{
    filter: invert(0);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

section.footer.cards.contacto{
    filter: invert(0);
    border-bottom: 1px solid rgba(255,255,255,0.8);
}

section.bim-cards .card{
    padding: 80px;
}

section.residential-cards{
    height: fit-content;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
}

section.residential-cards .card.title{
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 30px 50px;
}

section.residential-cards .card:nth-child(2){
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 60px 50px;
}

section.residential-cards .card h3{
    margin-bottom: 0px !important;
}

section.residential-cards .card img{
    width: 30px;
    height: auto;
    padding-right: 10px;
    padding-bottom: 0;
    transition: all ease 1s;
}

.about-card{
    background-color: white;
    transition: all ease .3s;
    padding: 80px 60px !important;
}
/*
.about-card h3{
    color: black;
    transition: all ease .3s;
}

.about-card:hover h3{
    color: var(--secondar-color);
    transition: all ease .3s;
}*/

section.project.cards{
    height: fit-content;
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(100vh - 85vh);
}
.project.card{
    padding: 35px 50px;
    border:0px;
    border-radius: 0px;
    border-top: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    /*border-bottom: 1px solid rgba(0,0,0,.2);*/
    transition: all ease 1s;
    --animate-duration: 1.5s;
    height: 100%;
}

.floating-img{
    position: fixed;
    bottom: 10px;
    right: 10px;
}

a.new-projects{
    color: white;
    background-color: transparent;
    padding: 20px 30px;
    border:2px solid white;
    border-radius: 50px;
    transition: all ease .3s;
}

a.new-projects:hover{
    color: white;
    background-color: var(--secondar-color);
    padding: 20px 30px;
    border:2px solid var(--secondar-color);
    transition: all ease .3s;
}
/*=========================
    SECTION PHRASE css
===========================*/
 section.phrase{
    background-color: var(--first-color);
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
 }


/*=========================
    SECTION DESCRIPTION PROJECT css
===========================*/
 section.description-project{
    background-color: white;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
 }


/*=========================
    5. CASES LIST css
===========================*/
.section-title {
    font-size: clamp(24px, 3vw, 80px);
    margin-bottom: 0px;
    line-height: clamp(24px, 3.5vw, 80px);
    font-weight: 400;
    position: relative;
    z-index: 2;
}
.section-title-link {
    color: var(--main-color);
    position: relative;
    padding-right: clamp(20px, 2.1vw, 45px);
    transition: .2s;
}
.section-title-link svg {
    position: absolute;
    width: clamp(9px, 1vw, 16px);
    height: auto;
    right: 0;
    top: 17px;
    transition: .2s;
}
.case-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: clamp(120px, 17.857vw, 400px);
    opacity: 0;
    visibility: hidden;
}
.case-list {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color:transparent;
    width: 100vw;
}
.case-list-2 {
    display: flex;
    flex-direction: column;
    height: 110vh;
    width: 100%;
    overflow-x: hidden;
    background-image: url(../images/items/items-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.case-list-2 .items{
    background-color: rgba(21,21,21,.8);
    height: 110vh;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all .6s ease;
}

.case-list-2 .items img{
    position: relative;
    left: 0%;
    transition: all .6s ease;
}

.case-list-2 a, .case-list-2 p, .case-list-2 h3{
    color: white;
}
.case-list-2 a:hover h3, .case-list-2 a:hover p{
    color: black;
    transition: all .6s ease;
}

.case-list-2 a:hover .items{
    background-color: rgba(255,255,255,1);
    transition: all .6s ease;
}

.case-list-2 a:hover .items img{
    left: calc(100% - 32px);
    filter: invert(1);
    transition: all .6s ease;
}

.case-list-3 {
    position: relative;
    height: 80vh;
    overflow: hidden;
    background-image: url(../images/items/items-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.case-list-3:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 0;    
}

.case-list-3 a.servicio {
    position: relative;
    padding: 2vh 10vw;
    height: 100%;
    background-color: transparent;
    transition: all .6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-list-3 a.servicio:hover{
    position: relative;
    padding: 2vh 10vw;
    height: 100%;
    background-color: #fff;
    transition: all .6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-list-3 .heading {
    position: relative;
    width: auto;
    margin: 0;
    font-size: clamp(20px, 4vw, 35px);
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.3;
    top: 0;
    transition: all .6s ease;
}

.case-list-3 .heading .above {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.case-list-3 .heading .below {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  margin-top: 15px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  font-size: 29px;
  rotate:0deg;
  transition: all .6s ease;
  padding-left: 1px;
}

.case-list-3 a.servicio:hover .heading{
    filter: invert(1);
    top: -20px;
    transition: all .6s ease;
}
.case-list-3 a.servicio:hover .heading .below{
    rotate:180deg;
    transition: all .6s ease;
    border: 2px solid var(--secondar-color);
    background-color: var(--secondar-color);
    filter: invert(1);
}


.last-noborder .case-item:last-child {
    border-bottom: 0;
}
.case-item {
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
    color: var(--main-color);
    align-items: center;
    padding: 40px 200px;
    position: relative;
    transition: .2s;
    background: rgba(255,255,255,.2);
    height: 100vh;
}
.case-info {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    line-height: normal;
    overflow: hidden;
    height: 110%;
}
.case-more {
    position: absolute;
    right: 0;
    transform: translateX(100%);
    transition: .2s;
    opacity: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.case-item h3 {
    font-size: clamp(18px, 4vw, 30px);
    margin: 0;
    position: relative;
    z-index: 2;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}
.case-dec {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    color: white;
    z-index: 2;
    position: relative;
    padding-right: 150px;
}
.case-cat {
    margin: 0;
    min-width: clamp(300px, 35vw, 600px);
    height: fit-content;
    text-align: right;
    font-size: 18px;
    transition: .2s;
    font-weight: 400;
}
.case-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(30,30,30,0.75);
    /*border-radius: 15px;*/
    opacity: 0;
    transition: .2s;
}
.case-item:hover {
    color: var(--third-color);
    z-index: 2;
}
.case-item:hover .case-cat {
    transform: translateX(-0%);
    opacity: 0;
}
.case-item:hover .case-more {
    transform: none;
    opacity: 1;
}
.case-item:hover:after {
    /*left: -30px;
    right: -30px;*/
    opacity: 1;
}
.case-item:hover h3{
    color: white;
}
.section-title-link:hover svg {
    transform: translate(4px, -4px);
}
.section-title-link:hover {
    color: var(--main-color);
}
.case-img img {
    border-radius: 15px;
    width: clamp(120px, 17.857vw, 400px);
    height: clamp(180px, 27.143vw, 560px);
    object-fit: cover;
}
.case-item:hover .case-img {
    opacity: 1;
    visibility: visible;
}
.small-img .case-img img {
    height: clamp(120px, 11vw, 280px);
    border-radius: 0;
}
/*=========================
    5.1. CASES NEW css
===========================*/
.new-case-item .img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.new-case-item .img img {
    width: 100%;
    height: auto;
}
.new-case-item .img-text {
    font-weight: 700;
    position: absolute;
    right: 35px;
    top: 30px;
    font-size: 20px;
    margin: 0;
}
.new-case-item .text h3 {
    font-size: clamp(25px, 3.214vw, 60px);
    margin-bottom: 40px;
}
.new-case-item .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-left: clamp(0px, 8vw, 180px);
}
.new-case-item .text p {
    margin: 0;
    font-size: clamp(18px, 2vw, 30px);
    color: #888888;
    font-weight: 500;
    width: 600px;
    max-width: 100%;
}
/*=========================
    5.2. CASE CONTENT css
===========================*/
.info-grid {
    margin: 60px 0;
}
.info-grid-item h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.info-grid-item p {
    font-size: 18px;
    margin: 0;
    color: #888888;
    font-weight: 500;
}
/*=========================
    6. VIDEO BLOCK css
===========================*/
.video-block {
    position: relative;
    width: 100%;
}
.video-media video, .video-media img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s;
    max-height: 80vh;
}
.video-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-text h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(20px, 2.143vw, 60px);
}
.video-media {
    line-height: 0;
}
/*=========================
    7. SERVICES css
===========================*/
.service-title {
    font-size: clamp(25px, 5vw, 900px);
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-weight: 200;
    margin-bottom: 100px;
    position: sticky;
    top: 100px;
}
.service-title span {
    display: block;
}
.service-element{
    top: 0px;
    position: sticky;
}
.services {
    padding: clamp(20px, 7vw, 130px) 0px;
    margin: 0;
}
.service-item {
    position: relative;
    display: flex;
    margin-bottom: clamp(30px, 6vw, 150px);
    width: 100%;
    height: 100%;
    align-items: center;
}
.service-img.flip {
    transform: scaleX(-1);
}
.service-img {
    padding: 12px;
    width: 6vw;
    display: flex;
    justify-content: center;
    transition: all ease-out .5s;
    filter: opacity(.2);
}
.service-item:hover .service-img{
    display: flex;
    justify-content: center;
    margin-right: 0;
    width: 5vw;
    transition: all ease-out .5s;
}
.service-item:hover .service-img.flip{
    display: flex;
    justify-content: center;
    margin-right: 0;
    width: 5vw;
    transition: all ease-out .5s;
}
.service-img svg {
    height: clamp(50px, 5vw, 80px);
    width: auto;
}
.service-text h3 {
    font-size: clamp(20px, 1.571vw, 30px);
    text-align: right;
}
.service-text p {
    color: #888888;
    font-size: clamp(18px, 1.5vw, 30px);
    font-weight: 500;
    /*max-width: clamp(320px, 28.571vw, 400px);*/
    margin: 0;
}
.service-items {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
.service-item:last-child {
    margin-bottom: 0;
}
.service-container {
    position: relative;
}
.service-title-container {
    position: relative;
    height: calc(100vh - 95px);
    overflow: hidden;
}
.service-grid-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.service-grid-item {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.service-grid-content {
    background: #F8F8F8;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 50px;
    transition: .2s;
}
.service-grid-text h3 {
    font-size: 22px;
    text-align: center;
    transition: .2s;
    margin-bottom: 20px;
}
.service-grid-text p {
    font-size: 18px;
    color: #888888;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.service-grid-img {
    height: 154px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.service-grid-img svg, .service-grid-img img {
    width: 154px;
    height: auto;
    max-height: 154px;
}
.service-grid-content:hover {
    background: #000000;
}
.service-grid-content:hover h3 {
    color: #fff;
}
.service-grid-content:hover .service-grid-img svg path[fill="#121331"] {
    fill: #ffffff;
}
.service-grid-img svg path {
    transition: .2s;
}
.service-block{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150vh;
}
.service-block .text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 50px;
}
.service-block .btn {
    display: inline-block;
    /* border: 2px solid transparent; */
    border-radius: 50px;
    color: var(--secondar-color);
    padding: 17px 0;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.service-block .btn:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--secondar-color);
    border-radius: 50px;
    color: #fff;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}

.mission-items {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.mission-items .service-item .service-text h3{
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}

.mission-title {
    font-size: clamp(25px, 5vw, 900px);
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-weight: 200;
    margin-bottom: 100px;
}

.btn {
    display: inline-block;
    /* border: 2px solid transparent; */
    border-radius: 50px;
    color: var(--secondar-color);
    padding: 17px 0;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.btn:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--secondar-color);
    border-radius: 50px;
    color: #fff;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}

.bim-video-block{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
}
.bim-video-block .text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 50px;
}
.bim-video-block .btn {
    display: inline-block;
    /* border: 2px solid transparent; */
    border-radius: 50px;
    color: var(--secondar-color);
    padding: 17px 0;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.bim-video-block .btn:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--secondar-color);
    border-radius: 50px;
    color: #fff;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn {
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--secondar-color);
    border-radius: 50px;
    color: #fff;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: #000;
    border-radius: 50px;
    color: var(--secondar-color);
    padding: 17px 32px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn:hover img{
    filter: invert(0);
    transition: all ease 1s;
}

.invert-btn-white {
    display: inline-block;
    border: 2px solid transparent;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn-white:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    padding: 17px 32px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn-white img{
    filter: invert(1);
    transition: all ease 1s;
}
.invert-btn-white:hover img{
    filter: invert(0);
    transition: all ease 1s;
}

.invert-btn-2 {
    display: inline-block;
    border: 2px solid transparent;
    background-color: var(--secondar-color);
    border-radius: 50px;
    color: #fff;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn-2:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: #fff;
    border-radius: 50px;
    color: var(--secondar-color);
    padding: 17px 32px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn-2:hover img{
    filter: invert(1);
    transition: all ease 1s;
}


.invert-btn-3 {
    display: inline-block;
    border: 2px solid transparent;
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    padding: 17px 42px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn-3:hover{
    display: inline-block;
    border: 2px solid transparent;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    padding: 17px 32px;
    font-weight: 600;
    margin-top: -20px;
    transition: all ease 1s;
}
.invert-btn-3 img{
    filter: invert(0);
    transition: all ease 1s;
}
.invert-btn-3:hover img{
    filter: invert(1);
    transition: all ease 1s;
}
/*=========================
    8. BLOG css
===========================*/
.blog-grid-item img {
    width: 100%;
    object-fit: cover;
    height: 30vw;
    transition: .2s;
}
.blog-grid-item .img {
    position: relative;
    overflow: hidden;
}
.blog-grid-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 30%);
}
.blog-grid-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.blog-grid-item .text {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: clamp(20px, 3vw, 47px);
}
.blog-grid-item .text h3 {
    font-size: clamp(24px, 2.3vw, 40px);
    color: #ffffff;
    margin-bottom: 18px;
}
.blog-grid-item .text p {
    font-size: 16px;
    margin: 0;
    color: rgb(255 255 255 / 50%);
    font-weight: 500;
}
.blog-grid-item:hover .img img {
    transform: scale(1.05);
    transition: .2s;
}
.blog-main .text h3 {
    font-size: 22px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.blog-main .text p {
    font-size: 18px;
    color: #888888;
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-main .text a {
    font-size: 16px;
    color: var(--secondar-color);
    font-weight: 500;
}
.blog-main .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 0 0 30px 20px;
}
.blog-list-item h3 {
    display: inline-block;
    font-size: 22px;
}
.blog-list-item a {
    color: #000000;
}
.blog-list-item .text {
    margin-top: 35px;
}
.blog-list-item p {
    margin: 0;
    font-size: 18px;
    color: #888888;
    font-weight: 500;
}
.blog-list-item {
    margin-bottom: 60px;
}
.blog-list-item:hover .img img {
    transform: scale(1.1);
}
.blog-list-item .img img {
    transition: .2s;
}
.blog-list-item .img {
    overflow: hidden;
}
.heading-keys {
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
}
.blog-content-text h3 {
    margin-bottom: 50px;
}
.blog-content-text img {
    margin-bottom: 40px;
}
.blog-content-text p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.blog-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: sticky;
    top: 140px;
}
/*=========================
    9. TEAM MAIN css
===========================*/
.team-main-img img {
    border-radius: 15px;
    max-width: 280px;
}
.team-main-author {
    margin-top: 30px;
    position: relative;
}
.team-main-author h3 {
    font-size: 22px;
    margin-bottom: 7px;
}
.team-main-author p {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
    margin: 0;
    float: left;
}
.team-main-author img {
    margin-top: -7px;
}
.team-main-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.team-main-text h2 {
    font-size: 75px;
    font-weight: 400;
}
.team-main-img {
    display: flex;
    flex-direction: column;
    margin-right: clamp(20px, 9vw, 150px);
}
.team-main-text h2 {
    display: flex;
    gap: 30px;
}
.team-main-text h2 .primary {
    color: #000;
}
.team-main-text h2 .secondary {
    color: #888888;
}
.team-main-text h2 a {
    color: var(--secondar-color);
}
.team-main-text h2 a:before {
    background: var(--secondar-color);
}
.team-main {
    padding: 70px 0;
}
.team-main-text h2 * {
    white-space: nowrap;
}
.team-item img {
    border-radius: 15px;
    min-width: 280px;
    height: auto;
}
.team-item {
    display: flex;
    align-items: center;
    gap: 60px;
}
.team-item .text > p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
    width: 80%;
}
.team-item-author h4 {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 500;
}
.team-item-author p {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
    margin: 0;
}
.team-slider {
    margin: 0 -40px;
    padding: 0 40px;
}
.swiper-slide .team-item .text {
    opacity: 0.5;
    transition: .2s;
}
.swiper-slide-active .team-item .text {
    opacity: 1;
}
/*=========================
    10. FORM css
===========================*/
.celeste-bg{
    background-color: var(--secondar-color) !important;
}
.black-bg{
    background-color: #000 !important;
}
.white-bg{
    background-color: #fff !important;
}
.grey-bg{
    background-color: #444 !important;
}
.contact-form{
    background: url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form .section-title {
    font-size: clamp(24px, 3vw, 80px);
    margin-bottom: 0px;
    line-height: clamp(24px, 3.5vw, 80px);
    font-weight: 400;
    position: relative;
    z-index: 2;
    width: auto;
}
form{
    position: relative;
    z-index: 4;
    width: auto;
}
.form-category {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}
.form-checkbox-label {
    font-size: 16px;
    border: 2px solid #000;
    border-radius: 15px;
    padding: 15px 20px;
    font-weight: 500;
    min-width: 280px;
    text-align: center;
    transition: .2s;
}
.form-checkbox:checked + .form-checkbox-label {
    background: #000000;
    color: #fff;
}
.form-checkbox {
    display: none;
}
.form-row {
    display: flex;
    margin-bottom: 30px;
}
.form-input, .form-text {
    width: 100%;
    color: #fff;
    font-size: 18px;
    border: 1px solid #666;
    min-height: 68px;
    padding-left: 15px;
    background-color: rgba(0,0,0,0.4);
    transition: all ease .3s;
    margin-top: 15px;
    font-weight: 300;
}
.form-input:focus, .form-text:focus {
    border: 1px solid #fff;
    transition: all ease .3s;
}
.form-item {
    position: relative;
}
.form-input::placeholder, .form-text::placeholder {
    color: #999;
    font-size: 18px;
    font-weight: 300;
}
.form-text {
    padding-top: 1px;
    height: auto;
}
.form-upload-title {
    font-size: 22px;
    color: var(--secondar-color);
    font-weight: 500;
}
.form-upload-title svg {
    margin-right: 15px;
}
.form-upload {
    display: none;
}
.attach-file {
    margin: 20px 0;
}
.form-row:last-child {
    margin: 0;
}
.form-submit {
    display: flex;
    align-items: center;
}
.form-submit .btn {
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid var(--secondar-color);
    color: var(--secondar-color);
    padding: 17px 32px;
    font-weight: 500;
    min-width: 200px;
    margin-top: 0px;
}
.form-submit .btn:hover {
    border-radius: 50px;
    background-color: var(--secondar-color);
    color: #fff;
}
.form-submit .privacy {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    max-width: 270px;
    margin: 0;
    margin-left: 30px;
}
.form-submit .privacy span {
    color: var(--secondar-color);
}
textarea{
    padding-top: 15px !important;
}
.toast {
    width: 100%;
    max-width: 100%;
    font-size: 1em;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 0;
    margin-top: 25px;
    text-transform: uppercase;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border-bottom: none !important    ;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

/*=========================
    11. FOOTER css
===========================*/
.footer.page-footer {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 4;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.2);
    background-color: #fff;
}
.page-footer {
    display: flex !important;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 4;
    width: 85%;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.page-footer.no-mobile{
    display: flex !important;
}
.page-footer.no-desktop{
    display: none !important;
}
.page-footer a{
    color: white;
    position: relative;
    padding-bottom: 0px;
    width: fit-content;
}
.page-footer a:hover{
    color: var(--secondar-color);
    position: relative;
}
.page-footer a:hover > i{
    color: var(--secondar-color);
}

.footer-page-footer {
    margin-top: 50px;
    padding:20px;
    z-index: 4;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-page-footer a{
    color: black;
    transition: all ease-out .3s;
    position: relative;
    left: 0;
    padding-bottom: 10px;
    width: fit-content;
}
.footer-page-footer a:hover{
    color: var(--secondar-color);
    transition: all ease-out .3s;
    position: relative;
    left: 0px;
}
.footer-page-footer a:hover > i{
    color: var(--secondar-color);
}

.footer-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.footer-column p {
    font-size: 18px;
    color: #969696;
    margin-bottom: 40px;
}
.footer-column .row > div {
    margin-bottom: 30px;
}
.footer-column a {
    color: #000;
    font-size: 22px;
}

.footer-column a.redes {
    color: #fff;
    font-size: 20px;
}
.page-footer .subscribe {
    margin-top: -17px;
}
.subscribe {
    position: relative;
}
.subscribe-submit {
    position: absolute;
    background: transparent;
    border: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 10px;
}
.subscribe input {
    font-size: 18px;
    min-height: 55px;
    padding-right: 50px;
}
.subscribe input::placeholder {
    font-size: 18px;
    color: #969696;
}
.page-footer .row > div {
    margin-bottom: 0px;
}
.location-item .location-hours .title-sub:last-child {
    margin: 0;
    color: #AFAFAF;
}
.location-item .location-hours .title-sub {
    margin-bottom: 10px;
}
.location-item .title-sub {
    margin-bottom: 0px;
}
.location-item a {
    color: #000000;
}
/*=========================
    12. PARTNER css
===========================*/
.partner-item {
    background: #F8F8F8;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    transition: .2s;
}
.partner-slider {
    padding: 30px 30px;
    margin: 0 -30px;
}
.partner-item:not(:hover) svg path {
    fill: #C2C2C2;
}
.partner-item svg path {
    transition: .2s;
}
.partner-item:hover {
    background: #000000;
    transform: scale(1.2);
    z-index: 1;
}
.partner-slider .swiper-slide:hover {
    z-index: 2;
}
.partners {
    overflow: hidden;
}
.menu-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    height: 101dvh;
}
.menu-video video {
    width: 100%;
    height: 101dvh;
    object-fit: cover;
}
.menu-video::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 101dvh;
    background-color: rgba(255, 255, 255, .85);
}
.about-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    filter: grayscale(1);
    width: 100% !important;
}
.about-video::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.35);
    mix-blend-mode: multiply;
} 
.about-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.e-video {
    display: flex;
    justify-content: center;
    align-items: center;
}
.e-video video {
    width: 8%;
    height: auto;
}
.bim.e-video video {
    width: 15%;
    height: auto;
}

.title-about {
    font-size: clamp(31px, 5vw, 100px);
    margin: 0;
    line-height: clamp(44px, 5vw, 100px);
    /*margin-bottom: 40px;*/
    text-transform: uppercase;
    font-weight: 200;
    animation: title-enter 1s ease-in-out;
}

.heading-titles img.about{
    width: 130px;
    padding-right: 25px;
    animation: element-enter 1s ease-in-out;
}

@keyframes title-enter{
    from{
        transform: translateY(-100px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes element-enter{
    from{
        transform: translateY(100px);
        opacity: 0;
        filter: grayscale(1);
    }
    to{
        transform: translateY(0);
        opacity: 1;
        filter: grayscale(0);
    }
}
.bim-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    filter: grayscale(1);
    width: 100% !important;
}
.bim-video::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.65);
    mix-blend-mode: multiply;
} 
.bim-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-video-video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
}
.menu-video-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-video-video::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

/********** ================ MILVERS =================  *********/

.text-black{
    color: black !important;
}
.text-white{
    color: white !important;
}
.text-celeste{
    color: var(--secondar-color) !important;
}
.no-padding{
    padding: 0px !important;
}

.no-margin{
    margin: 0px !important;
}

.montserrat{
    font-family: 'Montserrat', sans-serif !important;
}
.poppins{
    font-family: 'Poppins', sans-serif !important;
}

.no-display{
    display: none !important;
}

.logo-milvers {
    border: none;
    width: 130px;
    height: 60px;
    mix-blend-mode: difference !important;
    color: white !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.mega-menu-items em{
    font-family: "Noto Serif Display", serif;
    font-style: normal;
    font-weight: 300;
}

.svg-inline--fa{
    color: white;
    font-size: 1.4em;
    padding-right: 15px;
    position: relative;
}
.display-1{
    font-size: calc(1em + 1.5vw);
    line-height: calc(1em + .5vw);
}
.display-2{
    font-size: calc(1.5em + 2vw);
    line-height: calc(1em + .5vw);
}
.display-3{
    font-size: calc(2em + 2.5vw);
    line-height: calc(1em + .5vw);
}
.display-4{
    font-size: calc(2.5em + 3vw);
    line-height: calc(1em + .5vw);
}
.display-5{
    font-size: calc(3em + 3.5vw);
    line-height: calc(1em + .5vw);
}

.borders{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.top5px{
    top: 5px !important;
    position: relative !important;
}

.vertical-divider {
    width: 2px;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 1); /* .27 */
    position: relative;
    z-index: 2;
}

html {
    scroll-behavior: smooth !important;
}

.blueprint{
    mix-blend-mode: plus-lighter;
}

.sticky{
    position: sticky !important;
}
.fixed{
    position: fixed !important;
}
.media-grid-items{
    border-radius: 0px !important;
}

.media-grid-img video, .media-grid-img img {
    height: 110vh !important;
}
.spinner::before {
    content: '';
    position: absolute;
    background-color: white;
    width: 100vw;
    height: 100vh;
    top: 2000px;
    left: 0;
    z-index: -2;
}
.spinner{
  margin: 6.25em auto;
  height: 3em;
  overflow: hidden;
  width: 100%;
  scale:1.5;
}
.fondo-blanco{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
}
.infinite{
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.t, li.y {
    height: 3em;
    margin: 0px;
    padding: 0px;
    width: fit-content;
    text-align: center;
}

li.y {
  list-style-type: none;
  margin: -3px 0 0px 0;
  height: 1em !important;
  padding: 0px 0 2px 0;
  font-size: 3em;
  text-transform: uppercase;
  width: 100%;
}

.t {
  animation-name: titleflip;
  animation: titleflip 5s ease-in-out infinite;
}

@-webkit-keyframes titleflip {
  0%,
  20% {
    transform: translate(0px, -12.5em);
  }
  20%,
  40% {
    transform: translate(0px, -9.375em);
  }
  40%,
  60% {
    -webkit-transform: translate(0px, -6.44em);
  }
  60%,
  80% {
    transform: translate(0px, -3.44em);
  }
  80%,
  100% {
    transform: translate(0px, -0.315em);
  }
  100%,
  0% {
    transform: translate(0px, -12.5em);
  }
}

/* ACCORDION */

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion * {
  transition: all .3s ease 0s;
}

.accordion {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 110vh;
  /*min-height: 700px;*/
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
  transition: 0.1s ease background;
}

.section {
  flex: initial;
  width: 50%; /*33.33%*/
  height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 2vh 10vw;
  position: relative;
  cursor: none;
  /*border-right: 1px solid #fff;*/
  transition: 1.2s ease all;
}

.accordion .section:last-of-type {
  border-right: none; }

.section .heading {
  transition: 0.5s ease all; }

.section:hover .heading {
  margin-top: -30px; }

div.enabled article {
  flex: initial;
  width: 6%;
  padding: 2vh 3vw !important;
}

.section.open {
  width: 94%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  cursor: default; }

.inside-content {
  opacity: 0;
  transition: opacity .3s ease 0; }

.section.open > .inside-content {
  opacity: 1;
  transition: opacity .3s ease .3s;
  color: #000;
}

/* navigation */
.heading {
  top: 300px;
  position: absolute;
  width: 55%;
  max-width: 100%;
  margin: 0;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.3;
}

.heading .above {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.heading .below {
  display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    margin-top: 15px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    font-size: 29px;
    padding-left: 1px;
}

.accordion.enabled .section:not(.open) {
  background: rgba(0, 0, 0, 0.8); }

.accordion.enabled .section:not(.open) h2.heading {
  top: 100px;
  left: 13%;
  text-align: left;
  font-size: 15px;
  width: 400px;
  height: 400px;
  transform-origin: 0px 0px 0px;
  transform: matrix(0, 1, -1, 0, 27, 0);
  white-space: nowrap;
  line-height: 0; }

.accordion.enabled .section:not(.open) h2.heading .above,
.accordion.enabled .section:not(.open) h2.heading .below {
  display: none; }

.accordion.enabled .section.open h2.heading .below {
  display: none; }

.accordion.enabled .section.open h2.heading {
  padding-left: 25px;
  max-width: 400px; }

.accordion.enabled .section:hover {
  background: rgba(0, 0, 0, 0.4); }

.accordion.enabled .section:hover .heading {
  margin-top: -5px; }

.accordion.enabled .section.open {
  background: rgba(255, 255, 255, 0.7);
}
.accordion.enabled .section.open:hover {
  cursor: none;
  background: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
}

.accordion:not(.enabled) .section:hover {
background: rgba(255, 255, 255, 1);
}
.accordion:not(.enabled) .section:hover h2.heading {
  color: #000;
}
.accordion:not(.enabled) .section:hover .heading .below {
    border: 1px solid #000;
}

.accordion:not(.enabled) .section:hover .heading .below {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: var(--secondar-color);
    color: white;
    border: 2px solid var(--secondar-color);
    margin-top: 15px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    font-size: 29px;
    padding-left: 1px;
}

@media screen and (min-width: 768px) {
  .accordion.enabled .section.open h2.heading {
    font-size: 35px;
    top: 230px;
    color: #000;
    }
}

/* Article layouts */
.inside-content {
  text-align: left;
  width: 100%;
  padding-left: 25px;
  max-width: 80%;
  position: absolute;
  top: 390px;
  line-height: 1.4; }

.inside-content p,
.inside-content h2,
.inside-content h3 {
  margin: 0 0 1em 0; }

.close {
  display: none;
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  border: 2px solid #FFF;
  cursor: pointer;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  position: absolute;
  left: 50%;
  cursor: pointer; }

.close .cross {
  position: absolute;
  left: 18px;
  top: 18px; }

.close .a {
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  left: -7px;
  top: -1px; }

.close .b {
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #FFF;
  left: -1px;
  top: -7px; }

.section.open .close {
  display: block; }

@media (max-width: 900px) {
  .section {
    padding: 2vh 3vw; }
  .heading {
    transform: rotate(90deg);
    min-width: 100vh;
    text-align: left;
    transform-origin: 0 0 0;
    opacity: 1;
    top: 10vh;
    font-size: 22px;
    width: auto;
    left: 61%; }
  .heading .above,
  .heading .below {
    display: none; }
  .accordion.enabled .section.open h2.heading {
    transform: none;
    width: 95%;
    min-width: 200px;
    max-width: 95%;
    left: 0;
    top: 20%; }
  .inside-content {
    max-height: calc(72%);
    overflow-y: auto;
    left: 0;
    top: 30%; } }

@media (max-width: 640px) {
  .accordion.enabled .section:not(.open) {
    width: 12%;
    padding: 3px; } }



/* == TEAM MEMBERS == */
.team-member{
    position: relative;
    width: contain;
    transition: all .3s ease;
    filter: grayscale(1);
}

.team-member img{
    /*box-shadow: 0 60px 60px -60px rgba(0,30,255,0.5);*/
    object-fit: cover;
    width: 100%;
}

.team-member span.info{
    position: absolute;
    width: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(25%);
    transition: .3s ease;
    opacity: 0;
}

.team-member:hover{
    transform: translateY(-5%);
    filter: grayscale(0);
}
.team-member::before{
    content: '';
    position: absolute;
    bottom: -2px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7) 80%, rgb(0,0,0) 100%);
    opacity: 0;
    transition: .3s ease;
}
.white-bg .team-member::before{
    content: '';
    position: absolute;
    bottom: -2px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent 50%, rgba(255,255,255,0.7) 80%, rgb(255,255,255) 100%);
    opacity: 0;
    transition: .3s ease;
}
.team-member:hover::before{
    opacity: 1;

}
.team-member:hover span.info{
    opacity: 1;
    transform: translateY(-50%);
}



/* === ANIMACIONES === */
/*
.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.leFadeIn span { animation-name: leFadeIn }
@keyframes leFadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}


.video-grid-text {
  opacity: 0; 
  animation: fadeInOut 5s ease-in-out forwards; 
  animation-play-state: paused; 
  align-items: center;
  display: flex;
}


@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.video-grid-text.inView {
    animation-play-state: running; 
}*/

.invert{
    filter: invert(1) !important;
}

/* ==== TEXTO QUE APARECE ==== */
.text-container-2 {
    text-align: center;
}

p.title {
    opacity: 0; /* Inicia invisible */
    transform: translateY(100px); /* Inicia en Y: 100 */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Transición de opacidad y posición */
    margin: 10px 0; /* Margen entre las líneas */
    font-size: clamp(31px, 4vw, 100px);
    margin: 0;
    line-height: clamp(44px, 4.4vw, 100px);
    /*margin-bottom: 40px;*/
    text-transform: uppercase;
    font-weight: 200;
    text-align: left;
    /*text-indent: 8.3vw;*/
}

.video-grid-text.inView {
    animation-play-state: running; /* Pause the animation initially */
}


/* ===== SECCIÓN ARCHITECTURE PRODUCTION & COORDINATION ===== */

.text-container {
  width: 100%; /* Adjust as needed */
  height: 500px; /* Adjust to your desired text height */
  overflow: hidden; /* Prevent overflow */
}

#text10{
    opacity: 0;
    white-space: wrap;
}

#text1, #text2, #text3, #text11, #text22 {
  position: absolute; /* Position text absolutely within the container */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust to center */
  opacity: 0; /* Start hidden */
  white-space: nowrap; /* Prevent text from wrapping */
}

.apyc #text1, .apyc #text2, .apyc #text3 {
  position: absolute; /* Position text absolutely within the container */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 15%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust to center */
  transform: translateY(-50px);
  opacity: 0; /* Start hidden */
  white-space: nowrap; /* Prevent text from wrapping */
  color: white;
}

.apyc .title-3{
    margin-top: -50px;
    margin-bottom: 0px;
}

.bim #text1, .bim #text2, .bim #text3 {
  position: relative; /* Position text absolutely within the container */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0; /* Center horizontally */
  transform: translateX(-50%); /* Adjust to center */
  transform: translateY(-50px);
  opacity: 0; /* Start hidden */
  white-space: break-spaces; /* Prevent text from wrapping */
  color: white;
}

.bim #text2{
  position: relative; /* Position text absolutely within the container */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0; /* Center horizontally */
  transform: translateX(-50%); /* Adjust to center */
  transform: translateY(50px);
  opacity: 0; /* Start hidden */
  white-space: break-spaces; /* Prevent text from wrapping */
  color: white;
}

.bim .title-3{
    margin-top: -50px;
    margin-bottom: 0px;
}

.bim.team-txt{
    background-color: transparent;
}

.frase #title-3{
    opacity: 0;
}
.ideas {
    position: relative;
    height: 30vh !important;
    overflow: hidden;
    background-color:white;
}

.ideas:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    top: 0;
    left: 0;
    z-index: 0;    
}

.phrases {
    position: relative;
    height: 75vh !important;
    overflow: hidden;
    background-color: #000;
}

.phrases-txt{
    margin-top: -80px;
}

.phrases h2#text-4 {
    top: auto !important;
    position: absolute !important;
    transform: translateY(-50px);
    width: 50%;
    padding:40px;
    margin-top: -100px;
    font-size: 28px;
    text-transform: none;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.3;
    opacity: 0;
    white-space: break-spaces; /* Prevent text from wrapping */
}

.phrases h2#text-6 {
    top: auto !important;
    position: absolute !important;
    transform: translateY(-50px);
    width: 50%;
    padding:40px;
    margin-top: -100px;
    font-size: 28px;
    text-transform: none;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.3;
    opacity: 0;
    white-space: break-spaces; /* Prevent text from wrapping */
}


.phrases h2#text-5 {
    top: auto !important;
    position: absolute !important;
    transform: translateY(50px);
    width: 50%;
    padding:40px;
    margin: 0;
    font-size: 28px;
    text-transform: none;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.3;
    opacity: 0;
    white-space: break-spaces; /* Prevent text from wrapping */
}

.phrases h2#text-7 {
    top: auto !important;
    position: absolute !important;
    transform: translateY(50px);
    width: 50%;
    padding:40px;
    margin: 0;
    font-size: 28px;
    text-transform: none;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.3;
    opacity: 0;
    white-space: break-spaces; /* Prevent text from wrapping */
}

/* COUNTER */
.counter{
    background-color: black;
    color: white;
    padding: 100px 0;
}

.count-area {
    position: relative;
    /*background:#009aaa;*/
    padding: 60px 0;
    text-align: center;
    color: #fff;
}
.count-area-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 120px;
    width: fit-content;
    line-height: 1;
}
.plus-count{
    width: fit-content;
    margin: 0;
    font-size: 3.5em;
    font-weight: 200;
    padding-right: 0;
}
.row-count{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.count-title {
    font-size: 30px;
    text-align: left;
}

.count-icon{
    color: black;
    transition: all ease .3s;
}

/* end COUNTER */


h2#text4 {
    top: auto !important;
    position: relative !important;
    transform: translateY(-50px);
    width: auto;
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.3;
    opacity: 0;
}

h2#text5 {
    top: auto !important;
    position: relative !important;
    transform: translateY(50px);
    width: auto;
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.3;
    opacity: 0;
}

#text6 {
  position: relative; /* Position text absolutely within the container */
  left: 0; /* Center horizontally */
  transform: translateX(-50%); /* Adjust to center */
  transform: translateY(-50px);
  opacity: 0; /* Start hidden */
  color: white;
}

.icon-3d{
    height: 20vh;
    transform: translateX(0) rotate(0deg);
    transition: all ease-out .5s;
}
/*
.element-3d:hover .icon-3d{
    transform: translateX(400px) rotate(0deg);
    transition: all ease-out .5s;
}*/

p.subtitle{
    font-size: 1.2em;
    font-weight: 300;
}

#foto-principios{
    opacity: 0;
}

#foto-principios-2{
    opacity: 0;
}

#foto-principios-3{
    opacity: 0;
}

section.slider-fotos{
  display: flex;
  width: 100%;
  height: 430px;
}

section.slider-fotos img{
  width: 0px;
  flex-grow: 1;
  object-fit: cover;
  opacity: 1;
  filter: grayscale(1);
  transition: 1s ease;
}

section.slider-fotos img:hover{
cursor: pointer;
width: 600px;
opacity: 1;
filter: grayscale(0);
}

.cards-residential{
    height: auto;
    background-color: black;
    display: flex;
    flex-direction: row;
}

.cards-residential a{
    display: contents;
}
/*.scene {
  width: 100%;
  display: flex;
  justify-content: space-between;
  perspective: 800px;
}
.scene a {
  position: relative;
  width: 100%;
  height: 300px;
  color: white;
  transition: 1s ease-in-out;
  transform-style: preserve-3d;
  border:none;
}

.scene .card {
  position: relative;
  width: 100%;
  height: 300px;
  color: white;
  transition: 1s ease-in-out;
  transform-style: preserve-3d;
  border:none;
}
.scene .card:hover {
  transform: rotateY(0.5turn);
  border:none;
}
.scene .card .card__face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: 1s ease-in-out;
  -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.2));
  border:none;
}
.scene .card .card__face img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding-bottom: 0px;
    border:none;
}
.scene .card .card__face--back {
    background-color: white;
  transform: rotateY(0.5turn);
}

.scene .card .card__face--back h3{
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 50px;
    text-transform: uppercase;
    color: black !important;
}
*/
.card-project{
    padding: 20px 10px 40px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    max-height: 320px;
    background-color: black;
}
.card-text{
    position: absolute;
    opacity: 0;
    transition: all ease .5s;
    text-align: center;
}
.card-project:before{
    content: '';
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all ease .5s;
}
.card-project:hover:before{
    opacity: 1;
}

.card-project:hover .card-text{
    opacity: 1;
}

.card-text h3{
    font-size: clamp(25px, 2vw, 50px);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}


.grilla {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    z-index: 1;
    width: 100vw;
    height: 110vh;
    position: relative;
}

.grilla div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.grilla div:nth-child(3), .grilla div:nth-child(6), .grilla div:nth-child(9) {
    border-right: none;
}
.grilla div:nth-child(7), .grilla div:nth-child(8), .grilla div:nth-child(9) {
    border-bottom: none;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 4; }
.div3 { grid-area: 1 / 4 / 2 / 5; }
.div4 { grid-area: 2 / 1 / 3 / 2; }
.div5 { grid-area: 2 / 2 / 3 / 4;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px;}
.div6 { grid-area: 2 / 4 / 3 / 5; }
.div7 { grid-area: 3 / 1 / 4 / 2; }
.div8 { grid-area: 3 / 2 / 4 / 4; }
.div9 { grid-area: 3 / 4 / 4 / 5; }

/**//**/

.parent {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 5px;
grid-row-gap: 5px;
height: 100vh;
}

.parent .div1 {
    grid-area: 1 / 1 / 3 / 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parent .div2 {
    grid-area: 1 / 2 / 3 / 4;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parent .div4 {
    grid-area: 3 / 1 / 5 / 3;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parent .div3 {
    grid-area: 1 / 4 / 3 / 6;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.parent .div5 {
    grid-area: 5 / 1 / 7 / 3;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.parent .div6 {
    grid-area: 3 / 3 / 7 / 6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*Carousel Gallery*/

/* hide scrollbar */
.horizontal-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.horizontal-scroll-wrapper::-webkit-scrollbar-button {
  display: none;
}


.external {
  overflow: hidden;
  height: 100vh;
}

.horizontal-scroll-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vh;
  transform: rotate(-90deg) translate3d(0, -100vh, 0);
  transform-origin: right top;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  height: 100vw;
  perspective: 1px;
  transform-style: preserve-3d;
  padding-bottom: 10rem;
}
.img-wrapper {
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40vh;
  transform-origin: 50% 50%;
  transform: rotate(90deg) translateZ(0.1px) scale(0.9) translateX(0px)
  translateY(-3vh);
  transition: 1s;
}

.img-wrapper:hover {
  min-height: 65vh;
}

.slower {
  transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(0%)
    translateY(-10vh);
}
.slower1 {
  transform: rotate(90deg) translateZ(-0.25px) scale(1.05) translateX(0%)
    translateY(8vh);
}
.slower2 {
  transform: rotate(90deg) translateZ(-0.3px) scale(1.3) translateX(0%)
    translateY(2vh);
}
.slower-down {
  transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(0%)
    translateY(16vh);
}
.faster {
  transform: rotate(90deg) translateZ(0.15px) scale(0.8) translateX(0%)
    translateY(14vh);
}
.faster1 {
  transform: rotate(90deg) translateZ(0.05px) scale(0.8) translateX(0%)
    translateY(10vh);
}
.fastest {
  transform: rotate(90deg) translateZ(0.22px) scale(0.7) translateX(-10vh)
    translateY(-15vh);
}
.vertical {
  transform: rotate(90deg) translateZ(-0.15px) scale(1.15) translateX(0%)
    translateY(0%);
}
.last {
  transform: rotate(90deg) translateZ(-0.2px) scale(1.1) translateX(25vh)
    translateY(-8vh);
}

.img-wrapper a {
  color: inherit;
  font-weight: 500;
}
.img-wrapper h1 {
  font-weight: 300;
  font-size: 1rem;
}

.img-wrapper a {
  overflow: hidden;
  display: block;
  padding: 1vh;
  background: #efecdb;
  /*box-shadow: 0 10px 20px #333;*/
  filter: drop-shadow(0 10px 10px rgba(0,0,0,0.5));
}
.img-wrapper img {
  max-width: 45vh;
  max-height: 50vh;
  transition: 0.5s;
  vertical-align: top;
  filter: saturate(40%) sepia(30%) hue-rotate(5deg);
}
.img-wrapper a:hover img {
  filter: none;
}
p {
  margin: 0;
}
.scroll-info {
  display: flex;
  align-items: center;
}

/*# Carousel Gallery*/

/* DETALLE DE PLANO */

* {
  box-sizing: border-box;
}

section.tooltip-plugin {
  padding: 0rem;
  max-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-2 {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.container-2 .big-image.axo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.tooltip-container {
  color: white;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 11, 11, 0);
}
.tooltip-container .tooltip-top .tooltip__content {
  transform: translateY(1rem);
}
.tooltip-container .tooltip--active .tooltip__content {
  opacity: 1;
  pointer-events: inital;
  transform: translateY(0);
}
.tooltip-container .tooltip__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background-color: black;
  border: none;
  cursor: none;
  box-shadow: 0px 0px 6px rgba(30, 30, 30, 0.08);
  transition: 300ms ease;
  z-index: 9;
  padding: 0;
}
.tooltip-container .tooltip__pin:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 8px rgba(30, 30, 30, 0.12);
}
.tooltip-container .tooltip__pin::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: black;
  animation: pulseee 1.6s ease-in-out infinite;
}
.tooltip-container .tooltip__content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px rgba(30, 30, 30, 0.3);
  border-radius: 0;
  width: 100vw;
  max-width: 50ch;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  transition: 300ms ease;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap-reverse;
}
.tooltip-container .tooltip__content.invert-order {
  flex-direction: row-reverse;
}
.tooltip-container .tooltip__content.invert-order img {
  border-radius: 0;
}
.tooltip-container .tooltip__content__text {
  padding: 1.5rem;
}
.tooltip-container .tooltip__content__text h1 {
    color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.tooltip-container .tooltip__content__text p {
    color: #000;
  line-height: 1.4;
  font-size: 0.9rem;
}
.tooltip-container .tooltip__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

@keyframes pulseee {
  from {
    transform: scale(0.5);
    opacity: 1;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

.modal-header{
    border:none;
}

.modal-body .btn-close {
    padding: .5rem .5rem;
    /*margin: -.5rem -.5rem -.5rem auto;*/
    position: absolute;
    top: 10px;
    right: 10px;
}

.tagline {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.6rem;
  background-color: #4a4e4d;
  color: #ffffff;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.4;
  transition: 0.3s ease;
}
.tagline:hover {
  opacity: 0.8;
}


.zoom-detail img{
    width: 600px;
    height: auto;
}

.zoom-detail{
    position: absolute;
    transform: translateY(55%) translateX(100%);
    width: 600px;
    height: auto;
    opacity: 1;
    z-index: 9999;
    transition: all ease .3s;
}

.tooltip__pin:hover > .zoom-detail{
    opacity: 1;
    transition: all ease .3s;
}


/* General */
.intro-video,
.intro-video-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}

/* Estilos por defecto */
.intro-video video,
.intro-video-mobile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ajustes específicos para iOS */
@supports (-webkit-touch-callout: none) {
    .intro-video-mobile video {
        width: 100vw; /* auto */
        height: 100vh; /* Ocupa todo el alto del viewport */
        object-fit: fill; /* contain */
        aspect-ratio: 9 / 16;
    }
}

/* Transición para desvanecer el video */
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.d-none {
    display: none !important;
}


/* MARQUEE */

.documents{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.Marquee {
  background: black;
  width: 85vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  mask-image: -webkit-gradient(linear, left center, right center, 
            color-stop(0.00,  rgba(0,0,0,0)),
            color-stop(0.35,  rgba(0,0,0,1)),
            color-stop(0.50,  rgba(0,0,0,1)),
            color-stop(0.65,  rgba(0,0,0,1)),
            color-stop(1.00,  rgba(0,0,0,0)));
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 30s linear infinite running;
  -moz-animation: marquee 30s linear infinite running;
  -o-animation: marquee 30s linear infinite running;
  -ms-animation: marquee 30s linear infinite running;
  animation: marquee 30s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width: 300px;
  height: auto;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {
  background: var(--secondar-color);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: none;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.pull-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
}

.footer-btn{
    font-weight: 400;
    display: flex;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 10px;
}

p.outline{
    color: #ccc;
    font-weight: 800;
    padding-right: 5px;
}

.upper-line{
    border-top: 1px solid rgba(0,0,0,0.2);
}

hr.line{
    border: 1px solid rgba(255,255,255,1);
    border-width: thin;
    width: 80vw;
}

.bt-1{
    border-top: 1px solid rgba(0,0,0,.2);
}

.bb-1{
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.no-desktop{
    display: none;
}
.no-mobile{
    display: block;
}


.display-desktop{
    display: block;
}
.hide-desktop{
    display: none;
}
.display-mobile{
    display: none;
}
.hide-mobile{
    display: block;
}
/* MILVERS MEDIAQUERYS */

@media (min-width: 280px) and (max-width: 768px){

    .display-desktop{
    display: none;
    }
    .hide-desktop{
        display: block;
    }
    .display-mobile{
        display: block;
    }
    .hide-mobile{
        display: none;
    }

    .no-desktop{
    display: block;
    }
    .no-mobile{
    display: none;
    }
    .indent{
        text-indent: 0;
    }

    .scroll-down {
    display: block !important;
    }

    .page-footer.no-mobile{
    display: none !important;
    }
    .page-footer.no-desktop{
        display: flex !important;
    }

    /* MENU */
    .mega-menu-items {
        width: 80%;
    }

    /*INDEX.HTML*/

    /*displays fonts*/
    .display-1 {
    font-size: calc(1em + 4vw);
    line-height: calc(1em + 1.5vw);
    }

    /*margins*/
    .mb-8 {
    margin-bottom: 150px !important;
    }
    .mt-3 {
    margin-top: 30px !important;
    }
    .p-5 {
    padding: 50px !important;
    }

    /**/
    .index.heading-full {
    min-height: 60vh !important;
    display: flex;
    justify-content: center;
    }
    .title {
        margin-bottom: 0px;
    }
    .index.heading-full, .apyc.heading-full, .bim.heading-full, .contacts.heading-full {
    min-height: calc(65vh - 75px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .title {
    font-size: 11vw;
    margin: 0;
    line-height: 11vw;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-weight: 200;
    text-align: left !important;
    }   
    .title-2 {
    font-size: 11vw;
    margin: 0;
    line-height: 11vw;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 200;
    text-align: left !important;
    }
    .service-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
    }
    .section-title {
    font-size: 8vw;
    margin-bottom: 0px;
    line-height: 8.5vw;
    font-weight: 400;
    position: relative;
    z-index: 2;
    }
    .invert-btn, .invert-btn-2 {
    font-size: 5vw;
    }
    .media-grid {
        margin: 0 !important;
    }
    .media-grid-text h1 {
    color: #fff;
    margin: 0;
    font-size: 10vw;
    line-height: 10vw;
    z-index: 3;
    }
    .media-grid-text h2 {
    color: #fff;
    margin: 0;
    font-size: 8vw !important;
    line-height: 8vw;
    z-index: 3;
    }
    .media-grid .btn, .media-grid-item-3 .btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50px;
    color: var(--secondar-color);
    padding: 17px 0;
    font-weight: 600;
    transition: all ease 1s;
    z-index: 3;
    font-size: 5vw;
    }
    .media-grid-text h4 {
    font-size: 3.7vw;
    margin: 0;
    color: #fff;
    z-index: 3;
    }

    .media-grid-text h3 {
    font-size: 7vw !important;
    margin: 0;
    color: #fff;
    font-weight: 500;
    z-index: 3;
    }

    /**/
    .case-list-2 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    background-image: url(../images/items/items-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }
    .accordion {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow: hidden;
    transition: 0.1s ease background;
    }
    .section {
    flex: initial;
    width: 100%;
    height: 50%;
    text-align: left;
    color: #fff;
    text-decoration: none;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 2vh 10vw;
    position: relative;
    cursor: none;
    transition: 1.2s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .heading {
        transform: rotate(0deg);
        min-width: auto;
        text-align: left;
        transform-origin: 0 0 0;
        opacity: 1;
        top: inherit;
        font-size: 6vw;
        width: min-content;
        left: inherit;
    }
    .section.open {
    width: 100%;
    }
    .accordion.enabled .section.open h2.heading {
        font-size: 4.5vw;
        transform: none;
        width: 80%;
        min-width: 200px;
        max-width: 100%;
        left: 0;
        top: 10%;
        color: black;
    }
    .close {
    display: none;
    z-index: 4;
    width: 35px;
    height: 35px;
    border-radius: 24px;
    border: 2px solid #000;
    cursor: pointer;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
    position: absolute;
    left: 87%;
    top: 20px;
    cursor: pointer;
    }
    .close .a, .close .b {
    background-color: #000;
    }
    .close .cross {
    position: absolute;
    left: 16px;
    top: 16px;
    }
    .accordion.enabled .section:not(.open) {
        width: 100%;
        padding: 3px;
    }
    .accordion.enabled .section:not(.open) h2.heading {
    transform: rotate(0deg);
    min-width: auto;
    text-align: left;
    transform-origin: 0 0 0;
    opacity: 1;
    top: inherit;
    font-size: 6vw;
    width: min-content;
    height: auto;
    left: inherit;
    white-space: wrap;
    line-height: normal;
    }
    .inside-content {
    font-size: 4vw;
    }

    /**/
    .team-grid {
    height: 120dvh;
    }
    .media-grid-item-2 {
    border-radius: 0px;
    height: 120dvh;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #000;
    }
    .e-video video {
    width: 20%;
    height: auto;
    }

    /**/
    .spinner {
    margin: 4.25em auto;
    height: 2em;
    overflow: hidden;
    width: 65%;
    scale: 1.5;
    }
    ul.t, li.y {
    height: auto;
    margin: 0px;
    padding: 0px;
    width: fit-content;
    text-align: center;
    }
    li.y {
    list-style-type: none;
    margin: 0px 0 -3px 0;
    height: 3.4em !important;
    padding: 0px 0 0px 0;
    font-size: 1em;
    text-transform: uppercase;
    width: 100%;
    }


    /* WORK AND SERVICES */
    .page-heading {
    height: calc(180vh - 75px);
    /* padding-top: 30px; */
    }
    .heading-full {
    min-height: calc(100vh - 180px) !important;
    display: flex;
    justify-content: center;
    }
    #text1, #text2, #text3, #text11, #text22 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%) !important;
    opacity: 0;
    white-space: wrap;
    }
    .wys-frase-inicio{
    display: flex;
    flex-direction: column;
    }

    .e-texture {
    position: fixed;
    top: 15vh;
    right: -80px;
    height: 100vh;
    opacity: 0.08;
    z-index: -2;
    animation: rightenter 2s ease-in-out;
    }
    .e-texture img {
    height: 70vh;
    }

    .wys-h1{
        font-size: 8vw;
    }

    .case-list-3 a.servicio {
    position: relative;
    padding: 2vh 30vw;
    height: 50%;
    background-color: transparent;
    transition: all .6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .case-list-3 a.servicio:hover{
    position: relative;
    padding: 2vh 30vw;
    height: 50%;
    background-color: #fff;
    transition: all .6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /**/

    .video-grid {
    height: 50vh;
    position: relative;
    }

    .video-grid-item {
    border-radius: 0px;
    height: 50vh;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    }

    .video-grid-text {
    align-items: flex-start;
    z-index: 3;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: calc(50vh - 0vh);
    }

    .pt-5.wys-where {
    padding-top: 0 !important;
    }


    /* ARCHITECTURE PROD AND COORD */
    .bim #text1, .bim #text2, .bim #text3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    transform: translateX(-50%);
    transform: translateY(-50px) !important;
    opacity: 0;
    white-space: break-spaces;
    color: white;
    text-indent: 0px !important;
    }
    div.case-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: transparent;
    width: 100vw;
    }
    .case-info {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    line-height: normal;
    overflow: hidden;
    height: 30%;
    }

    .case-item {
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    color: var(--main-color);
    align-items: center;
    padding: 40px 200px;
    position: relative;
    transition: .2s;
    background: rgba(255,255,255,.2);
    height: 20vh;
    flex-direction: column;
    /* align-content: center; */
    flex-wrap: nowrap;
    }

    .case-item h3 {
    font-size: 6.5vw;
    margin: 0;
    position: relative;
    z-index: 2;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    }
    .case-more {
    position: absolute;
    right: 50px;
    transform: translateX(100%);
    transition: .2s;
    opacity: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    }

    .icon-3d {
    height: 12vh;
    transform: translateX(0) rotate(0deg);
    transition: all ease-out .5s;
    }

    div.element-3d{
    margin-bottom: 50px;
    }

    h2#text4, h2#text5 {
    position: absolute !important;
    padding: 25px;
    }

    /* BIM */
    .bim .title-3 {
    margin-top: 50px;
    margin-bottom: 0px;
    }

    .team-txt {
    height: 100vh;
    background-color: white;
    /* margin-right: 5vw; */
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

    .team-txt h2 {
    color: #fff;
    margin: 0;
    font-size: 6vw;
    font-weight: 300;
    z-index: 3;
    text-align: left;
    }

    img.phrase-logo {
    width: clamp(50px, 15vw, 150px);
    margin-right: 0px;
    margin-bottom: 60px;
    }

    .grilla {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    position: relative;
    }
    .div5 {
    grid-area: 2 / 2 / 3 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    }

    /* ABOUT */

    .about.team-txt {
    height: auto;
    background-color: transparent;
    padding: 50px 25px !important;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    }
    hr.line {
    border: 1px solid rgba(255,255,255,1);
    border-width: thin;
    width: 95vw;
    margin-bottom: 0px;
    }
    .team-member {
    position: relative;
    width: 80%;
    transition: all .3s ease;
    filter: grayscale(1);
    }

    .team-member span.info {
    position: absolute;
    width: 300px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(25%);
    transition: .3s ease;
    opacity: 0;
    }

    .team-member span.info h4{
        font-size: 6vw
    }
    .team-member span.info p{
        font-size: 5vw
    }

    .mission-title {
    font-size: 10vw;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-weight: 200;
    margin-bottom: 50px;
    }

    .contador{
        margin-top: 100px;
    }
    .count-area-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .count-title {
    font-size: 30px;
    text-align: center;
    }
    .about.media-grid-item-celeste {
    height: 60vh;
    }
    .about .heading-button{
        padding: 30px;
    }

    /* RESIDENTIAL */

    .specialities{
        flex-direction: column;
    }
    .card{
        width: 100%;        
    }
    div.card img{
        padding-right: 0 !important;
        padding-bottom: 25px !important;
    }
    .r-f-c{
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .r-f-c img{
        margin-bottom: 25px;
    }
    hr.m-4{
        margin: 75px 15px !important;
    }

    .phrases h2#text-4 {
    width: 100%;
    margin-top: -200px;
    font-size: 28px;
    line-height: 1.3;
    }


    .phrases h2#text-6 {
    width: 100%;
    margin-top: -200px;
    font-size: 28px;
    line-height: 1.3;
    }


    .phrases h2#text-5 {
        width: 100%;
        margin: 50;
        font-size: 28px;
        line-height: 1.3;
        opacity: 0;
    }

    .phrases h2#text-7 {
        width: 100%;
        margin: 100;
        font-size: 28px;
        line-height: 1.3;
        opacity: 0;
    }

    .residential-heading {
    height: 75vh;
    /*padding-top: 30px;*/
    background-image: url(../images/residential/residential.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }
    .residential-title{
    width: 90vw;
    height: 65vh;
    position: relative !important;
    }
    .residential-heading .residential-e3d {
    width: 50px;
    height: auto;
    }

    /* COMMERCIAL */
    .c-p{
        padding: 0px 60px !important;
    }
    .commercial-text {
    bottom: 15px;
    }

    .commercial-title{
    width: 90vw;
    height: 65vh;
    position: relative !important;
    }
    .commercial-heading {
    height: 75vh;
    /*padding-top: 30px;*/
    background-image: url(../images/residential/residential-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }

    .commercial-heading .commercial-e3d{
    width: 50px;
    height: auto;
    }

    /* PROJECTS */
    section.project.cards {
    height: fit-content;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto;
    }
    .residential-project {
    height: 68vh;
    display: flex;
    align-items: center;
    }


    .residential-project{
        height: 68vh;
    }

    .modern-ranch{
        background-size: 150vh;
        background-position: top center;
    }

    .sky-ridge{    
        background-size: 150vh;
        background-position: top center;
    }

    .zach-katie{    
        background-size: 150vh;
        background-position: top center;
    }

    .commercial-project{
        height: 68vh;
    }

    .black-rock{
        background-size: 150vh;
        background-position: top center;
    }

    .club-house{    
        background-size: 150vh;
        background-position: top center;
    }

    .pcbc{    
        background-size: 150vh;
        background-position: top center;
    }

    .industrial-project{
        height: 68vh;
    }

    .welding{
        background-size: 130vh;
        background-position: top center;
    }

    .Marquee {
    background: black;
    width: 100vw;
    }

    .btn-get{
        margin-top: 30px;
    }
    a.new-projects{
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .form-submit .btn {
    width: 100%;
    }

    .invert-btn-2 {
    width: 100%;
    text-align: center;
    }
    .invert-btn {
    width: 100%;
    text-align: center;
    }

    /* CONTACT */
    .heading-full-2 {
    display: flex !important;
    flex-direction: column !important;
    }
    .location-item {
    margin-bottom: 0 !important;
    }
    .footer-column {
        text-align: left !important;
    }
    .contacts.page-heading {
    height: 100%;
    }
    .footer-page-footer .pt-2{
        padding-top: 0px !important;
    }
    .footer-page-footer .align-items-end{
        margin-top: 15px;
        align-items: flex-start !important;
        flex-direction: row !important;
    }

    .card-project {
    padding: 0px 20px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    max-height: 320px;
    background-color: black;
    }

    /* Correcciones IOS */
    .media-grid-item {
    border-radius: 0px;
    height: 110vh;
    background-image: url(../images/case/case1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    }
    .contact-form{
    background: url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    height: 120%; 
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .case-list-3 {
    position: relative;
    height: 80vh;
    overflow: hidden;
    background-image: url(../images/items/items-1.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }
    .media-grid-item-3 {
    border-radius: 0px;
    height: 100vh;
    background-image: url(../images/case/case2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    }
    #foto-principios-2{
        padding: 0 0 20px !important
    }


}

.grecaptcha-badge{
  display: none;
}