/*!
Theme Name: hubformazione
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: hubformazione
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.

hubformazione 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
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

/* 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: #404040;
	font-family: -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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

/* END UNDERSCORE THEME */

/* BEGIN HUBFORMAZIONE THEME */

/* BEGIN OVERRIDES UNDERSCORE */

#page {
	overflow: hidden;
}

.post,
.page {
	margin-bottom: 0;
}

/* END OVERRIDES UNDERSCORE */

/* BEGIN OVERRIDES DEFAULT BOOTSTRAP */

body {
	--bs-body-font-family: "Montserrat", sans-serif;
	--bs-body-bg: #FAFAFA;
	--bs-body-color: #000;
}

@media only screen and (max-width: 575px) {

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		--bs-gutter-x: 3.5rem !important;
	}
}

/* END OVERRIDES DEFAULT BOOTSTRAP */

/* BEGIN WOOCOMMERCE OVERRIDE */

/* Sovrascrive il colore delle stelle in WooCommerce */
:root {
	--star-rating-color: #F8B63E;
}

/* Fallback per compatibilità con temi più vecchi o se la variabile non funziona */
.star-rating span::before {
	color: #F8B63E !important;
}

.woocommerce .star-rating {
	width: 6em;
	letter-spacing: 2px;
}

.woocommerce .star-rating span {
	letter-spacing: 2px;
}

.add_to_cart_button.disabled {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

/* nascondi visualizza carrello dopo l'aggiunta */
.added_to_cart.wc-forward {
	display: none !important;
}

/* END WOOCOMMERCE OVERRIDE */

/* BEGIN HUBFORMAZIONE TYPOGRAPHY */
.hfont,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}

.f_montserrat {
	font-family: "Montserrat", sans-serif;
}

.f_cabin {
	font-family: "Cabin", sans-serif;
}

.page a,
.page-template a,
.single a,
.archive a,
.search a,
.blog a {
	text-decoration: none;
	color: #212226;
}

p {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}

p:last-child {
	margin-bottom: 0;
}

.title_1 {
	font-size: 48px;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {

	.title_1 {
		font-size: 40px;
	}

}

.title_1_700 {
	font-size: 48px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: -1px;
}

.title_2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 44px;
}

@media only screen and (max-width: 767px) {
	.title_2 {
		font-size: 36px;
	}
}

.title_3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
}

@media only screen and (max-width: 767px) {
	.title_3 {
		font-size: 24px;
	}
}

.title_4_500 {
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
}

.title_4_700 {
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
}

.title_6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.title_6_700 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.text_font_14,
.text_font_14>p {
	font-size: 14px;
	font-weight: 400;
}

.text_font_14_100,
.text_font_14_100>p {
	font-size: 14px;
	font-weight: 100;
}

.text_font_16,
.text_font_16>p {
	font-size: 16px;
	font-weight: 400;
}

.text_font_16_300,
.text_font_16_300>p {
	font-size: 16px;
	font-weight: 300;
	line-height: 21px;
}

.text_font_16_700,
.text_font_16_700>p {
	font-size: 16px;
	font-weight: 700;
}

.text_font_20_700,
.text_font_20_700>p {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}

.text_font_24,
.text_font_24>p {
	font-size: 24px;
	font-weight: 400;
}

.button_text {
	font-family: "Cabin", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.5px;
}

.headings_button {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.5px;
}

.headings_input {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

/* END HUBFORMAZIONE TYPOGRAPHY */

/* BEGIN GLOBAL CLASSES */

.swiper {
	width: 100%;
	height: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 .form-select {
	padding: 10px 16px;
	min-height: 56px;
	border: 1px solid #231C45;
	border-radius: 16px;
	background-color: #fff;
}

.wpcf7 textarea {
	padding: 12px 16px;
	border-radius: 16px;
}

.wpcf7 label {
	color: #231C45;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

#newsletter .wpcf7 .wpcf7-acceptance label {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: flex;
	column-gap: 8px;
	align-items: baseline;
}

#newsletter .wpcf7 .wpcf7-acceptance label .wpcf7-list-item-label a {
	color: #fff;
	font-weight: 700;
}

#page-contacts .wpcf7 .wpcf7-acceptance label {
	font-size: 16px;
	font-weight: 400;
	color: #868D98;
	display: flex;
	column-gap: 8px;
	align-items: baseline;
}

#page-contacts .wpcf7 .wpcf7-acceptance label .wpcf7-list-item-label a {
	color: #868D98;
	font-weight: 700;
}

button.wpcf7-submit.btn_default {
	background-color: #673187;
	color: #fff;
	padding: 10px 24px;
	border: 1px solid #673187;
}

.wpcf7 button.wpcf7-submit:hover {
	background-color: #673187;
	border: 1px solid #fff;
}

.wpcf7-spinner {
	position: absolute;
	right: 18%;
	top: 13%;
	background-color: #1a6d82;
}

::-webkit-input-placeholder {
	/* Chrome and Safari */
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #868D98 !important;
	opacity: 1;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #868D98 !important;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #868D98 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #868D98 !important;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #868D98 !important;
}

::placeholder {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #868D98 !important;
}

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

.image_mask_square_circle {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	-webkit-mask-image: url("data: image/svg+xml;base64,		PHN2ZyB3aWR0aD0iNTM4IiBoZWlnaHQ9IjUzOCIgdmlld0JveD0iMCAwIDUzOCA1MzgiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMEM0ODQuMiAwIDUzOCA1My44IDUzOCAyNjlDNTM4IDQ4NC4yIDQ4NC4yIDUzOCAyNjkgNTM4QzUzLjggNTM4IDAgNDg0LjIgMCAyNjlDMCA1My44IDUzLjggMCAyNjkgMFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+");
	mask-image: url("data: image/svg+xml;base64,		PHN2ZyB3aWR0aD0iNTM4IiBoZWlnaHQ9IjUzOCIgdmlld0JveD0iMCAwIDUzOCA1MzgiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMEM0ODQuMiAwIDUzOCA1My44IDUzOCAyNjlDNTM4IDQ4NC4yIDQ4NC4yIDUzOCAyNjkgNTM4QzUzLjggNTM4IDAgNDg0LjIgMCAyNjlDMCA1My44IDUzLjggMCAyNjkgMFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+");
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	overflow: hidden;
	left: 0;
	top: 0;
	margin: auto;
	z-index: 2;
}

.image_mask_square_circle_shadow {
	position: absolute;
	width: 100%;
	aspect-ratio: 1 / 1;
	-webkit-mask-image: url("data: image/svg+xml;base64,		PHN2ZyB3aWR0aD0iNTM4IiBoZWlnaHQ9IjUzOCIgdmlld0JveD0iMCAwIDUzOCA1MzgiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMEM0ODQuMiAwIDUzOCA1My44IDUzOCAyNjlDNTM4IDQ4NC4yIDQ4NC4yIDUzOCAyNjkgNTM4QzUzLjggNTM4IDAgNDg0LjIgMCAyNjlDMCA1My44IDUzLjggMCAyNjkgMFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+");
	mask-image: url("data: image/svg+xml;base64,		PHN2ZyB3aWR0aD0iNTM4IiBoZWlnaHQ9IjUzOCIgdmlld0JveD0iMCAwIDUzOCA1MzgiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMEM0ODQuMiAwIDUzOCA1My44IDUzOCAyNjlDNTM4IDQ4NC4yIDQ4NC4yIDUzOCAyNjkgNTM4QzUzLjggNTM4IDAgNDg0LjIgMCAyNjlDMCA1My44IDUzLjggMCAyNjkgMFoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+");
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	overflow: hidden;
	background-color: #F8B63E;
	left: 24px;
	top: 24px;
	margin: auto;
	z-index: 1;
}

.image_mask_circle {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	-webkit-mask-image: url("data: image/svg+xml;base64,		PHN2ZyB3aWR0aD0iMzI0IiBoZWlnaHQ9IjMyNCIgdmlld0JveD0iMCAwIDMyNCAzMjQiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIzMjQiIGhlaWdodD0iMzI0IiByeD0iMTYyIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPg==");
	mask-image: url("data: image/svg+xml;base64,		PHN2ZyB3aWR0aD0iMzI0IiBoZWlnaHQ9IjMyNCIgdmlld0JveD0iMCAwIDMyNCAzMjQiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIzMjQiIGhlaWdodD0iMzI0IiByeD0iMTYyIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPg==");
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	overflow: hidden;
	left: 0;
	top: 0;
	margin: auto;
	z-index: 2;
}

.image_mask_circle_shadow {
	position: absolute;
	width: 100%;
	aspect-ratio: 1 / 1;
	-webkit-mask-image: url("data: image/svg+xml;base64,		PHN2ZyB3aWR0aD0iMzI0IiBoZWlnaHQ9IjMyNCIgdmlld0JveD0iMCAwIDMyNCAzMjQiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIzMjQiIGhlaWdodD0iMzI0IiByeD0iMTYyIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPg==");
	mask-image: url("data: image/svg+xml;base64,		PHN2ZyB3aWR0aD0iMzI0IiBoZWlnaHQ9IjMyNCIgdmlld0JveD0iMCAwIDMyNCAzMjQiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIzMjQiIGhlaWdodD0iMzI0IiByeD0iMTYyIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPg==");
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	overflow: hidden;
	background-color: #E5E5E5;
	right: 12px;
	top: -12px;
	margin: auto;
	z-index: 1;
}

.image_mask_square_circle img,
.image_mask_circle img {
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
}

.pre_title,
.sub_title {
	font-size: 16px;
	font-weight: 400;
}

.pre_title.badge {
	background-color: #673187;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 16px;
	border-radius: 99px;
}

.bg_color_neutral_black {
	background-color: #212225 !important;
}

.bg_color_secondary_violet {
	background-color: #673187 !important;
}

.bg_color_main_dark_blue {
	background-color: #231C45 !important;
}

.bg_color_secondary_skyblu {
	background-color: #1FACE2 !important;
}

.color_main_dark_blue {
	color: #231C45 !important;
}

.color_neutral_black {
	color: #212225 !important;
}

.color_neutral_text {
	color: #868D98 !important;
}

.color_neutral_900 {
	color: #67675F !important;
}

.color_secondary_skyblu {
	color: #1FACE2 !important;
}

.color_secondary_violet {
	color: #673187 !important;
}

@media only screen and (min-width: 2560px) {
	.banner_full .banner_full_bg {
		max-width: 1320px;
		margin: 0 auto;
	}
}

.banner_full .banner_full_bg img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	aspect-ratio: 3.404255319148936;
}

@media only screen and (max-width: 369px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 0.7;
	}
}

@media only screen and (min-width: 370px) and (max-width: 429px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 0.8;
	}
}

@media only screen and (min-width: 430px) and (max-width: 459px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 1;
	}
}

@media only screen and (min-width: 460px) and (max-width: 575px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 1.3;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 1.8;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 2;
	}
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
	.banner_full .banner_full_bg img {
		aspect-ratio: 5;
	}
}

.banner_full .banner_full_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 3;
}

.course_card_badge {
	display: inline-block;
	height: 38px;
	background-color: #DB165B;
	padding: 12px 16px;
	border-radius: 99px;
}

.course_card_badge.badge_deducibile {
	background-color: #673187;
}

/* END GLOBAL CLASSES */

/* BEGIN UTILITIES */

.btn_default {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1679E1;
	padding: 10px 24px;
	border-radius: 8px;
	min-height: 38px;
}

.btn_default.btn_outline {
	background-color: transparent;
	border: 2px solid #fff;
	box-shadow: none;
}

.btn_outline.border_black {
	border: 2px solid #212225;
}

.sec_padding {
	padding: 120px 0;
}

.sec_margin {
	margin: 120px 0;
}

@media only screen and (max-width: 1199px) {
	.sec_padding {
		padding: 60px 0;
	}

	.sec_margin {
		margin: 60px 0;
	}
}

.title_underline::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #231C45;
	margin-top: 24px;
}

.bg_separator.title_underline::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #011F26;
	margin-top: 0;
}

.bg_separator.title_underline::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #011F26;
	margin-top: 0;
}

@media screen and (min-width: 1200px) {
	div.ps_xl {
		padding-left: 92px;
	}

	div.pe_xl {
		padding-right: 92px;
	}

	div.px_xl {
		padding: 0 92px;
	}
}

/* END UTILITIES */

/* BEGIN HEADER */

#top-menu {
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 12;
}

#top-menu .nav-item .nav-link {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

@media screen and (max-width: 1199px) {
	.main-navigation ul {
		display: flex;
	}
}

#top-menu.sticky-top-menu {
	position: fixed;
	margin-top: 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.102);
	animation: fadeIn 0.85s;
}

.logged-in #top-menu.sticky-top-menu {
	margin-top: 32px;
}

.btn_mobile_menu i {
	font-size: 32px;
	color: #1679E1;
}

#header-menu {
	height: 54px;
	background-color: #212225;
	padding: 12px 0;
}

@media only screen and (max-width: 991px) {
	#header-menu {
		height: 80px;
		background-color: #fff;
	}
}

#header-sub {
	height: 88px;
	padding: 12px 0;
}

#top-menu.sticky-top-menu #header-sub {
	display: none !important;
}

#header-home,
#header-page {
	padding-top: 142px;
}

@media only screen and (max-width: 991px) {

	#header-home,
	#header-page {
		padding-top: 80px;
	}
}

.header_pretitle {
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 8px;
}

#header-page .header_img {
	aspect-ratio: 2.88;
}

@media only screen and (max-width: 991px) {

	#header-page .header_img {
		aspect-ratio: 0.9;
	}
}

.single #header-page .header_img {
	aspect-ratio: 4.114285714285714;
}

#header-page .header_content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 142px;
	z-index: 3;
}

@media only screen and (min-width: 2560px) {
	#header-page .header_content {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media only screen and (max-width: 991px) {

	#header-page .header_content {
		padding-top: 80px;
	}
}

.overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.logo_pre_text_top {
	line-height: 20px;
}

.logo_pre_text_sub {
	background-color: #1FACE2;
	color: #fff;
	padding: 6px 8px;
	border-radius: 6px;
}

#header-sub .header_search_form {
	border: 2px solid #212225;
	border-radius: 99px;
}

#header-sub .header_search_form .search_input {
	border: 0;
	border-radius: 99px;
}

#header-sub .header_search_form .search_input:focus {
	box-shadow: none;
}

#header-sub .header_search_form .search_button {
	border: 0;
	background: transparent;
}

/* END HEADER */

/* BEGIN PAGE HOME */

#header-home .headerHomeSlider.swiper {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #5ebce3 0%, #4aa8d8 100%);
	position: relative;
}

@media only screen and (min-width: 2560px) {

	#header-home,
	#header-page {
		max-width: 1320px;
		margin: 0 auto;
	}
}

/* Forme decorative di sfondo */
#header-home .headerHomeSlider .bg-shapes {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

#header-home .headerHomeSlider .bg-circle {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
}

#header-home .headerHomeSlider .circle-1 {
	width: 600px;
	height: 600px;
	top: -200px;
	right: -100px;
}

#header-home .headerHomeSlider .circle-2 {
	width: 400px;
	height: 400px;
	bottom: -150px;
	left: -100px;
}

#header-home .headerHomeSlider .circle-3 {
	width: 300px;
	height: 300px;
	top: 50%;
	left: 20%;
	opacity: 0.3;
}

#header-home .headerHomeSlider .swiper-slide {
	background-image: url("./img/bg_header_slider.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	aspect-ratio: 2.057142857142857;
}

@media only screen and (max-width: 767px) {

	#header-home .headerHomeSlider .swiper-slide {
		aspect-ratio: 0.6;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#header-home .headerHomeSlider .swiper-slide {
		aspect-ratio: 0.9;
	}
}

#header-home .headerHomeSlider .slide-content {
	position: relative;
	color: #fff;
	z-index: 3;
}

@media only screen and (min-width: 2560px) {
	#header-home .headerHomeSlider .slide-content {
		padding-left: 32px;
	}
}

#header-home .headerHomeSlider .slide-pre-title {
	margin-bottom: 15px;
	opacity: 0;
	transform: translateY(20px);
	letter-spacing: 0.5px;
}

#header-home .headerHomeSlider .swiper-slide-active .slide-pre-title {
	animation: fadeInUp 0.8s ease 0.2s forwards;
}

#header-home .headerHomeSlider .slide-title {
	margin-bottom: 25px;
	opacity: 0;
	transform: translateY(25px);
}

#header-home .headerHomeSlider .swiper-slide-active .slide-title {
	animation: fadeInUp 0.9s ease 0.3s forwards;
}

#header-home .headerHomeSlider .slide-description {
	margin-bottom: 35px;
	opacity: 0;
	transform: translateY(20px);
}

#header-home .headerHomeSlider .swiper-slide-active .slide-description {
	animation: fadeInUp 0.9s ease 0.4s forwards;
}

#header-home .headerHomeSlider .slide-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 35px;
	background: #ff9f43;
	color: white;
	text-decoration: none;
	border-radius: 8px;
	font-size: 1.05rem;
	font-weight: 600;
	box-shadow: 0 8px 25px rgba(255, 159, 67, 0.3);
	transition: all 0.3s ease;
	opacity: 0;
	transform: translateY(20px);
}

#header-home .headerHomeSlider .swiper-slide-active .slide-btn {
	animation: fadeInUp 0.9s ease 0.6s forwards;
}

#header-home .headerHomeSlider .slide-btn:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 12px 35px rgba(255, 159, 67, 0.4);
	background: #ff8c1a;
}

#header-home .headerHomeSlider .slide-btn:hover::after {
	transform: translateX(5px);
}

#header-home .headerHomeSlider .slide-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: rotate(-8deg) scale(0.92);
	z-index: 1;
}

#header-home .headerHomeSlider .swiper-slide-active .slide-image {
	animation: rotateIn 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}

@media only screen and (min-width: 2560px) {
	#header-home .headerHomeSlider .slide-image {
		padding-right: 32px;
	}
}

/*
#header-home .headerHomeSlider .geometric-frame {
	position: relative;
	width: 100%;
	max-width: 600px;
	aspect-ratio: 1;
}
	*/

#header-home .headerHomeSlider .triangle-shape {
	position: absolute;
	width: 100%;
	height: 100%;
}

#header-home .headerHomeSlider .triangle-1 {
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
	transform: rotate(180deg);
	opacity: 0.9;
}

#header-home .headerHomeSlider .triangle-2 {
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
	transform: rotate(0deg) scale(0.85);
	opacity: 0.85;
}

#header-home .headerHomeSlider .person-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: 70%;
	object-fit: cover;
	clip-path: circle(40% at 50% 45%);
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes rotateIn {
	to {
		opacity: 1;
		transform: rotate(0deg) scale(1);
	}
}

/* Navigation */
#header-home .headerHomeSlider .swiper-button-next .swiper-navigation-icon,
#header-home .headerHomeSlider .swiper-button-prev .swiper-navigation-icon {
	display: none;
}

#header-home .headerHomeSlider .swiper-button-prev {
	left: 48px;
	right: auto;
}

#header-home .headerHomeSlider .swiper-button-next {
	left: auto;
	right: 48px;
}

#header-home .headerHomeSlider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: white;
	opacity: 0.4;
	transition: all 0.3s ease;
}

#header-home .headerHomeSlider .swiper-pagination-bullet-active {
	opacity: 1;
	width: 40px;
	border-radius: 6px;
	background: white;
}

/* Responsive con Bootstrap */
@media (max-width: 991.98px) {
	#header-home .headerHomeSlider .slide-title {
		font-size: 2.5rem;
	}

	/*
	#header-home .headerHomeSlider .geometric-frame {
		max-width: 400px;
	}
		*/
}

@media (max-width: 767.98px) {
	#header-home .headerHomeSlider .slide-title {
		font-size: 2rem;
	}

	#header-home .headerHomeSlider .slide-description {
		font-size: 1rem;
	}

	/*
	#header-home .headerHomeSlider .geometric-frame {
		max-width: 300px;
	}
		*/
}

.logo_shape_slider_header {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	z-index: 1;
}

#sub-header-home-cards .sub_header_card {
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.051);
}

@media only screen and (min-width: 1200px) {
	#page-home #intro {
		padding-top: 120px;
	}
}

#page-home #intro .image_mask_square_circle img {
	transform: rotateY(-180deg);
}

#page-home #intro .intro_image.image_mask_square_circle img {
	object-position: 0% 50%;
}

#page-home #intro .intro_image_top .image_mask_circle img {
	object-position: 100% 50%;
}

#page-home #intro .intro_image_top {
	display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	#page-home #intro .intro_image_top {
		display: block;
		position: absolute;
		width: 254px;
		top: -60px;
		left: -20px;
		filter: drop-shadow(10px 20px 50px #0000004D);
		z-index: 3;
	}
}

@media only screen and (min-width: 1400px) {
	#page-home #intro .intro_image_top {
		display: block;
		position: absolute;
		width: 324px;
		top: -80px;
		left: -40px;
		filter: drop-shadow(10px 20px 50px rgba(0, 0, 0, 0.302));
		z-index: 3;
	}

	#page-home #intro .intro_image_top .intro_img {
		box-shadow: 10px 20px 50px 0px rgba(0, 0, 0, 0.302);
	}
}


#benefits #benefitsSlider .carousel-item .benefit_item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("./img/bg_vantaggi_soci_anasf.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 3.041975308641975;
	border-radius: 32px;
	overflow: hidden;
	z-index: 1;
}

@media only screen and (max-width: 575px) {

	#benefits #benefitsSlider .carousel-item .container {
		width: 100%;
		padding: 0;
	}

	#benefits #benefitsSlider .carousel-item .benefit_item {
		border-radius: 0;
	}
}

@media only screen and (max-width: 339px) {

	#benefits #benefitsSlider .carousel-item .benefit_item {
		aspect-ratio: 0.5;
	}
}

@media only screen and (min-width: 340px) and (max-width: 399px) {

	#benefits #benefitsSlider .carousel-item .benefit_item {
		aspect-ratio: 0.7;
	}
}

@media only screen and (min-width: 400px) and (max-width: 429px) {

	#benefits #benefitsSlider .carousel-item .benefit_item {
		aspect-ratio: 0.8;
	}
}

@media only screen and (min-width: 430px) and (max-width: 575px) {

	#benefits #benefitsSlider .carousel-item .benefit_item {
		aspect-ratio: 0.9;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

	#benefits #benefitsSlider .carousel-item .benefit_item {
		aspect-ratio: 1;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#benefits #benefitsSlider .carousel-item .benefit_item {
		aspect-ratio: 1.6;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {

	#benefits #benefitsSlider .carousel-item .benefit_item {
		aspect-ratio: 2.5;
	}
}


#bundleCarousel .carousel-inner {
	border-radius: 16px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
}

@media only screen and (min-width: 2560px) {
	#academies .academiesCarousel.swiper {
		max-width: 1320px;
	}
}

#academies .academiesCarousel.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: linear;
}

#academies .academy_item .image_mask_square_circle_shadow {
	background-color: #E5E5E5;
	left: 12px;
	top: 12px;
}

#academies .academy_item .image_mask_square_circle img.academy_logo_img {
	object-fit: contain;
	width: auto;
	height: auto;
	aspect-ratio: auto;
}

#academies .academy_item .academy_logo {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: auto;
	z-index: 3;
}

@media only screen and (min-width: 576px) {
	#promo #promoSlider .carousel-item .promo_wrapper::after {
		content: "";
		position: absolute;
		bottom: -5px;
		right: 5px;
		width: calc(100% - 32px);
		height: 100%;
		background-color: #E5E5E5;
		border-radius: 32px;
		z-index: 0;
		transform: rotate(2.36deg);
	}
}

#promo #promoSlider .carousel-item .promo_item {
	position: relative;
	background-image: url("./img/bg_promo_home.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 3.041975308641975;
	border-radius: 32px;
	overflow: hidden;
	z-index: 1;
}

@media only screen and (max-width: 575px) {

	#promo #promoSlider .carousel-item .container {
		width: 100%;
		padding: 0;
	}

	#promo #promoSlider .carousel-item .promo_item {
		border-radius: 0;
	}
}

@media only screen and (max-width: 399px) {

	#promo #promoSlider .carousel-item .promo_item {
		aspect-ratio: 0.4;
	}
}

@media only screen and (min-width: 340px) and (max-width: 429px) {

	#promo #promoSlider .carousel-item .promo_item {
		aspect-ratio: 0.45;
	}
}

@media only screen and (min-width: 430px) and (max-width: 575px) {

	#promo #promoSlider .carousel-item .promo_item {
		aspect-ratio: 0.5;
	}
}

@media only screen and (min-width: 576px) and (max-width: 991px) {

	#promo #promoSlider .carousel-item .promo_item {
		aspect-ratio: 0.85;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	#promo #promoSlider .carousel-item .promo_item {
		aspect-ratio: 2.2;
	}
}

@media only screen and (min-width: 992px) {

	#promo #promoSlider .carousel-item .promo_item .promo_item_row,
	#promo #promoSlider .carousel-item .promo_item .promo_item_col {
		position: relative;
		height: 100%;
	}

	#promo #promoSlider .carousel-item .promo_item .promo_image {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: end;
	}

	#promo #promoSlider .carousel-item .promo_item .promo_content {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

#promo #promoSlider .carousel-item .promo_item .promo_img {
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1.35;
	border-radius: 32px;
}

#promo #promoSlider .promo_link .btn_default {
	background-color: #F8B63E;
}

#widget-eventi #evento-prossimo.card_featured_event {
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
}

#widget-eventi #evento-prossimo.card_featured_event .card_event_img {
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1.858490566037736;
}

#widget-eventi .widget_events_list {
	border-radius: 24px;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.071);
}

#widget-eventi .widget_events_list .widget_events_list_date {
	background-color: #fff;
	border-radius: 24px 24px 0 0;
}

#widget-eventi .widget_events_list .widget_events_list_date .events_nav_icon {
	cursor: pointer;
}

#widget-eventi .widget_events_list #lista-eventi.events_list .event_row {
	padding: 24px;
}

#widget-eventi .widget_events_list #lista-eventi.events_list .event_row.ev_odd {
	background-color: #f5f5f5;
}

#widget-eventi .widget_events_list #lista-eventi.events_list .event_row.ev_even {
	background-color: #ffffff;
}

#news .post_item {
	border-radius: 12px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
}

#news .post_item .post_image .post_img {
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1.464684014869888;
	border-radius: 12px 12px 0 0;
}

#newsletter .newsletter_bg {
	position: relative;
	background-image: url("./img/bg_newsletter_home.jpg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 32px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
	overflow: hidden;
	z-index: 1;
}

#newsletter .newsletter_content {
	position: relative;
	padding: 64px 16px;
	z-index: 3;
}

/* END PAGE HOME */

/* BEGIN SHOP */

.woocommerce-products-header {
	text-align: center;
	padding: 48px 0;
}

/* END SHOP */

/* BEGIN SINGLE PRODUCT */

/* Video Lazy Load */
.single-product .video-container {
	cursor: pointer;
}

.single-product .video-play-button {
	cursor: pointer;
	transition: transform 0.3s ease, opacity 0.3s ease;
	z-index: 10;
}

.single-product .video-play-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
	opacity: 0.9;
}

.single-product .video-placeholder {
	object-fit: cover;
}

/* Recensioni Custom */
.single-product .review-item:last-child {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.single-product .review-stars .star {
	color: #ffc107;
	font-size: 1.2rem;
}

.single-product .review-stars .star.empty {
	color: #dee2e6;
}

.single-product .review-text {
	line-height: 1.6;
}

/* Course Description Lists */
.single-product .course_description ul,
.single-product .course_description ol,
.single-product .course_contents ul,
.single-product .course_contents ol,
.single-product .course_authors ul,
.single-product .course_authors ol {
	margin-left: 0;
}

.single-product .course_description li,
.single-product .course_contents li,
.single-product .course_authors li {
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

/* Tabs */
.single-product .nav-tabs .nav-link {
	font-family: "Cabin", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #673187;
	border: none;
	border-bottom: 2px solid transparent;
	padding: 0.75rem 1.5rem;
}

.single-product .nav-tabs .nav-link:hover {
	color: #495057;
	border-bottom-color: #dee2e6;
}

.single-product .nav-tabs .nav-link.active {
	color: #231C45;
	border-bottom-color: #231C45;
	background: transparent;
}

/* Course Info Card */
.single-product .course_info_card {
	border-radius: 16px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
}

.single-product .course_info_card .course_info {
	padding: 24px 32px;
}

.single-product .course .course_card_actions .btn_outline.border_black.cart_icon_btn {
	padding: 10px;
	border: 2px solid #231C45;
	border-radius: 16px;
}

.single-product .course_info_card .course_info_content {
	padding: 32px;
}

.single-product .course_meta li {
	font-size: 0.95rem;
}

.single-product .course_meta strong {
	font-weight: 600;
}

/* END SINGLE PRODUCT */

/* BEGIN MY ACCOUNT */

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li {
	margin-bottom: 0.5rem;
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.5rem 1rem;
	border-radius: 0.375rem;
	text-decoration: none;
	color: #212529;
	transition: all 0.2s;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
	background-color: #1679E1;
	color: #fff;
}

/* END MY ACCOUNT */

/* BEGIN CARD CORSO */

.course,
.course .course_card_image_top,
.course .course_card_image_top .course_card_img_top {
	border-radius: 16px 0;
}

#courses-shop .course {
	background-color: #fff;
	padding-bottom: 24px;
	border-radius: 16px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
}

#courses-shop .course .course_card_image_top,
#courses-shop .course .course_card_image_top .course_card_img_top {
	border-radius: 16px 16px 0 0;
}

.course .course_card_image_top .course_card_img_top {
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1;
}

#courses-shop .course .course_card_image_top .course_card_img_top {
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1;
}

.course .course_card_title {
	/* Forzo il titolo a massimo 2 righe */
	display: -webkit-box;
	align-items: center;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	line-height: 1.2em;
	height: calc(1.2em * 2);
	overflow: hidden;
	text-overflow: ellipsis;
}

.course .course_card_actions .btn_default {
	background-color: #673187;
}

.course .course_card_actions .btn_outline.border_black.cart_icon_btn {
	background-color: transparent;
}

/* END CARD CORSO */

/* BEGIN CARD BUNDLE */

.bundle .course_card {
	background-color: #fff;
}

.bundle .course_card .course_card_image_top .course_card_img_top {
	border-radius: 16px 16px 0 0;
}

.bundle .course_card .course_card_image_top .course_card_img_top {
	aspect-ratio: 1.527918781725888;
}

.bundle .course_card .course_card_badges {
	position: absolute;
	top: 40px;
	left: 30px;
}

.woocommerce-price-html {
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
}

.woocommerce-price-html del .woocommerce-Price-amount.amount bdi {
	color: #DB165B;
}

.woocommerce-price-html mark,
.woocommerce-price-html ins {
	background: transparent;
}

/* END CARD BUNDLE */

/* BEGIN PAGE ABOUT */

#page-about #intro .mission_card,
#page-about #intro .vision_card {
	background-color: #fff;
	padding: 48px 32px;
	border-radius: 16px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
}

#page-about #intro .card_label {
	position: relative;
	display: inline-block;
	max-height: 38px;
	background-color: #673187;
	color: #fff;
	padding: 12px 16px;
	border-radius: 99px;
}

#page-about #intro .vision_card_label.card_label {
	background-color: #1FACE2;
}

#page-about #values .value_bg {
	position: relative;
	max-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 26px;
}

#page-about #values .value_icon_img {
	object-fit: contain;
	width: auto;
	height: auto;
	aspect-ratio: auto;
}

#page-about #values .value_text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
}

#page-about #values .value_item .image_mask_square_circle_shadow {
	top: 6px;
	left: 6px;
	transform: rotate(3.71deg);
}

#page-about .banner_full .banner_full_bg img {
	aspect-ratio: 2.753346080305927;
}

@media only screen and (max-width: 459px) {
	#page-about .banner_full .banner_full_bg img {
		aspect-ratio: 0.5;
	}
}

@media only screen and (min-width: 460px) and (max-width: 991px) {
	#page-about .banner_full .banner_full_bg img {
		aspect-ratio: 1.2;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#page-about .banner_full .banner_full_bg img {
		aspect-ratio: 1.7;
	}
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
	#page-about .banner_full .banner_full_bg img {
		aspect-ratio: 4;
	}
}

#page-about .banner_full .banner_logo_img {
	object-fit: contain;
	object-position: 50% 50%;
	max-width: 340px;
}

#page-about #partner .partner_logos {
	border: 1px solid #231C45;
	border-radius: 16px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
}

/* BEGIN HOME TESTIMONIALS */

.quotesCarousel .swiper-slide {
	height: auto;
	background: #231C45;
	border-radius: 8px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
}

.quotesCarousel .quote_image .quote_img {
	object-fit: contain;
	object-position: 50% 50%;
	max-width: 64px;
	aspect-ratio: 1;
	border-radius: 50%;
}

#quotes-carousel .swiper-button-next .swiper-navigation-icon,
#quotes-carousel .swiper-button-prev .swiper-navigation-icon {
	display: none;
}

#quotes-carousel .swiper-button-prev {
	left: -56px;
	right: auto;
}

#quotes-carousel .swiper-button-next {
	left: auto;
	right: -56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#quotes-carousel .swiper-button-prev {
		left: -38px;
		right: auto;
	}

	#quotes-carousel .swiper-button-next {
		left: auto;
		right: -50px;
	}

	#quotes-carousel .swiper-button-next img,
	#quotes-carousel .swiper-button-prev img {
		width: 30px;
	}
}

#quotes-carousel .quote_item_header {
	border-bottom: 1px solid #fff;
}

#quotes-carousel .quote_item_header {
	padding: 32px 0 16px 32px;
}

#quotes-carousel .quote_item_content {
	padding: 24px 32px 32px 32px;
}

@media only screen and (min-width: 768px) {
	#quotes-carousel .quote_item_header {
		padding: 38px 0 16px 38px;
	}

	#quotes-carousel .quote_item_content {
		padding: 24px 38px 38px 38px;
	}
}

/* END HOME TESTIMONIALS */

/* END PAGE ABOUT */

/* BEGIN PAGE FAQ */

#page-faq .sec_faq .accordion {
	--bs-accordion-border-width: 0;
	--bs-accordion-btn-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjEwODEgMTdMNCA4Ljg5MTg5TDUuODkxODkgN0wxMi4xMDgxIDEzLjIxNjJMMTguMzI0MyA3TDIwLjIxNjIgOC44OTE4OUwxMi4xMDgxIDE3WiIgZmlsbD0iIzBDMEMxNiIvPgo8L3N2Zz4K");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjEwODEgMTdMNCA4Ljg5MTg5TDUuODkxODkgN0wxMi4xMDgxIDEzLjIxNjJMMTguMzI0MyA3TDIwLjIxNjIgOC44OTE4OUwxMi4xMDgxIDE3WiIgZmlsbD0iIzBDMEMxNiIvPgo8L3N2Zz4K");
}

#page-faq .sec_faq .accordion .accordion-button::before {
	content: "";
	width: 46px;
	height: 46px;
	background-size: 23px;
	background-position: 50% 50%;
	border: 2px solid #231C45;
	border-radius: 16px;
	position: absolute;
	right: 21px;
}

#page-faq .sec_faq .accordion .accordion-button::after {
	width: 46px;
	height: 46px;
	background-size: 23px;
	background-position: 50% 50%;
}

#page-faq .sec_faq:not(:last-child) {
	margin-bottom: 48px;
}

#page-faq .sec_faq .accordion-item {
	background-color: #F5F5F5;
	padding: 16px 12px;
	border-radius: 16px;
	border: 0;
}

#page-faq .sec_faq .accordion-item:not(:last-child) {
	margin-bottom: 32px;
}

#page-faq .sec_faq .accordion-button {
	background-color: #F5F5F5;
}

#page-faq .sec_faq .accordion-item .accordion-body ol,
#page-faq .sec_faq .accordion-item .accordion-body ul {
	margin-left: 0;
}

#page-faq .sec_faq .accordion-item .accordion-body ol li:not(:last-child),
#page-faq .sec_faq .accordion-item .accordion-body ul li:not(:last-child) {
	margin-bottom: 8px;
}

#newsletter.newsletter_block .newsletter_bg {
	background-image: url("./img/bg_newsletter_pages.jpg");
}

#newsletter.newsletter_block .overlay {
	background: rgba(0, 0, 0, 0.6);
}

/* END PAGE FAQ */

/* BEGIN PAGE CONTACTS */

@media only screen and (min-width: 2560px) {
	#map {
		max-width: 1320px;
		margin: 0 auto;
	}
}

#page-contacts .lazy-load-map {
	position: relative;
	width: 100%;
	height: 405px;
	overflow: hidden;
}

#page-contacts .lazy-load-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* END PAGE CONTACTS */

/* BEGIN ARCHIVE EVENTS */
.card_event {
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.071);
}

.card_event_img {
	object-fit: cover;
	object-position: 50% 50%;
	aspect-ratio: 1.858490566037736;
}

/* END ARCHIVE EVENTS */

.intro_text .wp-block-heading {
	margin-bottom: 24px;
}

/* BEGIN FOOTER */

.site-footer .footer_top {
	background-color: #FAFAFA;
	border-top: 1px solid #231C45
}

.site-footer .footer_sub {
	background-color: #F5F5F5;
}

/* END FOOTER */

/* BEGIN PAGINATION */

.pagination a,
.pagination span {
	position: relative;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	color: #000;
	text-align: center;
	margin: 0 6px;
	border: 1px solid #000;
}

.pagination .current {
	font-weight: 700;
}

/* Paginazione */
#apf-products-container .woocommerce-pagination {
	margin-top: 3rem;
}

#apf-products-container ul.page-numbers {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	border: 0;
}

.woocommerce #apf-products-container nav.woocommerce-pagination ul li {
	border-right: 0;
	overflow: visible;
}

#apf-products-container .woocommerce-pagination a,
#apf-products-container .woocommerce-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	height: 2.5rem;
	padding: 0 0.75rem;
	background: #f9fafb;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	color: #1f2937;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#apf-products-container .woocommerce-pagination a:hover {
	background: #673187;
	border-color: #673187;
	color: #ffffff;
	transform: translateY(-2px);
}

#apf-products-container .woocommerce-pagination .current {
	background: #673187;
	border-color: #673187;
	color: #ffffff;
}

/* END PAGINATION */

/* END HUBFORMAZIONE THEME */