* {
    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: #3c7dbf;
   
    text-transform: uppercase;
    font-size: 2.3em;
    font-family:"Helvetica Neue LT Std";
  
}

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

a:hover{
    color: #fbb03b;
}

.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: 96svw;
    height: 100svh;
    overflow: hidden;
    margin: 0 auto 0;
    justify-content: center;
    align-items: center;
  
}

.izq{
    width: 15%;
   
text-align: start;
font-family:"mono";
color: #3c7dbf;

}

.centro{
width: 70%;

display: flex;
justify-content: center;
align-items: center;
}

.centro-int{
    width: 100%;
   
}

.centro-int img{
    width: 100%;
   
}



.centro-int2{
    width: 100%;
    display: none;
    margin: 2svh auto;
   
}

.centro-int2 img{
    width: 100%;
   
}


.der{
width: 15%;

text-align: end;
font-family:"mono";
color: #3c7dbf;

}

.iconocont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100svw;
   
    position: absolute;
    bottom: 3svh;
   
    
}

.icono{
    width: 5%;
    
}




.botom{
    width:100vw;
    display: block;
   /* background-color: #f9eee4;*/
    margin: 0 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: #fbb03b;
}

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

}


@media (max-width: 1024px) {
    .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: 7%;
        
    }
    



/*main*/

.izq{
    width: 5%;


}

.centro{
width: 90%;

}


.der{
width: 5%;

}




}


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







   



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

    .fit {
        width: 16svh;
    }


    .icono2{
        width: 20%;
        
    }





    .icono{
        width: 10%;
        
    }





    /*main*/

    .main{
        height: auto;
        margin: 0 auto 0;
    }
        
    
    .izq{
        width: 100%;
        text-align: center;
        margin: 13svh auto 0;
    
    
    }
    
    .centro{
    width: 100%;
    
    }
    
    
    .der{
    display: none;
    
    }
    
    .centro-int{
        display: none;
    }
    
    .centro-int2{
       display: block;
       
    }
    
    .iconocont{
        
       
        position: relative;
        bottom: 0;
      margin: 0 0 5svh;
       
        
    }






}


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


    /*main*/

.main{
    height: auto;
    margin: 0 auto 0;
}
    

.izq{
    width: 100%;
    text-align: center;
    margin: 13svh auto 0;


}

.centro{
width: 100%;

}


.der{
display: none;

}

.centro-int{
    display: none;
}

.centro-int2{
   display: block;
   
}

.iconocont{
    
   
    position: relative;
    bottom: 0;
  margin: 0 0 5svh;
   
    
}



   
}


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

   





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

    .fit {
        width: 10svh;
    }

    .icono2{
        width: 30%;
        
    }


    .icono{
        width: 15%;
        
    }
}



