/*!
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: #e92c96;
  --color-secondary: #212121;
  --color-secondary-light: #6e6e6e;

  --color-text: #212121;
  --color-text-light: #423d38;
  --color-text-light2: #2d2b2e;
  --color-text-light3: #333333;
  --color-grey: #6e6e6e;

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

  --fs-subtitle: 25px;
  --fs-subtitle-large: 27px;
  --fs-subtitle-small: 23px;

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

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

  --fs-button: 18px;

  --ff-dm: "DM Sans", sans-serif;
  --ff-poppins: "Poppins", sans-serif;
  --ff-montserrat: "Montserrat", sans-serif;
  --ff-manrope: "Manrope", 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: 28px;
    --fs-title-larger: 24px;
    --fs-title: 20px;
    --fs-title-smaller: 28px;
    --fs-title-small: 23px;
    --fs-title-smallest: 30px;
    --fs-title-extra-small: 22px;
    --fs-subtitle: 18px;
  }
}

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

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

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

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

    .logo-modal {
      /* filter: brightness(0) invert(1); */
      width: auto;
      /* max-width: 396px; */
      max-height: 37px;
    }

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

div {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  font-family: var(--ff-dm);

  & span {
    font-style: italic;
  }
}

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

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

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

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

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

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

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

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

.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: 700;
  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-dm {
  font-family: var(--ff-dm);
}

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

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

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

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

.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-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-secondary {
  color: var(--color-secondary);
}

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

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

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

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

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

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

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

/* Buttons */

.btn-primary {
  position: relative;
  display: flex;
  font-family: var(--ff-dm);
  font-weight: 700;
  border-radius: 70px;
  font-size: var(--fs-button);
  overflow: hidden;
  width: fit-content;
  padding: 10px 20px;
  margin: 1rem auto;
  transition: 400ms;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;

  &:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: var(--color-primary);
    transition: 400ms;
  }

  & span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--color-secondary);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  &:hover {
    color: #fff;
  }

  &:hover span {
    width: 225%;
    height: 562.5px;
  }

  &:active {
    background-color: var(--color-secondary);
  }
}

.btn-secondary {
  position: relative;
  display: flex;
  font-family: var(--ff-dm);
  font-weight: 700;
  border-radius: 70px;
  font-size: var(--fs-button);
  overflow: hidden;
  width: fit-content;
  padding: 10px 20px;
  margin: 1rem auto;
  transition: 400ms;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  border: 1px solid transparent;

  &:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: var(--color-secondary);
    transition: 400ms;
  }

  & span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: white;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  &:hover {
    color: var(--color-text);
    border: 1px solid var(--color-text);
  }

  &:hover span {
    width: 225%;
    height: 562.5px;
  }

  &:active {
    background-color: white;
  }
}

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

input,
textarea {
  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;
  }
}

/* tooltip */
.tooltip-inner {
  background-color: var(--color-secondary);
  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-secondary);

  /* 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-secondary);

  /* 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-secondary);

  /* 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-secondary);

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

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

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

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