/* normal css */

header .masthead {
  /*position: relative;*/
  /*background-color: rgba(255,255,255,0) !important;*/
  /*background-size: cover;*/
  /*padding-top: 8rem;*/
  /*padding-bottom: 8rem;*/
  /*opacity: 1;*/
}

.masthead {
  /*background: url('/assets/img/piazza.jpg?h=b1a8ce2cd58e0b9ac22657aecb9721a2')no-repeat center center;*/
  /*background-size: cover;*/
  /*opacity: 1;*/
  margin-bottom: 315px;
  /*height: 70vh;*/
  background: transparent center center;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

header.masthead .overlay {
  position: absolute;
  /*background-color: transparent;*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

header masthead.overlay {
  height: 58vh;
}

@media (min-width:768px) {
  header .masthead {
    /*padding-top: 6rem;*/
    /*padding-bottom: 6rem;*/
  }
}

@media (min-width:1024px) {
  header.masthead.overlay {
    height: 58vh;
  }
}

@media (max-width:576px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

/*======================================
=            BANNER COOKIES            =
======================================*/

.cookies{
  position: fixed;
  bottom: -5%;
  display: none;
  z-index: 1000;
  text-align: justify ;

}

.index-page{
  position: fixed;
  bottom: -5%;
  display: none;
  z-index: 1000;
  text-align: justify ;

}

/*=============================================
CUSTOM MENU
=============================================*/ 
.img-menu-user{
  max-width: 30px;
}
