
/* general styles */

html,
body {
  height: 100%;
  width: 100%;
}




nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

nav li { background: #fff; }


 .goToTop {
  position: fixed;
  top: 0;
  height: 40px;
  z-index: 1;
}


			     .menu-movil {
    background-color: #fff;
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    position:absolute;
    width: 100%;
    z-index: 999999;
    height:auto;
}



          @media (min-width: 768px) {


        .goToTop {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 1;
}
				     .menu-movil {
    background-color: #fff;
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    position:relative;
    width: auto;
    z-index: 999999;
    height:auto;
}


          }

          @media (min-width: 992px) {

       .goToTop {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 1;
}
			     .menu-movil {
    background-color: #fff;
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    position:relative;
    width: auto;
    z-index: 999999;
    height:auto;
}


          }

          @media (min-width: 1200px) {
   .goToTop {
  position: fixed;
  top: 0;
  height: 70px;
  z-index: 1;
}


			     .menu-movil {
    background-color: #fff;
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    position:relative;
    width: auto;
    z-index: 999999;
    height:auto;
}


          }
