nav {
	height: 55px;
	background: #eee;
}

/* 
.bg-pnc {
	background: #213665;
} */

.floating-menu {
	position: sticky;
	top: 25%;
	left: 5px;
	z-index: 20;
	width: 50px;
	height: 50px;
	border-radius: 999px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	color: #213665;
}

.floating-menu i {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
}

.active>i {
	transform: rotate(135deg);
	color: #213665;
}



#searchEnlace {
	margin-right: 2px;
}

#searchEnlace:focus {
	border: 2px solid #15aafe;
}

.cbp-hrmenu {
	width: 100%;
	height: 38px;
	margin-top: op;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu>ul,
.cbp-hrmenu .cbp-hrsub-inner {


	/*width: 90%;
	margin: 0 auto;*/

}

.cbp-hrmenu>ul>li {
	display: inline-block;
}

.cbp-hrmenu>ul>li>a, #pseudo-li {
	font-weight: 700;
	padding: 1em 2em;
	color: #6c6c6c;
	display: inline-block;
	text-decoration: none;
}


.cbp-hrmenu>ul>li.cbp-hropen a,
.cbp-hrmenu>ul>li.cbp-hropen>a:hover {
	color: #6c6c6c;
	font-weight: 500;
	/**
	*	border-bottom here
	**/
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #eeeeee;
	width: 100%;
	left: 0;
	z-index: 999;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner>div {
	width: 15%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner>div a {
	line-height: 2em;
}

.cbp-hrmenu .cbp-hrsub-inner>div a:hover {
	font-weight: bolder;
}

.cbp-hrsub h4 {
	color: #213665;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 600;
}


li, #pseudo-li {
	/* margin-bottom: 10px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.cool-link {
	display: inline-block;
	color: #6c6c6c;
	text-decoration: none;
}

.cool-link::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #213665;
	transition: width .3s;
	animation-fill-mode: forwards;
}


.cool-link:hover::after {
	width: 100%;
	transition: width .3s;
	animation-fill-mode: forwards;
}


/**/
.cool-sidemenu {
	display: inline-block;
	color: #6c6c6c;
	text-decoration: none;
}

.cool-sidemenu::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #213665;
	transition: width .3s;
	animation-fill-mode: forwards;
}


.cool-sidemenu:hover::after {
	width: 100%;
	transition: width .3s;
	animation-fill-mode: forwards;
}


.alinearToIzq {
    display:flex;
    align-items: center;
    justify-content: left;
}


/**
*/


.optionsListMenuVi{
	color: #4a5058;
}

.optionsListMenuVi:hover{
	color: black;
}

/*the proper usage of media queries*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.search-box-width {
		width: 100% !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.search-box-width {
		width: 100% !important;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.search-box-width {
		width: 25% !important;
	}
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.search-box-width {
		width: 25% !important;
		;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.search-box-width {
		width: 25% !important;
		;
	}
}



/* Examples for media queries */

@media screen and (max-width: 52.75em) {

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) {

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu>ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu>ul>li {
		display: block;
		border-bottom: 4px solid #213665;
	}

	.cbp-hrmenu>ul>li>a {
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub {
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) {
	.cbp-hrmenu .cbp-hrsub-inner>div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}


.verycool-link {
	/* background: linear-gradient(-45deg, #191f8e, #3490dc, #7a9098, #2144af);
	animation: gradient 15s ease infinite;
	padding: 0em 1em!important; */
}

.tabGreenSelected {
	width: 100%;
	height: 4.5px;
	animation: animateBg 1s linear infinite;
	background-image: linear-gradient(90deg,#139eff,#ee2819,#139eff,#ee2819);
	background-size: 300% 100%;
  }
  @keyframes animateBg {
	0% { background-position: 100% 0%; }
	100% { background-position: 0% 0%; }
  }
  

.clickBarraModulo{
	border: 2px solid;
    height: 100%;
    /* width: 100%; */
    text-align: center;
    text-transform: uppercase;
	border-radius: 20px 20px 0px 0px;
	background-color: black;
	display: flex!important;
	color: white !important;
	margin: 0px 5px 0px 5px;
	flex-wrap: wrap;
    justify-content: space-between;
}

/* .tabGreenSelected{
	background-color: #00b529;
} */