.containerMenuLateral{
    width: 15%;
    height: 100vh;
    padding-top: 60px;
    position: fixed;
    z-index: 900;
    color: #fff;
    border-right: 1px solid #c0c0c0;
    background: #264d59;
}

.icoCerrarMenuLateral{
    width: 90%;
    margin: 0 auto;
    text-align: right;
    padding: 10px 0 10px 0;
}

.icoCerrarMenuLateral i{
    font-size: 30px;
    cursor: pointer;
}

.icoCerrarMenuLateral i:hover{
    color: #c0c0c0;
}

.containerOpcionesMenuLateral{
    width: 80%;
    margin: 0 auto;
}

.containerOpcionesMenuLateral ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.containerOpcionesMenuLateral ul li{
    padding: 10px 0;
    border-bottom: 1px solid #808080;
}

.containerOpcionesMenuLateral ul li a{
    text-decoration: none;
    color: #fff;
}

.containerOpcionesMenuLateral ul li a:hover{
    background: #447c8b;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                                 Responsive                                 */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1230px){
    .containerMenuLateral{padding-top: 0;left: -15%;z-index: 1001;}
}

@media only screen and (max-width: 830px){
    .containerMenuLateral{padding-top: 0;left: -20%;}
}

@media only screen and (max-width: 750px){
    .containerMenuLateral{padding-top: 0;left: -30%;}
}

@media only screen and (max-width: 650px){
    .containerMenuLateral{padding-top: 0;left: -35%;}
}

@media only screen and (max-width: 530px){
    .containerMenuLateral{padding-top: 0;left: -40%;}
}

@media only screen and (max-width: 450px){
    .containerMenuLateral{padding-top: 0;left: -47%;}
}

@media only screen and (max-width: 350px){
    .containerMenuLateral{padding-top: 0;left: -70%;}
}

@media only screen and (max-width: 300px){
    .containerMenuLateral{padding-top: 0;left: -80%;}
}

@media only screen and (max-width: 830px){
    .btnMenuLateral{display: block;}
}

@media only screen and (max-height: 625px){
    .containerMenuLateral{overflow-y: scroll;}
}
/* -------------------------------------------------------------------------- */