nav{

 height: 80px;
 width: 100%;
 background: #fff;
 border-bottom: 2px #f4f4f4 solid;
 position: fixed;
 top: 0;
 z-index: 999;
 /* display: flex; */

}




label.logo{

    /* font-size: px; */
    padding: 0 0 0 80px;
    font-weight: 600;
    line-height: 80px;
    justify-content: center;
    align-items: center;
    /* color: white; */
   



} 

nav label img {

    width: 14em;
    height: 55px;
    margin-top: 10px;
    /* border: 3px red solid; */
    padding: 0;
    
}

.contenedor-navegador ul {
     
    float: right;
    margin-right: 100px;

}

.contenedor-navegador  li{

    display: inline-block;
    margin:  0 30px 0 30px ;
    line-height: 80px;


}


nav a {

    color:#13305e;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid transparent;
    padding: 7px 10px;
    border-radius: 3px;
}

.contenedor-navegador2 label a {

color: white;


}


nav #icon{

    color:#13305e;
    font-size: 30px;
    line-height: 80px;
    float: right;
    margin-right: 40px;
    cursor: pointer;
    display: none;

}




.contenedor-navegador2 {
  
  display: flex;
  flex-direction: column;
  /* width: 80%; */
  margin: auto;   
  /* height: 100%; */

  background:#7fc8bd;
  right: -100%;
  transition: all 0.5s;
  /* top: 80px;  */

}


.contenedor-navegador2 .invento{

    background:#7fc8bd;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    height: 70px;




}

.contenedor-navegador2 .logo{

padding: 0;
}




.contenedor-navegador2  .contenedor{

    /* display: inline-block; */
    /* flex-direction: column; */
    background: #7fc8bd;
    display: flex;
    flex-direction: column;
    padding: 20px 50px 50px 50px;
    width: 100%;
    /* height: 100%; */
    /* height:100 ; */

}


.intraca_pequeño{

    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    
    padding-top: 29px;

}

.intraca_pequeño a {

    padding: 0;
    font-size: 1.3em; 
    color: white;
  
}

.contenedor-navegador2 li{
     
    /* display: inline-block; */
    /* flex-direction: column; */
    background: #7fc8bd;
    margin: 0;
    /* margin: auto; */
    text-align: left;
    /* width: 100%; */
    border-bottom:  1px solid #f8f8f8;
    height: 40px;
    position: relative;
    
    /* margin: 0 200px 10px 200px ; */
    /* padding: 0 100px 0 100px ; */

    

}

.contenedor-navegador2 li a{
     
   color: white;
    padding: 7px 0 0 0 ;
   background:#7fc8bd;
   position: absolute;
   top: 1%;
   width: 100%;
    

}

.contenedor-navegador2 ul {
     
   font-size: 40px;
   

}

#icon2{

    color:white;
    font-size: 30px;
    line-height: 80px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
    /* display: none; */

}



.columna1 img {

    width: 300px;
    height: 100px;
 
}




@media screen and (max-width:1268px){

   
    
    
    label.logo{
    
        padding: 0 0 0 40px;
        line-height: 70px;

    }

   
    .contenedor-navegador  li{

        display: none
    
    
    }
    
    label.logo{
    
        font-size: 32px;
        
    
        
    }
    
    
    nav #icon {
    
        display: block;
        font-size: 25px;
    
    }

    
    .show{
    
        right: 0;
    
    
    }
    
    nav li {
    
        display: block;
        margin: 50px 0;
        line-height: 30px;
    
    
    
    }
    
    .fixed{
    
        position: fixed;
    
    
    
    }

    
    
    

    
    

}

@media screen and (max-width:905px){

    nav label img {

        width: 10em;
  
        
    }
    .columna1 img {

        width: 260px;
       
     
    }

}

@media screen and (max-width:753px){

  
    nav label a {


        padding: 0;


    }
    nav label img {

        width: 7em;
        margin-top: 15px;
        
    }
    .columna1 img {

        width: 200px;
       
     
    }
 
    


}




@media screen and (max-width:650px){

    

    

}



@media screen and (max-width:450px){

    
    


    
    
    


}

@media screen and (max-width:350px){

    
    


   
    
    


}
