body {
  background-color: #e6e6e6;
}

.n_select {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  -khtml-user-drag: none !important;
  -moz-user-drag: none !important;
  -o-user-drag: none !important;
  user-drag: none !important;
}

.cuerpo_contenido {
  width: 100%;
  border: none;
  margin: 0px;
  margin-bottom: -0.2em;
  display: inline-block;
  word-wrap: break-word;
}

.contenedor_formulario {
  position: relative;
  justify-content: center;
  align-content: center;
  padding: 2% 4% 2% 4%;
  margin: 0;
}

.contenedor_formulario_s {
  box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 1);
  border-radius: 8px 8px 8px 8px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  justify-content: center;
  align-content: center;
}

.sombra {
  box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.85);
}

.sombra_formulario {
  box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.85);
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.cabeza_formulario {
  background-color: rgba(63, 81, 181, 0.9);
  padding: 1.5em;
  border-radius: 8px 8px 0px 0px;
  border: none;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  width: 100% !important;
}

.cabeza_formulario_s {
  background-color: rgba(63, 81, 181, 0.8);
  padding: 1.5em;
  border-radius: 8px 8px 0px 0px;
  border: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.cuerpo_formulario {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0em 2em 2em 2em;
  padding-bottom: 3em;
  border-radius: 0px 0px 8px 8px;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.form_r img {
  float: left;
  margin-bottom: 1.2em;
  width: 100%;
}

.div_imagen_arriba {
  background-color: transparent;
  min-height: 10em;
  border-radius: 10px 10px 0px 0px;
  display: inline-table;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none
}

.imagen_seccion_1 {
  float: left;
  width: 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.imagenes_seccion_1 {
  float: left;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.imagen_seccion_2 {
  float: right;
  width: 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.imagenes_seccion_2 {
  float: right;
  width: 200px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.fila_media {
  direction: block;
  height: 2em;
  width: 100%;
  background-color: transparent;
}

.seccion1_fila_media {
  padding-top: 0.3em;
  float: left;
  width: 40%;
}

.seccion2_fila_media {
  float: right;
  width: 60%;
}

.texto_fila_media {
  width: 100%;
  height: calc(2em - 1px);
  border: none;
  background-color: transparent;
}

.fila_baja {
  direction: block;
  height: 2em;
  width: 100%;
  background-color: transparent;
  border-radius: 0px 0px 10px 10px;
}

.seccion1_fila_baja {
  padding-top: 0.3em;
  float: left;
  width: 40%;
}

.seccion2_fila_baja {
  float: right;
  width: 60%;
  border-radius: 0px 0px 10px 10px;
}

.texto_fila_baja {
  width: 100%;
  height: calc(2em - 1px);
  border: none;
  background-color: transparent;
  border-radius: 0px 0px 10px 0px;
}

#reinicio {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none
}

.thumb {
  margin-left: 0.5em;
  max-height: 9em;
  max-width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label, .inputfile.has-focus + label {
  outline: none;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.inputfile-4 + label {
  color: black;
}

.inputfile-4:focus + label, .inputfile-4.has-focus + label, .inputfile-4 + label:hover {
  color: #555555;
}

.inputfile-4 + label figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0066cc;
  transition: all 200ms ease-in-out;
  transition: background-color 0.5s ease;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  display: block;
  padding: 1.5rem;
  margin: 0 auto 10px;
}

svg {
  margin-left: -2px !important;
}

.inputfile-4:focus + label figure, .inputfile-4.has-focus + label figure, .inputfile-4 + label:hover figure {
  transition: background-color 0.1s ease;
  background-color: #1a8cff;
}

.inputfile-4 + label:active figure {
  transition: background-color 0.1s ease;
  background-color: #80bfff;
}

.inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}

.index_imagen_izquierda, .index_datos_derecha, .index_datos_izquierda {
  width: 50% !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.index_imagen_izquierda, .index_datos_izquierda {
  float: left;
  padding: 2em;
}

.index_datos_derecha {
  float: right;
  padding: 2em;
}

@media screen and (max-width:767px) {
  .index_imagen_izquierda, .index_datos_derecha {
    width: 100% !important;
  }

  .index_datos_derecha {
    float: right;
    padding: 0em 2em 2em 2em;
  }

}

.img_index {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none
}

figure.item {
  vertical-align: middle;
  display: inline-block;
  font-size: 0.9em;
  text-align: center;
  min-width: 130px;
  padding: 0.5em;
  word-break: break-all
}

figure.item img {
  max-width: 100%;
  max-height: 10em
}

.caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
  color: black;
  text-shadow: 0px 0px 17px rgba(2, 78, 255, 1);
  font-size: 0.9em;
  max-width: 20em
}

.buscador {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  position: relative;
}

.buscador input[type="text"] {
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 15px;
  border: none;
  outline: none !important;
  transition: all 0.2s linear;
}

.buscador input[type="text"]:focus {
  outline: 0;
  color: #333
}

.buscador i {
  position: absolute;
  right: 0;
  top: 0;
  color: #aaa;
  transition: 0.3s;
  padding: 0.6em 1.5em 0.5em 0.5em
}

.buscador input[type="text"]:focus + a i {
  color: #00ace6
}

.buscador.inputIconBg a i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.buscador_t {
  position: relative;
}

.buscador_t input[type="text"] {
  border-radius: 5px;
  width: 100% !important;
  font-size: 16px;
  padding: 12px 20px 12px 45px;
  border: none;
  outline: none !important;
  transition: all 0.2s linear
}

.buscador_t input[type="text"]:focus {
  outline: 0;
  color: #333
}

.buscador_t i {
  position: absolute;
  left: 0;
  top: 0;
  color: #aaa;
  transition: 0.3s;
  padding: 0.6em 0.5em 0.5em 0.5em
}

.buscador_t input[type="text"]:focus + i {
  color: #00ace6
}

.buscador_t.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.transparent_card {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 90%;
  padding: 1.5em;
}

.shadow_box {
  -webkit-box-shadow: 0px 0px 34px 0px rgba(56, 56, 56, 1);
  -moz-box-shadow: 0px 0px 34px 0px rgba(56, 56, 56, 1);
  box-shadow: 0px 0px 34px 0px rgba(56, 56, 56, 1);
}

.tr_tabla th.oculto {
  display: none !important;
}

.tr_tabla th {
  padding: 1em 0.5em 0.5em 0.5em;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  vertical-align: middle;
  text-align: center;
}

.tr_tabla td.oculto {
  display: none !important;
}

.tr_tabla td {
  padding: 1em 0.5em 0.5em 0.5em;
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
}

.tr_tabla td .tr_img{
  width: 100px;
}

.tr_tabla_seleccionable:hover, .tr_tabla_seleccionable:active {
  background-color: rgba(63, 81, 181, 0.3) !important;
}

.tr_border_bottom {
  border-bottom: 1px solid #cccccc;
}

.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  max-height: 20em;
  object-fit: contain
}

.myImg .Qr {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  max-width: 5em;
  height: 100%;
  width: 100%;
  object-fit: contain
}

.myImg:hover {
  opacity: 0.7;
}

.img_c {
  width: calc(calc(100% / 3)
  -
  0.2em);
}

.img_c:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* /////////////////////////////*/

/*
.t_scrolling {
height: 200px;
max-height: 200px !important;
overflow: auto;
width: 100%;
}
*/
.tabla_th {
  background: rgba(0, 0, 0, 0.9);
  height: 40px;
  text-align: center !important;
  padding-top: 0.7em;
  width: calc(100%/5)
}

.tabla_td{
  max-height: 45px;
  text-align: center !important;
  width: calc(100%/5);
}

.tabla_td_n{
  text-align: center !important;
  width: calc(100%/5);
}

.tabla_td img, .tabla_td_n img {
  margin-top: 0.25em !important;
  margin-bottom: -0.5em !important;
}

.tabla_td .margin_td, .tabla_td_n .margin_td {
  top: -0.4em;
  position: relative;
}

.tabla_td_n input {
  height: 100%;
  line-height: 100%;
  padding: 0.5em;
  border: none;
}

/* Zebra Stripe Rows */
/*
tr.tabla_tr_n {
  background: #FDFDFD !important;
}

tr.tabla_tr:nth-child(even) .tabla_td {
  background: #FDFDFD !important;
}

tr.tabla_tr:nth-child(odd) td.tabla_td {
  background: #b2b2b2 !important;
}
*/
/* Add border-radius to specific cells! */
tr.tabla_tr:first-child th.tabla_th:first-child {
  border-radius: 8px 0 0 0;
}

tr.tabla_tr:first-child th.tabla_th:last-child {
  border-radius: 0 8px 0 0;
}

/*****************************************/

.max_width_5{
  width: 20% !important;
}

.max_width_4{
  width: 25% !important;
}


@media only screen and (max-width:560px){
.hide_560{
  display: none !important;
}
}

@media only screen and (max-width:430px){
.hide_430{
  display: none !important;
}
.width_100_430{
  width: 100% !important;
}
}

@media only screen and (max-width:768px){
.tr_tabla.th_imagen {
  padding: 1em 0em 0.5em 0em;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  vertical-align: middle;
  text-align: center;
}
.tr_tabla td .tr_img{
  width: 80px;
}
}
