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

integro 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/
*/

@import url("header.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: "Poppins", sans-serif;
	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: "Poppins", sans-serif;
	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: "Poppins", 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: "Poppins", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Poppins", sans-serif;
}

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

a:visited {
	color: #1D2E51;
}

a:hover,
a:focus,
a:active {
	color: #1D2E51;
}

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




.post, .page {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

/*==================================================
BLOCCO 01
==================================================*/

.blocco-01{
    padding:90px 0;
    background:#fff;
}

.blocco-01__container{
    width:1200px;
    max-width:calc(100% - 60px);
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.blocco-01__content{
    flex:0 0 48%;
}

.blocco-01__visual{
    flex:0 0 52%;
}

.blocco-01__label{
    color:#7f8ca5;
    margin-bottom:20px;
    font-weight: 600;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1.5px;
    vertical-align: middle;
    text-transform: uppercase;
}

.blocco-01__title{
    color:#24345D;
    margin:0 0 35px;
    font-weight: 600;
    font-size: 58px;
    line-height: 64px;
    letter-spacing: -1.4px;
    vertical-align: middle;
}

.blocco-01__text{
    font-size:21px;
    line-height:1.7;
    color:#4d5a76;
    margin-bottom:45px;
}

.blocco-01__text strong{
    color:#24345D;
    font-weight:700;
}

.blocco-01__buttons{
    display:flex;
    gap:20px;
    margin-bottom:45px;
}

.blocco-01__button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:240px;
    height:62px;
    padding:0 34px;
    border-radius:60px;
    font-weight:700;
    text-decoration:none;
    transition:.25s;
}

.blocco-01__button--primary{
    background:#F8AB1C;
    color:#1D2E51;
    box-shadow:0 15px 30px rgba(248,171,28,.35);
}

.blocco-01__button--primary:hover{
    transform:translateY(-2px);
}

.blocco-01__button--secondary{
    background:#fff;
    color:#1D2E51;
    border:1px solid #1D2E5147;
}

.blocco-01__button--secondary:hover{
    background:#24345D;
    color:#fff;
}

.blocco-01__card{

    background:#fff;
    border-radius:24px;

    height:420px;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow:
        0 15px 40px rgba(0,0,0,.05),
        0 2px 8px rgba(0,0,0,.04);

}

.blocco-01__logo{

    max-width:320px;
    width:60%;
    height:auto;

}

.blocco-01__video{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

}

.blocco-01__features{

    width:1200px;
    max-width:calc(100% - 60px);

    margin:55px auto 0;

    display:flex;
    gap:35px;
    flex-wrap:wrap;

}

.blocco-01__feature{

    display:flex;
    align-items:center;
    gap:10px;

    color:#6a768f;
    font-size:15px;

}

.blocco-01__feature-icon{

    width:20px;
    height:20px;

    border-radius:50%;

    background:#F8AB1C;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:11px;
    font-weight:bold;

}

@media(max-width:992px){

    .blocco-01{
        padding:70px 0;
    }

    .blocco-01__container{
        max-width:calc(100% - 40px);
        flex-direction:column;
        gap:40px;
    }

    .blocco-01__content,
    .blocco-01__visual{
        flex:0 0 100%;
        width:100%;
    }

    .blocco-01__title{
        font-size:44px;
        line-height:1.1;
    }

    .blocco-01__buttons{
        flex-direction:column;
        gap:14px;
    }

    .blocco-01__button{
        min-width:0;
        width:100%;
    }

    .blocco-01__card{
        height:auto;
        min-height:300px;
    }

    .blocco-01__features{
        max-width:calc(100% - 40px);
        gap:18px;
    }

}

@media(max-width:576px){

    .blocco-01{
        padding:56px 0;
    }

    .blocco-01__title{
        font-size:34px;
    }

    .blocco-01__text{
        font-size:17px;
        margin-bottom:32px;
    }

    .blocco-01__card{
        min-height:220px;
        border-radius:18px;
    }

    .blocco-01__features{
        margin-top:36px;
    }

}



/*==================================================
BLOCCO 02
==================================================*/


.blocco-02{
    padding:120px 0;
    background:#eaf3ff;
}

.blocco-02__container{
    width:1280px;
    max-width:calc(100% - 80px);
    margin:0 auto;
}

.blocco-02__header{
    max-width:780px;
    margin:0 auto 70px;
    text-align:center;
}

.blocco-02__label{
    color:#71809b;
    margin-bottom:24px;
    font-weight: 600;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.blocco-02__title{
    font-size: 42px;
    line-height: 47px;
    font-weight: 600;
    color: #22345f;
    margin: 0 0 24px;
}

.blocco-02__text{
    color:#4c5c7a;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: -0.4px;
    text-align: center;
    vertical-align: middle;
}

.blocco-02__slider{
    margin:0 -12px;
}

.blocco-02__slide{
    padding:0 12px;
}

.blocco-02__card{
    min-height:230px;
    padding:34px;
    background:#fff;
    border-radius:16px;
    border:1px solid rgba(34,52,95,.08);
    box-shadow:0 12px 30px rgba(34,52,95,.04);
}

.blocco-02__icon{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
}

.blocco-02__icon img{
    width:52px;
    height:52px;
    object-fit:contain;
    display:block;
}

.blocco-02__card-title{
    color:#22345f;
    margin:0 0 14px;
    font-weight: 600;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -0.4px;
    vertical-align: middle;
}

.blocco-02__card-text{
    color:#4c5c7a;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 22.48px;
    letter-spacing: -0.4px;
    vertical-align: middle;
}

/* Slick fix */
.blocco-02 .slick-track{
    display:flex;
}

.blocco-02 .slick-slide{
    height:auto;
}

.blocco-02 .slick-slide > div,
.blocco-02__slide,
.blocco-02__card{
    height:100%;
}

@media(max-width:992px){

    .blocco-02{
        padding:80px 0;
    }

    .blocco-02__container{
        max-width:calc(100% - 40px);
    }

    .blocco-02__header{
        text-align:left;
        margin-bottom:45px;
    }

    .blocco-02__title{
        font-size:38px;
    }

    .blocco-02__text{
        font-size:18px;
    }

    .blocco-02__card{
        min-height:240px;
        padding:28px;
    }

}

@media(max-width:576px){

    .blocco-02{
        padding:60px 0;
    }

    .blocco-02__title{
        font-size:32px;
    }

    .blocco-02__text{
        font-size:17px;
    }

}



/*==================================================
BLOCCO 03
==================================================*/

.blocco-03{
    padding:110px 0 90px;
    background:#fff;
}

.blocco-03__container{
    width:1180px;
    max-width:calc(100% - 60px);
    margin:0 auto;
    text-align:center;
}

.blocco-03__title{
    max-width:760px;
    margin:0 auto 34px;
    color:#22345f;
    font-weight: 600;
    font-size: 46px;
    line-height: 51.52px;
    letter-spacing: -1.1px;
    text-align: center;
    vertical-align: middle;

}

.blocco-03__categories{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:0;
    margin-bottom:18px;
}

.blocco-03__category{
    position:relative;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
    color:#22345f;
    padding:0 16px;
}

.blocco-03__category:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-3px;
    top:50%;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#f8a51c;
    transform:translateY(-50%);
}

.blocco-03__subtitle{
    font-size:15px;
    line-height:1.6;
    color:#6a7895;
    margin-bottom:62px;
}

.blocco-03__visual{
    display:flex;
    justify-content:center;
    margin-bottom:70px;
}

.blocco-03__card{
    width:790px;
    max-width:100%;
    height:470px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:
        0 45px 90px rgba(34,52,95,.26),
        0 8px 24px rgba(34,52,95,.08);
}

.blocco-03__image{
    width:340px;
    max-width:60%;
    height:auto;
}

.blocco-03__video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.blocco-03__buttons{
    display:flex;
    justify-content:center;
    gap:16px;
}

.blocco-03__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:300px;
    height:58px;
    padding:0 34px;
    border-radius:60px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.25s ease;
}

.blocco-03__button--primary{
    background:#f8a51c;
    color:#22345f;
    box-shadow:0 14px 28px rgba(248,165,28,.28);
}

.blocco-03__button--primary:hover{
    transform:translateY(-2px);
}

.blocco-03__button--secondary{
    background:#fff;
    color:#22345f;
    border:1px solid #cfd7e5;
}

.blocco-03__button--secondary:hover{
    background:#22345f;
    color:#fff;
}

@media(max-width:768px){

    .blocco-03{
        padding:70px 0;
    }

    .blocco-03__container{
        max-width:calc(100% - 40px);
    }

    .blocco-03__title{
        font-size:34px;
    }

    .blocco-03__category{
        font-size:16px;
        padding:0 12px;
        margin-bottom:8px;
    }

    .blocco-03__subtitle{
        margin-bottom:40px;
    }

    .blocco-03__card{
        height:300px;
        border-radius:16px;
    }

    .blocco-03__image{
        max-width:70%;
    }

    .blocco-03__buttons{
        flex-direction:column;
    }

    .blocco-03__button{
        width:100%;
        min-width:0;
    }

}


/*==================================================
BLOCCO 04
==================================================*/

.blocco-04{
    position:relative;
    padding:120px 0 110px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    color:#fff;
    overflow:hidden;
}

.blocco-04__overlay{
    position:absolute;
    inset:0;
    background:rgba(8,22,55,.18);
    z-index:1;
}

.blocco-04__container{
    position:relative;
    z-index:2;
    width:1180px;
    max-width:calc(100% - 60px);
    margin:0 auto;
    text-align:center;
}

.blocco-04__label{
    margin-bottom:24px;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.blocco-04__title{
    max-width:860px;
    margin:0 auto 28px;
    color:#fff;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.1px;
    text-align: center;
    vertical-align: middle;
}

.blocco-04__text{
    max-width:720px;
    margin:0 auto 70px;
    color:rgba(255,255,255,.92);
    font-weight: 400;
    font-size: 19px;
    line-height: 30.4px;
    letter-spacing: -0.4px;
    text-align: center;
    vertical-align: middle;


}

.blocco-04__stats{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:40px;
    max-width:900px;
    margin:0 auto;
}

.blocco-04__stat-value{
    color:#fff;
    margin-bottom:18px;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.4px;
    text-align: center;
    vertical-align: middle;
}

.blocco-04__stat-label{
    color:rgba(255,255,255,.9);
    font-weight: 500;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-align: center;
    vertical-align: middle;
}

@media(max-width:992px){

    .blocco-04{
        padding:90px 0;
    }

    .blocco-04__title{
        font-size:40px;
    }

    .blocco-04__text{
        font-size:18px;
        margin-bottom:50px;
    }

    .blocco-04__stats{
        grid-template-columns:repeat(2, 1fr);
        gap:40px 20px;
    }

}

@media(max-width:576px){

    .blocco-04{
        padding:70px 0;
    }

    .blocco-04__container{
        max-width:calc(100% - 40px);
    }

    .blocco-04__title{
        font-size:32px;
    }

    .blocco-04__stats{
        grid-template-columns:1fr;
    }

}


/*==================================================
BLOCCO 05
==================================================*/

.blocco-05{
    padding:110px 0 100px;
    background:#F4F7FB;
}

.blocco-05__container{
    width:1280px;
    max-width:calc(100% - 80px);
    margin:0 auto;
}

.blocco-05__header{
    margin:0 auto 70px;
    text-align:left;
}

.blocco-05__label{
    color:#71809b;
    margin-bottom:22px;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1.5px;
    vertical-align: middle;
    text-transform: uppercase;
}

.blocco-05__title{
    color:#22345f;
    margin:0;
    font-weight: 600;
    font-size: 42px;
    line-height: 47px;
    letter-spacing: -1px;
    vertical-align: middle;
}

.blocco-05__grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    align-items:stretch;
}

.blocco-05__card{
    min-height:200px;
    padding:32px 28px;
    background:#fff;
    border-radius:14px;
    border:1px solid rgba(34,52,95,.12);
    box-shadow:0 12px 28px rgba(34,52,95,.08);
        height:100%;
    display:flex;
    flex-direction:column;
}

.blocco-05__icon{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#fff2dc;
    color:#f8a51c;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    margin-bottom:28px;
}

.blocco-05__card-title{
    font-size:18px;
    line-height:1.3;
    color:#22345f;
    margin:0 0 14px;
    font-weight:600;
    line-height: 100%;
    letter-spacing: -0.4px;
    vertical-align: middle;
}

.blocco-05__card-text{
    color:#4d5c7a;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 22.48px;
    letter-spacing: -0.4px;
    vertical-align: middle;

}

@media(max-width:768px){

    .blocco-05{
        padding:70px 0;
    }

    .blocco-05__container{
        max-width:calc(100% - 40px);
    }

    .blocco-05__header{
        text-align:left;
        margin-bottom:40px;
    }

    .blocco-05__title{
        font-size:34px;
    }

    .blocco-05__grid{
        display:block;
        margin:0 -10px;
    }

    .blocco-05__slide{
        padding:0 10px;
    }

    .blocco-05__card{
        min-height:230px;
        padding:28px;
    }

    .blocco-05 .slick-track{
        display:flex;
    }

    .blocco-05 .slick-slide{
        height:auto;
    }

    .blocco-05 .slick-slide > div,
    .blocco-05__slide,
    .blocco-05__card{
        height:100%;
    }

}


/*==================================================
BLOCCO 06
==================================================*/

.blocco-06{
    padding:100px 0;
    background:#fff;
}

.blocco-06__container{
    width:945px;
    max-width:calc(100% - 40px);
    margin:0 auto;
}

.blocco-06__header{
    text-align:center;
    margin-bottom:58px;
}

.blocco-06__label{
    color:#71809b;
    margin-bottom:18px;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.blocco-06__title{
    max-width:640px;
    margin:0 auto;
    color:#22345f;
    font-weight: 600;
    font-size: 42px;
    line-height: 47px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;

}

.blocco-06__table{
    overflow:hidden;
    border:1px solid #e3e8f2;
    border-radius:14px;
    background:#fff;
}

.blocco-06__table-head,
.blocco-06__row{
    display:grid;
    grid-template-columns:30% 35% 35%;
}

.blocco-06__th{
    padding:10px 24px;
    font-size:18px;
    font-weight:700;
    vertical-align: middle;
}

.blocco-06__th--criterion,
.blocco-06__th--traditional{
    background:#22345f;
    color:#fff;
	line-height:44px;
}

.blocco-06__th--integro{
    background:#f8a51c;
    color:#fff;
    text-align:center;
    font-size:25px;
    line-height:1;
}

.blocco-06__th.blocco-06__th--integro img {
    max-height: 40px;
}

.blocco-06__row{
    border-top:1px solid #eef2f7;
}

.blocco-06__td{
    min-height:54px;
    padding:17px 24px;
    display:flex;
    align-items:center;
    font-size:15px;
    line-height:1.35;
}

.blocco-06__td--criterion{
    font-weight:700;
    color:#22345f;
}

.blocco-06__td--traditional{
    color:#8a96b3;
}

.blocco-06__td--integro{
    background:#fff0d9;
    color:#22345f;
    font-weight:700;
}

.blocco-06__x,
.blocco-06__check{
    margin-right:10px;
    font-weight:700;
}

.blocco-06__x{
    color:#b9c3d6;
}

.blocco-06__check{
    color:#f8a51c;
}

.blocco-06__buttons{
    display:flex;
    justify-content:center;
    gap:16px;
    margin-top:62px;
}

.blocco-06__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:294px;
    height:58px;
    padding:0 34px;
    border-radius:60px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.25s ease;
}

.blocco-06__button--primary{
    background:#f8a51c;
    color:#22345f;
    box-shadow:0 14px 28px rgba(248,165,28,.28);
}

.blocco-06__button--secondary{
    background:#fff;
    color:#22345f;
    border:1px solid #cfd7e5;
}

@media(max-width:768px){

    .blocco-06{
        padding:70px 0;
    }

    .blocco-06__container{
        max-width:calc(100% - 32px);
    }

    .blocco-06__header{
        margin-bottom:46px;
    }

    .blocco-06__title{
        font-size:35px;
    }

    .blocco-06__table-head{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .blocco-06__th--criterion{
        display:none;
    }

    .blocco-06__th{
        padding:16px;
        text-align:center;
        font-size:18px;
        line-height:1.35;
    }

    .blocco-06__th--integro{
        font-size:30px;
    }

    .blocco-06__row{
        display:grid;
        grid-template-columns:1fr 1fr;
        border-top:1px solid #eef2f7;
    }

    .blocco-06__td{
        min-height:auto;
        padding:16px;
        font-size:15px;
    }

    .blocco-06__td--criterion{
        grid-column:1 / -1;
        padding-bottom:6px;
        font-size:16px;
    }

    .blocco-06__td--traditional{
        color:#8a96b3;
    }

    .blocco-06__td--integro{
        background:#fff0d9;
    }

    .blocco-06__buttons{
        flex-direction:column;
        margin-top:52px;
        gap:24px;
    }

    .blocco-06__button{
        width:100%;
        min-width:0;
    }

}



/*==================================================
BLOCCO 07
==================================================*/

.blocco-07 {
    position:relative;
    padding:120px 0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    color:#fff;
    overflow:hidden;
}

.blocco-07__overlay{
    position:absolute;
    inset:0;
    background:rgba(8,22,55,.20);
    z-index:1;
}

.blocco-07__container{
    position:relative;
    z-index:2;
    width:870px;
    max-width:calc(100% - 60px);
    margin:0 auto;
    text-align:center;
}

.blocco-07__header{
    max-width:700px;
    margin:0 auto 58px;
}

.blocco-07__label{
    margin-bottom:24px;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.blocco-07__title{
    margin:0 0 24px;
    color:#fff;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.1px;
    text-align: center;
    vertical-align: middle;
}

.blocco-07__text{
    font-size:19px;
    line-height:30.4px;
    color:rgba(255,255,255,.92);
}

.blocco-07__steps{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    margin-bottom:48px;
}

.blocco-07__step{
    min-height:220px;
    padding:28px 24px;
    background:#22345f;
    border-radius:12px;
    text-align:left;
    box-shadow:0 16px 34px rgba(0,0,0,.12);
}

.blocco-07__step-number{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f8a51c;
    color:#22345f;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    margin-bottom:22px;
}

.blocco-07__step-title{
    color:#fff;
    margin:0 0 20px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16.5px;
    line-height: 23.1px;
    letter-spacing: -0.4px;
    vertical-align: middle;
}

.blocco-07__step-text{
    font-size:14px;
    line-height:22.8px;
    color:rgba(255,255,255,.72);
    font-weight: 400;
    letter-spacing: -0.4px;
}

.blocco-07__buttons{
    display:flex;
    justify-content:center;
    gap:16px;
}

.blocco-07__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:300px;
    height:58px;
    padding:0 34px;
    border-radius:60px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:.25s ease;
}

.blocco-07__button--primary{
    background:#f8a51c;
    color:#22345f;
    box-shadow:0 14px 28px rgba(248,165,28,.28);
}

.blocco-07__button--secondary{
    background:transparent;
    color:#22345f;
    border:1px solid #22345f;
}

@media(max-width:768px){

    .blocco-07{
        padding:70px 0;
    }

    .blocco-07__container{
        max-width:calc(100% - 40px);
    }

    .blocco-07__title{
        font-size:36px;
    }

    .blocco-07__text{
        font-size:18px;
    }

    .blocco-07__steps{
        grid-template-columns:1fr;
    }

    .blocco-07__buttons{
        flex-direction:column;
    }

    .blocco-07__button{
        width:100%;
        min-width:0;
    }

}


/*==================================================
BLOCCO 08
==================================================*/

.blocco-08{
    padding:80px 0 90px;
    background:#fff;
    overflow:hidden;
}

.blocco-08__container{
    width:1180px;
    max-width:calc(100% - 60px);
    margin:0 auto;
    text-align:center;
}

.blocco-08__title{
    color:#22345f;
    margin:0 0 70px;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: -0.4px;
    text-align: center;
}

.blocco-08__slider{
    width:100%;
    margin:0 auto;
}

.blocco-08__slide{
    padding:0 42px;
}

.blocco-08__logo-wrap{
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.blocco-08__logo{
    max-width:170px;
    max-height:60px;
    width:auto;
    height:auto;
    display:block;
    object-fit:contain;
}

.blocco-08 .slick-track{
    display:flex;
    align-items:center;
}

.blocco-08 .slick-slide{
    height:auto;
}

@media(max-width:768px){

    .blocco-08{
        padding:60px 0 70px;
    }

    .blocco-08__container{
        max-width:calc(100% - 40px);
    }

    .blocco-08__title{
        font-size:30px;
        margin-bottom:45px;
    }

    .blocco-08__slide{
        padding:0 24px;
    }

    .blocco-08__logo{
        max-width:150px;
        max-height:55px;
    }

}


/*==================================================
BLOCCO 09
==================================================*/












/*==================================================
FOOTER
==================================================*/

.site-footer{

    margin:0 auto;
    width:calc(100% - 60px);

}

.site-footer__top{

    background:#24345d;
    border-radius:26px 26px 0 0;
    padding:52px 60px;

}

.site-footer__company{

    display:flex;
    align-items:flex-start;
    gap:60px;

}

.site-footer__logo{

    width:180px;
    height:auto;

}

.site-footer__address{
    color:#fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.site-footer__address p{

    margin:0;

}

.site-footer__address a{

    color:#fff;
    text-decoration:none;

}

.site-footer__bottom{

    background:#fff;
    padding:24px 60px;

    border-radius:0 0 26px 26px;

}

.site-footer__bottom .container{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;

}

.site-footer__copyright{

    color:#24345d;
    font-size:15px;

}

.site-footer__links{

    display:flex;
    gap:22px;
    flex-wrap:wrap;

}

.site-footer__links span,
.site-footer__links a{

    color:#24345d;
    text-decoration:none;
    font-size:15px;

}

.site-footer__credits{

    color:#24345d;
    font-size:15px;

}

@media(max-width:768px){

    .site-footer{

        width:calc(100% - 20px);
        margin:40px auto 20px;

    }

    .site-footer__top{

        padding:35px 30px;

    }

    .site-footer__company{

        flex-direction:column;
        gap:30px;
        text-align:center;

    }

    .site-footer__logo{

        width:170px;
        margin: 0 auto;

    }

    .site-footer__address{

        font-size:18px;
        line-height:1.8;
        margin: 0 auto;

    }

    .site-footer__bottom{

        padding:30px;
        text-align:center;

    }

    .site-footer__bottom .container{

        flex-direction:column;
        align-items:flex-start;
        gap:18px;

    }

    .site-footer__links{

        flex-direction:column;
        gap:10px;
        margin: 0 auto;

    }

    .site-footer__copyright, .site-footer__credits {
        margin: 0 auto;
    }

}


/*==================================================
BLOCCO FORM INTEGRO360
==================================================*/

.blocco-form {
    padding: 95px 0 105px;
    background: linear-gradient(
        115deg,
        #dceaff 0%,
        #d8e7fb 52%,
        #b9c9e0 100%
    );
}

.blocco-form__container {
    width: 950px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.blocco-form__header {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.blocco-form__title {
    margin: 0 0 18px;
    color: #20345e;
    font-weight: 600;
    font-size: 40px;
    line-height: 45.6px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
}

.blocco-form__subtitle {
    color: #667490;
    font-weight: 400;
    font-size: 16px;
    line-height: 24.8px;
    letter-spacing: -0.4px;
    text-align: center;
    vertical-align: middle;
}

.blocco-form__card {
    padding: 54px 60px 38px;
    background: #fff;
    border: 1px solid rgba(32, 52, 94, 0.08);
    border-radius: 15px;
    box-shadow: 0 18px 45px rgba(32, 52, 94, 0.05);
}

/* Rimuove i margini automatici inseriti da CF7 */

.integro-form p {
    margin: 0;
}

.integro-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 18px;
}

.integro-form__field {
    width: 100%;
}

.integro-form__field--full {
    grid-column: 1 / -1;
}

.integro-form__field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Input */

.integro-form input[type="text"],
.integro-form input[type="email"],
.integro-form input[type="tel"],
.integro-form input[type="url"],
.integro-form textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: 1px solid #dce2ea;
    border-radius: 30px;
    background: #fff;
    color: #20345e;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.integro-form input[type="text"],
.integro-form input[type="email"],
.integro-form input[type="tel"],
.integro-form input[type="url"] {
    height: 58px;
    padding: 0 25px;
}

.integro-form textarea {
    min-height: 210px;
    padding: 21px 25px;
    border-radius: 26px;
    resize: vertical;
}

.integro-form input::placeholder,
.integro-form textarea::placeholder {
    color: #667490;
    opacity: 1;
}

.integro-form input:focus,
.integro-form textarea:focus {
    border-color: #f8a51c;
    box-shadow: 0 0 0 3px rgba(248, 165, 28, 0.12);
}

/* Errori */

.integro-form .wpcf7-not-valid {
    border-color: #d9363e;
}

.integro-form .wpcf7-not-valid-tip {
    display: block;
    margin: 6px 0 0 18px;
    color: #d9363e;
    font-size: 12px;
}

/* Consensi */

.integro-form__consents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 17px;
}

.integro-form__consent {
    color: #20345e;
    font-size: 10px;
    line-height: 1.45;
}

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

.integro-form__consent label {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    cursor: pointer;
}

.integro-form__consent input[type="checkbox"] {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    margin: 1px 0 0;
    accent-color: #f8a51c;
}

.integro-form__consent a {
    color: inherit;
    text-decoration: underline;
}

/* Pulsante */

.integro-form__submit {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.integro-form__button,
.integro-form input[type="submit"] {
    min-width: 190px;
    height: 55px;
    padding: 0 34px;
    border: 0;
    border-radius: 50px;
    background: #f8a51c;
    color: #20345e;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 14px 25px rgba(248, 165, 28, 0.27);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.integro-form__button:hover,
.integro-form input[type="submit"]:hover {
    background: #ffb126;
    transform: translateY(-2px);
    box-shadow: 0 17px 30px rgba(248, 165, 28, 0.34);
}

.integro-form input[type="submit"]:disabled {
    cursor: wait;
    opacity: 0.65;
}

/* Spinner CF7 */

.integro-form .wpcf7-spinner {
    position: absolute;
    margin: 16px 0 0 10px;
}

/* Messaggi CF7 */

.integro-form .wpcf7-response-output {
    margin: 25px 0 0;
    padding: 14px 18px;
    border-radius: 10px;
    color: #20345e;
    font-size: 14px;
    text-align: center;
}

.integro-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: rgba(70, 180, 80, 0.08);
}

.integro-form .wpcf7 form.invalid .wpcf7-response-output,
.integro-form .wpcf7 form.failed .wpcf7-response-output {
    border-color: #d9363e;
    background: rgba(217, 54, 62, 0.07);
}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width: 768px) {

    .blocco-form {
        padding: 65px 0 70px;
    }

    .blocco-form__container {
        max-width: calc(100% - 30px);
    }

    .blocco-form__header {
        margin-bottom: 30px;
    }

    .blocco-form__title {
        font-size: 33px;
    }

    .blocco-form__title br {
        display: none;
    }

    .blocco-form__subtitle {
        font-size: 16px;
    }

    .blocco-form__card {
        padding: 30px 20px;
        border-radius: 14px;
    }

    .integro-form__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .integro-form__field--full {
        grid-column: auto;
    }

    .integro-form textarea {
        min-height: 180px;
    }

    .integro-form__consent {
        font-size: 11px;
    }

    .integro-form__submit {
        margin-top: 30px;
    }

    .integro-form__button,
    .integro-form input[type="submit"] {
        width: 100%;
    }

}



/* Nasconde il blocco su desktop */
.mobile-footer-cta{
    display:none;
}

@media (max-width: 767px){


    nav#site-navigation {
        display: none;
    }

    body{
        padding-bottom:90px; /* evita che il footer copra il contenuto */
    }

    .mobile-footer-cta{
        position:fixed;
        left:15px;
        right:15px;
        bottom:15px;
        z-index:9999;

        display:flex;
        gap:12px;

        padding-bottom:env(safe-area-inset-bottom);
    }

    .mobile-footer-cta a{
        flex:1;
        display:flex;
        justify-content:center;
        align-items:center;

        height:58px;

        border-radius:999px;

        text-decoration:none;
        font-size:13px;
        font-weight:600;
        transition:.25s;
    }

    /* Bottone arancione */

    .mobile-footer-cta .btn-demo{
        background:#F9B233;
        color:#1B1B1B;
        box-shadow:0 8px 20px rgba(249,178,51,.35);
    }

    .mobile-footer-cta .btn-demo:active{
        transform:scale(.97);
    }

    /* Bottone bianco */

    .mobile-footer-cta .btn-info{
        background:#FFF;
        color:#233B73;

        border:3px solid #233B73;

        box-shadow:0 8px 20px rgba(0,0,0,.12);
    }

    .mobile-footer-cta .btn-info:active{
        transform:scale(.97);
    }

}