@font-face {
  font-family: 'Tangerine';
  src: url('/fonts/Tangerine-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tangerine';
  src: url('/fonts/Tangerine-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}






.custom-btn {
  width: 80px;
  height: 40px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 0px;
  text-decoration: none;
}

.v3d-spinner {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-family: sans-serif;
  font-size: 14px;
  opacity: 1;
  transition: opacity 1.6s ease, visibility 0s linear 1.6s;
  visibility: visible;
}

.v3d-spinner.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}






.v3d-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 1000;
justify-content: center;
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 80px 0 0 0 ;
  box-sizing: border-box;
  
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 2.6s ease, transform 2.6s ease;
  visibility: visible;
}

.v3d-logo.hidden {

  transform: translateY(0);
  opacity: 1;
}




.bottone_immagini {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.bottone_immagini:hover,
.bottone_immagini:focus,
.bottone_immagini:active {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}

#ResetAll {}
  
 #prevBtn {
 float: left !important;} 
#prevBtnLast {
float: left !important;} 
 
 #nextBtn {
 float:right;}
  
  
  
  #modulo {
 float:right !important;}
 
 .language-menu a:link , 
.language-menu a:hover,
.language-menu a:focus,
.language-menu a:active {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}


.language-menu {
color: #333;

      font-family: "Gotham", Arial, sans-serif;
      font-size: 18px;
      font-weight: 400;
  position: fixed;
  top: 100px;
  right: 40px;
  z-index: 9999;
  color: #18233E;
}





.language-menu a {
      font-family: "Gotham", Arial, sans-serif;
  color: #18233E;
  text-decoration: none;
      font-size: 14px;
      font-weight: 600;
}

.language-menu a:hover {
      font-family: "Gotham", Arial, sans-serif;
  color: #AC7F67;
  text-decoration: none;
      font-size: 14px;
      font-weight: 600;
}

.color-picker-custom {
  display: flex;
  gap: 10px;
}

.color-option {
  border: 0px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  
    width: 100px;
    height: 100px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer !important;
    background: transparent;
    margin-left: 0px;
}

.color-option:hover {
  transform: scale(1.0);
    border: none;
}

.color-option.selected {
  border-color: #fff;
  box-shadow: 0 0 0 0px rgba(0, 120, 212, 0.3);
}

.color-nero {
  background-color: rgb(0, 0, 0);
    border: 2px solid #fff;
}

.color-marrone {
  background-color: rgb(139, 69, 19);
    border: 2px solid #fff;
}

.color-bianco {
  background-color: rgb(255, 255, 255);
    border: 2px solid #000;
  
}
  
  