/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: Juan Cruz Elias
Author URI: https://byxruz.com
Version: 2.1.22.1765379721
Updated: 2025-12-10 15:15:21
*/

  

 
body,
p,
span {  
    font-family: 'Satoshi Light', sans-serif !important; 
    font-weight: 300 !important;
    letter-spacing:0px !important;
     
}


a,
li,
.ct-heading
input,
textarea,
select{
     font-family: 'Goudar HL Book' !important; 
    letter-spacing:0px !important;
     font-weight: 500 !important;
}


h1 {  
    font-family: 'Citrus Gothic Rough', sans-serif !important;
    letter-spacing:1.3px !important;
    font-weight: 400 !important;
}


h2,
h3,
h4,
h5,
h6 {  
    font-family: 'Goudar HL Book' !important;
    font-weight:500;
    letter-spacing:0px !important;
     
}
 .preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100dvh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #21211f;
      z-index: 9999; 
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    .preloader .logo {
      position: relative;
      width: 500px;
      height:200px;
      background: #f2f2f26e;
      opacity:0;
      
    }

     

    .preloader .backgroundbar {
      position: absolute;
      bottom: 0;
      left: 5px;
      width: calc(100% - 10px); 
      height: 100%;
      background-color: #f2f2f2;
      transform-origin: left;
      z-index: -1;
      transform: scaleX(0); 
    }


    .preloader .logo img {
      width: 100%; 
      height:100%;  
      object-fit: cover;
      object-position: center;
      z-index: 1;
      
      
    }

 /* Home  */
 
 
 

/* Hero container */



    
    #hero {
      width: 100vw;
      height: 95vh;
      background-color: #21211f;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
       
    }

    #hero .slider-images {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      filter: brightness(75%);
    }

    #hero .slider-images img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      x: 0;
      scale: 1.05;
      filter: blur(10px);
      z-index: 0;
    }

    #hero .slider-title {
      position: relative;
      text-transform: uppercase;
      color: white;
      overflow: hidden;
      height: 130px;
      width: 100%;
      z-index: 10;
      opacity: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #hero .slider-title h2 {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      line-height: 42px;
      font-size: 2.9rem;
      font-family: "Citrus Gothic Rough", sans-serif !important;
      font-weight: 400;
      color:#f2f2f2;
      font-style: normal;
      text-align: center;
    }

    #hero .slider-title h2 .word,
    #hero .slider-text p .line {
      transform: translateY(120%);
      text-align: center;
    }

    #hero .slider-text {
      position: relative;
      color: white;
      font-size: 1rem;
      text-align: center;
      width: 90%;
      z-index: 10;
      opacity: 0;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #hero .slider-text p {
      position: absolute;
      font-family: "Satoshi Light", sans-serif;
    }

    #hero .slider-cta {
      position: relative;
      display: flex;
      gap: 20px;
      z-index: 10;
      opacity: 0;
      height: 50px;
      width: 300px;
      justify-content: center;
      align-items: center;
    }

    #hero .slider-cta a {
      position: absolute;
      z-index: 10;
      padding: 10px 30px !important;
      font-size:1.2rem;
      font-weight:500;
      border:1px solid #f2f2f2;
      color: #f2f2f2;
      text-decoration: none;
      opacity: 0;
      text-transform: uppercase;
      font-family: "Satoshi Light", sans-serif;
    }
    
    

    #hero .slider-images.desktop {
      display: none;
    }
 

   

    /* Tablet Styles */
    @media (min-width: 768px) and (max-width: 1023px) {
      #hero .slider-title,
      #hero .slider-text {
        width: 70%;
      }
    }

    /*Desktop Styles */

    @media (min-width: 1024px) {
      #hero {
        height: 90vh;
      }
      
      

       

      #hero {
        align-items: start;
        justify-content: flex-end;
      }

      #hero .slider-images.mobiles {
        display: none;
      }
      #hero .slider-images.desktop {
        display: block;
      }
      
      

      #hero .slider-title {
        width: 60%;
        margin-left: 100px;
        text-align: left;
        height: 40px;
      }

      #hero .slider-title h2 {
        font-size: 2rem;
        line-height: 40px;
        text-align: left;
      }

      #hero .slider-text {
        width: 40%;
        text-align: left;
        margin-left: 100px;
        height: 80px;
        justify-content: flex-start;
      }

      #hero .slider-cta {
        margin-left:100px;
        margin-bottom: 50px;
        justify-content: flex-start;
      }
      
        
    }

    /*Desktop xl styles*/

    @media (min-width: 1440px) {
      #hero .slider-title {
        height: 50px;
      }
      #hero .slider-title h2 {
        font-size: 2.9rem;
        line-height: 50px;
      }
    }
    
    
    a.home-category-button{
        width:100% !important;
        height:60px !important;
        background:#21211f !important;
        color:#f2f2f2 !important;
        text-aling:center;
        display:flex;
        align-items:center;
        justify-content:center;
        font-size:1.2rem;
    }
    
    a.home-category-button:hover{
         background:#f2f2f2 !important;
         color:#21211f !important;
         border:1px solid #21211f;
    }
    
 
   
    
    div.contact-map iframe{ 
        filter:grayscale(1);
        
    }
    /*Slider personalkizados home*/
    
    #slider-personalizados-home {
       width: 100%;
       aspect-ratio: 1 / 1;  
      overflow: hidden;
      position: relative;
      margin:auto;
    }

    #slider-personalizados-home img {
      position: absolute;
        width: 100%;
       aspect-ratio: 1 / 1;  
      object-fit: cover;
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      filter: blur(10px);
      opacity: 0;
      z-index: 0;
    }
    
    
     @media (min-width: 768px) {
         
      #slider-personalizados-home {
        width:80%; 

      }
 
    }
    
    /* contacto home*/
    
     
    
    
    
    #fluentform_2 .ff-el-input--label label{
        color:#f2f2f2 !important;
        
        text-transform:uppercase!important;
        
        font-size:1.2rem !important;
        
        font-family: "Goudar HL Book", sans-serif !important;
    }
    
    
    #fluentform_2 .submit-btn button, #fluentform_1 button {
        
        font-family: "Goudar HL Book", sans-serif !important;
        
        text-transform:uppercase!important;
         font-size:1.2rem !important;
         
         border:1px solid #f2f2f2;
    
        
    }
    
    
    .woocomerce-categories-side-bar a{
        text-decoration:none !important;
        
    }
    
    
    