/*!
Theme Name: Project 
Theme URI: 
Author: Strive Enterprise
Author URI: https://striveenterprise.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: project
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Project is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --color-primary: #0048ad;
  --color-secondary: #00c7ff;
  --color-tertiary: #f9ab22;

  --color-text: #1e1e1e;

  --fs-title-extra-large: 50px;
  --fs-title-larger: 50px;
  --fs-title: 40px;
  --fs-title-smaller: 48px;
  --fs-title-small: 44px;
  --fs-title-smallest: 40px;
  --fs-title-extra-small: 35px;

  --fs-subtitle: 25px;
  --fs-subtitle-large: 28px;
  --fs-subtitle-small: 22px;

  --fs-content: 18px;
  --fs-content-small: 16px;
  --fs-content-smaller: 18px;
  --fs-content-extra-small: 15px;
  --fs-content-extra-smallest: 14px;

  --fs-content-larger: 19px;
  --fs-content-extra-large: 24px;

  --fs-button: 30px;

  --ff-poppins: "Poppins", sans-serif;
  --ff-inter: "Inter", sans-serif;
  --ff-dm: "DM Sans", sans-serif;
}

@media (width<1400px) {
  :root {
    --fs-title-small: 40px;
    --fs-title-extra-small: 25px;
    --fs-subtitle: 18px;
    --fs-subtitle-small: 18px;
    --fs-content: 16px;
    --fs-content-large: 18px;
  }
}

@media (width<768px) {
  :root {
    --fs-title-extra-large: 25px;
    --fs-title-larger: 25px;
    --fs-title: 25px;
    --fs-title-smaller: 25px;
    --fs-title-small: 25px;
    --fs-title-smallest: 25px;
    --fs-title-extra-small: 25px;
    --fs-subtitle: 16px;
    --fs-subtitle-small: 16px;
    --fs-content-large: 16px;
  }
}

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

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

.lh-normal {
  line-height: normal;
}

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

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

    .logo-modal {
      filter: brightness(0) invert(1);
      max-width: 280px;
      object-fit: contain;
    }

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

html,
body {
  overflow-x: hidden;
}

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(--ff-poppins);
  line-height: 1.5;
}

div {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  font-family: var(--ff-poppins);
  line-height: 1.1 !important;
}

.page-width {
  margin-inline: auto;
  max-width: 1800px;
  padding-inline: 1rem;

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

.page-width-2 {
  margin-inline: auto;
  max-width: 1100px;
  padding-inline: 1rem;

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

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

.title-section {
  color: var(--color-primary);
  font-family: var(--ff-poppins);
  font-size: var(--fs-title);
  position: relative;
}
.title-section span {
  color: var(--color-primary);
  font-family: var(--ff-poppins);
  font-size: var(--fs-title);
}

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

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

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

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

.text-subtitle-small {
  font-family: var(--ff-poppins);
  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);
}

html,
body {
}

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

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

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

.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(--fs-title);
  text-wrap: balance;
}

.fs-title-small {
  font-size: var(--fs-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-larger {
  font-size: var(--fs-content-larger);
}

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

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

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

.color-tertiary {
  color: var(--color-tertiary) !important;
}

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

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

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

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

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

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

  & br {
    display: none;
  }

  &:hover {
    color: var(--color-primary);
    /* border: 1px solid var(--color-primary); */
    background: white;
    box-shadow: 1px 2px 11.4px 0px #00000040;
  }

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

  &:hover div {
    opacity: 0;
  }

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

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

  & div svg path {
    transition: 400ms;
  }

  &:hover div svg path {
    fill: #fff !important;
    transform: translateX(10px);
    opacity: 1;
  }

  @media (width<=1080px) {
    &:hover {
      color: white;
      background: var(--color-primary);
      box-shadow: none;

      & div {
        opacity: 1;
      }

      & span {
        transform: translateX(0px);
      }

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

      &::before {
        left: -100% !important;
      }
    }
  }
}

.btn-secondary-transparent:before,
.btn-primary-transparent:before,
.btn-secondary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  left: -100%;
  transition: 400ms;
}

.btn-primary::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  left: -100%;
  transition: 400ms;
}

/* .btn-secondary-transparent:before {
	background: var(--color-primary)

} */
.btn-tertiary {
  color: var(--color-primary);
  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;
  background: var(--color-tertiary);
  max-width: 300px;
  margin: 1rem auto;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;

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

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

  & br {
    display: none;
  }

  &:hover {
    color: var(--color-tertiary);
    background: white;
    box-shadow: 1px 2px 11.4px 0px #00000040;
  }

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

  &:hover div {
    opacity: 0;
  }

  & span {
    padding: 0px 10px;
    z-index: 1;
    color: var(--color-primary);
    transition: 100ms;
  }

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

  & div svg path {
    transition: 400ms;
    fill: var(--color-primary);
  }

  svg path {
    transition: 400ms;
    fill: var(--color-primary);
  }

  &:hover div svg path {
    fill: #fff !important;
    transform: translateX(10px);
    opacity: 1;
  }

  @media (width<=1080px) {
    &:hover {
      color: var(--color-primary);
      background: var(--color-tertiary);
      box-shadow: none;

      & div {
        opacity: 1;
      }

      & span {
        transform: translateX(0px);
      }

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

      &::before {
        left: -100% !important;
      }
    }
  }
}

.btn-tertiary::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  left: -100%;
  transition: 400ms;
}

.btn-tertiary:hover::before {
  left: 0%;
  transition: 400ms;
}

.btn-tertiary:hover svg {
  fill: #ff5a30;
}

.btn-tertiary svg {
  fill: #ffffff;
}

.btn-tertiary-transparent {
  color: var(--color-tertiary);
  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;
  background: transparent;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 3px solid var(--color-tertiary);
  cursor: pointer;

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

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

  & br {
    display: none;
  }

  &:hover {
    color: white;
    border: 3px solid var(--color-tertiary);
    background: var(--color-tertiary);
  }

  & 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-tertiary) !important;
    transform: translateX(10px);
    opacity: 0;
  }
}

.btn-tertiary-transparent::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-tertiary);
  left: -100%;
  transition: 400ms;
}

.btn-tertiary-transparent:hover::before {
  left: 0%;
  transition: 400ms;
}

.btn-secondary-transparent:hover:before,
.btn-primary-transparent:hover:before,
.btn-secondary:hover:before,
.btn-primary:hover::before {
  left: 0%;
  transition: 400ms;
}

.btn-secondary {
  color: var(--color-primary);
  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;
  box-shadow: 1px 2px 11.4px 0px #00000040;
  padding: 0px 20px;
  transition: none;
  border-radius: 6px;
  background: white;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  /*   border: 1px solid transparent;
 */
  cursor: pointer;

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

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

  & br {
    display: none;
  }

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

  & 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;
    fill: var(--color-primary) !important;
  }

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

.btn-primary-transparent {
  color: var(--color-primary);
  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;
  background: transparent;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 3px solid var(--color-primary);
  cursor: pointer;

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

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

  & br {
    display: none;
  }

  &:hover {
    color: white;
    border: 3px solid var(--color-primary);
    background: var(--color-primary);
  }

  & 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-primary) !important;
    transform: translateX(10px);
    opacity: 0;
  }
}

.btn-secondary-transparent {
  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;
  background: transparent;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid white;
  cursor: pointer;

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

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

  & br {
    display: none;
  }

  &:hover {
    color: white;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
  }

  & 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-primary) !important;
    transform: translateX(10px);
    opacity: 0;
  }
}

.highlight {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.highlight::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 80%;
  height: 15px;
  background: var(--color-tertiary);
  z-index: -1;
}

.wpcf7-list-item {
  margin: 0;
}

input {
  outline: none;
  accent-color: var(--color-tertiary);
}

.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 !important;
  }

  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;
  }
}

/* tooltip */
.tooltip-inner {
  background-color: var(--color-primary);
  color: #fff;

  /* 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;
  }
}

@media (width<=992px) {
  .titlebr br {
    display: none;
  }
}

html {
  scroll-padding-top: 200px;
  /* altura de tu header */

  @media (width<=768px) {
    scroll-padding-top: 180px;
    /* altura de tu header */
  }
}

.wpcf7-list-item-label::after {
  margin-right: 4px;
}

.wpcf7-form-control-wrap {
  max-width: 100%;
  /* display: block; */
}

.wpcf7 input[type="file"] {
  max-width: 100%;
}

.row {
  margin: 0px;
}

/* Style Amelia */

.amelia-v2-booking #amelia-container.am-fs__wrapper * {
  font-family: var(--ff-poppins);
}

.amelia-v2-booking #amelia-container .am-fs-sb__step-heading {
  color: white;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper * {
  .am-fs-sb__step-selection span {
    color: white !important;
  }
}

.btn-close {
  transition: all 0.2s;
}

.btn-close:focus {
  box-shadow: none !important;
}

.nice-select {
  box-shadow: none !important;
  outline: none !important;
  display: flex !important;
  height: auto !important;
  align-items: center;
  padding: 12px 15px;
  max-height: 47.46px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
  width: 100%;

  .list {
    width: 100%;
    border-radius: 4px !important;
  }

  .list:hover .option:not(:hover) {
    color: var(--color-text) !important;
  }
}

.nice-select:after {
  display: none !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--color-primary) !important;
  box-shadow: 0 0 8px rgba(255, 149, 0, 0.2);
  color: white;
}

.nice-select .list {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) transparent;
  & li {
    font-size: 14px;
    color: #333;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
}

.nice-select ::-webkit-scrollbar-button {
  display: none;
}
