#hoverNone li:hover a i{
  color:white !important;

}
#hoverNone li:hover a {
  background-color:#293481 !important;
  color: white !important;
}


#header-container{

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #293481;
	
}

.wrapper-mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-topbar,
.header-main,
.container.mobile-bottom-container {
    padding: 10px;
}

.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-links li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.nav-links li:last-child {
    border-bottom: none;
}

.nav-links li a {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
}

.input-icon {
    position: relative;
}

.btn-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 1024px) {
    .header-topbar .container {
        display: none;
    }

    .container.mobile-bottom-container a:hover {
        color: inherit;
    }

    .container.mobile-bottom-container a:hover .fa {
        color: inherit;
    }
}

.logo-item img {
    height: 100px;
    object-fit: contain;
    width: auto;
    padding-right: 20px;
}

.logos-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.container {
    /* display: flex; */
    /* flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; */
}

.logo-item {
    margin: 10px;
}

.logo-item img {
    width: 250px;
    height: auto;
}

.logo-itemSm img {
    width: 170px;
    height: auto;
}
    



    .menuTecnologia {
        background-color: #FFF;
        font-size: 19px;
        color: #9f9f9f;
        padding: 0;
        margin: 0;
        background: url(images/fondoMenuTecnologia.png) no-repeat 0 0;
        width: 230px;
        height: 35px;
        padding-left: 20px;
        padding-top: 2px;
        text-decoration: none;
    }

    .menuTecnologia:hover {
        text-decoration: none;
        background-color: #f7ad00;
        color: #FFF;
    }

    .enlace1 {
        text-decoration: none;
        color: #9f9f9f;
    }

    .enlace1:hover {
        color: #FFF;
        text-decoration: none;
    }

    .imagenGaleria:hover {
        background: #f7ad00;
    }

    .listaElementos {
        font-family: 'Yanone Kaffeesatz';
        font-size: 20px;
        padding-top: 2px;
        font-weight: normal;
        line-height: 33px;
        list-style: none;
        color: #9f9f9f;
        padding-left: 10px;
    }

    .listaElementos:hover {
        font-family: 'Yanone Kaffeesatz';
        font-size: 20px;
        padding-top: 2px;
        font-weight: normal;
        line-height: 33px;
        list-style: none;
        color: #fff;
        background-color: #f7ad00;
    }

    .listaElementos a {
        text-decoration: none;
        color: #9f9f9f;
    }

    .listaElementos a:hover {
        color: #fff;
        background-color: #f7ad00;
        text-decoration: none;
    }
	
	img.logoExperiencia{
		padding:10%;
	}
	
	.cardXp {
		margin-left:5%;
		margin-top:5%;
		border-radius: 50px;
		background: #FFFFFF ;
		box-shadow: 5px 5px 5px #bebebe;  overflow: hidden;
		
		transform-style: preserve-3d;
		perspective: 1000px;
		transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
		cursor: pointer;
    }
			   
	.cardXp:hover {
		transform: rotateY(10deg) rotateX(10deg) scale(1.05);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

	.cardXp:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
	  z-index: 1;
	}

	.cardXp:hover:before {
	  transform: translateX(-100%);
	}

	.cardXp:after {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
	  z-index: 1;
	}

	.cardXp:hover:after {
	  transform: translateX(100%);
	}
	
	.fancybox__backdrop::after {
  content: '';
  position: absolute;
  width: 10%;
  height: 10%;
  filter: blur(2px);
  left: 50%;
  top: 50%;
  transform: scale(11);
  opacity: 0.3;
  background-image: var(--bg-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fancybox__toolbar {
  padding: 16px;
}

.fancybox__toolbar,
.fancybox__nav {
  --f-button-border-radius: 50%;
  --f-button-bg: rgb(91 78 76 / 64%);
  --f-button-hover-bg: rgb(91 78 76 / 74%);
  --f-button-active-bg: rgb(91 78 76 / 84%);
}

.fancybox__nav {
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
}

.fancybox__thumbs.is-classic {
  --f-thumb-width: 48px;
  --f-thumb-height: 48px;
  --f-thumb-gap: 16px;

  --f-thumb-border-radius: 6px;
  --f-thumb-outline: 0;
}

	
.accesoDirecto::after {
font-family: 'FontAwesome';
  position: absolute;
  content: '\f178';
}

.accesoDirecto{
  background-color:#FFB300;
  color:white;
  font-weight:700;
  padding:1rem;
  margin-top:2rem;
  padding-right:1.5rem;
  border-radius:0.5rem;
  
}

.accesoDirecto::after {
font-family: 'FontAwesome';
  position: absolute;
  content: '\f178';
}

.accesoDirecto2{
  background-color:var(--colorPrincipal);
  color:white;
  font-weight:400;
  padding:1rem;
  margin-top:2rem;
  padding-right:1.5rem;
  border-radius:0.5rem;
  display:block;
  font-size:1.5rem;
  transition: background-color 1s;
  transition: color 1s;
}

.accesoDirecto2:hover{
  transition: background-color 1s;
  background-color:var(--colorSecundario);
  color:white;
  font-weight:400;
  padding:1rem;
  margin-top:2rem;
  padding-right:1.5rem;
  border-radius:0.5rem;
  
  
}

.accesoDirecto2::after {
  margin-left:1rem;
  font-family: 'FontAwesome';
  position: absolute;
  content: '\f178';
}


.textoImportante{
	color:#FFB300;
	font-weight:700;
}

.text{
	line-height:2rem;
}


ul.piePagina > li > a {
	color:white !important;
}

ul.piePagina li .link::before {
	color:white !important;
}

ul.piePagina > li > a:hover {
	text-decoration:underline;
}

ul.piePagina li .link::before:hover {
	text-decoration:underline;
}