:root {
    --bt-primary: #EF2A5F;
    --bt-secondary: #EABDB6;
    --bt-light: #EFE3B8;
    --bt-gray: #E0E0E0;
    --bt-chisiamo: #7DAFAE;
    --bt-rosa: #EDD7D5;
    --bt-blu: #386271;
    --bt-contatti: #D7D7DD;
    --bt-chisiamomna: #ECD6D4;
    --bt-bgchisiamomna: #93B1A2;
    --bt-corsi: #ECE0B5;
    --bt-servizi: #D38880;
    --bt-modal: #E3E3E3;
    --bt-bordermodal: #D6928B;
    --bt-nextdate: #C5D3CB;
    --bt-textlight: #C1BAB9;
    --bt-gold: #D3B175;
}

@font-face {
    font-family: DMSans;
    src: url("/assets/img/186/DMSans-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: DMSans;
    src: url("/assets/img/186/DMSans-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: DMSans;
    src: url("/assets/img/186/DMSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: DMSans;
    src: url("/assets/img/186/DMSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

body * {
    font-family: DMSans;
}

body.adminpage h3 {
    font-family: DMSans;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.bg-primary {
    background-color: var(--bt-primary) !important;
}

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

.bg-gray {
    background-color: var(--bt-gray) !important;
}

.bg-chisiamo {
    background-color: var(--bt-chisiamo) !important;
}

.bg-chisiamomna {
    background-color: var(--bt-chisiamomna) !important;
}

.bg-bgchisiamomna {
    background-color: var(--bt-bgchisiamomna) !important;
}

.bg-contatti {
    background-color: var(--bt-contatti) !important;
}

.bg-servizi {
    background-color: var(--bt-servizi) !important;
}

.bg-corsi {
    background-color: var(--bt-corsi) !important;
}

.bg-rosa {
    background-color: var(--bt-rosa) !important;
}

.bg-modal {
    background-color: var(--bt-modal) !important;
}

.bg-nextdate {
    background-color: var(--bt-nextdate) !important;
}

.text-primary {
    color: var(--bt-primary) !important;
}

#servizioModal .modal-content {
    border: 2px solid var(--bt-bordermodal);
    border-radius: 0;
}

.btn-blu {
    background-color: var(--bt-blu) !important;
    border-color: var(--bt-blu) !important;
    color: var(--bt-rosa) !important;
}

.btn-danger {
    background-color: var(--bt-secondary) !important;
    border-color: var(--bt-secondary) !important;
    color: #000;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-color: white !important;
    border: 1px solid #000 !important;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}


.text-light {
    color: var(--bt-light) !important;
}

.text-lightt {
    color: var(--bt-textlight) !important;
}

.bg-lightt {
    background-color: var(--bt-textlight) !important;
}

.text-gold {
    color: var(--bt-gold) !important;
}

.bg-gold {
    background-color: var(--bt-gold) !important;
}

.text-percorso-silver {
    color: #FCE0E0;
}

.text-percorso-gold {
    color: #D0E2D8;
}

.border-light {
    border-color: var(--bt-light) !important;
}

.border-img-corsi {
    border-color: #D8E547 !important;
}

.btn-white {
    background-color: #fff;
}

.btn-primary {
    background-color: var(--bt-primary) !important;
    border-color: var(--bt-primary) !important;
    color: #000;
}

.btn-secondary {
    background-color: var(--bt-secondary) !important;
    border-color: var(--bt-secondary) !important;
    color: #000;
}

.vh-50 {
    height: 50vh;
}

header {
    z-index: 9;
}

header .logo {
    width: 120px;
}

.icon-menu {
    height: 25px;
}

.icon-menu-menu {
    height: 15px;
}

.menu-fixed {
    width: 100%;
    height: 100vh;
    z-index: 10;
}

footer .icon-footer {
    height: 50px;
}

.vh-100-header .order-md-2 {
    background-size: cover;
    background-position: center;
}

.mission {
    background-image: url("/assets/img/186/home/2_h.jpg");
    background-size: cover;
    background-position: center;
}

.icon-mission {
    max-height: 50px;
    max-width: 100%;
}

.p-75 {
    padding-top: 75%;
}

.p-125 {
    padding-top: 125%;
}

.p-100 {
    padding-top: 100%;
}

.img-cover-center {
    background-size: cover;
    background-position: center;
}

.item-servizio {
    cursor: pointer;
}

.percorsibanner {
    background-position: 80%;
}

.w-md-75 {
    max-width: 75%;
}


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

    header .logo {
        width: auto;
        max-height: 80px;
    }

    .vh-100-header {
        height: calc(100vh - 112px);
    }

    .h-md-100 {
        height: 100% !important;
    }

    .w-md-50 {
        width: 50%;
    }

    .border-md-start {
        border-left: 1px solid #fff;
    }

    .icon-menu {
        height: 35px;
    }

    .icon-menu-menu {
        height: 22px;
    }

    .menu-fixed {
        width: 50%;
        height: 100vh;
    }
}


@media screen and (min-width: 1400px) {
    .vh-100-header .display-6 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 1700px) {
    .vh-100-header .display-6 {
        font-size: 3.5rem;
    }
}

.homepage .section .container-fluid {
    max-width: 1250px;
}

.homepage {
    font-size: 22px;
}

.homepage .bg-home {
    background-image: url("/assets/img/186/home/1_h-mobile.png");
    background-size: cover;
    background-position: center;
    padding-top: 75px;
    padding-bottom: 75px;
    width: 100%;
    position: relative;
}

.homepage .badge-recensione {
    width: 35px;
    height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderRecensioni .slick-track {
    display: flex;
    align-items: stretch;
}

.sliderRecensioni .slick-slide {
    display: flex !important;
    height: auto;
}

@media screen and (min-width: 768px) {
    .homepage .bg-home {
        background-image: url("/assets/img/186/home/1_h.png");
    }
}