
@font-face {
  font-family: ItauDisplay;
  src: url("/documents/d/corporate/itaudisplaypro_lt");
  font-weight: 200;
}

@font-face {
  font-family: ItauDisplay;
  src: url("/documents/d/corporate/itaudisplaypro_rg");
  font-weight: 400;
}

@font-face {
  font-family: ItauDisplay;	
  src: url("/documents/d/corporate/itaudisplaypro_bd");
  font-weight: 600;
}

@font-face {
  font-family: ItauDisplay;
  src: url("/documents/d/corporate/itaudisplaypro_xbd");
  font-weight: 700;
}

@font-face {
  font-family: ItauDisplay;
  src: url("/documents/d/corporate/itaudisplaypro_blk");
  font-weight: 800;
}

@font-face {
	font-family: ItauDisplay;
  src: url("/documents/d/corporate/itaudisplaypro_he");
  font-weight: 900;
}

* {
  font-family: ItauDisplay !important;
}

body, p, select, input, form, section, ol {
  padding: 0;
  margin: 0;
}

.header {
  width: 90%;
  margin: 2rem auto;
}

.header img {
  width: auto;
  height: 90px;
}

.content {
  width: 90%;
  margin: 2.5rem auto;
}

.content .title {
  margin-bottom: 2rem;
  background-image: url('/documents/d/corporate/piedra-banner');
  background-size: 25px 100%;
  background-repeat: no-repeat;
  padding: .8rem .5rem;
}

.content .title .title-text {
  color: #000;
  font-weight: 800;
  font-size: 27px;
}

.content .form {
  width: 100%;
}

/* SPACING */
.mb-1 {
  margin-bottom: 1rem !important;
}

.h-1 {
  height: 1rem !important;
}

.h-3 {
  height: 3rem !important;
}

/* GRID FORM SIZING */

.content .form .div-1 {
  margin: 1rem 0 0;
}

.content .form .div-2 {
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.content .form .div-2-type-two {
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.content .form .div-3 {
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}

.content .form .div-4 {
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

.content .form .intern-obj {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content .form .with-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.content .form .hidden {
  display: none;
}

/* SECTIONS */
.content .form .box-section {
  width: 100%;
  border-radius: 15px;
  border: .0625rem solid #bebebe;
  margin: 0 0 1.5rem;
}

.content .form .box-section-header {
  background-color: #000;
  border: .0625rem solid #000;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  display: flex;
  padding: .5rem 1.5rem;
}

.content .form .box-section-header p {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.content .form .box-section-content {
  padding: 1rem 1rem 2.5rem;
}

.content .form .box-section-footer {
  margin-top: -1rem;
  padding: 0 1rem 2.5rem;
}

.content .form .box-section-content .add-note {
  font-size: 17px;
  font-weight: 200;
  margin-top: .5rem;
  color: #000;
}

.content .form .box-section-content .add-note span {
  color: #ff6101;
}

/* INPUTS */

.content .form .box-input-line,
.content .form .box-input-line-min {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.content .form .box-input-line .input-container {
  border-bottom: .0625rem solid #bebebe !important;
  flex: 1;
  min-width: 2rem;
}

.content .form .box-input {
  width: 100%;
  border-bottom: .0625rem solid #bebebe;
  box-sizing: border-box;
}

.content .form .box-input label,
.content .form .box-input-min label,
.content .form .box-input-line-min label {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.content .form .box-input-line label {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.content .form .box-input-min {
  width: 100%;
  box-sizing: border-box;
}

.content .form .box-input label .placeholder {
  color: #bebebe;
  font-size: 16px;
  display: inline;
}

.content .form .box-button {
  width: 100%;
  box-sizing: border-box;
}

.content .form label.bold {
  font-weight: 700;
}

.content .form label span {
  color: #ff6101;
  font-weight: 600;
}

/* SELECT */

.content .form .input-select .select-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  width: 100%;
}

.content .form .input-select .select-options select {
  border: none;
  width: 100%;
  padding: .25rem 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  text-overflow: ellipsis;
  color: #06080f;
  font-size: 1.125rem;
  font-weight: 400;
  cursor: pointer;
  height: 40px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.content .form .input-select .select-options select option {
  color: #06080f;
}

.content .form .input-select .select-options select::-ms-expand {
  display: none;
}

.content .form .input-select .select-options select:required:invalid {
  color: #d6d0cc;
}

.content .form .input-select .select-options .select-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* INPUT TEXT */

.content .form input {
  border: none;
  width: 100%;
  padding: .25rem 0;
  margin: 0;
  color: #06080f;
  line-height: 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  resize: vertical;
}

.content .form input::placeholder {
  color: #d6d0cc;
}

/* RADIO BUTTON - CHECKBOX BUTTON */
.content .form .input-radio-button .options, .content .form .input-checkbox-button .options{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
  margin-top: .5rem;
}

.content .form .input-checkbox-button .options {
  flex-wrap: wrap;
}

.content .form .input-radio-button .options .option, .content .form .input-checkbox-button .options .option {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.content .form .input-radio-button .options .option label, .content .form .input-checkbox-button .options .option label{
  font-weight: 400;
  width: auto;
}


.content .form .input-radio-button .options .option input[type='radio'] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #005858;
  border-radius: 50px;
  outline: none;
}

.content .form .input-radio-button .options .option input[type='radio']:checked {
  background: #ec7000;
  border: 1px solid #ec7000;
}

.content .form .input-radio-button .options .option input[type='radio']:disabled {
  border: 1px solid #d6d0cc;
}

/* Segunda variacion */
.content .form .input-radio-button-type-two {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  margin: .5rem 0;
}

.content .form .input-radio-button-type-two .options {
  flex-wrap: nowrap;
}

/* CHECKBOX BUTTON */

.content .form .input-checkbox-button .options .option input[type='checkbox'] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #005858;
  border-radius: 5px;
  outline: none;
}

.content .form .input-checkbox-button .options .option input[type='checkbox']:checked {
  background: #ec7000;
  border: 1px solid #ec7000;
}

/* INPUT BUTTON SEND */

.content .form .send-button {
  width: auto;
  margin: 7.5rem auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .form .button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .8rem 1rem;
  box-shadow: 0 0.0625rem 0.0625rem 0 rgba(121,109,95,.24);
  border-radius: .25rem;
  border: .0625rem solid #dd6100;
  background: #ec7000;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

.content .form .button.button-del {
  background: #d80909;
}

/* TEXTS FORM */

.content .form .title-section {
  margin: 3rem 0 2rem;
  padding: 0 0 .5rem;
  width: 100%;
  border-bottom: .0625rem solid #e6e6e6;
}

.content .form .title-section p {
  color: #06080f;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.content .form .title-section span {
  color: #EC7000;
}

.content .form .subtitle {
  width: 100%;
}

.content .form .subtitle p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.content .form .subtitle-2 p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.content .form .note-section {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 200;
}

.content .form .note-section span {
  color: #EC7000;
  font-weight: 400;
}

/* OBJECTS */

.content .form .signature {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content .form .signature .space-signature,
.content .form .signature .space-signature-end {
  width: 450px;
  height: 6rem;
  border-bottom: .0625rem solid #bebebe;
}

.content .form .signature .text-signature {
  color: #06080f;
  font-size: 16px;
  font-weight: 400;
  margin-top: .5rem;
}

.content .form .signature .data-user {
  width: 450px;
  margin: 1.5rem auto;
  text-align: start;
}

.content .form .signature .data-user p {
  margin: 0 0 1rem;
  font-weight: 900;
  font-size: 14px;
  color: #06080f;
}

.content .form .signature .data-user p span {
  font-weight: 200;
}

.content .form #name-rep-legal {
  text-transform: capitalize;
}

.content .form .divider {
  margin: 2rem 0;
  border-bottom: .0625rem solid #e6e6e6;
}

.content .form ol.list-number {
  counter-reset: item;
}

.content .form ol.list-number li {
  display: block;
  font-weight: 200;
  color: #06080f;
  text-align: justify;
  font-size: 16px;
}

.content .form ol.list-number li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #000;
  font-weight: 200;
  margin-right: 1rem;
}

.content .form ol.list-number li:not(:last-child) {
  margin-bottom: 1rem;
}

.content .form ol.list-number li a {
  color: #06080f;
  text-decoration: none;
}

@media print {
  @page {
    size:  auto; 
    margin: 1rem 0;
  }

  body {
    background-color: #fff !important;
    -webkit-print-color-adjust: exact;
  }

  .not-print {
    display: none;
  }

  .header {
    print-color-adjust: exact;
    margin: 0 auto 1rem;
  }

  .header img {
    width: auto;
    height: 70px;
  }

  .h-3 {
    height: 1rem !important;
  }

  .content {
    width: 90%;
    margin: 1rem auto !important;
  }

  .content .title {
    background-size: 18px 100%;
    margin-bottom: .5rem;
  }

  .content .title .title-text {
    font-size: 20px;
  }

  .content .form .one-page-after {
    page-break-after: always; 
  }

  .content .form .one-page {
    page-break-before: always; 
  }

  .content .form .box-section {
    margin: 0 0 1rem;
  }

  .content .form .box-section-content {
    padding: .5rem 1rem;
  }

  .content .form .signature .space-signature {
    height: 3rem;
  }

  .content .form .signature .space-signature-end {
    height: 5rem;
  }

  .content .form .box-input label,
  .content .form .box-input-min label,
  .content .form .box-input-line-min label,
  .content .form .box-input-line label,
  .content .form .box-section-content .add-note {
    font-size: 14px !important;
  }

  .content .form .input-select .select-options select,
  .content .form input {
    font-size: 13px !important;
  }

  .content .form label .placeholder {
    display: none !important;
  }

  .content .form .box-section-header p {
    font-size: 16px;
  }

  .content .form .button,
  .content .form .input-select .select-options .select-icon,
  .content .form .send-button {
    display: none;
  }

  .content .form .input-select .select-options {
    display: block;
  }

  .content .form .title-section {
    margin: 1.5rem 0;
    padding: 0 0 .1rem;
  }

  .content .form .subtitle p,
  .content .form .subtitle-2 p,
  .content .form .title-section p {
    font-size: 14px;
  }

  .content .form .note-section,
  .content .form .signature .text-signature {
    font-size: 12px;
  }

  .content .form .signature .data-user p {
    font-size: 14px;
  }

  .content .form ol.list-number li {
    font-size: 12px;
  }

  .content .form .div-1 {
    margin: .5rem 0 0;
  }
  
  .content .form .div-2-type-two {
    margin: .5rem 0 0;
    gap: .5rem;
  }

  .content .form .div-2 {
    margin: .5rem 0 0;
    gap: .5rem;
  }
  
  .content .form .div-3 {
    margin: .5rem 0 0;
    gap: .5rem;
  }
  
  .content .form .intern-obj {
    gap: .5rem;
  }
  
  .content .form .with-add {
    gap: 1rem;
  }

  .content .form .divider {
    margin: 1.5rem 0;
    border: none;
  }

  .content .form .box-input,
  .content .form .box-input-line .input-container {
    border: none;
    border-bottom: none !important;
  }

  .content .form .input-checkbox-button .options .option input[type='checkbox'] {
    width: 10px;
    height: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 2.5px;
  }

  .content .form .input-radio-button .options .option input[type='radio'] {
    width: 10px;
    height: 10px;
    border: 1px solid #c4c4c4;
  }
}