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

html{
    scroll-behavior: smooth;
}

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

@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: #f15a24;
    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: 10svh  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;
}

.texto-about{
    width: 100%;
  
    display: block;
    text-align: justify;
   
  
   

}

.texto-about p{
    font-family:"Helvetica Neue LT Std 4";
    text-align-last:justify;
    font-size: 2.5rem;
    line-height: 1.2em;
}




.bloque1about2{
    width: 98vw;
    margin: 0  auto 0; 
    display: flex;
    flex-wrap: wrap;
   
}

.icononeutro{
    width: 50%;
    order: 3;
}

.icononeutro img{
    width: 15%;
}

.phantom{
    width: 50%;
    order: 1;
}

.tituloservicios{
    width: 50%;
   
   
    text-align:left;
    margin-bottom: 5svh;
    order: 2;
}

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

}

.servicios{
    width: 50%;
  
    display: block;
    text-align: justify;
    order: 4;
}   

.servicios p{
    font-family:"Helvetica Neue LT Std 4";
    text-align-last:justify;
    font-size: 1.5rem;
    line-height: 1.2em;
}










.botom{
    width: 98vw;
    display: block;
    background-color: #f15a24;
    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;
        
    }
  

}


@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%;
    }

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


}


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

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

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

    .icononeutro img{
        width: 25%;
    }
   


}


@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%;
    }

     

    /*texto about*/
    .texto-about-home p{
      
        font-size: 2rem;
      
    }

    /*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;
       
    }
    
}

