* > * {
  box-sizing: border-box;
}

body,
html {
  font-family: sans-serif;
  color: #232323;
  margin: 0;
  line-height: 1.5;
  padding: 0;
}

#header {
  background: #f2f2f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  margin-bottom: 1rem;
}

a {
  color: #0A68B3;
  text-decoration: none;
}
a:hover {
  color: #DA2032;
}

.container {
  padding: 1rem;
}

.d-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.p-1rem {
  padding: 1rem;
}

.ms-1 {
  margin-left: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}
.mb-2 {
  margin-bottom: .5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

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

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

.idclient {
  font-size: 16px;
}

.color-blue {
  color: #00a2d3;
}

.color-red {
  color: #DA2032;
}

.text-white {
  color: #fff;
}


.w-100 {
  width: 100%;
}

.rounded {
  border-radius: 0.25rem;
}

.title {
  font-size: 32px;
  line-height: 1.3;
}

.box-client span {
  color: #666;
}

.box-client li {
  margin-bottom: 1rem;
}

.day-title {
  font-weight: bold;
  font-size: 140%;
}
.day-title span {
  color: #DA2032;
  font-weight: 400;
}

.day-hightlight {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.day-hightlight h3 {
  color: #DA2032;
  margin-bottom: 0.5rem;
}
.day-hightlight img {
  border-radius: 0.25rem;
}

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

.item-day {
  margin-bottom: 2rem;
}
.item-day img {
  margin-top: 1rem;
  border-radius: 0.25rem;
}
.item-day:last-child {
  margin-bottom: 1rem;
}

.item-day .day {
  color: #888;
}

.item-day .day > strong {
  color: #00a2d3;
  font-size: 140%;
}

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

.table td,
.table th {
  padding: 12px 15px;
  border: 1px solid #fff;
  text-align: center;
}

.table th {
  background-color: #92c9e6;
  color: #ffffff;
}

.table tbody tr {
  background: #f5f5f5;
}

.table tbody tr:nth-child(even) {
  background-color: #d1f0f5;
}

.table tbody tr.price-tb {
  background-color: #fffaec;
}

.table thead {
  display: none;
}

.table,
.table tbody,
.table tr,
.table td {
  display: block;
  width: 100%;
}

.table tr {
  margin-bottom: 15px;
}

.table td {
  padding-left: 40%;
  text-align: left;
  position: relative;
}

.table td::before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  width: 40%;
  padding-left: 15px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

.price-area {
  text-align: right;
  font-size: 140%;
  margin: 1rem 0;
}

.sale .img {
  max-width: 25%;
}
.sale .img img{
  object-fit: cover;
  width: 100%;
}
.blockquote {
  padding: 20px;
  max-width: 640px;
  margin: 0 auto;
}

.quote {
  line-height: 1.4;
  font-style: italic;
}

.author {
  display: block;
  text-align: right;
  font-weight: bold;
}

.quote-icon {
  margin-bottom: 10px;
  fill: #AAB5BA;
}

.blockquote hr {
  margin-top: 40px;
  color: #ccc;
  background: #ccc;
  border-top: 1px solid #ccc;
}

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