@import "/impostazioni-grafiche/";

/* correttori generali */



.form-control:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: none !important;
}

.form-check-input:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: none !important;
}

div:empty {
    display: block;
}

picture {
    display: block;
}

b, strong {
    font-weight: bold;
}


a {
    text-decoration: none;
}

.btn {
    border: none !important;
}

hr {
    opacity: 1;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}


/* classi custom */

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.roundedOm { 
    border-radius: 50%;
}

.sizeIcona-1 i {
    font-size: 1em;
}

.sizeIcona-1 img {
    width: 1em;
}

.sizeIcona-2 i {
    font-size: 2em;
}

.sizeIcona-2 img {
    width: 2em;
}

.sizeIcona-3 i {
    font-size: 3em;
}

.sizeIcona-3 img {
    width: 3em;
}

.sizeIcona-4 i {
    font-size: 4em;
}

.sizeIcona-4 img {
    width: 4em;
}

.sizeIcona-5 i {
    font-size: 5em;
}

.sizeIcona-5 img {
    width: 5em;
}

.imgSlimsyOm {
    width: 100%;
    z-index: 1;
}

.apici-citazione {
	max-width: 40px;
	max-height: 40px;
	display: inline-block;
}

.totalItemInBasket {
    width: 0.75em;
    height: .75em;
    line-height: 0.75em;
    border-radius: 0.5em;
    font-size: .75em;
    position: absolute;
    top: 01em;
    right: -.25em;
    text-align: center;
}

.totalItemInBasket > span {
    font-size: 0.75em;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: initial;
    --bs-table-bg: initial;
    --bs-table-border-color: initial;
    --bs-table-accent-bg: initial;
    --bs-table-striped-color: initial;
    --bs-table-striped-bg: initial;
    --bs-table-active-color: initial;
    --bs-table-active-bg: initial;
    --bs-table-hover-color: initial;
    --bs-table-hover-bg: initial;
}

.btn-transparent {
    border: none;
    background-color: transparent;
}

.square:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

/* accordion */

.accordionMaster {
    box-shadow: none;
    background: transparent;
    margin: 0 auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    border: 0;
}

.accordionMaster .card, .accordionMultiplo .card:last-child .card-header {
    border: none;
    background: transparent;
    border-radius: 0;
}

.accordionMaster .card-header {
    border: none;
    background: transparent;
    border-radius: 0;
}

.accordionMaster .card-header .heading {
    position: relative;
    font-weight: 300;
    z-index: 0;
}

.accordionMaster .fa {
    font-size: 16px;
}

.accordionMaster .btn {
    width: 100%;
    font-weight: normal;
    color: #000;
    padding: 0;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 0 !important;
    border: none;
    position: relative;
    border-radius: 0;
    text-decoration: none;
}

.accordionMaster .btn .icon {
    width: 30px;
    height: 30px;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.accordionMaster .btn .icon i {
    font-size: 18px;
}

.accordionMaster .btn-link:hover, .accordionMaster .btn-link:focus {
    text-decoration: none;
}

.accordionMaster .card-body {
    background: transparent;
    margin-bottom: 1px;
}

.accordionMaster button[aria-expanded="true"] {
    color: #000 !important;
    background: transparent;
    border: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .accordionMaster button[aria-expanded="true"] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.contMessaggi {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.box-chat-right {
    width: 45%;
    margin-left: auto;
    margin-right: 1em;
    font-size: .9em;
}

.contenuto-box-chat-right {
    width: 100%;
    height: 100%;
    background: white;
    z-index: 2;
    border-radius: 1em;
    padding: .75em;
    position:relative;
}

.decoro-box-chat-right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -.5em;
    left: 0.5em;
    border: 1px dashed white;
    border-radius: 14px;
    opacity: 1;
    z-index: 1;
}

.box-chat-left {
    width: 45%;
    margin-right: auto;
    margin-left: 1em;
    font-size: .9em;
}

.contenuto-box-chat-left {
    width: 100%;
    height: 100%;
    background: #99D842;
    z-index: 2;
    border-radius: 1em;
    padding: .75em;
    position: relative;
}

.decoro-box-chat-left {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -.5em;
    right: 0.5em;
    border: 1px dashed #99D842;
    border-radius: 14px;
    opacity: 1;
    z-index: 1;
}

.box-verde-carosello {
    background: #99D842;
    border-radius: 1em;
    padding: .75em;
    letter-spacing: 0px;
    font-size: .9em;
}

.videoBackground {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.small-label input[type='checkbox'] {
    border: 1px solid!important;
    border-radius: 0!important;
    font-size: 0.8em;
    margin-top: 0.55em;
}

.small-label label {
    font-size: 0.8em;
}

.pulsante-bmc {
    border: 1px solid !important;
    padding: 0 4em;
    border-radius: 1em 0 0 0 !important;
    font-size: 1em;
}

.pulsante-bmc div {
    display: inline-block;
}

.pulsante-bmc:after {
    content: url('/media/ho1fdxzc/freccia-vb-blu.svg');
    width: 18px;
    height: 18px;
    display: inline-block;
    padding-left: 0.25em;
}

.w-100:has(.sfondo-decoro-verde-dx) {
    overflow: hidden;
}

.w-100:has(.sfondo-decoro-verde-dx):before {
    content: url(/media/wxqjrfse/decoro-verde.svg);
    position: absolute;
    right: -15%;
    top: 0%;
    width: 24em;
    height: 24em;
    z-index: -1;
}

.w-100:has(.sfondo-decoro-verde-sx) {
    overflow: hidden;
}

.w-100:has(.sfondo-decoro-verde-sx):before {
    content: url(/media/wxqjrfse/decoro-verde.svg);
    position: absolute;
    left: -15%;
    top: -10%;
    width: 24em;
    height: 24em;
    z-index: -1;
}

.numeroEnorme {
    font-size: 4em;
    font-weight: 100;
    text-align: center;
}

.faqSfondoTrasparente {
    flex-direction: column;
}

    .faqSfondoTrasparente button {
        width: 100%;
        border: none !important;
        background: transparent;
    }

.borderBottomFaq {
    border-bottom: 1px solid #f0e8e3;
}

.borderBottomFaq.aperto {
    border-bottom: none;
}



.tondoVerde {
    background-color: rgb(207, 214, 0);
    width: 1.4em;
    height: 1.4em;
    border-radius: 1em;
}

.tondoVerde.plus:before {
    position: absolute;
    left: 5.5px;
    top: 12.5px;
}
.tondoTrasparente {
    background-color: transparent;
    width: 1.4em;
    height: 1.4em;
    border-radius: 1em;
}

    .tondoTrasparente.minus:before {
        position: absolute;
        left: 9px;
        top: 15px;
    }

.testoSfondoSabbia {
    background: transparent;
    background: linear-gradient(90deg, rgba(255,255,255,0) 43%, #fbf9f7 43%, #fbf9f7 100%);
}

.linkSfondoVerde {
    background: transparent;
    background: linear-gradient(90deg, rgba(255,255,255,0) 43%, rgb(207, 214, 0,.2) 43%, rgb(207, 214, 0,.2) 100%);
    margin-bottom: 0.25em;
    font-size: 1.15em;
    padding-bottom: 0.75em !important
}

.borderBottomBlu {
    border-bottom: 1px solid #002247;
}

.smallInterLine {
    line-height: 0.8em;
}

.articleTag {
    padding: 0.25em 1em;
    border-radius: 0;
    margin-right: 0.5em;
}

.shrinkNone {
    flex-shrink: 0;
}

.decoroLineaDestra {
    border-right: 1px solid #002247;
    width: 100%;
    height: 80%;
    margin-top: 10%;
}

.readsAndTipsBackground::before {
    content: 'READS & TIPS';
    font-family: mundial;
    font-size: 5em;
    font-weight: 900;
    color: white;
    position: absolute;
    top: -0.30em;
    left: 0;
    line-height: 1em;
}

.titoliArticolo h2 {
    font-weight: 700;
}

.titoliArticolo h3 {
    font-weight: 300;
    font-size: 1.5em;
}

.schedaProgetto {
    background-color: #3f597f;
    padding: 1.5em;
    border-radius: 1em 0 0 0;
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 2.4em;
        line-height: 0.9em;
        text-align: center;
    }

    h2 {
        font-size: 1.75em;
        line-height: 1em;
    }

    .numeroEnorme {
        font-size: 3em;
        font-weight: 100;
    }

    .readsAndTipsBackground::before {
        font-size: 2em;
    }

    .readsAndTipsBackground .articleTag.background-sabbia {
        background-color: white;
    }
    
    .titoloSpecialBMC {
            letter-spacing: -5px;
    }
}

.btnWork {
    width: fit-content;
    padding: 0.3em 1em 0.3em 1em;
    border-radius: 1em 0 0 0;
    line-height: 1em;
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
}

.effettoWorkPreview {
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    border-radius: 1em 0 0 0;
    mix-blend-mode: overlay;
}

.voceMenuEsploso {
    padding-left: 2em;
    position: relative;
    font-size: 1em;
    white-space: nowrap;
}

    .voceMenuEsploso.active::after {
        content: url(/media/tpsm33ez/bollino.svg);
        position: absolute;
        right: calc(50% - 1.25em);
        bottom: -0.1em;
        width: 0.75em;
        height: 0.75em;
    }

.sameHeightCarousel .owl-stage {
    display: flex;
}


.sameHeightCarousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.imgRoundedTop img {
    border-radius: 1em 0 0 0;
}

.imgRoundedTopWithPadding {
    border-radius: 1em 0 0 0;
    padding: 0!important;
}

picture:has(.imgRoundedTopWithPadding) {
    border: 0 1em 0 1em;
}

.canvasColors {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

line {
    stroke: #002247;
    stroke-width: 2;
}

.menuMobileHeaderOM.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: white;
    transition: all 0.1s cubic-bezier(0.755, 0.050, 0.855, 0.060);
}
.menuMobileHeaderOM.fixed.underMenu {
    background: none;
    transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060);
}
    .menuMobileHeaderOM.fixed.underMenu svg[class^="logo"] {
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060);
    }


.iconaAutore img {
    border-radius: 50%;
    border: .375em solid #002247;
}

.iconaAutore .col-8 {
    align-content: center;
}