.txt_color_3 {
  color: #bc5c14; }

.tit_form {
  font-size: 1.5vw;
  font-family: "EncodeSansExpanded Bold";
  color: black;
  display: block;
  margin-bottom: 1vw; }

.tit_usu_form {
  font-size: 0.8vw;
  color: black;
  display: block;
  margin-bottom: 1vw; }

.bold {
  font-family: "EncodeSansExpanded Bold";
  cursor: pointer; }
  .bold:hover {
    text-decoration: underline; }

.div_form {
  width: 100%;
  box-sizing: border-box;
  padding: 3vw 0;
  color: black; }

.div_form_s {
  width: 60%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }

.div_form2 {
  width: 70%;
  box-sizing: border-box;
  display: block;
  margin: 0 auto; }

.modulo_usu {
  width: 30vw;
  box-sizing: border-box;
  padding: 1vw;
  background-color: white;
  color: black;
  font-size: 0.8vw;
  font-family: "EncodeSansExpanded Regular";
  position: fixed;
  top: 15vw;
  margin-left: calc(50% - 15vw);
  z-index: 120;
  display: none; }

.form_modulo {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1vw; }
  .form_modulo input[type="text"], .form_modulo [type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5vw;
    font-size: 0.8vw;
    border: solid 0.1vw black;
    background-color: white; }

.bton_modulo {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5vw 0;
  text-align: center;
  border: solid 0.1vw #bc5c14;
  display: block;
  margin: 1vw 0;
  cursor: pointer;
  font-family: "EncodeSansExpanded Medium";
  background-color: white;
  text-transform: uppercase;
  color: #bc5c14; }
  .bton_modulo:hover {
    background-color: #bc5c14;
    color: white; }

.icono_cerrar {
  font-size: 0.9vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
  cursor: pointer; }

.txt_form_modulo {
  display: block;
  margin-bottom: 0.3vw; }

.tit_modulo {
  display: block;
  font-size: 1.2vw;
  font-family: "EncodeSansExpanded Bold";
  margin-bottom: 1vw; }

.grid_pedido {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5vw;
  margin-bottom: 1vw; }

.img_pedido {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 6vw;
  width: 6vw; }

.grid_form {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1vw;
  margin-bottom: 1vw; }
  .grid_form input[type="text"], .grid_form [type="password"], .grid_form select, .grid_form textarea {
    width: 100%;
    display: block;
    padding: 0.5vw;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 0.1vw black;
    color: black;
    background-color: white;
    outline: none; }
    .grid_form input[type="text"]:focus, .grid_form [type="password"]:focus, .grid_form select:focus, .grid_form textarea:focus {
      border: solid 1px black; }
    .grid_form input[type="text"]:hover, .grid_form [type="password"]:hover, .grid_form select:hover, .grid_form textarea:hover {
      border: solid 1px black; }
  .grid_form textarea {
    height: 7vw;
    resize: none; }

.grid_pago {
  padding: 0.5vw;
  background-color: #ebebeb; }

.img_webpay {
  width: 6vw;
  display: inline-block;
  margin-left: 1vw;
  vertical-align: middle; }

.tabla_pedido {
  width: 100%;
  border-top: solid 0.2vw black;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8vw;
  font-family: "EncodeSansExpanded Regular";
  color: black;
  display: table; }
  .tabla_pedido th {
    font-family: "EncodeSansExpanded Bold";
    padding: 1vw;
    border-bottom: solid 0.1vw black;
    text-align: left; }
  .tabla_pedido td {
    padding: 1vw;
    border-bottom: solid 0.1vw black; }
  .tabla_pedido tr > td:first-child {
    text-align: center; }
  .tabla_pedido tr > td:last-child {
    text-align: right; }
  .tabla_pedido tr:last-child > td {
    border: none; }

.tabla_totales_pedido {
  border: solid 0.1vw black; }
  .tabla_totales_pedido tr > td:first-child {
    text-align: left;
    font-family: "EncodeSansExpanded Bold"; }

.tabla_recibido {
  width: 100%;
  box-sizing: border-box;
  display: table;
  border-collapse: collapse;
  color: black;
  margin: 0.5vw 0 3vw 0;
  font-size: 0.7vw; }
  .tabla_recibido td {
    border-right: dashed 0.1vw black;
    padding: 0.5vw;
    box-sizing: border-box; }
  .tabla_recibido tr > td:last-child {
    border-right: none; }

.txt_recibido {
  font-family: "EncodeSansExpanded Bold";
  display: block;
  font-size: 0.8vw; }

.tabla_det_recibido {
  width: 50%;
  margin: 0; }
  .tabla_det_recibido tr > td:last-child {
    text-align: left; }

.borbuja_opc {
  width: 100%;
  padding: 0;
  background: #cccccc;
  display: none;
  box-sizing: border-box;
  font-size: 0.7vw;
  padding: 0.5vw;
  position: relative;
  margin-top: 0.5vw;
  border-radius: 0.3vw; }
  .borbuja_opc::before {
    content: "";
    position: absolute;
    top: -0.8vw;
    margin-left: 2vw;
    width: 0;
    height: 0;
    border-width: 0 0.6vw 0.8vw;
    border-style: solid;
    border-color: transparent transparent #cccccc; }

.grid2_form {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
  padding: 1vw 0; }
  .grid2_form > div:nth-child(even) {
    text-align: right; }

/* Radio Button */
.container {
  display: inline-block;
  position: relative;
  padding-left: 1.5vw;
  margin-bottom: 0.5vw;
  margin-right: 0.8vw;
  cursor: pointer;
  font-size: 0.8vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black; }

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8vw;
  width: 0.8vw;
  background-color: #eee;
  border-radius: 50%;
  border: solid 0.1vw black; }

.container:hover input ~ .checkmark {
  background-color: #cccccc; }

.container input:checked ~ .checkmark {
  background-color: black; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 0.2vw;
  left: 0.2vw;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background: white; }

.checkbox {
  position: absolute;
  box-sizing: border-box;
  top: 0.1vw;
  left: 0;
  height: 0.9vw;
  width: 0.9vw;
  background-color: #eee;
  border: solid 0.1vw black;
  padding: 0.1vw; }

.container:hover input ~ .checkbox {
  background-color: #cccccc; }

.container input:checked ~ .checkbox {
  background-color: white; }

.checkbox:after {
  content: "";
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkbox:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container .checkbox:after {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: black; }

.tit2_form {
  font-size: 1vw;
  font-family: "EncodeSansExpanded Bold";
  color: black;
  display: block;
  margin-bottom: 0.5vw; }

@media screen and (max-width: 980px) {
  .tit_modulo {
    font-size: 18px;
    margin-bottom: 16px; }

  .tit_form {
    font-size: 24px;
    margin-bottom: 16px; }

  .tit_usu_form {
    font-size: 14px;
    margin-bottom: 16px; }

  .modulo_usu {
    width: 400px;
    box-sizing: border-box;
    padding: 16px;
    font-size: 14px;
    top: 150px;
    margin-left: calc(50% - 200px); }

  .form_modulo {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px; }
    .form_modulo input[type="text"], .form_modulo [type="password"] {
      width: 100%;
      padding: 8px;
      font-size: 14px;
      border: solid 1px black; }

  .bton_modulo {
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border: solid 1px #bc5c14;
    margin: 16px 0; }

  .icono_cerrar {
    font-size: 15px;
    right: 16px;
    top: 16px; }

  .txt_form_modulo {
    margin-bottom: 5px; }

  .tit_modulo {
    font-size: 18px;
    margin-bottom: 16px; }

  .tit2_form {
    font-size: 16px;
    margin-bottom: 8px; }

  .div_form {
    width: 100%;
    padding: 30px 0; }

  .div_form_s {
    width: 90%; }

  .div_form2 {
    width: 70%;
    box-sizing: border-box;
    display: block;
    margin: 0 auto; }

  .grid_pedido {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    margin-bottom: 16px; }

  .img_pedido {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px; }

  .grid_form {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-bottom: 16px; }
    .grid_form input[type="text"], .grid_form [type="password"], .grid_form select, .grid_form textarea {
      width: 100%;
      display: block;
      padding: 8px;
      box-sizing: border-box;
      border: none;
      border-bottom: solid 1px black;
      color: black;
      background-color: white;
      outline: none; }
      .grid_form input[type="text"]:focus, .grid_form [type="password"]:focus, .grid_form select:focus, .grid_form textarea:focus {
        border: solid 1px black; }
      .grid_form input[type="text"]:hover, .grid_form [type="password"]:hover, .grid_form select:hover, .grid_form textarea:hover {
        border: solid 1px black; }
    .grid_form textarea {
      height: 60px;
      resize: none; }

  .grid_pago {
    padding: 8px;
    background-color: #ebebeb; }

  .img_webpay {
    width: 60px;
    display: inline-block;
    margin-left: 160px;
    vertical-align: middle; }

  .tabla_pedido {
    width: 100%;
    border-top: solid 2px black;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-family: "EncodeSansExpanded Regular";
    color: black;
    display: table; }
    .tabla_pedido th {
      font-family: "EncodeSansExpanded Bold";
      padding: 16px;
      border-bottom: solid 1px black;
      text-align: left; }
    .tabla_pedido td {
      padding: 16px;
      border-bottom: solid 1px black; }
    .tabla_pedido tr > td:first-child {
      text-align: center; }
    .tabla_pedido tr > td:last-child {
      text-align: right; }
    .tabla_pedido tr:last-child > td {
      border: none; }

  .tabla_totales_pedido {
    border: solid 1px black;
    width: 100% !important; }
    .tabla_totales_pedido tr > td:first-child {
      text-align: left;
      font-family: "EncodeSansExpanded Bold"; }

  .tabla_recibido {
    width: 100%;
    box-sizing: border-box;
    display: table;
    border-collapse: collapse;
    color: black;
    margin: 8px 0 30px 0;
    font-size: 12px; }
    .tabla_recibido td {
      border-right: dashed 1px black;
      padding: 8px;
      box-sizing: border-box; }
    .tabla_recibido tr > td:last-child {
      border-right: none; }

  .txt_recibido {
    font-family: "EncodeSansExpanded Bold";
    display: block;
    font-size: 14px; }

  .tabla_det_recibido {
    width: 50%;
    margin: 0; }
    .tabla_det_recibido tr > td:last-child {
      text-align: left; }

  /* Radio Button */
  .container {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    margin-right: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black; }

  .borbuja_opc {
    width: 100%;
    padding: 0;
    background: #cccccc;
    display: none;
    box-sizing: border-box;
    font-size: 12px;
    padding: 8px;
    position: relative;
    margin-top: 8px;
    border-radius: 5px; }
    .borbuja_opc::before {
      content: "";
      position: absolute;
      top: -14px;
      margin-left: 20px;
      width: 0;
      height: 0;
      border-width: 0 12px 14px;
      border-style: solid;
      border-color: transparent transparent #cccccc; }

  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
    border: solid 1px black; }

  .container:hover input ~ .checkmark {
    background-color: #cccccc; }

  .container input:checked ~ .checkmark {
    background-color: black; }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
    display: block; }

  /* Style the indicator (dot/circle) */
  .container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white; }

  .checkbox {
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: solid 1px black;
    padding: 2px; }

  /* Style the indicator (dot/circle) */
  .container .checkbox:after {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: black; } }
