
.menu_bar {
	display:none;
}

header {
  width: 100%; 
  background: linear-gradient(to bottom, rgba(0, 17, 31, 0.81), rgba(1, 31, 59, 0.8), rgba(0, 27, 54, 0.91) ), url(../../../img/fondo.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 69px;
}

.sanitizacion_style{
		padding-top: 0px;
		padding-bottom: 0px;
		background: white;
		z-index: 999;
		width: 100%;
		margin: 60px auto;
		position: fixed;
		box-shadow: 0px 0px 2px 2px rgba(32, 61, 149, 0.95);
}
 
	.sanitizacion_style:hover{
		box-shadow: 0px 0px 4px 4px rgba(32, 61, 149, 0.95);
	}

.logo, .logo img{ 
	width: 180px;
	height: auto;
}

.contenedor-nav{
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  /*max-width:1000px;*/
   
}


nav .enlaces {
  
}

header nav {
	background:#fff;
	z-index:1000; 
	width:100%;
	margin:0px auto;
	position: fixed;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
}

header nav ul {
	list-style:none;
	margin-right: auto;
	margin-left auto;
}

header nav ul li {
	display:inline-block;
	position: relative;

}

header nav ul li a:hover {
  background: rgb(2, 38, 60);
  background: #1c66b9;
  color:white;
  transition: 0.6s;

}

header nav ul li a {
  text-align: left;
  display: inline-block;
  padding: 6px; 
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-radius: 5px;
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:white;
	position: absolute;
	width: 125%;
	z-index:1000;
	padding: 1%;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

header nav ul li .children li a {
	display: block;
}

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:10px;
	margin-right:0px;
}

@media screen and (max-width: 1100px) {

	.sanitizacion_style{
		padding-top: 0px;
		padding-bottom: 0px;
		display: block;
	    width: 100%;
	    position: absolute;
	    top: 34px;
	    background: white;
	    z-index: 999;
	 	box-shadow: 0px 0px 2px 2px rgba(32, 61, 149, 0.95);
	}
	.sanitizacion_style h4{
      font-size:14px; 
      font-weight: bold; 
      margin: 0px 0;
	}
	.sanitizacion_style: hover{
		box-shadow: 0px 0px 6px 6px rgba(32, 61, 149, 0.95);
	}
	body {
		padding-top:80px;
	}
	.logo, .logo img{ 
	display: none;
	}
	.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:white;
		z-index: 1001;
		box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
	}

	.menu_bar .bt-menu {
		display: block;
		padding: 10px;
		color: #000;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
	.menu_bar .bt-menu img{
		width:190px;
	}
	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	header{
		min-height: 5px;
	}
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}


	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

	header nav ul li .caret {
		float: right;
	}
	img{
		position: relative;
		top: 0;
		width: 20vw;
	}
} 