/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/**
 * Don't edit this file. Find all style at ./sass folder.
 **/

.th, .td {
  border-block-end: 1px solid #dddddd;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.container-title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.img-container-header {
  width: 232px;
  height: 220px;
}

.img-container-header img {
  height: 220px;
}

.f1 {
  flex: 1;
}

.d-flex {
  display: flex;
}

.fc-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fc-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wp-block-example-example-block {
  display: flex;
  flex-direction: row;
}

.wp-block-example-example-block .column {
  flex: 1;
}

.wp-block-example-example-block .icon {
  text-align: center;
}

.wp-block-example-example-block .icon svg {
  width: 120px;
  height: 120px;
}

.wp-block-example-dynamic-block {
  background-color: #0f0;
  border: 2px solid #f00;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

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

.custom-list p {
  margin-block-end: 0;
  margin-block-start: 0;
}

.jump_page {
  border: none;
}

.default_cell {
  background-color: #eaf2ff;
  color: #000;
}

.fisic_people_cell {
  background-color: #337cf6;
  color: #fff;
  font-weight: 600;
}

.moral_people_cell {
  background-color: #e32426;
  color: #fff;
}

.credit_fisic_people_cell {
  background-color: #083a69;
  color: #fff;
}

.credit_moral_people_cell {
  background-color: #510506;
  color: #fff;
}

.selected {
  background-color: cadetblue !important;
}

.wMin-200 {
  min-width: 200px;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

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

.bold {
  font-weight: 600;
}

.al_left {
  text-align: left;
}

.al_right {
  text-align: right;
}

.al_center {
  text-align: center;
}

.al_justify {
  text-align: justify;
}

.title-title {
  text-transform: uppercase;
  font-size: 28px !important;
  font-weight: 700;
  color: #365F91;
  font-family: "opensans", sans-serif;
}

.title-subtitle {
  text-transform: uppercase;
  font-size: 20px !important;
  color: #365F91;
  text-align: right;
  font-family: "opensans", sans-serif;
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

hr.title-hr {
  border: 1px solid #365F91;
}

.base {
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 20px;
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  color: white !important;
  line-height: normal;
}

.red-bg {
  background: linear-gradient(45deg, #ff5f6d, #ffc371);
}

.gray-bg {
  background: linear-gradient(45deg, #bdc3c7, #2c3e50);
}

.black-bg {
  background: linear-gradient(45deg, #434343, #000000);
}

.blue-bg {
  background: linear-gradient(45deg, #2980b9, #6dd5fa);
}

.navy-blue-bg {
  background: linear-gradient(45deg, #083a69, #337cf6);
}

.deep-red-bg {
  background: linear-gradient(45deg, #8e0e00, #1f1c18);
}

.lime-green-bg {
  background: linear-gradient(45deg, #61bb59, #a7d083);
}

.fisic_people_text {
  color: #337cf6;
}

.moral_people_text {
  color: #e32426;
}

.credit_fisic_people_text {
  color: #083a69;
}

.credit_moral_people_text {
  color: #510506;
}

hr.fisic_people_text {
  border: #337cf6 solid 1px;
}

hr.moral_people_text {
  border: #e32426 solid 1px;
}

hr.credit_fisic_people_text {
  border: #083a69 solid 1px;
}

hr.credit_moral_people_text {
  border: #510506 solid 1px;
}

.white-space {
  white-space: break-spaces;
}

.inherit-color {
  color: inherit;
  background-color: inherit;
}

@media print {
  .title-title {
    font-size: 24px !important;
  }
  .img-container-header {
    width: 170px;
    height: 160px;
  }
  .img-container-header img {
    height: 160px;
  }
}

/*# sourceMappingURL=style.css.map */