@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/*
	Theme Name: AdWin website 2025
	Description: AdWin website
	Version: 1.4.3
	Author: Laura Titton
	Author URI: https://www.digitalia.srl
	Tags: HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root{
	--yellow: #F7C330;
	--blu: #1A9195;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

/* Scrollbar personalizzata per il sito web */
::-webkit-scrollbar {
	width: 8px; /* Larghezza della scrollbar */
}

::-webkit-scrollbar-track {
	background: #fff; /* Colore del tracciato */
}

::-webkit-scrollbar-thumb {
	background: #1a91bf; /* Colore del thumb */
}

::-webkit-scrollbar-thumb:hover {
	background: var(--yellow); /* Colore del thumb al passaggio del mouse */
}

html {
  scroll-behavior: smooth;
}

html, body { 
	margin: 0;
	padding: 0;
	font-family: 'CircularStd-Medium';
	font-size: 18px !important;
	font-weight: 400;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	background:
		/* livello superiore: dots bianchi */
		radial-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px),
		/* livello inferiore: sfumatura */
		linear-gradient(274deg, rgba(26, 145, 191, 1) 0%, rgba(26, 145, 149, 1) 70%);
	background-size: 40px 40px, auto;
	color: #000;	
	/* overflow-y: scroll; */
}

section {
	overflow: hidden;
}

.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	border:none!important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#11111;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
	text-decoration: none;
}
input:focus {
	outline:0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1, .h1 {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 800;	
	font-family: 'CircularStd-Bold';
}

h2, .h2 {
	font-size: 1.9rem;
	line-height: 1.2;
	font-weight: 800;
	font-family: 'CircularStd-Bold';
}
h3, .h3 {
	color: #111111;
	font-size: 1.7rem;
	font-family: 'CircularStd-Bold';
	line-height: 1.2;
}

h4,.h4 {
	color: #fff;
	font-size: 1.2rem;
	font-family: 'CircularStd-Medium';
	line-height: 1.2;
}


.z-index{
	position: relative;
	z-index: 2;
}
.white{
	color: #fff !important;
}

.black{
	color: #000;
}

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

.big{
	font-size: 1.3rem; 
	font-weight: 500;
}
.small{
	font-size: 0.9rem;	
}

.titolo-intro{
	font-size: 1rem;
	font-weight: 300;
}
b,strong,.bold { 
	font-weight:800;
}

h1 strong, h2 strong{
	color: #F7C230;
}

.yellow{
	color: #F7C230;
}

#page_azienda #hero_section_interna strong, #hero_section strong{
	color: var(--blu);
}

#hero_section_interna strong{
	color: #1b9195 !important;
}

#scegli_adwin strong{
color: #fff;
}

.blue-background{
	
	background:
		/* livello superiore: dots bianchi */
		radial-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px),
		/* livello inferiore: sfumatura */
		linear-gradient(274deg, rgba(26, 145, 191, 1) 0%, rgba(26, 145, 149, 1) 70%);
	background-size: 40px 40px, auto;
	color: #fff;
	border-radius: 35px 35px 0 0;
}

.black-background{
	background-color: #000;
	color: #fff;
}

.light-dark-background{
	background-color: #383838;
	color: #fff;
}

.white-background{
	background-color: #fff;
	color: #000;
	border-radius: 35px 35px 0 0 ;
}

.white-divider{ /* usato per dividere background blue */
	background-color: #fff;
}

.button{
	border: 2px solid var(--blu);
	background-color: var(--blu);
	display: inline-block;
	color: #fff;
	font-size: 1.17rem;
	padding: 18px 37px;
	border-radius: 35px;
	text-transform: inherit;
	transition: 0.3s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombreggiatura nera */
}

.button-yellow{
	border: 2px solid var(--yellow);
	background-color: var(--yellow);
	display: inline-block;
	color: #fff;
	font-size: 1.17rem;
	padding: 18px 37px;
	border-radius: 35px;
	text-transform: inherit;
	transition: 0.3s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombreggiatura nera */
}

.button-white{
	border: 2px solid #fff;
	display: inline-block;
	color: #fff;
	font-size: 1.17rem;
	padding: 18px 37px;
	border-radius: 35px;
	text-transform: inherit;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombreggiatura nera */
	transition: 0.3s;
}
.button-white:hover{
	background-color: #fff;
	color: var(--blu);
	transition: 0.3s;
}

.button:hover{
	background-color: transparent;
	color: var(--blu);
	transition: 0.3s;
}

.button-yellow:hover{
	background-color: transparent;
	color: var(--yellow);
	transition: 0.3s;
}

.button-black{
	border: 2px solid #000;
	display: inline-block;
	color: #000;
	font-size: 1.17rem;
	padding: 18px 37px;
	border-radius: 30px;
	text-transform: inherit;
	transition: 0.3s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombreggiatura nera */
}

.button-black:hover{
	background-color: #000;
	color: #fff;
}

/*------------------------------------*\
    ELEMENTI
\*------------------------------------*/

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #000;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #000;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 3%;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 3%;
	z-index: 1;
	outline: none;
	width: 20px;
	height: 30px;
}
.slide-contatore .slick-dots li {
	border: none;
	width: auto;
	height: auto;
	display: none;
}
.slide-contatore .slick-dots .slick-active {
	background-color: transparent;
	color: #fff;
	display: block;
    width: fit-content;
}
.slide-contatore .slick-dots a {
	color: #fff;
	font-size: 14px;
}

/* FORM */
label {
	color: #111111;
	margin-top:10px;
	font-weight: 400;
}
input {
	outline: none;
	padding: 5px;
	padding-left: 0; 
	color: #000;
	height: 40px;
	margin-top: 8px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #333;
	width: 100%;
}

textarea{
	outline: none;
	padding: 5px;
	padding-left: 0; 
	color: #000;
	/* height: 40px; */
	margin-top: 8px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #333;
	width: 100%;
}
::placeholder {
	color: #ccc;
}

.wpcf7-form-control-wrap.privacy{
	margin-top: 20px;
	display: block;
}
.wpcf7-form .wpcf7-acceptance input {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #000;
}
.wpcf7-form a {
	color: #000;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	border: 1px solid var(--blu);
	display: inline-block;
	color: #fff;
	font-size: 1.15rem;
	height: 60px;
	padding: 11px 37px;
	border-radius: 30px;
	text-transform: inherit;
	background-color: var(--blu); 
	transition: 0.3s;
	width: 250px;
	margin-top: 20px;
}
	
.wpcf7-submit:hover{
	background-color: var(--blu);
	color: #fff;
	border: 1px solid var(--blu);
}

div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #000;
}

/* Fade */

.fade {
    opacity: 0;
    transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
    opacity: 1;
}
.fade-in {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}
.fade-in.in-page {
    transform: translateY(0);
    opacity: 1;
}

.reveal-from-left img, .reveal-from-left .overlay, .reveal-all.reveal-from-left * {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-from-left.in-page img, .reveal-from-left.in-page .overlay, .reveal-all.reveal-from-left.in-page * {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-from-right img, .reveal-from-right .overlay {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*--------------GDPR------------------*/

.page-template-template-gdpr h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr p {
	max-width: 800px;
}
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100% !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
	width: 5% !important;
}
.page-template-template-gdpr input[type=checkbox], .page-template-template-gdpr input[type=radio] {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
	max-width: 6px;
	margin-right: 10px;
}
.page-template-template-gdpr input[type=checkbox]:checked, .page-template-template-gdpr input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'CircularStd-Medium';
	src:url('fonts/CircularStd-Book/CircularStd-Book.eot');
	src:url('fonts/CircularStd-Book/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/CircularStd-Book/CircularStd-Book.woff') format('woff'),
		url('fonts/CircularStd-Book/CircularStd-Book.ttf') format('truetype'),
		url('fonts/CircularStd-Book/CircularStd-Book.svg#Heebo-Light') format('svg');
    font-weight:normal;
    font-style:normal; 
}

@font-face {
	font-family:'CircularStd-Bold';
	src:url('fonts/CircularStd-Bold/CircularStd-Bold.eot');
	src:url('fonts/CircularStd-Bold/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/CircularStd-Bold/CircularStd-Bold.woff') format('woff'),
		url('fonts/CircularStd-Bold/CircularStd-Bold.ttf') format('truetype'),
		url('fonts/CircularStd-Bold/CircularStd-Bold.svg#Heebo-Light') format('svg');
	font-weight:bold;
	font-style:bold;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/


/* header */

#header{
	padding-left: 15px;
	padding-right: 15px;
	position: fixed; 
	color: #111;
	width:100%;
	top: 20px;
	z-index: 99;
	opacity:0;
	visibility:hidden;
	transition: 0.2s;
}

#header.show .navigazione{
	box-shadow: 0 3px 18px rgba(58, 190, 195, 0.35);
}

#header.showfull .navigazione{
	box-shadow: 0 3px 18px rgba(255, 255, 255, 0.2);
}

#header.show, #header.showfull{
	opacity:1;
	visibility: visible;
	transition: 0.2s;
}


#header .navigazione{
	padding:30px 25px;	
	display: flex;
	width:100%;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	color: #111;
	border-radius: 30px;
}


#header a{
	color: #000;
}

#header .current-menu-item a{
	color: #F7C230;
}



#header .logo{
	width: 30%;
}

.openclose{
	display: block;
}

.openclose img{
	width: 22px;
	height: auto;
}

#header .nav{
	display: none;
}
.navmenu_open .nav{
	position: absolute;
	padding: 40px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	top: 100px;
	left: 4%;
	border-radius: 30px;
	text-align: center;
	width: 92%;
	height: 500px;
	margin: 0 auto;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 3px 18px rgba(255, 255, 255, 0.2);
}

#header .navmenu_open .nav li{
	display: block !important;
	text-align: center;
	padding-bottom: 15px;
}

.navmenu_open .nav li a{
	color: #fff;
}

#header .logo img{
	width: 180px;
	height: auto;
}

/* footer */

#footer {
  background: #023638;
  background: linear-gradient(148deg, rgba(2, 54, 56, 1) 0%, rgba(0, 143, 149, 1) 100%);
  border: none;
  border-radius: 40px 40px 0 0;
  z-index: 5;
  position: relative;
  margin-top: -50px;
  box-shadow: inset 0 10px 20px rgba(0, 58, 60, 0.7); /* ombra interna in alto */
}

.margin-negative {
	margin-bottom: -40px;
} 


#footer a{
	color: #fff;
}

#footer .totop{
	position: absolute;
	right: 0;	
}

#footer .totop svg{
	height: 80px;
}

.dati-privacy svg{
	width: 45px;
	height: 45px;
}


.accordion {
  background-color: rgba(0, 143, 149, 0.5);
  color: #fff;
  cursor: pointer;
  padding: 32px 30px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-weight:800;
  transition: 0.4s;
  margin-bottom: 15px;
  border-radius: 30px;
}

.accordion svg{
	transition: 0.3s;
}

.accordion.active,.accordion:hover{
	background-color: rgba(26, 145, 149, 0.55);
}
.accordion.active svg{
	transform: rotate(135deg);
	transition: 0.3s;
}

.blue-background .accordion, .white-background .accordion {
	border-bottom: 2px solid rgba(31, 31, 31, 0.411);
	color: #fff;
	margin-top: 20px;
}



.blue-background .accordion strong{
	color: #fff;
}

.white-background .accordion strong, .grey-background .accordion strong{
	color: #444;
}

.accordion h4{
color: #444;
margin-left:6px;
}

.active, .active {
  background-color: rgba(238, 238, 238, 0.4);
}

.blue-background .accordion:hover {
  background-color: rgba(255, 255, 255, 0.189);
}

.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  border-radius: 30px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel strong{
	color: #111111;
	font-weight: 700;
}

.panel ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 15px;
	padding: 0 20px;
}

.panel p{

	padding: 20px 20px;
}

.blue-background .panel{
	background-color: rgba(255, 255, 255, 0.2);
}

.white-background .panel{
	background-color: rgba(26, 145, 149, 0.346);
}

#traguardi_adwin{
	position: relative;
	z-index: 3;
}
.traguardo_content{
	height: 200px;
	margin-left: 5px;
	margin-right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0, 143, 149, 0.35);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: none;
	border-radius:50px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.servizio_content{
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
	padding: 50px 50px;
	background: rgba(0, 143, 149, 0.35);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border: none;
	border-radius:50px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	margin-bottom:30px;
	
}

#servizi_consulenza .accordion, #faq_servizi .accordion{
	border:none;
	background: rgba(0, 143, 149, 0.65);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	
}



.divider{
	height:5px;
	width:100%;
	border-radius:3px;
	margin:0 auto;
	background-color: rgba(0, 143, 149, 0.5);
}



/* #il_meteodo{
	margin-top: -70px;
} */

.metodo_content{
	width: 90%;
	margin: 0 auto;
}

.metodo_container_left{
	background: #1A91BF;
	background: linear-gradient(274deg, rgba(26, 145, 191, 1) 0%, rgba(26, 145, 149, 1) 70%);
	
	padding-top: 60px;
	padding-bottom: 60px;
	color:#fff;
	
}

.metodo_container_right{
	background: #1A91BF;
	background: linear-gradient(274deg, rgba(26, 145, 191, 1) 0%, rgba(26, 145, 149, 1) 70%);
	
	padding-top: 60px;
	padding-bottom: 60px;
	color:#fff;
	
}

.small-number{
	font-size: 0.8rem;
	color: var(--blu);
}

#hero_section #hero-top{
	height: 100%;
	padding-top: 200px;
	padding-bottom: 100px;
}

/* #hero_section #hero-top::after{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 145, 149, 0.1);
	position: absolute;
} */

#hero-top-interna{
	height: 650px;
}

#hero_section #hero-text{
	
	display: flex;
	width: 100%;
	align-items:center;
}

#hero_section #hero-text .row{
	width: 100%;
}

#hero-text-interna {
	padding-top:100px;
}

#cta_servizi {
	height: 600px;
	border-radius: 35px 35px 0 0;
	overflow:hidden;
}

.ellisse-blu-01{
	position: absolute;
	width: 550px;
	height: 550px;
	position: absolute;
	top: 10px;
	right: -250px;
	animation: pulsate 4s infinite alternate ease-in-out;
}

.ellisse-yellow-01{
	position: absolute;
	width: 550px;
	height: 550px;
	position: absolute;
	top: 5%;
	right: -100px;
	animation: pulsate 4s infinite alternate ease-in-out;
}

.ellisse-blu-02{
	position: absolute;
	width: 700px;
	height: 700px;
	position: absolute;
	bottom: -300px;
	left: -50px;
	opacity: 0.8;
}

.ellisse-yellow-02{
	position: absolute;
	width: 700px;
	height: 700px;
	position: absolute;
	bottom: 0;
	left: -50px;
	opacity: 0.8;
}

.ellisse-blu-03{
	position: absolute;
	width: 500px;
	height: 500px;
	position: absolute;
	top: 0;
	left: -150px;
	animation: pulsate 4s infinite alternate ease-in-out;
	
}

@keyframes pulsate {
	0% {
		transform: scale(0.8);
		opacity: 1;
	}

	100% {
		transform: scale(1.35);
		opacity: 1;
	}
}

#home_page .slide img, #page_contatti .slide img{
	height: 30px;
	width: auto;
	object-fit: contain;
}

.big-number {
	font-size: 8rem;
	font-weight: 300;
	color: #fff;
	text-shadow: 
		-2px -2px 0 #F7C230,  
		2px -2px 0 #F7C230,
		-2px 2px 0 #F7C230,
		2px 2px 0 #F7C230; /* Bordo più largo di 2px */
}

.overlay{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	
}

#singolo-case-study .slick-slide{
	margin-left: 5px !important;
	margin-right: 5px !important;
	height: auto !important;
}

/* per slide dei clienti */ 
.slide .slick-slide{
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.rounded_image{
	border-radius: 30px;
	overflow:hidden;
}

.shadow-yellow {
	box-shadow: 10px 13px 0 var(--yellow);
}

.shadow-blue {
	box-shadow: 10px 13px 0 var(--blu);
}


#informazioni_adwin a{
	color: #fff;
}


.img-servizi-01{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 450px;
	height: auto;
}

#metodo_adwin {
	overflow: inherit;
}

.img-servizi-02{
	position: absolute;
	left: 0;
	top: -270px;
	width: 450px;
	height: auto;
	z-index: 3;
}

.adwin-hero{
	position: absolute;
	width: 50%;
	height: auto;
	bottom: -1px;
	right: 50%;
	transform: translateX(50%);
	filter: contrast(150%);
}

#informazioni_adwin strong{
	font-weight: 800;
}

.half-text div{
	width: 100%;
	margin-bottom:20px;
}

.opacity{
	color: #ababab !important;
}

#breadcrumbs a,#breadcrumbs span{
	font-size:1rem;
	color: #fff;
}

#breadcrumbs a{
	text-decoration: underline;
}

/* Animations */

/* Fade */
.fade {
	opacity: 0;
	transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
	opacity: 1;
}
.fade-in {
	transform: translateY(50px);
	opacity: 0;
	transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}

.fade-in-02 {
	transform: translateY(50px);
	opacity: 0;
	transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
	transition-delay: 0.5s;
}
.fade-in-03 {
	transform: translateY(50px);
	opacity: 0;
	transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
	transition-delay: 1s;
}
.fade-in-04 {
	transform: translateY(50px);
	opacity: 0;
	transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
	transition-delay: 1.5s;
}
.fade-in.in-page,.fade-in-02.in-page,.fade-in-03.in-page,.fade-in-04.in-page {
	transform: translateY(0);
	opacity: 1;
}

.reveal-from-left img, .reveal-from-left .overlay, .reveal-all.reveal-from-left * {
	clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
	transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-from-left.in-page img, .reveal-from-left.in-page .overlay, .reveal-all.reveal-from-left.in-page * {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-from-right img, .reveal-from-right .overlay {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:1024px) {
	
	.container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}


}
@media only screen and (min-width:1280px) {
	
	h1, .h1 {
		font-size: 5.3rem;
		line-height: 1;
		font-weight: 800;
		font-family: 'CircularStd-Bold';
	}
	
	
	h2, .h2 {
		font-size: 3.2rem;
		line-height: 1.2;
		font-weight: 800;
		font-family: 'CircularStd-Bold';
	}
	
	h3, .h3 {
		color: #111111;
		font-size: 2rem;
		line-height: 1.2;
		font-family: 'CircularStd-Bold';
	}
	
	h4, .h4 {
		color: #111111;
		font-size: 1.6rem;
		line-height: 1.2;
		font-family: 'CircularStd-Medium';
	}
	
	.openclose{
		display: none;
	}
	
	.menu{
		display: block;
	}
	
	.half-text{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	
	.half-text div{
		width: 24%;
		margin-bottom: 0;
	}
	
	.divider{
		height:8px;
		width:100%;
		margin:0 auto;
		background-color: rgba(0, 143, 149, 0.5);
		border-radius:5px;
	}
	
	.metodo_content{
		width: 70%;
		margin: 0 auto;
	}
	
	.metodo_container_left{
		background: #1A91BF;
		background: linear-gradient(274deg, rgba(26, 145, 191, 1) 0%, rgba(26, 145, 149, 1) 70%);
		border-radius: 0 80px 80px 0;
		padding-top: 60px;
		padding-bottom: 60px;
		color:#fff;
		padding-right:150px;
	}
	
	.metodo_container_right{
		background: #1A91BF;
		background: linear-gradient(274deg, rgba(26, 145, 191, 1) 0%, rgba(26, 145, 149, 1) 70%);
		border-radius: 80px 0 0 80px;
		padding-top: 60px;
		padding-bottom: 60px;
		color:#fff;
		padding-right:150px;
	}
	
	.negative-margin-top{
		margin-top:-50px;
	}
	
	.negative-margin-bottom{
		margin-bottom:-80px;
	}
	
	#header{
		padding-left: 50px;
		padding-right: 50px;
		position: fixed; 
		color: #111;
		border-radius: 25px;
		width:100%;
		top: 20px;
		z-index: 99;
		opacity:0;
		visibility:hidden;
	}
	
	#header .navigazione{
		padding:30px 45px;
		display: flex;
		width:100%;
		align-items: center;
		justify-content: space-between;
		background-color: #fff;
		color: #111;
		border-radius: 30px;
	}
	
	#header .nav li{
		display: inline;
		margin-left: 15px;
	}
	#header .nav{
		
		text-align: right;
		display: flex;
		justify-content: end;
	}
	
	.servizio_content{
		
		height: 330px;
	}
	
	.carosello-traguardi{
		margin-bottom:-140px;
	}
	
	.traguardo_content{
		
		margin-left: 10px;
		margin-right: 10px;
		
	}
	
	.panel ul {
		list-style-type: disc;
		list-style-position: inside;
		margin-bottom: 15px;
		padding: 0 40px;
	}
	
	.panel p{
	
		padding: 20px 40px;
	}
}
@media only screen and (min-width:1600px) {
	.container-fluid {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	
	#hero-text-interna {
		padding-top:200px;
	}

}

