/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");

body {
	font-family: 'Roboto', sans-serif;
	background: #ccd5da;
	/*#ccd5da */
	
}
.row .col-12, .nav-link, td {
	font-size: 1.3rem !important;
}

.catalog .nav-link {
	font-size: 0.75rem !important;
}

.table-transparent { --bs-table-bg: transparent !important; }

.start-bg {
	background: #b8c3ca;
}
.bg-star {
	background-color: #d2dadf !important;
}
.table-star, .table-star td {
	border-collapse: collapse;
	border: 1px solid #fff;
	padding: 3px;
}

.table-sm.small, .table-sm.small td{
	font-size: 12px !important;
}
tr.bg-secondary td {
	background: #eee !important;
}
.start-h1 {
	font-size: 20vh;
	color: #fff;
	font-weight: 900;
}

.bg-red {
	background: #AA1F27;
}
.bg-red-hover:hover {
	background: #AA1F27;
	color: #fff;
}
.text-red {
	color: #AA1F27;
}

.nav-link {
	color: #fff;
}
.nav-link:hover {
	color: #ccc;
}

.video-box { 
	position: fixed; 
	top: 0; 
	left: 0;  
	background: url(/images/video-bg.jpg) no-repeat #333333;  
	background-size: cover; 
	overflow: hidden;  z-index: 1; 
	width: 100%; 
	height:100%;
}
.video-box video {  
	position: absolute;  
	top: 0;  
	left: 0; 
	width: auto;  
	height: auto;  
	min-width: 100%;   
	min-height: 100%;   
}

.carousel-caption {
  position: absolute;
  top: 5%;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

h2 {
	font-size: 3.6rem;
}

.news-brightness-50 {
	filter: brightness(50%)
}
.news-brightness-70 {
	filter: brightness(70%)
}

.nav-pills .nav-link {
	background-color: #6c757d;
	border: 2px solid #6c757d;
	margin-right: 5px;
}
.nav-pills .nav-link.active {
	background-color: #6c757d;
	border: 2px solid #fff;
}

.dropdown-item.active, .dropdown-item:active {
	background: #6c757d;
}

.prod-items:hover > div {
	background: #808992 !important;
}

#jb-wrap {
	border: 1px solid #fff;
}
#jb-box, #jb-wrap {
	max-width: 100% !important;
	background: #ccd5da !important;
	
}
#jb-box .jb-title {
	font-size: 16px;
}
#jb-box .jb-info {
	font-size: 14px;
}
#jb-box .jb-summary {
	font-size: 14px;
}

.card-img-top {
    height: 100%;
	width: 100%;
	max-width: 150px;
    margin: auto;
	xobject-fit: cover;
}

.icostart {
	padding-right: 40px;
}
@media (max-width: 1400px) {
	.nav-link {
		color: #000;
		padding: 10px;
	}
	.nav-item {
		margin-bottom: 5px;
	}
}
@media (max-width: 768px) {
	.start-h1 {
		font-size: 8vh;
		color: #fff;
		font-weight: 900;
	}
	.icostart {
		padding-right: 0px;
	}

	h2 {
		font-size: 3rem;
	}
}
