
    /* CSS HEX

    --mint-cream: #e6efec;
    --yellow-green: #aada2f;
    --carrot-orange: #f39200;
    --star-command-blue: #1480c4;
    --gunmetal: #192c38;

    CSS HSL
    --mint-cream: hsla(160, 22%, 92%, 1);
    --yellow-green: hsla(77, 70%, 52%, 1);
    --carrot-orange: hsla(36, 100%, 48%, 1);
    --star-command-blue: hsla(203, 81%, 42%, 1);
    --gunmetal: hsla(203, 38%, 16%, 1);

    SCSS RGB
    $mint-cream: rgba(230, 239, 236, 1);
    $yellow-green: rgba(170, 218, 47, 1);
    $carrot-orange: rgba(243, 146, 0, 1);
    $star-command-blue: rgba(20, 128, 196, 1);
    $gunmetal: rgba(25, 44, 56, 1);
    */

    .contatti {
        margin-top: 10rem;
        padding-bottom:10rem;
    }
    .contatti .container_intro {
        position: relative;
    }
    .contatti .content_intro{
    }
    .contatti .titolo {
        margin-bottom: 3rem;
        color: #e6efec;
        text-align: center;
    }
    .contatti .titolo h1{
        font-size: 70px;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }
    .contatti .titolo h1:before {
        position: absolute;
        content:  "CONTATTI";
        font-size: 70px;
        font-weight: bold;
        color: #192c38;
        transform: translate(4px,-2px);
    }
    .contatti .titolo span {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        line-height: 5px;
    }
    .contatti .description {
        margin-top: 3rem;
        margin-bottom: 3rem;
        text-align: center;
    }
    .contatti {
        min-height: 100vh;
        color: #f5f5f5;
    }
    .contatti .body {
   }
    .contatti .title h1{
        color: #ac904b;
        text-transform: uppercase;
        color: #ac904b;
        font-size: auto;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 5rem;
    }
    .contatti .googleMaps {
        position: relative;
        margin:2rem;
        border: 4px solid #f39200;
        border-radius: 1rem;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        max-height: 30rem;
        max-width: 30rem;
    }
    .contatti .googleMaps .mappa {
        /* position: absolute;    Rimuovere commento se  qnd si inserisce la logica per la Mappa Google è troppo grossa e non sta nei bordi. */
        max-width: -webkit-fill-available;
        max-height: -webkit-fill-available;

    }
    .contatti .googleMaps img {
        max-width: -webkit-fill-available;
    }
    .contatti .googleMaps .indirizzo {
        position: absolute;
        width: -webkit-fill-available;
        width: -moz-available;
        background-color: rgba(125, 127, 140, 0.8);
        color: #f5f5f5;
        text-align: center;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1.25rem;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }
    .contatti .infoBox {
        padding: 2rem;
        margin:2rem;
        border: 4px solid #f39200;
        border-radius: 1rem;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        max-height: 30rem;
        max-width: 30rem;
        background-color: rgba(230, 239, 236, 0.7);
    }
    @media (max-width: 575.98px) {
        .contatti .infoBox {
            max-height: none;
        }
        .contatti .googleMaps {
            max-height: 31rem;
        }
    }

    .contatti .infoBox .info h5 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        text-align: center;
        font-weight: normal;
        color:#192c38;
    }


    .contatti .infoBox .action {
        padding-left: 3rem;
        padding-right: 3rem;

    }
    .contatti .infoBox .action i {
        color: #1480c4;
        font-size: 2.5rem;
        margin-top: 1.5rem;
        transition: 0.8s;
    }
    .contatti .infoBox .action i:hover {
        transform: scale(1.8);
        cursor: pointer;
    }
    .contatti .infoBox .action .numero {
        margin-top: 1.2rem;
        justify-content: center;
        color:#192c38;
    }


    .contatti .infoBox .prenota p {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        text-transform: uppercase;
        font-weight: normal;
    }
    .contatti .infoBox .prenota .btn-prenota {
        margin-bottom: 2rem;
        outline: none;
        border: none;
        cursor: pointer;
        max-width: 50%;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background: rgba(159, 222, 229, 0.8);
        transition: 0.5s;
        }
    .contatti .infoBox .prenota .btn-prenota:hover {
        background: rgba(159, 222, 229, 1);
        color: #ac904b;
    }
    .contatti .infoBox .social_info h5 {
        margin-top:2rem;
        color:#192c38;
    }
    .contatti .infoBox .social {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }
    .contatti .infoBox .social i {
        font-size: 2.5rem;
        color: #1480c4;
        cursor: pointer;
        margin-right: 2rem;
        margin-left: 2rem;
        transition: 0.8s;
    }
    .contatti .infoBox .social i:hover {
        transform: scale(1.5);
        cursor: pointer;
    }
    .contatti .infoBox .social a {
        text-decoration: none;
        color: none;
        text-decoration-color: none;
        text-decoration-style: none;
    }

    .contatti .bodyContent {
        margin: 0rem 0rem;
        min-height: 30rem;
    }
    .contatti .mapBox {
        padding:0;
        overflow:hidden;
    }

    .contatti .bodyContent .contactForm {

    }
    .contatti .bodyContent .map_box {
        min-height: inherit;
        z-index:0;
    }

/* MODAL STYLE - FORM CONTATTI */

    #MailModal .modal {
        background-color: rgba(159, 222, 229, 0.25);
    }
    #MailModal .modal-content {
        background-image: url(../../img/fenice_vuota_ocra30.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        border-radius: 1rem;
        border: 4px solid #ac904b;
        padding: 0 2rem;
    }
    #MailModal .modal-content .modal-header {
        justify-content: center;
        text-transform: uppercase;
        border-bottom: 2px solid #9fdee5;
    }
    #MailModal .modal-content .modal-body {
        color: #1f1f1f;
        text-align: justify;
        padding-left: 0;
        padding-right: 0;
    }
    #MailModal .modal-content .modal-body .form-submit-btn {
        text-align: center;
    }

    #MailModal .modal-content .modal-body P {
       font-weight: 400;
        text-transform: none;
        text-align: center;
    }
    #MailModal .modal-content .modal-body h6 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
    }

    #MailModal .modal-content .modal-footer {
        border-top: 2px solid #9fdee5;
         justify-content: flex-end;
    }

    #MailModal .modal-content .btnClose {
        color: #ac904b;
        background-color: #f5f5f5;
        padding-bottom: 1rem;
        padding-top: 1.5rem;
        text-align: center;
        text-decoration: none;
        font-size: 1rem;
        border-radius: 5px;
        border: 1px solid #9fdee5;
        padding: 0.5rem 1rem;
        outline: none;
        cursor: pointer;
        box-shadow: 3px 3px 8px #b1b1b1,
                    -3px -3px 8px #ffffff;
        transition: 0.5s;
    }
    #MailModal .modal-content .btnClose:hover {
        color: #ac904b;
        background-color: #9fdee5;
        border-radius: 5px;
        padding: 0.5rem 1rem;
    }
    .form-floating > .form-control::-webkit-input-placeholder {
      color: darkgrey;
    }
    .form-floating > .form-control::-moz-placeholder {
      color: darkgrey;
    }
    .form-floating > .form-control::placeholder {
      color: darkgrey;
    }


 /* Modal Prenotazione - Da rimuovere qnd sarà attivata */

     #PrenotaModal .modal {
         background-color: rgba(159, 222, 229, 0.25);
     }
     #PrenotaModal .modal-content {
         background-image: url(../../img/fenice_vuota_ocra30.png);
         background-position: center;
         background-repeat: no-repeat;
         background-size: contain;
         border-radius: 1rem;
         border: 4px solid #ac904b;
         padding: 0 2rem;
     }
     #PrenotaModal .modal-content .modal-header {
         justify-content: center;
         text-transform: uppercase;
         border-bottom: 2px solid #9fdee5;
     }
     #PrenotaModal .modal-content .modal-body {
         color: #1f1f1f;
         text-align: justify;
         padding-left: 0;
         padding-right: 0;
     }
     #PrenotaModal .modal-content .modal-body P {
        font-weight: 400;
         text-transform: none;
         text-align: center;
     }

     #PrenotaModal .modal-content .modal-footer {
         border-top: 2px solid #9fdee5;
          justify-content: center;
     }
     #PrenotaModal .modal-content .btnClose {
         color: #ac904b;
         background-color: #f5f5f5;
         padding-bottom: 1rem;
         padding-top: 1.5rem;
         text-align: center;
         text-decoration: none;
         font-size: 1rem;
         border-radius: 5px;
         border: 1px solid #9fdee5;
         padding: 0.5rem 1rem;
         outline: none;
         cursor: pointer;
         box-shadow: 3px 3px 8px #b1b1b1,
                     -3px -3px 8px #ffffff;
         transition: 0.5s;
     }
     #PrenotaModal .modal-content .btnClose:hover {
         color: #ac904b;
         background-color: #9fdee5;
         border-radius: 5px;
         padding: 0.5rem 1rem;
     }

     #map { position: absolute; top: 0; bottom: 0; width: 100%; }

     @media (max-width: 575.98px) {
        .contatti .infoBox .action {
            padding: 0;
        }
    }

     @media (max-width: 768px) {
        .contatti .infoBox .info h5{
            margin: 0;
         }
         .contatti .infoBox .social_info h5 {
             margin-top: 1rem;
         }
     }
