/*Estilos del menú principal*/

.cbp-hrmenu {
    margin-top: -2em;
    font-family: Lato;
    color: #005FB6;
    background-color: white;
    z-index: 200;
    border-style: none;
    border: none;
    border-width: 0;
    outline: none;
}

    /* general ul style */
    .cbp-hrmenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-family: 'Lato';
        text-decoration: none;
        color: #005FB6;
        border-style: none;
        border: none;
        border-width: 0;
        outline: none;
    }

    /* first level ul style */
    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 99%;
        max-width: 70em;
        margin: 0 auto;
        padding: 0 1.875em;
        font-family: Lato;
        color: #005FB6;
        border-style: none;
        border: none;
        border-width: 0;
        outline: none;
    }
        /*definición estática primera línea*/
        .cbp-hrmenu > ul > li {
            display: inline-block;
            color: #005FB6;
            border-style: none;
            border: none;
            border-width: 0;
            outline: none;
            background-color: white;
        }

            .cbp-hrmenu > ul > li > a {
                font-weight: 500;
                padding: 1em 2em;
                display: inline-block;
                text-decoration: none;
                color: #005FB6;
                border-style: none;
                border: none;
                border-width: 0;
                outline: none;
            }
                /*Hover primera línea*/
                .cbp-hrmenu > ul > li > a:hover {
                    text-decoration: none;
                    background: white;
                    color: #95B7DA;
                    border-style: none;
                    border: none;
                    border-width: 0;
                    outline: none;
                }

            /*Hover y selección interior primera línea y tb interior menú secundario*/
            .cbp-hrmenu > ul > li.cbp-hropen a,
            .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
                color: white;
                background: #005FB6;
                font-style: normal;
                border-style: none;
                border: none;
                border-width: 0;
                outline: none;
            }

    /* sub-menu */
    .cbp-hrmenu .cbp-hrsub {
        display: none;
        position: absolute;
        background: #005FB6;
        /*background: #649CD3;*/
        width: 100%;
        left: 0;
        outline: none;
    }

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 3em;
    z-index: 99999;
    outline: none;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    width: 33%;
    float: left;
    padding: 0 2em 0;
    outline: none;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
    outline: none;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
    line-height: 1.3em; /*2em;*/
    text-decoration: none;
}

.cbp-hrsub h4 {
    color: #afdefa;
    padding: 2em 0 0.6em;
    margin: 0;
    font-size: 160%;
    font-weight: 300;
    font-family: 'Lato';
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) {

    .cbp-hrmenu {
        font-size: 80%;
        font-family: 'Futura LT Pro';
        z-index: 500;
        border-style: none;
        position: relative;
    }
}

@media screen and (max-width: 43em) {

    /*Menú principal para pantalla de 1440*900px */
    .cbp-hrmenu {
        font-size: 120%;
        border: none;
        border-style: none;
        left: 50%;
        top: 0;
        text-decoration: none;
        text-align: left;
        font-family: 'Futura LT Pro';
        background: white;
        background-color: white;
        z-index: 900;
    }

        .cbp-hrmenu > ul,
        .cbp-hrmenu .cbp-hrsub-inner {
            width: 100%;
            padding: 0;
            text-decoration: none;
        }

        .cbp-hrmenu .cbp-hrsub-inner {
            padding: 0 2em;
            font-size: 75%;
            text-decoration: none;
            text-align: left;
        }

        .cbp-hrmenu > ul > li {
            display: block;
            border-bottom: 2px solid #005FB6;
            text-decoration: none;
        }

            .cbp-hrmenu > ul > li > a {
                display: block;
                padding: 1em 3em;
                text-decoration: none;
            }

        .cbp-hrmenu .cbp-hrsub {
            position: relative;
            text-decoration: none;
            text-align: left;
            z-index: 99;
        }

    .cbp-hrsub h4 {
        padding-top: 0.6em;
    }
}

@media screen and (max-width: 40em) {
    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 100%;
        float: none;
        padding: 0 2em;
    }
}
