hr {
  border-top: 1px solid #008f9e;
}

.text-serif {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.table-style-1 thead th {
  color: #fff;
  background-color: rgba(0, 143, 158, .5);
  text-align: center;
  vertical-align: middle;
  border: 0;
  padding: 6px;
}
.table-style-1 thead th:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.table-style-1 thead th:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.table-style-1 thead th:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.table-style-1 tbody td {
  text-align: center;
  vertical-align: middle;
  color: #008f9e;
  background-color: rgba(0, 143, 158, .3);
  border: 0;
  padding: 6px;
}
.table-style-1 tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid #fff;
}
.table-style-1 tbody td:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.table-style-1 tbody tr:first-of-type td:first-of-type {
  border-top-left-radius: 20px;
}
.table-style-1 tbody tr:first-of-type td:last-of-type {
  border-top-right-radius: 20px;
}
.table-style-1 tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
.table-style-1 tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px;
}

.table-style-2 thead th {
  color: #fff;
  background-color: #95cbe2;
  border: 1px solid #008f9e;
  text-align: center;
  padding: 6px;
}
.table-style-2 tbody td {
  color: #008f9e;
  border: 1px solid #008f9e;
  text-align: center;
  padding: 6px;
}

.table-style-3 tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 6px;
  border: 1px solid #008f9e;
}
.table-style-3 tbody td:first-of-type {
  border-left: 0;
}
.table-style-3 tbody td:last-of-type {
  border-right: 0;
}
.table-style-3 tbody tr:first-of-type td {
  border-top: 0;
}
.table-style-3 tbody tr:last-of-type td {
  border-bottom: 0;
}
.table-style-3 tbody tr:nth-of-type(odd) td {
  background-color: #81c7ce;
}

.table-style-4 thead th {
  background-color: #008f9e;
  color: #fff;
  padding: 6px;
  border: 1px solid #008f9e;
  font-size: 12px;
}
.table-style-4 tbody td {
  border: 1px solid #008f9e;
  padding: 6px;
  font-size: 12px;
}
.table-style-4 tbody td:nth-of-type(odd) {
  background-color: #b2dee2;
  color: #008f9e;
}

.table-style-5 thead th {
  background-color: #008f9e;
  color: #fff;
  padding: 6px;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.table-style-5 tbody td {
  border: 1px solid #fff;
  background-color: #b2dee2;
  color: #008f9e;
  padding: 12px 6px;
  text-align: center;
  vertical-align: middle;
}

.table-style-6 thead th,
.table-style-6 tbody td {
  border: 1px solid #008f9e;
  color: #008f9e;
  font-weight: bold;
}

.table-style-7 thead th {
  border: 1px solid #333;
  color: #f16c2d;
  font-size: 12px;
  text-align: center;
}
.table-style-7 tbody td {
  border: 1px solid #333;
  color: #008f9e;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: middle;
}

.bibliography p {
  font-size: 12px;
  text-indent: -2rem;
  padding-left: 2rem;
  text-align: justify;
}

.profile {
  font-size: 12px;
}
.profile .title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  border-bottom: 1px solid #333;
  padding-left: 24px;
  position: relative;
}
.profile .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 24px;
  background-color: #f00;
}
.profile .subtitle {
  color: #14b3f0;
  position: relative;
  margin: 0;
  font-size: 12px;
  padding-left: 24px;
}
.profile .subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #2e3091;
}

/* .section-title {
  padding: .1rem .5rem;
  background-color: rgba(0, 143, 158, .2);
  border: 2px dashed #008f9e;
  border-radius: 10px;
  color: #f16c2d;
} */

.box-dashed {
  background-color: #81c7ce;
  border: 2px dashed #008f9e;
  border-radius: 20px;
}

.box-dashed-20 {
  background-color: #cce8eb;
  border: 2px dashed #81c7ce;
  border-radius: 20px;
}

.box-red {
  border-radius: 5px;
  border: 1px solid #cb4a33;
  box-shadow: 0 2px #cb4a33;
}

.box-primary-20 {
  background-color: #cce8eb;
  border-radius: 10px;
}

.border-primary-20 {
  border: 10px solid rgba(0, 143, 158, .2);
}

.bubble-bordered {
  position: relative;
  padding: 12px;
  border: 3px solid #008f9e;
  background-color: #fff;
  margin-bottom: 6px;
  border-radius: 20px;
  line-height: 1.2;
}
.bubble-bordered.bubble-rounded::before {
  transform: none;
  border-radius: 15px;
}
.bubble-bordered::after {
  content: "";
  position: absolute;
  top: 30%;
  left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 35px 8px 0;
  border-color: transparent #008e9e transparent transparent;
}
.bubble-bordered.bubble-right::after {
  left: unset;
  right: -35px;
  transform: scaleX(-1);
}

.bubble-solid {
  position: relative;
  background-color: #81c7ce;
  border-radius: 20px;
  padding: 12px;
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.2;
}
.bubble-solid::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 40px 5px 0;
  border-color: transparent #81c7ce transparent transparent;
  transform: rotate(15deg);
}
.bubble-solid.bubble-right::before {
  left: unset;
  right: -35px;
  transform: scaleX(-1) rotate(15deg);
}
.bubble-solid.bubble-bottom::before {
  left: 50%;
  top: 100%;
  transform: rotate(-75deg);
}

.bubble-inverse {
  position: relative;
  border-radius: 20px;
  box-shadow: 2px 4px #a2d3db;
  background-color: #fff;
  margin-bottom: 18px;
  text-align: center;
  font-size: 12px;
}
.bubble-inverse::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 40px 5px 0;
  border-color: transparent #a2d3db transparent transparent;
  transform: rotate(-65deg);
  z-index: -1;
}
.bubble-inverse.bubble-right::before {
  left: unset;
  right: 10%;
  transform: scaleX(-1) rotate(-75deg);
}

.bg-blue-20 {
  background-color: rgba(0, 143, 158, .2) !important;
}

.text-blue {
  color: #008f9e !important;
}

.text-orange {
  color: #f16c2d;
}

.border-blue {
  border-color: #008f9e !important;
}

.border-dashed {
  border-style: dashed;
  border-color: #008f9e;
}

.border-dotted {
  border-style: dotted;
  border-color: #008f9e;
}

.border-thick {
  border-width: 2px;
}
