.header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.ex-header-escritorio{
    background-color: #651074;
    padding: 0 50px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ex-header-escritorio {}

.ex-header-escritorio {}

.ex-header-escritorio {}

.ex-header-logo {
    width: 100px;
    cursor: pointer;
    transition-duration: 300ms;
}

.ex-header-logo:hover,
.footer-logo:hover {
    transform: translateY(-3px);
}

.ex-header-nav ul{
    display: flex;
    gap: 30px;
}

.ex-header-nav a {
   color: #31982d;
   font-size: 20px;
   font-family:serif;
   text-transform: uppercase;
}

.ex-header-nav a:hover {
    border-bottom: 15px solid #31982d;
    color: #3AB7E7;
    transition-duration: 100ms;
}


.visible{
    display: block ;
}



@media (max-width: 700px) { 
    header{
        padding: 0;
    }
    .ex-header-escritorio{
        padding: 0 10px ;
    }
    
    /* 
    .menu-hamburguesa{
        display: block;
    }
    .ex-header-nav{
        display: none;
    }
}