/*  -----------------  ESTILOS GENERALES   -----------------*/

html{
    font-size: 62.5%;
    cursor: none!important;
}

body{
    font-style: normal;
    overflow-x: hidden;
    font: 300 1.6rem/1.6 Barlow,sans-serif;
    /* background: #141414; */
    letter-spacing: .0732064422vw;
    margin:0!important;
}

a{
    cursor: none!important;
}
a:hover{
    color:inherit;
    text-decoration: none;
    
}

a:hover, a:focus, a:active, button:active, button:active, button:hover,
input:active, input:focus{
    outline:0!important;
    box-shadow:none!important;
}

h1, h2, h3, h4, h5, ol, p, table, ul, figure{
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}

strong{
    font-weight: 700;
}

/* -------------------------------------------------- */

.container{
    max-width: 1260px;
    position: relative;
    z-index: 10;
}

/* -------------------------------------------------- */

.button{
    color: #141414!important;
    position:relative;
    font-size: 1.0248901903vw;
    font-weight: 500;
    transition: -webkit-all .165s cubic-bezier(.73,.33,.33,.97);
    transition: all .165s cubic-bezier(.73,.33,.33,.97);
}

.wrapper.black .button{
    color: #fff!important;
}

.button p{
    position:relative;
	line-height: 1;
}

.button p:after {
    background: #fff;
    bottom: -4px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    transition: all .35s cubic-bezier(.73,.33,.33,.97);
    width: 0;
}


.button:hover  p:after{
    left: 0;
    width: 100%;
}


/* ---------- Header ------------ */

.header{
    z-index:9999;
    position: fixed;
    top:0;
    left: 0;
    line-height: 1;
    mix-blend-mode: difference;
    padding: 3.6603221083vw 5.4172767204vw;
    width: 100%;
    z-index: 999;
    pointer-events:none;
}

#header-responsive{
    display:block;
}

#header-desktop{
    display:none;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    #header-responsive{
        display:none;
    }
    
    #header-desktop{
        display:block;
    }
}

.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo{
    padding: 0.7320644217vw;
    width: 8.6vw;
    pointer-events:auto;
}

.header-logo svg{
    fill:#fff;
}

.header-menu .menu{
    display: flex;
    gap: 0 0.7320644217vw;
    align-items: center;
    pointer-events:auto;
}

.header-menu .menu > li > a{
    color:#fff;
    text-transform: uppercase;
    display: block;
    padding: 0.7320644217vw;
    font-weight: 500;
    font-size: 1.4rem;
    position: relative;
}


.header-menu .menu > li > a:after {
    content: attr(data-qty);
    
    font-size: .878477306vw;
    font-weight: 400;
    position: absolute;
    right: -.2660322108vw;
    top: 0.3660322108vw;
}

/* ---------- Header responsive ------------ */

#header-responsive{
    padding: 5.6vw 4vw; 
}

   
#header-responsive .header-logo{
    width: 26vw;
}

@media screen and (min-width : 580px) {
    #header-responsive .header-logo{
        width: 19vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.header-toggle-buttons{
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 500;
    height: 100%;
    letter-spacing: .2666666667vw;
    outline: 0;
    padding: 0 6.6666666667vw;
    pointer-events: auto;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    width: auto;
    z-index: 101;
        display: block;
}

@media screen and (min-width : 580px) {
   .header-toggle-buttons{
        font-size: 3.4vw;
    } 
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.header-toggle-inner{
    position:relative;
}

.header-toggle-inner span {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition-duration: .45s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.73,.33,.33,.97);
}

.is-open .header-toggle-menu{
    opacity: 0;
    -webkit-transform: translate(-50%,calc(-50% - 5px));
    transform: translate(-50%,calc(-50% - 5px));
    transition-delay: 0s;
}
 
.header-toggle-close{
    opacity: 0;
    transition-delay: 0s;
}

.is-open .header-toggle-close{
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition-delay: .7s;
}

.sidebar-mobile{
    background: #141414;
    height: 100%;
    width: 100%;
    opacity: 0;
    padding: 6.6666666667vw;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: opacity .35s cubic-bezier(.73,.33,.33,.97) 0s,-webkit-transform 1s cubic-bezier(.73,.33,.33,.97) .35s;
    transition: transform 1s cubic-bezier(.73,.33,.33,.97) .35s,opacity .35s cubic-bezier(.73,.33,.33,.97) 0s;
    transition: transform 1s cubic-bezier(.73,.33,.33,.97) .35s,opacity .35s cubic-bezier(.73,.33,.33,.97) 0s,-webkit-transform 1s cubic-bezier(.73,.33,.33,.97) .35s;
    z-index: 998;
    display:block;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .sidebar-mobile{
        display:none;
    }
}

.sidebar-mobile.is-open{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sidebar-inner, 
.sidebar-inner-list ul.menu{
    display: flex;
    align-items:flex-start;
    flex-flow: column nowrap;
}

.sidebar-inner{
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

.sidebar-inner-list{
        margin-top: auto;
}

.sidebar-inner-list ul.menu{
    font-size: 9.6666666667vw;
    gap: 6.6666666667vw 0;
    letter-spacing: 1.3333333333vw;
    line-height: 1;
    list-style: none;
    font-size: 16vw;
}

@media screen and (min-width : 580px) {
    .sidebar-inner-list ul.menu{
        font-size: 8.666666667vw;
        gap: 6vw 0;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.sidebar-inner-list  li{
    overflow: hidden;
}

.sidebar-inner-list li a {
    align-items: flex-start;
    color: #fff;
    display: flex;
    position: relative;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .65s cubic-bezier(.73,.33,.33,.97);
    transition: transform .65s cubic-bezier(.73,.33,.33,.97);
    transition: transform .65s cubic-bezier(.73,.33,.33,.97),-webkit-transform .65s cubic-bezier(.73,.33,.33,.97);
    padding-right:6.3660322108vw;
}

.sidebar-inner-list li:first-of-type a {
    transition-delay: 1.05s;
}

.sidebar-inner-list li:nth-of-type(2) a {
    transition-delay: 1.1s;
}

.sidebar-inner-list li:nth-of-type(3) a {
    transition-delay: 1.15s;
}

.is-open .sidebar-inner-list  li a{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.sidebar-inner-list li a:after {
    content: attr(data-qty);
    font-size: 5vw;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0.3660322108vw;
}

@media screen and (min-width : 580px) {
    .sidebar-inner-list  li a:after {
        font-size: 4vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.sidebar-inner-bottom{
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    font-size: 4.8vw;
    font-weight: 500;
    gap: 4vw 0;
    line-height: 1;
    margin-bottom: 21.3333333333vw;
    margin-top: auto;
}

@media screen and (min-width : 580px) {
    .sidebar-inner-bottom{
        font-size:3vw;
        gap: 2vw 0;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.sidebar-inner-bottom p {
    overflow: hidden;
    line-height:1.5;
}

.sidebar-inner-bottom p:first-of-type span {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.2s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.2s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.2s,-webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.2s;
}

.sidebar-inner-bottom p:nth-of-type(2) span {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.25s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.25s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.25s,-webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.25s;
}

.is-open .sidebar-inner-bottom p span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
        font-weight: 300;
}

.sidebar-inner-link{
    display: flex;
    gap: 5.3333333333vw;
}

.sidebar-inner-link-box{
    overflow:hidden;
}

.sidebar-inner-link-box .button{
    font-size: 4.0248901903vw;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block;
        color: #fff!important;
}

@media screen and (min-width : 580px) {
    .sidebar-inner-link-box .button{
        font-size: 3.0248901903vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.sidebar-inner-link-box:first-of-type .button{
    transition: -webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.3s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.3s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.3s,-webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.3s;
}

.sidebar-inner-link-box:nth-of-type(2) .button{
    transition: -webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.35s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.35s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.35s,-webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.35s;
}

.sidebar-inner-link-box:nth-of-type(3) .button{
    transition: -webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.40s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.40s;
    transition: transform .65s cubic-bezier(.73,.33,.33,.97) 1.40s,-webkit-transform .65s cubic-bezier(.73,.33,.33,.97) 1.40s;
}

.is-open .sidebar-inner-link .button{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* -------------Main  ------------- */

main{
    position: relative;
}

.wrapper {
    background: #fff;
    color: #141414;
    position: relative;
    transition: background .25s cubic-bezier(.73,.33,.33,.97),color .25s cubic-bezier(.73,.33,.33,.97);
    width: 100%;
    /* border: 10px solid green; */
    overflow: hidden;
}

.wrapper.black {
    background: #141414;
    color: #fff;
}

/* ------------- Hero  ------------- */

.hero{
    height: 100vh;
    margin-bottom: 10vh;
    padding: 100vh 6.149341142vw 4.39238653vw;
    position: relative;
    width: 100%;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero{
        margin-bottom: 25px;
    }
}

.hero-inner{
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
}

.hero-inner,
.hero-inner h1{
    display: flex;
    align-items: center;
}

.hero-inner h1{
    flex-flow: column nowrap;
    font-weight: 300;
    line-height: 1.2;
    margin:0
}

.hero-inner h1 .hero-inner-span{
    display: block;
    font-size: 11.8vw;
    letter-spacing: .8vw;
    overflow: hidden;
    padding: 1vh 0; 
    line-height: 1;
    position: relative;
}

@media screen and (min-width : 580px) {
    .hero-inner h1 .hero-inner-span{
        font-size: 8.477306vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-inner h1 .hero-inner-span{
        padding: 2.4vh 0;
        font-size: 8.78477306vw;
        letter-spacing: .5rem;
    }
}

.hero-inner h1 .hero-inner-span:first-of-type{
    margin-left: -20vw;
}

@media screen and (min-width : 580px) {
  .hero-inner h1 .hero-inner-span:first-of-type{
        margin-left: -20vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.hero-inner h1 .hero-inner-span:nth-of-type(2){
    margin-right: -10vw;
}

@media screen and (min-width : 580px) {
  .hero-inner h1 .hero-inner-span:nth-of-type(2){
        margin-right: -20vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.hero-inner h1 .hero-inner-span:nth-of-type(3) {
    margin-left: auto;
}

@media screen and (min-width : 580px) {
  .hero-inner h1 .hero-inner-span:nth-of-type(3){
         margin-left: -14vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
}

.hero-inner-span-inner{
    position: relative;
    display: inline-block;
}

.hero-inner-span-inner.move-up {
    -webkit-animation: moveUp 1.75s cubic-bezier(.73,.33,.33,.97) 1 normal both;
    animation: moveUp 1.75s cubic-bezier(.73,.33,.33,.97) 1 normal both;
}

.hero-inner-span-inner span:before {
    content: '';
    position: absolute;
    border-bottom: 6px solid #141414;
    left: 4px;
    right: 4px;
    height: 5px;
    bottom: -5px;
}
.hero-under{
    transition:all .25s cubic-bezier(.73,.33,.33,.97);
    opacity:0;
    /*position:fixed;*/
    /*bottom:0;*/
}

.hero-under-item{
    position: fixed;
    bottom: 6.6666666667vw;
        font-size: 3.2vw;
    font-weight: 500;
    /*opacity:0;*/
    transition:all .25s cubic-bezier(.73,.33,.33,.97);
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-under-item{
        bottom: 3.9238653vw;
        font-size: 1.4rem;
    }
}

.hero-under-left{
    left: 6.149341142vw;
    display:flex;
    flex-flow:row nowrap;
    gap: 0 2.4890190337vw;
    display:none;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-under-left{
        display:block;
    }

}


.hero-under-left .button{
    font-size: 3.2vw;
     
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-under-left .button{
            font-size: 1.0248901903vw;
    }
}

.hero-under-left .button p:after{
    background-color:#141414;
}

.hero-under-center{
    left: 6.149341142vw;
    transform: translate(0%);
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-under-center{
        left: 50%;
        transform: translate(-50%);
    }
}

.hero-under-center .button{
    font-size: 3.2vw;
     
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-under-center .button{
            font-size: 1.0248901903vw;
    }
}

.hero-under-right,
.arrow-down{
    right: 6.149341142vw;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.arrow-down{
    opacity:0;
}

.hero-under-right:after,
.hero-under-right:before,
.arrow-down:after,
.arrow-down:before{
    content: "";
    display: block;
}

.hero-under-right:before,
.arrow-down:before{
    background: #141414;
    height: 8vw;
    -webkit-transform: translateY(3.2vw);
    transform: translateY(3.2vw);
    width: 2px;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-under-right:before,
    .arrow-down:before{
        height: 4.0263543192vw;
    -webkit-transform: translateY(1.5373352855vw);
    transform: translateY(1.5373352855vw);;
    }
}

.hero-under-right:after,
.arrow-down:after{
    border-bottom: 2px solid #141414;
    border-right: 2px solid #141414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
        height: 2.6666666667vw;
    width: 2.6666666667vw;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .hero-under-right:after,
    .arrow-down:after{
        height: 1.317715959vw;
        width: 1.317715959vw;
    }
}

.hero-under-item .button{
    display:block;
}
/* --------- Home work --------- */

.section-work{
    /* border:5px solid blue; */
}

.section-work-inner{
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    margin: 0 auto;
    width: 100%;
    margin-top:-10vh;
    padding:0 3vw;
}

@media screen and (min-width : 580px) {
  .section-work-inner{
      padding:0;
        width: 78.9165446559vw;
        margin-top:0vh;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    

}

.section-work-inner > a{
        font-size: 4.8vw;
    font-weight: 400;
    padding: 0.7320644217vw;
    text-transform:uppercase;
}

@media screen and (min-width : 580px) {
    .section-work-inner > a{
        font-size: 4vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-inner > a{
        font-size: 1.4641288433vw;
    }

}

.section-work-inner>a div {
    align-items: center;
    display: flex;
    position: relative;
} 

.section-work-inner>a div span {
    font-size: 3.7333333333vw;
    font-weight: 300;
    line-height: 1;
    margin-left: 1.6vw;
    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-inner>a div span {
        font-size: 1.0248901903vw;
        margin-left: 0.439238653vw;
    }

}

.section-work-list{
    margin-bottom: 21.3333333333vw;
    position: relative;
    width:100%;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-list{
        margin-bottom: 10.980966325vw;
    }


}

.section-work-item{
    width: 100%;
    position: relative;
}

.section-work-item:before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    opacity: .25;
    transition: opacity .165s cubic-bezier(.73,.33,.33,.97);
    width: 100%;
    z-index: 0;
    /*mix-blend-mode: difference;*/
}

.section-work-item:last-of-type:after {
    background: #2e2e2e;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
}

.section-work-list-block{
    display: block;
    padding: 13.0666666667vw 0;
    position: relative;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-list-block{
        padding: 6.588579795vw 0;
    }
}

.section-work-block-text{
    align-items: center;
    color: #fff;
    display: flex;
    gap: 0 3vw;
    opacity: .35;
    position: relative;
    transition: opacity .25s cubic-bezier(.73,.33,.33,.97); 
    z-index: 2;
}

.section-work-list-block:hover  .section-work-block-text,
.active .section-work-block-text{
    opacity:1; 
}

.section-work-block-image{
    left: 0%;
    opacity: 1;
    position: static;
    top: 0%;
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
    width: 100%;
    transition: transform .425s cubic-bezier(.73,.33,.33,.97) .165s,opacity .425s cubic-bezier(.73,.33,.33,.97) .165s,-webkit-transform .425s cubic-bezier(.73,.33,.33,.97) .165s;
    margin-bottom: 5.3333333333vw;
    
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-block-image{
        margin:0;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%) scale(.75);
        transform: translate(-50%,-50%) scale(.75);
        width: 43.9238653001vw;
    }
}

.section-work-list-block:hover .section-work-block-image{
    opacity: 1;
    transform: translate(0) scale(1);
}   

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-list-block:hover .section-work-block-image{
        opacity: 1;
        transform: translate(-55%,-55%) scale(1);
    }  
}

.section-work-block-image figure{
    padding-top: 100%;
    position: relative;
    transition: transform .165s cubic-bezier(.73,.33,.33,.97);
    transition: transform .165s cubic-bezier(.73,.33,.33,.97),-webkit-transform .165s cubic-bezier(.73,.33,.33,.97);
    width: 100%;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-block-image figure{
        padding-top: 71.5%;
    }
}

.section-work-block-image figure:after {
    background: hsla(0,0%,8%,.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
     transition: opacity .165s cubic-bezier(.73,.33,.33,.97);
    transition: opacity .165s cubic-bezier(.73,.33,.33,.97),-webkit-opacity .165s cubic-bezier(.73,.33,.33,.97);
}

.section-work-item.active .section-work-block-image figure:after{
    opacity:0;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-item.active .section-work-block-image figure:after{
        opacity:1;
    }
}

.section-work-block-image figure img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.section-work-block-text h2{
    font-size: 8vw;
    font-weight: 300;
    line-height: 1;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-block-text h2{
        font-size: 7.3206442167vw;
    }
}

.section-work-block-text span {
    font-size: 3.8vw;
    font-weight: 400;
    -webkit-transform: translate(-1.4641288433vw,-50%);
    transform: translate(-1.4641288433vw,-50%);
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .section-work-block-text span {
        font-size: 2.196193265vw;
    }
}

.magnetic,
.magnetic-wrapper{
    position: relative;
}


#cursor {
    position: fixed;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: var(--y);
    left: var(--x);
    transition: transform .265s cubic-bezier(.73,.33,.33,.97);
    transform-origin: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    mix-blend-mode: difference;
    pointer-events: none;
    z-index: 10000;
    display:none;
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    #cursor {
        display:flex;
    }
}

  #cursor:before{
    content:"";
    font: 100 .35rem/1.6 Barlow,sans-serif;
    position:absolute;
    letter-spacing: 0;
    top:0;
    left:0;
   width: 100%;
   height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .25s cubic-bezier(.73,.33,.33,.97);
    transition-delay: .1s;
    opacity: 0;
    transform: translateY(5px);
}

.active-more#cursor:before,
.active-email#cursor:before{
    opacity: 1;
    transform: translateY(0%);
}

.active-more#cursor:before{
     content:"Ver";
}

.active-email#cursor{
    background-color:#000;
    mix-blend-mode: normal;
}

.active-email#cursor:before{
    color:#fff;
}

.black.active-email#cursor{
    background-color:#fff;
    
}

.black.active-email#cursor:before{
    color:#141414;
}

.active-email#cursor:before{
    content:"Escríbeme";  
    font: 100 .3rem/1.6 Barlow,sans-serif;
}
  
[data-cursor-magnet]
{
    transition: all .165s cubic-bezier(.73,.33,.33,.97);
}


.loading-screen {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: #141414;
    width: 100%;
    height: 0%;
    
}

.load-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index:10001;
    pointer-events: none;
    transform:scaley(-1);
}

.loader{
    background-color: #141414;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index:10001;
    pointer-events: none;
}

.banner{
    height: 50vh;
    margin-bottom: 16vw;
    padding-bottom: 16vw;
    width: 100%;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .banner{
        padding-bottom: 4.39238653vw;
        height: 70.3125vh;
    }
}

.banner-single{
    text-transform: capitalize;
    margin-bottom: 16vw;
    padding-bottom: 0;
    height: 40vh;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .banner-single{
        margin-bottom: 4.39238653vw;
        height: 65vh;
    }
}

.banner .container,
.banner .row,
.banner .col-md-12{
    height:100%;
}

.banner_inner{
    align-items: flex-end;
    display: flex;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0 3vw;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .banner_inner{
        width: 78.9165446559vw;
        padding:0;
    }
}
    
.banner_inner h1 {
    line-height: 1.2;
    overflow: hidden;
    text-transform: uppercase;
     transition:all 1.25s linear;
}

.banner-single .banner_inner h1{
    text-transform: capitalize;
}

.banner_inner h1 span{
    display: inline-block;
    font-size: 13.3333333333vw;
    font-weight: 300; 
}

@media screen and (min-width : 580px) {
    .banner_inner h1 span{
        font-size: 10.6666666667vw;
    }
}
@media screen and (min-width: 980px) {
       
}
 
@media screen and (min-width: 1280px) {
    .banner_inner h1 span{
        font-size: 5.1244509517vw;
    }
}


.banner_inner h1 span.move-up{
    animation: moveUp 1.25s cubic-bezier(.73,.33,.33,.97) .25s 1 normal both;
}

@-webkit-keyframes moveUp{
	0%{
		-webkit-transform:translateY(100%);
		transform:translateY(100%)
}
	to{
		-webkit-transform:translateY(0);
		transform:translateY(0)
}
}
@keyframes moveUp{
	0%{
		-webkit-transform:translateY(100%);
		transform:translateY(100%)
}
	to{
		-webkit-transform:translateY(0);
		transform:translateY(0)
}
}

.banner-inner-single > span{
    display: block;
    margin-top: 2.1980966325vw;
    overflow: hidden;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
       
}
 
@media screen and (min-width: 1280px) {
    .banner-inner-single > span{
        margin-top: 1.0980966325vw;
    }
}

.banner-inner-single > span span {
    -webkit-animation: moveUp 1.25s cubic-bezier(.73,.33,.33,.97) .5s 1 normal both;
    animation: moveUp 1.25s cubic-bezier(.73,.33,.33,.97) .5s 1 normal both;
    display: inline-block;
    font-size: 4.8vw;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
       
}
 
@media screen and (min-width: 1280px) {
    .banner-inner-single > span span {
        font-size: 1.317715959vw;
    }
}


/* ----- Works ----- */


.works-container-sec{
    margin: 0 auto;
    width: 100%;
        padding: 0 3vw;
}

@media screen and (min-width : 580px) {
    .works-container-sec{
        padding:0;
        margin: 0 auto;
        width: 78.9165446559vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   

}

.works-container-block{
    display: flex;
    flex-flow: column nowrap;
   gap: 9.3333333333vw;
    width: 100%;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .works-container-block{
        flex-flow: row wrap;
        gap: 0vw 12.8942486085%;
    }

}

.works-container-block > div {
    flex: 0 1 37.1057513915%;
    width: 100%;
    
}

.works-container-block > div:nth-of-type(4n+2),
.works-container-block > div:nth-of-type(4n+3) {
    flex: 0 1 50%;
    margin-top:0vw;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .works-container-block > div:nth-of-type(4n+2),
    .works-container-block > div:nth-of-type(4n+3) {
        margin-top:10vw;
    }
}

.works-container-block-box{
    position:relative;
}

.works-container-block-box-inner{
    display: block;
    position: relative;
    width: 100%;
}

.works-container-block-box-inner-fig{
    overflow: hidden;
    padding-top: 140%;
    position: relative;
    width: 100%;
}

.works-container-block-box-inner-fig:after {
    background: hsla(0,0%,8%,.6);
    content: "";
    display: block;
    height: 110%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    width: 110%;
}

.works-container-block-box-inner-fig img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.works-container-block-box-inner-txt{
    color: #fff;
    position:absolute;
    top:auto;
    bottom: 3.9333333333vw;
    left: 5.5333333333vw;
    opacity: 1;
    top: auto;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    transition: opacity .35s cubic-bezier(.73,.33,.33,.97) .165s,-webkit-transform .35s cubic-bezier(.73,.33,.33,.97) .165s;
    transition: opacity .35s cubic-bezier(.73,.33,.33,.97) .165s,transform .35s cubic-bezier(.73,.33,.33,.97) .165s;
    transition: opacity .35s cubic-bezier(.73,.33,.33,.97) .165s,transform .35s cubic-bezier(.73,.33,.33,.97) .165s,-webkit-transform .35s cubic-bezier(.73,.33,.33,.97) .165s;
    z-index: 2;
    pointer-events:none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .works-container-block-box-inner-txt{
        color: #fff;
        left: 50%;
        opacity: 0;
        top: 50%;
        bottom:auto;
        -webkit-transform: translate(-50%,-50%) scale(.95);
        transform: translate(-50%,-50%) scale(.95);
    }
}

.works-container-block-box-inner:hover .works-container-block-box-inner-txt{
    opacity: 1;
    -webkit-transform: translate(0%) scale(1);
    transform: translate(0%) scale(1);
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .works-container-block-box-inner:hover .works-container-block-box-inner-txt{
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
    }
}


.works-container-block-box-inner-txt-inner{
    align-items: center;
    display: flex;
    gap: 0 0.7320644217vw;
    /*transition: -webkit-transform .165s cubic-bezier(.73,.33,.33,.97) .35s;*/
    transition: all .165s cubic-bezier(.73,.33,.33,.97);
}

.works-container-block-box-inner-txt-inner h2{
    font-size: 8vw;
    font-weight: 300;
    white-space: nowrap;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .works-container-block-box-inner-txt-inner h2{
        font-size: 5vw;
    }
}

.works-container-block-box-inner-txt-inner span {
    font-size: 3.8vw;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .works-container-block-box-inner-txt-inner span {
        font-size: 1.4641288433vw;
    }
}



/* ----------- Footer ----------- */

.footer{
    background: #141414;
    color: #fff;
    padding: 38.4vw 0 6.3333333333vw;
    width: 100%;
    z-index: 2;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .footer{
         padding: 17.2767203514vw 0 8.6383601757vw;
   }
}

.footer-inner{
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding:0 3vw;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .footer-inner{
        width: 78.9165446559vw;
        padding:0;
    }

}

.footer-inner h4 {
    font-size: 5.8666666667vw;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 4.2666666667vw;
    text-transform:uppercase;
}

@media screen and (min-width : 580px) {
    .footer-inner h4 {
        font-weight: 300;
        font-size: 5.1244509517vw;
        margin-bottom: 3.6603221083vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   

}

.footer-inner-block{
    display: flex;
    flex-flow: column nowrap;
    gap: 13.3333333333vw 0;
    justify-content: space-between;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .footer-inner-block{
        flex-flow: row wrap;
        gap: 5.1244509517vw 0;
    }
}

.footer-inner-block-box{
    flex: 0 1 50%;
    width: 100%;
}

.footer-inner-block-box .address{
    color: #fff;
    font-size: 3.7333333333vw;
    font-style: normal;
    font-weight: 400;
}

@media screen and (min-width : 580px) {
    .footer-inner-block-box .address{
        font-size: 2.5vw;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .footer-inner-block-box .address{
        font-size: 1.1713030747vw;
    }
}

.footer-inner-block-box-btn{
    display: flex;
    gap: 0 2.4890190337vw;
    line-height:1;
}

.email-link .email{
    font-weight: 300;
    font-size: 7.1333333333vw;
}

@media screen and (min-width : 580px) {
    /*.email-link .email{*/
    /*    font-size: 5.0497803807vw;*/
    /*}*/
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .email-link .email{
        font-size: 2.0497803807vw;
    }
}

.email p:after{
    display:none!important;
}

.footer-inner-block-box-flex{
    width:100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 13.3333333333vw 0;
    justify-content: space-between;
        align-items: center;
}

.footer-inner-block-box-flex .copywrite,
.footer-inner-block-box-flex .button{
    font-size: 3.2vw;
    font-weight: 500;
}

@media screen and (min-width : 580px) {
    .footer-inner-block-box-flex .copywrite,
    .footer-inner-block-box-flex .button{
        font-size: 2.5vw;
        font-weight: 500;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .footer-inner-block-box-flex .copywrite,
    .footer-inner-block-box-flex .button{
        font-size: 1.0248901903vw;
    }
}
/* ------------ Page about ------------ */

.about-container-sec{
    margin: 0 auto;
    padding: 10.541727672vw 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .about-container-sec{
        width: 78.9165446559vw;
    }
}

.about-container-sec:first-child{
    padding-top: 0;
}

.about-container-sec:after {
    background: #2e2e2e;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.about-container-sec-block{
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
    margin: 0 auto;
    padding:0 3vw;
    width: 100%;
    gap: 9.3333333333vw;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .about-container-sec-block{
        flex-flow: row nowrap;
        padding:0;
        gap: 0vw;
        width: 70.1317715959vw;
    }
}
.about-container-sec-block-title{
    flex: 0 1 41.6492693111%;
    width: 100%;
}

.about-container-sec-block-title h2 {
    font-size: 6.4vw;
    font-weight: 400;
    letter-spacing: .102489019vw;
    line-height: 1;
    
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .about-container-sec-block-title h2 {
        font-size: 1.756954612vw;
        font-weight: 300;
    }
}

.about-container-sec-block-txt{
    flex: 0 1 58.3507306889%;
    width: 100%;
}

.about-container-sec-block-wrapper-title{
    margin-bottom: 6.149341142vw;
}

.about-container-sec-block-wrapper-title h3 {
    font-size: 8vw;
    font-weight: 400;
    margin-bottom: 5.3333333333vw;
    text-transform:uppercase;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .about-container-sec-block-wrapper-title h3 {
        font-size: 2.0497803807vw;
        margin-bottom: 0.7320644217vw;
    }
}

.about-container-sec-block-wrapper-title>span {
    font-size: 4.2666666667vw;
    font-weight: 400;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    
    .about-container-sec-block-wrapper-title>span {
        font-size: 1.3909224012vw;
    }
}

.about-container-sec-block-wrapper-info p {
    font-size: 4.2666666667vw;
    line-height: 2.25;
    margin-bottom: 6.6666666667vw;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .about-container-sec-block-wrapper-info p {
        font-size: 1.1713030747vw;
        margin-bottom: 3.074670571vw;
    }
}

.about-container-sec-block-service-box{
    margin-bottom: 3.074670571vw;
}

.about-container-sec-block-service-box h3 {
    font-weight: 400;
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .about-container-sec-block-service-box h3 {
        font-size: 1.756954612vw;
        margin-bottom: 0.7320644217vw;
    }
}

.about-container-sec-block-service-box p {
        font-size: 3.2vw;
    text-transform:uppercase;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .about-container-sec-block-service-box p {
        font-size: .7320644217vw;
    }
}

.about-container-sec-block-contact-box{
        display: flex;
    gap: 6.4vw;
    list-style: none;
    margin-bottom: 4.39238653vw;
    flex-flow:column nowrap;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .about-container-sec-block-contact-box{
        gap: 0 1.6105417277vw;
        flex-flow:row nowrap;
    }
}

.about-container-sec-block-contact-box .email.button{
        font-size: 5vw;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .about-container-sec-block-contact-box .email.button{
            font-size: 2.0497803807vw;
    }
}

.about-container-sec-block-contact-box .button{
        font-size: 5vw;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .about-container-sec-block-contact-box .button{
            font-size: 1.0248901903vw;
    }
}

/* ---------- Page contacto -------------- */

.contact-container-sec{
    margin: 0 auto;
    padding:0 3vw;
    padding-bottom: 10.541727672vw;
    width: 100%;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .contact-container-sec{
        padding:0;
        padding-bottom: 10.541727672vw;
        width: 78.9165446559vw;
    }
}


.contact-container-sec .email{
        font-size: 3.6603221083vw;
}

/* ---------- Single porjects -------------- */

.single-container-figure figure{
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .single-container-figure figure{
        padding-top: 71.4494875549%;
       
    }
}

.single-container-figure img{
    -o-object-fit: contain;
    object-fit: cover;
    position: relative;
    height: 100%;
    width: 100%;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .single-container-figure img{
        position: absolute;
        top: 0;
        left: 0;
    }
}

.single-container-block{
    padding: 8.6383601757vw 0 14.7144948755vw;
}
    
.single-container-block-inner{  
    width: 100%;
    margin: 0 auto;
    padding: 0 3vw;
}

@media screen and (min-width : 580px) {
   .single-container-block-inner{  
        width: 78.9165446559vw;
        padding:0;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   
}

.single-container-block-inner-three{
    border-bottom: 1px solid #2e2e2e;
    display: flex;
    flex-flow: column nowrap;
    gap: 6.6666666667vw 0;
    padding-bottom: 10.3333333333vw;
    margin-bottom: 10.3333333333vw;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .single-container-block-inner-three{
        flex-flow: row nowrap;
        padding-bottom: 6.149341142vw;
        margin-bottom: 6.149341142vw;
    }
}

.single-container-block-inner-three-column{
    flex: 0 1 33%;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.single-container-block-inner-three-column h2 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .single-container-block-inner-three-column h2 {
         margin-bottom: 0.5856515373vw;
          font-size: 1.1713030747vw;
    }
}

.single-container-block-inner-three-column p{
    font-size: 3.7333333333vw;
    line-height: 1.2;
    font-weight: 300;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
   .single-container-block-inner-three-column p{
        font-size: 1.1713030747vw;
    }
}

.single-container-block-inner-three-column p a{
    display:flex;
}

.single-container-block-inner-pc{
        margin-bottom: 8.6383601757vw;
}

.single-container-block-inner-pc figure{
    margin-bottom: 8.6383601757vw;
}

.single-container-block-inner-pc img{
    width:100%;
}

.blur-up {
	opacity:0;
	transition: opacity 1s ease;
}

.blur-up.lazyloaded {
	opacity:1;
	transition-delay:.6s;
}


.single-container-block-inner-mobile{
    display: flex;
    justify-content: space-between;
}

.single-container-block-inner-mobile figure{
    flex: 0 1 29.6846011132%;
    width: 100%;
}


.single-container-next{
        margin: 0 auto;
    padding: 9.333333vw 3vw;
    position: relative;
    width: 100%;
        background: #141414;
}

@media screen and (min-width : 580px) {
   .single-container-next{
        width: 78.9165446559vw;
        padding: 9.333333vw 0;
    }
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .single-container-next{
        padding: 17.2767203514vw 0;
    }
}


.single-container-next:before {
    background: #191919;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    transform:translatex(-50%);
    position: absolute;
    top: 0;
    width: 100vh;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .single-container-next:before {
        left: -10.541727672vw;
        width: calc(100% + 10.54173vw);
        transform:translatex(0%);
    }
}


.single-container-next-inner{
    align-items: center;
    color: #fff!important;
    display: flex;
        flex-flow: column-reverse nowrap;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .single-container-next-inner{
        flex-flow: row nowrap;
        align-items: flex-start;
    }
}

.single-container-next-inner-figure{
    left: 0%;
    position: static;
    top: 0%;
    -webkit-transform: translate(0%);
    transform: translate(0%);
    width: 100%;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
  .single-container-next-inner-figure{
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 43.9238653001vw;
    }
   
}

.single-container-next-inner-figure figure{
    padding-top: 71.5%;
    position: relative;
    width: 100%;
}

.single-container-next-inner-figure figure:after {
    background: hsla(0,0%,8%,.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display:none;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .single-container-next-inner-figure figure:after {
        display:block;
    }
}

.single-container-next-inner-figure figure img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-container-next-inner-txt{
    position: relative;
    text-align:center;
    margin-bottom: 4.5333333333vw;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
  .single-container-next-inner-txt{
        text-align: left;
    }
   
}

.single-container-next-inner-txt p {
    font-size: 6.4vw;
    margin-bottom:2vh;
}

@media screen and (min-width : 580px) {
   
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .single-container-next-inner-txt p {
        font-size: 1.756954612vw;
        margin:0;
    }
}

.single-container-next-inner-txt-ttl{
    align-items: center;
    display: flex;
}

.single-container-next-inner-txt-ttl h3{
    font-size: 10.6666666667vw;
    font-weight: 300;
    margin-right: 2.5622254758vw;
    line-height: 1.5;
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .single-container-next-inner-txt-ttl h3{
        font-size: 7.3206442167vw;
    }
}

.single-container-next-inner-txt-ttl span {
    font-size: 4.8vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width : 580px) {
    
}
@media screen and (min-width: 980px) {
    
}
 
@media screen and (min-width: 1280px) {
    .single-container-next-inner-txt-ttl span {
        font-size: 2.196193265vw;
    }
}