/*!
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: #3a635d;
  --color-secondary: #939375;
  --color-secondary-light: #fcfcf1;
  --color-third: #c1c725;
  --color-text: #595959;
  --font-size-title-large: 71px;
  --font-size-title: 60px;
  --font-size-title-small: 40px;
  --font-size-title-extra-small: 38px;
  --font-size-subtitle: 30px;
  --font-size-subtitle-small: 28px;
  --font-size-subtitle-extra-small: 25px;
  --font-size-content: 18px;
  --font-size-content-large: 19px;
  --font-size-content-extra-large: 22px;
  --font-family-lato: "Lato", serif;
  --font-family-open: "Open Sans", serif;
  --font-family-sriracha: "Sriracha", serif;
  --font-family-figtree: "Figtree", serif;
  --font-family-poppins: "Poppins", serif;
  --font-family-dm: "DM Sans", serif;
}
body {
  background: var(--color-secondary-light);
}
@media (width<768px) {
  :root {
    --font-size-title-large: 35px;
    --font-size-title: 35px;
    --font-size-title-small: 30px;
    --font-size-title-extra-small: 27px;
    --font-size-subtitle: 25px;
    --font-size-subtitle-small: 22px;
    --font-size-subtitle-extra-small: 20px;
    --font-size-content: 17px;
    --font-size-content-large: 17px;
  }
}

/**/

.tooltip {
  &[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: var(--color-secondary) !important;
  }
  &[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: var(--color-secondary) !important;
  }
  &[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: var(--color-secondary) !important;
  }
  &[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: var(--color-secondary) !important;
  }
  & .tooltip-inner {
    background: var(--color-secondary) !important;
  }
}

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

a {
  text-decoration: none !important;
}

.page-width {
  margin-inline: auto;
  max-width: 1650px;
  padding-inline: 1rem;
  @media (width>=768px) {
    padding-inline: 4rem;
  }
}

/**/

.bg-primary {
  background: var(--color-primary) !important;
}
.bg-secondary {
  background: var(--color-secondary) !important;
}
.bg-third {
  background: var(--color-third) !important;
}

.bg-sienna {
  background: var(--color-secondary);
}
.bg-coral {
  background: var(--color-primary);
}
.bg-golden {
  background: var(--color-third);
}
.bg-green {
  background: var(--color-secondary);
}
.bg-deep-teal {
  background: var(--color-primary);
}

/**/

.text-title {
  font-size: var(--font-size-title);
  font-family: var(--font-family-lato);
  color: #000;
  font-weight: 700;
  text-wrap: balance;
}
.text-title-small {
  font-size: var(--font-size-title-small);
  font-family: var(--font-family-lato);
  color: #000;
  font-weight: 600;
}
.text-title-extra-small {
  font-size: var(--font-size-title-extra-small);
  font-family: var(--font-family-lato);
  color: #000;
  font-weight: 400;
}
.text-title-white {
  font-size: var(--font-size-title);
  font-family: var(--font-family-lato);
  color: white;
  font-weight: 700;
}
.text-title-small-white {
  font-size: var(--font-size-title-small);
  font-family: var(--font-family-lato);
  color: white;
  font-weight: 700;
}
.text-subtitle-dark {
  font-size: var(--font-size-subtitle);
  font-family: var(--font-family-josefin);
  color: var(--color-text);
  font-weight: 600;
}
.text-subtitle-small {
  font-family: var(--font-family-lato);
  font-size: var(--font-size-subtitle-small);
  color: white;
  font-weight: 400;
}
.text-subtitle-extra-small {
  font-size: var(--font-size-subtitle-extra-small);
  font-family: var(--font-family-lato);
  color: #fff;
}
.text-subtitle-extra-small-black {
  font-size: var(--font-size-subtitle-extra-small);
  font-family: var(--font-family-lato);
  color: var(--color-text);
}
.text-content-large {
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-content-large);
  font-weight: 500;
  color: var(--color-text);
}
.text-content-extra-large {
  font-family: var(--font-family-lato);
  font-size: var(--font-size-content-extra-large);
  font-weight: 500;
  color: var(--color-text);
}
.text-content {
  font-size: var(--font-size-content);
  font-family: var(--font-family-poppins);
  color: var(--color-text);
}
.text-content-small {
  font-size: 16px;
  font-family: var(--font-family-lato);
  color: #fff;
}
.text-header-nav {
  font-size: var(--font-size-content-large);
  font-family: var(--font-family-lato);
  font-weight: 700;
  color: #f9f9f9;
}

/**/
.btn-third,
.btn-third-outlined,
.btn-third-primary {
  cursor: pointer;
  padding: 10px 25px;
  background: var(--color-third);
  color: #fff;
  font-size: var(--font-size-content);
  font-family: var(--font-family-lato);
  border-radius: 50rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 700;
  display: flex;
  align-items: center;
  border: none;
  justify-content: center;
  transition: 0.4s;
  &::after {
    content: "";
    background: var(--color-primary);
    position: absolute;
    z-index: -1;
    display: block;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    width: 0px;
    height: auto;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    transition: 0.4s;
  }
  &:hover::after {
    width: 105%;
  }
}
.btn-third-primary::after {
  background: #538c84;
}
.btn-third-outlined {
  background: var(--color-secondary-light);
  border: 2px solid var(--color-third);
  padding: 8px 23px;
  color: var(--color-third);
  &::after {
    background: var(--color-third);
  }
  &:hover {
    color: #fff;
  }
}
.btn-third:focus, .btn-third:active {
	outline: none!important;
	box-shadow: none!important;
}
.btn-green {
  padding: 10px 25px;
  background: var(--color-primary);
  color: #fff;
  font-size: var(--font-size-content);
  font-family: var(--font-family-plus);
  border-radius: 50rem;
  position: relative;
  transition: 0.7s;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: none;
  &::after {
    content: "";
    background: var(--color-third);
    position: absolute;
    z-index: -1;
    padding: 10px 25px;
    display: block;
    border-radius: 50%;
    left: -50%;
    right: -50%;
    top: -150%;
    bottom: -150%;
    transform: scale(0, 0);
    transition: all 0.4s ease;
  }
  &:hover::after {
    transition: all 0.6s ease-out;
    transform: scale(1, 1);
  }
}

.btn-orange {
  padding: 10px 25px;
  background: var(--color-secondary);
  color: #fff;
  font-size: var(--font-size-content);
  font-family: var(--font-family-plus);
  border-radius: 50rem;
  position: relative;
  transition: 0.7s;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  &::after {
    content: "";
    background: var(--color-third); /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 10px 25px;
    display: block;
    border-radius: 50%;
    left: -50%;
    right: -50%;
    top: -150%;
    bottom: -150%;
    transform: scale(0, 0);
    transition: all 0.4s ease;
  }
  &:hover::after {
    transition: all 0.6s ease-out;
    transform: scale(1, 1);
  }
}

html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}

.btn-green-icon,
.btn-orange-icon {
  width: 20px;
  display: inline-flex;
  fill: #fff;
  margin-left: 8px;
}

/**/

.bg-linear-gradient-green {
  background: linear-gradient(
    357.95deg,
    rgba(242, 247, 251, 0.1) 1.42%,
    #93ab9d 97.98%
  );
}
.bg-linear-gradient-green-inverted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #a97d5e 100%);
}

/**/

.ff-lato {
  font-family: "Lato", serif;
}

.ff-open {
  font-family: "Open Sans", serif;
}

.ff-sriracha {
  font-family: "Sriracha", serif;
}

.ff-figtree {
  font-family: "Figtree", serif;
}

.ff-poppins {
  font-family: "Poppins", serif;
}

.ff-dm {
  font-family: "DM Sans", serif;
}
/**/

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

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

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

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

/**/

.color-coral {
  color: var(--color-primary);
}
.color-sienna {
  color: var(--color-secondary);
}
.color-golden {
  color: var(--color-third);
}

.color-green {
  color: var(--color-secondary);
}
.color-deep-teal {
  color: var(--color-primary);
}

/**/

.fs-title {
  font-size: var(--font-size-title);
  text-wrap: balance;
}
.fs-title-large {
  font-size: var(--font-size-title-large);
}
.fs-title-small {
  font-size: var(--font-size-title-small);
}
.fs-title-extra-small {
  font-size: var(--font-size-title-extra-small);
}
.fs-subtitle {
  font-size: var(--font-size-subtitle);
}
.fs-subtitle-small {
  font-size: var(--font-size-subtitle-small);
}
.fs-subtitle-extra-small {
  font-size: var(--font-size-subtitle-extra-small);
}
.fs-content {
  font-size: var(--font-size-content);
}
.fs-content-large {
  font-size: var(--font-size-content-large);
}
.fs-content-extra-large {
  font-size: var(--font-size-content-extra-large);
}
