﻿.menu_perfil {
    font-family: "Montserrat", sans-serif;
    font-weight:400;
    font-size: 13px; 
}
 
.nav_menu {
    flex: 0 auto;
    align-items: start;
    display: flex;
}

.nav_item
{
   
}

.nav_link {
    color: #fff;
    letter-spacing: .03rem;
    align-items: start; 
    padding: 1rem 1rem;

    font-family: Neuemontreal, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    transition: opacity .4s;
    display: block; 
}

    .nav_link:hover {
        color: #ffd800;
        opacity: .65;
    }

    .nav_link.w--current {
        color: #ffd800;
        opacity: .65;
    }

    .nav_link.home {
        display: none;
    }


    .nav_link.active {
        color: #ffd800;
        opacity: .65;
    }

.nav_link2 {
    color: #fff;
    letter-spacing: .03rem;
    align-items: start;
    /*padding: 1rem 1rem;*/
    padding-top: 1.1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0rem;
    font-family: Neuemontreal, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    transition: opacity .4s;
    display: block;
}

    .nav_link2:hover {
        text-decoration-style:solid;
        text-decoration: underline;
        text-decoration-thickness: 7px;
        text-decoration-color: #00A1E0;
        color: #fff; 
    }

    .nav_link2.w--current {
        text-decoration-style: solid;
        text-decoration: underline;
        text-decoration-thickness: 7px;
        text-decoration-color: #00A1E0;
        color: #fff; 
    }

    .nav_link2.home {
        text-decoration: none;
        display: none;
    }

    .nav_link2.active {
        text-decoration-style: solid;
        text-decoration: underline;
        text-decoration-thickness: 7px;
        text-decoration-color: #00A1E0;
        color: #fff;
    }


.nav_wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.texto_inicio {
    font-size: 15px;
    font-family: Roboto;
    text-align: left;
}

.hero_subtitle {
    letter-spacing: .03rem;
    font-family: Neuemontreal, sans-serif;
    font-size: 15px;
    text-align: left;
}

/*Parte del faldon*/

.links-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.links-list li {
    list-style-type: none;
    text-align: left;
}

.links-list li:first-child {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
}


.links-list li > a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 0.9rem;
}

.links-list li > a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
    cursor: pointer;
}

#links-quicklinks li {
    display: block;
    text-align: right;
}

#links-quicklinks li > a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    border-right: 4px solid #9f9f9f;
    padding-right: 10px;
    word-break: break-all;
}

#links-quicklinks li > a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;  
}

@media (max-width: 768px) {
    .div_descarga {
        display: none !important;
    }
}