@charset "utf-8";
/* CSS Document */


h1,h2,p,span,input,button{
	font-family: sans-serif !important;	
}
header {
    text-align: center;
	margin:50px;
}
@media screen and (min-width:768px){
#blocco{
	position: absolute;
	top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
footer{
	position: absolute;
    bottom: 0;
}

}
@media screen and (max-width:768px){
	section.campi-form {
    width: 100% !important;
}
	
}


footer{
	background-color: #333333;
	color:white;
	padding:10px;
	text-align:center;
    width: 100%;
}
body {
    font-family: renault !important;
    background-image: url(sfondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#cta{
	background-color: #FFCD00;
    border: none;
    padding: 5px 20px 5px 20px;
    font-size: 30px;
    color: #1e3a8e;
    font-weight: 700;
}
h2 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: white !important;
    padding: 5px 0px 5px 20px;
	text-shadow: 2px 2px 10px black;
}

@media screen and (max-width: 768px) {
.row {
    display: block !important;
}
}
	

img {
    max-width: 100%;
}
textarea#messaggio {
    margin-right: 0.5%;
    margin-left: 0.5%;
    width: 99%;
}



/*
@media screen and (max-width: 640px){
.desk{display:none;}	
}
*/
h3{
color:#1E4A93 !important;	
font-weight:bold;
}
.row{
padding:10px;	
}
.row p{
font-size:20px;
}
.row ul li{
	font-size:18px;
}

section.campi-form {
    width: 49%;
    float: left;
    margin: 0.5%;
	color: white;
}

fieldset {
    background-color: #0000008c;
    padding: 20px !important;
}

.campi-form input {
    height: 50px;
    width: 100%;
	padding: 10px;
}
.campo-mess span{
	color: white;
    padding-left: 5px;
}

#titolo-form{
	color:white;
	text-align:center;	
	font-size: 2rem;
}

textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 100px;
}

button#send {
    float: right;
    width: 25%;
	background-color: #39abb5;
    color: #ffffff;
    border: none;
    height: 40px;
    font-size: 24px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
	button#send {
		width: 100% !important;
		margin-right: 0px !important;
	}
}
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;

}
.col-sm-4 {
    text-align: center !important;
}