section{
    padding: 100px 0px;
}
.btn a {
    width: 200px;
    height: 100%;
}
#form, #park{
    background-image: url(/img/svg/form-colori.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 80%;
    background-attachment: fixed;
}
#form{
    padding: 150px 0px 80px 0px;
}
#form input, #form input[type="submit"]{
    min-height: 50px;
}
.spanForm{
    left: 10px;
}
#secMappa{
    padding: 0;
}
#secMappa .container{
    height: 60vh;
}
#secMappa .row{
    height: 100%;
    place-content: center;
    overflow: visible;
}
#secMappa .col-4{
    border:none;
}
#secMappa .col-4 *{
    text-align: right;
}
#secMappa .col-4 .btn{
    margin: auto auto auto calc(100% - 200px);
}
.col-8{
   position: relative;
   border-left: 1px solid rgb(242 99 43);
   border-bottom: 1px solid rgb(242 99 43);
}
.wrapper-mappa{
    position: absolute;
    top: 50%;
    right: 0%;
    width: 200%;
    height: 60vh;
    position: relative;
    z-index: 2;
    
}
.wrapper-mappa iframe{
    width: 100%;
    height: 100%;
    opacity: 1;
}
#secMappa .col-8 *{
    padding: 0;
    margin: 0;
}
.wrapper-mappa::after{
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(242,99,43,.8);
    mix-blend-mode: hue;
    z-index: 3;
}
#park *{
    text-align: center;
}
#park h4{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}
#park .btn{
    margin: auto;
}
@media (max-width: 991px){
    #secMappa .row{
        height: auto;
    }
    #secMappa .col-4{
        border-bottom: 1px solid rgba(242,99,43,1);
    }
    #secMappa .col-4 *{
        text-align: left;
    }
    #secMappa .col-4 .btn{
    margin: 25px 0px;
    }
    #secMappa .col-8{
        border-left: none;
    }
    .wrapper-mappa{
        position: relative;
        background-size: 300%;
    }
    #park .btn{
        margin-bottom: 35px;
    }
}