/*=====
GLOBALI
=====*/
.el-image {
	border-radius: 25px;
	-webkit-box-shadow: 9px 13px 22px -12px rgba(0,0,0,0.2);
	box-shadow: 9px 13px 22px -12px rgba(0,0,0,0.2);
}
.btn, .uk-button {
	padding: 11px 30px;
	line-height: 1;
}
.w300 {
	max-width: 300px;
}
.rosa {
	color: #e10b3f;
}
/*=====
TOP
======*/
.top-dx .uk-width-1-1 {
	display: flex;
	gap: 25px;
}
/*=====
HEADER
======*/
.uk-navbar-container.uk-navbar-sticky {
	-webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.15);
}
.uk-logo.uk-navbar-item {
	padding-right: 40px;
}
.logo-unipol {
	height: 50px;
}
.dipas-mobile {
	max-width: 200px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
	margin-bottom: -10px;
}
.unipol-mobile {
	max-width: 100%;
	height: 50px;
	width: auto;
}
.unipol-offcanvas {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	padding: 0 30px;
	text-align: center;
}
/*=====
MENU=====*/
.uk-nav img {
	width: 35px;
}
.uk-navbar-dropdown-nav > li > a {
	padding: 10px 0;
	line-height: 1.3;
	font-size: 14px;
	letter-spacing: 1px;
}
.uk-nav-sub a {
	padding: 7px 0;
	font-size: 14px;
	line-height: 1.3;
}
/*=====
HERO
======*/
.highlight {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 5px;
}
.highlight-item {
	background: rgba(58,93,168,0.1);
	padding: 5px 15px;
	border-radius: 50px;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
}
.hero h1 {
	font-weight: 700;
}
/*=====
SERVIZI HOME
=====*/
.servizio-box .uk-card {
	border-radius: 25px;
}
.servizio-box .el-item,
.news .el-item {
	border-radius: 25px;
	-webkit-box-shadow: 9px 13px 22px -12px rgba(0,0,0,0.2);
	box-shadow: 9px 13px 22px -12px rgba(0,0,0,0.2);
}
.servizio-box .el-image {
	background-color: #3664af;
	padding: 20px;
	border-radius: 25px;
}
/*=====
SERVIZIO SINGOLO
=====*/
.card-servizi .uk-card {
	background: #eff3f3;
	border: 0px;
}
.card-servizi .uk-card-body {
	padding: 40px 25px;
}
.pulsanti-sidebar .el-content {
	justify-content: space-between;
	text-align: left;
	font-size: 14px;
	text-transform: none;
	padding: 15px;
}
.testo-dinamico ul {
	list-style: none;
	padding-left: 0;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
}
.testo-dinamico li {
	margin-bottom: 10px;
	text-align: center;
	padding: 15px;
	border-radius: 25px;
	border: 1px solid rgba(58, 93, 168, 0.4);
	background: rgba(239, 243, 243, 0.5);
}
.testo-dinamico li::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: green;
    margin-right: 10px;
}
.testo-dinamico li strong {
	font-size: 20px;
}
.cta-sidebar-dx {
	background-image: url(/images/cta-dx.webp);
	align-items: flex-start;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 420px;
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 2;
}
.cta-sidebar-dx::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( to top, rgba(225, 11, 63, 1) 0%, rgba(225, 11, 63, 0.8) 50%, rgba(225, 11, 63, 0) 100% );
	pointer-events: none;
	z-index: 1;
}
.cta-sidebar-dx h3 {
	color: #fff;
	z-index: 2;
}
.cta-sidebar-dx a {
	z-index: 2;
	background: #fff;
	color: #3a5da8;
}
.cta-sidebar-dx a:hover {
	color: #e10b3f;
}
/*=====
NEWS
=====*/
.news .el-image {
	border-radius: 25px 25px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*====
CONTATTI
====*/
.orari {
  display: flex;
  flex-direction: column;
}
.riga-orario {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.giorni {
	min-width: 75px;
}
.chiuso {
	color: red;
}
.email-contatti a {
	font-size: 28px;
	font-weight: 600;
}
.titolo-uffici {
	font-weight: 600;
}
/*CONTACT FORM*/
#cf_1 {
	background: #eff3f3;
	--input-placeholder-color: #686868 !important;
	font-family: 'Poppins', sans-serif;
	padding: 50px 30px;
	border-radius: 25px;
}
body .convertforms .cf-input {
	background-color: transparent;
	border-radius: 25px;
	border: 1px solid #00263E;
}
body .convertforms .cf-form-wrap {
  padding: 0;
}
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) {
	padding: 1rem !important;
	font-size: 1rem;
	color: #00263E;
	border: 1px solid #00263E;
	border-radius: 25px;
}
body .convertforms .cf-checkbox-group, body .convertforms .cf-radio-group {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
body .convertforms .cf-checkbox-group .cf-label {
	line-height: 1.1;
	margin-top: -2px;
}
#cf_1 h3 {
	padding-bottom: 10px;
	font-weight: 600;
}
.convertforms .cf-btn.cf-width-auto {
	background-color: #3a5da8;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border: 1px solid #3a5da8;
	margin-top: 15px;
}
.convertforms .cf-btn:hover {
	background: transparent;
	color: #3a5da8;
}
#form1_checkbox9_0 {
  position: absolute;
  opacity: 0;
}
.cf-btn.cf-width-auto .fa-paper-plane {
	transition-duration: 0.3s;
}
.cf-btn.cf-width-auto:hover .fa-paper-plane {
	transform: rotate(45deg);
}
/* Create a custom checkbox */
#form1_checkbox9_0 + label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 15px;
	margin-right: 1px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	vertical-align: top;
}
/* Style the custom checkbox when the real one is checked */
#form1_checkbox9_0:checked + label::before {
  background-color: #3a5da8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  border-color: #3a5da8;
}
.cf-response {
	border-radius: 15px !important;
}
.cf-response p {
	margin: 1rem;
	font-size: 1.25rem;
	text-align: left;
}
/*=====
PREVERNTIVI
=====*/
.box-preventivo a {
	border-radius: 25px;
}
.box-preventivo .el-title {
	font-weight: 600;
}
.box-preventivo .el-content {
	color: #fff;
	font-weight: 500;
}
.box-preventivo .uk-overlay-primary {
	background: rgba(58,93,168,.7);
}
.white {
	color: #fff;
}
/*=====
ABOUT
=====*/
.cta-about .uk-container {
	padding: 25px;
	border-radius: 25px;
	box-shadow: 0 5px 14px rgba(26,27,34,.1),0 0 3px rgba(26,27,34,.06);
}
/*ACCORDION*/
.uk-accordion {
	padding: 10px;
	border: 1px solid;
	margin-bottom: 50px;
	border-radius: 25px;
}
/*GDPR*/
div.cc-window.cc-floating {
	max-width: 450px !important;
	-webkit-box-shadow: -10px -10px 28px -15px rgba(112,112,112,0.85);
	-moz-box-shadow: -10px -10px 28px -15px rgba(112,112,112,0.85);
	box-shadow: -10px -10px 28px -15px rgba(112,112,112,0.85);
	font-size: 15px;
	line-height: 1.3;
	border-radius: 20px;
	padding: 3rem 1.8rem 2rem !important;
}
.cc-revoke, .cc-window {
	font-family: 'Outfit',sans-serif;
}
.cc-revoke.cc-left {
	left: 15px;
}
.cc-revoke {
	-webkit-box-shadow: -10px -10px 28px -15px rgba(112,112,112,0.85);
	-moz-box-shadow: -10px -10px 28px -15px rgba(112,112,112,0.85);
	box-shadow: rgba(112, 112, 112, 0.85) -10px -10px 28px -15px;
	padding: .6em;
}
.cc-revoke img {
	height: 30px;
}
.cc-revoke.cc-left {
	bottom: 15px;
	border-radius: 600px;
	height: 59px;
	padding: 15px;
	width: 60px;
}
.cc-compliance.cc-highlight {
	padding: 10px 0;
}
div.cc-window a.cc-btn, span.cc-cookie-settings-toggle {
	border-radius: 12px !important;
}
.cc-btn {
	font-size: 1rem;
	letter-spacing: 0.5px;
	font-weight: 400;
	border-width: 1px;
}
.cc-close {
	top: 1.2rem;
	right: 1.5rem;
	font-size: 1.1em;
}
.cc-color-override-523191266 span.cc-close {
	text-shadow: #f91862 0px 0px 0px !important;
}
div.cc-checkboxes-container a.cc-btn.cc-allow {
	min-width: auto;
	padding: 0.5rem 1rem;
	height: auto;
	margin-top: 10px;
	width: 100%;
}
div.cc-window.cc-floating div.cc-settings-label {
	width: 100%;
	margin-bottom: 10px;
}
div.cc-checkboxes-container a:not(.cc-btn) {
	margin: 0 0 0 5px;
	padding: 0px 6px 0px 0;
	text-decoration: none;
}
.cc-checkbox-container a.cc-link.cc-cookie-checkbox label {
	margin: -3px 0 0 0;
}
input.cc-cookie-checkbox:checked + span::after {
	background-image: none;
	content: '';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: green;
	margin-top: -1px;
	margin-left: 1px;
	font-size: 13px;
}
input.cc-cookie-checkbox + span::after {
	border-style: none;
	background-image: none;
}
.cc-message-text a, .cc-message-text a:hover {
	color: #fff;
	font-weight: 700;
}
div.gdprlock-placeholder-text, div.gdprcookielock-placeholder-text {
	padding: 100px 0;
}
div.gdprlock-placeholder, div.gdprcookielock-placeholder {
	z-index: 222;
}
input.cc-cookie-checkbox:checked + span::after {
	color: #f91862;
}
span.cc-message span.cc-cookie-settings-toggle, div.cc-compliance span.cc-cookie-settings-toggle {
	display: block;
	margin-top: 1rem;
}
.cc-revoke.cc-bottom.cc-left.cc-color-override-523191266 {
    display: none;
}
/*=====
FOOTER
======*/
.bottom-custom h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	display: inline-block;
}
.bottom-custom h5::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #e10b3f;
	position: absolute;
	bottom: -5px;
	right: 0;
}
.bottom-custom h4 {
	margin-bottom: 5px;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
}
.bottom-custom {
	color: #fff !important;
}
.sedi {
	font-size: 14px;
	line-height: 16px;
	display: flex;
	gap: 0 50px;
	flex-wrap: wrap;
	margin-top: 10px;
}
.info-legali {
	font-size: 14px;
	line-height: 16px;
}
.nav-bottom {
	padding: 0;
	list-style: none;
	margin: 0;
	line-height: 1.4;
}
.nav-bottom li {
	margin-bottom: 10px;
}
.contatti-bottom h6 {
	font-size: 16px;
	text-transform: none;
	margin: 0;
	font-weight: 600;
}
.contatti-bottom a {
	font-size: 16px;
}
.unipol-bottom {
	list-style: none;
	padding-left: 0;
}
.unipol-bottom li {
	border-bottom: 1px solid #dcdcdc;
	padding: 8px 0;
	line-height: 18px;
}
footer {
	font-size: 13px;
}
.copyright {
	padding-bottom: 20px;
}
@media (max-width:639px) {
.team-persona .el-content.uk-panel {
    border-left: 0px solid rgba(255,255,255,.2);
    padding-left: 0px;
}
.hero-txt {
	padding-top: 50px;
}
.hero .uk-flex-middle {
	align-items: start;
}
.testo-dinamico ul {
	grid-template-columns: 1fr;
}
.descr-contatti {
	font-size: 22px;
	line-height: 1.2;
}
.email-contatti a {
	font-size: 22px;
}
.riga-orario {
	gap: 15px;
}
.orari {
	margin: 0 auto;
	width: fit-content;
	text-align: left;
}
.ultima-col {
	margin-top: 0 !important;
}
}
@media (min-width:640px) {
.unipol-bottom li:last-child {
	border-bottom: 0px;
}
/*.container-bottom {
	-ms-grid-columns: 2fr 1fr 1fr 1fr;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}*/
}