@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: rgb(26,55,76);
}

html {width:100%; height:100%;}
body {
	margin: 0px; width:100%; height:100%; 
}

a:link {
    color: rgb(26,55,76);
	text-decoration: underline;
  }
a:visited {
    color: rgb(26,55,76);
	text-decoration: underline;
  }
a:hover {
	color:rgb(22,176,200);
	text-decoration: underline;
  }
a:active {
	color: rgb(26,55,76);
	text-decoration: underline;
  }

h1 {font-size:60px; font-weight: lighter; text-decoration:none; margin: 0px;}	
h2 {font-size:40px; font-weight: bolder; text-decoration:none; margin: 0px;}
h3 {font-size:20px; font-weight: lighter; text-decoration:none; margin: 0px;}

header{
	position:fixed; width:100%; padding:0; z-index:301; background-color: rgba(255,255,255,1);
	/*backdrop-filter: blur(10px);*/ height: 130px; overflow: hidden;
	
	-webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.7);
    box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.7);

	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
.header-upd{
	height: 70px; 
	}
.btn-ver{
	float:left; position:relative; width:44px; height:44px; border:1px solid rgba(255,255,255,1);
	margin:42px 0px 42px 2%; display:none; cursor: pointer;

	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
.btn-ver:hover{
	border:1px solid rgba(22,176,200,1);
    }
.btn-ver img{
	width: 100%;
    }
.lgo{
	float:left; position:relative; width:350px; height:70px; margin:30px 0 30px 2%;  cursor:pointer;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
.lgo img{ width: 100%;}
.lgo-upd{
		width: 262px; height: 52px; margin:9px 10px 9px 2%; text-align: center;
	}
.lgo-upd img{
		width: 262px; height: 52px; margin: auto;
	}
.mnu{  /* menu inicial */
	float:left; position:relative; width:calc(96% - 516px); height:44px; margin:43px 30px 43px 30px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
.mnu-upd{  /* menu al mover el scroll */
	float:left; position:relative; width:calc(96% - 516px); height:44px; margin:13px 30px 13px 30px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	}
.btn-user{
	float:right; position:relative; width:44px; height:44px; margin:42px 2% 42px 0; cursor: pointer; 
	border:1px solid rgba(255,255,255,1);
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.btn-user:hover{
	border:1px solid rgba(22,176,200,1);
    }
.btn-user-upd{
		margin:12px 3% 12px 0;
	}
.mnu ul{
	margin:0 auto; list-style-type:none; padding:0;
    display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	}
.mnu ul li{
	float:left; position:relative; width:16.66%; text-align:center; cursor:pointer; text-overflow:ellipsis; margin:0; padding:0px;
	}	
.mnu ul li a{
	display: block; text-decoration:none; height:44px; line-height:44px; vertical-align:middle; width:100%; margin: 0; padding: 0; color: rgba(26,55,76,1); 
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-image: linear-gradient(rgb(22,176,200),rgb(22,176,200));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
	}	
.mnu ul li:hover,
.mnu ul li a:hover{
	background-size: 100% 1px;
	}
.mnu ul li ul {
	z-index: 5000;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	padding:0;
	}
.mnu ul ul li{
	cursor:pointer;
	float:none;
	min-width:240px;
	text-align:left;
    }
.mnu ul ul li a {
	display: block; text-decoration:none; width:calc(100% - 20px); height:40px; line-height:40px; vertical-align:middle; text-align: left; margin: 0; padding: 0 10px 0 10px; color:rgb(255,255,255); background-color: rgba(255,255,255,0.2); border-top: 1px solid rgba(0,0,0,0.3);
	}

.mnu li:hover > ul,
.mnu li:focus-within > ul,
.mnu li ul:hover {
  display: block;
}
.mnu ul li ul li {
  clear: both;
  width: 100%;
}

/*---------------------------- mnu-mvl ----------------------------*/
.mnu-mvl{  /* menu para dispositivos moviles */
	/*display:none;*/ 
    position:fixed;
	z-index:20000;
	top:70px;
	right:0px;
	width:100%; height: calc(100vh - 70px); margin:0 auto; padding:0px; 
	/*max-width:1000px;*/
	/*box-shadow:0px 2px 1px rgba(0,0,0,.5);*/
	background-color:rgba(255,255,255,0.9); color:rgb(26,55,76);

	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    }		
.mnu-mvl ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.mnu-mvl ul li { list-style: none; cursor:pointer; /*background-image:url("../image/icon.png") top right;*/}
.mnu-mvl ul li a {
    display: table; width: 90%;	padding: 3% 5% 3% 5%; text-decoration: none; text-align: left; vertical-align: middle;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	
    background-image: linear-gradient(rgb(22,176,200),rgb(22,176,200));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
}
.mnu-mvl ul > li:first-child a { margin-top: 0; }
.mnu-mvl ul li a:hover {
	background-size: 100% 1px;
	
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu-mvl ul li ul {
    margin: 0; padding: 0; display:none;
}
.mnu-mvl ul li ul li a {
    display: table; width: 80%; padding: 3% 10% 3% 10%; color:rgb(255,255,255); background-color: rgb(22,176,200); border-bottom: 1px solid rgb(22,176,200);
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }
.mnu-mvl ul > li:hover li a {
    display: table; height: 1em;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mnu-mvl ul > li:hover li a:hover {
    background-color:rgb(22,176,200);
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}




@media all and (max-width: 1200px) {
	header{
	    position:fixed; width:100%; padding:0; z-index:301; background-color: rgba(255,255,255,1); height: 70px;
	}
	.btn-ver{
		display:block; margin:12px 0px 12px 3%;
		}
	.lgo{
		width: calc(94% - 112px); height: 52px; margin:9px 10px 9px 10px; text-align: center;
	}
	.lgo img{
		width: 262px; height: 52px; margin: auto;
	}
	.mnu{
		display:none;
		}
	.btn-user{
		margin:12px 3% 12px 0;
	}
}
