* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
}
/*body{
	background-color: white;
	width: 100% ;
	height: 100% ;
	margin: 0 ;
	border: 0 ;
	padding: 0 ;
}*/
html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0;
    margin-bottom: 40px;
	position: relative;
  }

  /*header{
	  position: absolute;
  }*/
hr{
	border-top: 0.125px solid rgba(211, 209, 209, 0.753);
}
.menu_bar {
	display:none;
}

.menu_bar img{
	text-transform: uppercase;
}

header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    box-shadow: 0 4px 25px -22px black;
	z-index:1000;
}

header nav {
	width:100%;
	margin:auto;
    display:flex;
	height: 68px;
	background-color: white;
	justify-content: space-between;
	top: 0 !important;
    border-bottom: 1px solid #ccc;
    z-index: 910 !important;
}

header nav .logo{
	margin: auto;
	margin-left: 5%;
}

header nav img{
    max-width: 225px;
	position: relative;
	display: flex;
	float:left;
	margin-top: 0px;
	text-align: center;
	padding: 2px;
	transition: 1s; 
	cursor: pointer;
}

header nav img:hover{
	transform: scale(1.1);
}
header nav ul{
	float: right;
	margin-right: 5%;
	display: flex;
}

header nav .navmenu li {
	display:inline-block;
	position: relative;
	text-align: left;	/* Alinear a la Izquierda */
	line-height: 35px;
	margin-top: 3px;
}

header nav ul li a {
	color:rgb(36, 35, 35);
	font-size: 15px;
	display:block;
	text-decoration:none;
	padding: 10px 15px;
	align-items: center;
	/*transition: 1s;*/ 
}

header nav ul li a .fa{
	padding-left: 3px;
}

.menu-selected:before{
    content: '';
    width: 100%;
    height: 4px;
    background: #430F10;
    position: absolute;
    top: 0;
    left: 0;
}

/*header nav ul li a:hover {
	border-bottom: 2px solid #430F10;
  }*/

  header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#ffffff;
	position: absolute;
	width: 150px;
	z-index:1000;
	box-shadow: 1px 8px 16px 8px rgba(0,0,0,0.2);
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	line-height: 20px;			/* height children */
	border-bottom: 1px solid rgba(13, 87, 100, 0.5);
}

header nav ul li .children li a {
	display: block;
	color: black;
	/*line-height: 20px;			/* height children */
	/*margin: auto;
	align-items: center;*/
}
header .nav .navmenu li .children li a :hover{
	color: black;
	border-bottom: none;
	position: absolute;

	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}
header .nav .navmenu li .children li:hover > a {
	color:rgba(0, 0, 0, 0.596);
	background-color: rgba(185, 199, 204, 0.11);
}

/*header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
} */

header nav ul li .caret {
	position: relative;
	top:3px;
	margin: left 5px;
	margin-right:0px;
} 

   /*ACÁ COMIENZA CSS PARA SUBMENU*/
.children{
	display: none;
}
.submenu:hover > ul{
	position: absolute;
	display: block;
}

/*------Nav Underline Animation -----------*/
.underline_animation {
	display: inline-block;
	position: relative;
	/*color: #430f10;*/
  }
  
  .underline_animation:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #430f10;
	transform-origin: bottom left;
	transition: transform 0.25s ease-out;
  }
  
  .underline_animation:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
  }
/*----------End Underline Animation -----------*/

/*-----------------FIN HEADER-------------*/
	@media screen and (max-width: 1280px){
	header{
		height: 61px;
	}
	header nav {
		height: 60px;
	}
	
	header nav img{
		max-width: 200px;
		padding: 4px;
		margin-left: 1%;
	}
	
    header nav ul{
		float: right;
		margin: 2px;
		margin-right: 5%;
	}
	
	header nav ul li {
		display:inline-block;
		position: relative;
		text-align: left;	/* Alinear a la Izquierda */
		line-height: 55px;
	}
	
	header nav ul li a {
		color:rgb(36, 35, 35);
		font-size: 15px;
		display:block;
		text-decoration:none;
		padding: 4px 8px;
		align-items: center;
		/*transition: 1s;*/ 
	}
	.container-cover{
		height: 60px;
		margin: auto;
	}
	.container-info-cover{
		height: 60px;
		margin: auto;
		box-shadow:none;
		align-items: center;
		padding: 0px;
	}
	.container-info-cover h1{
		margin: 5px;
		font-size: 30px;
	}
    .container-info-cover p{
		margin: auto;
		padding: auto;
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px){
	header{
		height: 51px;
	}
	header nav {
		height: 50px;
	}
	header nav .logo{
		margin-left: 1%;
	}
	header nav img{
		max-width: 160px;
		padding: 4px;
	}
	
    header nav ul{
		float: right;
		margin: 1px;
		margin-right: 2%;
	}
	
	header nav ul li {
		line-height: 48px;
	}
	
	header nav ul li a {
		font-size: 14px;
		padding: 4px 5px;
	}

}


/* default iPad screens */
@media screen and (max-width: 992px) {
	body {
		margin-top:0px;
	}
	header{
		height: 61px;
	}

	.menu_bar {
		display:block;
		width:100%;
		/*position: fixed;*/
		top:0;
		background: #038992;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 15px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		background: #038992;
		position: fixed;
		z-index:1000;
		width: 50%;
		margin-top: 61px;
		height: calc(100% - 80px);
		overflow: scroll;
		right:100%;
	}
	header nav .logo{
		width:0%;
		margin-left: 0;
	}

	header nav img{
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	header nav ul{
		width: 100%;
		display: inline-block;
		margin-right: 0%;
	}

	header nav ul li {
		width: 100%;
		height: 65px;
		display: block;
		border-bottom:1px solid rgb(255, 255, 255);
		float: left;
		margin: 0;
	}

	header nav ul li a {
		display: block;
		color: rgb(255, 255, 255);
		float: left;
		font-size: 20px;
		padding-block: 5px;
		margin-left: 10px;
		margin-top: 10px;
		background: none;
	}
	.menu-selected:before{
		background: #46a2fd00;
	}
	header nav ul li .fa-caret-down{
		visibility: hidden;
	}

	.submenu a .fa{
		color: rgb(255, 255, 255);
	} 
	header nav ul li:hover .children {
		visibility: hidden;
	}
	/*--------------- HEADER ----------------------*/
	
	  .box_header{
		display: flex;
		margin: auto;
		padding: 0px;
		justify-content: center;
		float: none;
	  }

	.box_header a{
		text-decoration: none;
	}
	.container-info-cover{
		box-shadow: none;
	}
	.underline_animation:after {
		background-color: #ffffff;
	}

}
/* default iPad screens */
@media screen and (max-width: 767px) {
	html {
		max-height: 100%;
		position: relative;
	}

	body {
		margin-top:0px;
	}
	header{
		height: 61px;
	}

	.menu_bar {
		display:block;
		width:100%;
		/*position: fixed;*/
		top:0;
		background: #038992;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 15px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		background: #038992;
		position: fixed;
		z-index:1000;
		width: 50%;
		margin-top: 61px;
		height: calc(100% - 80px);
		overflow: scroll;
		right:100%;
	}
	
	header nav img{
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	header nav ul{
		width: 100%;
		display: inline-block;
	}
	header nav ul li {
		width: 100%;
		height: 45px;
		display: block;
		border-bottom:1px solid rgb(255, 255, 255);
		float: left;
		margin: 0;
	}
	header nav ul li a {
		color:rgb(36, 35, 35);
		font-size: 15px;
		display:block;
		text-decoration:none;
		padding: 10px 15px;
		align-items: center;
		/*transition: 1s;*/ 
	}
	header nav ul li a {
		display: block;
		color: rgb(255, 255, 255);
		float: left;
		font-size: 15px;
		padding-block: 5px;
		margin-left: 10px;
		margin-top: 0px;
		background: none;
	}

	header nav img{
		visibility: hidden;
	}

	.menu-selected:before{
		background: #46a2fd00;
	}
	header nav ul li .fa-caret-down{
		visibility: hidden;
	}

	.submenu a .fa{
		color: rgb(255, 255, 255);
	} 
	/*--------------- HEADER ----------------------*/
	
	  .box_header{
		display: flex;
		margin: auto;
		padding: 0px;
		justify-content: center;
		float: none;
	  }

	.box_header a{
		text-decoration: none;
	}
	.box_header{
		display: flex;
		margin: auto;
		padding: 0px;
		justify-content: center;
		float: none;
	  }

	.box_header a{
		text-decoration: none;
	}
	.container-cover{
		height: 60px;
		margin: auto;
	}
	.container-info-cover{
		height: 60px;
		margin: auto;
		box-shadow:none;
	}
	.container-info-cover h1{
		font-size: 25px;
		font-weight: 500;
		color: #5f5d5d;
		margin: 5px;
	}
	
	.container-info-cover p{
		color: #5f5d5d;
		font-size: 15px;
		font-weight: 300;
		margin-bottom: 0px;
	}
	  
}

/* styles for mobile browsers smaller than 480px; (iPhone) */
@media screen and (max-width: 480px) {
	body {
		margin-top:0px;
	}
	header{
		height: 61px;
	}

	.menu_bar {
		display:block;
		width:100%;
		/*position: fixed;*/
		top:0;
		background: #038992;
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 15px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header nav {
		background: #038992;
		position: fixed;
		z-index:1000;
		width: 60%;
		margin-top: 61px;
		height: calc(100% - 80px);
		overflow: scroll;
		right:100%;
	}

	header nav img{
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	
	header nav ul li {
		width: 100%;
		display: block;
		border-bottom:1px solid rgb(255, 255, 255);
		float: left;
		margin: 0;
	}
	header nav ul{
		display: inline-block;
	}

	header nav ul li a {
		display: block;
		color: rgb(255, 255, 255);
		float: left;
		font-size: 15px;
		padding-block: 5px;
		margin-left: 10px;
		background: none;
	}
	.menu-selected:before{
		background: #46a2fd00;
	}
	header nav ul li .fa-caret-down{
		visibility: hidden;
	}

	.submenu a .fa{
		color: rgb(255, 255, 255);
	} 
	/*--------------- HEADER ----------------------*/
	
	  .box_header{
		display: flex;
		margin: auto;
		padding: 0px;
		justify-content: center;
		float: none;
	  }

	.box_header a{
		text-decoration: none;
	}
	.container-cover{
		height: 70px;
		margin: auto;
	}
	.container-info-cover{
		height: 70px;
		margin: auto;
		box-shadow:none;
	}
	.container-info-cover h1{
		font-size: 25px;
		font-weight: 500;
		color: #5f5d5d;
		margin: 5px;
	}
	
	.container-info-cover p{
		color: #5f5d5d;
		font-size: 15px;
		font-weight: 300;
		margin-bottom: 0px;
	}
	  

}