@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200&display=swap');

* {
	font-family: 'Titillium Web', sans-serif;
}

body {
    color: #333;
	font-size: 20px;
}

a:not(.product.shop a, .btn), a:active, a:focus, a:visited {
	color: #007bff;
	outline: none;
}

a:hover:not(.product.shop a, .btn) {
    color: #132e4d !important;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.2;
    font-weight: 600;
    color: #005586;
	font-family: 'Titillium Web', sans-serif;
}

p, ol, ul, dl {
    margin-bottom: 2rem;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;	
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 14px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link,
.ftco-navbar-light .navbar-nav > .nav-item > .dropdown-menu .dropdown-item {
   color: #2770b7 !important;
}

.topper * {
	color:#FFF !important;
}

.ftco-navbar-light,
.ftco-navbar-light.scrolled {
    background: #FFF !important;
	box-shadow: 0 0px 10px #00000017;
}

.bg-light {
    background: #fbfbfb !important;
}

.table tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
	font-size: 6vw;
    font-family: 'Titillium Web', sans-serif;
}

.ftco-cart button, .ftco-cart .form-control,
.cart-total, .cart-detail, .cart-detail.cart-total,
.search-form .form-group input,
.billing-form .form-control {
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.category {
    border: 1px solid #e0e0e0;
}

.product {
	border: 0;
    box-shadow: none;
}

.product:hover {
	box-shadow: none;
}

.product .img {
	border: 1px solid #e0e0e0;
}

.category .text {
    opacity: 1;
    background-color: #132e4d !important;
	color: #FFF;
    height: 20%;
    padding: 0;
    margin-top: 80%;
	line-height: 2.5;
    font-size: 20px;
}

.sub.category .text {
	line-height: 2;
    font-size: 15px;
    font-weight: 500;
}


.category:hover .img, .product:hover .img {
    background-size: 120%;
}

.category:hover .text {
    opacity: 1;
    background-color: #132e4d !important;
}

.dettArticolo  h1:after {
    content: "";
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto 50px;
    border-bottom: 5px solid #aeaeae;
}



.product.shop .quantita {
    background-color: #333;
    color: #FFF;
}

.product .text {
    line-height: 1.5;
	font-size: 15px;
    font-weight: 300;
}

.product.shop .text .bottom-area a {
    color: #fff !important;
    background: #666 !important;
}

.dettArticolo img {
	border: 1px solid #e0e0e0
}

.hero-wrap .slider-text .bread {
    color: #FFF;
}

.hero-wrap .slider-text .breadcrumbs span,
.hero-wrap .slider-text .breadcrumbs span a {
    font-weight: 600;
    color: #FFF;
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
    color: #132e4d !important;
}

.myIcon {
    background-color: #343a40;
}

.myIcon span,
.myIcon i {
    color: #FFF !important;
}

.myIcon.light {
    background-color: #FFF;
}

.myIcon.light span,
.myIcon.light i {
    color: #343a40 !important;
}


.ftco-category .category-wrap .text {
    background: #f95027;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
	transition: all 200ms ease;
}

.ftco-category .category-wrap .text:hover {
    background: #313131;
    box-shadow: none;
}

.ftco-category .category-wrap .text h2 a:hover {
    color: #fff !important;
}


.btn {
/*    border-radius: 0px; */
	}

.btn-primary,
.btn-primary:focus,
.btn.btn-primary,
.btn.btn-primary:focus {
    color: #fff !important;
    background-color: #122e4d;
    border-color: #122e4d;
	outline: none !important;
	border-radius: 0;
    text-transform: uppercase;
}

.btn-primary * {
    color: #fff !important;
}

.btn.btn-primary:hover,
.btn-primary:active {
	border-color: #f8f8f8 !important;
    background-color: #f8f8f8 !important;
    color: #122e4d !important;
	outline: none !important;
	box-shadow: none !important;
}



.btn-default,
.btn-default:focus,
.btn.btn-default,
.btn.btn-default:focus {
    background-color: #e9ecef;
	outline: none !important;
    border: 1px solid #adadad;
}

.btn-default * {
    color: #333 !important;
}

.btn.btn-default:hover,
.btn-default:active {
    background-color: #FFF !important;
	box-shadow: none !important;
}

.btn-default,
.btn-default.active, 
.btn-default:active, 
.btn-default:focus {
    border: 1px solid #adadad;
}


.btn-primary i {
	padding-right: 5px;
}



.bg-dark {
    background-color: #343a40 !important;
}

.bg-dark *,
.bg-dark a,
.bg-dark a:visited,
.bg-primary *,
.bg-primary a,
.bg-primary a:visited,
.bg-dark .heading-section h2,
.bg-dark .heading-section h2 {
	color: #FFF !important;
}

.bg-dark a:hover,
.bg-dark a:focus,
.bg-primary a:hover,
.bg-primary a:focus {
	color: #132e4d !important;
}

.bg-dark .btn-primary,
.bg-dark .btn-primary:focus,
.bg-dark .btn.btn-primary,
.bg-dark .btn.btn-primary:focus {
	color: #333!important;
    background-color: #eee;
    border-color: #eee;
	outline: none !important;
	box-shadow: none !important;
}

.bg-dark .btn.btn-primary:hover,
.bg-dark .btn-primary:active {
	border-color: #fff !important;
    background-color: #fff !important;
}

.bg-primary {
	background: #2770b7 !important;
	color: #FFF !important;
}

.bg-custom {
	color: #FFF !important;
	background-color: #205d97;
}

.dark .btn-primary,
.dark .btn.btn-primary {
    background: #f95027;
    border: 1px solid #f95027;
}

.dark .btn.btn-primary:hover,
.dark .btn-primary:active {
    background-color: #313131 !important;
    border-color: #313131 !important;
}

.bg-color-1 {
    background: #132e4d;
}

.bg-color-2 {
    background: #7bcc88;
}

.bg-color-3 {
    background: #fad23a;
}

.bg-color-4 {
    background: #9e7937;
}

.hero-wrap.hero-bread {
    padding: 2em 0;
}

.hero-wrap .slider-text .bread {
    color: #005586;
	font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
	letter-spacing: initial;
}

.heading-section h2,
.heading-section-bold h2 {
    color: #005586 !important;
	font-family: 'Titillium Web', sans-serif;
}

.heading-section h1:after,
.heading-section-bold h1:after,
.heading-section h2:after,
.heading-section-bold h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    margin: 0 0 45px;
    border-bottom: 1px solid #2770b7;
}

.ftco-footer {
    border-top: 1px solid #f1f1f1;
}

#goToTop{
    color: #FFF;
    background-color: #122e4d;
}

ul.clienti {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 715px;
	list-style: none;
	overflow-x: hidden;
	overflow-y: scroll;
}

ul.clienti li {
	float: left;
	width: 46%;
	height: 100px;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 75%;
	text-align: center;
	vertical-align: middle;
}

ul.clienti li img {
	margin: 0 5px 5px 0;
	max-height: 65px;
	max-width: 300px;
	width: auto;
	}



.row.clienti .card {
	height: 180px;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	padding: 5px;
}

.row.clienti .card img {
	object-fit: contain;
	height: 70%;
}


.row.clienti .card-body {
    border-top: 1px solid #ddd;
    margin-top: 3px;
    padding: 0;
}

.row.clienti .card-text {
    font-size: 75%;
    padding-top: 5px;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
}


/* --------  POPUP ------------------------------- */

.popup {
	display: none;
	padding: 0;
    border: 0;
}

.popup .black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 80%;
	z-index: 120;
}

.popup .box {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 100%;
	height: 500px;
	margin-top: -300px;
	padding: 50px 0;
	background-color: #FFF;
	box-shadow: 2px 3px 7px #00000059;
}

.popup .box .col {
	padding: 20px 80px;
}

.popup .box h3 {
	font-size: 19px;
}

.popup .box .print,
.popup .box .close {
	position: absolute;
    right: 15px;
    top: 15px;
    color: #818181;
    font-size: 1.8em;
}

/* -------------- */

#customPopup.popup .box,
.customPopup.popup .box {
    max-width: 750px;
    margin-left: -375px;
	height: auto;
	margin-top: -15%;
}

#popupSegnala.popup .box {
    max-width: 960px;
	height: auto;
    margin-left: -490px;
}

#customPopup.popup .box .col,
.customPopup.popup .box .col {
	padding: 0px 70px;
}

#customPopup.popup .box .col-rinvii span {
	color: #C02D23;
}

#customPopup.isImage .box .col-rinvii span {
	color: #FFF;
}

#divCookieSelect.popup .box {
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
	margin-top: -20%;
}

#divCookieSelect .form-switch .form-check-input {
	border: 1px solid #C02D23;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28192, 45, 35, 0.25%29'/%3e%3c/svg%3e");
}

#divCookieSelect .form-switch .form-check-input:checked[type=checkbox] {
	background-color: #c02d23;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
}

/* --------  // POPUP ------------------------------- */



@media (max-width: 991.98px) {
	
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    border-top: 1px solid #2d1f1329;
	}
	
}