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

html{
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    height: 100vh;
    background-color: #3fa9f5;
   
   
}

@font-face {
    font-family:"Helvetica Neue LT Std";
    src: url("./tipos/HelveticaNeueLTStd-Bd.otf")
  
   
}

@font-face {
    font-family:"Helvetica Neue LT Std 2";
    src: url("./tipos/HelveticaNeueLTStd-Md.otf")
   
}

@font-face {
    font-family:"Helvetica Neue LT Std 3";
    src: url("./tipos/HelveticaNeueLTStd-Roman.otf")
   
}

@font-face {
    font-family:"Helvetica Neue LT Std 4";
    src: url("./tipos/HelveticaNeueLTStd-Blk.otf")
   
}




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

   
  
    
}



nav ul {
   list-style-type: none;
   padding: 0 2vw  2vw;
    margin: 20px 0;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    position: fixed;
    z-index: 10;
    mix-blend-mode:difference;
    
  
   
}

nav ul li {
    display: inline;
    margin: 0 1px;
     /* en realidad aqui no necesita el margiun ;*/
    
}

nav ul li a {
    text-decoration: none;
    color: rgb(253, 251, 251);
   
    text-transform: uppercase;
    font-size:.5em;
    font-family:"Helvetica Neue LT Std";
    mix-blend-mode:difference;
}

a:hover{
    color: #f15a24;
}






.text-slider {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    /*background-color: black;*/
    margin: 2em auto;
 }
 
 .text-slider p {
    color: #000000;
    font-family:"Helvetica Neue LT Std 2";
    text-align-last:justify;
    font-size: 1em;
    white-space: nowrap;
    padding: .5em 5em;
    word-spacing: 8em;
    animation: move-text 6000ms linear infinite;
 }
 
 
@keyframes move-text {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}


.neutromobile{
    width: 98vw;
    margin: 2svh  auto 0;
    display: none; 
}

.neutromobile p{
    font-family:"Helvetica Neue LT Std";
    color: #000000;
    font-size: .8rem;
    line-height: 1.2em;
}

.neutromobile a{
    text-decoration: none;
    list-style-type: none;
}

.bloque1about{
    width: 98vw;
    margin: 40svh  auto 7svh; 
}

.tituloabout{
    width: 100%;
   
    display: block;
    text-align:left;
    margin-bottom: 2svh;
  
   

}

.tituloabout p{
    font-family:"Helvetica Neue LT Std";
   
    font-size: .7rem;
    line-height: 1.2em;
}



.text-slider_links_works {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    /*background-color: black;*/
    margin: 0 auto;
    text-decoration: none;
    list-style-type: none;
 }
 
 .text-slider_links_works p {
    color: #000000;
    font-family:"Helvetica Neue LT Std 4";
    text-align-last:justify;
    font-size: 5em;
    white-space: nowrap;
    padding: 0 .7em;
    word-spacing: 1em;
    animation: move-text2 30000ms linear infinite;
    text-decoration: none;
    list-style-type: none;
 }
 
  a{
    text-decoration: none;
    list-style-type: none;
    
 }



 .imghover img{
    position: absolute;
  
    display: none;
    width: 25%;
   transform: translateX(45svw);
    
 }

 .imghover:hover img{
    display: block;

 }

 .imghover2 img{
    position: absolute;
  
    display: none;
    width: 25%;
   transform: translateX(20svw);
    
 }

 .imghover2:hover img{
    display: block;

 }


 .imghover3 img{
    position: absolute;
  
    display: none;
    width: 25%;
   transform: translateX(75svw);
    
 }

 .imghover3:hover img{
    display: block;

 }

 .imghover4 img{
    position: absolute;
  
    display: none;
    width: 25%;
   transform: translateX(35svw);
    
 }

 .imghover4:hover img{
    display: block;

 }


 .imghover5 img{
    position: absolute;
  
    display: none;
    width: 25%;
   transform: translateX(65svw);
    
 }

 .imghover5:hover img{
    display: block;

 }

 
@keyframes move-text2 {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}



















.botom{
    width: 98vw;
    display: block;
    background-color: #3fa9f5;
    margin: 0 auto 0;
}

.redes{
    display: flex;
    width: 100%;
}


.cajaredes{
    width: 25%;
}

.cajaredes a{
    text-decoration: none;
    list-style-type: none;
}

.cajaredes p{
    font-size: 5em;
    font-family:"Helvetica Neue LT Std 2";
    color: #000000;
    text-align: end;
   
}

.cajaredes img{
    width: 50%;
}

.phone{
    width: 100%;
    margin: -1em 0 0 0;
}
.phone p{
    font-size: 10em;
    font-family:"Helvetica Neue LT Std 2";
    color: #000000;
    text-align-last: justify;
     
}

.mail{
    width: 100%;
    margin: -3em 0 0 0;
}

.mail p{
    font-size: 10em;
    font-family:"Helvetica Neue LT Std 2";
    color: #000000;
    text-align-last: justify;
}

.copyright{
    width: 100%;
}

.copyright p{
    font-size: 1em;
    font-family:"Helvetica Neue LT Std";
    color: black;
    text-align-last: justify;
}


@media (max-width: 1536px) {
     /* FOOTER */
    .phone p{
        font-size: 9rem;
      
         
    }
    
    .mail p{
        font-size: 9rem;
        
    }
  
}

@media (max-width: 1440px) {
     /* FOOTER */
    .phone p{
        font-size: 8rem;
      
         
    }
    
    .mail p{
        font-size: 8rem;
        
    }
   

}


@media (max-width: 1280px) {
     /* FOOTER */
    .phone p{
        font-size: 6.5rem;
      
         
    }
    
    .mail p{
        font-size: 6.5rem;
        
    }


     /*hover*/

     .imghover img{
      
        width: 35%;
      
        
     }

     .imghover2 img{
      
        width: 35%;
      
        
     }

     .imghover3 img{
      
        width: 35%;
  
        transform: translateX(60svw);
      
        
     }

     .imghover4 img{
      
        width: 35%;
      
        
     }

     .imghover5 img{
      
        width: 35%;
      
        
     }
  

}


@media (max-width: 1024px) {
     /* FOOTER */
    .phone p{
        font-size: 5rem;
      
         
    }
    
    .mail {
       
        margin: -1.8em 0 0 0;
    }

    .mail p{
        font-size: 5rem;
        margin: 0 0 0 0;
    }
    .cajaredes img {
        width: 65%;
    }

     /*hover*/

     .imghover img{
      
        width: 45%;
      
        
     }

     .imghover2 img{
      
        width: 45%;
      
        
     }

     .imghover3 img{
      
        width: 45%;
        transform: translateX(50svw);
        
     }

     .imghover4 img{
      
        width: 45%;
      
        
     }

     .imghover5 img{
      
        width: 45%;
        transform: translateX(35svw);
        
     }




}


@media (max-width: 768px) {
     /* FOOTER */
    .phone p{
        font-size: 4rem;
      
         
    }
    
    .mail p{
        font-size: 4rem;
        
    }

    .cajaredes img {
        width: 70%;
    }
    .cajaredes p{
        font-size: 4rem;
        
    }

   

   
   


}


@media (max-width: 640px) {
     /* FOOTER */

    .phone{
       
        margin: -.5em 0 0 0;
    }
    .phone p{
        font-size: 3rem;
      
         
    }
    .mail {
       
        margin: -1em 0 0 0;
    }
    
    .mail p{
        font-size: 3rem;
        
    }

    .cajaredes p{
        font-size: 3rem;
        
    }
    .cajaredes img {
        width: 80%;
    }

     

   

    /*text slider*/
    .text-slider {
       
        margin: 1em auto;
     }

     .text-slider p {
       
        padding: .3em 5em;
      
     }

     

    /*navegador*/
    nav ul {
       
         mix-blend-mode:normal;
         bottom: 0svh;
         display:block;
         width: 33%;
    
 




        }
     
     nav ul li {
         display:block;
         margin: 5px 1px;
         background-color: rgba(0,0,0,0.4);
         border-radius: 10px;
          /* en realidad aqui no necesita el margiun ;*/
         width:fit-content;
         padding: 0 10px 3.5px;
     }
     
     nav ul li a {
         text-decoration: none;
         color: rgb(253, 251, 251);
        
         text-transform: uppercase;
         font-size:.5em;
         font-family:"Helvetica Neue LT Std";
         mix-blend-mode:difference;
     }


     /*neutro mobile*/
     .neutromobile{
        
        display: block; 
    }

   
   
}


@media (max-width: 475px) {
     /* FOOTER */
    
    .phone{
       
        margin: -.5em 0 0 0;
    }
    .phone p{
        font-size: 2rem;
      
         
    }
    .mail {
       
        margin: -1em 0 0 0;
    }
    
    .mail p{
        font-size: 2rem;
        
    }

    .cajaredes p{
        font-size: 2rem;
        
    }
    .cajaredes img {
        width: 80%;
    }

   /*seccion about*/
   .texto-about p {
  
    font-size: 1rem;
    }

    .icononeutro img{
        width: 25%;
    }

    .servicios p{
       
        font-size: .8rem;
       
    }
    




    /*hover*/

    .imghover img{
      
        width: 60%;
        transform: translateX(20svw);
      
        
     }

     .imghover2 img{
      
        width: 60%;

        transform: translateX(10svw);
        
     }

     .imghover3 img{
      
        width: 60%;
        transform: translateX(25svw);
        
     }

     .imghover4 img{
      
        width: 60%;
        transform: translateX(15svw);
        
     }

     .imghover5 img{
      
        width: 60%;
        transform: translateX(25svw);
        
     }
}

