body.page .gform_wrapper form {
  padding: 2em;
  overflow: auto;
  /* Lectura */
  /* Table lectura contador*/
}
body.page .gform_wrapper form .gsection {
  border-bottom: 0px;
}
body.page .gform_wrapper form .top_label .gfield_label {
  color: #004571;
  margin-bottom: 6px;
}
body.page .gform_wrapper form .gfield {
  margin-top: 16px;
}
body.page .gform_wrapper form .gfield h2 {
  color: #1a171b !important;
}
body.page .gform_wrapper form .gfield.noPlaceholder input[id*='input'] {
  padding-top: 0px !important;
}
body.page .gform_wrapper form .gfield label.gfield_label .gfield_required {
  display: none;
}
body.page .gform_wrapper form .gfield label.gfield_label.label-moved {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  color: #95989a;
  white-space: nowrap;
  letter-spacing: 0.2px;
  font-weight: normal;
  font-size: 15px;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.page .gform_wrapper form .gfield label.gfield_label.label-moved.active {
  padding: 0px 12px;
  top: 5px;
  color: #63666a;
  font-size: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 0;
}
body.page
  .gform_wrapper
  form
  .gfield
  label.gfield_label.label-moved.active
  .gfield_required {
  display: inline-block;
}
body.page .gform_wrapper form .gsection_title {
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  color: #004165 !important;
}
body.page .gform_wrapper form .ginput_container {
  margin-top: 2px !important;
  position: relative;
  height: auto;
}
body.page .gform_wrapper form .ginput_container.ginput_container_textarea {
  padding-top: 12px;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_textarea
  textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 0.5px #004165;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_textarea
  textarea.error-validation {
  border-bottom: solid 2px #b3272c;
}

body.page
  .gform_wrapper
  form
  .ginput_container
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(
    [type='button']
  ):not([type='image']):not([type='file']) {
  border: none;
  border-radius: 1rem;
  background-color: #fff;
  outline: none;
  font-size: 15px;
  padding: 0px 12px;
  width: 100%;
  margin: 0;
  height: 100%;
  color: #1a171b;
  padding-top: 21px;
  height: 52px;
}
body.page
  .gform_wrapper
  form
  .ginput_container
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(
    [type='button']
  ):not([type='image']):not([type='file'])::placeholder {
  color: #c1b8b0;
  font-size: 16px;
}
body.page
  .gform_wrapper
  form
  .ginput_container
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not(
    [type='button']
  ):not([type='image']):not([type='file']).error-validation {
  border-bottom: solid 2px #b3272c;
}

body.page .gform_wrapper form .ginput_container.ginput_container_radio {
  margin: 0 !important;
  display: block;
  height: auto;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_textarea
  textarea {
  margin: 0px;
}

body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .label-select {
  padding: 0px 12px;
  top: 7px;
  color: #63666a;
  font-size: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 0;
  position: absolute;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 50px;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 15px;
  background-color: white;
  outline: none;
  font-size: 15px;
  padding: 0px 12px;
  width: 100%;
  margin: 0;
  height: 100%;
  color: black;
  padding-top: 25px;
  height: 60px;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-styled:after {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #004165 transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: 4px;
  right: 10px;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-styled:active,
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-styled.active {
  background-color: #fff;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-styled:active:after,
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-styled.active:after {
  top: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
  border-color: transparent transparent #004165 transparent;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-top: 0px;
  max-height: 277px;
  overflow: scroll;
  scrollbar-width: none;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-options
  li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e6e6e6;
  color: #004165 !important;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-options
  li:hover {
  color: #fff !important;
  background: #004165;
}
body.page
  .gform_wrapper
  form
  .ginput_container.ginput_container_select
  .select-options
  li[rel='hide'] {
  display: none;
}
body.page
  .gform_wrapper
  form
  .field_description_below
  .gfield_description_custom,
body.page .gform_wrapper form .field_description_below .gfield_description {
  font-size: 12px !important;
  margin: 0px !important;
  padding: 6px 12px !important;
  width: auto;
  display: inline-block;
  font-weight: normal;
  height: 36px;
}
body.page
  .gform_wrapper
  form
  .field_description_below
  .gfield_description_custom:before,
body.page
  .gform_wrapper
  form
  .field_description_below
  .gfield_description:before {
  width: 16px;
  content: ' ';
  background: transparent
    url('/wp-content/plugins/ScriptsForGravity/includes/img/gravity-forms/gf_information.svg');
  position: relative;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 2px;
  margin-top: 4px;
}
body.page .gform_wrapper form .container-error {
  display: flex;
  padding: 6px 12px;
  min-height: 36px;
}
body.page .gform_wrapper form .container-error.hide_error {
  display: none;
}
body.page .gform_wrapper form .container-error .contract-error-messages {
  font-size: 12px !important;
}
body.page .gform_wrapper form .container-error .error-icon {
  background: transparent
    url('/wp-content/plugins/ScriptsForGravity/includes/img/gravity-forms/gf_cancel.svg');
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
}
body.page .gform_wrapper form .container-error .validation_message {
  font-size: 12px !important;
  margin: 0px !important;
  padding: 0px !important;
  width: auto;
  display: inline-block;
  font-weight: normal;
  width: 90%;
}
body.page .gform_wrapper form .gfFormularioMessage {
  background: #e8eef1;
  border: 3px solid #004571;
  padding: 2em !important;
  border-radius: 4px;
  display: none;
}
body.page .gform_wrapper form .gfFormularioError {
  background: white;
  border: 3px solid #d52622;
  padding: 2em !important;
  border-radius: 4px;
  display: none;
}
body.page .gform_wrapper form .gfFormularioError .img-error,
body.page .gform_wrapper form .gfFormularioMessage .img-error {
  margin-right: 8px;
  margin-bottom: 8px;
}
body.page .gform_wrapper form .gfModalQuestionImage {
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px;
}
body.page .gform_wrapper form .gf-formulario-modal {
  width: 250px;
  padding: 1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  background: white;
  z-index: 2;
  margin-top: 8px;
  display: none;
  cursor: initial;
}
body.page .gform_wrapper form .gf-formulario-modal.is-active {
  display: block;
}
body.page .gform_wrapper form .gf-formulario-modal .close-modal-container {
  text-align: right;
  margin-bottom: 8px;
}
body.page
  .gform_wrapper
  form
  .gf-formulario-modal
  .close-modal-container
  #close_modal {
  display: inline-block;
  cursor: pointer;
}
body.page .gform_wrapper form .horario-preferente-desc {
  margin-top: -5px !important;
}
body.page .gform_wrapper form .gff_quantity input,
body.page .gform_wrapper form .gff_quantity .input:focus {
  /*background-image: transparent url(⁨"wp-content⁩/themes⁩/gnf2⁩/assets⁩/images⁩/gravity-forms⁩/lectura⁩/bg_cantidad.png") no-repeat 0 0 !important;
	*/
  background: transparent
    url('/wp-content/plugins/ScriptsForGravity/includes/img/gravity-forms/lectura/bg_cantidad.png')
    no-repeat 0 0 !important;
  font-size: 1.8em !important;
  font-weight: 700 !important;
  letter-spacing: 7.5px !important;
  /*margin: 0px !important;*/
  padding: 0px 0px 20px 5px !important;
  width: 200px !important;
  border: none !important;
  height: 38px !important;
  display: inline-block !important;
}
body.page .gform_wrapper form .gff_quantity::after {
  color: #004165;
  padding-bottom: 40px;
  margin-left: 200px;
  margin-top: -80px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  content: 'm³';
  display: block;
}
body.page .gform_wrapper form .gff_quantity .gfield_description {
  margin: 0 !important;
  color: #004571;
}
body.page .gform_wrapper form .gform_footer {
  margin-top: 2em !important;
}
body.page
  .gform_wrapper
  form
  .verificacion-table-lectura-contador
  .verificacion-item {
  position: relative;
  z-index: 1;
}
body.page
  .gform_wrapper
  form
  .verificacion-table-lectura-contador
  .verificacion-item:before {
  content: '' !important;
  position: absolute !important;
  bottom: 0.4rem !important;
  width: 100% !important;
  height: 0 !important;
  line-height: 0 !important;
  border-bottom: 2px dotted #004165 !important;
  z-index: -1;
}
body.page
  .gform_wrapper
  form
  #verificacion_lectura_contador
  .verificacion-table-lectura-contador
  ul {
  background: #fff;
  padding: 2em !important;
  border: 1px solid;
  border-radius: 3px;
  margin: 2em 0em !important;
}
body.page
  .gform_wrapper
  form
  .verificacion-table-lectura-contador
  ul
  li
  .verificacion-title {
  background: #fff;
  display: inline;
  z-index: 1;
  color: #004165;
  padding-right: 0.2rem;
  font-weight: bold;
}
body.page
  .gform_wrapper
  form
  .verificacion-table-lectura-contador
  ul
  li
  .verificacion-value {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.2rem;
  text-align: right;
  z-index: 2;
}
/* Spinner */
.cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

#cancel_button {
  display: none !important;
}

.gform_wrapper ul.gfield_checkbox li input[type='checkbox']:checked + label {
  font-weight: normal;
}

.gform_heading {
  display: none !important;
}

.ginput_container_fileupload input {
  margin-top: 10px;
}
.ginput_container_fileupload {
  background-color: white;
  margin-right: 10px;
  border-radius: 1rem;
  border-width: 2px;
  border-color: white;
}
.gform_fileupload_rules {
  display: none !important;
}
.gfield_validation_message {
  display: none !important;
}
.form-heading {
  display: none !important;
}
.gform_footer {
  display: flex;
}

.contador div input {
  border-radius: 0px !important;
  margin-bottom: -30px !important;
}

@media only screen and (max-width: 641px) {
  body.page .gform_wrapper form .gff_quantity input,
  body.page .gform_wrapper form .gff_quantity .input:focus {
    /*background-image: transparent url(⁨"wp-content⁩/themes⁩/gnf2⁩/assets⁩/images⁩/gravity-forms⁩/lectura⁩/bg_cantidad.png") no-repeat 0 0 !important;
		*/
    background: transparent
      url('/wp-content/plugins/ScriptsForGravity/includes/img/gravity-forms/lectura/bg_cantidad.png')
      no-repeat 0 0 !important;
    font-size: 1.8em !important;
    font-weight: 700 !important;
    letter-spacing: 7.5px !important;
    margin: 0px !important;
    padding: 0px 0px 0px 5px !important;
    width: 200px !important;
    border: none !important;
    height: 38px !important;
    display: inline-block !important;
  }
}

input[type='radio'] {
  width: 20px;
  height: 20px;
}

input[type='checkbox'] {
  width: 20px;
  height: 20px;
}
