@media (max-width: 1024px){
    .navbar-nav {
        margin: auto;
        text-align: right;
    }

    .ax-menu {
        height: auto;
        padding: 10px 0;
    }

    .contenedor-full2 {
        height: 86vh;
    }
    .ax-contenedor-reportes {
        top: -10vh;
        width: 43%;
    }
    .contenedor-full2 {
        height: 100%;
        min-height: 100vh;
    }

}
@media screen and (max-width:991px){
    #reportContainer iframe {
        padding-top: 0px;
        background: #eaeaea;
    }
}
@media screen and (max-width:768px){
    .navbar-collapse.collapse {
        /* display: block !important; */
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0;
        box-shadow: none!important;
        padding-bottom: 2%;
    }
    #reportContainer iframe {
    width: 1280px !important;
    height: 100vh !important;
}
div#reportContainer {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling:touch;
}
    .navbar-toggle {
        display: none;
    }
    .navbar-right {
        width: 40%;
    }
    p.ax-usuario-re a {
    font-size: 12px;
}
section#loginForm>form {
    width: 100%;
}
form#logoutForm {
    position: fixed;
    text-align: left;
    left: 0;
    top: 0;
}
span.ax-item2 {
    display: none;
}
span.ax-item3 {
    font-size: 12px;
    display: block;
    padding: 5px 0;
}
.ax-contenedor-reportes {
    position: relative;
    display: block;
    width: 100% !important;
    text-align: center;
    height: auto!important;
    top: 0;
    right: 0;
}
select#Reportes {
    padding: 0 !important;
    height: auto !important;
    margin-top: 0 !important;
}
p.white {
    font-size: 12px;
    line-height: 1.2em;
}
.contenedor-full2:before {
    display: none;
}
p.ax-entradilla {
    font-size: 12px;
    line-height: 1.2em;
}
span.ax-item3 a {
    z-index: 5;
}
.ax-contenedor-menu {
    padding-top: 10px;
}
.contenedor-full2.login {
    background-position: 99% center !important;
}
}
@media screen and (max-width:680px){
   .ax-contenedor-reportes {
        /* top: -13vh; */
        width: 50%;
    }
    .contenedor-full2 {
        height: 100%;
        min-height: 100vh;
    }
    .navbar-nav{
        position: relative;
        display: inline-block;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
    }
    .navbar-right{
        position: relative;
        width: 100%;
        text-align: center;
    }
    .ax-contenedor-reportes {
        /* top: 3vh; */
        width: 90%;
        text-align: center;
    }
    #reportContainer iframe{
        /* height:80%!important; */
    }
    ul.nav.navbar-nav.navbar-right.ax-usuario-nologueado {
        margin: 0;
        position: relative;
        float: none;
        width: 100%;
        text-align: center;
    }
    section#loginForm {
        padding: 30px 0px 0px 0px;
        width: 100%;
        position: relative;
    }
    h1.ax-titulo{
        font-size:30px;
    }
    .ax-container {
        padding: 0 5%;
        bottom: 5%;
    }
    a[href*="Reportes"]:after, .ax-home-button:before, a#loginLink:after {
    width: 20px;
    height: 20px;
}

h1.ax-titulo, h1 {
    font-size: 7em;
    text-align: center;
    line-height: .6em;
    margin-bottom: 10%;
    margin-top: 15%;
}
.container.display-block .form-horizontal {
    width: 100%;
}
.navbar-nav > li > a {
    font-size: 12px;
    vertical-align: middle;
    padding: 0;
}
.ax-home-button:before {
    margin-right: 7px;
    vertical-align: middle;
}
a#loginLink:after {
    margin-left: 7px;
    vertical-align: middle;
}
.form-control {
    font-size: 12px;
}
}
@media screen and (max-width:400px){
    #reportContainer iframe{
        /* height:60%!important; */
    }
    .form-horizontal .form-group {
         width: 100%;
    }
}