@charset "utf-8";

* {
	margin: 0px;
	padding-top: 0px;
}

body {
	background:#FFFFFA;
}

body::-webkit-scrollbar {
	width: 8px;
}
	
body::-webkit-scrollbar-thumb {
	background: #255965;
}

.container-fluid-b main row {
	width: 100%;
}

.container-b {
	width: 90%;
	max-width: 90%;
	position: absolute;
	z-index: inherit;
}

.container-fluid-b {
	background-color: #032A33;
	height: 76px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 22;
}




header {
	width:100%;
}
 
header nav {
	width:90%;
	max-width:100%;
	margin:20px auto;
	margin-top: 0px;
	background: #032A33;
}
 
.menu_bar {
	display:none;
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
	
}
 
header nav ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	
}
 
header nav ul li span {
	margin-right:10px;
	
}
 
header nav ul li a:hover {
	background: #255965;
	color: #F1D18A;
}
 
section {
	padding:0px;
}
 
@media screen and (max-width:800px) {
	
header nav {
	width:80%;
	height: calc(100% - 80px);
	left:-100%;
	margin:0;
	position: fixed;
	overflow: scroll;
}
	
header nav::-webkit-scrollbar {
	width: 8px;
}
	
header nav::-webkit-scrollbar-thumb {
	background: #255965;
}
 
header nav ul li {
	display:block;
	float:none;
	border-bottom:1px solid rgba(255,255,255, 0.3);
	
}
 
.menu_bar {
	display:block;
	width:100%;
	background:#ccc;
}
 
.menu_bar .bt-menu {
	display: block;
	padding:20px;
	background: #032A33;  /* color caja chica */
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:25px;
	height: 76px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
 
.menu_bar span {
	float:right;
	font-size:40px;
	
}
}
/* CSS Document */
