* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    height: 100vh;
    background-color: #333333;
    cursor: url(images/mouse.png), auto;
   
}

a{
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><text y="20" font-size="20">☁️</text></svg>') 16 16, auto;
}

button{
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><text y="20" font-size="20">☁️</text></svg>') 16 16, auto;
  
}

@font-face {
    font-family:"mono1";
    src: url("./tipos/SourceCodePro-Black.otf")
  
   
}

@font-face {
    font-family:"mono2";
    src: url("./tipos/SourceCodePro-Bold.otf")
   
}

@font-face {
    font-family:"mono3";
    src: url("./tipos/SourceCodePro-Medium.otf")
   
}

@font-face {
    font-family:"mono4";
    src: url("./tipos/SourceCodePro-Regular.otf")
   
}

@font-face {
    font-family:"mono5";
    src: url("./tipos/SourceCodePro-Semibold.otf")
   
}

@font-face {
    font-family:"roman";
    src: url("./tipos/HelveticaNeueLTStd-Roman.otf")
   
}

@font-face {
    font-family:"bold";
    src: url("./tipos/ArchivoBlack-Regular.ttf")
   
}




.contenedor {
     /* position: absolute;*/
    width: 100vw;
  background-color: #333333;
    overflow: hidden;   
}

.logo-home{
    background-color: #333333;
    width: 96vw;
    margin: 0 auto 0;
}


 /* logo versions responsive mobil;*/

.logo-home2{
   
    width: 96vw;
    margin: 0 1vh;
    display: none;
    position: absolute;
    top: 1vh;
}




 /* menu destok y tablet*/
header {
    padding: 0 20px;
    mix-blend-mode:difference;
    height: 50px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 5;
    width: 98vw;
    margin: 0 1vw;
   
   
    
}

header a{
    text-decoration: none;
}

#brand {
    display: flex;
    align-items: center;
}

#brand img{
    width: 10vw;
}

nav ul{
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
    

}

nav ul a{
    color:#a4abb6;
    font-family:"bold";
    font-size: clamp(.5rem, .8vw, .8rem);
   
}

nav ul li{
    padding: 5px;
    margin-left: 10px;
   
}






nav ul li:hover{
    transform: scale(1.1);
    transition: 0.3s;
}



 /* se activa con el script del header (menu);*/

.header.fixed {
    position: fixed;
    top: 0;
    width: 98vw;
  }




.box-header{
    width: 100vw;

}


.imagen-header{
    display: block;
    width: 100vw;
    margin: 0 auto 0;
    position: relative;
}

.imagen-header img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: auto;
}



.legales{
    width: 100vw;
    display: flex;
    background-color: #333333;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    padding: 0 3vw  2vw;
    margin: 80px 0 0 0;

}

.legales1{
    color: #a4abb6;
    font-family:"mono2";
    width: 30%;
    font-size: clamp(.5rem, .8vw, .8rem);
    z-index: 1;
   

}

.legales2{
    color: #a4abb6;
    font-family:"bold";
    width: 30%;
    font-size: clamp(.5rem, .8vw, .8rem);

}

.legales3{
    color: #a4abb6;
    font-family:"mono2";
    width: 30%;
    font-size: clamp(.5rem, .8vw, .8rem);

}

.legales4{
    color: #a4abb6;
    font-family:"mono2";
    width: 10%;
    text-align: end;
    font-size: clamp(.5rem, .8vw, .8rem);
    z-index: 1;
    

}

.slogan{
   
    text-align: center;
    justify-content: center;
    display: flex;
    color: #a4abb6;
    font-family:"roman";
    font-size: clamp(.5rem, 4vw, 4rem);
    align-items: center;
    width: 100svw; 
    line-height: clamp(.5rem, 4vw, 4rem);
    z-index: 2;
    position: absolute;
    top: 42%;
   
}







 /* legales-b versión mobil*/

 .legalesb{
display: none;
position: absolute;
bottom: 2vh;
z-index: 2;
width: 100vw;
padding: 0 3vw;
justify-content: space-between;

 }

 .legalesb-izq{
    display: flex;
    width: 40%;
    flex-wrap: wrap;

 }

 .legalesb-der{
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    

 }

 .legales1b{
    color: #a4abb6;
    font-family:"mono2";
    font-size: .6rem;
    width: 100%;
}

.legales2b{
    color: #a4abb6;
    font-family:"mono2";
    font-size: .6rem;
    width: 100%;
    
}

.legales4b{
    color: #a4abb6;
    font-family:"mono2";
    font-size: .6rem;
    z-index: 1;
    width: 50%;
    display: flex;
    justify-content: end;
}

.legales5b{
    color: #a4abb6;
    font-family:"mono2";
    font-size: .6rem;
    z-index: 1;
    width: 100%;
    padding-top: 3vh;
}

 /* legales-b versión mobil BOTON Y TODO EL MENU MOBIL COMPLETOP*/

.legales3b{
   
    z-index: 3;
    width: 50%;
}

.menu-button {
    position: fixed;
    color: #333333;
    font-family:"mono2";
    font-size: .6rem;
    padding: 2px 8px;
    background-color: #f7931e;
    border-radius: 25px;
    text-decoration: none;
    outline: none;
    border: none;
  }

  .contenedor-menu-full{
    display: flex;
    flex-wrap: wrap;
    width: 93vw;
    margin: 0 auto 0;
    justify-content: center;
  
   
    
  }

  .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #333333;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transform-origin: bottom left;
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
    z-index: 8;
  }


 .cont-items{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 3.5vh 0;
 }

 .cont-items p{
    font-family:"mono3";
    font-size: 1rem;
    color: #a4abb6;
 }

  .menu-items{
   
    justify-items: center;
   
  }

  .menu-items li,
  .menu-items a {
    list-style: none;
    font-family:"mono3";
    font-size: 1rem;
   
    color: #a4abb6;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s;
  }

   .fullscreen-menu.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }


  .social-links a {
    list-style: none;
    
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s;
  }

  .menu-items li:hover,
  .social-links a:hover {
    transform: scale(1.1);
  }

  .social-links{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family:"mono3";
    font-size: 1rem;
    gap: 2vh;
    border-bottom: 1px solid #a4abb6;
    border-top: 1px solid #a4abb6;
    padding: 2vh 0;
    margin: 0 0 0 0;
  }


.btn-menu-mob{
    border-radius: 50px;
    background-color: #a4abb6;
    color: #333333;
    padding: 3px 10px;
    outline: none;
    border: none;
    font-family:"mono3";
    font-size: .7rem;
    width: 48%;
}


.directorio{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family:"mono4";
    font-size: .8rem;
    border-bottom: 1px solid #a4abb6;
  
    padding: 2vh 0;
 
    flex-wrap: wrap;
}

.indicador{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family:"mono2";
    font-size: .5rem;
    padding: 2vh 0;
}

.legal-menu-mob{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family:"mono2";
    font-size: .65rem; 
    position: absolute;
    bottom: 3vh;
    padding: 0 3vw;
}


  .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family:"mono3";
  }

  .icono-imaac{
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .icono-imaac img{
    width: 20%;
  }











 /*seccion servicios home*/

 .box-serv{
    display: flex;
    flex-wrap: nowrap;
    width: 95svw;
    margin: 0 auto 0;


}


.serv-izq{
    display: flex;
    width: 50%;
    padding: 9rem 5rem 3rem 0;
    flex-wrap: wrap;

}

.serv-izq1{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    
}

.serv-izq1-tipo{
    width: 90%;
    color: #a4abb6;
    font-family:"roman";
    font-size: clamp(.5rem, 4vw, 4rem);
    line-height: clamp(.5rem, 4vw, 4rem);

}

.serv-izq1-sim{
width: 10%;
padding: 12px 0 0 0;
display: flex;
align-items: start;
justify-content: end;
}

.serv-izq1-sim img{
    width: 3vw;
    }

.serv-izq2{
    
    color: #a4abb6;
    font-family:"roman";
    font-size: clamp(.5rem, 1.5vw, 1.5rem);
    line-height: clamp(.5rem, 1.5vw, 1.5rem);
    width: 50%;
    display: flex;
   /* align-items: center;*/
   padding-top: 16%;
}

.serv-izq3{
    
   
    width: 50%;
    display: flex;
    /*align-items: center;*/
    justify-content: end;
    padding-top: 16%;
    
}

.btn-serv{
    border-radius: 50px;
    background-color: #425cc7;
    color: white;
    padding: 3px 10px;
    outline: none;
    border: none;
    font-family:"mono3";
    font-size: clamp(.5rem, .8vw, .8rem);
}

.serv-izq4{
    color: #a4abb6;
    font-family:"bold";
    font-size: clamp(1rem, 7vw, 7rem); 
    line-height: clamp(1rem, 7vw, 7rem); 
    width: 100%;
    display: flex;
    align-items: end;
    
}





.serv-der{
    
    width: 50%;
    display: flex;
    padding: 9rem 0rem 3rem 0;

}

.serv-der img{
width: 100%;
object-fit: cover;

}





/*seccion PROYECTOS home*/


.cont-box-proy{
    width: 100svw;
    
    background-color: #a4abb6;  
}

.box-proy{
    display: flex;
    width: 95svw;
    margin: 0 auto 0;
    background-color: #a4abb6;
    flex-wrap: wrap;


}

.proy-head{
    display: flex;
    width: 100%; 
    justify-content: space-between; 
    border-bottom: 1px solid #333333;
    padding: 15vh 0 5vh 0;
}

.proy-head1{
    display: flex;
    width: 35%;
    font-family:"roman"; 
    font-size: clamp(1rem, 5vw, 5rem); 
    order: 1;
    
}

.proy-head2{
    display: flex;
    width: 15%;  
    flex-wrap: wrap;
    order: 2;
}

.head2-a{
    display: flex;
    width: 100%;
    font-family:"mono2";
    font-size: clamp(.5rem, .8vw, .8rem);
    padding-top: 5px;
}
.head2-b{
    display: flex;
    width: 100%;
    font-family:"mono5";
    font-size: clamp(.5rem, .8vw, .8rem);
}

.proy-head3{
    display: flex;
    width: 50%;  
    justify-content: end;
    align-items: end;
    order: 3;
}

.btn-proy{
    border-radius: 50px;
    background-color: #425cc7;
    color: white;
    padding: 3px 10px;
    outline: none;
    border: none;
    font-family:"mono3";
    font-size: clamp(.5rem, .8vw, .8rem);
}

.proy-img{
    display: flex;
    width: 100%;
    justify-content: space-between; 
    gap: 2vw;
    padding-top: 5vh;
}

.proy-img1{
    width: 50%;
   
}

.proy-img2{
    width: 50%;
    
}

.cont-proy-img{
    border: 1px solid #333333
}

.proy-img1 img, .proy-img2 img{
    width: 100%;
    object-fit: cover;
    display: block;
}



.proy-dat-izq{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 3vh 0 3vh 0;
}

.proy-dat-der{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 3vh 0 3vh 0;
}
.proy-dat-1{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #333333;
    padding: 1vh 0;
}

.cliente{
    display: flex;
    width: 50%;
    font-family:"roman";
    font-size: 2rem;
}

.año{
    display: flex;
    width: 50%;
    justify-content: end;
    font-family:"mono1";
    font-size: clamp(.5rem, .8vw, .8rem);
}

.dat1{
    display: flex;
    width: 45%;
    font-family:"mono5";
    font-size: clamp(.5rem, .8vw, .8rem);
}

.slash{
    display: flex;
    width: 10%;
    font-family:"mono4";
    font-size: clamp(.5rem, .8vw, .8rem);
}

.dat2{
    display: flex;
    width: 45%;
    justify-content: end;
    font-family:"mono4";
    font-size: clamp(.5rem, .8vw, .8rem);
}







/*seccion FOOTER home*/




.footer{
    display: flex;
    width: 95svw;
    margin: 0 auto 0;
    background-color: #333333;
    flex-wrap: wrap;
    padding: 3vh 0 1vh 0;
}


.footer-datos{
    display: flex;
    width: 100%;
    padding-bottom: 10vh;
    
}
.footer-datos a{
    text-decoration: none;
    list-style-type: none;
}

.footer-datos1{
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    align-items: center;
   
}
.footer-datos1 p{
    font-family:"mono3";
    color: #a4abb6;
    font-size: clamp(.5rem, .8vw, .8rem);
}



.datos1{
   display: flex;
   width: 100%;
   padding: .3vh;
}



.footer-datos2{
    display: flex;
    width: 25%;
    padding-left: 1vw;
    flex-wrap: wrap;
}

.email{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.movil{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 10px;
    
}

.datos2{
    font-family:"mono2";
    color: #a4abb6;
    font-size: clamp(.5rem, .8vw, .8rem);
    display: flex;
    width: 100%;
}

.datos2a{
    font-family:"mono4";
    color: #a4abb6;
    font-size: clamp(.5rem, .8vw, .8rem);
    display: flex;
    width: 100%;
}

.footer-datos3{
    display: flex;
    width: 25%;
    
    flex-wrap: wrap;
  
}

.redes{
    display: flex;
    width: 100%;
    padding: .3vh;
    justify-content: end;
}

.redes p{
    font-family:"bold";
    color: #a4abb6;
    font-size: clamp(.5rem, .8vw, .8rem);
}



.footer-logo{
    display: flex;
    width: 50%;
}

.footer-logo img{
   
    width: 100%;
}







/*-------RESPONSIVE--------*/





@media (max-width: 1536px) {

  

}

@media (max-width: 1440px) {



}

@media (max-width: 1280px) {
    .serv-izq{
        padding: 9rem 4rem 3rem 0;
    }
}

@media (max-width: 1024px) {
    .serv-izq{
        padding: 9rem 2.5rem 3rem 0;
    }
}

@media (max-width: 768px) {
.serv-izq{
    padding: 6rem 1rem 3rem 0;
}

.serv-der{
    padding: 6rem 0rem 3rem 0;
}
}



@media (max-width: 640px) {

 /*header*/   

.logo-home{
    display: none;
}

.logo-home2{
    display: flex;
}



.legales{
    display: none;
}

.legalesb{
    display: flex;
     }

header nav{
    display: none;
}    


.imagen-header{
    height: 100vh;
}

.imagen-header img{
    height: 100vh;
  
}

.logo-home2 img{
    height: auto;
}

.slogan{
    display: none;
}

.box-serv{
    flex-wrap: wrap;
}

.serv-izq{
    padding: 2rem 1rem 3rem 0;
    width: 100%;
}

.serv-der{
    padding: 0rem 0rem 1rem 0;
    width: 100%;
}



.serv-izq4{
    padding-top: 16%;
}









.proy-head{
    padding: 5vh 0 5vh 0;
    flex-wrap: wrap;
}

.proy-head1{
    width: 50%;
    order: 1;
    font-size: 2rem;
    line-height: 1rem;
}

.proy-head2{
   
    order: 3;
}

.head2-a{
    padding-top: 3vh;
}

.proy-head3{
    
    order: 2;
}



.proy-img{
    flex-wrap: wrap;
}

.proy-img1{
    width: 100%;
}

.proy-img2{
    width: 100%;
}








.footer-datos {
    flex-wrap: wrap;
    padding-bottom: 3vh;
}

.footer-datos1 {
    flex-wrap: wrap;
    width: 100%;
}

.datos1 {
   
    width: 33.333%;
}

#datos1izq{
    justify-content: end;
}

.footer-datos2{
    width: 50%;
    padding-top: 3vh;
}

.footer-datos3{
    width: 50%;
    padding-top: 3vh;
}


}









@media (max-width: 475px) {

}