/* CONTATTI */
.body-contatti { width: 1045px; margin: 0px auto; }
.titolo-pagina { font-size: 50px; margin-top: 50px; margin-bottom: 30px; font-weight: bold; color: #016836; }

.paragrafo-testuale { font-family: Lato; font-size: 16px; font-weight:300; color: #000; margin-top: 20px; margin-bottom: 50px; font-size: 14px; line-height: 25px; width: 480px; }
.paragrafo-left { float: left; }

.form-contatti input[type=text] { width: 100%; display: block; margin-bottom: 10px; font-size: 15px; border:1px solid #ccc; font-family: Lato; padding: 10px }
.form-contatti textarea { width: 100%; display: block; margin-bottom: 10px; resize: none; border:1px solid #ccc; font-size: 15px; height: 130px; font-family: Lato; padding: 10px }
.form-contatti button { width: 502px; display: block; resize: none; border:0px; font-size: 15px; background-color: #868789; color: #fff; font-family: Lato; padding: 10px; cursor: pointer; }
.form-contatti button:disabled { opacity: 0.5; cursor: unset; }
.gmapbutton { background-image: url(img/google_logo.png); text-decoration: none; font-size: 14px; background-position: left; margin-left: -10px; margin-top: 20px; background-repeat: no-repeat; display: block; height: 40px; padding-top: 35px; font-family: Lato; font-weight: bold; color: #868789; padding-left: 80px; }
.iframe-maps { width: 100%; margin: 0px auto; text-align: center; }

.mex-mail { font-weight: bold; color: #016836; margin-top: 15px; font-size: 20px; }

.contatti-mailto { color: #868789; font-weight: bold }
.contatti-divisione-form { border-left: 1px dotted #868789; padding-left:50px }

.informativa-privacy { cursor:pointer; font-family: lato; color: #868789; font-size: medium; }

@media only screen and (min-width: 1500px) { 
    .iframe-maps { width: 80%; } /* Ridimensionamento IFRAME Google Maps per gli schermi grandi */
}