/*body{background: red;}*/
body, body *{
	font-family: 'Poppins', sans-serif;
}

.back-to-top-link{
	border-radius: 18px;
    padding: 5px 5px 2px 5px;
}

header.header{
	background: linear-gradient(90deg, #3b60a4 0%, #4f7cc4 100%);
    border-bottom: 2px solid #D5E5FF;
}

.callmeback-header{
	float:right;
}

#footer{
	background: linear-gradient(90deg, #4f7cc4 0%, #3b60a4 100%);
	text-align: center;
	padding: 50px 0;
}

#footer .callmeback-footer{
    position: relative;
    top: -75px;
    z-index: 2;
    cursor: pointer;
}
#footer .callmeback-footer img{
	transform: scale(1);
	transition: transform .2s linear;
}
#footer .callmeback-footer:hover img{
	transform: scale(1.3);
}

#footer .footer-logo{
    margin-bottom: 30px;
}

.copyright{
    color: #fff;
    margin-top: 20px;
    padding-top: 20px;
}

.copyright:before{
	content: '';
	height: 1px;
	width: 45%;
	margin:0 auto;
	background: #fff;
	display: block;
    margin-bottom: 20px;
}

.copyright a{
	text-decoration: none;
	color: #fff;
}

.callmeback-container{
	backdrop-filter: blur(10px);
}

.sppb-panel-custom .sppb-panel-heading .sppb-panel-title{
	display: flex;
    justify-content: space-between;
    padding: 10px;
}

.sppb-panel-custom .sppb-panel-heading .sppb-panel-title:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10.5' viewBox='0 0 18 10.5'%3E%3Cpath id='Tracciato_5713' data-name='Tracciato 5713' d='M16.5-14.993a1.494,1.494,0,0,0-1.06.439L9-8.116,2.559-14.557a1.5,1.5,0,0,0-2.121,0,1.5,1.5,0,0,0,0,2.121l7.5,7.5a1.5,1.5,0,0,0,2.121,0l7.5-7.5a1.5,1.5,0,0,0,0-2.121A1.494,1.494,0,0,0,16.5-14.993Z' transform='translate(0.001 14.996)' fill='%233b60a3'/%3E%3C/svg%3E%0A");
}

.sppb-panel-custom .sppb-panel-heading.active .sppb-panel-title:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10.5' viewBox='0 0 18 10.5'%3E%3Cpath id='Tracciato_5712' data-name='Tracciato 5712' d='M16.5-4.5a1.494,1.494,0,0,1-1.06-.439L9-11.377,2.559-4.936a1.5,1.5,0,0,1-2.121,0,1.5,1.5,0,0,1,0-2.121l7.5-7.5a1.5,1.5,0,0,1,2.121,0l7.5,7.5a1.5,1.5,0,0,1,0,2.121A1.494,1.494,0,0,1,16.5-4.5Z' transform='translate(0.001 14.996)' fill='%233b60a3'/%3E%3C/svg%3E%0A");
}

.sppb-panel-custom .sppb-panel-body{
	padding: 30px;
}

.convertforms .cf-input[type=checkbox], .convertforms .cf-input[type=radio]{
	height: 32px !important;
    width: 32px;
    appearance: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.convertforms .cf-fields .cf-control-input .cf-checkbox-group input:after {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    background: #163280;
    position: absolute;
    border-radius: 100%;
}

.convertforms .cf-fields .cf-control-input .cf-checkbox-group input:checked:after {
    display: block;
}

.convertforms .cf-fields .cf-control-input .cf-checkbox-group .cf-label small{
	display: block;
}

.convertforms .cf-fields .cf-control-input .cf-checkbox-group .cf-label small a{
	color: #fff !important;
	text-decoration: none;
}

.convertforms .cf-btn .cf-btn-text{
	display: flex;
	align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

.convertforms .cf-btn .cf-btn-text:after{
	content: url("data:image/svg+xml,%3Csvg id='arrow' xmlns='http://www.w3.org/2000/svg' width='6.7' height='12' viewBox='0 0 6.7 12'%3E%3Cg id='Raggruppa_69' data-name='Raggruppa 69'%3E%3Cpath id='Tracciato_76' data-name='Tracciato 76' d='M21.8,12l-1.5-1.5,3.9-4.7L20.5,1.6,22,0l5,5.7Z' transform='translate(-20.3)' fill='%236aad5d'/%3E%3C/g%3E%3C/svg%3E%0A");
	margin-left: 10px;
}

.cf-required-label{
	color: #fff !important;
}

.cf-response p{
	margin-bottom: 0;
}

p strong{
	font-weight: 600;
/*	color:#3B60A4;*/
}

.convertforms .cf-input::placeholder, .convertforms .cf-input:has(option:disabled:checked){
	color: #8597AA;
}




.convertforms .cf-fields .cf-control-input .cf-radio-group input:after {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    background: #163280;
    position: absolute;
    border-radius: 100%;
}

.convertforms .cf-fields .cf-control-input .cf-radio-group input:checked:after {
    display: block;
}

.convertforms .cf-fields .cf-control-input .cf-radio-group .cf-label small{
	display: block;
}

.convertforms .cf-fields .cf-control-input .cf-radio-group .cf-label small a{
	color: #fff !important;
	text-decoration: none;
}

#news-layout .article-details div[itemprop="articleBody"] ul>li:before {
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='Tracciato_5051_-_Contorno' data-name='Tracciato 5051 - Contorno' d='M5,1A4,4,0,1,0,9,5,4,4,0,0,0,5,1M5,0A5,5,0,1,1,0,5,5,5,0,0,1,5,0Z' fill='%23702338'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
}

#news-layout .tema_2025 {
    border: 0 !important;
    padding: 30px;
    margin: 30px 0;
    border-radius: 12px;
}

#news-layout .tema_2025 .price.price_2023 span{
	font-size: 52px;
    width: 180px;
    height: 180px;
    background-color: #FBECED;
    border: 0;
    color: #082d73 !important;
    border-radius: 100%;
    margin-bottom: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
    background-image: none !important;
    float: right;
}

#news-layout .tema_2025 .price_2023 span:after{
	width: auto;
    height: 140px;
    display: block;
    position: absolute;
    border-top: 0;
    transform: scale(.8);
    bottom: -40px;
}

#news-layout.tema-mese-del-laboratorio .tema_2025 {
    background: #FDE0E3;
}

#news-layout.tema-mese-del-laboratorio .tema_2025 .price_2023 span:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='252.091' height='126.045' viewBox='0 0 252.091 126.045'%3E%3Cpath id='Tracciato_5803' data-name='Tracciato 5803' d='M126.046,240.824A126.188,126.188,0,0,1,0,114.779H29a97.046,97.046,0,0,0,194.091,0h29A126.188,126.188,0,0,1,126.046,240.824Z' transform='translate(0 -114.779)' fill='%23e44c52'/%3E%3C/svg%3E%0A");
}

#news-layout.tema-mese-del-poliambulatorio .tema_2025 {
    background: #e1d2d7
}

#news-layout.tema-mese-del-poliambulatorio .tema_2025 .price_2023 span:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='252.091' height='126.045' viewBox='0 0 252.091 126.045'%3E%3Cpath id='Tracciato_5803' data-name='Tracciato 5803' d='M126.046,240.824A126.188,126.188,0,0,1,0,114.779H29a97.046,97.046,0,0,0,194.091,0h29A126.188,126.188,0,0,1,126.046,240.824Z' transform='translate(0 -114.779)' fill='%23702237'/%3E%3C/svg%3E%0A");
}

#news-layout.tema-mese-del-poliambulatorio .tema_2025 .price.price_2023 span{
    background-color: #fcf0f1;
}

#news-layout.tema-mese-della-fisioterapia .tema_2025 {
    background: #f6efd9
}

#news-layout.tema-mese-della-fisioterapia .tema_2025 .price_2023 span:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='252.091' height='126.045' viewBox='0 0 252.091 126.045'%3E%3Cpath id='Tracciato_5803' data-name='Tracciato 5803' d='M126.046,240.824A126.188,126.188,0,0,1,0,114.779H29a97.046,97.046,0,0,0,194.091,0h29A126.188,126.188,0,0,1,126.046,240.824Z' transform='translate(0 -114.779)' fill='%23d6b055'/%3E%3C/svg%3E%0A");
}

#news-layout.tema-mese-della-fisioterapia .tema_2025 .price.price_2023 span{
    background-color: #fbf7ec;
}

#news-layout .tema_2025 .price.price_2023 {
	position: relative;
}
#news-layout .tema_2025 .price.price_2023 small{
	width: 230px;
	position: absolute;
    background: #fff;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
    border-radius: 42px;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    right: -20px;
    top: -15px;
    color: #082d73;
}

.sppb-btn-download {
    margin: 20px auto;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    color: #082C74;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s;
    -moz-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s;
    -ms-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s
}

.sppb-btn-download i {
    background: #082C74;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s;
    -moz-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s;
    -ms-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.45, 1.36) 0.1s
}

.sppb-btn-download span {
    padding-left: 10px
}

.sppb-btn-download span small {
    margin: 0 !important;
    display: block;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500
}

.sppb-btn-download:hover,.sppb-btn-download:focus,.sppb-btn-download:active {
    color: #3B60A3
}

.sppb-btn-download:hover i,.sppb-btn-download:focus i,.sppb-btn-download:active i {
    background: #9FB6DC;
    transform: scale(1.1)
}


/* // SMALL*/
@media (max-width: 767px){
/*  body{background: Gainsboro;}*/
	.background-section{
		background-size: 185% !important;
    	background-position: bottom center !important;
	}
	.callmeback-offcanvas{
		position: fixed;
	    bottom: 0;
	    right: 2em;
	    background: #6AAD5D;
	    border-top-left-radius: 24px;
	    border-top-right-radius: 24px;
	}
	.navbar-brand{
		padding: 0;
		margin: 0 auto;
	}

	.header-row{
		background-size: contain !important;
	    background-position: bottom !important;
	    background-attachment: scroll !important;
	    align-items:start !important;
/*	    background-color: red;*/
	}
	.header-row .sppb-row-overlay{
		background: linear-gradient(-180deg, #3B60A4 70%, RGBA(59, 95, 163, 0) 80%) transparent !important;
	}
	#news-layout.tema-mese-del-poliambulatorio .tema_2025 .price.price_2023{
		width: 100%;
		display: inline-flex;
	    justify-content: center;
	    margin-top: 40px;
	}
	#news-layout.tema-mese-del-poliambulatorio .tema_2025 .price.price_2023 small{
		right: auto;
	}

}