    /* CSS HEX *
    --cultured: #f2f2f2;
    --medium-candy-apple-red: #df1a2d;
    --bordeaux: #95010f;
    --gainsboro: #dddddd;
    --eerie-black: #191919;

    contatti under15: #3097c2;
    contatti under17: #29b529;
    contatti generali: #df1a2d;
    contatti under19: #dc0edc;
    contatti cgold: #c8a900;

     SCSS RGB
    $cultured: rgba(242, 242, 242, 1);
    $medium-candy-apple-red: rgba(223, 26, 45, 1);
    $bordeaux-dark: rgba(60, 5, 5, 1);
    $gainsboro: rgba(221, 221, 221, 1);
    $eerie-black: rgba(25, 25, 25, 1);

    font-family: 'Scarecrow';
    font-family: 'Poppins';
    font-family: 'Raleway';

    */
    .nav-link-contatti {
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .page-header {
        background: rgb(218,218,218);
        background: -moz-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: -webkit-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
    }
    .page-header .bgimg{
        background-image: url(../img/contatti/bg-contatti.jpg);
        position: fixed;
    }

    .contatti-body {
        background: rgb(218,218,218);
        background: -moz-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: -webkit-linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
        background: linear-gradient(270deg, rgba(218,218,218,0.6) 5%, rgba(154,8,22,0.6) 49%, rgba(34,0,3,0.6) 100%);
    }
    .contatti-body .body-box {
        min-height: 100vh;
        background-color: rgba(25, 25, 25, 1);
        border: 2px solid rgba(150,1,14,1);
    }

    /* SOCIAL BAR */
    .contatti-body .row-social {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(150,1,14,1);
    }
    .contatti-body .row-social div:nth-child(2) {
        border-right: 1px solid rgba(150, 1, 14, 1);
        border-left: 1px solid rgba(150, 1, 14, 1);

    }
    .contatti-body .row-social .social-box{
        display: inline-block;
        text-align: center;
    }
    .contatti-body .row-social .social-box a{
        text-decoration: none;
        color: #f2f2f2;
        cursor: pointer;
    }
    .contatti-body .row-social .social-box img{
        max-height: 40px;
        margin: 0.5rem;
        margin-right: 1rem;
        font-family: 'Poppins';
    }
    .contatti-body .row-social .social-box h6{
        display: inline-block;
    }

    /* FORM CONTACT */
    .contatti-body .row-form {
        border-bottom: 1px solid rgba(150, 1, 14, 1);
    }
    .contatti-body .row-form .box-form {
        padding: 6rem 4rem 2rem;
    }
    .contatti-body .row-form .box-form .input-group .form-control{
        background-color: transparent;
        border:none;
        border-radius: 0;
        border-bottom: 1px solid rgba(150, 1, 14, 1);
        color: #f2f2f2;

    }
    .contatti-body .row-form .box-form .input-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #f2f2f2;
      opacity: 1; /* Firefox */
    }

    .contatti-body .row-form .box-form .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #f2f2f2;
    }

    .contatti-body .row-form .box-form .input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
      color: #f2f2f2;
    }
    .contatti-body .row-form .box-form .input-group .form-check{
        color: #f2f2f2;
        margin-top: 2rem;
        margin-bottom: 2rem;
   }
   .contatti-body .row-form .box-form .btn-invia{
       color: #f2f2f2;
       background-color: rgba(25, 25, 25, 0.8);
       border-radius: 10px;
       border: 1px solid transparent;
       text-align: center;
       padding: 0.25rem 1rem;
       font-size: 14px;
       background: linear-gradient(135deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 100%) padding-box,
                   linear-gradient(135deg, rgba(242,242,242,1) 21%, rgba(150,1,14,1) 44%) border-box;
    }
    .contatti-body .row-form .box-info {
        text-align: right;
        position: relative;
    }
    .contatti-body .row-form .box-info span {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 6rem 4rem 0;
    }
    .contatti-body .row-form .box-info h1 {
        text-align: right;
        color: #f2f2f2;
        font-size: 55px;
        font-family: 'Scarecrow';
        font-weight: ;
    }
    .contatti-body .row-form .box-info p {
        text-align: right;
        color: #f2f2f2;
        font-size: 16px;
        font-family: 'Poppins';
        font-weight: 400;
        letter-spacing: 1.5px;
        margin-left: 40%;
    }


    /* MAPPA MAP BOX */
    .contatti-body .map-box {
        /*background-image: url(../img/contatti/map.png);*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 35vh;
        /*filter: brightness(0.7);*/
    }



    .success-message {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
    padding-top: 8px;
        color: #f2f2f2;
    color: green;
}
.form_contatto .error-message {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
    padding-top: 8px;
        color: #f2f2f2;
        color: red;

}
.form_contatto .error-type {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
    font-style: italic;
        color: #f2f2f2;
    color: red;


}
.form_contatto .ohno{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
    color: #f2f2f2;

}
