/* ----------- Para toda la web ----------- */
body {
  overflow-x: hidden;
}

/* Quitar subrayado de los enlaces */
a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

/* Estilo para tablas de calculo para productos DXN*/

td {
  border: 1px solid black;
}

/*
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*/

/* PARA LAPTOPS Y PANTALLAS GRANDES */
@media screen and (min-width: 1025px) {
  h1.tituloPrincipal {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    text-align: center;
    font-size: 24px;
    margin-top: 50px;
  }

  p.cerrar {
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  label.selector {
    display: block;
    font-weight: bold;
    color: black;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
  }

  label.etiqueta {
    font-size: 16px;
  }

  label.etiqueta02 {
    font-size: 14px;
  }

  p.mostrarPrecioAfiliado {
    font-size: 22px;
    color: red;
  }

  p.mostrarPrecioPublico {
    font-size: 14px;
    color: rgb(226, 2, 230);
    padding: 7px;
  }

  p.pvMostrar {
    font-size: 20px;
    color: blue;
    padding: 4px;
  }

  select.desplegable {
    width: auto;
    height: 30px;
    margin: 5px;
  }

  input.ingresarCantidad {
    width: 45px;
    height: 25px;
    margin: 5px;
    text-align: center;
  }

  input.botonAñadir {
    width: 110px;
    height: 35px;
    margin-left: 145px;
    margin-top: 20px;
    cursor: pointer;

    background-color: #007bff;
    color: #fff;
    border-radius: 7px;
  }

  p.productoMostrar {
    font-size: 14px;
    color: red;
    font-weight: bold;
    padding: 3px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
  }

  img.imagenProductoDxn {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }

  /* Imagen del producto */
  .imagenProducto {
    display: block;
    width: 35%;
    /* margin: arriba derecha abajo izquierda  */
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  table.tablaDeContenido {
    border-collapse: collapse;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }

  th.productoTituloTabla {
    width: 250px;
    border: 2px solid black;
    color: red;
    background-color: white;
    font-size: 20px;
  }

  th.cantidadTituloTabla {
    width: 80px;
    border: 2px solid black;
    color: purple;
    background-color: white;
    font-size: 18px;
  }

  th.precioAfiliadoTituloTabla {
    width: 120px;
    border: 2px solid black;
    color: rgb(41, 128, 185);
  }

  th.subTotalPrecioAfiliadoTituloTabla {
    width: 120px;
    border: 2px solid black;
    color: blue;
    background-color: rgb(107, 193, 254);
  }

  th.pvUnidadTituloTabla {
    width: 70px;
    border: 2px solid black;
    color: rgb(146, 43, 33);
  }

  th.subTotalPvTituloTabla {
    width: 70px;
    border: 2px solid black;
    color: rgb(146, 43, 33);
    background-color: rgb(125, 212, 125);
  }

  th.celdaDeBoton {
    width: 80px;
  }

  input.estiloBotonReiniciar {
    width: 70px;
    height: 25px;
    justify-content: center;
    align-items: center;
    color: red;
    font-weight: bold;
    cursor: pointer;
  }

  span.simboloSoles {
    color: red;
    font-size: 18px;
  }

  div.cuadroResultadosPrecioAfiliado {
    background-color: rgb(255, 247, 237);
    border: 2px solid rgb(0, 0, 0);
  }

  div.cuadroResultadosPrecioPublico {
    background-color: rgb(237, 237, 248);
    border: 1px solid rgb(0, 0, 0);
  }

  p.tituloTotalPrecioPublico {
    text-align: center;
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    margin: 2px 0 0 0;
  }

  p.resultadoTotalPrecioPublico {
    text-align: center;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 22px;
    color: rgb(81, 75, 237);
    margin: 14px 0 0 0;
  }

  p.noAcumulaPv {
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(198, 85, 4);
    margin: 4px 0 4px 0;
  }

  p.abreviaturas {
    text-align: left;
    margin: 3px 0 0 0;
  }

  p.mensajeAbreviaturas {
    text-align: center;
    margin: 0 0 0 0;
  }

  p.tituloTotalPrecioAfiliado {
    text-align: center;
    font-size: 18px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    margin: 2px 0 0 0;
  }

  p.resultadoTotalPrecioAfiliado {
    text-align: center;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 30px;
    color: rgb(209, 33, 33);
    margin: 10px 0 0 0;
  }

  p.resultadoTotalPv {
    text-align: center;
    font-size: 18px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(7, 7, 177);
    margin: 5px 0 4px 0;
  }

  .tamañoTotalPv {
    font-size: 19px;
  }

  /* Estilo para nombre de DXN */
  .dxn {
    color: rgb(236, 94, 94);
  }

  .viviendoSaludable {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 18px;
    color: rgb(25, 178, 63);
    text-align: center;
  }

  .enlaceAfiliacionDxn {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 18px;
    color: rgb(68, 24, 228);
    text-align: center;
  }

  .enlaceAfiliacionDxnTablet {
    display: none;
  }

  .enlaceCatalogoDXN {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 18px;
    color: red;
    text-align: center;
  }

  .bordeCelda {
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 8px;
    width: 120px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    border: 2px solid black;
  }

  /* Contenedor Laptops */
  .contenedorPrincipal {
    width: 100%;
  }

  .contenedor {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  /* Estilo para contenedor en dos columnas */

  .columnaDatos {
    background-color: rgb(245, 241, 248);
    justify-content: center;
    padding: 10px;
    /* margin: arriba derecha abajo izquierda  */
    margin: 10px 10px 10px 10px;
  }

  .columnaResultados {
    background-color: rgb(251, 251, 251);
    padding: 10px;
    /* margin: arriba derecha abajo izquierda  */
    margin: 10px 10px 10px 10px;
    width: 20%;
  }

  /* Edicion de las columna de la tabla de los productos DXN */
  .productoTabla {
    background-color: white;
    text-align: left;
    height: 25px;
    font-size: 18px;
    border-left: 2px solid black;
  }

  #producto01,
  #producto02,
  #producto03,
  #producto04,
  #producto05,
  #producto06,
  #producto07,
  #producto08,
  #producto09,
  #producto10,
  #producto11,
  #producto12 {
    margin-left: 5px;
  }

  .cantidadTabla {
    background-color: white;
    text-align: center;
    width: 10px;
    font-size: 18px;
    cursor: pointer;
  }

  .precioAfiliadoTabla {
    color: rgb(132, 23, 23);
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }

  .subTotalPrecioAfiliadoTabla {
    color: red;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    font-size: 18px;
  }

  .pvTabla {
    width: 10px;
    color: rgb(112, 101, 200);
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }

  .subTotalPv {
    color: green;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    font-size: 18px;
    border-right: 2px solid black;
  }

  /* Todo para ventana emergente */
  .ventanaEmergente {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(79, 79, 79, 0.7);
    z-index: 1;
    visibility: hidden;
  }

  div.ordenarModal {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .modalContenedor {
    width: 900px;
    height: 500px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
  }

  .cerrarVentanaEmergente {
    display: flex;
    width: 80px;
    height: 35px;
    border-radius: 10px;
    background-color: rgb(17, 195, 62);
    cursor: pointer;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }

  .cerrarVentanaEmergente p {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  }

  /* Borde de abajo*/

  .bordeAbajo {
    border-bottom: 2px solid black;
  }

  /* Borrar datos y ocultar datos */

  .borrarDatos {
    color: red;
    font-weight: bold;
    width: 20px;
    text-align: center;
    justify-content: center;
    border: 0px;
    cursor: pointer;
  }

  .oculto {
    display: none;
  }

  .separador {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  div.aLaIzquierda {
    display: flex;
    width: 45%;
    justify-content: left;
    align-items: center;
    line-height: 0.7;
    margin: -20px 0px 0px 280px;
  }

  div.aLaDerecha {
    display: flex;
    width: 55%;
    justify-content: left;
    align-items: center;
    margin-left: -100px;
    margin-top: -20px;
  }

  p.version {
    display: flex;
    color: rgb(0, 0, 0);
    text-align: center;
    justify-content: center;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    /* margin: arriba derecha abajo izquierda  */
    margin: -2px 0px 0px 0px;
  }

  /* Div en clumna */

  .enColumna {
    display: block;
    width: 65%;
    line-height: 0.8;
    place-items: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 12px;
  }

  div.verPreciosUnitarios {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: -40px 0px -40px -50px;
  }

  .alinearIngresarProductos {
    display: flex;
    justify-content: left;
    align-items: center;
  }

  iframe.tamañoIframeProducto {
    width: 100%;
    height: 100%;
  }

  /* Ocultar solo en web */

  .ocultoEnWeb {
    display: none;
  }
}

/*
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*/

/* PARA TABLETAS Y DISPOSITIVOS DE TAMAÑO MEDIO */
@media (min-width: 768px) and (max-width: 1024px) {
  h1.tituloPrincipal {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
  }

  p.cerrar {
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  label.selector {
    display: block;
    font-weight: bold;
    color: black;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
  }

  label.etiqueta {
    font-size: 14px;
  }

  label.etiqueta02 {
    font-size: 12px;
  }

  p.mostrarPrecioAfiliado {
    font-size: 20px;
    color: red;
  }

  p.mostrarPrecioPublico {
    font-size: 14px;
    color: rgb(226, 2, 230);
    padding: 7px;
  }

  p.pvMostrar {
    font-size: 18px;
    color: blue;
    padding: 4px;
  }

  select.desplegable {
    width: auto;
    height: 25px;
    margin: 2px;
  }

  input.ingresarCantidad {
    width: 45px;
    height: 20px;
    margin: 2px;
    text-align: center;
  }

  input.botonAñadir {
    width: 110px;
    height: 25px;
    margin-left: 110px;
    margin-top: 20px;
    cursor: pointer;

    background-color: #007bff;
    color: #fff;
    border-radius: 7px;
  }

  p.productoMostrar {
    font-size: 12px;
    color: red;
    font-weight: bold;
    padding: 3px;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
  }

  img.imagenProductoDxn {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }

  /* Imagen del producto */
  .imagenProducto {
    display: block;
    width: 35%;
    /* margin: arriba derecha abajo izquierda  */
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  table.tablaDeContenido {
    border-collapse: collapse;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }

  th.productoTituloTabla {
    width: 600px;
    border: 2px solid black;
    color: red;
    background-color: white;
    font-size: 15px;
  }

  th.cantidadTituloTabla {
    width: 80px;
    border: 2px solid black;
    color: purple;
    background-color: white;
    font-size: 12px;
  }

  th.precioAfiliadoTituloTabla {
    width: 160px;
    border: 2px solid black;
    color: rgb(41, 128, 185);
    font-size: 12px;
  }

  th.subTotalPrecioAfiliadoTituloTabla {
    width: 200px;
    border: 2px solid black;
    color: blue;
    background-color: rgb(107, 193, 254);
    font-size: 12px;
  }

  th.pvUnidadTituloTabla {
    width: 120px;
    border: 2px solid black;
    color: rgb(146, 43, 33);
    font-size: 12px;
  }

  th.subTotalPvTituloTabla {
    width: 120px;
    border: 2px solid black;
    color: rgb(146, 43, 33);
    background-color: rgb(125, 212, 125);
    font-size: 12px;
  }

  th.celdaDeBoton {
    width: 80px;
  }

  input.estiloBotonReiniciar {
    width: 70px;
    height: 25px;
    justify-content: center;
    align-items: center;
    color: red;
    font-weight: bold;
    cursor: pointer;
  }

  span.simboloSoles {
    color: red;
    font-size: 14px;
  }

  div.cuadroResultadosPrecioAfiliado {
    background-color: rgb(255, 247, 237);
    border: 2px solid rgb(0, 0, 0);
  }

  div.cuadroResultadosPrecioPublico {
    background-color: rgb(237, 237, 248);
    border: 1px solid rgb(0, 0, 0);
  }

  p.tituloTotalPrecioPublico {
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    margin: 2px 0 0 0;
  }

  p.resultadoTotalPrecioPublico {
    text-align: center;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: rgb(81, 75, 237);
    margin: 14px 0 0 0;
  }

  p.noAcumulaPv {
    text-align: center;
    font-size: 12px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(198, 85, 4);
    margin: 4px 0 4px 0;
  }

  p.abreviaturas {
    text-align: left;
    margin: 3px 0 0 0;
    font-size: 14px;
  }

  p.mensajeAbreviaturas {
    text-align: center;
    margin: 0 0 0 0;
    font-size: 14px;
  }

  p.tituloTotalPrecioAfiliado {
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    margin: 0 0 0 0;
    width: auto;
  }

  p.resultadoTotalPrecioAfiliado {
    text-align: center;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 22px;
    color: rgb(209, 33, 33);
    margin: 10px 0 0 0;
  }

  p.resultadoTotalPv {
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(7, 7, 177);
    margin: 5px 0 4px 0;
  }

  .tamañoTotalPv {
    font-size: 17px;
  }

  /* Estilo para nombre de DXN */
  .dxn {
    color: rgb(236, 94, 94);
  }

  .viviendoSaludable {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 18px;
    color: rgb(25, 178, 63);
    text-align: center;
  }

  .enlaceAfiliacionDxn {
    display: none;
  }

  .enlaceAfiliacionDxnTablet {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 14px;
    color: rgb(68, 24, 228);
    text-align: center;
    width: 300px;
  }

  .enlaceCatalogoDXN {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 15px;
    color: red;
    text-align: center;
  }

  .bordeCelda {
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 8px;
    width: 120px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    border: 2px solid black;
  }

  /* Contenedor Laptops */
  .contenedorPrincipal {
    width: 100%;
  }

  .contenedor {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  /* Estilo para contenedor en dos columnas */

  .columnaDatos {
    background-color: rgb(245, 241, 248);
    justify-content: center;
    padding: 10px;
    /* margin: arriba derecha abajo izquierda  */
    margin: 10px 10px 10px 10px;
  }

  .columnaResultados {
    background-color: rgb(251, 251, 251);
    padding: 10px;
    /* margin: arriba derecha abajo izquierda  */
    margin: 10px 15px 10px 0px;
    width: 50%;
  }

  /* Edicion de las columna de la tabla de los productos DXN */
  .productoTabla {
    background-color: white;
    text-align: left;
    height: 18px;
    font-size: 16px;
    border-left: 2px solid black;
  }

  #producto01,
  #producto02,
  #producto03,
  #producto04,
  #producto05,
  #producto06,
  #producto07,
  #producto08,
  #producto09,
  #producto10,
  #producto11,
  #producto12 {
    margin-left: 4px;
  }

  .cantidadTabla {
    background-color: white;
    text-align: center;
    width: 10px;
    font-size: 16px;
    cursor: pointer;
  }

  .precioAfiliadoTabla {
    color: rgb(132, 23, 23);
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }

  .subTotalPrecioAfiliadoTabla {
    color: red;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    font-size: 14px;
  }

  .pvTabla {
    width: 10px;
    color: rgb(112, 101, 200);
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }

  .subTotalPv {
    color: green;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    font-size: 14px;
    border-right: 2px solid black;
  }

  /* Todo para ventana emergente */
  .ventanaEmergente {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 40vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(79, 79, 79, 0.7);
    z-index: 1;
    visibility: hidden;
  }

  div.ordenarModal {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .modalContenedor {
    width: 900px;
    height: 450px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
  }

  .cerrarVentanaEmergente {
    display: flex;
    width: 80px;
    height: 35px;
    border-radius: 10px;
    background-color: rgb(17, 195, 62);
    cursor: pointer;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }

  .cerrarVentanaEmergente p {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  }

  /* Borde de abajo*/

  .bordeAbajo {
    border-bottom: 2px solid black;
  }

  /* Borrar datos y ocultar datos */

  .borrarDatos {
    color: red;
    font-weight: bold;
    width: 20px;
    text-align: center;
    justify-content: center;
    border: 0px;
    cursor: pointer;
  }

  .oculto {
    display: none;
  }

  .separador {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  div.aLaIzquierda {
    display: flex;
    width: 45%;
    justify-content: left;
    align-items: center;
    line-height: 0.7;
    margin: 0px 0px 0px 18px;
  }

  div.aLaDerecha {
    display: flex;
    width: 55%;
    justify-content: right;
    align-items: center;
    margin-left: 0px;
    margin-top: -10px;
  }

  p.version {
    display: flex;
    color: rgb(0, 0, 0);
    text-align: center;
    justify-content: center;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    /* margin: arriba derecha abajo izquierda  */
    margin: -2px 0px 0px 0px;
  }

  /* Div en clumna */

  .enColumna {
    display: block;
    width: 65%;
    line-height: 0.8;
    place-items: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 50px;
  }

  div.verPreciosUnitarios {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: -55px 0px -80px -50px;
  }

  .alinearIngresarProductos {
    display: flex;
    justify-content: left;
    align-items: center;
  }

  iframe.tamañoIframeProducto {
    width: 100%;
    height: 100%;
  }

  /* Ocultar solo en web */

  .ocultoEnWeb {
    display: none;
  }

  td {
    height: auto;
  }
}

/*
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
*/

/* PARA DISPOSITIVOS MOVILES Y PANTALLAS PEQUEÑAS */
@media (max-width: 767px) {
  h1.tituloPrincipal {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    margin-top: 45px;
  }

  p.cerrar {
    color: rgb(0, 0, 0);
    text-align: justify;
  }

  label.selector {
    display: block;
    font-weight: bold;
    color: black;
    margin-top: 0px;
  }

  label.etiqueta {
    font-weight: bold;
    font-size: 16px;
  }

  label.etiqueta02 {
    font-size: 14px;
  }

  p.mostrarPrecioAfiliado {
    font-size: 22px;
    color: red;
  }

  p.mostrarPrecioPublico {
    font-size: 14px;
    color: rgb(226, 2, 230);
    padding: 7px;
  }

  p.pvMostrar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: blue;
  }

  select.desplegable {
    width: auto;
    height: 32px;
    margin-left: 5px;
  }

  input.ingresarCantidad {
    width: 45px;
    height: 24px;
    text-align: center;
    margin-left: 5px;
  }

  input.botonAñadir {
    width: 110px;
    height: 38px;

    cursor: pointer;
    margin-top: 4px;
    margin-left: 50%;

    background-color: #007bff;
    color: #fff;
    border-radius: 7px;
  }

  /* Imagen del producto */
  .imagenProducto {
    display: block;
    width: 40%;
    justify-content: center;
    align-items: center;

    /* margin: arriba derecha abajo izquierda  */
  }

  p.productoMostrar {
    display: block;
    width: auto;
    font-size: 18px;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: -20px;
    margin-left: 45px;
  }

  img.imagenProductoDxn {
    display: flex;
    width: 70px;
    height: 70px;
    margin-top: -40px;
    margin-left: auto;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }

  /* Div en clumna */

  .enColumna {
    display: block;
    width: 60%;
    line-height: 0.8;
    margin-left: 70px;
  }

  div.aLaDerecha {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 0px;
  }

  div.aLaIzquierda {
    display: block;
    width: 30%;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-top: -18px;
  }

  table.tablaDeContenido {
    border-collapse: collapse;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }

  th.productoTituloTabla {
    width: 250px;
    border: 2px solid black;
    color: red;
    background-color: white;
    font-size: 13px;
  }

  th.cantidadTituloTabla {
    width: 80px;
    border: 2px solid black;
    color: purple;
    background-color: white;
    font-size: 10px;
  }

  th.precioAfiliadoTituloTabla {
    width: 70px;
    border: 2px solid black;
    color: rgb(41, 128, 185);
    font-size: 12px;
    line-height: 0.9;
  }

  th.subTotalPrecioAfiliadoTituloTabla {
    width: 70px;
    border: 2px solid black;
    color: blue;
    background-color: rgb(107, 193, 254);
    font-size: 12px;
    line-height: 0.9;
  }

  th.pvUnidadTituloTabla {
    width: 70px;
    border: 2px solid black;
    color: rgb(146, 43, 33);
    font-size: 11px;
    line-height: 0.9;
  }

  th.subTotalPvTituloTabla {
    width: 70px;
    border: 2px solid black;
    color: rgb(146, 43, 33);
    background-color: rgb(125, 212, 125);
    font-size: 12px;
    line-height: 0.9;
  }

  th.celdaDeBoton {
    width: auto;
  }

  input.estiloBotonReiniciar {
    width: 46px;
    height: 30px;
    color: rgb(34, 95, 11);
    font-weight: bold;
    font-size: 8px;
    cursor: pointer;
  }

  span.simboloSoles {
    color: red;
    font-size: 12px;
  }

  div.cuadroResultadosPrecioAfiliado {
    display: flex;
    background-color: rgb(255, 247, 237);
    border: 2px solid rgb(0, 0, 0);
    margin: -10px 0px 0px 0px;
  }

  div.cuadroResultadosPrecioPublico {
    display: flex;
    background-color: rgb(237, 237, 248);
    border: 1px solid rgb(0, 0, 0);
    margin: -10px 0px 0px 0px;
  }

  p.tituloTotalPrecioPublico {
    text-align: left;
    font-size: 12px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    margin: 0 0 0 4px;
  }

  p.resultadoTotalPrecioPublico {
    text-align: center;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;

    color: rgb(81, 75, 237);
    margin: auto 0px auto 20px;
  }

  p.noAcumulaPv {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(198, 85, 4);
    margin: auto 0px auto 40px;
  }

  p.abreviaturas {
    text-align: left;
    margin: 0 0 0 0;
    font-size: 13px;
  }

  p.mensajeAbreviaturas {
    text-align: center;
    margin: 2px 0 0 0;
    font-size: 11px;
  }

  p.tituloTotalPrecioAfiliado {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    margin: auto 0px auto 2px;
  }

  .textoTotal {
    font-size: 8px;
  }

  p.resultadoTotalPrecioAfiliado {
    text-align: center;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: rgb(209, 33, 33);
    margin: 2px 0 2px 4px;
  }

  p.resultadoTotalPv {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: rgb(7, 7, 177);
    margin: auto 0px auto 18px;
  }

  .tamañoTotalPv {
    font-size: 16px;
  }

  /* Estilo para nombre de DXN */
  .dxn {
    color: rgb(236, 94, 94);
  }

  .viviendoSaludable {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 18px;
    color: rgb(25, 178, 63);
    text-align: center;
  }

  .enlaceAfiliacionDxn {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 14px;
    color: rgb(68, 24, 228);
    text-align: center;
    margin-top: 10px;
  }

  .enlaceAfiliacionDxnTablet {
    display: none;
  }

  .enlaceCatalogoDXN {
    display: block;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    font-size: 16px;
    color: red;
    text-align: center;
    margin: -15px 0px -40px 0px;
  }

  .bordeCelda {
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 8px;
    width: 120px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    border: 2px solid black;
  }

  /* Contenedor Laptops */
  .contenedorPrincipal {
    width: 100%;
  }

  .contenedor {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  /* Estilo para contenedor en dos columnas */

  .columnaDatos {
    width: 100%;
    background-color: rgb(245, 241, 248);
    justify-content: center;
    /* margin: arriba derecha abajo izquierda  */
  }

  .columnaResultados {
    background-color: rgb(251, 251, 251);
    /* margin: arriba derecha abajo izquierda  */
    width: 100%;
  }

  /* Edicion de las columna de la tabla de los productos DXN */
  .productoTabla {
    background-color: white;
    text-align: left;
    height: 20px;
    font-size: 12px;
    border-left: 2px solid black;
  }

  #producto01,
  #producto02,
  #producto03,
  #producto04,
  #producto05,
  #producto06,
  #producto07,
  #producto08,
  #producto09,
  #producto10,
  #producto11,
  #producto12 {
    margin-left: 3px;
  }

  .cantidadTabla {
    background-color: white;
    text-align: center;
    width: 10px;
    font-size: 15px;
    cursor: pointer;
  }

  .precioAfiliadoTabla {
    color: rgb(132, 23, 23);
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }

  .subTotalPrecioAfiliadoTabla {
    color: red;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    font-size: 15px;
  }

  .pvTabla {
    width: 10px;
    color: rgb(112, 101, 200);
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }

  .subTotalPv {
    color: green;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    font-size: 15px;
    border-right: 2px solid black;
  }

  /* Todo para ventana emergente */
  .ventanaEmergente {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 98vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(79, 79, 79, 0.7);
    z-index: 1;
    visibility: hidden;
  }

  div.ordenarModal {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .modalContenedor {
    width: 360px;
    height: 620px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
  }

  .cerrarVentanaEmergente {
    display: flex;
    width: 80px;
    height: 35px;
    border-radius: 10px;
    background-color: rgb(17, 195, 62);
    cursor: pointer;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
  }

  .cerrarVentanaEmergente p {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  }

  /* Borde de abajo*/

  .bordeAbajo {
    border-bottom: 2px solid black;
  }

  /* Borrar datos y ocultar datos */

  .borrarDatos {
    color: red;
    font-weight: bold;
    width: 15px;
    text-align: center;
    justify-content: center;
    border: 0px;
    font-size: 14px;
    cursor: pointer;
  }

  .oculto {
    display: none;
  }

  .separador {
    display: block;
    width: 100%;
  }

  p.version {
    display: flex;
    color: rgb(0, 0, 0);
    text-align: center;
    justify-content: center;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    /* margin: arriba derecha abajo izquierda  */
    margin: 12px 0px 0px 0px;
  }

  div.verPreciosUnitarios {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -40px 0px 0px -50px;
  }

  .alinearIngresarProductos {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 3px;
  }

  /* Ocultar solo en dispositivos moviles */
  .ocultoEnMovil {
    display: none;
  }

  iframe.tamañoIframeProducto {
    width: 100%;
    height: 100%;
  }

  .editarMensajeAbreviatura {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    margin-top: 4px;
  }
}
