/*-----------------------
LEGENDA STILE

blu: #223C7E
azzurro: #73AFDE
font condensed: font-family: 'Inter', sans-serif;  (300,400,700)
font standard: font-family: 'Inter', sans-serif  (400,700)
grigi: #D5D5D5

-----------------------*/


/*-----------------------
GLOBAL
-----------------------*/

body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    --primary-color: rgb(34, 60, 126);
    --primary-hover-color: rgb(123, 138, 178);
    --secondary-color: rgb(90, 161, 216);
    --secondary-hover-color: rgb(134, 190, 234);
    --background-color: rgb(255, 255, 255);
    --background-secondary-color: rgb(230, 233, 242);
    --background-tertiary-color: rgb(144, 156, 188);
    --danger-color: rgb(255, 95, 87);
    --danger-hover-color: rgb(255, 144, 139);
}

::-webkit-scrollbar
{
    width: 10px;  /* for vertical scrollbars */
    height: 10px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
    background: rgba(213, 213, 213, 1);
}

::-webkit-scrollbar-thumb
{
    background: rgb(115, 175, 222);
}

.padding-section {
    padding: 0 100px;
}

div#flashmessage {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
    margin: 0;
    width: 100%;
    border: none;
    padding: 10px;
    text-align: center;
}
#flashmessage font {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


.scheletro {
    overflow: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}

a {
    color: #223C7E;
    text-decoration: none;
}

a:hover {
    opacity: 0.85;
}

a:focus {
    text-decoration: none;
}

ul {
    padding: 0;
    list-style-type: none;
}

.btn {
    font-family: 'Inter', sans-serif;
    /*margin-bottom:5px;*/
}

.font-weight-700{
    font-weight: 700 !important;
}

#flashmessage {
    display: none;
    margin-top: 13px;
    margin-bottom: 0px;
    padding: 6px 15px;
}

div.ajaxloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    z-index: 9999;
    top: 0;
    left: 0;
    text-align: center;
}

.show-msg-after-load {
    display: none;
}

.dixtextarea {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    border: solid 1px #333;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    background: #eee;
    cursor: not-allowed;
}

h2.sottotitolo, h1.sottotitolo  {
    font-weight: 700;
    color: #333;
    font-size: 28px;
    padding: 5px;
    text-align: left;
    margin-top: 0;
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
}


.titolo-sezione h1 {
    color: #223C7E;
    font-size: 37px;
    margin: 25px 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

@media screen and (min-width: 991px) {
    .menupersonale .logoutlink {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .titolo-sezione h1 {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {
    .padding-section {
        padding: 0 20px;
    }
}

/*-----------------------
HEADER ORTHOGETHER
-----------------------*/

.container-fluid.topmenu {
    background: #223C7E;
    padding: 5px;
    height: 40px;
}

.logo_otg a {
    display: block;

}

.logo_otg svg {
    width: 120px;
    cursor: pointer;
    height: 30px;
}

.logo_otg svg path {
    fill: #fff !important;
}

.logo svg {
    width: 240px;
    height: 50px;
}


.areautente-menu {
    text-align: right;
    float: none;
    display: inline-block;
    margin-top: -3px;
}

.areautente-menu .blocco-log {
    display: inline-block;
}

.areautente-menu a>i {
    font-size: 25px;
    margin-left: 30px;
    color: #FFF;
}

.areautente-menu a:hover {
    opacity: 1;
}

.areautente-menu a.carrello {
    position: relative;
}

.areautente-menu span.prod-in-cart {
    background: #73AFDE;
    color: #fff;
    padding: 2px 6px 1px;
    border-radius: 50px;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    position: absolute;
    bottom: 0;
    right: -9px;
}

.blocco-log a.login:hover {
    text-decoration: none;
}

.blocco-log span.iniziale-utente {
    font-size: 21px;
    margin-left: 30px;
    color: #223C7E;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    border: solid 2px #223C7E;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    background: #FFF;
    cursor: default;
    margin-top: 3px;
}

.comparsa-user {
    display: none;
}



@media screen and (min-width: 992px) {

    .areautente-menu .blocco-log:hover .comparsa-user {
        /*display: block;*/
    }

    .areautente-menu .blocco-log:hover a > i {
        padding: 5px 8px 15px;
        background: #223C7E;
        color: #fff;
        font-size: 25px;
        margin-left: 18px;
    }

    .comparsa-user .navbar-right {
        width: 350px;
        background: #223C7E;
        padding: 20px;
        position: absolute;
        z-index: 9999;
        top: 24px;
        right: 30px;
    }

    .comparsa-user .input-group-btn {
        display: block;
        width: 100%;
    }

    .comparsa-user .input-group {
        display: block;
        width: 100%;
    }

    .comparsa-user .input-group input {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .comparsa-user .input-group-btn button.btn.btn-default,
    .comparsa-user a {
        display: block;
        background: #fff;
        border-radius: 0;
        width: 100%;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #223C7E;
        font-weight: 300;
        margin-top: 10px;
        border: solid 2px #fff;
        margin-left: 0;
    }

    .comparsa-user .input-group-btn button.btn.btn-default:hover,
    .comparsa-user a:hover {
        background: #223C7E;
        color: #fff;
        border: solid 2px #fff;
        font-weight: 700;
    }

    .blocco-log a.login:hover {
        text-decoration: none;
    }

    .blocco-log:hover span.iniziale-utente {
        padding-bottom: 8px;
        text-decoration: none;
        background: #223C7E;
        color: #fff;
        text-decoration: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: auto;
    }

    .blocco-log h3.user-nome {
        color: #fff;
        text-align: center;
        margin: 0;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .comparsa-user .chiudi-user {
        display: none;
    }

    .comparsa-user a.pass-recovery {
        background: none;
        border: none;
        color: #fff;
        text-transform: lowercase;
        text-decoration: underline;
        margin-bottom: 25px;
    }

    .comparsa-user a.pass-recovery:hover {
        font-weight: 100;
        opacity: 0.8;
    }

}


/*-----------------------
GLOBAL
-----------------------*/

.testata {
    padding: 15px 15px;
}

.testata .logo_negozio a {
    display: block;
    float: left;
}

.testata .logo_negozio a h2.logoreplace {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-top: 9px;
}

.testata .logo_negozio a img {
    max-width: 400px;
    max-height: 110px;
}

.testata .apri_ricerca {
    text-align: right;
    display: none;
    margin-top: 20px;
    background: #D5D5D5;
    width: 37px;
    float: right;
    padding: 6px 10px;
    border-radius: 30px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.testata .chiudi_ricerca {
    text-align: right;
    display: none;
    margin-top: 20px;
    background: #D5D5D5;
    width: 37px;
    float: right;
    padding: 6px 10px;
    border-radius: 30px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggle .icon-bar {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.testata .apri_ricerca:hover {
    background: #333;
}

.testata .chiudi_ricerca:hover {
    background: #333;
}

.testata .apri_ricerca:hover a{
    color: #D5D5D5;
}

.testata .apri_ricerca a {
    font-size: 18px;
    color: #333;
}


.testata .chiudi_ricerca:hover a{
    color: #D5D5D5;
}

.testata .chiudi_ricerca a {
    font-size: 18px;
    color: #333;
    padding-right: 2px;
    display: block;
}

.testata .main-search {
    margin-top: 20px;
}

.testata .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #333;
}

.testata .navbar-toggle {
    margin-right: 4px;
}


.testata .navbar-header {
    float: left;
}

@media screen and (max-width: 991px) {

    .comparsa-user {
        display: none;
        position: relative;
        z-index: 99999;
        height: 100%;
        width: 100%;
        background: rgba(34, 60, 126, 0.95);
        padding: 30px;
        top: 0;
        left: 0;
    }

    .comparsa-user .input-group input {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .comparsa-user .input-group-btn {
        display: block;
        width: 100%;
    }

    .comparsa-user .input-group-btn button.btn.btn-default,
    .comparsa-user a {
        display: block;
        background: #fff;
        border-radius: 0;
        width: 100%;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #223C7E;
        font-weight: 300;
        margin-top: 10px;
        border: solid 2px #fff;
        margin-left: 0;
    }

    .comparsa-user .input-group-btn button.btn.btn-default:hover,
    .comparsa-user a:hover {
        background: #223C7E;
        color: #fff;
        border: solid 2px #fff;
        font-weight: 700;
    }

    .comparsa-user .navbar-form.navbar-right {
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .comparsa-user .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
        margin: auto;
    }

    .comparsa-user .chiudi-user {
        text-align: right;
        margin-bottom: 20px;
        margin-right: -30px;
    }

    .comparsa-user .chiudi-user i {
        font-size: 30px;
        color: #fff;
        cursor: pointer;
    }

    .comparsa-user a.pass-recovery {
        background: none;
        border: none;
        color: #fff;
        text-transform: lowercase;
        text-decoration: underline;
        margin-bottom: 25px;
        text-align: right;
    }

    .comparsa-user a.pass-recovery:hover {
        font-weight: 100;
        opacity: 0.8;
    }

    .testata .apri_ricerca {
        display: block;
        margin-right: 10px;
    }

    .testata .main-search {
        display: none;
    }

    .testata .chiudi_ricerca {
        margin-right: 10px;
    }

    .testata .main-search {
        width: calc(100% - 60px);
        margin-top: 0;
    }

    .testata .logo_negozio a img {
        max-width: 100%;
    }

}

.navbar-collapse.in {
    overflow-y: inherit;
}

@media screen and (max-width:991px) {
    .main-menu {
        display: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
        margin-bottom: 0;
    }

    .chiudi-menu .navbar-toggle .icon-bar:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 13px;
        position: absolute;
    }

    .chiudi-menu .navbar-toggle .icon-bar:nth-child(3) {
        display: none;
    }

    .chiudi-menu .navbar-toggle .icon-bar:nth-child(4) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }



    .testata {
        border-bottom: none;
    }

    .navbar-collapse {
        display: none;
    }

    .main-menu {
        height: auto;
    }

    .main-menu nav.navbar {
        max-width: 100%;
    }

    .navbar {
        min-height: 0;
    }

}


@media screen and (max-width:600px) {
    .testata .logo_negozio a {
        width: calc(100% - 60px);
    }
    .testata .apri_ricerca {
        margin-top: 0;
    }
    .testata .chiudi_ricerca {
        margin-top: 0;
    }

}

/*-----------------------
MAIN MENU
-----------------------*/

.container-full.main-menu {
    background: #73AFDE;
    display: block;
}

.main-menu nav.navbar.navbar-default.row {
    background: #73AFDE;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.main-menu .navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 17px;
}

.main-menu .navbar-default .navbar-nav>li>a:hover {
    background: #223C7E;
    color: #fff;
    opacity: 1;
}

li.menunav.current {
    background: #223C7E;
    color: #fff;
    opacity: 1;
}

.main-menu ul.nav.navbar-nav {
    float: none;
    display: block;
    text-align: center;
}

.main-menu .navbar-nav>li {
    float: none;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .main-menu .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        padding: 15px 8px;
    }
}

@media screen and (max-width:767px) {
    .container-full.main-menu {
        display: none;
    }
    .main-menu .navbar-nav>li {
        display: block;
        width: 100%;
    }
    .main-menu .container {
        padding: 0;
    }
}

h5.menutitlemob {
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-bottom: solid 3px #fff;
    padding-bottom: 15px;
    height: 50px;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

span.chiudimenumob {
    position: absolute;
    border-left: solid;
    padding: 18px;
    top: 0;
    right: 15px;
    cursor: pointer;
}

/*-----------------------
FOOTER
-----------------------*/

.footer_negozio {
    background: #D5D5D5;
    padding: 7px 0;
}

.footer_negozio ul {
    margin-bottom: 0;
    text-align: center;
}

.footer_negozio ul li {
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    border-right: solid 1px #333;
    padding: 0 5px;
}

.footer_negozio .footer-img-negozio {
    display: none;
}

footer.footer {
    margin-top:50px;
}

footer .back-to-top {
    background: #333;
    padding: 10px;
    font-family: 'Inter', sans-serif;
}

footer .back-to-top a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
}

footer .footer-nav {
    background: #223C7E;
    padding: 20px;
}

footer .footer-nav .nomenclatura .logo svg path {
    fill: #fff !important;
}

footer .footer-nav .nomenclatura  .socialmenu i {
    font-size: 20px;
    margin-right: 15px;
    color: #fff;
    margin-top: 20px;
}

footer .footer-nav li, footer .footer-nav li a {
    color: #fff;
}

footer .footer-nav li.titolo-menu-footer {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 21px;
}

footer .footer-nav li a {
    font-size: 16px;
}

footer .footer-nav li a:hover {
    color: #fff;
}

footer .copy {
    background: #73AFDE;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    text-align: center;
}

footer .copy span.bold {
    font-weight: 700;
    font-size: 14px;
}

footer #metodi_pagamento_svg {
    width: 120px;
    display: block;
    margin-top: 15px;
}

footer .container-fluid.footer-disclaimer {
    background: #f0f0f0;
    padding: 12px;
}





@media screen and (max-width: 1199px) {

    footer .footer-nav .logo svg {
        width: 200px;
    }

}

@media screen and (max-width: 991px) {

    footer .footer-nav .socialmenu,
    footer .footer-nav .logo {
        display: block;
        clear: both;
        float: none;
    }

    footer .footer-nav .nomenclatura  .socialmenu {
        margin-bottom:35px;
    }

    footer .footer-nav .nomenclatura  .socialmenu i {
        margin-top: 0;
    }

    footer .footer-nav .logo svg {
        width: 250px;
    }

    footer .footer-nav .logo>a {
        float: none;
    }

    footer .footer-nav .nomenclatura {
        text-align: center;
    }

    footer #metodi_pagamento_svg {
        margin: auto;
        margin-top: 15px;
    }


}


@media screen and (max-width: 767px) {
    footer .footer-nav .blocco-menu {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .footer-nav .blocco-menu.blocco-sitemap {
        display: none;
    }
}


/*-----------------------
NOLEGGIO MINISITO
-----------------------*/

.noleggiominisito .hideside {
    display: none;
}

.noleggiominisito .listato-prodotti .blocco-singolo-prodotto {
    width: 100%;
}
.row.listato-prodotti {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(3n+0) {
    margin-right: 3%;
}

.noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(4n+0) {
    margin-right: 0;
}


@media screen and (max-width: 1199px) {
    /* .noleggiominisito .listato-prodotti .blocco-singolo-prodotto {
        width: 31%;
    } */

    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(4n+0) {
        margin-right: 3%;
    }

    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(3n+0) {
        margin-right: 0;
    }

    .noleggiominisito .hideside {
        display: block;
    }

}

@media screen and (max-width: 850px) {
    .listato-prodotti {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto:nth-child(2n+0) {
        margin-right: 0;
    }
    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto {
        width: 48%;
    }

}

@media screen and (max-width: 500px) {
    .noleggiominisito .listato-prodotti .blocco-singolo-prodotto {
        width: 100%;
    }
    .row.listato-prodotti {
        grid-template-columns: 1fr;
    }
}

.testoabout{
    font-size: 17px;
}

.inlineblock{
    display: inline-block !important;
}

.btn-lg, .btn-group-lg>.btn {
    font-size: 17px !important;
}


.iconaheader{
    color: #223C7E;
}

.scheda-prodotto-sumisura .dettaglio-prodotto {
    width: 70%;
    display: inline-block;
    float: left;
    margin-right: 1%;
}

.scheda-prodotto-sumisura .contenitore-img {
    display: inline-block;
    width: 29%;
}


.descrizione_negozio ul {
    list-style-type: inherit;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #E4EDF6;
    border: 1px solid #cddfef;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.label-info {
    background-color: #5AA1D8;
}

.nav-pills li{
    border-left-color: rgb(41, 64, 86);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(41, 64, 86);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(41, 64, 86);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(228, 237, 246) 0px 0px 0px 1px inset;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(41, 64, 86);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 7px;
    padding-block-end: 4px;
    padding-block-start: 4px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
}

.nav-pills li a {
    position: relative;
    display: block;
    padding: 6px 6px;
}


.nav-pills li:hover, .nav-pills li a:hover{
    background-color: #7fa3d2;
    color: #fff;
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 5px rgba(255, 0, 0, 0.5); }
    50% { box-shadow: 0 0 15px rgba(255, 0, 0, 0.8); }
}

.highlight-select {
    animation: glow 0.5s ease-in-out 3; /* 3 lampeggi */
    border: 2px solid red;
    border-radius: 5px;
}
 .btn-wrapper{
    display: inline-block;
    position: relative;
}


 .scheda-prodotto .contenitore-img a {

    border: 0 !important;
    border-radius: 0 !important;
}

.panel-default {
     border-color: #ddd !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}

 .listato-prodotti .blocco-singolo-prodotto {
border: 1px solid #ccc !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

 .listato-prodotti .blocco-singolo-prodotto .contenitore-img {
    border: 0px !important;
}


/* NUOVO DESIGN SYSTEM */



.flex-important {
    display: flex !important;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-0 {
    gap: 0px;
}

.gap-1 {
    gap: 4px;
}

.gap-2 {
    gap: 8px;
}

.gap-3 {
    gap: 12px;
}

.gap-4 {
    gap: 16px;
}

.gap-5 {
    gap: 20px;
}

.gap-6 {
    gap: 24px;
}

.gap-7 {
    gap: 28px;
}

.gap-8 {
    gap: 32px;
}

.gap-9 {
    gap: 36px;
}

.gap-10 {
    gap: 40px;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.p-0 {
    padding: 0px;
}

.m-0 {
    margin: 0px !important;
}

.p-1 {
    padding: 4px;
}

.p-2 {
    padding: 8px;
}

.p-3 {
    padding: 12px;
}

.p-4 {
    padding: 16px;
}

.p-5 {
    padding: 20px;
}

.p-6 {
    padding: 24px;
}

.p-7 {
    padding: 28px;
}

.p-8 {
    padding: 32px;
}

.p-9 {
    padding: 36px;
}

.p-10 {
    padding: 40px;
}

.object-fit {
    object-fit: contain;
}

.object-fill {
    object-fit: fill;
}

.object-cover {
    object-fit: cover;
}

.rounded-xs {
    border-radius: 4px;
}

.rounded-sm {
    border-radius: 8px;
}

.rounded-md {
    border-radius: 12px
}

.rounded-lg {
    border-radius: 16px;
}

.rounded-xl {
    border-radius: 24px;
}

.rounded-2xl {
    border-radius: 32px;
}

.rounded-full {
    border-radius: 9999px;
}

.w-full {
    width: 100%;
}

.w-fit {
    width: fit-content;
}

.w-max {
    width: max-content;
}

.h-full {
    height: 100%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-underline, a.no-underline, a.no-underline:hover {
    text-decoration: none;
}

.sticky {
    position: sticky;
}

.top-0 {
    top: 0;
}

.max-w-content {
    max-width: max-content;
}

.radius-full {
    border-radius: 9999px;
}

.radius-full-left {
    border-radius: 9999px 0 0 9999px;
}

.radius-full-right {
    border-radius: 0 9999px 9999px 0;
}

.max-w-full {
    max-width: 100%;
}

.max-w-device {
    max-width: 100vw;
}

.visible {
    overflow: visible;
}

.scroll {
    overflow: scroll;
}

.x-scroll {
    overflow-x: scroll;
}

.y-scroll {
    overflow: scroll;
}

.overflow-hidden {
    overflow: hidden;
}

.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 16px;
}

.text-xl {
    font-size: 32px;
}

.secondary-bg {
    background-color: var(--background-secondary-color);
}

.tertiary-bg {
    background-color: var(--background-tertiary-color);
}

.min-w-fit {
    min-width: fit-content !important;
}

.max-w-2xl {
    max-width: 1536px !important;
}

.max-h-fit {
    max-height: fit-content !important;
}

.max-h-content {
    max-height: max-content !important;
}

.no-radius {
    border-radius: 0 !important;
}

.row-reverse {
    flex-direction: row-reverse;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 4px;
}

.pb-2 {
    padding-bottom: 8px;
}

.pb-3 {
    padding-bottom: 12px;
}

.pb-4 {
    padding-bottom: 16px;
}

.pb-5 {
    padding-bottom: 20px;
}

.pb-6 {
    padding-bottom: 24px;
}

.pb-7 {
    padding-bottom: 28px;
}

.pb-8 {
    padding-bottom: 32px;
}

.pb-9 {
    padding-bottom: 36px;
}

.pb-10 {
    padding-bottom: 40px;
}

.w-30 {
    width: 30px;
}

.text-left {
    text-align: left !important;
}

.columns-2 {
    grid-template-columns: 80px 1fr;
}

.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (min-width: 992px) {
    .invioformcontatto {
        width: 75% !important;
        margin-left: auto;
    }
    .pc-hidden {
        display: none;
    }
    .pc-max-w-content {
        max-width: max-content;
    }
    .pc-grid {
        display: grid;
    }
    .pc-col-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .pc-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .pc-col-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {

    .invioformcontatto {
        width: 100%;
        margin: 0;
    }
    .contacts-container {
        grid-template-columns: 1fr;
    }

    .tablet-hidden {
        display: none !important;
    }
    .tablet-show {
        display: block;
    }
    .tablet-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .tablet-w-full {
        width: 100%;
    }
    .tablet-max-w-content {
        max-width: max-content;
    }
    .tablet-relative {
        position: relative;
    }
    .tablet-flex {
        display: flex;
    }
    .tablet-flex-col {
        flex-direction: column;
    }
    .tablet-grid {
        display: grid;
    }
    .tablet-wrap {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 500px) {
    .admin-donazioni,
    .mobile-col-1 {
        grid-template-columns: 1fr;
    }
    .main-menu .navbar-nav {
        flex-direction: column;
    }
    .mobile-hidden {
        display: none !important;
    }
    .container.titolo-sezione {
        padding: 20px;
    }
    .mobile-no-padding {
        padding: 0 !important;
    }
    .mobile-wrap {
        flex-wrap: wrap !important;
    }
    .mobile-w-full {
        width: 100%;
    }
    .mobile-max-w-full {
        max-width: 100%;
    }
    .mobile-w-30 {
        width: 30px;
    }
    .mobile-flex {
        display: flex;
    }
    .mobile-flex-col {
        flex-direction: column;
    }
    .mobile-gap-1 {
        gap: 4px;
    }
    .mobile-gap-2 {
        gap: 8px;
    }
    .mobile-gap-3 {
        gap: 12px;
    }
    .mobile-gap-4 {
        gap: 16px;
    }
    .mobile-gap-5 {
        gap: 20px;
    }
}

h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-weight: 500;
}