



/********************************************************
*********************************************************
*********************************************************
*********************************************************/



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.letra1947 {
   font-family: "Inter", sans-serif;
   

}



.imgprinbody{
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerportada{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 96vw;
    height: 85vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;

        margin-top: 5.2vh;

 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
}
.containerportada img{
    width: 96vw;
    height: 85vh;
    object-fit: cover;
    filter:brightness(0.8);
    transition: all 0.3s ;
    position: absolute;
    top:0;
    left:0;
    z-index:-1;


}
/*.container:hover img{
    transform: scale(1.2);
    filter:brightness(1);
}*/
.containerportada .headingportada{
       color: rgba(255, 255, 255, 1);
    transition: color 0.8s;
    user-select: none;
    font-size: 7vh;
    font-family: "Inter", sans-serif;
    margin-left: 19vh;
    font-weight: 600;
        line-height: 9vh;
    text-shadow: 8px 2px 16px #0000007a;
}

/*.container:hover .heading{
    color:rgba(255, 255, 255, 1);
}*/




/******************Responsivo*************************/


@media (max-width:1080px) {
    .containerportada .headingportada{
       color: rgba(255, 255, 255, 1);
    transition: color 0.8s;
    user-select: none;
    font-size: 7vh;
    font-family: "Inter", sans-serif;
    margin-left: 5vh;
    font-weight: 600;
        padding-right: 3vh;
}
}













/********************************************************
*********************************************************
*********************************************************
*********************************************************/


/****************************inio de carrucel de imagenes ****************************************/





  .textcarrucel {
  /*padding-top: 139%;
    text-align: center;
    background-color: #ffffff00;
    font-size: 29px;
    cursor: pointer;
    color: #2f3542;
    font-family: "Inter", sans-serif;*/

        margin-top: 0vh;
    text-align: center;
    background-color: #ffffff00;
    font-size: 2.3vh;
    cursor: pointer;
    color: #080808;
    font-family: "Inter", sans-serif;
    font-weight: 600;

  }

   @media (min-width: 800vh){
       


  .textcarrucel {
  /*padding-top: 139%;
    text-align: center;
    background-color: #ffffff00;
    font-size: 29px;
    cursor: pointer;
    color: #2f3542;
    font-family: "Inter", sans-serif;*/

        padding-top: 88vh;
   

  }
    }

.img1{
   background-image:url(./../assets/3productos/seccion2/carrucel/1tubo_depresible.jpg);
   width: 5vw;
}
.img2{
   background-image:url(./../assets/3productos/seccion2/carrucel/2tubo_laminado.jpg);
    width: 8vw;
}
.img3{
   background-image:url(./../assets/3productos/seccion2/carrucel/3impresion_pelicula.jpg);
    width: 5vw;
}

.img4{
   background-image:url(./../assets/3productos/seccion2/carrucel/4impresion_papel.jpg);
    width: 5vw;
}
.img5{
   background-image:url(./../assets/3productos/seccion2/carrucel/5etiqueta.jpg);
    width: 5vw;
}

  .handles svg path{
    stroke:#001970!important;
  }
  .dots span{
    background:#fff!important;
    opacity:0.5
  }
  .dots span.active{
    opacity:1
  }
    .PostSlide{max-width:96vw;margin:40px auto;}
    .PostSlide{max-width:95vw;margin:10px auto 40px;}
    .PostSlide .innerContainer .slider{display:flex;width:1280px;overflow-x:hidden;margin:auto;}
    .PostSlide .innerContainer .slider .slide{display:block;background-size: cover!important;background-position: center center!important;min-width:364px;height:600px;margin:0 10px;}
    .PostSlide .innerContainer .slider{position:relative;z-index:2;}
    .PostSlide .innerContainer .handles{    display: flex;
    justify-content: space-between;
    position: relative;
    top: -300px;
    width:101%;
    cursor: pointer;
    margin-right: -15px;
    margin-left: -22px;
    z-index: 4;
    -webkit-tap-highlight-color: transparent;}
    .PostSlide .dots{display:flex;align-items:center;justify-content:center;gap:10px;position:relative;}
    .PostSlide .dots span{border-radius:10px;background:#CBCBCB;width:6px;height:6px;display:inline-block;cursor:pointer;}
    /*.PostSlide .slider *{user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;}
    .PostSlide .handles > span{transition:opacity 8.50s;}
    .PostSlide .handles .prev{opacity:0;}
    .PostSlide .handles .next{opacity:1;}*/
    .PostSlide .handles *{user-select:none;}
    .PostSlide .innerContainer .slider .slide{display:flex!important;flex-direction:column;justify-content:space-between;}
    @media (min-width: 1280px){
        .PostSlide .innerContainer .slider{width:1200px!important;margin:auto;}
    }
    @media (max-width: 1280px){
        .PostSlide .innerContainer .handles{width:calc(100% + 30px)!important;margin-left:-15px!important;margin-right:-15px!important;}
    }
    @media (min-width: 960px) and (max-width: 1280px){
        .PostSlide .innerContainer .slider{width:960px!important;}
    }
    @media (min-width: 960px) and (max-width: 1280px){
        .PostSlide .innerContainer .slider{width:960px!important;}
    }
    @media (min-width: 640px) and (max-width: 960px){
        .PostSlide .innerContainer .slider{width:640px!important;}
    }
    @media (max-width: 640px){
        .PostSlide .innerContainer .slider{width:300px!important;}
    }
    .PostSlide .innerContainer,.PostSlide .slider,.PostSlide .handles,.PostSlide .dots{direction:ltr;}

    .PostSlide .innerContainer .slider .slide>div{display:block;background-size: cover!important;background-position: center center!important;min-width:100%;height:100%;border-radius:27px}




























/********************************************************
*********************************************************
*********************************************************
*********************************************************/




 .centradotex3 {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 28vw;
    height: 60vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;
background-color: #00000069;
    color: #fff;
    margin-left: 10vw;
  }

   .h1sec23 {
   font-family: "Inter", sans-serif;
    font-size: 2.2vh;
    margin: 4vw;
    text-align: left;
  }








/********************************************************
*********************************************************
*********************************************************
*********************************************************/

.centradotex24 {
    display: flex;
    display: flex;
    align-items: center;
    width: 29vw;
    height: 69vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;
    background-color: #00000069;
    margin-left: 57%;
    color: #fff;
    flex-direction: row;
    float: right;
    justify-content: flex-end;
    flex-direction: row;
  }

   .h1sec224 {
   font-family: "Inter", sans-serif;
    font-size: 2.2vh;
    margin: 4vw;
    text-align: left;
    margin-right: -7.2vh;
  }


/********************************************************
*********************************************************
*********************************************************
*********************************************************/

  .centradotex35 {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 28vw;
    height: 50vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;
background-color: #00000069;



    color: #fff;
    margin-left: 10vw;
  }

   .h1sec235 {
   font-family: "Inter", sans-serif;
    font-size: 2.2vh;
    margin: 4vw;
    text-align: left;
  }












/********************************************************
*********************************************************
*********************************************************
*********************************************************/


 .h2sen5 {
     font-size: 4vh;
    font-family: "Inter", sans-serif;
    
 }
  .psec5 {
      font-size: 2.5vh;
      font-family: "Inter", sans-serif;
      margin: 0px 65px 0px 65px;
 }

           
        
        .darksoul-hover-fill-button2
        {
            margin: auto;
            display: flex;
            width: 10vw;
            height: 6vh;
            border-radius: 25px;
            outline: none;
            border: #007B34;
            background-color: #007B34;
             font-family: "Inter", sans-serif;
            cursor: pointer;
            align-items: center;
            justify-content: left;
            color: #fff;
            font-size: 3vh;
         
        }         
        .color-fill-2
        {
            position: absolute;
            width: 20px;
            height: 50px;
            border-radius: 25px 0px 0px 25px;
            background-color: rgb(160, 168, 255);;
            visibility: hidden;
        } 
        .darksoul-hover-fill-button2:hover .color-fill-2
        {
            visibility: visible;
            width: 10vw;
            height: 6vh;
            border-radius: 25px;
            transition: all 0.5s;
            background-color:  #001970;
            color: #fff;
        }   
        .darksoul-hover-fill-button2:hover
        {
            box-shadow: 1px 1px 20px rgb(160, 168, 255);
            transition: all 1s;
        } 
        .darksoul-hover-fill-button2 p
        {
            margin: auto;
            z-index: 10;
        }   

         @media (max-width: 1280px){
              .darksoul-hover-fill-button2
        {
            margin: auto;
            display: flex;
            width: 30vw;
            height: 6vh;
            border-radius: 25px;
            outline: none;
            border: #007B34;
            background-color: #007B34;
             font-family: "Inter", sans-serif;
            cursor: pointer;
            align-items: center;
            justify-content: left;
            color: #fff;
            font-size: 3vh;
         
        } 
        
        .darksoul-hover-fill-button2:hover .color-fill-2
        {
            visibility: visible;
            width: 30vw;
            height: 6vh;
            border-radius: 25px;
            transition: all 0.5s;
            background-color:  #001970;
            color: #fff;
        }   
         .textcarrucel {


        margin-top: -1vh;
    text-align: center;
    background-color: #ffffff00;
    font-size: 1.3vh;
    cursor: pointer;
    color: #080808;
    font-family: "Inter", sans-serif;
    font-weight: 600;

  }
         
   .PostSlide .innerContainer .handles{    display: flex;
    justify-content: space-between;
    position: relative;
    top: -300px;
    width: 100vw;
    cursor: pointer;
    margin-right: -5px;
    margin-left: -2px;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;}
         }
     .PostSlide{max-width:95vw;margin:10px auto 40px;}    
}


/********************************************************
*********************************************************
*********************************************************
*********************************************************/





  /***************************************seccion de imagenes con el stylo de bottones*******************************************************/



.wrap {
    margin: 20px auto;
    align-items: ;
}







/* Aqui empieza el codigo del boton circular. */
.boton-slide-circular {
    /*position: relative;
    display: inline-block;
    width: 250px;
    height: 50px;
    background: #fdfdfd;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    border: 2px solid #63B1D0;
    margin-top: 10px;
    -webkit-transition: .5s;
    transition: .5s*/
    position: relative;
    font-family: "Inter", sans-serif;
    display: inline-block;
    width: 185px;
    height: 44px;
    background: #001970;
    line-height: 44px;
    padding: 0;
    border-radius: 19px;
    border: 4px solid #001970;
    top: -7px;
    transition: .5s;
}



.boton-slide-circular .slide-texto {
    position: absolute;
    left: 16%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz--transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.boton-slide-circular:hover {
    background-color: #000;
    border-color: #000;
}

.boton-slide-circular:hover .slide-icono {
    left: 100%;
    background-color: #fdfdfd;
    color: #00944A;
    margin-left: -45px;
}

.boton-slide-circular:hover .slide-texto {
    left: 16%;
    color: #fff;
}

/*******************************imagens***************************************/

 .h1sec {
   font-family: "Inter", sans-serif;
    font-size: 4vh;
    font-weight: 600;
    width: 29vw;
  }
   .h1sec2 {
   font-family: "Inter", sans-serif;
    font-size: 2.2vh;
    margin-left: 31px;
    text-align: left;
  }

  .body {
    background-image: url(./../assets/3productos/seccion3/1tubo-depresible-aluminio.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 98vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;

}
 .body2 {
    background-image: url(./../assets/3productos/seccion3/2tubo-laminado-PBL-ABL.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 98vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;
}
.body3 {
    background-image: url(./../assets/3productos/seccion3/Poster_Close-up_1-2.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 98vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;
}
 .body4 {
    background-image: url(./../assets/3productos/seccion3/4impresion_papel.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 98vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;
}

.body5 {
    background-image: url(./../assets/3productos/seccion3/5etiquetas.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 98vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;
}
.card01 {
           background-color: #00000069;
    border-radius: 45px;    

        width: 26vw;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 93px;
    color: #fff;
}
.card0 {
           background-color: #00000069;
    border-radius: 45px;    

        width: 30vw;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 93px;
    color: #fff;
}


.card2 {
    background-color: #00000069;
    border-radius: 45px;    padding: 3px 9px 5px 0px;
     width: 45vw;
    height: 78vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 93px;
    color: #fff;
    margin-left: 58%;
}




.card3 {
    background-color: #00000069;
    border-radius: 45px;
       padding: 3px 9px 5px 0px;
   width: 35vw;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 93px;
    color: #fff;
    margin-left: 58%;
}

.card4 {
           background-color: #00000069;
    border-radius: 45px;
        padding: 3px 9px 5px 0px;
    width: 35vw;
    height: 47vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 93px;
    color: #fff;
    margin-top: -18px;
}
  .centradotex {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 29vw;
    height: 75vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;
background-color: #00000069;



    color: #fff;
    margin-left: 10vw;
  }

   .h1sec21 {
   font-family: "Inter", sans-serif;
    font-size: 2.2vh;
    margin: 4vw;
    text-align: left;
  }
    .centradotex2 {
    display: flex;
    align-items: center;
    width: 29vw;
    height: 69vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;
    background-color: #00000069;
    margin-left: 57%;
    color: #fff;
    flex-direction: row;
    float: right;
    justify-content: flex-end;
    flex-direction: row;
  }

   .h1sec22 {
   font-family: "Inter", sans-serif;
    font-size: 2.2vh;
    margin: 4vw;
    text-align: left;
    margin-right: -7.2vh;
  }



 /**********************Responsivo*****************************/
 
@media (max-width: 1024px) {
      .body {
    background-image: url(./../assets/3productos/seccion3/1tubo3.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 85vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;

}


.centradotex {

    width: 85vw;
    height: 70vh;
   


}
.h1sec {
    font-family: "Inter", sans-serif;
    font-size: 4vh;
    font-weight: 600;
    width: 80vw; 
    padding-left: 7vw;
}


.h1sec233 {
    font-family: "Inter", sans-serif;
    font-size: 4vh;
    font-weight: 600;
    width: 80vw; 
            
}


.h1sec21 {
    font-family: "Inter", sans-serif;
    font-size: 2.0vh;
   margin: 20px 20px 20px 130px;
    text-align: left;
}

/*******************imagen 2***************************/

.body2 {
    background-image: url(./../assets/3productos/seccion3/2tubo.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 85vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;
}
.centradotex2 {

     display: ;
    align-items: center;
    width: 85vw;
    height: 75vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;
    background-color: #00000069;
    margin-left: 7%;
    color: #fff;
    flex-direction: row;
    float: right;
    justify-content: flex-end;
    flex-direction: row;
  
}

   .h1sec22 {
   font-family: "Inter", sans-serif;
    font-size: 2.0vh;

    text-align: left;
    margin: 20px 0px 20px 208px;
  }
/****************************imagen 3**********************************/
.body3 {
    background-image: url(./../assets/3productos/seccion3/Poster_Close-up_1-2movil.jpg);
  background-color: #fff0;
  display: flex;
  justify-content:2px;
  align-items: center;
  height:85vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;
}
.centradotex3 {
 
    width: 85vw;
    height: 65vh;
  
}

.h1sec23 {
    font-family: "Inter", sans-serif;
    font-size: 2.0vh;
     margin: 20px 20px 20px 70px;
    text-align: left;
}

/**********************imagen 4*********************/


.body4 {
    background-image: url(./../assets/3productos/seccion3/4impresion_papel.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 85vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;
}
.centradotex24 {
    display: ;
    align-items: center;
    width: 85vw;
    height: 78vh;
    overflow: hidden;
    position: relative;
    border-radius: 2vh;
    background-color: #00000069;
    margin-left: 7%;
    color: #fff;
    flex-direction: row;
    float: right;
    justify-content: flex-end;
    flex-direction: row;
}

.h1sec224 {
    font-family: "Inter", sans-serif;
    font-size: 2.0vh;
        margin: 20px 20px 20px 130px;
    text-align: left;

}



/**********************imagen 4*********************/

.body5 {
    background-image: url(./../assets/3productos/seccion3/5etiqueta.jpg);
  background-color: #fff0;
  display: flex;
  justify-content: 12px;
  align-items: center;
  height: 85vh;
  margin: 0;
  background-size: cover;

 font-family: "Inter", sans-serif;
}

.centradotex35 {
    width: 85vw;
    height: 50vh;
}


}
.h1sec235 {
    font-family: "Inter", sans-serif;
    font-size: 2.0vh;
           margin: 20px 20px 20px 90px;
    text-align: left;
}











}







/********************************************************
*********************************************************
*********************************************************
*********************************************************/



 .logoface{
    width: 35px;
    left: 6%;
       padding-top: 2vh;
   
} 

/*****************************************inicio de footer************************************************/




hr {
    margin-top: 64px;
    margin-bottom: 64px;
    border: 0;
    border-top: 3px solid  #001970;
}

#picassoFooter {
    background-color: #E5E6E8;
    color: #000;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   
    font-family: "Inter", sans-serif;
    padding-top: 30px;
}
#picassoFooter2 {
    background-color: #E5E6E8;
    color: #000;
    padding: 20px;
    display: flow;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   
    font-family: "Inter", sans-serif;
    padding-top: 1px;
}

.footer-navigation, .footer-contact, .footer-social {
    margin: 10px;
}

.footer-navigation h3, .footer-contact h3, .footer-social h3 {
    color: #000;
    margin-bottom: 15px;
}

.footer-navigation ul, .footer-social .social-icons {
    list-style: none;
    padding: 0;
}

.footer-navigation ul li, .social-icon {
    margin-bottom: 10px;
    transition: transform 0.2s ease-in-out;
}

.footer-navigation ul li a, .social-icon {
 
        color: #383c43;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}



.footer-navigation ul li a:hover{
 
        color: #383c437d;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.social-icon {
    display: inline-block;
    padding: 8px;
    background-color: #333;
    margin-right: 5px;
}

.social-icon:hover, .footer-navigation ul li a:hover {
    transform: scale(1.1);
}

.footer-art canvas {
    max-width: 100px;
    height: auto;
    margin-top: 20px;
}

@media (max-width: 600px) {
    #picassoFooter {
        flex-direction: column;
        align-items: center;
    }

    .footer-art canvas {
        max-width: 100%;
    }
}



.logos{
    width: 197px;
    left: 6%;
   
} 

.logofoot{
   width: 15px;

   
} 


.tamfon {
       width: width: 149px;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #383C43;
    list-style:none;

}

.contac {
   
    font-weight: 600;
    font-size: 2.7rem;


}



.linea {
  margin-left: 64px;
    margin-right: 64px;
    color: #001970;
    

}

.derech {
    font-size: 15px;
    text-align: center;
    font-family: "Inter", sans-serif;
}


.h1fontitu {
    font-size: 2.7rem;
    
font-weight: 600;
    font-family: "Inter", sans-serif;
}




.pcontactanos{
    margin: 0 0 10px;
    font-size: 3.0vh;
    line-height: 1.1;
}

@media (max-width:1080px) {
   .pcontactanos{
    margin: 0 0 10px;
    font-size: 2vh;
    line-height: 1.1;
} 



.contac {
   
       font-weight: 600;
    font-size: 3.6vh;


}
}



 


/********************************************************
*********************************************************
*********************************************************
*********************************************************/













/********************************************************
*********************************************************
*********************************************************
*********************************************************/


