
nav{
    z-index: 999;
    margin-bottom: -180px;
}

nav.glass-effect{
     background: #fafafa05;    
    -webkit-backdrop-filter: blur(0.2rem);
    backdrop-filter: blur(0.2rem);
    min-height: 100px;
    border-bottom: thin solid #fafafa05;    
}


.navbar{
    padding: 20px 15px;
    padding-top: 0px;
}

.navbar-brand{
    padding: 15px;
}

.navbar-brand img{
    height: 50px;
    width: auto;
}

.navbar-brand img.white-logo{
    filter: drop-shadow(2px 2px 2px #000);
}

.nav-item{
    margin: 0px 5px;

}


a.nav-link{
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    transition: all 0.5s;
    font-size: 1em;
   
}


a.nav-link:hover{
    color: #ff004c;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}
a.nav-link:focus{
    color: #cfe5ff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}



.nav-item .nav-link.active{
    color: #ff004c;
        font-weight: 800;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    transition: all 0.5s;
}

.nav-item .nav-link.active:hover{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    transition: all 0.5s;
}

.nav-line{
    height: 1px;
    width: 30%;
    background: #fff;
    z-index: 1000;
    position: absolute;
    top: 80px;
    left: 150px;
}

.navbar-toggler{
    color: #b4c9df;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    background: #fafafa50; 
    border: #b4c9df thin solid;
    transition: all 0.5s;
}

.navbar-toggler:hover{
    color: #fff;
    padding: 10px;
    text-shadow: 1px 1px 2px #000;
    background: #fafafa10; 
    border: #fafafa30 thin solid;
    transition: all 0.5s;
}

.navbar-toggler:focus{
    color: #d5d7e1;
    background: #fafafa10; 
    transition: all 0.5s;
     box-shadow: none;

}

.navbar-toggler i{
    font-size: 1.5em;
}

/*IDIOMAS*/
.lang-top-bar{
    position: relative;
    z-index: 9999;
    text-align: right;
    justify-content: end;
     background: #fafafa05;    
    -webkit-backdrop-filter: blur(0.2rem);
    backdrop-filter: blur(0.2rem);
    border-bottom: thin solid #fafafa05;  
}

.banderas-idiomas{
    padding: 0px 25px;
    padding-top: 15px;
    color: #fff;
}

.banderas-idiomas button{
    display: none;
}

.banderas-idiomas span{
    font-size: 1em;
    padding: 0px 5px;
    text-shadow: 1px 1px 0px #002357;
}

.banderas-idiomas a span{
    font-weight: 500;
    color: #fff;    
    font-family: "IBM Plex Sans", sans-serif;
    padding: 0px 3px;
    transition: all 0.5s;
}

.banderas-idiomas a span.activa{
    color: #cfe5ff;    
    font-weight: 400;
    transition: all 0.5s;
}


.banderas-idiomas a span:hover{
    color: #e51a4c;    
    transition: all 0.5s;
}
@media (max-width: 991px){


        nav.glass-effect{
     border-bottom: thin solid #fafafa15; 
     background: #fafafa10;   
     padding-top: 15px;
     
}
a.nav-link{
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
     border-bottom: solid thin #fafafa10;
     padding: 15px 0px; 
     margin-bottom: -15px;
     color: #fff;
}
    .navbar-collapse{
    margin-top: 1em;
    padding: 30px;
    background: #fafafa25;
    border: #b4c9df50 thin solid;
    border-top: none;
    border-bottom: none;

   /* background: rgba(250, 250, 250, 0.2);
background: linear-gradient(0deg, rgba(250, 250, 250, 0.2) 0%, rgba(250, 250, 250, 0.2) 10%, rgba(250, 250, 250, 0.2) 50%, rgba(250, 250, 250, 0.2) 90%, rgba(250, 250, 250, 0) 100%);*/
}

.navbar-brand img{
    height: 45px;
    width: auto;
}

ul.navbar-nav{
    margin-bottom: 50px;
}
.banderas-idiomas.mobile{
    display: contents;
    position: relative;
    padding: 5px;
    
  
}
.banderas-idiomas span{
    font-size: 1.2em;
    padding: 0px 5px;
    text-shadow: 1px 1px 0px #002357;
}

.banderas-idiomas a span{
    border: solid thin #fafafa20;
    padding: 0px 10px;
}

}


@media (min-width: 1100px) and (max-width: 1199px){
        .nav-item{
    margin: 0px 3px;
}
}

@media (min-width: 992px) and (max-width: 1099px){
    .nav-item{
    margin: 0px 2px;
}
a.nav-link{
    font-size: 0.9em;
}
.navbar-brand img{
    height: 45px;
    width: auto;
}

}



/*

@media (min-width: 1200px) and (max-width: 1399px){}

@media (min-width: 1100px) and (max-width: 1199px){}

@media (min-width: 992px) and (max-width: 1099px){}

@media (min-width: 768px) and (max-width: 991px){}

@media (min-width: 576px) and (max-width: 767px){}

@media (max-width: 575px){}

*/

/*OCULTAR ELEMENTOS*/
 #tgAI, #tgAIfooter{
    display: none;
}
