
custom-line {

    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #2c3e50;
    border-radius: 1rem;
    border-color: #2c3e50 !important;

}
custom-icon {

    color: #2c3e50 !important;
    font-size: 2rem;

}

divider-custom .divider-custom-line:first-child {

    margin-right: 1rem;

}

html {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: 'Lato';
  min-height: 100vh;
}





h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat';
}

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '005';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2em;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #11718a;
}

hr.star-dark {
  border-color: #053b6a;
}

hr.star-dark:after {
  color: #053b6a;
  background-color: white;
}

section {
  padding: 6rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.homepage-hero-button {
  align-items: center;
  display: flex;
  min-height: 5.2rem;
}

.homepage-hero-button-content {
  align-items: center;
  display: grid;
  gap: .75rem;
  grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem;
  width: 100%;
}

.homepage-hero-button-icon-cell {
  align-items: center;
  display: flex;
  grid-column: 1;
  justify-content: center;
}

.homepage-hero-button-text {
  font-size: 1.38rem;
  font-weight: 700;
  grid-column: 2;
  text-align: center;
  white-space: nowrap;
}

.homepage-hero-button img {
  max-height: 2.75rem;
  width: auto;
}

.homepage-appointment-button {
  overflow: visible;
  position: relative;
}

.homepage-appointment-icon {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
}

.sales-star-badge {
  align-items: center;
  background: #ffc107;
  border: 2px solid #fff3cd;
  box-shadow: 0 3px 8px rgba(44, 62, 80, .24);
  clip-path: polygon(50% 0%, 60% 25%, 85% 15%, 75% 40%, 100% 50%, 75% 60%, 85% 85%, 60% 75%, 50% 100%, 40% 75%, 15% 85%, 25% 60%, 0% 50%, 25% 40%, 15% 15%, 40% 25%);
  color: #2c3e50;
  display: flex;
  font-family: 'Montserrat';
  font-size: .8rem;
  font-weight: 700;
  height: 3.8rem;
  justify-content: center;
  letter-spacing: 0;
  position: absolute;
  right: -1rem;
  text-transform: uppercase;
  top: -1.15rem;
  transform: rotate(12deg);
  width: 3.8rem;
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .homepage-hero-spacer {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .homepage-hero-cta-col {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .homepage-hero-button-content {
    gap: .55rem;
    grid-template-columns: 3rem minmax(0, 1fr) 2rem;
  }

  .homepage-hero-button-text {
    font-size: 1.2rem;
  }
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

#mainNav {
  background: #053b6a !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 8px 28px rgba(5, 59, 106, .18);
  font-family: 'Montserrat';
  font-weight: 700;
  padding-bottom: .65rem;
  padding-top: .65rem;
  text-transform: none !important;
}

#mainNav .container {
  align-items: center;
}

#mainNav .navbar-brand {
  color: #fff;
  margin-right: 1.25rem;
  padding: 0;
}

#mainNav .navbar-brand .row {
  align-items: center;
  margin: 0;
}

#mainNav .navbar-brand .row > div {
  flex: 0 0 auto;
  margin: 0 !important;
  max-width: none;
  padding: 0 !important;
  width: auto;
}

#mainNav .navbar-brand img {
  display: block;
  height: 44px;
  width: auto;
}

#mainNav .navbar-nav {
  align-items: center;
  letter-spacing: 0;
  margin-top: 0;
}

#mainNav .navbar-nav li.nav-item {
  margin-left: .1rem !important;
  margin-right: .1rem !important;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
  border-radius: 999px !important;
  color: #fff;
  font-size: .82rem;
  line-height: 1.2;
  padding: .65rem .75rem !important;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
  white-space: nowrap;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active {
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a[href="/request-appointment/"].nav-link {
  background: #11718a;
  box-shadow: 0 8px 18px rgba(17, 113, 138, .22);
  color: #fff;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

#mainNav .navbar-nav li.nav-item a[href="/request-appointment/"].nav-link:hover,
#mainNav .navbar-nav li.nav-item a[href="/request-appointment/"].nav-link:focus {
  background: #0b5f73;
  color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link-portal {
  background: #263b35;
  box-shadow: 0 8px 18px rgba(38, 59, 53, .24);
  color: #f0c419 !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

#mainNav .navbar-nav li.nav-item a.nav-link-portal:hover,
#mainNav .navbar-nav li.nav-item a.nav-link-portal:focus {
  background: #1f2c28;
  color: #ffd84a !important;
}

#mainNav .navbar-toggler {
  background: #11718a !important;
  border: 0;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
  font-size: .78rem;
  padding: .7rem .95rem;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: .65rem;
    padding-bottom: .65rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 1rem;
    -webkit-transition: font-size 0.3s;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: rgba(255, 255, 255, .16);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: rgba(255, 255, 255, .16);
  }
  #mainNav.navbar-shrink {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1rem;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  #mainNav .navbar-nav li.nav-item a.nav-link {
    font-size: .76rem;
    padding-left: .52rem !important;
    padding-right: .52rem !important;
  }
}

@media (max-width: 991.98px) {
  #mainNav {
    padding-bottom: .55rem;
    padding-top: .55rem;
  }

  #mainNav .navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: .65rem;
    padding-top: .65rem;
  }

  #mainNav .navbar-nav {
    align-items: stretch;
  }

  #mainNav .navbar-nav li.nav-item {
    margin: .1rem 0 !important;
  }

  #mainNav .navbar-nav li.nav-item a.nav-link {
    padding: .78rem .9rem !important;
    white-space: normal;
  }

  #mainNav .navbar-nav li.nav-item a[href="/request-appointment/"].nav-link {
    margin-top: .35rem;
    text-align: center;
  }

  #mainNav .navbar-nav li.nav-item a.nav-link-portal {
    text-align: center;
  }
}

header.masthead {
  padding-top: calc(3rem + 72px);
  padding-bottom: 6rem;
}

header.masthead h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'Lato';
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(3rem + 106px);
    padding-bottom: 6rem;
  }
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.75em;
  }
}

.portfolio {
  margin-bottom: -15px;
}

.portfolio .portfolio-item {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-item-caption {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: rgba(88,128,138,0.5);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .portfolio {
    margin-bottom: -30px;
  }
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}

.portfolio-modal .portfolio-modal-dialog {
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  margin: 1rem calc(1rem - 8px);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
    margin: 3rem calc(3rem - 8px);
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #010101;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #010101;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #11718a;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #010101;
}

.footer {
  margin-top: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #053b6a;
  color: #fff;
}

.copyright {
  background-color: #001024;
}

a {
  color: #11718a;
}

a:focus, a:hover, a:active {
  color: #0a5d89;
}

.btn {
  border-width: 2px;
}

.bg-primary {
  background-color: #11718a !important;
}

.bg-secondary {
  background-color: #053b6a !important;
}

#mainNav.bg-secondary {
  background-color: #053b6a !important;
}

.bg-light-gray {
  background-color: #dbe1e4 !important;
}

.text-primary {
  color: #11718a !important;
}

.text-secondary {
  color: #053b6a !important;
}

.btn-primary {
  background-color: #001024;
  border-color: #001024;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #0a5d89;
  border-color: #0a5d89;
}

.btn-secondary {
  background-color: #053b6a;
  border-color: #053b6a;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #001024;
  border-color: #001024;
}

.yellow {
  color: #fafb02 !important;
}

.offer {
    font-family: 'Lobster', cursive;
    color: yellow;
}

.gallery-thumb {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}

.main-copy p {
  font-size: 20px;
}

a.btn-whatsapp,
.btn-whatsapp {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
  color: #fff !important;
}

a.btn-whatsapp:hover,
a.btn-whatsapp:focus,
a.btn-whatsapp:active,
.btn-whatsapp:hover,
.btn-whatsapp:focus,
.btn-whatsapp:active {
  background-color: #128c7e !important;
  border-color: #128c7e !important;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  .text-justify {
    text-align: left !important;
  }
}

.sticky-emergency-call {
  display: none;
}

.sticky-whatsapp-contact {
  display: none;
}

.cookie-consent-banner {
  align-items: center;
  background: #001024;
  border-top: 3px solid #18bc9c;
  bottom: 0;
  box-shadow: 0 -0.5rem 1.4rem rgba(0, 16, 36, 0.28);
  color: #fff;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  z-index: 2000;
}

.cookie-consent-copy {
  max-width: 760px;
}

.cookie-consent-copy p {
  margin: 0.25rem 0;
}

.cookie-consent-copy a {
  color: #ffc107;
  font-weight: 700;
}

.cookie-consent-actions {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}

@media (max-width: 767.98px) {
  .sticky-emergency-call {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1050;
    display: block;
    padding: 0.9rem 1rem;
    border: 2px solid #001024;
    border-radius: 0.25rem;
    background-color: #001024;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0.5rem 1rem rgba(0, 16, 36, 0.25);
  }

  .sticky-emergency-call:hover,
  .sticky-emergency-call:focus,
  .sticky-emergency-call:active {
    background-color: #0a5d89;
    border-color: #0a5d89;
    color: #fff;
    text-decoration: none;
  }

  .sticky-whatsapp-contact {
    position: fixed;
    right: 1rem;
    bottom: 4.8rem;
    left: 1rem;
    z-index: 1050;
    display: block;
    padding: 0.9rem 1rem;
    border: 2px solid #25d366;
    border-radius: 0.25rem;
    background-color: #25d366;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0.5rem 1rem rgba(0, 16, 36, 0.25);
  }

  .sticky-whatsapp-contact:hover,
  .sticky-whatsapp-contact:focus,
  .sticky-whatsapp-contact:active {
    background-color: #128c7e;
    border-color: #128c7e;
    color: #fff;
    text-decoration: none;
  }

  .cookie-consent-banner {
    align-items: stretch;
    display: block;
    padding: 0.9rem;
  }

  .cookie-consent-copy {
    max-width: none;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0.75rem;
  }

  .cookie-consent-actions .btn {
    width: 100%;
  }
}
