.agrega_direccion::-webkit-scrollbar {
    display: none;
}

.h_direccion_envio{
    position: relative;
    width: 100%;
    text-align: center;
}

.flecha_abrir_direccion, .flecha_cerrar_direccion{
    position: relative;
    cursor: pointer;
    left: 96%;
    display: none;
}
.flecha_cerrar_direccion{
    display: none;
}

.flecha_cerrar_direccion.activo, .flecha_abrir_direccion.activo{
    display: block;
}

.div_conten_micuenta{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 13;
    display: none;
    flex-wrap: wrap;
}

.div_conten_micuenta.activo{
    display: flex;
}

.div_micuenta{
    position: relative;
    width: 80%;
    height: 90%;
    background: #fff;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
    border: none;
    padding: 10px;
    overflow: auto;
}

.div_micuenta::-webkit-scrollbar {
    -webkit-appearance: none;
}


.div_micuenta::-webkit-scrollbar:vertical {
    width:10px;
}

.div_micuenta::-webkit-scrollbar-button:increment,.div_micuenta::-webkit-scrollbar-button {
    display: none;
}

.div_micuenta::-webkit-scrollbar:horizontal {
    height: 10px;
}

.div_micuenta::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.div_micuenta::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.cabecera_micuenta{
    position: relative;
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    
}

.agregar_magic_coin{
    position: relative;
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.h_mis_coin{
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 39px;
}

.section_magic_coin{
    position: relative;
    max-width: 700px;
    width: 100%;
    height: 100%;
    padding: 10px;
    
}

.section_magic_coin_comprados{
    position: relative;
    min-width: 460px;
    width: 50%;
    padding: 10px;
    height: auto;
    left: 0%;
    overflow-x: hidden;
}

.saldo_span_no{
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    color: aliceblue;
    font-size: .64em;
    
}

.saldo_span_si{
    padding: 5px 20px;
    background: #00af07;
    border-radius: 30px;
    color: aliceblue;
    font-size: .8em;
    
}
.saldo_span_block{
    padding: 5px 20px;
    background: red;
    border-radius: 30px;
    color: aliceblue;
    font-size: .8em;
    
}
.saldo_span_devuelto{
    padding: 5px 20px;
    background: #ffc400;
    border-radius: 30px;
    color: black;
    font-size: .8em;
    
}

.btn_reclamar{
    padding: 5px 20px;
    background: #ffc400;
    border-radius: 30px;
    color: black;
    cursor: pointer;
    font-size: .8em;
}


.s_coins{
    color: var(--color--artesanos--secundario);
}

.s_magic{
    color: var(--color--artesanos);
}

.section_magic_coin label{
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
}

.section_magic_coin label:first-child{
    font-size: 30px;
}


.h_micuenta{
    position: relative; 
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.i_datos_cliente{
    position: relative;
    top: 10%;
    width: 16%;
    height: 40px;
    margin: 20px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    font-size: 19px;
    padding: 10px;
}

.btn_actualizar_contacto{
    position: relative;
    width: 120px;
    margin-top: 14px;
    margin-bottom: 14px;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    background: var(--color--artesanos);
    text-align: center;
    padding: 6px 15px;
    color: aliceblue;
    border-radius: 10px;
    cursor: pointer;
    
}

.agrega_direccion, .ajustes_micuenta{
    position: relative;
    width: 100%;
    min-height: calc(450px + 95px);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    overflow: auto;
}

.agrega_direccion_facturacion{
    position: fixed;
    width: 400px;
    min-height: 200px;
    top: -150%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    transition: all .5s ease;
    opacity: 0;
    
}

.agrega_direccion_facturacion.activo{
    top: 50%;
    opacity: 1;
}

.ajustes_micuenta{
    min-height: calc(40px + 95px);
    
}

.btn_agrega_direccion{
    position: relative;
    background: var(--color--artesanos);
    padding: 10px 16px;
    border-radius: 10px;
    color: aliceblue;
    cursor: pointer;
}

.btn_agrega_direccion_facturacion{
    position: absolute;
    background: var(--color--artesanos);
    border-radius: 10px;
    color: aliceblue;
    cursor: pointer;
    display: block;
    min-width: 137px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 10%;
    
}

.div_agregar_nueva_direccion{
    position: fixed;
    width: 400px;
    min-height: 570px;
    background: white;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    padding: 10px;
    border-radius: 8px;
}

.div_agregar_nueva_direccion.activo{
    display: flex;
}

.nueva_direccion{
    position: relative;
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 8px;
    margin: 10px 5px;
    outline: none;
    
}

.btn_agregar_direccion{
    position: relative;
    width: 100%;
    height: 45px;
    background: var(--color--artesanos);
    color: aliceblue;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    border-radius: 8px;
    margin: 10px 5px;
    padding: 10px;
    cursor: pointer;
    
}

.l_cerrar_agregar_direccion{
    position: relative;
    font-size: 19px;
    width: 100%;
    text-align: right;
    font-size: 25px;
    cursor: pointer;
}

.l_aviso_direccion{
    position: relative;
    width: 100%;
    height: 0px;
    background: red;
    margin: 5px 5px;
    border-radius: 8px;
    transition: all .4s ease;
    text-align: center;
    line-height: 45px;
    color: aliceblue;
    
}

.l_aviso_direccion.activo{
    height: 45px;
}

.cerrar_micuenta{
    position: absolute;
    right: 15px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    z-index: 2;
}

.aviso_password{
    position: absolute;
    right: 16px;
    top: 125px;
    color: red;
    width: 240px;
    font-size: 13px;
}

.div_direccion_entrega{
    position: relative;
    min-width: 200px;
    max-width: 350px;
    height: 450px;
    background: white;
    top: 65px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .3), -2px -2px 10px rgba(0, 0, 0, .3);
    border-radius: 8px;
    padding: 10px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-items: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin: 10px 10px 10px 10px;
    
}

.l_dire_entrega{
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0px;
}

.btn_principal{
    position: relative;
    width: 100%;
    text-align: center;
    height: 45px;
    margin-top: 10px;
    background: #0B5ED7; 
    line-height: 45px;
    color: aliceblue;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
}

.btn_principal.activo{
    background: #00af07; 
}

.h_ajustes{
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}

.l_programar_publi_admin, .l_programar_notificaciones, .l_programar_estado, .l_programar_vacaciones{
    position: relative;
	left: 0px;
	font-size: 19px;
	font-weight: 700;
   
}


.s_btn_status, .s_btn_noti, .s_btn_estado, .s_btn_vacaciones{
	position:  relative;
	width: 60px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .3);
	left: 13px;
	top: 0px;
	border-radius: 40px;
	background:  rgba(255, 0, 0, .6);
	transition: all .5s ease;
    margin-right: 50px;
}

.s_btn_status.activo, .s_btn_noti.activo, .s_btn_estado.activo, .s_btn_vacaciones.activo{
	background:  rgba(0, 255, 0, .6);
}

.s_btn_status::before, .s_btn_noti::before, .s_btn_estado::before, .s_btn_vacaciones::before {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border:  1px solid rgba(0, 0, 0, .3);
	position:  absolute;
	background: var(--color--artesanos);
	top: 50%;
	transform: translateY(-50%);
	left: -2px;
	transition: all .5s ease;

}

.s_btn_status.activo::before, .s_btn_noti.activo::before, .s_btn_estado.activo::before, .s_btn_vacaciones.activo::before{
	left: 32px;
}

.div_aviso_cuenta{
    position: fixed;
    width: 500px;
    height: 270px;
    background: #fff;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .3), -3px -3px 10px rgba(0, 0, 0, .3);
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 8px;
    
}

.div_aviso_cuenta.activo{
    display: flex;
}

.i_warning_aviso{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    top: 21px;
    font-size: 66px;
    color: #FFC300;
}

.h_aviso_cuenta{
    position: relative;
    top: 9%;
    width: 100%;
    text-align: center;
    font-size: 23px;
}

.btn_aviso_cuenta{
    position: relative;
    width: 50%;
    text-align: center;
    height: 66px;
    background: #00af07;
    top: 13%;
    line-height: 66px;
    font-size: 19px;
    font-weight: 600;
    color: aliceblue;
    cursor: pointer;
}

.btn_cancel{
    background: #F9FAFB;
    color: #000;
}

.div_aviso_canjeado{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: all .5s ease;
    z-index: 0;
    opacity: 0;
}

.div_aviso_canjeado.activo{
    width: 400px;
    height: 200px;
    z-index: 3;
    opacity: 1;
}

.vale_canje_ico{
    color: red;
    font-size: 40px;
}

.algo_fallo_ico{
    color: red;
    font-size: 40px;
}

.div_motivo_recla_vale{
    position: fixed;
    width: 0%;
    max-width: 0px;
    max-height: 0px;
    height: 0%;
    background: #fff;
    top: 400px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    align-items: flex-start;
    overflow: hidden;
    transition: all .6s ease;
    opacity: 0;
}

.div_motivo_recla_vale.activo{
    width: 80%;
    max-width: 600px;
    max-height: 300px;
    height: 60%;
    border: 1px solid rgba(0, 0, 0, .3);
    opacity: 1;
}

.l_motivo_devo_recla{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.text_recla_vale{
    position: relative;
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    height: 50%;
    max-height: 50%;
    min-height: 50%;
    resize: none;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 10px;
    left: 50%;
    transform: translate(-50%);
    outline: none;
    color: rgba(0, 0, 0, .7);
}

.div_btn_razon_devo{
    position: relative;
    width: 100%;
    height: 30%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.btn_guardar_recla, .btn_cerrar_recla{
    position: relative;
    top: 20px;
    width: 100%;
    height: 78%;
    background: green;
    color: aliceblue;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-size: 1.5em;
    cursor: pointer;
}

.btn_cerrar_recla{
    background: rgba(0, 0, 0, .2);
}


/** Responsive generales */
/**Small devices (landscape phones, 280px and up)**/
@media (min-width:280px){

}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:320px){
   .div_micuenta{
        width: 97%;
        max-width: 97%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    
    .cabecera_micuenta{
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: hidden;
    }
    
    .btn_actualizar_contacto{
        position: absolute;
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        top: 90%;

    }
    
    .i_datos_cliente{
        position: relative;
        width: 100%;
    }
    
    
    .aviso_password{
        position: absolute;
        left: 16px;
        top: 88%;
        color: red;
        width: 99%;
        font-size: .6em;
    }
    
    
    
    .btn_agrega_direccion{
        position: relative;
        min-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .btn_agrega_direccion_facturacion{
        position: relative;
        min-width: 100%;
        text-align: center;
        left: 0%;
        font-size: 14px;

    }
    
    .agrega_direccion_facturacion{
        width: 100%;

    } 
    
    .agrega_direccion_facturacion.activo{
        top: 70%;
        z-index: 2;

    }
   
    .div_agregar_nueva_direccion{
        width: 100%;
        top: 70%;
        z-index: 2;
    }
    
    
    .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 330px;

    }
    
    .l_dire_entrega{
        font-size: .7em;
        height: 5px;
    }
    
    .btn_principal{
        width: 30%;
    }
    
    .ajustes_micuenta{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        gap: 10px;
    }
    
    
    .l_programar_publi_admin, .l_programar_notificaciones, .l_programar_estado, .l_programar_vacaciones{
        position: relative;
        left: 0px;
        font-size: 14px;
        font-weight: 400;
        width: 54%;

    }

    
    .s_btn_status, .s_btn_noti, .s_btn_estado, .s_btn_vacaciones{
        left: 18%;
    } 
}

/**Small devices (landscape phones, 346px and up)**/
@media (min-width:346px){
     .div_micuenta{
        width: 97%;
        max-width: 97%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    
    .cabecera_micuenta{
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: hidden;
    }
    
    .btn_actualizar_contacto{
        position: absolute;
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        top: 90%;

    }
    
    .i_datos_cliente{
        position: relative;
        width: 100%;
    }
    
    
    .aviso_password{
        position: absolute;
        left: 16px;
        top: 88%;
        color: red;
        width: 99%;
        font-size: .7em;
    }
    
    
    .btn_agrega_direccion{
        position: relative;
        text-align: center;
    }

    .btn_agrega_direccion_facturacion{
        text-align: center;
        left: 0%;

    }
    
    .agrega_direccion_facturacion{
        width: 100%;

    } 
    
    .agrega_direccion_facturacion.activo{
        top: 120%;
        z-index: 2;

    }
   
    .div_agregar_nueva_direccion{
        width: 100%;
        top: 120%;
        z-index: 2;
    }
    
    
    .div_direccion_entrega {
        position: relative;
        transform: translate(-50%);
        height: 85px;
        background: white;
        top: 10px;
        box-shadow: 10px 10px 10px rgb(0 0 0 / 30%), -2px -2px 10px rgb(0 0 0 / 30%);
        border-radius: 8px;
        padding: 10px 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        margin: 10px 10px 10px 10px;
        overflow: hidden;
        transition: all .5s ease;
    }
    
    .div_direccion_entrega.activo{
        height: 330px;
    }
    
    .l_dire_entrega{
        margin: 0;
        font-size: .7em;
        height: 25px;
    }
    
    .ajustes_micuenta{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        gap: 10px;
    }
    
    
    .l_programar_publi_admin, .l_programar_notificaciones, .l_programar_estado, .l_programar_vacaciones{
        position: relative;
        left: 0px;
        font-size: 14px;
        font-weight: 400;
        width: 54%;

    }

    
    .s_btn_status, .s_btn_noti, .s_btn_estado, .s_btn_vacaciones{
        left: 18%;
    } 

    .btn_principal {
        width: 30%;
    }
}

/**Small devices (landscape phones, 360px and up)**/
@media (min-width:360px){
    .div_micuenta{
        width: 97%;
        max-width: 97%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    
    .cabecera_micuenta{
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: hidden;
    }
    
    .btn_actualizar_contacto{
        position: absolute;
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        top: 90%;

    }
    
    .i_datos_cliente{
        position: relative;
        width: 100%;
    }
    
    
    .aviso_password{
        position: absolute;
        left: 16px;
        top: 88%;
        color: red;
        width: 99%;
        font-size: .7em;
    }
    
    
    
    .btn_agrega_direccion{
        position: relative;
        min-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .btn_agrega_direccion_facturacion{
        position: relative;
        min-width: 100%;
        text-align: center;
        left: 0%;

    }
    
    .agrega_direccion_facturacion{
        width: 100%;

    } 
    
    .agrega_direccion_facturacion.activo{
        top: 100%;
        z-index: 2;

    }
   
    .div_agregar_nueva_direccion{
        width: 100%;
        top: 100%;
        z-index: 2;
    }
    
    
    .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        
    }
    
    
    .ajustes_micuenta{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        gap: 10px;
    }
    
    
    .l_programar_publi_admin, .l_programar_notificaciones, .l_programar_estado, .l_programar_vacaciones{
        position: relative;
        left: 0px;
        font-size: 14px;
        font-weight: 400;
        width: 60%;

    }

    
    .s_btn_status, .s_btn_noti, .s_btn_estado, .s_btn_vacaciones{
        left: 18%;
    } 

}

/**Small devices (landscape phones, 375px and up)**/
@media (min-width:375px){

    .btn_agrega_direccion{
        position: relative;
        min-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .btn_agrega_direccion_facturacion{
        position: relative;
        min-width: 100%;
        text-align: center;
        left: 0%;

    }
}

/**Small devices (landscape phones, 384px and up)**/
@media (min-width:384px){


}

/**Small devices (landscape phones, 390px and up)**/
@media (min-width:390px){
    .div_micuenta{
        width: 97%;
        max-width: 97%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    
    .cabecera_micuenta{
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: hidden;
    }
    
    .btn_actualizar_contacto{
        position: absolute;
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        top: 90%;

    }
    
    .i_datos_cliente{
        position: relative;
        width: 100%;
    }
    
    
    .aviso_password{
        position: absolute;
        left: 16px;
        top: 88%;
        color: red;
        width: 99%;
        font-size: 12px;
    }
    
    
    .btn_agrega_direccion{
        position: relative;
        min-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .btn_agrega_direccion_facturacion{
        position: relative;
        min-width: 100%;
        text-align: center;
        left: 0%;

    }
    
    .agrega_direccion_facturacion{
        width: 100%;

    } 
    
    .agrega_direccion_facturacion.activo{
        top: 100%;

    }
   
    .div_agregar_nueva_direccion{
        width: 100%;
        top: 100%;
    }
    
    
    .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
        font-size: 1em;
        height: 30px;
    }
    
    .btn_principal{
        width: 30%;
    }
    
    .ajustes_micuenta{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        gap: 10px;
    }
    
    
    .l_programar_publi_admin, .l_programar_notificaciones, .l_programar_estado, .l_programar_vacaciones{
        position: relative;
        left: 0px;
        font-size: 14px;
        font-weight: 400;
        width: 62%;

    }

    
    .s_btn_status, .s_btn_noti, .s_btn_estado, .s_btn_vacaciones{
        left: 18%;
    } 
    
    .btn_principal {
        width: 30%;
    }

}

/**Small devices (landscape phones, 393px and up)**/
@media (min-width:393px){
      .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
        font-size: 1em;
        height: 30px;
    }
    
    .btn_principal{
        width: 30%;
    }

}

/**Small devices (landscape phones, 412px and up)**/
@media (min-width:400px){
    .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
        font-size: 1em;
        height: 30px;
    }
    
    .btn_principal{
        width: 30%;
    }

}

/**Small devices (landscape phones, 412px and up)**/
@media (min-width:412px){
    .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
        font-size: 1em;
        height: 30px;
    }
    
    .btn_principal{
        width: 30%;
    }

}

/**Small devices (landscape phones, 414px and up)**/
@media (min-width:414px){


}

/**Small devices (landscape phones, 427px and up)**/
@media (min-width:427px){


}

/**Small devices (landscape phones, 428px and up)**/
@media (min-width:428px){

}

/**Small devices (landscape phones, 432px and up)**/
@media (min-width:432px){
    .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
        font-size: 1em;
        height: 30px;
    }
    
    .btn_principal{
        width: 30%;
    }

}

/**Small devices (landscape phones, 480px and up)**/
@media (min-width:480px){
    .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
        font-size: 1em;
        height: 30px;
    }
    
    .btn_principal{
        width: 30%;
    }

}

/**Small devices (landscape phones, 504px and up)**/
@media (min-width:504px){
     .div_micuenta{
        width: 97%;
        max-width: 97%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    
    .cabecera_micuenta{
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 700px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        overflow: hidden;
    }
    
    .btn_actualizar_contacto{
        position: absolute;
        left: 50%;
        width: 100%;
        transform: translate(-50%);
        top: 90%;

    }
    
    .i_datos_cliente{
        position: relative;
        width: 100%;
    }
    
    
    .aviso_password{
        position: absolute;
        left: 16px;
        top: 88%;
        color: red;
        width: 99%;
        font-size: 12px;
    }
    
    
    .btn_agrega_direccion{
        position: relative;
        text-align: center;
    }

    .btn_agrega_direccion_facturacion{
        position: relative;
        min-width: 100%;
        text-align: center;
        left: 0%;

    }
    
    .agrega_direccion_facturacion{
        width: 100%;

    } 
    
    .agrega_direccion_facturacion.activo{
        top: 90%;
        z-index: 2;

    }
   
    .div_agregar_nueva_direccion{
        width: 100%;
        top: 90%;
        z-index: 2;
    }
    
    
    .div_direccion_entrega{
        width: 100%;
        top: 6px;
        left: 50%;
        transform: translate(-50%);
        
    }
    
    
    .ajustes_micuenta{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        gap: 10px;
    }
    
    
    .l_programar_publi_admin, .l_programar_notificaciones, .l_programar_estado, .l_programar_vacaciones{
        position: relative;
        left: 0px;
        font-size: 14px;
        font-weight: 400;
        width: 62%;

    }

    
    .s_btn_status, .s_btn_noti, .s_btn_estado, .s_btn_vacaciones{
        left: 18%;
    } 

}

/**Small devices (landscape phones, 576px and up)**/
@media (min-width:576px){


}

/**Medium devices (tablets, 600px and up)*/
@media (min-width:600px){
    .div_direccion_entrega{
        width: 100%;
        left: 50%;
        transform: translate(-50%);
    }
    
    .l_dire_entrega{
        height: 30px;
    }
}

/**Medium devices (tablets, 604px and up)*/
@media (min-width:604px){

}

/**Medium devices (tablets, 720px and up)*/
@media (min-width:720px){
      .div_direccion_entrega{
        width: 44%;
        top: 6px;
        left: 26%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
        font-size: 1em;
        height: 30px;
    }
    
    .btn_principal{
        width: 30%;
    }
}

/**Medium devices (tablets, 768px and up)*/
@media (min-width:768px){
      .div_direccion_entrega{
        width: 44%;
        top: 6px;
        left: 26%;
        transform: translate(-50%);
        height: 95px;
        overflow: hidden;
        transition: all .5s ease;
        
    }
   
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
        font-size: 1em;
        height: 30px;
    }
    
    .btn_principal{
        width: 30%;
    }
}

/**Medium devices (tablets, 800px and up)*/
@media (min-width:800px){
    .div_direccion_entrega{
        width: 45%;
        left: 25.5%;
        transform: translate(-50%);
    }
}

/**Medium devices (tablets, 810px and up)*/
@media (min-width:810px){

    .div_micuenta{
        width: 97%;
        max-width: 97%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    
    .cabecera_micuenta{
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
    }
    
    .btn_actualizar_contacto{
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 86%;
        width: 100%;

    }
    
    .i_datos_cliente{
        position: relative;
        width: 44%;
    }
    
    
    .aviso_password{
        position: absolute;
        left: 380px;
        top: 85%;
        color: red;
        width: 48%;
        font-size: 13px;
    }
    
    
    .btn_agrega_direccion{
        position: relative;
        text-align: center;
    }

    .btn_agrega_direccion_facturacion{
        position: relative;
        min-width: 100%;
        text-align: center;
        left: 0%;

    }
    
    .agrega_direccion_facturacion{
        width: 70%;

    }
    
    .div_agregar_nueva_direccion{
        width: 70%;
    }
    
    
    .div_direccion_entrega{
        top: 6px;
        left: 24.5%;
        transform: translate(-50%);
        
    }
    
    .div_direccion_entrega{
        position: relative;
        transform: translate(-50%);
        height: 95px;
        background: white;
        top: 10px;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, .3), -2px -2px 10px rgba(0, 0, 0, .3);
        border-radius: 8px;
        padding: 10px 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        margin: 10px 10px 10px 10px;
        overflow: hidden;
        transition: all .5s ease;

    }
    
    .div_direccion_entrega.activo{
        height: 370px;

    }
    
    .l_dire_entrega{
      margin: 0;  
    }
    .ajustes_micuenta{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    
    .s_btn_status, .s_btn_noti, .s_btn_estado, .s_btn_vacaciones{
        left: 4%;
    }
    
    .s_btn_vacaciones{
        left: 4%;
    }
    
    .btn_principal{
        width: 30%;
    }
    
}

/**Medium devices (tablets, 820px and up)*/
@media (min-width:820px){

}

/**Medium devices (tablets, 834px and up)*/
@media (min-width:834px){
    .aviso_password {
        position: absolute;
        top: 85%;
        color: red;
        width: 99%;
        font-size: .7em;
        left: 51%;
    }
}

/**Large devices (desktops, 992px and up)*/
@media (min-width:976px){
    .aviso_password {
        position: absolute;
        top: 85%;
        color: red;
        width: 99%;
        font-size: .7em;
        left: 51%;
    }
    
}

/**Extr
/**Large devices (desktops, 992px and up)*/
@media (min-width:992px){

}

/**Extra large devices (large desktops, 1024px and up)*/
@media (min-width:1024px){
  .div_direccion_entrega{
        width: 31%;
        left: 15%;
        transform: translate(-50%);
    }
    
    
    .aviso_password{
        position: absolute;
        left: 50%;
        top: 340px;
        color: red;
        width: 740px;
        font-size: 13px;
    }
}

/**Extra large devices (large desktops, 1200px and up)*/
@media (min-width:1200px){
   
}

/**Extra large devices (large desktops, 1280px and up)*/
@media (min-width:1280px){
   
}

/**Extra large devices (large desktops, 1440px and up)*/
@media (min-width:1440px){

    .div_conten_micuenta.activo{
        display: flex;
    }

    .div_micuenta{
        position: relative;
        width: 80%;
        height: 90%;
        background: #fff;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-wrap: wrap;
        justify-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, .3);
        border: none;
        padding: 10px;
        overflow: auto;
    }

    .cabecera_micuenta{
        position: relative;
        width: 100%;
        min-height: 160px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        justify-items: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .h_micuenta{
        position: relative; 
        width: 100%;
        text-align: center;
        font-size: 40px;
        font-weight: 600;
    }

    .i_datos_cliente{
        position: relative;
        top: 10%;
        width: 16%;
        height: 40px;
        margin: 20px;
        outline: none;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 5px;
        font-size: 19px;
        padding: 10px;
    }

    .btn_actualizar_contacto{
        position: absolute;
        width: 120px;
        margin-top: 10px;
        margin-bottom: 14px;
        left: 50%;
        transform: translate(-50%);
        font-size: 20px;
        background: var(--color--artesanos);
        text-align: center;
        padding: 6px 15px;
        color: aliceblue;
        border-radius: 10px;
        cursor: pointer;

    }

    .agrega_direccion, .ajustes_micuenta{
        position: relative;
        width: 100%;
        min-height: calc(450px + 95px);
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        justify-items: flex-start;
        align-items: flex-start;
        overflow: auto;
    }

    .agrega_direccion_facturacion{
        position: fixed;
        width: 400px;
        min-height: 200px;
        top: -150%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        transition: all .5s ease;
        opacity: 0;

    }

    .agrega_direccion_facturacion.activo{
        top: 50%;
        opacity: 1;
    }

    .ajustes_micuenta{
        min-height: calc(40px + 95px);

    }

    .btn_agrega_direccion{
        position: relative;
        background: var(--color--artesanos);
        padding: 10px 16px;
        border-radius: 10px;
        color: aliceblue;
        cursor: pointer;
        width: 100%;
    }

    .btn_agrega_direccion_facturacion{
        position: relative;
        background: var(--color--artesanos);
        border-radius: 10px;
        color: aliceblue;
        cursor: pointer;
        display: block;
        height: 45px;
        line-height: 45px;
        text-align: center;
        left: 0%;
        width: 100%;
        top: 0px;

    }

    .div_agregar_nueva_direccion{
        position: fixed;
        width: 400px;
        min-height: 570px;
        background: white;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
        display: none;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        justify-items: flex-start;
        align-items: flex-start;
        padding: 10px;
        border-radius: 8px;
    }

    .div_agregar_nueva_direccion.activo{
        display: flex;
    }

    .nueva_direccion{
        position: relative;
        width: 100%;
        height: 45px;
        padding: 10px;
        font-size: 17px;
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 8px;
        margin: 10px 5px;
        outline: none;

    }

    .btn_agregar_direccion{
        position: relative;
        width: 100%;
        height: 45px;
        background: var(--color--artesanos);
        color: aliceblue;
        text-align: center;
        font-size: 19px;
        font-weight: 700;
        border-radius: 8px;
        margin: 10px 5px;
        padding: 10px;
        cursor: pointer;

    }

    .l_cerrar_agregar_direccion{
        position: relative;
        font-size: 19px;
        width: 100%;
        text-align: right;
        font-size: 25px;
        cursor: pointer;
    }

    .l_aviso_direccion{
        position: relative;
        width: 100%;
        height: 0px;
        background: red;
        margin: 5px 5px;
        border-radius: 8px;
        transition: all .4s ease;
        text-align: center;
        line-height: 45px;
        color: aliceblue;

    }

    .l_aviso_direccion.activo{
        height: 45px;
    }

    .cerrar_micuenta{
        position: absolute;
        right: 15px;
        font-size: 30px;
        font-weight: 700;
        cursor: pointer;
        z-index: 2;
    }

    .aviso_password{
        position: absolute;
        left: 1.5%;
        top: 260px;
        color: red;
        width: 240px;
        font-size: 13px;
    }

    .div_direccion_entrega{
        position: relative;
        left: 12%;
        transform: translate(-50%);
        width: 100%;
        max-width: 350px;
        height: 95px;
        background: white;
        top: 10px;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, .3), -2px -2px 10px rgba(0, 0, 0, .3);
        border-radius: 8px;
        padding: 10px 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-items: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        margin: 10px 10px 10px 10px;
        overflow: hidden;
        transition: all .5s ease;

    }
    
    .div_direccion_entrega.activo{
        height: 370px;

    }

    .l_dire_entrega{
        position: relative;
        width: 100%;
        height: 30px;
        font-size: 19px;
        font-weight: 600;
        margin: 0px 0px;
    }

    .btn_principal{
        position: relative;
        width: 30%;
        text-align: center;
        height: 45px;
        margin-top: 10px;
        background: #0B5ED7; 
        line-height: 45px;
        color: aliceblue;
        border-radius: 5px;
        cursor: pointer;
        font-size: 20px;
        font-weight: 700;
        margin-right: 8px;
        overflow: hidden;
    }

    .btn_principal.activo{
        background: #00af07; 
    }

    .h_ajustes{
        width: 100%;
        text-align: center;
        font-size: 45px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .l_programar_publi_admin, .l_programar_notificaciones, .l_programar_estado, .l_programar_vacaciones{
        position: relative;
        left: 0px;
        font-size: 19px;
        font-weight: 700;
        text-align: right;
        width: 30%;

    }


    .s_btn_status, .s_btn_noti, .s_btn_estado, .s_btn_vacaciones{
        position:  relative;
        width: 60px;
        height: 30px;
        border: 1px solid rgba(0, 0, 0, .3);
        left: 13px;
        top: 0px;
        border-radius: 40px;
        background:  rgba(255, 0, 0, .6);
        transition: all .5s ease;
        margin-right: 50px;
    }

    .s_btn_status.activo, .s_btn_noti.activo, .s_btn_estado.activo, .s_btn_vacaciones.activo{
        background:  rgba(0, 255, 0, .6);
    }

    .s_btn_status::before, .s_btn_noti::before, .s_btn_estado::before, .s_btn_vacaciones::before {
        content: "";
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border:  1px solid rgba(0, 0, 0, .3);
        position:  absolute;
        background: var(--color--artesanos);
        top: 50%;
        transform: translateY(-50%);
        left: -2px;
        transition: all .5s ease;

    }

    .s_btn_status.activo::before, .s_btn_noti.activo::before, .s_btn_estado.activo::before, .s_btn_vacaciones.activo::before{
        left: 32px;
    }

    .div_aviso_cuenta{
        position: fixed;
        width: 500px;
        height: 270px;
        background: #fff;
        z-index: 200;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 10px 10px 10px rgba(0, 0, 0, .3), -3px -3px 10px rgba(0, 0, 0, .3);
        display: none;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
        border-radius: 8px;

    }

    .div_aviso_cuenta.activo{
        display: flex;
    }

    .i_warning_aviso{
        position: relative;
        left: 50%;
        transform: translate(-50%);
        top: 21px;
        font-size: 66px;
        color: #FFC300;
    }

    .h_aviso_cuenta{
        position: relative;
        top: 9%;
        width: 100%;
        text-align: center;
        font-size: 23px;
    }

    .btn_aviso_cuenta{
        position: relative;
        width: 50%;
        text-align: center;
        height: 66px;
        background: #00af07;
        top: 13%;
        line-height: 66px;
        font-size: 19px;
        font-weight: 600;
        color: aliceblue;
        cursor: pointer;
    }

    .btn_cancel{
        background: #F9FAFB;
        color: #000;
    }
}
















