/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* =======================================================
nav01
==========================================================*/
.nav01Gradient{
    width: 100vw;
	height: auto;
	display: flex;
	padding: 3px 0 3px 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background: rgb(238,238,238);
	background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(225,225,225,1) 100%); 
	border-top:2px var(--color7) solid;
	border-bottom:2px var(--color7) solid;
}
.nav01{
	display: flex;
	width:100%;
	height: auto;
	padding:0;
	margin:0 auto;
	list-style-type:none;
}
.nav01 li{
	width:20%;
	height: 50px;
	padding:0;
	margin:0 auto;
}
.nav01 li a{
	display: block;
	width:100%;
	height: 50px;
	padding-top:12px;
	padding-bottom:10px;
	margin:0 auto;
	text-align:center;
	background-color: transparent;
	color: var(--colorTxt);
	border: 2px solid transparent;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.nav01 li a:hover{	
	background-color: white;
	border: 2px solid var(--color7);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/* =======================================================
nav02
==========================================================*/
.nav02_container{
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: white;
}
.nav02_boxBody{
	display: flex;
	justify-content: space-between;
}
.nav02_container2{
	display: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#f73b23;
	border-top:#f73b23 20px solid;
	border-bottom:#f73b23 20px solid;
	background: rgb(247,59,35);
	background: radial-gradient(circle, rgba(247,59,35,1) 0%, rgba(226,2,2,1) 100%); 
}
.nav02{
	display: flex;
	width:100%;
	height: auto;
	padding:0;
	margin:0 auto;
	list-style-type:none;
}
a.nav02_logo{
	width: 100%;
}
a.nav02_logo img{
	width: 100%;
}
.nav02 li{
	width:20%;
	height: 50px;
	padding:0;
	margin:0 auto;
}
.nav02 li a{
	display: block;
	width:100%;
	height: 50px;
	padding-top:12px;
	padding-bottom:10px;
	margin:0 auto;
	text-align:center;
	background-color: transparent;
	font-family: var(--fontTitulos);
	font-size: var(--t3size);
	color: white;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.nav02 li a:hover{	
	background-color: var(--color5);
	color:var(--color2);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/* =======================================================
nav03
==========================================================*/
.nav03Box{
	background-color: var(--colorG2);
	-webkit-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
    -webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
ul.nav03{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	list-style: none;
	overflow: visible;
}
ul.nav03 li{
	position: relative;
	display: flex;
	flex-direction: row;
	width: auto;
	height:40px;
	overflow:visible;
	padding:0;
	margin:0 5px 0 5px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
ul.nav03 li > a{
	width: auto;
	height:40px;
	text-align: center;
	text-decoration: none;
	border-bottom:var(--colorG1) 5px solid;
	padding: 6px 15px 15px 15px;
	margin: 0;
	font-family: var(--fontNav);
	font-size: var(--fontSizeNav);
	font-weight: 500;
	color: var(--color1);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;    
}
/* APPLIES THE ACTIVE STATE */
ul.nav03 li:hover > a  {
	text-decoration: none;
	color: var(--color3);
	border-bottom:var(--color3) 5px solid;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul.nav03 ul {
	display: none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul.nav03 li:hover > ul {
	position: absolute;
	display:flex;
	flex-direction: column;
	width:300px;
	height: auto;
	padding: var(--padding);
	top:40px;
	left: 0;
	background-color:#FFFFFF;
	-webkit-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
	box-shadow: -1px 5px 22px -5px rgba(0,0,0,0.3);
    -webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
ul.nav03 li:hover > ul li{
	display: flex;
	flex-direction: row;
	width:100%;
	height: auto;
    -webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
ul.nav03 li:hover > ul > li > a{
	width:100%;
	height: auto;
	text-decoration: none;
	border-bottom: none;
	text-align: left;
	margin:0;
	padding: 10px 6px 10px 6px;
	background-color: transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
ul.nav03 li:hover > ul li a:hover {
	background-color:var(--color3);
	color:#fff;
	text-decoration: none;
}
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 590px) {

}
@media only screen and (min-width: 768px) {
/* =======================================================
nav02
==========================================================*/
a.nav02_logo{
	width: auto;
	margin-right: auto;
}
a.nav02_logo img{
	width: auto;
	height: 40px;
}
.nav02_container2{
	display: flex;
}
.nav02_boxBody{
	justify-content: flex-end;
}
}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1140px) {

}