/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v13-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v13-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v13-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v13-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v13-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/inter-v13-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v13-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*======HEADING FONTS======*/
/* libre-baskerville-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/libre-baskerville-v14-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* libre-baskerville-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/libre-baskerville-v14-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/libre-baskerville-v14-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* libre-baskerville-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/libre-baskerville-v14-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/libre-baskerville-v14-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/*HEADER*/
body {
	font-family: 'Inter';
	color: #2D2D2D;
	font-size: 1.1rem;
	background-color: #f4f9ff;
}
h1, h2, h3 {
	font-family: 'Libre Baskerville';
	font-weight: 700;
}
li {
	padding-bottom: 0.5rem;
	line-height: 1.4;
}
a {
	color: #36639a;
}
a:hover,
a:focus,
a:active {
  color:#00396b
}
#sp-header {
	background: #d7e0eb;
}
.sp-page-title {
	background: #36639a;
}
.home #sp-header {
	background: rgba(215,224,235,.6);
	box-shadow: 0 0 4px 0 rgba(80, 227, 194, 0);
}
.home #sp-header.header-sticky {
	background: #d7e0eb;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
#sp-header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
/*TITOLO*/
.sp-page-title .sp-page-title-heading {
	font-size: 2.5rem;
	line-height: 1.2;
}
.sp-page-title .sp-page-title-sub-heading {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 1.5rem;
	margin-bottom: 0px;
	max-width: 950px;
}
.sp-page-title .breadcrumb {
	background: none;
	padding: 0;
	margin: 100px 0 0 0;
}
.sp-page-title {
	padding: 100px 0 10px;
}
.breadcrumb {
	font-size: 0.875rem;
}
/*MENU*/
.sp-megamenu-parent > li > a {
	color: #36639a;
	font-weight: 500;
	font-size: 1rem;
}
.sp-megamenu-parent>li:hover>a {
  color: #00396b
}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a {
	color: #00396b;
	font-weight: 500;
}
.sp-megamenu-parent > li > a::before {
	content: "";
	display: block;
	margin: auto;
	height: 3px;
	width: 45px;
	bottom: 25px;
	background: transparent;
	transition: all 0.3s;
	position: absolute;
}
.sp-megamenu-parent > li.active > a:before, .sp-megamenu-parent > li > a:hover:before {
	background: #00396b;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	color: #36639a;
}
/*OFFCANVAS*/
.burger-icon > span {
	display: block;
	height: 2px;
	background-color: #fff;
	margin: 5px 0;
	transition: background-color .3s ease-in,opacity .3s ease-in,transform .3s ease-in;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
	color: #00396b !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, 
.offcanvas-menu .offcanvas-inner ul.menu > li span,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler,
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
	color: #fff;
}
.offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
	background-color: #fff;
}
.offcanvas-menu {
	background-color: #456;
	color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:focus,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:focus,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #00396b
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a {
	color: rgba(255, 255, 255, 0.8);
}
/*PULSANTE PRIMARIO*/
.sppb-btn {
	color: #fff;
	background: #62D9B7;
	padding: 10px 20px;
	transition-duration: .2s;
	transition-property: color,background,border;
	font-size: 1rem;
}
.btn-primary, .sppb-btn-primary {
	border-color: #badfff;
	background: #badfff;
	color: #1c272a;
	border-radius: 56px;
	font-weight: 500;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.sppb-btn-primary:hover, .sppb-btn-primary:focus, .sppb-btn-primary:active {
	border-color: #00396b;
	background-color: #00396b;
	color: #fff;
}
/*PULSANTE SECONDARIO*/
.sppb-btn-secondary {
	color: #00396b !important;
	background-color: transparent !important;
	border: 1px solid #00396b !important;
	border-radius: 56px !important;
	font-weight: 500 !important;
}
.sppb-btn-secondary:hover {
  color:#fff !important;
  background-color:#00396b !important;
  border-color:#00396b !important;
}
.sppb-btn-secondary.focus,
.sppb-btn-secondary:focus {
  box-shadow: none;
}
/*HERO*/
.hero {
	margin-top: -90px !important;
	color: #fff;
	text-align: center;
}
.hero h2 {
	font-style: italic;
	font-size: 1.8rem;
	font-weight: 500;
}
.hero h1 {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
.nome-citazione {
	font-style: normal;
}
.img-studio-home img.sppb-img-responsive {
	border-radius: 40px 0 0 40px !important;
}
/*TITOLO e SOTTOTITOLO HOME*/
.titolo-desc {
	font-size: 1.3rem;
	margin-bottom: 50px;
}
/*GRIGLIA SERVIZI*/
.servizi-container {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 60px;
}
.servizi-item {
	background-color: transparent;
	padding: 70px 45px;
	text-align: left;
	border: 1px solid #C9D7E3;
	transition-duration: .4s;
	height: 100%;
	border-radius: 2.5rem;
}
a .servizi-item h3 {
	font-size: 1.3rem;
	color: #454F4F;
	margin: 0.625rem 0 1.75rem;
}
.servizi-container p {
	color: #454F4F;
}
.servizi-icona img {
	width: 70px;
	margin-bottom: 40px;
    transition-duration: .4s;
	opacity: .5;
}
.servizi-item:hover img {
	opacity: 1;
}
.servizi-item:hover {
  background-color: #badfff;
}
/*ABOUT*/
.intro-chi-siamo {
	column-count: 2;
	column-gap: 50px;
	margin-bottom: 75px;
}
.testo-cv p {
	margin-bottom: 3rem;
	line-height: 1.3;
}
.chi-siamo img {
	border-radius: 40px;
	box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.3);
	transition: 0.5s;
}
/*ATTIVITA*/
.article-details .article-can-edit {
	margin-bottom: 0px;
}
.accordion-attivita li {
	line-height: 1.3;
}
.accordion-attivita p {
	margin-bottom: 0;
}
/*MODULISTICA*/
.modulistica-download {
	margin-bottom: 15px;
}
/*CONTATTI*/
.sppb-addon-form-builder-form {
	margin-left: 0px !important;
}
.sppb-addon-form-builder-form .sppb-form-group {
	padding-left: 0px !important;
}
.sppb-form-check {
	display: flex;
}
.sppb-form-check .sppb-form-check-label {
	line-height: 1.5rem;
	font-size: 1rem;
}
.sppb-form-check {
	margin-left: 0px !important;
}
.sppb-addon-form-builder-form label {
	font-size: 1.2rem;
}
.sppb-addon-form-builder .sppb-form-check-label {
	margin-left: 10px;
	margin-top: 2px;
}
.indicazioni-stradali p {
	margin-top: 5px;
}
.indicazioni-stradali a {
	font-size: 0.875rem;
	text-decoration: underline;
}
.sppb-addon.sppb-addon-feature h3 {
	font-weight: 500;
}
h3.sppb-addon-title.sppb-feature-box-title.sppb-media-heading, 
.sp-page-title .sp-page-title-sub-heading {
	font-family: 'Inter';
}
/*SIDEBAR*/
#sp-left .sp-module, #sp-right .sp-module {
	padding: 50px;
	border-radius: 40px;
	border: 1px solid #badfff;
}
#sp-right h3 {
	margin-bottom: 1rem;
}
.pulsante-side-bar {
	margin-top: 3rem;
}
/*CTA*/
#sp-cta-in-basso .container {
	padding: 0;
}
/*BOOTTOM E FOOTER*/
#sp-footer, #sp-bottom {
	background: #d7e0eb;
}
#sp-footer #sp-footer1, #sp-footer #sp-footer2, #sp-bottom1, #sp-bottom2, #sp-bottom3 {
	align-self: center;
}
#sp-footer, #sp-bottom, #sp-footer a, #sp-bottom a {
	color: #36639a;
}
#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus, #sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
	color: #00396b;
}
#sp-bottom {
	padding: 30px 0 0px;
}
#sp-bottom p, #sp-footer p {
	margin-bottom: 0rem;
}
#sp-bottom .sp-module ul > li {
	margin-bottom: 0px;
}
img.footer-logo {
	width: auto;
	height: 70px;
}
.menu-footer {
	display: flex;
	justify-content: end;
	flex-direction: row;
}
.menu-footer li {
	padding-right: 1.25rem;
	font-size: 1rem;
	font-weight: 500;
}
.menu-footer li:last-child {
  padding-right: 0rem;
}
#sp-footer .container-inner {
	border-top: 1px solid #36639a;
}
.credits-privacy {
	padding-top: 1rem;
}
.credits {
	margin-bottom: 0rem;
}
/*COOKIES*/
.cc-close {
	top: .8em;
	right: .5em;
	font-size: 1em;
}
span.cc-close {
	text-shadow: rgb(0, 0, 0) 0px 0px 0px !important;
}
.cc-message-text {
	line-height: 20px;
}
.cc-btn {
	border-radius: 20px !important;
}
/*TABLET CSS*/
@media (max-width: 991px) {
	.img-studio-home img.sppb-img-responsive {
	border-radius: 40px 40px 0 0px !important;
	margin-bottom: 2rem;
}
.servizi-container {
  grid-template-columns: repeat(2, 1fr);
}
.chi-siamo img {
	margin: 30px 0;
}
#sp-footer #sp-footer2 {
	text-align: left;
}
.menu-footer {
	justify-content: start;
}
.credits {
	padding-top: 1rem;
}
}
/*MOBILE CSS*/
@media (max-width: 767px) {
body {
	font-size: 1.1rem;
}
.sp-page-title .sp-page-title-heading {
	font-size: 1.8rem;
}
.sp-page-title .sp-page-title-sub-heading {
	font-size: 1.2rem;
}
.hero h1 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
}
.hero h2 {
	font-size: 1.5rem;
}
.hero br {
	display: none;
}
.servizi-container {
  grid-template-columns: repeat(1, 1fr);
}
.intro-chi-siamo {
  column-count: 1;
}
.testo-cv p, .intro-chi-siamo {
	margin-bottom: 2rem;
}
}