:root {
/* // Sources */
  --font-family-title: "Roboto", sans-serif;
  --font-family-text: "Spinnaker", sans-serif;

  /* // Colors */
  --color-primary: #ec17ec;
  --color-primary-1: #fbcf13;
  --color-primary-2: #000;
  --color-secundary: #79fcdb;
  --background-button: #fbcf13;

  /* // Sizes */
  --font-size-title: 40px;
  --font-size-title-small: 35px;
  --font-size-content: 16px;
  --font-size-button: 16px;

/* // Transitions */
  --transition-slow: 800ms;
  --transition-medium: 600ms;
  --transition-fast: 300ms;
}

@media (max-width: 600px) {
  :root {
    --font-size-title: 30px;
    --font-size-title-small: 28px;
  }
}

/**/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
  font-family: var(--font-family-text);
  -webkit-font-smoothing: antialiased;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#modal-booking,
#modal-booking-services {
  /* .am-employee-select {
        display: none !important;
    } */
}

.fs-content,
.fs-content-large,
.fs-content-extra-large {
  line-height: 1.5;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) #fff;
}

.modal {
  .modal-header {
    background: var(--color-primary-20);

    .logo-modal {
      /* filter: brightness(0) invert(1); */
      width: 100%;
      max-width: 100px;
    }

    button {
      filter: brightness(0) invert(1);
    }
  }
}

html,
body {
  overflow-x: hidden;
  letter-spacing: 0.6px;
}

a {
  text-decoration: none !important;
  color: var(--color-primary);
  transition: 400ms;
}

a:hover {
  color: #000;
  transition: 400ms;
}

p,
ul li {
  color: var(--color-text);
  font-size: var(--fs-content);
  font-family: var(--font-family-text);
  line-height: 1.5;
}

.text-shadow {
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}

div {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-title);

  & span {
    font-style: italic;
  }
}

.page-width {
  margin-inline: auto;
  max-width: 1400px;
  padding-inline: 20px;

  @media (width>=768px) {
    padding-inline: 50px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1110px;
  }
}

.text-title {
  font-size: var(--fs-title);
  font-family: var(--font-family-title);
  color: #fff;
  font-weight: 400;
}

.text-title-small {
  font-size: var(--fs-title-small);
  font-family: var(--font-family-title);
  color: #fff;
  font-weight: 400;
}

.text-title-black {
  font-size: var(--fs-title);
  font-family: var(--font-family-title);
  color: var(--color-text);
  font-weight: 400;
}

.text-title-small-black {
  font-size: var(--fs-title-small);
  font-family: var(--font-family-title);
  color: var(--color-text);
  font-weight: 400;
}

.text-subtitle-black {
  font-size: var(--fs-subtitle);
  font-family: var(--font-family-title);
  color: var(--color-text);
  font-weight: 400;
}

.text-subtitle-small {
  font-family: var(--font-family-title);
  font-size: var(--fs-subtitle-small);
  color: #fff;
  font-weight: 400;
}

.text-subtitle-extra-small {
  font-size: var(--fs-subtitle-extra-small);
  font-family: var(--ff-poppins);
  color: #fff;
}

.text-subtitle-extra-small-black {
  font-size: var(--fs-subtitle-extra-small);
  font-family: var(--ff-poppins);
  color: var(--color-text);
}

.text-content-large {
  font-family: var(--ff-poppins);
  font-size: var(--fs-content-large);
  font-weight: 500;
  color: var(--color-text);
}

.text-content-extra-large {
  font-family: var(--ff-poppins);
  font-size: var(--fs-content-extra-large);
  font-weight: 500;
  color: var(--color-text);
}

.text-content {
  font-size: var(--fs-content);
  font-family: var(--ff-poppins);
  color: var(--color-text);
}

.text-content-small {
  font-size: 16px;
  font-family: var(--ff-poppins);
  color: #fff;
}

.text-footer-title {
  font-size: var(--fs-subtitle-large);
  font-family: var(--ff-poppins);
  font-weight: 700;
  color: var(--color-text);
}

.ff-roboto {
  font-family: var(--font-family-title);
}

.ff-spin {
  font-family: var(--font-family-text);
}

.fs-title-extra-large {
  font-size: var(--fs-title-extra-large);
}

.fs-title-larger {
  font-size: var(--fs-title-larger);
}

.fs-title {
  font-size: var(--font-size-title);
}

.fs-title-small {
  font-size: var(--font-size-title-small);
}

.fs-title-smaller {
  font-size: var(--fs-title-smaller);
}

.fs-title-smallest {
  font-size: var(--fs-title-smallest);
}

.fs-title-extra-small {
  font-size: var(--fs-title-extra-small);
}

.fs-subtitle {
  font-size: var(--fs-subtitle);
}

.fs-subtitle-small {
  font-size: var(--fs-subtitle-small);
}

.fs-subtitle-large {
  font-size: var(--fs-subtitle-large);
}

.fs-content {
  font-size: var(--fs-content);
}

.fs-content-small {
  font-size: var(--fs-content-small);
}

.fs-content-extra-small {
  font-size: var(--fs-content-extra-small);
}

.fs-content-large {
  font-size: var(--fs-subtitle-small);
}

.fs-content-extra-large {
  font-size: var(--fs-content-extra-large);
}

.color-primary {
  color: var(--color-primary);
}

.color-primary-2 {
  color: var(--color-primary-2);
}

.color-primary-20 {
  color: var(--color-primary-20);
}

.color-primary-10 {
  color: var(--color-primary-10);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-text {
  color: var(--color-text);
}

.color-text-light {
  color: var(--color-text-light);
}

.color-text-light2 {
  color: var(--color-text-light2);
}

.color-yellow {
  color: var(--color-yellow);
}

.color-grey {
  color: var(--color-grey);
}

.dbg-primary {
  background: var(--color-primary);
}

.dbg-secondary {
  background: var(--color-secondary);
}

.dbg-yellow {
  background: var(--color-yellow);
}

button:focus-visible {
  outline: none;
}

/* Title Section */

.title-section h2 {
  font-weight: 900;
  color: var(--color-primary);
  font-size: var(--font-size-title);
  font-family: var(--font-family-title);
  position: relative;
  padding-bottom: 20px;
  text-transform: uppercase;

  &:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    bottom: 10px;
    border-radius: 5px;
    left: 0;
    transform: translate(0%);
  }
}

/**/

.btn {
  position: relative;
  width: auto;
  min-width: 188px;
  padding: 5px 15px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: var(--font-size-button);
  font-weight: 600;
  font-family: var(--font-family-text);
  background: var(--background-button, var(--color-primary-1));
  border-radius: 30px;
  border: 2px solid var(--background-button);
  transition: 400ms;
  text-shadow: -2px 4px 4px #091243, 0 0 10px #00d0ff, inset 1px 1px 1px white;

  &:hover {
    color: var(--background-button);
    border: 2px solid var(--background-button);
    background: #000;
  }
}

.btn-2 {
  position: relative;
  width: auto;
  min-width: 188px;
  padding: 5px 15px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--background-button);
  font-size: var(--font-size-button);
  font-weight: 600;
  font-family: var(--font-family-text);
  background: transparent;
  border-radius: 30px;
  border: 2px solid var(--background-button);
  transition: 400ms;
  text-shadow: -2px 4px 4px #091243, 0 0 10px #00d0ff, inset 1px 1px 1px white;

  &:hover {
    color: var(--background-button);
    border: 2px solid var(--background-button);
    background: #000;
  }
}

/**/

.btn-primary-14 {
  color: white;
  text-decoration: none;
  margin: 0px !important;
  display: inline-flex;
  height: 55px;
  overflow: hidden;
  font-family: var(--ff-poppins), sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: auto;
  padding: 0px 20px;
  transition: none;
  border-radius: 6px;
  max-width: 340px;
  margin: 1rem auto;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;

  @media (width <=765px) {
    min-height: 40px;
  }

  @media (width >=765px) {
    white-space: nowrap;
  }

  & br {
    display: none;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-secondary);
    z-index: 0;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10px;
    background-color: white;
    transform: translateX(-100%);
    transition: 400ms;
    z-index: 0;
  }

  @media (width >=765px) {
    &:hover {
      color: var(--color-secondary);
      border: 1px solid var(--color-secondary);
    }

    &:hover:after {
      transform: translateX(0);
    }
  }

  & div {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    transition: 400ms;
    z-index: 1;
  }

  &:hover div {
    opacity: 0;
    z-index: 1;
  }

  & span {
    padding: 0px 10px;
    z-index: 1;
    transition: 100ms;
  }

  &:hover span {
    transform: translateX(10px);
  }

  & div svg path {
    transition: 400ms;
  }

  &:hover div svg path {
    fill: var(--color-secondary) !important;
    transform: translateX(10px);
    opacity: 0;
  }
}

.btn-primary-light-14 {
  color: var(--color-secondary);
  text-decoration: none;
  margin: 0px !important;
  display: inline-flex;
  height: 55px;
  overflow: hidden;
  font-family: var(--ff-poppins), sans-serif;
  font-weight: 500;
  font-size: 16px;
  width: auto;
  padding: 0px 20px;
  transition: none;
  border-radius: 6px;
  max-width: 300px;
  margin: 1rem auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  -webkit-tap-highlight-color: transparent;

  @media (width <=765px) {
    height: 40px;
  }

  @media (width >=765px) {
    white-space: nowrap;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: -1;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-secondary);
    transform: translateX(-100%);
    transition: 400ms;
    z-index: -1;
  }

  @media (width >=765px) {
    &:hover {
      color: white;
      border: 1px solid white;
    }

    &:hover:after {
      transform: translateX(0);
    }
  }

  & div {
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    transition: 400ms;
    z-index: 1;
  }

  &:hover div {
    opacity: 0;
    z-index: 1;
  }

  & span {
    padding: 0px 10px;
    z-index: 1;
    transition: 100ms;
  }

  &:hover span {
    transform: translateX(10px);
  }

  & div svg path {
    transition: 400ms;
  }

  &:hover div svg path {
    fill: white !important;
    transform: translateX(10px);
    opacity: 0;
  }
}

.btn-primary,
.btn-primary-large,
.btn-primary-border,
.btn-primary-large-border,
.btn-dark {
  border-radius: 6px;
  text-align: center;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--ff-poppins);
  transition: 0.4s;
  font-weight: 600;
  background: var(--color-secondary);
  cursor: pointer;

  @media (width>=768px) {
    &:hover {
      background: var(--color-primary);
      color: white;
      transition: 400ms;

      & svg {
        transform: translateX(5px);
        /* filter: brightness(0) invert(); */

        & path {
          fill: white;
        }
      }
    }
  }

  svg {
    transition: 400ms;

    & path {
      transition: 400ms;
    }
  }

  span {
    gap: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  br {
    display: none;
  }
}

.btn-light {
  border-radius: 6px;
  text-align: center;
  display: inline-flex;
  padding: 17px 25px;

  gap: 8px;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  font-family: var(--ff-poppins);
  transition: 0.4s;
  font-weight: 600;
  background: white;
  cursor: pointer;

  @media (width>=768px) {
    &:hover {
      background: var(--color-primary);
      color: white;
      transition: 400ms;

      & svg {
        transform: translateX(5px);
        /* filter: brightness(0) invert(); */

        & path {
          fill: white;
        }
      }
    }
  }

  svg {
    transition: 400ms;

    & path {
      transition: 400ms;
    }
  }

  span {
    gap: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  br {
    display: none;
  }
}

.btn-primary {
  padding: 17px 25px;
}

.btn-primary-border {
  padding: 6px 19px;
  border: 1px solid var(--color-secondary);

  @media (width>=768px) {
    &:hover {
      border-color: #fff;
    }
  }
}

.btn-primary-large {
  padding: 20px 60px;
  font-size: 20px;
}

.btn-primary-large-border {
  padding: 19px 59px;
  border: 1px solid var(--color-primary);

  @media (width>=768px) {
    &:hover {
      border-color: #fff;
    }
  }
}

.btn-dark {
  background-color: var(--color-text);
  padding: 15px 40px;

  @media (width>=768px) {
    &:hover {
      background: var(--color-secondary);
    }
  }
}

.wpcf7-list-item {
  margin: 0;
  margin-bottom: 7px;
}

input {
  outline: none;
}

.contact-form {

  input,
  textarea,
  select {
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 50rem;
    padding: 10px 15px;
    overflow: hidden;
  }

  .btn-primary {
    br {
      display: none !important;
    }
  }

  .btn-close:focus,
  .btn-menu-offcanvas:focus {
    box-shadow: none;
  }

  textarea {
    border-radius: 15px;
    height: 130px;
  }

  .check-policies {
    p {
      width: 100%;
    }

    a {
      position: absolute;
      transition: 0.4s;
      width: fit-content;
      color: var(--color-text);
      font-weight: 600 !important;

      &:hover {
        color: var(--color-primary);
      }
    }

    .wpcf7-not-valid-tip {
      position: absolute;
      width: 220px;
      left: 15px;
      top: 17px;
    }
  }

  .check-policies input {
    width: auto;
  }
}

.check-policies {
  .wpcf7-not-valid-tip {
    position: absolute !important;
    top: 21px;
    width: 300px;
    font-size: 16px;
    text-align: start;
  }

  &>p {
    display: flex;
    flex-direction: row;
    width: 100%;

    .wpcf7-form-control-wrap {
      margin-right: 7px;
    }
  }
}

.wpcf7-form-control-wrap {
  .wpcf7-acceptance {
    margin-right: 7px;
  }
}

footer .wpcf7-response-output {
  color: white;
}

/* tooltip */
.tooltip-inner {
  background-color: var(--color-primary) !important;
  color: #fff;
  z-index: 9999999;

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}


.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: var(--color-primary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: var(--color-primary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: var(--color-primary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: var(--color-primary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

/* Time Tooltip */
.custom-tooltip {
  position: absolute;
  background: var(--color-primary);
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity 0.3s ease;
  z-index: 99999;
}

/* Arrow */
.custom-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: var(--color-primary) transparent transparent transparent;
}

.custom-tooltip::before {
  content: "";
  position: absolute;
  top: 100%; /* arrow below the tooltip box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: var(--color-primary) transparent transparent transparent;
}

/* Show */
.custom-tooltip.show {
  opacity: 1;
}


/**/
.girar {
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pulse {
  animation: btn-pulse 2s infinite ease-out;
}

@keyframes btn-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

#MainContent {
  margin-top: 145px !important;

  @media (width<=768px) {
    margin-top: 135px !important;
  }
}