/*!
Theme Name: Creating Solutions
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: creating-solutions
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.

Creating Solutions 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Buttons
	- Forms
## Layouts
# Components
	- Header
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--color-yellow: #F7BB1E;
	--color-black: #202020;
	--color-white: #FFFFFF;
	--color-gray: #999;
	--color-blue: #779FF8;
	--color-border: #D9D9D9;
	--color-body-text: #444444;
	--color-hero: #202020;
	--mobile: 575.98px;
	--tablet: 991.98px;
}


*::selection {
	background-color: var(--color-yellow);
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-body-text);
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	/* max-width: 100%; */
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a:hover,
a:active {
	outline: 0;
}

/* Buttons
--------------------------------------------- */
.btn:link,
.btn:visited {  
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  transition: all .2s;  
	font-weight: 700;
	margin: 10px 0px;
	position: relative;
	z-index: 1;
}

.btn:hover,
.btn:active {
	background: var(--color-black);
	color: var(--color-white);
}

/* .btn::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 100%;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .4s;
} */

.btn-default {	
  background-color: var(--color-yellow);
  color: var(--color-white);
}

.btn-default-underline {	
  border: 2px solid var(--color-yellow);
  color: var(--color-yellow);
}

.icon-form {
	position: absolute;
    right: 16px;
    top: 16px;
	z-index: 1;
    pointer-events: none;
}

.icon-form:after {
		content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAyM0wyMy41IDFNMjMuNSAxVjE1TTIzLjUgMUg5LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=');
} 

.btn-form {
 	position: absolute;
  	top: 0px;
  	right: 0px;
	width: 56px;
	border-radius: 50px!important;
	color: transparent!important;
}


@media(max-width: 575.98px) {
	.btn-default, .btn-default-underline {
		width: 100%;
	}	
}

/* Forms
--------------------------------------------- */
form {
	position: relative;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {  
  padding: 1rem 1.35em;
  border: 0;
  border-radius: 26px;
  background: var(--color-yellow);
	color: var(--color-white);  
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--color-black);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: var(--color-black);
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: block;
  width: 100%;  
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-white);
  background-clip: padding-box;
  border: 1px solid var(--color-border); 
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 26px;
  width: 100%;
  letter-spacing: -1px; 
	padding: 0.9rem 7rem 0.9rem 1.5rem
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--color-black);
  background-color: var(--color-white);  
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 209, 13, 0.25);
}

select {
	border: 1px solid var(--color-border);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */


/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.spacing {
	padding-top: 100px;
	padding-bottom: 100px;
}


@media(max-width: 575.98px) {
	.spacing {
		padding-top: 60px;
		padding-bottom: 60px;		
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	background: transparent;
	position: absolute;
	z-index: 100;
	width: 100%;
	padding: 2.5em 0 5em 0;
	border-radius: 0 0 40px 40px;
}

header .navbar {
	background-color: transparent;		
}

header .navbar .container-fluid {
	padding: 10px 45px;
}

header .navbar .container-fluid .navbar-toggler {
	color: var(--color-white);
	border-color: var(--color-white);
	border-radius: 100px;
	padding: 12px 24px;
}

#masthead.is-active {
	background-color: var(--color-yellow);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

#masthead.is-active .custom-logo-link svg path {
	fill: #000;
}

#masthead.is-active:after {
  opacity: 1;
}

.hamburger {
  background-color: transparent;
  border: none;
	border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  float: right;
  font: inherit;	
  margin: 0 0 0 0;
  overflow: visible; 
  outline: none;
  padding: 0;
  text-transform: none;
  transition: opacity 0.15s;
  -webkit-appearance: none;
}


.hamburger:hover,
.hamburger:active,
.hamburger:focus {
	background: none;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: none;
  vertical-align: middle;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  /* width: 30px; */
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}

#masthead.is-active .hamburger-inner, 
#masthead.is-active .hamburger-inner::before, 
#masthead.is-active .hamburger-inner::after {
    background-color: var(--color-white);
}

.hamburger-inner::before, 
.hamburger-inner::after {
  content: "";
  display: block; 
}

.hamburger-inner::before {
  top: -8px; 
}

.hamburger-inner::after {
	bottom: -8px; 
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, 
.hamburger--boring .hamburger-inner::before, 
.hamburger--boring .hamburger-inner::after {
  transition-property: none; 
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; 
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
}

.hamburger.is-active .hamburger-label:hover {
	opacity: 1;
	border-color: transparent;
	background: var(--color-black);
}

.hamburger-label {
  color: #fff;
	font-size: 16px;
  display: inline-block;  
  letter-spacing: 0.08em;
  line-height: 1;  
  text-transform: initial;
	padding: 16px;
	border: 1px solid var(--color-white);
	border-radius: 26px;
}

.hamburger .hamburger-label:hover {
	background: var(--color-black);
	opacity: 0.7;
	color: var(--color-white);	
}


#site-nav {
  clear: both;
  display: flex;
  flex-direction: column; 
  height: 0;
  overflow: hidden;
  /* padding-top: 2.5em; */
}

#site-nav.is-active {
	padding-top: 1.5rem;
  height: auto;
  overflow: visible;
}

#site-nav .col { 
  padding-bottom: 2.5em;
} 


@media screen and (min-width: 550px) {
  #site-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  #site-nav .col {
    flex: 0 0 50%;
  } 

}

@media screen and (min-width: 768px) {
  #site-nav .col {
    flex: 0 0 33.333333333%;
  } 
}

@media screen and (min-width: 960px) {
  #site-nav {
    flex-wrap: nowrap;
  }
  
  #site-nav .col {
    flex: 0 0 20%;
  } 
  
  #site-nav .col:last-child {
    display: flex;
    justify-content: flex-end;
  }  
}


#site-nav .menu-primary,
#site-nav .menu-social {
  list-style-type: none;  
	padding: 0;
	margin: 0;
}

#site-nav .menu-primary {
	display: flex;
  flex-direction: column;
	row-gap: 30px;
	justify-content: space-between;
  height: 100%;
}

#site-nav .menu-primary li {
	margin: 0;
	padding: 0;
}

#site-nav .menu-primary li a {  
	color: var(--color-white);
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
  text-decoration: none;
  transition: color 0.3s ease;
}

#site-nav .menu-primary li a:hover,
#site-nav .menu-primary li a:active,
#site-nav .menu-primary li a:focus {
	color: var(--color-black);
}

#site-nav .menu-primary li a:hover:after {
	content: '\26AB';
	margin-left: 15px;
}

#site-nav .menu-social {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
  margin: 0;
  /* overflow: hidden; */
	text-align: right;
}

#site-nav .menu-social li {
	float: right;
  margin: 0 0.3125em; 
}

#site-nav .menu-social li a {
	font-size: 20px;
	color: var(--color-white);
	text-decoration: none;
  transition: color 0.3s ease;	
}

#site-nav .menu-social li a span {
	font-weight: 700;
}

#masthead .col {
  opacity: 0;
}

#masthead.is-active .col-md-6.col-lg-6 {
  transform: translateY(40px);
  transition: opacity 0.3s ease;
  animation: fade-in-stagger 0.8s ease forwards;
}

#masthead.is-active .col-md-6.col-lg-6:nth-child(1) {
  -webkit-animation-delay: 0;
}

#masthead.is-active .col-md-6.col-lg-6:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}

@keyframes fade-in-stagger {
  to {
    opacity: 1;
    transform: translateY(0); 
  }
}


@media(max-width: 575.98px) {
	header {
		padding: 2.5em 0;
	}

	.hamburger {
		border: none;
		margin-top: 16px;
		padding: 12px;
		width: auto;
		border-radius: 0;		
	}
	
	.hamburger:hover,
	.hamburger:focus,
	.hamburger:active {
		background: transparent;
	}

	#masthead.is-active .hamburger-inner, #masthead.is-active .hamburger-inner::before, #masthead.is-active .hamburger-inner::after {
		background-color: var(--color-black);
	}

	.hamburger-box {
		display: inline-block;
	}

	.hamburger-label { 
		display: none;
	}

	#site-nav .menu-primary li a {
		font-size: 32px;
	}

	#site-nav .menu-social {
		display: none;
	}
	
	#site-nav .menu-primary {
		row-gap: 15px;
	}
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	background-color: var(--color-black);
	padding: 20px;	
}

footer ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

footer ul li {
	color: var(--color-gray);
	font-weight: normal;
}

footer ul li a {
	text-decoration: none;
	color: var(--color-white);
	font-weight: 700;
}

footer ul li a span {
	color: var(--color-gray);
	font-weight: normal;
}

@media(max-width: 992px) {
	footer ul {
		display: inline-flex;
		flex-direction: column;
		row-gap: 18px;
	}

	footer ul li a span {
		display: none;
	}
	
	
	footer ul li:first-child {
		order: 3;
	}
	
	footer ul li:nth-child(2) {
		order: 4;
	}
	
	footer ul li:nth-child(2) span {
		display: block;
	}
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.hero {
	background: var(--color-hero);
	color: var(--color-white);
	position: relative;
	height: 80vh;
	overflow: hidden;
}

.hero h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px 0;
}

.hero p {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	opacity: 0.6;
}

/* Hero Home Page
--------------------------------------------- */
.hero-home .row {
	align-items: center;
	height: 80vh;	
}

.hero-home .effect-circle-large {
	position: absolute;
  width: 900px;
  height: 900px;
  left: 100px;
  top: 100px;
  opacity: 0.2;
  border-radius: 100%;
  border: 1px solid var(--color-white);
  animation: ripple 3s ease-in-out;	
}

.hero-home .effect-circle-medium {
	position: absolute;
	width: 600px;
	height: 600px;
	left: 250px;
	top: 250px;
  opacity: 0.2;
  border-radius: 100%;
  border: 1px solid var(--color-white);
  animation: ripple 3s ease-in-out;
}

.hero-home p span.alternating {
  animation-name: alternating-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
	color: var(--color-white);
}


/* Hero About Page
--------------------------------------------- */
.hero-about {
	/* position: relative;
	z-index: 1; */	
	background-image: url('./images/About.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.hero-about .row {
	height: 80vh; 
	padding-bottom: 60px;
}

.hero-about .effect-circle-large {
	position: absolute;
	z-index: 0;
	width: 900px;
	height: 900px;
	right: -100px;
	top: 100px;
  opacity: 0.2;
  border-radius: 100%;
  border: 1px solid var(--color-white);
  animation: ripple 3s ease-in-out;	
}

.hero-about .effect-circle-medium {
	position: absolute;
	z-index: 0;
  width: 600px;
  height: 600px;
  right: 50px;
  top: 250px;	
  opacity: 0.2;
  border-radius: 100%;
  border: 1px solid var(--color-white);
  animation: ripple 3s ease-in-out;
}


/* Hero Services Page
--------------------------------------------- */
.hero-services .row {
	height: 80vh;	
	padding-bottom: 60px;
}

.hero-services .effect-circle-large {
	position: absolute;
	width: 900px;
	height: 900px;
	right: 100px;
	bottom: 100px;
  opacity: 0.2;
  border-radius: 100%;
  border: 1px solid var(--color-yellow);
  animation: ripple 3s ease-in-out;	
}

.hero-services .effect-circle-medium {
	position: absolute;
  width: 600px;
  height: 600px;
  right: 250px;
  bottom: 250px;	
  opacity: 0.2;
  border-radius: 100%;
  border: 1px solid var(--color-yellow);
  animation: ripple 3s ease-in-out;
}


/* Hero Memberships Page
--------------------------------------------- */
.hero-membership {
	position: relative;	
	z-index: 1;
	background-image: url('./images/Bg-Membresias.png');
	background-repeat: no-repeat;
	background-position: bottom 0px right 100px;
	background-size: contain;	
}

.hero-membership .row {
	height: 80vh; 
	padding-bottom: 60px;
}


/* Hero Animatios
--------------------------------------------- */
@keyframes alternating-text {
  90% {
    display: none;
  }
}

@keyframes ripple{
  0%{
    transform: scale(0);
  }
  
  100%{
    transform: scale(1);
  }
}


/* Hero Media Queries
--------------------------------------------- */
@media(max-width: 575.98px) {
	/* .hero {
		height: 100vh;
	} */

	.hero h1,
	.hero p {
		font-size: 40px;
	}

	.hero-home .row {		
		align-items: end;
	}

	.hero-home .effect-circle-large {
		width: 600px;
		height: 600px;
		left: -300px;
		top: auto;
		bottom: -50px;
	}
	
	.hero-home .effect-circle-medium {
		width: 400px;
		height: 400px;
		left: -200px;
		top: auto;
		bottom: 50px;
	}

	.hero-home .row,
	.hero-about .row,
	.hero-membership .row,
	.hero-services .row {
		padding: 0 0 60px 0;
	}	

	.hero-about .effect-circle-large{
		width: 600px;
    height: 600px;
    right: -300px;
		top: auto;
    bottom: -50px;
	}

	.hero-about .effect-circle-medium {
		width: 400px;
    height: 400px;
    right: -200px;
		top: auto;
    bottom: 50px;
	}


	.hero-services .effect-circle-large{
		width: 600px;
    height: 600px;
    right: -300px;
    top: -50px;
	}

	.hero-services .effect-circle-medium {
		width: 400px;
    height: 400px;
    right: -200px;
    top: 50px;
	}

	.hero-membership {	
		background-image: url('./images/Bg-Membresias-M.png');		
		background-position: right bottom;
	}
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.brands {
	margin-top: 100px;
	margin-bottom: 100px;
}

.brands ul {
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yellow-subtitle {
	color: var(--color-yellow);
	font-weight: 700;
	text-transform: uppercase;
}

.white-subtitle {
	color: var(--color-white);
	font-weight: 700;	
	text-transform: uppercase;
}

.yellow-subtitle::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2IiBmaWxsPSIjRjdCQjFFIi8+Cjwvc3ZnPgo=');
	margin-right: 10px;
}

.white-subtitle::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYuNSIgcj0iNiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
	margin-right: 10px;
}

.description {
	color: var(--color-gray);
}

.title {
	color: var(--color-black);
	font-size: 60px;
	font-weight: 700;
}



/* Circle Effect */
.circle {
  position: relative;
  width: 400px;
  height: 400px;
  border: 1px solid #cccccc;
  border-radius: 50%;
}

.circle .circle-menu {
	height: inherit;
	margin: 0;
	padding: 0;
	background: transparent;
}

.circle .circle-image {
	height: 280px;
	width: 280px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%; 
	display: flex;
	justify-content: center;
	align-items: center;		
	background-repeat: no-repeat;
	background-size: cover;
}

.circle .circle-image .circle-image-title {
	font-size: 30px;
	color: var(--color-yellow); 
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.circle .circle-menu li {
  list-style: none;
  display: inline;
}

.circle .circle-menu li a {  
  position: absolute;
  top: 50%; 
  left: 50%;
  width: 60px; 
	height: 60px;
  line-height: 1;
	margin: 0;
  -moz-border-radius: 4em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
	cursor: pointer;
  box-sizing: border-box;
  /* margin: -3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
  text-align: center;
  text-decoration: none;
  color: var(--color-white); */
}

.circle .circle-menu li a.circle-1,
.circle .circle-menu li a.circle-2,
.circle .circle-menu li a.circle-3,
.circle .circle-menu li a.circle-4,
.circle .circle-menu li a.circle-5,
.circle .circle-menu li a.circle-6,
.circle .circle-menu li a.circle-7 {
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
}

.circle .circle-menu li a.circle-1 { 
	transform: rotate(-97deg) translate(230px) rotate(97deg);
	-webkit-transform: rotate(-97deg) translate(230px) rotate(97deg);
	-ms-transform: rotate(-97deg) translate(230px) rotate(97deg);
}

.circle .circle-menu li a.circle-2 { 
	transform: rotate(-65deg) translate(210px) rotate(65deg); 
	-webkit-transform: rotate(-65deg) translate(210px) rotate(65deg); 
	-ms-transform: rotate(-65deg) translate(210px) rotate(65deg);
}

.circle .circle-menu li a.circle-3 { 
	transform: rotate(-30deg) translate(180px) rotate(30deg); 
	-webkit-transform: rotate(-30deg) translate(180px) rotate(30deg);
	-ms-transform: rotate(-30deg) translate(180px) rotate(30deg);
}

.circle .circle-menu li a.circle-4 { 
	transform: rotate(10deg) translate(160px) rotate(-10deg);
	-webkit-transform: rotate(10deg) translate(160px) rotate(-10deg);
	-ms-transform: rotate(10deg) translate(160px) rotate(-10deg);
}

.circle .circle-menu li a.circle-5 { 
	transform: rotate(55deg) translate(150px) rotate(-55deg); 
	-webkit-transform: rotate(55deg) translate(150px) rotate(-55deg);
	-ms-transform: rotate(55deg) translate(150px) rotate(-55deg);
}

.circle .circle-menu li a.circle-6 { 
	transform: rotate(100deg) translate(170px) rotate(-100deg);
	-webkit-transform: rotate(100deg) translate(170px) rotate(-100deg); 
	-ms-transform: rotate(100deg) translate(170px) rotate(-100deg);
}

.circle .circle-menu li a.circle-7 { 
	transform: rotate(140deg) translate(190px) rotate(-140deg); 
	-webkit-transform: rotate(140deg) translate(190px) rotate(-140deg); 
	-ms-transform: rotate(140deg) translate(190px) rotate(-140deg);
}

.circle .circle-menu li a.active { 
	background: var(--color-yellow);
	box-shadow: 0 0 0 0.3rem rgba(253, 209, 13, 0.25);
}


@media(max-width: 575.98px) {

	.brands {
		margin-top: 60px;
		margin-bottom: 0px;
	}

	.brands ul {
		overflow-x: auto;
		flex-direction: row;
		flex-wrap: nowrap;
		column-gap: 60px;
	}

	.title {
		font-size: 40px;
	}


	
	.circle {
		height: 0;
		width: 0;
	}

	.circle .circle-menu {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

	.circle .circle-menu li a {
		/* position: initial; */
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 60px;
		height: 60px;
		margin-bottom: 30px;
	}

	.circle .circle-menu li a.circle-1 {
		transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
	}

	.circle .circle-menu li a.circle-2 {
		transform: translate(70px, 0px);
		-webkit-transform: translate(70px, 0px);
		-ms-transform: translate(70px, 0px);
	}

	.circle .circle-menu li a.circle-3 {
		transform: translate(140px, 0px);
		-webkit-transform: translate(140px, 0px);
		-ms-transform: translate(140px, 0px);
	}

	.circle .circle-menu li a.circle-4 {
		transform: translate(210px, 0px);
		-webkit-transform: translate(210px, 0px);
		-ms-transform: translate(210px, 0px);
	}

	.circle .circle-menu li a.circle-5 {
		transform: translate(280px, 0px);
		-webkit-transform: translate(280px, 0px);
		-ms-transform: translate(280px, 0px);
	}


	.circle .circle-image {
		display: none;
	}
}

/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/
.experts .w-layout-grid .block-feature {
	background-color: rgba(153, 153, 153, 0.10);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 30px;
}

.experts .w-layout-grid .block-feature img {
	width: 70px;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
}

.experts .w-layout-grid .block-feature h3 {
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -.4px;
	margin-top: 1rem;
	margin-bottom: 0;
}

.experts .w-layout-grid .block-feature p {
	margin-bottom: 0;	
}

.experts .w-layout-buttons {
	display: flex;
	column-gap: 20px;
}

.ideas {
	background-image: url('./images/bg-circle-about.png');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;	
}

.ideas h3 {
	color: var(--color-body-text);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 60px;
}

.ideas .grid-ideas {
display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
	list-style: none;
}

.ideas .grid-ideas li {
	flex-basis: calc((100% - 60px) / 2);
}

.ideas .grid-ideas h4 {
	color: var(--color-body-text);
	font-size: 24px;
	font-weight: 700;
	margin-top: 1rem;
}

.office .office-buttons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.office .office-buttons .o-button {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	border-radius: 18px;
	background: rgba(153, 153, 153, 0.10);
	border: none;

}

.office .office-buttons .o-button::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwIiByPSIxMCIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
	position: absolute;
	top: 6px;
	left: 10px;
}

.office .office-buttons .o-button:hover {	
	background: var(--color-yellow);	
}

.office .office-buttons .o-button.active::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwIiByPSIxMCIgZmlsbD0iI0Y3QkIxRSIvPgo8L3N2Zz4K');
}


.office .office-buttons .o-button.active {	
	background: rgba(247, 187, 30, 0.40);	
}


.office .office-result ul { 
	background: var(--color-body-text); 	
	list-style: none;
	margin: 0; 
	margin-top: 50px; 
	padding: 8px 16px; 
	border-radius: 18px; 
	display: flex; 
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	gap: 10px;
}

.office-result ul li { 
	color: var(--color-gray);
	display: inline-block;
}

/*.office-result ul li:first-child::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2IiBmaWxsPSIjRjdCQjFFIi8+Cjwvc3ZnPgo=');
	margin-right: 10px;
}*/

.office-result ul li span.locations,
.office-result ul li span.locationsTwo,
.office-result ul li span.phone{ 
	color: var(--color-white);
	font-weight: 700;
}


.office-active {
	fill: var(--color-yellow);
	stroke: var(--color-yellow);
	filter: drop-shadow(0px 0px 5px var(--color-yellow));
}

@media(max-width: 575.98px) {
	.experts .w-layout-buttons {
		display: inline-block;
		width: 100%;
	}

	.office .map {
		display: none;
	}

	.office .office-buttons {
		display: flex;
		overflow-x: scroll;
	}

	.office .office-result ul{
		padding: 20px;
		gap: 20px;
		flex-direction: column;
		align-items: start;
	}

	.office .office-buttons .o-button {
		padding-left: 50px;
	}
	
	.ideas {
		background-image: url('./images/bg-circle-about-mobile.png');
	}
	
	.ideas .grid-ideas {
		display: flex;
		flex-wrap: nowrap;
    	overflow-x: scroll;
		gap: 30px;
	}
	
	.ideas .grid-ideas li {
		flex-basis: 1;
		min-width: 85%;
		/*margin-right: 60px; */
	}
	
}


/*--------------------------------------------------------------
# Membership Page
--------------------------------------------------------------*/
.degradation {
	background: linear-gradient(66deg, #F7BB1E 0%, rgba(247, 187, 30, 0.10) 128.32%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pricetable__item {
  margin-bottom: 30px;
}

.pricetable__item--common .pricetable__item__sub-section > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.pricetable__item--common .pricetable__item__sub-section > div span {
	font-weight: 700;
}

.pricetable__item--common.yellow .pricetable__item__sub-section:nth-child(odd) {
	background: rgba(247, 187, 30, 0.10);
}

.pricetable__item--common.black .pricetable__item__sub-section:nth-child(odd) {
	background: rgba(32, 32, 32, 0.10);
}

.pricetable__item--common.blue .pricetable__item__sub-section:nth-child(odd) {
	background: rgba(119, 159, 248, 0.20);
}

.pricetable__item--common.yellow .pricetable__item__content-mobile .pricetable__item__sub-section:nth-child(odd),
.pricetable__item--common.black .pricetable__item__content-mobile .pricetable__item__sub-section:nth-child(odd),
.pricetable__item--common.blue .pricetable__item__content-mobile .pricetable__item__sub-section:nth-child(odd) {
	background: white;
}

.pricetable__item--common.yellow {
  border-top: 5px solid var(--color-yellow);
}

.pricetable__item--common.yellow:hover {
	cursor: pointer;
	border-right: 1px solid var(--color-yellow);
	border-left: 1px solid var(--color-yellow);
	border-bottom: 1px solid var(--color-yellow);
}

.pricetable__item--common.yellow:hover .pricetable__item__title {
	background-color: var(--color-yellow);
	color: var(--color-white);
}

.pricetable__item--common.black {
  border-top: 5px solid var(--color-black);
	border-right: 1px solid var(--color-black);
	border-left: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
}

.pricetable__item--common.black:hover {
	cursor: pointer;
	border-right: 1px solid var(--color-black);
	border-left: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
}

.pricetable__item--common.black:hover .pricetable__item__title {
	background-color: var(--color-black);
	color: var(--color-white);
}

.pricetable__item--common.blue {
	border-top: 5px solid var(--color-blue);
}

.pricetable__item--common.blue:hover {
	cursor: pointer;
	border-right: 1px solid var(--color-blue);
	border-left: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
}

.pricetable__item--common.blue:hover .pricetable__item__title {
	background-color: var(--color-blue);
	color: var(--color-white);
}

.pricetable__checked {
  display: none;
}

.pricetable__item__title {
	padding: 15px;
  font-size: 24px;
  font-weight: bold; 
}

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

.pricetable__item__title.black {
	color: var(--color-black);
}

.pricetable__item__title.blue {
	color: var(--color-blue);
}

.pricetable__item__title.yellow::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYuNSIgcj0iNiIgZmlsbD0iI0Y3QkIxRSIvPgo8L3N2Zz4K');
	margin-right: 10px;
}

.pricetable__item__title.black::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYuNSIgcj0iNiIgZmlsbD0iIzIwMjAyMCIvPgo8L3N2Zz4K');
	margin-right: 10px;
}

.pricetable__item__title.blue::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYuNSIgcj0iNiIgZmlsbD0iIzc3OUZGOCIvPgo8L3N2Zz4K');
	margin-right: 10px;
}

.pricetable__item__price {
	padding: 15px;  
  font-size: 40px;
	font-weight: 700;  
}

.pricetable__item__price > p,
.pricetable__item__price > span {
  /* display: block; */
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.pricetable__item__sub-section__title {
	padding-left: 10px;
}

.pricetable__item__sub-section__title,
.pricetable__item__sub-section__content  {
  font-size: 16px;
	font-weight: 400;  
  line-height: 2.3;
	margin: 0;
}

.pricetable__item--labels-desktop {
  display: none;
}

@media screen and (min-width: 992px) {
	.pricetable__item__content-mobile {
		display: none;	
	}
	
	.table-memberships .row .col-lg-3 {
		padding: 0;
	}

	.pricetable__item__section .pricetable__item__sub-section:nth-child(odd),
	.pricetable__item__section.yellow .pricetable__item__sub-section:nth-child(odd),
	.pricetable__item--common.black .pricetable__item__sub-section:nth-child(odd),
	.pricetable__item--common.blue .pricetable__item__sub-section:nth-child(odd) {
		background: rgba(247, 187, 30, 0.10);
	}

	.pricetable__item--common .pricetable__item__sub-section > div {
		justify-content: center;
	}

	.pricetable__item--common .pricetable__item__sub-section > div span {
		display: none;
	}

  .pricetable__item--common .pricetable__item__sub-section__title {
    display: none;
  }

  .pricetable__item--common .pricetable__checked {
    display: block;
  }

  .pricetable__item__sub-section {
		padding: 5px 0px;
  }
	
  .pricetable__item__sub-section__content {
    text-align: center;
  }

  .pricetable__item__header {
    min-height: 19rem;
  }

  .pricetable__item__sub-section {
    min-height: 2rem;
  }

	.pricetable__item--labels-desktop {
    display: initial;
  }
}



/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.solutions {
	background: rgba(153, 153, 153, 0.10); 
	background-image: url('./images/circulos.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	background-attachment: inherit;
	padding: 80px 0px;
}


.solutions .solution-menu {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	position: relative;
	margin: 0 0 0px 35px;
	padding: 0;
	list-style: none;
}

.solutions .solution-menu li {
	color: rgba(68, 68, 68, 0.40);	
}

.solutions .solution-menu li a,
.solutions .solution-menu li span {
	cursor: pointer;
	color: rgba(68, 68, 68, 0.40);
	font-size: 36px;	
	font-weight: 700;
	text-decoration: none;
	line-height: normal;
}

.solutions .solution-menu li a span {
	display: block;
	font-size: 16px;
}

.solutions .solution-menu li a.active,
.solutions .solution-menu li a.active span {
	color: var(--color-yellow);
}

.solutions .solution-menu li a.active::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwIiByPSIxMCIgZmlsbD0iI0Y3QkIxRSIvPgo8L3N2Zz4K');
	position: absolute;
	left: -40px;
}

.solutions .solution-summary {
	color: var(--color-body-text);
	margin-top: 50px;
	margin-bottom: 0px;
}

.solutions picture {
	display: block;
	position: relative;
	z-index: 2;
}
 
.solutions .solution-image {
	/* height: 500px;
	width: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; */
	display: block;
	margin: auto; 		
	transition: 0.5s ease-in-out;
}

.solution-circle {
	height: 300px;
	width: 300px;
	border-radius: 50%;
	background: var(--color-yellow);
	line-height: 0;
	position: absolute;
	right: 0px; 
	bottom: 0px;
	z-index: -1;
	transition: 0.5s ease-in-out;
}

.solution-circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
	position: relative;	
}


@media screen and (max-width: 992px) {
	.solutions {
		padding: 80px 0px;
		position: relative;
		overflow: hidden;
		background: var(--color-white);
	}

}

.solutions-carousel {
  position: relative;
}

.solutions-carousel:before, 
.solutions-carousel:after {
  content: "";
  display: block;
}

.solutions-carousel:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-white);
}

.solutions-carousel input[type="radio"] {
  display: none;
}

.solutions-carousel__radio:checked + .solution-carousel {
  z-index: 3;
  position: relative;
}

.solutions-carousel__radio:checked + .solution-carousel > .solution-content {
  transform: translate3d(0, 0, 0);
}

.solution-carousel_label {
  z-index: 3;
  display: none;
  width: 80px;
  height: 80px;
	border-radius: 50%;
  position: absolute;
  bottom: 0;
  font-size: 0;
  background: var(--color-yellow);
  transition: transform 0.325s ease;
  cursor: pointer;
}

.solution-carousel_label:before, 
.solution-carousel_label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

/* .solution-carousel_label:before {
  left: 10px;
  width: 60px;
  height: 1px;
  background: var(--color-white);
} */

.solution-carousel_label:after {
  /* transform: translateY(-45%); */
	top: 0;
	bottom: 0;
  left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--color-white);
}

.solutions-carousel #service-0:checked ~ #label-4, 
.solutions-carousel #service-1:checked ~ #label-0, 
.solutions-carousel #service-2:checked ~ #label-1, 
.solutions-carousel #service-3:checked ~ #label-2,
.solutions-carousel #service-4:checked ~ #label-3 {
  display: block;
	right: 100px;
}

.solutions-carousel #service-0:checked ~ #label-1, 
.solutions-carousel #service-1:checked ~ #label-2, 
.solutions-carousel #service-2:checked ~ #label-3, 
.solutions-carousel #service-3:checked ~ #label-4,
.solutions-carousel #service-4:checked ~ #label-0 {
  display: block;
  right: 10px;
}

.solutions-carousel #service-0:checked ~ #label-1:after, 
.solutions-carousel #service-1:checked ~ #label-2:after, 
.solutions-carousel #service-2:checked ~ #label-3:after, 
.solutions-carousel #service-3:checked ~ #label-4:after,
.solutions-carousel #service-4:checked ~ #label-0:after {
  left: 0;
  right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
  border-left: 10px solid var(--color-white);
  border-right: none;
}

.solution-carousel {
  position: absolute;
  top: 0;
  width: 100%;
}

.solution-content {
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--color-white);
	transition: transform 0.75s ease;
  position: relative;
  transform: translate3d(100%, 0, 0);
  padding: 4em 2em;
	min-height: 100vh;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* .solution-content::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(68, 68, 68, 0.90);
} */

.solution-title {
	color: var(--color-yellow);
	font-weight: 700;
	font-size: 32px;
}

.solution-title::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2IiBmaWxsPSIjRjdCQjFFIi8+Cjwvc3ZnPgo=');
	margin-right: 10px;
}