{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-decoration: none;
}

header{
width: 100%;
position: fixed;
top: 0;
left: 0;
background: #fff;
}

/*header superior*/
.header__superior{
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.logo img{
  width: 100px;
}

/*BARRA MENÚ*/
.container__menu{
width: 100%;
height: 60px;
background-color:#377702;
padding: 0px 25px;
}

.menu{
max-width: 100%;
margin: auto;
list-style: none;
height: 100%;
}

nav{
  height: 100%;
  display: flex;
}

nav > ul{
  height: 100%;
  display: flex;
}

nav > ul > li{
  height: 100%;
  list-style: none;
  position: relative;
  display: flex;
  }

  nav > ul > li > a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 300ms ease;
}

nav > ul > li > a:hover{
transform: scale(1.1);
background: #103f10;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/*submenú*/

nav ul li ul{
  width: 220px;
  height: 600px;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  top: 70px;
  left: -8px;
  padding: 15px 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 300ms ease;
  }

  nav ul li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 60px;
  }

  nav ul li ul:before{
content:'';
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid white;
position: absolute;
top: -12px;
left: 20px;
  }

  nav ul li ul li a{
    display: block;
    color: rgb(40, 101, 234);
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 300ms ease;
  }

  nav ul li ul li a:hover{
background: #e8d2e3;
color: #0a0a0a;
transform: scaleX(1.1);
padding-left: 30px;
font-size: 16px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  }  

  #label__check{
      width: 26px;
      height: 100%;
      display: none;
              }

  #check__menu{
      display: none;
  }


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

    .header__superior{
        padding: 10px;
    }

    .container__menu{
    width: 100%;
    height: 60px;
    background-color:#377702;
    padding: 0px 0px;
    }

    .menu{
        max-width: 50%;
        margin: 0;
        list-style: none;
        height: 50%;
        padding: 0px;
    }

    nav ul {
        flex-direction: column;
        background-color: #377702;
        position: fixed;
        left: 0;
        top: -20px;
        width: 100%;
        height: 600px;
        transition: all 300ms ease;
        z-index: 100;
        opacity: 1;
        visibility: visible;
     }
     nav > ul > li > a:hover{
        transform: scale(1);
    }
    nav ul li ul{
        left: 70px;
    }
        nav > ul > li:hover > ul{
        top: 65px;
    }
        nav > ul > li:first-child > a{
        background-position: 0px;
    }
    #selected{
        transform: scale(1);
    }
    #label__check{
        display: block;
    }
    .icon__menu{
        display: flex;
    }

    #check__menu:checked ~ nav > ul{
        height: 200px;
        visibility: visible;
        opacity: 1;

    }
}

	
.Estilo3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Estilo4 {font-family: Arial, Helvetica, sans-serif}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #f1f8e9  ;
}
.Estilo5 {
	font-family: "Comic Sans MS";
	font-weight: bold;
}
.Estilo6 {font-family: "Comic Sans MS"; font-weight: bold; font-size: 24px; }
.Estilo10 {font-size: 24px}
.Estilo11 {font-size: 36px}
.Estilo12 {font-family: "Comic Sans MS"; font-weight: bold; font-size: 18px; }
.Estilo14 {font-family: "Comic Sans MS"; font-weight: bold; font-size: 24px; color: #FF0000; }


}

