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

html{
    scroll-behavior: smooth;
}

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

@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")
   
}




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

   
  
    
}

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



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

.info-proyecto{
  
    display: flex;
    width: 98vw;
    height: 50vh;
    margin: 0 auto 0;
}

.proyecto{
width: 60vw;

margin: auto;
display: block;
height: 4em;
}

.tituloproyecto{
font-family:"Helvetica Neue LT Std 2";
font-size: .8em;

}

.nombreproyecto{
font-family:"Helvetica Neue LT Std";
font-size: 2.5em;
margin: .2em 0 0 0;
}

.roles{
width: 40vw;

margin: auto;
display: block;
height: 4em;
}

.tituloroles{
    font-family:"Helvetica Neue LT Std 2";
    font-size: .8em;
   
}

.nombreroles{
    font-family:"Helvetica Neue LT Std 2";
    font-size: 1em;
    text-align-last:justify;
    margin: .4em 0 0 0;
}


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


.contenedor-work{
  
    display: block;
    width: 98vw;
    margin: 0 auto 0;
}

.contenedor-work img{
    width: 100%;
    display: block;
}
.contenedor-work-block{
display: block;
}

.contenedor-work-flex{
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}

.contenedor-work-flex1{
  width: 50%;
}
.contenedor-work-flex1 img{
    width: 100%;
}


.text-slider {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    /*background-color: black;*/
    margin: 2em auto;
 }
 
 .text-slider p {
    color: #f15a24;
    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%);
    }
}


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

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

  

}


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

    /*contenedores de imagenes flex*/
    .contenedor-work-flex {
        
        flex-wrap: wrap;
    }

    .contenedor-work-flex1 {
        width: 100%;
    }


    /*info proyecto*/

    .nombreroles {
      
        font-size: .7em;
       
        margin: .8em 0 0 0;
    }


  
}


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

     /*info proyecto*/

     .nombreproyecto {
       
        font-size: 1.5em;
      
    }

     .nombreroles {
      
        font-size: .5em;
       
        margin: .8em 0 0 0;
    }

}