﻿/* ------ Navegacion ----- */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

.nav {
    width: 100%;
    height: 35px;
    background-color: #fff;
    position: fixed;
    z-index: 200;
    border-bottom: #cacaca 1px solid;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


.logo {
    position: fixed;
    padding: 6px;
    padding-left: 4px;
    padding-right: 3px;
    background-color: #fff;
    z-index: 201;
    border-radius: 4px;
    left: -4px;
    max-width: 100px;
}

.navbuttons {
    float: right;
    height: 35px;
    line-height: 35px;
    padding-right: 11px;
}

.navbutton {
    color: #999;
    letter-spacing: .7px;
    margin-right: 7px;
    font-size: 13.5px;
    -webkit-font-smoothing: auto;
    cursor: pointer;
}

    .navbutton:hover {
        color: #88c164;
    }

.selectnav {
    position: absolute;
    top: 35px;
    margin: auto;
    width: 100%;
    background-color: #f3f3f3;
}

.ajustesubnav {
    padding-top: 70px;
}

.selectnavbox {
    position: relative;
    width: 50%;
    height: 55px;
    margin: auto;
    left: 0;
    right: 0;
    border-bottom: solid 1px #e4e4e4;
    z-index: 1;
    font-size: 22px;
    color: #000;
    line-height: 55px;
}

.subnavbutton {
    float: right;
    margin-left: 15px;
    font-size: 13.5px;
    font-weight: 500;
}


.micuentaimg {
    width: 10px;
    margin-right: 3px;
}



@media (max-width: 750px) {
    .selectnavbox {
        width: 70%;
    }
}

@media (max-width: 490px) {
    .selectnavbox {
        text-align: center;
    }

    .subnavbutton {
        width: 50%;
        margin-left: 0px;
    }

    .navboxtitle {
        float: left;
        width: 100%;
    }

    .ajustesubnav {
        padding-top: 125px;
    }

    .logo {
        max-width: 75px;
    }
}

@media (max-width: 399px) {
    .navbutton {
        margin-right: 5px;
    }

    .micuentatxt {
        display: none;
    }

    .micuentaimg {
        margin-right: 0px;
    }
}




.corporatenav {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: auto;
    text-align: left;
    width: 275px;
    position: fixed;
    right: -300px;
    top: 36px;
    z-index: 199;
    background-color: #fff;
    border-left: 1px #cacaca solid;
    min-height: 100vh;
    height: calc(100vh - 36px);
    line-height: 20px;
    color: #999;
    font-size: 13.5px;
    /* Opera/IE 8+ */
}

.corporatemenu {
    color: #D8D8D6;
    -webkit-font-smoothing: auto;
    font-size: 13.5px;
    line-height: 20px;
    overflow-y: scroll;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    padding: 25px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .corporatemenu a {
        color: #999;
        text-decoration: none;
        font-size: 13.5px;
        line-height: 20px;
        -webkit-font-smoothing: auto;
    }

        .corporatemenu a:hover {
            color: #88c164;
            text-decoration: none;
            font-size: 13.5px;
            line-height: 20px;
            -webkit-font-smoothing: auto;
        }


.corporatenavtitle {
    -webkit-font-smoothing: auto;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 35px;
}

.corporatebutton {
    float: right;
    padding-left: 15px;
    border-left: 1px #cacaca solid;
    margin-left: 10px;
    width: 75px;
    height: 100%;
    text-align: center;
}

.menucorp {
    width: 35px;
    height: 35px;
    float: right;
    border-left: 1px #cacaca solid;
    background-image: url(http://192.254.169.125/~zetagasnoroeste/images/menucorp.png);
    background-position: 7px center;
    background-size: 30px;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: none;
}

.letraverde {
    color: #88c164;
}

.noscroll {
    position: fixed;
}

@media (max-width: 1024px) {
    .corporatemenu {
        line-height: 27px;
    }

        .corporatemenu a {
            line-height: 27px;
        }
}


@media (max-width: 475px) {
    .menucorp {
        display: block;
    }

    .corporatebutton {
        display: none;
    }
}

.subnavbuttonsalir {
    float: right;
    margin-left: 24px;
    font-weight: 500;
}
