@charset 'UTF-8';

/* Tipografías */
@font-face {
    font-family: 'Canela Deck';
    src: url('../fonts/CanelaDeck-ThinItalic.woff2') format('woff2'),
        url('../fonts/CanelaDeck-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Metana Mono Free Personal';
    src: url('../fonts/NeueMetanaMonoFreePersonal-Sm.woff2') format('woff2'),
        url('../fonts/NeueMetanaMonoFreePersonal-Sm.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-Medium.woff2') format('woff2'),
        url('../fonts/Saira-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aspekta 600';
    src: url('../fonts/Aspekta-600.woff2') format('woff2'),
        url('../fonts/Aspekta-600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeion Mono Variable';
    src: url('../fonts/AeionMono-Variable.woff2') format('woff2'),
        url('../fonts/AeionMono-Variable.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Metana Mono Free Personal';
    src: url('../fonts/NeueMetanaMonoFreePersonal-Lt.woff2') format('woff2'),
        url('../fonts/NeueMetanaMonoFreePersonal-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aspekta 300';
    src: url('../fonts/Aspekta-300.woff2') format('woff2'),
        url('../fonts/Aspekta-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('../fonts/Saira-Light.woff2') format('woff2'),
        url('../fonts/Saira-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aspekta 100';
    src: url('../fonts/Aspekta-100.woff2') format('woff2'),
        url('../fonts/Aspekta-100.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archia';
    src: url('../fonts/Archia-Regular.woff2') format('woff2'),
        url('../fonts/Archia-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Estilos generales */
:focus {
    outline: 0px !important;
}

.t-center {
    text-align: center;
}

/*
.opacity-dark {
    background-color: #202020;
    opacity: 0;
}
*/

#primary {
    max-width: 100vw;
    overflow: hidden;
}
/*
body {
    cursor: none;
}
*/
.item-gallery {
    height: 90vh !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex !important;
}

.slider-gallery-proyect .slick-slide {
    display: block;
    width: 1920px;
    height: 100vh;
    min-height: 100vh;
}

.slider-gallery-proyect .next-arrow {
    position: absolute;
    content: '';
    top: 50vh;
    transform: translateY(-50%);
    right: 20%;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #FFF;
    height: 10vw;
    border-radius: 50%;
    width: 10vw;
    width: 10vw;
    max-width: 100px;
    max-height: 100px;
    align-items: center;
    font-family: "Archia", Sans-serif;
    font-weight: 300;
    font-size: 24px;
    flex-wrap: wrap;
    line-height: 1.2em;
    flex-direction: column;
}

.slider-gallery-proyect .next-arrow span {
    font-size: 15px;
}

.slider-gallery-proyect .prev-arrow {
    position: absolute;
    content: '';
    top: 50vh;
    transform: translateY(-50%);
    left: 20%;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #FFF;
    height: 10vw;
    border-radius: 50%;
    width: 10vw;
    width: 10vw;
    max-width: 100px;
    max-height: 100px;
    align-items: center;
    font-family: "Archia", Sans-serif;
    font-weight: 300;
    font-size: 24px;
    flex-wrap: wrap;
    line-height: 1.2em;
    flex-direction: column;
}

.slider-gallery-proyect .prev-arrow span {
    font-size: 15px;
}

#content .slider-gallery-proyect {
    display: none;
}

.slider__counter {
    display: none !important;
}

.proyectos-archive-wrapper {
    margin-top: 100px;
}

.project-content-wrapper {
    display: flex;
    flex-direction: column;
}

.proyecto-item {
    color: #000000;
    font-family: "Saira", Sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2em;
    border-top: 1px solid #00000073;
}

.box-more-cat {
    max-width: 100%;
    margin: 0 8%;
    padding: .8em 10px;
    font-family: "Archia", Sans-serif;
    font-weight: 300;
}

.row-title-project {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    padding-right: 60px;
}

.subtitle-project-tab {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2em;
    color: #808080;
    display: none;
}

.row-title-project {
    position: relative;
}

.descr-project {
    font-size: 20px;
    line-height: 1em;
}

.number-project {
    position: absolute;
    font-size: 18px;
    left: -30px;
    display: flex;
    align-items: flex-start;
    line-height: 1em;
    font-weight: 300;
    color: #808080;
    display: none;
}

.open-plus img {
    width: 23px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.open-plus .close-ico-tab {
    display: none;
}

.proyecto-item.activetab .open-plus .close-ico-tab {
    display: inline-block;
}

.proyecto-item.activetab .open-plus .open-ico-tab {
    display: none;
}

body:not(.elementor-editor-active) .main-menu-medium {
    display: none;
}

/* Cabecera de página */

.home:not(.active) #main-header .menu-item a,
.home:not(.active) #main-header a img {
    filter: invert(1);
}

/* Pie de página */

@media (max-width: 767px) {
    .elementor-location-header {
        position: fixed;
        z-index: 9;
        width: 100%;
        -webkit-transition: all 0.5s ease 0.5s;
        */ Para Chrome y Safari */ -moz-transition: all 0.5s ease 0.5s;
        */ Para Mozilla */ -o-transition: all 0.5s ease 0.5s;
        */ Para Ópera */ -ms-transition: all 0.5s ease 0.5s;
        */ Para Explorer */ transition: all 0.5s ease 0.5s;
    }

    body:not(.elementor-editor-active) .main-menu-medium {
        height: 100vh;
        position: fixed !important;
        right: 0px;
        top: 0;
        width: 100%;
        transform: translateX(100%);
        -webkit-transition: all .2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all .2s ease;
        display: flex !important;
        opacity: 1 !important;
        background-color: #FFF;
    }

    body:not(.elementor-editor-active) .main-menu-medium.actived {
        left: auto;
        right: 0;
        transform: translateX(0);
        display: flex;
        z-index: 99;
    }
}


/* cursor */
a:hover {
    text-decoration: underline;
}

.custom-cursor {
    position: fixed;
    top: -18px;
    left: -18px;
    display: block;
    width: 120px;
    height: 120px;
    pointer-events: none;
    will-change: transform;
    z-index: 999999;
    -webkit-transform: matrix(1, 0, 0, 1, -100, -100);
    transform: matrix(1, 0, 0, 1, -100, -100);
    opacity: 0;
    mix-blend-mode: difference;
    transition: opacity 0.4s ease, -webkit-transform 0.15s cubic-bezier(0, 0.89, 0.49, 0.92);
    transition: transform 0.15s cubic-bezier(0, 0.89, 0.49, 0.92), opacity 0.4s ease;
    transition: transform 0.15s cubic-bezier(0, 0.89, 0.49, 0.92), opacity 0.4s ease, -webkit-transform 0.15s cubic-bezier(0, 0.89, 0.49, 0.92);
}

.custom-cursor .cursor {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    will-change: transform;
    width: 120px;
    height: 120px;
    float: left;
    border-radius: 100%;
    margin-top: -40px;
    margin-left: -40px;
    background: #fff;
}

.custom-cursor.custom-cursor-active .cursor {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.custom-cursor.custom-cursor-active-img {
    z-index: 1010;
}

.custom-cursor.custom-cursor-active-img .cursor {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background: #ff0;
}

body:hover .custom-cursor {
    opacity: 1;
}

.row-title-project .elementor-button-text {
    font-size: .6em;
    line-height: 1.2em;
    font-family: "ClashDisplay", Sans-serif !important;
    line-height: 1.2em;
    text-align: left;
}

.number-project {
    display: none;
}

.descr-project {
    line-height: 1.2em;
    display: inline-block;
    font-size: 16px;
    font-family: "Work Sans", Sans-serif;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .custom-cursor {
        display: none !important;
    }

    .row-title-project {
        flex-direction: column;
        align-items: flex-start;
    }

    .row-title-project .elementor-button-text {
        font-size: .6em;
        line-height: 1.2em;
        font-family: "ClashDisplay", Sans-serif !important;
        line-height: 1.2em;
    }

    .number-project {
        display: none;
    }

    .descr-project {
        line-height: 1.2em;
        display: inline-block;
        font-size: 16px;
        font-family: "Work Sans", Sans-serif;
    }

    .subtitle-project-tab {
        width: 100%;
    }

    .slider-gallery-proyect .prev-arrow {
        position: absolute;
        content: '';
        top: 40vh;
        transform: translateY(-50%);
        left: 10%;
        z-index: 2;
        display: flex;
        justify-content: center;
        text-align: center;
        background: #FFF;
        height: 23vw;
        border-radius: 50%;
        width: 23vw;
        max-width: 100px;
        max-height: 100px;
        align-items: center;
        font-family: "Archia", Sans-serif;
        font-weight: 300;
        font-size: 22px;
        flex-wrap: wrap;
        line-height: 1.2em;
        flex-direction: column;
    }

    .slider-gallery-proyect .prev-arrow span {
        font-size: 14px;
    }

    .slider-gallery-proyect .next-arrow {
        position: absolute;
        content: '';
        top: 40vh;
        transform: translateY(-50%);
        right: 10%;
        z-index: 2;
        display: flex;
        justify-content: center;
        text-align: center;
        background: #FFF;
        height: 23vw;
        border-radius: 50%;
        width: 23vw;
        max-width: 100px;
        max-height: 100px;
        align-items: center;
        font-family: "Archia", Sans-serif;
        font-weight: 300;
        font-size: 22px;
        flex-wrap: wrap;
        line-height: 1.2em;
        flex-direction: column;
    }

    .slider-gallery-proyect .next-arrow span {
        font-size: 14px;
    }

    .slider-gallery-proyect .slick-slide {
        height: 50vh;
        min-height: 50vh;
    }

    .no-transform .elementor-motion-effects-element {
        transform: translate(0) !important;
    }
    .slider-product img {
        height: 180px;
        max-height: 180px;
    }
    .textparraf .elementor-align-icon-right {
        height: 70px !important;
        width: 70px !important;
        min-width: 70px !important;
    }

}

.slider-container .slick-slide {
    background-color: rebeccapurple;
    color: aqua;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 200px;
    border: 1px solid white;
}

#slider-container .slick-slide>div>div {
    height: 194px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#slider-container .slick-slide img {
    max-width: 50%;
    height: auto;
    max-height: 50%;
}

.slick-dots {
    margin: 0;
    display: flex;
    list-style: none !important;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: absolute;
    width: 100%;
}

.slick-dots li {
    position: relative;
}

.slick-dots li::marker {
    display: none;
}

.slick-dots li.slick-active button {
    background: #FFF;
}

.slick-dots button {
    font-size: 0 !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #FFF;
    background: transparent;
}

.categoria-proyecto-list {
    list-style: none;
    margin-left: 0;
    display: flex;
}
.categoria-proyecto-list li {

}
.categoria-proyecto-list li a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid transparent;
    margin-right: 10px;
    color: #000;

}
.categoria-proyecto-list li a:hover {
    text-decoration: underline;
    color: #000;
}

.proyecto-item {
    position: relative;
  }
  
  #hover-image {
    position: absolute;
    display: none;
    pointer-events: none;
    transform: translate(0%, -267%);
}
  
  #hover-image img {
    max-width: 30%;
    max-height: 30%;
  }
.proyecto-item a, .proyecto-item a:hover {
    color: #000;
    text-decoration: none;
}

.slider-gallery-proyecto .next-arrow {
    position: absolute;
    content: '';
    top: 50vh;
    transform: translateY(-50%);
    right: 20%;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #FFF;
    height: 10vw;
    border-radius: 50%;
    width: 10vw;
    width: 10vw;
    max-width: 100px;
    max-height: 100px;
    align-items: center;
    font-family: "Archia", Sans-serif;
    font-weight: 300;
    font-size: 24px;
    flex-wrap: wrap;
    line-height: 1.2em;
    flex-direction: column;
}

.slider-gallery-proyecto .next-arrow span {
    font-size: 15px;
}

.slider-gallery-proyecto .prev-arrow {
    position: absolute;
    content: '';
    top: 50vh;
    transform: translateY(-50%);
    left: 20%;
    z-index: 2;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #FFF;
    height: 10vw;
    border-radius: 50%;
    width: 10vw;
    width: 10vw;
    max-width: 100px;
    max-height: 100px;
    align-items: center;
    font-family: "Archia", Sans-serif;
    font-weight: 300;
    font-size: 24px;
    flex-wrap: wrap;
    line-height: 1.2em;
    flex-direction: column;
}

.slider-gallery-proyecto .prev-arrow span {
    font-size: 15px;
}

/** estilos para hover proyect **/
.wrapper-loop-c {
    text-align: center;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.wrapper-loop-c .text {
    color: #fff3;
    font-size: 8vw;
    text-transform: capitalize;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-family: "CovikSans", Sans-serif;
    line-height: 70px;
    position: relative;
    max-width: 6em;
}

.wrapper-loop-c .text:hover {
    color: #fff;
    position: relative;
    z-index: 100;
}

.wrapper-loop-c .text:hover ~ .hover-img {
    transform: translate(0%, 0%) scale(1);
    opacity: 1;
    top: 50%;
    left: 50%;
}

.wrapper-loop-c .hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%) scale(0.5);*/
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    max-width: 600px;
    width: 40%;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/*
.wrapper-loop-c h1 a {
    color: #BBBBBB;
    font-family: "CovikSans", Sans-serif;
    font-size: 2vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
}
*/
.wrapper-loop-c h1 a {
    color: #BBBBBB;
    font-family: "CovikSans", Sans-serif;
    font-size: 2vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    height: 17vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -4vh;
    position: relative;
}
.wrapper-loop-c h1 a:hover {
    color: #B69B80;
}


.data-detail-project {
  color: #000000;
  font-family: "Work Sans", Sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  padding-top: .5em;
}

.proyecto-item {
    width: 100%;
    min-width: 100%;
}

.elementor-swiper-button-next:hover, .elementor-swiper-button-prev:hover {
    background: #000;
    color: white !important;
}

.arrow-right-color:hover , .arrow-left-color:hover {
    background-color: #000;
}
.arrow-right-color:hover svg , .arrow-left-color:hover svg {
    filter: invert(1);
}

.elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row !important;
}

.elementor-align-right.textparraf .elementor-button-icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  position: relative;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-right: 1em;
}

.section.opacity-dark .elementor-button-icon svg {
	width: 70px !important;
}

.opacity-dark {
	background: #000 !important;
}

.opacity-dark * {
	color: #FFF !important;
}

.opacity-dark line, .opacity-dark path {
	fill: #fff !important;
	filter: invert(1) !important;
}

.opacity-dark path {
	fill: #fff !important;
	filter: invert(0) !important;
}