/*INTESTAZIONE*/
/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-serif-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-serif-v23-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*====CORPO===*/
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - 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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
	font-size: 62.5%; /* cambio valore default 16px font size a 10px */
}
body {
	font-size: 1.6rem;
	color: #2A3033;
	font-family: 'Montserrat';
	background-image: url('/images/home/frado-rimini-a-background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100px auto;
	background-position: 90% 90%;
	opacity: ;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Serif';
}
/*HEADER*/
#sp-header {
	background: transparent;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}
#sp-header.header-sticky {
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.fab, .icon-joomla, .fa-brands {
	font-size: 2.5rem;
}
.fab:hover {
	color: #007fc2;
}
/*LOGHI*/
.logo-image {
	margin-top: -6px;
}
.logo-cleanup {
	height: 70px;
	width: 100%;
}
/*MENU*/
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
	color: #007fc2;
}
.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-size: 1.8rem;
	font-weight: 600;
}
/*HERO*/
#hero-home {
	margin-top: -70px !important;
}
.descr-hero {
	margin-bottom: 5rem;
}
.payoff-hero h3 {
	font-size: 6rem;
	font-weight: 600;
}
.payoff-hero p {
	font-size: 2.6rem;
	font-weight: 700;
	padding: 1rem 0;
}
.descr-hero p {
	font-size: 2.4rem;
	line-height: 1.2;
}
.hero .sppb-addon-feature h3 {
	font-weight: 600;
}
.hero .sppb-addon-feature p {
	display: none;
}
.hero .sppb-icon .sppb-icon-container {
	padding-left: 1px;
}
.hero .sppb-addon.sppb-addon-feature.sppb-text-left {
	padding-bottom: 0.5rem;
}
.sppb-addon.sppb-addon-single-image.img-hero {
	padding-top: 450px;
}
/*LOGHI CLIENTI
.sppb-addon-clients .sppb-carousel-extended-item img {
	border: 1px solid #fff;
	max-width: 180px;
	margin: 0 auto;
}
.sppb-carousel-extended-nav-control .nav-control {
	color: #fff;
	border: 1px solid #fff;
}
.sppb-carousel-extended-nav-control .nav-control.prev-control {
	margin-left: -45px;
}
.sppb-carousel-extended-nav-control .nav-control.next-control {
	margin-right: -45px;
}
.sppb-carousel-extended-dots ul li span {
	background: #fff;
}
.sppb-carousel-extended-dots ul li {
	background: rgba(255,255,255,0);
	border: 1px solid #fff;
}*/
/*SEZIONI*/
.riga {
	padding: 100px 0;
}
.titolo-sezione {
	max-width: 800px;
	text-align: center;
	margin: 0 auto 5rem;
}
.titolo-chi-siamo {
	margin-bottom: 5rem
}
.titolo-sezione h3, .titolo-chi-siamo h3 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 2rem
}
.titolo-sezione p, .titolo-chi-siamo p {
	font-size: 2.2rem;
	font-weight: 500;
}
/*SERVIZI*/
.servizi-home img {
	height: 80px;
}
.servizi-home img {
	height: 80px;
	-webkit-filter: drop-shadow(5px 5px 5px #bebebe);
	filter: drop-shadow(5px 5px 5px #bebebe);
}
.servizi-home h3 {
	font-size: 2.5rem;
	font-weight: 700;
}
.servizi-home p {
	font-size: 1.6rem;
	line-height: 28px;
}
/*CITAZIONE*/
.citazione-video h3, .cta-noleggio h3 {
	font-size: 6rem;
	font-weight: 700;
	color: #fff;
}
/*CTA NOLEGGIO*/
.cta-noleggio {
	max-width: 750px;
	margin: 0 auto;
}
.cta-noleggio h3 {
	font-size: 4rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
}
.cta-noleggio p {
	font-size: 2.2rem;
	line-height: 1.1;
	padding-top: 2rem;
}
.risparmia {
	font-weight: 900;
}
.risparmia75 {
	text-decoration: underline;
	text-decoration-color: #2aee9b;
	font-weight: 900;
}
/*SLIDER A CHI*/
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
	padding: 0;
}
.sppb-carousel-text h2 {
	background-color: rgba(0, 126, 194, 0.8);
	padding: 20px;
	color: #fff;
	font-size: 2.5rem;
	margin-bottom: 0;
	border-radius: 0px 0px 12px 12px;
}
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
	vertical-align: bottom;
}
.sppb-carousel-text .sppb-carousel-content {
	display: none;
}
.sppb-item.sppb-item-has-bg > img {
	border-radius: 12px;
}
/*CHI SIAMO*/
.sppb-panel-default {
	border: 0px;
}
.sppb-panel-default > .sppb-panel-heading {
	background: #fff;
	padding: 0;
}
.sppb-panel-default > .sppb-panel-heading .sppb-toggle-direction {
	color: #ccc;
	display: none;
}
.sppb-panel-title {
	font-size: 2rem;
	font-weight: 400;
	color: #007fc2;
	padding: 12px 24px 12px 24px;
	border: 1px solid #007fc2;
	border-radius: 4px;
}
.sppb-panel-default .sppb-panel-body {
	border-top-color: #fff;
}
.addon-root-accordion .sppb-panel-body {
	padding: 25px 0;
}
.sppb-addon-accordion p {
	font-size: 1.8rem;
	font-weight: 400;
}
.sppb-reset-button-styles.sppb-w-full.sppb-panel-heading {
	max-width: 100%;
	width: unset;
}
.sppb-carousel-arrow {
	font-size: 3rem;
	color: #fff;
	opacity: 1;
	margin-top: -30px;
}
/*MINION*/
.minion img {
	filter: drop-shadow(-16px 20px 15px rgba(0, 0, 0, 0.2));
}
.titolo-minion h3 {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 3rem;
	line-height: 1;
}
.sppb-testimonial-pro .sppb-carousel-control {
	border: 2px solid #007fc2;
	color: #007fc2;
	margin: 25px 3px 0;
}
.sppb-testimonial-pro .sppb-carousel-control:hover {
  background:#007fc2;
  color:#fff;
}
/*CONTATTI*/
.sppb-addon-form-builder-form {
	margin-left: -15px !important;
	margin-right: 0px !important;
}
input[type="text"]:not(.form-control), 
input[type="email"]:not(.form-control), 
input[type="url"]:not(.form-control), 
input[type="date"]:not(.form-control), 
input[type="password"]:not(.form-control), 
input[type="search"]:not(.form-control), 
input[type="tel"]:not(.form-control), 
input[type="number"]:not(.form-control), 
select:not(.form-select):not(.form-control) {
	font-size: 1.6rem;
}
.sppb-form-control, .sppb-form-group .sppb-form-control {
	padding: 0.5rem 0.5rem !important;
}
/*NUMERI ANIMATI*/
sppb-addon.sppb-addon-animated-number.animated-number-position-left div.sppb-addon-content {
	display: flex;
	align-items: center;
}
.sppb-animated-number {
	font-size: 4.2rem;
	font-weight: 500;
}
.sppb-addon.sppb-addon-animated-number.animated-number-position-top {
	background-color: #01aff9;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	display: grid;
	place-content: center;
}
.txt-2-col {
	column-count: 2;
	column-gap: 60px;
}
/*PRIVACY*/
.privacy h3 {
	font-size: 3rem;
	padding-top: 2rem;
}
.privacy h5 {
	font-size: 2.2rem;
	padding-top: 1rem;
}
/*FOOTER*/
#sp-footer, #sp-bottom {
	background: #007fc2;
	color: #FFFFFF;
}
#sp-footer {
	font-size: 1.6rem;
}
#sp-footer a, #sp-bottom a {
	color: #EFEFEF;
}
/*MOBILE*/
@media (max-width: 767px) {
#hero-home {
	height: auto !important;
	padding: 150px 0;
}
.payoff-hero h3 {
	font-size: 4rem;
}
.payoff-hero p {
	font-size: 2.2rem;
}
.descr-hero p {
	font-size: 2rem;
}
.sppb-addon.sppb-addon-single-image.img-hero {
	padding-top: 100px;
}
.sppb-carousel-extended-nav-control .nav-control.prev-control,
.sppb-carousel-extended-nav-control .nav-control.next-control {
	display: none;
}
.sppb-addon-clients .sppb-carousel-extended-item img {
	max-width: 130px;
}
.titolo-sezione h3, .titolo-chi-siamo h3 {
	font-size: 2.8rem;
}
.titolo-sezione p, .titolo-chi-siamo p {
	font-size: 2rem;
	line-height: 1.2;
}
.sppb-addon-accordion p {
	font-size: 1.6rem;
}
.sppb-panel-title {
	font-size: 1.8rem;
	padding: 8px 20px 8px 20px;
}
.cta-noleggio p {
	font-size: 2rem;
}
.citazione-video h3, .cta-noleggio h3 {
	font-size: 3rem;
}
.sppb-addon-animated-heading .sppb-addon-title {
  font-size:3rem;
}
.txt-2-col {
	column-count: 1;
	column-gap: 0px;
}
#sp-footer #sp-footer2 {
	text-align: left;
	margin-top: 3rem;
}
#sp-footer {
	font-size: 1.4rem;
}
}
@media (max-width: 480px) {
.sppb-addon-animated-heading .sppb-addon-title {
  font-size: 2rem;
}
}
@media (max-width: 1199px) {
.sppb-addon.sppb-addon-animated-number.animated-number-position-top {
	margin: 0 auto 30px auto;
}
}
@media (min-width: 768px) {
.sppb-carousel-extended-dots {
	display: none;
}
}