header ul{
    list-style: none;
}

.header-action-buttons{
    background: #27884F;
    color: white !important;
    padding: 0.75rem !important;
    margin: 1rem !important;
    cursor: pointer;
    font-size: 1.5vh !important;
}

.header-action-buttons:hover{
    box-shadow: 0 0 10px 0 white;
    border-radius: .25rem !important;
}

header *{
    z-index: 100;
}
.navegacion{
    padding: 0;
}
ul.navegacion li{
    background-color: white;
}

ul.navegacion{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100%;
}

.navegacion a{
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    color: dimgrey;
    text-decoration: none;
    padding: 1rem;
    display: block;
}
.navegacion a:hover{
    color: black;
    text-decoration: none;
}


.full-header{
    display:inline-flex;
    margin: 0 2rem;
    align-content: center;
    align-items: center;
}

#barra-navegacion{
    margin-left: 2rem;
    margin-right: 1rem;
}
.collapse-nav{
    position: relative;
}
.collapse-nav:hover{
    color: black;
    background-color: white;
}


.nav-ul{
    display: inline-flex;
    margin: 0;
}

.collapse-header{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 40px 15px 15px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    background-color: inherit;
    display: block;
}
.collapse-header:hover{
    color: black;
}

