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

html{
    scroll-behavior: smooth;
}

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

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

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






.contenedor {
     /* position: absolute;*/
    width: 100vw;
  
    background-color: #3e1d0f;
    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;
    align-items: center;
    position: fixed;
    z-index: 10;
   
    
  
   
}

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

nav ul li a {
    text-decoration: none;
    color: #3e1d0f;
   
    text-transform: uppercase;
    font-size: 2.3em;
    font-family:"Helvetica Neue LT Std";
  
}

nav ul li a img{
    width: 100%;
}

a:hover{
    color: #97c8f8;
}

.fit{
    width: 18svh;
}



.contenedormain{
    display: flex;
    flex-wrap: wrap;
    width: 100svw;
   min-height: 100svh;
     /*
    justify-content: center;
    align-items: center;*/
  
}

.main{
    display: flex;
    flex-wrap: wrap;
    width: 100svw;
    min-height: 100svh;
    overflow: hidden;
    margin: 0 auto 0;

    /*
    justify-content: center;
    align-items: center;*/
  
}

.contenedorizq{
    width: 50%;
    min-height: 100svh;
    background-color: #724e1f;
  
    
    display: flex;
    justify-content: center;
    align-items: center;

}

.izq{
width: 80%;
display: flex;
flex-wrap: wrap;
 

 /*
   
    justify-content: center;
    align-items: center;*/
}

.izq p{
    color: #3e1d0f;
    text-align: center;
}

.titulo{
width: 100%;
justify-content: center;
align-items: center;
font-family:"Helvetica Neue LT Std 2";
font-size: 2.5rem;
margin: .2rem;

}

.texto{
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family:"mono";
    font-size: 1rem;
    margin: 0 0 3rem;
    text-align-last: justify;
   
}

.iconocont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
   
   
    
}

.icono{
    width: 20%;
    
}



.contenedorder{
    width: 50%;
    min-height: 100svh;
    background-color: #3c7dbf;
    display: flex;
    justify-content: center;
    align-items: center;

}

.der{
    width: 80%;
    display: flex;
    flex-wrap: wrap;

}


.der p{
    color: #3e1d0f;
    text-align: center;
}

.titulo2{
width: 100%;
justify-content: center;
align-items: center;
font-family:"Helvetica Neue LT Std 2";
font-size: 6rem;
margin: .2rem;

}

.texto2{
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family:"mono";
    font-size: .8rem;
    margin: 3rem 0 3rem;
    
   
}

.firmacont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    /*height: 100%;*/
    z-index: 5;
    position: absolute;
    /*top: 1svh;*/
}

.firma{
    width: 48%;
    
}






.botom{
    width:100vw;
    display: block;
   /* background-color: #f9eee4;*/
    margin: 2svh auto 0;
   
    overflow: hidden;
}

.redes{
    display: flex;
    width: 98%;
    justify-content: space-between;
    margin: 0 auto 0;
}


.cajaredes{
    width: 12%;
}

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

.cajaredes p{
    font-size: .8em;
    font-family:"mono";
    color: #3c7dbf ;
    text-align:left;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
   
}

.cajaredes img{
    width: 20%;
}



.cajaredes .helv {
    font-family:"Helvetica Neue LT Std 2";
    font-size: 1.5em;
}

.helv:hover{
    color: #97c8f8;
}

.copyright{
    width: 100%;
    display: none;
}

.copyright p{
    font-size: .4em;
    font-family:"Helvetica Neue LT Std";
    color:#3c7dbf;
    text-align-last: justify;
}


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

@media (max-width: 1440px) {
     /* FOOTER */
   
     .cajaredes{
        width: 15%;
    }

}


@media (max-width: 1280px) {
     /* FOOTER */
  
     .cajaredes{
        width: 17%;
    }

    .cajaredes .helv {
        font-family:"Helvetica Neue LT Std 2";
        font-size: 1.2em;
    }

    #cajamod{
      width: 14%;
    }


    /*der*/

    .titulo2 {
       
        font-size: 5rem;
        
    }

    .izq{
        width:85% ;
    }


}


@media (max-width: 1024px) {
    /* FOOTER */
    .cajaredes{
        width: 19%;
    }

    #cajamod{
      width: 17%;
    }

    nav ul li a {
      
        font-size: 2em;
     
      
    }

    .cajaredes .helv {
        font-family:"Helvetica Neue LT Std 2";
        font-size: 1em;
    }

    .cajaredes p{
        font-size: .6em;
       
       
    }

    .icono2{
        width: 18%;
        
    }


  
    





.icono{
    width: 20%;
    
}


/*izq*/

.texto{
    font-size: .75rem;
}

.titulo{
    font-size: 1.9rem;
}


/*der*/

.titulo2 {
       
    font-size: 3.5rem;
    
}



}


@media (max-width: 768px) {
     /* FOOTER */
     .cajaredes{
        width: 33%;
    }

    #cajamod{
        width: 33%;
      }

      #cajamod p{
        text-align: end;
       }


    #cajamod2{
        display: none;
    }

    .copyright{
        display: block;
    }

    .botom{
        bottom: 0;
    }

    .redes{
        margin: 0 auto 2svh;
    }






/* navegador */
   



    nav ul li a {
      
        font-size: 1.5em;
     
      
    }

    .fit {
        width: 16svh;
    }


    .icono2{
        width: 20%;
        
    }





    





   

    .icono{
        width: 20%;
        
    }


    /*izq*/

.texto{
    font-size: .7rem;
}

/*der*/

.titulo2 {
       
    font-size: 2.8rem;
    
}





}


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

  
   
     

      .cajaredes .helv {
        font-family:"Helvetica Neue LT Std 2";
        font-size: 1em;
    }

    .cajaredes p{
        font-size: .6em;
       
       
    }
  
    
  
    nav ul li a {
      
        font-size: 1em;
     
      
    }

    .fit {
        width: 14svh;
    }

   
    .icono2{
        width: 23%;
        
    }


    .icono{
        width: 12%;
        
    }


  







.contenedorder{
    width: 100%;
    min-height: 50svh;
    order: 1;
  
}

.contenedorizq{
    width: 100%;
    min-height: 100svh;
    order: 2;
}








   
}


@media (max-width: 475px) {
     /* FOOTER */
    
   
    .cajaredes .helv {
        font-family:"Helvetica Neue LT Std 2";
        font-size: .8em;
    }

    .cajaredes p{
        font-size: .4em;
       
       
    }

    #iconobottom{
        width: 20%;
    }

    .cajaredes{
        width: 40%;
    }

    #cajamod{
        width: 40%;
      }

      .cajaredes img{
        width: 50%;
      }

   

/* navegador */



    nav ul li a {
      
        font-size: .8em;
     
      
    }

    .fit {
        width: 10svh;
    }

    .icono2{
        width: 30%;
        
    }


    .icono{
        width: 15%;
        
    }
}



