/* CSS - HOME */ 


/*Test cambios heritage + news */

/*.home #News, .home #Heritage-Projects{
    display: none;
}

.page-id-10084 #Heritage-Grid{
    display: none !important;
}*/

.page-id-10084 #News, .page-id-10084 #Heritage-Projects{
    display: none;
}

.home #Heritage-Grid{
    display: none !important;
}

/**/


#Cabecera {
    height: calc(100vh + 86px);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

#Cabecera-Video  {
    position: relative;
}

#Cabecera-Video video {
    width: 100vw;
    height: auto;
}

#Anima-Home {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 40vh;
    width: auto;
    z-index: 1 !important;
}

#Anima-Home img{
    height: 40vh;
    width: auto;
}


@keyframes play-once {
  to { visibility: hidden; }
}

#GIF-Reproduce-1 {
  animation: play-once 11s forwards;
}

#GIF-Contact{
    position: relative;
    z-index: 2;
}

#PNG-Contact {
    position: absolute;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 500px){
   #Anima-Home{
        height: 70vw;

    }
    #Anima-Home img{
        width: 60vw;
        height: auto;
    }
}


@media only screen and (max-width: 999px){
    #Cabecera {
        height: calc(100vh + 111px);
    }
}

#Grid_Works #Titular-SVG {
    flex-basis: calc(100% + 166px);
    padding: 100px 0px !important;
    margin: 0 -83px !important;
}

#Grid_Works h1 {
    font-family: gambarino-regular;
    font-size: 256px !important;
    text-align: center;
    line-height: 1em;
}

@media only screen and (max-width: 700px){
    
    #Grid_Works {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

    #Grid_Works #Titular-SVG {
    margin: 0px 0px !important;
    padding: 100px 0px 20px !important;
    }

    #Grid_Works .Works_Card.mid {
    flex-basis: 100% !important;
    padding: 0;
    }

    #Grid_Works .Works_Card.semi_full-right {
    flex-basis: 100% !important;
    padding: 0;
    margin: 0% !important;
    }

    #Grid_Works .Works_Card.semi_full-left {
    flex-basis: 100% !important;
    padding: 0;
    margin: 0 !important;
    }

    #Grid_Works .Works_Card.mid_center {
    flex-basis: 100% !important;
    padding: 0;
    margin: 0% !important;
    }

    #Grid_Works .Works_Card.full {
    flex-basis: 100% !important;
    padding: 0;
    margin: 0;
    }

    #Grid_Works .Categories_Box {
    padding: 20px 18px 0px 18px;
    }

    #Grid_Works .TXT_Box {
    padding: 18px 18px 14px 18px;
    }

}

#More_Works {
    text-align: center;
}

@media only screen and (max-width: 700px){
    #More_Works {
    margin: 50px 0px;
    }
}

#Works {
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

#Works .Works-Links{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.Works-Links p {
    font-family: gambarino-regular;
    font-size: 100px !important;
    color: #000;
}

.Works-Links a {
    font-family: gambarino-regular;
    font-size: 100px !important;
    color: #000;
}

.Works-Links a:hover {
    text-shadow: 0px 0px 0px #cef89e, 0 0 44px #cef89e, -34px -8px 36px #cef89e;
}


@media only screen and (min-width: 1000px){
    #Works .MBL{
        display: none ;
    }
}

@media only screen and (max-width: 999px){
    #Works {
    background-position-x: 25% !important;
    }
    #Works .DESK{
        display: none ;
    }
}

@media only screen and (max-width: 700px){
    .Works-Links p {
    font-size: 80px !important;
    line-height: 100px;
    padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 500px){
    .Works-Links p{
    padding-bottom: 0px !important;
    }
    .Works-Links p a{
    font-size: 50px !important;
    line-height: 60px;
    }
}

#Heritage {
    position: relative;
    background-color: #000 !important;
}

#Heritage .IMG-Backgroud {
    width: 100vw;
    height: auto;
}

#Heritage .Heritage-Cards {
    position: absolute;
    top: 15vh;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
    width: 100%;
}

#Heritage .Heritage-Cards .BTN_Dulk{
    z-index: 99999999999999999999999;
    position: relative;
}

#Heritage .Heritage-Cards .pre {
    font-family: texgyreheros-regular;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}

#Heritage .Heritage-Cards .title {
    font-family: gambarino-regular;
    font-size: 100px !important;
    line-height: 120px;
    color: #fff;
    padding-bottom: 65px;
}

#Heritage .Heritage-Cards .exp {
    font-family: texgyreheros-regular;
    font-size: 20px !important;
    line-height: 24px;
    color: #fff;
    max-width: 500px;
    margin: auto;
    margin-bottom: 100px;
}

@media only screen and (max-width: 999px){
    #Heritage{
    height: 150vh;   
    }
    #Heritage .IMG-Backgroud {
    width: auto;
    height: 150vh;
    position: absolute;
    top: 0;
    left: 50;
    transform: translate(-30%,0);
    }
    #Heritage .Heritage-Cards {
    padding: 0 18px;
    }
    #Heritage .Heritage-Cards .title {
    font-size: 80px !important;
    line-height: 100px;
    padding-bottom: 20px;
    }

    #Heritage .Heritage-Cards .pre {
    font-size: 18px;
    padding-bottom: 20px;
    }
}

@media only screen and (max-width: 500px){

    #Heritage {
    height: 100vh;
    }

    #Heritage .Heritage-Cards {
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translate(-50%, 0px);
    text-align: center;
    width: 100%;
    }

    #Heritage .Heritage-Cards .title {
    font-size: 50px !important;
    line-height: 60px;
    padding-bottom: 20px;
    }
    #Heritage .Heritage-Cards .title br{
    display: none;
    }
    #Heritage .Heritage-Cards .exp {
    margin-bottom: 40px;
    }

}

#Heritage-Video {
    position: relative;
    height: 100vh;
    margin-top: -10px;
    overflow: hidden;
}

#Heritage-Video video {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 2230px){
    #Heritage-Video video {
    width: auto;
    height: 150vh;
    }
}

#Heritage-Video #Titular-SVG .titular-animado text, #Heritage-Video #Titular-SVG .titular-animado g { 
    fill: #fff;
}

#Heritage-Video #Titular-SVG { 
    z-index: 99999;
    position: absolute;
    top: 50%;
    width: 100vw;
    transform: translate(0px, -50%);
}

#Heritage-Grid {
    background: #000;
    padding: 100px 83px 100px;
}


#Heritage-Grid .Cabecera {
    display: flex;
    flex-wrap: wrap;
}


#Heritage-Grid .Cabecera .COL {
    flex-basis: 50%;
}

#Heritage-Grid p {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

#Heritage-Grid .title {
    font-family: gambarino-regular;
    font-size: 100px !important;
    line-height: 120px;
    color: #fff;
}

#Heritage-Grid .exp {
    font-family: texgyreheros-regular;
    font-size: 20px !important;
    line-height: 24px;
    max-width: 400px;
    padding-top: 20px;
}

#Heritage-Grid #Grid_Works .Categories_Box li {
    border: 1px solid #fff !important;
}

#Heritage-Grid #Grid_Works .Categories_Box li a {
    color: #fff !important;
}

#Heritage-Grid .BTN-Heritage {
    margin-top: 100px;
    z-index: 99999999999999999999999;
    position: relative;
}

#Heritage-Grid .BTN-Heritage a{
    margin: auto;
}

#Heritage-Grid .BTN-Heritage a:hover{
    color: #000 !important;
}


@media only screen and (max-width: 999px){
    #Heritage-Grid {
    padding: 100px 18px 40px;
    }
    #Heritage-Grid .Cabecera {
    padding: 0px 0 100px 0;
    }
    #Heritage-Grid .Cabecera .COL {
    flex-basis: 100%;
    text-align: center;
    padding: 0 40px;
    }
    #Heritage-Grid .title {
    padding-bottom: 30px;
    justify-content: center;
    }
    #Heritage-Grid .exp {
    max-width: 100%;
    }

}

@media only screen and (max-width: 700px){
    
    #Heritage-Grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    #Heritage-Grid .title {
    font-size: 80px !important;
    line-height: 100px;
    }
}

@media only screen and (max-width: 500px){
    #Heritage-Grid .title {
    font-size: 50px !important;
    line-height: 60px;
    }
}



#Heritage-Projects {
    background: #000;
    padding: 100px 83px 100px;
}

#Heritage-Projects .Cabecera {
    display: flex;
    flex-wrap: wrap;
}

#Heritage-Projects .Cabecera .COL {
    flex-basis: 50%;
}

#Heritage-Projects .title {
    font-family: gambarino-regular;
    font-size: 100px !important;
    line-height: 120px;
    color: #fff;
}

#Heritage-Projects .exp {
    font-family: texgyreheros-regular;
    font-size: 20px !important;
    line-height: 24px;
    max-width: 400px;
    padding-top: 20px;
}

#Heritage-Projects p {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

#Heritage-Projects .Card-Proyecto-Relacionado {
    padding: 0 40px
}

#Heritage-Projects .IMG-Cont {
    position: relative;
    height: 400px;
    overflow: hidden;
}

#Heritage-Projects .Card-Proyecto-Relacionado video, #Heritage-Projects .Card-Proyecto-Relacionado img  {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

#Heritage-Projects .Categories_Box {
    padding: 20px 0px 14px 0;
}

#Heritage-Projects .Categories_Box ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0px;
}

#Heritage-Projects .Categories_Box li {
    list-style: none;
    border: 1px solid #000;
    border-radius: 18px;
    color: #000;
    font-family: texgyreheros-regular;
    font-size: 17px;
    font-weight: bold;
    padding: 1px 12px 4px 12px;
    margin-right: 4px;
}

#Heritage-Projects .Categories_Box li:hover {
    background: #cef89e;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #cef89e !important;
}

#Heritage-Projects .Categories_Box li a {
    color: #000;
}

#Heritage-Projects .Card-Proyecto-Relacionado .Titulo {
    font-family: texgyreheros-regular;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    text-align: left;
}

#Heritage-Projects .circle {
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    top: 0;
    left: 0;
    cursor: none;
}

#Heritage-Projects .BTN_Scroll {
    position: absolute;
    cursor: none;
    z-index: 99999999;
    display: none;
    top: 0;
    left: 0;
    pointer-events: none;
}

#Heritage-Projects .circle p{
    font-family: texgyreheros-regular;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    height: 100%;
    width: 100%;
}

#Heritage-Projects .circle span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

#Heritage-Projects .circle.show {
  display: block;
}

#Heritage-Projects #SeeMore, #Heritage-Projects .Card-Proyecto-Relacionado {
  text-align: left;
}

#Heritage-Projects .BTN-Heritage {
    margin-top: 100px;
    z-index: 99999999999999999999999;
    position: relative;
}

#Heritage-Projects .BTN-Heritage a{
    margin: auto;
}

#Heritage-Projects .BTN-Heritage a:hover{
    color: #000 !important;
}

#Heritage-Projects .ROW_modulo_carrusel, #Heritage-Projects .ROW_modulo_carrusel a:hover{
    cursor: none !important;
}


@media only screen and (max-width: 999px){
    #Heritage-Projects {
    padding: 100px 18px 40px;
    }
    #Heritage-Projects .Cabecera {
    padding: 0px 0 100px 0;
    }
    #Heritage-Projects .Cabecera .COL {
    flex-basis: 100%;
    text-align: center;
    padding: 0 40px;
    }
    #Heritage-Projects .title {
    padding-bottom: 30px;
    justify-content: center;
    }
    #Heritage-Projects .exp {
    max-width: 100%;
    }

}

@media only screen and (max-width: 700px){
    
    #Heritage-Projects {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    #Heritage-Projects .title {
    font-size: 80px !important;
    line-height: 100px;
    }
}

@media only screen and (max-width: 500px){
    #Heritage-Projects .title {
    font-size: 50px !important;
    line-height: 60px;
    }
}






#News {
    margin: 100px 0 100px 0;
    text-align: center;
}

#News h1{
    font-family: gambarino-regular;
    font-size: 256px !important;
    text-align: center;
    line-height: 1em;
}

#News svg {
    width: 110vw;
    margin: 0px -5vw;
}

#News .Cat-Noticias {
    display: flex;
    justify-content: center;
}

#News .Cat-Noticias ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0px;
}

#News .Cat-Noticias ul a{
    color: #000;
}


#News .Cat-Noticias li:hover, #News .Cat-Noticias .Selected {
    background: #cef89e;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #cef89e !important;
}

#News .Cat-Noticias li, #News .Cat-Noticias .NoSelected {
    list-style: none;
    border: 1px solid #000;
    border-radius: 18px;
    color: #000;
    font-family: texgyreheros-regular;
    font-size: 17px;
    font-weight: bold;
    padding: 1px 12px 4px 12px;
    margin-right: 4px;
}

#News .Cat-Noticias li:hover {
    cursor: url(/wp-content/uploads/2023/04/DIANA-irosa-pulsar-3.png), auto;
}

#News #highlits {
    display: flex;
    flex-wrap: wrap;
    padding: 0 83px;
    padding-left: calc(83px - 4%);
    padding-right: calc(83px - 4%);
    margin-top: 100px;
}

#News #highlits p{
    font-weight: bold;
}

#News #highlits .news_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 40px;
}

#News #highlits .news_row .destacada_card{
    flex-basis: calc(20% - 20px);
    margin: 10px;
}

#News #highlits .news_row .destacada_card a{
    display: block;
}

#News #highlits .news_row .destacada_card img{
    width: 100%;
}

#News .News_Card .Categories_Box {
    padding: 0px 0px 14px 0;
}

#News .Categories_Box {
    padding-top: 0px !important;
}

#News .Categories_Box ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0px;
}

#News .Categories_Box li {
    list-style: none;
    border: 1px solid #000;
    border-radius: 18px;
    color: #000;
    font-family: texgyreheros-regular;
    font-size: 17px;
    font-weight: bold;
    padding: 1px 12px 4px 12px;
    margin-right: 4px;
}

#News .Categories_Box li a {
    color: #000;
}

#News .Categories_Box li:hover {
    background: #cef89e;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #cef89e !important;
}

#More_News {
    margin-top: 150px;
}

@media only screen and (max-width: 1140px){

}

@media only screen and (max-width: 999px){

    #News #highlits {
    width: 100%;
    }

    #News #highlits .news_row .destacada_card {
    flex-basis: calc(33% - 20px);
    }

    #News #highlits .news_row {
    margin: 0px -20px;
    }



}

@media only screen and (max-width: 500px){

    #News #highlits {
    padding: 0px 40px 40px 40px;
    margin-top: 60px;
    }

    #News #highlits .news_row .destacada_card {
    flex-basis: 100%;
    }

    #News #highlits .news_row {
    margin: 0px -20px;
    }

    #More_News {
    margin-top: 25px;
    }

    #News {
        margin: 100px 0 60px 0;
    }

    #News .Cat-Noticias li, #News .Cat-Noticias .NoSelected, #News .Categories_Box li {
        font-size: 13px;
        padding: 3px 12px 4px 12px;
    }

}

#About-Dulk {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#About-Dulk #Titular-SVG {
    padding: 200px 0 100px;
    position: relative;
    z-index: 9;
    pointer-events: none;
}

#About-Dulk #Titular-SVG tspan, #About-Dulk #Titular-SVG g {
    fill: #fff;
}

#About-Dulk .IMG-About {
    position: absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#About-Dulk .circle {
    z-index: 10;
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 100px;
    cursor: none;
    background: #d1f79a;
    /* pointer-events: none; */
}

#About-Dulk  .circle p {
    font-family: texgyreheros-regular;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    height: 100%;
    width: 100%;
}

#About-Dulk  .circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}

#About-Dulk  .circle.show {
    display: block;
}



#Shop {
    padding: 100px 83px 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 100px;
}

#Shop .TXT-BOX {
    text-align: center;
}

#Shop .TXT-BOX .Cabecera{
    font-family: texgyreheros-regular;
    font-size: 20px !important;
    line-height: 24px;
    padding-bottom: 20px;
}

#Shop .TXT-BOX .Titulo{
    font-family: gambarino-regular;
    font-size: 100px !important;
    line-height: 1em;
    padding-bottom: 80px;
}

#Shop .IMG-Shop {
    position: absolute;
    max-width: 25vw;
    z-index: -1;
    max-height: 40vh;
}

#Shop .Shop-1{
    top: 0px;
    left: 0px;
}

#Shop .Shop-2{
    top: 0px;
    right: 0px;
}

#Shop .Shop-3{
    bottom: 0px;
    left: 0px;
}

#Shop .Shop-4{
    bottom: 0px;
    right: 0px;
}

@media only screen and (min-width: 2000px){
    #Shop .IMG-Shop {
    width: 25vw;
    height: auto;
    max-height: none;
    }
}

@media only screen and (max-width: 700px){
    
    #Shop .TXT-BOX .Titulo {
    font-size: 80px !important;
    line-height: 100px;
    }
}

@media only screen and (max-width: 500px){
    
    #Shop {
    padding: 200px 40px 200px;
    margin-bottom: 200px;
    }

    #Shop .TXT-BOX .Titulo{
    font-size: 50px !important;
    line-height: 60px;
    padding-bottom: 30px;
    }

    #Shop .TXT-BOX .Titulo br{
    display: none;
    }

    #Shop .IMG-Shop {
    width: 82vw;
    height: auto;
    max-height: none;
    max-width: none;
    }
    #Shop .Shop-1, #Shop .Shop-3{
    left: -40vw !important;
    }   

    #Shop .Shop-2, #Shop .Shop-4{
    right: -40vw !important;
    }

}

#kit_banner {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

#kit_banner .TXT_Box {
    max-width: 600px;
    text-align: center;
    border-bottom: 2px solid #525252;
    margin-bottom: 50px;
}

#kit_banner .TXT_Box p {
    padding-bottom: 14px;
    color: #525252;
    font-size: 14px;
}

#kit_banner .IMG_Box {
    display: flex;
    flex-wrap: wrap;
}

#kit_banner .IMG_Box {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#kit_banner .IMG_Box .IMG_1 {
    width: 50%;
    padding: 0px 2% 0 14%;
}

#kit_banner .IMG_Box .IMG_2 {
    width: 50%;
    padding: 0px 14% 0 2%;
}

@media only screen and (max-width: 600px){
    #kit_banner .IMG_Box .IMG_1, #kit_banner .IMG_Box .IMG_2 {
    width: 100%;
    padding: 0px 10% 40px 10%;
    }

    #kit_banner .TXT_Box {
        margin: 0px 10% 50px;
    }
    #kit_banner {
    margin-bottom: 300px;
    }
}

