body {
    font-size: 12pt;
}

a {
    color: #0e0183
}

a:hover {
    color: #353535
}

.menu {
    background-color: #FFFFFF !important;
    color: #343434;
    font-size: 12pt;
    /*font-weight: bold;*/
    font-family: verdana;
    /*border-bottom: 2px solid rgba(0,0,0,0.1) !important;*/
    box-shadow: 0px 5px 12px -3px rgba(0, 0, 0, 0.1);
    transition: ease all 0.5s;
    min-height: 70px;
}

@media (max-width: 990px) {
    .logo {
        max-width: 350px;
        margin-top: 10px;
        max-height: 60px;
    }
}

@media (max-width: 767px) {
    .logo {
        max-width: 200px;
        margin-top: 10px;
        max-height: 60px;
    }
}

.logo {
    max-height: 60px;
}

.menu A {
    color: #a85406 !important;
}

.menu A:hover {
    color: #353535 !important;
}

.navbar-brand {
    margin-top: -10px;
}

.main {
    padding-top: 80px;
    min-height: 90vh;
}

/********* FOOTER   **************/
footer {
    background-color: #343434;
    color: #FFFFFF;
}

footer a {
    color: #ffffff
}

footer a:hover {
    color: #4fb0ec
}

.btn-chiama {
    min-width: 200px;
}

.menu-scroll {
    margin-top: 50px;
    max-width: 400px;
    font-size: smaller;
    padding: 10px;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
}

/*****      Variazione colori nel bottone Warning      ********/

.btn-warning {
    color: #fff;
    background-color: #945906;
    border-color: #925f17;
}

.btn-default {
    color: #fff;
    background-color: #636363;
    border-color: #505050;
}

.btn-success {
    color: #fff;
    background-color: #217221;
    border-color: #1e501e;
}
.testo-link-btn{
    font-size: 14pt;
    font-weight: bold;
}

ul.gliphico {
    list-style-type: none;
    margin-left: 0.5em;
    padding-left: 0;
}
ul.gliphico >li {
    position: relative;
    padding: 5px;
}
/*
.gliphico span {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
*/
.link-comuni{
    padding: 5px;
    font-size: 16pt;
}
.blocco-prenota{
    background-color: rgb(243, 243, 243);
}

@media (max-width: 990px) {
    .fixed-footer {
        visibility: visible;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        background-color: #FFFFFF;
        padding: 5px;
    }
}
@media (min-width: 991px) {
    .fixed-footer {
        visibility: hidden;
    }
}

.loghi-cat {
    min-height: 400px!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 100%; /* oppure un'altezza fissa, se necessario */
}

.prodotto-desc{
    height: 300px;
    overflow-y: scroll;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.prodotto-grigio{
    color: #414141;
}

.prodotto-credit-card{
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 10pt;
    display: inline;
    margin-right: 10px;
}
.prodotto-credit-card img{
    max-height: 20px;
}

.prodotto-icon{
    font-size: 24pt;
    color: #d68f4d;
    margin-right: 10px;
}
.prodotto-icona-testo{
    font-size: 10pt;
    color: #343434;
}
.footer-logo {
    font-size: 16pt;
    color: #ffffff;
    font-weight: bold;
    padding-top: 10px;
}
.path-link a{
    color: #1d1096;
    font-weight: bold;
}
.prod-foto {
    max-width: 450px;
    max-height: 450px;
}
.prod-foto-small {
    max-width: 220px;
    max-height: 220px;
}