@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
:root {
  --color-primary: #4CAF50;
  --color-primary-dark: #1c6a1f;
  --color-secondary: #1976D2;
  --color-secondary-dark: #09427b;
  --color-tertiary: #FF9800;
  --color-text-primary: #110229;
  --color-text-light: #585981;
  --color-text-ultra-light: #8F90A6;
  --font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
}

img.rounded {
  border-radius: 50px;
}
@media only screen and (max-width : 992px) {
  img.rounded {
    border-radius: 12px;
  }
}

#app h1, #app h2, #app h3 {
  font-weight: 600;
}
#app {
  /*
  |--------------------------------------------------------------------------
  | 1. HEADINGS (H1 - H5)
  |--------------------------------------------------------------------------
  */
}
#app h1 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  color: var(--color-text-primary);
  margin-bottom: 0.5em;
  font-family: var(--font-family);
}
@media (max-width: 767.98px) {
  #app h1 {
    font-size: 2.5rem;
  }
}
#app h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
  position: relative;
  font-family: var(--font-family);
}
#app h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: linear-gradient(to right, var(--color-tertiary) 0%, var(--color-secondary) 100%);
  margin-top: 10px;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  #app h2 {
    font-size: 1.75rem;
  }
}
#app h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
#app h3.subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-secondary-dark);
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  font-family: var(--font-family);
}
#app h3.subtitle::before {
  content: "\f054";
  /* Font Awesome: fa-chevron-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-tertiary);
  margin-right: 8px;
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #app h3.subtitle {
    font-size: 1.3rem;
  }
}
#app h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: 0.5rem;
  font-family: var(--font-family);
}
#app h5 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-text-light);
  margin-bottom: 0.3rem;
  font-family: var(--font-family);
}
#app {
  /*
  |--------------------------------------------------------------------------
  | 2. LISTAS DESORDENADAS (UL)
  |--------------------------------------------------------------------------
  */
}
#app ul.list-str {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
#app ul.list-str li {
  position: relative;
  padding-left: 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-text-light);
  margin-bottom: 8px;
  font-family: var(--font-family);
}
#app ul.list-str li::before {
  content: "\f058"; /* Font Awesome: fa-check-circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1rem;
}
#app .list-features li {
  font-size: 0.85rem;
}
#app .list-features li::before {
  content: "\f00c"; /* Font Awesome: fa-check simple */
  font-size: 0.85rem;
  color: var(--color-primary);
}

.btn {
  border-radius: 14px !important;
  cursor: pointer;
  vertical-align: middle !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 12px 16px !important;
}
.btn:hover {
  background-color: var(--color-primary-dark);
}
.btn.btn-primary-outline {
  background-color: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.p1 {
  padding: 1rem !important;
}

.p2 {
  padding: 2rem !important;
}

.p3 {
  padding: 3rem !important;
}

.p4 {
  padding: 4rem !important;
}

.p5 {
  padding: 5rem !important;
}

.px1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

nav.miconvivir {
  background-color: white !important;
  box-shadow: none !important;
}
@media only screen and (min-width : 993px) {
  nav.miconvivir {
    height: 136px !important;
  }
}

footer {
  padding-top: 3rem;
}
footer h5 {
  color: var(--color-text-primary);
  font-weight: 600;
  font-size: 1.32rem;
}
footer ul li {
  padding: 8px 0;
}
footer ul li a {
  color: var(--color-text-light);
  font-size: 1.02rem;
  text-wrap: nowrap;
}
footer ul li a:hover {
  color: var(--color-primary);
}
footer .disclaim p {
  color: var(--color-text-ultra-light);
  font-size: 0.9rem;
}
footer .d-flex-custom {
  display: flex;
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 40px;
  padding: 5px 5px 0 10px;
}
footer .subscribe-input-field {
  flex-grow: 1;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
footer .subscribe-input-field input[type=email] {
  border-bottom: none !important;
  box-shadow: none !important;
  margin-top: 0;
  margin-bottom: 0;
  height: 36px;
  padding: 0;
  color: var(--color-text-primary);
  font-size: 1rem;
  width: calc(100% - 44px);
}
footer .btn-subscribe-icon {
  background-color: var(--color-primary) !important;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 42px;
  color: white !important;
  border: unset !important;
  padding: 0;
  margin: 2px 2px 4px 8px !important;
}
footer .btn-subscribe-icon i {
  font-size: 1.5rem;
}
footer .btn-subscribe-icon:hover {
  background-color: var(--color-primary-dark) !important;
}

.ratio-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* (9 / 16) * 100% */
  height: 0;
  overflow: hidden;
}
.ratio-16-9.bordered {
  border-radius: 50px;
}
@media only screen and (max-width : 600px) {
  .ratio-16-9.bordered {
    border-radius: 12px;
  }
}

.ratio-4-3 {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  /* (3 / 4) * 100% */
  height: 0;
  overflow: hidden;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.description-wrapper {
  padding: 8px 16px;
  width: 100%;
}
.description-wrapper .hero-text {
  height: 100%;
}
@media only screen and (min-width : 601px) {
  .description-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px;
    background: linear-gradient(90deg, rgba(235, 240, 247, 0.86) 50%, rgba(235, 240, 247, 0) 100%);
    border-radius: 50px 0 0 50px;
  }
  .description-wrapper .hero-text {
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: start;
    align-items: flex-start;
  }
  .description-wrapper .hero-text .col {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width : 993px) {
  .description-wrapper {
    width: 75%;
  }
}

.important-block {
  display: inline-block;
  border-radius: 20px;
  padding: 8px 16px;
  color: #013242;
  background: #72ff8f;
}
.important-block .row {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.important-block h3 {
  font-weight: 900;
  font-size: 1.92rem;
}
.important-block p,
.important-block ion-icon {
  font-weight: 700;
}
@media only screen and (min-width : 601px) {
  .important-block {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 30px 60px rgba(143, 144, 188, 0.15);
    width: 100%;
  }
  .important-block small {
    color: var(--color-text-ultra-light);
  }
}

.navtab-wrapper .nav-content ul.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--color-secondary);
  padding: 16px 0 0;
  height: auto;
}
.navtab-wrapper .nav-content ul.tabs li.tab {
  cursor: pointer;
  transition: all 0.64s;
}
.navtab-wrapper .nav-content ul.tabs li.tab a {
  color: white;
  border-radius: 10px 10px 0 0;
  font-weight: 900;
}
.navtab-wrapper .nav-content ul.tabs li.tab.active a {
  color: var(--color-secondary);
  background-color: white !important;
}
.navtab-wrapper .nav-content ul.tabs li.tab:hover a {
  background-color: var(--color-secondary-dark) !important;
}
.navtab-wrapper .info-action {
  justify-content: center;
  margin-top: 16px;
}
.navtab-wrapper .info-action small {
  color: var(--color-text-ultra-light);
  padding: 0 8px;
}
.navtab-wrapper .info-action .btn.tertiary {
  background: var(--color-tertiary);
  color: white;
  font-weight: 900;
}
.navtab-wrapper .info-action .btn.tertiary:hover {
  background: var(--color-secondary);
}
.navtab-wrapper .rules {
  color: var(--color-text-ultra-light);
  border-left: 1px solid #71EEA1;
  padding-left: 15px;
}
@media only screen and (max-width : 992px) {
  .navtab-wrapper .nav-content ul.tabs {
    padding: 16px;
  }
  .navtab-wrapper .nav-content ul.tabs li.tab {
    width: 100% !important;
  }
  .navtab-wrapper .nav-content ul.tabs li.tab a {
    border-radius: 10px;
  }
}

.VueCarousel {
  margin-top: 16px;
}
.VueCarousel .VueCarousel-inner .VueCarousel-slide {
  padding: 0 6px;
}
.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container {
  margin-top: 0 !important;
}
.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
  background-color: #71EEA1 !important;
}
.VueCarousel .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active {
  background-color: #013242 !important;
}

.condo-title h1 {
  font-size: 3rem;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}
@media only screen and (max-width : 992px) {
  .condo-title h1 {
    font-size: 1.8rem;
  }
}

.location-info {
  display: flex;
  align-items: center;
}
.location-info .material-icons {
  width: 32px;
  height: 32px;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: white;
}
.location-info .mdc-text-field__input {
  background-color: white;
  margin: 0 8px;
  padding: 4px 12px;
}

.vuecal__menu {
  display: none !important;
}

nav {
  background-color: #ccc !important;
}

.event-green {
  background-color: #71EEA1 !important;
  border: 1px solid #013242 !important;
  color: #013242 !important;
}

.event-red {
  background-color: #FF6B6B !important;
  border: 1px solid #013242 !important;
  color: #013242 !important;
}

.event-blue {
  background-color: royalblue !important;
  border: 1px solid #013242 !important;
  color: #013242 !important;
}

.price {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  white-space: nowrap;
}
