﻿* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Segoe UI", MYRIADPRO, Arial, Helvetica, Verdana, sans-serif;
}

body {
    font-family: "Segoe UI", MYRIADPRO, Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}

a {
    font-family: "Segoe UI", MYRIADPRO, Arial, Helvetica, Verdana, sans-serif;
}
.stl_menu_activo {
/*    background: rgba(200,150,20,1.0);
    background-color: rgba(200,150,20,1.0);*/
    background: #e1aa12;
    background-color: #e1aa12;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
}


.titH4 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    margin: 10px 0px;
    display: block;
    border-left: 4px solid #e1aa12;
}

nav {
    /*position:fixed;*/
    /* height:65px;
    line-height:65px;*/
    width: 100%;
    z-index: 999;
    max-width: 1250px;
    position: absolute;
}
nav .wrapper {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position:relative;
    max-width: 1250px;
    padding: 0 10px;
    margin: auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.logo{
    display:flex;
    flex-flow:row nowrap;
    justify-content:flex-start;
    align-items:center;
    margin:0;
    padding:0;
    gap:10px;
}
.wrapper .logo h1 {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 50px;
    font-weight: 500;
    font-family: BANKGTHD,Arial, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    line-height:60px;
    display:block;
    margin:0;
    padding:0;
}
.wrapper .logo img{
    width:auto;
    height:60px;
    margin:0;
    padding:0;
}





.wrapper .nav-links {
    display: inline-flex;
}

.nav-links .movile-item {
    display: none;
}

.nav-links li {
    padding: 40px 0px;
    list-style: none;
    border: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

    .nav-links li:hover {
        /*background-color: #e1aa12;*/
        background-color: #c89614;
    }

    .nav-links li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 15px;
        text-transform: uppercase;
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
        /*        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;*/
    }

        .nav-links li a:hover {
            /*background-color: #e1aa12;*/   /*------------------------------------------------------------------------------*/
/*            box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;
            -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;
            -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;*/
        }

    .nav-links li ul li {
        padding: 0px;
        list-style: none;
        border: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        .nav-links li ul li:hover {
            padding: 0px;
            list-style: none;
            border: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
.nav-links .drop-menu {
    background-color: #3a3a3a;
    width: 200px; /*180px*/
    top: 80px;
    line-height: 40px;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    top: 70px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.drop-menu li a {
    width: 100%;
    display: block;
    /*padding: 15px 0 15px 15px;*/
    padding: 0 0 0 15px;
    font-weight: 400;
    /*line-height: 22px;*/
    text-transform: initial;
    border-top: 1px solid rgba(255,255,255,0.06);
}

    .drop-menu li a:hover {
        background-color: #e1aa12;
    }

.mega-box {
    position: absolute;
    top: 80px; /*---------------------------------------------------------------------------------*/
    width: 100%;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    /*padding:0 30px;*/
}

    .mega-box .content {
        background-color: #3c3c3c;
        padding: 25px 20px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

.content .row {
    width: calc(25% - 30px);
    line-height: 40px;
}

    .content .row img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding:10px 20px;
    }

    .content .row h4 {
        color: #f9f9f9;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 18px;
    }

    .content .row .mega-links {
        border-left: 1px solid rgba(255,255,255,0.09);
        margin-left: 0px;
    }

    .content .row:nth-child(1),
    .content .row:nth-child(1) {
        border-left: 0px;
    }

.row .mega-links li a {
    padding: 15px 20px;
    color: #f9f9f9;
    font-size: 14px;
    display: block;
    text-transform: initial;
    line-height: 18px;
}

    .row .mega-links li a:hover {
        background-color: #e1aa12;
    }

.wrapper .btn {
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    /*top: 18px;*/
    top: 40px;
    right: 10px;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

    .wrapper .btn img {
        background-color: #e1aa12;
        width: 38px;
        height: 38px;
        padding: 10px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .wrapper .btn .cancel-btn {
        position: absolute;
        right: 30px;
        top: 10px;
    }

.wrapper input {
    display: none;
}




/*@media ( max-width:960px)*/
@media screen and (max-width:960px) {



    .wrapper .logo h1 {
        font-size: 38px;
        font-weight: 500;
    }

    .wrapper .logo img {
        height: 60px;
    }

    nav .wrapper { /* esto solo es para esta pagina del Parlamento*/
        height: 0px;
    }


    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        display: none;
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 300px;
        background-color: #535353;
        display: block;
        top: 0;
        left: -100%;
        overflow-y: auto;
        line-height: 50px;
        padding: 50px 10px;
        box-shadow: 0 15px 15px rgba(0,0,0,0.15);
        transition: all 0.3s ease;
    }

    #menu-btn:checked ~ .nav-links { /*Menu principal*/
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn { /*Menu principal*/
        display: none;
    }
    /*    .nav-links::-webkit-scrollbar {
        width: 0px;
    }*/
    .nav-links li {
        padding: 0px;
        margin: 15px 10px;
        border: 1px solid rgba(255,255,255,0.08);
    }

        .nav-links li a {
            padding: 0 20px;
            display: block;
            font-size: 14px;
            /*background-color: #282828;*/
        }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        top: 65px;
        padding-left: 0px; /*20px*/
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    #showDrop:checked ~ .movile-item,
    #showMega:checked ~ .movile-item {
        background-color: #3a3a3a;
        box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;
        -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;
        -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;
    }
    /*-----------------------------------------------------------*/
    #showDrop_2:checked ~ .drop-menu,
    #showDrop_2:checked ~ .mega-box {
        max-height: 100%;
    }

    #showDrop_2:checked ~ .movile-item,
    #showDrop_2:checked ~ .movile-item {
        background-color: #3a3a3a;
        box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;
        -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;
        -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.25) inset;
    }
    /*-----------------------------------------------------------*/
    .nav-links .drop-menu li a {
        font-size: 13px;
        border-radius: 4px;
        border-top: 0px;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .movile-item {
        display: block;
        font-size: 14px;
        color: #f2f2f2;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

        .nav-links .movile-item:hover {
            background-color: #3a3a3a;
        }

    .mega-box {
        position: static;
        top: 65px;
        width: 100%;
        left: 0px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        background-color: #3c3c3c;
    }

        .mega-box .content {
            background-color: #3c3c3c;
            flex-direction: column;
            padding: 20px 0px 0px 0px;
        }

            .mega-box .content .row {
                width: 100%;
                margin-bottom: 15px;
                border-top: 1px solid rgba(255,255,255,0.08);
            }

                .mega-box .content .row:nth-child(1),
                .mega-box .content .row:nth-child(2) {
                    border-top: 0px;
                }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 0px;
    }

        .content .row .mega-links li {
            margin: 6px 0px;
        }

    .content .row h4 {
        font-size: 13px;
    }

    .wrapper input {
        display: none;
    }
}


