:root {
    --bs-primary: #1A1A1A;
}
html, body {
    font-family: 'Roboto';
    font-size: 18px;
    color: #1A1A1A;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display';
    font-weight:600;
}
h1 {
    font-size: 2.222rem;
}
h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.556rem;
}

h4 {
    font-size: 1.333rem;
}

h6 {
    font-size: .889rem;
}

a {
    color: #1a1a1a;
    text-decoration:none;
}
    a:hover {
        color: #1a1a1a;
        text-decoration: none;
    }

p a {
    color: #0d6efd;
    text-decoration: underline;
}

p a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

.breadcrumb {
    font-size: .779rem;
}
.figure-caption {
    font-style: italic;
}
p {
    margin: 0;

}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.navbar2 {
    box-shadow: 0px 3px 6px #00000029;
}
.navbar-light .navbar-nav .nav-link {
    color: #1A1A1A;
    font-weight: 600;    
}
.nav-item {
    padding: 0 20px;
    font-family: 'Playfair Display';
    font-size: .875rem;
}
.navbar-topbar {
    z-index: 1001;
}
.navbar-topbar, .navbar-topbar .btn, .dropdown-item, .nav-link,
.navbar-topbar p {
    font-size: .833rem;
}
.red {
    color: #B00015;
}
.bg-red {
    background-color: #B00015;
}
.bg-white {
    background-color: #FFFFFF;
}
.grey {
    color: #404040;
}
.light-black {
    color: #4D4D4D;
}
.btn-red {
    text-transform: uppercase;
    background-color: #B00015;
    border-color: #B00015;
    border: 2px solid #B00015;
    font-weight: 600;
    border-radius: 2rem;
    color: #FFF;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    min-width:180px;
}

.btn-red:hover {
    background-color: #7a0110;
    border-color: #7a0110;
    color: #FFF;
}

.btn-outline-red {
    text-transform: uppercase;
    color: #B00015;
    border: 2px solid #B00015;
    font-weight: 600;
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    min-width: 180px;
}
.btn-outline-red:hover {
    color: #fff;
    background-color: #B00015;
}


.btn-outline-header-red {
    text-transform: uppercase;
    color: #B00015;
    border: 2px solid #B00015;
    font-weight: 600;
    border-radius: 1.2rem;
    display: flex;
    align-items: center;
    font-size: 0.722rem;
    justify-content: center;
}

.btn-outline-header-red:hover {
    color: #fff;
    background-color: #B00015;
}
header > nav {
    max-height: 90px;
}
.img-fluid-v {
    max-height: 100%;
    width: auto;
}
.navbar-brand {
    height: 90px;
}
.testo-small {
    font-size: 0.778rem; /*14px*/
}
.text-loading {
    color:#999;
}
.img-ellipse {
    border-radius: 260px;
}
.immagine-tonda {
    width: 100%;
    max-width: 150px
}
footer a, footer a:hover {
    color: white;
}
.it-footer-main a {
    text-decoration: none;
    padding: 5px 0;
    font-weight: 300;
}
.it-footer-bottom {
    border-top: 1px solid #555;
}
.offcanvas-body > ul {
    justify-content: center;
}
#chiamaci p {
    display: inline-block;
}
.bg-giallo {
    background-color: #F9F5F0;
    border-radius: 20px;
    border-style:none;
}
.numero {
    font-size: 2.444rem;
    font-weight: 700;
}
.icona-tonda {
    background-color: #F9F5F0;
    border-radius: 75px;
    max-width:150px;
    padding:25px;
}
hr.divisoriosezione {
    border: 6px solid #F0F0F0;
    background-color: transparent;
    opacity: 1;
}
.form-control, .form-select {
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
}
.form-label {
    margin-bottom: 20px;
    color: #5D6B85;
    font-weight: 600;
}
.modal-content {
    border-radius: 1.5rem;
    padding: 25px 25px 0 25px;
}
.btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
}
.divNomeProdotto {
    padding-left: 0.75rem;
    font-size: 1.35rem;
    border-bottom: 1px solid #999;
    padding-bottom: 4px;
}

@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
    .nav-item {
        padding: 0;
    }
    .navbar-brand {
        height: 75px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-toggler {
        padding: 0;
        font-size: 1rem;
        line-height: 1;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        transition: none;
    }
        .navbar-toggler:focus {
            box-shadow: none;
        }
    .offcanvas-body {
        display: flex;
        flex-direction: column;
    }
        .offcanvas-body > ul {
            justify-content: start;
            margin-bottom: auto;
        }
    .dropdown-menu {
        border: 0;
    }
    .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }
    .offcanvas-body > ul > li:not(.list-inline-item) {
        border-bottom: 1px solid #B9B9B9;
    }
    .testofooter {
        font-size: .67rem;
    }
    .btn-close {
        right: 25px;
        top: 25px;
    }
}
@media (max-width: 768px) {
    .dropdown-menu-end[data-bs-popper] {
        left: -12px;
    }
    h1 {
        font-size: 1.7rem;
    }
    h2 {
        font-size: 1.7rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1.1rem;
    }
    .btn-close {
        right: 20px;
        top: 20px;
    }
}
@media (max-width: 576px) {
    .navbar-topbar p, .navbar-topbar .btn {
        font-size: .7rem;
    }
    .bg-giallo {
        border-radius: 0;
    }
    .btn-red, .btn-outline-red {
        width: 90%;
    }
}
 
