.cb_2941fb191a58e769587d265083971561 {
  @import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css");
  /* hero */
}
.cb_2941fb191a58e769587d265083971561 #hero {
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 40px auto;
}
.cb_2941fb191a58e769587d265083971561 .banner-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
.cb_2941fb191a58e769587d265083971561 .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cb_2941fb191a58e769587d265083971561 .banner-content__title {
  color: #303030;
  font-size: 32px;
  line-height: 42px;
  vertical-align: middle;
  margin-bottom: 16px;
}
.cb_2941fb191a58e769587d265083971561 .banner-content__description {
  color: #303030;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.25px;
}
.cb_2941fb191a58e769587d265083971561 .banner-content__description strong {
  font-family: "Latam-Sans-Bold";
  font-weight: 700;
}
.cb_2941fb191a58e769587d265083971561 .banner-image picture img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
@media (min-width: 992px) {
  .cb_2941fb191a58e769587d265083971561 .banner-content__title {
    font-size: 48px;
    line-height: 62px;
  }
  .cb_2941fb191a58e769587d265083971561 .banner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cb_2941fb191a58e769587d265083971561 {
  /* how to make the most of accommodations */
}
.cb_2941fb191a58e769587d265083971561 .how-to-make-the-most-of-accommodations__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.cb_2941fb191a58e769587d265083971561 .how-to-make-the-most-of-accommodations__card {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 24px;
  background-color: #F2F2F2;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
}
.cb_2941fb191a58e769587d265083971561 .how-to-make-the-most-of-accommodations__card h4 {
  color: #303030;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.25px;
  margin: 0;
}
.cb_2941fb191a58e769587d265083971561 .how-to-make-the-most-of-accommodations__card p {
  color: #303030;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin: 0;
}
.cb_2941fb191a58e769587d265083971561 .how-to-make-the-most-of-accommodations__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: #E7E8FD;
  border-radius: 8px;
}
.cb_2941fb191a58e769587d265083971561 .how-to-make-the-most-of-accommodations__card-media img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 992px) {
  .cb_2941fb191a58e769587d265083971561 .how-to-make-the-most-of-accommodations__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .cb_2941fb191a58e769587d265083971561 .how-to-make-the-most-of-accommodations__card h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.cb_2941fb191a58e769587d265083971561 {
  /* partners */
}
.cb_2941fb191a58e769587d265083971561 .partners-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 64px;
}
.cb_2941fb191a58e769587d265083971561 .partners-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cb_2941fb191a58e769587d265083971561 .partners-header .section-title {
  margin: 0;
}
.cb_2941fb191a58e769587d265083971561 .partners-filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 16px;
}
.cb_2941fb191a58e769587d265083971561 .partners-filter-container p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  color: #5C5C5C;
}
.cb_2941fb191a58e769587d265083971561 .partners-filters-tab {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  flex-wrap: nowrap;
  border-radius: 999px;
  border: 1px solid #D9D9D9;
  padding: 4px;
}
.cb_2941fb191a58e769587d265083971561 .partner-filter-option {
  display: flex;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 8px;
  align-items: center;
  justify-content: center;
  gap: 0px;
  height: 40px;
  border-radius: 999px;
  color: #5C5C5C;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  font-weight: 700;
  font-family: "Latam-Sans-Bold";
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cb_2941fb191a58e769587d265083971561 .partner-filter-option:hover {
  background-color: rgba(44, 49, 201, 0.1333333333);
}
.cb_2941fb191a58e769587d265083971561 .partner-filter-option.partner-filter-option-active {
  background-color: #2C31C9;
  color: #FFFFFF;
  pointer-events: none;
}
.cb_2941fb191a58e769587d265083971561 .partner-filter-option.partner-filter-option-active::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-image: url("../image/check-icon.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../image/check-icon.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
}
.cb_2941fb191a58e769587d265083971561 .partners-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cb_2941fb191a58e769587d265083971561 .partners-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.cb_2941fb191a58e769587d265083971561 .partners-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  overflow: clip;
  border: 1px solid #D9D9D9;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
}
.cb_2941fb191a58e769587d265083971561 .partners-card:hover {
  border-color: #2C31C9;
}
.cb_2941fb191a58e769587d265083971561 .partners-card * {
  pointer-events: none;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-image {
  height: 212px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-image img {
  width: 40%;
  object-fit: contain;
  object-position: center;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-image img.w-80 {
  width: 80%;
  margin-bottom: -32px;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-flag {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: end;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-flag .flag {
  padding: 7px 16px 7px 12px;
  background-color: #EEEDF9;
  border-radius: 12px 12px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-flag .flag p {
  color: #10004F;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-main {
  position: relative;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-overlay {
  position: absolute;
  inset: 0;
  background-color: #EEEDF9;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-top-right-radius: 8px;
  background-color: #FFF;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-header p {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-header h4 {
  color: #303030;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-weight: 400;
  font-family: "Latam-Sans-Regular";
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  column-gap: 24px;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-footer .partners-card-description {
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-footer .partners-card-description h4 {
  color: #303030;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.15px;
  margin: 0;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-footer .partners-card-description p {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-footer .partners-card-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #2C31C9;
}
.cb_2941fb191a58e769587d265083971561 .partners-card .partners-card-footer .partners-card-action img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 768px) {
  .cb_2941fb191a58e769587d265083971561 .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 920px) {
  .cb_2941fb191a58e769587d265083971561 .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cb_2941fb191a58e769587d265083971561 {
  /* need help */
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
  column-gap: 15px;
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid_card {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #E1E1E1;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 40px;
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid_card .media {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background-color: #EEEDF9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid_card .media img {
  object-fit: contain;
  object-position: center;
  width: 40px;
  height: 40px;
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid_card .need-help-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid_card .need-help-content div {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 24px;
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid_card .need-help-content h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #303030;
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid_card .need-help-content p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #303030;
}
.cb_2941fb191a58e769587d265083971561 .need-help__grid_card .need-help-content a {
  padding: 4px 0;
}
@media (min-width: 720px) {
  .cb_2941fb191a58e769587d265083971561 .need-help__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cb_2941fb191a58e769587d265083971561 .need-help__grid_card {
    flex-direction: row;
  }
  .cb_2941fb191a58e769587d265083971561 .need-help__grid_card .need-help-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1600px) {
  .cb_2941fb191a58e769587d265083971561 .need-help__grid {
    column-gap: 40px;
  }
}
.cb_2941fb191a58e769587d265083971561 {
  /* duvidas */
}
.cb_2941fb191a58e769587d265083971561 #duvidas {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media (max-width: 992px) {
  .cb_2941fb191a58e769587d265083971561 #duvidas {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.cb_2941fb191a58e769587d265083971561 .duvidas__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.cb_2941fb191a58e769587d265083971561 .duvidas__info {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 992px) {
  .cb_2941fb191a58e769587d265083971561 .duvidas__content {
    grid-template-columns: 5fr 7fr;
    gap: 48px;
    align-items: start;
  }
}
.cb_2941fb191a58e769587d265083971561 .duvidas__title {
  margin: 0;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #303030;
}
@media (min-width: 992px) {
  .cb_2941fb191a58e769587d265083971561 .duvidas__title {
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -0.5px;
  }
}
.cb_2941fb191a58e769587d265083971561 .duvidas__subtitle {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 26px;
  color: #303030;
}
.cb_2941fb191a58e769587d265083971561 .duvidas__cta {
  margin-top: 24px;
  align-items: center;
}
.cb_2941fb191a58e769587d265083971561 .faq__content .accordion {
  background: #fff;
}
.cb_2941fb191a58e769587d265083971561 .faq__content .accordion-item {
  border-color: #e1e1e1;
}
.cb_2941fb191a58e769587d265083971561 .faq__content .accordion-button {
  font-weight: 700;
  color: #303030;
  font-size: 16px;
  font-style: bold;
}
.cb_2941fb191a58e769587d265083971561 .accordion-button:focus {
  box-shadow: unset;
}
.cb_2941fb191a58e769587d265083971561 .faq__content .accordion-item p {
  color: #000;
  margin: 0;
}
.cb_2941fb191a58e769587d265083971561 .faq__content .accordion-item p + p {
  margin-top: 12px;
}
.cb_2941fb191a58e769587d265083971561 .faq__content .accordion-body a {
  overflow-wrap: anywhere;
  word-break: break-all;
}
.cb_2941fb191a58e769587d265083971561 .faq__content .accordion-item strong {
  font-weight: 700;
}
.cb_2941fb191a58e769587d265083971561 .object-position-80 {
  object-position: 80% !important;
}