@media only screen and (max-width: 1200px){

    h1,h3{
        font-size: 14px;
    }
    
    .producto_1{
        margin-left: 300px;
    }
    
    #tabla_cliente{
        margin-top: -20px;
        margin-left: 30px;
    }
    
    #listado_inventario td{
        font-size: 10px;
    }
    
}


@font-face{
    font-family: acme;
    src: url(Fonts/Acme-Regular.ttf);
}


body{
    background-color: rgba(119,158,203,0.4);
    overflow-x: hidden;
    height: 100%;
    
}

/****************************
Estilos email
******************************/

#sombra_p{
    position: fixed;
    width: 101%;
    height: 110%;
    background-color: rgba(0,0,0,0.8);
    margin-left: -10px;
    margin-top: -20px;
    z-index: 2;
    display: none;
}

textarea{
    width: 80%;
    height: 90px;
}

#v_email{
    background: white;
    border-radius: 5px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 450px;
    position: absolute;
    
}

/****************************
Final de Estilos email
******************************/


#encabezado{
    
    width: 110%;
    height: 200px;
    margin-left: -10px;
    margin-top: -10px;
    background-color: white;
}


#logo{
    
    width: 100px;
    margin-left: 100px;
    margin-top: 45px;
    
}

h1{
    font-family: acme;
}

#titulo{
    margin-top: 50px;
    margin-left: 10px;
}

#resultados{
    position: absolute;
    width: 447px;
    background: white;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.2);
    margin-top: 3px;
    display: none;
    z-index: 3;
    max-height: 300px;
    overflow-y: scroll;
}

#aviso{
    margin-left: 20px;
    font-family: sans-serif;
    color: rgba(0,0,0,0.3);
}

.res{
    margin-left: 20px;
    font-family: sans-serif;
}

.res:hover{
    background-color: rgba(0,167,159,0.3);
    color:white;
    cursor:pointer;
}

#buscador{
    width: 40%;
    height: 190px;
    margin-top: -150px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#sec_buscar{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 70px;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 5px;
}

#sec_buscar td{
    height: 40px;
    border: solid 1px rgba(0,0,0,0.1);
}

#buscar{
    width: 450px;
}

input{
    border:solid white 1px;
    margin-left: 20px;
    height: 35px;
    width: 400px;
}

input:focus{
    outline: 0px;
}

select:focus{
    outline: 0px;
}


#lupa{
    width:45px;
    background-color: rgb(0,167,159);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

select{
    border:solid white 1px;
    height: 40px;
    margin-left: 10px;
    
}

/*************************************************

Estilos de visor de secciones

***********************************************/


@keyframes pasar{
    0%{
        background-image: url(Imagenes/Banners/banner_1.png);
    }
    
    25%{
        background-image: url(Imagenes/Banners/banner_1.png);
    }
    50% {
        background-image: url(Imagenes/Banners/banner_2.png);
    }
    100%{
        background-image: url(Imagenes/Banners/banner_3.png);
    }
}


#sec{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 70%;
    margin-top: 50px;
    height: 150px;
    background: white;
    box-shadow: 8px 0px 0px 0px rgba(0,0,0,0.2);
    animation-name: pasar;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    transition-duration: 2s;
    background-size: cover;
}

#titulo_productos{
    margin-left: 20px;
}

#icon_w{
    width: 30px;
}

#contacto_w{
    width: 23%;
    margin-left: 79%;
    margin-top: -145px;
    cursor:pointer;
    position: fixed;
    z-index: 2;
}

/**********************************

    Sección de la visualización de los productos

**********************************/


#sec_productos{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 69%;
    margin-top: 50px;
    background: white;
    box-shadow: 8px 0px 0px 0px rgba(0,0,0,0.2);
    position: absolute;
}

.elemento{
    width: 250px;
    height: 250px;
}

h5{
    font-family:sans-serif;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
}

h6{
    font-family:sans-serif;
}

.producto_1{
    padding: 20px;
    float: left;
}

.producto_1 td{
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    width: 300px;
    height: 380px;
    cursor:pointer;
}


#precio{
    background-color: rgb(0,167,159);
    height: 30px;
    margin-bottom: -1px;
}

#n_producto{
    font-weight: bold;
}

#precio h5{
    color:white;
}

/**************************************

    Pie de página

******************************************/

.copy {
    font-size: 12px;
    line-height: 18px;
}

.sub_copy {
    margin-top: -4px;
}

#pie{
    height: 200px;
    background: rgb(0,167,159);
    color: white;
    text-align: center;
    font-size: 20px;
    width: 110%;
    margin-left: -10px; 

}


a{
    text-decoration: none;
    color: white;
    cursor: pointer;
    
}

.footer_socials a{
    padding: 20px;
}

/**************************************

        Estilos de publicidad

************************************/

#publicidad_1{
    width: 10%;
    margin-left: 20px;
    margin-top: 51px;
    float: left;
    height: 715px;
    background-image: url(Imagenes/Banner_vertical.jpg);
    background-size:contain;
}

/****************************

    Estilo de contadores de páginas

***************************/

#paginas{
    height: 50px;
    position: relative;
    width: 600px;
    margin-top: 20px;
}

.numero{
    background: rgba(0,167,159,0.5);
    padding: 5px;
    border-radius: 3px;
    width: 15px;
    text-align: center;
    color: white;
    font-family:sans-serif;
    cursor: pointer;
    font-size: 12px;
}

#pag_1{
    background: rgb(34,113,179);
}


.numero:hover{
    background: rgba(0,167,159,0.4); 
    
}

/*******************************************
====================================

    ESTILOS PÁGINA DE VENTAS

========================================
*******************************************************/

#encabezado_v{
    height: 120px;
    background: white;
    border-radius: 5px;
    width: 90%;
    margin-top: 20px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
}

#encabezado_v #tabla_t_v {
    float:left;
    margin-top: -40px;
}

.boton_v{
    border-radius: 2px;
    background-color: rgba(0,167,159,0.6);
    color: white;
    font-size: 20px;
    width: 200px;
    cursor:pointer;
}

.boton_v:hover{
    background-color: rgba(0,167,159,0.4);
}

h3{
    font-family: sans-serif;
}

#datos_v{
    height: 710px;
    background: white;
    border-radius: 5px;
    width: 90%;
    margin-top: 20px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
}



#codigo_v{
    width: 100px;
    padding-right: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    padding-left: 5px;
    border-radius: 3px;
}

#nombre_v{
    width: 90%;
    padding-right: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
    padding-left: 5px;
}

#cantidad_v{
    width: 100px;
    padding-right: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    padding-left: 5px;
    border-radius: 3px;
}

.input_v{
    width: 100px;
    padding-right: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    padding-left: 5px;
    border-radius: 3px;
}

.input_social{
    width: 300px;
    padding-right: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    padding-left: 5px;
    border-radius: 3px;
}

input:focus{
    outline: none;
}

#datos_cliente{
    width: 90%;
    height: 140px;
    border-radius: 5px;
    border: 1px solid rgba(0,167,159,0.6);
}

#tabla_cliente h5{
    display: inline-block;
}

#tabla_cliente input{
    margin-left: -15px;
}

#tabla_cliente{
    float: left;
}

#numero_factura{
    /*position: absolute;*/
    margin-top: -45px;
    margin-left: 10px;
    float: left;
}

#datos_compra{
    width: 90%;
    margin-top: 10px;
    height: 340px;
    border-radius: 5px;
    border: 1px solid rgba(0,167,159,0.6);
    overflow-y: scroll;
}

#listado_venta{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(0,167,159,0.7);
}

#listado_venta th{
    color:white;
    text-align: center;
    border-right: 1px solid white;
}

#listado_venta h3{
    font-size: 15px;
    height: 5px;
    margin-top: 0px;
}

#listado_venta td{
    background: white;
}

.pvp{
    width: 15%;
}

#th_producto{
    width: 60%;
}

.centrar_texto{
    text-align: center;
}

#total_final{
    width: 200px;
    font-size: 30px;
    font-family: acme;
}

.boton_v_modificar{
    border-radius: 2px;
    background-color: rgba(0,167,159,0.6);
    color: white;
    font-size: 20px;
    width: 40px;
    cursor:pointer;
}

.boton_v_modificar:hover{
    background-color: rgba(0,167,159,0.4);
}

#resultados_codigo{
    position: absolute;
    width: 210px;
    margin-left: 20px;
    background: white;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.2);
    margin-top: 3px;
    z-index: 3;
    display: none;
    max-height: 300px;
    overflow-y: scroll;
}

i{
    cursor: pointer;
}

/***********************************

    Estilos de Inventario

**********************************/

#listado_inventario{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(0,167,159,0.7);
}

#listado_inventario th{
    color:white;
    text-align: center;
    border-right: 1px solid white;
}

#listado_inventario h3{
    font-size: 15px;
    height: 5px;
    margin-top: 0px;
}

#listado_inventario td{
    background: white;
}

#datos_inventario{
    width: 98%;
    /*height: 600px;*/
    border-radius: 5px;
    border: 1px solid rgba(0,167,159,0.6);
    /*overflow-y: scroll;*/

}

#datos_i{
    background: white;
    border-radius: 5px;
    width: 90%;
    margin-top: 20px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
}

#th_proveedor{
    width: 35%;
}

.boton_i{
    border-radius: 2px;
    background-color: rgba(0,167,159,0.6);
    color: white;
    font-size: 12px;
    width: 50px;
    cursor:pointer;
}

/*****************************

    Estilos de sombra

*******************************/

#sombra{
    position: fixed;
    width: 101%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    margin-left: -10px;
    margin-top: -20px;
    /*display: none;*/
}

#n_datos{
    background: white;
    border-radius: 5px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 400px;
    position: absolute;
    display: none;
}

.input_cod{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 40px;
}

.input_producto{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 60%;
}

#tabla_datos{
    margin-top: 20px;
}

#tabla_datos td{
    width: 20%;
}

#input_precio_c{
    margin-left: -11px;
}

#input_precio_v{
    margin-left: 1px;
}

#btn_cerrar{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}


/*******************************

    Estilos del loader html

**************************/

.loader {

    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    z-index: 3;
    
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}

/**********************************

    Estilos agregar nuevo item

*****************************/

.mod_in{
    width: 100%;
    margin-left: -2px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 3px;
}

#n_item{
    background: white;
    border-radius: 5px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 400px;
    position: absolute;
    display: none;
}

#n_inv_sig{
    margin-left: 25px;
}

#compra_a{
    margin-left: -15px;
}

#venta_a{
    margin-left: 0px;
}

#cant_a{
    margin-left: 41px;
}

/*****************************
    
    Estilos de la ventana de fotos

**********************************/

#v_fotos{
    background: white;
    border-radius: 5px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 600px;
    position: absolute;
    display: none;
}

#img_p{
    width: 250;
    height: 250px;
}

/*******************************

    Estilos de contabilidad

*******************************/

#v_contabilidad{
    background: white;
    border-radius: 5px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 500px;
    position: absolute;
    /*display: none;*/
}

.c_input{
    width: 13%;
    padding-right: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    padding-left: 5px;
    border-radius: 3px;
}

.c_boton{
    border-radius: 2px;
    background-color: rgba(0,167,159,0.6);
    color: white;
    font-size: 20px;
    width: 8%;
    cursor:pointer;
}

.c_boton:hover{
    background-color: rgba(0,167,159,0.4);
}

#tabla_filtros{
    height: 310px;
    overflow-y: scroll;
}

#filtros td{
    text-align: center;
}


#filtros th{
    width: 1%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#sombra_2{
    position: fixed;
    width: 101%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    margin-left: -10px;
    margin-top: -20px;
    display: none; /*cambiarrrrrrrrrrrrrrrrrrrrr  a descomentarrrrrrrrrr*/
}

/***********************

    Ventana devoluciones

*********************/

#v_dev{
    background: white;
    border-radius: 5px;
    box-shadow: 0px 8px 0px 0px rgba(0,0,0,0.2);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 65%;
    height: 560px;
    position: absolute;
    border:1px solid rgba(0,0,0,0.5);
    display: none;
}

#tabla_dev{
    height: 310px;
    overflow-y: scroll;
}

#items_dev td{
    text-align: center;
}


#items_dev th{
    width: 1%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cant_dev{
    width: 30%;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
}
