a:link{
    text-decoration: none;
}
a:hover{
    color: rgb(0, 0, 0);
}
header{
    position: fixed;
    top: 0;
    left: 0;
    transition: all 1s ease;
    z-index: 101;
    width: 100%;
    background: rgb(1, 29, 76) !important;
}
.dropdown-menu{
    background: rgb(1, 29, 76) !important;
}
.navbar button{
    color: rgb(255, 255, 255);
}
.navbar{
    padding: 0PX;
}
.navbar-brand{
    width: 25%;
}
.nav-item a:hover{
    color: rgba(255, 230, 0, 0.863);
}
.dropdown-item:hover{
    background: rgb(1, 29, 76);
}
.idioma_menu{
    font-size: 20px;
}
.logotipo{
    width: 100%;
    height: 90px;
    padding: 10px 30px;
}
.logotipo img{
    height: 100%;
}
.nav-item a{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.logo_titulo{
    width: 70%;
    height: 90px;
    padding: 10px 20px;
}
.active a{
    font-weight: 600;
    color: rgba(255, 230, 0, 0.863);
}