body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Montserrat", sans-serif;
  color: #0E0E0E;
}

a,
button,
select {
  color: inherit;
  outline: none;
  transition: all 0.3s ease-in-out;
  font-family: "Merriweather", serif;
}

a:hover,
a:focus,
button:hover,
button:focus,
select:hover,
select:focus {
  color: inherit;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: "Merriweather", serif;
  font-weight: bold;
}

p {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 400;
}

ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

/* _______________________________________________________________________________________ */

.primary,
.primary:active,
.primary:focus {
  background: #0E0E0E;
  border-radius: 0rem;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #0E0E0E;
}

.secondary,
.secondary:active,
.secondary:focus {
  border: 1px solid #0E0E0E;
  border-radius: 0rem;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #0E0E0E;
  text-decoration: none;
  text-align: center;
  background: #ffffff;
}

.tertiary,
.tertiary:active,
.tertiary:focus {
  border: 1px solid #0E0E0E;
  border-radius: 1.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #0E0E0E;
  text-decoration: none;
  text-align: center;
  background: #ffffff;
}

.primary:hover,
.tertiary:hover,
.secondary:hover {
  color: #FFFFFF;
  background: #000000;
  border: 1px solid #FFFFFF;
}

.fill-container {
  width: 100%;
  display: block;
}

#language.form-select {
  display: inline-block;
  width: auto;
  border-radius: 1.5rem;
  border-color: #0E0E0E;
  color: #0E0E0E;
}

#language.form-select:hover {
  color: #FFFFFF;
  background: #000000;
  border: 1px solid #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

#intro {
  min-height: 75vh;
  position: relative;
}

#intro .container {
  padding-top: 3rem;
  padding-bottom: 3.75rem;
  min-height: 90vh;
}

#video-background {
  width: 100vw;
  height: 90vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#intro #logo {
  height: 160px;
  max-width: 100%;
}

#intro p {
  margin-bottom: 2.5rem;
  color: #000000;
  line-height: 180%;
  font-size: 1.125em;
  font-weight: 500;
  /* text-shadow: 0 0 5px rgb(255 255 255 / 75%); */
}

#intro .primary {
  margin-bottom: 1rem;
  background: #000000 !important;
}

#intro .tertiary {
  font-size: 1.25rem;
  border-radius: 1px;
}

#intro {
  background: linear-gradient(to right, rgb(255 255 255 / 20%), rgb(255 255 255 / 5%), rgb(255 255 255 / 1%), transparent, transparent);
}

img.illustrative {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.row.flexible {
  display: flex;
  min-height: 75vh;
}

#intro .content {
  align-self: flex-end !important;
  padding: 0px 40px;
}

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

#services {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

h1 {
  margin-bottom: 1.6rem;
}

h1::before {
  width: 32px;
  height: 4px;
  background: #0E0E0E;
  content: '';
  display: block;
}

#tab {
  border-right: 2px solid #0E0E0E;
  flex-direction: column !important;
}

.nav-link {
  text-align: left;
  border-radius: 0px !important;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.625em 1em;
  color: #0E0E0E;
}

.nav-link:focus,
.nav-link.active,
.nav-link.active:focus {
  background: #0E0E0E !important;
}

.nav-link:hover {
  background: #000000;
  opacity: 0.9;
  color: #FFFFFF;
}

.inline-items,
.regular-items {
  align-self: center;
  margin-left: 1em;
  font-size: 0.95em;
}

.inline-items li {
  display: block;
  padding: 0.25em 0em;
}

.regular-items {
  margin-left: 2.25em;
  margin-bottom: 0.75em;
}

.regular-items li {
  padding: 0.125em 0em;
}

.inner-heading {
  width: 100%;
  min-height: 3.125em;
  margin-bottom: 1em;
}

.inner-heading h2 {
  display: block;
  margin-bottom: 0.2em;
}

.inner-heading .fill-container {
  display: block;
  position: relative;
  min-height: 3.5em;
  align-content: center;
}

.inner-heading .fill-container ul.float-start {
margin-top: 0.5em;
}

.gallery .item {
  height: 240px;
  padding: 12px;
}

.gallery img {
  border: 1px solid #0E0E0E;
}

.copy-link {
  align-self: center;
}

.copy-link .tertiary {
  margin-left: 0.5em;
  padding: 0.5rem 0.75rem;
}

.description {
  margin-top: 1.5em;
  margin-bottom: 3em;
}

.description p {
  font-size: 1.125em;
}

.subservice-list,
.rating-list {
  margin-bottom: 2em;
}

.subservice {
  display: block;
  border-bottom: 1px solid #939393;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}

.rating-comment {
  display: block;
  border-bottom: 1px solid #0E0E0E;
  padding: 0.5em 2em 1.5em;
  margin-bottom: 1em;
}

.inner-cta {
  padding: 0em 2em;
}

.inner-cta a {
  margin-bottom: 0.5em;
}

.accordion+.inner-cta {
  margin-top: 2.5em;
  text-align: center;
}

.accordion+.inner-cta a {
  margin-top: 0.5em;
}

.subservice-list .subservice:last-child,
.rating-list .rating-comment:last-child {
  border-bottom: none;
}

.whatsapp {
  background-size: cover;
  background-position: center;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  margin-bottom: -6px;
}

.instagram {
  background-size: cover;
  background-position: center;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  margin-bottom: -6px;
}

.primary .whatsapp {
  background-image: url(../img/whatsapp-white.svg);
}

.secondary .instagram {
  background-image: url(../img/instagram-black.svg);
  margin-right: 8px;
}

.secondary:hover .instagram,
.secondary:focus .instagram {
  background-image: url(../img/instagram-white.svg);
  margin-right: 8px;
}

.secondary .material-symbols-outlined {
  vertical-align: middle;
  font-size: 48px;
  line-height: 0;
  display: inline-flex;
  align-items: center;
}

.generic-link .whatsapp {
  background-image: url(../img/whatsapp-black.svg);
}

.generic-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  text-decoration: none;
  padding: 0.5em 0em;
  display: inline-block;
}

.generic-link:hover {
  opacity: 0.8;
}

#contact ul li {
  display: block;
}

.subservice h4,
.subservice h5,
.rating-comment h4,
.rating-comment p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  margin-bottom: 0em;
}

.subservice h4 {
  margin-bottom: 0.5em;
}

.subservice p {
  line-height: 140%;
  margin-bottom: 0.5em !important;
}

.rating-comment h5 {
  font-size: .875em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0em;
}

.rating-comment p {
  margin-right: 5em;
  margin-bottom: 0.25em;
}

.subservice small {
  font-size: 1em;
  font-style: italic;
}

.rating,
.faq {
  background-color: #F6F6F6;
  padding: 2.5em 2em;
}

.faq .avatar-pic {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: center center no-repeat;
  background-size: contain;
  margin-bottom: -20px;
  margin-right: 8px;
}

.avatar-pic+.avatar-pic {
  margin-left: -32px;
}

.rating h3,
.faq h3 {
  font-size: 1.5em;
  display: inline-block;
  margin-top: 0.5em;
}

.heading {
  min-height: 50px;
  margin-bottom: 2em;
}

.general-rating {
  margin-top: 2em;
}

.general-rating h4,
.general-rating span {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  margin-bottom: 0em;
  display: inline-block;
}

.general-rating span {
  margin-left: 0.75em;
}

.stars {
  color: #FAAF00 !important;
  font-size: 1.5em;
}

.general-rating .stars {
  color: #FAAF00 !important;
  font-size: 2em;
}

.accordion {
  margin: 0em 2em;
  background: none !important;
  border: none;
  border-radius: 0px;
}

.accordion-item {
  background: none !important;
  border: none;
  border-radius: 0px;
  margin-bottom: 0.5em;
}

.accordion .accordion-item:last-child {
  margin-bottom: 0em;
}

.accordion-body p {
  margin: 0em;
}

.accordion-button {
  border-bottom: 1px solid #0E0E0E;
  padding: 1em 0.5em;
  background: none !important;
  border-radius: 0px !important;
}

.accordion-header {
  border-radius: 0px !important;
}

.accordion-body {
  padding: 0.75em 0.5em;
}

.accordion-button::after {
  width: 16px !important;
  height: 16px !important;
  background-size: contain;
}

.accordion-button span.title {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  color: #0E0E0E;
}

.accordion span.number {
  min-width: 1.5em;
  min-height: 1.5em;
  background-color: #0E0E0E;
  border-radius: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 1.5em;
  font-family: "Montserrat", sans-serif;
}

#contact {
  margin-top: 3em;
  margin-bottom: 10em;
}

.avatar-pic.hide-mobile {
  float: right;
  display: contents;
}

.avatar-pic img {
  width: 360px;
  max-width: 100%;
  border-radius: 9999px;
  border: 1px solid #0E0E0E;
}

.avatar-pic.show-mobile {
  display: none;
}

.content  .carousel {
  display: none;
}

.rating-input .input-stars {
  display: inline-block;
  position: relative;
  font-size: 2em;
}

.rating-input .input-stars label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating-input .input-stars label:last-child {
  position: static;
}

.rating-input .input-stars label:nth-child(1) {
  z-index: 5;
}

.rating-input .input-stars label:nth-child(2) {
  z-index: 4;
}

.rating-input .input-stars label:nth-child(3) {
  z-index: 3;
}

.rating-input .input-stars label:nth-child(4) {
  z-index: 2;
}

.rating-input .input-stars label:nth-child(5) {
  z-index: 1;
}

.rating-input .input-stars label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating-input .input-stars label .icon {
  float: left;
  color: transparent;
  margin-right: 0.125em;
}

.rating-input .input-stars label:last-child .icon {
  color: #0E0E0E;
}

.rating-input .input-stars:not(:hover) label input:checked ~ .icon,
.rating-input .input-stars:hover label:hover input ~ .icon {
  color: #FAAF00;
}

.rating-input .input-stars label input:focus:not(:checked) ~ .icon:last-child {
  color: #0E0E0E;
}

.rating-input {
  margin-top: 1em;
}

.form-control {
  border-radius: 0px;
  border: 1px solid #0E0E0E;
  font-weight: 500;
}

.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0E0E0E;
}

.modal-header {
  border: none;
  border-bottom: 1px solid #0E0E0E;
}

.modal-content {
  border-radius: 0px;
  border: 1px solid #0E0E0E;
}

.modal-content h1::before {
  content: none;
}

.modal-footer {
  border-top: 1px solid #0E0E0E;
}

.modal-body .rating-list,
.modal-body .rating-list .rating-comment:last-child {
  margin-bottom: 0em;
}

.modal-body .gallery .item {
  margin-bottom: 1.5em;
}

.carousel {
  height: 640px;
  align-content: center;
}

.carousel .img-fluid.illustrative {
  width: 100%;
  height: 640px;
}


.slider-control-prev-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='0E0E0E'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>") !important;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}

.slider-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='0E0E0E'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.sl-overlay {
  z-index: 999998 !important;
  opacity: 1 !important;
}

.simple-lightbox {
  z-index: 999999 !important;
}

.sl-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 16px !important;
  width: 32px !important;
  height: 32px !important;
}

.sl-navigation .sl-next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='0E0E0E'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px !important;
  width: 32px !important;
  height: 32px !important;
}

.sl-navigation .sl-prev {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='0E0E0E'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px !important;
  width: 32px !important;
  height: 32px !important;
}

.floating {
  width: 64px;
  height: 64px;
  bottom: 16px;
  background-color: #25D366;
  position: fixed;
  right: 12px;
  z-index: 999999;
  border-radius: 9999px;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
  background-image: url(../img/whatsapp-white.svg);
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 40px;
}

.floating:hover {
  background-color: #128C7E;
}

@media only screen and (max-width: 1199px) {
  .gallery .item:nth-child(5),
  .gallery .item:nth-child(6) {
    display: none !important;
  }

  #services .d-flex.align-items-start {
    display: block !important;
  }

  #tab {
    border: none;
    border-bottom: 2px solid #0E0E0E;
    flex-direction: row !important;
    margin-right: 0em !important;
    margin-bottom: 2em;
  }

  #services .nav-link {
    display: inline-block;
    width: fit-content;
  }

  #tab {
    width: max-content;
  }

  .gallery .item {
    height: 368px;
  }

  .description {
    margin-bottom: 3em;
  }
}

@media only screen and (min-width: 992px) {
  .share-button {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .copy-link {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  img.illustrative {
    object-position: center !important;
  }

  .avatar-pic.show-mobile {
    text-align: center;
    margin-bottom: 2em;
    display: block;
  }

  .avatar-pic.hide-mobile {
    display: none;
  }

  #tabContent .gallery .item:nth-child(2) {
    display: none !important;
  }

  .gallery .item {
    height: 384px;
  }

  .rating-comment p {
    margin-right: 0em;
  }


  .content .carousel {
    display: block !important;
  }

  .content .gallery {
    display: none !important;
  }
}

@media only screen and (max-width: 575px) {
  #intro .content {
    padding-left: 12px;
    padding-right: 12px;
  }

  #tab-container {
    width: 100%;
    overflow-x: scroll;
  }

  .gallery .item {
    height: 360px;
  }

  .rating,
  .faq {
    padding: 2.5em 0.75em !important;
  }

  .rating-comment {
    padding: 0.5em 1em 1.5em;
  }

  .inner-cta {
    padding: 0em;
  }

  .accordion {
    margin: 0em;
  }

  #contact {
    padding: 0em 2em;
  }

  #slider {
    margin-bottom: 5em;
  }
}

.inner-cta .secondary {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
}

.inner-cta .secondary svg {
  width: 1.25em;
  height: 1.25em;
}

#message-error {
  background-color: #dd8e8e;
  padding: 1em;
  display: none;
  margin-top: 1em;
}

#message-success {
  background-color: #badd8e;
  padding: 1em;
  display: none;
  margin-top: 1em;
}

textarea.form-control {
  min-height: 86px;
}

#slider {
  height: 640px;
  margin-top: 16px;
}

.slider-inner {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  padding: 0px;
  scroll-snap-type: x mandatory;
}

.slider-item {
  width: 500px;
  flex-shrink: 0;
  /* scroll-snap-align: start; */
}

.inline-items span.material-symbols-outlined {
vertical-align: middle;
    font-size: 24px;
    line-height: 0;
    display: inline-flex;
    align-items: center;
}