body{
  background-color: #ffffff !important;
  margin: 0;
}

/********************************CSS navbar*********************************/

nav{
  position: fixed;
  height: 80px;
  line-height: 80px;
  color: #fff;
  width: 100%;
  z-index: 100;
  box-shadow: 3px 7px 6px rgb(0 0 0 / 28%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

}

.ricolloca-navbar{
  height: 50px !important;
}

.logo-navbar{
  height:60px; 
  padding: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ricolloca-logo-navbar{
  height: 50px !important;
  padding: 0 !important ;
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  margin-left: 3%;
}

nav ul {
  margin: 0;
  list-style-type: none;
}
nav ul li {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  float: left;
  padding: 0;
}
nav ul a {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 1rem;
  display: block;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
}
nav > *{
  font-size: 15px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: normal;
}

a:link, a:visited, a:hover, a:active  {
    text-decoration: none;
  }
.nav-destra{
  float: right;
}

@media only screen and (max-width: 992px){

  .nav-destra{
  display: none;
}

  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0 !important;
  }
  nav ul a {
    padding: 0 10px !important;
  }
}

/********************************CSS footer*********************************/
.pc-vendita-footer{
  padding: 15px 0;
  border-top: 1px solid #313646;
  text-align: center;
  margin-top: 17px;
}

.pc-vendita-testo-maiuscolo {
    font-size: 15px;
    font-weight: 900;
    line-height: 17px;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 1001px){
#info-azienda{
    margin-top: 10px;
}
}

/*****************************************************************/

.pc-vendita-riga {
display: flex;
flex-wrap: wrap;
}

.pc-vendita-colonna, .pc-vendita-colonne {
padding-left: 0.9375rem;
padding-right: 0.9375rem; } 


.pc-vendita-container > *{
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #424143;
}

@media only screen and (min-width: 1001px){
 .pc-vendita-large-sinistra-2 {
  margin-left: 16.66667%; }
.pc-vendita-large-destra-2 {
margin-right: 16.66667%; } 
}
