/*
    Theme Name: Space Oddity Child 
    Author: Alfredo D'Amico 
    Template: space_oddity 
    Version: 3.2
    Text Domain: space-oddity-child
*/
/* @font-face {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 200;
	src: local('ExtraLight 200'),
		url('/') format('woff2'),
		url('/') format('woff');
	font-display: swap;
} */
:root{
	--secondary-color: #E63634;
	--white: #fff;
	--blue: #0B2533;
	--grey: #CED3D6;
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: local('Regular 400'),
		url('fonts/TitilliumWeb-Regular.woff2') format('woff2'),
		url('fonts/TitilliumWeb-Regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 400;
	src: local('Italic 400'),
		url('fonts/TitilliumWeb-Italic.woff2') format('woff2'),
		url('fonts/TitilliumWeb-Italic.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	src: local('Semibold 600'),
		url('fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
		url('fonts/TitilliumWeb-SemiBold.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 600;
	src: local('Semibold Italic 600'),
		url('fonts/TitilliumWeb-SemiBoldItalic.woff2') format('woff2'),
		url('fonts/TitilliumWeb-SemiBoldItalic.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	src: local('Bold 600'),
		url('fonts/TitilliumWeb-Bold.woff2') format('woff2'),
		url('fonts/TitilliumWeb-Bold.woff') format('woff');
	font-display: swap;
}

body{
	font-family: 'Titillium Web';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}
img.custom-logo{
	max-width: 164px;
    height: auto!important;
}
.white-text{
	color: var(--grey);
}
.red-title{
	color: var(--secondary-color);
}
a.generic_button{
	padding: 13px 20px!important;
}
a.generic_button:after{
	display: none!important;
}

#mobthead{
	background: var(--blue);
}

.top_header_single{
	height: 100vh;
}
.top_header_single .header_claim_container {
    /* display: flex; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
padding: 80px 0px 150px 0px;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
gap: 150px;
}

.header_claim{
	width:55%;
}

.header_claim > span.slide_header_title, 
.header_claim > h1.slide_header_title {
	font-family: 'Titillium Web';
	font-weight: 600;
	font-size: 40px;
	font-style: normal;
	line-height: 44px;
	color:white;
}
.header_claim > h1 strong {
	color: var(--secondary-color);
}

.header_claim .icone-header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.icone-extended{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	padding-top:40px;
}
.header_claim .icone-header .single-step,
.icone-extended .single-step{
	width: 100%;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.header_claim .icone-header .single-step .single-step-icon,
.icone-extended .single-step .single-step-icon{
    width: 60px;
    height: 60px;
    position: relative;
}
.header_claim .icone-header .single-step .single-step-icon-border,
.icone-extended .single-step .single-step-icon-border{
	width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    position: absolute;
    border-radius: 9999px;
    border: 2px #324854 solid;
}
.header_claim .icone-header .single-step .single-step-icon-img,
.icone-extended .single-step .single-step-icon-img{
    width: 24px;
    height: 24px;
    left: 18px;
    top: 18px;
    position: absolute;
}
.header_claim .icone-header .single-step .single-step-text span{
	color: #CED3D6;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    word-wrap: break-word;
}
.icone-extended .single-step .single-step-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.icone-extended .single-step .single-step-text span{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: var(--grey);
}
.icone-extended .single-step .single-step-text span.title{
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	color:var(--white);
}

.header_form{
	background: var(--white);
	color:var(--blue);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 30px;
}
.header_form h2{
	text-align: center;
	/* Titolo/Small */
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	margin-top:0px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea, .wpcf7-select{
	width: 100%;
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    margin-bottom: 10px;
    padding: 10px 15px;
	background: var(--white);
	color: #3C515C;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word;
}

.wpcf7-list-item{
	margin:0px!important;
}
.container_form p{
	margin:0px!important;
}
.container_form .accetta-termini{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
	text-align: left;
}

.termini{
	color: #3C515C;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word;
}
.termini a{
	color: #3C515C;
font-size: 12px;
font-style: normal;
font-weight: 600;
}

input[type=submit]{
    font-weight: 500;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 0px;
    border-radius: 6px;
    margin-top: 24px;
    z-index: 1;
    position: relative;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 120% */
	text-transform: uppercase;
}

.testo-nav span{
	color:var(--white);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 120% */
}
.cta-nav a,
.generic_button{
	background: var(--secondary-color)!important;
    border: 2px solid var(--secondary-color)!important;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 5px;
    color: var(--white)!important;
    cursor: pointer;
    text-transform: uppercase!important;
}
.cta-nav a:hover,
.generic_button:hover{
	background: var(--white)!important;
	color:var(--secondary-color)!important;
}

#recensioni h2{
	color: var(--blue);
	font-size: 32px;
	font-style: normal;
	line-height: 32px; /* 128% */
}

#extended-vulnerability .pre_title,
#certificazione-iso .pre_title,
#protezione .pre_title,
#extended-vulnerability-works .pre_title {
	color:var(--secondary-color)!important;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px; /* 150% */
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2.5px;
}
#extended-vulnerability h2,
#certificazione-iso h2,
#protezione h2, 
#extended-vulnerability-works h2 {
	color:var(--white)!important;
	font-size: 31px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}
#extended-vulnerability h3,
#certificazione-iso h3,
#protezione h3, 
#extended-vulnerability-works h3 {
	color:var(--white)!important;
	font-size: 1.4em;
}
#certificazione-iso .composer_txt_img-bkg{
	border: 1px solid var(--blu-20, #324854);
}

#protezione p,
#uso-ai p{
	color: var(--grey);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
#protezione .col_container:nth-last-child(1){
	padding-top:50px!important;
}

#uso-ai{
	background: var(--blue);
}
#uso-ai .composer_wrapper .text_img_bkg > div > div,
#scarica .composer_wrapper .text_img_bkg > div > div{
	width:50%;
	padding: 50px;
}
#uso-ai h2{
	color:var(--white)!important;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

/* .cards_container{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: (calc((100%/2) - 8px)) [auto-fill];
    grid-template-columns: repeat(auto-fill,calc((100%/2) - 8px));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cards_container .single-card{
	border: 1px solid var(--grigio-50, #E6E9EA);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 80px;
	margin: 10px 0;
} */
.cards_container{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: (calc((100%/3) - 8px)) [auto-fill];
    grid-template-columns: repeat(auto-fill,calc((100%/3) - 8px));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cards_container .single-card{
	border: 1px solid var(--grigio-50, #E6E9EA);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 30px;
	margin: 10px 0;
	flex-direction: column;
}
.cards_container .single-card .single-card-icon{
	width: 60px;
	height: 60px;
	position: relative;
}
.cards_container .single-card .single-card-icon-border{
	width: 60px;
	height: 60px;
	left: 0px;
	top: 0px;
	position: absolute;
	border-radius: 9999px;
	border: 2px #E6E9EA solid;
}
.cards_container .single-card .single-card-icon-img{
	width: 24px;
	height: 24px;
	left: 18px;
	top: 18px;
	position: absolute;
}
.cards_container .single-card .single-card-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap:10px;
}
.cards_container .single-card .single-card-text span{
	color: #3C515C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px
}
.cards_container .single-card .single-card-text span.title{
	color:var(--blue);
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px
}

#scarica h2{
	color:var(--white)!important;
	font-size: 39px;
	font-style: normal;
	font-weight: 600;
	line-height: 51px;
	margin:0px 0px 20px 0px;
}
#scarica .bkg_cover{
	position: relative;
}
#scarica .bkg_cover div{
	background-repeat: no-repeat;
    width: 600px;
    height: 430px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
}

.site-footer{
	padding:80px 0px;
}
.footer_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
	max-width: 60%;
    margin: auto;
	gap:20px;
	color: #CED3D6;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.social_footer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap:20px;
}
.social_footer a{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: 2px solid #324854;
}
.social_footer a span{
	width:22px;
	height:22px;
	position: relative;
}
.social_footer a span:after{
	content: '';
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
    left: 0;
}

.social_footer a span.social_linkedin:after{
	background-image: url('/wp-content/themes/space_oddity_child/icons/linkedin.svg');
}
.social_footer a span.social_facebook:after{
	background-image: url('/wp-content/themes/space_oddity_child/icons/facebook.svg');
}
.social_footer a span.social_twitter:after{
	background-image: url('/wp-content/themes/space_oddity_child/icons/twitter.svg');
}

#form-side {
    width: 460px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -768px;
    background-color: #f9f9f9;
    border-left: 1px solid var(--third-color);
    -webkit-transition: right .5s,width .5s;
    transition: right .5s,width .5s;
    z-index: 999999;
}

#form-side.open{
    right:0;
}

#form-side .form-side-close{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--blue);
    left: -20px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1;
}

#form-side .form-side-close:before{
    background-color: var(--white);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: "";
    width: 13px;
    height: 2px;
    display: block;
    position: absolute;
    top: 20px;
    left: 13px;
}

#form-side .form-side-close:after{
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    width: 13px;
    height: 2px;
    display: block;
    position: absolute;
    top: 20px;
    left: 13px;
}

#form-side .sidebar-content {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 35px;
    height: 100%;
    contain: content;
}

#form-side .sidebar-content .container{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}

#form-side .sidebar-content .container .main_title{
    color: var(--blue);
    text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 128% */
}
#form-side .sidebar-content .container .wpcf7{
	width:100%;
}

.screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 99999;
}

.richiesta-send .single-thankyou{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    background: var(--white);
    padding: 50px;
}
.richiesta-send .single-thankyou .single-thankyou-icon{
	width: 100px;
	height: 100px;
	position: relative;
}
.richiesta-send .single-thankyou .single-thankyou-icon-border{
	width: 100px;
	height: 100px;
	left: 0px;
	top: 0px;
	position: absolute;
	border-radius: 9999px;
	border: 2px #E6E9EA solid;
}
.richiesta-send .single-thankyou .single-thankyou-icon-img{
    width: 40px;
    height: 40px;
    left: 30px;
    top: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}
.richiesta-send .single-thankyou .single-thankyou-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap:10px;
}
.richiesta-send .single-thankyou .single-thankyou-text span{
	color: #3C515C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px
}
.richiesta-send .single-thankyou .single-thankyou-text span.title{
	color:var(--blue);
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px
}
#cta-prefooter-thanks .composer_wrapper{
	padding: 40px 50px;
	border: 1px solid var(--grigio-100, #CED3D6);
}
#cta-prefooter-thanks .composer_wrapper .composer_cols_wrapper{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	            -ms-grid-row-align: center;
	        align-items: center;
}
#cta-prefooter-thanks p{
	margin:0px;
	color: var(--blue);
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 128% */
}
#cta-prefooter-thanks .composer_wrapper .composer_cols_wrapper .col_container:nth-child(2) p{
	text-align:right;
}


@media screen and (max-width: 1280px){
	#mobthead {
		position: fixed!important;
		top: 0px;
		left: 0px;
		width: 100%;
		padding: 0px;
		z-index: 1000;
	}
	.top_header_single{
		height: auto;
		margin-top: 80px;
	}
	.top_header_single.image .header_claim_container{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.header_claim{
		width:100%;
	}
	.mob_logo_container .custom-logo{
		max-width: 139px!important;
	}
	.mob_logo_container{
		height:80px;
	}
	
	.richiesta-send .single-thankyou{
		gap: 70px;
	}
	.richiesta-send .single-thankyou .single-thankyou-icon{
		width: 60px!important;
		height: 60px!important;
	}
	.richiesta-send .single-thankyou .single-thankyou-icon-img{
		width: 24px!important;
		height: 24px!important;
		left: 18px!important;
		top: 18px!important;
	}
	.richiesta-send .single-thankyou .single-thankyou-icon-border{
		width: 60px!important;
		height: 60px!important;
		left: 0px!important;
		top: 0px!important;
	}
	#scarica h2{
		font-size: 25px!important;
		line-height: 32px!important;
	}
	#scarica .bkg_cover div {
		height:300px;
	}
	.header_claim .icone-header .single-step .single-step-text,
	.icone-extended .single-step .single-step-text{
		width: calc(100% /3 *2);
	}
	.spacer-break{
		height:80px!important;
	}
	.richiesta-send{
		margin-top:80px;
	}
}
@media screen and (max-width: 1024px){
	#cta-prefooter-thanks .composer_wrapper .composer_cols_wrapper .col_container:nth-child(2) p{
		text-align:left;
	}
}

@media screen and (max-width: 768px){
	a.generic_button {
		padding: 12px !important;
		font-size: 10px !important;
	}
	.top_header_single {
		background-position: center left;
	}
	.header_claim > span.slide_header_title, 
	.header_claim > h1.slide_header_title {
		font-size: 30px;
		line-height: 34px;
	}
	.header_claim > span.slide_header_title{
		font-size: 28px;
    	line-height: 36px;
		text-align: left;
	}
	.header_claim .icone-header .single-step .single-step-text{
		text-align: left;
	}
	.header_claim .icone-header .single-step .single-step-text span{
		font-size: 16px;
		line-height: 18px;
	}
	.top_header_single .header_claim_container{
		gap:50px;
	}
	#protezione .col_container:nth-last-child(1) {
		padding-top: 0px!important;
	}
	#uso-ai .composer_wrapper .text_img_bkg > div > div,
	#scarica .composer_wrapper .text_img_bkg > div > div{
		width:100%;
	}
	#scarica .composer_wrapper .text_img_bkg > div > div.bkg_cover{
		padding:0px;
	}
	.cards_container {
    -ms-grid-columns: (100%) [auto-fill];
    grid-template-columns: repeat(auto-fill,100%);
	}
	.cards_container .single-card{
		padding: 20px;
	}
	.cards_container .single-card .single-card-text span.title{
		font-size: 22px;
    	line-height: 24px;
	}
	.composer_wrapper .text_img_bkg > div{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#scarica .bkg_cover div{
		width: 100%;
		position: relative;
		background-size: contain;
		background-position-x: center;
		margin: auto;
		background-position-y: bottom;
	}
	#form-side{
        width:100%!important;
    }

    #form-side .form-side-close{
        left: 20px!important;
    }
	.footer_col{
		max-width: 100%;
	}
	.richiesta-send .single-thankyou{
		padding: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
		gap: 20px;
	}
	.richiesta-send .single-thankyou .single-thankyou-text span.title,
	#cta-prefooter-thanks p{
		font-size: 20px;
		line-height: 26px;
	}
	.richiesta-send .single-thankyou .single-thankyou-text span{
		font-size: 14px;
		line-height: 18px;
	}
	#cta-prefooter-thanks .composer_wrapper{
		padding: 20px;
	}
	#cta-prefooter-thanks .composer_wrapper .composer_cols_wrapper{
		gap:20px;
	}
	#extended-vulnerability h2, #certificazione-iso h2, #protezione h2{
		font-size: 20px!important;
		line-height: 26px!important;
	}
	#extended-vulnerability .pre_title, #certificazione-iso .pre_title, #protezione .pre_title{
		font-size: 12px!important;
		line-height: 16px!important;
	}
	.spacer-break{
		height:50px!important;
	}
	.icone-extended{
		padding-top:0px;
	}
	.richiesta-send{
		margin-top:50px;
	}
}