
.Styles_buttonBurger__JjrO_ {
	cursor: pointer;
}
.Styles_dropdown__r_bbX{
	display:inline-block;
	position:relative
}
.Styles_dropdown__r_bbX>div{
	display:inline-block;
	border-radius:4px;padding:10px 30px 10px 20px;
	cursor:pointer;
	white-space:nowrap
}
.Styles_dropdown__r_bbX>div:after{
	content:"";
	position:absolute;
	top:50%;
	right:15px;
	transform:translateY(-50%);
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid #fff
}
.Styles_dropdown__r_bbX:focus-within ul{
	display:block
}
.Styles_dropdown__r_bbX input,.Styles_dropdown__r_bbX input+ul{
	display:none
}
.Styles_dropdown__r_bbX input:checked+ul{
	display:block
}
.Styles_dropdown__r_bbX ul{
	position:absolute;
	top:100%;
	border:1px solid #ccc;
	border-radius:4px;
	padding:0;
	margin:2px 0 0;
	box-shadow:0 0 6px 0 rgba(0,0,0,.1);
	background-color:#fff;list-style-type:none
}
.Styles_dropdown__r_bbX ul li{
	padding:10px 20px;
	cursor:pointer;
	white-space:nowrap;
	position:relative
}
.Styles_dropdown__r_bbX ul li:not(:last-child){
	border-bottom:1px solid #bababa
}
.Styles_dropdown__r_bbX ul li:hover:before{
	left:-1px;
	content:"";
	position:absolute;
	height:100%;
	width:6px;
	background:#0b61df;
	bottom:0
}
.Styles_dropdown__r_bbX ul li:hover{
	background-color:#f6f6f6
}
.Styles_dropdown__r_bbX ul li a{
	display:block;
	margin:-10px -20px;
	padding:10px 20px
}
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 55, 100, 0.95);
	z-index: 1000;
	padding: 2rem;

}
@media only screen and (max-width: 990px) {
	.menu-overlay {
		flex-wrap: wrap;
		flex-direction: column;

	} 

}
@media only screen and (max-width: 600px) {
	/*.menu-overlay {
	flex-direction: inherit;

}*/
}
.d-none{
	display: none !important;
}
.logoEa{
	position:absolute;
}

.menu-overlay.menu-open {
	display: block !important;

}
.contenedor-menu{
	display:flex; 
	width:100%;
}
@media only screen and (max-width: 600px) {
	.contenedor-menu{
		flex-wrap:wrap;
	}
}

.menu-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.menu-content ul {
	list-style: none;
	padding: 0;
}

.menu-content li {
	margin-bottom: 10px;
}

.close-button {
	position: absolute;
	top: 16px;
	right: 55px;
	font-size:3rem;
	cursor: pointer;
	color:#eabc4a;
	margin-top: 2rem;
	background-color: transparent !important;
	font-weight:100;
}
@media only screen and (max-width: 1023px) {
	.close-button {
		right: 10px;
		margin-top: 6px;

	} 

}
@media only screen and (max-width: 600px) {
	.close-button {
		right: 12px;
		margin-top: -9px;

	} 

}


/****** menu full page ******/
.d-flex{
	display: flex;
}
.overlay-content {
	position: relative;
	align-content: flex-start;
	width: 90%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.enlace-menuFullPage{
	background:blue;
	border:1px solid red
}

.enlace-menuFullPage a {
	color:grey;
	transition: all 0.5s ease-out
}

strong.caret,
a.dropdown-item.spMenu:hover::after,
.overlay .closebtn:hover,
.enlace-menuFullPage a:hover,
.icono-menu-full-page:hover,
.texto-menu-full-page:hover{

	color:#eabc4a;
}
.enlace-menuFullPage:hover {;
}
border: 1px solid #eabc4a 
.enlace-menuFullPage a:hover{
	font-weight: 500;
	text-decoration:none;
}
.icono-menu-full-page, .texto-menu-full-page {
	color:gray 
}
.texto-menu-full-page {
	font-size:1rem;
	margin-right: .5rem;
	display:none;
}
@media screen and (min-width: 720px) {
	.texto-menu-full-page {
		display:block;
		font-size:1rem;
		margin-right: .5rem;

	}
}
@media (min-width: 600px){
	.overlay-content {
		padding: 80px 0px 60px;
	}
}
.list-container{
	position: relative;
	width:70%;
	max-height: 2rem;
	margin-top: 30px;
	margin-left:20px;
	list-style: none;
	display:flex;
	flex-wrap: wrap;
}

.overlay-content-link{
	width:25%;
	margin-top: 5%;
}

.overlay a {
	padding: 8px 0px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	/*top: 20px;*/
	right: 35px;
	font-size: 60px !important;
}

@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px !important;
		top: 15px;
		right: 35px;
	}
}
.overlay .closebtn:hover {
	color:#F1B820;
}
.ajustealt {
	margin-top: 5px !important;
	width:15rem;
}

@media (max-width: 600px){
	.ajustealt{
		margin-left: 0;
	}
}


.menu-navegacion .dropdown-menu {
	display: block;
	background-color: transparent !important;
	width: 100%;
	border:none;
	/*width: 12rem;*/
	padding-left:.3rem;
}

.dropdown-menu{
	position:absolute;
	display:block;
	background:transparent;
	margin:0;
}

.dropdown .dropdown-toggle{
	display:flex;

}
.dropdown .dropdown-toggle::after/*,
.ajustealt::after*/{
	display: flex;
	font-size: .6rem;
	align-items: center;
	color: #fff;
	background-image: none;
	bottom: 0;
	padding-left: 5px;
	left: 0;
	right: auto;
	top: auto;
	content: "▼"; /* Agrega un símbolo de flecha para indicar que se puede abrir*/
	transition: transform 0.3s ease; /* Añade una transición suave */
}


.dspl-drpdwn {
	right: auto !important;
	left: auto;
	border: none;
	display: none;
}

.dropdown.open .dropdown-menu {
	display: block;
}


.dropdown.open .dropdown-toggle::after {
	content: "▶";
}

a.dropdown-toggle:hover {
	text-decoration-color: #003764; 
}

a:hover {
	color: #000000;
}

.novedades a:hover, .noticias a:hover {
	text-decoration: none !important;
	color: white;
}

.Styles_footer__305ef a:hover{
	text-decoration: none !important;
	color: white !important;
}
.Styles_blockBlue__LAaSS a:hover{
	text-decoration: none !important;
	color: white !important;
}

.Styles_blockBlueSoftStripe__q599O a:hover{
	text-decoration: none !important;
	color: #0b61df !important;

}


@media (max-width: 600px){
	.dropdown .dropdown-toggle::after,
	.ajustealt::after {
		display: none !important;
		/*content: "▶" !important;*/
	}
}

.dropdown-toggle::after {
	margin-left: 0;
	border-top: none; 
	border-right: none; 
	border-bottom: none;
	border-left: none;
}
.dropdown-item {
	padding: 0;
}


.dspl-drpdwn a:hover {
	background:transparent !important;
	/*color: #ccc;*/
	font-weight:100;
	transition: transform 0.3s ease-in-out;
	/*text-shadow: 1px 1px black;*/

}

.dropdown-toggle::after {
	display: none;
}

.spMenu {
	width: 13rem;
}

@media only screen and (max-width: 600px) {
	.spMenu {
		width: 100%;
	}
}  

strong.caret{
	color:#F1B820;
	display: block;
	/*font-size: 1.125em;*/
	font-size: 1.5em;
	font-weight: 100;
	/*font-weight: 700;*/
	letter-spacing: .05em;
	outline: 0 none;
	padding: 15px 0px;
	position: relative;
	text-decoration: none;
	-webkit-text-size-adjust: none;
}
/*strong.caret:hover{
text-shadow: 2px 1px 1px #000;
}*/

.dropdown strong.caret{
	padding:0;

}
@media (max-width: 600px){
	.dropdown strong.caret{
		padding: .5rem 0rem;
	}
}

.submenu > li{
	cursor: pointer;
	margin: .5rem 0;
}
.submenu > li:hover{
	color:#ccc;
}

.submenu >li:last-child{
	margin: .5rem 0 0 0;
}


ul.submenu .caret {
	cursor: default !important; 
}


ul.submenu li {
	cursor: pointer; 
}
.nav-link {
	display: block;
	padding: 0;
}

.org-opencms-ade-containerpage-client-ui-css-I_CmsLayoutBundle-I_CmsContainerpageCss-oc-ignore-small-elements .oc-small-element .oc-option-bar {
	visibility: inherit;
}
.enlace-menuFullPage{
	display: flex;
	justify-content: center;
	align-items: center;
	width:90%;
	border:1px solid #eabc4a;
	height:50px;
	background: #1E3751;
	margin-bottom: 1rem;
	transition: transform 0.3s ease;

}

@media only screen and (max-width: 990px) {
	.enlace-menuFullPage {
		width: 45%;
		justify-content: space-between;
	}
}
.enlace-menuFullPage a{
	color:#eabc4a;
}
@media only screen and (max-width: 990px) {
	.enlace-menuFullPage a {
		margin:0 auto;
	}
}

/*.enlace-menuFullPage a:hover {
border:none;
}*/
.enlace-menuFullPage:hover{
	border:2px solid #eabc4a;
}
.menu-navegacion li a {
	color: #ffffff !important;
}
.dropdown, .dropleft, .dropright, .dropup {
	position: relative;
	margin: 1.5rem 0;
}
.dropdown-menu a::before {
	/*content:"•";*/
	padding: 0 .5rem 0 0;
}

.dropdown-menu a:only-child::before {
	content: ""; 
}
.dropdown-menu a {
	color:#fff;
	font-size: 1.2rem;
	padding: .5rem 1rem;
	transition: transform 0.3s ease;
	font-weight:100;
}
.dropdown-menu a:last-child {
	padding: .5rem 1rem 0 1rem;
}

@media (min-width: 1601px){
	.separacion {
		display: block;
		background: #fff;
		background-image: none;
		bottom: 0;
		height: 1px;
		left: 0;
		right: auto;
		top: auto;
		width: 40px;
	}
}
.nav-item.espacioMenu{
	display:flex;
	justify-content:start;
}

@media (min-width: 600px){
	.nav-item.espacioMenu{
		-webkit-box-shadow:0 8px 3px -9px #fff;
		-moz-box-shadow: 0 8px 3px -9px #fff;
		box-shadow:0 8px 3px -9px #fff;
		width: 25rem;
		transition: transform 0.3s ease-in-out;

	}
	.nav-item.espacioMenu:hover{
		-webkit-box-shadow: 0 8px 2px -6px #1D1E1F;
		-moz-box-shadow: 0 8px 2px -6px #1D1E1F;
		box-shadow:0 8px 2px -6px #4C85CB;
		/*transform: translateX(2.5%);*/

	}

}

.submenu{
	display: block;
	color:#fff;

}
@media only screen and (max-width: 600px) {
	.submenu{
		display: none;
	}
}
@media only screen and (max-width: 990px) {
	.contenedor-menu{
		flex-wrap: wrap;

	}
	.overlay-content {
		/*flex-wrap: nowrap;*/
		width:100%;

	}
	.overlay-content-link {
		display: flex;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 990px) {
	.overlay-content-link {
		width: 100%;
		margin-top:12%
	}

}


@media only screen and (max-width: 600px) {
	.overlay-content {
		position: relative;
		width: 100%;
		max-height: 2rem;
		margin-left: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.list-container {
		position: relative;
		width: 100%;
		/* max-height: 2rem; */
		margin-top: 0;
		margin-left: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	li.nav-item{
		width: 80%;
		border-bottom:1px solid #fff;
		min-height: 3rem;
	}
	.caret {
		display: block;
	}
	.dropdown {
		margin-bottom:0;
	}

	/*.caret + .submenu {
	display: none;
}

	.caret:active + .submenu {
	display: none;
}*/

	.overlay-content-link {
		width: 100%;
		margin-top:0;
	}
}	

@media only screen and (max-width: 600px) {
	.overlay-content-link {
		display: flex;
		justify-content: space-between;
	}
} 



/* Estilo para el submenú */


.dropdown-menu {
	position: static !important; /* Restaura la posición estática si el submenú se oculta inicialmente */
}
/* Estilos para pantallas más grandes o iguales a 600px */
.overlay-content-wrapper {
	display: flex;
	justify-content: space-between;
	width:100%;
}
/* Media query para pantallas menores de 600px */
@media (max-width: 600px) {
	.overlay-content-wrapper {
		flex-direction: column;
	}

	.overlay-content,
	.overlay-content-link {
		width: 100%;

	}
}

ul.nav-list{
	display:flex;
	flex-direction: column;
	width:100%;
	flex-wrap:wrap;
	justify-content:space-between;

}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #4C85CB;
	font-weight:bold;
	text-decoration: none;
	background-color: transparent;
}
a.Styles_buttonOrange__XhkKx:hover{
	color:black;
}
