@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.contenedor-menu {
    width: 100%;
    display: flex;
		padding-top: 0px; /*15px*/
		margin-bottom: 30px;
    justify-content: center;
    transform: scale(.96);

}

.submenus-item-left, .submenus-item-center, .submenus-items-right {
    width: 100%; /*CAMBIAR POR 31%*/
    height: auto;
    margin: 5px; /*5px 12px*/
    padding:10px;  /*12px*/
    transition: .6s;
}

.submenus-item-left:hover {
    transform: scale(1.04);
    transition: .6s;
    border-radius: 8px;
background: #fff;
box-shadow:  5px 10px 10px #bebebe,
    -5px -10px 20px #ffffff;
}


.submenus-item-center:hover {
    transform: scale(1.04);
    transition: .8s;
    border-radius: 8px;
background: #fff;
box-shadow:  5px 10px 10px #bebebe,
    -5px -10px 20px #ffffff;
}


.submenus-items-right:hover {
    transform: scale(1.04);
    transition: .8s;
    border-radius: 8px;
background: #fff;
box-shadow:  5px 10px 10px #bebebe,
    -5px -10px 20px #ffffff;
}

 .titulo-area-menu {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0px 3px;
    text-align: left;
    transform: translateX(-4%);
    color: #121b37;
    border-top: solid;
    border-width: 1.5px;
    border-color: #c0b8b8;
    border-radius: 5px;
}

.contenedor-menu li, a{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #121b37;
    font-weight: 600;
    line-height: 1.7;
		margin: 3px 2px;}


li.enlaces-programas, a.enlaces-programas  {
    font-size: 15px;
    transition: .5s;
}

li.enlaces-programas:hover, a.enlaces-programas:hover  {
    color: #19B0B9;
    transform: scale(1.03)translateX(10px);
    transition: .5s;
}

/*HERE*/


.titulo-area-menu::before, .contenedor-menu h2::before {
    content: "-";
    transform: translateY();
	color: #e5aa33;
	font-size: 25px;
}


@media (max-width: 990px) {
    
     .contenedor-menu {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: scale(.99)translateX(5px);
				padding: 6px 10px;
    }

    .submenus-item-left, .submenus-item-center, .submenus-items-right {
        width: 100%;
        height: auto;
        margin: 0px 0px;
        padding: 5px;
        transition: .6s;
    }
    .contenedor-menu h2 {
        font-size: 15px;
				font-weight: 600;
        line-height: 1.5;
        padding: 0;
        margin: 0;
        padding-top: 15px;
        text-align: left;
        margin-left: 8px;
    }
		/*ENLACES DEL SUBMENU*/
     .contenedor-menu li{
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        color: #121b37;
        font-weight: 600;
        line-height: 1.5;
        margin: 5px 6px;
    }

    .titulo-area-menu::before, .contenedor-menu h2::before{
        content: " -";
        transform: translateY();
        color: #e5aa33;
        font-size: 15px;
    }
		
	.submenus-item-left:hover {
				transform: scale(1.01);
				transition: .6s;
				border-radius: 8px;
		background: #fff;
		box-shadow:  none;
		}


		 .submenus-item-center:hover {
				transform: scale(1.01);
				transition: .8s;
				border-radius: 8px;
		background: #fff;
		box-shadow:  none;
		}


		 .submenus-items-right:hover {
				transform: scale(1.01);
				transition: .8s;
				border-radius: 8px;
		background: #fff;
		box-shadow:  none;
		}
}