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

html{
    scroll-behavior: smooth;
}

body {
    width: 100vw;
    height: 100vh;
   
   
}

@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: #f9eee4;
    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: #fbb03b;
   
    text-transform: uppercase;
    font-size: 2.3em;
    font-family:"Helvetica Neue LT Std";
  
}

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

a:hover{
    color: #3c7dbf;
}

.fit{
    width: 18svh;
}



.main{
    display: flex;
    width: 100svw;
    overflow: hidden;
   /* max-height: 100svh;*/
}

.icono2_cont{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: 100svh;
    z-index: 5;
    position: fixed;
    top: 1svh;
}

.icono2{
    width: 15%;
    
}

.main_izq{
    width: 50%;
    height: 100svh;
    background-image: url("imagenes/pastel_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
   /* background-attachment: fixed;*/
    background-position: center;
}

.main_izq img{
    width: 100%;
}

.main_der{
    width: 50%;
    height: 100svh;
    background-image: url("imagenes/guantes1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
}

.main_der img{
    width: 100%;
}





.botom{
    width:100vw;
    display: block;
   /* background-color: #f9eee4;*/
    margin: 0 auto 0;
    position:fixed;
    bottom: 2svh;
    z-index: 8;
    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: #fbb03b;
    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: #3c7dbf;
}

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

.copyright p{
    font-size: .4em;
    font-family:"Helvetica Neue LT Std";
    color:#fbb03b;
    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%;
        
    }
    

}


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







    .main_der{
        display: none;
    }
   

    .main_izq{
        width: 100%;
    }



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

    .fit {
        width: 16svh;
    }


    .icono2{
        width: 20%;
        
    }
}


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


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



