/*

color 
GRAY: color: #DADADA;
BLU: color: #002D5D;
RED: color: #E31D18;

*/

* {
    font-family: Lato;
    font-weight: 400;
}

p {
    text-align: justify;
}
h3 {
    font-family: Lato;
    font-weight: 900;
    color: #E31D18;
}


.btn-primary {
    color: #FFFFFF;
    background-color: #E31D18;
    border-color: #E31D18;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #E31D18;
    border-color: #E31D18;
}

.section-white {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-gray {
    background-color: #DADADA;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-catalogue {
    background-image: url('assets/cataglogue-bg-black.jpg');
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
.bg-catalogue h3 {
    color: #FFFFFF;
}
.bg-catalogue p {
    color: #FFFFFF;
}
.navbar {
    background-color: #002D5D;
}
.navbar img {
    height: 50px;
    margin-left: 30px;
}
.navbar .nav {
    margin-right: 30px;
}
.navbar .nav a {
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: .9rem;
    padding-left: 0;
}
.nav-item img {
    height: 30px;
}

.container-image {
    background-image: url('assets/slide_etichette.jpg');
    background-size: cover;
    height: 400px;
}

.icons {
    text-align: center;
}
.icons img {
    display: block;
    text-align: center;
    height: 100px;
    margin: 0 auto;
}
.icons span {
    color: #E31D18;
    text-align: center;
    font-size: .8rem;
    font-weight: 800;
    margin-top: 10px;
    text-decoration: none;
}
.icons a {
    color: #E31D18;
    text-align: center;
    font-size: .8rem;
    font-weight: 800;
    margin-top: 10px;
    text-decoration: none;
}

.scheda-prodotto {
    background-color: #DADADA;
    height: 100%;
}
.scheda-prodotto img {
    width: 100%;
}
.scheda-prodotto .container-prodotto {
    padding: 30px;
    background-color: #DADADA;
}
.scheda-prodotto h4 {
    color: #E31D18;
    font-size: 1.2rem;
    font-weight: 700;
}

.image-height-400 {
    height: 400px;
    background-size: cover;
    background-position: center;
}
.image-height-100 {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.image-perche-1 {
    background-image: url('assets/perche-1.jpg');
}
.image-perche-2 {
    background-image: url('assets/perche-2.jpg');
}
.image-prevenire-1 {
    background-image: url('assets/prevenire-1.jpg');
}
.image-prevenire-2 {
    background-image: url('assets/prevenire-2.jpg');
}



footer {
    background-color: #002D5D;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer p,
footer a {
    text-decoration: none;
    color: #FFFFFF;
}
footer a:hover {
    text-decoration: none;
    color: #E31D18;
}
footer p {
    margin-bottom: 0;
}
footer .text-red {
    color: #E31D18;
}
footer .europa {
    height: 100px;
    margin: 0 auto;
}

/* CARDS
----------------------------- */
.product-home {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    align-items: stretch;
}
.product-home img {
    height: auto;
    max-width: 100%;
}
.product-home .card-cod {
    font-family: Lato;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
    text-align: center;
    text-decoration: none;
}
.product-home a {
    text-decoration: none;
}
.product-home .card-text {
    font-family: Lato;
    font-weight: 800;
    color: #000000;
    font-size: 16px !important;
    text-decoration: none;
}
.product-home .amount {
    margin-bottom: 0;
    color: #E31D18;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0,0,0,.0);
    border-top: 1px solid rgba(0,0,0,.0);
}
