﻿
/*
[----------------------------------]
[-------- CABECERA INTERIOR -------]
[----------------------------------]
*/

.top-outer {
    background-color: #1b1b1b;
}


.top {
    background-color: #1b1b1b;
    padding: 12px;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}


.top .logo img {
    width: 180px;
    height: 44px;
}

@media only screen {
    /* this is used when printing */
    .top .top-url {
        display: none;
    }
}

.top .top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.top-menu-container {
    position: relative;
}

.top .top-menu li {
    float: left;
    list-style: none;
}

.top .top-menu li a {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 15px;
    font-size: 12px;
    position: relative;
}



.top .top-menu li:first-child a:before,
.top .top-menu li.homelink a:before,
.top .top-menu li.lang-select label:before {
    content: normal;
}

.menu-container {
    position: relative;
}

.responsive-menu-toggle {
    cursor: pointer;
    display: none;
}

.responsive-menu-toggle span {
    width: 24px;
    height: 3px;
    background-color: #FFF;
    border-radius: 1px;
    margin: 5px 0;
    display: block;
    transition: 0.4s;
}

.top-degree .responsive-menu:not(.active) {
    display: none;
}

.top-degree .responsive-menu {
    position: absolute;
    background-color: black;
    margin: 0;
    padding: 5% 0;
    width: 100%;
    z-index: 99;
    list-style: none;
    text-align: right;
}


.top-degree .responsive-menu li {
    margin: 20px;
    text-transform: uppercase;
}
