﻿body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  letter-spacing: 0.03rem;
}
.txt_link {
  color: #333333;
  text-decoration: none !important;
}
.txt_link a {
  color: #333333;
  text-decoration: none !important;
}
.txt_link a:hover {
  color: #e42133;
  text-decoration: none !important;
}

.fixed-top-header {
  position: fixed;
  top: 106px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.ico-position-elenco {
  position: relative;
  top: 6px;
}

.txt-title {
  font-family: 'Homenaje', sans-serif;
}
/*table*/
.table > :not(caption) > * > * {
  padding-top: 0.2rem !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-bottom: 0.2rem !important;
}
/*navbar*/
.bg-red {
  background-color: #e42133;
}
.img-logo {
  width: 170px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(300%);
}
.navbar-collapse {
  display: flex;
  justify-content: space-between;
}
/*pulsanti*/
.cerca {
  width: 250px;
  height: 30px;
  align-items: center;
}
.btn-outline-light:hover {
  background-color: white;
  color: #e42133;
}
.btn-outline-danger {
  background-color: #e42133;
  color: white;
  text-decoration: none !important;
}
.btn-outline-danger:hover {
  background-color: white;
  color: #e42133;
  text-decoration: none !important;
}
.btn-outline-danger-02 {
  background-color: #e42133;
  color: white;
  width: 70px;
    margin-top: 1rem;
}


.btn-white {
  background-color: #ffffff;
  color: #333333;
  text-decoration: none !important;
}
.btn-white:hover {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none !important;
}


.sopra {
  position: relative;
  top: -539px;
  z-index: 1000;
  left: -17px;
}
.txt_titolo_sezione {
  font-family: 'Homenaje', sans-serif;
  font-size: 55px;
  color: #3a4c5c;
  padding-top: 3rem;
}
.txt_titolo_categoria {
  font-family: 'Homenaje', sans-serif;
  font-size: 45px;
  color: #3a4c5c;
}
.txt_titolo_indice {
  color: #ffffff;
  font-size: 25px;
  padding-right: 7rem;
}
.text-gray {
  color: #e42133;
}
.border-bottom {
  color: #3a4c5c;
}
.border-left{
  border-left: solid 4px;
  color: #fff;
  opacity: 1;
  list-style-type: none;
}
.my-hr {
  width: 30%; 
  border: solid 0.5px; 
  height: 0.5px; 
  color: #fff; 
  opacity: 1;
}
.button_link {
  color: #ffffff;
  text-decoration: none !important;
}
.header-prodotti {
  background-color: #e42133;
}
.img-indice {
  width: 100px;
  float: left;
  padding-top: 0.5rem;
}
.table-gray {
  background-color: #3a4c5c;
  color: #ffffff;
}
.table-red {
  color: #ffffff;
  background-color: #e42133;
}
.pagination a {
  color: #e42133;
}
.pagination a:hover {
  color: #3a4c5c;
}
.link_sito a {
  color: #e42133;
  text-decoration: none !important;
}
.link_sito a:hover {
  color: #3a4c5c;
  text-decoration: none !important;
}





.produttori{
  padding-top:3rem;
  padding-left: 1rem;
  
}
.bg-red {
  background-color: #e42133;
}
.cover{
  background-image: url('../img-prodotti/cover-categoria.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}
.link-cover{
  color: #ffffff;
  text-decoration: none;
  font-family: 'Homenaje', sans-serif;
  font-size: 45px;
}
.link-cover:hover{
  color: #3a4c5c;
}

.colonna-cover{
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-direction: column;
}
/* Stili base per le liste */


@media (max-width: 768px) {
 .list-group {
    width: 100%;
  }
}
@media (max-width: 576px) { 
  .col-6{
    width: 100%; } 
    
  }









 





/*zoom*/
.toZoom {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .toZoom:hover {
        opacity: 0.7;
    }

.modal {
    display: none; /* Hidden by default */
    /*position: absolute;*/ /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    margin-top: 5%;
}

/* Add Animation */
.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: static;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    padding-right:0.8rem;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/*footer*/
.bg-grey {
  background-color: #3a4c5c;
}
.img-footer {
  width: 90px;
  float: left;
}
.footer_text {
  margin-left: 10px;
}
.footer_contatti {
  color: #ffffff;
  font-size: small;
}
.footer_link {
  color: #ffffff;
  text-decoration: none !important;
}
.footer_link:hover {
  color: #e42133;
  text-decoration: none !important;
}