.header1{
 /*box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 40px -10px;*/
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10000;
}

.header1.inverted{
	box-shadow: 0 3px 5px 0.3px rgb(0 0 0 / 10%);
	background: white;
}

.header {
  overflow: hidden;
  padding: 16px 8px;
  margin-left:auto;
  margin-right:auto;
}

.imglogo {
	display: block;
	width: 110px;
	/*width:50px; 
	height:50px;
	margin-right: 5px;*/
}



/*/////////*/

.navegation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.navegation ul li {
    display: inline-block;
}

.menu li {
    cursor: pointer;
}

.navegation > ul > li > a {
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.4 linear;
    border-radius: 5px;
	text-decoration: none;
	font-family: 'nunito600';
	color: #677788;
}

.b {
	color:white;
}


.MasFunciones {
    border-top: 3px solid var(--main-al-blue);
    background-color: white;
    width: 670px;
    border-radius: 5px;
    position: absolute;
    display: none;
    padding: 10px;
    border: var(--main-al-secondaryBlue) 2px solid;
    font-weight: 600;
    text-align: left;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.MasFunciones__principal {
    display: inline-flex;
}

.Nominas {
    margin-bottom: 10px;
    display: inline-flex;
    width: 300px;
    margin-left: 15px;
}

.Nominas__container {
    display: inline-flex;
    padding: 15px;
    width: 300px;
}

.NominasSvg {
    width: 90px;
    text-align: center;
    color: #377dff;
    margin-right: 5px;
    border-radius: 100%;
}

.NominasSvg i {
    margin-top: 20px;
    font-size: 30px;
}

.Nominas__txt--active {
    color: black;
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 15px;
}


.Nominas__txt__change {
    color: black;
    font-weight: 400;
    font-size: 14px;
	margin: 0;
}

.MasFunciones__idiom {
    border-top: 3px solid var(--main-al-blue);
    background-color: white;
    width: 670px;
    border-radius: 5px;
    position: absolute;
    display: none;
    padding: 10px;
    border: var(--main-al-secondaryBlue) 2px solid;
    font-weight: 600;
    text-align: left;
}

.idiom__desplegable {
    width: 130px;
    height: 140px;
    
}


.btn{
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 0.6px solid transparent;
    font-size: 1rem;
    border-radius: 0.3125rem;
   
}

.boton-primary{
    background-color: var(--main-al-blue);
    color: var(--main-al-white);
    border-color: var(--main-al-blue);
}


.logo {
	margin-top: 8px;
	
}


.functions:hover .MasFunciones{
    display: block;
	
}
.functions:hover .cln999n1001{
    display: none;
	
}

.functions:hover .cln999n1006 {
    color: #377dff;
}

.functions:hover .cln999n1008{
    display: inline-block;
	
}

.Recursos:hover .MasFunciones{
    display: block;
}

.Recursos:hover .cln999n1001{
    display: none;
	
}

.Recursos:hover .cln999n1006 {
    color: #377dff;
}

.Recursos:hover .cln999n1008{
    display: inline-block;
	
}





.idiom:hover .MasFunciones__idiom{
    display: block;
}

.idiom:hover .cln999n1001{
    display: none;
	
}
.idiom:hover .cln999n1006 {
    color: #377dff;
}

.idiom:hover .cln999n1008{
    display: inline-block;
	
}



.Nominas:hover{
    
    background-color: var(--main-al-secondaryBlue);
    border-radius: 10px;
}



.ini {
    font-weight: 600;
    color: #377dff;
}

.header2 {
    position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10000;
	display:none;
}


.header2.inverted{
	box-shadow: 0 3px 5px 0.3px rgb(0 0 0 / 10%);
	background: white;
}



.cln999n1000  {
	display:flex;
	justify-content: space-between;
	
}

.cln999n1001 {
	display:inline-block;
	padding-left: 10px;
	padding-top: 3px;
	
}



.cln999n1002 {
	display:flex;
	
}

.cln999n1003{
    display: grid;
    grid-template-columns: auto auto;
}

.cln999n1004{
	padding-top: 2px;
}

.cln999n1005{
	margin: 0px;
}

.cln999n1006:hover {
    color: #377dff;
	cursor:pointer;
 }

.cln999n1007 {
    width: 350px;
}


.cln999n1008 {
	display:none;
	padding-left: 10px;
    padding-top: 3px;
	
}

.cln999n1009 {
	display:flex;
	justify-content: space-between;
}

.cln999n1010 {
    background: white;
	color:#677788;
	border: 1px solid rgba(33,50,91,.1);
	padding: 4px 10px;
	border-radius: 0.3125rem;
	cursor:pointer;
}

.cln999n1011{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
    overflow-x: hidden;
    transition: 0.5s;
}

.cln999n1012 {
    height: 100%;
    width: 400px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    padding-top: 20px;
    display: none;
    padding: 0 20px;
    padding-top: 15px;
}

.cln999n1013 {
    background: inherit;
    color: #677788;
    border: 1px solid rgba(33,50,91,.1);
    padding: 4px 6px;
    border-radius: 0.3125rem;
    cursor: pointer;
}

.cln999n1014 {
	padding-top: 40px;
}

.cln999n1015 {
    padding: 10px;


}
.cln999n1016 {
    width: 100%;
    text-align: left;
    cursor: pointer;
    border: none;
    background: inherit;
    color: #677788;
    font-size: 18px;
    font-family: 'nunitoregular';
	display: flex;
    justify-content: space-between;
	outline: none;
}

.cln999n1016:hover {
	color:var(--main-al-blue);
}

.cln999n1017{
	padding: 1px 6px;
}

.cln999n1018{
	display:none;
}

.cln999n1019{
	border-left: 2px solid rgba(33,50,91,.1);
    margin-left: 25px;
}

.cln999n1020{
	color:#1e2022;
	padding: 8px 16px;
	display: block;
	border-radius: 0.3125rem;
	cursor:pointer;
	margin-left: 10px;
    padding-left: 6px;
}

.cln999n1020:hover{
	background:rgba(189, 197, 209, 0.2);
}


.cln999n1021 {
    border: none;
    padding: 10px 12px;
    font-size: 16px;
    cursor: pointer;
    background-color: var(--main-al-blue);
    border-radius: 0.375em;
    outline: none;
    color: #fff;
    font-family: 'nunito600';
    text-decoration: none;
	display:block;
	width: 125px;
    text-align: center;
	
}

.cln999n1022 {
	display: block;
    color: var(--main-al-blue);
    text-decoration: none;
    outline: none;
}

.cln999n1023 {
	display: grid;
    grid-gap: 18px;
    padding-top: 30px;
    padding-left: 16px;
	
	
	
}

.cln999n1024 {
	border: none;
    font-family: 'nunito600';
    color: #677788;
    outline: none;
    cursor: pointer;
    font-size: 16px;
	background: inherit;
}

.cln999n1024:hover {
	color:var(--main-al-blue);
}







/*//////  media querys   //////*/

@media screen and (max-width: 1280px) {
	.header1 {
		display:none;
	}
	.header2 {
		display: block;
	}
}





@media screen and (max-width: 800px) {
	.cln999n1012 {
		width: 300px;		
	}

}


@media screen and (min-width: 768px) and (max-width: 1024px) {
.header {
max-width: 768px;
}
}

@media screen and (min-width: 1024px) and  (max-width: 1280px) {
.header {
max-width: 1024px;
}
}


@media screen and (min-width: 1280px) {
.header {
max-width: 1280px;
}
}