﻿html {
    scroll-padding-top: 3.5rem;
}
body {
    background-color: #acacac;
    background: url('../images/page_bk.jpg');
    background-repeat: repeat;
    background-position-x:center;
}


section {
    padding-top: 1.5rem;
   
}
.container{
    max-width:1200px;
}
.imgLogo{
    max-width:195px;
}
.navbar-nav{
    font-size:20px;
}
.nav-link{
    padding:0;
}
.nav-div{
    border-right:1px solid black;
}
.nav-item{
    padding:0 15px 0 15px;
}

header {
    padding-top: 80px;
    background: url('../images/header_bk.jpg');
    background-repeat: repeat-x;
    background-position-y:80px;
}

.bg-white{
    background-color:white;
}

.bg-headerimg {
    border-radius: 20px;
    height: 616px;
    background: url('../images/banner_bk.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.upbanner {
    margin-left: -24px;
    margin-right: -24px;
    background: url('../images/upbanner.png');
    background-repeat: repeat-x;
    background-position-y: top;
    height: 63px;
}
.titlebanner{
    text-align:right;
}
.messagebanner {
    margin-top:260px;
    background: url('../images/message_bk.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    max-width:510px;
    min-height: 10vh;
}
.text-orange {
    color: #e98a30;
    font-weight:bold;
}
.text-grey {
    color: #737373;
 
}

.btn-warning {
    color:white;
    background-color: #ff9d40;
}
.rowborder {
    border-bottom: 1px solid #bebebe;
}
.box {
    background-color:white;
    border-radius: 20px;
}
.subbox {
    color: #737373;
   font-size:1.5rem;
    background-color: #f2f1f1;
    border-radius: 20px;
    padding: 45px;
}
.divContact {
    margin: 0 auto 0 auto;
    width: 70%;
}
.tablecaratteristiche {
    text-align: left;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.1rem;
  
}

@media (max-width: 600px) {
    .divContact {
        width: 100%;
    }
    .subbox {
        padding-left: 15px;
        padding-right: 15px;
    }
    .px-4 {
        padding-left: 14px!important;
        padding-right: 14px!important;
    }
        .tablecaratteristiche {
        text-align: left;
        margin-bottom: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 0.7rem;
    }
}

