@import url('https://fonts.googleapis.com/css?family=Roboto:300');



A:link {text-decoration: none }
A:visited { text-decoration: none }
a { text-decoration: none;}
h2{text-decoration: none;}
*{

	margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header{
	z-index:2;
    width: 100%;
    height: 100px;
	font-weight:  bolder;
    background: #ffff ;
}
header:hover{
     background: white;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.content-menu{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.content-menu img{
    width: 100px;
    display: block;
    margin: auto;
    padding-top: 5px;
}

.content-menu h2{
    display: none;
}

#check{
    display: none;
}

.menu{
    width: 100%;
    margin-top: 8px;
}

.menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu ul li{
    list-style: none;
}

.menu ul li a{
	font-size: 20px;
   padding:10px;
    text-decoration: none;
    color: #353434 ;
    font-family: 'Roboto', sans-serif;
}

.menu ul li a:hover{
    background: white;
    -webkit-box-shadow: white;
    box-shadow: white;
    -webkit-transition: all 500ms;
    transition: all 5s;
}

.header2{
    position: fixed;
    top: -100px;
    background: white;
}

.icon-menu{
    display: none;
}

body{
    background: #FFF;

}

main{

   width: 100%;
  	margin:auto;


    background: #FFF;







}

main img{
    height: auto;
   width: 100%;
   vertical-align:middle;

}

main h2{
    font-size: 30px;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
}


main p{
    margin-top: 0px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 768px){

  .carrito{
  	width: 100%;
  	position: fixed;
  	display:flex;
  	z-index: 5;
    top:60px;

  }

    header{
        z-index: 5;
	   position: fixed;
        top: 0;
		padding:10px;



        height: 60px;
    }

    .header2{
        position: fixed;
        top: 0px;
        height: 60px;

    }

    main{

        margin-top: 150px;
    }

    .content-menu img{
        display: none;
    }

    .icon-menu{
        display: block;
		  background: rgba(0,0,0,0.3);
        color: white;
        position: fixed;
        right: 10px;
        top: 10px;
        padding: 5px;
        font-size: 26px;
        -webkit-transition: all 600ms;
        transition: all 600ms;
    }
    .icon-menu:hover{
        background: #0CF;
        color: white;
        border-radius: 5px;
        -webkit-transition: all 600ms;
        transition: all 600ms;
        cursor: pointer;
    }
    .content-menu h2{
        display: block;
        position: absolute;
        top: 15px;
        font-family: 'Roboto', sans-serif;
        color: #353434;
z-index:130;
    }


    .menu{
        width: 300px;
		z-index:130;
        position: absolute;
        background: #F00;
		  border-radius: 0px 0px 20px 20px;
		 -webkit-box-shadow: 0px 5px 0px 0px black;
    box-shadow: 0px 5px 0px 0px grey;
        -webkit-transition: all 600ms;
        height:auto;
        left: -120%;
        top: 40px;
        -webkit-transition: all 200ms;
        transition: all 200ms;

    }

    .menu ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu ul li{
        padding: 5px;
    }
    .menu ul li a{
        color:#FFF;
        display: block;
    }

    #check:checked ~ .menu{
       left: 0px;
        -webkit-transition: all 500ms;
        transition: all 500ms;
    }
}


#menuv {
        border: 1px solid  #000;
        border-width: 1px 1px 0 1px;
        width: 100%;
        font: 20px  Arial, Helvetica, sans-serif;
}
#menuv ul, li {
        list-style-type: none;
}

#menuv ul {
        margin: 0;
        padding: 0;
}

#menuv li {
        border-bottom: 1px solid  #333;
}

#menuv a {
        text-decoration: none;
        color: #FFF;
        background: #000;
        display: block;
        padding: 3px 6px;
        width: 100%;
}

#menuv a:hover {
        background: #999;
}
