* {
    font-family: Helvetica;
    margin: 0;
    padding: 0;
}
h1 {
    margin: 30px;
}
header {
    font-family: Helvetica;
    width: 80%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #eaeaea;
    align-items: center;
}
ul {
    list-style: none;
    margin: 30px;
}
#menu>li {
    display: inline;
    text-align: center;
    background-color: grey;
    color: white;
    padding: 10px;
    min-width: 100px;
}
#menu>li:hover {
    color: #000;
    background-color: #eaeaea;
    cursor: pointer;
}
main {
    width: 80%;
    margin: auto;
}
#mostrar_clientes {}
#modal_product {
    z-index: 100;
}
.modal_container_product {
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #d8d8d8;
    display: none;
    z-index: 1000;
    top: 0;
}
.modal_container {
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
    top: 0;
}
.modal {
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.form_add_client {
    width: 30%;
    height: 40%;
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #eaeaea;
    align-items: center;
}
.btn {
    font-family: Helvetica;
    display: inline;
    text-align: center;
    background-color: grey;
    color: white;
    padding: 10px;
    min-width: 100px;
    text-decoration: none;
    text-decoration-style: none;
    outline: inherit;
    border: none;
    outline: inherit;
    cursor: pointer;
    font: inherit;
    transition-duration: 0.4s;
}
.btn:hover {
    transform: scale(1.1);
}
.closeModal {
    background-color: #ED4C4C;
}
.tabla {
    font-size: 0.8em;
    width: 90%;
    margin: auto;
    color: gray;
    border-collapse: collapse;
    justify-content: space-between;
}
.tabla th {
    color: black;
    text-align: center;
    height: 70px;
}
.tabla tr {
    border-bottom: 1px solid #ccc;
}
.tabla td {
    height: 80px;
    text-align: center;
}
.btnctzr {
    font-family: Helvetica;
    display: inline;
    text-align: center;
    background-color: #04B704;
    color: white;
    padding: 10px;
    min-width: 100px;
    text-decoration: none;
    text-decoration-style: none;
    outline: inherit;
    border: none;
    outline: inherit;
    cursor: pointer;
    font: inherit;
    transition-duration: 0.4s;
}
.btnctzr:hover {
    transform: scale(1.1);
}
.number_input {
    width: 50px;
}
.modal2 {
    color: gray;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.form_product {
    width: 15%;
    height: 90%;
    margin: auto;
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #eaeaea;
    align-items: center;
}
.form_product>label {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form_product p {
    font-size: 0.7em;
}
.form_product input {
    text-align: center;
    height: 20px;
}
}
.form_product select {
    height: 20px;
}
.dibujo_canvas {
    align-items: center;
    flex-direction: column;
    min-width: 40%;
    height: 90%;
    margin: auto;
    background-color: #ffffff;
    padding: 30px;
}
.controles {
    width: 30%;
    height: 90%;
    margin: auto;
    background-color: #eaeaea;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.control1 {
    height: 60%;
}
.icon_material {
    width: 50px;
    height: 20px;
}
/*VENTANA TEXTURAS*/

.marco-negro {
    background-image: url("../img/perfiles/negro.jpg");
    background-position: center center;
    background-size: cover;
}
.marco-cafe {
    background-image: url("../img/perfiles/cafe.jpg");
    background-position: center center;
    background-size: cover;
}
.pbronce {
    background-image: url("../img/perfiles/bronce.svg");
    background-position: center center;
    background-size: cover;
}
.pvc {
    background-image: url("../img/perfiles/pvc.svg");
    background-position: center center;
    background-size: cover;
}
.ventana {
    table-layout: fixed;
    max-content: 1fr;
    box-shadow: inset 3px 3px 3px rgba(125, 125, 125, .5), inset -2px -2px 3px rgba(0, 0, 0, .3), 2px 2px 10px rgba(0, 0, 0, .3);
}
.ventana th, .ventana td {
    text-align: center;
}
.tabla tr:nth-child(odd) td {
    background-color: #F2F2F2;
}
.contenedorTabla {
    max-width: 80vh;
    max-height: 80vh;
    background-color: #F4F4F4;
}
.lienzo {
    margin: auto;
    display: flex;
}
.medidaAltura {
    transform: rotate(-90deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.medidaAncho {
    text-align: center;
}
.altoFinal {
    text-align: center;
}
.alturaContainer {
    width: 10vh;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.anchoContainer {
    display: flex;
    max-width: 100%;
    height: 10vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sobrante {}
.cotas {
    height: 10px;
    border-bottom-color: #35AFF9;
    border-left-color: #35AFF9;
    border-right-color: #35AFF9;
    clear: both;
    border-top: none;
    border-bottom: -1px;
}
.cotasPequeñas {
    height: 3px;
    border-bottom-color: #35AFF9;
    border-left-color: #35AFF9;
    border-right-color: #35AFF9;
    clear: both;
    border-top: none;
    border-bottom: -1px;
}
.modalcotizacion {
    width: 80%;
    height: 80%;
    margin: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pdf_hoja {
    width: 8.5 in;
    margin-bottom: 50px;
}
.dibujorow {
    width: 200px;
    text-align: center;
}
.dibujocolum {
    height: 100px;
}
.tabla_productos {
    border: 1px solid #ccc;
    text-align: center;
    width: 90%;
    margin: auto;
    color: gray;
    border-collapse: collapse;
}
.text_peque {
    font-size: 0.7em;
}
.cantidad {
    width: 60px;
}
.tabla_productos th {
    color: black;
    text-align: center;
    height: 50px;
}
.tabla_productos tr:nth-child(odd) .row_tb {
    background-color: #F2F2F2;
}
.row_tb {
    padding: 3px;
    border: 1px solid #ccc;
    border-bottom: none;
}
.contVentana {
    margin: auto;
    flex-direction: column;
    justify-content: center;
}
.encabezado {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    margin: 20px;
    background-color: #D7EBFF;
}
.mallabg {
    background-image: url('../img/malla.svg');
    cursor: pointer;
    background-attachment: fixed;
    background-size: 300px;
    background-position: center center;
}
.sincolor {
    background-image: url('../img/nubes.jpg');
    cursor: pointer;
    background-attachment: fixed;
    background-size: 300px;
    background-position: center center;
}
/*colores de vidrio*/

.vidrio {}
.control-cuadros {
    display: flex;
    flex-direction: row;
}
.cuadritos {
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 2px;
}
.cuadritos:hover {
    transform: scale(1.5);
}
.vseleccionado {
    border: 1px solid red;
}
.pseleccionado {
    border: 1px solid red;
}
.blanco {
    background: linear-gradient(130deg, rgba(199, 216, 232, 1) 0%, rgba(195, 214, 232, 1) 12%, rgba(193, 212, 230, 1) 14%, rgba(196, 214, 232, 1) 24%, rgba(167, 185, 217, 1) 54%, rgba(194, 213, 231, 1) 71%, rgba(190, 208, 230, 1) 78%, rgba(156, 176, 210, 1) 100%);
}
.bronce {
    background: linear-gradient(130deg, rgba(231, 191, 147, 1) 0%, rgba(203, 150, 108, 1) 12%, rgba(199, 144, 103, 1) 25%, rgba(179, 114, 74, 1) 43%, rgba(145, 86, 41, 1) 68%, rgba(168, 102, 55, 1) 85%, rgba(160, 94, 47, 1) 100%);
}
.filtrasol {
    background: linear-gradient(130deg, rgba(199, 216, 232, 1) 0%, rgba(178, 201, 224, 1) 12%, rgba(139, 158, 192, 1) 25%, rgba(106, 122, 143, 1) 43%, rgba(90, 104, 118, 1) 68%, rgba(100, 111, 127, 1) 85%, rgba(94, 103, 120, 1) 100%);
}
.cristazul {
    background: linear-gradient(130deg, rgba(39, 159, 255, 1) 0%, rgba(71, 195, 255, 1) 12%, rgba(38, 141, 251, 1) 25%, rgba(23, 120, 243, 1) 43%, rgba(9, 97, 216, 1) 68%, rgba(13, 97, 215, 1) 85%, rgba(23, 96, 211, 1) 100%);
}
.reflecta {
    background: linear-gradient(130deg, rgba(225, 212, 205, 1) 0%, rgba(207, 190, 181, 1) 10%, rgba(193, 170, 161, 1) 15%, rgba(193, 170, 161, 1) 24%, rgba(147, 116, 100, 1) 55%, rgba(149, 117, 100, 1) 70%, rgba(136, 108, 89, 1) 80%, rgba(126, 101, 83, 1) 100%);
}
.tintex {
    background: linear-gradient(130deg, rgba(101, 156, 140, 1) 0%, rgba(116, 196, 167, 1) 9%, rgba(123, 190, 163, 1) 22%, rgba(91, 149, 136, 1) 52%, rgba(91, 149, 136, 1) 61%, rgba(105, 166, 147, 1) 74%, rgba(96, 155, 140, 1) 85%, rgba(103, 164, 146, 1) 100%);
}
/*imagen guardada*/

#capture {
    position: relative;
    padding: 3px;
    background-color: #eaeaea;
}