@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body {height:100%; }

body {
	background-color: white;
	background: linear-gradient(to right, #fff, #495057, #fff);
	font-family: "Montserrat", sans-serif;
}

.box-screen {
    background-color: #ffffff;
	position: relative;
	z-index: 1;
}

.text-bg {
	position: fixed;
    left: 0;
    top: 55%;
    font-size: 8rem;
	white-space: nowrap;
    color: #00000017;
	transform: translateY(-50%) rotate(-90deg) translateX(-50%);
    transform-origin: 0 23%;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.swiper {
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    display: inline-block;
    border-radius: 2px;
	background: #fff;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
	--shadow-1: rgba(0, 0, 0, .1);
    color: #65686c;
    background: #fff;
    aspect-ratio: 1 / 1;
    width: 44px;
    height: 44px;
    border-radius: 30px;
    box-shadow: 0 2px 8px var(--shadow-1),0 0 0 1px var(--shadow-1);
}

.swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover {
    background-color: #e9ecef;
}

.swiper-button-next:after, .swiper-button-prev:after { 
	font-size: 16px;
    font-weight: 900;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.link-img a,
button a {
    text-decoration: none;
    color: inherit;
}




/* START griglia catalogo*/
.catalog .row {
	margin: 0;
}

.catalog .product  {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
}

.catalog .product p.title-product {
    font-size: 0.9rem;
    color: #808080;
    margin-bottom: 2px;
}

.catalog .product p.subtitle-product {
    font-size: 0.7rem;
	font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
/* END griglia catalogo*/


video {
  width: 100%;
  height: auto;
}


	::-webkit-scrollbar {
	  width: 4px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: transparent; 
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: #888; 
	  border-radius: 10px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #555; 
	}



/*Media MIN */
@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) { 
	
}

@media (min-width: 1200px) {
	.container_fb-md {
        max-width: 1140px;
    }
	.container_fb-sm {
        max-width: 900px;
    }
	.container_fb-xs {
        max-width: 700px;
    }
}

@media (min-width: 1400px) {
	
}


/*Media MAX */
@media (max-width: 575.98px) {
	.box-screen {
		overflow-y: auto;
		overflow-x: hidden;
		height: 100%;
	}
	
}

@media (max-width: 767.98px) {
	
}

@media (max-width: 991.98px) {
	
}

@media (max-width: 1199.98px) {
	
}

