@charset "UTF-8";
.inputfile label {
  margin: 0 6px 15px;
}
@media (max-width: 59em) {
  .inputfile label {
    display: block;
  }
}
.inputfile label > a, .inputfile label > button, .inputfile label > span, .inputfile label > input {
  color: #222222;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-width: 96px;
  outline: 2px solid #28ff52;
  text-decoration: none;
  padding: 10px 40px;
}
@media (hover: hover) {
  .inputfile label > a:hover, .inputfile label > button:hover, .inputfile label > span:hover, .inputfile label > input:hover {
    color: #222222;
  }
  .inputfile label > a:hover:not(:focus), .inputfile label > button:hover:not(:focus), .inputfile label > span:hover:not(:focus), .inputfile label > input:hover:not(:focus) {
    outline-width: 3px;
  }
}
.inputfile label > a:focus, .inputfile label > button:focus, .inputfile label > span:focus, .inputfile label > input:focus {
  background: #d4ffdd;
}
[class*="bgbox-"]:not(.bgbox-electric) .inputfile label > a:not(:focus), .inputfile [class*="bgbox-"]:not(.bgbox-electric) label > a:not(:focus), [class*="bgbox-"]:not(.bgbox-electric) .inputfile label > button:not(:focus), .inputfile [class*="bgbox-"]:not(.bgbox-electric) label > button:not(:focus), [class*="bgbox-"]:not(.bgbox-electric) .inputfile label > span:not(:focus), .inputfile [class*="bgbox-"]:not(.bgbox-electric) label > span:not(:focus), [class*="bgbox-"]:not(.bgbox-electric) .inputfile label > input:not(:focus), .inputfile [class*="bgbox-"]:not(.bgbox-electric) label > input:not(:focus) {
  color: #ffffff;
}
@media (min-width: 755px) {
  .inputfile label {
    display: inline-block;
    vertical-align: middle;
  }
}
.inputfile label.boton-s > a, .inputfile label.boton-s > button, .inputfile label.boton-s > span, .inputfile label.boton-s > input {
  font-size: 0.875rem;
  padding: 5px 32px;
}
.inputfile label.boton-l > a, .inputfile label.boton-l > button, .inputfile label.boton-l > span, .inputfile label.boton-l > input {
  font-size: 1.125rem;
  padding-left: 48px;
  padding-right: 48px;
}
.inputfile label.boton-xl > a, .inputfile label.boton-xl > button, .inputfile label.boton-xl > span, .inputfile label.boton-xl > input {
  font-size: 1.375rem;
  padding: 16px 56px;
}
@media (min-width: 768px) {
  .inputfile label.boton-xl > a, .inputfile label.boton-xl > button, .inputfile label.boton-xl > span, .inputfile label.boton-xl > input {
    font-size: 1.375rem;
  }
}
.inputfile label.disable {
  cursor: no-drop;
}
.inputfile label.disable > a, .inputfile label.disable > button, .inputfile label.disable > span, .inputfile label.disable > input {
  color: #455558;
  outline-color: #e6ebec;
  pointer-events: none;
}
[class*="bgbox-"]:not(.bgbox-electric) .inputfile label.disable > a, .inputfile [class*="bgbox-"]:not(.bgbox-electric) label.disable > a, [class*="bgbox-"]:not(.bgbox-electric) .inputfile label.disable > button, .inputfile [class*="bgbox-"]:not(.bgbox-electric) label.disable > button, [class*="bgbox-"]:not(.bgbox-electric) .inputfile label.disable > span, .inputfile [class*="bgbox-"]:not(.bgbox-electric) label.disable > span, [class*="bgbox-"]:not(.bgbox-electric) .inputfile label.disable > input, .inputfile [class*="bgbox-"]:not(.bgbox-electric) label.disable > input {
  color: #90a5a8;
}

.inputfile label {
  border: 1px solid rgba(220, 220, 220, 0.7);
  font-family: "Mulish", "Arial", sans-serif;
  font-size: 0.875rem;
  background: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  color: #222222;
  outline: none;
  padding: 15px 17px;
  width: 100%;
}

.contenedor-grid-2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 2fr);
}

.contenedor-grid-3 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(3, 3fr);
}

.contenedor-grid-4 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(4, 4fr);
}

.contenedor-grid-5 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(5, 5fr);
}

.contenedor-grid-6 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(6, 6fr);
}

.contenedor-grid-7 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(7, 7fr);
}

.contenedor-grid-8 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(8, 8fr);
}

.contenedor-grid-9 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(9, 9fr);
}

.contenedor-grid-10 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(10, 10fr);
}

.txt-base {
  font-size: 1rem;
}

.txt-xs {
  font-size: 0.75rem;
}

.txt-s {
  font-size: 0.875rem;
}

.txt-m {
  font-size: 1.125rem;
}

.txt-l {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .txt-l {
    font-size: 1.375rem;
  }
}

.txt-xl {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .txt-xl {
    font-size: 1.625rem;
  }
}

.txt-xxl {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .txt-xxl {
    font-size: 2rem;
  }
}

.txt-xl3 {
  font-size: 2.125rem;
}
@media (min-width: 768px) {
  .txt-xl3 {
    font-size: 2.25rem;
  }
}

.txt-xl4 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .txt-xl4 {
    font-size: 2.4rem;
  }
}

.txt-xl5 {
  font-size: 2.125rem;
}
@media (min-width: 768px) {
  .txt-xl5 {
    font-size: 3rem;
  }
}

.txt-xl6 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .txt-xl6 {
    font-size: 3.5rem;
  }
}

.txt-xl7 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .txt-xl7 {
    font-size: 4.5rem;
  }
}

.txt-xl8 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .txt-xl8 {
    font-size: 5.5rem;
  }
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-justify {
  text-align: justify;
}

.espacio-all {
  padding: 20px;
}
@media (min-width: 1080px) {
  .espacio-all {
    padding: 30px 30px;
  }
}

.espacio-left {
  padding-left: 20px;
}
@media (min-width: 1080px) {
  .espacio-left {
    padding-left: 30px;
  }
}

.espacio-right {
  padding-right: 20px;
}
@media (min-width: 1080px) {
  .espacio-right {
    padding-right: 30px;
  }
}

.espacio-top {
  padding-top: 20px;
}
@media (min-width: 1080px) {
  .espacio-top {
    padding-top: 30px;
  }
}

.espacio-bottom {
  padding-bottom: 20px;
}
@media (min-width: 1080px) {
  .espacio-bottom {
    padding-bottom: 30px;
  }
}

.espacio-vertical {
  padding: 20px 0;
}
@media (min-width: 1080px) {
  .espacio-vertical {
    padding: 30px 0;
  }
}

.espacio-horizontal {
  padding: 0 20px;
}
@media (min-width: 1080px) {
  .espacio-horizontal {
    padding: 0 30px;
  }
}

input {
  padding: 13px;
}

input[type="submit"] {
  padding: 15px 40px;
  line-height: normal;
}

select {
  background: #ffffff url(../../img/css/icono/select.png) no-repeat 98% 52%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*Quitar apparence en ie*/
select::-ms-expand {
  display: none;
}

.valid-input:not(.sololectura), input:not[type=button] {
  border-color: #225e66;
  color: #225e66 !important;
}
.valid-input:not(.sololectura) + label, input:not[type=button] + label {
  color: #225e66 !important;
}

.invalid-input {
  border-color: #e32c2c;
  color: #e32c2c !important;
}
.invalid-input + label {
  color: #e32c2c !important;
}

input:not(.sololectura):focus, input:not[type=button]:focus,
textarea:focus,
select:focus {
  border-color: #becacc;
  box-shadow: 0 0 7px #becacc;
  color: #222222;
  outline: 0;
}

.infoError {
  display: block;
  padding-top: 2px;
  font-size: .8rem !important;
  color: #e32c2c;
  line-height: 1.4em;
}

input[type="checkbox"],
input[type="radio"] {
  visibility: hidden;
  position: absolute;
  right: 0;
}

input[type="radio"] + span:before,
input[type="checkbox"] + span:before {
  border: 1px solid #bEcacc;
  box-sizing: border-box;
  cursor: pointer;
  content: '';
  display: inline-block;
  height: 20px;
  margin: 0 12px 0 0;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
}

input[type="radio"] + span {
  position: relative;
}

input[type="radio"] + span:before {
  border-radius: 100%;
  height: 16px;
  width: 16px;
}

input[type="radio"] + span:after {
  position: absolute;
  top: 6px;
  left: 4px;
  background: #ffffff;
  border-radius: 100%;
  content: '';
  display: block;
  height: 8px;
  transform: scale(0);
  transition: transform .3s ease;
  transition-delay: .15s;
  width: 8px;
}

input[type="radio"]:checked + span:before {
  animation: jelly .6s ease;
  background: #225e66;
  border-color: transparent;
}

@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
input[type="radio"]:checked + span:after {
  transform: scale(1);
}

input[type="checkbox"]:checked + span:before {
  background: #28ff52;
  content: "";
  color: #222222;
  font-family: fontello;
  line-height: 1.1em;
  text-align: center;
}

.checkbox label {
  position: relative;
}
.checkbox label > span {
  display: flex;
}
.checkbox label > span > span {
  display: block;
  text-align: left;
  width: 80%;
}
.checkbox label a {
  font-weight: bold;
}

.radios,
.checkboxes {
  margin: 10px 0 30px;
}
.radios .opciones,
.checkboxes .opciones {
  padding-top: 15px;
}
.radios .opciones label,
.checkboxes .opciones label {
  position: relative;
  display: block;
}
.radios .opciones label:not(:last-child),
.checkboxes .opciones label:not(:last-child) {
  margin-bottom: 10px;
}
.radios .opciones label span,
.checkboxes .opciones label span {
  display: flex;
  align-items: center;
}
@media (min-width: 755px) {
  .radios .opciones,
  .checkboxes .opciones {
    display: flex;
    flex-wrap: wrap;
  }
  .radios .opciones label:not(:last-child),
  .checkboxes .opciones label:not(:last-child) {
    margin-right: 20px;
    min-width: 200px;
  }
}

@media (min-width: 755px) {
  .checkboxes .opciones {
    display: flex;
    flex-wrap: wrap;
  }
  .checkboxes .opciones label:not(:last-child) {
    flex: 0 0 calc(33% - 20px);
    max-width: calc(33% - 20px);
  }
}

.inputfile {
  position: relative;
}
.inputfile label {
  position: static;
  padding: 10px;
}
.inputfile label > a, .inputfile label > button, .inputfile label > span, .inputfile label > input {
  background-color: #28ff52;
}
@media (hover: hover) {
  .inputfile label > a:hover:not(:focus), .inputfile label > button:hover:not(:focus), .inputfile label > span:hover:not(:focus), .inputfile label > input:hover:not(:focus) {
    background-color: #7eff97;
    outline: 2px solid #7eff97;
  }
}
.inputfile label > a:focus, .inputfile label > button:focus, .inputfile label > span:focus, .inputfile label > input:focus {
  background-color: #28ff52;
  outline: 2px solid #D4FFDD;
}
[class*="bgbox-"]:not(.bgbox-electric) .inputfile label > a:not(:focus), [class*="bgbox-"]:not(.bgbox-electric) .inputfile label > button:not(:focus), [class*="bgbox-"]:not(.bgbox-electric) .inputfile label > span:not(:focus), [class*="bgbox-"]:not(.bgbox-electric) .inputfile label > input:not(:focus) {
  color: #222222 !important;
}
.inputfile label.disable > a, .inputfile label.disable > button, .inputfile label.disable > span, .inputfile label.disable > input {
  background: #e6ebec;
}
.inputfile label span {
  display: inline-block;
  font-size: .9rem;
  padding: 5px 10px;
}
.inputfile label i {
  font-size: 1rem;
  margin-left: 30px;
}
.inputfile input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cuerpoform {
  counter-reset: enumeracion;
}

.enumeracion > div {
  counter-reset: enumeracion2;
}

.enumeracion,
.enumeracion2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex: 1;
  position: relative;
}
.enumeracion .campo,
.enumeracion2 .campo {
  flex: 1;
}
.enumeracion .fieldset,
.enumeracion > div,
.enumeracion2 .fieldset,
.enumeracion2 > div {
  box-sizing: border-box;
  flex: 0 0 calc(100% - 70px);
  /*margin-left: auto;*/
}
.enumeracion .fieldset > .txt-l,
.enumeracion > div > .txt-l,
.enumeracion2 .fieldset > .txt-l,
.enumeracion2 > div > .txt-l {
  margin-top: 5px;
}
.enumeracion::before,
.enumeracion2::before {
  color: #225e66;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: right;
  counter-increment: enumeracion;
  content: var(--paso) "." counter(enumeracion);
  flex: 0 0 50px;
  margin: 0 20px 0 0;
  max-width: 50px;
}

.enumeracion2::before {
  font-size: 1rem;
  counter-increment: enumeracion2;
  content: var(--paso) "." counter(enumeracion) "." counter(enumeracion2);
}

.box-int {
  border-left: 1px solid #bEcacc;
  padding: 4px 0 1px 30px;
  margin-bottom: 10px;
}

.tabla-responsive {
  margin-bottom: 30px;
  padding-bottom: 10px;
  overflow-x: auto;
}
@media (max-width: 47em) {
  .tabla-responsive table td {
    word-break: break-word;
    font-size: .85em;
  }
}
.tabla-responsive.especial table {
  max-width: none;
  min-width: 550px;
}
.tabla-responsive.especial table td {
  min-width: 160px;
}

table {
  margin: 0 0 5px;
  width: 100%;
}

.td-editar {
  text-align: center;
}

.totalvalor,
.txt-subtotal,
.txt-total {
  text-align: right;
}

.txt-subtotal,
.txt-total {
  font-weight: bold;
}

.td-icono {
  width: 60px;
  text-align: center;
}

.desglose b {
  display: inline-block;
  margin-right: 10px;
  min-width: 70px;
}
.desglose .tag {
  margin-right: 5px;
}
.desglose .help {
  margin-left: 0;
}

.selector-mes.activo {
  background: #28ff52;
  color: #28ff52 !important;
}

.table-footer td {
  background: transparent !important;
}

.add-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  font-size: 0.875rem;
  margin: 10px 10px 40px;
}
.add-row button, .add-row a.btn {
  background: transparent url(../../img/css/icono/add-row.svg) no-repeat 0 0;
  background-size: 20px;
  color: #000000;
  font-weight: 700;
  font-size: 0.875rem;
  border: 0;
  cursor: pointer;
  padding: 0 0 5px 30px;
  width: auto;
  text-decoration: none;
}

.edit-row,
.delete-row {
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-decoration: none;
  width: 20px;
}
.edit-row:not(:last-child),
.delete-row:not(:last-child) {
  margin-right: 10px;
}

.delete-row {
  background: transparent url(../../img/css/icono/delete-row.svg) no-repeat 0 0;
  background-size: 20px;
}

.edit-row {
  background: transparent url(../../img/css/icono/edit-row.svg) no-repeat 0 0;
  background-size: 20px;
}

@media (min-width: 768px) {
  .grupo-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .grupo-form > .campo {
    flex: 1;
  }
  .grupo-form > .campo:not(:last-child) {
    margin-right: 20px;
  }
}
.obligatorio {
  font-size: 0.875rem;
}

.descripcion {
  font-style: italic;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
}

.counter {
  color: #455558;
  font-size: 0.875rem;
  display: block;
  margin-top: 5px;
  text-align: left;
}

.help {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.help img {
  display: block;
}

.caja-boton-dcha {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.caja-boton-dcha .etiqueta {
  margin: 0;
  width: auto;
}

.campo-txt {
  color: #7c9599;
  font-weight: 700;
  font-size: 1.125rem;
  border-bottom: 1px solid #7c9599;
  padding-bottom: 5px;
  margin: 30px 0;
}

.campo {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
  position: relative;
}
.campo.combo label {
  display: none;
}
.campo.seleccionado label {
  display: block;
}
.campo.auto {
  align-items: flex-start;
}
.campo.auto input, .campo.auto select {
  width: auto;
  min-width: 130px;
}

.etiqueta, .etiquetarequerida {
  color: #222222;
  font-weight: 700;
  margin-bottom: 10px;
  width: 97%;
}

.campo input:focus + label,
.campo input.input-activo + label,
.campo input[type*='date'] + label,
.campo textarea:focus + label,
.campo textarea.input-activo + label,
.combo label {
  color: #648e94;
  font-size: .7rem;
  top: 2px;
}

.botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
.botones.btn-right {
  justify-content: flex-end;
}
