/* CONTATTI */
.template-contacts .-information {
    padding: 80px;
}
.template-contacts .-information .title {
    font-size: 60px;
    line-height: 1;
}
.template-contacts .-information  .box-contact-info {
    border: 1px solid #ffffff;
    padding: 40px;
}
.template-contacts .-information  .box-contact-info h2 {
    font-size: 32px;
    font-weight: normal;
}
.template-contacts .-information .btn {
    background: url('./../images/pin-white.svg') #002f6c center left 20px no-repeat;
    padding: 25px 20px 25px 64px;
}
.template-contacts .-information a.socialLink {
    color: white !important;
    display: inline-block !important;
}
.template-contacts .-information a.socialLink + a.socialLink {
    margin-left: 10px;
}
.template-contacts .-information a.socialLink svg {
    font-size: 36px !important;
}
.-form {
    padding: 60px;
}
.-form .form-group:not(:last-child) {
    margin-bottom: 50px;
}
.-form .form-group label {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}
.-form .form-group select,
.-form .form-group input,
.-form .form-group textarea {
    font-size: 18px;
    padding: 14px 0;
    color: #585857;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0px;
    width: 100%;
}
.-form .form-group select,
.-form .form-group input {
    border: 0;
    border-bottom: 1px solid #707070;
}
.-form .form-group select {
    cursor: pointer;
}
.-form .form-group textarea {
    resize: none;
    border: 1px solid #707070;
    padding: 14px;
    height: 210px;
}
.-form .form-group .checkbox {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.-form .form-group .checkbox label {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding-right: 10px;
}
.-form .form-group .checkbox label input {
    width: auto;
    cursor: pointer;
}
.-form p.mandatory-text {
    font-size: 13px;
}
.-form .form-group button[type="submit"] {
    cursor: pointer;
    height: 78px;
}
.-form .form-group button[type="submit"]:focus {
    outline: none;
}
.-form .form-group button[type="submit"]:disabled {
    pointer-events: none;
    border-color: rgba(0, 47, 108, 0.3);
    background-color: rgba(0, 47, 108, 0.3);
    color: #ffffff;
    opacity: 0.8;
}
.-form .send-wrapper {
    position: relative;
    align-self: baseline;
}
.-form .send-wrapper #loader {
    width: 40px;
    display: none;
}
.-form p#error-recaptcha {
    color: red;
}
.-form .form-success {
    display: none;
}
.-form h2 {
    margin-bottom: 40px;
}
.-form p {
    margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
    .template-contacts .-information,
    .template-contacts .-information .box-contact-info,
    .-form {
        padding: 30px;
    }
    .template-contacts .-information .title {
        font-size: 30px;
    }
    .template-contacts .-information .box-contact-info h2 {
        font-size: 20px;
    }
    .-form .form-group {
        margin-bottom: 30px;
    }
    .-form .form-group label {
        font-size: 22px;
    }
}
/* end CONTATTI */