@media (max-width: 920px) {

    *{
        font-size: 14px;
    }

    h6 {
        font-size: 18px;
    }
    /* HEADER */
    header {
        position: absolute;
        width: 100% ;
        height: 50px;
    }

    header img {
        width: 200px;
    }

    /* MENU RESP  */

    .div-header-bar {
        justify-content: left;
        width: 120px;
        height: 50px;
        padding: 4px 50px 4px 0px;
    }

    .color-fa {
        color: #cecece;
    }
    
    .container-menu-opt {
        background-color: #FFF;
    }
    
    .container-menu-user {
        background-color: #FFF;
    }

    .container-menu {
        width: 280px;
        left: -280px;
    }

    .container-menu li a {
        font-size: 16px;
        height: 60px;
    }

    .container-menu nav ul li {
        width: 280px;
    }
    
    .container-menu .sub-menu li a {
        font-size: 14px;
        height: 50px;
    }

    
    .cm-active {
        left: 0px !important;
    }

    .contenedor-bank-reference-info {
        margin: 15px 0px ;
        display: flex;
        flex-direction: column;
    }
    .contenedor-bank-mobile-bottom {
        padding-bottom: 10px;
    }

    /* .menu-responsive {
		display: block;
        position: fixed;
        width: 100%;
        z-index: 99;
    } */

    /* .di-open {
		position: absolute;
		display: block;
		padding: 7px 10px;  
		width: 100%;
	}
	.di-close {
		position: absolute;
		display: none;
		padding: 7px 10px; 
		width: 100%;
    } */
    
    /* .nav_responsive {
		position: relative;
        display: none;
		width: 100%;
		height: 56px;
		width: 100%;
        top: 50px;
		z-index: 9999;
    } */
    
/*     
    .nav_responsive ul {
        background-color: #FFF;
        height: 100vh;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    
    .nav_responsive li a {
        display: flex;
        align-items: center;
        height: 60px;
        color: #7e7e7e;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        padding: 10px 0px;
        width: 100%
    }
    
    .nav_responsive a:hover {
        background-color: #f7f7f7;
    }
    
    .nav_responsive .sub-menu {
        display: none;
    }
    
    .nav_responsive .sub-menu li a {
        display: flex;
        align-items: center;
        height: 40px;
        background-color: #fbfdf7;
        color: #8f8f8f;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        padding: 5px 5px 5px 45px;
        width: 100%;
        cursor: pointer;
    }
    
    .nav_responsive  .sub-menu li a:hover {
        background-color: #f7f7f7;
    }
    
    .nav_responsive .menu-activated a {
        color:#2885c4;
    } */
	
    
    /* CONTAINER BODY */

    .container-body {
        position: relative;
        display: flex;
        padding: 0px 0px 50px 0px;
        top: 50px;
        left: inherit; 
        right: inherit;
        width: 100%;
        height: auto;
    }

    .card-body_bo {
        padding: 0px;;
    }

    .container--mw {
        width: 100%; 
    }

    .d-stock {
        margin-bottom: 60px;
    }

    /* COTIZADOR */

    .input-busqueda-medida {
        width: 100%;
    }

    /* BREADCRUMB */
    .breadcrumb_head {
        display: none;
    }

    
}



@media screen and (min-width: 1580px) and (max-width: 2200px) {   

    *{  
        font-size: 14px;
    }  

    
    h6 {
        font-size: 20px;
    }

    .div-header-bar {
        height: 45px;
    }

    .cm-active {
        left: 0px !important;
    }

    .container-menu {
        width: 260px;
        left: -260px;
    }

    .container-menu nav ul li {
        width: 260px;
    }

    .container-menu-user {
        height: 150px;
    }

    .img_user_l img {
        width: 120px ;
    }

    .container-body {
        top: 45px;
    }

    .container-menu li a {
        font-size: 14px;
    }
    
    .container-menu .sub-menu li a {
        font-size: 12px;
    }

    header {
        height: 45px;
    }
    
    .header-logo img {
        width: 180px ;
    }


    /* BTN NUEVO */

    .btn-general a {
        font-size: 14px;
    }

    .btn-cot--a {
        padding: 20px 0px;
    }


    /* ################# PANEL COTIZACION ################## */

    .cot-userdat--agent {
        left: 170px;
    }

    .cot-userdat--client {
        left: 390px;
    }


       /* MENU CONTROLES */

       .head-select-ctrl {
        font-weight: 500; 
        font-size:18px
    }


 }

